/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
  max-width: 90rem;
}

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:before{
  font-family: "showpo";
  font-size: 3rem;
  line-height:44px;
  content: "\e93b";
  color: #585858;
  float: left;
}

.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:before{
  font-family: "showpo";
  font-size: 3rem;
  line-height:44px;
  content: "\e93c";
  color: #585858;
  float: right;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.mfp-close{
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 30px;
}
button.mfp-close:hover{
    background-color: transparent;
}
button.mfp-arrow-left:focus,
button.mfp-arrow-left:hover,
button.mfp-arrow-right:hover,
button.mfp-arrow-right:focus{
    background-color: transparent;
}
.lightbox-wrapper {
    position: relative;
}
.lightbox-content {
    background-color: #fff;
    padding: 25px 10px;
}
.white-popup {
    position: relative;
    background: #F7F8F9;
    padding: 30px 20px 30px;
    width: auto;
    max-width: 95%;
    margin: 0 auto;
}
.addtocart-info .table-like {
    display: table;
}
.addtocart-info .table-row-like {
    display: table-row;
}
.addtocart-info .table-cell-like{
    display: table-cell;
    vertical-align: middle;
}
.addtocart-info .message{
    font-size: 1.25rem;
    line-height: 1.1;
    margin-bottom: 0;
    padding: 10px 20px;
    text-transform: capitalize;
}
.product-style-with ul li{
    padding-bottom: 0;
}
.lightbox-content .addtocart-info {
    margin-bottom: 15px;
}
.lightbox-wrapper button.mfp-close{
    right: 15px;
    top: 0;
}
.page-overlay{
    width:100%; 
    height:100%; 
    z-index: 81;
    top:0; 
    left:0;
    position:fixed;
    display:none;
}
.page-overlay .page-overlay-bg{
    background-color: #fff;
    height: 100%;
    opacity: 0.8;
    position: fixed;
    width: 100%;
}
/*.page-overlay .page-overlay-loader:after{
    position:fixed;
    content: '\e8d2';
    font-family: "showpo";
    display: inline-block;
    font-size: 3rem;
    top:45%;
    left:45%;
    margin: 0;
    animation: anim-rotate 1s infinite linear;
    color: #aed9fb;
    z-index:82;
}*/
.product-style-with .pname{
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1.1;
    text-align: center;
    padding-top: 5px;
    text-transform: uppercase;
}
.product-style-with .small-title{
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 5px;
    text-align: center;
    text-transform: uppercase;
}
/*** Small only ***/
@media only screen and (max-width: 40em) {
    .addtocart-info .message{
        font-size: 0.875rem;
    }
    .addtocart-info .table-cell-like img{
        width:120px;
    }
}
meta.foundation-version{font-family:"/5.5.3/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-small-only{font-family:"/only screen and (max-width: 40em)/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.0625em)/";width:40.0625em}meta.foundation-mq-medium-only{font-family:"/only screen and (min-width:40.0625em) and (max-width:64em)/";width:40.0625em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.0625em)/";width:64.0625em}meta.foundation-mq-large-only{font-family:"/only screen and (min-width:64.0625em) and (max-width:90em)/";width:64.0625em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.0625em)/";width:90.0625em}meta.foundation-mq-xlarge-only{font-family:"/only screen and (min-width:90.0625em) and (max-width:120em)/";width:90.0625em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.0625em)/";width:120.0625em}meta.foundation-data-attribute-namespace{font-family:false}html,body{height:100%}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html,body{font-size:100%}body{background:#fff;color:#222;cursor:auto;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-style:normal;font-weight:normal;line-height:1.5;margin:0;padding:0;position:relative}a:hover{cursor:pointer}img{max-width:100%;height:auto}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object,.mqa-display img,.mqa-display embed,.mqa-display object{max-width:none !important}.left{float:left !important}.right{float:right !important}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.hide{display:none}.invisible{visibility:hidden}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}.row{margin:0 auto;max-width:62.5rem;width:100%}.row:before,.row:after{content:" ";display:table}.row:after{clear:both}.row.collapse>.column,.row.collapse>.columns{padding-left:0;padding-right:0}.row.collapse .row{margin-left:0;margin-right:0}.row .row{margin:0 -0.9375rem;max-width:none;width:auto}.row .row:before,.row .row:after{content:" ";display:table}.row .row:after{clear:both}.row .row.collapse{margin:0;max-width:none;width:auto}.row .row.collapse:before,.row .row.collapse:after{content:" ";display:table}.row .row.collapse:after{clear:both}.column,.columns{padding-left:0.9375rem;padding-right:0.9375rem;width:100%;float:left}.column+.column:last-child,.columns+.column:last-child,.column+.columns:last-child,.columns+.columns:last-child{float:right}.column+.column.end,.columns+.column.end,.column+.columns.end,.columns+.columns.end{float:left}@media only screen{.small-push-0{position:relative;left:0;right:auto}.small-pull-0{position:relative;right:0;left:auto}.small-push-1{position:relative;left:8.33333%;right:auto}.small-pull-1{position:relative;right:8.33333%;left:auto}.small-push-2{position:relative;left:16.66667%;right:auto}.small-pull-2{position:relative;right:16.66667%;left:auto}.small-push-3{position:relative;left:25%;right:auto}.small-pull-3{position:relative;right:25%;left:auto}.small-push-4{position:relative;left:33.33333%;right:auto}.small-pull-4{position:relative;right:33.33333%;left:auto}.small-push-5{position:relative;left:41.66667%;right:auto}.small-pull-5{position:relative;right:41.66667%;left:auto}.small-push-6{position:relative;left:50%;right:auto}.small-pull-6{position:relative;right:50%;left:auto}.small-push-7{position:relative;left:58.33333%;right:auto}.small-pull-7{position:relative;right:58.33333%;left:auto}.small-push-8{position:relative;left:66.66667%;right:auto}.small-pull-8{position:relative;right:66.66667%;left:auto}.small-push-9{position:relative;left:75%;right:auto}.small-pull-9{position:relative;right:75%;left:auto}.small-push-10{position:relative;left:83.33333%;right:auto}.small-pull-10{position:relative;right:83.33333%;left:auto}.small-push-11{position:relative;left:91.66667%;right:auto}.small-pull-11{position:relative;right:91.66667%;left:auto}.column,.columns{position:relative;padding-left:0.9375rem;padding-right:0.9375rem;float:left}.small-1{width:8.33333%}.small-2{width:16.66667%}.small-3{width:25%}.small-4{width:33.33333%}.small-5{width:41.66667%}.small-6{width:50%}.small-7{width:58.33333%}.small-8{width:66.66667%}.small-9{width:75%}.small-10{width:83.33333%}.small-11{width:91.66667%}.small-12{width:100%}.small-offset-0{margin-left:0 !important}.small-offset-1{margin-left:8.33333% !important}.small-offset-2{margin-left:16.66667% !important}.small-offset-3{margin-left:25% !important}.small-offset-4{margin-left:33.33333% !important}.small-offset-5{margin-left:41.66667% !important}.small-offset-6{margin-left:50% !important}.small-offset-7{margin-left:58.33333% !important}.small-offset-8{margin-left:66.66667% !important}.small-offset-9{margin-left:75% !important}.small-offset-10{margin-left:83.33333% !important}.small-offset-11{margin-left:91.66667% !important}.small-reset-order{float:left;left:auto;margin-left:0;margin-right:0;right:auto}.column.small-centered,.columns.small-centered{margin-left:auto;margin-right:auto;float:none}.column.small-uncentered,.columns.small-uncentered{float:left;margin-left:0;margin-right:0}.column.small-centered:last-child,.columns.small-centered:last-child{float:none}.column.small-uncentered:last-child,.columns.small-uncentered:last-child{float:left}.column.small-uncentered.opposite,.columns.small-uncentered.opposite{float:right}.row.small-collapse>.column,.row.small-collapse>.columns{padding-left:0;padding-right:0}.row.small-collapse .row{margin-left:0;margin-right:0}.row.small-uncollapse>.column,.row.small-uncollapse>.columns{padding-left:0.9375rem;padding-right:0.9375rem;float:left}}@media only screen and (min-width: 40.0625em){.medium-push-0{position:relative;left:0;right:auto}.medium-pull-0{position:relative;right:0;left:auto}.medium-push-1{position:relative;left:8.33333%;right:auto}.medium-pull-1{position:relative;right:8.33333%;left:auto}.medium-push-2{position:relative;left:16.66667%;right:auto}.medium-pull-2{position:relative;right:16.66667%;left:auto}.medium-push-3{position:relative;left:25%;right:auto}.medium-pull-3{position:relative;right:25%;left:auto}.medium-push-4{position:relative;left:33.33333%;right:auto}.medium-pull-4{position:relative;right:33.33333%;left:auto}.medium-push-5{position:relative;left:41.66667%;right:auto}.medium-pull-5{position:relative;right:41.66667%;left:auto}.medium-push-6{position:relative;left:50%;right:auto}.medium-pull-6{position:relative;right:50%;left:auto}.medium-push-7{position:relative;left:58.33333%;right:auto}.medium-pull-7{position:relative;right:58.33333%;left:auto}.medium-push-8{position:relative;left:66.66667%;right:auto}.medium-pull-8{position:relative;right:66.66667%;left:auto}.medium-push-9{position:relative;left:75%;right:auto}.medium-pull-9{position:relative;right:75%;left:auto}.medium-push-10{position:relative;left:83.33333%;right:auto}.medium-pull-10{position:relative;right:83.33333%;left:auto}.medium-push-11{position:relative;left:91.66667%;right:auto}.medium-pull-11{position:relative;right:91.66667%;left:auto}.column,.columns{position:relative;padding-left:0.9375rem;padding-right:0.9375rem;float:left}.medium-1{width:8.33333%}.medium-2{width:16.66667%}.medium-3{width:25%}.medium-4{width:33.33333%}.medium-5{width:41.66667%}.medium-6{width:50%}.medium-7{width:58.33333%}.medium-8{width:66.66667%}.medium-9{width:75%}.medium-10{width:83.33333%}.medium-11{width:91.66667%}.medium-12{width:100%}.medium-offset-0{margin-left:0 !important}.medium-offset-1{margin-left:8.33333% !important}.medium-offset-2{margin-left:16.66667% !important}.medium-offset-3{margin-left:25% !important}.medium-offset-4{margin-left:33.33333% !important}.medium-offset-5{margin-left:41.66667% !important}.medium-offset-6{margin-left:50% !important}.medium-offset-7{margin-left:58.33333% !important}.medium-offset-8{margin-left:66.66667% !important}.medium-offset-9{margin-left:75% !important}.medium-offset-10{margin-left:83.33333% !important}.medium-offset-11{margin-left:91.66667% !important}.medium-reset-order{float:left;left:auto;margin-left:0;margin-right:0;right:auto}.column.medium-centered,.columns.medium-centered{margin-left:auto;margin-right:auto;float:none}.column.medium-uncentered,.columns.medium-uncentered{float:left;margin-left:0;margin-right:0}.column.medium-centered:last-child,.columns.medium-centered:last-child{float:none}.column.medium-uncentered:last-child,.columns.medium-uncentered:last-child{float:left}.column.medium-uncentered.opposite,.columns.medium-uncentered.opposite{float:right}.row.medium-collapse>.column,.row.medium-collapse>.columns{padding-left:0;padding-right:0}.row.medium-collapse .row{margin-left:0;margin-right:0}.row.medium-uncollapse>.column,.row.medium-uncollapse>.columns{padding-left:0.9375rem;padding-right:0.9375rem;float:left}.push-0{position:relative;left:0;right:auto}.pull-0{position:relative;right:0;left:auto}.push-1{position:relative;left:8.33333%;right:auto}.pull-1{position:relative;right:8.33333%;left:auto}.push-2{position:relative;left:16.66667%;right:auto}.pull-2{position:relative;right:16.66667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.33333%;right:auto}.pull-4{position:relative;right:33.33333%;left:auto}.push-5{position:relative;left:41.66667%;right:auto}.pull-5{position:relative;right:41.66667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.33333%;right:auto}.pull-7{position:relative;right:58.33333%;left:auto}.push-8{position:relative;left:66.66667%;right:auto}.pull-8{position:relative;right:66.66667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.33333%;right:auto}.pull-10{position:relative;right:83.33333%;left:auto}.push-11{position:relative;left:91.66667%;right:auto}.pull-11{position:relative;right:91.66667%;left:auto}}@media only screen and (min-width: 64.0625em){.large-push-0{position:relative;left:0;right:auto}.large-pull-0{position:relative;right:0;left:auto}.large-push-1{position:relative;left:8.33333%;right:auto}.large-pull-1{position:relative;right:8.33333%;left:auto}.large-push-2{position:relative;left:16.66667%;right:auto}.large-pull-2{position:relative;right:16.66667%;left:auto}.large-push-3{position:relative;left:25%;right:auto}.large-pull-3{position:relative;right:25%;left:auto}.large-push-4{position:relative;left:33.33333%;right:auto}.large-pull-4{position:relative;right:33.33333%;left:auto}.large-push-5{position:relative;left:41.66667%;right:auto}.large-pull-5{position:relative;right:41.66667%;left:auto}.large-push-6{position:relative;left:50%;right:auto}.large-pull-6{position:relative;right:50%;left:auto}.large-push-7{position:relative;left:58.33333%;right:auto}.large-pull-7{position:relative;right:58.33333%;left:auto}.large-push-8{position:relative;left:66.66667%;right:auto}.large-pull-8{position:relative;right:66.66667%;left:auto}.large-push-9{position:relative;left:75%;right:auto}.large-pull-9{position:relative;right:75%;left:auto}.large-push-10{position:relative;left:83.33333%;right:auto}.large-pull-10{position:relative;right:83.33333%;left:auto}.large-push-11{position:relative;left:91.66667%;right:auto}.large-pull-11{position:relative;right:91.66667%;left:auto}.column,.columns{position:relative;padding-left:0.9375rem;padding-right:0.9375rem;float:left}.large-1{width:8.33333%}.large-2{width:16.66667%}.large-3{width:25%}.large-4{width:33.33333%}.large-5{width:41.66667%}.large-6{width:50%}.large-7{width:58.33333%}.large-8{width:66.66667%}.large-9{width:75%}.large-10{width:83.33333%}.large-11{width:91.66667%}.large-12{width:100%}.large-offset-0{margin-left:0 !important}.large-offset-1{margin-left:8.33333% !important}.large-offset-2{margin-left:16.66667% !important}.large-offset-3{margin-left:25% !important}.large-offset-4{margin-left:33.33333% !important}.large-offset-5{margin-left:41.66667% !important}.large-offset-6{margin-left:50% !important}.large-offset-7{margin-left:58.33333% !important}.large-offset-8{margin-left:66.66667% !important}.large-offset-9{margin-left:75% !important}.large-offset-10{margin-left:83.33333% !important}.large-offset-11{margin-left:91.66667% !important}.large-reset-order{float:left;left:auto;margin-left:0;margin-right:0;right:auto}.column.large-centered,.columns.large-centered{margin-left:auto;margin-right:auto;float:none}.column.large-uncentered,.columns.large-uncentered{float:left;margin-left:0;margin-right:0}.column.large-centered:last-child,.columns.large-centered:last-child{float:none}.column.large-uncentered:last-child,.columns.large-uncentered:last-child{float:left}.column.large-uncentered.opposite,.columns.large-uncentered.opposite{float:right}.row.large-collapse>.column,.row.large-collapse>.columns{padding-left:0;padding-right:0}.row.large-collapse .row{margin-left:0;margin-right:0}.row.large-uncollapse>.column,.row.large-uncollapse>.columns{padding-left:0.9375rem;padding-right:0.9375rem;float:left}.push-0{position:relative;left:0;right:auto}.pull-0{position:relative;right:0;left:auto}.push-1{position:relative;left:8.33333%;right:auto}.pull-1{position:relative;right:8.33333%;left:auto}.push-2{position:relative;left:16.66667%;right:auto}.pull-2{position:relative;right:16.66667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.33333%;right:auto}.pull-4{position:relative;right:33.33333%;left:auto}.push-5{position:relative;left:41.66667%;right:auto}.pull-5{position:relative;right:41.66667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.33333%;right:auto}.pull-7{position:relative;right:58.33333%;left:auto}.push-8{position:relative;left:66.66667%;right:auto}.pull-8{position:relative;right:66.66667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.33333%;right:auto}.pull-10{position:relative;right:83.33333%;left:auto}.push-11{position:relative;left:91.66667%;right:auto}.pull-11{position:relative;right:91.66667%;left:auto}}button,.button{-webkit-appearance:none;-moz-appearance:none;border-radius:0;border-style:solid;border-width:0;cursor:pointer;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-weight:normal;line-height:normal;margin:0 0 1.25rem;position:relative;text-align:center;text-decoration:none;display:inline-block;padding:1rem 2rem 1.0625rem 2rem;font-size:1rem;background-color:#008CBA;border-color:#007095;color:#fff;transition:background-color 300ms ease-out}button:hover,button:focus,.button:hover,.button:focus{background-color:#007095}button:hover,button:focus,.button:hover,.button:focus{color:#fff}button.secondary,.button.secondary{background-color:#e7e7e7;border-color:#b9b9b9;color:#333}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{background-color:#b9b9b9}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{color:#333}button.success,.button.success{background-color:#43AC6A;border-color:#368a55;color:#fff}button.success:hover,button.success:focus,.button.success:hover,.button.success:focus{background-color:#368a55}button.success:hover,button.success:focus,.button.success:hover,.button.success:focus{color:#fff}button.alert,.button.alert{background-color:#f04124;border-color:#cf2a0e;color:#fff}button.alert:hover,button.alert:focus,.button.alert:hover,.button.alert:focus{background-color:#cf2a0e}button.alert:hover,button.alert:focus,.button.alert:hover,.button.alert:focus{color:#fff}button.warning,.button.warning{background-color:#f08a24;border-color:#cf6e0e;color:#fff}button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus{background-color:#cf6e0e}button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus{color:#fff}button.info,.button.info{background-color:#a0d3e8;border-color:#61b6d9;color:#333}button.info:hover,button.info:focus,.button.info:hover,.button.info:focus{background-color:#61b6d9}button.info:hover,button.info:focus,.button.info:hover,.button.info:focus{color:#fff}button.large,.button.large{padding:1.125rem 2.25rem 1.1875rem 2.25rem;font-size:1.25rem}button.small,.button.small{padding:0.875rem 1.75rem 0.9375rem 1.75rem;font-size:0.8125rem}button.tiny,.button.tiny{padding:0.625rem 1.25rem 0.6875rem 1.25rem;font-size:0.6875rem}button.expand,.button.expand{padding:1rem 2rem 1.0625rem 2rem;font-size:1rem;padding-bottom:1.0625rem;padding-top:1rem;padding-left:1rem;padding-right:1rem;width:100%}button.left-align,.button.left-align{text-align:left;text-indent:0.75rem}button.right-align,.button.right-align{text-align:right;padding-right:0.75rem}button.radius,.button.radius{border-radius:3px}button.round,.button.round{border-radius:1000px}button.disabled,button[disabled],.button.disabled,.button[disabled]{background-color:#008CBA;border-color:#007095;color:#fff;box-shadow:none;cursor:default;opacity:0.7}button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{background-color:#007095}button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{color:#fff}button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{background-color:#008CBA}button.disabled.secondary,button[disabled].secondary,.button.disabled.secondary,.button[disabled].secondary{background-color:#e7e7e7;border-color:#b9b9b9;color:#333;box-shadow:none;cursor:default;opacity:0.7}button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{background-color:#b9b9b9}button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{color:#333}button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{background-color:#e7e7e7}button.disabled.success,button[disabled].success,.button.disabled.success,.button[disabled].success{background-color:#43AC6A;border-color:#368a55;color:#fff;box-shadow:none;cursor:default;opacity:0.7}button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{background-color:#368a55}button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{color:#fff}button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{background-color:#43AC6A}button.disabled.alert,button[disabled].alert,.button.disabled.alert,.button[disabled].alert{background-color:#f04124;border-color:#cf2a0e;color:#fff;box-shadow:none;cursor:default;opacity:0.7}button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{background-color:#cf2a0e}button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{color:#fff}button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{background-color:#f04124}button.disabled.warning,button[disabled].warning,.button.disabled.warning,.button[disabled].warning{background-color:#f08a24;border-color:#cf6e0e;color:#fff;box-shadow:none;cursor:default;opacity:0.7}button.disabled.warning:hover,button.disabled.warning:focus,button[disabled].warning:hover,button[disabled].warning:focus,.button.disabled.warning:hover,.button.disabled.warning:focus,.button[disabled].warning:hover,.button[disabled].warning:focus{background-color:#cf6e0e}button.disabled.warning:hover,button.disabled.warning:focus,button[disabled].warning:hover,button[disabled].warning:focus,.button.disabled.warning:hover,.button.disabled.warning:focus,.button[disabled].warning:hover,.button[disabled].warning:focus{color:#fff}button.disabled.warning:hover,button.disabled.warning:focus,button[disabled].warning:hover,button[disabled].warning:focus,.button.disabled.warning:hover,.button.disabled.warning:focus,.button[disabled].warning:hover,.button[disabled].warning:focus{background-color:#f08a24}button.disabled.info,button[disabled].info,.button.disabled.info,.button[disabled].info{background-color:#a0d3e8;border-color:#61b6d9;color:#333;box-shadow:none;cursor:default;opacity:0.7}button.disabled.info:hover,button.disabled.info:focus,button[disabled].info:hover,button[disabled].info:focus,.button.disabled.info:hover,.button.disabled.info:focus,.button[disabled].info:hover,.button[disabled].info:focus{background-color:#61b6d9}button.disabled.info:hover,button.disabled.info:focus,button[disabled].info:hover,button[disabled].info:focus,.button.disabled.info:hover,.button.disabled.info:focus,.button[disabled].info:hover,.button[disabled].info:focus{color:#fff}button.disabled.info:hover,button.disabled.info:focus,button[disabled].info:hover,button[disabled].info:focus,.button.disabled.info:hover,.button.disabled.info:focus,.button[disabled].info:hover,.button[disabled].info:focus{background-color:#a0d3e8}button::-moz-focus-inner{border:0;padding:0}@media only screen and (min-width: 40.0625em){button,.button{display:inline-block}}form{margin:0 0 1rem}form .row .row{margin:0 -0.5rem}form .row .row .column,form .row .row .columns{padding:0 0.5rem}form .row .row.collapse{margin:0}form .row .row.collapse .column,form .row .row.collapse .columns{padding:0}form .row .row.collapse input{-webkit-border-bottom-right-radius:0;-webkit-border-top-right-radius:0;border-bottom-right-radius:0;border-top-right-radius:0}form .row input.column,form .row input.columns,form .row textarea.column,form .row textarea.columns{padding-left:0.5rem}label{color:#4d4d4d;cursor:pointer;display:block;font-size:0.875rem;font-weight:normal;line-height:1.5;margin-bottom:0}label.right{float:none !important;text-align:right}label.inline{margin:0 0 1rem 0;padding:0.5625rem 0}label small{text-transform:capitalize;color:#676767}.prefix,.postfix{border-style:solid;border-width:1px;display:block;font-size:0.875rem;height:2.3125rem;line-height:2.3125rem;overflow:visible;padding-bottom:0;padding-top:0;position:relative;text-align:center;width:100%;z-index:2}.postfix.button{border:none;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0;text-align:center}.prefix.button{border:none;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0;text-align:center}.prefix.button.radius{border-radius:0;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.postfix.button.radius{border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}.prefix.button.round{border-radius:0;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}.postfix.button.round{border-radius:0;-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}span.prefix,label.prefix{background:#f2f2f2;border-right:none;color:#333;border-color:#ccc}span.postfix,label.postfix{background:#f2f2f2;border-left:none;color:#333;border-color:#ccc}input:not([type]),input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="week"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],input[type="color"],textarea{-webkit-appearance:none;-moz-appearance:none;border-radius:0;background-color:#fff;border-style:solid;border-width:1px;border-color:#ccc;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);color:rgba(0,0,0,0.75);display:block;font-family:inherit;font-size:0.875rem;height:2.3125rem;margin:0 0 1rem 0;padding:0.5rem;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color 0.15s linear,background 0.15s linear;-moz-transition:border-color 0.15s linear,background 0.15s linear;-ms-transition:border-color 0.15s linear,background 0.15s linear;-o-transition:border-color 0.15s linear,background 0.15s linear;transition:border-color 0.15s linear,background 0.15s linear}input:not([type]):focus,input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,input[type="color"]:focus,textarea:focus{background:#fafafa;border-color:#999;outline:none}input:not([type]):disabled,input[type="text"]:disabled,input[type="password"]:disabled,input[type="date"]:disabled,input[type="datetime"]:disabled,input[type="datetime-local"]:disabled,input[type="month"]:disabled,input[type="week"]:disabled,input[type="email"]:disabled,input[type="number"]:disabled,input[type="search"]:disabled,input[type="tel"]:disabled,input[type="time"]:disabled,input[type="url"]:disabled,input[type="color"]:disabled,textarea:disabled{background-color:#ddd;cursor:default}input:not([type])[disabled],input:not([type])[readonly],fieldset[disabled] input:not([type]),input[type="text"][disabled],input[type="text"][readonly],fieldset[disabled] input[type="text"],input[type="password"][disabled],input[type="password"][readonly],fieldset[disabled] input[type="password"],input[type="date"][disabled],input[type="date"][readonly],fieldset[disabled] input[type="date"],input[type="datetime"][disabled],input[type="datetime"][readonly],fieldset[disabled] input[type="datetime"],input[type="datetime-local"][disabled],input[type="datetime-local"][readonly],fieldset[disabled] input[type="datetime-local"],input[type="month"][disabled],input[type="month"][readonly],fieldset[disabled] input[type="month"],input[type="week"][disabled],input[type="week"][readonly],fieldset[disabled] input[type="week"],input[type="email"][disabled],input[type="email"][readonly],fieldset[disabled] input[type="email"],input[type="number"][disabled],input[type="number"][readonly],fieldset[disabled] input[type="number"],input[type="search"][disabled],input[type="search"][readonly],fieldset[disabled] input[type="search"],input[type="tel"][disabled],input[type="tel"][readonly],fieldset[disabled] input[type="tel"],input[type="time"][disabled],input[type="time"][readonly],fieldset[disabled] input[type="time"],input[type="url"][disabled],input[type="url"][readonly],fieldset[disabled] input[type="url"],input[type="color"][disabled],input[type="color"][readonly],fieldset[disabled] input[type="color"],textarea[disabled],textarea[readonly],fieldset[disabled] textarea{background-color:#ddd;cursor:default}input:not([type]).radius,input[type="text"].radius,input[type="password"].radius,input[type="date"].radius,input[type="datetime"].radius,input[type="datetime-local"].radius,input[type="month"].radius,input[type="week"].radius,input[type="email"].radius,input[type="number"].radius,input[type="search"].radius,input[type="tel"].radius,input[type="time"].radius,input[type="url"].radius,input[type="color"].radius,textarea.radius{border-radius:3px}form .row .prefix-radius.row.collapse input,form .row .prefix-radius.row.collapse textarea,form .row .prefix-radius.row.collapse select,form .row .prefix-radius.row.collapse button{border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}form .row .prefix-radius.row.collapse .prefix{border-radius:0;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}form .row .postfix-radius.row.collapse input,form .row .postfix-radius.row.collapse textarea,form .row .postfix-radius.row.collapse select,form .row .postfix-radius.row.collapse button{border-radius:0;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}form .row .postfix-radius.row.collapse .postfix{border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}form .row .prefix-round.row.collapse input,form .row .prefix-round.row.collapse textarea,form .row .prefix-round.row.collapse select,form .row .prefix-round.row.collapse button{border-radius:0;-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}form .row .prefix-round.row.collapse .prefix{border-radius:0;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}form .row .postfix-round.row.collapse input,form .row .postfix-round.row.collapse textarea,form .row .postfix-round.row.collapse select,form .row .postfix-round.row.collapse button{border-radius:0;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}form .row .postfix-round.row.collapse .postfix{border-radius:0;-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}input[type="submit"]{-webkit-appearance:none;-moz-appearance:none;border-radius:0}textarea[rows]{height:auto}textarea{max-width:100%}::-webkit-input-placeholder{color:#666}:-moz-placeholder{color:#666}::-moz-placeholder{color:#666}:-ms-input-placeholder{color:#666}select{-webkit-appearance:none !important;-moz-appearance:none !important;background-color:#FAFAFA;border-radius:0;background-position:100% center;background-repeat:no-repeat;border-style:solid;border-width:1px;border-color:#ccc;color:rgba(0,0,0,0.75);font-family:inherit;font-size:0.875rem;line-height:normal;padding:0.5rem;border-radius:0;height:2.3125rem}select::-ms-expand{display:none}select.radius{border-radius:3px}select:focus{background-color:#f3f3f3;border-color:#999}select:disabled{background-color:#ddd;cursor:default}select[multiple]{height:auto}input[type="file"],input[type="checkbox"],input[type="radio"],select{margin:0 0 1rem 0}input[type="checkbox"]+label,input[type="radio"]+label{display:inline-block;margin-left:0.5rem;margin-right:1rem;margin-bottom:0;vertical-align:baseline}input[type="file"]{width:100%}fieldset{border:1px solid #ddd;margin:1.125rem 0;padding:1.25rem}fieldset legend{font-weight:bold;margin:0;margin-left:-0.1875rem;padding:0 0.1875rem}[data-abide] .error small.error,[data-abide] .error span.error,[data-abide] span.error,[data-abide] small.error{display:block;font-size:0.75rem;font-style:italic;font-weight:normal;margin-bottom:1rem;margin-top:-1px;padding:0.375rem 0.5625rem 0.5625rem;background:#f04124;color:#fff}[data-abide] span.error,[data-abide] small.error{display:none}span.error,small.error{display:block;font-size:0.75rem;font-style:italic;font-weight:normal;margin-bottom:1rem;margin-top:-1px;padding:0.375rem 0.5625rem 0.5625rem;background:#f04124;color:#fff}.error input,.error textarea,.error select{margin-bottom:0}.error input[type="checkbox"],.error input[type="radio"]{margin-bottom:1rem}.error label,.error label.error{color:#f04124}.error small.error{display:block;font-size:0.75rem;font-style:italic;font-weight:normal;margin-bottom:1rem;margin-top:-1px;padding:0.375rem 0.5625rem 0.5625rem;background:#f04124;color:#fff}.error>label>small{background:transparent;color:#676767;display:inline;font-size:60%;font-style:normal;margin:0;padding:0;text-transform:capitalize}.error span.error-message{display:block}input.error,textarea.error,select.error{margin-bottom:0}label.error{color:#f04124}meta.foundation-mq-topbar{font-family:"/only screen and (min-width:40.0625em)/";width:40.0625em}.contain-to-grid{width:100%;background:#333}.contain-to-grid .top-bar{margin-bottom:0}.fixed{position:fixed;top:0;width:100%;z-index:99;left:0}.fixed.expanded:not(.top-bar){height:auto;max-height:100%;overflow-y:auto;width:100%}.fixed.expanded:not(.top-bar) .title-area{position:fixed;width:100%;z-index:99}.fixed.expanded:not(.top-bar) .top-bar-section{margin-top:2.8125rem;z-index:98}.top-bar{background:#333;height:2.8125rem;line-height:2.8125rem;margin-bottom:0;overflow:hidden;position:relative}.top-bar ul{list-style:none;margin-bottom:0}.top-bar .row{max-width:none}.top-bar form,.top-bar input,.top-bar select{margin-bottom:0}.top-bar input,.top-bar select{font-size:0.75rem;height:1.75rem;padding-bottom:.35rem;padding-top:.35rem}.top-bar .button,.top-bar button{font-size:0.75rem;margin-bottom:0;padding-bottom:0.4125rem;padding-top:0.4125rem}@media only screen and (max-width: 40em){.top-bar .button,.top-bar button{position:relative;top:-1px}}.top-bar .title-area{margin:0;position:relative}.top-bar .name{font-size:16px;height:2.8125rem;margin:0}.top-bar .name h1,.top-bar .name h2,.top-bar .name h3,.top-bar .name h4,.top-bar .name p,.top-bar .name span{font-size:1.0625rem;line-height:2.8125rem;margin:0}.top-bar .name h1 a,.top-bar .name h2 a,.top-bar .name h3 a,.top-bar .name h4 a,.top-bar .name p a,.top-bar .name span a{color:#fff;display:block;font-weight:normal;padding:0 0.9375rem;width:75%}.top-bar .toggle-topbar{position:absolute;right:0;top:0}.top-bar .toggle-topbar a{color:#fff;display:block;font-size:0.8125rem;font-weight:bold;height:2.8125rem;line-height:2.8125rem;padding:0 0.9375rem;position:relative;text-transform:uppercase}.top-bar .toggle-topbar.menu-icon{margin-top:-16px;top:50%}.top-bar .toggle-topbar.menu-icon a{color:#fff;height:34px;line-height:33px;padding:0 2.5rem 0 0.9375rem;position:relative}.top-bar .toggle-topbar.menu-icon a span::after{content:"";display:block;height:0;position:absolute;margin-top:-8px;top:50%;right:0.9375rem;box-shadow:0 0 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff;width:16px}.top-bar .toggle-topbar.menu-icon a span:hover:after{box-shadow:0 0 0 1px "",0 7px 0 1px "",0 14px 0 1px ""}.top-bar.expanded{background:transparent;height:auto}.top-bar.expanded .title-area{background:#333}.top-bar.expanded .toggle-topbar a{color:#888}.top-bar.expanded .toggle-topbar a span::after{box-shadow:0 0 0 1px #888,0 7px 0 1px #888,0 14px 0 1px #888}@media screen and (-webkit-min-device-pixel-ratio: 0){.top-bar.expanded .top-bar-section .has-dropdown.moved>.dropdown,.top-bar.expanded .top-bar-section .dropdown{clip:initial}.top-bar.expanded .top-bar-section .has-dropdown:not(.moved)>ul{padding:0}}.top-bar-section{left:0;position:relative;width:auto;transition:left 300ms ease-out}.top-bar-section ul{display:block;font-size:16px;height:auto;margin:0;padding:0;width:100%}.top-bar-section .divider,.top-bar-section [role="separator"]{border-top:solid 1px #1a1a1a;clear:both;height:1px;width:100%}.top-bar-section ul li{background:#333}.top-bar-section ul li>a{color:#fff;display:block;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:0.8125rem;font-weight:normal;padding-left:0.9375rem;padding:12px 0 12px 0.9375rem;text-transform:none;width:100%}.top-bar-section ul li>a.button{font-size:0.8125rem;padding-left:0.9375rem;padding-right:0.9375rem;background-color:#008CBA;border-color:#007095;color:#fff}.top-bar-section ul li>a.button:hover,.top-bar-section ul li>a.button:focus{background-color:#007095}.top-bar-section ul li>a.button:hover,.top-bar-section ul li>a.button:focus{color:#fff}.top-bar-section ul li>a.button.secondary{background-color:#e7e7e7;border-color:#b9b9b9;color:#333}.top-bar-section ul li>a.button.secondary:hover,.top-bar-section ul li>a.button.secondary:focus{background-color:#b9b9b9}.top-bar-section ul li>a.button.secondary:hover,.top-bar-section ul li>a.button.secondary:focus{color:#333}.top-bar-section ul li>a.button.success{background-color:#43AC6A;border-color:#368a55;color:#fff}.top-bar-section ul li>a.button.success:hover,.top-bar-section ul li>a.button.success:focus{background-color:#368a55}.top-bar-section ul li>a.button.success:hover,.top-bar-section ul li>a.button.success:focus{color:#fff}.top-bar-section ul li>a.button.alert{background-color:#f04124;border-color:#cf2a0e;color:#fff}.top-bar-section ul li>a.button.alert:hover,.top-bar-section ul li>a.button.alert:focus{background-color:#cf2a0e}.top-bar-section ul li>a.button.alert:hover,.top-bar-section ul li>a.button.alert:focus{color:#fff}.top-bar-section ul li>a.button.warning{background-color:#f08a24;border-color:#cf6e0e;color:#fff}.top-bar-section ul li>a.button.warning:hover,.top-bar-section ul li>a.button.warning:focus{background-color:#cf6e0e}.top-bar-section ul li>a.button.warning:hover,.top-bar-section ul li>a.button.warning:focus{color:#fff}.top-bar-section ul li>a.button.info{background-color:#a0d3e8;border-color:#61b6d9;color:#333}.top-bar-section ul li>a.button.info:hover,.top-bar-section ul li>a.button.info:focus{background-color:#61b6d9}.top-bar-section ul li>a.button.info:hover,.top-bar-section ul li>a.button.info:focus{color:#fff}.top-bar-section ul li>button{font-size:0.8125rem;padding-left:0.9375rem;padding-right:0.9375rem;background-color:#008CBA;border-color:#007095;color:#fff}.top-bar-section ul li>button:hover,.top-bar-section ul li>button:focus{background-color:#007095}.top-bar-section ul li>button:hover,.top-bar-section ul li>button:focus{color:#fff}.top-bar-section ul li>button.secondary{background-color:#e7e7e7;border-color:#b9b9b9;color:#333}.top-bar-section ul li>button.secondary:hover,.top-bar-section ul li>button.secondary:focus{background-color:#b9b9b9}.top-bar-section ul li>button.secondary:hover,.top-bar-section ul li>button.secondary:focus{color:#333}.top-bar-section ul li>button.success{background-color:#43AC6A;border-color:#368a55;color:#fff}.top-bar-section ul li>button.success:hover,.top-bar-section ul li>button.success:focus{background-color:#368a55}.top-bar-section ul li>button.success:hover,.top-bar-section ul li>button.success:focus{color:#fff}.top-bar-section ul li>button.alert{background-color:#f04124;border-color:#cf2a0e;color:#fff}.top-bar-section ul li>button.alert:hover,.top-bar-section ul li>button.alert:focus{background-color:#cf2a0e}.top-bar-section ul li>button.alert:hover,.top-bar-section ul li>button.alert:focus{color:#fff}.top-bar-section ul li>button.warning{background-color:#f08a24;border-color:#cf6e0e;color:#fff}.top-bar-section ul li>button.warning:hover,.top-bar-section ul li>button.warning:focus{background-color:#cf6e0e}.top-bar-section ul li>button.warning:hover,.top-bar-section ul li>button.warning:focus{color:#fff}.top-bar-section ul li>button.info{background-color:#a0d3e8;border-color:#61b6d9;color:#333}.top-bar-section ul li>button.info:hover,.top-bar-section ul li>button.info:focus{background-color:#61b6d9}.top-bar-section ul li>button.info:hover,.top-bar-section ul li>button.info:focus{color:#fff}.top-bar-section ul li:hover:not(.has-form)>a{background-color:#555;color:#fff;background:#222}.top-bar-section ul li.active>a{background:#008CBA;color:#fff}.top-bar-section ul li.active>a:hover{background:#0078a0;color:#fff}.top-bar-section .has-form{padding:0.9375rem}.top-bar-section .has-dropdown{position:relative}.top-bar-section .has-dropdown>a:after{border:inset 5px;content:"";display:block;height:0;width:0;border-color:transparent transparent transparent rgba(255,255,255,0.4);border-left-style:solid;margin-right:0.9375rem;margin-top:-4.5px;position:absolute;top:50%;right:0}.top-bar-section .has-dropdown.moved{position:static}.top-bar-section .has-dropdown.moved>.dropdown{position:static !important;height:auto;width:auto;overflow:visible;clip:auto;display:block;position:absolute !important;width:100%}.top-bar-section .has-dropdown.moved>a:after{display:none}.top-bar-section .dropdown{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px;display:block;padding:0;position:absolute;top:0;z-index:99;left:100%}.top-bar-section .dropdown li{height:auto;width:100%}.top-bar-section .dropdown li a{font-weight:normal;padding:8px 0.9375rem}.top-bar-section .dropdown li a.parent-link{font-weight:normal}.top-bar-section .dropdown li.title h5,.top-bar-section .dropdown li.parent-link{margin-bottom:0;margin-top:0;font-size:1.125rem}.top-bar-section .dropdown li.title h5 a,.top-bar-section .dropdown li.parent-link a{color:#fff;display:block}.top-bar-section .dropdown li.title h5 a:hover,.top-bar-section .dropdown li.parent-link a:hover{background:none}.top-bar-section .dropdown li.has-form{padding:8px 0.9375rem}.top-bar-section .dropdown li .button,.top-bar-section .dropdown li button{top:auto}.top-bar-section .dropdown label{color:#777;font-size:0.625rem;font-weight:bold;margin-bottom:0;padding:8px 0.9375rem 2px;text-transform:uppercase}.js-generated{display:block}@media only screen and (min-width: 40.0625em){.top-bar{background:#333;overflow:visible}.top-bar:before,.top-bar:after{content:" ";display:table}.top-bar:after{clear:both}.top-bar .toggle-topbar{display:none}.top-bar .title-area{float:left}.top-bar .name h1 a,.top-bar .name h2 a,.top-bar .name h3 a,.top-bar .name h4 a,.top-bar .name h5 a,.top-bar .name h6 a{width:auto}.top-bar input,.top-bar select,.top-bar .button,.top-bar button{font-size:0.875rem;height:1.75rem;position:relative;top:0.53125rem}.top-bar .has-form>.button,.top-bar .has-form>button{font-size:0.875rem;height:1.75rem;position:relative;top:0.53125rem}.top-bar.expanded{background:#333}.contain-to-grid .top-bar{margin:0 auto;margin-bottom:0;max-width:62.5rem}.top-bar-section{transition:none 0 0;left:0 !important}.top-bar-section ul{display:inline;height:auto !important;width:auto}.top-bar-section ul li{float:left}.top-bar-section ul li .js-generated{display:none}.top-bar-section li.hover>a:not(.button){background-color:#555;background:#222;color:#fff}.top-bar-section li:not(.has-form) a:not(.button){background:#333;line-height:2.8125rem;padding:0 0.9375rem}.top-bar-section li:not(.has-form) a:not(.button):hover{background-color:#555;background:#222}.top-bar-section li.active:not(.has-form) a:not(.button){background:#008CBA;color:#fff;line-height:2.8125rem;padding:0 0.9375rem}.top-bar-section li.active:not(.has-form) a:not(.button):hover{background:#0078a0;color:#fff}.top-bar-section .has-dropdown>a{padding-right:2.1875rem !important}.top-bar-section .has-dropdown>a:after{border:inset 5px;content:"";display:block;height:0;width:0;border-color:rgba(255,255,255,0.4) transparent transparent transparent;border-top-style:solid;margin-top:-2.5px;top:1.40625rem}.top-bar-section .has-dropdown.moved{position:relative}.top-bar-section .has-dropdown.moved>.dropdown{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px;display:block}.top-bar-section .has-dropdown.hover>.dropdown,.top-bar-section .has-dropdown.not-click:hover>.dropdown{position:static !important;height:auto;width:auto;overflow:visible;clip:auto;display:block;position:absolute !important}.top-bar-section .has-dropdown>a:focus+.dropdown{position:static !important;height:auto;width:auto;overflow:visible;clip:auto;display:block;position:absolute !important}.top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after{border:none;content:"\00bb";top:0.1875rem;right:5px}.top-bar-section .dropdown{left:0;background:transparent;min-width:100%;top:auto}.top-bar-section .dropdown li a{background:#333;color:#fff;line-height:2.8125rem;padding:12px 0.9375rem;white-space:nowrap}.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button){background:#333;color:#fff}.top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button){background-color:#555;color:#fff;background:#222}.top-bar-section .dropdown li label{background:#333;white-space:nowrap}.top-bar-section .dropdown li .dropdown{left:100%;top:0}.top-bar-section>ul>.divider,.top-bar-section>ul>[role="separator"]{border-right:solid 1px #4e4e4e;border-bottom:none;border-top:none;clear:none;height:2.8125rem;width:0}.top-bar-section .has-form{background:#333;height:2.8125rem;padding:0 0.9375rem}.top-bar-section .right li .dropdown{left:auto;right:0}.top-bar-section .right li .dropdown li .dropdown{right:100%}.top-bar-section .left li .dropdown{right:auto;left:0}.top-bar-section .left li .dropdown li .dropdown{left:100%}.no-js .top-bar-section ul li:hover>a{background-color:#555;background:#222;color:#fff}.no-js .top-bar-section ul li:active>a{background:#008CBA;color:#fff}.no-js .top-bar-section .has-dropdown:hover>.dropdown{position:static !important;height:auto;width:auto;overflow:visible;clip:auto;display:block;position:absolute !important}.no-js .top-bar-section .has-dropdown>a:focus+.dropdown{position:static !important;height:auto;width:auto;overflow:visible;clip:auto;display:block;position:absolute !important}}.breadcrumbs{border-style:solid;border-width:1px;display:block;list-style:none;margin-left:0;overflow:hidden;padding:0.5625rem 0.875rem 0.5625rem;background-color:#f4f4f4;border-color:#dcdcdc;border-radius:3px}.breadcrumbs>*{color:#008CBA;float:left;font-size:0.6875rem;line-height:0.6875rem;margin:0;text-transform:uppercase}.breadcrumbs>*:hover a,.breadcrumbs>*:focus a{text-decoration:underline}.breadcrumbs>* a{color:#008CBA}.breadcrumbs>*.current{color:#333;cursor:default}.breadcrumbs>*.current a{color:#333;cursor:default}.breadcrumbs>*.current:hover,.breadcrumbs>*.current:hover a,.breadcrumbs>*.current:focus,.breadcrumbs>*.current:focus a{text-decoration:none}.breadcrumbs>*.unavailable{color:#999}.breadcrumbs>*.unavailable a{color:#999}.breadcrumbs>*.unavailable:hover,.breadcrumbs>*.unavailable:hover a,.breadcrumbs>*.unavailable:focus,.breadcrumbs>*.unavailable a:focus{color:#999;cursor:not-allowed;text-decoration:none}.breadcrumbs>*:before{color:#aaa;content:"/";margin:0 0.75rem;position:relative;top:1px}.breadcrumbs>*:first-child:before{content:" ";margin:0}[aria-label="breadcrumbs"] [aria-hidden="true"]:after{content:"/"}.alert-box{border-style:solid;border-width:1px;display:block;font-size:0.8125rem;font-weight:normal;margin-bottom:1.25rem;padding:0.875rem 1.5rem 0.875rem 0.875rem;position:relative;transition:opacity 300ms ease-out;background-color:#008CBA;border-color:#0078a0;color:#fff}.alert-box .close{right:0.25rem;background:inherit;color:#333;font-size:1.375rem;line-height:.9;margin-top:-0.6875rem;opacity:0.3;padding:0 6px 4px;position:absolute;top:50%}.alert-box .close:hover,.alert-box .close:focus{opacity:0.5}.alert-box.radius{border-radius:3px}.alert-box.round{border-radius:1000px}.alert-box.success{background-color:#43AC6A;border-color:#3a945b;color:#fff}.alert-box.alert{background-color:#f04124;border-color:#de2d0f;color:#fff}.alert-box.secondary{background-color:#e7e7e7;border-color:#c7c7c7;color:#4f4f4f}.alert-box.warning{background-color:#f08a24;border-color:#de770f;color:#fff}.alert-box.info{background-color:#a0d3e8;border-color:#74bfdd;color:#4f4f4f}.alert-box.alert-close{opacity:0}.inline-list{list-style:none;margin-top:0;margin-bottom:1.0625rem;margin-left:-1.375rem;margin-right:0;overflow:hidden;padding:0}.inline-list>li{display:block;float:left;list-style:none;margin-left:1.375rem}.inline-list>li>*{display:block}.button-group{list-style:none;margin:0;left:0}.button-group:before,.button-group:after{content:" ";display:table}.button-group:after{clear:both}.button-group.even-2 li{display:inline-block;margin:0 -2px;width:50%}.button-group.even-2 li>button,.button-group.even-2 li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.even-2 li:first-child button,.button-group.even-2 li:first-child .button{border-left:0}.button-group.even-2 li button,.button-group.even-2 li .button{width:100%}.button-group.even-3 li{display:inline-block;margin:0 -2px;width:33.33333%}.button-group.even-3 li>button,.button-group.even-3 li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.even-3 li:first-child button,.button-group.even-3 li:first-child .button{border-left:0}.button-group.even-3 li button,.button-group.even-3 li .button{width:100%}.button-group.even-4 li{display:inline-block;margin:0 -2px;width:25%}.button-group.even-4 li>button,.button-group.even-4 li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.even-4 li:first-child button,.button-group.even-4 li:first-child .button{border-left:0}.button-group.even-4 li button,.button-group.even-4 li .button{width:100%}.button-group.even-5 li{display:inline-block;margin:0 -2px;width:20%}.button-group.even-5 li>button,.button-group.even-5 li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.even-5 li:first-child button,.button-group.even-5 li:first-child .button{border-left:0}.button-group.even-5 li button,.button-group.even-5 li .button{width:100%}.button-group.even-6 li{display:inline-block;margin:0 -2px;width:16.66667%}.button-group.even-6 li>button,.button-group.even-6 li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.even-6 li:first-child button,.button-group.even-6 li:first-child .button{border-left:0}.button-group.even-6 li button,.button-group.even-6 li .button{width:100%}.button-group.even-7 li{display:inline-block;margin:0 -2px;width:14.28571%}.button-group.even-7 li>button,.button-group.even-7 li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.even-7 li:first-child button,.button-group.even-7 li:first-child .button{border-left:0}.button-group.even-7 li button,.button-group.even-7 li .button{width:100%}.button-group.even-8 li{display:inline-block;margin:0 -2px;width:12.5%}.button-group.even-8 li>button,.button-group.even-8 li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.even-8 li:first-child button,.button-group.even-8 li:first-child .button{border-left:0}.button-group.even-8 li button,.button-group.even-8 li .button{width:100%}.button-group>li{display:inline-block;margin:0 -2px}.button-group>li>button,.button-group>li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group>li:first-child button,.button-group>li:first-child .button{border-left:0}.button-group.stack>li{display:block;margin:0;float:none}.button-group.stack>li>button,.button-group.stack>li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.stack>li:first-child button,.button-group.stack>li:first-child .button{border-left:0}.button-group.stack>li>button,.button-group.stack>li .button{border-color:rgba(255,255,255,0.5);border-left-width:0;border-top:1px solid;display:block;margin:0}.button-group.stack>li>button{width:100%}.button-group.stack>li:first-child button,.button-group.stack>li:first-child .button{border-top:0}.button-group.stack-for-small>li{display:inline-block;margin:0 -2px}.button-group.stack-for-small>li>button,.button-group.stack-for-small>li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.stack-for-small>li:first-child button,.button-group.stack-for-small>li:first-child .button{border-left:0}@media only screen and (max-width: 40em){.button-group.stack-for-small>li{display:block;margin:0;width:100%}.button-group.stack-for-small>li>button,.button-group.stack-for-small>li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.stack-for-small>li:first-child button,.button-group.stack-for-small>li:first-child .button{border-left:0}.button-group.stack-for-small>li>button,.button-group.stack-for-small>li .button{border-color:rgba(255,255,255,0.5);border-left-width:0;border-top:1px solid;display:block;margin:0}.button-group.stack-for-small>li>button{width:100%}.button-group.stack-for-small>li:first-child button,.button-group.stack-for-small>li:first-child .button{border-top:0}}.button-group.radius>*{display:inline-block;margin:0 -2px}.button-group.radius>*>button,.button-group.radius>* .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.radius>*:first-child button,.button-group.radius>*:first-child .button{border-left:0}.button-group.radius>*,.button-group.radius>*>a,.button-group.radius>*>button,.button-group.radius>*>.button{border-radius:0}.button-group.radius>*:first-child,.button-group.radius>*:first-child>a,.button-group.radius>*:first-child>button,.button-group.radius>*:first-child>.button{-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.button-group.radius>*:last-child,.button-group.radius>*:last-child>a,.button-group.radius>*:last-child>button,.button-group.radius>*:last-child>.button{-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}.button-group.radius.stack>*{display:block;margin:0}.button-group.radius.stack>*>button,.button-group.radius.stack>* .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.radius.stack>*:first-child button,.button-group.radius.stack>*:first-child .button{border-left:0}.button-group.radius.stack>*>button,.button-group.radius.stack>* .button{border-color:rgba(255,255,255,0.5);border-left-width:0;border-top:1px solid;display:block;margin:0}.button-group.radius.stack>*>button{width:100%}.button-group.radius.stack>*:first-child button,.button-group.radius.stack>*:first-child .button{border-top:0}.button-group.radius.stack>*,.button-group.radius.stack>*>a,.button-group.radius.stack>*>button,.button-group.radius.stack>*>.button{border-radius:0}.button-group.radius.stack>*:first-child,.button-group.radius.stack>*:first-child>a,.button-group.radius.stack>*:first-child>button,.button-group.radius.stack>*:first-child>.button{-webkit-top-left-radius:3px;-webkit-top-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px}.button-group.radius.stack>*:last-child,.button-group.radius.stack>*:last-child>a,.button-group.radius.stack>*:last-child>button,.button-group.radius.stack>*:last-child>.button{-webkit-bottom-left-radius:3px;-webkit-bottom-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px}@media only screen and (min-width: 40.0625em){.button-group.radius.stack-for-small>*{display:inline-block;margin:0 -2px}.button-group.radius.stack-for-small>*>button,.button-group.radius.stack-for-small>* .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.radius.stack-for-small>*:first-child button,.button-group.radius.stack-for-small>*:first-child .button{border-left:0}.button-group.radius.stack-for-small>*,.button-group.radius.stack-for-small>*>a,.button-group.radius.stack-for-small>*>button,.button-group.radius.stack-for-small>*>.button{border-radius:0}.button-group.radius.stack-for-small>*:first-child,.button-group.radius.stack-for-small>*:first-child>a,.button-group.radius.stack-for-small>*:first-child>button,.button-group.radius.stack-for-small>*:first-child>.button{-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.button-group.radius.stack-for-small>*:last-child,.button-group.radius.stack-for-small>*:last-child>a,.button-group.radius.stack-for-small>*:last-child>button,.button-group.radius.stack-for-small>*:last-child>.button{-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}}@media only screen and (max-width: 40em){.button-group.radius.stack-for-small>*{display:block;margin:0}.button-group.radius.stack-for-small>*>button,.button-group.radius.stack-for-small>* .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.radius.stack-for-small>*:first-child button,.button-group.radius.stack-for-small>*:first-child .button{border-left:0}.button-group.radius.stack-for-small>*>button,.button-group.radius.stack-for-small>* .button{border-color:rgba(255,255,255,0.5);border-left-width:0;border-top:1px solid;display:block;margin:0}.button-group.radius.stack-for-small>*>button{width:100%}.button-group.radius.stack-for-small>*:first-child button,.button-group.radius.stack-for-small>*:first-child .button{border-top:0}.button-group.radius.stack-for-small>*,.button-group.radius.stack-for-small>*>a,.button-group.radius.stack-for-small>*>button,.button-group.radius.stack-for-small>*>.button{border-radius:0}.button-group.radius.stack-for-small>*:first-child,.button-group.radius.stack-for-small>*:first-child>a,.button-group.radius.stack-for-small>*:first-child>button,.button-group.radius.stack-for-small>*:first-child>.button{-webkit-top-left-radius:3px;-webkit-top-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px}.button-group.radius.stack-for-small>*:last-child,.button-group.radius.stack-for-small>*:last-child>a,.button-group.radius.stack-for-small>*:last-child>button,.button-group.radius.stack-for-small>*:last-child>.button{-webkit-bottom-left-radius:3px;-webkit-bottom-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px}}.button-group.round>*{display:inline-block;margin:0 -2px}.button-group.round>*>button,.button-group.round>* .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.round>*:first-child button,.button-group.round>*:first-child .button{border-left:0}.button-group.round>*,.button-group.round>*>a,.button-group.round>*>button,.button-group.round>*>.button{border-radius:0}.button-group.round>*:first-child,.button-group.round>*:first-child>a,.button-group.round>*:first-child>button,.button-group.round>*:first-child>.button{-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}.button-group.round>*:last-child,.button-group.round>*:last-child>a,.button-group.round>*:last-child>button,.button-group.round>*:last-child>.button{-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}.button-group.round.stack>*{display:block;margin:0}.button-group.round.stack>*>button,.button-group.round.stack>* .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.round.stack>*:first-child button,.button-group.round.stack>*:first-child .button{border-left:0}.button-group.round.stack>*>button,.button-group.round.stack>* .button{border-color:rgba(255,255,255,0.5);border-left-width:0;border-top:1px solid;display:block;margin:0}.button-group.round.stack>*>button{width:100%}.button-group.round.stack>*:first-child button,.button-group.round.stack>*:first-child .button{border-top:0}.button-group.round.stack>*,.button-group.round.stack>*>a,.button-group.round.stack>*>button,.button-group.round.stack>*>.button{border-radius:0}.button-group.round.stack>*:first-child,.button-group.round.stack>*:first-child>a,.button-group.round.stack>*:first-child>button,.button-group.round.stack>*:first-child>.button{-webkit-top-left-radius:1rem;-webkit-top-right-radius:1rem;border-top-left-radius:1rem;border-top-right-radius:1rem}.button-group.round.stack>*:last-child,.button-group.round.stack>*:last-child>a,.button-group.round.stack>*:last-child>button,.button-group.round.stack>*:last-child>.button{-webkit-bottom-left-radius:1rem;-webkit-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}@media only screen and (min-width: 40.0625em){.button-group.round.stack-for-small>*{display:inline-block;margin:0 -2px}.button-group.round.stack-for-small>*>button,.button-group.round.stack-for-small>* .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.round.stack-for-small>*:first-child button,.button-group.round.stack-for-small>*:first-child .button{border-left:0}.button-group.round.stack-for-small>*,.button-group.round.stack-for-small>*>a,.button-group.round.stack-for-small>*>button,.button-group.round.stack-for-small>*>.button{border-radius:0}.button-group.round.stack-for-small>*:first-child,.button-group.round.stack-for-small>*:first-child>a,.button-group.round.stack-for-small>*:first-child>button,.button-group.round.stack-for-small>*:first-child>.button{-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}.button-group.round.stack-for-small>*:last-child,.button-group.round.stack-for-small>*:last-child>a,.button-group.round.stack-for-small>*:last-child>button,.button-group.round.stack-for-small>*:last-child>.button{-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}}@media only screen and (max-width: 40em){.button-group.round.stack-for-small>*{display:block;margin:0}.button-group.round.stack-for-small>*>button,.button-group.round.stack-for-small>* .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.round.stack-for-small>*:first-child button,.button-group.round.stack-for-small>*:first-child .button{border-left:0}.button-group.round.stack-for-small>*>button,.button-group.round.stack-for-small>* .button{border-color:rgba(255,255,255,0.5);border-left-width:0;border-top:1px solid;display:block;margin:0}.button-group.round.stack-for-small>*>button{width:100%}.button-group.round.stack-for-small>*:first-child button,.button-group.round.stack-for-small>*:first-child .button{border-top:0}.button-group.round.stack-for-small>*,.button-group.round.stack-for-small>*>a,.button-group.round.stack-for-small>*>button,.button-group.round.stack-for-small>*>.button{border-radius:0}.button-group.round.stack-for-small>*:first-child,.button-group.round.stack-for-small>*:first-child>a,.button-group.round.stack-for-small>*:first-child>button,.button-group.round.stack-for-small>*:first-child>.button{-webkit-top-left-radius:1rem;-webkit-top-right-radius:1rem;border-top-left-radius:1rem;border-top-right-radius:1rem}.button-group.round.stack-for-small>*:last-child,.button-group.round.stack-for-small>*:last-child>a,.button-group.round.stack-for-small>*:last-child>button,.button-group.round.stack-for-small>*:last-child>.button{-webkit-bottom-left-radius:1rem;-webkit-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}}.button-bar:before,.button-bar:after{content:" ";display:table}.button-bar:after{clear:both}.button-bar .button-group{float:left;margin-right:0.625rem}.button-bar .button-group div{overflow:hidden}.panel{border-style:solid;border-width:1px;border-color:#d8d8d8;margin-bottom:1.25rem;padding:1.25rem;background:#f2f2f2;color:#333}.panel>:first-child{margin-top:0}.panel>:last-child{margin-bottom:0}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6,.panel p,.panel li,.panel dl{color:#333}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6{line-height:1;margin-bottom:0.625rem}.panel h1.subheader,.panel h2.subheader,.panel h3.subheader,.panel h4.subheader,.panel h5.subheader,.panel h6.subheader{line-height:1.4}.panel.callout{border-style:solid;border-width:1px;border-color:#d8d8d8;margin-bottom:1.25rem;padding:1.25rem;background:#ecfaff;color:#333}.panel.callout>:first-child{margin-top:0}.panel.callout>:last-child{margin-bottom:0}.panel.callout h1,.panel.callout h2,.panel.callout h3,.panel.callout h4,.panel.callout h5,.panel.callout h6,.panel.callout p,.panel.callout li,.panel.callout dl{color:#333}.panel.callout h1,.panel.callout h2,.panel.callout h3,.panel.callout h4,.panel.callout h5,.panel.callout h6{line-height:1;margin-bottom:0.625rem}.panel.callout h1.subheader,.panel.callout h2.subheader,.panel.callout h3.subheader,.panel.callout h4.subheader,.panel.callout h5.subheader,.panel.callout h6.subheader{line-height:1.4}.panel.callout a:not(.button){color:#008CBA}.panel.callout a:not(.button):hover,.panel.callout a:not(.button):focus{color:#0078a0}.panel.radius{border-radius:3px}.dropdown.button,button.dropdown{position:relative;padding-right:3.5625rem}.dropdown.button::after,button.dropdown::after{border-color:#fff transparent transparent transparent;border-style:solid;content:"";display:block;height:0;position:absolute;top:50%;width:0}.dropdown.button::after,button.dropdown::after{border-width:0.375rem;right:1.40625rem;margin-top:-0.15625rem}.dropdown.button::after,button.dropdown::after{border-color:#fff transparent transparent transparent}.dropdown.button.tiny,button.dropdown.tiny{padding-right:2.625rem}.dropdown.button.tiny:after,button.dropdown.tiny:after{border-width:0.375rem;right:1.125rem;margin-top:-0.125rem}.dropdown.button.tiny::after,button.dropdown.tiny::after{border-color:#fff transparent transparent transparent}.dropdown.button.small,button.dropdown.small{padding-right:3.0625rem}.dropdown.button.small::after,button.dropdown.small::after{border-width:0.4375rem;right:1.3125rem;margin-top:-0.15625rem}.dropdown.button.small::after,button.dropdown.small::after{border-color:#fff transparent transparent transparent}.dropdown.button.large,button.dropdown.large{padding-right:3.625rem}.dropdown.button.large::after,button.dropdown.large::after{border-width:0.3125rem;right:1.71875rem;margin-top:-0.15625rem}.dropdown.button.large::after,button.dropdown.large::after{border-color:#fff transparent transparent transparent}.dropdown.button.secondary:after,button.dropdown.secondary:after{border-color:#333 transparent transparent transparent}.th{border:solid 4px #fff;box-shadow:0 0 0 1px rgba(0,0,0,0.2);display:inline-block;line-height:0;max-width:100%;transition:all 200ms ease-out}.th:hover,.th:focus{box-shadow:0 0 6px 1px rgba(0,140,186,0.5)}.th.radius{border-radius:3px}.pricing-table{border:solid 1px #ddd;margin-left:0;margin-bottom:1.25rem}.pricing-table *{list-style:none;line-height:1}.pricing-table .title{background-color:#333;color:#eee;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:1rem;font-weight:normal;padding:0.9375rem 1.25rem;text-align:center}.pricing-table .price{background-color:#F6F6F6;color:#333;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:2rem;font-weight:normal;padding:0.9375rem 1.25rem;text-align:center}.pricing-table .description{background-color:#fff;border-bottom:dotted 1px #ddd;color:#777;font-size:0.75rem;font-weight:normal;line-height:1.4;padding:0.9375rem;text-align:center}.pricing-table .bullet-item{background-color:#fff;border-bottom:dotted 1px #ddd;color:#333;font-size:0.875rem;font-weight:normal;padding:0.9375rem;text-align:center}.pricing-table .cta-button{background-color:#fff;padding:1.25rem 1.25rem 0;text-align:center}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{from{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}.slideshow-wrapper{position:relative}.slideshow-wrapper ul{list-style-type:none;margin:0}.slideshow-wrapper ul li,.slideshow-wrapper ul li .orbit-caption{display:none}.slideshow-wrapper ul li:first-child{display:block}.slideshow-wrapper .orbit-container{background-color:transparent}.slideshow-wrapper .orbit-container li{display:block}.slideshow-wrapper .orbit-container li .orbit-caption{display:block}.slideshow-wrapper .orbit-container .orbit-bullets li{display:inline-block}.slideshow-wrapper .preloader{border-radius:1000px;animation-duration:1.5s;animation-iteration-count:infinite;animation-name:rotate;animation-timing-function:linear;border-color:#555 #fff;border:solid 3px;display:block;height:40px;left:50%;margin-left:-20px;margin-top:-20px;position:absolute;top:50%;width:40px}.orbit-container{background:none;overflow:hidden;position:relative;width:100%}.orbit-container .orbit-slides-container{list-style:none;margin:0;padding:0;position:relative;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.orbit-container .orbit-slides-container img{display:block;max-width:100%}.orbit-container .orbit-slides-container>*{position:absolute;top:0;width:100%;margin-left:100%}.orbit-container .orbit-slides-container>*:first-child{margin-left:0}.orbit-container .orbit-slides-container>* .orbit-caption{bottom:0;position:absolute;background-color:rgba(51,51,51,0.8);color:#fff;font-size:0.875rem;padding:0.625rem 0.875rem;width:100%}.orbit-container .orbit-slide-number{left:10px;background:transparent;color:#fff;font-size:12px;position:absolute;top:10px;z-index:10}.orbit-container .orbit-slide-number span{font-weight:700;padding:0.3125rem}.orbit-container .orbit-timer{position:absolute;top:12px;right:10px;height:6px;width:100px;z-index:10}.orbit-container .orbit-timer .orbit-progress{height:3px;background-color:rgba(255,255,255,0.3);display:block;width:0;position:relative;right:20px;top:5px}.orbit-container .orbit-timer>span{border:solid 4px #fff;border-bottom:none;border-top:none;display:none;height:14px;position:absolute;top:0;width:11px;right:0}.orbit-container .orbit-timer.paused>span{top:0;width:11px;height:14px;border:inset 8px;border-left-style:solid;border-color:transparent;border-left-color:#fff;right:-4px}.orbit-container .orbit-timer.paused>span.dark{border-left-color:#333}.orbit-container:hover .orbit-timer>span{display:block}.orbit-container .orbit-prev,.orbit-container .orbit-next{background-color:transparent;color:white;height:60px;line-height:50px;margin-top:-25px;position:absolute;text-indent:-9999px !important;top:45%;width:36px;z-index:10}.orbit-container .orbit-prev:hover,.orbit-container .orbit-next:hover{background-color:rgba(0,0,0,0.3)}.orbit-container .orbit-prev>span,.orbit-container .orbit-next>span{border:inset 10px;display:block;height:0;margin-top:-10px;position:absolute;top:50%;width:0}.orbit-container .orbit-prev{left:0}.orbit-container .orbit-prev>span{border-right-style:solid;border-color:transparent;border-right-color:#fff}.orbit-container .orbit-prev:hover>span{border-right-color:#fff}.orbit-container .orbit-next{right:0}.orbit-container .orbit-next>span{border-color:transparent;border-left-style:solid;border-left-color:#fff;left:50%;margin-left:-4px}.orbit-container .orbit-next:hover>span{border-left-color:#fff}.orbit-bullets-container{text-align:center}.orbit-bullets{display:block;float:none;margin:0 auto 30px auto;overflow:hidden;position:relative;text-align:center;top:10px}.orbit-bullets li{background:#ccc;cursor:pointer;display:inline-block;float:none;height:0.5625rem;margin-right:6px;width:0.5625rem;border-radius:1000px}.orbit-bullets li.active{background:#999}.orbit-bullets li:last-child{margin-right:0}.touch .orbit-container .orbit-prev,.touch .orbit-container .orbit-next{display:none}.touch .orbit-bullets{display:none}@media only screen and (min-width: 40.0625em){.touch .orbit-container .orbit-prev,.touch .orbit-container .orbit-next{display:inherit}.touch .orbit-bullets{display:block}}@media only screen and (max-width: 40em){.orbit-stack-on-small .orbit-slides-container{height:auto !important}.orbit-stack-on-small .orbit-slides-container>*{margin:0  !important;opacity:1 !important;position:relative}.orbit-stack-on-small .orbit-slide-number{display:none}.orbit-timer{display:none}.orbit-next,.orbit-prev{display:none}.orbit-bullets{display:none}}[data-magellan-expedition],[data-magellan-expedition-clone]{background:#fff;min-width:100%;padding:10px;z-index:50}[data-magellan-expedition] .sub-nav,[data-magellan-expedition-clone] .sub-nav{margin-bottom:0}[data-magellan-expedition] .sub-nav dd,[data-magellan-expedition-clone] .sub-nav dd{margin-bottom:0}[data-magellan-expedition] .sub-nav a,[data-magellan-expedition-clone] .sub-nav a{line-height:1.8em}.icon-bar{display:inline-block;font-size:0;width:100%;background:#333}.icon-bar>*{display:block;float:left;font-size:1rem;margin:0 auto;padding:1.25rem;text-align:center;width:25%}.icon-bar>* i,.icon-bar>* img{display:block;margin:0 auto}.icon-bar>* i+label,.icon-bar>* img+label{margin-top:.0625rem}.icon-bar>* i{font-size:1.875rem;vertical-align:middle}.icon-bar>* img{height:1.875rem;width:1.875rem}.icon-bar.label-right>* i,.icon-bar.label-right>* img{display:inline-block;margin:0 .0625rem 0 0}.icon-bar.label-right>* i+label,.icon-bar.label-right>* img+label{margin-top:0}.icon-bar.label-right>* label{display:inline-block}.icon-bar.vertical.label-right>*{text-align:left}.icon-bar.vertical,.icon-bar.small-vertical{height:100%;width:auto}.icon-bar.vertical .item,.icon-bar.small-vertical .item{float:none;margin:auto;width:auto}@media only screen and (min-width: 40.0625em){.icon-bar.medium-vertical{height:100%;width:auto}.icon-bar.medium-vertical .item{float:none;margin:auto;width:auto}}@media only screen and (min-width: 64.0625em){.icon-bar.large-vertical{height:100%;width:auto}.icon-bar.large-vertical .item{float:none;margin:auto;width:auto}}.icon-bar>*{font-size:1rem;padding:1.25rem}.icon-bar>* i+label,.icon-bar>* img+label{margin-top:.0625rem;font-size:1rem}.icon-bar>* i{font-size:1.875rem}.icon-bar>* img{height:1.875rem;width:1.875rem}.icon-bar>* label{color:#fff}.icon-bar>* i{color:#fff}.icon-bar>a:hover{background:#008CBA}.icon-bar>a:hover label{color:#fff}.icon-bar>a:hover i{color:#fff}.icon-bar>a.active{background:#008CBA}.icon-bar>a.active label{color:#fff}.icon-bar>a.active i{color:#fff}.icon-bar .item.disabled{cursor:not-allowed;opacity:0.7;pointer-events:none}.icon-bar .item.disabled>*{opacity:0.7;cursor:not-allowed}.icon-bar.two-up .item{width:50%}.icon-bar.two-up.vertical .item,.icon-bar.two-up.small-vertical .item{width:auto}@media only screen and (min-width: 40.0625em){.icon-bar.two-up.medium-vertical .item{width:auto}}@media only screen and (min-width: 64.0625em){.icon-bar.two-up.large-vertical .item{width:auto}}.icon-bar.three-up .item{width:33.3333%}.icon-bar.three-up.vertical .item,.icon-bar.three-up.small-vertical .item{width:auto}@media only screen and (min-width: 40.0625em){.icon-bar.three-up.medium-vertical .item{width:auto}}@media only screen and (min-width: 64.0625em){.icon-bar.three-up.large-vertical .item{width:auto}}.icon-bar.four-up .item{width:25%}.icon-bar.four-up.vertical .item,.icon-bar.four-up.small-vertical .item{width:auto}@media only screen and (min-width: 40.0625em){.icon-bar.four-up.medium-vertical .item{width:auto}}@media only screen and (min-width: 64.0625em){.icon-bar.four-up.large-vertical .item{width:auto}}.icon-bar.five-up .item{width:20%}.icon-bar.five-up.vertical .item,.icon-bar.five-up.small-vertical .item{width:auto}@media only screen and (min-width: 40.0625em){.icon-bar.five-up.medium-vertical .item{width:auto}}@media only screen and (min-width: 64.0625em){.icon-bar.five-up.large-vertical .item{width:auto}}.icon-bar.six-up .item{width:16.66667%}.icon-bar.six-up.vertical .item,.icon-bar.six-up.small-vertical .item{width:auto}@media only screen and (min-width: 40.0625em){.icon-bar.six-up.medium-vertical .item{width:auto}}@media only screen and (min-width: 64.0625em){.icon-bar.six-up.large-vertical .item{width:auto}}.icon-bar.seven-up .item{width:14.28571%}.icon-bar.seven-up.vertical .item,.icon-bar.seven-up.small-vertical .item{width:auto}@media only screen and (min-width: 40.0625em){.icon-bar.seven-up.medium-vertical .item{width:auto}}@media only screen and (min-width: 64.0625em){.icon-bar.seven-up.large-vertical .item{width:auto}}.icon-bar.eight-up .item{width:12.5%}.icon-bar.eight-up.vertical .item,.icon-bar.eight-up.small-vertical .item{width:auto}@media only screen and (min-width: 40.0625em){.icon-bar.eight-up.medium-vertical .item{width:auto}}@media only screen and (min-width: 64.0625em){.icon-bar.eight-up.large-vertical .item{width:auto}}.icon-bar.two-up .item{width:50%}.icon-bar.two-up.vertical .item,.icon-bar.two-up.small-vertical .item{width:auto}@media only screen and (min-width: 40.0625em){.icon-bar.two-up.medium-vertical .item{width:auto}}@media only screen and (min-width: 64.0625em){.icon-bar.two-up.large-vertical .item{width:auto}}.icon-bar.three-up .item{width:33.3333%}.icon-bar.three-up.vertical .item,.icon-bar.three-up.small-vertical .item{width:auto}@media only screen and (min-width: 40.0625em){.icon-bar.three-up.medium-vertical .item{width:auto}}@media only screen and (min-width: 64.0625em){.icon-bar.three-up.large-vertical .item{width:auto}}.icon-bar.four-up .item{width:25%}.icon-bar.four-up.vertical .item,.icon-bar.four-up.small-vertical .item{width:auto}@media only screen and (min-width: 40.0625em){.icon-bar.four-up.medium-vertical .item{width:auto}}@media only screen and (min-width: 64.0625em){.icon-bar.four-up.large-vertical .item{width:auto}}.icon-bar.five-up .item{width:20%}.icon-bar.five-up.vertical .item,.icon-bar.five-up.small-vertical .item{width:auto}@media only screen and (min-width: 40.0625em){.icon-bar.five-up.medium-vertical .item{width:auto}}@media only screen and (min-width: 64.0625em){.icon-bar.five-up.large-vertical .item{width:auto}}.icon-bar.six-up .item{width:16.66667%}.icon-bar.six-up.vertical .item,.icon-bar.six-up.small-vertical .item{width:auto}@media only screen and (min-width: 40.0625em){.icon-bar.six-up.medium-vertical .item{width:auto}}@media only screen and (min-width: 64.0625em){.icon-bar.six-up.large-vertical .item{width:auto}}.icon-bar.seven-up .item{width:14.28571%}.icon-bar.seven-up.vertical .item,.icon-bar.seven-up.small-vertical .item{width:auto}@media only screen and (min-width: 40.0625em){.icon-bar.seven-up.medium-vertical .item{width:auto}}@media only screen and (min-width: 64.0625em){.icon-bar.seven-up.large-vertical .item{width:auto}}.icon-bar.eight-up .item{width:12.5%}.icon-bar.eight-up.vertical .item,.icon-bar.eight-up.small-vertical .item{width:auto}@media only screen and (min-width: 40.0625em){.icon-bar.eight-up.medium-vertical .item{width:auto}}@media only screen and (min-width: 64.0625em){.icon-bar.eight-up.large-vertical .item{width:auto}}.tabs{margin-bottom:0 !important;margin-left:0}.tabs:before,.tabs:after{content:" ";display:table}.tabs:after{clear:both}.tabs dd,.tabs .tab-title{float:left;list-style:none;margin-bottom:0 !important;position:relative}.tabs dd>a,.tabs .tab-title>a{display:block;background-color:#EFEFEF;color:#222;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:1rem;padding:1rem 2rem}.tabs dd>a:hover,.tabs .tab-title>a:hover{background-color:#e1e1e1}.tabs dd.active>a,.tabs .tab-title.active>a{background-color:#fff;color:#222}.tabs.radius dd:first-child a,.tabs.radius .tab:first-child a{-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.tabs.radius dd:last-child a,.tabs.radius .tab:last-child a{-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}.tabs.vertical dd,.tabs.vertical .tab-title{position:inherit;float:none;display:block;top:auto}.tabs-content{margin-bottom:1.5rem;width:100%}.tabs-content:before,.tabs-content:after{content:" ";display:table}.tabs-content:after{clear:both}.tabs-content>.content{display:none;float:left;padding:0.9375rem 0;width:100%}.tabs-content>.content.active{display:block;float:none}.tabs-content>.content.contained{padding:0.9375rem}.tabs-content.vertical{display:block}.tabs-content.vertical>.content{padding:0 0.9375rem}@media only screen and (min-width: 40.0625em){.tabs.vertical{float:left;margin:0;margin-bottom:1.25rem !important;max-width:20%;width:20%}.tabs-content.vertical{float:left;margin-left:-1px;max-width:80%;padding-left:1rem;width:80%}}.no-js .tabs-content>.content{display:block;float:none}ul.pagination{display:block;margin-left:-0.3125rem;min-height:1.5rem}ul.pagination li{color:#222;font-size:0.875rem;height:1.5rem;margin-left:0.3125rem}ul.pagination li a,ul.pagination li button{border-radius:3px;transition:background-color 300ms ease-out;background:none;color:#999;display:block;font-size:1em;font-weight:normal;line-height:inherit;padding:0.0625rem 0.625rem 0.0625rem}ul.pagination li:hover a,ul.pagination li a:focus,ul.pagination li:hover button,ul.pagination li button:focus{background:#e6e6e6}ul.pagination li.unavailable a,ul.pagination li.unavailable button{cursor:default;color:#999;pointer-events:none}ul.pagination li.unavailable:hover a,ul.pagination li.unavailable a:focus,ul.pagination li.unavailable:hover button,ul.pagination li.unavailable button:focus{background:transparent}ul.pagination li.current a,ul.pagination li.current button{background:#008CBA;color:#fff;cursor:default;font-weight:bold}ul.pagination li.current a:hover,ul.pagination li.current a:focus,ul.pagination li.current button:hover,ul.pagination li.current button:focus{background:#008CBA}ul.pagination li{display:block;float:left}.pagination-centered{text-align:center}.pagination-centered ul.pagination li{display:inline-block;float:none}.side-nav{display:block;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;list-style-position:outside;list-style-type:none;margin:0;padding:0.875rem 0}.side-nav li{font-size:0.875rem;font-weight:normal;margin:0 0 0.4375rem 0}.side-nav li a:not(.button){color:#008CBA;display:block;margin:0;padding:0.4375rem 0.875rem}.side-nav li a:not(.button):hover,.side-nav li a:not(.button):focus{background:rgba(0,0,0,0.025);color:#1cc7ff}.side-nav li a:not(.button):active{color:#1cc7ff}.side-nav li.active>a:first-child:not(.button){color:#1cc7ff;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-weight:normal}.side-nav li.divider{border-top:1px solid;height:0;list-style:none;padding:0;border-top-color:#e6e6e6}.side-nav li.heading{color:#008CBA;font-size:0.875rem;font-weight:bold;text-transform:uppercase}.accordion{margin-bottom:0;margin-left:0}.accordion:before,.accordion:after{content:" ";display:table}.accordion:after{clear:both}.accordion .accordion-navigation,.accordion dd{display:block;margin-bottom:0 !important}.accordion .accordion-navigation.active>a,.accordion dd.active>a{background:#e8e8e8;color:#222}.accordion .accordion-navigation>a,.accordion dd>a{background:#EFEFEF;color:#222;display:block;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:1rem;padding:1rem}.accordion .accordion-navigation>a:hover,.accordion dd>a:hover{background:#e3e3e3}.accordion .accordion-navigation>.content,.accordion dd>.content{display:none;padding:0.9375rem}.accordion .accordion-navigation>.content.active,.accordion dd>.content.active{background:#fff;display:block}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}.text-justify{text-align:justify !important}@media only screen and (max-width: 40em){.small-only-text-left{text-align:left !important}.small-only-text-right{text-align:right !important}.small-only-text-center{text-align:center !important}.small-only-text-justify{text-align:justify !important}}@media only screen{.small-text-left{text-align:left !important}.small-text-right{text-align:right !important}.small-text-center{text-align:center !important}.small-text-justify{text-align:justify !important}}@media only screen and (min-width: 40.0625em) and (max-width: 64em){.medium-only-text-left{text-align:left !important}.medium-only-text-right{text-align:right !important}.medium-only-text-center{text-align:center !important}.medium-only-text-justify{text-align:justify !important}}@media only screen and (min-width: 40.0625em){.medium-text-left{text-align:left !important}.medium-text-right{text-align:right !important}.medium-text-center{text-align:center !important}.medium-text-justify{text-align:justify !important}}@media only screen and (min-width: 64.0625em) and (max-width: 90em){.large-only-text-left{text-align:left !important}.large-only-text-right{text-align:right !important}.large-only-text-center{text-align:center !important}.large-only-text-justify{text-align:justify !important}}@media only screen and (min-width: 64.0625em){.large-text-left{text-align:left !important}.large-text-right{text-align:right !important}.large-text-center{text-align:center !important}.large-text-justify{text-align:justify !important}}@media only screen and (min-width: 90.0625em) and (max-width: 120em){.xlarge-only-text-left{text-align:left !important}.xlarge-only-text-right{text-align:right !important}.xlarge-only-text-center{text-align:center !important}.xlarge-only-text-justify{text-align:justify !important}}@media only screen and (min-width: 90.0625em){.xlarge-text-left{text-align:left !important}.xlarge-text-right{text-align:right !important}.xlarge-text-center{text-align:center !important}.xlarge-text-justify{text-align:justify !important}}@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em){.xxlarge-only-text-left{text-align:left !important}.xxlarge-only-text-right{text-align:right !important}.xxlarge-only-text-center{text-align:center !important}.xxlarge-only-text-justify{text-align:justify !important}}@media only screen and (min-width: 120.0625em){.xxlarge-text-left{text-align:left !important}.xxlarge-text-right{text-align:right !important}.xxlarge-text-center{text-align:center !important}.xxlarge-text-justify{text-align:justify !important}}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0}a{color:#008CBA;line-height:inherit;text-decoration:none}a:hover,a:focus{color:#0078a0}a img{border:none}p{font-family:inherit;font-size:1rem;font-weight:normal;line-height:1.6;margin-bottom:1.25rem;text-rendering:optimizeLegibility}p.lead{font-size:1.21875rem;line-height:1.6}p aside{font-size:0.875rem;font-style:italic;line-height:1.35}h1,h2,h3,h4,h5,h6{color:#222;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-style:normal;font-weight:normal;line-height:1.4;margin-bottom:0.5rem;margin-top:0.2rem;text-rendering:optimizeLegibility}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:#6f6f6f;font-size:60%;line-height:0}h1{font-size:2.125rem}h2{font-size:1.6875rem}h3{font-size:1.375rem}h4{font-size:1.125rem}h5{font-size:1.125rem}h6{font-size:1rem}.subheader{line-height:1.4;color:#6f6f6f;font-weight:normal;margin-top:0.2rem;margin-bottom:0.5rem}hr{border:solid #ddd;border-width:1px 0 0;clear:both;height:0;margin:1.25rem 0 1.1875rem}em,i{font-style:italic;line-height:inherit}strong,b{font-weight:bold;line-height:inherit}small{font-size:60%;line-height:inherit}code{background-color:#f8f8f8;border-color:#dfdfdf;border-style:solid;border-width:1px;color:#333;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:normal;padding:0.125rem 0.3125rem 0.0625rem}ul,ol,dl{font-family:inherit;font-size:1rem;line-height:1.6;list-style-position:outside;margin-bottom:1.25rem}ul{margin-left:1.1rem}ul li ul,ul li ol{margin-left:1.25rem;margin-bottom:0}ul.square li ul,ul.circle li ul,ul.disc li ul{list-style:inherit}ul.square{list-style-type:square;margin-left:1.1rem}ul.circle{list-style-type:circle;margin-left:1.1rem}ul.disc{list-style-type:disc;margin-left:1.1rem}ol{margin-left:1.4rem}ol li ul,ol li ol{margin-left:1.25rem;margin-bottom:0}.no-bullet{list-style-type:none;margin-left:0}.no-bullet li ul,.no-bullet li ol{margin-left:1.25rem;margin-bottom:0;list-style:none}dl dt{margin-bottom:0.3rem;font-weight:bold}dl dd{margin-bottom:0.75rem}abbr,acronym{text-transform:uppercase;font-size:90%;color:#222;cursor:help}abbr{text-transform:none}abbr[title]{border-bottom:1px dotted #ddd}blockquote{margin:0 0 1.25rem;padding:0.5625rem 1.25rem 0 1.1875rem;border-left:1px solid #ddd}blockquote cite{display:block;font-size:0.8125rem;color:#555}blockquote cite:before{content:"\2014 \0020"}blockquote cite a,blockquote cite a:visited{color:#555}blockquote,blockquote p{line-height:1.6;color:#6f6f6f}.vcard{display:inline-block;margin:0 0 1.25rem 0;border:1px solid #ddd;padding:0.625rem 0.75rem}.vcard li{margin:0;display:block}.vcard .fn{font-weight:bold;font-size:0.9375rem}.vevent .summary{font-weight:bold}.vevent abbr{cursor:default;text-decoration:none;font-weight:bold;border:none;padding:0 0.0625rem}@media only screen and (min-width: 40.0625em){h1,h2,h3,h4,h5,h6{line-height:1.4}h1{font-size:2.75rem}h2{font-size:2.3125rem}h3{font-size:1.6875rem}h4{font-size:1.4375rem}h5{font-size:1.125rem}h6{font-size:1rem}}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.34in}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}.split.button{position:relative;padding-right:5.0625rem}.split.button span{display:block;height:100%;position:absolute;right:0;top:0;border-left:solid 1px}.split.button span:after{position:absolute;content:"";width:0;height:0;display:block;border-style:inset;top:50%;left:50%}.split.button span:active{background-color:rgba(0,0,0,0.1)}.split.button span{border-left-color:rgba(255,255,255,0.5)}.split.button span{width:3.09375rem}.split.button span:after{border-top-style:solid;border-width:0.375rem;margin-left:-0.375rem;top:48%}.split.button span:after{border-color:#fff transparent transparent transparent}.split.button.secondary span{border-left-color:rgba(255,255,255,0.5)}.split.button.secondary span:after{border-color:#fff transparent transparent transparent}.split.button.alert span{border-left-color:rgba(255,255,255,0.5)}.split.button.success span{border-left-color:rgba(255,255,255,0.5)}.split.button.tiny{padding-right:3.75rem}.split.button.tiny span{width:2.25rem}.split.button.tiny span:after{border-top-style:solid;border-width:0.375rem;margin-left:-0.375rem;top:48%}.split.button.small{padding-right:4.375rem}.split.button.small span{width:2.625rem}.split.button.small span:after{border-top-style:solid;border-width:0.4375rem;margin-left:-0.375rem;top:48%}.split.button.large{padding-right:5.5rem}.split.button.large span{width:3.4375rem}.split.button.large span:after{border-top-style:solid;border-width:0.3125rem;margin-left:-0.375rem;top:48%}.split.button.expand{padding-left:2rem}.split.button.secondary span:after{border-color:#333 transparent transparent transparent}.split.button.radius span{-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}.split.button.round span{-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}.split.button.no-pip span:before{border-style:none}.split.button.no-pip span:after{border-style:none}.split.button.no-pip span>i{display:block;left:50%;margin-left:-0.28889em;margin-top:-0.48889em;position:absolute;top:50%}.reveal-modal-bg{background:#000;background:rgba(0,0,0,0.45);bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:1004;left:0}.reveal-modal{border-radius:3px;display:none;position:absolute;top:0;visibility:hidden;width:100%;z-index:1005;left:0;background-color:#fff;padding:1.875rem;border:solid 1px #666;box-shadow:0 0 10px rgba(0,0,0,0.4)}@media only screen and (max-width: 40em){.reveal-modal{min-height:100vh}}.reveal-modal .column,.reveal-modal .columns{min-width:0}.reveal-modal>:first-child{margin-top:0}.reveal-modal>:last-child{margin-bottom:0}@media only screen and (min-width: 40.0625em){.reveal-modal{left:0;margin:0 auto;max-width:62.5rem;right:0;width:80%}}@media only screen and (min-width: 40.0625em){.reveal-modal{top:6.25rem}}.reveal-modal.radius{box-shadow:none;border-radius:3px}.reveal-modal.round{box-shadow:none;border-radius:1000px}.reveal-modal.collapse{padding:0;box-shadow:none}@media only screen and (min-width: 40.0625em){.reveal-modal.tiny{left:0;margin:0 auto;max-width:62.5rem;right:0;width:30%}}@media only screen and (min-width: 40.0625em){.reveal-modal.small{left:0;margin:0 auto;max-width:62.5rem;right:0;width:40%}}@media only screen and (min-width: 40.0625em){.reveal-modal.medium{left:0;margin:0 auto;max-width:62.5rem;right:0;width:60%}}@media only screen and (min-width: 40.0625em){.reveal-modal.large{left:0;margin:0 auto;max-width:62.5rem;right:0;width:70%}}@media only screen and (min-width: 40.0625em){.reveal-modal.xlarge{left:0;margin:0 auto;max-width:62.5rem;right:0;width:95%}}.reveal-modal.full{height:100vh;height:100%;left:0;margin-left:0 !important;max-width:none !important;min-height:100vh;top:0}@media only screen and (min-width: 40.0625em){.reveal-modal.full{left:0;margin:0 auto;max-width:62.5rem;right:0;width:100%}}.reveal-modal.toback{z-index:1003}.reveal-modal .close-reveal-modal{color:#aaa;cursor:pointer;font-size:2.5rem;font-weight:bold;line-height:1;position:absolute;top:0.625rem;right:1.375rem}.has-tip{border-bottom:dotted 1px #ccc;color:#333;cursor:help;font-weight:bold}.has-tip:hover,.has-tip:focus{border-bottom:dotted 1px #003f54;color:#008CBA}.has-tip.tip-left,.has-tip.tip-right{float:none !important}.tooltip{background:#333;color:#fff;display:none;font-size:0.875rem;font-weight:normal;line-height:1.3;max-width:300px;padding:0.75rem;position:absolute;width:100%;z-index:1006;left:50%}.tooltip>.nub{border:solid 5px;border-color:transparent transparent #333 transparent;display:block;height:0;pointer-events:none;position:absolute;top:-10px;width:0;left:5px}.tooltip>.nub.rtl{left:auto;right:5px}.tooltip.radius{border-radius:3px}.tooltip.round{border-radius:1000px}.tooltip.round>.nub{left:2rem}.tooltip.opened{border-bottom:dotted 1px #003f54 !important;color:#008CBA !important}.tap-to-close{color:#777;display:block;font-size:0.625rem;font-weight:normal}@media only screen{.tooltip>.nub{border-color:transparent transparent #333 transparent;top:-10px}.tooltip.tip-top>.nub{border-color:#333 transparent transparent transparent;bottom:-10px;top:auto}.tooltip.tip-left,.tooltip.tip-right{float:none !important}.tooltip.tip-left>.nub{border-color:transparent transparent transparent #333;left:auto;margin-top:-5px;right:-10px;top:50%}.tooltip.tip-right>.nub{border-color:transparent #333 transparent transparent;left:-10px;margin-top:-5px;right:auto;top:50%}}.clearing-thumbs,[data-clearing]{list-style:none;margin-left:0;margin-bottom:0}.clearing-thumbs:before,.clearing-thumbs:after,[data-clearing]:before,[data-clearing]:after{content:" ";display:table}.clearing-thumbs:after,[data-clearing]:after{clear:both}.clearing-thumbs li,[data-clearing] li{float:left;margin-right:10px}.clearing-thumbs[class*="block-grid-"] li,[data-clearing][class*="block-grid-"] li{margin-right:0}.clearing-blackout{background:#333;height:100%;position:fixed;top:0;width:100%;z-index:998;left:0}.clearing-blackout .clearing-close{display:block}.clearing-container{height:100%;margin:0;overflow:hidden;position:relative;z-index:998}.clearing-touch-label{color:#aaa;font-size:.6em;left:50%;position:absolute;top:50%}.visible-img{height:95%;position:relative}.visible-img img{position:absolute;left:50%;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);max-height:100%;max-width:100%}.clearing-caption{background:#333;bottom:0;color:#ccc;font-size:0.875em;line-height:1.3;margin-bottom:0;padding:10px 30px 20px;position:absolute;text-align:center;width:100%;left:0}.clearing-close{color:#ccc;display:none;font-size:30px;line-height:1;padding-left:20px;padding-top:10px;z-index:999}.clearing-close:hover,.clearing-close:focus{color:#ccc}.clearing-assembled .clearing-container{height:100%}.clearing-assembled .clearing-container .carousel>ul{display:none}.clearing-feature li{display:none}.clearing-feature li.clearing-featured-img{display:block}@media only screen and (min-width: 40.0625em){.clearing-main-prev,.clearing-main-next{height:100%;position:absolute;top:0;width:40px}.clearing-main-prev>span,.clearing-main-next>span{border:solid 12px;display:block;height:0;position:absolute;top:50%;width:0}.clearing-main-prev>span:hover,.clearing-main-next>span:hover{opacity:.8}.clearing-main-prev{left:0}.clearing-main-prev>span{left:5px;border-color:transparent;border-right-color:#ccc}.clearing-main-next{right:0}.clearing-main-next>span{border-color:transparent;border-left-color:#ccc}.clearing-main-prev.disabled,.clearing-main-next.disabled{opacity:.3}.clearing-assembled .clearing-container .carousel{background:rgba(51,51,51,0.8);height:120px;margin-top:10px;text-align:center}.clearing-assembled .clearing-container .carousel>ul{display:inline-block;z-index:999;height:100%;position:relative;float:none}.clearing-assembled .clearing-container .carousel>ul li{clear:none;cursor:pointer;display:block;float:left;margin-right:0;min-height:inherit;opacity:.4;overflow:hidden;padding:0;position:relative;width:120px}.clearing-assembled .clearing-container .carousel>ul li.fix-height img{height:100%;max-width:none}.clearing-assembled .clearing-container .carousel>ul li a.th{border:none;box-shadow:none;display:block}.clearing-assembled .clearing-container .carousel>ul li img{cursor:pointer !important;width:100% !important}.clearing-assembled .clearing-container .carousel>ul li.visible{opacity:1}.clearing-assembled .clearing-container .carousel>ul li:hover{opacity:.8}.clearing-assembled .clearing-container .visible-img{background:#333;height:85%;overflow:hidden}.clearing-close{padding-left:0;padding-top:0;position:absolute;top:10px;right:20px}}.progress{background-color:#F6F6F6;border:1px solid #fff;height:1.5625rem;margin-bottom:0.625rem;padding:0.125rem}.progress .meter{background:#008CBA;display:block;height:100%;float:left;width:0%}.progress .meter.secondary{background:#e7e7e7;display:block;height:100%;float:left;width:0%}.progress .meter.success{background:#43AC6A;display:block;height:100%;float:left;width:0%}.progress .meter.alert{background:#f04124;display:block;height:100%;float:left;width:0%}.progress.secondary .meter{background:#e7e7e7;display:block;height:100%;float:left;width:0%}.progress.success .meter{background:#43AC6A;display:block;height:100%;float:left;width:0%}.progress.alert .meter{background:#f04124;display:block;height:100%;float:left;width:0%}.progress.radius{border-radius:3px}.progress.radius .meter{border-radius:2px}.progress.round{border-radius:1000px}.progress.round .meter{border-radius:999px}.sub-nav{display:block;margin:-0.25rem 0 1.125rem;overflow:hidden;padding-top:0.25rem;width:auto}.sub-nav dt{text-transform:uppercase}.sub-nav dt,.sub-nav dd,.sub-nav li{color:#999;float:left;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:0.875rem;font-weight:normal;margin-left:1rem;margin-bottom:0}.sub-nav dt a,.sub-nav dd a,.sub-nav li a{color:#999;padding:0.1875rem 1rem;text-decoration:none}.sub-nav dt a:hover,.sub-nav dd a:hover,.sub-nav li a:hover{color:#737373}.sub-nav dt.active a,.sub-nav dd.active a,.sub-nav li.active a{border-radius:3px;background:#008CBA;color:#fff;cursor:default;font-weight:normal;padding:0.1875rem 1rem}.sub-nav dt.active a:hover,.sub-nav dd.active a:hover,.sub-nav li.active a:hover{background:#0078a0}.joyride-list{display:none}.joyride-tip-guide{background:#333;color:#fff;display:none;font-family:inherit;font-weight:normal;position:absolute;top:0;width:95%;z-index:103;left:2.5%}.lt-ie9 .joyride-tip-guide{margin-left:-400px;max-width:800px;left:50%}.joyride-content-wrapper{padding:1.125rem 1.25rem 1.5rem;width:100%}.joyride-content-wrapper .button{margin-bottom:0 !important}.joyride-content-wrapper .joyride-prev-tip{margin-right:10px}.joyride-tip-guide .joyride-nub{border:10px solid #333;display:block;height:0;position:absolute;width:0;left:22px}.joyride-tip-guide .joyride-nub.top{border-color:#333;border-top-color:transparent !important;border-top-style:solid;border-left-color:transparent !important;border-right-color:transparent !important;top:-20px}.joyride-tip-guide .joyride-nub.bottom{border-color:#333 !important;border-bottom-color:transparent !important;border-bottom-style:solid;border-left-color:transparent !important;border-right-color:transparent !important;bottom:-20px}.joyride-tip-guide .joyride-nub.right{right:-20px}.joyride-tip-guide .joyride-nub.left{left:-20px}.joyride-tip-guide h1,.joyride-tip-guide h2,.joyride-tip-guide h3,.joyride-tip-guide h4,.joyride-tip-guide h5,.joyride-tip-guide h6{color:#fff;font-weight:bold;line-height:1.25;margin:0}.joyride-tip-guide p{font-size:0.875rem;line-height:1.3;margin:0 0 1.125rem 0}.joyride-timer-indicator-wrap{border:solid 1px #555;bottom:1rem;height:3px;position:absolute;width:50px;right:1.0625rem}.joyride-timer-indicator{background:#666;display:block;height:inherit;width:0}.joyride-close-tip{color:#777 !important;font-size:24px;font-weight:normal;line-height:.5 !important;position:absolute;text-decoration:none;top:10px;right:12px}.joyride-close-tip:hover,.joyride-close-tip:focus{color:#eee !important}.joyride-modal-bg{background:rgba(0,0,0,0.5);cursor:pointer;display:none;height:100%;position:fixed;top:0;width:100%;z-index:100;left:0}.joyride-expose-wrapper{background-color:#fff;border-radius:3px;box-shadow:0 0 15px #fff;position:absolute;z-index:102}.joyride-expose-cover{background:transparent;border-radius:3px;left:0;position:absolute;top:0;z-index:9999}@media only screen{.joyride-tip-guide{width:300px;left:inherit}.joyride-tip-guide .joyride-nub.bottom{border-color:#333 !important;border-bottom-color:transparent !important;border-left-color:transparent !important;border-right-color:transparent !important;bottom:-20px}.joyride-tip-guide .joyride-nub.right{border-color:#333 !important;border-right-color:transparent !important;border-bottom-color:transparent !important;border-top-color:transparent !important;left:auto;right:-20px;top:22px}.joyride-tip-guide .joyride-nub.left{border-color:#333 !important;border-bottom-color:transparent !important;border-left-color:transparent !important;border-top-color:transparent !important;left:-20px;right:auto;top:22px}}.label{display:inline-block;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-weight:normal;line-height:1;margin-bottom:auto;position:relative;text-align:center;text-decoration:none;white-space:nowrap;padding:0.25rem 0.5rem 0.25rem;font-size:0.6875rem;background-color:#008CBA;color:#fff}.label.radius{border-radius:3px}.label.round{border-radius:1000px}.label.alert{background-color:#f04124;color:#fff}.label.warning{background-color:#f08a24;color:#fff}.label.success{background-color:#43AC6A;color:#fff}.label.secondary{background-color:#e7e7e7;color:#333}.label.info{background-color:#a0d3e8;color:#333}.off-canvas-wrap{-webkit-backface-visibility:hidden;position:relative;width:100%;overflow:hidden}.off-canvas-wrap.move-right,.off-canvas-wrap.move-left,.off-canvas-wrap.move-bottom,.off-canvas-wrap.move-top{min-height:100%;-webkit-overflow-scrolling:touch}.inner-wrap{position:relative;width:100%;-webkit-transition:-webkit-transform 500ms ease;-moz-transition:-moz-transform 500ms ease;-ms-transition:-ms-transform 500ms ease;-o-transition:-o-transform 500ms ease;transition:transform 500ms ease}.inner-wrap:before,.inner-wrap:after{content:" ";display:table}.inner-wrap:after{clear:both}.tab-bar{-webkit-backface-visibility:hidden;background:#333;color:#fff;height:2.8125rem;line-height:2.8125rem;position:relative}.tab-bar h1,.tab-bar h2,.tab-bar h3,.tab-bar h4,.tab-bar h5,.tab-bar h6{color:#fff;font-weight:bold;line-height:2.8125rem;margin:0}.tab-bar h1,.tab-bar h2,.tab-bar h3,.tab-bar h4{font-size:1.125rem}.left-small{height:2.8125rem;position:absolute;top:0;width:2.8125rem;border-right:solid 1px #1a1a1a;left:0}.right-small{height:2.8125rem;position:absolute;top:0;width:2.8125rem;border-left:solid 1px #1a1a1a;right:0}.tab-bar-section{height:2.8125rem;padding:0 0.625rem;position:absolute;text-align:center;top:0}.tab-bar-section.left{text-align:left}.tab-bar-section.right{text-align:right}.tab-bar-section.left{left:0;right:2.8125rem}.tab-bar-section.right{left:2.8125rem;right:0}.tab-bar-section.middle{left:2.8125rem;right:2.8125rem}.tab-bar .menu-icon{color:#fff;display:block;height:2.8125rem;padding:0;position:relative;text-indent:2.1875rem;transform:translate3d(0, 0, 0);width:2.8125rem}.tab-bar .menu-icon span::after{content:"";display:block;height:0;position:absolute;top:50%;margin-top:-0.5rem;left:0.90625rem;box-shadow:0 0 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff;width:1rem}.tab-bar .menu-icon span:hover:after{box-shadow:0 0 0 1px #b3b3b3,0 7px 0 1px #b3b3b3,0 14px 0 1px #b3b3b3}.left-off-canvas-menu{-webkit-backface-visibility:hidden;background:#333;bottom:0;box-sizing:content-box;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;overflow-x:hidden;overflow-y:auto;position:absolute;transition:transform 500ms ease 0s;width:15.625rem;z-index:1001;-webkit-transform:translate3d(-100%, 0, 0);-moz-transform:translate3d(-100%, 0, 0);-ms-transform:translate(-100%, 0);-o-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0;top:0}.left-off-canvas-menu *{-webkit-backface-visibility:hidden}.right-off-canvas-menu{-webkit-backface-visibility:hidden;background:#333;bottom:0;box-sizing:content-box;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;overflow-x:hidden;overflow-y:auto;position:absolute;transition:transform 500ms ease 0s;width:15.625rem;z-index:1001;-webkit-transform:translate3d(100%, 0, 0);-moz-transform:translate3d(100%, 0, 0);-ms-transform:translate(100%, 0);-o-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);right:0;top:0}.right-off-canvas-menu *{-webkit-backface-visibility:hidden}.top-off-canvas-menu{-webkit-backface-visibility:hidden;background:#333;bottom:0;box-sizing:content-box;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;overflow-x:hidden;overflow-y:auto;position:absolute;transition:transform 500ms ease 0s;width:15.625rem;z-index:1001;-webkit-transform:translate3d(0, -100%, 0);-moz-transform:translate3d(0, -100%, 0);-ms-transform:translate(0, -100%);-o-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);top:0;width:100%;height:18.75rem}.top-off-canvas-menu *{-webkit-backface-visibility:hidden}.bottom-off-canvas-menu{-webkit-backface-visibility:hidden;background:#333;bottom:0;box-sizing:content-box;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;overflow-x:hidden;overflow-y:auto;position:absolute;transition:transform 500ms ease 0s;width:15.625rem;z-index:1001;-webkit-transform:translate3d(0, 100%, 0);-moz-transform:translate3d(0, 100%, 0);-ms-transform:translate(0, 100%);-o-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);bottom:0;width:100%;height:18.75rem}.bottom-off-canvas-menu *{-webkit-backface-visibility:hidden}ul.off-canvas-list{list-style-type:none;margin:0;padding:0}ul.off-canvas-list li label{background:#444;border-bottom:none;border-top:1px solid #5e5e5e;color:#999;display:block;font-size:0.75rem;font-weight:bold;margin:0;padding:0.3rem 0.9375rem;text-transform:uppercase}ul.off-canvas-list li a{border-bottom:1px solid #262626;color:rgba(255,255,255,0.7);display:block;padding:0.66667rem;transition:background 300ms ease}ul.off-canvas-list li a:hover{background:#242424}ul.off-canvas-list li a:active{background:#242424}.move-right>.inner-wrap{-webkit-transform:translate3d(15.625rem, 0, 0);-moz-transform:translate3d(15.625rem, 0, 0);-ms-transform:translate(15.625rem, 0);-o-transform:translate3d(15.625rem, 0, 0);transform:translate3d(15.625rem, 0, 0)}.move-right .exit-off-canvas{-webkit-backface-visibility:hidden;box-shadow:-4px 0 4px rgba(0,0,0,0.5),4px 0 4px rgba(0,0,0,0.5);cursor:pointer;transition:background 300ms ease;-webkit-tap-highlight-color:transparent;background:rgba(255,255,255,0.2);bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:1002}@media only screen and (min-width: 40.0625em){.move-right .exit-off-canvas:hover{background:rgba(255,255,255,0.05)}}.move-left>.inner-wrap{-webkit-transform:translate3d(-15.625rem, 0, 0);-moz-transform:translate3d(-15.625rem, 0, 0);-ms-transform:translate(-15.625rem, 0);-o-transform:translate3d(-15.625rem, 0, 0);transform:translate3d(-15.625rem, 0, 0)}.move-left .exit-off-canvas{-webkit-backface-visibility:hidden;box-shadow:-4px 0 4px rgba(0,0,0,0.5),4px 0 4px rgba(0,0,0,0.5);cursor:pointer;transition:background 300ms ease;-webkit-tap-highlight-color:transparent;background:rgba(255,255,255,0.2);bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:1002}@media only screen and (min-width: 40.0625em){.move-left .exit-off-canvas:hover{background:rgba(255,255,255,0.05)}}.move-top>.inner-wrap{-webkit-transform:translate3d(0, -18.75rem, 0);-moz-transform:translate3d(0, -18.75rem, 0);-ms-transform:translate(0, -18.75rem);-o-transform:translate3d(0, -18.75rem, 0);transform:translate3d(0, -18.75rem, 0)}.move-top .exit-off-canvas{-webkit-backface-visibility:hidden;box-shadow:-4px 0 4px rgba(0,0,0,0.5),4px 0 4px rgba(0,0,0,0.5);cursor:pointer;transition:background 300ms ease;-webkit-tap-highlight-color:transparent;background:rgba(255,255,255,0.2);bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:1002}@media only screen and (min-width: 40.0625em){.move-top .exit-off-canvas:hover{background:rgba(255,255,255,0.05)}}.move-bottom>.inner-wrap{-webkit-transform:translate3d(0, 18.75rem, 0);-moz-transform:translate3d(0, 18.75rem, 0);-ms-transform:translate(0, 18.75rem);-o-transform:translate3d(0, 18.75rem, 0);transform:translate3d(0, 18.75rem, 0)}.move-bottom .exit-off-canvas{-webkit-backface-visibility:hidden;box-shadow:-4px 0 4px rgba(0,0,0,0.5),4px 0 4px rgba(0,0,0,0.5);cursor:pointer;transition:background 300ms ease;-webkit-tap-highlight-color:transparent;background:rgba(255,255,255,0.2);bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:1002}@media only screen and (min-width: 40.0625em){.move-bottom .exit-off-canvas:hover{background:rgba(255,255,255,0.05)}}.offcanvas-overlap .left-off-canvas-menu,.offcanvas-overlap .right-off-canvas-menu,.offcanvas-overlap .top-off-canvas-menu,.offcanvas-overlap .bottom-off-canvas-menu{-ms-transform:none;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;z-index:1003}.offcanvas-overlap .exit-off-canvas{-webkit-backface-visibility:hidden;box-shadow:-4px 0 4px rgba(0,0,0,0.5),4px 0 4px rgba(0,0,0,0.5);cursor:pointer;transition:background 300ms ease;-webkit-tap-highlight-color:transparent;background:rgba(255,255,255,0.2);bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:1002}@media only screen and (min-width: 40.0625em){.offcanvas-overlap .exit-off-canvas:hover{background:rgba(255,255,255,0.05)}}.offcanvas-overlap-left .right-off-canvas-menu{-ms-transform:none;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;z-index:1003}.offcanvas-overlap-left .exit-off-canvas{-webkit-backface-visibility:hidden;box-shadow:-4px 0 4px rgba(0,0,0,0.5),4px 0 4px rgba(0,0,0,0.5);cursor:pointer;transition:background 300ms ease;-webkit-tap-highlight-color:transparent;background:rgba(255,255,255,0.2);bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:1002}@media only screen and (min-width: 40.0625em){.offcanvas-overlap-left .exit-off-canvas:hover{background:rgba(255,255,255,0.05)}}.offcanvas-overlap-right .left-off-canvas-menu{-ms-transform:none;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;z-index:1003}.offcanvas-overlap-right .exit-off-canvas{-webkit-backface-visibility:hidden;box-shadow:-4px 0 4px rgba(0,0,0,0.5),4px 0 4px rgba(0,0,0,0.5);cursor:pointer;transition:background 300ms ease;-webkit-tap-highlight-color:transparent;background:rgba(255,255,255,0.2);bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:1002}@media only screen and (min-width: 40.0625em){.offcanvas-overlap-right .exit-off-canvas:hover{background:rgba(255,255,255,0.05)}}.offcanvas-overlap-top .bottom-off-canvas-menu{-ms-transform:none;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;z-index:1003}.offcanvas-overlap-top .exit-off-canvas{-webkit-backface-visibility:hidden;box-shadow:-4px 0 4px rgba(0,0,0,0.5),4px 0 4px rgba(0,0,0,0.5);cursor:pointer;transition:background 300ms ease;-webkit-tap-highlight-color:transparent;background:rgba(255,255,255,0.2);bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:1002}@media only screen and (min-width: 40.0625em){.offcanvas-overlap-top .exit-off-canvas:hover{background:rgba(255,255,255,0.05)}}.offcanvas-overlap-bottom .top-off-canvas-menu{-ms-transform:none;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;z-index:1003}.offcanvas-overlap-bottom .exit-off-canvas{-webkit-backface-visibility:hidden;box-shadow:-4px 0 4px rgba(0,0,0,0.5),4px 0 4px rgba(0,0,0,0.5);cursor:pointer;transition:background 300ms ease;-webkit-tap-highlight-color:transparent;background:rgba(255,255,255,0.2);bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:1002}@media only screen and (min-width: 40.0625em){.offcanvas-overlap-bottom .exit-off-canvas:hover{background:rgba(255,255,255,0.05)}}.no-csstransforms .left-off-canvas-menu{left:-15.625rem}.no-csstransforms .right-off-canvas-menu{right:-15.625rem}.no-csstransforms .top-off-canvas-menu{top:-18.75rem}.no-csstransforms .bottom-off-canvas-menu{bottom:-18.75rem}.no-csstransforms .move-left>.inner-wrap{right:15.625rem}.no-csstransforms .move-right>.inner-wrap{left:15.625rem}.no-csstransforms .move-top>.inner-wrap{right:18.75rem}.no-csstransforms .move-bottom>.inner-wrap{left:18.75rem}.left-submenu{-webkit-backface-visibility:hidden;-webkit-overflow-scrolling:touch;background:#333;bottom:0;box-sizing:content-box;margin:0;overflow-x:hidden;overflow-y:auto;position:absolute;top:0;width:15.625rem;height:18.75rem;z-index:1002;-webkit-transform:translate3d(-100%, 0, 0);-moz-transform:translate3d(-100%, 0, 0);-ms-transform:translate(-100%, 0);-o-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0;-webkit-transition:-webkit-transform 500ms ease;-moz-transition:-moz-transform 500ms ease;-ms-transition:-ms-transform 500ms ease;-o-transition:-o-transform 500ms ease;transition:transform 500ms ease}.left-submenu *{-webkit-backface-visibility:hidden}.left-submenu .back>a{background:#444;border-bottom:none;border-top:1px solid #5e5e5e;color:#999;font-weight:bold;padding:0.3rem 0.9375rem;text-transform:uppercase;margin:0}.left-submenu .back>a:hover{background:#303030;border-bottom:none;border-top:1px solid #5e5e5e}.left-submenu .back>a:before{content:"\AB";margin-right:.5rem;display:inline}.left-submenu.move-right,.left-submenu.offcanvas-overlap-right,.left-submenu.offcanvas-overlap{-webkit-transform:translate3d(0%, 0, 0);-moz-transform:translate3d(0%, 0, 0);-ms-transform:translate(0%, 0);-o-transform:translate3d(0%, 0, 0);transform:translate3d(0%, 0, 0)}.right-submenu{-webkit-backface-visibility:hidden;-webkit-overflow-scrolling:touch;background:#333;bottom:0;box-sizing:content-box;margin:0;overflow-x:hidden;overflow-y:auto;position:absolute;top:0;width:15.625rem;height:18.75rem;z-index:1002;-webkit-transform:translate3d(100%, 0, 0);-moz-transform:translate3d(100%, 0, 0);-ms-transform:translate(100%, 0);-o-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);right:0;-webkit-transition:-webkit-transform 500ms ease;-moz-transition:-moz-transform 500ms ease;-ms-transition:-ms-transform 500ms ease;-o-transition:-o-transform 500ms ease;transition:transform 500ms ease}.right-submenu *{-webkit-backface-visibility:hidden}.right-submenu .back>a{background:#444;border-bottom:none;border-top:1px solid #5e5e5e;color:#999;font-weight:bold;padding:0.3rem 0.9375rem;text-transform:uppercase;margin:0}.right-submenu .back>a:hover{background:#303030;border-bottom:none;border-top:1px solid #5e5e5e}.right-submenu .back>a:after{content:"\BB";margin-left:.5rem;display:inline}.right-submenu.move-left,.right-submenu.offcanvas-overlap-left,.right-submenu.offcanvas-overlap{-webkit-transform:translate3d(0%, 0, 0);-moz-transform:translate3d(0%, 0, 0);-ms-transform:translate(0%, 0);-o-transform:translate3d(0%, 0, 0);transform:translate3d(0%, 0, 0)}.top-submenu{-webkit-backface-visibility:hidden;-webkit-overflow-scrolling:touch;background:#333;bottom:0;box-sizing:content-box;margin:0;overflow-x:hidden;overflow-y:auto;position:absolute;top:0;width:15.625rem;height:18.75rem;z-index:1002;-webkit-transform:translate3d(0, -100%, 0);-moz-transform:translate3d(0, -100%, 0);-ms-transform:translate(0, -100%);-o-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);top:0;width:100%;-webkit-transition:-webkit-transform 500ms ease;-moz-transition:-moz-transform 500ms ease;-ms-transition:-ms-transform 500ms ease;-o-transition:-o-transform 500ms ease;transition:transform 500ms ease}.top-submenu *{-webkit-backface-visibility:hidden}.top-submenu .back>a{background:#444;border-bottom:none;border-top:1px solid #5e5e5e;color:#999;font-weight:bold;padding:0.3rem 0.9375rem;text-transform:uppercase;margin:0}.top-submenu .back>a:hover{background:#303030;border-bottom:none;border-top:1px solid #5e5e5e}.top-submenu.move-bottom,.top-submenu.offcanvas-overlap-bottom,.top-submenu.offcanvas-overlap{-webkit-transform:translate3d(0, 0%, 0);-moz-transform:translate3d(0, 0%, 0);-ms-transform:translate(0, 0%);-o-transform:translate3d(0, 0%, 0);transform:translate3d(0, 0%, 0)}.bottom-submenu{-webkit-backface-visibility:hidden;-webkit-overflow-scrolling:touch;background:#333;bottom:0;box-sizing:content-box;margin:0;overflow-x:hidden;overflow-y:auto;position:absolute;top:0;width:15.625rem;height:18.75rem;z-index:1002;-webkit-transform:translate3d(0, 100%, 0);-moz-transform:translate3d(0, 100%, 0);-ms-transform:translate(0, 100%);-o-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);bottom:0;width:100%;-webkit-transition:-webkit-transform 500ms ease;-moz-transition:-moz-transform 500ms ease;-ms-transition:-ms-transform 500ms ease;-o-transition:-o-transform 500ms ease;transition:transform 500ms ease}.bottom-submenu *{-webkit-backface-visibility:hidden}.bottom-submenu .back>a{background:#444;border-bottom:none;border-top:1px solid #5e5e5e;color:#999;font-weight:bold;padding:0.3rem 0.9375rem;text-transform:uppercase;margin:0}.bottom-submenu .back>a:hover{background:#303030;border-bottom:none;border-top:1px solid #5e5e5e}.bottom-submenu.move-top,.bottom-submenu.offcanvas-overlap-top,.bottom-submenu.offcanvas-overlap{-webkit-transform:translate3d(0, 0%, 0);-moz-transform:translate3d(0, 0%, 0);-ms-transform:translate(0, 0%);-o-transform:translate3d(0, 0%, 0);transform:translate3d(0, 0%, 0)}.left-off-canvas-menu ul.off-canvas-list li.has-submenu>a:after{content:"\BB";margin-left:.5rem;display:inline}.right-off-canvas-menu ul.off-canvas-list li.has-submenu>a:before{content:"\AB";margin-right:.5rem;display:inline}.f-dropdown{display:none;left:-9999px;list-style:none;margin-left:0;position:absolute;background:#fff;border:solid 1px #ccc;font-size:0.875rem;height:auto;max-height:none;width:100%;z-index:89;margin-top:2px;max-width:200px}.f-dropdown.open{display:block}.f-dropdown>*:first-child{margin-top:0}.f-dropdown>*:last-child{margin-bottom:0}.f-dropdown:before{border:inset 6px;content:"";display:block;height:0;width:0;border-color:transparent transparent #fff transparent;border-bottom-style:solid;position:absolute;top:-12px;left:10px;z-index:89}.f-dropdown:after{border:inset 7px;content:"";display:block;height:0;width:0;border-color:transparent transparent #ccc transparent;border-bottom-style:solid;position:absolute;top:-14px;left:9px;z-index:88}.f-dropdown.right:before{left:auto;right:10px}.f-dropdown.right:after{left:auto;right:9px}.f-dropdown.drop-right{display:none;left:-9999px;list-style:none;margin-left:0;position:absolute;background:#fff;border:solid 1px #ccc;font-size:0.875rem;height:auto;max-height:none;width:100%;z-index:89;margin-top:0;margin-left:2px;max-width:200px}.f-dropdown.drop-right.open{display:block}.f-dropdown.drop-right>*:first-child{margin-top:0}.f-dropdown.drop-right>*:last-child{margin-bottom:0}.f-dropdown.drop-right:before{border:inset 6px;content:"";display:block;height:0;width:0;border-color:transparent #fff transparent transparent;border-right-style:solid;position:absolute;top:10px;left:-12px;z-index:89}.f-dropdown.drop-right:after{border:inset 7px;content:"";display:block;height:0;width:0;border-color:transparent #ccc transparent transparent;border-right-style:solid;position:absolute;top:9px;left:-14px;z-index:88}.f-dropdown.drop-left{display:none;left:-9999px;list-style:none;margin-left:0;position:absolute;background:#fff;border:solid 1px #ccc;font-size:0.875rem;height:auto;max-height:none;width:100%;z-index:89;margin-top:0;margin-left:-2px;max-width:200px}.f-dropdown.drop-left.open{display:block}.f-dropdown.drop-left>*:first-child{margin-top:0}.f-dropdown.drop-left>*:last-child{margin-bottom:0}.f-dropdown.drop-left:before{border:inset 6px;content:"";display:block;height:0;width:0;border-color:transparent transparent transparent #fff;border-left-style:solid;position:absolute;top:10px;right:-12px;left:auto;z-index:89}.f-dropdown.drop-left:after{border:inset 7px;content:"";display:block;height:0;width:0;border-color:transparent transparent transparent #ccc;border-left-style:solid;position:absolute;top:9px;right:-14px;left:auto;z-index:88}.f-dropdown.drop-top{display:none;left:-9999px;list-style:none;margin-left:0;position:absolute;background:#fff;border:solid 1px #ccc;font-size:0.875rem;height:auto;max-height:none;width:100%;z-index:89;margin-left:0;margin-top:-2px;max-width:200px}.f-dropdown.drop-top.open{display:block}.f-dropdown.drop-top>*:first-child{margin-top:0}.f-dropdown.drop-top>*:last-child{margin-bottom:0}.f-dropdown.drop-top:before{border:inset 6px;content:"";display:block;height:0;width:0;border-color:#fff transparent transparent transparent;border-top-style:solid;bottom:-12px;position:absolute;top:auto;left:10px;right:auto;z-index:89}.f-dropdown.drop-top:after{border:inset 7px;content:"";display:block;height:0;width:0;border-color:#ccc transparent transparent transparent;border-top-style:solid;bottom:-14px;position:absolute;top:auto;left:9px;right:auto;z-index:88}.f-dropdown li{cursor:pointer;font-size:0.875rem;line-height:1.125rem;margin:0}.f-dropdown li:hover,.f-dropdown li:focus{background:#eee}.f-dropdown li a{display:block;padding:0.5rem;color:#555}.f-dropdown.content{display:none;left:-9999px;list-style:none;margin-left:0;position:absolute;background:#fff;border:solid 1px #ccc;font-size:0.875rem;height:auto;max-height:none;padding:1.25rem;width:100%;z-index:89;max-width:200px}.f-dropdown.content.open{display:block}.f-dropdown.content>*:first-child{margin-top:0}.f-dropdown.content>*:last-child{margin-bottom:0}.f-dropdown.radius{border-radius:3px}.f-dropdown.tiny{max-width:200px}.f-dropdown.small{max-width:300px}.f-dropdown.medium{max-width:500px}.f-dropdown.large{max-width:800px}.f-dropdown.mega{width:100% !important;max-width:100% !important}.f-dropdown.mega.open{left:0 !important}table{background:#fff;border:solid 1px #ddd;margin-bottom:1.25rem;table-layout:auto}table caption{background:transparent;color:#222;font-size:1rem;font-weight:bold}table thead{background:#F5F5F5}table thead tr th,table thead tr td{color:#222;font-size:0.875rem;font-weight:bold;padding:0.5rem 0.625rem 0.625rem}table tfoot{background:#F5F5F5}table tfoot tr th,table tfoot tr td{color:#222;font-size:0.875rem;font-weight:bold;padding:0.5rem 0.625rem 0.625rem}table tr th,table tr td{color:#222;font-size:0.875rem;padding:0.5625rem 0.625rem;text-align:left}table tr.even,table tr.alt,table tr:nth-of-type(even){background:#F9F9F9}table thead tr th,table tfoot tr th,table tfoot tr td,table tbody tr th,table tbody tr td,table tr td{display:table-cell;line-height:1.125rem}.range-slider{border:1px solid #ddd;margin:1.25rem 0;position:relative;-ms-touch-action:none;touch-action:none;display:block;height:1rem;width:100%;background:#FAFAFA}.range-slider.vertical-range{border:1px solid #ddd;margin:1.25rem 0;position:relative;-ms-touch-action:none;touch-action:none;display:inline-block;height:12.5rem;width:1rem}.range-slider.vertical-range .range-slider-handle{bottom:-10.5rem;margin-left:-0.5rem;margin-top:0;position:absolute}.range-slider.vertical-range .range-slider-active-segment{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;border-top-left-radius:initial;bottom:0;height:auto;width:0.875rem}.range-slider.radius{background:#FAFAFA;border-radius:3px}.range-slider.radius .range-slider-handle{background:#008CBA;border-radius:3px}.range-slider.radius .range-slider-handle:hover{background:#007ba4}.range-slider.round{background:#FAFAFA;border-radius:1000px}.range-slider.round .range-slider-handle{background:#008CBA;border-radius:1000px}.range-slider.round .range-slider-handle:hover{background:#007ba4}.range-slider.disabled,.range-slider[disabled]{background:#FAFAFA;cursor:not-allowed;opacity:0.7}.range-slider.disabled .range-slider-handle,.range-slider[disabled] .range-slider-handle{background:#008CBA;cursor:default;opacity:0.7}.range-slider.disabled .range-slider-handle:hover,.range-slider[disabled] .range-slider-handle:hover{background:#007ba4}.range-slider-active-segment{background:#e5e5e5;border-bottom-left-radius:inherit;border-top-left-radius:inherit;display:inline-block;height:0.875rem;position:absolute}.range-slider-handle{border:1px solid none;cursor:pointer;display:inline-block;height:1.375rem;position:absolute;top:-0.3125rem;width:2rem;z-index:1;-ms-touch-action:manipulation;touch-action:manipulation;background:#008CBA}.range-slider-handle:hover{background:#007ba4}[class*="block-grid-"]{display:block;padding:0;margin:0 -0.625rem}[class*="block-grid-"]:before,[class*="block-grid-"]:after{content:" ";display:table}[class*="block-grid-"]:after{clear:both}[class*="block-grid-"]>li{display:block;float:left;height:auto;padding:0 0.625rem 1.25rem}@media only screen{.small-block-grid-1>li{list-style:none;width:100%}.small-block-grid-1>li:nth-of-type(1n){clear:none}.small-block-grid-1>li:nth-of-type(1n+1){clear:both}.small-block-grid-2>li{list-style:none;width:50%}.small-block-grid-2>li:nth-of-type(1n){clear:none}.small-block-grid-2>li:nth-of-type(2n+1){clear:both}.small-block-grid-3>li{list-style:none;width:33.33333%}.small-block-grid-3>li:nth-of-type(1n){clear:none}.small-block-grid-3>li:nth-of-type(3n+1){clear:both}.small-block-grid-4>li{list-style:none;width:25%}.small-block-grid-4>li:nth-of-type(1n){clear:none}.small-block-grid-4>li:nth-of-type(4n+1){clear:both}.small-block-grid-5>li{list-style:none;width:20%}.small-block-grid-5>li:nth-of-type(1n){clear:none}.small-block-grid-5>li:nth-of-type(5n+1){clear:both}.small-block-grid-6>li{list-style:none;width:16.66667%}.small-block-grid-6>li:nth-of-type(1n){clear:none}.small-block-grid-6>li:nth-of-type(6n+1){clear:both}.small-block-grid-7>li{list-style:none;width:14.28571%}.small-block-grid-7>li:nth-of-type(1n){clear:none}.small-block-grid-7>li:nth-of-type(7n+1){clear:both}.small-block-grid-8>li{list-style:none;width:12.5%}.small-block-grid-8>li:nth-of-type(1n){clear:none}.small-block-grid-8>li:nth-of-type(8n+1){clear:both}.small-block-grid-9>li{list-style:none;width:11.11111%}.small-block-grid-9>li:nth-of-type(1n){clear:none}.small-block-grid-9>li:nth-of-type(9n+1){clear:both}.small-block-grid-10>li{list-style:none;width:10%}.small-block-grid-10>li:nth-of-type(1n){clear:none}.small-block-grid-10>li:nth-of-type(10n+1){clear:both}.small-block-grid-11>li{list-style:none;width:9.09091%}.small-block-grid-11>li:nth-of-type(1n){clear:none}.small-block-grid-11>li:nth-of-type(11n+1){clear:both}.small-block-grid-12>li{list-style:none;width:8.33333%}.small-block-grid-12>li:nth-of-type(1n){clear:none}.small-block-grid-12>li:nth-of-type(12n+1){clear:both}}@media only screen and (min-width: 40.0625em){.medium-block-grid-1>li{list-style:none;width:100%}.medium-block-grid-1>li:nth-of-type(1n){clear:none}.medium-block-grid-1>li:nth-of-type(1n+1){clear:both}.medium-block-grid-2>li{list-style:none;width:50%}.medium-block-grid-2>li:nth-of-type(1n){clear:none}.medium-block-grid-2>li:nth-of-type(2n+1){clear:both}.medium-block-grid-3>li{list-style:none;width:33.33333%}.medium-block-grid-3>li:nth-of-type(1n){clear:none}.medium-block-grid-3>li:nth-of-type(3n+1){clear:both}.medium-block-grid-4>li{list-style:none;width:25%}.medium-block-grid-4>li:nth-of-type(1n){clear:none}.medium-block-grid-4>li:nth-of-type(4n+1){clear:both}.medium-block-grid-5>li{list-style:none;width:20%}.medium-block-grid-5>li:nth-of-type(1n){clear:none}.medium-block-grid-5>li:nth-of-type(5n+1){clear:both}.medium-block-grid-6>li{list-style:none;width:16.66667%}.medium-block-grid-6>li:nth-of-type(1n){clear:none}.medium-block-grid-6>li:nth-of-type(6n+1){clear:both}.medium-block-grid-7>li{list-style:none;width:14.28571%}.medium-block-grid-7>li:nth-of-type(1n){clear:none}.medium-block-grid-7>li:nth-of-type(7n+1){clear:both}.medium-block-grid-8>li{list-style:none;width:12.5%}.medium-block-grid-8>li:nth-of-type(1n){clear:none}.medium-block-grid-8>li:nth-of-type(8n+1){clear:both}.medium-block-grid-9>li{list-style:none;width:11.11111%}.medium-block-grid-9>li:nth-of-type(1n){clear:none}.medium-block-grid-9>li:nth-of-type(9n+1){clear:both}.medium-block-grid-10>li{list-style:none;width:10%}.medium-block-grid-10>li:nth-of-type(1n){clear:none}.medium-block-grid-10>li:nth-of-type(10n+1){clear:both}.medium-block-grid-11>li{list-style:none;width:9.09091%}.medium-block-grid-11>li:nth-of-type(1n){clear:none}.medium-block-grid-11>li:nth-of-type(11n+1){clear:both}.medium-block-grid-12>li{list-style:none;width:8.33333%}.medium-block-grid-12>li:nth-of-type(1n){clear:none}.medium-block-grid-12>li:nth-of-type(12n+1){clear:both}}@media only screen and (min-width: 64.0625em){.large-block-grid-1>li{list-style:none;width:100%}.large-block-grid-1>li:nth-of-type(1n){clear:none}.large-block-grid-1>li:nth-of-type(1n+1){clear:both}.large-block-grid-2>li{list-style:none;width:50%}.large-block-grid-2>li:nth-of-type(1n){clear:none}.large-block-grid-2>li:nth-of-type(2n+1){clear:both}.large-block-grid-3>li{list-style:none;width:33.33333%}.large-block-grid-3>li:nth-of-type(1n){clear:none}.large-block-grid-3>li:nth-of-type(3n+1){clear:both}.large-block-grid-4>li{list-style:none;width:25%}.large-block-grid-4>li:nth-of-type(1n){clear:none}.large-block-grid-4>li:nth-of-type(4n+1){clear:both}.large-block-grid-5>li{list-style:none;width:20%}.large-block-grid-5>li:nth-of-type(1n){clear:none}.large-block-grid-5>li:nth-of-type(5n+1){clear:both}.large-block-grid-6>li{list-style:none;width:16.66667%}.large-block-grid-6>li:nth-of-type(1n){clear:none}.large-block-grid-6>li:nth-of-type(6n+1){clear:both}.large-block-grid-7>li{list-style:none;width:14.28571%}.large-block-grid-7>li:nth-of-type(1n){clear:none}.large-block-grid-7>li:nth-of-type(7n+1){clear:both}.large-block-grid-8>li{list-style:none;width:12.5%}.large-block-grid-8>li:nth-of-type(1n){clear:none}.large-block-grid-8>li:nth-of-type(8n+1){clear:both}.large-block-grid-9>li{list-style:none;width:11.11111%}.large-block-grid-9>li:nth-of-type(1n){clear:none}.large-block-grid-9>li:nth-of-type(9n+1){clear:both}.large-block-grid-10>li{list-style:none;width:10%}.large-block-grid-10>li:nth-of-type(1n){clear:none}.large-block-grid-10>li:nth-of-type(10n+1){clear:both}.large-block-grid-11>li{list-style:none;width:9.09091%}.large-block-grid-11>li:nth-of-type(1n){clear:none}.large-block-grid-11>li:nth-of-type(11n+1){clear:both}.large-block-grid-12>li{list-style:none;width:8.33333%}.large-block-grid-12>li:nth-of-type(1n){clear:none}.large-block-grid-12>li:nth-of-type(12n+1){clear:both}}.flex-video{height:0;margin-bottom:1rem;overflow:hidden;padding-bottom:67.5%;padding-top:1.5625rem;position:relative}.flex-video.widescreen{padding-bottom:56.34%}.flex-video.vimeo{padding-top:0}.flex-video iframe,.flex-video object,.flex-video embed,.flex-video video{height:100%;position:absolute;top:0;width:100%;left:0}.keystroke,kbd{background-color:#ededed;border-color:#ddd;color:#222;border-style:solid;border-width:1px;font-family:"Consolas","Menlo","Courier",monospace;font-size:inherit;margin:0;padding:0.125rem 0.25rem 0;border-radius:3px}.switch{border:none;margin-bottom:1.5rem;outline:0;padding:0;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.switch label{background:#ddd;color:transparent;cursor:pointer;display:block;margin-bottom:1rem;position:relative;text-indent:100%;width:4rem;height:2rem;transition:left 0.15s ease-out}.switch input{left:10px;opacity:0;padding:0;position:absolute;top:9px}.switch input+label{margin-left:0;margin-right:0}.switch label:after{background:#fff;content:"";display:block;height:1.5rem;left:.25rem;position:absolute;top:.25rem;width:1.5rem;-webkit-transition:left 0.15s ease-out;-moz-transition:left 0.15s ease-out;-o-transition:translate3d(0, 0, 0);transition:left 0.15s ease-out;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.switch input:checked+label{background:#008CBA}.switch input:checked+label:after{left:2.25rem}.switch label{height:2rem;width:4rem}.switch label:after{height:1.5rem;width:1.5rem}.switch input:checked+label:after{left:2.25rem}.switch label{color:transparent;background:#ddd}.switch label:after{background:#fff}.switch input:checked+label{background:#008CBA}.switch.large label{height:2.5rem;width:5rem}.switch.large label:after{height:2rem;width:2rem}.switch.large input:checked+label:after{left:2.75rem}.switch.small label{height:1.75rem;width:3.5rem}.switch.small label:after{height:1.25rem;width:1.25rem}.switch.small input:checked+label:after{left:2rem}.switch.tiny label{height:1.5rem;width:3rem}.switch.tiny label:after{height:1rem;width:1rem}.switch.tiny input:checked+label:after{left:1.75rem}.switch.radius label{border-radius:4px}.switch.radius label:after{border-radius:3px}.switch.round{border-radius:1000px}.switch.round label{border-radius:2rem}.switch.round label:after{border-radius:2rem}@media only screen{.show-for-small-only,.show-for-small-up,.show-for-small,.show-for-small-down,.hide-for-medium-only,.hide-for-medium-up,.hide-for-medium,.show-for-medium-down,.hide-for-large-only,.hide-for-large-up,.hide-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.show-for-xxlarge-down{display:inherit !important}.hide-for-small-only,.hide-for-small-up,.hide-for-small,.hide-for-small-down,.show-for-medium-only,.show-for-medium-up,.show-for-medium,.hide-for-medium-down,.show-for-large-only,.show-for-large-up,.show-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.hide-for-xxlarge-down{display:none !important}.visible-for-small-only,.visible-for-small-up,.visible-for-small,.visible-for-small-down,.hidden-for-medium-only,.hidden-for-medium-up,.hidden-for-medium,.visible-for-medium-down,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.visible-for-xxlarge-down{position:static !important;height:auto;width:auto;overflow:visible;clip:auto}.hidden-for-small-only,.hidden-for-small-up,.hidden-for-small,.hidden-for-small-down,.visible-for-medium-only,.visible-for-medium-up,.visible-for-medium,.hidden-for-medium-down,.visible-for-large-only,.visible-for-large-up,.visible-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.hidden-for-xxlarge-down{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}table.show-for-small-only,table.show-for-small-up,table.show-for-small,table.show-for-small-down,table.hide-for-medium-only,table.hide-for-medium-up,table.hide-for-medium,table.show-for-medium-down,table.hide-for-large-only,table.hide-for-large-up,table.hide-for-large,table.show-for-large-down,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xlarge,table.show-for-xlarge-down,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge,table.show-for-xxlarge-down{display:table !important}thead.show-for-small-only,thead.show-for-small-up,thead.show-for-small,thead.show-for-small-down,thead.hide-for-medium-only,thead.hide-for-medium-up,thead.hide-for-medium,thead.show-for-medium-down,thead.hide-for-large-only,thead.hide-for-large-up,thead.hide-for-large,thead.show-for-large-down,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xlarge,thead.show-for-xlarge-down,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group !important}tbody.show-for-small-only,tbody.show-for-small-up,tbody.show-for-small,tbody.show-for-small-down,tbody.hide-for-medium-only,tbody.hide-for-medium-up,tbody.hide-for-medium,tbody.show-for-medium-down,tbody.hide-for-large-only,tbody.hide-for-large-up,tbody.hide-for-large,tbody.show-for-large-down,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xlarge,tbody.show-for-xlarge-down,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group !important}tr.show-for-small-only,tr.show-for-small-up,tr.show-for-small,tr.show-for-small-down,tr.hide-for-medium-only,tr.hide-for-medium-up,tr.hide-for-medium,tr.show-for-medium-down,tr.hide-for-large-only,tr.hide-for-large-up,tr.hide-for-large,tr.show-for-large-down,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xlarge,tr.show-for-xlarge-down,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge,tr.show-for-xxlarge-down{display:table-row}th.show-for-small-only,td.show-for-small-only,th.show-for-small-up,td.show-for-small-up,th.show-for-small,td.show-for-small,th.show-for-small-down,td.show-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.hide-for-medium-up,td.hide-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.show-for-medium-down,td.show-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.hide-for-large-up,td.hide-for-large-up,th.hide-for-large,td.hide-for-large,th.show-for-large-down,td.show-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.hide-for-xlarge-up,td.hide-for-xlarge-up,th.hide-for-xlarge,td.hide-for-xlarge,th.show-for-xlarge-down,td.show-for-xlarge-down,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up,th.hide-for-xxlarge,td.hide-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell !important}}@media only screen and (min-width: 40.0625em){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.show-for-medium-only,.show-for-medium-up,.show-for-medium,.show-for-medium-down,.hide-for-large-only,.hide-for-large-up,.hide-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.show-for-xxlarge-down{display:inherit !important}.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.hide-for-medium-only,.hide-for-medium-up,.hide-for-medium,.hide-for-medium-down,.show-for-large-only,.show-for-large-up,.show-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.hide-for-xxlarge-down{display:none !important}.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.visible-for-medium-only,.visible-for-medium-up,.visible-for-medium,.visible-for-medium-down,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.visible-for-xxlarge-down{position:static !important;height:auto;width:auto;overflow:visible;clip:auto}.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.hidden-for-medium-only,.hidden-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.visible-for-large-only,.visible-for-large-up,.visible-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.hidden-for-xxlarge-down{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.show-for-medium-only,table.show-for-medium-up,table.show-for-medium,table.show-for-medium-down,table.hide-for-large-only,table.hide-for-large-up,table.hide-for-large,table.show-for-large-down,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xlarge,table.show-for-xlarge-down,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge,table.show-for-xxlarge-down{display:table !important}thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.show-for-medium-only,thead.show-for-medium-up,thead.show-for-medium,thead.show-for-medium-down,thead.hide-for-large-only,thead.hide-for-large-up,thead.hide-for-large,thead.show-for-large-down,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xlarge,thead.show-for-xlarge-down,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group !important}tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.show-for-medium-only,tbody.show-for-medium-up,tbody.show-for-medium,tbody.show-for-medium-down,tbody.hide-for-large-only,tbody.hide-for-large-up,tbody.hide-for-large,tbody.show-for-large-down,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xlarge,tbody.show-for-xlarge-down,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group !important}tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.show-for-medium-only,tr.show-for-medium-up,tr.show-for-medium,tr.show-for-medium-down,tr.hide-for-large-only,tr.hide-for-large-up,tr.hide-for-large,tr.show-for-large-down,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xlarge,tr.show-for-xlarge-down,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge,tr.show-for-xxlarge-down{display:table-row}th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.show-for-medium-only,td.show-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.show-for-medium,td.show-for-medium,th.show-for-medium-down,td.show-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.hide-for-large-up,td.hide-for-large-up,th.hide-for-large,td.hide-for-large,th.show-for-large-down,td.show-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.hide-for-xlarge-up,td.hide-for-xlarge-up,th.hide-for-xlarge,td.hide-for-xlarge,th.show-for-xlarge-down,td.show-for-xlarge-down,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up,th.hide-for-xxlarge,td.hide-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell !important}}@media only screen and (min-width: 64.0625em){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.hide-for-medium-only,.show-for-medium-up,.hide-for-medium,.hide-for-medium-down,.show-for-large-only,.show-for-large-up,.show-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.show-for-xxlarge-down{display:inherit !important}.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.show-for-medium-only,.hide-for-medium-up,.show-for-medium,.show-for-medium-down,.hide-for-large-only,.hide-for-large-up,.hide-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.hide-for-xxlarge-down{display:none !important}.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.hidden-for-medium-only,.visible-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.visible-for-large-only,.visible-for-large-up,.visible-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.visible-for-xxlarge-down{position:static !important;height:auto;width:auto;overflow:visible;clip:auto}.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.visible-for-medium-only,.hidden-for-medium-up,.visible-for-medium,.visible-for-medium-down,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.hidden-for-xxlarge-down{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.hide-for-medium-only,table.show-for-medium-up,table.hide-for-medium,table.hide-for-medium-down,table.show-for-large-only,table.show-for-large-up,table.show-for-large,table.show-for-large-down,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xlarge,table.show-for-xlarge-down,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge,table.show-for-xxlarge-down{display:table !important}thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-medium-only,thead.show-for-medium-up,thead.hide-for-medium,thead.hide-for-medium-down,thead.show-for-large-only,thead.show-for-large-up,thead.show-for-large,thead.show-for-large-down,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xlarge,thead.show-for-xlarge-down,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group !important}tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-medium-only,tbody.show-for-medium-up,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.show-for-large-only,tbody.show-for-large-up,tbody.show-for-large,tbody.show-for-large-down,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xlarge,tbody.show-for-xlarge-down,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group !important}tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-medium-only,tr.show-for-medium-up,tr.hide-for-medium,tr.hide-for-medium-down,tr.show-for-large-only,tr.show-for-large-up,tr.show-for-large,tr.show-for-large-down,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xlarge,tr.show-for-xlarge-down,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge,tr.show-for-xxlarge-down{display:table-row}th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.hide-for-medium-down,td.hide-for-medium-down,th.show-for-large-only,td.show-for-large-only,th.show-for-large-up,td.show-for-large-up,th.show-for-large,td.show-for-large,th.show-for-large-down,td.show-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.hide-for-xlarge-up,td.hide-for-xlarge-up,th.hide-for-xlarge,td.hide-for-xlarge,th.show-for-xlarge-down,td.show-for-xlarge-down,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up,th.hide-for-xxlarge,td.hide-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell !important}}@media only screen and (min-width: 90.0625em){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.hide-for-medium-only,.show-for-medium-up,.hide-for-medium,.hide-for-medium-down,.hide-for-large-only,.show-for-large-up,.hide-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.show-for-xxlarge-down{display:inherit !important}.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.show-for-medium-only,.hide-for-medium-up,.show-for-medium,.show-for-medium-down,.show-for-large-only,.hide-for-large-up,.show-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.hide-for-xxlarge-down{display:none !important}.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.hidden-for-medium-only,.visible-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.hidden-for-large-only,.visible-for-large-up,.hidden-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.visible-for-xxlarge-down{position:static !important;height:auto;width:auto;overflow:visible;clip:auto}.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.visible-for-medium-only,.hidden-for-medium-up,.visible-for-medium,.visible-for-medium-down,.visible-for-large-only,.hidden-for-large-up,.visible-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.hidden-for-xxlarge-down{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.hide-for-medium-only,table.show-for-medium-up,table.hide-for-medium,table.hide-for-medium-down,table.hide-for-large-only,table.show-for-large-up,table.hide-for-large,table.hide-for-large-down,table.show-for-xlarge-only,table.show-for-xlarge-up,table.show-for-xlarge,table.show-for-xlarge-down,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge,table.show-for-xxlarge-down{display:table !important}thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-medium-only,thead.show-for-medium-up,thead.hide-for-medium,thead.hide-for-medium-down,thead.hide-for-large-only,thead.show-for-large-up,thead.hide-for-large,thead.hide-for-large-down,thead.show-for-xlarge-only,thead.show-for-xlarge-up,thead.show-for-xlarge,thead.show-for-xlarge-down,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group !important}tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-medium-only,tbody.show-for-medium-up,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.hide-for-large-only,tbody.show-for-large-up,tbody.hide-for-large,tbody.hide-for-large-down,tbody.show-for-xlarge-only,tbody.show-for-xlarge-up,tbody.show-for-xlarge,tbody.show-for-xlarge-down,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group !important}tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-medium-only,tr.show-for-medium-up,tr.hide-for-medium,tr.hide-for-medium-down,tr.hide-for-large-only,tr.show-for-large-up,tr.hide-for-large,tr.hide-for-large-down,tr.show-for-xlarge-only,tr.show-for-xlarge-up,tr.show-for-xlarge,tr.show-for-xlarge-down,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge,tr.show-for-xxlarge-down{display:table-row}th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.hide-for-medium-down,td.hide-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.show-for-large-up,td.show-for-large-up,th.hide-for-large,td.hide-for-large,th.hide-for-large-down,td.hide-for-large-down,th.show-for-xlarge-only,td.show-for-xlarge-only,th.show-for-xlarge-up,td.show-for-xlarge-up,th.show-for-xlarge,td.show-for-xlarge,th.show-for-xlarge-down,td.show-for-xlarge-down,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up,th.hide-for-xxlarge,td.hide-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell !important}}@media only screen and (min-width: 120.0625em){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.hide-for-medium-only,.show-for-medium-up,.hide-for-medium,.hide-for-medium-down,.hide-for-large-only,.show-for-large-up,.hide-for-large,.hide-for-large-down,.hide-for-xlarge-only,.show-for-xlarge-up,.hide-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.show-for-xxlarge-down{display:inherit !important}.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.show-for-medium-only,.hide-for-medium-up,.show-for-medium,.show-for-medium-down,.show-for-large-only,.hide-for-large-up,.show-for-large,.show-for-large-down,.show-for-xlarge-only,.hide-for-xlarge-up,.show-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.hide-for-xxlarge-down{display:none !important}.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.hidden-for-medium-only,.visible-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.hidden-for-large-only,.visible-for-large-up,.hidden-for-large,.hidden-for-large-down,.hidden-for-xlarge-only,.visible-for-xlarge-up,.hidden-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.visible-for-xxlarge-down{position:static !important;height:auto;width:auto;overflow:visible;clip:auto}.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.visible-for-medium-only,.hidden-for-medium-up,.visible-for-medium,.visible-for-medium-down,.visible-for-large-only,.hidden-for-large-up,.visible-for-large,.visible-for-large-down,.visible-for-xlarge-only,.hidden-for-xlarge-up,.visible-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.hidden-for-xxlarge-down{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.hide-for-medium-only,table.show-for-medium-up,table.hide-for-medium,table.hide-for-medium-down,table.hide-for-large-only,table.show-for-large-up,table.hide-for-large,table.hide-for-large-down,table.hide-for-xlarge-only,table.show-for-xlarge-up,table.hide-for-xlarge,table.hide-for-xlarge-down,table.show-for-xxlarge-only,table.show-for-xxlarge-up,table.show-for-xxlarge,table.show-for-xxlarge-down{display:table !important}thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-medium-only,thead.show-for-medium-up,thead.hide-for-medium,thead.hide-for-medium-down,thead.hide-for-large-only,thead.show-for-large-up,thead.hide-for-large,thead.hide-for-large-down,thead.hide-for-xlarge-only,thead.show-for-xlarge-up,thead.hide-for-xlarge,thead.hide-for-xlarge-down,thead.show-for-xxlarge-only,thead.show-for-xxlarge-up,thead.show-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group !important}tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-medium-only,tbody.show-for-medium-up,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.hide-for-large-only,tbody.show-for-large-up,tbody.hide-for-large,tbody.hide-for-large-down,tbody.hide-for-xlarge-only,tbody.show-for-xlarge-up,tbody.hide-for-xlarge,tbody.hide-for-xlarge-down,tbody.show-for-xxlarge-only,tbody.show-for-xxlarge-up,tbody.show-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group !important}tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-medium-only,tr.show-for-medium-up,tr.hide-for-medium,tr.hide-for-medium-down,tr.hide-for-large-only,tr.show-for-large-up,tr.hide-for-large,tr.hide-for-large-down,tr.hide-for-xlarge-only,tr.show-for-xlarge-up,tr.hide-for-xlarge,tr.hide-for-xlarge-down,tr.show-for-xxlarge-only,tr.show-for-xxlarge-up,tr.show-for-xxlarge,tr.show-for-xxlarge-down{display:table-row}th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.hide-for-medium-down,td.hide-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.show-for-large-up,td.show-for-large-up,th.hide-for-large,td.hide-for-large,th.hide-for-large-down,td.hide-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.show-for-xlarge-up,td.show-for-xlarge-up,th.hide-for-xlarge,td.hide-for-xlarge,th.hide-for-xlarge-down,td.hide-for-xlarge-down,th.show-for-xxlarge-only,td.show-for-xxlarge-only,th.show-for-xxlarge-up,td.show-for-xxlarge-up,th.show-for-xxlarge,td.show-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell !important}}.show-for-landscape,.hide-for-portrait{display:inherit !important}.hide-for-landscape,.show-for-portrait{display:none !important}table.hide-for-landscape,table.show-for-portrait{display:table !important}thead.hide-for-landscape,thead.show-for-portrait{display:table-header-group !important}tbody.hide-for-landscape,tbody.show-for-portrait{display:table-row-group !important}tr.hide-for-landscape,tr.show-for-portrait{display:table-row !important}td.hide-for-landscape,td.show-for-portrait,th.hide-for-landscape,th.show-for-portrait{display:table-cell !important}@media only screen and (orientation: landscape){.show-for-landscape,.hide-for-portrait{display:inherit !important}.hide-for-landscape,.show-for-portrait{display:none !important}table.show-for-landscape,table.hide-for-portrait{display:table !important}thead.show-for-landscape,thead.hide-for-portrait{display:table-header-group !important}tbody.show-for-landscape,tbody.hide-for-portrait{display:table-row-group !important}tr.show-for-landscape,tr.hide-for-portrait{display:table-row !important}td.show-for-landscape,td.hide-for-portrait,th.show-for-landscape,th.hide-for-portrait{display:table-cell !important}}@media only screen and (orientation: portrait){.show-for-portrait,.hide-for-landscape{display:inherit !important}.hide-for-portrait,.show-for-landscape{display:none !important}table.show-for-portrait,table.hide-for-landscape{display:table !important}thead.show-for-portrait,thead.hide-for-landscape{display:table-header-group !important}tbody.show-for-portrait,tbody.hide-for-landscape{display:table-row-group !important}tr.show-for-portrait,tr.hide-for-landscape{display:table-row !important}td.show-for-portrait,td.hide-for-landscape,th.show-for-portrait,th.hide-for-landscape{display:table-cell !important}}.show-for-touch{display:none !important}.hide-for-touch{display:inherit !important}.touch .show-for-touch{display:inherit !important}.touch .hide-for-touch{display:none !important}table.hide-for-touch{display:table !important}.touch table.show-for-touch{display:table !important}thead.hide-for-touch{display:table-header-group !important}.touch thead.show-for-touch{display:table-header-group !important}tbody.hide-for-touch{display:table-row-group !important}.touch tbody.show-for-touch{display:table-row-group !important}tr.hide-for-touch{display:table-row !important}.touch tr.show-for-touch{display:table-row !important}td.hide-for-touch{display:table-cell !important}.touch td.show-for-touch{display:table-cell !important}th.hide-for-touch{display:table-cell !important}.touch th.show-for-touch{display:table-cell !important}.show-for-sr{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}.show-on-focus{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}.show-on-focus:focus,.show-on-focus:active{position:static !important;height:auto;width:auto;overflow:visible;clip:auto}.print-only,.show-for-print{display:none !important}@media print{.print-only,.show-for-print{display:block !important}.hide-on-print,.hide-for-print{display:none !important}table.show-for-print{display:table !important}thead.show-for-print{display:table-header-group !important}tbody.show-for-print{display:table-row-group !important}tr.show-for-print{display:table-row !important}td.show-for-print{display:table-cell !important}th.show-for-print{display:table-cell !important}}

/* 
 * Author Ben Zhang
 */
.form-search .wrappers{
    height: 36px;
}
.search-fixed-top{
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 93;
    background-color: #e1e1e1;
    display:none;
}
.search-fixed-top .search-wrapper{
    padding: 0.625rem 3%;
    position: relative;
    max-width: 90rem;
    margin:0 auto;
}
.search-fixed-top .form-search{
    padding-right: 34px;
    padding-left: 0.9%
}
.search-fixed-top .form-search .input-text{
    padding:0 34px 0 37px;
    border: none;
}
.search-fixed-top .form-search .input-text:active,
.search-fixed-top .form-search .input-text:hover,
.search-fixed-top .form-search .input-text:focus{
    border: none;
}
.icon-spinner11:before{
    content: "\e8da";
    font-family: "showpo";
    display: inline-block;
    animation: standard 1s infinite linear;
    text-shadow: 0 0 0.25em rgba(255,255,255, 0.3);
}
.search-fixed-top .icon-spinner11,
.search-fixed-top .search-undo{
    color: #999;
    height: 34px;
    line-height: 34px;
    width: 34px;
    font-size: 1.125rem;
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 34px;
    text-align: center;
    display: none;
}
.search-fixed-top .search-magnifier:before{
    content: '\e922';
    font-family:"showpo";
}
.search-fixed-top .search-magnifier{
    color: #999;
    height: 34px;
    line-height: 34px;
    width: 34px;
    font-size: 1.25rem;
    cursor: pointer;
    position: absolute;
    top: 1px;
    left: 0.9%;
    text-align: center;
    z-index: 10;
}
#search_mini_form .pname{
    text-transform: uppercase;
}
.search-fixed-top .search-cross{
    color: #585858;
    height: 34px;
    line-height: 34px;
    width: 34px;
    font-size: 1.5rem;
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 0;
    text-align: center;
}
/** header typeahead **/
#typeahead {

}
#typeahead .tt-dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}
.twitter-typeahead{
    width:100%;
}
.tt-menu{
    background-color: #fff;
    width: 100%;
    margin: 0;
    padding: 8px 0;
    max-height: 600px;
    overflow-y: auto;
}
.typeahead-wrapper {
    display: block;
    margin: 50px 0;
}
.tt-highlight{
    font-weight: bold;
}
.tt-suggestion.tt-page,
.tt-suggestion.tt-cat,
.tt-suggestion.tt-means{
    width: 100%;
    max-width: 100%;
    float: none;
}
.tt-suggestion.tt-prod{
    width: 250px;
    height: 150px;
    overflow:hidden;
    float:left;
}
.tt-suggestion.tt-prod img{
    float: left;
    margin: 0 5px 0 0;
}
.tt-suggestion.tt-prod .price{
    color:#666666;
}
.tt-suggestion .matches{
    font-size: 0.625rem;
    color: #585858;
}
.tt-no-record{
    width: 100%;
    padding: 3px 10px;
}
.tt-suggestion {
    font-size: 0.925rem;
    padding: 3px 10px;
}
.tt-suggestion:hover {
    background-color: #e3f2fe;
    cursor: pointer;
}
.tt-suggestion.tt-cursor {
    background-color: #e3f2fe;
}
.tt-suggestion p {
    margin: 0;
}
.gist {
    font-size: 14px;
}
.address-details{
    margin: 20px auto;
    width: 100%;
}
.typeahead-hint,
.typeahead {
    border: none;
    font-size: 20px;
    line-height: 30px;
    padding: 5px 40px 5px 8px;
    width: 100%;
    text-overflow: ellipsis;
}
#typeahead:hover ~ div{
    background-color:#fff;
}

/*** Small Only ***/
@media only screen and (max-width: 40em) {
    .tt-menu {
        max-height: 300px;
    }
    .tt-suggestion{
        font-size: 0.875rem;
    }
    .tt-suggestion.tt-prod{
        max-width: 100%;
        height: auto;
        overflow:hidden;
        float:none;
    }
    .tt-suggestion.tt-prod img{
        float:left;
        margin: 0 5px 0 0;
        width: 45px !important;
    }
    .tt-suggestion .matches{
        display:none;
    }
}
/* 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(https://www.showpo.com/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;
}

@font-face {
  font-family: 'showpo';
  src:  url('https://cdnskin.executiveponies.com/skin/frontend/sp/default/fonts/showpo_v2.1.eot?gk3g95');
  src:  url('https://cdnskin.executiveponies.com/skin/frontend/sp/default/fonts/showpo_v2.1.eot?gk3g95#iefix') format('embedded-opentype'),
    url('https://cdnskin.executiveponies.com/skin/frontend/sp/default/fonts/showpo_v2.1.ttf?gk3g95') format('truetype'),
    url('https://cdnskin.executiveponies.com/skin/frontend/sp/default/fonts/showpo_v2.1.woff?gk3g95') format('woff'),
    url('https://cdnskin.executiveponies.com/skin/frontend/sp/default/fonts/showpo_v2.1.svg?gk3g95#showpo') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'showpo' !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-wechat:before {
  content: "\e906";
}
.icon-Heart-fill:before {
  content: "\e904";
}
.icon-heart-line:before {
  content: "\e905";
}
.icon-snapchat:before {
  content: "\e903";
}
.icon-Radio-button_selected2:before {
  content: "\e901";
}
.icon-Radio-01:before {
  content: "\e900";
}
.icon-pencil:before {
  content: "\e60d";
}
.icon-pencil5:before {
  content: "\e613";
}
.icon-cloud-upload:before {
  content: "\e64b";
}
.icon-cloud-download:before {
  content: "\e64c";
}
.icon-database:before {
  content: "\e65d";
}
.icon-lock:before {
  content: "\e66b";
}
.icon-cog:before {
  content: "\e672";
}
.icon-factory:before {
  content: "\e67d";
}
.icon-factory2:before {
  content: "\e67e";
}
.icon-trash2:before {
  content: "\e681";
}
.icon-hearts:before {
  content: "\e68b";
}
.icon-heart:before {
  content: "\e68c";
}
.icon-envelope:before {
  content: "\e696";
}
.icon-envelope-open:before {
  content: "\e697";
}
.icon-paperclip:before {
  content: "\e698";
}
.icon-file-empty:before {
  content: "\e6b3";
}
.icon-copy:before {
  content: "\e6b8";
}
.icon-folder:before {
  content: "\e6ba";
}
.icon-enter:before {
  content: "\e6d2";
}
.icon-exit:before {
  content: "\e6d3";
}
.icon-repeat:before {
  content: "\e6ee";
}
.icon-book2:before {
  content: "\e714";
}
.icon-label:before {
  content: "\e717";
}
.icon-user:before {
  content: "\e71e";
}
.icon-user-plus:before {
  content: "\e71f";
}
.icon-user-minus:before {
  content: "\e720";
}
.icon-barcode:before {
  content: "\e747";
}
.icon-barcode2:before {
  content: "\e748";
}
.icon-barcode3:before {
  content: "\e749";
}
.icon-bag:before {
  content: "\e74b";
}
.icon-bag2:before {
  content: "\e74c";
}
.icon-cart:before {
  content: "\e74d";
}
.icon-cash-dollar:before {
  content: "\e75a";
}
.icon-cash-euro:before {
  content: "\e75b";
}
.icon-cash-pound:before {
  content: "\e75c";
}
.icon-telephone:before {
  content: "\e76a";
}
.icon-phone-wave:before {
  content: "\e76c";
}
.icon-gift:before {
  content: "\e7ff";
}
.icon-rank:before {
  content: "\e801";
}
.icon-diamond2:before {
  content: "\e807";
}
.icon-truck:before {
  content: "\e857";
}
.icon-happy:before {
  content: "\e889";
}
.icon-loading2:before {
  content: "\e8d1";
}
.icon-loading3:before {
  content: "\e8d2";
}
.icon-refresh:before {
  content: "\e8d3";
}
.icon-refresh2:before {
  content: "\e8d4";
}
.icon-undo:before {
  content: "\e8d5";
}
.icon-redo:before {
  content: "\e8d6";
}
.icon-undo2:before {
  content: "\e8d8";
}
.icon-redo2:before {
  content: "\e8d9";
}
.icon-sync:before {
  content: "\e8da";
}
.icon-sync2:before {
  content: "\e8dd";
}
.icon-return:before {
  content: "\e8e0";
}
.icon-return2:before {
  content: "\e8e1";
}
.icon-clock:before {
  content: "\e8e6";
}
.icon-download2:before {
  content: "\e8f5";
}
.icon-upload2:before {
  content: "\e8f6";
}
.icon-enter-up:before {
  content: "\e8f7";
}
.icon-enter-down:before {
  content: "\e8f8";
}
.icon-enter-left:before {
  content: "\e8f9";
}
.icon-enter-right:before {
  content: "\e8fa";
}
.icon-exit-up:before {
  content: "\e8fb";
}
.icon-exit-down:before {
  content: "\e8fc";
}
.icon-exit-left:before {
  content: "\e8fd";
}
.icon-exit-right:before {
  content: "\e8fe";
}
.icon-magnifier:before {
  content: "\e922";
}
.icon-zoom-in:before {
  content: "\e925";
}
.icon-zoom-out:before {
  content: "\e926";
}
.icon-cross:before {
  content: "\e92a";
}
.icon-menu:before {
  content: "\e92b";
}
.icon-list:before {
  content: "\e92c";
}
.icon-list2:before {
  content: "\e92d";
}
.icon-list3:before {
  content: "\e92e";
}
.icon-check:before {
  content: "\e934";
}
.icon-cross2:before {
  content: "\e935";
}
.icon-plus:before {
  content: "\e936";
}
.icon-minus:before {
  content: "\e937";
}
.icon-chevron-up:before {
  content: "\e939";
}
.icon-chevron-down:before {
  content: "\e93a";
}
.icon-chevron-left:before {
  content: "\e93b";
}
.icon-chevron-right:before {
  content: "\e93c";
}
.icon-arrow-up:before {
  content: "\e941";
}
.icon-arrow-down:before {
  content: "\e942";
}
.icon-arrow-left:before {
  content: "\e943";
}
.icon-arrow-right:before {
  content: "\e944";
}
.icon-notification:before {
  content: "\e954";
}
.icon-warning:before {
  content: "\e955";
}
.icon-notification-circle:before {
  content: "\e956";
}
.icon-question-circle:before {
  content: "\e957";
}
.icon-checkmark-circle:before {
  content: "\e959";
}
.icon-cross-circle:before {
  content: "\e95a";
}
.icon-plus-circle:before {
  content: "\e95b";
}
.icon-circle-minus:before {
  content: "\e95c";
}
.icon-arrow-up-circle:before {
  content: "\e95e";
}
.icon-arrow-down-circle:before {
  content: "\e95f";
}
.icon-arrow-left-circle:before {
  content: "\e960";
}
.icon-arrow-right-circle:before {
  content: "\e961";
}
.icon-chevron-up-circle:before {
  content: "\e962";
}
.icon-chevron-down-circle:before {
  content: "\e963";
}
.icon-chevron-left-circle:before {
  content: "\e964";
}
.icon-chevron-right-circle:before {
  content: "\e965";
}
.icon-square:before {
  content: "\e98d";
}
.icon-plus-square:before {
  content: "\e98e";
}
.icon-minus-square:before {
  content: "\e98f";
}
.icon-arrow-up-square:before {
  content: "\e991";
}
.icon-arrow-down-square:before {
  content: "\e992";
}
.icon-arrow-left-square:before {
  content: "\e993";
}
.icon-arrow-right-square:before {
  content: "\e994";
}
.icon-chevron-up-square:before {
  content: "\e995";
}
.icon-chevron-down-square:before {
  content: "\e996";
}
.icon-chevron-left-square:before {
  content: "\e997";
}
.icon-chevron-right-square:before {
  content: "\e998";
}
.icon-check-square:before {
  content: "\e999";
}
.icon-cross-square:before {
  content: "\e99a";
}
.icon-circle:before {
  content: "\e99d";
}
.icon-radio-button:before {
  content: "\e99e";
}
.icon-text-align-left:before {
  content: "\e9a8";
}
.icon-text-align-center:before {
  content: "\e9a9";
}
.icon-text-align-right:before {
  content: "\e9aa";
}
.icon-text-align-justify:before {
  content: "\e9ab";
}
.icon-sort-alpha-asc:before {
  content: "\e9b5";
}
.icon-sort-alpha-desc:before {
  content: "\e9b6";
}
.icon-sort-numeric-asc:before {
  content: "\e9b7";
}
.icon-sort-numeric-desc:before {
  content: "\e9b8";
}
.icon-sort-amount-asc:before {
  content: "\e9b9";
}
.icon-sort-amount-desc:before {
  content: "\e9ba";
}
.icon-search2:before {
  content: "\f002";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-heart2:before {
  content: "\f004";
}
.icon-star2:before {
  content: "\f005";
}
.icon-star-o:before {
  content: "\f006";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-check2:before {
  content: "\f00c";
}
.icon-close:before {
  content: "\f00d";
}
.icon-search-plus:before {
  content: "\f00e";
}
.icon-search-minus:before {
  content: "\f010";
}
.icon-cog22:before {
  content: "\f013";
}
.icon-file-o:before {
  content: "\f016";
}
.icon-arrow-circle-o-down:before {
  content: "\f01a";
}
.icon-arrow-circle-o-up:before {
  content: "\f01b";
}
.icon-play-circle-o:before {
  content: "\f01d";
}
.icon-repeat2:before {
  content: "\f01e";
}
.icon-refresh3:before {
  content: "\f021";
}
.icon-lock2:before {
  content: "\f023";
}
.icon-barcode22:before {
  content: "\f02a";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list32:before {
  content: "\f03a";
}
.icon-check-square-o:before {
  content: "\f046";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward3:before {
  content: "\f04a";
}
.icon-play4:before {
  content: "\f04b";
}
.icon-pause3:before {
  content: "\f04c";
}
.icon-stop3:before {
  content: "\f04d";
}
.icon-forward4:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject2:before {
  content: "\f052";
}
.icon-chevron-left2:before {
  content: "\f053";
}
.icon-chevron-right2:before {
  content: "\f054";
}
.icon-plus-circle2:before {
  content: "\f055";
}
.icon-minus-circle:before {
  content: "\f056";
}
.icon-times-circle:before {
  content: "\f057";
}
.icon-check-circle:before {
  content: "\f058";
}
.icon-question-circle2:before {
  content: "\f059";
}
.icon-info-circle:before {
  content: "\f05a";
}
.icon-times-circle-o:before {
  content: "\f05c";
}
.icon-check-circle-o:before {
  content: "\f05d";
}
.icon-ban:before {
  content: "\f05e";
}
.icon-arrow-left3:before {
  content: "\f060";
}
.icon-arrow-right3:before {
  content: "\f061";
}
.icon-arrow-up3:before {
  content: "\f062";
}
.icon-arrow-down3:before {
  content: "\f063";
}
.icon-exclamation-circle:before {
  content: "\f06a";
}
.icon-exclamation-triangle:before {
  content: "\f071";
}
.icon-plane2:before {
  content: "\f072";
}
.icon-comment:before {
  content: "\f075";
}
.icon-chevron-up2:before {
  content: "\f077";
}
.icon-chevron-down2:before {
  content: "\f078";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-twitter-square:before {
  content: "\f081";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-heart-o:before {
  content: "\f08a";
}
.icon-linkedin-square:before {
  content: "\f08c";
}
.icon-github-square:before {
  content: "\f092";
}
.icon-phone2:before {
  content: "\f095";
}
.icon-square-o:before {
  content: "\f096";
}
.icon-facebook3:before {
  content: "\f09a";
}
.icon-credit-card2:before {
  content: "\f09d";
}
.icon-arrow-circle-left:before {
  content: "\f0a8";
}
.icon-arrow-circle-right:before {
  content: "\f0a9";
}
.icon-arrow-circle-up:before {
  content: "\f0aa";
}
.icon-arrow-circle-down:before {
  content: "\f0ab";
}
.icon-filter2:before {
  content: "\f0b0";
}
.icon-copy2:before {
  content: "\f0c5";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-truck2:before {
  content: "\f0d1";
}
.icon-pinterest3:before {
  content: "\f0d2";
}
.icon-pinterest-square:before {
  content: "\f0d3";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-envelope2:before {
  content: "\f0e0";
}
.icon-linkedin3:before {
  content: "\f0e1";
}
.icon-comment-o:before {
  content: "\f0e5";
}
.icon-angle-double-left:before {
  content: "\f100";
}
.icon-angle-double-right:before {
  content: "\f101";
}
.icon-angle-double-up:before {
  content: "\f102";
}
.icon-angle-double-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-circle-o:before {
  content: "\f10c";
}
.icon-circle2:before {
  content: "\f111";
}
.icon-chevron-circle-left:before {
  content: "\f137";
}
.icon-chevron-circle-right:before {
  content: "\f138";
}
.icon-chevron-circle-up:before {
  content: "\f139";
}
.icon-chevron-circle-down:before {
  content: "\f13a";
}
.icon-ellipsis-v:before {
  content: "\f142";
}
.icon-minus-square2:before {
  content: "\f146";
}
.icon-minus-square-o:before {
  content: "\f147";
}
.icon-check-square2:before {
  content: "\f14a";
}
.icon-sort-alpha-asc2:before {
  content: "\f15d";
}
.icon-sort-alpha-desc2:before {
  content: "\f15e";
}
.icon-sort-amount-asc2:before {
  content: "\f160";
}
.icon-sort-amount-desc2:before {
  content: "\f161";
}
.icon-sort-numeric-asc2:before {
  content: "\f162";
}
.icon-sort-numeric-desc2:before {
  content: "\f163";
}
.icon-youtube-square:before {
  content: "\f166";
}
.icon-youtube3:before {
  content: "\f167";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-instagram2:before {
  content: "\f16d";
}
.icon-tumblr3:before {
  content: "\f173";
}
.icon-tumblr-square:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-skype2:before {
  content: "\f17e";
}
.icon-dot-circle-o:before {
  content: "\f192";
}
.icon-circle-thin:before {
  content: "\f1db";
}
.icon-paypal2:before {
  content: "\f1ed";
}
.icon-cc-visa:before {
  content: "\f1f0";
}
.icon-cc-mastercard:before {
  content: "\f1f1";
}
.icon-cc-discover:before {
  content: "\f1f2";
}
.icon-cc-amex:before {
  content: "\f1f3";
}
.icon-cc-paypal:before {
  content: "\f1f4";
}
.icon-cc-stripe:before {
  content: "\f1f5";
}
.icon-trash4:before {
  content: "\f1f8";
}
.icon-toggle-off2:before {
  content: "\f204";
}
.icon-toggle-on2:before {
  content: "\f205";
}
.icon-facebook-official:before {
  content: "\f230";
}
.icon-pinterest-p:before {
  content: "\f231";
}
.icon-cc-jcb:before {
  content: "\f24b";
}
.icon-cc-diners-club:before {
  content: "\f24c";
}
.icon-credit-card-alt:before {
  content: "\f283";
}
.icon-Radio-button_selected:before {
  content: "\e902";
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

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

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/* catalog product
    Created on : 08/12/2015, 3:11:11 PM
    Author     : Ben Zhang
*/
.product-view .price-box .price{
    font-size: 22px;
	letter-spacing: 0.2px;
    color: #333;
    font-weight: 400;
}
.product-view .price-box{
    margin-bottom: 18px;
}
.product-essential .product-shop{
    float: right;
}
.category-link{
    margin:0;
    padding: 5px 0 10px;
    list-style: none;
}
.category-link li a{
    color: #333;
}
.product-name{
    margin-top:0;
    font-weight: 400;
}
.product-shop h1.product-name{
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}
.catalog-product-view h1.product-name {
    border-bottom: solid 1px #d4d4d4;
    padding-bottom: 3px;
}
.catalog-product-view .review-summary-short {
    float: right;
    width: 40%;
    text-align: right;
}
.catalog-product-view .review-summary-short .stars-top {
    width: 100%;
}
.catalog-product-view .review-summary-short .stars-top {
    padding-right: 0;
}
.multimedia-social{
    margin-bottom: 5px;
}
.product-view{
    padding-top: 10px;
}
.product-gallery .swiper-slide > img{
    width:100%;
}
.product-gallery .prd-img{
    max-width:400px;
    max-height:640px;
}
.product-gallery{
    width:79%;
    float:left;
}
.swiper-vertical{
    float:left;
}
.swiper-slide {
    vertical-align: middle;
    text-align: center;
    font-size: 1.125rem;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.iframe-slide {
    display:table;
    height:100% !important;
}
.swiper-slide .iframe-container {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    height: 0;
    overflow: hidden;
}
.iframe-container iframe {
    position: absolute;
    top:1px;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen\0 {
    .iframe-container iframe {
        left: -1px;
        height: 535px;
    }
}
.category-title h1{
    font-size: 1.5rem;
}
.category-products{
    margin-left: 0;
}
.product-list-general .item{
    margin: 10px 0 0 0;
}
.category-products .item {
    display: block;
    width: 225px;
    height: auto;
    background: #ffffff;
    margin: 10px 0 0 0;
    padding:0 4px;
    float: left;
}
/* Possible mobile fix for moving images */
@media only screen and (max-width: 461px){
    .category-products .item.double-image {
        width: 100% !important;
    }
} 
@media only screen and (min-width: 462px){
    .category-products .item.double-image {
        width: 450px;
    }
} 
/* End of possible mobile fix for moving images */
.category-products .item.double-image .item-images{
    overflow: auto;
    padding: 0 4px;
}
.category-products .product-image.plusimage{
    display:none;
}
.category-products .item.double-image .product-image.plusimage{
    display:block;
}
.category-products .item-info {
    text-align: center;
}
.category-products .double-image .item-info {
    padding: 0 4px;
}
.category-products .item.double-image .product-image{
    width:50%;
    float:left;
}
.category-products .item:after {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 3px;
    border-color: #555555 white;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotate;
    -o-animation-duration: 1.5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.category-products .item-title {
    position: relative;
    padding: 0;
    margin: 5px 0 0;
    font-size: 0.875rem;
    overflow: hidden;
    text-transform: uppercase;
    text-overflow: ellipsis;
}
.category-products .item-title a {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 22px;
    text-transform: capitalize;
}
.category-products .item-title a:hover {
    color: #0A67E4;
}
.global-product-listing .item-images,
.product-list-general .item-images,
.category-products .item-images {
    position: relative;
    width: 100%;
    /* padding: 0 0 2px; */
    padding: 0;
}
.category-products .item-images.flush {
    padding: 0 0 8px;
}
.category-products .item-images a {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 93.95%;
}
.category-products.keep-aspect-ratio .item-images a {
    padding-top: 0;
}
.category-products .item-images img {
    color: transparent;
    background: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/images/spinner.gif) center center no-repeat;
    min-height: 32px;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.global-product-listing .item-images .brb-tag,
.product-list-general .item-images .brb-tag,
.category-products .item-images .brb-tag{
    position:absolute;
    bottom: 40px;
    left:0;
    z-index: 5;
}
.category-products .item-images img.brb-tag-img{
    background:none;
}
.category-products.keep-aspect-ratio .item-images img {
    position: relative;
}
.category-products .item-description {
    display: none;
}
.item-info {
    padding: 0 5px 8px;
    min-height: 5.625rem;
    position: relative;
}
.category-products .item-info {
    padding: 0 0 8px;
}
.category-products.list .item-info {
    min-height: 0;
    padding: 10px;
    position:absolute;
    left:21%;
    width:60%;
    top:0;
    height:auto;
}
.category-products.loading {
    opacity: 0.5;
}
.category-title{
    margin: 0 0 4px 0;
    font-size: 20px;
    letter-spacing: 0.4px;
    font-weight: bold;
    text-transform: none;
}
.category-description{
    margin:0 0 15px;
}
.category-description-short{
    margin:0 0 15px;
}
.configurable-options{
    margin-top:10px;
}
.configurable-options .prdoptions{
    display: inline-block;
    margin-bottom: 5px;
}
.configurable-options .prdoptions.fullwidth {
    display:block;
}
#thumbnails-block{
    background-color: #fff;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    float: left;
    height: 442px;
    margin-top: 20px;
    position: relative;
    width: 105px;
}
.coloroptions{
    display:inline-block;
    padding: 5px 0 0;
}
.coloroptions span,
.coloroptions a{
    color: #333;
    display: block;
    float:left;
    margin-top:2.5px;
    margin: 0;
    width: auto;
    padding: 0 15px;
    border: 1px solid #333;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 26px;
}
.coloroptions a:active,
.coloroptions a:focus{
    color: #333;
}
.coloroptions span{
    background-color: #eec9d2;
}
.table-block{
    display:table;
}
.table-block-label{
    display:table-cell;
    border: 1px solid #333;
    border-radius: 50%;
    cursor: pointer;
    height: 44px;
    width: 44px;
    line-height: 1;
    text-align: center;
    letter-spacing: -0.1em;
    vertical-align: middle;
}
.selected .table-block-label {
    border: none;
    background-color: #eec9d2;
}

a.size-guide{
    float: right;
    text-transform: none;
    font-weight: 400;
}

.size-options{
    display: inline-block;
    margin-top: 6px;
}


.prd-view-option {
    display:inline-block;
    font-size: 0.875rem;
    height: 44px;
    color: #333;
    font-weight: 400;
    margin-right: 5px;
}
.outstock .table-block-label{
    border:none;
}
.prd-option-add.outstock {
    border: none;
    font-weight: 300;
    color: #ccc;
    background-color: #fff;
    cursor: default;
}
.prd-option-add.simple-outstock{
    font-weight: 300;
    color: #ccc;
    background-color: #fff;
    cursor: default;
    border-color: #ccc;
}
.prd-option-add.simple-outstock:hover,
.prd-option-add.outstock:hover{
    background-color:#fff;
}
.prd-option-add:hover{
    background-color: #eec9d2;
}
.prd-option-add{
    display: block;
    text-transform: uppercase;
    border: 1px solid #333;
    cursor: pointer;
    padding: 0 10px;
    height: 32px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    font-size: 0.75rem;
    color: #333;
    font-weight: 400;
    line-height: 32px;
}
.configurable-options .prdoptions .prd-option{
    display: block;
    border: 1px solid #333;
    border-radius: 50%;
    cursor: pointer;
    height: 25px;
    width: 25px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    font-size: 0.75rem;
    color: #333;
    font-weight: 400;
    line-height: 25px;
}
.prd-view-option.selected .table-block-label{
    background-color: #eec9d2;
}
.prd-view-option.outstock:hover .table-block-label{
    background-color: #fff;
}
.coloroptions span:hover,
.coloroptions a:hover,
.prd-view-option:hover .table-block-label,
.configurable-options .prdoptions .prd-option.lowstock:hover,
.configurable-options .prdoptions .prd-option:hover{
    background-color: #eec9d2;
    color:#333;
}
.prd-view-option.outstock,
.prd-view-option.outstock:hover,
.configurable-options .prdoptions .prd-option.outstock:hover,
.configurable-options .prdoptions .prd-option.outstock {
    border: none;
    font-weight: 300;
    color: #ccc;
    background-color: #fff;
    cursor: default;
}
.product-listing .price-box {
    display: inline-block;
    text-align: right;
    font-size: 0.875rem;
    line-height: 1rem;
    color: #333;
}
.price-box .old-price, 
.price-box .special-price {
    display: inline-block;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: normal;
    color: #777777;
    padding: 0;
}
.price-box .special-price {
    padding: 0 0 3px 4px;
    display: inline-block;
    line-height: 0.688rem;
}
.price-box .old-price .price-label, 
.price-box .special-price .price-label {
    display: none;
}
.special-price .price {
    line-height: 0.875rem;
    color: #000 !important;
}
.price-box .special-price .price {
    color: #dc143c !important;
}
.price-box .old-price .price {
    text-decoration: line-through;
    color: #777777;
}
.catalog-product-view .price-box {
    margin-bottom: 0;
}
.final-sale-label {
    color: #dc143c
}
.minimal-price .price,
.price-box .price {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 22px;
}
.price-excluding-tax, 
.price-including-tax {
    display: block;
}
.price-excluding-tax span {
    display: inline-block;
}
.price-box .label {
    background: transparent;
    color: #777777;
    font-size:  0.6875rem;
    padding: 0;
    text-align: left;
}
.price-box .weee {
    font-size: 0.563rem;
    padding: 0 4px 0 0;
    color: #777777;
}
.price-box br {
    display:  none;
}
.price-box .weee + .regular-price:before {
    content: "= ";
}
.price-box .price-from,
.price-box .price-to {
    margin: 0;
    line-height: 1.125rem;
}
.price-box .price-from .price-label,
.price-box .price-to .price-label,
.price-box .minimal-price .price-label {
    font-size: 0.6875rem;
    color: #777777;
}
.price-box .minimal-price-link .label {
    color:#ea1818;
}
.price-box .minimal-price {
    margin: 0;
}
.price-box.map-info {
    font-size: 0.750rem;
}
.ratings {
    position: relative;
    padding: 0 1px;
    line-height: 0.875rem;
}
.ratings-detail .ratings {
    display: block;
    float: left;
    margin: 0 0 0 6px;
}
.ratings.no-rating {
    font-size: 0.750rem;
}
.ratings.no-rating a {
    color: #999999;
}
.ratings.no-rating a:hover {
    color: #27ccc0;
    text-decoration: underline;
}
.rating-box,
.product-collateral .review-list .rating-box,
.product-collateral .rating-box,
.review-product-list .ratings-detail .rating-box {
    position: relative;
    display: inline-block;
    width: 3.375rem;
    height: 0.625rem;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIwMHB4IiBoZWlnaHQ9IjM4LjE2N3B4IiB2aWV3Qm94PSIwIDAgMjAwIDM4LjE2NyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjAwIDM4LjE2NyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iI0NFQ0VDRSIgZD0iTTE4LjUyLDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDEzLDEyLjc4OWMyLjYwNiwxLjk4MiwxMi40NC0xLjk1MywxMy40MzUsMS4yNTVjMC45OTUsMy4yMDgtOC45MTUsNS41MjMtOS45MSw4LjczNWMtMC45OTYsMy4yMDgsNS40NjksMTIuMDA0LDIuODYzLDEzLjk5Yy0yLjYwNiwxLjk4Mi04LjE4MS03LjY1My0xMS40LTcuNjUzYy0zLjIyMSwwLTguNzk4LDkuNjM1LTExLjQwMiw3LjY1M2MtMi42MDYtMS45ODYsMy44NTctMTAuNzgyLDIuODYzLTEzLjk5Yy0wLjk5NS0zLjIxMS0xMC45MDUtNS41MjYtOS45MS04LjczNWMwLjk5Ny0zLjIwOCwxMC44MjksMC43MjcsMTMuNDM1LTEuMjU1QzE2LjEwOSwxMS45MzcsMTUuMjk5LDEuMTI5LDE4LjUyLDEuMTI5eiIvPjxwYXRoIGZpbGw9IiNDRUNFQ0UiIGQ9Ik01OS4yNiwxLjEyOWMzLjIxOSwwLDIuNDA5LDEwLjgwNyw1LjAxMywxMi43ODljMi42MDYsMS45ODIsMTIuNDQtMS45NTMsMTMuNDM1LDEuMjU1YzAuOTk1LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk3LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2MywxMy45OWMtMi42MDYsMS45ODItOC4xODItNy42NTMtMTEuNC03LjY1M2MtMy4yMjEsMC04Ljc5OCw5LjYzNS0xMS40MDIsNy42NTNjLTIuNjA2LTEuOTg2LDMuODU3LTEwLjc4MiwyLjg2My0xMy45OWMtMC45OTUtMy4yMTEtMTAuOTA1LTUuNTI2LTkuOTExLTguNzM1YzAuOTk3LTMuMjA4LDEwLjgyOSwwLjcyNywxMy40MzUtMS4yNTVDNTYuODUsMTEuOTM3LDU2LjAzOSwxLjEyOSw1OS4yNiwxLjEyOXoiLz48cGF0aCBmaWxsPSIjQ0VDRUNFIiBkPSJNMTAwLDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDExLDEyLjc4OWMyLjYwOCwxLjk4MiwxMi40NDItMS45NTMsMTMuNDM3LDEuMjU1YzAuOTk1LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk1LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2MSwxMy45OWMtMi42MDQsMS45ODItOC4xOC03LjY1My0xMS4zOTktNy42NTNjLTMuMjIxLDAtOC43OTgsOS42MzUtMTEuNDAyLDcuNjUzYy0yLjYwNS0xLjk4NiwzLjg1OC0xMC43ODIsMi44NjMtMTMuOTljLTAuOTk1LTMuMjExLTEwLjkwNS01LjUyNi05LjkxMS04LjczNWMwLjk5Ny0zLjIwOCwxMC44MjksMC43MjcsMTMuNDM1LTEuMjU1Qzk3LjU5LDExLjkzNyw5Ni43OCwxLjEyOSwxMDAsMS4xMjl6Ii8+PHBhdGggZmlsbD0iI0NFQ0VDRSIgZD0iTTE0MC43NCwxLjEyOWMzLjIxOSwwLDIuNDA5LDEwLjgwNyw1LjAxMywxMi43ODljMi42MDgsMS45ODIsMTIuNDQyLTEuOTUzLDEzLjQzNywxLjI1NWMwLjk5NCwzLjIwOC04LjkxNiw1LjUyMy05LjkxLDguNzM1Yy0wLjk5NSwzLjIwOCw1LjQ2OSwxMi4wMDQsMi44NiwxMy45OWMtMi42MDQsMS45ODItOC4xODEtNy42NTMtMTEuNC03LjY1M2MtMy4yMTksMC04Ljc5Nyw5LjYzNS0xMS40MDEsNy42NTNjLTIuNjA0LTEuOTg2LDMuODU1LTEwLjc4MiwyLjg2NS0xMy45OWMtMC45OTgtMy4yMTEtMTAuOTA4LTUuNTI2LTkuOTEtOC43MzVjMC45OTUtMy4yMDgsMTAuODI5LDAuNzI3LDEzLjQzMy0xLjI1NVMxMzcuNTIxLDEuMTI5LDE0MC43NCwxLjEyOXoiLz48cGF0aCBmaWxsPSIjQ0VDRUNFIiBkPSJNMTgxLjQ4LDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDEyLDEyLjc4OWMyLjYwOCwxLjk4MiwxMi40NDItMS45NTMsMTMuNDM4LDEuMjU1YzAuOTk0LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk1LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2LDEzLjk5Yy0yLjYwNCwxLjk4Mi04LjE4MS03LjY1My0xMS40LTcuNjUzYy0zLjIyLDAtOC43OTcsOS42MzUtMTEuNDAxLDcuNjUzYy0yLjYwNC0xLjk4NiwzLjg1NS0xMC43ODIsMi44NjUtMTMuOTljLTAuOTk5LTMuMjExLTEwLjkwOS01LjUyNi05LjkxLTguNzM1YzAuOTk0LTMuMjA4LDEwLjgyOSwwLjcyNywxMy40MzMtMS4yNTVDMTc5LjA3MSwxMS45MzcsMTc4LjI2MSwxLjEyOSwxODEuNDgsMS4xMjl6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 3.375rem;
    background-repeat: no-repeat;
}
.rating,
.product-collateral .review-list .rating,
.product-collateral .rating,
.review-product-list .ratings-detail .rating {
    position: absolute;
    height: 0.625rem;
    overflow: hidden;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIwMHB4IiBoZWlnaHQ9IjM4LjE2N3B4IiB2aWV3Qm94PSIwIDAgMjAwIDM4LjE2NyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjAwIDM4LjE2NyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iIzI3Q0NDMCIgZD0iTTE4LjUyLDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDEzLDEyLjc4OWMyLjYwNiwxLjk4MiwxMi40NC0xLjk1MywxMy40MzUsMS4yNTVjMC45OTUsMy4yMDgtOC45MTUsNS41MjMtOS45MSw4LjczNWMtMC45OTYsMy4yMDgsNS40NjksMTIuMDA0LDIuODYzLDEzLjk5Yy0yLjYwNiwxLjk4Mi04LjE4MS03LjY1My0xMS40LTcuNjUzYy0zLjIyMSwwLTguNzk4LDkuNjM1LTExLjQwMiw3LjY1M2MtMi42MDYtMS45ODYsMy44NTctMTAuNzgyLDIuODYzLTEzLjk5Yy0wLjk5NS0zLjIxMS0xMC45MDUtNS41MjYtOS45MS04LjczNWMwLjk5Ny0zLjIwOCwxMC44MjksMC43MjcsMTMuNDM1LTEuMjU1QzE2LjEwOSwxMS45MzcsMTUuMjk5LDEuMTI5LDE4LjUyLDEuMTI5eiIvPjxwYXRoIGZpbGw9IiMyN0NDQzAiIGQ9Ik01OS4yNiwxLjEyOWMzLjIxOSwwLDIuNDA5LDEwLjgwNyw1LjAxMywxMi43ODljMi42MDYsMS45ODIsMTIuNDQtMS45NTMsMTMuNDM1LDEuMjU1YzAuOTk1LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk3LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2MywxMy45OWMtMi42MDYsMS45ODItOC4xODItNy42NTMtMTEuNC03LjY1M2MtMy4yMjEsMC04Ljc5OCw5LjYzNS0xMS40MDIsNy42NTNjLTIuNjA2LTEuOTg2LDMuODU3LTEwLjc4MiwyLjg2My0xMy45OWMtMC45OTUtMy4yMTEtMTAuOTA1LTUuNTI2LTkuOTExLTguNzM1YzAuOTk3LTMuMjA4LDEwLjgyOSwwLjcyNywxMy40MzUtMS4yNTVDNTYuODUsMTEuOTM3LDU2LjAzOSwxLjEyOSw1OS4yNiwxLjEyOXoiLz48cGF0aCBmaWxsPSIjMjdDQ0MwIiBkPSJNMTAwLDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDExLDEyLjc4OWMyLjYwOCwxLjk4MiwxMi40NDItMS45NTMsMTMuNDM3LDEuMjU1YzAuOTk1LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk1LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2MSwxMy45OWMtMi42MDQsMS45ODItOC4xOC03LjY1My0xMS4zOTktNy42NTNjLTMuMjIxLDAtOC43OTgsOS42MzUtMTEuNDAyLDcuNjUzYy0yLjYwNS0xLjk4NiwzLjg1OC0xMC43ODIsMi44NjMtMTMuOTljLTAuOTk1LTMuMjExLTEwLjkwNS01LjUyNi05LjkxMS04LjczNWMwLjk5Ny0zLjIwOCwxMC44MjksMC43MjcsMTMuNDM1LTEuMjU1Qzk3LjU5LDExLjkzNyw5Ni43OCwxLjEyOSwxMDAsMS4xMjl6Ii8+PHBhdGggZmlsbD0iIzI3Q0NDMCIgZD0iTTE0MC43NCwxLjEyOWMzLjIxOSwwLDIuNDA5LDEwLjgwNyw1LjAxMywxMi43ODljMi42MDgsMS45ODIsMTIuNDQyLTEuOTUzLDEzLjQzNywxLjI1NWMwLjk5NCwzLjIwOC04LjkxNiw1LjUyMy05LjkxLDguNzM1Yy0wLjk5NSwzLjIwOCw1LjQ2OSwxMi4wMDQsMi44NiwxMy45OWMtMi42MDQsMS45ODItOC4xODEtNy42NTMtMTEuNC03LjY1M2MtMy4yMTksMC04Ljc5Nyw5LjYzNS0xMS40MDEsNy42NTNjLTIuNjA0LTEuOTg2LDMuODU1LTEwLjc4MiwyLjg2NS0xMy45OWMtMC45OTgtMy4yMTEtMTAuOTA4LTUuNTI2LTkuOTEtOC43MzVjMC45OTUtMy4yMDgsMTAuODI5LDAuNzI3LDEzLjQzMy0xLjI1NVMxMzcuNTIxLDEuMTI5LDE0MC43NCwxLjEyOXoiLz48cGF0aCBmaWxsPSIjMjdDQ0MwIiBkPSJNMTgxLjQ4LDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDEyLDEyLjc4OWMyLjYwOCwxLjk4MiwxMi40NDItMS45NTMsMTMuNDM4LDEuMjU1YzAuOTk0LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk1LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2LDEzLjk5Yy0yLjYwNCwxLjk4Mi04LjE4MS03LjY1My0xMS40LTcuNjUzYy0zLjIyLDAtOC43OTcsOS42MzUtMTEuNDAxLDcuNjUzYy0yLjYwNC0xLjk4NiwzLjg1NS0xMC43ODIsMi44NjUtMTMuOTljLTAuOTk5LTMuMjExLTEwLjkwOS01LjUyNi05LjkxLTguNzM1YzAuOTk0LTMuMjA4LDEwLjgyOSwwLjcyNywxMy40MzMtMS4yNTVDMTc5LjA3MSwxMS45MzcsMTc4LjI2MSwxLjEyOSwxODEuNDgsMS4xMjl6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 3.375rem;
    background-repeat: no-repeat;
}
.rating-links {
    color: #999999;
    display: block;
    font-size: 0.688rem;
    margin: 3px 0 0;
}
.rating-links.icon-user > span {
    font-family: 'Roboto', sans-serif;
}
.product-collateral .rating-links {
    color: #777777;
    vertical-align: bottom;
}
.rating-links a {
    padding: 0 5px;
    color: #999999;
}
.rating-links a:first-child {
    border-right: 1px solid #DDDDDD;
    padding-right: 10px;
}
.rating-links a:hover {
    color: #27ccc0;
    text-decoration: underline;
}
.rating-avg {
    float: left;
    font-size: 2rem;
    margin: 0 0 12px;
    color: #555555;
}
.category-products .options-container {
    position: relative;
    height: 10px;
    margin: 6px 0 0;
}
.category-products .color-gallery {
    position: absolute;
    margin: 0;
    padding: 0 11px 0 0;
}
.category-products .color-gallery .option-title {
    display: none;
}
.category-products .color-gallery dd {
    float: left;
    margin: 0 3px 0 0;	
}
.category-products .color-gallery .color-swatch {
    display: block;
    width: 1rem;
    height: 0.625rem;
}
.category-products .actions {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 9px 0 10px;
    border-top: 1px solid #f2f2f2;
}
.category-products .actions .btn-cart {
    float: left;
    border: none;
    background: transparent;
    color: #999999;
    font-size: 0.750rem;
    font-weight: 600 !important;
    line-height: 2.5rem;
    margin: 0;
    padding: 0;
    transition: color 300ms ease-out; 
}
.category-products .actions .btn-cart:before {
    font-family: 'showpo';
    content: "\f0f6";
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 2rem;
    color: #777;
    padding: 0 4px 4px 0;
    vertical-align: middle;
    transition: color 300ms ease-out; 
}
.category-products .actions .btn-cart.preview:before {
    content: "\f0f6";
    font-size: 1.125rem;
}
.category-products .actions .add-to-links {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.category-products .actions .add-to-links li{
    float:left;
    margin: 0;
    padding: 0;
}
.category-products .actions .add-to-links .link-wishlist,
.category-products .actions .add-to-links .link-compare {
    display: inline-block;
    width: 2.1875rem;
    height: 2.1875rem;
    line-height: 2.1875rem;
    text-align: center;
    overflow: hidden;
    color: #777;
    cursor: pointer;
}
.category-products .availability.out-of-stock {
    color: #ea1818;
    display: block;
    font-size: 0.813rem;
    line-height: 40px;
    margin: 0;
    position: absolute;
}
.category-products.list:not(.list-narrow) .availability.out-of-stock {
    position: relative;
    line-height: 1.25rem;
}
.category-products.list:not(.list-narrow) .availability.out-of-stock span {
    left: 0;
}
.category-products .availability.out-of-stock span {
    position: relative;
}
.prod-list-tag{
    width:60px;
    height:60px;
    position:absolute;
    top:0;
    left:0;
    z-index:5;
}
.prod-list-wishlist{
    width: 40px;
    height: 40px;
    position:absolute;
    top: 0;
    right: 0;
/*    background: url('https://cdnskin.executiveponies.com/skin/frontend/sp/default/images/heart-v3.png') 50% 50% no-repeat;*/
    text-align: center;
    cursor: pointer;
}
.prod-list-wishlist:before{
    content: '\e905';
    color: #333;
    font-size: 1.25rem;
    line-height: 40px;
    font-family: "showpo";
}
/*.item-content .link-wishlist:hover,*/
.item-content .link-wishlist.active:before{
    /*background: url('https://cdnskin.executiveponies.com/skin/frontend/sp/default/images/hearted-v3.png') 50% 50% no-repeat;*/
    content: '\e904';
    color: #ff7c68;
}
.backinstock-title{
    font-size: 0.875rem;
    margin: 10px 0 10px;
    cursor: pointer;
}
.backinstock-title img.back-in-stock-icon {
    max-width: 16px;
    margin-right: 7px;
}
.stock-notification.ajax-result-msg .green-tick-icon {
    max-width: 16px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
#outofstock-msg {
    margin-bottom: 10px;
}
#notifyme-btn img.back-in-stock-icon {
    max-width: 18px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.backinstock-title .back-in-stock-link {
    position: relative;
    top: 1px;
}
.backinstock-title .back-in-stock-link.underline {
    text-decoration: underline;
}
.backinstock-title:hover{
    /* color: #0A67E4; */
}
.subscribe-back-in-stock{
    /* padding-top: 10px; */
    display:none;
}
.subscribe-back-in-stock.active{
    display:block;
}
.subscribe-back-in-stock .row.collapse{
    padding-left:0;
    padding-right:0;
}
.subscribe-back-in-stock .prefix{
    height: 2rem;
    line-height: 2rem;
    text-transform: uppercase;
}
.subscribe-back-in-stock .row.collapse select,
.subscribe-back-in-stock .row.collapse input{
    background-color: #fff;
    height: 2rem;
    margin-bottom: 8px;
    padding: 2px 0.5rem;
}
/* .backinstock-title:before{
    content: '\e8e6';
    font-family: "showpo";
    margin-right: 5px;
} */
/* .subscribe-back-in-stock .button:before{
    content: '\e8e6';
    font-family: "showpo";
    margin-right: 8px;
} */
.row.newsletter-signup-container {
    margin-top: 5px;
}
@media screen and (min-width: 1300px){
    .subscribe-back-in-stock #join-newsletter {
        transform: scale(1.2);
        margin: 8px 0;
    }
    .newsletter-signup-container .check-box-container {
        width: 5%;
    }
    .newsletter-signup-container .text-container {
        width: 95%;
    }
    .subscribe-back-in-stock #join-newsletter-label {
        font-size: 12px;
    }
}
@media screen and (min-width: 641px) and (max-width: 1299px){
    .subscribe-back-in-stock #join-newsletter {
        transform: scale(1.2);
        margin: 8px 0;
    }
    .newsletter-signup-container .check-box-container {
        width: 10%;
    }
    .newsletter-signup-container .text-container {
        width: 90%;
    }
    .subscribe-back-in-stock #join-newsletter-label {
        font-size: 12px;
        padding-left: 0;
    }
}
@media screen and (max-width: 640px) {
    .subscribe-back-in-stock #join-newsletter-label {
        font-size: 13px;
    }
    input#join-newsletter {
        top: 1px;
    }
}
.ajax-result-msg .error:before{
    content: "\e95a";
    font-family: "showpo";
    margin-right: 5px;
}
.ajax-result-msg .error{
    background-color: #fff5f3;
    color: #d91a00;
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 3px 5px;
    width: 100%;
    font-style: normal;
    font-size: 0.75rem;
}
.ajax-result-msg .success:before{
    content: "\e959";
    font-family: "showpo";
    margin-right: 8px;
}
.ajax-result-msg .success{
    background-color: #eff5ea;
    color: #3d6611;
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 3px 5px;
    width: 100%;
    font-size: 0.75rem;
}
.stock-notification.ajax-result-msg .success {
    background-color: initial;
    color: #4fa287;
    padding: 0;
    margin: 10px 0;
}
.stock-notification.ajax-result-msg .success:before {
    content: none;
}
.subscribe-back-in-stock .button.button-loading:before{
    content:"\e8d1";
    color: #333;
}
.product-view .button.button-loading:before{
    content:"\e8d1";
    padding:0;
}
.subscribe-back-in-stock .button{
    background-color: #eec9d2;
    text-transform:uppercase;
    width:100%;
    color:#333;
    margin-bottom: 5px;
    border: 1px solid #eec9d2;
}
.subscribe-back-in-stock .button:active,
.subscribe-back-in-stock .button:focus,
.subscribe-back-in-stock .button:hover{
    background-color: #F8E6DA;
    border: 1px solid #F8E6DA;
}
/* .subscribe-back-in-stock #notifyme-btn {
    padding: 0;
    line-height: 36px;
} */
.subscribe-back-in-stock #notifyme-btn {
    line-height: 35px;
    height: 45px;
    padding: 0.313rem 1.375rem;
    font-size: 1rem;
}
#advice-validate-email-product-subscribe-emails,
#advice-required-entry-product-subscribe-emails {
    margin: -5px 0 5px;
}
/* Category nav */
.category-nav {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 93%;
    top: 37px;
    font-size: 0;
}
.category-nav li {
    position: relative;
    display: inline-block;
    margin: 0 0 0 4px;
    padding: 0 16px;
    background: #dee2e2;
    font-size: 1rem;
    font-weight: normal !important;
    line-height: 32px;
    cursor: pointer;
    transition: all 200ms ease-out; 
}
.category-nav li:hover {
    background: #afafaf;
    color: #ffffff;
}
.category-nav li:first-child {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.category-nav li:last-child {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.category-nav li.active {
    background: #27ccc0;
    color: #ffffff;
    cursor: default;
}
.category-nav li.active:after { 
    top: 100%;
    left: 22px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border: solid transparent;
    border-style: solid inset inset;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #27ccc0;
    border-width: 6px;
    margin-left: -6px;
}
/* List */
.category-products.list .configurable-swatch-list-wrapper {
    position: absolute;
    bottom: 0.875rem;
    left: 20%;
}
.category-products.list-narrow .configurable-swatch-list-wrapper {
    left: 37.5%;
    top: 6.5rem;
}
.category-products.list .configurable-swatch-list-wrapper p {
    display: block;
}
.category-products.list .item {
    width: 98.5%;
    margin-bottom: 0;
}
.category-products.list .item-content {
    position: relative;
}
.category-products.list .item-images {
    width: 20%;
    min-height: 180px;
}
.category-products.list .item-images.flush {
    padding: 0 8px 0 0;
}
.category-products.list .item-title {
    margin: 0;
    white-space: normal;
}
.category-products.list .price-box{
    top:10px;
}
.category-products.list .item-description {
    display: block;
    padding: 10px 0 0;
    font-size: 0.875rem;
    color: #666;
    line-height: 1rem;
}
.category-products.list .item-description:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 15px;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%); 
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%);
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%);
}
.category-products.list .item-description p {
    color: #777777;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 0.5rem;
}
.category-products.list .item-description li {
    color: #777777;
    font-size: 0.8125rem;
    line-height: 1rem;
}
.category-products.list .ratings {
    position: absolute;
    left: 83%;
    top: 3.375rem;
}
.category-products.list .options-container {
    position: absolute;
    left: 20%;
    bottom: 36px;
    width: 58%;
}
.category-products.list .actions {
    position: absolute;
    top: 5.125rem;
    left: 83%;
    border-top: none;
    width: 17%;
    padding: 0;
}
.category-products.list .actions .btn-cart,
.category-products.list .actions .add-to-links {
    float: left;
}
.category-products.list .color-gallery .option-title {
    display: block;
    font-size: 0.813rem;
    color: #999999;
    font-weight: normal;
}
.catalogsearch-result-index .page-title,
.catalogsearch-advanced-result .page-title {
    display: none;
}
.catalogsearch-result-index .no-results {
    text-align: center;
}
.catalogsearch-result-index .no-results .form-search {
    margin-bottom: 30px;
}
.catalogsearch-result-index .featured-slider,
.catalogsearch-advanced-result .featured-slider {
    margin: 0 0 80px;
}
.advanced.search .page-title {
    margin-left: 0;
}
.catalogsearch-result-index .no-results,
.catalogsearch-advanced-result .no-results {
    text-align: center;
    padding: 37px 0;
}
.catalogsearch-advanced-result .no-results span {
    display: inline-block;
    margin: 11px 0 30px;
    font-weight: lighter;
}
.catalogsearch-advanced-result .no-results ul {
    list-style: none;
    margin: 0;
}
.catalogsearch-advanced-result .no-results .arrow-left {
    margin-top: 20px;
}
.catalogsearch-advanced-result .layered-nav-container {
    overflow: hidden;
    min-height: 56rem;
}
.advanced-search-amount {
    padding-top: 10px;
}
.advanced-search-amount ul {
    list-style: none;
    display: inline-block;
    margin: 0;
}
.advanced-search-amount ul li {
    display: inline-block;
    margin: 0 5px 0 0;
}
.advanced-search-amount p {
    margin-bottom: 0;
    text-align: right;
}
.catalogsearch-advanced-result .products-grid {
    padding-top: 0;
}

/* Pagination nav */
.pages {
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    text-align: right;
}
.pages ol {
    list-style: none;
    margin: 0;
}
.pages ol li {
    position: relative;
    display: inline-block;
}
.amount{
    line-height: 1.825rem;
    margin-bottom: 0;
}
.sort-by select{
    margin:0;
    padding:3px 5px;
    height: 1.95rem;
}
.limiter-num,
.pages .current,
.pages ol li a {
    display: inline-block;
    padding: 3px 5px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    min-width: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 22px;
}
.limiter-num.current,
.pages ol li.current {
    background-color: #eec9d2;
}
.limiter-num:hover,
.pages ol li:hover,
.pages ol li a:hover{
    background-color: #eec9d2;
}
.pages ol li a.previous,
.pages ol li a.next{
    color: #333;
    background:none;
}
a.previous:hover,
a.previous:focus,
a.next:hover,
a.next:focus {
    background: none; /*#48a8f3;*/
    color: #333;
}
a.next:before{
    content: '\e93c';
    font-family: "showpo";
}
a.previous:before{
    content: '\e93b';
    font-family: "showpo";
}
.toolbar-actions {
    float: left;
    margin: 0 10px 0 0;
}
.toolbar .pages{
    margin:0;
}
.product-detail-tabs{
    margin: 10px 0;
}
.tabs{
    border-bottom: 3px solid #9be2e6;
}
.tabs .tab-title.active a{
    background-color: #9be2e6;
}
.tabs .tab-title a{
    background-color: #dedede;
    font-size: 0.875rem;
    padding: 0.3125rem 0.625rem;
}
.lightbox-icon{
    color: #666;
    display: block;
    font-size: 21px;
    height: 25px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 25px;
    z-index: 10; 
    cursor: pointer;
}
.lightbox-icon:hover{
    color: #333;
}
.accordion{
    border-bottom:1px solid #ccc;
}
.product-detail-info-wrapper {
    margin-top: 10px;
}
.product-view .product-detail-info-wrapper .accordion .content {
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0.2px;
    line-height: 22px;
}
.product-view .product-detail-info-wrapper .accordion p, 
.product-view .product-detail-info-wrapper .accordion li
.product-view .product-detail-info-wrapper .accordion p,
.product-view .product-detail-info-wrapper .accordion li
 {
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0.2px;
    line-height: 22px;
}
.product-view .product-detail-info-wrapper .accordion .accordion-title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.4px;
    line-height: 24px;
}
.accordion .accordion-navigation .accordion-title:before{
    font-family: "showpo";
    content: "\e98e";
    font-size: 1rem;
    padding-right:10px;
}
.accordion .accordion-navigation.active .accordion-title:before{
    content: "\e98f";
}
.accordion .accordion-navigation .accordion-title:hover,
.accordion .accordion-navigation.active .accordion-title,
.accordion .accordion-navigation .accordion-title{
    background-color:#fff;
    color: #333;
    padding: 0.3125rem 0.625rem;
    border-top: 1px solid #ccc;
}
.catalog-product-view .accordion .accordion-navigation:first-of-type .accordion-title {
    border-top: none;
}
.accordion .accordion-navigation > .content,
.accordion dd > .content{
    padding: 5px 10px 0;
}
.product-view .btn-cart[disabled]:hover,
.product-view .btn-cart:focus,
.product-view .btn-cart:active{
    background-color: #333;
    color: #ffffff;
}
.product-view .btn-cart{
    width: 100%;
    background-color: #333;
    text-transform: uppercase;
    border: 1px solid #333;
    margin-bottom: 8px;
}
.product-view .btn-cart:before{
    content: "\e74c";
    font-family: "showpo";
    padding-right:10px;
}
.product-view .btn-cart:active,
.product-view .btn-cart:focus,
.product-view .btn-cart:hover{
    background-color: #333;
}
/*** general css for product list style ***/
.product-list-title{
    margin: 30px 0 0;
    text-align: center;
    text-transform: uppercase;
    color:#333;
}
.product-list-general{
    list-style: none;
    padding:0 0.625rem;
    margin: 8px 0 20px;
}
.product-list-general .prods,
.product-list-general .item{
    padding: 0 5px;
}
.product-list-general .prods .item-info{
    padding:0;
}
.product-list-general .prods .product-name{
    line-height: 16px;
    margin-bottom: 4px;
}
.product-list-general .item .item-title,
.product-list-general .prods .product-name a{
    font-size: 0.875rem;
    text-transform: capitalize;
    color: #333;
    margin-bottom: 0;
}

/*** new grid without theme at all ***/
.mfp-content .sizeoptions{
    padding: 25px 20px;
    background-color: #fff;
}
.error-popup{
    text-align: center;
    margin-bottom: 0;
}
.bz-wishlist-index-index .mfp-content .prdoptions{
    display:inline-block;
    margin:0 10px;
}
.bz-wishlist-index-index .mfp-content .prd-option-add {
    background-color: #F8E6DA;
    border: 1px solid #333;
    height: 40px;
    line-height: 38px;
}
.bz-wishlist-index-index .mfp-content .prdoptions .prd-option{
    background-color: #fff; /*#e3f1fc;*/
    border: 1px solid #333;
    border-radius: 50%;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: 40px;
    line-height: 38px;
    overflow: hidden;
    text-align: center;
    width: 40px;
}
.bz-wishlist-index-index .mfp-content .prdoptions .prd-option.outstock{
    border: none;
    background-color:#fff;
    color:#ccc;
    font-weight: 300;
}
.wishlist-content-page .page-title:before{
    content: '\e68c';
    font-family: "showpo";
    margin-right:10px;
}
.global-product-listing{
    list-style: none;
    margin:0;
    padding:0;
}
.global-product-listing .prd-item{
    width: 210px;
    margin-right:8px;
    float:left;
}
.global-product-listing .item-info{
    height: auto;
    min-height: 0;
    padding: 0 0 8px 0;
}
.global-product-listing .item-info .item-title{
    text-transform: capitalize;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1;
    height: auto;
    overflow: hidden;
}
.global-product-listing .item-info .price-box{
    bottom:8px;
    left:0;
    display: block;
}
.global-product-listing .configurable-options {
    margin:0;
}
.button.remove-whishlist-item:active,
.button.remove-whishlist-item:focus,
.button.remove-whishlist-item:hover{
   background-color: #F8E6DA;
}
#wishlist-listing .prd-option-add{
    font-size: 1rem;
    padding: 0.313rem 1.375rem;
    font-weight: 400;
    height:auto;
    line-height: normal;
    border-color: #d2d2d2;
    background-color: #F8E6DA;
}
#wishlist-listing .configurable-options .prdoptions .prd-option{
    margin:4px 0;
}
.button.addtocart-whishlist-item{
    margin-bottom: 0;
    width: 100%;
}
.button.addtocart-whishlist-item.outstock {
    background-color:#fff;
    border:1px solid #ccc;
    color:#ccc;
}
.button.remove-whishlist-item {
    background-color: #fff;
    border: 1px solid #d2d2d2;
    color: #232323;
    width: 100%;
    margin: 10px 0 20px;
}
/* .product-options{
    margin-bottom: 10px;
} */
.product-options dl{
    margin-bottom:5px;
}
.product-options .option-title{
    width: 100%;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 24px;
}
.product-options dl dd{
    width: 100%;
    margin: 0;
    display: inline-block;
}
.swiper-container img.prd-img:hover{
    cursor: pointer;
}
.swiper-vertical{
    margin: 0 0 0 1.5%;
    width: 19.5%;
}
.swiper-vertical ul{
    padding-left:0.625em;
}
.swiper-vertical li{
    padding: 0 0.625em 0.625em 0;
}
.swiper-vertical .thumbnails{
    cursor: pointer;
    width:50%;
    float:left;
}
.button.product-save-item.active,
.button.product-save-item:focus,
.button.product-save-item:active,
.button.product-save-item:hover{
    background-color: #eec9d2;
    color: #000;
}
.button.product-save-item{
    width: 100%;
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
    text-transform: uppercase;
    padding-top: 0.5rem;
}
.button.product-save-item:before{
    content: '\e68c';
    font-family: "showpo";
    padding-right: 10px;
    line-height: normal;
}
.search-result{
    margin-top:15px;
    margin-bottom: 20px;
}
.candid-instagram{
    margin-top: 10px;
    padding-top: 20px;
}
/** homepage cms css **/
.homepage-banners{
    position: relative;
}
.mobile-banner-link-block{
    position: absolute;
    bottom: 20px;
    left:0;
    width: 100%;
}
.desktop-banner-link{
    position: absolute;
    padding: 10px 20px;
    text-align: center;
    width: 60%;
    color: #000;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: 0 auto;
    font-weight: 400;
    background: rgba(255,255,255, 0.8);
}
.desktop-banner-link:after{
    color:#333;
    content:"\f04b";
    font-size: 1.05rem;
    font-family: "showpo";
    padding-left: 10px;
}
.mobile-banner-link{
    display: inline-block;
    margin: 5px 2%;
    padding: 10px 0;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.875rem;
    background: rgba(255,255,255, 0.8);
    width: 46%;
    line-height: 1;
    text-align: center;
}
.mobile-banner-link.no-margin-right {
    margin-right: 0;
}
.mobile-banner-link:after{
    color:#333;
    content:"\f04b";
    font-family: "showpo";
    font-size: 0.875rem;
    padding-left: 10px;
}
.desktop-banner-link:focus,
.mobile-banner-link:focus,
.desktop-banner-link:active,
.mobile-banner-link:active,
.desktop-banner-link:hover,
.mobile-banner-link:hover{
    background: rgba(255,255,255, 1);
    color: #000;
}
.product-upsale .price-box .price,
.product-related .price-box .price{
    /* font-size: 0.875rem; */
    font-size: 12px;
    line-height: 12px;
}
.product-upsale .product-name {
    padding: 10px 0 0;
}
.product-related .product-name a,
.product-upsale .product-name a{
    font-size:0.75rem !important;
}
.product-upsale .box-title h3,
.product-related .box-title h3{
    text-align: center;
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 0.4px;
    line-height: 24px;
}
.product-upsale .product-list-general .prods img {
    width: 100%;
}
/* style for category description */
.read-more, .read-less {
    color: grey;
    text-decoration: underline;
}
.read-more:hover, .read-less:hover {
    color: #0A67E4;
}
/** prom banner **/
.promotion-banner-sticky,
.global-promotion-banner{
    text-align: center;
    z-index: 20;
    width: 100%;
    text-transform: uppercase;
    color:#333;
    padding: 8px 10px;
    cursor: pointer;
    background:#EBA49F;
}
.promotion-banner-sticky small,
.global-promotion-banner small{
    text-transform: none;
    font-size: 0.875rem;
}
.global-promotion-banner{
    margin-top:-12px;
    margin-bottom: 10px;
}
.promotion-banner-sticky{
    display:none;
}
.sticky-active .promotion-banner-sticky{
    position: fixed;
    top:46px;
    left:0;
    display:block;
}
/*** emarsys recommend style ***/
#product-recommend .scarab-next.scarab-disabled-button:before,
#product-recommend .scarab-prev.scarab-disabled-button:before{
    color: #ccc;
    cursor: auto;
}
#product-recommend .scarab-next:before{
    font-family: "showpo";
    font-size: 2rem;
    line-height: 40px;
    content: "\e93c";
    color: #333;
}
#product-recommend .scarab-prev{
    cursor:pointer;
    position:absolute;
    left:0;
    top:50%;
    margin-top:-3rem;
    display: none;
}
#product-recommend .scarab-next{
    cursor:pointer;
    position:absolute;
    right:0;
    top:50%;
    margin-top:-3rem;
    display: none;
}
#product-recommend .scarab-prev:before{
    font-family: "showpo";
    font-size: 2rem;
    line-height: 40px;
    content: "\e93b";
    color: #333;
}
#product-recommend .scarab-itemlist{
    position:relative;
    padding:0 20px;
    margin-top: 10px;
}
#product-recommend h3{
    text-align: center;
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 0.4px;
    line-height: 24px;
}
#product-recommend .scarab-itemlist .product-name{
    color: #333;
    text-transform: capitalize;
    padding:10px 0 0;
    text-align: left;
    font-size: 0.75rem;
}
#product-recommend li.scarab-item {
    padding: 0 5px;
}
#promo-details {
    background-color: #eec9d2;
    width: 600px;
    text-transform: uppercase;
    padding-left: 5%;
    padding-right: 5%;
}
#promo-details .close-reveal-modal,
#promo-details .close-reveal-modal:before,
#promo-details .close-reveal-modal:after{
    border-color:#333;
}
#promo-details h2,
#promo-details .subtitle {
    font-size: 1.25rem;
    font-weight: bold;
    padding:0;
    margin:0;
}
#promo-details .sales-discount{
    font-size: 2.5rem;
    margin-bottom: 0;
    font-weight:bold;
}
#promo-details .separater-hr{
    border-bottom: 3px solid #333;
    margin: 17px 0 20px;
    width: 60px;
}
#promo-details p{
    margin-bottom: 0;
}
#promo-details .excludes-rule,
#promo-details .promo-end-date{
    margin-top: 15px;
}
#promo-details .promo-end-date,
#promo-details .promo-end-time{
    font-size: 0.875rem;
}
#product_tabs_shipping_header {
    display: inline-block;
    vertical-align: middle;
}
#product_tabs_shipping_header .subtitle {
    font-size: 12px;
}
.shop-under-20 a {
    background:rgba(246, 227, 232, 1);
    padding-top: 12px;
    color: #dc143c;
    transition: background 0.2s linear;
}
.shop-under-20 a:hover {
    background: rgba(246, 227, 232, 0.8);
    color: #dc143c;
    transition: background 0.2s linear;
}
.shop-under-50 a {
    background:rgba(221, 97, 89, 1);
    padding-top: 12px;
    color: #fcf3ed;
    transition: background 0.2s linear;
}
.shop-under-50 a:hover {
    background: rgba(221, 97, 89, 0.8);
    color: #fcf3ed;
    transition: background 0.2s linear;
}
.shop-under-80 a {
    background:rgba(231, 179, 190, 1);
    padding-top: 12px;
    color: #ffffff;
    transition: background 0.2s linear;
}
.shop-under-80 a:hover {
    background: rgba(231, 179, 190, 0.8);
    color: #ffffff;
    transition: background 0.2s linear;
}
.shop-under-150 a {
    background:rgba(250, 233, 222, 1);
    padding-top: 12px;
    color: #dc143c;
    transition: background 0.2s linear;
}
.shop-under-150 a:hover {
    background: rgba(250, 233, 222, 0.8);
    color: #dc143c;
    transition: background 0.2s linear;
}
.filters li {
    margin-top: 10px;
}
.afterpay-product-info {
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 1.25;
}
@media screen and (min-width: 1025px) {
    .columns.shop-under-20 {
        padding-left: 0;
    }
    .columns.shop-under-150 {
        padding-right: 0;
    }
}

@media screen and (min-width: 641px) {
    .afterpay-product-info {
        text-align: left !important;
    }
}

/* MOBILE DEVICES RESPONSIVENESS */
@media screen and (max-width: 767px) {
    /* CATEGORY PAGE */
    .category-title{
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.4px;
    }
    .minimal-price .price,
    .price-box .price {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.2px;
        line-height: 22px;
    }
    .category-products .item-title a {
        font-size: 14px !important;
        font-weight: 400;
        letter-spacing: 0.2px;
        line-height: 22px;
    }

    /* PRODUCT VIEW PAGE */
    .product-view .product-shop .product-name {
        font-size: 20px !important;
        font-weight: 400;
        letter-spacing: 0.2px;
    }

    .product-options .option-title {
        font-size: 15px;
        letter-spacing: 0.2px;
        line-height: 24px;
    }

    .product-view .product-detail-info-wrapper .accordion .content {
        font-size: 15px !important;
        font-weight: 400 !important;
        letter-spacing: 0.2px;
        line-height: 25px;
    }
    .product-view .product-detail-info-wrapper .accordion p,
    .product-view .product-detail-info-wrapper .accordion li
     {
        font-size: 15px !important;
        font-weight: 400 !important;
        letter-spacing: 0.2px;
        line-height: 26px;
    }
    .product-view .product-detail-info-wrapper .accordion .accordion-title {
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 0.4px;
        line-height: 24px;
    }
    .bridal-product-detail-section td {
        font-size: 12px;
    }
}

@media screen and (max-width: 640px) {
    .product-view .price-box .price {
        font-size: 20px !important;
        line-height: 29px;
    }
    .product-view .product-list-general .price-box .price {
        font-size: 14px !important;
        line-height: 22px;
    }
    .afterpay-product-info {
        margin-bottom: 15px;
    }
    .product-list-general .item .item-title, 
    .product-list-general .prods .product-name a {
        font-size: 14px !important;
        font-weight: 400;
        letter-spacing: 0.2px;
        line-height: 22px;
    }
    #product-recommend .scarab-itemlist .product-name {
        padding-bottom: 20px;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.2px;
        line-height: 22px;
    }
}

@media screen and (max-width: 1024px) {
    .final-sale-label {
        text-align: center;
    }
}

/* Product Shipping Banner */
.product-shipping-banner {
    background-color: #E0A0AD;
    color: #333333;
    padding: 3px 10px;
    text-align: center;
}

/* Animation for cart add */
@-webkit-keyframes animateCartAdd {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    10%,
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
  
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: scale3d(1.5, 1.5, 1.5) rotate3d(0, 0, 1, 3deg);
      transform: scale3d(1.5, 1.5, 1.5) rotate3d(0, 0, 1, 3deg);
    }
  
    40%,
    60%,
    80% {
      -webkit-transform: scale3d(1.5, 1.5, 1.5) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(1.5, 1.5, 1.5) rotate3d(0, 0, 1, -3deg);
    }
  
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  @keyframes animateCartAdd {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    10%,
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
  
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: scale3d(1.5, 1.5, 1.5) rotate3d(0, 0, 1, 3deg);
      transform: scale3d(1.5, 1.5, 1.5) rotate3d(0, 0, 1, 3deg);
    }
  
    40%,
    60%,
    80% {
      -webkit-transform: scale3d(1.5, 1.5, 1.5) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(1.5, 1.5, 1.5) rotate3d(0, 0, 1, -3deg);
    }
  
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  .animateCartAdd {
    -webkit-animation-name: animateCartAdd;
    animation-name: animateCartAdd;
  }

  .animatedElement {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .animatedElement.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  
  .animatedElement.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  
  .animatedElement.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  
  .animatedElement.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
  
  .animatedElement.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }
  
  .animatedElement.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
  }
  
  .animatedElement.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
  }
  
  .animatedElement.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
  }
  
  .animatedElement.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
  }
  
  .animatedElement.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
  }
  
  @media (prefers-reduced-motion) {
    .animatedElement {
      -webkit-animation: unset !important;
      animation: unset !important;
      -webkit-transition: none !important;
      transition: none !important;
    }
  }
  /* End of animation */
@media screen and (max-width: 640px){
    .catalog-product-view.free-shipping-banner .base-content {
        padding-top: 73px;
    }
}
@media screen and (min-width: 641px){
    .catalog-product-view.free-shipping-banner .base-content {
        padding-top: 40px;
    }
}

/* Product View */
.catalog-product-view .product-shop h1.product-name {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}
.catalog-product-view .product-view .product-details-container .price-box .price {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}
.catalog-product-view .product-details-panel {
    padding: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #d4d4d4;
}
.catalog-product-view .product-details-container,
.catalog-product-view .review-summary-short {
    width: 50%;
}
.catalog-product-view .product-details-container {
    float: left;
    margin-bottom: 4px;
}
.catalog-product-view .product-shop .afterpay-product-info {
    line-height: 22px;
    margin-top: 4px;
    max-width: 173px;
}
.catalog-product-view .btn-cart {
    height: 45px;
    margin-bottom: 3px;
    font-size: 1rem;
}
.catalog-product-view .product-details-panel a.link-wishlist.product-save-item {
    border: none;
    background: none;
    margin-bottom: 0px;
    height: 40px;
    padding-top: 14px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
}
.catalog-product-view .product-details-panel a.link-wishlist.product-save-item:before {
    padding-right: 7px;
    font-size: 0.94rem;
    margin-top: 5px;
    position: relative;
    top: 2px;
}
.catalog-product-view .product-options .option-title {
    font-size: 14px;
    font-weight: normal;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 6px;
}
.catalog-product-view .coloroptions span {
    border-color: #eec9d2;
}
.catalog-product-view .product-options .color-links {
    margin-bottom: 20px;
}
.catalog-product-view .afterpay-product-info a {
    color: #333333;
    text-decoration: underline;
}
.catalog-product-view .product-options a.size-guide {
    color: #333333;
    text-decoration: underline;
}
.catalog-product-view .product-options .table-block-label {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}
.catalog-product-view .product-related .product-details,
.catalog-product-view .product-upsale .product-details,
.catalog-product-view .product-recommend .product-details {
    text-align: center;
}

@media only screen and (max-width: 40em) {
    .catalog-product-view .product-view .product-shop .price-box,
    .catalog-product-view .product-view .product-shop .product-name {
        text-align: left;
    }
    .catalog-product-view .product-details-panel {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 640px) {
    .catalog-product-view .afterpay-product-info {
        text-align: left !important;
    }
    .catalog-product-view .product-details-container {
        width: 60%;
    }
    .catalog-product-view .review-summary-short {
        width: 40%;
    }
    .catalog-product-view .product-shop h1.product-name {
        margin-top: 0;
        padding-bottom: 8px;
    }
}

/* Category Description Box */
.category-description-box {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 30px;
}
.category-description-box h2.category-title {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin-bottom: 14px;
}
.category-description-box .bottom-category-description p {
    font-size: 14px;
    color: #666666;
}
.bottom-category-description a,
.bottom-category-description a:link,
.bottom-category-description a:visited,
.bottom-category-description a:hover,
.bottom-category-description a:active {
    color: #666666;
    text-decoration: underline;
}

.catalog-category-view .product-listing .toolbar {
    margin-bottom: 20px;
}

/* Giftcards Page */
@media only screen and (max-width: 40em) {
    .catalog-category-view.category-giftcards .item-content {
        padding-bottom: 10px !important;
    }
    /* Coupon Display Badge */
    .coupon-display-badge {
        font-size: 11px !important;
    }
}

/* Coupon Display Badge */
.coupon-display-badge {
    background-color: #dd6159;
    color: #ffffff;
    padding: 5px;
    font-size: 12px;
    top: -32px;
    position: absolute;
    width: 100%;
    pointer-events: none;
}
.coupon-code-applied-category {
    background-color: #ffffff;
    color: #dd6159;
    padding: 5px;
    font-size: 12px;
    top: -34px;
    position: absolute;
    width: 100%;
    pointer-events: none;
    font-weight: bold;
}
.coupon-code-badge-product {
    background-color: #dd6159;
    color: #ffffff;
    padding: 5px;
    font-size: 12px;
    width: 100%;
    pointer-events: none;
    text-align: center;
    margin: -10px 0 5px;
}
.coupon-code-applied-product {
    background-color: #ffffff;
    color: #dd6159;
    font-size: 12px;
    pointer-events: none;
    font-weight: bold;
    margin: 5px 0;
}
.regular-old-price {
    text-decoration: line-through;
}
span.coupon-price-product span.price {
    margin-left: 5px;
    color: #dd6159 !important;
}
.catalog-category-view .double-image .coupon-display-badge {
    width: 100%;
    max-width: 98.2%;
}
@media only screen and (max-width: 640px){
    .catalog-category-view .extra-coupon-info {
        display: none;
    }
    .catalog-category-view .double-image .coupon-display-badge {
        width: 100%;
        max-width: 98%;
    }
}
.showpo-estimated-delivery {
    text-align: center;
    background-color: #F1F1F1;
    font-size: 12px;
    line-height: 24px;
    display: none;
}
.showpo-estimated-delivery span {
    display: block;
}
.catalog-product-view .btn-cart {
    margin-bottom: 0;
}

/* For bridal product */
.bridal-video-wrapper{
    float: left;
    width: 18.9%;
    margin: 0 0 0 2%;

}

.bridal-product-light-box-container-content{
    height: 100%;
    display: flex;
}
.bridal-video-thumbnail{
    margin-bottom: 15px;
    width: 100%;
}
.bridal-thumnail-list{
    float: left;
}

.bridal-thumbnail-list{
    clear: both;
}
.bridal-thumbnail-list .thumbnails{
    margin-right: 1.1%;
    margin-bottom: 16px;
    width: 15.4%;
}
.bridal-right-margin0{
    margin-right: 0!important;
}

#bridal-product-video-wrapper{
    position: relative;
    margin: 30px auto;
    width: 448px;
    max-height: 700px;
}
#close-bridal-video{
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 30px;
    line-height: 35px;
}
#close-bridal-video a{
    color: #fff;
}

.bridal-video-wrapper #wrapper {
    width:600px;
    margin:0 auto;
    background:#fff;
    text-align:left;
    border:1px solid #ccc;
    border-top:none;
    padding:25px;
    border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    box-shadow:0 0 5px #ccc;
    -moz-box-shadow:0 0 5px #ccc;
    -webkit-box-shadow:0 0 5px #ccc;
}
.bridal-video-wrapper #lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    text-align: center;
    display: none;
    z-index: 1000000!important;
}
.bridal-video-wrapper #lightbox p {
    text-align: right;
    color: #fff;
    margin-right: 20px;
    font-size: 12px;
}
.bridal-video-wrapper #lightbox img {
    max-width: 940px;
    box-shadow: 0 0 25px #111;
    -webkit-box-shadow: 0 0 25px #111;
    -moz-box-shadow: 0 0 25px #111;
}
.video-iframe{
    width: 100%;
    height: 100%;
}

.bridal-share-with-bridesmaids{
    font-size: 18px;
    font-weight: bold;
}
.bridal-share-links-container{
    padding: 10px 25px;
    background-color: #f6e3e8;
    margin: 20px auto;
}


.lightbox_trigger-btn{
    width: 48%;
    height: 46px;
    border-radius: 10px;
    border: 1px solid #000;
    color:#000;
    background: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/images/bridal-product/arrow.png) center center no-repeat;
    display: inline-block;
    background-size: 30px 30px;
    background-position-x: 105px;
}

.lightbox_trigger-btn span{
    margin: 13px 40px;
    display: inline-block;
    font-size: 12px;
}
.bridal-video-container-mobile{
    margin: 20px auto;
}
.left-video{
    float: left;
}
.right-video{
    float: right;
}
.bridal-share-with-bridesmaids-link-mobile{
    color: #000;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin: 0 20px;
}
.bridal-share-with-bridesmaids-link-mobile img{
    margin-left: 20px;
}

.bridal-share-with-bridesmaids-link-mobile span{
    vertical-align: bottom;
    color: #000;
}

.bridal-share-links{
    margin: 0 5px;
}
.bridal-share-links-container a{
    color: #000;
}

.bridal-share-with-bridesmaids-desktop{
    display: inline-block;
    vertical-align: middle;
}
.bridal-share-with-bridesmaids-desktop .at-share-btn{
    padding: 3px!important;
    margin: 0!important;
}
.bridal-video-over-layer{
    background: url(https://cdnskin.executiveponies.com/skin/frontend/sp/default/images/bridal-product/play-circle.png) center center no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position-y: 85px;
    text-align: center;

}

.bridal-video-over-layer-container{
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 30;
}
.bridal-video-over-layer-background{
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 20;
    background-color: #fff;
    opacity: 00.15;
    filter: alpha(opacity=15); /* For IE8 and earlier */

}
.bridal-video-over-layer span{
    margin-top: 150px;
    color: #000;
    font-size: 12px;
    display: inline-block;
}
.bridal-share-links-container.show-for-small-only{
    text-align: center;
}
#bridal-share-links-fallback .at-share-btn{
    padding: 0px!important;
}
#bridal-share-links-fallback .bridal-share-with-bridesmaids{
    font-size: 15px;
}
.bridal-product-detail-section td{
    line-height: 0.5rem!important;
    font-size: 14px;
    padding-left: 0;
    padding-right: 1.25rem;
}
#title-showpo-brides{ text-align: center;}

.bridal-product-detail .content ul {
    position: relative;
    list-style: none;
    margin-left: 0;
    padding-left: 1.2em;
}
.bridal-product-detail .content ul li:before {
    content: "-";
    position: absolute;
    left: 0;
}

@media only screen and (max-width: 1367px){
    #bridal-product-video-wrapper {
        width: 420px;
        max-height: 650px;
    }
}

@media only screen and (max-width: 640px) {
    .bridal-video-wrapper {
        width: 100%;
        margin: 0;
    }

    #bridal-video-iframe {
        width: auto;
    }

    .bridal-product-detail-section td {
        font-size: 12px;
    }

    .bridal-product-light-box-container-content {
        padding: 0;
    }

    .video-iframe {

    }

    #bridal-product-video-wrapper {
        width: 100%;
        margin: auto;
        height: 500px;
        width: 320px;
    }

    #close-bridal-video {

    }

    #close-bridal-video a {
        float: right;

    }
}
.showpo-estimated-delivery {
    text-align: center;
    background-color: #F1F1F1;
    font-size: 12px;
    line-height: 24px;
    display: none;
}
.showpo-estimated-delivery span {
    display: block;
}
.catalog-product-view .btn-cart {
    margin-bottom: 0;
}
@media only screen and (min-width: 641px){
    .desktop-landing-page-banner {
        display: block;
    }
    .mobile-landing-page-banner {
        display: none;
    }
}
@media only screen and (max-width: 640px){
    .desktop-landing-page-banner {
        display: none;
    }
    .mobile-landing-page-banner {
        display: block;
        margin-bottom: -20px;
    }
}

@media only screen and (min-width: 1191px) {
    #product-recommend {
        margin-bottom: 80px;
    }
}
/* 
    Created on : 09/12/2015, 9:26:07 AM
    Author     : Ben Zhang
*/
/* Importing Futura Font */
@font-face {
    font-family: FuturaBold;
    src: url('https://cdnskin.executiveponies.com/skin/frontend/sp/default/fonts/FuturaBold.ttf') format('truetype'); /* Safari, Android, iOS */
}

body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    color: #333;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto', sans-serif;
    line-height: 1.45;
    font-weight: 400;
    color: #333;
}
b, strong {
    font-weight: bold;
    letter-spacing: 0.4px;
}
label.prefix{
}
p {
    font-family: 'Roboto', sans-serif;
    line-height: 1.45;
    text-rendering: auto;
    font-weight: 400;
    letter-spacing: 0.2px;
}
table tr th,
table tr td {
    letter-spacing: 0.2px;
}
.button.btn-cart:hover,
.button.btn-cart{
    color: #fff;
}
.top-bar a.level1{
    /*text-transform: uppercase;*/
}
a,
.link {
    color:#0A67E4;
    -webkit-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    transition: color 300ms ease-out; 
}
a:hover,
a:focus,
.link:hover,
.link:focus {
    color: #0A67E4;
}
.main-footer .selected-shipping-country{
    font-size: 0.875rem;
}
ul {
    font-size: 0.875rem;
    color: #333;
    letter-spacing: 0.2px;
}
li {
    letter-spacing: 0.2px;
}
ul.no-bullets {
    list-style: none;
    margin-left: 0;
}
.arrow-right {
    display: inline-block;
    position: relative;
    padding: 0 25px 0 0;
}
.arrow-right:before,
.arrow-right:after {
    border-right: 1px solid;
    content: "";
    display: block;
    height: 6px;
    margin-top: -3px;
    position: absolute;
    -ms-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
    right: 17px;
    top: 50%;
    width: 0;
}
.arrow-right:after  {
    margin-top: 0;
    -ms-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}
.arrow-left {
    display: inline-block;
    position: relative;
    padding: 0 0 0 11px;
}
.arrow-left:before,
.arrow-left:after {
    border-right: 1px solid;
    content: "";
    display: block;
    height: 6px;
    margin-top: -3px;
    position: absolute;
    -ms-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    left: 3px;
    top: 50%;
    width: 0;
}
.arrow-left:after  {
    margin-top: 0;
    -ms-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
}
.arrow-down,
.arrow-up {
    display: inline-block;
    position: relative;
    padding: 0 19px 0 0;
}
.arrow-down:after,
.arrow-down:before {
    border-right: 1px solid;
    content: "";
    display: block;
    height: 5px;
    margin-top: 1px;
    position: absolute;
    -ms-transform: rotate(41deg);
    -moz-transform: rotate(41deg);
    -o-transform: rotate(41deg);
    -webkit-transform: rotate(41deg);
    transform: rotate(41deg);
    right: 2px;
    top: 50%;
    width: 0;
}
.arrow-down:after { 
    -ms-transform: rotate(139deg);
    -moz-transform: rotate(139deg);
    -o-transform: rotate(139deg);
    -webkit-transform: rotate(139deg);
    transform: rotate(139deg);
    right: 5px;
}
.arrow-up:after,
.arrow-up:before {
    border-right: 1px solid;
    content: "";
    display: block;
    height: 5px;
    margin-top: 1px;
    position: absolute;
    -ms-transform: rotate(139deg);
    -moz-transform: rotate(139deg);
    -o-transform: rotate(139deg);
    -webkit-transform: rotate(139deg);
    transform: rotate(139deg);
    right: 2px;
    top: 50%;
    width: 0;
}
.arrow-up:after { 
    margin-top: 1px;
    -ms-transform: rotate(41deg);
    -moz-transform: rotate(41deg);
    -o-transform: rotate(41deg);
    -webkit-transform: rotate(41deg);
    transform: rotate(41deg);
    right: 5px;
}
h1 { 
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.4px;
    text-align: left;
}
h2 { 
    font-size: 1.25rem;
}
h3 {
    font-size: 1.125rem;
}
h4 {
    font-size: 1rem; /**16px**/
}
h5 {
    font-size: 0.875rem;
}
h6 {
    font-size: 0.75rem;
}
p { 
    /*font-size: 0.9375rem;*/
    font-weight: 400;
    color: #333;
}
p.small,
span.small,
div.small { 
    font-size: 0.813rem !important;
    color: #777777 !important;
}
p.x-small { 
    font-size: 0.6875rem !important;
    color: #999999 !important;
}
a.small {
    font-size: 0.813rem !important;
}
a.underline {
    text-decoration:  underline;
}
.block { display: block; }
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;	
}
.flushrow {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.flush-left {
    padding-left: 0 !important;
}
.flush-right {
    padding-right: 0 !important;
}
.no-margin {
    margin: 0;
}
.nobr {
    white-space: nowrap;
}
.center {
    text-align: center;
}
.no-display,
.hidden {
    display: none !important;
}
.highlighted {
    color: #ea1818;
}
.a11y {
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
}
.arrow-box { 
    position: relative;
    background: #ffffff;
} 
.arrow-box:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    bottom: 100%; 
    left: 50%; 
    border-color: transparent;
    border-style: solid;
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute; 
    pointer-events: none; 
    border-color: rgba(255, 255, 255, 0); 
    border-bottom-color: #ffffff; 
    border-width: 6px; 
    margin-left: -6px;
}
span.view-more {
    color: #27ccc0;
    cursor: pointer;
}
.pointer {
    cursor: pointer;
}
.home-page-h1 .hidden-text{
    display: none !important;
}
h1.home-page-h1{
    line-height: 2.875rem;
    margin:0;
    font-size: 0;
}
/* Form fields */
.form-list {
    list-style: none;
    position: relative;
    margin: 0 auto;
}
.form-list:before,
.form-list:after {
    content: " " !important;
    display: table !important;
}
.form-list:after,
.form-list .control {
    clear: both !important;
}
.radio {
    margin-left: 11px !important;
}
input {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.mdformfields input[type="checkbox"] {
    margin-left: 10px !important;
}
.mdformfields input[type="radio"] + label {
    margin-left: 5px !important;
}
.form-list ul {
    list-style: none;
    margin-left: 0;
}
.form-list .field,
.form-list li {
    position: relative;
    float: left;
    width: 100%;
    margin-right: 18px;
}
.form-list .fields {
    width: 100% !important;
}
.form-list .field:after,
.form-list li:after {
    content: ".";
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
label {
    position: relative;
    display: inline-block;
    letter-spacing: 0.2px;
    color: #333333;
}
.checkmo-list label,
#payment_form_ccsave label {
    cursor: text;
    left: 10px;
    font-weight: 400;
    font-style: italic;
    font-size: 0.875rem;
    color: #777777;
}
.checkmo-list label {
    position: absolute;
    top: 13px;
}
.field label em,
.form-list label em {
    float: right;
    font-size: 0.750rem;
    padding: 0 2px;
    color: #eec9d2;
}
.form-list .narrow {
    max-width: 250px;
}
.form-list .control {
    margin-top: 5px;
    margin-bottom: 15px;
}
.form-list .control:last-child {
    margin-bottom: 20px;
}
.touch .input-box-select {
    width: auto;
    height: auto;
    border: none;
    margin-top: -10px;
}
/* this rule hides Chrome's autocomplete yellow background */
/* if your form's background is other than white, change the color accordingly */
input:-webkit-autofill,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
/* autocomplete for reviews */
.review-product-list input:-webkit-autofill,
.review-product-list input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #f4f4f4 inset !important;
}
.input-box:hover {
    border-color: #afafaf !important;
}
.input-box.focus,
.input-box textarea:focus {
    border-color: #27ccc0 !important;
}
.input-box textarea {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    max-width: 100%;
}
.input-range {
    width: 100px !important;
}
.input-range small {
    font-size: 80%;
    position: absolute;
    top: 40%;
    right: -3rem;
    color: #777777;
}
.input-box.checkbox,
.form-list li.control .input-box {
    position: relative;
    display: inline-block;
    border: none !important;
    height: auto;
    width: auto;
    margin: 0;
    padding-right: 2px;
}
label.checkbox,
.control label {
    position: relative !important;
    display: inline-block;
    top: -1px !important;
    left: 0 !important;
}
.form-box {
    background: #ffffff;
    margin: 0 auto;
}
.chosen-drop li {
    width: 100% !important;
}
.form-list li.wide {
    clear: both;
    width: 100% !important;
    padding-right: 30px;
}
.form-box .buttons-set .button {
    display: block;
    margin: 0 auto 12px;
    padding: 5px 60px;
}
.form-box .buttons-set a {
    color: #777777;
    font-size: 0.813rem;
    transition: color 150ms ease-out 0s;
}
.form-box .buttons-set a:hover {
    color: #27ccc0;
    text-decoration: underline;
}
.form-box p.required {
    color: #b0b0b0;
    margin: -12px 0 8px;
    text-align: right;
    font-size: 0.688rem;
}
.validation-advice {
    background: #eec9d2;
    font-size: 0.75rem !important;
    color: #333;
    line-height: 1rem;
    min-height: 1.375rem;
    padding: 4px 4px 4px 10px;
    z-index: 1;
}
.validation-advice:before {
    content: '\f06a';
    font-family: "showpo";
    padding-right: 8px;
}
.chosen-container-multi
.chosen-choices {
    display: block;
}
.chosen-choices .search-field:after {
    content: none;
    clear: none;
}
.chosen-choices li {
    width: auto !important;
}
.chosen-choices,
.search-choice {
    position: relative;
    font-size: 0.875rem !important;
    height: auto !important;
    width: auto !important;
    line-height: 0.875rem !important;
}
.chosen-choices {
    border-color: #d3d3d3 !important;
}
.search-choice {
    margin: 3px 0 3px 5px !important;
    padding: 3px 20px 3px 5px !important;
}
.regular-field > label {
    position: relative !important;
    margin-bottom: 0.750rem;
}
.regular-field > div {
    position: relative;
}
.clformfields select:not(.multiselect),
.clrformfields select:not(.multiselect),
.touch select:not(.multiselect) {
    background-color: #ffffff !important;
    -moz-appearance: none !important;
    background-image: url("https://cdnskin.executiveponies.com/skin/frontend/sp/default/images/select-arrow.png");
    background-position: 100% center;
    background-repeat: no-repeat;
}
.bg-box {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 14px;
    width: 100%;
}
#newslettersignup .row.collapse{
    margin-bottom: 0 !important;
}
.simple-nav,
.orbit-bullets-container {
    position: relative;
    display: block;
    padding: 0;
    width: 100%;
    list-style: none;
    line-height: 1px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.simple-nav ul,
.orbit-bullets-container ol {
    margin: 0 auto !important;
    background: transparent !important;
    display: inline !important;
    line-height: 1px !important;
    -webkit-tap-highlight-color: transparent;
}
.simple-nav li,
.orbit-bullets-container li {
    display: inline-block !important;
    position: relative;
    width: 26px !important;
    height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    float: none !important;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.simple-nav li {
    width: 20px !important;
}
.simple-nav li.active,
.orbit-bullets-container li.active {
    cursor: default;
}
.simple-nav li:before,
.orbit-bullets-container li:before {
    content: "";
    display: block;
    width: 5px !important;
    height: 5px !important;
    background: #7f7f7f !important;
    margin: 6px;
}
.orbit-bullets-container li.dark:before {
    background: #ffffff !important;
}
.simple-nav li.active:before,
.orbit-bullets-container li.active:before {
    content: "";
    background: transparent !important;
    border: 1px solid #5b5b5b !important;
    width: 10px !important;
    height: 10px !important;
    margin: 3px;
}
.orbit-bullets-container li.dark.active:before {
    background: transparent !important;
    border: 1px solid #ffffff !important;
}
.orbit-bullets {
    top: auto !important;
}
.orbit-bullets li {
    background: transparent !important;
}
.storeswitcher {
    cursor: pointer;
    display: inline-block;
    font-size: 0.937rem;
    height: 1.937rem;
    line-height: 1.937rem;
    position: relative;
    text-align: center;
    vertical-align: top;
}
#country-options{
    padding: 10px;
    min-width: 300px;
    left: -141px !important;
}
#country-options .group-title{
    font-weight: bold;
    font-size: 1rem;
}
#country-options:before,
#country-options:after{
    left:50%;
}
#country-options li a,
#country-options li a:hover,
#country-options li a:focus{
    padding: 0;
}
.header-left ul,
.header-right ul{
    list-style: none;
    padding:0;
    margin:0;
    line-height: 0.7;
}
.header-left ul li,
.header-right ul li{
    display: inline-block;
    overflow: hidden;
}
.header-right ul li.user-login {
    height: 2.875rem;
    line-height: 2.875rem;
}
.header-left ul li{
    float:left;
}
/* Text-Boxes Icon styles */
.text-box-with-icon section > span,
.icon-highlighted,
.icon-circle,
.icon-solidcircle,
.icon-square,
.icon-solidsquare {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 1.563rem;
    line-height: 2.438rem;
    width: 2.625rem;
    height: 2.625rem;
}
.icon-highlighted,
.icon-circle,
.icon-square {
    border: 2px solid;
    color: #27ccc0;
    border-color: #27ccc0;
}
.icon-highlighted,
.icon-circle,
.icon-solidcircle {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
}
.icon-square,
.icon-solidsquare { 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.text-box-with-icon .button {
    margin: 10px 0 0 0;
}
.text-box-with-icon.box-left [class^="icon-"], 
.text-box-with-icon.box-left [class*=" icon-"],
.text-box-with-icon.box-left .button,
.text-box-with-icon.box-left .arrow-right {
    float: left;
}
.text-box-with-icon.box-left h4,
.text-box-with-icon.box-left p.textbox-text {
    text-align: left;
}
/* Additional alignment corrections for some icons */
.icon-puzzle.icon-highlighted {
    line-height: 2.313rem;
}
/* Text box with icon */
.text-box-with-icon {
    padding-top: 3.125rem;
    padding-bottom: 5.625rem;
}
.text-box-with-icon section {
    text-align: center;
    padding-top: 2.50rem;
}
.text-box-with-icon section > span {
    margin: 0 0 15px;
}
.text-box-with-icon section img {
    margin-bottom: 0.8125rem;
}
.text-box-with-icon section h4 {
    margin-bottom: 0.625rem;
}
.text-box-with-icon section p {
    line-height: 1.5rem;
    margin-bottom: 0.375rem;
}
.text-box-with-icon section a {
    font-size: 0.875rem;
}
.text-box-with-icon section.box-1 .icon-highlighted {
    color: #27ccc0;
    border-color: #27ccc0;
}
.text-box-with-icon section.box-2 .icon-highlighted {
    color: #a1ba16;
    border-color: #a1ba16;
}
.text-box-with-icon section.box-3 .icon-highlighted {
    color: #ea1818;
    border-color: #ea1818;
}
.page-print {
    background: #ffffff;
}
/* color clases */
.red {
    color: #ea1818 !important;
    border-color: #ea1818 !important;
} 
.orange {
    color: #F9690E !important;
    border-color: #F9690E !important;
}
.blue {
    color: #1E8BC3 !important;
    border-color: #1E8BC3 !important;
}
.turquoise {
    color: #27ccc0 !important;
    border-color: #27ccc0 !important;
}
.yellow {
    color: #F39C12 !important;
    border-color: #F39C12 !important;
}
.green {
    color: #a1ba16 !important;
    border-color: #a1ba16 !important;
}
.black {
    color: #000000 !important;
    border-color: #000000 !important;
}
.white {
    color: #ffffff !important;
    border-color: #ffffff !important;
}
.gray,
.grey {
    color: #95A5A6 !important;
    border-color: #95A5A6 !important;
}
.purple {
    color: #8E44AD !important;
    border-color: #8E44AD !important;
}
.pink {
    color: #F1A9A0 !important;
    border-color: #F1A9A0 !important;
}
/* global messages */
.messages {
    margin: 0 0 10px;
    list-style: none;
}
.messages, .messages ul{
    margin:0;
    list-style: none;
}
.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #f4f4f4;
  font-size: 15px;
}
.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}
.messages .error-msg li {
  color: black;
  border-left: 5px solid #df280a;
  background-color: #faebe7;
}
.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #df280a;
  border-right: none;
}
.messages .notice-msg li {
  color: black;
  border-left: 5px solid #e26703;
  background-color: #f9ebe6;
}
.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e26703;
  border-right: none;
}
.messages .success-msg li {
  color: black;
  border-left: 5px solid #11b400;
  background-color: #eff5ea;
}
.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #11b400;
  border-right: none;
}
.modal-action {
    margin-top: 20px;
}
.modal-action .button {
    margin: 0 10px 10px 0;
}
.warning-advice{
    background-color: #E37C75;
    padding:5px 10px;
    display:block;
    font-size: 0.75rem;
}
.msg-warning {
    background: #fcefbb;
    color: #222222 !important;
    font-weight: normal !important;
    margin: 20px 0 30px;
    padding: 10px 20px 10px 68px;
}
.msg-warning:before {
    content: "\e621";
    font-family: intenso;
    font-size: 2.250rem;
    line-height: 3rem;
    position: absolute;
    color: #EB974E;
    top: 1.250rem;
    left: 1.875rem;
}
.global-site-notice.demo-notice {
    background: #FF7C68;
    width: 100%;
}
.global-site-notice.demo-notice p {
    margin: 0 10px;
    padding: 2px 0 4px;
    text-align: center;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1rem;
}
/* CSS spinner */
.spinner {
    position: relative;
}
.spinner:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
}
.spinner:after {
    z-index: 2;
    content: "";
    height: 32px;
    width: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    -webkit-transition: all .75s ease 0s;
    transition: all .75s ease 0s;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-animation: standard .75s infinite linear;
    animation: standard .75s infinite linear;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    border-right: 3px solid #777777;
    border-top: 3px solid #777777;
    border-left: 3px solid #999999;
    border-bottom: 3px solid #bbbbbb;
}
/* (cs)spinner standard rotation animation */
@-webkit-keyframes standard {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes standard {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.truncated,
.truncated a.dots {
    cursor: help;
}
.truncated a.details {
    cursor: help;
    height: 16px;
    line-height: 16px;
}
.truncated a.details:hover {
    text-decoration: none;
}
.truncated .truncated_full_value {
    position: relative;
    z-index: 300;
}
.truncated .truncated_full_value .item-options {
    display: none;
    position: absolute;
    z-index: 300;
    width: 200px;
    padding: 8px;
    border: 1px solid #c0c0c0;
    background-color: #ffffff;
    top: 21px;
    left: -100px;
}
.truncated .truncated_full_value .item-options:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #c0c0c0;
    border-top: none;
    left: 97px;
    top: -7px;
}
.truncated .truncated_full_value .item-options > p {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.truncated .show .item-options {
    display: block;
}

/***  FOUNDATION OVERRIDES ***/
.base-content{
    /*overflow-y:auto;*/
    padding: 0;
}
.row {
    padding-left: 3%;
    padding-right: 3%;
    max-width: 90rem;
}
.row .row {
    /*margin: 0;*/
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.off-canvas-wrap {
    position: relative;
    margin: 0 auto;
    background: #ffffff;
}
.inner-wrap {
    position: relative;
    overflow: hidden;
}
.column,
.columns {
    padding-left: 0.9%;
    padding-right: 0.9%;
}
.column .column,
.columns .columns {
}
.top-bar-section,
.top-bar-section ul li > a,
.side-nav,
.side-nav li.active > a:first-child:not(.button) {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9375rem;
    font-weight: 400;
}
.top-bar-section ul li > a:hover {
    -webkit-tap-highlight-color: transparent;
}
.top-bar-section .has-dropdown-for-large > a:after {
    position: absolute;
    right: -20px; 
}
.top-bar-section .has-dropdown > a:after{
    border:none;
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
    color: #333;
    line-height: 2.875rem;
}
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: inherit;
}
.top-bar-section ul.right li > a {
    font-size: 0.937rem;
    font-weight: 400;
}
.top-bar-section .dropdown li.title h5 a {
    line-height: inherit;
}
table thead tr th{
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
table thead tr td {
    color: #333;
    font-weight: 400;
    letter-spacing: 0.2px;
}
table td img {
    max-width: none;
}
.parent-link.js-generated {
    display: none !important;
}
/* Buttons */
button,
.button {
    font-family: 'Roboto', sans-serif;
    background: #eec9d2;
    font-size: 0.875rem;
    font-weight: 400 !important;
    padding: 0.313rem 1.375rem;
    color: #333;
    text-transform: uppercase;
    height: 36px;
}
button:hover, button:focus, .button:hover, .button:focus {
    background-color: #F6E3E8;
    color: #333;
    outline: 0;
}
.button-fixed-normal {
    width: 250px;
    line-height: 36px;
    padding-top: 0;
    padding-bottom: 0;
}
button.tiny, .button.tiny,
.wishlist-index-index .buttons-set2 .button {
    font-size: 0.75rem;
    padding: 0.063rem 0.5rem 0.125rem;
    font-weight: 600 !important;
    border: none !important;
}
button.small, .button.small {
    font-size: 0.813rem;
    padding: 0.313rem 1.4rem;
    font-weight: 600 !important;
    border: none !important;
}
button.large, .button.large {
    font-size: 1.375rem;
    padding: 0.563rem 1.625rem 0.750rem;
    font-weight: 600 !important;
    border: none !important;
}
button.secondary, .button.secondary,
.wishlist-index-index .buttons-set2 .btn-share,
.wishlist-index-index .buttons-set2 .btn-add {
    background: #DEE2E2;
    color: #222222;
    font-weight: 400 !important;
    border: none !important;
}
button.success, .button.success {
    background: #A1BA16;
    border: none !important;
}
button.success:hover, .button.success:hover, button.success:focus, .button.success:focus {
    background: #97a517;
}
button.alert, .button.alert {
    background: #EA1818;
    border: none !important;
}
button.alert:hover, .button.alert:hover, button.alert:focus, .button.alert:focus {
    background: #db1b1b;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    background-color: #eec9d2;
}
.buttons-set a.cancel {
    margin: 0 0 0 15px;
}
.button-loading:before{
    content: "\e8da";
    font-family: "showpo";
    height: 1em;
    line-height: 1;
    margin: 0 5px 0 0;
    animation: standard 1s infinite linear;
    color: #fff;
    display: inline-block;
}
/* Tooltips */
.has-tip {
    font-weight: normal;	
}
.has-tip:hover, .has-tip:focus {
    color: #27ccc0;
}
.tooltip {
    font-size: 0.750rem;
    line-height: 1.3;
    padding: 0.250rem 0.75rem;
    color: #000;
    background: #ffed9f;
    margin-top: -3px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.2);
    z-index: 1000;
}
.tooltip > .nub {
    border-color: transparent transparent #ffed9f transparent;
}
.tooltip.tip-top {
    margin-top: 6px;
}
.breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumbs ul li {
    display: inline-block;
    font-size: 0.750rem !important;
    font-weight: normal !important;
}
.breadcrumbs ul li a,
.breadcrumbs ul li span {
    color: #333;
    padding-right: 5px;
    text-transform: none;
}
.breadcrumbs ul li span {
    color: #666;
}
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
    text-decoration: none;
    color: #eec9d2;
}
.breadcrumbs ul li a:hover {
    text-decoration: underline;
}
.breadcrumbs ul li strong {
    font-weight: 600;
    color: #333;
    text-transform: none;
}
.breadcrumbs>* a {
    color: #333;
}
/* Form elements */
input[type="file"], 
input[type="checkbox"], 
input[type="radio"], select {
    margin: 0;
}
select {
    padding: 0.3rem 1.25rem 0.3rem 0.3rem;
    margin-bottom: 1rem;
    min-width: 50px;
    font-size: 0.875rem;
    background-image: url("https://cdnskin.executiveponies.com/skin/frontend/sp/default/images/select-arrow.png");
}
.clformfields select.multiselect,
.clrformfields select.multiselect {
    height: 7rem;
}
.label {
    font-family: 'Roboto', sans-serif;
    background: transparent;
    text-align: left;
}
/* Magellan */
.sub-nav {
    padding: 0 3%;
}
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
    font-family: 'Roboto', sans-serif;
    padding: 0 1.125rem 0 0;
    font-size: 15px;
    margin-left: 0;
}
.sub-nav dt a, 
.sub-nav dd a, 
.sub-nav li a {
    display: block;
    padding: 0 0.750rem;
    color: #333;
    height: 60px;
    line-height: 60px !important;
}
.sub-nav dt a:hover, 
.sub-nav dd a:hover, 
.sub-nav li a:hover {
    color: #27ccc0;
}
.sub-nav dt.active a, 
.sub-nav dd.active a, 
.sub-nav li.active a {
    background: #bbbbbb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 0.750rem;
}
.sub-nav dt.active a:hover, 
.sub-nav dd.active a:hover, 
.sub-nav li.active a:hover {
    background: #bbbbbb;
    color: #ffffff;
}
.magellan-nav dt {
    display: none;
}
.catalog-product-view .magellan-nav .sub-nav dd.active a,
.catalog-product-view .magellan-nav .sub-nav dd.active:hover a {
    color: #ffffff !important;
}
[data-magellan-expedition], 
[data-magellan-expedition-clone] {
    padding: 1px 10px 0;
    height: 57px !important;
}
[data-magellan-expedition = "fixed"] {
    -webkit-box-shadow: 0px 8px 6px 0px rgba(100, 100, 100, 0.1);
    -moz-box-shadow: 0px 8px 6px 0px rgba(100, 100, 100, 0.1);
    box-shadow: 0px 8px 6px 0px rgba(100, 100, 100, 0.1);
}
/* Tables */
.data-table .label {
    background: transparent;
    text-align: left;
    color: #222222;
    display: table-cell !important;
    line-height: 1rem !important;
    font-family: inherit;
    font-size: 0.875rem !important;
    font-weight: bold;
    padding: 0.438rem 0.625rem !important;
    white-space: normal !important; 
}
table tr.even, 
table tr.alt, 
table tr:nth-of-type(2n) {
    background: transparent !important;
}
/* Reveal */
.reveal-modal-bg {
    z-index: 1002;
}
dialog, .reveal-modal {
    z-index: 1003;
    overflow: auto;
    max-height: 600px;
}
.close-reveal-modal,
.close-reveal-modal-checkout {
    border: 2px solid transparent;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    position: fixed;
    display: block;
    overflow: hidden;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    padding-left: 26px;
    cursor: pointer;
}
.close-reveal-modal:hover,
.close-reveal-modal-checkout:hover {
    border: 2px solid #bebebe;
}
.close-reveal-modal:before,
.close-reveal-modal-checkout:before,
.close-reveal-modal:after,
.close-reveal-modal-checkout:after {
    border-right: 2px solid;
    border-color: #CECECE;
    content: "";
    display: block;
    height: 25px;
    position: absolute;
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 12px;
    top: 1px;
    width: 0;
}
.close-reveal-modal:after,
.close-reveal-modal-checkout:after  {
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-reveal-modal:hover:before,
.close-reveal-modal-checkout:before,
.close-reveal-modal:hover:after,
.close-reveal-modal-checkout:after {
    border-color: #bebebe;
}
/* side nav */
.side-nav li a:not(.button) {
    color: #27ccc0;
}
.side-nav li a:hover:not(.button), 
.side-nav li a:focus:not(.button) {
    color: #23afa1;
}
.side-nav li.active > a:first-child:not(.button) {
    color: #222222;
}
/**** header ****/
.nav-top-header {
    background-color: #fff;
    padding-top: 0.3125rem;
    padding-bottom: 0.25rem;
}
.nav-top-header .extra-nav{
    font-size: 0.875rem;
    overflow: visible;
}
.nav-top-header .extra-nav ul.links{
    padding:0;
    margin:0;
    list-style: none;
}
.nav-top-header .header-link-dropdown:after{
    content: '\f107';
    font-family: "showpo";
    padding-left: 5px;
}
.nav-top-header .extra-nav .instagram-header-link:before{
    content: '\f16d';
    font-family: "showpo";
    font-size: 1.25rem;
    position: absolute;
    top:0;
    left:1px;
    line-height: 1.25rem;
}
.nav-top-header .extra-nav .instagram-header-link{
    padding-left: 23px;
    display:block;
    position: relative;
}
.nav-top-header .extra-nav i{
    font-size: 1rem;
}
#account-links-customer{
    padding-bottom: 5px;
    width: 150px;
}
#account-links-customer li{
    width: 100%;
}
.f-dropdown:after,
.f-dropdown:before{
    border:none;
}
.f-dropdown{
    border:none;
}
.f-dropdown a:hover{
    background-color: #F8E6DA;
}
#account-links-customer li a{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
}
#account-links-customer .ctm-account:before,
#account-links-customer .ctm-address:before,
#account-links-customer .ctm-order:before,
#account-links-customer .ctm-returns:before,
#account-links-customer .ctm-storecredit:before,
#account-links-customer .ctm-logout:before{
    display: inline-block;
    font-family: "showpo";
    font-size: 1rem;
    height: 1rem;
    margin: 0 10px 0 0;
    vertical-align: middle;
    width: 1rem;
}
#account-links-customer .ctm-account:before{
    content: "\e71e";
}
#account-links-customer .ctm-address:before{
    content: "\e714";
}
#account-links-customer .ctm-order:before{
    content: "\e747";
}
#account-links-customer .ctm-returns:before{
    content: "";
    background-image: url('https://cdnskin.executiveponies.com/skin/frontend/sp/default/images/helpcentre/returns-help-topic.png');
    background-size: contain;
    background-repeat: no-repeat;
}
#account-links-customer .ctm-storecredit:before{
    content: "\e75a";
}
#account-links-customer .ctm-logout:before{
    content: "\e6d3";
}
/** for iphone no back btn **/
.iphone-back-btn {
    color: #333 !important;
    font-size: 0.875rem;
    text-shadow: 1px 1px 0px #777777;
    padding: 5px 16px;
    border: 1px solid #777;
    background: #eec9d2;
    float:right;
    margin:10px 0 5px;
}
.iphone-back-btn:focus,
.iphone-back-btn:active,
.iphone-back-btn:hover{
    background: #C9F3FF;
}
.left-off-canvas-toggle{
    cursor: pointer;
}
#currency-select{width:80px;}
#quick-help-links{width: 180px;}
.headerlinks{
    float: right;
    margin: 0 10px;
}
.phone-link.headerlinks{
    margin-right:0;
}
.nav-top-header .extra-nav a:active,
.nav-top-header .extra-nav a:focus,
.nav-top-header .extra-nav a:hover,
.nav-top-header .extra-nav a{
    color: #333;
}
.main-header.sticky-active .top-header{
    position: fixed;
    width: 100%;
    top:0;
}
.main-header {
    z-index: 10 !important;
}
.main-header .top-bar{
    text-align: left;
}
.main-header .top-header {
    z-index: 80;
    padding: 0 0;
    position:relative;
    text-align: center;
    background-color: #eec9d2;
}
.top-header .header-left{
    position:absolute;
    left:0;
    top:0;
}
.top-header .header-right{
    position:absolute;
    right:0.9%;
    top:0;
    line-height: 2.25rem;
    z-index: 90;
}
.top-header .top-header-wrapper{
    position: relative;
}
.logo-container{
    position:absolute;
    left: 0.9%;
    line-height: 2.875rem;
    z-index: 90;
}
.main-logo,
.main-logo-small {
    margin: 0;
    max-height: 32px;
}
.main-nav .button {
    font-weight: 600 !important;
}
.main-nav .button:hover {
    background: #26bcad !important;
}
/* clean header version */
.main-header.clean-header {
    border-bottom: none;
}
.main-header.clean-header .top-header {
    min-height: 80px;
}
.top-header .cm-welcome-msg{
    line-height: 2.25rem;
    color: #555555;
}
.top-header .cm-initial{
    background-color: #fff;
    border-radius: 50%;
    color: #333;
    display: inline-block !important;
    font-size: 1rem;
    line-height: 1.9rem;
    width: 1.9rem;
    padding: 0;
    text-transform: uppercase;
    vertical-align: middle;
}
.top-header .cm-initial.fb-pic{
    background-color: transparent;
}
.top-header .cm-initial.fb-pic img{
    border-radius: 50%;
}
/* Main search form */
.form-search {
    position: relative;
    width: 100%;
    margin: 0 auto;	
}
.form-search label {
    position: absolute;
    cursor: text;
    top: 8px;
    left: 10px;
    font-weight: 400;
    font-style: italic;
    font-size: 0.875rem;
    color: #aeaeae;
}
.form-search .input-text {
    box-shadow: none !important;
    background: #fff !important;
    height: 36px;
    border: 1px solid #333;
    margin: 0 !important;
}
.form-search .input-text:hover {
    box-shadow: none !important;
}
.form-search .input-text:focus + label {
    display: none;
}
.form-search .search-box {
    position: relative;
    margin-right: 80px;
}
.form-search .action {
    width: 80px;
    float: right;
}
.form-search .button {
    background: transparent;
    width: 40px;
    height: 2.2rem;
    line-height: 2.2rem;
    border: none;
    padding: 0;
    margin: 0;
    float: left;	
}
.form-search .button:hover {
    background: transparent !important;
}
.form-search .button:hover span {
    color: #27ccc0;
}
.form-search .button:focus {
    background: #fff;
}
.form-search .button span {
    color: #999999;
    font-size: 20px;
    line-height: 2.2rem;
    transition: color 0.25s ease-in-out 0s;
}
.form-search .sec-menu {
    width: 40px;
    height: 2.2rem;
    padding: 0;
    margin: 0;
    border-left: 1px solid #efefef;
    font-size: 1rem;
    line-height: 2.2rem;
    color: #999999;
    text-align: center;
    float: right;
}
.main-header .icons-for-small {
    padding-right: 0;
}
.header-minicart > a{
    position: relative;
    width:auto;
    display: inline-block;
}
.currency-switcher .selected-country{
    line-height: 2.9rem;
    cursor: pointer;
    padding-right: 8px;
    font-size: 0.75rem;
}
.currency-switcher .selected-country .flag-icon{
    width: 27px !important;
    height: 21px;
    line-height: 21px;
    border: 1px solid #cecece;
}
.country-options .group-title{
    font-size: 1rem;
    border-bottom: 2px solid #e4e4e4;
    font-weight: normal;
    margin: 15px 0;
    color: #000;
}
.country-options a{
    color: #333;
    line-height: 25px;
    font-size: 0.75rem;
}
.country-options .flag-icon{
    width: 30px !important;
    height: 23px;
    float: left;
    margin-right: 10px;
    border: 1px solid #cecece;
}
.country-options 
.main-header .icon-menu,
.main-header .icon-magnifier,
.main-header .icon-user,
.main-header .icon-heart,
.main-header .icon-bag2{
    color: #333;
    width: 1.8rem;
    line-height: 2.875rem;
    display: block;
    font-size: 1.375rem;
    margin: 0;
    text-align: center;
}
.header-minicart .product-details{
    text-align: left;
    padding: 0 0 10px 85px;
}
.lovelist{
    position:relative;
}
.lovelist .wishlist-count{
    background-color: #fff;/*#facbff;*/
    border-radius: 50%;
    color: #333;
    font-size: 0.625rem;
    height: 16px;
    line-height: 16px;
    left: 12px;
    overflow: hidden;
    position: absolute;
    top: 23px;
    width: 16px;
}
.header-minicart .count{
    background-color: #fff;
    border-radius: 50%;
    color: #333;
    font-size: 0.625rem;
    height: 16px;
    line-height: 16px;
    left: 10px;
    overflow: hidden;
    position: absolute;
    top: 23px;
    width: 16px;
}
.right-off-canvas-menu .minicart-wrapper .mini-products-list{
    max-height: none;
}
.block-subtitle{
    text-transform: uppercase;
}
.header-minicart .sidebar-cart-title{
    background-color: #eec9d2;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45rem;
    margin: 0;
    padding: 11px 0 12px;
    text-align: center;
    text-transform: uppercase;
    height: 2.875rem;
}
.header-minicart .cart-content .minicart-wrapper p.block-subtitle {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.19;
    letter-spacing: 0.4px;
    text-transform: none;
}
.header-minicart .cart-content .minicart-wrapper .product-name a {
    text-transform: capitalize;
}
.header-minicart .cart-content .minicart-wrapper .qty-wrapper,
.header-minicart .cart-content .minicart-wrapper .item-options {
	line-height: 1.12;
	letter-spacing: 0.2px;
	text-align: left;
	color: #666666;
}
.header-minicart .cart-content .minicart-wrapper .subtotal {
    text-align: left;
}
.header-minicart .cart-content .minicart-wrapper .subtotal .subtotal-label,
.header-minicart .cart-content .minicart-wrapper .subtotal .price  {
    font-size: 16px;
	font-weight: bold;
	line-height: 1.19;
	letter-spacing: 0.2px;
}
.header-minicart .cart-content .minicart-wrapper .subtotal .subtotal-label {
    text-transform: capitalize;
}
.header-minicart .cart-content .minicart-wrapper .subtotal .price {
    float: right;
}
.header-minicart .cart-content{
    position:absolute;
    top:100%;
    width: auto;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    display:none;
}
.header-minicart.hover .cart-content{
    display:block;
}
.header-minicart .minicart-wrapper{
    padding:10px;
    min-width: 200px;
}
.header-minicart a.btn-edit,
.header-minicart a.remove{
    display: inline-block;
    text-align: center;
    padding: 2px 10px 2px 0;
    color: #333;
    margin-bottom: 6px;
}
.header-minicart .product-name a{
    color: #222;
    font-weight: 400;
}
.header-minicart .subtotal{
    padding: 10px 0;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333;
}
.minicart-actions ul li{
    display: block;
}
.minicart-actions .checkout-button:before{
    font-family: "showpo";
    content: "\e66b";
    padding-right: 5px;
}
.minicart-actions .view-cart:before{
    font-family: "showpo";
    content: "\e74c";
    padding-right: 5px;
}
.minicart-actions .checkout-button{
    background-color: #333;
    font-size: 0.875rem;
    margin-bottom: 8px;
    padding: 0;
    line-height: 36px;
    text-transform: uppercase;
    width: 100%;
    color:#fff;
}
.minicart-actions .view-cart{
    background-color: inherit;
    color: #333;
    font-size: 0.875rem;
    padding: 0;
    line-height: 36px;
    margin-bottom: 8px;
    text-transform: uppercase;
    width: 100%;
    border: 1px solid #333;
}
.minicart-actions .view-cart:hover {
    background-color: #eec9d2;
}
.header-minicart .item-options{
    color: #333;
}
.header-minicart a.btn-edit:before{
    content: "\e60d";
    font-family: "showpo";
    font-size: 0.875rem;
    color: #333;
}
.header-minicart a.remove:before{
    content: "\e681";
    font-family: "showpo";
    font-size: 0.875rem;
    color: #333;
}
.header-minicart .items-block .item{
    position:relative;
}
.header-minicart p{
    margin:0;
}
.header-minicart .mini-products-list{
    min-width: 260px;
    max-height: 295px;
    overflow-y: auto;
    margin:0;
    padding:10px 0 5px;
}
.header-minicart .mini-products-list li{
    width: 100%;
}
.mini-products-list .product-image{
    position:absolute;
    left:0;
    top:5px;
    width: 70px;
}
.main-header .icon-main-menu {
    color: #333;
    width: 2.375rem;
    height: 1.937rem;
    line-height: 1.937rem;
    display: block;
    font-size: 0.937rem;
    margin: 0;
    text-align: center;
}
.main-header .icon-main-menu:before {
    margin-right: 5px;
}
.top-bar-section .has-dropdown-for-large {
    position: relative;
}
.top-bar-section .has-dropdown-for-large.hover > .dropdown,
.top-bar-section .has-dropdown-for-large:hover > .dropdown,
.no-js .top-bar-section .has-dropdown-for-large:hover > .dropdown {
    display: block;
}
.left-off-canvas-menu.main-nav .dropdown li a:not(.button),
.left-off-canvas-menu.main-nav .dropdown ul.dropdown,
.right-off-canvas-menu.main-nav .dropdown li a:not(.button),
.right-off-canvas-menu.main-nav .dropdown ul.dropdown {
    background: #ffffff !important;
}
.show {
    display: block !important;
}

.minicart-wrapper p.product-name {
    margin-bottom: 4px;
}

.minicart-wrapper .unit-price .price {
    float: right;
}

.minicart-wrapper .qty-wrapper {
    margin-top: 4px;
    font-size: 14px;
    margin-bottom: 2px;
}

/* Off-canvas menu search form */
.top-bar .form-search {
    margin: 12px auto 0 auto;
}
.top-bar .form-search .button:hover span {
    color: #ffffff;
}
.welcome-message {
    font-size: 0.813rem;
    color: #888888;
    line-height: 1.2rem;
}
.welcome-message span {
    font-size: 1rem;
    color: #cecece;
    vertical-align: middle;
    padding-bottom: 0.125rem;
}

/* Main Nav */
.main-nav .menu-icon {
    display: none;
}
.main-nav .name {
    padding: 0 8px 0 15px;
}
.main-nav .top-bar-section ul li a:not(.button) {
    color: #333;
}
.top-bar.main-nav {
    height: 100%;
    min-height: 100%;
}
.top-bar .sup {
    display: block;
    position: absolute;
    color: #999999;
    font-size: 0.8rem;
    font-weight: 400;
    top: -0.6em;
    width: 120px;
    text-transform: none;
}
.top-bar span + .sup {
    left:37px;	
}
.top-bar-section li:not(.has-form) a:not(.button) {
    line-height: 2.875rem;
}
.top-bar-section ul.right {
    padding-right: 2.7%;
}
.main-nav .arrow-box {
    /*margin-top: 9px;*/
}
.main-nav .arrow-box:before {
    content: "";
    width: 100%;
    height: 20px;
    background: rgba(255,255,255,0);
    position: absolute;
    top: -6px;
    left: 0;
}

/* Account dropdown */
.account-dropdown {
    background: transparent !important;
    right: auto !important;
    margin: 0 0 0 -36px !important;
}
.account-dropdown .arrow-box {
    width: 208px !important;
    margin-top: 19px;
}
.account-dropdown li a.button.sign-in {
    background: #27ccc0;
    height: 32px;
    font-size: 1rem;
    line-height: 36px;
    padding: 0;
    margin: 0;
    width: 100%;
}
.account-dropdown .bg-box p.small {
    margin: 0 !important;
    padding: 10px 0 0 !important;
    line-height: 1 !important;
}
.right-off-canvas-menu.main-nav .dropdown p.small a,
.left-off-canvas-menu.main-nav .dropdown p.small a {
    background: transparent !important;
}
.account-dropdown .bg-box p.small a {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    color: #27ccc0 !important;
}
.account-dropdown .links-list {
    display: block;
    padding: 0 8px;
    background: #ffffff !important;
}
.account-dropdown .links-list li a:before {
    left: -8px;
}

/* Cart dropdown */
.cart-dropdown {
    background: transparent !important;
    right: 0 !important;
    margin: 0 -6px 0 0 !important;
    overflow: hidden;
    padding: 10px;
}
.cart-dropdown .arrow-box {
    width: 322px !important;
    margin-top: 9px;
    padding: 0 0 8px;
}
.cart-dropdown .arrow-box:after {
    left: 86%;
}
.cart-dropdown .dropdown-title {
    position: relative;
    margin: 0;
    padding: 0 14px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f2f2f2 !important;
    font-size: .875rem;
    font-weight: 600;
    color: #000000;
}
.cart-dropdown .dropdown-title .icon-edit {
    position: absolute;
    display: block !important;
    top: 1px;
    right: 6px !important;
    width: 40px !important;
    height: 36px !important;
    line-height: 36px;
    color: #cecece !important;
    font-size: 1.357em;
    transition: color 150ms ease-out 0s;
}
.cart-dropdown .dropdown-title .icon-edit:hover {
    color: #27ccc0 !important;
}
.cart-dropdown .cart-empty {
    margin: 0;
    padding: 16px 14px;
}
.cart-dropdown .bg-box {
    height: 60px;
}
.cart-dropdown li a.button.sign-in {
    position: absolute;
    background: #27ccc0;
    height: 32px;
    font-size: 1rem;
    line-height: 36px;
    padding: 0 32px;
    margin: 0;
    top: 14px;
    right: 14px;
}
.cart-dropdown .subtotal {
    line-height: 36px;
    margin: 0;
    color: #999999;
    font-size: .75rem;
}
.cart-dropdown .subtotal .price {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    padding: 0 0 0 4px;
}
.sb-cart-dropdown {
    text-align: center;
    margin: 8px 0 0;
}
.sb-cart-dropdown h6 {
    color: #333;
    margin: 0;
}
.sb-cart-dropdown p {
    margin: 0;
}
.cart-dropdown .mini-products-wrapper {
    position: relative;
    overflow: hidden;
}
.cart-dropdown .mini-products-container {
    position: relative;
    margin: 8px 0 0;
    padding: 0;
    overflow-x: hidden;
}
.cart-dropdown .mini-products-list  {
    position: relative;
    display: block;
    padding: 0 8px;
    list-style: none;
    background: transparent;
    width: 322px;
    height: 100% !important;
    float: left;
    background: transparent !important;
}
.cart-dropdown .mini-products-list li {
    float: left;
    padding: 0;
    margin: 0 0 15px 0;
    width: 306px;
}
.cart-dropdown .mini-products-list li .item-image {
    padding: 0 !important;
    margin: 0 0 0 4px !important;
    display: block;
    width: 68px;
    float: left;
}
.cart-dropdown .mini-products-list .item-details {
    float: left;
    width: 132px;
    margin: 0 0 0 8px;
}
.cart-dropdown .mini-products-list .item-details .item-name {
    margin: 0;
    line-height: .75rem;
    overflow: hidden;
    height: 1.7rem;
}
.cart-dropdown .mini-products-list .item-details .item-name a {
    color: #333 !important;
    padding: 0 !important;
    font-size: .75rem;
    font-weight: 600;
    white-space: normal;
    line-height: 0.813rem;
    background: transparent !important;
}
.cart-dropdown .mini-products-list .item-details .item-name a:hover {
    color: #27ccc0 !important;
    text-decoration: none;
}
.cart-dropdown .mini-products-list .item-price {
    float: right;
    width: 82px;
    margin: 0 6px 0;
    text-align: right;
}
.cart-dropdown .mini-products-list .item-price .mrsp {
    line-height: 0.750;
    margin: 0;
}
.cart-dropdown .mini-products-list .item-price .price,
.cart-dropdown .mini-products-list .item-price .quantity {
    font-size: .75rem;
    font-weight: 600;
    color: #333;
    line-height: 0.813rem;
    display: block;
}
.cart-dropdown .mini-products-list .item-price .mrsp .price {
    display: inline-block;
    color: #555555;
}
.cart-dropdown .mini-products-list .item-price .quantity {
    color: #999999;
    margin: 5px 0 0;
    font-size: 0.6875rem;
}
.cart-dropdown .mini-products-list .item-price .tax-label {
    color: #777777;
    font-size: 0.5rem;
    text-align: right;
    display: block;
}
.cart-dropdown .mini-products-list .item-price .nobr {
    font-size: 0.688rem;
    display: inline-block;
}
.cart-dropdown .mini-products-list .item-price small {
    color: #777777;
    display: inline-block;
    font-size: 0.5rem;
    padding: 4px 0 0;
}
.cart-dropdown .mini-products-list .item-price small .price {
    font-size: 0.688rem;
    color: #777777;
    display: inline-block;
}
.cart-dropdown .mini-products-list .btn-remove,
.layered-nav .currently	.btn-remove {
    padding: 0 !important;
    color: #CECECE !important;
    font-size: 9px;
    line-height: 14px !important;
    height: 14px;
    display: inline-block;
    margin: 2px 0 0;
    transition: color 150ms ease-out 0s;
}
.cart-dropdown .mini-products-list .btn-remove:hover {
    color: #ea1818 !important;
}
.cart-dropdown .mini-products-list .product-attr-short {
    overflow: hidden;
    margin: 5px 0 0;
}
.cart-dropdown .mini-products-list .product-attr.x-small {
    position: relative;
    line-height: 1.1;
    margin: 0 0 1px;
    padding: 0;
    font-weight: normal;
    overflow: hidden;
    max-height: 2.9375rem;
}
.cart-dropdown .mini-products-list .product-attr.x-small:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 15px;
    top: 2rem;
    left: 0;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%); 
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%);
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%);
}
.product-attr.x-small > span {
    color: #555555;
    font-weight: bold;
}
.cart-dropdown .mini-products-list .view-more-attr {
    color: #27ccc0;
    cursor: pointer;
    display: block;
    vertical-align: top;
    font-size: .625rem;
    line-height: 1;
    margin: 1px 0 0;
}
.cart-dropdown .mini-products-list dl.item-options {
    position: relative;
    clear: both;
    display: block;
    margin: 0;
    padding: 0 8px;
    display: none;
}
.cart-dropdown .mini-products-list dl.item-options dt {
    display: block;
    font-size: 0.6875rem;
    color: #555555;
    margin: 0;
    padding: 0;
}
.cart-dropdown .mini-products-list dl.item-options dd {
    display: block;
    font-size: 0.6875rem;
    line-height: 1.2;
    color: #777777;
    margin: 0 0 6px;
    padding: 0;
}
.cart-dropdown .simple-nav {
    margin: -12px 0 8px;
}

/*** Newsletter Signup Modal ***/
.newsletter-modal-parent {
    margin-left: auto;
    margin-right: auto;
    float: none;
    position: relative;
}
.newsletter-modal-parent button.mfp-close {
    right: 10px;
    top: 0;
}
.newsletter-modal {
    background-image: url('https://cdnskin.executiveponies.com/skin/frontend/sp/default/images/newsletter_banner_mobile.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #F2F1EF;
}
.newsletter-modal .row {
    padding-left: 1% !important;
    padding-right: 1% !important;
}
.newsletter-modal #newslettermodal {
    margin-bottom: 0.5rem;
}
.newsletter-modal .newslettermodal-button {
    margin-bottom: 2rem;
    background-color: #333;
    color: #fff;
    font-size: 0.875rem !important;
    text-transform: none;
}
.newsletter-modal h3 {
    font-size: 1rem;
    text-transform: none;
}
@media only screen and (min-width: 90.063em) {
    .newsletter-modal-parent {
        width: 40% !important;
    }
    .newsletter-modal h3 {
        margin-top: 3rem;
        margin-bottom: 2rem;
    }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
    .newsletter-modal-parent {
        width: 40% !important;
    }
    .newsletter-modal h3 {
        margin-top: 3rem;
        margin-bottom: 2rem;
    }
}
@media only screen and (min-width: 42.5em) and (max-width: 64em) {
    .newsletter-modal-parent {
        width: 50% !important;
    }
    .newsletter-modal h3 {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
}
@media only screen and (min-width: 21.3em) and (max-width: 40em) {
    .newsletter-modal h3 {
        margin-top: 2rem;
    }
}
@media only screen and (max-width: 21.25em) {
    .newsletter-modal h3 {
        margin-top: 1rem;
    }
}

/*** Newsletter Signup Banner ***/
.newsletter-desktop {
    background-color: #F2F1EF;
}
.newsletter-desktop .form-input-section {
    text-align: left;
}
.newsletter-desktop .div-table {
    display: table;
}
.newsletter-desktop .div-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.newsletter-mobile {
    background-image: url('https://cdnskin.executiveponies.com/skin/frontend/sp/default/images/newsletter_banner_mobile.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #F2F1EF;
}
.newsletter-mobile .row {
    padding-left: 2% !important;
    padding-right: 2% !important;
}
.newsletter-mobile #newslettermobile {
    margin-bottom: 0.5rem;
}
.newsletter-mobile .newslettermobile-button {
    margin-bottom: 1rem;
    background-color: #333;
    color: #FFF;
    font-size: 0.75rem;
}
.newsletterdesktop-button, .newslettermobile-button {
    font-size: 0.875rem;
    text-transform: none;
}
@media only screen and (min-width: 64.063em) {
    .newsletter-desktop h3 {
        font-size: 1.5rem;
        text-transform: none;
    }
}
@media only screen and (min-width: 42.5em) and (max-width: 64em) {
    .newsletter-desktop h3 {
        font-size: 1.25rem;
        text-transform: none;
    }
}
@media only screen and (min-width: 21.3em) and (max-width: 40em) {
    .newsletter-mobile h3 {
        font-size: 1rem;
        text-transform: none;
        margin-top: 2rem;
        margin-left: 1rem;
    }
}
@media only screen and (max-width: 21.25em) {
    .newsletter-mobile h3 {
        font-size: 1rem;
        text-transform: none;
        margin-top: 1rem;
        margin-left: 1rem;
    }
}

/*** Newsletter Signup Page ***/
#newsletterpagesignup h3 {
    font-size: 1rem;
    text-transform: none;
    margin-bottom: 1rem;
}
.newsletterinput {
    max-width: 25rem !important;
}
#newsletterpagesignup .newsletterpage-button {
    font-size: 0.875rem;
    text-transform: none;
}
#newsletterpagesignup #newsletterpage {
    margin-bottom: 0.5rem;
}
@media only screen and (min-width: 64.063em) {
    .newsletterinput {
        margin-left:-0.9375rem !important;
    }
}

/*** FOOTER ***/
.main-footer {
    font-size: 0.875rem;
    /* margin-top: 10px; */
}
.main-footer p {
    margin-bottom: 0;
}
.main-footer .cutoff-holiday-banner {
    background-color: #dfefea;
    padding: 10px;
    text-align: center;
}
.main-footer .cutoff-holiday-banner a,
.main-footer .cutoff-holiday-banner a:link,
.main-footer .cutoff-holiday-banner a:visited,
.main-footer .cutoff-holiday-banner a:hover,
.main-footer .cutoff-holiday-banner a:active {
    color: #333333;
    text-decoration: underline;
}
@media only screen and (max-width:480px) {
    .main-footer .cutoff-holiday-banner {
        text-align: center;
        padding: 20px 10px;
    }
    .main-footer .cutoff-holiday-banner strong {
        font-size: 14px;
    }
}
.newsletter-block {
    background-color: rgba(248, 230, 218, 0.4);
    /* padding-top: 9px;
    padding-bottom: 25px; */
    padding-top: 30px;
    padding-bottom: 50px;
}
.newsletter-form-center {
    max-width: 90%;
    margin: 0 auto;
}
.newsletter-block .newsletter-subscribe-label{
    color: #333;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 6px 0;
}
#newslettersignup h3 {
    font-size: 1rem;
    text-transform: none;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
#newslettersignup #newsletter {
    margin-bottom: 0.5rem;
}
#newslettersignup .newsletter-button {
    font-size: 0.875rem;
    text-transform: uppercase;
}
#advice-required-entry-newsletter,
#advice-validate-email-newsletter{
    position:absolute;
    top:100%;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
    color: #333;
}
.newsletter-button, .newsletterdesktop-button {
    background-color: #333;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
    border-radius: 0;
    margin-bottom: 0;
    float:left;
    font-size: 0.875rem;
    height: 100%;
}
.newsletter-button:active,
.newsletter-button:focus,
.newsletter-button:hover,
.newsletterdesktop-button:active,
.newsletterdesktop-button:focus,
.newsletterdesktop-button:hover
{
    background-color: #333;
    color: #fff;
}
.form-input-section{
    text-align: center;
}
.form-input-section span.success{
    color: #333;
}
#newsletter-section{
    padding:0;
}
.footer-content{
    background-color: #FFF;
    padding-bottom: 10px;
    /* padding-top: 25px; */
}
.foot-icons-link{
    /* max-width: 200px; */
    text-align: center;
}
.snapchat-popup .snapchat:before{
    content: " ";
    display: inline-block;
}
.snapchat-popup{
    background-size: 28px;
}
.social-links {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #D8D8D8;
    width: 100%;
    max-width: 100%;
}
.social-links .icon-youtube3 {
    font-size: 26px;
    height: 2.75rem;
    line-height: 2.45rem;
    margin: 0 0 7px;
    vertical-align: top;
}
.social-links .icon-instagram2{
    font-size: 30px;
    padding-left: 1px;
}
.page-links {
    padding-top: 1rem;
}
.rotate-90:before,
.rotate-90:after{
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.footer-content .foot-icons-link a:hover,
.footer-content .foot-icons-link a{
    width: 3rem;
    height: 3rem;
    font-size: 26px;
    line-height: 3rem;
    text-align: center;
    display: inline-block;
    color: #333;
    border-radius: 50%;
    border: 2px solid #333;
    margin: 0;
}
.social-popup p {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
}
.social-popup .social-popup-highlighted {
    font-size: 1.5rem;
    color: #e90645;
    font-weight: bold;
}
.social-popup .qrcode {
    width: 150px;
    height: 150px;
}
.footer-content .footer-title{
    text-transform: uppercase;
    font-weight: bold !important;
    font-size: 14px !important;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    margin-bottom: 10px !important;
}
.footer-content .social-title{
    font-weight: 600;
    font-size: 1.5rem;
    padding-right: 2rem;
}
.footer-links li {
    margin-bottom: 4px;
}
#shipping-rates-details div{
    font-size: 0.75rem;
}
#shipping-rates-details .rate-info{
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}
#shipping-options:hover{
    color:#0A67E4;
}
#shipping-options{
    color: #333;
}
#service-seeking-link {
    text-transform: none;
}
.footer-links{
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 0.75rem;
}
.footer-links a:hover{
    color:#333;
}
.footer-links a{
    /* color: #666; */
    color: #333333;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 22px;
}
.footer-bottom {
    background: #F5F5F5;
    color: #636363;
    padding-top: 15px;
    padding-bottom: 25px;
    position:relative;
}
.footer-bottom #review_badge {
    padding-right:0.5rem;
}
.footer-bottom #gts_badge {
    position: inherit !important;
    box-shadow: none !important;
}
.footer-addresses{
    font-size: 0.75rem;
}
.cards-title{
    font-size: 0.75rem;
    color: #636363;
    text-transform: capitalize;
    float:left;
    padding: 6px 5px 5px 0;
    margin:0;
}
.payment-cards-icon i{
    font-size: 1.5rem;
    margin: 0 5px;
}
.back-to-top {
    display: block;
    position: relative;
    font-size: 1rem;
    width:30px;
    height:30px;
    cursor: pointer;
}
.back-to-top:before{
    font-family: "showpo";
    color:#636363;
    content:"\e95e";
    line-height: 30px;
    font-size: 2rem;
}
.back-to-top-container {
    bottom: 30px;
    position: absolute;
    right: 20px;
    text-align: center;
}
.mobile-footer-switch {
    height: 3.5rem;
    padding: 0.625rem 0.75rem;
}
.touch .mobile-footer-switch {
    height: 3.25rem;
}
.mobile-footer-switch .chosen-drop {
    top: auto !important;
    bottom: 1.625rem;
}
.mobile-footer-switch .form-language {
    display: inline-block;
    margin-right: 16px;
    width: 46%;
}
.mobile-footer-switch .chosen-container-single .chosen-single,
.mobile-footer-switch .chosen-container-active .chosen-single,
.header-ribbon .chosen-container-single .chosen-single,
.header-ribbon .chosen-container-active .chosen-single {
    border: none !important;
}
.mobile-footer-switch .chosen-container-single .chosen-single:before,
.mobile-footer-switch .chosen-container-single .chosen-single:after,
.header-ribbon .chosen-container-single .chosen-single:before,
.header-ribbon .chosen-container-single .chosen-single:after {
    background: transparent !important;
}
.mobile-footer-switch #select-currency-mobile {
    width: 46%;
    float: right;
}
.top-bar-section .has-dropdown > a{
    padding-right: 0.9375rem !important;
}
/** off-canvas override **/
.move-right > .inner-wrap {
    -webkit-transition: -webkit-transform 600ms ease;
    -moz-transition: -moz-transform 600ms ease;
    -ms-transition: -ms-transform 600ms ease;
    -o-transition: -o-transform 600ms ease;
    transition: transform 600ms ease;
    -webkit-transform: translate3d(80%, 0, 0);
    -moz-transform: translate3d(80%, 0, 0);
    -ms-transform: translate(80%, 0);
    -o-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}
.move-left > .inner-wrap {
    -webkit-transition: -webkit-transform 600ms ease;
    -moz-transition: -moz-transform 600ms ease;
    -ms-transition: -ms-transform 600ms ease;
    -o-transition: -o-transform 600ms ease;
    transition: transform 600ms ease;
    -webkit-transform: translate3d(-80%, 0, 0);
    -moz-transform: translate3d(-80%, 0, 0);
    -ms-transform: translate(-80%, 0);
    -o-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0);
}
.left-off-canvas-menu,
.right-off-canvas-menu {
    width:80%;
}
.prefix,
.postfix{
    font-size: 0.75rem;
}
/** div table **/
.table{
    display: table;
    width: 100%;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #ccc;
    clear:both;
    margin-bottom: 15px;
}
.table-row{
    display: table-row;
}
.table-head{
    display: table-header-group;
    font-weight: 400;
    text-transform: uppercase;
}
.table-body{
    display: table-row-group;
}
.table-foot{
    display: table-footer-group;
    text-transform: uppercase;
}
.table-cell{
    display: table-cell;        
    vertical-align: middle;
    padding: 5px 10px;
    width: auto;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #ccc;
}
.breadcrumbs {
    margin: 10px 0 10px;
    padding:0;
    border:none;
    background-color: transparent;
}
.breadcrumbs > *::before {
    color: #aaa;
    line-height: 1rem;
    content: "/";
    margin: 0 8px;
}
.breadcrumbs>*.current a {
    cursor: pointer;
}
.homepage-promotions{
    margin-bottom: 10px;
}
.homepage-banner-blue{
    padding: 5px 10px;
    text-align:center;
    display:block;
    margin:0 0 15px;
    text-transform: uppercase;
    color: #333;
    font-weight: 400;
    margin:0;
    font-size: 0.75rem;
    letter-spacing: 0.35px;
}
.homepage-banner-blue:hover {
    color: #EBA49F;
}
.shipping-country-opt{
    cursor: pointer;
}
.main-footer p.footer-addresses{
    font-size: 0.75rem;
}
.main-footer .rate-info-hd{
    font-weight: 400;
    color: #333;
    padding: 10px 0 5px;
    text-transform: capitalize;
    font-size: 14px !important;
}
.category-view,
.search-result{
    min-height: 300px;
}
input:not([type]),input[type="text"],
input[type="password"],input[type="date"],
input[type="datetime"],input[type="datetime-local"],
input[type="month"],input[type="week"],
input[type="email"],input[type="number"],
input[type="search"],input[type="tel"],
input[type="time"],input[type="url"],input[type="color"],
textarea {
    padding: 0.3rem 20px  0.3rem 0.5rem;
}
.buybox.bg-box {
    padding-left:0;
    padding-right:0;
}
.buybox.bg-box .text-center{
    text-align: right !important;
}
.page-overlay .page-overlay-loader{
    background: url('https://cdnskin.executiveponies.com/skin/frontend/sp/default/images/reloading-v2.gif') 0 0 no-repeat;
    height: 60px;
    left: 50%;
    margin-left: -100px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 200px;
}
[data-abide] .error small.error,
[data-abide] .error span.error,
[data-abide] span.error,
[data-abide] small.error{
    background-color: #eec9d2;
    color: #333;
}
.bz-navigation-filters {
    font-weight: 300;
}
.top-bar-section li.category-node-1241 a,
.top-bar-section li.category-node-1240 a,
.top-bar-section li.category-node-1239 a,
.top-bar-section li.category-node-1238 a,
.top-bar-section li.category-node-1237 a,
.top-bar-section li.category-node-1236 a,
.top-bar-section li.category-node-1235 a,
.top-bar-section li.category-node-1234 a,
.top-bar-section li.category-node-1371 a,
.top-bar-section li.category-node-1372 a,
.top-bar-section li.category-node-1233 a{
    font-weight: bold;
}
.top-header .top-bar {
    max-width: 100%;
}
.mega-menu .menu-block.spotlight-block a {
    line-height: 1 !important;
    display: block;
}
.mega-menu .menu-block.spotlight-block a.spotlight-name {
    padding: 10px 0 !important;
    font-weight: bold;
    height: 50px;
    letter-spacing: 0.1px;
}
@media only screen and (min-width: 1314px) {
    .top-bar-section .left li .level0.dropdown {
        padding-left: calc(((100vw - 1314px) / 2) + 15px);
        padding-right: calc(((100vw - 1314px) / 2) + 15px);
        padding-bottom: 15px;
    }
}
@media only screen and (min-width: 1099px) and (max-width: 1400px) {
    .top-bar-section .left li .level0.dropdown {
        padding-left: 28px;
        padding-right: 28px;
    }
} 
@media only screen and (min-width: 800px) and (max-width: 1098px) {
    .top-bar-section .left li .level0.dropdown {
        padding-left: 0;
        padding-right: 0;
    }
} 
@media only screen and (min-width: 40.0625em){
    .top-bar .top-bar-section .mega-list {
        padding: 0;
    }
    .top-bar-section .left .mega-menu ul li ul li a {
        width: 100% !important;
    }
    .top-bar .top-bar-section .level0.mega-menu > a:hover:after {
        position: relative;
    }
    .top-bar-section .level0.mega-menu>a:hover:after {
        border: 1px solid transparent !important;
        content: "";
        display: block;
        width: 100%;
        border-color: rgba(255,255,255,0.4) transparent transparent transparent;
        border-top-style: solid;
        top: -7px;
    }
    /* .top-bar-section .has-dropdown.mega-menu.hover > a:before {
        display: none;
    } */
    .top-bar .top-bar-section .level1 .mega-list li.level2.mega-menu > a.level2 {
        color: #666666 !important;
    }
    .top-bar .top-bar-section .left ul li.mega-menu a:hover {
        background-color: #F6E3E8 !important;
    }
    .mega-menu ul.columns-3-for-large.split-dynamic-menu-1 .mega-list > li.level1 {
        width: 100% !important;
    }
    .mega-menu ul.columns-3-for-large.split-dynamic-menu-2 .mega-list > li.level1 {
        width: 50% !important;
    }
    .mega-menu ul.columns-3-for-large.split-dynamic-menu-3 .mega-list > li.level1 {
        width: 33.333333333333333% !important;
    }
    .mega-menu ul.columns-3-for-large.split-dynamic-menu-4 .mega-list > li.level1 {
        width: 25% !important;
    }
}
@media only screen and (max-width: 40em){
    .top-header .cm-initial {
        background-color: #eec9d2;
        border-radius: 50%;
        color: #333;
        display: inline-block !important;
        font-size: 1rem;
        line-height: 1.9rem;
        width: 30px;
        height: 30px;
        padding: 0;
        text-transform: uppercase;
        vertical-align: middle;
        text-align: center;
    }
    .mobile-icon-user.icon-user {
        color: #333;
        width: 30px;
        height: 30px;
        line-height: 30px;
        display: block;
        font-size: 18px;
        margin: 0;
        text-align: center;
    }
    .mobile-icon-user.icon-user:before {
        content: "\e71e";
        position: relative;
        top: -1px;
        right: -1px;
    }
    .top-bar .top-bar-section a.login-details {
        width: auto;
        display: inline-block;
    }
    .top-bar .top-bar-section a.logout-link {
        float: right;
        display: inline-block;
        width: auto;
        padding: 10px 20px;
        text-decoration: underline;
    }
    .top-bar .top-bar-section .right {
        border-top: none;
        margin-top: 0;
    }
    
    .top-header .top-header-wrapper ul.level1.dropdown {
        position: initial !important;
        display: block;
        width: auto;
        height: auto;
    }
    .top-header .top-header-wrapper ul.level1.dropdown .back {
        display: none;
    }
    .top-header .top-header-wrapper .top-bar.main-nav .top-bar-section a.level1.has-children {
        background: #eeeff0 !important;
        font-weight: bold;
    }
    .top-header .top-header-wrapper .top-bar.main-nav .top-bar-section a.level1.has-children:before,
    .top-header .top-header-wrapper .top-bar.main-nav .top-bar-section a.level1.has-children:after {
        display: none !important;
    }
    .top-header .top-header-wrapper .level1 a.parent-link.js-generated {
        display: none !important;
    }
    .top-header .top-header-wrapper .parent-link.js-generated:before {
        content: "All " !important;
    }
    .mega-list a.level2 {
        width: 100%;
        display: block;
    }
    .mega-menu .menu-block.spotlight-block a.spotlight-name {
        height: auto;
    }
}
/* Shipping information in footer */ 
#shipping-rates-details .shipping-option {
    margin-bottom: 10px;
}
#shipping-rates-details .shipping-option-name {
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 4px;
    color: #333333;
}
#shipping-rates-details p {
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 4px;
    color: #666666;
}
#shipping-rates-details .columns {
    padding-left: 0;
    padding-right: 0;
}
.shipping-rates-details .selected-shipping-country {
    color: #666666;
    margin-bottom: 10px;
}
.shipping-rates-details #shipping-options {
    color: #666666;
}
.shipping-rates-details .shipping-option-price {
    text-align: right;
}
footer .shipping-rates-details {
    float: left !important;
}
.links-shipping-rates-container {
    margin: 0 auto;
    width: 100%;
}
#shipping-rates-details .shipping-option-information-container {
    margin-top: 20px;
}
#shipping-rates-details .shipping-option-information-container p {
    text-transform: initial !important;
    line-height: 1.7;
    color: #333333 !important;
}
#shipping-rates-details a.dark-link,
#shipping-rates-details a.dark-link:link,
#shipping-rates-details a.dark-link:visited,
#shipping-rates-details a.dark-link:hover,
#shipping-rates-details a.dark-link:active {
    color: #333333;
    text-decoration: underline;
}
#shipping-rates-details .shipping-option-name-container.same-day-option {
    margin-top: 10px;
}

/* @media only screen and (min-width: 640px) {
    .shipping-rates-details {
        max-width: 300px;
    }
} */

/* End of Shipping information in footer */ 

/**
    Styles for new utility sub-menu/CMS page layout
*/
.utility-menu li {
    display: none !important; /* temporarily hiding the utility menu until we roll out to all pages */
}
.utility-menu a {
    display: block;
    background: #f7f8f9;
    padding: 18px 0 11px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
}

.utility-menu a.current,
.utility-menu a:hover {
    background-color: #f6e3e8;
}

/**
    Styles for new styled accordion in CMS pages
 */
.cms-accordion .accordion-title h2 {
    font-size: 1rem !important;
    font-weight: 800 !important;
    text-transform: none !important;
    color: #333 !important;
    margin-top: 0 !important;
    display: inline;
    letter-spacing: 0.4px;
}
.cms-accordion .content h3, .content h4 {
    text-transform: none !important;
}
.cms-accordion .content h4 {
    font-weight: bold;
}
.cms-accordion .row p, .content {
    font-weight: 400 !important;
    font-size: 0.875rem !important;
}
.cms-accordion .content ul {
    list-style-type:disc;
    color: inherit !important;
}
.cms-accordion .margin-bottom-small {
    margin-bottom: 0.5rem;
}
.cms-accordion .margin-bottom-large {
    margin-bottom: 1.25rem;
}
h1.cms-title {
    margin-top: 0.5rem;
}
ul.cms-list {
    font-size: 1rem;
}
.cms-accordion ul,
.cms-accordion ol,
.cms-accordion dl,
.cms-accordion p {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.cms-accordion div a {
    color: #333;
    text-decoration: underline;
}

/**
    Style guide table styles
 */
#sizeGuideTitle {
    font-weight: bold;
}

.size-guide-shoes-title {
    text-align: center;
}

.sizeGuideTable {
    background: #f7f8f9;
    padding: 10px;
    width: 98%;
    border: none;
    border-collapse: separate;
}

.sizeGuideTable th {
    font-weight: bold;
}

.sizeGuideTable th,
.sizeGuideTable td {
    padding: 12px 20px;
}

.sizeGuideTable td {
    border-top: solid 1px #d9d9d9;
}

.sizeGuideTable tbody th {
    border-right: solid 1px #d9d9d9;
}

.sizeGuideTable td:last-child {
    border-right: solid 1px #d9d9d9;
}

.sizeGuideTable tr:last-child td {
    border-bottom: solid 1px #d9d9d9;
}

#sizeGuideTableMobile,
#sizeConversionChartMobile,
#sizeGuideConversionTitle,
#how-to-measure-link,
#shoeSizeGuideTableMobile {
    display: none;
}

#sizeGuideUnitSelection {
    float: right;
    position: relative;
    top: -37px;
    margin-right: 30px;
    border: 1px solid #000;
    border-left: 3px solid #000;
    border-right: 3px solid #000;
}

#sizeGuideUnitSelection a {
    background: white;
    margin: 0;
    text-decoration: none;
    font-weight: bold !important;
    height: auto;
}

#sizeGuideUnitSelection  a.active {
    background: #000;
    color: #fff;
}

#sizeGuideUnitSelection a abbr {
    cursor: pointer;
    border-bottom: none;
    color: inherit;
    text-decoration-line: none;
    font-size: inherit;
}

.size-guide-clothes-au-content {
    float: left;
    width: 60%;
    position: relative;
    top: -30px;
}

#howToMeasureSection {
    max-width: 40%;
    position: absolute;
    top: 30px;
    right: 0;
    padding-right: 20px;
}

#howToMeasureTitle {
    text-align: center;
    font-weight: bold;
}

img.how-to-measure {
    width: 100%;
    max-width: 540px;
}

#prod-size-guide {
    max-height: 100%;
    max-width: 80%;
    height: 85%;
    overflow: hidden;
}

#prod-size-guide .close-reveal-modal:hover {
    border-color: #fff;
}

#prod-size-guide .close-reveal-modal:before, #prod-size-guide .close-reveal-modal:after {
    border-color: #333;
}

#prod-size-guide p.small {
    color: #333 !important;
}

#prod-size-guide .size-disclaimer {
    max-width: 42%;
}
.mega-menu .columns:not(.mega-list) .level1 > a {
    font-weight: bold;
    color:#333 !important;
}
#shoeSizeGuideTableDesktop {
    top: 0;
}

/*** hover image for both mobile and desktop ***/
.product-image.showback .back-image{
    display: block !important;
}
.product-image.showback .item-image{
    display: none;
}

/*** Prevent hover during extended size AB test with doubled product images ***/
.double-image .product-image.showback .back-image{
    display: none !important;
}
.double-image .product-image.showback .item-image{
    display: block;
}


/* HOME PAGE */

body.cms-home .product-list-title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

body.cms-home .product-list-general .item .item-title{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 22px;
    text-transform: capitalize;
}

/* CAREER PAGE */

body.showpo-career-index-index h1 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.4px;
    text-align: left;
    text-transform: capitalize;
}

body.showpo-career-index-index h2 {
    font-size: 18px !important;
    font-weight: bold !important;
    letter-spacing: 0.4px;
    text-transform: capitalize !important;
}

body.showpo-career-index-index p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 26px;
}

/* SHIPPING PAGE */

body.cms-shipping-info h1 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.4px;
    text-align: left;
    text-transform: capitalize;
}

body.cms-shipping-info h2,
body.cms-shipping-info h3 {
    font-size: 16px !important;
    font-weight: bold !important;
    letter-spacing: 0.4px !important;
    margin-bottom: 5px !important;
    text-transform: initial !important;
    margin-top: 0;
    margin-bottom: 10px !important;
}
body.cms-shipping-info #shipping-search-title,
body.cms-shipping-info #shipping-postcode-title {
        font-size: 13px;
    color: #666666;
    font-weight: normal;
    margin-bottom: 10px;
}

body.cms-shipping-info  input#shipping_postcode {
    padding: 10px 15px !important;
}

body.cms-shipping-info #div-shipping-info .result-title a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 26px;
}

body.cms-shipping-info #div-shipping-info {
    margin-bottom: 20px;
}

/* FAQ PAGE */
body.cms-faq h1 {
    font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.4px;
	text-align: left;
}

body.cms-faq p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 26px;
}

body.cms-faq .accordion .accordion-navigation .accordion-title h2 {
    font-size: 1rem !important;
    font-weight: bold !important;
    text-transform: none !important;
    color: #333 !important;
    letter-spacing: 0.4px;
}

/* CONTACT US PAGE */

body.contacts-index-index h1 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.4px;
    text-align: left;
    text-transform: capitalize;
}

body.contacts-index-index h2,
body.contacts-index-index h3 {
    font-size: 18px !important;
    font-weight: bold !important;
    letter-spacing: 0.4px;
    text-transform: capitalize !important;
}

body.contacts-index-index p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 26px;
}

/* SIZING GUIDE PAGE */

body.cms-size-guide h1 {
    font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.4px;
    text-align: center;
    text-transform: capitalize;
}

body.cms-size-guide h2 {
    font-size: 18px !important;
	font-weight: bold !important;
	line-height: 1.33;
    letter-spacing: 0.4px;
    text-transform: capitalize;
}

body.cms-size-guide p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 26px;
}

/* RETURNS PAGE */

body.cms-returns h1 {
    font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.4px;
    text-align: left;
    text-transform: capitalize;
}

/* ACCOUNT PAGE */

/* CUSTOMER ADDRESS PAGE */
body.customer-address-index .my-account .box-head h2 { /* DISPLAY SMALL */
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.4px;
}

body.customer-address-index .my-account .box-head h3 { /* DISPLAY SMALL */
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-transform: none;
}

body.customer-address-index .my-account address { /* BODY ITALIC */
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 26px;
    font-style: italic;
}

/* CUSTOMER ACCOUNT NEWSLETTER SUBSCRIPTION */
body.newsletter-manage-index .legend { /* DISPLAY SMALL */
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.4px;
    text-transform: none;
}

body.newsletter-manage-index label { /* CAPTION */
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 22px;
}

/* CUSTOMER ACCOUNT STORE CREDIT PAGE */
body.enterprise-customerbalance-info-index .account-balance { /* BODY */
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 26px;
}

body.enterprise-customerbalance-info-index .account-balance h2 { /* DISPLAY SMALL */
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.4px;
}

/* CUSTOMER ACCOUNT GIFT CARD PAGE */
body.enterprise-giftcardaccount-customer-index label { /* CAPTION */
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin-bottom: 4px;
}

body.enterprise-giftcardaccount-customer-index input { /* BODY */
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 26px;
    margin-bottom: 25px;
}

body.enterprise-giftcardaccount-customer-index .buttons-set {
    border: none;
    margin-top: 20px;
}

/* CUSTOMER ACCOUNT REWARD POINTS PAGE */
body.enterprise-reward-customer-info h2 { /* DISPLAY SMALL */
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.4px;
    text-transform: none;
}

body.enterprise-reward-customer-info p { /* BODY */
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 26px;
}

body.enterprise-reward-customer-info label { /* CAPTION */
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 22px;
}

body.enterprise-reward-customer-info .buttons-set {
    border: none;
}

body.enterprise-reward-customer-info .form-list .control {
    margin-bottom: 0;
}

body.enterprise-reward-customer-info button[type="submit"] {
    margin-top: 30px;
}

/* CUSTOMER ACCOUNT ORDERS HISTORY */
body.sales-order-history th,
body.sales-order-history td {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 22px;
}

/* CUSTOMER ACCOUNT SALES ORDER VIEW */
body.sales-order-view h2 { /* DISPLAY SMALL */
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.4px;
    text-transform: none;
}
body.sales-order-view .link-print {
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

body.sales-order-view address { /* BODY */
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 26px;
    font-style: italic;
}

body.sales-order-view .box-content { /* BODY */
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 26px;
}

body.sales-order-view h3 { /* DISPLAY SMALL */
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-transform: none;
}
body.sales-order-view .item-options {
    font-size: 14px;
    letter-spacing: 0.2px;
    text-transform: none;
}

body.sales-order-view #order-info-tabs li {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.4px;
    text-transform: none;
}

body.sales-order-view th { /* BODY */
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 26px;
    text-transform: none;
}
/* CUSTOMER ADDRESS FORM */
body.customer-address-form .page-title h2 {
    font-size: 20px !important;
    font-weight: bold !important;
    letter-spacing: 0.4px !important;
    margin: 0 !important;
    text-transform: none;
}
body.customer-address-form h2 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.4px;
    text-transform: none;
}

/* CUSTOMER ACCOUNT SALES ORDER INVOICE */
body.sales-order-invoice h2 { /* DISPLAY SMALL */
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.4px;
    text-transform: none;
}

body.sales-order-invoice .link-print {
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

body.sales-order-invoice address { /* BODY */
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 26px;
    font-style: italic;
}

body.sales-order-invoice .box-content { /* BODY */
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 26px;
}

body.sales-order-invoice h3,
body.sales-order-invoice h4 { /* DISPLAY SMALL */
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-transform: none;
}

body.sales-order-invoice #order-info-tabs li {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.4px;
    text-transform: none;
}

body.sales-order-invoice th { /* BODY */
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 26px;
    text-transform: none;
}

body.sales-order-invoice dl.item-options {
    font-size: 14px;
}

/* STORE CREDIT PAGE */
body.enterprise-customerbalance-info-index .my-account .page-title h1 {
    margin-bottom: 20px;
}

body.enterprise-customerbalance-info-index .account-balance,
body.enterprise-customerbalance-info-index .account-balance p { /* BODY */
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 26px;
}

body.enterprise-customerbalance-info-index .account-balance h2,
body.enterprise-customerbalance-info-index .table-caption { /* DISPLAY SMALL */
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.4px;
    text-transform: capitalize;
}

body.enterprise-customerbalance-info-index .table-caption {
    margin-top: 30px;
}

/* LOGIN PAGE */
body.customer-account-login h1,
body.customer-account-login h2,
body.customer-account-login h3,
body.customer-account-login h4,
body.customer-account-login h5,
body.customer-account-login h6 {
    text-transform: none;
}

body.customer-account-login h1,
body.customer-account-login h2 {
    font-size: 20px !important;
    font-weight: bold !important;
    letter-spacing: 0.4px !important;
}


@media screen and (max-width: 767px) {
    body.showpo-career-index-index h1 {
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 0.4px;
    }
    
    body.showpo-career-index-index h2 {
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0.2px;
    }
    
    body.showpo-career-index-index p {
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0.2px;
        line-height: 25px;
    }

    /* FAQ PAGE */
    body.cms-faq p {
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0.2px;
        line-height: 25px;
    }

    /* SHIPPING PAGE */

    body.cms-shipping-info h1 {
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 0.4px;
    }

    /* body.cms-shipping-info #div-shipping-info .result-title b {
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0.2px;
    } */

    body.cms-shipping-info #div-shipping-info td {
        font-size: 15px;
        letter-spacing: 0.2px;
        line-height: 25px;
    }

    body.cms-shipping-info p {
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0.2px;
        line-height: 25px;
    }

    /* SIZING GUIDE PAGE */

    body.cms-size-guide h1 {
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 0.4px;
        text-align: center;
        text-transform: capitalize;
    }

    body.cms-size-guide h2 {
        font-size: 17px !important;
        font-weight: bold !important;
        letter-spacing: 0.4px;
        line-height: 1.33;
        text-transform: capitalize;
    }

    body.cms-size-guide p {
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0.2px;
        line-height: 25px;
    }

    /* ACCOUNT PAGE */

    body.customer-account-edit .legend { /* DISPLAY SMALL */
        font-size: 17px;
        font-weight: bold;
        letter-spacing: 0.4px;
        text-transform: none;
    }

    body.customer-account-edit label { /* CAPTION */
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.2px;
        line-height: 22px;
    }

    body.customer-account-edit input { /* BODY */
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0.2px;
        line-height: 25px;
    }

    /* CUSTOMER ADDRESS PAGE */
    body.customer-address-index .my-account .box-head h2 { /* DISPLAY SMALL */
        font-size: 17px;
    }

    body.customer-address-index .my-account .box-head h3 { /* DISPLAY SMALL */
        font-size: 17px;
    }

    body.customer-address-index .my-account address { /* BODY ITALIC */
        font-size: 15px;
        letter-spacing: 0.2px;
        line-height: 25px;
    }

    /* CUSTOMER ACCOUNT NEWSLETTER SUBSCRIPTION */
    body.newsletter-manage-index .legend { /* DISPLAY SMALL */
        font-size: 17px;
    }

    /* STORE CREDIT PAGE */
    body.enterprise-customerbalance-info-index .account-balance { /* BODY */
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0.2px;
        line-height: 25px;
    }

    body.enterprise-customerbalance-info-index .account-balance h2 { /* DISPLAY SMALL */
        font-size: 17px;
        font-weight: bold;
        letter-spacing: 0.4px;
        text-transform: capitalize;
    }

    /* CUSTOMER ACCOUNT GIFT CARD PAGE */
    body.enterprise-giftcardaccount-customer-index input { /* BODY */
        font-size: 15px;
        letter-spacing: 0.2px;
        line-height: 25px;
    }

    /* CUSTOMER ACCOUNT REWARD POINTS PAGE */
    body.enterprise-reward-customer-info h2 { /* DISPLAY SMALL */
        font-size: 17px;
    }

    body.enterprise-reward-customer-info p { /* BODY */
        font-size: 15px;
        letter-spacing: 0.2px;
        line-height: 25px;
    }
}

body.customer-address-form #suburb-search {
    margin-bottom: 0;
}

body.customer-address-form .tt-menu {
    border: 1px solid #aaa;
    border-top: none;
    border-bottom: none;
    padding: 0;
    max-height: 306px;
}

body.customer-address-form .tt-menu .tt-suggestion {
    padding: 5px 10px;
    border-bottom: 1px solid #aaa;
}

body.customer-address-form .manual-details {
    margin-top: 10px;
}

body.customer-address-form .validation-advice {
    margin-top: -16px;
}

/* LOG OUT REDIRECT PAGE */

.account-logout .button {
    line-height: 27px;
}

/* Product Reviews Sitewide Banner */
#rating-stars {
    background-image: url('https://cdnskin.executiveponies.com/skin/frontend/sp/default/images/product-review-banner/star-copy-17-2x.png');
    background-size: contain;
    height: 20px;
    width: 0;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    float: left;
}
#product-reviews-banner-container {
    background: #fae9de;
    padding: 10px 20px;
    z-index: 10;
}
#rating-description {
    margin: 0;
    padding-top: 4px;
    float: right;
    font-size: 12px;
    letter-spacing: -0.3px;
}
body.checkout-onepage-index #product-reviews-banner-container,
body.checkout-onepage-success #product-reviews-banner-container,
body.bz-wishlist-index-account #product-reviews-banner-container,
body.enterprise-giftcardaccount-customer-index #product-reviews-banner-container,
body.review-customer-index #product-reviews-banner-container,
body.newsletter-manage-index #product-reviews-banner-container,
body.sales-order-history #product-reviews-banner-container,
body.customer-address-form #product-reviews-banner-container,
body[class*="customer-account"] #product-reviews-banner-container {
    display: none !important;
}
@media screen and (min-width: 641px) {
    #product-reviews-banner-container {
        display: none !important;
    }
}
/* End of Product Reviews Sitewide Banner */

/* Live Chat */
body.fc-widget-open .chat-fc-form-outer {
    background-color: #fafbfb;
}
body.fc-widget-open .chat-fc-form-outer div.form {
    background-color: #fafbfb;
}
body.fc-widget-open .chat-fc-form-outer div.form ul li label {
    background-color: transparent;
    position: relative;
    top: -3px;
    left: -2px;
    font-size: 13px;
}
body.fc-widget-open .chat-fc-form-outer div.form ul li {
    margin-bottom: 10px;
}
body.fc-widget-open .chat-fc-form-outer div.form a.fc-button {
    margin-top: 20px;
}
body.fc-widget-open .chat-fc-form-outer p.header {
    margin-bottom: 5px;
}
body.fc-widget-open .chat-fc-form-outer div.form p {
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Fira Sans', 'Droid Sans', 'Cantarell', 'Helvetica Neue', sans-serif !important;
    margin-bottom: 20px;
}
body.fc-widget-open span.emoji {
    font-size: 18px;
    position: relative;
    top: 1px;
}

/* Reset Password */
.account-forgotpassword button[type=submit] {
    width: auto;
    line-height: 1;
}
/* .mega-list .heading_only {
    padding: 6px 20px 6px 16px !important;
} */

a.lookbook-feature {
    display: block;
}

/* Mega Menu */
.top-bar-section .extra-menu-items-list li a,
.top-bar-section .extra-menu-items-list  li.menu-currency {
    background-color: transparent !important;
}
/* Menu Mobile Styling Additions - SP-899-new-ia---mobile-app-menu-heading-2 */
@media screen and (max-width: 640px){
    .top-bar-section .back h5 > a.level1.has-children:before, 
    .top-bar-section .back h5 > a.level1.has-children:after {
        display: none !important;
    }
    .left-off-canvas-menu.main-nav .top-bar-section .dropdown li:hover > a {
        background: none !important;
    }
    .top-bar-section .mega-list ul.level1.dropdown a.parent-link.js-generated {
        display: none !important;
    }
    .level0.arrow-box.dropdown .parent-link.js-generated {
        font-size: 16px;
        line-height: 26px;
    }
    .top-bar-section .mega-list li.level1.has-dropdown.mega-menu.not-click:nth-of-type(1) ul.level1.dropdown {
        position: initial !important;
        display: block !important;
        height: auto;
        width: 100%;
    }
    .top-bar-section .mega-list li.level1.has-dropdown.mega-menu.not-click:nth-of-type(1) a.level1.has-children {
        display: none;
    }
    .top-bar-section .mega-list li.level1.has-dropdown.mega-menu.not-click:nth-of-type(1) .title.back.js-generated {
        display: none;
    }
    .top-bar-section .mega-list li.level1.has-dropdown.mega-menu.not-click a.level1.has-children {
        font-size: 14px;
        color: #000000 !important;
        background-color: #f7f8f9 !important;
    }
    .mega-menu .menu-block.spotlight-block a {
        font-size: 13px;
    }
    li.show-for-small-only.heading-space,
    li.title.back.js-generated {
        margin-bottom: 10px;
    }
    .spotlight-block:last-child {
        float: left !important;
    }
    li.level1:last-of-type {
        margin-bottom: 10px !important;
    }
    /* Mega Menu */
    .top-bar .top-bar-section .extra-menu-items-list {
        margin-top: 20px;
    }
    .top-bar-section .extra-menu-items-list > li:first-of-type {
        border-top: 1px solid #ededed;
    }
    .top-bar-section .extra-menu-items-list > li {
        border-bottom: 1px solid #ededed;
    }
    .top-bar-section .extra-menu-items-list > li > a {
        margin-bottom: 0;
        height: 50px;
        padding: 14px 15px 13px 15px;
    }
    .top-bar-section .extra-menu-items-list > li > a.cm-login,
    .top-bar-section .extra-menu-items-list > li > a.login-details {
        padding: 10px 15px;
    }
    .top-bar-section .extra-menu-items-list > li > a.cm-login > span.login-info,
    .top-bar-section .extra-menu-items-list > li > a.login-details > span.login-info {
        position: relative;
        top: 1px;
    }
    .top-bar-section .extra-menu-items-list > li > a.cm-login > span.login-info {
        text-decoration: underline;
    }
    .mobile-social-footer-container {
        float: left;
        width: 100%;
        padding: 20px 40px 40px;
        background-color: #f7f8f9;
        margin-top: 30px;
        text-align: center;
    }
    .mobile-social-footer-container .icon-container {
        padding: 5px;
    }
    .mobile-social-footer-container > h2 {
        margin-bottom: 15px;
    }
    .top-bar-section a.home-link {
        margin-top: 56px;
    }
    .top-bar-section a.home-link,
    .top-bar-section a.shop-insta-link {
        display: block;
        color: #333333;
        margin-bottom: 10px;
    }
    a.home-link .home-menu-item-name,
    a.shop-insta-link .insta-menu-item-name {
        height: 80px;
        background-color: #f7f8f9 !important;
        padding: 28px 15px;
        float: left;
    }
    a.home-link .home-menu-item-name {
        width: 70%;
    }
    a.shop-insta-link .insta-menu-item-name {
        width: 75%;
    }
    a.home-link .home-menu-item-image,
    a.shop-insta-link .insta-menu-item-image {
        height: 80px;
        float: right;
        background-size: contain;
        background-position-x: 100%;
        background-position-y: 50%;
        background-repeat: no-repeat;
        background-color: #f7f8f9;
    }
    a.home-link .home-menu-item-image {
        width: 30%;
    }
    a.shop-insta-link .insta-menu-item-image {
        width: 25%;
    }
    /* SP-1029 Mega menu */
    .top-bar-section .has-dropdown.moved > .dropdown:before {
        content: "";
        display: block;
        position: initial;
        height: 56px;
    }
}

@media screen and (min-width: 641px){
    .mega-list .heading_only {
        pointer-events: none;
    }
    .menu-block.spotlight-block {
        padding-left: 15px;
        padding-right: 0;
        float: left !important;
    }
    .lookbook-menu-item {
        margin-top: 10px;
    }

    /* New Custom Work */
    /* Mega Menu - SP-1029 */
    .menu-section-heading.level1 {
        padding: 0;
        font-weight: bold;
    }
    .menu-section-heading hr {
        margin: 10px 0;
        border-color: #cfcfcf;
    }
    .level0 > .mega-list:last-of-type {
        padding-left: 0;
        padding-right: 15px;
    }
    .mega-list li.level1:first-of-type > a.level1 {
        margin-left: 15px !important;
    }
    .mega-menu ul.columns-3-for-large .mega-list > li.level1:first-of-type > a {
        padding-left: 0 !important;
    }
    .mega-list.spotlight-list .category-menu-title,
    .mega-list.custom-banner .category-menu-title {
        padding-left: 15px;
        font-weight: bold;
        font-size: 13px;
        letter-spacing: 0.1px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .mega-menu ul.columns-3-for-large .mega-list > li.level1 {
        /* width: 33.333333333333333% !important; */
        padding-bottom: 20px !important;
    }
    .mega-menu ul.columns-3-for-large .mega-list.edit-section > li.level1 {
        width: 50% !important;
    }
    .mega-menu ul.columns-3-for-large .mega-list > li.level1 > a {
        width: 102%;
        padding: 0 15px 10px !important;
    }
    .level0 >.heading-underline {
        position: absolute;
        width: 100%;
        /* max-width: 1315px; */
        max-width: 1255px;
        height: 1px;
        border-bottom: 1px solid #cfcfcf;
        z-index: 99;
        margin-left: 15px;
        top: 39px;
    }
    .level0 > .mega-list ul.level1.dropdown {
        padding-top: 20px !important;
    }
    .spotlight-items.clearfix {
        padding-top: 15px;
    }
    .mega-menu a.level1,
    .mega-menu a.level1.has-children {
        font-weight: bold !important;
        pointer-events: none;
    }
    .menu-block.spotlight-block .spotlight-image img {
        width: 100%;
    }
    .menu-block.spotlight-block a.spotlight-name {
        text-align: center;
        font-weight: normal !important;
        color: #666666 !important;
        font-size: 13px;
    }
    .mega-menu .level1.nav-1-1 a.level2.back-in-stock {
        margin-top: 26px !important;
    }
    .mega-list.columns.lookbook-menu {
        text-align: center;
        padding-top: 0;
    }
    .mega-list.columns.lookbook-menu .lookbook-menu-item-image {
        max-height: 154px;
        max-width: 154px;
        width: 10vw;
        height: 10vw;
        display: inline-block;
        border-radius: 50%;
        background-size: cover;
        margin-top: 20px;
    }
    .mega-list.columns.lookbook-menu .lookbook-menu-item-name {
        margin-top: 4px;
        line-height: 1;
    }
    .lookbook-menu-item-view-all {
        margin-top: 13px;
    }
    .lookbook-menu-item-view-all a {
        color: #666666 !important;
        text-decoration: underline;
        font-size: 13px;
        letter-spacing: 0.1px;
    }
    .menu-block.sales-banner {
        padding-top: 54px;
        padding-bottom: 20px;
    }
    a.lookbook-feature {
        margin-top: 45px;
    }
    /* SP-1029 Mega menu */
    .base-content.showing-mega-menu:before {
        content: '';
        height: 100vh !important;
        width: 100%;
        background: rgba(0,0,0,0.5);
        position: fixed;
        z-index: 9;
        top: 60px;
    }
    a.spotlight-name div {
        line-height: 1.4 !important;
    }
    .mobile-social-footer-container {
        display: none;
    }
    .top-bar-section a.home-link,
    .top-bar-section a.shop-insta-link {
        display: none;
    }
    .beauty-menu .menu-block.spotlight-block a.spotlight-name {
        display: none;
    }
    .beauty-menu a.spotlight-image.desktop.hide-on-small-only img {
        width: 80%;
    }
    .dynamic-menu-2-col .dynamic-menu > .level1.mega-menu {
        width: 50% !important;
    }
    .dynamic-menu-3-col .dynamic-menu > .level1.mega-menu {
        width: 33.333333333333333% !important
    }
    .dynamic-menu-4-col .dynamic-menu > .level1.mega-menu {
        width: 25% !important;
    }
    .wedding-shop-link {
        display: none !important;
    }
    /* End of new Custom Work */
}
@media only screen and (max-width: 640px){
    .left-off-canvas-menu.main-nav .dropdown li a:not(.button), 
    .left-off-canvas-menu.main-nav .dropdown ul.dropdown,
    .right-off-canvas-menu.main-nav .dropdown li a:not(.button), 
    .right-off-canvas-menu.main-nav .dropdown ul.dropdown {
        margin-bottom: 10px !important;
    }
    .top-bar .mega-list.columns {
        padding-left: 0;
        padding-right: 0;
        background-color: #ffffff;
    }
    .top-bar, section.top-bar-section ul, .top-bar-section ul li > a {
        background-color: #ffffff !important;
    }
    .top-bar-section ul li > a {
        margin-bottom: 10px;
    }
    .left-off-canvas-menu.main-nav .dropdown ul.dropdown.level1 {
        margin-bottom: 0 !important;
    }
    .right-off-canvas-menu,
    .left-off-canvas-menu.main-nav {
        background: #ffffff !important;
    }
    .menu-section-heading.level0 hr {
        display: none;
    }
    .spotlight-list .menu-section-heading.level0,
    .custom-banner .menu-section-heading.level0 {
        padding: 10px 15px 0;
        margin-bottom: 10px;
    }
    .left-off-canvas-menu.main-nav .mega-menu .dropdown ul.dropdown {
        /* background: #ffffff !important; */
    }
    .top-bar .top-bar-section .right {
        padding-top: 0;
    }
    .top-bar-section ul li.menu-currency {
        margin-bottom: inherit !important;
    }
    .right-off-canvas-menu, 
    .left-off-canvas-menu.main-nav.horizontal {
        background: #ffffff !important;
    }
    .mega-menu .menu-block.spotlight-block {
        padding: 0;
        background-color: #f7f8f9;
        margin-bottom: 10px;
    }
    .spotlight-image {
        float: right;
        width: 25%;
    }
    .mega-menu .menu-block.spotlight-block a.spotlight-name {
        float: left;
        width: 75%;
        font-size: 14px;
        font-weight: normal;
        padding: 13px 15px !important;
        line-height: 26px !important;
    }
    .mega-menu .menu-block.spotlight-block a.spotlight-name > div {
        position: absolute;
    }
    .mega-list li.mega-menu ul.level1.dropdown {
        background: #ffffff !important;
    }
    li.title.back.js-generated h5 a {
        text-align: center;
        height: auto !important;
    }
    a.exit-off-canvas::before {
        content: 'x';
        background: white;
        width: 40px;
        height: 47px;
        position: absolute;
        text-align: center;
        padding: 0;
        font-size: 34px;
        line-height: 1.2;
        color: #000000;
    }
    .lookbook-menu-item-view-all a {
        background-color: #f7f8f9 !important;
        display: block;
        padding: 13px 15px;
    }
    a.lookbook-feature {
        margin-bottom: 10px;
    }
    .lookbook-menu-item-image {
        height: 50px;
        width: 15%;
        float: right;
        background-size: contain;
        background-position-x: 50%;
        background-position-y: 50%;
        background-repeat: no-repeat;
        background-color: #f7f8f9;
    }
    .lookbook-menu-item-name {
        width: 85%;
        height: 50px;
        background-color: #f7f8f9 !important;
        padding: 13px 15px;
        line-height: 1.6;
    }
    .level0 > li.parent-link.hide-for-medium-up {
        display: none !important;
    }
    a.spotlight-name {
        background-color: #f7f8f9 !important;
    }
    a.spotlight-image.mobile.show-on-small-only {
        height: 52px;
        /* background-size: cover; */
        background-size: contain !important;
        background-position-x: 100% !important;
        background-position-y: 50% !important;
        background-repeat: no-repeat !important;
        background-color: #f7f8f9 !important;
    }
    a.spotlight-image > img {
        display: none;
    }
    a.spotlight-image.desktop.hide-on-small-only {
        display: none;
    }
    /* a.spotlight-image.mobile.show-on-small-only {
        background-size: cover !important;
        background-position-x: 50% !important;
        background-position-y: 50% !important;
    } */
    .beauty-menu a.spotlight-image.mobile.show-on-small-only {
        background-size: 90% !important;
        background-repeat: no-repeat !important;
        background-color: #ffffff !important;
        border: 4px solid #f7f8f9;
    }
    .wedding-shop-link.level1.clearfix {
        margin-bottom: 10px;
        margin-top: 3px;
    }
    .wedding-shop-link .main-category-link-text {
        width: 75%;
        float: left;
        height: 70px;
        padding: 23px 0 23px 15px !important;
        background: #F7F8F9 !important;
    }
    .left-off-canvas-menu.main-nav .top-bar-section .dropdown li:hover > a.main-category-link-text {
        background: #f7f8f9 !important;
    }
    .wedding-shop-link .main-category-link-image {
        width: 25%;
        float: left;
        height: 70px;
        background-size: contain;
        background-position-x: 100%;
        background-repeat: no-repeat;
        background-color: #f7f8f9;
    }
}

/* Afterpay instalment payment on cateogry page (SP-1030) */
.afterpay-instalment-information-container {
    width: 100%;
}
.afterpay-instalment-information {
    font-size: 12px;
    text-align: center;
    background-color: #f6e3e8;
    vertical-align: middle;
    height: 38px;
    line-height: 1.2;
}
.afterpay-instalment-information .afterpay-logo {
    max-width: 74px;
}
/* End Of Afterpay instalment payment on cateogry page (SP-1030) */

/* IA - Mobile Menu */
.mobile-main-menu {
    position: fixed;
    top: 0;
    width: 80%;
    height: 46px;
    background: red;
    z-index: 99999999999;
    background-color: #eec9d2;
    font-size: 1rem;
    line-height: 3;
}
.mobile-main-menu.navigating:before, 
.mobile-main-menu.navigating:after {
    border-right: 2px solid;
    content: "";
    display: block;
    height: 6px;
    margin-top: -4px;
    position: absolute !important;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 18px;
    top: 23px;
    width: 0;
    color: #333 !important;
    margin-right: 6px;
}
.mobile-main-menu.navigating::after {
    margin-top: -1px;
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-style: none !important;
    border-right: 2px solid !important;
}
/* End of - IA - Mobile Menu */
.left-off-canvas-menu.main-nav {
    background: #ffffff !important;
}
.main-nav .top-bar-section li:not(.has-form) a:not(.button), .main-nav .top-bar-section > ul {
    background: #ffffff;
}
/*** Small Only ***/
@media only screen and (max-width: 40em) {
    .main-header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 82 !important;
    }
    .top-bar .top-bar-section .heading-space {
        background-color: #eec9d2;
        font-size: 1rem;
        line-height: 2.4;
        padding: 4px 0 4px 15px;
        text-align: center;
        color: #333 !important;
        height: 2.875rem;
        position: fixed !important;
        width: 100%;
        z-index: 90 !important;
        visibility: hidden;
    }
    .moved > .dropdown > li.title.back.js-generated {
        position: fixed !important;
        z-index: 90 !important;
        top: 0;
        visibility: hidden;
    }
    .global-promotion-banner{
        display:block;
        margin: 0 0 10px 0;
    }
    .homepage-banner-blue{
        padding: 8px 10px;
    }
    .cms-index-index .global-promotion-banner{
        margin: 2px 0 0 0;
    }
    .promotion-banner-sticky{
        display:none;
    }
    .off-canvas-wrap,
    .off-canvas-wrap .base-content,
    .off-canvas-wrap .inner-wrap{
        height: 100%;
        -webkit-overflow-scrolling: touch; 
    }
    .off-canvas-wrap .base-content{
        /* padding-top:56px; */
        padding-top:46px;
        overflow-y:scroll;
        overflow-x:hidden;
        -webkit-overflow-scrolling: touch; 
    }
    .checkout-onepage-index .base-content, 
    .checkout-onepage-index .off-canvas-wrap,
    .checkout-onepage-index .off-canvas-wrap .inner-wrap{
        height: auto !important;
        overflow: hidden;
    }
    .category-description{
        margin: 0 0 20px;
    }
    .catalog-product-view .breadcrumbs-wrapper{
        display:none;
    }
    .breadcrumbs-wrapper{
        margin-top: 10px;
    }
    .catalog-product-view .base-content{
        padding-top:46px;
    }
    .row {
        padding-left: 2%;
        padding-right: 2%;
    }
    .toolbar-actions.limiter{
        float:right;
        margin:0;
    }
    button.expand,
    .button.expand {
        font-size: 0.875rem;
        padding: 0.625rem;
    }
    .top-bar-section ul li.menu-currency {
        margin-bottom: 20px;
        background-color: #F8E6DA;
    }
    .top-bar-section ul li.menu-currency .parent-link{
        display:none !important;
    }
    .top-bar-section .has-dropdown.moved .dropdown{
        display: block !important;
    }
    .top-bar-section .has-dropdown.moved .dropdown .back {
        height: 2.875rem;
    }
    .top-bar-section .right{
        border-top: 1px solid #ccc;
        margin-top:5px;
        padding-top: 5px;
    }
    .product-essential .product-shop{
        float: none;
        margin-top: 15px;
        overflow: auto;
    }
    .product-view .product-shop .product-name{
        margin: 10px 0;
        text-align: center;
        font-size: 1.375rem;
    }
    .multimedia-social {
        text-align: center;
    }
    .product-view .product-shop .price-box{
        text-align: center;
    }
    .product-view .product-shop .price-box .price{
        font-size: 1.375rem;
    }
    .product-list-general .item .item-title,
    .product-list-general .prods .product-name a{
        font-size: 12px;
    }
    .homepage-promotions {
        margin-bottom: 0;
    }
    .homepage-promotions .columns{
        display:none;
    }
    .homepage-promotions .columns:first-child{
        font-size: 12px;
        display:block;
    }
    .cms-index-index .base-content{
        /*padding-top: 45px;*/
        padding-top: 2.75rem;
    }
    .cms-index-index .std .row,
    .cms-index-index .std .columns{
        padding:0;
    }
    .base-content,
    .off-canvas-wrap, 
    .off-canvas-wrap .inner-wrap{
        /*height: 100%;*/
    }
    .page-title{
        margin: 10px 0 15px;
    }
    .page-title h1{
        font-size: 1.5rem;
    }
    .user-login{
        display:none !important;
    }
    .header-minicart .cart-content {
        border: none;
    }
    .top-bar .top-bar-section .customer-account {
        background-color: #eec9d2;
        font-size: 1rem;
        line-height: 2.25rem;
        padding: 4px 0 4px 15px;
        text-align: center;
        color: #333 !important;
        height: 2.875rem;
    }
    .top-bar .top-bar-section .customer-account .cm-login i{
        display:inline-block;
        font-size: 1.25rem;
        line-height: 1.9rem;
    }
    .top-bar .top-bar-section .customer-account .cm-login {
        background: transparent none repeat scroll 0 0 !important;
        color: #777 !important;
        display: inline;
        font-size: 1rem;
        line-height: 2.25rem;
        padding: 0;
        vertical-align: middle;
        display:inline-block;
    }
    .top-bar .top-bar-section .customer-account .cm-logout{
        background: transparent none repeat scroll 0 0 !important;
        color: #777 !important;
        display: inline;
        font-size: 1rem;
        height: 2.25rem;
        line-height: 2.25rem;
        padding: 0 10px;
        text-align: center;
        vertical-align: middle;
        width: 2.25rem;
    }
    .checkout-header-wrapper .main-logo{
        margin:0;
    }
    .reveal-modal{
        max-width: 94%;
        max-height: 600px;
        min-height: 350px;
        margin: 10px 3%;
    }
    .prefix,
    .postfix{
        font-size: 0.625rem !important;
    }
    .row.collapse{
        padding-left: 1%;
        padding-right: 1%;
    }
    .inner-wrap {
        overflow: visible;
    }
    .parent-link.js-generated {
        display: block !important;
    }
    .parent-link.js-generated:before {
        content: "All ";
    }
    .top-bar,
    .top-bar-section ul,
    .top-bar-section ul li > a {
        background: #F7F8F9 !important;
    }
    .top-bar-section ul {
        padding-right: 0 !important;
    }
    .top-bar-section .has-dropdown-for-large > a:after {
        content: none;
    }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
        line-height: inherit;
        color: #ffffff;
        background: inherit;
    }
    .main-header .icon-menu{
        color: #333;
        display: block;
        font-size: 1.375rem;
        line-height: 2.875rem;
        margin: 0;
        text-align: center;
        width: 1.8rem;
    }
    .main-header .top-header{
        padding: 0 0;
        height: 2.875rem;
    }
    .logo-container{
        position: static;
        margin: 0 auto 0 38px;
        width: 130px;
        display: inline-block;
        text-align: left;
        float:left;
    }
    .logo-container a{
        display: inline-block;
        line-height: 2.25rem;
    }
    .main-logo {
        max-height: 30px;
    }
    .not-display-in-small{
        display: none !important;
    }
    .move-left .exit-off-canvas,
    .move-right .exit-off-canvas{
        background-color: rgba(0,0,0,0.5);
        box-shadow: none;
    }
    /* offcanvas menu */
    .left-off-canvas-menu.main-nav .dropdown li a:not(.button), 
    .left-off-canvas-menu.main-nav .dropdown ul.dropdown,
    .right-off-canvas-menu.main-nav .dropdown li a:not(.button), 
    .right-off-canvas-menu.main-nav .dropdown ul.dropdown {
        background: #F7F8F9 !important;
    }
    .left-off-canvas-menu.main-nav .dropdown li:hover > a,
    .left-off-canvas-menu.main-nav .dropdown ul.dropdown li:hover > a,
    .right-off-canvas-menu.main-nav .dropdown li:hover > a,
    .right-off-canvas-menu.main-nav .dropdown ul.dropdown li:hover > a {
        background: #F8E6DA !important;
    }
    .touch .off-canvas-wrap.move-left,
    .touch .off-canvas-wrap.move-right {
        overflow: hidden;
    }
    .touch .off-canvas-wrap.move-left .inner-wrap,
    .touch .off-canvas-wrap.move-right .inner-wrap {
        position: fixed;
        top: 0;
        bottom: 0;
    }
    .top-bar .mega-list.columns{
        padding-left:0;
        padding-right:0;
    }
    .top-bar {
        height: auto !important;
    }
    .top-bar .level0.dropdown {
        display: block !important;
    }
    .top-bar-section ul {
        padding-left: 0;
    }
    .top-bar-section ul.left {
        padding-left: 0;
        overflow: hidden;
    }
    .top-bar-section li {
        padding-top: 0;
    }
    .top-bar-section dd ul li,
    .configurable-swatch-list li {
        border-bottom: none !important;
    }
    .top-bar-section li span {
        padding: 0 10px 0 6px;
        color: #333;
        display: inline !important;
    }
    .top-bar-section li.last {
        border-bottom: none;
        margin-bottom: 10px;
    }
    .top-bar-section li.group-title {
        margin: 4px 0 0 0;
        padding: 0 0 0 15px;
        color: pink;
        font-size: 0.937rem;
        font-weight: 600;
        height: 2em;
        /*text-transform: uppercase;*/
    }
    .top-bar-section ul li {
        padding-top: 0;
        font-size: .937rem;
        background: transparent none repeat scroll 0 0;
    }
    .top-bar-section ul.right li > a,
    .top-bar-section ul {
        font-size: 14px;
    }
    .top-bar-section ul li > a,
    .top-bar-section .dropdown li a {
        padding: 13px 0 13px 15px;
        font-size: 14px;
        line-height: 1.8 !important;
    }	
    .mega-list .heading_only {
        padding: 13px 0 13px 15px !important;
    }
    .top-bar-section li:not(.has-form) a:not(.button) {
        line-height: inherit;	
    }
    .top-bar-section .has-dropdown > a:before,
    .top-bar-section .has-dropdown > a:after {
        border-right: 2px solid;
        content: "";
        display: block;
        height: 8px;
        margin-top: -6px;
        position: absolute !important;
        -ms-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        right: 10px;
        top: 50%;
        width: 0;
        color: #333 !important;
        margin-right: 6px;
    }
    .top-bar-section .has-dropdown > a:after {
        margin-top: -1px;
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-style: none !important;
        border-right: 2px solid !important;
    }
    .top-bar-section .has-dropdown.moved > a:before,
    .top-bar-section .has-dropdown.moved > a:after {
        display: none;	
    }
    .top-bar-section .back h5 {
        font-size: 1em;
    }
    .top-bar-section .back h5 a {
        color: #C0C0C0 !important;
        padding-left: 28px;
    }
    .top-bar-section .back h5 > a:before,
    .top-bar-section .back h5 > a:after {
        border-right: 2px solid;
        content: "";
        display: block;
        height: 6px;
        margin-top: -4px;
        position: absolute !important;
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 18px;
        top: 23px;
        width: 0;
        color: #333 !important;
        margin-right: 6px;
    }
    .top-bar-section .back h5 > a:after {
        margin-top: -1px;
        -ms-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        border-style: none !important;
        border-right: 2px solid !important;
    }
    .top-bar-section .arrow-box:after {
        border: none;
    }
    .top-bar-section .has-dropdown-for-large {
        display: none;
    }
    .vertical .custom-menu {
        left: 0 !important;
    }
    .header-minicart .cart-content{
        display:block;
    }
    .right-off-canvas-menu,
    .left-off-canvas-menu.main-nav {
        background: #F7F8F9 !important;
        position:fixed;
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        -ms-transition: none !important;
        transition: none !important;
    }
    .right-off-canvas-menu{
        background-color: #FFF !important;
    }
    .main-nav .top-bar-section ul li a {
        color: #333 !important;
    }
    .main-nav .top-bar-section ul li:hover a,
    .main-nav .top-bar-section ul.left li ul li:hover > a:not(.button) {
        color: #000 !important;
    }
    .mega-list.columns{
        position: static;
    }
    .mega-menu .menu-block a{
        padding:0 !important;
        line-height:0 !important;
    }
    .layered-nav-container ol li.checked:hover a:before,
    .layered-nav-container ol li.checked:hover a {
        color: #9be2e6;
    }
    .newsletter-block .newsletter-subscribe-label{
        display:block;
        padding:0 0 6px;
    }
    .newsletter-form-center{
        max-width: 100%;
    }
    .newsletter-button{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom:6px;
    }
    .newsletter-block .formset{
        margin-left:0;
        margin-top: 10px;
        width: 260px;
    }
    .foot-icons-link {
        max-width: 100%;
        /* margin-bottom: 10px; */
    }
    .footer-content .foot-icons-link a:hover,
    .footer-content .foot-icons-link a{
        /* margin-right: 5px; */
    }
    .footer-content .social-title{
        display: none;
    }
    .footer-content .social-links, .footer-content .social-links .columns {
        padding-left: 0;
        padding-right: 0;
        border-bottom: none;
    }
    .footer-content .footer-title {
        margin-bottom:0;
    }
    .footer-title.mobiletoggle{
        border-top: 1px solid #ccc;
        padding: 8px 0 8px 5px;
        margin: 0;
        cursor: pointer;
        font-size: 1rem;
    }
    .footer-title.mobiletoggle + .footer-links{
        display: none;
        padding: 5px 0 0 24px;
        font-size: 0.875rem;
    }
    .footer-title.mobiletoggle.opened + .footer-links{
        display:block;
    }
    .footer-links li {
        height: 40px;
    }
    .footer-title.mobiletoggle:before{
        font-family: "showpo";
        content: "\e93c"; 
        margin-right: 5px;
    }
    .main-footer div, .main-footer p{
        font-size:0.6875rem;
    }
    .footer-content {
        padding: 0 0 15px 0;
    }
    .footer-content [class*="block-grid-"] > li {
        padding: 0;
    }
    .footer-bottom{
        padding: 10px 0 12%;
    }
    .cards-title{
        margin:10px 0 5px;
        float:none;
    }
    .shipping-rates-details .footer-title {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 5px;
    }
    .sort-by select{
        width: 103px;
    }
    .category-products .item{
        margin:10px 8px 0 0;
    }
    .price-box{
        text-align: left;
    }
    .product-listing .price-box {
        font-size: 0.75rem;
    }
    .price-box .old-price,
    .price-box .special-price{
        font-size: 0.75rem;
        padding:0;
    }
    .item-info{
        padding: 0;
        min-height: 0;
    }
    .social-links .footer-title{
        display:none;
    }
    .footer-content .foot-icons-link a:hover,
    .footer-content .foot-icons-link a{
        margin-top:0;
    }
    .foot-icons-link {
        text-align:center;
    }
    .product-gallery{
        width: 100%;
        float:none;
    }
    .left-off-canvas-menu.main-nav .dropdown .js-generated.back a, 
    .left-off-canvas-menu.main-nav .dropdown ul.dropdown .js-generated.back a, 
    .right-off-canvas-menu.main-nav .dropdown .js-generated.back a,
    .right-off-canvas-menu.main-nav .dropdown ul.dropdown .js-generated.back a{
        background-color: #eec9d2 !important;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1rem;
        line-height: 1.6;
        height: 2.875rem;
        text-transform: none;
    }
    .footer-title.mobiletoggle.opened:before{
        content: '\e93a';
    }
    .shipping-rates-details .footer-title.mobiletoggle:before{
        content: '';
    }
    .shipping-rates-details,
    .page-links {
        padding: 0 10px;
    }

    .utility-menu li {
        display: none;
        width: 100% !important;
    }

    .utility-menu li.current {
        display: block;
    }

    .utility-menu li.current {
        display: block;
    }

    .cms-accordion h1 {
        margin-bottom: 0.5rem;
        font-size: 2.125rem;
    }
    .cms-accordion p {
        margin-bottom: 1rem;
    }

    h1.cms-title {
        font-size: 1.25rem;
        font-weight: 800;
        letter-spacing: 0.75px;
    }

    #cms-returns-info .panel {
        padding-left: 4%;
    }
    .mega-menu .columns:not(.mega-list) .level1 > a {
        font-weight: normal;
    }
}

/* Small and Medium*/
@media only screen and (max-width: 64em) {

    #howToMeasureSection {
        max-width: none;
        max-height: none;
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        padding: 10px;
    }

    img.how-to-measure {
        width: 100%;
    }

    .reveal-modal .close-reveal-modal {
        z-index: 200;
    }

    #prod-size-guide {
        max-height: none;
        max-width: 95%;
        overflow: auto;
        height: 100%;
        padding-left: 0;
        padding-right: 0;
        -webkit-overflow-scrolling: touch;
    }

    /**
        Hack to stop reveal modal close button from disappearing on iPhones
     */
    .reveal-modal .close-reveal-modal {
        -webkit-transform: translate3d(0,0,0);
    }

    /**
        Hack to stop swiper next/prev icons disappearing on iphone after the
        size guide modal is closed
     */
    .swiper-button-next,
    .swiper-button-prev {
        -webkit-transform: translate3d(0,0,0);
    }

    #sizeGuideTitle,
    p.small,
    #sizeGuideConversionTitle
    {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        display: block;
        color: #000;
    }

    #sizeGuideConversionTitle {
        font-weight:bold;
    }

    #how-to-measure-link {
        display: block;
        color: #000;
        padding-right: 20px;
        float: right;
        text-decoration: underline;
    }

    #sizeGuideUnitSelection
    {
        margin-left: 20px;
    }

    #sizeGuideTableMobile,
    #sizeConversionChartMobile,
    #shoeSizeGuideTableMobile {
        display: table;
        clear: left;
        width: 100%;
    }

    #shoeSizeGuideTableMobile {
        width: 90%;
        margin: 5%;
        text-align: center;
    }

    #shoeSizeGuideTableMobile th {
        border: none;
    }

    #shoeSizeGuideTableMobile td {
       padding-left: 15px;
    }

    #shoeSizeGuideTableMobile td:first-child {
        border-left: solid 1px #d9d9d9;
    }

    #shoeSizeGuideTableMobile td:last-child {
        border-right: solid 1px #d9d9d9;
    }

    #sizeGuideTableDesktop,
    #shoeSizeGuideTableDesktop {
        display: none;
    }

    .size-guide-clothes-au-content {
        float: none;
        width: auto;
        top: auto;
    }

    .sizeGuideTable {
        width: 100%;
        padding: 0;
    }

    .sizeGuideTable th,
    .sizeGuideTable td {
        padding: 12px 14px;
        border-top: solid 1px #d9d9d9;
        width: 20%;
    }

    #sizeConversionChartMobile th,
    #sizeConversionChartMobile td {
        width: 21.5%;
    }

    .sizeGuideTable tbody tr:last-child th {
        border-bottom: solid 1px #d9d9d9;
    }

    .sizeGuideTable tbody td:last-child {
        border-right: none;
    }

    .sizeGuideTable thead th {
        border: none;
    }

    #sizeGuideUnitSelection {
        float: left;
        top: 0;
        margin-right: auto;
        margin-bottom: 20px;
    }

    #how-to-measure-link {
        color: #000;
        float: right;
    }

    #prod-size-guide .size-disclaimer {
        max-width: none;
    }
}

/* Only Medium */
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .newsletter-block{
        padding-top:0;
    }
    .row {
        padding-left: 10px;
        padding-right: 10px;
    }
    .white-popup {
        max-width: 60%;
    }
    .product-options dl dd,
    .product-options .option-title{
        width:100%;
    }
    .product-gallery{
        width: 70%;
    }
    .swiper-vertical{
        width: 28%;
    }
    .footer-content{
        padding-top:10px;
    }
    .footer-content .foot-icons-link a:hover,
    .footer-content .foot-icons-link a{
        margin-top:0;
    }
    .social-links .footer-title{
        display:none;
    }
    .foot-icons-link {
        max-width: 100%;
        margin-bottom: 10px;
        text-align:center;
    }
    .logo-fixed{
        display:none !important;
    }
    .main-header .top-bar-section a{
        font-size: 0.875rem !important;
    }
    .top-bar-section .has-dropdown > a {
        padding: 0 0.625rem !important;
    }
    .top-bar-section li:not(.has-form) a:not(.button){
        padding: 0 0.3125rem;
    }
    .top-bar-section ul.left {
        padding-left: 2%;
    }
    .mega-menu ul.columns-6-for-medium .mega-list > li {
        width: 16.6% !important;
    }
    .mega-menu ul.columns-5-for-medium .mega-list > li {
        width: 20% !important;
    }
    .mega-menu ul.columns-4-for-medium .mega-list > li {
        width: 25% !important;
    }
    .mega-menu ul.columns-3-for-medium .mega-list > li {
        width: 33% !important;
    }
    .mega-menu ul.columns-2-for-medium .mega-list > li {
        width: 50% !important;
    }
    .mega-menu ul.columns-1-for-medium .mega-list > li {
        width: 100% !important;
    }
    .mega-menu ul.hide-subcategories-for-medium > li {
        display: none !important;
    }
    .mega-menu ul.hide-subcategories-for-medium > li.mega-menu-right-block {
        display: block !important;
    }
    .hide-subcategories-for-medium .mega-menu-right-block {
        position: relative !important;
    }
    ul.hide-subcategories-for-large:not(.hide-subcategories-for-medium) {
        padding-right: 0 !important;
    }
    .columns-1-for-medium.hide-subcategories-for-large .mega-menu-right-block,
    .columns-2-for-medium.hide-subcategories-for-large .mega-menu-right-block,
    .columns-3-for-medium.hide-subcategories-for-large .mega-menu-right-block,
    .columns-4-for-medium.hide-subcategories-for-large .mega-menu-right-block,
    .columns-5-for-medium.hide-subcategories-for-large .mega-menu-right-block,
    .columns-6-for-medium.hide-subcategories-for-large .mega-menu-right-block {
        display: none !important;
    }
    .mega-menu > ul > li.mega-menu-top-block,
    .mega-menu > ul > li.mega-menu-bottom-block {
        width: 100% !important;
        border-left-color: #ffffff !important;
    }
    .mega-menu > ul.hide-subcategories-for-medium > li.mega-menu-right-block {
        width: 100% !important;
    }
    .header-ribbon .links-list {
        display: none;
    }
    .main-header.sticky-active .top-bar-section .has-dropdown.mega-menu > a{
        padding-right: 10px;
    }
    .main-header.sticky-active .top-bar-section .has-dropdown > a::after, .top-bar-section .has-dropdown-for-large > a::after{
        margin-right: 5px;
    }
    .white-popup {
        max-width: 80%;
    }
    .desktop-banner-link{
        width: 55%;
        padding: 10px;
    }
    .category-products .item-title .prod-name{
        font-size: 0.75rem;
    }
    .price-box{
        text-align: left;
    }
    .price-box .old-price,
    .price-box .special-price{
        font-size: 0.75rem;
        padding:0;
    }
}
/* Medium and Big screens */
@media only screen and (min-width: 40.0625em) {
    .main-header .nav-top-header{
        margin-bottom: 46px;
        height: 30px;
    }
    .main-header .top-header{
        position:fixed;
        top:30px;
        width: 100%;
    }
    .main-header.sticky-active .top-header{
        position:fixed;
        top:0;
    }
    .main-header{
        height: 78px;
    }
    button.expand,
    .button.expand {
        font-size: 0.875rem;
        padding: 0.625rem;
    }
    .top-bar .has-dropdown ul{
        display:none;
    }
    .top-bar .has-dropdown.hover ul{
        display: block;
    }
    .tooltip > .nub {
        border-color: transparent transparent #ffed9f transparent; }
    .tooltip.tip-top > .nub {
        border-color: #ffed9f transparent transparent transparent; }
    .tooltip.tip-left > .nub {
        border-color: transparent transparent transparent #ffed9f; }
    .tooltip.tip-right > .nub {
        border-color: transparent #ffed9f transparent transparent; }
    .top-bar-section ul li:hover > a,
    .top-bar-section ul li:active > a,
    .top-bar-section ul li > a:hover,
    .top-bar-section ul li > a:active {
        color: #000000 !important;
        -webkit-tap-highlight-color: transparent;
    }
    .orbit-container.full-screen img {
        display: none;
    }
    .orbit-container.full-screen li {
        height: 100%;
        background-size: cover;
    }
    .top-bar-section ul li {
        background: transparent none repeat scroll 0 0;
    }
    .footer-title.mobiletoggle + .footer-links{
        display:block !important;
    }
    .left-off-canvas-menu.main-nav,
    .right-off-canvas-menu.main-nav {
        background: transparent !important;
        overflow: visible;
        position: relative;
        -ms-transform: none !important;
        -moz-transform: none !important;
        -o-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        width: 100%;
        top: auto;
        clear: both;
        bottom: auto;
        z-index: 88;
    }
    .main-nav .top-bar-section li:not(.has-form) a:not(.button),
    .main-nav .top-bar-section ul {
        background: transparent;
    }
    .top-bar{
        max-width: 90rem;
        margin:0 auto;
    }
    .top-bar .top-bar-section{
        float: none !important;
        text-align: center;
        width: 100%;
        margin:0 auto;
        height: 2.875rem;
    }
    .top-bar .top-bar-section ul.left{
        margin: 0 auto;
        float: none !important;
        display: inline-block;
        padding: 0;
        text-align: left;
    }
    /* Dropdown styles */
    .top-bar-section .has-dropdown.hover > .dropdown, 
    .top-bar-section .level1.has-dropdown.not-click:hover > .dropdown,
    .top-bar-section .level2.has-dropdown.not-click:hover > .dropdown,
    .top-bar-section .level3.has-dropdown.not-click:hover > .dropdown,
    .top-bar-section .level4.has-dropdown.not-click:hover > .dropdown {
        display: block;
    }
    .top-bar-section .has-dropdown.mega-menu {
        position: static;
    }
    .top-bar-section .has-dropdown.mega-menu > a{
        position: relative;
    }
    .top-bar-section .has-dropdown.mega-menu > a:after {
        position: absolute;
    }
    .top-bar-section .has-dropdown.mega-menu.hover > a:before {
        content: "";
        position: absolute;
        left: 40%;
        bottom: 0;
        border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
        border-style: solid;
        border-width: 6px;
        width: 0;
        height: 0;
        z-index: 101;
    }
    .top-bar-section .left .mega-menu .dropdown.arrow-box:after {
        content: none;
    }
    .top-bar-section .left ul li a {
        white-space: normal;
    }
    .top-bar-section .left ul li a.link {
        color: #000000 !important;
    }
    .top-bar-section .left ul,
    .top-bar-section .left .arrow-box {
        list-style: none !important;
        margin: 0 !important;
        padding: 12px 0;
        font-family: "Roboto", sans-serif !important;
        font-size: .875rem !important;
        line-height: 1 !important;
    }
    .top-bar-section .left ul,
    .top-bar-section .left .arrow-box {
        background: #ffffff;
    }
    .top-bar-section a.level2 {
        font-size: 0.875rem;
    }
    .top-bar-section .left ul li {
        position: relative;
        line-height: 1 !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .top-bar .top-bar-section .left ul li a:hover {
        color: #333 !important;
        background-color: #F8E6DA !important;
    }
    .top-bar-section .left ul li a {
        display: block;
        padding: 4px 20px 4px 16px !important;
        color: #666666 !important;
        line-height: 1.4 !important;
        margin: 0 !important;
        transition: color 150ms ease-out 0s;
        font-size: 13px;
        letter-spacing: 0.1px;
    }
    .top-bar-section .left .dropdown.arrow-box:after {
        left: 44px;
    }
    .top-bar-section .left ul ul {
        margin: -12px 0 0 !important;
    }
    .top-bar-section .left .level1.first {
        border-left: none !important;
    }
    /* Dropdown menu arrow */
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
        content: "";
        border-style: solid;
        border-width: 0 0 7px 6px;
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #CECECE;
        bottom: 10px;
        right: 8px;
        top: auto;
        margin-right: 0;
    }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown:hover > a:after {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #27ccc0 !important;
    }
    /* Mega Menu dropdown */
    /*.top-bar-section .has-dropdown.mega-menu > .dropdown {}*/
    .mega-menu > ul > li:hover > a:before {
        content: none !important;
    }
    .mega-menu ul li ul {
        position: relative !important; 
        display: block !important;
        left: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
    .top-bar-section .mega-menu .has-dropdown.hover > .dropdown,
    .top-bar-section .mega-menu .has-dropdown.not-click:hover > .dropdown,
    .mega-menu .level1.dropdown:hover,
    .mega-menu .level1.dropdown{
        position: relative !important;
    }
    .top-bar-section .left .mega-menu ul ul {
        margin: 0 !important;
        border-left: 0 !important;
        overflow: hidden;
    }
    .top-bar-section a.level0{
        /*text-transform: uppercase;*/
        font-size: 0.875rem;
        font-weight: normal;
    }
    .mega-menu a.level1.has-children {
        font-weight: bold;
        width: 90%;
    }
    .mega-menu .menu-block a{
        padding:0 !important;
        line-height:0 !important;
    }
    .mega-menu > ul .mega-list > li {
        display: inline-block !important;
        vertical-align: top;
        width: 25% !important;
        z-index: 1;
    }
    .mega-menu .menu-body{
        position:static;
        width: 100%;
    }
    .mega-menu ul.columns-6-for-large .mega-list > li {
        width: 16.6% !important;
    }
    .mega-menu ul.columns-5-for-large .mega-list > li {
        width: 20% !important;
    }
    .mega-menu ul.columns-4-for-large .mega-list > li {
        width: 25% !important;
    }
    .mega-menu ul.columns-3-for-large .mega-list > li {
        width: 33% !important;
    }
    /* 2 columns if over 10 items with more space*/
    .mega-menu ul.columns-3-for-large .mega-list > li.span-2-column {
        width: 66% !important;
    }
    .mega-menu ul.columns-2-for-large .mega-list > li {
        width: 50% !important;
    }
    .mega-menu ul.columns-1-for-large .mega-list > li {
        width: 100% !important;
    }
    .mega-menu ul li.title,
    .mega-menu ul li.js-generated,
    .mega-menu li.parent-link{
        display: none !important;
    }
    .top-bar-section .left .mega-menu > ul .mega-list > li > a {
        color: #333 !important;
    }
    .top-bar-section .left .mega-menu ul li:not(.has-dropdown){
        margin-bottom: 0 !important;
    }
    .top-bar-section .left .mega-menu ul li ul li a {
        color: #333 !important;
        width: 90%;
    }
    .mega-list{
        padding:0 10px;
    }
    /* 2 columns if over 10 items */
    .mega-list.span-2-column {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
    }
    .mega-list .heading_only {
        font-weight: bold;
        margin-bottom: 5px;
    }
    .top-bar-section .left li.mega-menu > ul > li {
        margin-bottom: 15px !important;
        border-left: 1px solid #e5e5e5;
    }
    .top-bar-section .has-dropdown.mega-menu .dropdown li.has-dropdown > a:after {
        content: none;
    }
    .top-bar-section .left li.mega-menu > ul > li.mega-menu-bottom-block {
        margin-bottom: 5px !important;
    }
    .mega-menu-right-block {
        margin: 0 !important;
        padding: 0 !important;
        height: 100% !important;
        border-left: none !important;
        z-index: 10;
    }
    .mega-menu-right-block img{
        height: 100%;
        float:right;
    }
    .mega-menu > ul > li.mega-menu-right-block {
        width: 350px !important;
    }
    .top-bar-section .left ul li.mega-menu-right-block {
        padding: 0 !important;
    }
    .mega-menu > ul > li.mega-menu-top-block,
    .mega-menu > ul > li.mega-menu-bottom-block {
        width: 100% !important;
        border-left-color: #ffffff !important;
        padding-left: 16px !important;
    }
    .mega-menu > ul > li.mega-menu-top-block a,
    .mega-menu > ul > li.mega-menu-bottom-block a {
        font-size: 0.9375rem; 
        display: inline;
    }
    .mega-menu > ul > li.mega-menu-top-block p,
    .mega-menu > ul > li.mega-menu-bottom-block p {
        margin-bottom: 0;
        font-size: 0.9375rem;
        color: #777777;
        line-height: 1.25rem;
    }
    .mega-menu > ul > li.mega-menu-top-block p a,
    .mega-menu > ul > li.mega-menu-bottom-block p a {
        font-weight: lighter;
        font-size: 0.9375rem;
        padding: 0 1.5rem 0 0 !important;
    }
    .top-bar-section .left .mega-menu > ul > li.mega-menu-top-block > a,
    .top-bar-section .left .mega-menu > ul > li.mega-menu-bottom-block > a {
        color: #777777 !important;
        font-weight: lighter;
        padding: 0 1.5rem 0 0 !important;
        line-height: 1.25rem !important;
    }
    .top-bar-section .left .mega-menu > ul > li.mega-menu-top-block a:hover,
    .top-bar-section .left ul li.mega-menu-bottom-block a:hover {
        color: #27ccc0 !important; 
    }
    .subcategory-top-block {
        padding: 0 16px 6px;
    }	
    .subcategory-top-block p,
    .subcategory-bottom-block p {
        margin-bottom: 0;
    }
    .subcategory-bottom-block {
        padding: 6px 16px 0;
    }
    .top-bar-section .left ul li .subcategory-top-block a,
    .top-bar-section .left ul li .subcategory-bottom-block a {
        padding: 0 !important;
    }
    .header-ribbon #select-currency {
        width: auto;
        float: right;
    }
    .clformfields .header-ribbon select,
    .clrformfields .header-ribbon select {
        margin: 4px 0 0 ;
        padding: 0 6px;
        height: 1.5rem;
        line-height: 1.5rem;
        min-width: 120px;
    }
    .clformfields .header-ribbon #select-currency,
    .clrformfields .header-ribbon  #select-currency {
        margin-left: 10px;
    }
    .left-off-canvas-menu{
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        -ms-transition: none !important;
        transition: none !important;
    }
    /* sticky header */
    /*.main-header.sticky-active .top-bar-section,*/
    .main-header.sticky-active .sticky-container{
        position: fixed;
        top: 0;
        width: 100%;
        z-index:999;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        background-color:#fff;
        border-bottom: 4px solid #93e0e7;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        -webkit-transition-property: box-shadow, opacity, font-size;
        -moz-transition-property: box-shadow, opacity, font-size;
        -ms-transition-property: box-shadow, opacity, font-size;
        transition-property: box-shadow, opacity, font-size;
    }
    nav.top-bar.main-nav .logo-fixed {
        padding-top: 0 !important;
    }
    nav.top-bar.main-nav .logo-fixed a {
        float: left;
        position: relative;
        padding: 0 !important;
    }
    nav.top-bar.main-nav .logo-fixed .main-logo,
    nav.top-bar.main-nav .logo-fixed .main-logo-sticky {
        margin: 0;
        height: 20px;
    }
    nav.top-bar.main-nav .logo-fixed .main-logo-sticky {
        display: block;
    }
}
/* only large screens */
@media only screen and (min-width: 64.063em) {
    .desktop-banner-link{
        width: 45%;
        padding: 10px;
    }
    .white-popup {
        max-width: 40%;
    }
    .customer-login.white-popup{
        max-width: 30%;
    }
    .mega-menu ul.hide-subcategories-for-large > li {
        display: none !important;
    }
    .mega-menu ul.hide-subcategories-for-large > li.mega-menu-right-block {
        display: block !important;
    }
    .hide-subcategories-for-large .mega-menu-right-block {
        position: relative !important;
    }
    .columns-1-for-large.hide-subcategories-for-medium .mega-menu-right-block,
    .columns-2-for-large.hide-subcategories-for-medium .mega-menu-right-block,
    .columns-3-for-large.hide-subcategories-for-medium .mega-menu-right-block,
    .columns-4-for-large.hide-subcategories-for-medium .mega-menu-right-block,
    .columns-5-for-large.hide-subcategories-for-medium .mega-menu-right-block,
    .columns-6-for-large.hide-subcategories-for-medium .mega-menu-right-block {
        display: none !important;
    }
    .hide-subcategories-for-large {
        padding-right: 0 !important;
    }
    .mega-menu > ul.hide-subcategories-for-large > li.mega-menu-right-block {
        width: 100% !important;
    }
    #shipping-countries {
        max-width: 80%;
    }
}
/* IA Hide All Clothes */
.clothes a.level2.parent-link.all-link {
    display:none;
}

/*** Special ***/
@media only screen and (min-width: 48.063em) and (max-width: 64em) {
    .main-footer .payment-logos li {
        margin: 0 0 0 4px;
    }
    .main-footer .payment-logos li img {
        width: 38px;
        height: 21px;
    }
}
@media only screen and (max-width: 50em) {
    .magellan-nav {
        display: none;
    }
}
@media only screen and (max-width: 64em) {
    .sticky-placeholder {
        display: none !important;
    }
}
/**** smaller ipad view ****/
@media only screen and (min-width: 40.0625em) and (max-width: 55em) {
    .main-footer .payment-logos li {
        margin: 0 0 0 3px;
    }
    .main-footer .payment-logos li img {
        width: 32px;
        height: 18px;
    }
    .desktop-banner-link:after{
        font-size: 90%;
    }
    .desktop-banner-link{
        font-size: 90%;
        padding: 5px 10px;
    }
    .multimedia-section{
        display:none;
    }
    .logo-container{
        top: -39px;
        left: 10px;
    }
    .logo-container .main-logo{
        height: 20px;
    }
    .top-bar .top-bar-section ul.left{
        float:left !important;
    }
    .headerlinks{
        margin: 0 5px;
        font-size: 90%;
    }
    .top-bar-section li.level0 > a.level0 {
        padding: 0 10px 0 5px !important;
    }
    .top-bar-section .has-dropdown > a::after, .top-bar-section .has-dropdown-for-large > a::after{
        margin-right: 5px;
    }
    .top-header .top-header-wrapper{
        padding-left:0;
        padding-right:0;
    }
}
@media only screen and (min-width: 40.0625em) and (max-width: 45.625em) {
    .top-bar-section li.level0 > a.level0 {
        padding: 0 10px 0 2px !important;
    }
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .newsletter-subscribe-form .input-text {
        height: 1.875rem;
    }
    .main-logo,
    .main-logo-small {
        max-height: 24px;
    }
}
/** large medium to large special **/
@media only screen and (min-width: 56.25em) and (max-width: 64em) {
    .top-bar-section li.level0 > a.level0{
        padding: 0 0.625rem !important;
    }
}
@media only screen and (min-width: 64.0625em){
    .top-bar-section li.level0 > a.level0{
        padding: 0 0.75rem !important;
        font-size: 1rem;
    }
}
@media only screen and (min-width: 40em) and (max-width: 50em) {
    .logo-container{
        top: -38px;
        left: 10px;
    }
    .logo-container .main-logo{
        height: 20px;
    }
}

@media only screen and (min-width: 734px) and (max-width: 768px) {
    .level0 a.level0 {
        font-size: 13px !important;
    }
}
@media only screen and (min-width: 40em) and (max-width: 733px) {
    .level0 a.level0 {
        font-size: 12px !important;
    }
}
@media only screen and (min-width: 641px) and (max-width: 682px) {
    .top-header-wrapper .search-button .icon-magnifier {
        position: absolute;
        top: -37px;
        left: -300px;
        font-size: 18px;
    }
}
@media only screen and (min-width: 881px) and (max-width: 1098px) {
    .nav-top-header .multimedia-section {
        float: right;
        width: 100px;
    }
    .logo-container {
        top: -38px;
        left: 10px;
    }
    .logo-container .main-logo {
        height: 20px;
        margin-left: 5px;
    }
    .top-bar .top-bar-section ul.left {
        float: left !important;
    }
}
.apple-pay-button-with-text {
    --apple-pay-scale: 1.5625; /* (height / 32) */
    display: inline-flex;
    justify-content: center;
    font-size: 12px;
    border-radius: 5px;
    padding: 0px;
    box-sizing: border-box;
    /*min-width: 200px;*/
    width:100%;
    min-height: 32px;
    max-height: 64px;
    margin-bottom: 10px;
}
.apple-pay-button-black-with-text {
    background-color: black;
    color: white;
}
.apple-pay-button-white-with-text {
    background-color: white;
    color: black;
}
.apple-pay-button-white-with-line-with-text {
    background-color: white;
    color: black;
    border: .5px solid black;
}
.apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: black;
}
.apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
}
.apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
}
.apple-pay-button-with-text > .text {
    font-family: -apple-system;
    font-size: calc(1em * var(--apple-pay-scale));
    font-weight: 300;
    align-self: center;

    margin-right: calc(2px * var(--apple-pay-scale));
}
.apple-pay-button-with-text > .logo {
    width: calc(35px * var(--apple-pay-scale));
    height: 100%;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-left: calc(2px * var(--apple-pay-scale));
    border: none;
    min-width: 0px; /* override magento min-width */
    min-height: 42px; /* override magento min-height */
}


/* Product Review */
.review-summary-short .stars-top {
    padding-right: 10px;
    width: 95px;
    float: left;
}

.review-summary-short .no-rating {
    font-size: 16px;
    color: #333333;
    text-decoration: underline;
}
.review-summary-short .rating-links {
    margin: 0;
}

.review-summary-short .rating-count {
    font-weight: 700;
}

.review-summary-short .separator {
    color: #848484;
    padding: 0 3px;
}

.box-reviews .box-title h2 {
    float:left;
    width: 40%;
    font-family: Roboto;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.6px;
    color: #333333;
    text-align: left;
}

.review-nologged {
    font-size: 15px;
}

/* Review Form */
div.review-form h3 {
    width: 90%;
    font-weight: 700;
    float: left;
    text-transform: none;
}

div.review-form .review-form-close {
    float:right;
}

div.review-form  .review-form-close:before {
    content: "\e92a";
    font-family: showpo;
    display: inline-block;
    font-size: 20px;
    color: #333;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}

div.review-form {
    border: 1px solid black;
    padding: 1% 2% 1%;
    overflow: auto;
}

div.review-form:after,
.all-rating:after {
    clear: both !important;
}

div.review-form .columns {
    padding-left: 0;
    padding-right: 0;
}

div.review-form em {
    color: #dc143c;
}

div.review-form .mid-form,
div.product-info {
    padding-left: 5%;
    padding-right: 5%;
}

div.review-form .short-form {
    width: 50%;
    text-align: left;
    padding: 0;
    margin: 0 30px 0;
}

div.review-form .form-list label {
    font-weight: 700;
    display: block;
    margin: 0 4px 0 0;
}

div.review-form .form-list .nickname {
    width: 95%
}

.star-rating-field {
    padding-bottom: 10px;
}

div.rating-star {
    width: auto;
    float: left;
}
#product-reviews-list .rating-count {
    float: left;
    padding: 0 5px 0 15px;
}

#product-reviews-list .review-date {
    float: none;
}
.rating-count {
    font-size: 16px;
}

div.rating-star input {
    border: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    opacity: 0;
}

div.rating-star label {
    position: relative;
    color: #ccc;
    float:right;
    margin: 0;
}

div.rating-star label:before {
    content: "\f005";
    font-family: showpo;
    display: inline-block;
    font-size: 20px;
    color: #ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

div.rating-star input:checked ~ label:before {
    color: #FFC107;
}

div.rating-star label:hover ~ label:before {
    color: #ffdb70;
}

div.rating-star label:hover:before {
    color: #FFC107;
}

.form-list li.review-questions {
    padding: 10px 0 14px;
}

.form-list .form-details {
    margin-bottom: 20px;
}

.form-list ul.options li {
    padding: 5px 0;
}

.form-list ul.options li > span {
    padding-left: 5px;
}

.image-upload-field {
    padding-bottom: 14px;
}

.image-upload-field span.image-notes {
    font-size: 13px;
    color: #333333;
}

#image-message {
    font-size: 11px;
    color: #FF0000;;
    font-style: italic;
    clear: both;
}

.image-preview {
    height: 100px;
    margin-top: 10px;
    display: none;
}

.image-preview li {
    float: left;
    width: auto;
    height: auto;
    margin-right: 14px;
    text-align: left;
}

.image-preview li .image-block {
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
}

.image-preview li img {
    object-fit: cover;
    width: 70px;
    height: 70px;
    object-position: 50% 50%;
}

.image-preview li .delete-image {
    font-size: 11px;
    color: #cccccc;
    text-decoration: underline;
}

.review-image-upload {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 50px;
}

.loader::after{
    content: url("https://cdnskin.executiveponies.com/skin/frontend/sp/default/images/reloading-v2.gif");
    transform: scale(.5);
    z-index: 21;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -30px;
    position: absolute;
}
.loader::before {
    background-color: #fff;
    content: " ";
    display: block;
    height: 100%;
    opacity: 0.8;
    z-index: 20;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    vertical-align: middle;
    width: 100%;
}
.loader {
    position:relative;
}

/* Product Review Summary & List */
#product-reviews-list dd {
    font-size: 16px;
}

#product-reviews-list dt {
    margin-bottom: 0;
}

#product-reviews-list dt hr {
    padding: 0;
    margin: 0;
}

.review-summary-container {
    width: 100%;
    background-color: #f7f8f9;
    padding: 1% 0 1%;
}

.review-summary-container .question-details {
    margin-top: 10px;
}

.review-summary-container .rating-percent {
    padding-left: 20px;
}

.rating-details-table {
    width: 100%;
    border: none;
    background-color: #f7f8f9;
    font-size: 14px;
    color: #333;
}

.rating-details-table .vote-bar {
    position: relative;
    display: inline-block;
    width: 98%;
    height: 6px;
    background-color: #d8d8d8;
}
.rating-details-table .vote-bar .vote-percent {
    position: absolute;
    height: 6px;
    overflow: hidden;
    background-color: #333333;
    display: inline-block;
    top: 0;
    left: 0;
}

.rating-details-table th {
    padding: 3px 2px;
    margin: 0;
}

.rating-details-table td {
    padding: 3px 2px;
    margin: 0;
}
.rating-details-table .rate-text {
    width: 90px;
    font-size: 14px;
    font-weight: 300;
}

.rating-details-table .rate-vote {
    width: 60%;
}

.rating-details-table .rate-percent {
    width: 20px;
    text-align: right;
}

div.clear {
    clear: both !important;
}

.hide {
    display: none;
}

.show {
    display: block;
}

#product-reviews-list dd .review-title {
    margin: 20px 0 5px;
}

#product-reviews-list dd .review-nickname,
#product-reviews-list dd .review-answers,
#product-reviews-list dd .review-title {
    text-transform: capitalize;
}

#product-reviews-list dd .review-nickname,
#product-reviews-list dd .review-title {
    font-weight: 700;
}

#my-reviews-table li.items {
    cursor: pointer;
}

#product-reviews-list .rating-star label,
#product-review-summary .rating-star label,
#my-reviews-table .rating-star label,
.review-customer-view .rating-star label,
#my_recent_reviews .rating-star label,
.review-summary-short .stars-top label {
    float: none;
}

#product-review-summary .rating-star label {
    /* font-size: 25px; */
    display: inline-block;
    color: gray;
    position: relative;
}

#product-reviews-list .rating-star label:before,
#product-review-summary .rating-star label:before,
#my-reviews-table .rating-star label:before,
.review-customer-view .rating-star label:before,
#my_recent_reviews .rating-star label:before,
.review-summary-short .stars-top label:before {
    content: "\f005";
    font-family: showpo;
    display: inline-block;
    font-size: 14px;
    color: #ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#product-reviews-list .rating-star label.active,
#product-reviews-list .rating-star label.active:before,
#product-review-summary .rating-star label.active,
#product-review-summary .rating-star label.active:before,
#my-reviews-table .rating-star label.active,
#my-reviews-table .rating-star label.active:before,
.review-customer-view .rating-star label.active,
.review-customer-view .rating-star label.active:before,
#my_recent_reviews .rating-star label.active,
#my_recent_reviews .rating-star label.active:before,
.review-summary-short .stars-top label.active,
.review-summary-short .stars-top label.active:before {
    color: #FFC107;
}

#product-review-summary .rating-star label.half:after,
#product-reviews-list .rating-star label.half:after {
    content: "\f005";
    font-family: "showpo";
    font-size: inherit;
    color: #FFC107;
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

#product-reviews-list .review-detail {
    text-align: justify;
}

#product-reviews-list .more-link {
    display: block;
    color: #333333;
    text-decoration: underline;
    font-weight: 700;
    margin-top: 10px;
}

#product-review-summary .rating-star {
    width: auto;
    margin-bottom: 10px;
}

#product-review-summary .rating-star label:before,
#product-review-summary .rating-star label.half:after {
    font-size: 20px;
}

#product-review-summary .rating-star .rating-count {
    float: right;
    padding-left: 15px;
}

#product-review-summary .rating-star .show-more {
    float: right;
    padding-left: 5px;
    padding-top: 0;
}

#product-review-summary .rating-star .show-more:after {
    content: "\e93a";
    font-family: showpo;
    display: inline-block;
    font-size: 18px;
    color: #333;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
    right: 0;
    top: 7px;
    left: 3px;
}

#product-review-summary .rating-star .show-more.close:after {
    content: "\e939";
}

.rating-links {
    font-size: 15px;
    color: #333333;
}
.rating-links .summary,
.rating-links .summary a,
.rating-links .summary a:hover,
.rating-links .summary a:focus {
    font-size: 16px;
    color: #333333;
    text-decoration: underline;
    border-right: none;
}

#product-review-summary .label-text {
    font-size: 22px;
    font-weight: 700;
}

#product-review-summary .fit-label-text {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
}

.btn-first-review,
.btn-first-review:hover,
.btn-first-review:active,
.btn-first-review:focus,
.review-summary-container .btn-review-product,
.review-form .btn-review,
.review-form .btn-image-upload {
    width: 100%;
    color: #fff;
    background-color: #333;
    text-transform: uppercase;
    border: 1px solid #333;
    margin-bottom: 8px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: 1px;
}

.review-form .btn-image-upload {
    cursor: pointer;
}

.review-form .btn-short {
    width: 70%;
}

.review-form label {
    color: #333;
    letter-spacing: 0.4px;
}

.review-summary-container .buttons-set {
    padding-top: 10px;
    margin: 0 auto;
    width: 80%;
}

/* Toolbar Design */
.toolbar-top {
    float: right;
    width: 50%;
    font-size: 16px;
    color: #333;
}

.toolbar-top .pager {
    float: right;
    width: 100%;
}

.toolbar-top .limiter {
    float: right;
    width: 20%;
    text-align: right;
}

.toolbar-top .limiter .amount {
    font-size: 16px;
    color: #333;
}

.toolbar-top .pages {
    float: right;
    margin: 0 10px 0 15px;
}

.review-heading {
    margin-top: 10px;
}

.toolbar {
    font-size: 16px;
}
.toolbar .sort {
    float: left;
    width: 30%;
    height: 40px;
    position:relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    font-weight: 700;
}

.toolbar .sort select {
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background: transparent;
    padding: 9px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    z-index: 20;
}
.toolbar .sort select:focus {
    outline: none;
}

.toolbar .sort:after {
    content: "\e93a";
    font-family: showpo;
    padding: 8px;
    position: relative;
    right: 15px;
    top: 2px;
    z-index: 10;
    font-weight: bold;
}

.toolbar .pages{
    float: right;
    width: 60%;
}

/* My Account Reviews */
.my-account .page-title h1 {
    font-family: Roboto;
    font-size: 20px;
    letter-spacing: 0.4px;
    color: #333333;
}

.review-customer-view .my-account {
    padding: 5px 3% 20px;
}

.my-account-review {
    background-color: #f7f8f9;
    padding: 10px;
    clear: both;
}
.my-account-review .items,
#my_recent_reviews .item {
    float: left;
    display: block;
    width: 32%;
    height: auto;
    background: #ffffff;
    margin: 5px;
    padding: 0px 0px 10px;
    text-align: center;
}

#my_recent_reviews .item {
    min-height: 150px;
}

.my-account-review:before,
.my-account-review:after,
.my-account-review .items:before,
.my-account-review .items:after {
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}

.my-account-review .items .item-images {
    width: 100%;
    height: 155px;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.my-account-review .items .item-images img {
    object-fit: none;
    object-position: 50% 50%;
    height: auto;
    width: auto;
}

.my-account-review .review-rating,
#my_recent_reviews .review-rating {
    width: 150px;
    margin: 10px auto;
}

.my-account-review .rating-star,
#my_recent_reviews .rating-star {
    width: 70%;
}

.my-account-review .rating-star .rating-count,
.review-customer-view .rating-star .rating-count,
#my_recent_reviews .rating-star .rating-count {
    float: right;
}

.my-account-review .product-title,
#my_recent_reviews .product-title {
    margin-top: 10px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    color: #848484;
    letter-spacing: 0.2px;
}

#my-reviews-table .product-title {
    font-weight: normal;
}

.my-account-review .product-title a,
.my-account-review .product-title a:hover,
.my-account-review .product-title a:active,
#my_recent_reviews .product-title a,
#my_recent_reviews .product-title a:hover,
#my_recent_reviews .product-title a:active {
    font-size: 12px;
    font-family: Roboto;
    font-weight: bold;
    text-align: center;
    color: #848484;
}

.my-account-review .review-title,
#my_recent_reviews .review-title {
    margin-top: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    font-family: Roboto;
    line-height: 1.33;
    letter-spacing: 0.2px;
}

.my-account-review .review-details,
#my_recent_reviews .review-details {
    width: 100%;
    min-height: 76px;
    text-align: center;
    margin: 0px auto;
    font-size: 16px;
    color: #333333;
}

.my-account-review .review-more {
    font-size: 16px;
    color: #333333;
    font-family: Roboto;
    text-align: center;
}

.my-account-review .review-more:after {
    content: "\e944";
    font-family: showpo;
    display: inline-block;
    font-size: 20px;
    color: #000000;
    padding: 8px;
    position: relative;
    right: 0;
    top: 3px;
}

.my-account .product-review .product-img-box {
    float: left;
    width: 240px;
}

.my-account .product-review .details {
    float: left;
    width: 70%;
}

.my-account .toolbar-top {
    width: 100%;
    margin-bottom: 15px;
}

.my-account .toolbar-top .limiter {
    width: auto;
    margin: 0 10px;
}

.my-account .product-review {
    margin: 0 auto;
    width: 95%;
    letter-spacing: 0.4px;
    font-family: Roboto;
    font-size: 16px;
    color: #333333;
}

.my-account li.items .product-review {
    max-height: 5em;
    overflow: hidden;
}

.my-account .product-review .buttons-set-top {
    margin-bottom: 15px;
    border-bottom: none;
}

.my-account .product-review .buttons-set-bottom {
    margin-top: 15px;
    border-top: 1px solid #e5e5e5;
}

.my-account .product-review .back-link:before {
    content: "\e943";
    font-family: showpo;
    display: inline-block;
    font-size: 20px;
    color: #000000;
    padding: 8px 15px 8px 8px;
    position: relative;
    right: 0;
    top: 3px;
}

.my-account .back-link,
.my-account .back-link a,
.my-account .back-link a:hover,
.my-account .back-link a:active {
    font-size: 14px;
    color: #333333;
}

.review-customer-view .review-rating {
    width: auto;
    margin: 20px 0;
}

.review-customer-view .rating-star {
    width: 95px;
}

.review-date,
.review-separator {
    font-size: 13px;
    color: #333333;
}

.review-customer-view .product-name,
.review-customer-view .product-name a,
.review-customer-view .product-name a:hover,
.review-customer-view .product-name a:focus {
    font-family: Roboto;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.4px;
    text-align: left;
    color: #333333;
    text-transform: uppercase;

}

.review-customer-view .review-title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.review-customer-view .review-title {
    margin-top: 10px;
}

.review-customer-view .review-details {
    text-align: left;
    margin-top: 10px;
}

#product-reviews-list .review-photos,
.review-customer-view .review-photos {
    margin-top: 20px;
}

#product-reviews-list .review-photos label,
.review-customer-view .review-photos label {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

#product-reviews-list .review-photos ul:after,
.review-customer-view .review-photos ul:after {
    clear: both;
}

#product-reviews-list .review-photos li,
.review-customer-view .review-photos li {
    float: left;
    display: block;
    background: #ffffff;
    margin: 10px 10px 10px 0;
    text-align: center;
}

.desktop-view {
    display: block;
}

.mobile-view {
    display: none;
}

.field label em, .form-list label em {
    float: none;
}

.review-moderation {
    font-style: italic;
    color: #df280a;
    font-size: 13px;
}

.review-image {
    cursor:pointer;
    margin-bottom: 20px;
}

.image-view-container {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.image-view-active {
    display: block;
}

.image-view-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
.image-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.image-close:hover,
.image-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#btn-first-review {
    margin-bottom: 20px;
}
#product-review-form {
    margin-bottom: 40px;
}

#btn-review-login.btn-first-review {
    margin-bottom: 20px;
}

.review-photos ul {
    margin-left: 0;
    margin-bottom: 0;
}

#product-reviews-list .reply-details {
    text-align: right;
}

#product-reviews-list p.review-response-reply-text {
    display: inline;
    vertical-align: top;
}

#product-reviews-list .review-response-user {
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 10px;
}

#product-reviews-list .review-response {
    background-color: #f7f8f9;
    padding: 20px 0;
    border-bottom: 1px solid #d8d8d8;
}

#product-reviews-list dd {
    margin-bottom: 0;
}

.desktop-view img.review-response-reply-icon {
    width: 20px;
    margin-right: 6px;
    position: relative;
    top: -2px;
}

#customer-reviews :not(.box-title) hr {
    border-color: #d8d8d8;
    margin-bottom: 0;
}

#product-reviews-list .user-review {
    padding-bottom: 20px;
    padding-top: 20px;
}

#product-reviews-list p.review-response-detail {
    margin-bottom: 10px;
}

/* only large screens */
@media only screen and (min-width: 55em) and (max-width: 64.063em) {
    .desktop-view {
        display: block;
    }

    .mobile-view {
        display: none;
    }

    .my-account-review .items,
    #my_recent_reviews .item {
        width: 32%;
        margin-left: 0;
    }

    .review-customer-view .my-account {
        padding: 5px 0 20px;
    }

    .my-account .product-review .details {
        margin-left: 13px;
    }
}

/* Medium and Big screens */
@media only screen and (max-width: 64em) {
    .desktop-view {
        display: block;
    }

    .mobile-view {
        display: none;
    }

    .review-col1,
    .review-col3 {
        width: 50%;
    }

    .noncloth-mobile {
        display: none;
    }

    .product-review hr {
        height: 5px;
    }

    .review-summary-container {
        padding: 1% 0 3%;
        margin-bottom: 3%;
    }

    .review-summary-container .rating-percent {
        padding-left: 5px;
    }

    #product-review-summary .label-text,
    product-review-summary .rating-star .show-more:after,
    #product-review-summary .rating-star label:before,
    #product-review-summary .rating-star label.half:after {
        font-size: 16px;
    }

    #product-review-summary .rating-star .show-more:after {
        top: 7px;
        font-size: 14px;
    }

    #product-review-summary .rating-star .rating-count {
        padding-left: 10px;
        padding-top: 3px;
    }

    .rating-links .summary {
        font-size: 13px;
    }

    .review-summary-container .buttons-set {
        width: 90%;
    }

    .rating-percent .rating-detail-container {
        width: 95%;
    }

    #product-reviews-list dd {
        font-size: 14px;
    }

    /* #product-reviews-list dt {
        height: 10px;
    } */

    .rating-count {
        font-size: 14px;
    }

    .fit-vote-container {
        padding: 15px;
    }

    #product-reviews-list .detail-container {
        font-size: 13px;
    }

    #product-reviews-list .detail-container .review-detail {
        font-size: 14px;
    }

    .toolbar .sort:after {
        right: 5px;
        top: 1px;
        font-size: 16px;
    }

    #my_recent_reviews .item {
        width: 45%;
    }

    .my-account-review .items,
    #my_recent_reviews .item {
        width: 48%;
        margin-left: 0;
    }
    .my-account .product-review .product-img-box {
        width: 30%;
    }

    .review-customer-view .my-account {
        padding: 0px 0 20px;
    }

    .my-account .product-review .details {
        padding-left: 13px;
    }
}

/* Small screens */
@media only screen and (max-width: 45.0625em) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
        /* margin-left: -15px;
        margin-right: -15px; */
    }

    .filter-border {

    }

    div.review-form .mid-form {
        padding-top: 10px;
    }

    .my-account-review .items,
    #my_recent_reviews .item {
        float: none;
        width: 100%;
        margin: 10px 0;
        padding: 0 0 10px;
        min-height: unset;
    }

    .my-account-review .items.last,
    #my_recent_reviews .item.last {
        border-bottom: none;
    }

    #product-review-rating div.rating-star label:before {
        font-size: 25px;
    }

    .review-summary-short .rating-count {
        font-size: 16px;
    }

    .rating-count {
        font-size: 13px;
    }

    .box-reviews .box-title {
        padding-bottom: 0px;
        padding-left: 10px;
    }

    .box-reviews .box-title h2 {
        float: none;
        width: 100%;
    }

    .toolbar-top {
        float: none;
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .toolbar-top .pager {
        float: none;
        width: 100%;
        text-align: right;
    }

    .toolbar-top .pages {
        float: right;
        margin: 0 10px 10px 15px;
    }

    .toolbar-top .limiter {
        float: right;
        width: 20%;
        text-align: right;
    }

    .toolbar .sort {
        float: none;
        width: 100%;
        height: 15px;
    }

    .fit-vote-container {
        padding: 10px 20px;
        background-color: #f7f8f9;
        margin-top: 10px;
    }

    .review-summary-container {
        background-color: #fff;
    }

    .review-summary-container .buttons-set {
        width: 100%;
    }

    .review-summary-container .rating-percent {
        width: 100%;
        padding-left: 0;
    }

    .review-summary-container div.rating-star label {
        margin: 0 1px 0 0;
    }

    #product-review-summary .rating-star {
        margin-bottom: 10px;
        padding-left: 5px;
    }

    #rating-details-mobile {
        background: #f7f8f9;
        padding: 10px;
    }

    .rating-details-table {
        margin-bottom: 5px;
        padding: 10px;
    }

    .rating-details-table th {
        padding: 3px 10px;
    }

    .rating-details-table .last {
        padding-right: 10px;
    }

    .product-review hr {
        height: 0;
        padding: 0;
        margin: 1.25rem 0 1.1875rem;
    }

    #product-reviews-list .detail-container {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 30px;
        padding-right: 30px;
    }

    #product-reviews-list dd .review-title {
        margin: 10px 0 2px;
        font-size: 15px;
        letter-spacing: 0.4px;
    }

    #product-reviews-list .rating-count {
        padding: 3px 10px 4px;
        font-size: 11px;
    }

    #product-review-rating .star-rating-field {
        padding-bottom: 14px;
    }

    #product-review-rating div.rating-star label {
        margin-right: 20px;
    }

    #product-review-summary .label-text,
    #product-review-summary .rating-star .show-more:after,
    #product-review-summary .rating-star label:before,
    #product-review-summary .rating-star label.half:after {
        font-size: 25px;
    }

    .image-upload-field {
        padding: 14px 0;
    }

    #product-reviews-list .separator {
        float: left;
        font-size: 12px;
        padding: 5px 5px 0 0;
    }

    #product-reviews-list dd .review-nickname {
        margin-top: 10px;
        font-size: 14px;
    }

    #product-reviews-list .mobile-view img.review-response-reply-icon {
        width: 20px;
    }

    #product-reviews-list .review-response-user {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0px;
        margin-bottom: 10px;
    }

    #product-reviews-list p.review-response-reply-text {
        display: inline-block;
        margin-bottom: 14px;
    }

    #product-reviews-list .review-response {
        padding: 20px 10px;
        margin-left: -8px;
        margin-right: 0;
        width: 100vw;
        border-bottom: 1px solid #d8d8d8;
    }

    .review-date {
        font-size: 11px;
        padding: 4px 0 0 0;
    }

    .review-summary-container .rating-links,
    .toolbar-top .limiter .amount ,
    .limiter-num, .pages .current, .pages ol li a,
    .btn-first-review,
    .review-nologged {
        font-size: 13px !important;
        padding-top: 5px;
        padding-left: 5px;
    }

    .btn-first-review {
        padding-right: 5px;
    }

    .rating-percent .rating-detail-container {
        width: 100%;
    }

    #product-review-summary .label-text {
        font-size: 22px;
        font-weight: 700;
    }

    #product-review-summary .fit-vote-container .label-text {
        font-size: 16px;
        letter-spacing: 0.4px;
        text-transform: uppercase;
    }

    #product-review-summary .rating-star .show-more:after {
        font-weight: 700;
        font-size: 17px;
    }

    #product-review-summary .rating-star .show-more:after {
        top: 10px;
        left: 3px;
    }

    div.product-info {
        padding:0 3%;
    }

    .product-info .review-image {
        width: 40%;
        float: left;
    }

    .product-info .review-image .image-container {
        width: 119px;
        height: 190px;
        overflow: hidden;
        margin: 0;
        position: relative;
    }

    .product-info .review-image img {
        object-fit: cover;
        width: auto;
        height: auto;
    }

    .product-info .review-product-name {
        width: 60%;
        float: left;
        font-size: 16px;
        padding-left: 2%;
    }

    div.review-form .short-form {
        width: 95%;
        margin: 0 5px 0;
    }

    div.review-form .form-list .nickname,
    .review-form .btn-short {
        width: 100%;
    }

    .image-upload-field span.image-notes {
        font-size: 11px;
    }

    .my-account-review {
        margin-left: 2px;
    }

    .my-account .product-review,
    .review-customer-view .review-details {
        min-height: unset;
        margin-top: 0px;
    }

    .review-customer-view .review-photos {
        margin-top: 10px;
    }

    #product-review-rating {
        padding-top: 10px;
    }

    .review-heading hr {
        margin-top: 20px;
        margin-bottom: 0;
        margin-left: -15px;
        margin-right: -15px;
        border-color: #d8d8d8;
    }

    /*.my-account-review .items .item-images img {
        width: 350px;
    }*/

    .my-account .product-review .back-link:before {
        padding: 8px 15px 8px 0px;
    }

    .my-account .product-review .product-img-box {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .my-account .product-review .product-img-box .view-image-container {
        width: 100%;
        height: 180px;
        overflow: hidden;
        margin: 0;
        position: relative;
    }

    .my-account .product-review .product-img-box img {
        object-fit: none;
        width: auto;
        height: auto;
        object-position: 50% 50%;
    }

    .my-account .product-review .details {
        float: none;
        width: 100%;
        padding-left: 0;
    }

}


