/* 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;
    }
}
@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;
}

/* 
    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 */
/**
CMS style for Homepage
Author     : Ben Zhang
Author     : Frank Altamirano
*/

/* General */
.not-interactable {
    pointer-events: none;
}

/* Button Colours */
.button.button-fixed-normal.hollow {
    border: 1px solid #333333;
    background: transparent;
    transition: 0.2s linear all;
}
.button.button-fixed-normal.hollow:hover {
    background: #eec9d2;
    transition: 0.2s linear all;
}
/* Video Section */

.homepage-videos {
    margin: 0;
    padding: 0;
    max-width: 100%;
}
.homepage-videos > .columns {
    margin: 0;
    padding: 0;
}
.homepage-videos .video-container.vimeo {
    position: relative;
    width: 100vw;
    height: 39.1vw;
    overflow: hidden;
}
.homepage-videos .video-container.youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.homepage-videos .youtube-player {
    position: absolute;
    width: 100%;
    height: 100%;
}
/** for cms pages div vertical align **/
.vertical-center {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
.vertical-center .middle {
    display: table-cell;
    vertical-align: middle;
}
.vertical-center .middle .inner {
    margin-left: auto;
    margin-right: auto;
}

.vimeo-player {
    position: relative;
    width: 100%;
    height: 100%;
    top: -0.1vw;
    left: -0.1vw;
}
/* End of Video Section */

/* Hero Section */

.hero-section {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
    max-width: 100%;
}
.hero-container {
    background-size: cover;
    padding: 40px;
    text-align: center;
}
.hero-container h2 {
    margin-top: 32vh;
    margin-bottom: 32vh;
    font-size: 34px;
    text-transform: uppercase;
    letter-spacing: 7px;
    display: inline-block;
    padding: 20px 40px;
}
.hero-container h2.light {
    color: #ffffff;
    text-shadow: 2px 2px 4px #000000;
}
.hero-container h2.dark {
    color: #333333;
    text-shadow: 2px 2px 4px #ffffff;
}

@media screen and (min-width: 641px) {
    .hero-container .hero-button {
        width: 300px;
        height: auto;
        padding: 5px 0;
        font-size: 16px;
    }
}

@media screen and (max-width: 640px) {
    .homepage-videos,
    .hero-section {
        margin-bottom: 0;
    }
    .hero-container h2 {
        width: 90%;
        padding: 20px 0;
        letter-spacing: 3px;
        margin-top: 25vh;
        margin-bottom: 25vh;
    }
    .hero-container .hero-button {
        font-size: 1rem;
        width: 80%;
    }
}

/* End of Hero Section */

/* Category Boxes */
.category-boxes img.banner-image {
    width: 100%;
}

.category-boxes .desktop-banner-link {
    line-height: 1.2;
}

@media screen and (max-width: 640px) {
    .category-boxes .columns {
        margin-top: 20px;
    }
    .category-boxes .desktop-banner-link {
        bottom: 20px;
        width: 80%;
    }
}

/* End of Category Boxes */

/* Display Blocks Section */
.display-blocks-section {
    margin-bottom: 40px;
}
.display-block {
    text-align: center;
}

.display-block h3 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    letter-spacing: 1px;
}

.display-block img {
    margin-bottom: 20px;
    width: 80%;
}

.display-blocks-section .medium-6 img {
    width: 60%;
}

@media screen and (max-width: 640px) {
    .display-blocks-section {
        margin-bottom: 0;
    }
    .display-block img {
        width: 60%;
    }
}


/* End of Display Blocks Section */

/* Feature Box Section */
.collection-section {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}

.feature-container {
    display: flex;
    min-height: 600px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
}
.feature-content {
    padding: 120px 60px !important;
}
.feature-content h2 {
    font-weight: bold;
}
.feature-image {
    background-size: cover;
    min-height: 600px;
    background-position-x: 50%;
}
@media screen and (min-width: 641px) {
    .feature-container {
        display: table;
    }
    .feature-container.mobile {
        display: none;
    }
    .feature-content {
        display: table-cell;
        float: none !important;
        width: 33.333333333% !important;
        vertical-align: middle;
    }
    .feature-image {
        display: table-cell;
        float: none !important;
        width: 66.666666666% !important;
    }
}
@media screen and (max-width: 640px) {
    .feature-container {
        margin-bottom: 0px;
        display: block;
    }
    .feature-container.desktop {
        display: none;
    }
    .feature-container.mobile {
        display: block;
    }
    .feature-content {
        padding: 40px 60px 30px 60px !important;
        text-align: center;
    }
    .feature-content:nth-child(odd) {
        background: #F7F8F9;
    }
    .feature-image {
        min-height: 400px;
    }
}

/* End of Feature Box Section*/

/* Product Gallery Section*/
.product-gallery-slider {
    margin-bottom: 40px;
}

.product-gallery-slider .heading h2 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
}

.product-gallery-slider-container {
    position: relative;
}

.swiper-container {
    width: 90%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    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;
}
.swiper-button-prev,
.swiper-button-next {
    top: 55%;
}
.swiper-button-prev:before {
    font-family: "showpo";
    font-size: 2.0rem;
    line-height: 44px;
    /* content: "\f0d9"; */
    color: #333333;
    float: left;
    font-weight: bold;
    left: -32px;
}
.swiper-button-next:before {
    font-family: "showpo";
    font-size: 2.0rem;
    line-height: 44px;
    /* content: "\f0da"; */
    color: #333333;
    float: right;
    font-weight: bold;
    right: 32px;
}
.swiper-slide {
    cursor: pointer;
}
.footer-container {
    text-align: center;
}
.product-gallery-slider .footer-container .button {
    margin: 20px 0;
}

@media screen and (max-width: 640px) {
    .product-gallery-slider {
        margin-bottom: 0px;
    }
    .product-gallery-slider {
        padding: 40px 0 20px !important;
    }
}

@media screen and (min-width: 481px) and (max-width: 700px) {
    .swiper-container {
        width: 80%;
    }
    .swiper-button-prev {
        left: 24px;
    }
    .swiper-button-next{
        right: 24px;
    }
}
@media screen and (max-width: 480px) {
    .swiper-container {
        width: 70%;
    }
}

/* End of Product Gallery Section*/

/* Category Boxes Section */
.category-boxes {
    margin-bottom: 40px;
}

.category-boxes .desktop-banner-link:after,
.category-boxes .mobile-banner-link:after {
    content: none;
}

@media screen and (max-width: 640px) {
    .category-boxes {
        margin-bottom: 0px;
    }
}

/* End of Category Boxes Section */

/* Wordpress Section */
.wp-blogs {
    background-color: #f7f8f9;
}
.wp-blogs .post-meta {
    background-color: #ffffff;
}
.wp-blogs .post-main-image {
    height: 170px;
    background-size: cover;
    background-position-x: 50%;
}
.wp-blogs .post-content {
    padding: 10px;
}
.wp-blogs .heading-container {
    text-align: center;
    padding: 20px;
}
.wp-blogs .heading-container img {
    height: 60px;
}
.wp-blogs .post-datetime {
    color: #cfcfcf;
    text-align: center;
    font-size: 12px;
}
.wp-blogs .blog-title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wp-blogs .post-desc {
    margin: 0;
}
.wp-blogs .footer-container {
    text-align: center;
    padding: 20px;
}

/* Mobile responsiveness for small devices */
@media screen and (max-width: 640px) {
    .wp-blogs .post-main-image {
        height: 50vw;
    }
    .wp-blogs .wp-post {
        padding: 20px 14vw;
    }
    .wp-blogs .wp-post:nth-child(n+2) {
        display: none;
    }
    .wp-blogs .footer-container .button {
        width: 80%;
    }
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
    .wp-blogs .wp-post:nth-child(n+4) {
        display: none;
    }
}

/* End of Wordpress Section */

.section-divider-container {
    margin-bottom: 40px;
}

@media screen and (max-width: 940px) {
    .section-divider-container {
        height: 32vw !important;
    }
}

/* Stories Section */

.stories-section {
    padding: 10px 0 0 !important;
}

.stories-section .story-box {
    text-align: center;
}

.stories-section .story-image {
    background-size: cover;
    height: 57vh;
    width: 80%;
    margin: 0 auto;
}

.story-modal {
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    height: 100vh;
    max-height: 100vh;
    border-radius: 3px;
    /* display: block;
    position: absolute;
    top: 0; */
    /* display: none; */
    height: calc(100vh - 46px);
    margin-top: 46px;

    position: fixed;
    top: 102vh;
    visibility: visible;
    width: 100vw;
    z-index: 100 !important;
    left: 0;
    background-color: #eeeeee;
    padding: 0;
    /* padding: 0.8rem 1.3rem; */
    border: solid 1px #666;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.4); */
}

.close-story-modal {
    position: absolute;
    right: 20px;
    top: 6px;
    font-size: 40px;
    color: #ffffff;
    line-height: 20px;
}

.close-story-modal:link,
.close-story-modal:visited,
.close-story-modal:hover,
.close-story-modal:active,
.close-story-modal:focus {
    color: #ffffff;
}

.stories-section .carousel-position-tracker {
    margin-bottom: 20px;
}

.stories-section .story-modal-content {
    position: relative;
}

.profile-image {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: cover !important;
    display: inline-block;
}

.profile-label {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    top: -10px;
    font-size: 16px;
    color: #ffffff;
}

.story-modal .swiper-container {
    width: 100%;
    height: calc(100vh - 46px);
}

.story-modal .swiper-pagination {
    position: absolute;
    top: 6px;
    padding: 0 10px;
}

.story-modal .swiper-pagination-bullet {
    width: 10%;
    height: 2px;
    display: inline-block;
    border-radius: 0;
    background: rgba(255,255,255,0.5);
    margin-right: 1% !important;
    margin-left: 1% !important;
    opacity: 1;
}

.story-modal .swiper-pagination-bullet-active {
    background: #ffffff;
}

.story-modal .profile-header {
    position: absolute;
    margin-top: 10px;
    background: transparent;
    top: 26px;
    width: 100%;
    z-index: 20;
    padding: 0 20px;
}

.story-modal .swiper-slide {
    width: 100%;
    background-size: contain !important;
    background-repeat: no-repeat;
    height: 100%;
    background-position-x: 50% !important;
}
/* End of Stories Section */

.story-vimeo-player {
    width: 178vh;
    height: 100vh !important;
}

.swiper-slide {
    overflow: hidden;
}

.story-modal .swiper-pagination {
    position: initial;
    float: left;
}

.swiper-wrapper {
    position: absolute;
    z-index: -5;
}

.swiper-button-next.story-swiper-next,
.swiper-button-prev.story-swiper-prev {
    top: 18vh;
    width: 30%;
    height: 75vh;
    padding-top: 30vh;
}

.swiper-button-next.story-swiper-next {
    padding-right: 3%;
}

.swiper-button-next.story-swiper-prev {
    padding-left: 3%;
}

.swiper-button-next.story-swiper-next:before {
    color: #ffffff;
}

.swiper-button-prev.story-swiper-prev:before {
    color: #ffffff;
}

.swiper-button-disabled {
    display: none;
}

@media screen and (max-width: 640px){
    .stories-section .story-box.desktop {
        display: none !important;
    }
    .stories-section .story-box.mobile {
        display: block !important;
    }
    .stories-section {
        padding: 10px 0 0 !important;
    }
}

@media screen and (min-width: 641px){
    .stories-section .story-box.mobile {
        display: none !important;
    }
    .stories-section .story-box.desktop {
        display: block !important;
    }
    .stories-section {
        padding: 0 !important;
        margin: 0 0 40px;
        max-width: 100%;
        width: 100%;
    }
}

.stories-desktop-video-container {
    height: 30vw;
    width: 100vw;
}

#stories-desktop-video-player,
.video-banner-container {
    height: 30vw;
    width: 16.9vw;
    float: left;
    background: #000000;
}

/* .video-banner-container {
    cursor: pointer;
} */

.left-banner-container,
.right-banner-container {
    width: 41.55vw;
    height: 100%;
    float: left;
    background-size: cover;
}

/* #stories-desktop-video-player {
    width: 17vw;
} */

.stories-desktop-video-container {
    background-size: cover;
    background-position-x: 50%;
}

#story-image {
    width: 80%;
    margin-bottom: 20px;
}

.story-buy-button {
    position: absolute;
    bottom: 40px;
    font-size: 22px !important;
    font-weight: 200;
    letter-spacing: 2px;
}

a.story-buy-button:link,
a.story-buy-button:visited,
a.story-buy-button:hover,
a.story-buy-button:active {
    color: #ffffff;
}

.story-desktop-button {
    margin-top: 60%;
}

@media screen and (max-width: 800px) {
    .story-desktop-button {
        margin-top: 55%;
    }
}

/* Returns Page - All Sites */
.page-title.returns-page-title {
    margin-bottom: 10px;
}
.cms-returns .header {
    background-color: #ffffff;
    border-bottom: 1px solid #d8d8d8;
}
.cms-returns .header h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.2px;
    color: #333333;
}
.cms-returns .body-section {
    background-color: #fafbfb;
    /*padding-top: 40px;*/
    padding-bottom: 40px;
}
.cms-returns .header .row,
.cms-returns .body-section .row {
    max-width: 768px;
}
.cms-returns ul.accordion.cms-accordion {
    border-bottom: 0;
}
.cms-returns .accordion .accordion-navigation .accordion-title:before {
    font-family: "showpo";
    content: "\e93a";
    font-size: 1rem;
    padding-right: 10px;
    float: right;
}
.cms-returns .accordion .accordion-navigation.active .accordion-title:before {
    content: "\e939";
}
.cms-returns li.accordion-navigation:first-of-type {
    border-top: 1px solid #d8d8d8;
}
.cms-returns li.accordion-navigation {
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 4px 10px;
    background-color: #ffffff;
    padding-bottom: 4px;
}
.cms-returns .accordion .accordion-navigation .accordion-title:hover,
.cms-returns .accordion .accordion-navigation.active .accordion-title,
.cms-returns .accordion .accordion-navigation .accordion-title {
    border-top: none;
}
.cms-returns .cms-accordion .accordion-navigation .accordion-title h2 {
    font-size: 15px !important;
    font-weight: bold !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: normal !important;
    letter-spacing: 0.1px !important;
    color: #333333 !important;
}
.cms-returns li,
.cms-returns p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    letter-spacing: 0.2px;
    color: #333333;
}
.cms-returns #cms-returns-info ol {
    counter-reset: returns-info-counter;
    list-style: none;
    padding-left: 30px;
    margin-left: 0;
}
.cms-returns #cms-returns-info ol li {
    margin: 0 0 0.5rem 0;
    counter-increment: returns-info-counter;
    position: relative;
}
.cms-returns #cms-returns-info ol li:before {
    content: counter(returns-info-counter);
    color: #dd6159;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    --size: 24px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    background: #f6e3e8;
    border-radius: 50%;
    text-align: center;
}
.cms-returns #cms-returns-info select {
    padding-left: 10px;
}
.cms-returns #shipping-search-title {
    margin-bottom: 6px;
}
.cms-returns #div-search {
    padding-bottom: 40px;
}

.cms-returns ul.dashed {
    list-style: none;
    padding-left: 0;
}

.cms-returns ul.dashed > li {
    margin-left: 15px;
}
.cms-returns ul.dashed > li span {
    padding-left: 10px;
}

.cms-returns .cms-list.sub {
    margin-bottom: 0;
}

/* Prevent nested li's from getting messed up */
.cms-returns ul.dashed > li::before {
    content: "-";
    margin-left: -15px;
    font-weight: bold;
}
.cms-returns .row-header {
    background: #f6e3e8;
    padding-top: 32px;
    padding-bottom: 39px;
    font-size: 16px;
    font-weight: bold;
}
.cms-returns .faq-title-wrapper {
    margin-top: 29px;
    margin-bottom: 25px;
}
.cms-returns .faq-title-wrapper .faq-title {
    font-weight: bold;
    font-size: 16px;
}
.cms-returns .redirect-button-wrapper {
    margin-top: 35px;
}
.cms-returns .redirect-button-wrapper a.redirect-return {
    font-weight: 400 !important;
    font-size: 16px;
    border: none;
    padding: 0;
    text-align: center;
    background-color: #333;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    margin-bottom: 0;
}
.cms-returns .mini-steps .step-info a {
    color: #000000;
}
.cms-returns .mini-steps .step-info {
      margin-top: 17px;
      font-family: Roboto;
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.43;
      letter-spacing: 0.31px;
      text-align: center;
      color: #000000;
}
.cms-returns .mini-steps .step-logo-circle {
      height: 80px;
      width: 80px;
      background-color: #fcf3ed;
      border-radius: 50%;
      display: inline-block;
}
.cms-returns .mini-steps .step-logo-circle .logo-container {
      display: block;
      position: relative;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      margin: 0;
      z-index: 1;
}
.cms-returns .mini-steps .step-logo-circle .logo-container .step-logo {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cms-returns .mini-steps .step-1 .step-logo {
    height: 35px;
    width: auto;
}
.cms-returns .mini-steps .step-2 .step-logo {
    height: 51px;
    width: auto;
}
.cms-returns .mini-steps .step-3 .step-logo {
    height: 46px;
    width: auto;
}

@media only screen and (max-width: 40em){
    .cms-returns .header h1 {
        margin-top: 15px;
    }

    .cms-returns .mini-steps .step-info {
        margin-top: 9px;
        margin-bottom: 19px;
    }
    .cms-returns .row-header {
        padding-bottom: 30px;
    }
    .cms-returns #div-search {
        padding-bottom: 17px;
    }
    .cms-returns .redirect-button-wrapper {
        margin-top: 7px;
    }
}
/* RETURNS FAQ CSS fix */
/* Mini-step margins */
[data-layout-version] .step-1 .step-info,
[data-layout-version] .step-2 .step-info,
[data-layout-version] .step-3 .step-info{
    margin: auto;
    margin-top: 17px;
}
/* Mini-step 1 widths */
[data-layout-version="au"] .step-1 .step-info,
[data-layout-version="nz"] .step-1 .step-info,
[data-layout-version="us"] .step-1 .step-info,
[data-layout-version="gb"] .step-1 .step-info,
[data-layout-version="rest"] .step-1 .step-info {
    width: calc(80% - 20px);
}
[data-layout-version="au"] .step-2 .step-info {
    width: 80%;
}
[data-layout-version="nz"] .step-2 .step-info,
[data-layout-version="us"] .step-2 .step-info,
[data-layout-version="gb"] .step-2 .step-info {
    width: 86%;
}
[data-layout-version="rest"] .step-2 .step-info {
    width: 80%;
}
[data-layout-version="au"] .step-3 .step-info,
[data-layout-version="nz"] .step-3 .step-info,
[data-layout-version="us"] .step-3 .step-info,
[data-layout-version="gb"] .step-3 .step-info,
[data-layout-version="rest"] .step-3 .step-info {
    width: 86%;
}

/* Remove extra spacing when accordion is opened for Returns FAQ */
.cms-returns-faq .returns-policy .cms-list:not(.sub), .cms-returns-faq .can-cant-return .cms-list:not(.sub) {
    margin-bottom: 0px;
}
/* Extra spacing issues in last 2 questions */
.cms-returns-faq .how-will-i-know p,
.cms-returns-faq .when-will-i p {
    margin-bottom: 10px;
}
.cms-returns-faq .how-will-i-know p:last-child,
.cms-returns-faq .when-will-i p:last-child {
    margin-bottom: 0px;
}
@media only screen and (max-width: 40em) {
    .cms-returns .redirect-button-wrapper a.redirect-return {
        font-size: 14px !important;
    }
    /* Mini-step specific width */
    .cms-returns .mini-steps [data-layout-version] .step-1 .step-info {
        width: 82%;
    }
    .cms-returns .mini-steps [data-layout-version] .step-2 .step-info {
        width: 91%;
    }
    .cms-returns .mini-steps [data-layout-version] .step-3 .step-info {
        width: 78%;
    }
    /* Mini-step margins */
    .cms-returns .mini-steps [data-layout-version] .step-info {
        margin: auto;
        margin-top: 9px;
        margin-bottom: 19px;
        word-wrap: break-word;
    }
}
@media only screen and (min-width: 1439px) {
    .cms-returns .mini-steps [data-layout-version] .step-1 .step-info {
        width: 96%;
    }
}
/* Dropdown arrow for Returns FAQ page */
#returns_country_select_chosen.chosen-container-single .chosen-single div {
    width: 0 !important;
    height: 0 !important;
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
    border-top: 8px solid #000 !important;
    top: 13px !important;
    right: 7px !important;
}
#returns_country_select_chosen.chosen-container-single.chosen-with-drop .chosen-single div {
    border-top: none !important;
    border-bottom: 8px solid #000 !important;
    top: 13px !important;
    right: 7px !important;
}

[data-layout-version] .content.clearfix.active {
    margin-bottom: 5px;
}

