@charset "UTF-8";
/* CSS RESET. standardizes cross-browser rendering on common elements, neutralizing browsers' built-in stylesheets. */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, input.circle, textarea, p, blockquote, th, td, iframe {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

a, img a {
  border: 0 none;
  margin: 0;
  padding: 0; }

/* End RESET. */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=aab46673704e7643d5fdec2d2e9cbeca)
 * Config saved to config.json and https://gist.github.com/aab46673704e7643d5fdec2d2e9cbeca
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.container, .row, *[class^="col-"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline; }

.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 100%;
  left: -9999px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 1010;
  width: 100%;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box; }

.chzn-container.chzn-with-drop .chzn-drop {
  left: 0; }

/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), to(#f4f4f4));
  background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none; }

.chzn-container-single .chzn-default {
  color: #999; }

.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.chzn-container-single .chzn-single-with-deselect span {
  margin-right: 38px; }

.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat; }

.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px; }

.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px; }

.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px; }

.chzn-container-single .chzn-single div b {
  background: url("../images/chosen-sprite.png") no-repeat 0px 2px;
  display: block;
  width: 100%;
  height: 100%; }

.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010; }

.chzn-container-single .chzn-search input {
  background: #fff url("../images/chosen-sprite.png") no-repeat 100% -20px;
  background: url("../images/chosen-sprite.png") no-repeat 100% -20px, -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url("../images/chosen-sprite.png") no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
  width: 100%;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box; }

.chzn-container-single .chzn-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.chzn-container-single-nosearch .chzn-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
  width: 100%;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box; }

.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none; }

.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0; }

.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.chzn-container-multi .chzn-choices .search-field .default {
  color: #999; }

.chzn-container-multi .chzn-choices .search-choice {
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default; }

.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px; }

.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4; }

.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat; }

.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

/* @end */
/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.chzn-container-multi .chzn-results {
  margin: 0;
  padding: 0; }

.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none; }

.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item; }

.chzn-container .chzn-results .disabled-result {
  color: #ccc;
  cursor: default;
  display: list-item; }

.chzn-container .chzn-results .disabled-result em {
  background: transparent; }

.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal; }

.chzn-container .chzn-results .highlighted em {
  background: transparent; }

.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item; }

.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold; }

.chzn-container .chzn-results .group-option {
  padding-left: 15px; }

.chzn-container-multi .chzn-drop .result-selected {
  color: #ccc;
  cursor: default;
  display: list-item; }

.chzn-container-multi .chzn-drop .result-selected em {
  background: transparent; }

.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  /* This should by dynamic with js */
  z-index: 1; }

.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px; }

.chzn-container .chzn-results-scroll-down {
  bottom: 0; }

.chzn-container .chzn-results-scroll-down span {
  background: url("../images/chosen-sprite.png") no-repeat -4px -3px; }

.chzn-container .chzn-results-scroll-up span {
  background: url("../images/chosen-sprite.png") no-repeat -22px -3px; }

/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb; }

.chzn-container-active.chzn-with-drop .chzn-single {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.chzn-container-active.chzn-with-drop .chzn-single div {
  background: transparent;
  border-left: none; }

.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 2px; }

.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb; }

.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important; }

/* @end */
/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity: 0.5 !important; }

.chzn-disabled .chzn-single {
  cursor: default; }

.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default; }

/* @group Right to Left */
.chzn-rtl {
  text-align: right; }

.chzn-rtl .chzn-single {
  padding: 0 8px 0 0;
  overflow: visible; }

.chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl; }

.chzn-rtl .chzn-single-with-deselect span {
  margin-left: 38px; }

.chzn-rtl .chzn-single div {
  left: 3px;
  right: auto; }

.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto; }

.chzn-rtl .chzn-choices .search-field input {
  direction: rtl; }

.chzn-rtl .chzn-choices li {
  float: right; }

.chzn-rtl .chzn-choices .search-choice {
  padding: 3px 5px 3px 19px;
  margin: 3px 5px 3px 0; }

.chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 4px;
  right: auto; }

.chzn-rtl .chzn-search {
  left: 9999px; }

.chzn-rtl.chzn-with-drop .chzn-search {
  left: 0px; }

.chzn-rtl .chzn-drop {
  left: 9999px; }

.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 15px; }

.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
  border-right: none; }

.chzn-rtl .chzn-search input {
  background: #fff url("../images/chosen-sprite.png") no-repeat -30px -20px;
  background: url("../images/chosen-sprite.png") no-repeat -30px -20px, -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url("../images/chosen-sprite.png") no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl; }

.chzn-container-single.chzn-rtl .chzn-single div b {
  background-position: 6px 2px; }

.chzn-container-single.chzn-rtl.chzn-with-drop .chzn-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .chzn-rtl .chzn-search input, .chzn-container-single .chzn-single abbr, .chzn-container-single .chzn-single div b, .chzn-container-single .chzn-search input, .chzn-container-multi .chzn-choices .search-choice .search-choice-close, .chzn-container .chzn-results-scroll-down span, .chzn-container .chzn-results-scroll-up span {
    background-image: url("../images/chosen-sprite@2x.png") !important;
    background-repeat: no-repeat !important;
    background-size: 52px 37px !important; } }

/* @end */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.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;
          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; }

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

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

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-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;
  -ms-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;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

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;
  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; }

.mfp-close:active {
  top: 1px; }

.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;
  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; }

.mfp-arrow:before,
.mfp-arrow:after {
  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 {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.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%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          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;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.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;
            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; } }

.new-form {
  *zoom: 1;
  max-width: 605px;
  margin: auto auto 50px; }
  .new-form:before, .new-form:after {
    content: " ";
    display: table; }
  .new-form:after {
    clear: both; }
  .new-form legend {
    color: #414042;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px; }
    .new-form legend span {
      font-weight: 400; }
  .new-form .group {
    position: relative;
    margin-bottom: 15px; }
    .new-form .group.more-margin {
      margin-top: 40px; }
    .new-form .group.success span.error {
      display: none; }
    .new-form .group.success:before {
      background: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/checkmark.svg) no-repeat center center;
      content: "";
      height: 34px;
      right: 10px;
      position: absolute;
      top: 2px;
      width: 30px; }
    .new-form .group.success select {
      background-image: none; }
    .new-form .group.alt-label label {
      font-size: 14px;
      left: 15px;
      white-space: nowrap; }
      .new-form .group.alt-label label.optional, .new-form .group.alt-label label .light {
        font-weight: 400;
        color: #a6a8ab; }
      .new-form .group.alt-label label:before {
        background-image: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/form-label-background.svg), url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/form-label-background-error.svg);
        content: "";
        width: 0; }
      .new-form .group.alt-label label small {
        color: #a6a8ab;
        font-size: 100%;
        font-weight: normal; }
    .new-form .group.alt-label input[type="text"], .new-form .group.alt-label input[type="email"], .new-form .group.alt-label input[type="password"], .new-form .group.alt-label input[type="submit"], .new-form .group.alt-label textarea, .new-form .group.alt-label select {
      padding-left: 15px;
      padding-right: 15px; }
      .new-form .group.alt-label input[type="text"]:focus, .new-form .group.alt-label input.focus[type="text"], .new-form .group.alt-label input[type="text"]:-webkit-autofill, .new-form .group.alt-label input[type="email"]:focus, .new-form .group.alt-label input.focus[type="email"], .new-form .group.alt-label input[type="email"]:-webkit-autofill, .new-form .group.alt-label input[type="password"]:focus, .new-form .group.alt-label input.focus[type="password"], .new-form .group.alt-label input[type="password"]:-webkit-autofill, .new-form .group.alt-label input[type="submit"]:focus, .new-form .group.alt-label input.focus[type="submit"], .new-form .group.alt-label input[type="submit"]:-webkit-autofill, .new-form .group.alt-label textarea:focus, .new-form .group.alt-label textarea.focus, .new-form .group.alt-label textarea:-webkit-autofill, .new-form .group.alt-label select:focus, .new-form .group.alt-label select.focus, .new-form .group.alt-label select:-webkit-autofill {
        font-size: 15px;
        outline: 0 none;
        padding-top: 5px; }
        .new-form .group.alt-label input[type="text"]:focus + label, .new-form .group.alt-label input.focus[type="text"] + label, .new-form .group.alt-label input[type="text"]:-webkit-autofill + label, .new-form .group.alt-label input[type="email"]:focus + label, .new-form .group.alt-label input.focus[type="email"] + label, .new-form .group.alt-label input[type="email"]:-webkit-autofill + label, .new-form .group.alt-label input[type="password"]:focus + label, .new-form .group.alt-label input.focus[type="password"] + label, .new-form .group.alt-label input[type="password"]:-webkit-autofill + label, .new-form .group.alt-label input[type="submit"]:focus + label, .new-form .group.alt-label input.focus[type="submit"] + label, .new-form .group.alt-label input[type="submit"]:-webkit-autofill + label, .new-form .group.alt-label textarea:focus + label, .new-form .group.alt-label textarea.focus + label, .new-form .group.alt-label textarea:-webkit-autofill + label, .new-form .group.alt-label select:focus + label, .new-form .group.alt-label select.focus + label, .new-form .group.alt-label select:-webkit-autofill + label {
          background: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/form-label-background.svg) repeat-x center center;
          background-size: 20px 20px;
          color: inherit;
          font-size: 11px;
          top: -7px;
          padding: 0 5px;
          margin-left: -5px; }
          .new-form .group.alt-label input[type="text"]:focus + label .light, .new-form .group.alt-label input.focus[type="text"] + label .light, .new-form .group.alt-label input[type="text"]:-webkit-autofill + label .light, .new-form .group.alt-label input[type="email"]:focus + label .light, .new-form .group.alt-label input.focus[type="email"] + label .light, .new-form .group.alt-label input[type="email"]:-webkit-autofill + label .light, .new-form .group.alt-label input[type="password"]:focus + label .light, .new-form .group.alt-label input.focus[type="password"] + label .light, .new-form .group.alt-label input[type="password"]:-webkit-autofill + label .light, .new-form .group.alt-label input[type="submit"]:focus + label .light, .new-form .group.alt-label input.focus[type="submit"] + label .light, .new-form .group.alt-label input[type="submit"]:-webkit-autofill + label .light, .new-form .group.alt-label textarea:focus + label .light, .new-form .group.alt-label textarea.focus + label .light, .new-form .group.alt-label textarea:-webkit-autofill + label .light, .new-form .group.alt-label select:focus + label .light, .new-form .group.alt-label select.focus + label .light, .new-form .group.alt-label select:-webkit-autofill + label .light {
            display: none; }
        .new-form .group.alt-label input.error[type="text"]:focus + label, .new-form .group.alt-label input.focus.error[type="text"] + label, .new-form .group.alt-label input.error[type="text"]:-webkit-autofill + label, .new-form .group.alt-label input.error[type="email"]:focus + label, .new-form .group.alt-label input.focus.error[type="email"] + label, .new-form .group.alt-label input.error[type="email"]:-webkit-autofill + label, .new-form .group.alt-label input.error[type="password"]:focus + label, .new-form .group.alt-label input.focus.error[type="password"] + label, .new-form .group.alt-label input.error[type="password"]:-webkit-autofill + label, .new-form .group.alt-label input.error[type="submit"]:focus + label, .new-form .group.alt-label input.focus.error[type="submit"] + label, .new-form .group.alt-label input.error[type="submit"]:-webkit-autofill + label, .new-form .group.alt-label textarea.error:focus + label, .new-form .group.alt-label textarea.focus.error + label, .new-form .group.alt-label textarea.error:-webkit-autofill + label, .new-form .group.alt-label select.error:focus + label, .new-form .group.alt-label select.focus.error + label, .new-form .group.alt-label select.error:-webkit-autofill + label {
          background-image: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/form-label-background-error.svg); }
      .new-form .group.alt-label input[type="text"]:-webkit-autofill + label, .new-form .group.alt-label input[type="email"]:-webkit-autofill + label, .new-form .group.alt-label input[type="password"]:-webkit-autofill + label, .new-form .group.alt-label input[type="submit"]:-webkit-autofill + label, .new-form .group.alt-label textarea:-webkit-autofill + label, .new-form .group.alt-label select:-webkit-autofill + label {
        background-image: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/form-label-background-webkit-autofill.svg); }
    .new-form .group select {
      font-size: 14px; }
      .new-form .group select:focus, .new-form .group select.focus {
        font-size: inherit;
        font-weight: 500; }
  .new-form input[type="text"], .new-form input[type="search"], .new-form input[type="email"], .new-form input[type="password"], .new-form textarea, .new-form select, .new-form button[type="submit"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #f7f7f9;
    border: 1px solid #808080;
    border-radius: 0;
    color: #5d5e61;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 38px;
    padding: 15px 25px 2px;
    width: 100%; }
    @media (max-width: 600px) {
      .new-form input[type="text"], .new-form input[type="search"], .new-form input[type="email"], .new-form input[type="password"], .new-form textarea, .new-form select, .new-form button[type="submit"] {
        font-size: 16px; } }
    .new-form input.disabled[type="text"], .new-form input.disabled[type="search"], .new-form input.disabled[type="email"], .new-form input.disabled[type="password"], .new-form textarea.disabled, .new-form select.disabled, .new-form button.disabled[type="submit"] {
      background: rgba(239, 238, 235, 0.5);
      border-color: #a6a8ab;
      color: #a6a8ab; }
    .new-form input.error[type="text"], .new-form input.error[type="search"], .new-form input.error[type="email"], .new-form input.error[type="password"], .new-form textarea.error, .new-form select.error, .new-form button.error[type="submit"] {
      border-color: #e1e2e3;
      background-color: #F6C3CB; }
    .new-form input[type="text"]:focus, .new-form input.focus[type="text"], .new-form input[type="search"]:focus, .new-form input.focus[type="search"], .new-form input[type="email"]:focus, .new-form input.focus[type="email"], .new-form input[type="password"]:focus, .new-form input.focus[type="password"], .new-form textarea:focus, .new-form textarea.focus, .new-form select:focus, .new-form select.focus, .new-form button[type="submit"]:focus, .new-form button.focus[type="submit"] {
      font-weight: normal; }
      .new-form input[type="text"]:focus + label, .new-form input.focus[type="text"] + label, .new-form input[type="search"]:focus + label, .new-form input.focus[type="search"] + label, .new-form input[type="email"]:focus + label, .new-form input.focus[type="email"] + label, .new-form input[type="password"]:focus + label, .new-form input.focus[type="password"] + label, .new-form textarea:focus + label, .new-form textarea.focus + label, .new-form select:focus + label, .new-form select.focus + label, .new-form button[type="submit"]:focus + label, .new-form button.focus[type="submit"] + label {
        color: #a6a8ab;
        font-size: 11px;
        top: 3px; }
    .new-form input[type="text"]:-webkit-autofill, .new-form input[type="text"]:-webkit-autofill:hover, .new-form input[type="text"]:-webkit-autofill:focus, .new-form input[type="search"]:-webkit-autofill, .new-form input[type="search"]:-webkit-autofill:hover, .new-form input[type="search"]:-webkit-autofill:focus, .new-form input[type="email"]:-webkit-autofill, .new-form input[type="email"]:-webkit-autofill:hover, .new-form input[type="email"]:-webkit-autofill:focus, .new-form input[type="password"]:-webkit-autofill, .new-form input[type="password"]:-webkit-autofill:hover, .new-form input[type="password"]:-webkit-autofill:focus, .new-form textarea:-webkit-autofill, .new-form textarea:-webkit-autofill:hover, .new-form textarea:-webkit-autofill:focus, .new-form select:-webkit-autofill, .new-form select:-webkit-autofill:hover, .new-form select:-webkit-autofill:focus, .new-form button[type="submit"]:-webkit-autofill, .new-form button[type="submit"]:-webkit-autofill:hover, .new-form button[type="submit"]:-webkit-autofill:focus {
      font-weight: normal; }
      .new-form input[type="text"]:-webkit-autofill + label, .new-form input[type="text"]:-webkit-autofill:hover + label, .new-form input[type="text"]:-webkit-autofill:focus + label, .new-form input[type="search"]:-webkit-autofill + label, .new-form input[type="search"]:-webkit-autofill:hover + label, .new-form input[type="search"]:-webkit-autofill:focus + label, .new-form input[type="email"]:-webkit-autofill + label, .new-form input[type="email"]:-webkit-autofill:hover + label, .new-form input[type="email"]:-webkit-autofill:focus + label, .new-form input[type="password"]:-webkit-autofill + label, .new-form input[type="password"]:-webkit-autofill:hover + label, .new-form input[type="password"]:-webkit-autofill:focus + label, .new-form textarea:-webkit-autofill + label, .new-form textarea:-webkit-autofill:hover + label, .new-form textarea:-webkit-autofill:focus + label, .new-form select:-webkit-autofill + label, .new-form select:-webkit-autofill:hover + label, .new-form select:-webkit-autofill:focus + label, .new-form button[type="submit"]:-webkit-autofill + label, .new-form button[type="submit"]:-webkit-autofill:hover + label, .new-form button[type="submit"]:-webkit-autofill:focus + label {
        color: #a6a8ab;
        font-size: 11px;
        top: 3px; }
  .new-form label.focus {
    color: #a6a8ab;
    font-size: 11px;
    top: 3px; }
  .new-form select {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #f7f7f9;
    border: 1px solid #808080;
    border-radius: 0;
    color: #5d5e61;
    font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    background-image: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/angle-down.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 5px 25px 5px 15px; }
    .new-form select:focus {
      font-size: inherit; }
    .new-form select option.canada {
      display: none; }
    .new-form select:-webkit-autofill {
      font-weight: normal !important;
      background-image: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/angle-down.svg);
      background-repeat: no-repeat;
      background-position: center right; }
  .new-form textarea {
    height: auto;
    min-height: 80px;
    overflow: auto;
    padding-right: 35px; }
  .new-form .character-count {
    color: #b8babc;
    font-size: 11px;
    margin: 10px 0 -10px;
    text-align: right; }
    .new-form .character-count.error {
      color: #e2465a; }
  .new-form .group label:not(.inline) {
    left: 25px;
    position: absolute;
    top: 10px; }
  .new-form label {
    color: #5d5e61;
    font-weight: 500; }
    .new-form label.required:after {
      content: " *";
      color: #d25656; }
    .new-form label.disabled {
      color: #a6a8ab; }
    .new-form label.for-checkbox {
      display: inline-block;
      left: auto;
      position: relative;
      top: auto;
      vertical-align: middle; }
  .new-form .styled-checkbox {
    display: inline-block;
    margin-right: 10px; }
    .new-form .styled-checkbox input:empty {
      margin-left: -99999px;
      position: absolute; }
      .new-form .styled-checkbox input:empty ~ label {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        .new-form .styled-checkbox input:empty ~ label:before {
          font-family: 'fontAwesome';
          content: "\f00c";
          font-weight: normal;
          transition: all 0.15s;
          -moz-transition: all 0.15s;
          -webkit-transition: all 0.15s;
          -o-transition: all 0.15s;
          background: #f7f7f9;
          border: 1px solid #808080;
          color: transparent;
          display: inline-block;
          font-size: 15px;
          height: 14px;
          line-height: 14px;
          margin-right: 10px;
          text-align: center;
          width: 14px; }
    .new-form .styled-checkbox input:checked ~ label:before {
      color: #5d5e61;
      background: #f7f7f9; }
  .new-form .white-button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: white;
    border-radius: 0;
    border: 1px solid #414042;
    color: #414042;
    display: inline-block;
    font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    height: auto;
    letter-spacing: 0.5px;
    line-height: 1;
    padding: 10px 19px 9px;
    text-align: center;
    text-decoration: none; }
    .new-form .white-button:hover {
      background: #414042;
      border-color: #414042;
      color: white;
      cursor: pointer; }
    .new-form .white-button.disabled:hover {
      background: white;
      border-color: #a6a8ab;
      color: #414042; }
    @media (max-width: 550px) {
      .new-form .white-button {
        padding: 8px;
        font-size: 16px;
        display: block;
        width: 100%; } }
  .new-form input[type="submit"], .new-form button[type="submit"] {
    position: relative;
    width: auto;
    z-index: 1; }
    .new-form input[type="submit"] i, .new-form button[type="submit"] i {
      display: inline-block;
      font-size: 20px;
      margin-left: 10px;
      vertical-align: bottom; }
    .new-form input[type="submit"]:hover, .new-form button[type="submit"]:hover {
      cursor: pointer; }
    .new-form input[type="submit"]:focus, .new-form button[type="submit"]:focus {
      font-size: inherit; }
    .new-form input.submitting[type="submit"], .new-form button.submitting[type="submit"] {
      color: white; }
      .new-form input.submitting[type="submit"]:hover, .new-form button.submitting[type="submit"]:hover {
        cursor: default; }
      .new-form input.submitting[type="submit"] i, .new-form button.submitting[type="submit"] i {
        margin: 0 10px 0 0; }
    @media (max-width: 550px) {
      .new-form input[type="submit"], .new-form button[type="submit"] {
        display: block;
        width: 100%; } }
  .new-form span.error {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background: #e2465a;
    color: white;
    font-size: 12px;
    font-weight: 500;
    left: -20px;
    padding: 11px 15px 12px;
    position: absolute;
    top: 0; }
    .new-form span.error:after {
      border-bottom: 8px solid transparent;
      border-left: 8px solid #e2465a;
      border-top: 8px solid transparent;
      bottom: 4px;
      content: "";
      height: 0;
      position: absolute;
      right: -7px;
      width: 0; }
    @media (max-width: 970px) {
      .new-form span.error {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: auto;
        right: 0;
        top: -37px; }
        .new-form span.error:after {
          border-top: 8px solid #e2465a;
          border-bottom: 0 none;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          bottom: -8px;
          right: 4px; } }
.hint {
  font-weight: 300; }

input.square, input.circle {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: white;
  border-radius: 0;
  border: 1px solid #6d6e71;
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: middle; }
  input.square:checked, input.circle:checked {
    background: #6d6e71;
    -webkit-box-shadow: 0 0 0 2px white inset;
            box-shadow: 0 0 0 2px white inset; }
  input.square + label, input.circle + label {
    margin-left: 12px; }

input.circle {
  border-radius: 50%; }

.image-block input {
  margin-left: -99999px;
  position: absolute;
  cursor: default;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  display: inline-block; }

.image-block label {
  background: #f7f7f9;
  border: 1px solid #808080;
  color: #5d5e61;
  cursor: pointer;
  display: block;
  padding: 12px;
  white-space: nowrap; }
  .image-block label:hover {
    -webkit-box-shadow: 0 0 0 1px #919396 inset;
            box-shadow: 0 0 0 1px #919396 inset;
    color: #414042; }
  .image-block label img, .image-block label span, .image-block label i {
    display: inline-block;
    vertical-align: middle; }
  .image-block label i {
    width: 28px;
    text-align: center;
    color: #414042;
    font-size: 28px; }
  .image-block label span {
    border-left: 1px solid #808080;
    margin-left: 7px;
    padding-left: 10px; }

.image-block input:checked ~ label {
  background: #b8babc;
  -webkit-box-shadow: 0 0 0 1px #808080 inset;
          box-shadow: 0 0 0 1px #808080 inset;
  color: #414042; }

.radio-toggle input[type="radio"] {
  margin-left: -99999px;
  position: absolute;
  cursor: default;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  display: inline-block; }
  .radio-toggle input[type="radio"] ~ label {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    background: #5d5e61;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 0 15px 0 0;
    padding: 1px 5px;
    position: relative;
    user-select: none;
    vertical-align: middle; }
  .radio-toggle input[type="radio"]:checked, .radio-toggle input[type="radio"]:focus {
    outline: 0 none; }
  .radio-toggle input[type="radio"]:checked ~ label {
    background: #a5ba4d; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    background-color: rgba(236, 236, 236, 0.94); }
  25%, 75% {
    background-color: rgba(145, 147, 150, 0.94); } }

@keyframes flash {
  0%, 50%, 100% {
    background-color: rgba(236, 236, 236, 0.94); }
  25%, 75% {
    background-color: rgba(145, 147, 150, 0.94); } }

@-webkit-keyframes flash_light {
  0%, 50%, 100% {
    background-color: white; }
  25%, 75% {
    background-color: #e1e2e3; } }

@keyframes flash_light {
  0%, 50%, 100% {
    background-color: white; }
  25%, 75% {
    background-color: #e1e2e3; } }

button.lines-button {
  -webkit-appearance: none;
  background: transparent;
  border: 0 none;
  outline: 0 none; }

button:hover .lines {
  background: #414042; }
  button:hover .lines:before, button:hover .lines:after {
    background: #414042; }

.lines {
  vertical-align: middle;
  background: #6d6e71;
  border-radius: 0.1rem;
  display: inline-block;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 1.2rem;
  position: relative; }
  .lines:before, .lines:after {
    background: #6d6e71;
    border-radius: 0.1rem;
    display: inline-block;
    height: 1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 1.2rem;
    position: absolute;
    left: 0;
    content: '';
    transform-origin: 0.1071428571rem center;
    -webkit-transform-origin: 0.1071428571rem center; }
  .lines:before {
    top: 0.5rem; }
  .lines:after {
    top: -0.5rem; }

.lines-button {
  border-radius: 0.2142857143rem;
  cursor: pointer;
  display: inline-block;
  padding: 0.5263157895rem;
  padding-bottom: 0.75rem;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .lines-button:hover {
    opacity: 1; }
  .lines-button:active {
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: 0;
    transition: 0; }
  .lines-button.x.close .lines {
    background: transparent; }
    .lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
      transform-origin: 50% 50%;
      -webkit-transform-origin: 50% 50%;
      top: 0;
      width: 1.2rem; }
    .lines-button.x.close .lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg); }
    .lines-button.x.close .lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }

body > header .wrapper {
  position: relative;
  max-width: 1560px; }

body > header {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: rgba(255, 255, 255, 0.93);
  -webkit-backdrop-filter: blur(5px);
  border-bottom: 1px solid white;
  position: relative;
  width: 100%;
  z-index: 5; }
  @media (min-width: 768px) {
    body > header:not(.header_fix_alt) {
      margin-bottom: 15px; } }
  body > header:hover, body > header.hover {
    background: white; }
    body > header:hover .add-to-cart-area.align-right, body > header.hover .add-to-cart-area.align-right {
      background: white; }
  body > header.fixed {
    border-bottom-color: #c7c9ca;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 6000; }
    @media (min-width: 768px) {
      body > header.fixed.no-border {
        border: 0 none; } }
    body > header.fixed:not(.header_fix_alt) #main_row {
      clear: both; }
      @media (min-width: 768px) {
        body > header.fixed:not(.header_fix_alt) #main_row {
          margin-bottom: -45px; } }
      @media (min-width: 768px) {
        body > header.fixed:not(.header_fix_alt) #main_row a.logo {
          -webkit-transform: scale(0.86, 0.86) translateY(-20px);
          transform: scale(0.86, 0.86) translateY(-20px); } }
    @media (min-width: 768px) {
      body > header.fixed.header_fix_alt #main-navigation-container a.logo {
        opacity: 1;
        pointer-events: auto; }
        body > header.fixed.header_fix_alt #main-navigation-container a.logo:hover {
          opacity: 0.6; } }
  @media (max-width: 767px) {
    body > header.header_fix_alt {
      margin-bottom: 5px;
      border-bottom-color: #c7c9ca; } }
  @media (min-device-width: 768px) and (max-device-width: 1024px), (min-device-width: 834px) and (max-device-width: 1112px), (min-device-width: 1024px) and (max-device-width: 1366px) {
    body > header:not(.header_fix_alt) #main_row {
      margin-bottom: -45px; } }
  @media (min-device-width: 768px) and (max-device-width: 1024px) and (min-width: 768px), (min-device-width: 834px) and (max-device-width: 1112px) and (min-width: 768px), (min-device-width: 1024px) and (max-device-width: 1366px) and (min-width: 768px) {
    body > header:not(.header_fix_alt) #main_row a.logo {
      -webkit-transform: scale(0.86, 0.86) translateY(-20px);
      transform: scale(0.86, 0.86) translateY(-20px); } }
  body > header.nav-is-open {
    position: fixed;
    width: 100%; }
  body > header a {
    color: #6d6e71; }
  body > header #main_row {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    padding: 20px 0 5px;
    will-change: margin; }
    body > header #main_row a.logo {
      display: block;
      margin: 15px auto; }
  @media (min-width: 768px) {
    body > header #main-navigation-container {
      padding-top: 15px; } }
  body > header #main-navigation-container a.logo, body > header #main-navigation-container .dropdowns {
    position: absolute;
    z-index: 7; }
  body > header #main-navigation-container .dropdowns {
    padding-bottom: 0;
    right: 20px;
    width: auto; }
    body > header #main-navigation-container .dropdowns .dropdown-area {
      clear: both;
      margin: 40px 0 20px; }
      body > header #main-navigation-container .dropdowns .dropdown-area .dd {
        width: 290px; }
    body > header #main-navigation-container .dropdowns nav.dropdown-triggers {
      text-align: right;
      float: right; }
      body > header #main-navigation-container .dropdowns nav.dropdown-triggers > a {
        color: transparent;
        font-size: 1px;
        height: 24px;
        padding-bottom: 6px;
        vertical-align: top;
        width: 24px; }
        body > header #main-navigation-container .dropdowns nav.dropdown-triggers > a:hover {
          color: transparent; }
        body > header #main-navigation-container .dropdowns nav.dropdown-triggers > a.cart {
          background: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/icon-cart2.svg) no-repeat center center;
          margin-left: 10px; }
          body > header #main-navigation-container .dropdowns nav.dropdown-triggers > a.cart span {
            display: none; }
        body > header #main-navigation-container .dropdowns nav.dropdown-triggers > a.session {
          background: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/icon-user2.svg) no-repeat center center;
          margin-left: auto; }
    body > header #main-navigation-container .dropdowns .dd.contact, body > header #main-navigation-container .dropdowns .contact-trigger {
      display: none; }
    @media only screen and (min-width: 1020px) {
      body > header #main-navigation-container .dropdowns {
        right: 30px; } }
    @media only screen and (max-width: 995px) {
      body > header #main-navigation-container .dropdowns {
        right: 15px; } }
  body > header #main-navigation-container a.logo {
    left: 20px;
    opacity: 0;
    pointer-events: none;
    width: 120px;
    height: 29px; }
    @media only screen and (min-width: 1020px) {
      body > header #main-navigation-container a.logo {
        left: 30px; } }
    @media only screen and (max-width: 995px) {
      body > header #main-navigation-container a.logo {
        left: 15px; } }
  body > header a.logo {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    will-change: transform;
    background: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/logo.svg) no-repeat center top;
    width: 180px;
    height: 43px;
    text-indent: -30000px;
    display: inline-block;
    background-size: 100% auto; }
    body > header a.logo:hover {
      opacity: 0.6; }
  body > header #top {
    background: #e9eaea;
    font-size: 13px;
    padding: 15px 0;
    text-align: center; }
    body > header #top a.underline {
      transition: all 0.2s;
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      border-bottom: 1px solid #a6a8ab;
      color: #6d6e71;
      display: inline-block;
      margin-left: 10px; }
      body > header #top a.underline:hover {
        border-color: #b8babc;
        color: #919396;
        text-decoration: none; }
    @media (min-width: 768px) {
      body > header #top span {
        margin-left: 20px; } }
  body > header .secondary-nav .search-form {
    margin-top: -12px; }
  body > header form.search-form {
    width: 100%;
    -moz-placeholder-color: #919396;
    -moz-placeholder-font-size: 13px;
    -moz-placeholder-font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif;
    -moz-placeholder-opacity: 1;
    -ms-input-placeholder-color: #919396;
    -ms-input-placeholder-font-size: 13px;
    -ms-input-placeholder-font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif; }
    body > header form.search-form.focus {
      background: white;
      -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
              box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25); }
    body > header form.search-form a.clear-input {
      background: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/close.svg) no-repeat center center;
      background-size: 75%;
      display: none;
      height: 18px;
      position: absolute;
      right: 24px;
      top: 7px;
      width: 18px; }
    body > header form.search-form input[type="search"]::-webkit-search-cancel-button {
      display: none; }
    body > header form.search-form input {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -moz-box-sizing: border-box;
      background: transparent url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/icon-search-small3.svg) no-repeat 5px center;
      border-radius: 0;
      border: 1px solid transparent;
      color: #919396;
      font-size: 16px;
      height: 30px;
      padding: 0 10px 0 28px;
      width: 100%; }
      body > header form.search-form input:focus {
        background-color: inherit; }
    @media (min-width: 768px) {
      body > header form.search-form {
        margin-top: -11px;
        max-width: 370px;
        position: absolute;
        z-index: 20;
        padding: 0 20px;
        margin-left: -20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -moz-box-sizing: border-box; }
        body > header form.search-form:after {
          position: absolute;
          width: 0;
          height: 0;
          overflow: hidden;
          z-index: -1;
          content: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/icon-search-small3-dark.svg); }
        body > header form.search-form input {
          transition: all 0.15s;
          -moz-transition: all 0.15s;
          -webkit-transition: all 0.15s;
          -o-transition: all 0.15s;
          font-size: 14px;
          max-width: 270px;
          border-bottom-color: #919396; }
          body > header form.search-form input:focus {
            background-image: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/icon-search-small3-dark.svg);
            border-bottom-color: #6d6e71;
            color: #6d6e71;
            max-width: 100%; }
            body > header form.search-form input:focus::-webkit-input-placeholder {
              color: #6d6e71; }
            body > header form.search-form input:focus:-moz-placeholder {
              color: #6d6e71; }
            body > header form.search-form input:focus::-moz-placeholder {
              color: #6d6e71; }
            body > header form.search-form input:focus:-ms-input-placeholder {
              color: #6d6e71; } }
    body > header form.search-form ::-webkit-input-placeholder {
      color: #919396;
      font-size: 13px;
      font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif; }
    body > header form.search-form ::-moz-placeholder {
      color: #919396;
      font-size: 13px;
      font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif;
      opacity: 1; }
  body > header .dropdown {
    position: relative; }
  body > header .dropdowns {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    font-size: 13px;
    padding: 8px 20px 20px;
    position: absolute;
    right: 10px;
    top: -10px;
    width: 290px;
    z-index: 8; }
    body > header .dropdowns:hover {
      background: white; }
    body > header .dropdowns.hover, body > header .dropdowns.hover {
      background: white;
      -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
              box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25); }
    @media only screen and (min-width: 1020px) {
      body > header .dropdowns {
        right: 0; } }
    @media only screen and (max-width: 995px) {
      body > header .dropdowns {
        right: 20px;
        width: 225px; } }
    body > header .dropdowns nav.dropdown-triggers {
      justify-content: space-between;
      display: flex;
      max-width: 240px; }
      body > header .dropdowns nav.dropdown-triggers a {
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        display: inline-block;
        padding-bottom: 12px; }
        body > header .dropdowns nav.dropdown-triggers a span.number-of-items {
          color: #E6404F; }
        body > header .dropdowns nav.dropdown-triggers a:hover, body > header .dropdowns nav.dropdown-triggers a.hover {
          color: #b8babc; }
          body > header .dropdowns nav.dropdown-triggers a:hover span.number-of-items, body > header .dropdowns nav.dropdown-triggers a.hover span.number-of-items {
            color: #919396; }
    body > header .dropdowns .keep-open {
      display: block !important; }
    body > header .dropdowns .dropdown-area {
      background: white; }
      body > header .dropdowns .dropdown-area .dd {
        padding-top: 5px;
        text-align: center; }
      body > header .dropdowns .dropdown-area h2 {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        border-bottom: 1px solid #b8babc;
        font-size: 15px;
        font-weight: 500;
        padding: 5px 0 17px; }
      body > header .dropdowns .dropdown-area .sign-in form.new-form {
        margin: 15px 10px 12px; }
      body > header .dropdowns .dropdown-area .sign-in .action *[class*="btn"] {
        display: block;
        padding: 15px;
        width: 100%; }
        body > header .dropdowns .dropdown-area .sign-in .action *[class*="btn"]:not(:hover) {
          border-color: #6d6e71;
          background: #6d6e71; }
      body > header .dropdowns .dropdown-area .sign-in a.forgot {
        color: #b8babc;
        display: inline-block;
        font-size: 12px;
        margin-bottom: 12px; }
      body > header .dropdowns .dropdown-area .sign-in .social-login {
        margin: 0 10px 18px; }
        body > header .dropdowns .dropdown-area .sign-in .social-login p {
          color: #b8babc;
          margin-bottom: 12px; }
      body > header .dropdowns .dropdown-area .account {
        text-align: center;
        padding-top: 20px; }
      body > header .dropdowns .dropdown-area ol.icons-list li {
        margin-bottom: 20px;
        padding-bottom: 10px; }
        body > header .dropdowns .dropdown-area ol.icons-list li img {
          display: block;
          margin: 0 auto 10px; }
        body > header .dropdowns .dropdown-area ol.icons-list li h3 {
          font-weight: 500;
          margin-bottom: 4px; }
        body > header .dropdowns .dropdown-area ol.icons-list li a span {
          transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          display: inline-block; }
          body > header .dropdowns .dropdown-area ol.icons-list li a span:after {
            transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            border-bottom: 1px solid #6d6e71;
            content: "";
            display: block;
            margin: 0 auto;
            width: 0; }
        body > header .dropdowns .dropdown-area ol.icons-list li a:hover span {
          padding-bottom: 2px;
          margin-bottom: -2px; }
          body > header .dropdowns .dropdown-area ol.icons-list li a:hover span:after {
            width: 100%; }
      body > header .dropdowns .dropdown-area .contact > p {
        line-height: 1.6;
        margin: 20px 0 30px; }
    body > header .dropdowns .cart-dropdown table {
      border-bottom: 1px solid #b8babc;
      text-align: left;
      width: 100%; }
      body > header .dropdowns .cart-dropdown table td {
        padding: 10px 10px 15px; }
        body > header .dropdowns .cart-dropdown table td:last-child {
          text-align: right; }
      body > header .dropdowns .cart-dropdown table strong {
        font-weight: 500; }
    body > header .dropdowns .cart-dropdown p {
      margin-top: 20px; }
    body > header .dropdowns .cart-dropdown a[class*="btn"] {
      display: block;
      margin: 20px auto;
      max-width: 120px; }
  body > header .account {
    text-align: left; }
    body > header .account input, body > header .account button {
      display: block;
      margin-bottom: 12px;
      width: 100%; }
    body > header .account small {
      font-size: 11px; }
      body > header .account small a {
        transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        border-bottom: 1px solid #a6a8ab;
        color: #6d6e71;
        display: inline-block; }
        body > header .account small a:hover {
          border-color: #b8babc;
          color: #919396;
          text-decoration: none; }
      body > header .account small div {
        margin-top: 10px; }
        body > header .account small div strong {
          font-weight: 500; }
  body > header.customer-service-header form#search-form {
    width: calc(100% - 580px); }
  body > header.customer-service-header #top #notifications {
    float: left; }
    body > header.customer-service-header #top #notifications .free-shipping {
      padding-left: 110px; }
  body > header.customer-service-header #top nav {
    float: right; }
    body > header.customer-service-header #top nav a {
      color: #6d6e71;
      margin-right: 0; }
  body > header.customer-service-header #top + .wrapper {
    padding-bottom: 23px; }
  body > header.customer-service-header + section {
    margin-top: 0 !important; }
  body > header.customer-service-header #customer-service-area {
    *zoom: 1; }
    body > header.customer-service-header #customer-service-area:before, body > header.customer-service-header #customer-service-area:after {
      content: " ";
      display: table; }
    body > header.customer-service-header #customer-service-area:after {
      clear: both; }
    body > header.customer-service-header #customer-service-area #need-help, body > header.customer-service-header #customer-service-area #call-us {
      background: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/sprite2017.png) no-repeat left -2100px;
      float: right;
      height: 34px; }
      body > header.customer-service-header #customer-service-area #need-help p, body > header.customer-service-header #customer-service-area #need-help a, body > header.customer-service-header #customer-service-area #call-us p, body > header.customer-service-header #customer-service-area #call-us a {
        font-size: 11px; }
      body > header.customer-service-header #customer-service-area #need-help a, body > header.customer-service-header #customer-service-area #call-us a {
        color: #a5ba4d; }
        body > header.customer-service-header #customer-service-area #need-help a:hover, body > header.customer-service-header #customer-service-area #call-us a:hover {
          text-decoration: underline; }
    body > header.customer-service-header #customer-service-area #need-help {
      margin-right: 20px;
      padding-left: 53px;
      width: 65px; }
    body > header.customer-service-header #customer-service-area #call-us {
      background-position: -300px -2100px;
      margin-left: 5px;
      padding-left: 44px;
      position: relative;
      text-align: right;
      width: 130px; }
      body > header.customer-service-header #customer-service-area #call-us:after {
        background: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/sprite2017.png) left -100px;
        content: "";
        height: 35px;
        left: -15px;
        position: absolute;
        top: 0;
        width: 1px; }
  body > header span.twitter-typeahead {
    display: block !important; }
  body > header .tt-hint {
    color: #c7c9ca; }
  body > header span.tt-dropdown-menu {
    background: white;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.4);
            box-shadow: 0 5px 12px rgba(0, 0, 0, 0.4);
    color: #6d6e71;
    font-size: 13px;
    width: 100%; }
    body > header span.tt-dropdown-menu .tt-suggestion {
      padding: 5px 10px; }
      body > header span.tt-dropdown-menu .tt-suggestion:first-child {
        padding-top: 10px; }
      body > header span.tt-dropdown-menu .tt-suggestion p {
        margin: 0 !important; }
      body > header span.tt-dropdown-menu .tt-suggestion:last-child {
        border-radius: 0 0 4px 4px;
        padding-bottom: 10px; }
      body > header span.tt-dropdown-menu .tt-suggestion:hover, body > header span.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor {
        background: #ebebf0; }
  body > header button.lines-button {
    border: 0 none;
    margin-top: -3px; }
  body > header.header_fix_alt.fixed a.cart.has-items, body > header .cart-icon.has-items {
    position: relative; }
    body > header.header_fix_alt.fixed a.cart.has-items:after, body > header .cart-icon.has-items:after {
      background: #E6404F;
      border-radius: 50%;
      content: "";
      height: 7px;
      position: absolute;
      right: -2px;
      top: 1px;
      width: 7px; }
  body > header .cart-icon, body > header .search-icon {
    display: inline-block;
    height: 24px;
    vertical-align: top;
    width: 24px; }
  body > header .cart-icon {
    background: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/icon-cart2.svg) no-repeat center center; }
  body > header .search-icon {
    background: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/icon-search.svg) no-repeat center center; }
    body > header .search-icon.close {
      background-image: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/close.svg); }
  body > header .icons-nav {
    white-space: nowrap; }
    body > header .icons-nav > * {
      margin-left: 10%; }
      body > header .icons-nav > *:first-child {
        margin-left: 0; }
  @media (max-width: 767px) {
    body > header {
      text-align: left; }
      body > header nav#main-navigation {
        display: none; }
      body > header #main_row {
        padding-bottom: 15px; }
        body > header #main_row .row {
          margin: 0; }
          body > header #main_row .row div[class*="col"] {
            padding: 0; }
        body > header #main_row a.logo {
          margin: 0 auto !important;
          width: 156px;
          height: 38px;
          max-width: 100%; }
      body > header .icons-nav {
        margin-top: 2px; }
      body > header form.search-form.mobile-search {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -moz-box-sizing: border-box;
        -moz-placeholder-color: #919396;
        -moz-placeholder-font-size: 16px;
        -moz-placeholder-font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif;
        -moz-placeholder-opacity: 1;
        -ms-input-placeholder-color: #919396;
        -ms-input-placeholder-font-size: 16px;
        -ms-input-placeholder-font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif;
        border-top: 1px solid #e1e2e3;
        padding: 10px; }
        body > header form.search-form.mobile-search ::-webkit-input-placeholder {
          color: #919396;
          font-size: 16px;
          font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif; }
        body > header form.search-form.mobile-search ::-moz-placeholder {
          color: #919396;
          font-size: 16px;
          font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif;
          opacity: 1; }
        body > header form.search-form.mobile-search input {
          background: transparent;
          height: auto;
          padding: 10px; } }
body header:not(.fixed) form.search-form.mobile-search {
  border-bottom: 1px solid #c7c9ca; }

body header nav#main-navigation {
  transition: margin 0.5s;
  -moz-transition: margin 0.5s;
  -webkit-transition: margin 0.5s;
  -o-transition: margin 0.5s;
  text-align: center; }
  @media (min-width: 768px) {
    body header nav#main-navigation {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -moz-box-sizing: border-box;
      display: flex;
      justify-content: space-around; } }
  @media (min-width: 830px) {
    body header nav#main-navigation {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 1200px) {
    body header nav#main-navigation {
      padding-left: 5%;
      padding-right: 5%; } }
  @media (min-width: 1400px) {
    body header nav#main-navigation {
      padding-left: 8%;
      padding-right: 8%; } }
  @media (min-width: 1500px) {
    body header nav#main-navigation {
      padding-left: 10%;
      padding-right: 10%; } }
  @media (min-width: 1600px) {
    body header nav#main-navigation {
      padding-left: 14%;
      padding-right: 14%; } }
  @media (min-width: 2000px) {
    body header nav#main-navigation {
      padding-left: 0;
      padding-right: 0;
      max-width: 1590px;
      margin-left: auto;
      margin-right: auto; } }
  body header nav#main-navigation span {
    display: inline-block;
    vertical-align: top;
    zoom: 1; }
    body header nav#main-navigation span.dir > a > span {
      position: relative; }
      @media (min-width: 768px) {
        body header nav#main-navigation span.dir > a > span:after {
          transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          background: #a5ba4d;
          bottom: 0;
          height: 0;
          content: "";
          left: 0;
          opacity: 0;
          position: absolute;
          width: 100%;
          z-index: 7; } }
    body header nav#main-navigation span.dir.hover > a > span:after {
      bottom: -2px;
      height: 4px;
      opacity: 1; }
    body header nav#main-navigation span a {
      color: #5d5e61; }
      body header nav#main-navigation span a.sale {
        color: #de3449; }
        body header nav#main-navigation span a.sale > span:after {
          background: #de3449; }
        body header nav#main-navigation span a.sale:hover {
          color: #d86074; }
    body header nav#main-navigation span > a {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -moz-box-sizing: border-box;
      transition: color 0.12s;
      -moz-transition: color 0.12s;
      -webkit-transition: color 0.12s;
      -o-transition: color 0.12s;
      -ms-touch-action: manipulation;
          touch-action: manipulation;
      display: block;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.25px;
      line-height: 2.1;
      text-transform: uppercase; }
      body header nav#main-navigation span > a:not(.reset-hover-style):hover {
        color: #a6a8ab; }
      @media (min-width: 1100px) {
        body header nav#main-navigation span > a {
          letter-spacing: 0.75px; } }
      @media (min-width: 768px) and (max-width: 900px) {
        body header nav#main-navigation span > a {
          font-size: 12px;
          letter-spacing: 0; } }
      @media (min-width: 768px) and (max-width: 800px) {
        body header nav#main-navigation span > a {
          font-size: 11px; } }
      @media (min-width: 768px) {
        body header nav#main-navigation span > a > span {
          padding-bottom: 12px; } }
    body header nav#main-navigation span .dropdown {
      *zoom: 1;
      background: white;
      border-top: 1px solid #e1e2e3;
      -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
              box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
      left: 0;
      overflow: hidden;
      padding: 25px 0 35px;
      position: absolute;
      text-align: left;
      display: none;
      width: 100%;
      z-index: 6; }
      body header nav#main-navigation span .dropdown:before, body header nav#main-navigation span .dropdown:after {
        content: " ";
        display: table; }
      body header nav#main-navigation span .dropdown:after {
        clear: both; }
      @media (min-width: 768px) {
        body header nav#main-navigation span .dropdown.nowrap {
          text-align: right; }
          body header nav#main-navigation span .dropdown.nowrap > ul {
            margin-left: 0 !important;
            margin-right: auto;
            max-width: 1500px;
            padding-left: 30px;
            padding-right: 30px;
            position: relative;
            display: inline-block; } }
      @media (min-width: 768px) {
        body header nav#main-navigation span .dropdown > ul {
          display: inline-block;
          white-space: nowrap; } }
      body header nav#main-navigation span .dropdown ul ul {
        margin-top: 12px; }
      body header nav#main-navigation span .dropdown ul li {
        white-space: normal;
        text-align: left;
        margin-top: 12px; }
        @media (min-width: 768px) {
          body header nav#main-navigation span .dropdown ul li.absolute {
            margin-left: -100px;
            padding-top: 11px;
            position: absolute; } }
        body header nav#main-navigation span .dropdown ul li:first-child {
          margin-top: 0; }
        body header nav#main-navigation span .dropdown ul li a {
          color: #919396;
          font-size: 13px; }
          body header nav#main-navigation span .dropdown ul li a:hover {
            color: #414042; }
      body header nav#main-navigation span .dropdown ul .group {
        display: inline-block;
        margin: 0 40px 0 0;
        vertical-align: top; }
        @media (min-width: 768px) and (max-width: 870px) {
          body header nav#main-navigation span .dropdown ul .group {
            margin: 0 12px 0 0; } }
        body header nav#main-navigation span .dropdown ul .group:last-child {
          margin-right: 0; }
      body header nav#main-navigation span .dropdown ul li + .group {
        margin-top: 12px; }
      body header nav#main-navigation span .dropdown a.title {
        color: #6d6e71;
        font-weight: 500; }
      @media (min-device-width: 768px) and (max-device-width: 1024px) {
        body header nav#main-navigation span .dropdown .visible-tablet a {
          color: #6d6e71;
          font-weight: 500; } }
      @media (min-width: 768px) {
        body header nav#main-navigation span .dropdown ul.boxes {
          font-size: 0;
          padding: 0 20px; }
          body header nav#main-navigation span .dropdown ul.boxes li:not(.hide-768) {
            display: inline-block;
            margin-right: 5%;
            margin-top: 0;
            vertical-align: top;
            width: 16%; }
            body header nav#main-navigation span .dropdown ul.boxes li:not(.hide-768):last-child {
              margin-right: 0; }
            body header nav#main-navigation span .dropdown ul.boxes li:not(.hide-768) a {
              color: #414042; }
              body header nav#main-navigation span .dropdown ul.boxes li:not(.hide-768) a:hover {
                color: #6d6e71; }
                body header nav#main-navigation span .dropdown ul.boxes li:not(.hide-768) a:hover .image {
                  opacity: 0.75; }
            body header nav#main-navigation span .dropdown ul.boxes li:not(.hide-768) .image {
              -webkit-backface-visibility: hidden;
              -webkit-transform: translateZ(0) scale(1, 1);
              transform: translateZ(0);
              transition: opacity 0.2s;
              -moz-transition: opacity 0.2s;
              -webkit-transition: opacity 0.2s;
              -o-transition: opacity 0.2s;
              margin-bottom: 12px;
              width: 100%;
              background-position: center center;
              background-repeat: no-repeat;
              background-size: cover;
              padding-bottom: 100%; }
              body header nav#main-navigation span .dropdown ul.boxes li:not(.hide-768) .image.spotlight {
                background-image: url("https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/nav/nav-spotlight.jpg"); }
              body header nav#main-navigation span .dropdown ul.boxes li:not(.hide-768) .image.collections {
                background-image: url("https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/nav/nav-collections.jpg"); }
              body header nav#main-navigation span .dropdown ul.boxes li:not(.hide-768) .image.lighting-101 {
                background-image: url("https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/nav/nav-lighting.jpg"); }
              body header nav#main-navigation span .dropdown ul.boxes li:not(.hide-768) .image.get-this-look {
                background-image: url("https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/nav/nav-look.jpg"); }
            body header nav#main-navigation span .dropdown ul.boxes li:not(.hide-768) h5 {
              text-align: center;
              font-weight: 500;
              font-size: 14px; }
            body header nav#main-navigation span .dropdown ul.boxes li:not(.hide-768) p {
              font-size: 13px;
              line-height: 2.2;
              text-align: justify; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        body header nav#main-navigation span .dropdown ul.boxes li:not(.hide-768) {
          width: 22%;
          margin-right: 4%; }
          body header nav#main-navigation span .dropdown ul.boxes li:not(.hide-768):nth-child(5) {
            margin-right: 0; }
          body header nav#main-navigation span .dropdown ul.boxes li:not(.hide-768):last-child {
            width: auto;
            display: block;
            margin-top: 20px; } }
  @media (max-width: 767px) {
    body header nav#main-navigation {
      border-top: 1px solid #6d6e71;
      background: white;
      bottom: 0;
      height: 100%;
      left: 0;
      margin: 0;
      position: fixed;
      text-align: left;
      width: 100%;
      z-index: 5;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; }
      body header nav#main-navigation > span {
        display: block;
        margin: 0 0 5px 0;
        padding: 5px 20px; }
        body header nav#main-navigation > span:first-child {
          margin-top: 25px; }
        body header nav#main-navigation > span > a {
          padding: 0;
          font-size: 19px;
          position: relative; }
        body header nav#main-navigation > span .dropdown {
          display: none;
          background: transparent;
          border-radius: 0;
          border: 0 none;
          -webkit-box-shadow: 0 0 0 transparent;
                  box-shadow: 0 0 0 transparent;
          height: auto;
          padding: 0 0 10px;
          position: relative;
          right: auto;
          visibility: visible;
          width: auto; }
          body header nav#main-navigation > span .dropdown:before {
            display: none; }
          body header nav#main-navigation > span .dropdown .wrapper {
            padding: 0; }
          body header nav#main-navigation > span .dropdown ul {
            padding-left: 25px;
            padding-top: 5px; }
            body header nav#main-navigation > span .dropdown ul li, body header nav#main-navigation > span .dropdown ul li.group {
              margin-bottom: 10px;
              padding: 3px 0;
              text-transform: uppercase; }
              body header nav#main-navigation > span .dropdown ul li:last-child, body header nav#main-navigation > span .dropdown ul li.group:last-child {
                margin-bottom: 0; }
              body header nav#main-navigation > span .dropdown ul li a, body header nav#main-navigation > span .dropdown ul li.group a {
                font-size: 17px;
                color: #6d6e71; }
              body header nav#main-navigation > span .dropdown ul li a.title, body header nav#main-navigation > span .dropdown ul li.group a.title {
                font-weight: normal; }
              body header nav#main-navigation > span .dropdown ul li.group, body header nav#main-navigation > span .dropdown ul li.group.group {
                display: block;
                margin-right: auto; }
              body header nav#main-navigation > span .dropdown ul li ul.inner-toggle, body header nav#main-navigation > span .dropdown ul li.group ul.inner-toggle {
                display: none; }
                body header nav#main-navigation > span .dropdown ul li ul.inner-toggle li, body header nav#main-navigation > span .dropdown ul li.group ul.inner-toggle li {
                  text-transform: none; }
      body header nav#main-navigation .other-nav-items {
        border-top: 1px solid #e1e2e3;
        margin-top: 10px;
        padding: 15px 0; }
        body header nav#main-navigation .other-nav-items a {
          display: block;
          font-size: 19px;
          font-weight: 500;
          margin: 5px 0 15px;
          padding: 5px 20px; } }
@media (min-width: 768px) {
  body header.header_fix_alt nav#main-navigation {
    width: auto; } }

body header.header_fix_alt nav#main-navigation > span > a {
  white-space: nowrap; }

@media (min-width: 768px) {
  body header.header_fix_alt.fixed nav#main-navigation {
    padding: 0;
    margin-left: 160px;
    margin-right: 120px; } }

@media (min-width: 1580px) {
  body header.header_fix_alt.fixed nav#main-navigation {
    margin-left: calc((100vw - 1560px) / 2 + 160px);
    margin-right: calc((100vw - 1560px) / 2 + 120px); } }

@media (min-width: 768px) and (max-width: 1190px) {
  body header.header_fix_alt.fixed nav#main-navigation > span > a {
    padding: 0 5px;
    letter-spacing: normal;
    font-size: 12px; } }

@media (min-width: 768px) and (max-width: 1019px) {
  body header.header_fix_alt.fixed nav#main-navigation {
    margin-left: 140px;
    margin-right: 100px; }
    body header.header_fix_alt.fixed nav#main-navigation > span > a {
      padding: 0 1px; } }

@media (min-width: 768px) and (max-width: 880px) {
  body header.header_fix_alt.fixed nav#main-navigation > span > a {
    font-size: 10px;
    letter-spacing: -0.5px; } }

footer#footer {
  background: #f6f6f7;
  clear: both;
  color: #5d5e61;
  margin-top: 25px;
  text-align: center; }
  footer#footer a {
    color: #5d5e61; }
    footer#footer a:hover {
      color: #919396; }
  footer#footer .social {
    padding: 20px 0 25px; }
    footer#footer .social a {
      transition: color 0.4s;
      -moz-transition: color 0.4s;
      -webkit-transition: color 0.4s;
      -o-transition: color 0.4s;
      color: #9ea0a2;
      display: inline-block;
      font-size: 30px;
      margin-right: 20px;
      vertical-align: middle; }
      footer#footer .social a:last-child {
        margin-right: 0; }
      footer#footer .social a.tiktok {
        background: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/tiktok.svg) no-repeat center top;
        width: 28px;
        height: 28px; }
        footer#footer .social a.tiktok:hover {
          background-position: center -50px; }
      footer#footer .social a.facebook:hover {
        color: #6f85ac; }
      footer#footer .social a.pinterest:hover {
        color: #d33242; }
      footer#footer .social a.instagram:hover {
        color: #6e809b; }
  footer#footer nav {
    position: relative;
    text-align: justify; }
    footer#footer nav:after {
      content: '';
      display: inline-block;
      width: 100%; }
    footer#footer nav a {
      transition: all 0.4s;
      -moz-transition: all 0.4s;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      display: inline-block;
      font-size: 12px;
      margin-bottom: 5px; }
    @media (max-width: 960px) {
      footer#footer nav {
        text-align: center; }
        footer#footer nav a {
          display: block;
          margin-bottom: 12px; } }
  footer#footer #bottom {
    background: white;
    font-size: 12px;
    padding: 15px 0; }

#gts-c {
  z-index: 1 !important; }

body form.basic-form fieldset.inline {
  vertical-align: top; }

body form.basic-form fieldset legend {
  color: #414042;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 0 8px 0; }
  body form.basic-form fieldset legend span {
    color: #a0a1a4;
    font-family: "Gotham A", "Gotham B";
    font-size: 11px; }

body form.basic-form fieldset input[type="radio"] {
  float: left;
  position: relative;
  z-index: 10; }
  body form.basic-form fieldset input[type="radio"]:checked + label {
    background: #f4f4f4;
    border-radius: 0;
    border: 1px solid #b8babc;
    color: #414042;
    font-weight: 500;
    position: relative;
    z-index: 5; }
    body form.basic-form fieldset input[type="radio"]:checked + label:hover {
      background: #f4f4f4; }
  body form.basic-form fieldset input[type="radio"] + label {
    transition: background 0.3s;
    -moz-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    border-bottom: 1px solid #e1e2e3;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid #e1e2e3;
    font-weight: normal;
    margin: -1px 0 0 0; }
    body form.basic-form fieldset input[type="radio"] + label:hover {
      background: #f7f7f9; }

body form.basic-form label {
  color: #6d6e71;
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 3px; }
  body form.basic-form label.inline {
    font-weight: normal;
    margin: -1px 0 0 9px;
    vertical-align: top;
    width: calc(100% - 25px); }
  body form.basic-form label.error:before {
    content: "Invalid "; }
  body form.basic-form label.optional {
    color: #adaeb0; }
    body form.basic-form label.optional + input {
      border-color: #e4e5e5; }

body form.basic-form input[type="text"], body form.basic-form input[type="email"], body form.basic-form input[type="password"], body form.basic-form textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #c7c9ca;
  color: #7a7b7e;
  font-family: "Gotham A", "Gotham B";
  font-size: 12px;
  height: 33px;
  margin: 0 7px 20px 0;
  padding: 0 30px 0 5px;
  width: 235px;
  max-width: 100%; }
  @media (max-width: 600px) {
    body form.basic-form input[type="text"], body form.basic-form input[type="email"], body form.basic-form input[type="password"], body form.basic-form textarea {
      font-size: 16px; } }
  body form.basic-form input[type="text"]:focus, body form.basic-form input[type="email"]:focus, body form.basic-form input[type="password"]:focus, body form.basic-form textarea:focus {
    border-color: #6d6e71;
    outline: none; }
  body form.basic-form input.input-sm[type="text"], body form.basic-form input.input-sm[type="email"], body form.basic-form input.input-sm[type="password"], body form.basic-form textarea.input-sm {
    height: 23px; }
    body form.basic-form input.input-sm.error[type="text"], body form.basic-form input.input-sm.error[type="email"], body form.basic-form input.input-sm.error[type="password"], body form.basic-form textarea.input-sm.error {
      background-position: right -2193px; }
  body form.basic-form input.input-la[type="text"], body form.basic-form input.input-la[type="email"], body form.basic-form input.input-la[type="password"], body form.basic-form textarea.input-la {
    width: 497px; }
  body form.basic-form input.zip-code[type="text"], body form.basic-form input.zip-code[type="email"], body form.basic-form input.zip-code[type="password"], body form.basic-form textarea.zip-code {
    width: 87px; }
  body form.basic-form input.error[type="text"], body form.basic-form input.error[type="email"], body form.basic-form input.error[type="password"], body form.basic-form textarea.error {
    background: url("../images/sprite.png") no-repeat right -2191px;
    border-color: #e97281; }

body form.basic-form input.inline[type="checkbox"] {
  float: left; }

body form.basic-form textarea {
  padding: 5px 2px 2px 5px;
  min-height: 60px; }
  body form.basic-form textarea.large {
    max-width: 484px;
    max-width: calc(100% - 9px);
    width: 484px; }

body form.basic-form hr {
  border-style: solid;
  border-width: 1px 0;
  border-top-color: #e1e2e3;
  border-bottom-color: white;
  clear: both;
  height: 0;
  margin: 0 auto 20px -12px;
  padding: 0; }

body form.basic-form .common-btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: white;
  border-radius: 0;
  border: 1px solid #414042;
  color: #414042;
  display: inline-block;
  font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  height: auto;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 10px 19px 9px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }
  body form.basic-form .common-btn:hover {
    background: #414042;
    border-color: #414042;
    color: white;
    cursor: pointer; }
  body form.basic-form .common-btn.disabled:hover {
    background: white;
    border-color: #a6a8ab;
    color: #414042; }
  body form.basic-form .common-btn.btn-sm {
    height: 23px;
    letter-spacing: normal;
    line-height: 23px;
    padding: 0 10px; }

body form.basic-form button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: white;
  border-radius: 0;
  border: 1px solid #414042;
  color: #414042;
  display: inline-block;
  font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  height: auto;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 10px 19px 9px;
  text-align: center;
  text-decoration: none; }
  body form.basic-form button:hover {
    background: #414042;
    border-color: #414042;
    color: white;
    cursor: pointer; }
  body form.basic-form button.disabled:hover {
    background: white;
    border-color: #a6a8ab;
    color: #414042; }

body form.basic-form .hint {
  color: #a0a1a4;
  font-size: 11px;
  line-height: 14px;
  margin: -12px 0 12px; }
  @media (max-width: 969px) {
    body form.basic-form .hint br {
      display: none; } }
  @media (min-width: 970px) {
    body form.basic-form .hint {
      display: inline-block;
      margin: 0 5px 0 0;
      vertical-align: middle; } }
body form.basic-form .action {
  color: #de3449;
  font-size: 11px; }
  body form.basic-form .action:hover {
    cursor: pointer;
    text-decoration: underline; }

body form.basic-form .link {
  color: #809d31;
  font-size: 12px; }
  body form.basic-form .link:hover {
    text-decoration: underline; }

body form.basic-form .error {
  color: #e2465a; }

body form.basic-form .styled-select {
  background: white;
  height: 31px;
  margin: 0 7px 20px 0;
  width: 233px; }
  body form.basic-form .styled-select select {
    background-position: 196px center;
    height: 28px;
    padding: 6px 0 6px 8px;
    width: 250px; }
  body form.basic-form .styled-select:hover {
    -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent; }
  body form.basic-form .styled-select.error {
    border-color: #e2465a; }

body form.basic-form .inline {
  display: inline-block; }

@media (min-width: 600px) {
  body form.basic-form fieldset.inline {
    white-space: nowrap;
    width: calc(49.5% - 7px);
    max-width: 240px; }
    body form.basic-form fieldset.inline input[type="text"], body form.basic-form fieldset.inline input[type="email"], body form.basic-form fieldset.inline input[type="password"], body form.basic-form fieldset.inline input[type="submit"] {
      width: 100%; }
    body form.basic-form fieldset.inline + fieldset.inline {
      margin-left: 13px; }
    body form.basic-form fieldset.inline .styled-select {
      width: 100%; }
      body form.basic-form fieldset.inline .styled-select select {
        width: calc(100% + 17px);
        background-position: 120% center; } }

body form.basic-form .form-actions {
  *zoom: 1;
  border-top: 1px solid #e1e2e3;
  margin: 20px 0 0 -12px;
  padding-top: 12px; }
  body form.basic-form .form-actions:before, body form.basic-form .form-actions:after {
    content: " ";
    display: table; }
  body form.basic-form .form-actions:after {
    clear: both; }
  body form.basic-form .form-actions .common-btn, body form.basic-form .form-actions button {
    float: right; }
  body form.basic-form .form-actions .common-btn {
    margin-right: 12px; }
  body form.basic-form .form-actions button {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    vertical-align: middle;
    width: auto; }

body #success-confirmation, body .success-confirmation {
  background: #f7f7f9;
  border: 1px solid #808080;
  display: none;
  margin: 0 auto 50px;
  max-width: 605px;
  padding: 30px 10px 40px;
  text-align: center; }
  body #success-confirmation h2, body .success-confirmation h2 {
    margin-bottom: 5px !important;
    font-size: 34px;
    font-weight: 300; }
    body #success-confirmation h2:before, body .success-confirmation h2:before {
      background: white url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/checkmark.svg) no-repeat center center;
      border-radius: 50%;
      border: 1px solid #a5ba4d;
      content: "";
      display: block;
      height: 60px;
      margin: 0 auto 10px;
      width: 60px; }
  body #success-confirmation p, body .success-confirmation p {
    font-size: 14px !important;
    margin-top: 5px; }
  body #success-confirmation h3, body .success-confirmation h3 {
    color: #6d6e71 !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    margin: 10px auto; }
  body #success-confirmation .share-bar a, body .success-confirmation .share-bar a {
    border-radius: 50%;
    border: 1px solid #6d6e71 !important;
    color: #6d6e71 !important;
    font-size: 28px;
    height: 40px;
    line-height: 40px;
    margin: 0 20px;
    padding: 0 !important;
    width: 40px; }

label small {
  font-size: inherit;
  color: #b8babc;
  margin-left: 5px; }

body section#homepage {
  text-align: center; }
  @media (min-width: 768px) {
    body section#homepage {
      margin-top: -15px; } }
  body section#homepage + #load-footer footer {
    background: transparent;
    margin-top: 0; }
  body section#homepage .wrapper {
    max-width: 1560px; }
    body section#homepage .wrapper img {
      -webkit-backface-visibility: hidden;
      -webkit-transform: translateZ(0) scale(1, 1);
      transform: translateZ(0); }
  body section#homepage .box {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #e1e2e3;
    padding-bottom: 56%;
    position: relative; }
    @media (max-width: 767px) {
      body section#homepage .box.hero[style*="black-friday-bkg"] .text {
        padding-bottom: 125px; } }
    @media (min-width: 1400px) {
      body section#homepage .box:not(.hero) {
        padding-bottom: 25%; } }
    @media (max-width: 767px) {
      body section#homepage .box:not(.hero) {
        padding-bottom: 90%; } }
    @media (min-width: 1025px) {
      body section#homepage .box:not(.hero) .text {
        opacity: 0; }
      body section#homepage .box:not(.hero) a:hover {
        background: rgba(255, 255, 255, 0.7); }
        body section#homepage .box:not(.hero) a:hover .text {
          opacity: 1; }
      body section#homepage .box:not(.hero) a.dark .text > * {
        color: white; }
      body section#homepage .box:not(.hero) a.dark:hover {
        background: rgba(65, 64, 66, 0.7); } }
    @media (min-width: 768px) {
      body section#homepage .box:not(.hero) {
        float: left;
        padding-bottom: 30%;
        width: 50%; } }
    @media (max-width: 1024px) {
      body section#homepage .box .text h3 {
        color: #414042;
        font-weight: 500;
        text-transform: uppercase; }
      body section#homepage .box a.dark .text h3 {
        color: white; } }
    @media (min-width: 1300px) {
      body section#homepage .box.hero {
        padding-bottom: 45%; } }
    @media (min-width: 1800px) {
      body section#homepage .box.hero {
        padding-bottom: 35%; } }
    @media (max-width: 767px) {
      body section#homepage .box.hero {
        padding-bottom: 150%; } }
    body section#homepage .box.hero p {
      font-size: 18px;
      margin-top: 12px;
      margin-bottom: 18px; }
    body section#homepage .box.hero.winter-white {
      background-image: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/home/winter-white-sm.jpg); }
    @media (max-width: 767px) {
      body section#homepage .box.hero[style*="anja-cropped"] {
        background-image: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/home/anja-mobile.jpg) !important;
        background-position: center top !important; } }
    @media (min-width: 768px) {
      body section#homepage .box.hero.winter-white {
        background-image: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/home/winter-white-lg.jpg); }
      body section#homepage .box.hero .wrapper {
        padding: 0 120px; } }
    @media (max-width: 767px) {
      body section#homepage .box.hero .text {
        padding-bottom: 170px; }
        body section#homepage .box.hero .text p br {
          display: none; } }
    body section#homepage .box .btn-gray-outline:hover {
      background-color: #414042; }
    body section#homepage .box a {
      transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      color: #414042;
      display: block;
      display: flex;
      align-items: center;
      height: 100%;
      position: absolute;
      width: 100%; }
    body section#homepage .box .wrapper {
      max-width: 1580px; }
    body section#homepage .box .text {
      width: 100%; }
      body section#homepage .box .text .btn-gray {
        border: 1px solid #414042;
        background: #414042;
        display: inline-block;
        font-size: 15px;
        font-weight: 500;
        padding: 12px 24px 10px;
        line-height: 1; }
        body section#homepage .box .text .btn-gray:hover {
          background: transparent;
          color: #414042; }
      body section#homepage .box .text.white {
        color: white; }
        body section#homepage .box .text.white .btn-gray {
          border: 1px solid white;
          background: white;
          color: #414042; }
          body section#homepage .box .text.white .btn-gray:hover {
            color: white;
            background: transparent; }
        body section#homepage .box .text.white .btn-gray-outline {
          border-color: white;
          color: white; }
          body section#homepage .box .text.white .btn-gray-outline:hover {
            background: white;
            color: #414042; }
      body section#homepage .box .text.top {
        align-self: flex-start;
        padding-top: 120px; }
        @media (max-width: 1000px) {
          body section#homepage .box .text.top {
            padding-top: 80px; } }
        @media (max-width: 800px) {
          body section#homepage .box .text.top {
            padding-top: 50px; } }
      body section#homepage .box .text.bottom {
        align-self: flex-end;
        padding-bottom: 120px; }
        @media (max-width: 1000px) {
          body section#homepage .box .text.bottom {
            padding-bottom: 80px; } }
        @media (max-width: 800px) {
          body section#homepage .box .text.bottom {
            padding-bottom: 50px; } }
      @media (min-width: 768px) {
        body section#homepage .box .text.left {
          text-align: left; } }
      @media (min-width: 768px) {
        body section#homepage .box .text.right {
          text-align: right; } }
      body section#homepage .box .text .link-arrow {
        margin-top: 15px; }
  body section#homepage h2 {
    font-size: 54px;
    font-weight: 500; }
    @media (max-width: 600px) {
      body section#homepage h2 {
        font-size: 36px; } }
  body section#homepage h3 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 5px; }
  body section#homepage p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5; }
  body section#homepage .link-arrow {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    color: #414042;
    font-size: 15px;
    font-weight: 500; }
    body section#homepage .link-arrow:after {
      transition: all 0.2s;
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      font-family: 'fontAwesome';
      content: "\f105";
      font-weight: normal;
      margin-left: 12px;
      font-size: 18px; }
  body section#homepage .horizontal-block-big {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 28%;
    position: relative;
    min-height: 300px; }
    @media (max-width: 767px) {
      body section#homepage .horizontal-block-big p br {
        display: none; } }
    body section#homepage .horizontal-block-big a {
      color: white;
      height: 100%;
      left: 0;
      position: absolute;
      width: 100%; }
    body section#homepage .horizontal-block-big .text {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -moz-box-sizing: border-box;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 0 10px;
      left: 0;
      position: absolute;
      width: 100%; }
      body section#homepage .horizontal-block-big .text h3 {
        font-family: "Chronicle Display A", "Chronicle Display B";
        font-size: 35px;
        font-weight: 500;
        letter-spacing: 0.5px; }
      body section#homepage .horizontal-block-big .text p {
        font-size: 17px;
        line-height: 1.5;
        margin-top: 18px; }
      body section#homepage .horizontal-block-big .text .btn-gray {
        display: inline-block;
        margin-top: 18px;
        font-size: 15px;
        font-weight: 500;
        padding: 12px 24px 10px;
        line-height: 1; }
      body section#homepage .horizontal-block-big .text:not(.dark) .btn-gray {
        border: 1px solid white;
        background: white;
        color: #414042; }
        body section#homepage .horizontal-block-big .text:not(.dark) .btn-gray:hover {
          color: white;
          background: transparent; }
      body section#homepage .horizontal-block-big .text.dark h3, body section#homepage .horizontal-block-big .text.dark p {
        color: #414042; }
      body section#homepage .horizontal-block-big .text.dark .btn-gray {
        background: #414042; }
  body section#homepage .gray {
    background: #e9eaea;
    color: #414042;
    padding: 40px 0; }
    @media (max-width: 767px) {
      body section#homepage .gray .box-border {
        margin-top: 35px; }
      body section#homepage .gray p br {
        display: none; } }
    body section#homepage .gray p + a.link-arrow {
      display: inline-block;
      margin-top: 15px; }
      body section#homepage .gray p + a.link-arrow:hover {
        opacity: 0.75; }
  body section#homepage .serif-title {
    color: #414042;
    font-family: "Chronicle Display A", "Chronicle Display B";
    font-size: 33px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 15px; }
    body section#homepage .serif-title + p {
      font-size: 18px;
      line-height: 1.5; }
      body section#homepage .serif-title + p a {
        color: inherit; }
        body section#homepage .serif-title + p a:hover {
          text-decoration: underline; }
  body section#homepage .cross-selling {
    clear: both; }
    body section#homepage .cross-selling > h4 {
      padding: 50px 0 0; }
    body section#homepage .cross-selling ul.slick-slider.centered li .text p {
      display: block; }
  body section#homepage .slick-slider:not(.slider-fade) {
    margin-top: 20px; }
  body section#homepage ul.slider-fade {
    margin-bottom: 30px; }
    body section#homepage ul.slider-fade.alton {
      background: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/home/alton.jpg) no-repeat center 60%;
      background-size: auto 130%; }
    body section#homepage ul.slider-fade .pic {
      margin-bottom: 0; }
  body section#homepage .pic.alton {
    background-position: center 60% !important;
    background-size: auto 130% !important; }
  body section#homepage #about-icons {
    background: #e9eaea;
    clear: both;
    margin-top: 10px;
    padding: 60px 0; }
    body section#homepage #about-icons div[class*="col"] {
      margin-bottom: 50px; }
    body section#homepage #about-icons .icon {
      background: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/home/about-icons.svg) no-repeat center top;
      height: 70px;
      margin: 0 auto 20px; }
      body section#homepage #about-icons .icon.costs {
        background-position: center -399px; }
      body section#homepage #about-icons .icon.support {
        background-position: center -799px; }
    body section#homepage #about-icons h5 {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      color: #414042;
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 20px; }
    body section#homepage #about-icons p {
      font-size: 13px; }
      @media (max-width: 500px), (min-width: 992px) and (max-width: 1120px) {
        body section#homepage #about-icons p br {
          display: none; } }
  body section#homepage .box.hero + .development-only {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #00b3da;
    font-size: 14px;
    margin-top: -60px;
    max-width: 330px;
    padding: 5px;
    z-index: 1; }
    @media (max-width: 767px) {
      body section#homepage .box.hero + .development-only {
        display: none; } }
  body section#homepage .instagram {
    color: #414042;
    padding-top: 35px; }
    body section#homepage .instagram i.fa-instagram {
      color: #e9eaea;
      display: inline-block;
      font-size: 36px;
      margin-bottom: 8px; }
    body section#homepage .instagram #instagram-feed {
      margin-top: 45px; }
      @media (max-width: 700px) {
        body section#homepage .instagram #instagram-feed {
          margin-top: 25px; } }
    body section#homepage .instagram .instagram_gallery {
      margin-bottom: 45px;
      *zoom: 1; }
      body section#homepage .instagram .instagram_gallery:before, body section#homepage .instagram .instagram_gallery:after {
        content: " ";
        display: table; }
      body section#homepage .instagram .instagram_gallery:after {
        clear: both; }

.as-seen-in .slick-arrow, .slick-slider.products .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  z-index: 2; }

.as-seen-in .slick-next, .slick-slider.products .slick-next {
  right: 0; }

.as-seen-in .slick-prev, .slick-slider.products .slick-prev {
  left: 0; }

.as-seen-in {
  padding: 55px 0 40px;
  text-align: center; }
  .as-seen-in h4 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 40px; }
  .as-seen-in ul {
    padding: 0 10px; }
    .as-seen-in ul:before, .as-seen-in ul:after {
      content: "";
      width: 30px;
      height: 100%;
      z-index: 1;
      position: absolute;
      top: 0; }
    .as-seen-in ul:before {
      left: 0;
      background-color: white;
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=white, endColorstr=rgba(255, 255, 255, 0));
      background-image: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
      background-image: linear-gradient(left, white, rgba(255, 255, 255, 0));
      background-image: -moz-linear-gradient(left, white, rgba(255, 255, 255, 0));
      background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
      background-color: transparent; }
    .as-seen-in ul:after {
      right: 0;
      background-color: rgba(255, 255, 255, 0);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=rgba(255, 255, 255, 0), endColorstr=white);
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
      background-image: linear-gradient(left, rgba(255, 255, 255, 0), white);
      background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
      background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
      background-color: transparent; }
    .as-seen-in ul li a, .as-seen-in ul .slick-slide a {
      min-height: 92px;
      display: flex;
      justify-content: center;
      align-items: center; }
  .as-seen-in a {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    color: #6d6e71;
    display: inline-block;
    -webkit-filter: saturate(0%);
            filter: saturate(0%); }
    .as-seen-in a:hover {
      opacity: 0.75; }
  .as-seen-in img {
    max-width: 80%;
    height: auto; }

ul.products:not(.slick-slider) {
  font-size: 0; }
  ul.products:not(.slick-slider) li:not([role="presentation"]) {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    font-size: 12px;
    margin: 0 1.5% 18px 0;
    vertical-align: top;
    width: 11.18%; }
    ul.products:not(.slick-slider) li:not([role="presentation"]):last-child {
      margin-right: 0; }
    ul.products:not(.slick-slider) li:not([role="presentation"]) a {
      display: inline-block; }
      ul.products:not(.slick-slider) li:not([role="presentation"]) a img {
        transition: all 0.25s;
        -moz-transition: all 0.25s;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        border: 1px solid #e1e2e3;
        display: block;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%; }
      ul.products:not(.slick-slider) li:not([role="presentation"]) a h5 {
        transition: all 0.25s;
        -moz-transition: all 0.25s;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        color: #414042;
        font-weight: 300;
        margin: 10px 0 5px;
        line-height: 1.25;
        font-size: 14px;
        -webkit-text-size-adjust: 100%; }
        @media (max-width: 767px) and (orientation: portrait) {
          ul.products:not(.slick-slider) li:not([role="presentation"]) a h5 {
            line-height: normal; } }
      ul.products:not(.slick-slider) li:not([role="presentation"]) a .price {
        color: #414042;
        font-weight: 400; }
        ul.products:not(.slick-slider) li:not([role="presentation"]) a .price .strikethrough {
          color: #919396;
          font-size: 11px;
          font-weight: normal; }
      ul.products:not(.slick-slider) li:not([role="presentation"]) a:hover {
        text-decoration: none; }
        ul.products:not(.slick-slider) li:not([role="presentation"]) a:hover img {
          opacity: 0.85; }
        ul.products:not(.slick-slider) li:not([role="presentation"]) a:hover h5 {
          color: #6d6e71; }
    @media (max-width: 870px) {
      ul.products:not(.slick-slider) li:not([role="presentation"]) {
        margin-right: 3%;
        margin-top: 15px;
        width: 22.75%; }
        ul.products:not(.slick-slider) li:not([role="presentation"]):nth-child(4n+4) {
          margin-right: 0; } }
    @media (max-width: 550px) {
      ul.products:not(.slick-slider) li:not([role="presentation"]) {
        margin-right: 4%;
        width: 48%; }
        ul.products:not(.slick-slider) li:not([role="presentation"]):nth-child(2n+2) {
          margin-right: 0; } }
  ul.products:not(.slick-slider) ul.slick-dots {
    margin: 15px auto; }

ul#searchspring-autocomplete_results {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: white;
  border: 0 none;
  font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif;
  font-size: 12px;
  left: auto;
  max-width: 100%;
  top: auto;
  max-height: calc(100vh - 100px);
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll; }
  ul#searchspring-autocomplete_results ::-webkit-scrollbar {
    background: transparent;
    width: 0px; }
  ul#searchspring-autocomplete_results li {
    padding: 5px 0; }
    ul#searchspring-autocomplete_results li em {
      color: #6d6e71;
      font-weight: 500; }
    ul#searchspring-autocomplete_results li.ac_title {
      color: #6d6e71;
      font-size: 13px;
      font-weight: 500;
      margin: -1px 0 10px;
      padding: 15px 0 0;
      text-transform: uppercase; }
    ul#searchspring-autocomplete_results li.ac_term_result {
      margin-left: -10px;
      margin-right: -10px;
      padding: 5px 10px; }
    ul#searchspring-autocomplete_results li.ac_product_result {
      padding: 10px;
      margin-left: -10px;
      margin-right: -10px; }
      ul#searchspring-autocomplete_results li.ac_product_result a {
        color: #6d6e71; }
        ul#searchspring-autocomplete_results li.ac_product_result a .image {
          float: left;
          height: auto;
          width: 56px; }
          ul#searchspring-autocomplete_results li.ac_product_result a .image img {
            display: block;
            height: auto;
            max-width: 100%; }
        ul#searchspring-autocomplete_results li.ac_product_result a .info {
          margin-left: 70px;
          line-height: 1.5; }
          ul#searchspring-autocomplete_results li.ac_product_result a .info .sku {
            display: none; }
          ul#searchspring-autocomplete_results li.ac_product_result a .info .price {
            color: #6d6e71 !important;
            font-style: normal; }
        ul#searchspring-autocomplete_results li.ac_product_result a .clear {
          clear: both; }
    ul#searchspring-autocomplete_results li.ac_term_suggest {
      margin: 0 -10px;
      padding: 10px; }
    ul#searchspring-autocomplete_results li:not(.ac_title):hover {
      background: #6d6e71;
      color: white; }
      ul#searchspring-autocomplete_results li:not(.ac_title):hover em, ul#searchspring-autocomplete_results li:not(.ac_title):hover a, ul#searchspring-autocomplete_results li:not(.ac_title):hover .info .price {
        color: white !important; }
  @media (max-width: 767px) {
    ul#searchspring-autocomplete_results {
      text-align: left;
      width: calc(100% - 20px); } }
header.fixed #logo-and-secondary-nav ul#searchspring-autocomplete_results {
  display: none !important; }

.fixed-items ul#searchspring-autocomplete_results {
  border: 0 none;
  margin-top: 0;
  position: relative; }
  .fixed-items ul#searchspring-autocomplete_results li {
    padding-left: 6px;
    padding-right: 6px; }
    .fixed-items ul#searchspring-autocomplete_results li.ac_title {
      padding-left: 0;
      padding-right: 0;
      margin-top: 0;
      margin-left: 6px;
      margin-right: 6px; }
      .fixed-items ul#searchspring-autocomplete_results li.ac_title:first-child {
        border-top: 0 none; }

.holiday-shipping-guide {
  background: #fff9ee url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/holiday-shipping-guide.png) no-repeat center center;
  background-size: cover;
  border: 6px solid #E3D2C0;
  color: #896e64;
  padding: 15px; }
  .holiday-shipping-guide span {
    margin: 0 5%;
    min-width: 220px;
    text-align: center; }
    .holiday-shipping-guide span h3 {
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase; }
    .holiday-shipping-guide span p {
      color: #414042;
      font-family: "Chronicle Display A", "Chronicle Display B";
      font-size: 15px !important;
      font-style: italic; }
  .holiday-shipping-guide dl {
    font-size: 13px;
    min-width: 305px;
    text-align: justify;
    width: 37%; }
    .holiday-shipping-guide dl dt {
      float: left;
      font-weight: bold;
      overflow: hidden;
      white-space: nowrap;
      width: 52%; }
      .holiday-shipping-guide dl dt:after {
        content: " ..................................................................................";
        font-weight: normal;
        opacity: 0.6; }
    .holiday-shipping-guide dl dd {
      float: left;
      overflow: hidden;
      text-align: right;
      width: 145px; }

.shopping-cart-and-checkout .holiday-shipping-guide {
  margin-bottom: 20px; }
  .shopping-cart-and-checkout .holiday-shipping-guide span, .shopping-cart-and-checkout .holiday-shipping-guide dl {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    vertical-align: top; }
  .shopping-cart-and-checkout .holiday-shipping-guide span {
    width: 25%; }
    @media (max-width: 1080px) {
      .shopping-cart-and-checkout .holiday-shipping-guide span {
        margin-left: 2%; } }
  @media (max-width: 1080px) {
    .shopping-cart-and-checkout .holiday-shipping-guide dl {
      width: 40%; } }
#homepage .holiday-shipping-guide {
  background: #fff9ee url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/holiday-shipping-guide-large.png) no-repeat bottom center;
  margin-top: 1%; }
  #homepage .holiday-shipping-guide span {
    margin: 5%; }
    #homepage .holiday-shipping-guide span h3 {
      font-size: 19px; }
    #homepage .holiday-shipping-guide span p {
      font-size: 16px !important; }
  #homepage .holiday-shipping-guide dl {
    *zoom: 1;
    font-size: 14px;
    line-height: 1.8;
    margin: 0 auto 10px;
    width: 440px; }
    #homepage .holiday-shipping-guide dl:before, #homepage .holiday-shipping-guide dl:after {
      content: " ";
      display: table; }
    #homepage .holiday-shipping-guide dl:after {
      clear: both; }
  #homepage .holiday-shipping-guide dt {
    width: 279px; }
  #homepage .holiday-shipping-guide dd {
    width: 155px; }

ul.swatches {
  margin-top: 8px; }
  ul.swatches li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid transparent;
    display: inline-block;
    height: 11px;
    margin: 0 2px 5px 0;
    text-indent: -30000px;
    vertical-align: top;
    width: 27px; }
    ul.swatches li.current {
      border-color: #414042; }

ul.color-swatches li a.cool-white span, #product .summary a.cool-white span {
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=white, endColorstr=#8eebff);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#8eebff));
  background-image: linear-gradient(top, white, #8eebff);
  background-image: -moz-linear-gradient(top, white, #8eebff);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #8eebff));
  border-color: #41ddff; }

ul.color-swatches li a.warm-white span, #product .summary a.warm-white span {
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=white, endColorstr=#fcd85c);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#fcd85c));
  background-image: linear-gradient(top, white, #fcd85c);
  background-image: -moz-linear-gradient(top, white, #fcd85c);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #fcd85c));
  border-color: #e4b104; }

ul.color-swatches li a.white span, ul.color-swatches li a.pure-white span, #product .summary a.white span, #product .summary a.pure-white span {
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=white, endColorstr=#e7e8e8);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#e7e8e8));
  background-image: linear-gradient(top, white, #e7e8e8);
  background-image: -moz-linear-gradient(top, white, #e7e8e8);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e7e8e8));
  border-color: #e1e2e3; }

ul.color-swatches li a.electric-blue span, #product .summary a.electric-blue span {
  background-color: #536ABC;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#536ABC, endColorstr=#3F52B2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#536ABC), to(#3F52B2));
  background-image: linear-gradient(top, #536ABC, #3F52B2);
  background-image: -moz-linear-gradient(top, #536ABC, #3F52B2);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #536ABC), color-stop(100%, #3F52B2));
  border-color: #293E89; }

ul.color-swatches li a.pink span, #product .summary a.pink span {
  background-color: #c979b2;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c979b2, endColorstr=#bb4599);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c979b2), to(#bb4599));
  background-image: linear-gradient(top, #c979b2, #bb4599);
  background-image: -moz-linear-gradient(top, #c979b2, #bb4599);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c979b2), color-stop(100%, #bb4599));
  border-color: #bc449e; }

ul.color-swatches li a.yellow span, #product .summary a.yellow span {
  background-color: #fbcc2a;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fbcc2a, endColorstr=#efb033);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbcc2a), to(#efb033));
  background-image: linear-gradient(top, #fbcc2a, #efb033);
  background-image: -moz-linear-gradient(top, #fbcc2a, #efb033);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbcc2a), color-stop(100%, #efb033));
  border-color: #dd9727; }

ul.color-swatches li a.beeswax span, #product .summary a.beeswax span {
  background-color: #fcd85c;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fcd85c, endColorstr=#f3c262);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcd85c), to(#f3c262));
  background-image: linear-gradient(top, #fcd85c, #f3c262);
  background-image: -moz-linear-gradient(top, #fcd85c, #f3c262);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcd85c), color-stop(100%, #f3c262));
  border-color: #e7c52a; }

ul.color-swatches li a.ivory span, ul.color-swatches li a.pearl-white span, #product .summary a.ivory span, #product .summary a.pearl-white span {
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=white, endColorstr=#eeefb6);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#eeefb6));
  background-image: linear-gradient(top, white, #eeefb6);
  background-image: -moz-linear-gradient(top, white, #eeefb6);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #eeefb6));
  border-color: #c9c886; }

ul.color-swatches li a.green span, #product .summary a.green span {
  background-color: #bacf3d;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#bacf3d, endColorstr=#a5ba4d);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bacf3d), to(#a5ba4d));
  background-image: linear-gradient(top, #bacf3d, #a5ba4d);
  background-image: -moz-linear-gradient(top, #bacf3d, #a5ba4d);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bacf3d), color-stop(100%, #a5ba4d));
  border-color: #809d31; }

ul.color-swatches li a.orange span, #product .summary a.orange span {
  background-color: #ea8742;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ea8742, endColorstr=#e37123);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ea8742), to(#e37123));
  background-image: linear-gradient(top, #ea8742, #e37123);
  background-image: -moz-linear-gradient(top, #ea8742, #e37123);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea8742), color-stop(100%, #e37123));
  border-color: #d84e19; }

ul.color-swatches li a.clear span, #product .summary a.clear span {
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=white, endColorstr=#FFE8A9);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#FFE8A9));
  background-image: linear-gradient(top, white, #FFE8A9);
  background-image: -moz-linear-gradient(top, white, #FFE8A9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #FFE8A9));
  border-color: #DDB05F; }

ul.color-swatches li a.amber span, #product .summary a.amber span {
  background-color: #FF931E;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FF931E, endColorstr=#CC7A2C);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF931E), to(#CC7A2C));
  background-image: linear-gradient(top, #FF931E, #CC7A2C);
  background-image: -moz-linear-gradient(top, #FF931E, #CC7A2C);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF931E), color-stop(100%, #CC7A2C));
  border-color: #BF653D; }

ul.color-swatches li a.teal span, #product .summary a.teal span {
  background-color: #83bbb7;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#83bbb7, endColorstr=#5da29d);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#83bbb7), to(#5da29d));
  background-image: linear-gradient(top, #83bbb7, #5da29d);
  background-image: -moz-linear-gradient(top, #83bbb7, #5da29d);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #83bbb7), color-stop(100%, #5da29d));
  border-color: #4a827e; }

ul.color-swatches li a.purple span, #product .summary a.purple span {
  background-color: #958abf;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#958abf, endColorstr=#7c66a7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#958abf), to(#7c66a7));
  background-image: linear-gradient(top, #958abf, #7c66a7);
  background-image: -moz-linear-gradient(top, #958abf, #7c66a7);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #958abf), color-stop(100%, #7c66a7));
  border-color: #564d84; }

ul.color-swatches li a.red span, #product .summary a.red span {
  background-color: #e36364;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e36364, endColorstr=#cc453c);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e36364), to(#cc453c));
  background-image: linear-gradient(top, #e36364, #cc453c);
  background-image: -moz-linear-gradient(top, #e36364, #cc453c);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e36364), color-stop(100%, #cc453c));
  border-color: #c63030; }

ul.color-swatches li a.green-alt span, #product .summary a.green-alt span {
  background-color: #89c66f;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#89c66f, endColorstr=#6ab24e);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#89c66f), to(#6ab24e));
  background-image: linear-gradient(top, #89c66f, #6ab24e);
  background-image: -moz-linear-gradient(top, #89c66f, #6ab24e);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #89c66f), color-stop(100%, #6ab24e));
  border-color: #558f3e; }

ul.color-swatches li a.turquoise span, #product .summary a.turquoise span {
  background-color: #57cea9;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#57cea9, endColorstr=#33b992);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57cea9), to(#33b992));
  background-image: linear-gradient(top, #57cea9, #33b992);
  background-image: -moz-linear-gradient(top, #57cea9, #33b992);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #57cea9), color-stop(100%, #33b992));
  border-color: #289172; }

ul.color-swatches li a.candy-corn span, #product .summary a.candy-corn span {
  background-color: #fbcc2a;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fbcc2a, endColorstr=#D76C27);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbcc2a), to(#D76C27));
  background-image: linear-gradient(top, #fbcc2a, #D76C27);
  background-image: -moz-linear-gradient(top, #fbcc2a, #D76C27);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbcc2a), color-stop(100%, #D76C27));
  border-color: #D76C27; }

ul.color-swatches li a.gray span, #product .summary a.gray span {
  background-color: #c7c9ca;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c7c9ca, endColorstr=#b8babc);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c7c9ca), to(#b8babc));
  background-image: linear-gradient(top, #c7c9ca, #b8babc);
  background-image: -moz-linear-gradient(top, #c7c9ca, #b8babc);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c7c9ca), color-stop(100%, #b8babc));
  border-color: #919396; }

ul.color-swatches li a.blue span, #product .summary a.blue span {
  background-color: #7D87B1;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7D87B1, endColorstr=#66739E);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7D87B1), to(#66739E));
  background-image: linear-gradient(top, #7D87B1, #66739E);
  background-image: -moz-linear-gradient(top, #7D87B1, #66739E);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7D87B1), color-stop(100%, #66739E));
  border-color: #515c80; }

ul.color-swatches li a.burgundy span, #product .summary a.burgundy span {
  background-color: #a83748;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a83748, endColorstr=#981125);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a83748), to(#981125));
  background-image: linear-gradient(top, #a83748, #981125);
  background-image: -moz-linear-gradient(top, #a83748, #981125);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a83748), color-stop(100%, #981125));
  border-color: #981125; }

ul.color-swatches li a.black span, #product .summary a.black span {
  background-color: #6d6e71;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#6d6e71, endColorstr=#414042);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6d6e71), to(#414042));
  background-image: linear-gradient(top, #6d6e71, #414042);
  background-image: -moz-linear-gradient(top, #6d6e71, #414042);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6d6e71), color-stop(100%, #414042));
  border-color: black; }

ul.color-swatches li a.cyan span, #product .summary a.cyan span {
  background-color: #8eebff;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8eebff, endColorstr=#0ed4ff);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8eebff), to(#0ed4ff));
  background-image: linear-gradient(top, #8eebff, #0ed4ff);
  background-image: -moz-linear-gradient(top, #8eebff, #0ed4ff);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8eebff), color-stop(100%, #0ed4ff));
  border-color: #0089a7; }

ul.color-swatches li a.gold span, #product .summary a.gold span {
  background-color: #D3AD62;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#D3AD62, endColorstr=#B7870F);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#D3AD62), to(#B7870F));
  background-image: linear-gradient(top, #D3AD62, #B7870F);
  background-image: -moz-linear-gradient(top, #D3AD62, #B7870F);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D3AD62), color-stop(100%, #B7870F));
  border-color: #B7870F; }

ul.color-swatches li a.champagne span, #product .summary a.champagne span {
  background-color: #E8C080;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E8C080, endColorstr=#C99943);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E8C080), to(#C99943));
  background-image: linear-gradient(top, #E8C080, #C99943);
  background-image: -moz-linear-gradient(top, #E8C080, #C99943);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E8C080), color-stop(100%, #C99943));
  border-color: #C99943; }

ul.color-swatches li a.lime-green span, #product .summary a.lime-green span {
  background-color: #c9d966;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c9d966, endColorstr=#bacf3d);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c9d966), to(#bacf3d));
  background-image: linear-gradient(top, #c9d966, #bacf3d);
  background-image: -moz-linear-gradient(top, #c9d966, #bacf3d);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c9d966), color-stop(100%, #bacf3d));
  border-color: #a5ba4d; }

ul.color-swatches li a.platinum span, ul.color-swatches li a.silver span, #product .summary a.platinum span, #product .summary a.silver span {
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=white, endColorstr=#919396);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#919396));
  background-image: linear-gradient(top, white, #919396);
  background-image: -moz-linear-gradient(top, white, #919396);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #919396));
  border-color: #919396;
  -webkit-box-shadow: 0 -4px 3px white inset;
          box-shadow: 0 -4px 3px white inset; }

ul.color-swatches li a.brown span, #product .summary a.brown span {
  background-color: #AA9281;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#AA9281, endColorstr=#816551);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#AA9281), to(#816551));
  background-image: linear-gradient(top, #AA9281, #816551);
  background-image: -moz-linear-gradient(top, #AA9281, #816551);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #AA9281), color-stop(100%, #816551));
  border-color: #816551; }

ul.color-swatches li a.chartreuse span, #product .summary a.chartreuse span {
  background-color: #E2D574;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E2D574, endColorstr=#D1C129);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E2D574), to(#D1C129));
  background-image: linear-gradient(top, #E2D574, #D1C129);
  background-image: -moz-linear-gradient(top, #E2D574, #D1C129);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E2D574), color-stop(100%, #D1C129));
  border-color: #D1C129; }

ul.color-swatches li a.fuchsia span, #product .summary a.fuchsia span {
  background-color: #f4a6e2;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4a6e2, endColorstr=#d354bb);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4a6e2), to(#d354bb));
  background-image: linear-gradient(top, #f4a6e2, #d354bb);
  background-image: -moz-linear-gradient(top, #f4a6e2, #d354bb);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4a6e2), color-stop(100%, #d354bb));
  border-color: #d354bb; }

ul.color-swatches li a.copper span, #product .summary a.copper span {
  background-color: #c46645;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c46645, endColorstr=#af431d);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c46645), to(#af431d));
  background-image: linear-gradient(top, #c46645, #af431d);
  background-image: -moz-linear-gradient(top, #c46645, #af431d);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c46645), color-stop(100%, #af431d));
  border-color: #af431d; }

ul.color-swatches li a.sky-blue span, #product .summary a.sky-blue span {
  background-color: #a3c7e8;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a3c7e8, endColorstr=#6789bc);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a3c7e8), to(#6789bc));
  background-image: linear-gradient(top, #a3c7e8, #6789bc);
  background-image: -moz-linear-gradient(top, #a3c7e8, #6789bc);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a3c7e8), color-stop(100%, #6789bc));
  border-color: #6789bc; }

ul.color-swatches li a.multicolor span, #product .summary a.multicolor span {
  background: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/multicolor-swatch.jpg) center center;
  border-color: #6d6e71;
  background-size: cover; }

ul.color-swatches li a.color-changing span, #product .summary a.color-changing span {
  background: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/color-changing-swatch.jpg) -1px center no-repeat;
  border-color: #6d6e71;
  border-radius: 100%;
  background-size: cover; }

ul.color-swatches li a.leopard span, #product .summary a.leopard span {
  background: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/leopard-swatch.jpg) left top;
  border-color: #919396;
  background-size: cover; }

ul.color-swatches li a.flocked span, #product .summary a.flocked span {
  background: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/flocked-swatch.jpg) left top;
  border-color: #919396;
  background-size: cover; }

ul.color-swatches li a.red-white-zig-zag span, #product .summary a.red-white-zig-zag span {
  background: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/red-white-zig-zag.svg) center center;
  border-color: #d25656;
  background-size: cover; }

body section article > form > table {
  width: auto; }

body section article > table {
  width: auto; }

body section#catalog aside + article {
  float: left;
  width: 732px; }

#generic-confirmation-screen {
  float: left;
  width: 732px;
  margin-bottom: 12px;
  padding-bottom: 12px; }
  #generic-confirmation-screen h3 {
    font-family: "Gotham A", "Gotham B";
    font-weight: 500;
    position: relative; }
    #generic-confirmation-screen h3:after {
      background: white url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/sprite2017.png) no-repeat -450px -800px;
      content: "";
      height: 70px;
      position: absolute;
      right: 0;
      top: -15px;
      width: 64px; }
  #generic-confirmation-screen p {
    font-size: 12px; }
    #generic-confirmation-screen p strong {
      color: #414042; }
  #generic-confirmation-screen .footer-actions {
    border-top: 1px solid #e1e2e3;
    margin: 20px 0 0 -12px;
    padding-top: 12px; }
    #generic-confirmation-screen .footer-actions a {
      -moz-appearance: none;
      -webkit-appearance: none;
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      background: white;
      border-radius: 3px;
      border: 1px solid #b8babc;
      -webkit-box-shadow: 0 -5px 7px rgba(0, 0, 0, 0.06) inset;
              box-shadow: 0 -5px 7px rgba(0, 0, 0, 0.06) inset;
      color: #6d6e71;
      cursor: pointer;
      font-size: 11px;
      height: 30px;
      line-height: 30px;
      padding: 0 16px;
      text-align: center;
      text-shadow: 1px 1px 0 white;
      vertical-align: middle;
      float: right; }
      #generic-confirmation-screen .footer-actions a:hover {
        background: #f4f4f7;
        border-color: #9ea1a3;
        -webkit-box-shadow: 0 -5px 7px rgba(0, 0, 0, 0.06) inset;
                box-shadow: 0 -5px 7px rgba(0, 0, 0, 0.06) inset; }

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 3px;
  background: #4c4c4c;
  color: white;
  margin-top: 0;
  /* Use this next selector to style things like font-size and line-height: */ }
  .tooltipster-default .tooltipster-content {
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    padding: 5px 7px;
    overflow: hidden;
    background: #4c4c4c;
    border-radius: 3px; }

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important */ }

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px; }

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible; }
  .tooltipster-base .tooltipster-content {
    overflow: hidden; }

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
  .tooltipster-arrow span, .tooltipster-arrow .tooltipster-arrow-border {
    display: block;
    height: 0;
    position: absolute;
    width: 0; }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -8px; }

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -8px; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -8px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -8px; }

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px; }

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px; }

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -8px; }

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px; }

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -8px; }

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px; }

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0; }

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0; }

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.notice-alert {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  *zoom: 1;
  background-color: #fef6d9;
  border: 1px solid #efb033;
  color: #c68910;
  margin: 5px 0 12px 0;
  position: relative; }
  .notice-alert:before, .notice-alert:after {
    content: " ";
    display: table; }
  .notice-alert:after {
    clear: both; }
  .notice-alert a {
    color: #c68910;
    font-weight: bold; }
    .notice-alert a:hover {
      text-decoration: underline; }
  .notice-alert p {
    font-size: 12px;
    margin: 9px 40px 9px 50px; }
  .notice-alert ul {
    margin: 9px 40px 9px 50px; }
    .notice-alert ul li {
      font-size: 12px;
      list-style: disc inside none;
      margin-bottom: 3px; }
  .notice-alert .sign {
    background: #efb033;
    border: 1px solid #c68910;
    color: white;
    float: left;
    height: 100%;
    line-height: 34px;
    margin: -1px;
    position: absolute;
    text-align: center;
    text-shadow: 0 2px 0 rgba(198, 137, 16, 0.8);
    width: 36px; }
    .notice-alert .sign:before {
      content: "\f071";
      font-family: 'fontAwesome'; }
    .notice-alert .sign.info:before {
      content: "\f05a"; }
  .notice-alert .close {
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    cursor: pointer;
    float: right;
    font-size: 26px;
    margin-right: 8px; }
    .notice-alert .close:hover {
      color: #efb033; }
  .notice-alert.success {
    background-color: #e6ecce;
    border-color: #a5ba4d;
    color: #778634; }
    .notice-alert.success a {
      color: #778634; }
    .notice-alert.success .sign {
      background: #a5ba4d;
      border-color: #809d31;
      text-shadow: 0 2px 0 rgba(119, 134, 52, 0.8); }
      .notice-alert.success .sign:before {
        font-family: 'fontAwesome';
        content: "\f00c";
        font-weight: normal; }
    .notice-alert.success .close:hover {
      color: #97ab42; }
  .notice-alert.error {
    background-color: white;
    border-color: #ec8895;
    color: #e2465a; }
    .notice-alert.error a {
      color: #e2465a; }
    .notice-alert.error .sign {
      background: #e2465a;
      border-color: #d42138;
      text-shadow: 0 2px 0 rgba(190, 30, 50, 0.8); }
      .notice-alert.error .sign:before {
        content: "\f00d"; }
    .notice-alert.error .close:hover {
      color: #ec8895; }

#footer-email-subscription {
  transition: all 0.75s;
  -moz-transition: all 0.75s;
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
  background: #ececec;
  background: rgba(236, 236, 236, 0.94);
  bottom: -90px;
  left: 0;
  padding-bottom: 105px;
  position: fixed;
  width: 100%;
  z-index: 4; }
  #footer-email-subscription.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 1200ms;
    animation-duration: 1200ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  #footer-email-subscription.farewell {
    bottom: -400px; }
  #footer-email-subscription.bounce {
    transition: all 0.85s cubic-bezier(0.65, -0.295, 0.515, 1.4);
    -moz-transition: all 0.85s cubic-bezier(0.65, -0.295, 0.515, 1.4);
    -webkit-transition: all 0.85s cubic-bezier(0.65, -0.295, 0.515, 1.4);
    -o-transition: all 0.85s cubic-bezier(0.65, -0.295, 0.515, 1.4); }

.email-subscription {
  color: #5d5e61;
  padding: 15px 0; }
  .email-subscription.visible {
    position: relative;
    z-index: 5;
    -webkit-box-shadow: 0 1px 0 #e9eaea inset;
            box-shadow: 0 1px 0 #e9eaea inset;
    background: white; }
  .email-subscription .error-message {
    background: rgba(210, 86, 86, 0.95);
    -webkit-backdrop-filter: blur(5px);
    color: white;
    padding: 15px 5px;
    font-size: 13px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
    .email-subscription .error-message:before {
      content: "\f071";
      font-family: 'fontAwesome';
      font-size: 17px;
      border-right: 1px solid #d25656;
      padding-right: 5px;
      -ms-grid-row-align: center;
          align-self: center;
      margin-right: 5px; }
  .email-subscription form {
    width: 100%; }
  .email-subscription .wrapper {
    position: relative; }
  .email-subscription .row {
    margin: 0; }
    .email-subscription .row > div {
      padding: 0; }
  .email-subscription .confirmation {
    display: none;
    padding-bottom: 5px; }
  .email-subscription h4 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #5d5e61;
    font-family: "Chronicle Display A", "Chronicle Display B";
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    text-align: right; }
  .email-subscription h5 {
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 1.4;
    margin-top: 2px;
    padding: 0 30px; }
  .email-subscription .promo-code {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #a6a8ab;
    background: white;
    font-size: 12px;
    padding: 10px 50px;
    text-align: center; }
  .email-subscription p {
    -webkit-text-size-adjust: 100%;
    font-size: 13px; }
    .email-subscription p small {
      display: block;
      margin-top: 2px;
      opacity: 0.9; }
  @media (min-width: 992px) {
    .email-subscription .col-md-5 {
      max-width: 470px; } }
  .email-subscription a.close {
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    background: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/close.svg) no-repeat center center;
    height: 14px;
    margin-top: -52px;
    position: absolute;
    right: 3%;
    top: 50%;
    width: 14px;
    z-index: 1; }
    .email-subscription a.close:hover {
      opacity: 0.7; }
    @media (min-width: 992px) and (max-width: 1260px) {
      .email-subscription a.close {
        right: auto;
        left: 5%; } }
  .email-subscription form, .email-subscription .promo-code {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
  .email-subscription form input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #c7c9ca;
    color: #7a7b7e;
    font-family: "Gotham A", "Gotham B";
    font-size: 12px;
    height: 33px;
    margin: 0 7px 20px 0;
    padding: 0 30px 0 5px;
    width: 235px;
    max-width: 100%;
    border-color: #5d5e61;
    border-radius: 0;
    font-size: 14px;
    margin: 0;
    padding: 0 8px;
    width: 35%; }
    @media (max-width: 600px) {
      .email-subscription form input {
        font-size: 16px; } }
    .email-subscription form input:focus {
      border-color: #6d6e71;
      outline: none; }
    .email-subscription form input.error {
      border-color: #e1e2e3;
      background-color: #F6C3CB; }
    .email-subscription form input:focus {
      border-color: #5d5e61;
      -webkit-box-shadow: 0 0 4px 0 rgba(93, 94, 97, 0.55) inset;
              box-shadow: 0 0 4px 0 rgba(93, 94, 97, 0.55) inset; }
    @media (min-width: 551px) {
      .email-subscription form input + input {
        border-left: 0 none; } }
  .email-subscription form input, .email-subscription form button {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 31px;
    margin-bottom: 5px; }
  .email-subscription form button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    transition: background 0.3s;
    -moz-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    background: #5d5e61;
    border: 0 none;
    border-radius: 0;
    color: white;
    cursor: pointer;
    font-size: 13px;
    font-family: "Gotham A", "Gotham B";
    padding: 0;
    width: 30%; }
    .email-subscription form button:hover {
      background: #414042; }
    .email-subscription form button:focus {
      outline: 0; }
  @media (max-width: 991px) {
    .email-subscription form, .email-subscription .promo-code {
      margin-top: 10px; }
    .email-subscription p {
      text-align: center; }
    .email-subscription .confirmation h5 {
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .email-subscription h4, .email-subscription h5 {
      text-align: center; }
    .email-subscription h5 {
      margin-top: 10px; }
    .email-subscription a.close {
      right: 15px;
      margin-top: 0;
      top: 30px; } }
  @media (max-width: 650px) {
    .email-subscription h5 span {
      display: block; } }
  @media (max-width: 550px) {
    .email-subscription h5 {
      padding: 0; }
    .email-subscription form {
      width: 100%; }
      .email-subscription form input, .email-subscription form button {
        display: block;
        font-size: 16px;
        height: 36px;
        width: 100%; }
      .email-subscription form button {
        margin-top: 10px; }
    .email-subscription .confirmation h4 {
      font-size: 33px; } }
table.common-table {
  font-size: 14px;
  width: 100%; }
  table.common-table th, table.common-table td {
    padding: 5px;
    vertical-align: top; }
    @media (max-width: 767px) {
      table.common-table th, table.common-table td {
        padding: 5px 2px; } }
  @media (min-width: 768px) {
    table.common-table thead th:first-child, table.common-table tr td:first-child {
      padding-left: 20px; }
    table.common-table thead th:last-child, table.common-table tr td:last-child {
      padding-right: 20px; } }
  table.common-table thead th {
    border-bottom: 1px solid #e9eaea;
    font-size: 11px;
    font-weight: 500;
    padding-bottom: 12px; }
  table.common-table .dark {
    color: #414042; }
  table.common-table tr {
    border-bottom: 1px solid #e9eaea; }
    table.common-table tr td {
      position: relative; }
      table.common-table tr td img {
        display: block; }
      table.common-table tr td a {
        color: #808080; }
        table.common-table tr td a img {
          transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }
        table.common-table tr td a:hover {
          text-decoration: underline; }
          table.common-table tr td a:hover img {
            opacity: 0.7; }

header .cart-items-vertical-slider ul li:nth-child(n+4) {
  display: none; }

.cart-items-vertical-slider {
  font-size: 13px;
  padding: 27px 0; }
  .cart-items-vertical-slider .bx-viewport {
    min-height: 270px; }
    .cart-items-vertical-slider .bx-viewport > ul > li:nth-child(n+4) {
      display: block; }
    .cart-items-vertical-slider .bx-viewport > ul > li:nth-child(3) {
      border-color: #e9eaea; }
  .cart-items-vertical-slider ul li {
    line-height: 1.35;
    min-height: 80px;
    padding: 5px 0 15px;
    text-align: left;
    width: 100% !important; }
    .cart-items-vertical-slider ul li:last-child {
      padding-bottom: 0; }
    .cart-items-vertical-slider ul li a {
      transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      color: #808080;
      display: block; }
      .cart-items-vertical-slider ul li a:hover {
        opacity: 0.7; }
    .cart-items-vertical-slider ul li .col-xs-8 {
      padding-left: 10px; }
    .cart-items-vertical-slider ul li img {
      display: block;
      height: auto;
      width: 100%; }
    .cart-items-vertical-slider ul li h4, .cart-items-vertical-slider ul li .details > div:first-child {
      margin-bottom: 5px; }
    .cart-items-vertical-slider ul li .item-added {
      background: #f6f6f7;
      font-size: 12px;
      font-weight: 400;
      margin-bottom: 10px;
      padding: 7px;
      text-align: center;
      text-transform: uppercase; }
    .cart-items-vertical-slider ul li .details {
      font-size: 12px;
      line-height: 1.5; }
    .cart-items-vertical-slider ul li .highlight {
      font-style: italic;
      font-weight: 600; }
      .cart-items-vertical-slider ul li .highlight:not(.gray) {
        color: #de3449; }
  .cart-items-vertical-slider .bx-wrapper {
    min-height: 100px;
    position: relative; }
    .cart-items-vertical-slider .bx-wrapper:before, .cart-items-vertical-slider .bx-wrapper:after {
      transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      content: "";
      height: 80px;
      left: 0;
      position: absolute;
      width: 100%; }
    .cart-items-vertical-slider .bx-wrapper:after {
      background-color: rgba(255, 255, 255, 0);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=rgba(255, 255, 255, 0), endColorstr=white);
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
      background-image: linear-gradient(top, rgba(255, 255, 255, 0), white);
      background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), white);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
      background-color: transparent;
      bottom: 0; }
    .cart-items-vertical-slider .bx-wrapper:before {
      background-color: white;
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=white, endColorstr=rgba(255, 255, 255, 0));
      background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
      background-image: linear-gradient(top, white, rgba(255, 255, 255, 0));
      background-image: -moz-linear-gradient(top, white, rgba(255, 255, 255, 0));
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
      background-color: transparent;
      height: 0;
      opacity: 0;
      top: 0;
      z-index: 1; }
    .cart-items-vertical-slider .bx-wrapper.end:before {
      opacity: 1;
      height: 80px; }
    .cart-items-vertical-slider .bx-wrapper.end:after {
      height: 0;
      opacity: 0; }
  .cart-items-vertical-slider a.bx-prev, .cart-items-vertical-slider a.bx-next {
    transition: all 0.15s;
    -moz-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    background: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/angle-arrows.svg) no-repeat center top;
    background-size: 60px 48px;
    height: 24px;
    left: 50%;
    margin-left: -30px;
    text-indent: -30000px;
    position: absolute;
    width: 60px;
    z-index: 1; }
    .cart-items-vertical-slider a.bx-prev:hover, .cart-items-vertical-slider a.bx-next:hover {
      opacity: 0.75; }
    .cart-items-vertical-slider a.bx-prev.disabled, .cart-items-vertical-slider a.bx-next.disabled {
      opacity: 0.25;
      pointer-events: none; }
  .cart-items-vertical-slider a.bx-prev {
    top: -25px; }
  .cart-items-vertical-slider a.bx-next {
    background-position: center -24px;
    bottom: -25px; }

.mfp-bg {
  z-index: 6001; }

.mfp-wrap {
  z-index: 6002; }

.mfp-content {
  background: white;
  max-width: 1200px;
  width: 90%; }
  .mfp-content.mfp-medium {
    max-width: 800px; }
  @media (min-width: 768px) {
    .mfp-content {
      max-height: 90%; } }
  .mfp-content .mfp-close {
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    background: #6d6e71 url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/close-white.svg) no-repeat center center;
    background-size: 20px;
    border-radius: 50%;
    font-size: 0;
    height: 30px;
    opacity: 1;
    right: -15px;
    top: -15px;
    width: 30px; }
    .mfp-content .mfp-close:hover {
      background-color: #808080;
      opacity: 1; }
  .mfp-content.small-box {
    max-width: 400px;
    height: 260px; }
    .mfp-content.small-box .mfp-close {
      -webkit-transform: scale(0.75, 0.75);
      transform: scale(0.75, 0.75); }
  .mfp-content.white-border {
    min-height: 490px;
    max-width: 790px; }
    .mfp-content.white-border section {
      padding: 25px; }
  .mfp-content.white-border .mfp-close, .mfp-content.gray-small .mfp-close {
    background: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/fancybox/custom-x.svg) no-repeat center center;
    top: 5px;
    right: 5px; }
  .mfp-content.gray-small {
    min-height: 400px;
    max-width: 600px; }
    @media (max-width: 499px) {
      .mfp-content.gray-small {
        min-height: 80vh; } }
.small-popover {
  padding: 30px;
  text-align: center; }
  .small-popover form {
    max-width: 280px; }
  .small-popover img.logo {
    margin: 20px auto 25px;
    display: block; }
  .small-popover h3.title {
    font-weight: 500; }
  .small-popover .row.actions {
    margin-top: 30px; }
    .small-popover .row.actions a {
      display: block; }
      .small-popover .row.actions a.cancel {
        color: inherit;
        font-size: 13px;
        margin-top: 9px; }

body .popover-alt .fancybox-skin {
  border-radius: 0; }

body .custom-popover, body .ideas-inspiration-popover {
  max-width: 90%; }
  body .custom-popover .fancybox-inner, body .ideas-inspiration-popover .fancybox-inner {
    max-width: 100%; }
  body .custom-popover .fancybox-skin, body .ideas-inspiration-popover .fancybox-skin {
    background: white;
    border-radius: 0;
    border-color: white;
    border-style: solid;
    border-width: 30px 0 0 0; }
    body .custom-popover .fancybox-skin a.fancybox-close, body .ideas-inspiration-popover .fancybox-skin a.fancybox-close {
      right: 10px;
      top: -22px; }

body .fancybox-type-inline .fancybox-skin a.fancybox-close {
  top: 10px; }

body .gray .fancybox-skin {
  border-radius: 0;
  border: 0 none; }
  body .gray .fancybox-skin a.fancybox-close {
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    background: #6d6e71 url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/close-white.svg) no-repeat center center;
    background-size: 20px;
    border-radius: 50%;
    height: 30px;
    right: -15px;
    top: -15px;
    width: 30px; }
    body .gray .fancybox-skin a.fancybox-close:hover {
      background-color: #808080;
      opacity: 1; }

body .gray .fancybox-nav {
  width: auto; }
  body .gray .fancybox-nav span {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    background: #6d6e71;
    border: 0 none;
    border-radius: 0;
    color: white;
    font-size: 24px;
    height: 30px;
    line-height: 28px;
    margin-top: -15px;
    text-align: center;
    top: 50%;
    visibility: visible;
    width: 29px; }
    body .gray .fancybox-nav span:hover {
      -webkit-box-shadow: 0 0 0 transparent;
              box-shadow: 0 0 0 transparent;
      background-color: #808080;
      color: white; }
  body .gray .fancybox-nav.fancybox-next span {
    padding-left: 1px;
    right: -15px; }
    body .gray .fancybox-nav.fancybox-next span:before {
      font-family: 'fontAwesome';
      content: "\f105";
      font-weight: normal; }
  body .gray .fancybox-nav.fancybox-prev span {
    left: -15px;
    padding-right: 1px; }
    body .gray .fancybox-nav.fancybox-prev span:before {
      font-family: 'fontAwesome';
      content: "\f104";
      font-weight: normal; }
  @media (max-width: 1100px) {
    body .gray .fancybox-nav span {
      position: absolute; }
    body .gray .fancybox-nav.fancybox-next span {
      right: -15px; }
    body .gray .fancybox-nav.fancybox-prev span {
      left: -15px; } }
body .ripped .fancybox-skin {
  border-radius: 6px 6px 0 0; }

body .ripped:after {
  background: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/shopping-cart-and-checkout/sprite-checkout.png) no-repeat -1px -850px;
  bottom: -9px;
  content: "";
  height: 9px;
  left: 0;
  position: absolute;
  width: 100%; }

body .no-borders .fancybox-skin {
  padding: 0 !important; }

body .white-x .fancybox-skin {
  background: white;
  border: 0 none; }
  body .white-x .fancybox-skin iframe {
    border-radius: 3px; }
  body .white-x .fancybox-skin a.fancybox-close {
    background: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/sprite2017.png) no-repeat -598px -950px;
    right: 12px;
    top: 12px; }

body .ideas-inspiration-popover .fancybox-inner {
  border-radius: 2px; }

body .ideas-inspiration-popover .fancybox-skin {
  border: 0 none; }
  body .ideas-inspiration-popover .fancybox-skin a.fancybox-close {
    background: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/fancybox/custom-x-big.png);
    height: 18px;
    top: 18px;
    right: 20px;
    width: 18px; }

body .fancybox-nav {
  width: auto; }
  body .fancybox-nav span {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    border: 2px solid #c7c9ca;
    color: #414042;
    font-size: 24px;
    height: 30px;
    line-height: 28px;
    margin-top: -15px;
    text-align: center;
    top: 50%;
    visibility: visible;
    width: 30px; }
    body .fancybox-nav span:hover {
      background: rgba(255, 255, 255, 0.95);
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
      color: #66739E; }
  body .fancybox-nav.fancybox-next span {
    padding-left: 1px;
    right: -50px; }
    body .fancybox-nav.fancybox-next span:before {
      font-family: 'fontAwesome';
      content: "\f105";
      font-weight: normal; }
  body .fancybox-nav.fancybox-prev span {
    left: -50px;
    padding-right: 1px; }
    body .fancybox-nav.fancybox-prev span:before {
      font-family: 'fontAwesome';
      content: "\f104";
      font-weight: normal; }
  @media (max-width: 1100px) {
    body .fancybox-nav span {
      position: fixed; }
    body .fancybox-nav.fancybox-next span {
      right: 1%; }
    body .fancybox-nav.fancybox-prev span {
      left: 1%; } }
#popover-sweepstakes h1 {
  color: #414042;
  font-family: "Chronicle Display A", "Chronicle Display B";
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin: 15px 0 18px; }
  @media (max-width: 700px) {
    #popover-sweepstakes h1 br.visible-on-desktop {
      display: none; } }
#popover-sweepstakes p {
  border-bottom: 1px solid #e9eaea;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
  padding-bottom: 15px; }

#popover-sweepstakes form.new-form {
  margin-bottom: 20px; }
  #popover-sweepstakes form.new-form .group {
    margin-bottom: 20px; }
  @media (min-width: 600px) {
    #popover-sweepstakes form.new-form span.error {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      left: auto;
      right: 50px;
      top: -37px; }
      #popover-sweepstakes form.new-form span.error:after {
        border-top: 8px solid #e2465a;
        border-bottom: 0 none;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        bottom: -8px;
        right: 4px; } }
#popover-sweepstakes .error-message {
  background: rgba(210, 86, 86, 0.95);
  -webkit-backdrop-filter: blur(5px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  bottom: 0;
  color: white;
  font-size: 13px;
  left: 0;
  padding: 15px 5px;
  position: absolute;
  text-align: center;
  width: 100%; }
  @media (max-width: 600px) {
    #popover-sweepstakes .error-message {
      padding: 10px 2px; } }
  #popover-sweepstakes .error-message:before {
    content: "\f071";
    font-family: 'fontAwesome';
    font-size: 17px;
    border-right: 1px solid #d25656;
    padding-right: 5px;
    -ms-grid-row-align: center;
        align-self: center;
    margin-right: 5px; }

#popover-sweepstakes .hint {
  font-size: 10px;
  margin-top: 20px; }
  #popover-sweepstakes .hint a {
    color: inherit;
    text-decoration: underline; }
    #popover-sweepstakes .hint a:hover {
      color: #414042; }

#popover-sweepstakes .image {
  background: #f7f7f9 url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/various/sweepstakes-image-6.jpg) no-repeat center center;
  background-size: cover;
  height: 300px; }
  #popover-sweepstakes .image.image2 {
    background-image: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/various/sweepstakes-image-2.jpg); }
  #popover-sweepstakes .image.image3 {
    background-image: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/various/sweepstakes-image-3.jpg); }
  #popover-sweepstakes .image.image4 {
    background-image: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/various/sweepstakes-image-4.jpg); }
  #popover-sweepstakes .image.image5 {
    background-image: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/various/sweepstakes-image-5.jpg); }

@media (max-width: 599px) {
  #popover-sweepstakes {
    text-align: center; }
    #popover-sweepstakes .left h1 {
      margin: 5px 0 10px; }
    #popover-sweepstakes .left p {
      margin-bottom: 15px;
      padding-bottom: 0;
      border: 0 none; }
    #popover-sweepstakes .left .hint {
      margin-top: 15px; }
    #popover-sweepstakes .right {
      display: none; }
    #popover-sweepstakes .iso {
      margin: 0 auto; }
    #popover-sweepstakes form input[type="button"] {
      display: block;
      width: 100%; } }

@media (min-width: 600px) {
  #popover-sweepstakes {
    margin-top: -25px;
    padding: 25px; }
    #popover-sweepstakes .left {
      float: left;
      width: 46%; }
      #popover-sweepstakes .left .group input {
        max-width: 230px; }
    #popover-sweepstakes .right {
      margin-left: 53%; }
      #popover-sweepstakes .right .image {
        height: 420px; } }

ul.common-tabs {
  width: 100%;
  height: 36px;
  *zoom: 1; }
  ul.common-tabs:before, ul.common-tabs:after {
    content: " ";
    display: table; }
  ul.common-tabs:after {
    clear: both; }
  ul.common-tabs.line {
    border-bottom: 1px solid #e9eaea; }
  ul.common-tabs li {
    transition: all, 0.15s;
    -moz-transition: all, 0.15s;
    -webkit-transition: all, 0.15s;
    -o-transition: all, 0.15s;
    background-color: white;
    border: 1px solid #e9eaea;
    color: #808080;
    cursor: pointer;
    float: left;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    margin: 0 0.8% 0 0;
    overflow: hidden;
    padding: 0 1.5%;
    position: relative;
    text-transform: uppercase; }
    ul.common-tabs li:hover {
      background-color: #f6f6f7; }
    ul.common-tabs li.active {
      background-color: #e9eaea;
      color: #414042;
      display: block; }
    ul.common-tabs li:last-child {
      margin-right: 0; }
    ul.common-tabs li a {
      color: #6d6e71; }

a.btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  background: #6d6e71;
  color: white;
  display: inline-block;
  font-size: 14px;
  max-width: 100%;
  padding: 7px 22px; }
  a.btn strong {
    font-weight: 500; }
  a.btn:hover {
    background: #595a5c; }
  @media (max-width: 767px) {
    a.btn.mobile_wide {
      display: block; } }
  a.btn.md {
    padding: 14px 40px; }
  a.btn.chrome {
    background: #8e877d; }
    a.btn.chrome:hover {
      background: #797269; }
  a.btn.matte_black {
    background: #414042; }
    a.btn.matte_black:hover {
      background: #2d2c2d; }
  a.btn.aged_brass {
    background: #b7995c; }
    a.btn.aged_brass:hover {
      background: #a28548; }

.development-only {
  background: rgba(255, 255, 255, 0.8);
  color: #00b3da;
  font-size: 12px;
  margin-top: -17px;
  position: absolute; }
  .development-only.relative {
    display: block;
    margin-top: 30px;
    position: relative; }

.no-scroll {
  overflow: hidden;
  position: fixed;
  height: 100%; }

.nav-open {
  overflow: hidden;
  height: 100%; }

.toggle-area {
  display: none; }

.align-right {
  text-align: right; }

.justify {
  text-align: justify; }

.center {
  text-align: center; }

@media (max-width: 550px) {
  .hidden-xs {
    display: none; } }

@media (min-width: 551px) {
  .visible-xs {
    display: none; } }

@media (max-width: 991px) {
  .hidden-sm {
    display: none; } }

.visible-sm {
  display: none; }
  @media (min-width: 768px) {
    .visible-sm {
      display: block; } }
@media (max-width: 767px) {
  .hide-sm {
    display: none !important; } }

@media (min-width: 768px) {
  .hide-768 {
    display: none; } }

@media (max-width: 990px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 991px) {
  .visible-md {
    display: none !important; } }

@media (min-width: 1024px) {
  .hidden-desktop {
    display: none; } }

@media (max-width: 1023px) {
  .visible-desktop {
    display: none; } }

@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .visible-tablet {
    display: block; } }

.disabled {
  pointer-events: none; }

.nowrap {
  white-space: nowrap; }

img.max_width_100 {
  max-width: 100%; }

.bkg-left {
  background-position: left !important; }

.bkg-right {
  background-position: right !important; }

@media (max-width: 767px) {
  .bkg-33percent {
    background-position: 33% !important; }
  .bkg-66percent {
    background-position: 66% !important; } }

@media (max-width: 767px) {
  .center_on_mobile {
    text-align: center; } }

a.underline {
  color: inherit;
  border-bottom: 1px solid #414042;
  padding-bottom: 2px; }
  a.underline:hover {
    border-color: #a6a8ab;
    color: #a6a8ab;
    text-decoration: none; }

.title_gray_underline {
  border-bottom: 2px solid #e1e2e3;
  color: #a6a8ab !important;
  font-size: 22px;
  margin: 60px 0 20px;
  padding-bottom: 4px; }
  .title_gray_underline:first-child {
    margin-top: 30px; }
  .title_gray_underline + p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 15px; }

input[type="text"], input[type="search"], input[type="email"], input[type="submit"], input[type="password"], textarea, select, button[type="submit"] {
  font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif; }

select.template {
  left: -30000px;
  position: fixed;
  visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif; }

select.auto-width {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: white url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/triang2.svg) no-repeat right center;
  border-radius: 0;
  border: 0 none;
  color: #6d6e71;
  font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif;
  font-weight: 500;
  min-width: 20px;
  padding: 2px 28px 2px 2px; }

select.transparent {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0 none;
  border-radius: 0;
  color: #5d5e61;
  font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  background-image: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/angle-down-small.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 20px 0 2px; }

.helpful {
  color: #919396;
  margin-top: 20px; }
  .helpful strong {
    color: #5d5e61;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px; }

.thumbs {
  font-size: 18px;
  font-weight: 300; }
  .thumbs * {
    display: inline-block;
    vertical-align: middle; }
  .thumbs a.thumb {
    transition: 0.05s;
    -moz-transition: 0.05s;
    -webkit-transition: 0.05s;
    -o-transition: 0.05s;
    background: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/thumb.svg) no-repeat center top;
    border: 0 none !important;
    height: 20px;
    margin: 0 3px 0 0;
    opacity: 0.56;
    padding: 5px 0 0 0 !important;
    width: 20px; }
    .thumbs a.thumb.pressed {
      opacity: 1; }
    .thumbs a.thumb.thumb-down {
      transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      margin-left: 10px;
      padding: 0 0 3px 0; }
    .thumbs a.thumb:hover {
      opacity: 0.8; }

select.auto-width::-ms-expand {
  display: none; }

*:focus {
  outline: 0 none; }

html, body {
  overflow-x: hidden; }

body {
  background: white;
  color: #6d6e71;
  font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif;
  -moz-placeholder-color: #919396;
  -moz-placeholder-font-size: 12px;
  -moz-placeholder-font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif;
  -moz-placeholder-opacity: 1;
  -ms-input-placeholder-color: #919396;
  -ms-input-placeholder-font-size: 12px;
  -ms-input-placeholder-font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif; }
  body a[href^=tel] {
    color: inherit; }
  body a {
    text-decoration: none; }
    body a.underline_on_hover:hover {
      text-decoration: underline; }
  body .animated_hover {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    display: inline-block; }
    body .animated_hover:after {
      transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      border-bottom: 1px solid #6d6e71;
      content: "";
      display: block;
      margin: 0 auto;
      width: 0; }
    body .animated_hover:hover {
      padding-bottom: 2px;
      margin-bottom: -2px; }
      body .animated_hover:hover:after {
        width: 100%; }
  body .btn-gray, body .btn-red {
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: white;
    letter-spacing: 1px; }
  body .btn-gray-outline {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: white;
    border-radius: 0;
    border: 1px solid #414042;
    color: #414042;
    display: inline-block;
    font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    height: auto;
    letter-spacing: 0.5px;
    line-height: 1;
    padding: 10px 19px 9px;
    text-align: center;
    text-decoration: none; }
    body .btn-gray-outline:hover {
      background: #414042;
      border-color: #414042;
      color: white;
      cursor: pointer; }
    body .btn-gray-outline.disabled:hover {
      background: white;
      border-color: #a6a8ab;
      color: #414042; }
    body .btn-gray-outline.lg {
      padding: 15px 30px; }
    body .btn-gray-outline.transparent {
      background-color: transparent; }
      body .btn-gray-outline.transparent:hover {
        background-color: #414042; }
  body .btn-red-outline {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: white;
    border-radius: 0;
    border: 1px solid #414042;
    color: #414042;
    display: inline-block;
    font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    height: auto;
    letter-spacing: 0.5px;
    line-height: 1;
    padding: 10px 19px 9px;
    text-align: center;
    text-decoration: none;
    color: #d25656;
    border-color: #d25656; }
    body .btn-red-outline:hover {
      background: #414042;
      border-color: #414042;
      color: white;
      cursor: pointer; }
    body .btn-red-outline.disabled:hover {
      background: white;
      border-color: #a6a8ab;
      color: #414042; }
    body .btn-red-outline:hover {
      background-color: #d25656;
      border-color: #d25656; }
  body .btn-gray-fill {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: white;
    border-radius: 0;
    border: 1px solid #414042;
    color: #414042;
    display: inline-block;
    font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    height: auto;
    letter-spacing: 0.5px;
    line-height: 1;
    padding: 10px 19px 9px;
    text-align: center;
    text-decoration: none;
    background: #6d6e71;
    border-color: #6d6e71;
    color: white; }
    body .btn-gray-fill:hover {
      background: #414042;
      border-color: #414042;
      color: white;
      cursor: pointer; }
    body .btn-gray-fill.disabled:hover {
      background: white;
      border-color: #a6a8ab;
      color: #414042; }
    body .btn-gray-fill:hover {
      background: white;
      border-color: #414042;
      color: #414042; }
    body .btn-gray-fill.facebook, body .btn-gray-fill.google {
      font-weight: 600; }
    body .btn-gray-fill.facebook {
      background-color: #3b5998;
      border-color: #3b5998; }
      body .btn-gray-fill.facebook:hover {
        background: white;
        color: #3b5998; }
    body .btn-gray-fill.google {
      background: #d84b37;
      border-color: #d84b37; }
      body .btn-gray-fill.google:hover {
        background: white;
        color: #d84b37; }
    body .btn-gray-fill > * {
      vertical-align: middle;
      display: inline-block; }
    body .btn-gray-fill i {
      font-size: 18px;
      margin-right: 10px; }
  body .btn-gray {
    border: 0 none;
    background: #a6a8ab;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center; }
    body .btn-gray:hover {
      background: #6d6e71; }
  body .btn-red {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: white;
    border-radius: 0;
    border: 1px solid #414042;
    color: #414042;
    display: inline-block;
    font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    height: auto;
    letter-spacing: 0.5px;
    line-height: 1;
    padding: 10px 19px 9px;
    text-align: center;
    text-decoration: none;
    background: #E6404F;
    border-color: #E6404F;
    color: white; }
    body .btn-red:hover {
      background: #414042;
      border-color: #414042;
      color: white;
      cursor: pointer; }
    body .btn-red.disabled:hover {
      background: white;
      border-color: #a6a8ab;
      color: #414042; }
    body .btn-red:hover {
      background: white;
      border-color: #E6404F;
      color: #E6404F; }
    body .btn-red.disabled {
      pointer-events: none;
      background: #e28998;
      -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
              box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
      border-color: #d86074;
      color: rgba(255, 255, 255, 0.85);
      cursor: not-allowed;
      text-shadow: -1px -1px 0 #d86074; }
      body .btn-red.disabled:hover {
        background: #e28998; }
  body .lg {
    font-size: 13px;
    padding: 12px 21px 11px; }
  body .uppercase {
    text-transform: uppercase; }
  body .capitalize {
    text-transform: capitalize; }
  body .no-wrap {
    white-space: nowrap; }
  body h1.title {
    color: #5d5e61;
    font-family: "Chronicle Display A", "Chronicle Display B";
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 35px 0 25px;
    text-align: center; }
    body h1.title.uppercase {
      font-size: 28px; }
    @media (max-width: 767px) {
      body h1.title {
        font-size: 32px; }
        body h1.title.uppercase {
          font-size: 23px; } }
    body h1.title.small {
      font-size: 26px;
      letter-spacing: 0;
      text-align: left; }
      @media (max-width: 767px) {
        body h1.title.small {
          font-size: 26px; } }
  body select.minimal {
    transition: background 1s;
    -moz-transition: background 1s;
    -webkit-transition: background 1s;
    -o-transition: background 1s;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: white url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/angle-down-small.svg) no-repeat center right;
    background-size: 16px auto;
    border-radius: 0;
    border: 0 none;
    color: #6d6e71;
    display: inline-block;
    font-size: 13px;
    font-family: "Gotham A", "Gotham B";
    padding: 2px 10px 3px 5px;
    vertical-align: middle;
    width: 42px; }
    body select.minimal:focus {
      background-color: #e9eaea; }
      body select.minimal.remove-bkg:focus {
        background-color: white; }
  body input.minimal {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: white;
    border-radius: 0;
    border: 1px solid #a6a8ab;
    color: #6d6e71;
    display: inline-block;
    font-family: "Gotham A", "Gotham B";
    font-size: 13px;
    max-width: 40px;
    padding: 3px 5px; }
    @media (max-width: 650px) {
      body input.minimal {
        font-size: 16px; } }
    body input.minimal:focus {
      background: #e9eaea; }
  body .wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px; }
    @media only screen and (min-width: 1020px) {
      body .wrapper {
        padding-left: 30px;
        padding-right: 30px; } }
    @media only screen and (max-width: 995px) {
      body .wrapper {
        padding-left: 15px;
        padding-right: 15px; } }
    body .wrapper.left-padding {
      padding-left: 50px; }
  body #toTop {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    background: white;
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid #e1e2e3;
    bottom: 90px;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
            box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    cursor: pointer;
    display: none;
    padding: 5px 11px;
    position: fixed;
    right: -1px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    z-index: 3; }
    body #toTop.floating {
      right: auto; }
    @media (max-width: 767px) {
      body #toTop {
        display: none !important; } }
    body #toTop span {
      transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      color: #919396;
      font-size: 11px;
      opacity: 0;
      position: absolute;
      right: -90px;
      top: 11px;
      width: 90px; }
    body #toTop:before {
      content: "\f106";
      display: block;
      font-family: 'fontAwesome';
      font-size: 24px; }
    body #toTop:hover {
      background: white;
      -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
      border: 1px solid #c7c9ca;
      color: #6d6e71; }
      body #toTop:hover span.visible {
        opacity: 1; }
  body .strikethrough {
    text-decoration: line-through; }
  body .reset-btn {
    background-color: white;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=white, endColorstr=#e9eaea);
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9eaea));
    background-image: linear-gradient(top, white, #e9eaea);
    background-image: -moz-linear-gradient(top, white, #e9eaea);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e9eaea));
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    border: 1px solid #c7c9ca;
    -webkit-box-shadow: 0 2px 0 #f7f7f9;
            box-shadow: 0 2px 0 #f7f7f9;
    color: #6d6e71;
    cursor: pointer;
    font-size: 12px;
    padding: 3px 6px;
    text-shadow: 1px 1px 0 white; }
    body .reset-btn:before {
      content: "\f021";
      font-family: 'fontAwesome';
      font-size: 13px;
      margin-right: 6px; }
    body .reset-btn:hover {
      -webkit-box-shadow: 0 0 5px 12px #f7f7f9 inset;
              box-shadow: 0 0 5px 12px #f7f7f9 inset;
      border-color: #919396;
      color: #414042; }
  body .accordion .heading-toggle {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    background-color: #f7f7f9;
    border-top: 1px solid #e1e2e3;
    color: #808080;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 45px;
    line-height: 45px;
    margin: 0;
    overflow: hidden;
    padding: 0 50px 0 10px;
    position: relative;
    text-overflow: ellipsis;
    user-select: none;
    white-space: nowrap;
    position: relative; }
    body .accordion .heading-toggle:before, body .accordion .heading-toggle:after {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      color: #808080;
      font-family: 'fontAwesome';
      font-size: 8px;
      text-align: center;
      width: 15px; }
    body .accordion .heading-toggle:before {
      content: "\f067";
      float: left;
      margin-right: 10px; }
    body .accordion .heading-toggle:after {
      display: none;
      content: "\f078";
      font-size: 11px;
      margin-left: 10px;
      position: absolute;
      right: 10px;
      width: 13px; }
    body .accordion .heading-toggle:last-of-type {
      border-bottom: 1px solid #e1e2e3; }
      body .accordion .heading-toggle.current:last-of-type {
        border-bottom: 0 none; }
    body .accordion .heading-toggle.current {
      background-color: white;
      color: #808080; }
      body .accordion .heading-toggle.current:before {
        content: "\f068"; }
      body .accordion .heading-toggle.current:after {
        content: "\f077"; }
    body .accordion .heading-toggle.current + .accordion-content {
      margin-bottom: 60px; }
  body .accordion .accordion-content {
    display: none; }
  body .social-login {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    body .social-login p strong {
      font-weight: 500;
      color: #414042; }
    body .social-login .row > div a.facebook, body .social-login .row > div a.google {
      display: block;
      font-size: 14px;
      margin-bottom: 15px;
      padding-left: 5px;
      padding-right: 5px; }
  body nav.breadcrumbs a {
    color: inherit;
    font-size: 10px;
    position: relative;
    vertical-align: top; }
    body nav.breadcrumbs a:hover {
      text-decoration: underline; }
    body nav.breadcrumbs a:not(.back):after {
      color: #b8babc;
      content: "|";
      display: inline-block;
      margin: 0 9px;
      vertical-align: top; }
    body nav.breadcrumbs a:last-child:after {
      display: none; }
    body nav.breadcrumbs a:last-child:hover {
      color: #414042; }
    body nav.breadcrumbs a i {
      font-size: 120%;
      vertical-align: top; }
  body section:first-of-type .main-heading {
    border-bottom: 1px solid #e1e2e3;
    height: 38px;
    line-height: 38px; }
  body section h2.main-heading {
    color: #414042;
    font-family: "Chronicle Display A", "Chronicle Display B";
    font-size: 16px;
    margin-bottom: 12px;
    text-transform: uppercase; }
    body section h2.main-heading i {
      color: #a5ba4d; }
      body section h2.main-heading i:not(.fa-lock) {
        margin-right: 3px; }
  body .content-wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 0 0 3px 3px;
    border: 1px solid #e1e2e3;
    padding: 24px 12px 24px 24px;
    position: relative;
    z-index: 0; }
    body .content-wrapper:before {
      background: #414042;
      border: 1px solid #414042;
      content: "";
      height: 2px;
      left: -1px;
      position: absolute;
      top: -1px;
      width: 100%; }
    body .content-wrapper h3 {
      border-bottom: 1px solid #e1e2e3;
      color: #414042;
      font-family: "Chronicle Display A", "Chronicle Display B";
      font-size: 16px;
      margin: 0 0 20px -12px;
      padding-bottom: 10px;
      text-indent: 12px; }
      body .content-wrapper h3:not(:first-child) {
        margin-top: 20px; }
      body .content-wrapper h3 i {
        color: #a5ba4d;
        font-size: 16px;
        text-indent: 0; }
      body .content-wrapper h3 span {
        color: #919396; }
      body .content-wrapper h3 small {
        color: #6d6e71;
        margin-top: 5px;
        font-family: "Gotham A", "Gotham B";
        font-size: 12px;
        display: block; }
  body .saved-info {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    max-width: 235px;
    vertical-align: top;
    width: 45%; }
    body .saved-info:only-of-type {
      width: 235px;
      max-width: 100%; }
    body .saved-info + .saved-info {
      margin-left: 8%; }
    body .saved-info p b {
      color: #414042; }
    body .saved-info p:not(.first-line) {
      font-size: 11px; }
    body .saved-info p.first-line {
      color: #414042;
      margin-bottom: 10px;
      padding-bottom: 6px;
      border-bottom: 1px solid #e1e2e3; }
    body .saved-info .action + .action {
      border-left: 1px solid #c7c9ca;
      margin-left: 5px;
      padding-left: 9px; }
  body .summary-box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: white;
    border: 1px solid #e1e2e3;
    padding: 12px;
    margin: 0 0 20px -12px; }
    body .summary-box h3 {
      margin: -12px -12px 20px -12px;
      background: #f7f7f9;
      padding: 6px 0; }
      body .summary-box h3 a.common-btn {
        border: 0 none;
        padding: 0;
        background-color: transparent;
        color: #6d6e71;
        letter-spacing: 0;
        float: right;
        height: auto;
        line-height: 20px;
        margin: -1px 12px 0 0;
        text-indent: 0;
        text-transform: none; }
        body .summary-box h3 a.common-btn:hover {
          background-color: transparent;
          text-decoration: underline;
          color: #414042; }
  body .secure-checkout {
    color: #6d6e71;
    float: right;
    font-family: "Gotham A", "Gotham B";
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase; }
    body .secure-checkout i {
      color: #a5ba4d;
      font-size: 18px;
      margin-left: 8px;
      vertical-align: middle; }
    @media (max-width: 500px) {
      body .secure-checkout {
        font-size: 0; } }
  body p.item-details {
    font-size: 12px;
    color: #6d6e71; }
  body ul#customer-service {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    *zoom: 1;
    border-top: 1px solid #e1e2e3;
    clear: both;
    margin: 20px 0;
    padding-top: 25px; }
    body ul#customer-service:before, body ul#customer-service:after {
      content: " ";
      display: table; }
    body ul#customer-service:after {
      clear: both; }
    body ul#customer-service li {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -moz-box-sizing: border-box;
      border: 1px solid #e1e2e3;
      border-width: 0 1px 0 0;
      float: left;
      padding-bottom: 5px;
      position: relative;
      text-align: center;
      width: 25%; }
      body ul#customer-service li:last-child {
        border: 0 none; }
      body ul#customer-service li h3 {
        color: #414042;
        font-size: 14px;
        font-weight: 500;
        margin: 13px 0 5px;
        text-transform: uppercase; }
      body ul#customer-service li strong {
        font-weight: normal; }
      body ul#customer-service li p {
        font-size: 12px;
        margin: 0 20px; }
      body ul#customer-service li a {
        transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        border-bottom: 1px solid #a6a8ab;
        color: #6d6e71;
        display: inline-block; }
        body ul#customer-service li a:hover {
          border-color: #b8babc;
          color: #919396;
          text-decoration: none; }
      @media (max-width: 800px) {
        body ul#customer-service li {
          border-right: 0 none;
          margin-left: 3%;
          margin-right: 3%;
          padding-bottom: 15px;
          width: 44%; }
          body ul#customer-service li:nth-child(2) {
            border-right: 0 none; }
          body ul#customer-service li:first-child, body ul#customer-service li:nth-child(2) {
            border-bottom-width: 1px;
            margin-bottom: 5px; } }
      @media (max-width: 600px) {
        body ul#customer-service li {
          border-bottom-width: 1px;
          display: block;
          float: none;
          margin: 0 0 5px;
          width: 100%; } }
  body a.facebook-log-in {
    background-color: #5d77aa;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#5d77aa, endColorstr=#3e5b9f);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5d77aa), to(#3e5b9f));
    background-image: linear-gradient(top, #5d77aa, #3e5b9f);
    background-image: -moz-linear-gradient(top, #5d77aa, #3e5b9f);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d77aa), color-stop(100%, #3e5b9f));
    border: 1px solid #314d8c;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
            box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    color: white;
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 7px;
    text-align: center;
    text-shadow: -1px -1px 0 #314d8c; }
    body a.facebook-log-in i {
      border-right: 1px solid #314d8c;
      -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
              box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
      float: left;
      font-size: 18px;
      font-weight: normal;
      margin-top: -7px;
      padding: 6px 11px 5px 6px; }
    body a.facebook-log-in:hover {
      background: #3e5b9f;
      -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 5px rgba(0, 0, 0, 0.3);
              box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 5px rgba(0, 0, 0, 0.3); }
  body .fancybox-overlay {
    background: rgba(109, 110, 113, 0.47); }
  body .fancybox-skin {
    background: white;
    border-radius: 0;
    border: 1px solid #6d6e71;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1) !important; }
    body .fancybox-skin a.fancybox-close {
      transition: all 0.4s;
      -moz-transition: all 0.4s;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      background: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/fancybox/custom-x.svg) no-repeat center center;
      height: 15px;
      right: 10px;
      top: -22px;
      width: 15px; }
      body .fancybox-skin a.fancybox-close:hover {
        opacity: 0.65; }
  body .sober .fancybox-skin a.fancybox-close {
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    background: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/close2.svg) no-repeat center center;
    height: 18px;
    right: -9px;
    top: -9px;
    width: 18px;
    zoom: 1.2; }
    body .sober .fancybox-skin a.fancybox-close:hover {
      transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      opacity: 1; }
  body .slider-video .fancybox-skin a.fancybox-close {
    top: -25px;
    right: -2px; }
  body ::-webkit-input-placeholder {
    color: #919396;
    font-size: 12px;
    font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif; }
  body ::-moz-placeholder {
    color: #919396;
    font-size: 12px;
    font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif;
    opacity: 1; }
  @media (max-width: 767px) {
    body .hidden-xs {
      display: none !important; } }
  body .visible-xs {
    display: block; }
    @media (min-width: 768px) {
      body .visible-xs {
        display: none !important; } }
  body .visible-xs-inline-block {
    display: inline-block; }
    @media (min-width: 768px) {
      body .visible-xs-inline-block {
        display: none !important; } }
  body .hide {
    display: none; }
  body .show {
    display: block; }
  body .fake-dropdown {
    font-size: 11px;
    position: relative;
    z-index: 2; }
    body .fake-dropdown .text {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      background-color: white;
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=white, endColorstr=#e9eaea);
      background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9eaea));
      background-image: linear-gradient(top, white, #e9eaea);
      background-image: -moz-linear-gradient(top, white, #e9eaea);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e9eaea));
      border-radius: 3px;
      border: 1px solid #c7c9ca;
      -webkit-box-shadow: 0 2px 0 #f7f7f9;
              box-shadow: 0 2px 0 #f7f7f9;
      cursor: pointer;
      height: 24px;
      line-height: 24px;
      padding: 0 6px;
      text-shadow: 1px 1px 0 white; }
      body .fake-dropdown .text:after {
        color: #919396;
        content: "\f0dc";
        font-family: 'fontAwesome';
        margin-left: 6px; }
      body .fake-dropdown .text:hover {
        -webkit-box-shadow: 0 0 5px 12px #f7f7f9 inset;
                box-shadow: 0 0 5px 12px #f7f7f9 inset;
        color: #414042; }
    body .fake-dropdown ul {
      background-color: white;
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=white, endColorstr=#e9eaea);
      background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9eaea));
      background-image: linear-gradient(top, white, #e9eaea);
      background-image: -moz-linear-gradient(top, white, #e9eaea);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e9eaea));
      border-radius: 3px;
      border: 1px solid #c7c9ca;
      -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3), -3px 5px 5px rgba(0, 0, 0, 0.1);
              box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3), -3px 5px 5px rgba(0, 0, 0, 0.1);
      display: none;
      position: absolute;
      top: 0;
      z-index: 1; }
      body .fake-dropdown ul li {
        border-bottom: 1px solid rgba(184, 186, 188, 0.2);
        -webkit-box-shadow: 0 1px 0 white inset;
                box-shadow: 0 1px 0 white inset;
        padding: 6px 12px 6px; }
        body .fake-dropdown ul li a {
          color: #6d6e71; }
        body .fake-dropdown ul li:hover {
          background-color: #d86074;
          filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d86074, endColorstr=#e34f61);
          background-image: -webkit-gradient(linear, left top, left bottom, from(#d86074), to(#e34f61));
          background-image: linear-gradient(top, #d86074, #e34f61);
          background-image: -moz-linear-gradient(top, #d86074, #e34f61);
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d86074), color-stop(100%, #e34f61));
          -webkit-box-shadow: 0 3px 9px #e34f61 inset;
                  box-shadow: 0 3px 9px #e34f61 inset;
          text-shadow: -1px -1px 0 #d86074; }
          body .fake-dropdown ul li:hover a {
            color: white; }
        body .fake-dropdown ul li:first-child {
          -webkit-box-shadow: 0 1px 0 transparent inset;
                  box-shadow: 0 1px 0 transparent inset;
          border-radius: 3px 3px 0 0; }
        body .fake-dropdown ul li:last-child {
          border-bottom: 0 none;
          border-radius: 0 0 3px 3px; }
  body .styled-select {
    background-color: white;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=white, endColorstr=#e9eaea);
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9eaea));
    background-image: linear-gradient(top, white, #e9eaea);
    background-image: -moz-linear-gradient(top, white, #e9eaea);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e9eaea));
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 0;
    border: 1px solid #c7c9ca;
    height: 23px;
    overflow: hidden;
    position: relative;
    width: 112px; }
    body .styled-select select {
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      background: transparent url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/angle-down2.svg) no-repeat center right;
      border-radius: 0;
      border: 0 none;
      color: #6d6e71;
      height: 23px;
      padding: 3px 0 0 8px;
      display: block;
      width: 150px;
      -webkit-appearance: none;
      -webkit-padding-before: 0; }
    body .styled-select:hover {
      border-color: #919396; }
      body .styled-select:hover select {
        color: #414042; }
    body .styled-select option {
      background-color: white;
      text-shadow: 1px 1px 0 transparent; }
  body ul#pagination {
    border: 1px solid #e1e2e3;
    -webkit-box-shadow: 0 2px 0 #f7f7f9;
            box-shadow: 0 2px 0 #f7f7f9;
    display: inline-block;
    height: 25px;
    margin: 25px 0 15px; }
    body ul#pagination li {
      float: left;
      font-size: 12px; }
      body ul#pagination li a {
        transition: all 0.4s;
        -moz-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        color: #6d6e71;
        display: block;
        height: 25px;
        line-height: 25px;
        padding: 0 11px;
        position: relative; }
        body ul#pagination li a i {
          font-size: 16px; }
        body ul#pagination li a:not(.active):hover {
          background: #e0e0e8;
          -webkit-box-shadow: 0 0 3px #cbcbd8 inset !important;
                  box-shadow: 0 0 3px #cbcbd8 inset !important;
          color: #414042; }
        body ul#pagination li a.active {
          background: #919396;
          border: 1px solid #6d6e71;
          -webkit-box-shadow: 0 0 2px #6d6e71 inset;
                  box-shadow: 0 0 2px #6d6e71 inset;
          color: white;
          margin: -1px 0 0 0;
          z-index: 1; }
      body ul#pagination li:not(:first-child) a:not(.active):before {
        background: #e1e2e3;
        content: "";
        height: 25px;
        left: -1px;
        position: absolute;
        width: 1px; }

.flag {
  background: #a5ba4d url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/flag.png) no-repeat top center;
  color: white;
  font-size: 13px;
  font-weight: bold;
  height: 24px;
  left: 0;
  line-height: 24px;
  position: absolute;
  z-index: 1; }
  .flag:before {
    background: transparent url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/flag.png) no-repeat top left;
    content: "";
    height: 28px;
    left: -7px;
    position: absolute;
    width: 7px; }
  .flag:after {
    background: transparent url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/flag.png) no-repeat top right;
    content: "";
    height: 24px;
    position: absolute;
    right: -10px;
    top: 0;
    width: 10px; }
  .flag.clearance {
    background: #d11f26 url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/flag-red.png) no-repeat top center; }
    .flag.clearance:before, .flag.clearance:after {
      background-image: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/flag-red.png); }
  .flag.private-sale {
    background: #2365E3 url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/flag-blue.png) no-repeat top center; }
    .flag.private-sale:before, .flag.private-sale:after {
      background-image: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/flag-blue.png); }

.outlet-notice {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  background: #fef7de;
  border-radius: 3px;
  border: 1px solid #fde389;
  font-size: 11px;
  padding: 0px 3px; }

hr.clear {
  border: 0 none;
  clear: both;
  display: block;
  height: 1px;
  margin-bottom: -1px;
  visibility: hidden; }

ul.color-swatches li a {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }
  ul.color-swatches li a.selected:after {
    color: white;
    content: "";
    font-family: 'fontAwesome';
    font-size: 11px;
    left: 5px;
    opacity: 0.9;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 12px; }
  ul.color-swatches li a.selected span {
    border-radius: 2px; }
  ul.color-swatches li a.selected.white:after, ul.color-swatches li a.selected.clear:after, ul.color-swatches li a.selected.cool-white:after, ul.color-swatches li a.selected.warm-white:after, ul.color-swatches li a.selected.flocked:after, ul.color-swatches li a.selected.platinum:after {
    color: #6d6e71; }
  ul.color-swatches li a.selected.gray:after {
    color: #414042; }
  ul.color-swatches li a span {
    border: 1px solid #919396;
    display: block;
    font-size: 9px;
    height: 13px;
    width: 13px; }

ul.color-swatches.inline {
  float: left; }
  ul.color-swatches.inline > li {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto; }
    ul.color-swatches.inline > li a {
      border-radius: 3px;
      border: 1px solid transparent;
      display: block;
      margin: 0 1px 1px 0;
      padding: 3px;
      position: relative; }
      ul.color-swatches.inline > li a span {
        text-indent: -30000px; }
      ul.color-swatches.inline > li a.selected {
        background: white;
        border-color: #6d6e71;
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset, 0 2px 4px #b8babc;
                box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset, 0 2px 4px #b8babc; }
      ul.color-swatches.inline > li a:hover {
        background: white;
        border-color: #919396; }
      ul.color-swatches.inline > li a.fade {
        opacity: 0.5; }
  ul.color-swatches.inline span.dir {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    margin-bottom: -15px;
    padding-bottom: 15px;
    position: relative; }
    ul.color-swatches.inline span.dir:hover {
      z-index: 90002; }
      ul.color-swatches.inline span.dir:hover > ul {
        display: block;
        visibility: visible; }
    ul.color-swatches.inline span.dir a.more-swatches {
      border-radius: 3px;
      border: 1px solid transparent;
      color: #6d6e71;
      cursor: pointer;
      font-size: 10px;
      font-weight: bold;
      letter-spacing: 1px;
      padding: 2px 7px; }
      ul.color-swatches.inline span.dir a.more-swatches:after {
        font-family: 'fontAwesome';
        content: "\f0d7";
        font-weight: normal;
        font-size: 9px;
        margin-left: 3px; }
      ul.color-swatches.inline span.dir a.more-swatches:hover {
        background: rgba(199, 201, 202, 0.15);
        border-color: #c7c9ca;
        -webkit-box-shadow: 1px 1px 0 white;
                box-shadow: 1px 1px 0 white;
        color: #414042; }
    ul.color-swatches.inline span.dir.selected a.more-swatches {
      background: #f4f7e1;
      border-color: #a5ba4d;
      -webkit-box-shadow: 1px 1px 0 white;
              box-shadow: 1px 1px 0 white;
      color: #809d31; }
    ul.color-swatches.inline span.dir .full-list {
      background: white;
      border-radius: 3px;
      border: 1px solid #bfc1c3;
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
              box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
      display: none;
      margin: 10px 0 0 0;
      position: absolute;
      visibility: hidden;
      width: 120px;
      z-index: 90001; }
      ul.color-swatches.inline span.dir .full-list li {
        line-height: 10px; }
        ul.color-swatches.inline span.dir .full-list li a {
          color: #6d6e71;
          display: block;
          font-size: 11px;
          padding: 3px 8px;
          position: relative; }
          ul.color-swatches.inline span.dir .full-list li a:hover {
            background: #eeeef2;
            color: #414042; }
          ul.color-swatches.inline span.dir .full-list li a.selected {
            background: #eeeef2; }
            ul.color-swatches.inline span.dir .full-list li a.selected:after {
              left: 10px; }
          ul.color-swatches.inline span.dir .full-list li a span {
            display: inline-block;
            vertical-align: baseline;
            zoom: 1;
            *display: inline;
            *vertical-align: auto;
            margin-right: 6px;
            vertical-align: text-top; }
        ul.color-swatches.inline span.dir .full-list li:first-child a {
          padding-top: 5px; }
          ul.color-swatches.inline span.dir .full-list li:first-child a:hover, ul.color-swatches.inline span.dir .full-list li:first-child a.selected {
            border-radius: 3px 3px 0 0; }
          ul.color-swatches.inline span.dir .full-list li:first-child a.selected:after {
            top: 7px; }
        ul.color-swatches.inline span.dir .full-list li:last-child a {
          padding-bottom: 5px; }
          ul.color-swatches.inline span.dir .full-list li:last-child a:hover, ul.color-swatches.inline span.dir .full-list li:last-child a.selected {
            border-radius: 0 0 3px 3px; }
      ul.color-swatches.inline span.dir .full-list:before {
        font-family: 'fontAwesome';
        content: "\f0d8";
        font-weight: normal;
        color: white;
        font-size: 18px;
        margin: -12px 0 0 11px;
        position: absolute;
        text-shadow: 0 -1px 0 #bfc1c3; }

.action-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: white;
  border-radius: 0;
  border: 1px solid #414042;
  color: #414042;
  display: inline-block;
  font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  height: auto;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 10px 19px 9px;
  text-align: center;
  text-decoration: none;
  color: #d25656;
  border-color: #d25656; }
  .action-button:hover {
    background: #414042;
    border-color: #414042;
    color: white;
    cursor: pointer; }
  .action-button.disabled:hover {
    background: white;
    border-color: #a6a8ab;
    color: #414042; }
  .action-button:hover {
    background-color: #d25656;
    border-color: #d25656; }

.common-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: white;
  border-radius: 0;
  border: 1px solid #414042;
  color: #414042;
  display: inline-block;
  font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  height: auto;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 10px 19px 9px;
  text-align: center;
  text-decoration: none; }
  .common-button:hover {
    background: #414042;
    border-color: #414042;
    color: white;
    cursor: pointer; }
  .common-button.disabled:hover {
    background: white;
    border-color: #a6a8ab;
    color: #414042; }

.show {
  display: block !important; }

section#product .bx-viewport ul.products, section#homepage .bx-viewport ul.products, section#professional .bx-viewport ul.products {
  font-size: 0;
  padding: 0 60px; }
  section#product .bx-viewport ul.products li, section#homepage .bx-viewport ul.products li, section#professional .bx-viewport ul.products li {
    margin: 0 2.82% 18px 0;
    width: 10%; }
    section#product .bx-viewport ul.products li:last-child, section#homepage .bx-viewport ul.products li:last-child, section#professional .bx-viewport ul.products li:last-child {
      margin-right: 0; }

section#product .bx-viewport:before, section#product .bx-viewport:after, section#homepage .bx-viewport:before, section#homepage .bx-viewport:after, section#professional .bx-viewport:before, section#professional .bx-viewport:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 60px;
  z-index: 1; }

section#product .bx-viewport:before, section#homepage .bx-viewport:before, section#professional .bx-viewport:before {
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=white, endColorstr=rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(left, white, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(left, white, rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  background-color: transparent;
  left: 0; }

section#product .bx-viewport:after, section#homepage .bx-viewport:after, section#professional .bx-viewport:after {
  background-color: rgba(255, 255, 255, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=rgba(255, 255, 255, 0), endColorstr=white);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background-image: linear-gradient(left, rgba(255, 255, 255, 0), white);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  background-color: transparent;
  right: 0; }

section#product a.bx-prev, section#product a.bx-next, section#homepage a.bx-prev, section#homepage a.bx-next, section#professional a.bx-prev, section#professional a.bx-next {
  transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border-radius: 3px;
  border: 1px solid #e1e2e3;
  color: #6d6e71;
  display: block;
  font-family: 'fontAwesome';
  font-size: 27px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 30%;
  width: 38px;
  z-index: 2; }
  section#product a.bx-prev:hover, section#product a.bx-next:hover, section#homepage a.bx-prev:hover, section#homepage a.bx-next:hover, section#professional a.bx-prev:hover, section#professional a.bx-next:hover {
    background: #f7f7f9;
    border-color: #b8babc;
    color: #414042;
    text-decoration: none; }

section#product a.bx-prev, section#homepage a.bx-prev, section#professional a.bx-prev {
  left: 0;
  padding-right: 2px; }
  section#product a.bx-prev:before, section#homepage a.bx-prev:before, section#professional a.bx-prev:before {
    font-family: 'fontAwesome';
    content: "\f104";
    font-weight: normal; }

section#product a.bx-next, section#homepage a.bx-next, section#professional a.bx-next {
  padding-left: 2px;
  right: 0; }
  section#product a.bx-next:before, section#homepage a.bx-next:before, section#professional a.bx-next:before {
    font-family: 'fontAwesome';
    content: "\f105";
    font-weight: normal; }

.minimal-select-and-input input.minimal {
  display: none; }

@media (max-width: 767px) {
  .minimal-select-and-input input.minimal {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block !important;
    max-width: 100%;
    text-align: center; }
  .minimal-select-and-input select.minimal {
    display: none !important; } }

.minimal-select-and-input select::-ms-expand {
  display: none; }

.price strong {
  font-weight: 300; }

.strikethrough {
  color: #414042; }
  .strikethrough + span {
    color: #de3449 !important; }

.green .tooltipster-content {
  background: #a5ba4d;
  border-radius: 0;
  font-weight: 500; }

.green .tooltipster-arrow span {
  border-top-color: #a5ba4d !important; }

.white {
  background: transparent; }
  .white .tooltipster-content {
    background: white;
    border-radius: 0;
    border: 1px solid #6d6e71;
    border-width: 1px 1px 3px;
    color: #6d6e71;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 190px;
    padding: 10px; }
  .white .tooltipster-arrow {
    position: relative;
    height: auto; }
    .white .tooltipster-arrow span {
      border-top-color: #6d6e71 !important; }

.wide .tooltipster-content {
  max-width: 290px; }

ul.slick-slider.products-strip, ul.slider-gray-arrows {
  -webkit-text-size-adjust: none;
  font-size: 0; }
  ul.slick-slider.products-strip li, ul.slider-gray-arrows li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    font-size: 12px;
    padding: 0 0.65%;
    vertical-align: top;
    width: 20%; }
    ul.slick-slider.products-strip li a, ul.slider-gray-arrows li a {
      display: block;
      text-decoration: none; }
      ul.slick-slider.products-strip li a img, ul.slider-gray-arrows li a img {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -moz-box-sizing: border-box;
        transition: all 0.25s;
        -moz-transition: all 0.25s;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        border-radius: 3px;
        border: 1px solid #e1e2e3;
        display: block;
        height: auto;
        max-width: 100%;
        width: 100%; }
      ul.slick-slider.products-strip li a h5, ul.slider-gray-arrows li a h5 {
        transition: all 0.25s;
        -moz-transition: all 0.25s;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        color: #414042;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.25;
        margin: 10px 0 5px; }
      ul.slick-slider.products-strip li a .price, ul.slider-gray-arrows li a .price {
        color: #414042;
        font-weight: 400; }
        ul.slick-slider.products-strip li a .price .strikethrough, ul.slider-gray-arrows li a .price .strikethrough {
          color: #919396;
          font-size: 11px;
          font-weight: normal; }
      ul.slick-slider.products-strip li a:hover, ul.slider-gray-arrows li a:hover {
        text-decoration: none; }
        ul.slick-slider.products-strip li a:hover img, ul.slider-gray-arrows li a:hover img {
          opacity: 0.85; }
        ul.slick-slider.products-strip li a:hover h5, ul.slider-gray-arrows li a:hover h5 {
          color: #6d6e71;
          text-decoration: none; }
  ul.slick-slider.products-strip .slick-list, ul.slider-gray-arrows .slick-list {
    margin: 0 55px; }
    ul.slick-slider.products-strip .slick-list:before, ul.slick-slider.products-strip .slick-list:after, ul.slider-gray-arrows .slick-list:before, ul.slider-gray-arrows .slick-list:after {
      content: "";
      height: 100%;
      position: absolute;
      top: 0;
      width: 25px;
      z-index: 1; }
    ul.slick-slider.products-strip .slick-list:before, ul.slider-gray-arrows .slick-list:before {
      background-color: transparent !important;
      background-color: white;
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=white, endColorstr=rgba(255, 255, 255, 0));
      background-image: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
      background-image: linear-gradient(left, white, rgba(255, 255, 255, 0));
      background-image: -moz-linear-gradient(left, white, rgba(255, 255, 255, 0));
      background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
      left: 0; }
    ul.slick-slider.products-strip .slick-list:after, ul.slider-gray-arrows .slick-list:after {
      background-color: transparent !important;
      background-color: rgba(255, 255, 255, 0);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=rgba(255, 255, 255, 0), endColorstr=white);
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
      background-image: linear-gradient(left, rgba(255, 255, 255, 0), white);
      background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
      background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
      right: 0; }
    @media (max-width: 1160px) {
      ul.slick-slider.products-strip .slick-list:before, ul.slick-slider.products-strip .slick-list:after, ul.slider-gray-arrows .slick-list:before, ul.slider-gray-arrows .slick-list:after {
        width: 15px; } }
    @media (max-width: 600px) {
      ul.slick-slider.products-strip .slick-list:before, ul.slick-slider.products-strip .slick-list:after, ul.slider-gray-arrows .slick-list:before, ul.slider-gray-arrows .slick-list:after {
        width: 10px; } }
  ul.slick-slider.products-strip .slick-arrow, ul.slider-gray-arrows .slick-arrow {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background: white;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    height: 40px;
    position: absolute;
    text-align: center;
    width: 40px;
    z-index: 1; }
    ul.slick-slider.products-strip .slick-arrow:hover, ul.slider-gray-arrows .slick-arrow:hover {
      background: #f7f7f9; }
    ul.slick-slider.products-strip .slick-arrow i, ul.slider-gray-arrows .slick-arrow i {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      color: #808080;
      font-size: 30px;
      font-weight: normal;
      line-height: 30px; }
  ul.slick-slider.products-strip .slick-prev, ul.slider-gray-arrows .slick-prev {
    left: 0; }
  ul.slick-slider.products-strip .slick-next, ul.slider-gray-arrows .slick-next {
    right: 0; }
  @media (max-width: 1160px) {
    ul.slick-slider.products-strip li, ul.slider-gray-arrows li {
      padding: 0 0.4%; } }
ul.slider-gray-arrows li {
  padding: 0 8px; }
  ul.slider-gray-arrows li a img {
    border-radius: 0;
    border: 0 none; }

ul.slider-gray-arrows .slick-list {
  margin: 0; }
  ul.slider-gray-arrows .slick-list:before, ul.slider-gray-arrows .slick-list:after {
    display: none; }

ul.slider-gray-arrows .slick-arrow {
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  background: #6d6e71;
  border: 0 none;
  border-radius: 0;
  color: white;
  cursor: pointer;
  height: 30px;
  line-height: 28px;
  margin-top: -15px;
  text-align: center;
  top: 50%;
  width: 29px; }
  ul.slider-gray-arrows .slick-arrow:hover {
    -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
    background-color: #808080;
    color: white; }
  ul.slider-gray-arrows .slick-arrow i {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: white;
    font-size: 24px;
    line-height: 28px; }

ul.slider-gray-arrows .slick-prev {
  padding-right: 1px; }

ul.slider-gray-arrows .slick-next {
  padding-left: 1px; }

.cross-selling, #more-from-this-collection {
  position: relative; }
  .cross-selling .slick-list, #more-from-this-collection .slick-list {
    padding-bottom: 3% !important; }
  .cross-selling ul.slick-slider.centered, #more-from-this-collection ul.slick-slider.centered {
    font-size: 0; }
    .cross-selling ul.slick-slider.centered .slick-track, #more-from-this-collection ul.slick-slider.centered .slick-track {
      padding: 54px 0; }
    .cross-selling ul.slick-slider.centered:not(.slick-initialized), #more-from-this-collection ul.slick-slider.centered:not(.slick-initialized) {
      text-align: center !important; }
      .cross-selling ul.slick-slider.centered:not(.slick-initialized) > li, #more-from-this-collection ul.slick-slider.centered:not(.slick-initialized) > li {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -moz-box-sizing: border-box;
        text-align: center;
        max-width: 24%;
        display: inline-block;
        vertical-align: top; }
      @media (max-width: 1100px) {
        .cross-selling ul.slick-slider.centered:not(.slick-initialized) > li, #more-from-this-collection ul.slick-slider.centered:not(.slick-initialized) > li {
          max-width: 32%; } }
      @media (max-width: 767px) {
        .cross-selling ul.slick-slider.centered:not(.slick-initialized) > li, #more-from-this-collection ul.slick-slider.centered:not(.slick-initialized) > li {
          max-width: 48%; } }
    .cross-selling ul.slick-slider.centered li.slick-slide, #more-from-this-collection ul.slick-slider.centered li.slick-slide {
      transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transform-origin: 50% 0%;
      transform-origin: 50% 0%;
      display: inline-block;
      opacity: 0.27;
      text-align: center;
      vertical-align: top;
      width: 16.66vw;
      z-index: 0; }
      .cross-selling ul.slick-slider.centered li.slick-slide a, #more-from-this-collection ul.slick-slider.centered li.slick-slide a {
        color: #414042; }
      .cross-selling ul.slick-slider.centered li.slick-slide.slick-current, #more-from-this-collection ul.slick-slider.centered li.slick-slide.slick-current {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        margin-top: -3vw;
        opacity: 1;
        position: relative;
        z-index: 1; }
        @media (min-width: 1150px) {
          .cross-selling ul.slick-slider.centered li.slick-slide.slick-current, #more-from-this-collection ul.slick-slider.centered li.slick-slide.slick-current {
            margin-top: -2vw; } }
        @media (max-width: 699px) {
          .cross-selling ul.slick-slider.centered li.slick-slide.slick-current, #more-from-this-collection ul.slick-slider.centered li.slick-slide.slick-current {
            margin-top: -7vw; } }
        .cross-selling ul.slick-slider.centered li.slick-slide.slick-current .text, #more-from-this-collection ul.slick-slider.centered li.slick-slide.slick-current .text {
          opacity: 1; }
      .cross-selling ul.slick-slider.centered li.slick-slide:not(.slick-current):hover, #more-from-this-collection ul.slick-slider.centered li.slick-slide:not(.slick-current):hover {
        opacity: 0.4; }
      .cross-selling ul.slick-slider.centered li.slick-slide img, #more-from-this-collection ul.slick-slider.centered li.slick-slide img {
        height: auto;
        width: 100%; }
      .cross-selling ul.slick-slider.centered li.slick-slide .text, #more-from-this-collection ul.slick-slider.centered li.slick-slide .text {
        -webkit-transform: scale(0.83333333, 0.83333333);
        transform: scale(0.83333333, 0.83333333);
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        margin-top: 10px;
        opacity: 0;
        width: 100%; }
        .cross-selling ul.slick-slider.centered li.slick-slide .text h4, #more-from-this-collection ul.slick-slider.centered li.slick-slide .text h4 {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          -moz-box-sizing: border-box;
          color: #414042;
          font-size: 18px;
          letter-spacing: 0.75px;
          line-height: 1.4;
          margin: 0 auto;
          vertical-align: middle; }
          @media (min-width: 701px) {
            .cross-selling ul.slick-slider.centered li.slick-slide .text h4, #more-from-this-collection ul.slick-slider.centered li.slick-slide .text h4 {
              margin-left: -160px;
              margin-right: -160px;
              white-space: nowrap; } }
        .cross-selling ul.slick-slider.centered li.slick-slide .text .price, .cross-selling ul.slick-slider.centered li.slick-slide .text p, #more-from-this-collection ul.slick-slider.centered li.slick-slide .text .price, #more-from-this-collection ul.slick-slider.centered li.slick-slide .text p {
          display: none; }
        .cross-selling ul.slick-slider.centered li.slick-slide .text p, #more-from-this-collection ul.slick-slider.centered li.slick-slide .text p {
          margin-top: 10px; }
        .cross-selling ul.slick-slider.centered li.slick-slide .text .btn-gray-outline, #more-from-this-collection ul.slick-slider.centered li.slick-slide .text .btn-gray-outline {
          margin-top: 20px; }
      @media (max-width: 1800px) {
        .cross-selling ul.slick-slider.centered li.slick-slide, #more-from-this-collection ul.slick-slider.centered li.slick-slide {
          width: 20vw; } }
      @media (max-width: 1300px) {
        .cross-selling ul.slick-slider.centered li.slick-slide, #more-from-this-collection ul.slick-slider.centered li.slick-slide {
          width: 25vw; } }
      @media (max-width: 1150px) {
        .cross-selling ul.slick-slider.centered li.slick-slide, #more-from-this-collection ul.slick-slider.centered li.slick-slide {
          width: 33.33vw; } }
      @media (max-width: 700px) {
        .cross-selling ul.slick-slider.centered li.slick-slide, #more-from-this-collection ul.slick-slider.centered li.slick-slide {
          width: 70vw; }
          .cross-selling ul.slick-slider.centered li.slick-slide .text, #more-from-this-collection ul.slick-slider.centered li.slick-slide .text {
            margin-top: 30px; }
            .cross-selling ul.slick-slider.centered li.slick-slide .text h4, #more-from-this-collection ul.slick-slider.centered li.slick-slide .text h4 {
              font-size: 18px; } }
    .cross-selling ul.slick-slider.centered ul.slick-dots, #more-from-this-collection ul.slick-slider.centered ul.slick-dots {
      margin-top: -7vw; }
    .cross-selling ul.slick-slider.centered .slick-arrow, #more-from-this-collection ul.slick-slider.centered .slick-arrow {
      transition: all, 0.2s;
      -moz-transition: all, 0.2s;
      -webkit-transition: all, 0.2s;
      -o-transition: all, 0.2s;
      background: #6d6e71;
      color: white;
      cursor: pointer;
      font-size: 26px;
      position: absolute;
      top: 35%;
      opacity: 0;
      z-index: 1; }
      @media (max-width: 550px) {
        .cross-selling ul.slick-slider.centered .slick-arrow, #more-from-this-collection ul.slick-slider.centered .slick-arrow {
          top: 30%; } }
      .cross-selling ul.slick-slider.centered .slick-arrow:hover, #more-from-this-collection ul.slick-slider.centered .slick-arrow:hover {
        opacity: 0.85 !important; }
      .cross-selling ul.slick-slider.centered .slick-arrow.slick-next, #more-from-this-collection ul.slick-slider.centered .slick-arrow.slick-next {
        right: 20px;
        padding: 0 11px 2px 13px; }
      .cross-selling ul.slick-slider.centered .slick-arrow.slick-prev, #more-from-this-collection ul.slick-slider.centered .slick-arrow.slick-prev {
        left: 20px;
        padding: 0 13px 2px 11px; }
    .cross-selling ul.slick-slider.centered:hover .slick-arrow, #more-from-this-collection ul.slick-slider.centered:hover .slick-arrow {
      opacity: 0.65; }

.slick-arrow.graysquare {
  transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  background: #6d6e71;
  color: white;
  cursor: pointer;
  font-size: 22px;
  position: absolute;
  z-index: 1;
  opacity: 0; }
  .slick-arrow.graysquare:hover {
    opacity: 0.85 !important; }
  .slick-arrow.graysquare.slick-next {
    right: 20px;
    padding: 2px 11px 4px 13px; }
  .slick-arrow.graysquare.slick-prev {
    left: 20px;
    padding: 2px 13px 4px 11px; }

.slick-slider:hover .slick-arrow {
  opacity: 0.65; }

.slick-dots {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2; }
  .slick-dots li {
    display: inline-block;
    margin: 0 6px; }
    .slick-dots li button {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      background: white;
      border-radius: 50%;
      border: 1px solid #6d6e71;
      height: 7px;
      padding: 0;
      text-indent: -30000px;
      width: 7px; }
    .slick-dots li.slick-active button {
      background-color: #6d6e71; }

.custom_dropdown label {
  color: #414042;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 0 16px;
  width: 90px; }
  .custom_dropdown label:after {
    font-family: 'fontAwesome';
    content: "\f107";
    font-weight: normal;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    font-size: 14px;
    position: absolute;
    right: 0; }

.custom_dropdown input:checked ~ label:after {
  font-family: 'fontAwesome';
  content: "\f106";
  font-weight: normal; }

.custom_dropdown input:checked ~ ul.submenu {
  max-height: 300px;
  padding: 8px 0;
  visibility: visible; }

.custom_dropdown input {
  display: none; }

.custom_dropdown ul.submenu {
  background: rgba(255, 255, 255, 0.94);
  max-height: 0;
  max-width: 140px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  visibility: hidden;
  z-index: 10; }
  .custom_dropdown ul.submenu li {
    display: block; }
    .custom_dropdown ul.submenu li a {
      color: #414042;
      display: block;
      padding: 8px 16px; }
      .custom_dropdown ul.submenu li a.current {
        display: none !important; }
      .custom_dropdown ul.submenu li a:hover {
        background: #414042;
        color: white !important;
        opacity: 1 !important; }

.embed-container {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  .embed-container.square, input.embed-container.circle {
    padding-bottom: 100%; }
  .embed-container iframe, .embed-container object, .embed-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

ul.bullets li {
  margin-bottom: 10px; }
  ul.bullets li:before {
    border-radius: 50%;
    background: #6d6e71;
    content: "";
    display: inline-block;
    height: 6px;
    margin-bottom: 3px;
    margin-right: 8px;
    vertical-align: middle;
    width: 6px; }

.safety-seals {
  text-align: center; }
  .safety-seals img {
    margin: 0 10px 0; }

iframe[id^="pixlee_widget_iframe"] {
  border: 2px solid red !important; }

.tap2shop_photo_block {
  opacity: 0.5 !important; }

.iso {
  background: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/logo.svg);
  height: 52px;
  width: 52px; }

.insufficent_stock_notice {
  border: 1px solid #E6404F;
  margin-top: 10px;
  padding: 10px 15px;
  position: relative; }
  .insufficent_stock_notice span.icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #E6404F;
    font-size: 28px;
    font-weight: 500;
    line-height: 0.8;
    position: absolute; }
  .insufficent_stock_notice p {
    font-size: 11px;
    margin: 0 0 12px 22px; }
    .insufficent_stock_notice p:last-child {
      margin-bottom: 0; }
    .insufficent_stock_notice p strong {
      font-weight: 500; }
    .insufficent_stock_notice p a {
      color: inherit;
      font-weight: 500; }

.horizontal-block-flex {
  background: #e9eaea;
  margin-top: 50px;
  color: #414042; }
  .horizontal-block-flex p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5; }
  .horizontal-block-flex a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: #414042; }
  @media (max-width: 880px) {
    .horizontal-block-flex {
      text-align: center; }
      .horizontal-block-flex h3 br {
        display: none; }
      .horizontal-block-flex .pic {
        padding-bottom: 33.33%; }
      .horizontal-block-flex .text {
        padding: 20px 15px; }
        .horizontal-block-flex .text p {
          font-size: 17px;
          line-height: 1.5;
          margin-top: 18px; }
          .horizontal-block-flex .text p.link-arrow {
            font-size: 15px; } }
  @media (min-width: 881px) {
    .horizontal-block-flex {
      display: flex;
      flex-direction: row;
      align-items: center;
      min-height: 325px; }
      .horizontal-block-flex a {
        display: flex;
        flex-direction: row;
        align-items: center;
        min-height: 325px;
        width: 100%; }
      .horizontal-block-flex .pic {
        -ms-grid-row-align: stretch;
            align-self: stretch;
        width: 70%;
        order: 2;
        flex: 1; }
      .horizontal-block-flex .text {
        text-align: left;
        padding: 45px 50px 45px 10px;
        margin-left: 20px;
        max-width: 270px; } }
  @media (min-width: 1500px) {
    .horizontal-block-flex .text {
      margin-left: calc((100vw - 1560px) / 2 + 20px); } }
  .horizontal-block-flex h1, .horizontal-block-flex h3 {
    font-family: "Chronicle Display A", "Chronicle Display B";
    font-size: 31px;
    margin-bottom: 10px; }
  .horizontal-block-flex h1 {
    font-size: 27px; }
  .horizontal-block-flex .pic {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  @media (min-width: 881px) {
    .horizontal-block-flex.right a .pic {
      order: 1;
      max-width: 70%; }
    .horizontal-block-flex.right a .text {
      order: 2;
      padding: 45px 25px 45px 35px;
      margin-left: 0; } }
  @media (min-width: 1500px) {
    .horizontal-block-flex.right a .text {
      margin-left: 0; } }
.horizontal-block {
  background: #e9eaea;
  margin-top: 50px; }
  .horizontal-block a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: #414042;
    display: block; }
    .horizontal-block a:hover {
      opacity: 0.8; }
  .horizontal-block h1, .horizontal-block h3 {
    font-family: "Chronicle Display A", "Chronicle Display B";
    font-size: 31px; }
  .horizontal-block h1 {
    font-size: 27px; }
  @media (min-width: 881px) {
    .horizontal-block {
      min-height: 325px;
      overflow: hidden;
      position: relative;
      text-align: left; }
      .horizontal-block .text {
        display: table-cell;
        vertical-align: middle;
        width: 25%;
        background: rgba(255, 0, 0, 0.1); }
        .horizontal-block .text .content {
          padding: 45px 50px 45px 10px; }
      .horizontal-block .pic {
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 75%; } }
  @media (max-width: 880px) {
    .horizontal-block h3 br {
      display: none; }
    .horizontal-block .pic {
      padding-bottom: 33.33%; }
    .horizontal-block .pic, .horizontal-block .text {
      height: auto !important; } }
  @media (min-width: 881px) {
    .horizontal-block.right {
      text-align: right; }
      .horizontal-block.right .text {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -moz-box-sizing: border-box; }
        .horizontal-block.right .text .content {
          padding: 45px 10px 45px 50px; }
      .horizontal-block.right .pic {
        left: 0;
        right: auto; } }
  .horizontal-block .text {
    padding: 20px 15px; }
    .horizontal-block .text p {
      font-size: 17px;
      line-height: 1.5;
      margin-top: 18px; }
      .horizontal-block .text p.link-arrow {
        font-size: 15px; }
  .horizontal-block .pic {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  @media (min-width: 1900px) {
    .horizontal-block .pic {
      width: 70%; }
    .horizontal-block .text {
      min-width: 310px; }
    .horizontal-block.right .text .content {
      margin-left: -5vw;
      margin-right: 5vw; } }
@media (min-width: 768px) {
  .boxes {
    display: flex;
    flex-direction: row;
    align-items: stretch; }
    .boxes > .box-border {
      max-width: 50%; }
    .boxes .box-border {
      flex: 1; }
      .boxes .box-border + .box-border {
        margin-left: 30px; } }

.box-border {
  background: white;
  border: 1px solid #e1e2e3;
  margin-top: 15px;
  padding-bottom: 35px;
  text-align: center; }
  @media (min-width: 768px) {
    .box-border {
      margin-top: 30px; } }
  .box-border a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: #414042;
    display: block; }
    .box-border a:hover {
      opacity: 0.8; }
  .box-border .pic {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 50%;
    margin-bottom: 30px; }
  .box-border h3 {
    font-family: "Chronicle Display A", "Chronicle Display B";
    font-size: 31px;
    padding-left: 15px;
    padding-right: 15px; }
    .box-border h3:after {
      border-top: 1px solid #e1e2e3;
      content: "";
      display: block;
      margin: 15px auto 20px;
      max-width: 250px; }
  .box-border p {
    font-size: 17px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 370px;
    padding: 0 18px; }

ul.dots li {
  font-size: 14px;
  padding-left: 10px;
  position: relative; }
  ul.dots li:before {
    background: #6d6e71;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 5px; }

@media (min-width: 768px) {
  .row.small-gap > div:first-child {
    padding-right: 5px; }
  .row.small-gap > div:last-child {
    padding-left: 5px; } }

.big_tabs {
  border: 1px solid #808080;
  display: flex;
  margin-bottom: 30px; }
  .big_tabs li {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border-right: 1px solid #808080;
    cursor: pointer;
    font-weight: 500;
    flex-grow: 1;
    padding: 18px 10px; }
    .big_tabs li:last-child {
      border: 0 none; }
    .big_tabs li.current {
      background: #f7f7f9;
      cursor: default;
      pointer-events: none; }
    .big_tabs li:not(.current):hover {
      background: #eeeef2; }

.darken, .lighten {
  position: absolute; }
  .darken:before, .lighten:before {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%; }

.lighten:before {
  background: rgba(255, 255, 255, 0.1); }

.upload {
  background-color: #f7f7f9;
  margin: 20px 0;
  padding: 15px; }
  .upload .progress-bar {
    background: #b8babc;
    height: 4px;
    margin: 20px 0 10px;
    width: 0; }
  .upload canvas {
    margin: 15px 0 5px; }
  .upload p span {
    font-size: 13px; }
  .upload legend {
    margin: 0 0 20px 5px; }
  .upload .text-danger {
    color: #d25656;
    font-weight: 500; }

ul.products.slick-slider {
  margin: 50px 0; }
  ul.products.slick-slider li:not([role="presentation"]) {
    display: inline-block;
    margin: 0 20px;
    vertical-align: top; }
    ul.products.slick-slider li:not([role="presentation"]) h5 + .price {
      margin-top: 20px; }
  ul.products.slick-slider img, ul.products.slick-slider picture {
    border: 0 none;
    margin-bottom: 30px;
    max-width: 100%;
    height: auto; }
  ul.products.slick-slider picture source {
    width: 100%;
    height: auto; }
  ul.products.slick-slider a {
    color: #414042;
    font-size: 15px;
    padding: 10px 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%; }
  @media (max-width: 767px) {
    ul.products.slick-slider {
      margin-top: 20px; } }
.ugc {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  align-items: center;
  background: rgba(0, 0, 0, 0.25);
  bottom: 0;
  color: white;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 10px 12px;
  position: absolute;
  width: 100%;
  z-index: 1; }
  .ugc .user {
    font-weight: 600;
    font-size: 16px; }
    .ugc .user > * {
      display: inline-block;
      vertical-align: middle; }
  .ugc .avatar {
    background: #A04295 url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/instagram.svg) no-repeat center center;
    background-size: cover;
    border-radius: 50%;
    height: 42px;
    margin-right: 10px;
    width: 42px; }
    .ugc .avatar img {
      display: block;
      height: auto;
      width: 100%; }
  .ugc .quote {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    flex: 2;
    font-family: "Chronicle Display A", "Chronicle Display B";
    font-size: 18px;
    margin-left: 15px;
    padding: 15px;
    text-align: left; }
    .ugc .quote:empty {
      display: none; }
  @media (max-width: 767px) {
    .ugc {
      padding: 8px 10px; }
      .ugc .avatar {
        height: 32px;
        width: 32px;
        margin-right: 7px; }
      .ugc .quote {
        display: none; } }
.mfp-notice-wrapper .mfp-content {
  max-width: 680px; }

.mfp-notice-wrapper .popover-notice {
  padding: 20px; }

.mfp-notice-wrapper .title {
  border-bottom: 1px solid #e1e2e3;
  font-weight: 500;
  color: #414042;
  padding-bottom: 10px; }

.mfp-notice-wrapper .body {
  padding: 20px 0; }
  .mfp-notice-wrapper .body address {
    padding: 25px 10px 5px 50px;
    font-weight: 500; }

@media (min-width: 700px) {
  .mfp-notice-wrapper .footer.flex {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); } }

.mfp-notice-wrapper .footer.flex a {
  display: block; }

@media (max-width: 699px) {
  .mfp-notice-wrapper .footer.flex a + a {
    margin-top: 15px; } }