@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,700italic);
/**
 * Fonts
 */
/**
 * z-index layers
 */
/**
 * Colors
 */
@import url(//fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic|Open+Sans:300,300italic,400,400italic,600,700italic,700|Playfair+Display+SC:400,400italic);
@import url(//fonts.googleapis.com/css?family=Karla:400,400i,700,700i);
@import url('//fonts.googleapis.com/css?family=Montserrat|Playfair+Display&display=700');
@font-face {
  font-family: 'FontAwesome';
  src: url('//cdn-web-fonts.aisleplanner.com/static/vendor/font-awesome-4.3.0/fonts/fontawesome-webfont.eot');
  src: url('//cdn-web-fonts.aisleplanner.com/static/vendor/font-awesome-4.3.0/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('//cdn-web-fonts.aisleplanner.com/static/vendor/font-awesome-4.3.0/fonts/fontawesome-webfont.woff2') format('woff2'), url('//cdn-web-fonts.aisleplanner.com/static/vendor/font-awesome-4.3.0/fonts/fontawesome-webfont.woff') format('woff'), url('//cdn-web-fonts.aisleplanner.com/static/vendor/font-awesome-4.3.0/fonts/fontawesome-webfont.ttf') format('truetype'), url('//cdn-web-fonts.aisleplanner.com/static/vendor/font-awesome-4.3.0/fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
i[class^="icon-"],
i[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
i[class^="icon-"]:before,
i[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
a i[class^="icon-"],
a i[class*=" icon-"] {
  display: inline;
}
i.icon-facebook:before {
  content: "\f09a";
}
i.icon-facebook-square:before {
  content: "\f082";
}
i.icon-facebook-official:before {
  content: "\f230";
}
i.icon-twitter:before {
  content: "\f099";
}
i.icon-pinterest:before {
  content: "\f0d2";
}
i.icon-google-plus:before {
  content: "\f0d5";
}
i.icon-instagram:before {
  content: "\f16d";
}
i.icon-lock:before {
  content: "\f023";
}
i.icon-envelope:before {
  content: "\f0e0";
}
i.icon-tumblr:before {
  content: "\f173";
}
@font-face {
  font-family: 'APIcons';
  src: url('../../aisleplanner/common/fonts/AP.eot');
  src: url('../../aisleplanner/common/fonts/AP.eot?#iefix') format('embedded-opentype'), url('../../aisleplanner/common/fonts/AP.woff') format('woff'), url('../../aisleplanner/common/fonts/AP.ttf') format('truetype'), url('../../aisleplanner/common/fonts/AP.svg#AP') format('svg');
  font-weight: normal;
  font-style: normal;
}
i.apicon {
  font-family: APIcons;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}
i.apicon:before {
  display: inline-block;
  speak: none;
}
i.apicon.facebook:before {
  content: "\e604";
}
i.apicon.instagram:before {
  content: "\e605";
}
i.apicon.pinterest:before {
  content: "\e606";
}
i.apicon.twitter:before {
  content: "\e607";
}
.heading-headline {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2em;
}
.heading-section {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1.2em;
}
.heading-fancy {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  line-height: 1.2em;
}
.heading-simple {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2em;
}
.display-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.PictureCircle-dark {
  border-color: #424242;
  background-color: #666666;
}
.PictureCircle-dark > div.picture-circle-text {
  background-color: #5a5a5a;
  color: #969696;
}
button.APButton {
  background-image: none;
  box-shadow: none;
  width: auto;
  text-align: center;
  border-radius: 2px;
  background-color: #b0915d;
  color: white;
  border: none;
  border-bottom: 2px solid #937647;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  padding: 12px 40px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
button.APButton:hover,
button.APButton:focus {
  background-color: #937647;
  color: white;
  border-color: #937647;
}
button.APButton:focus {
  outline: none;
}
button.APButton:active {
  background-color: #705b37;
  color: white;
  border-color: #937647;
}
button.APButton:disabled {
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f7f7));
  background: -webkit-linear-gradient(top, white, #f7f7f7);
  background: -moz-linear-gradient(top, white, #f7f7f7);
  background: -ms-linear-gradient(top, white, #f7f7f7);
  background: -o-linear-gradient(top, white, #f7f7f7);
  color: #c4c4c4;
  border: 1px solid #e0e0e0;
}
button.APButton:hover,
button.APButton:focus,
button.APButton:active {
  text-decoration: none;
}
button.APButton:disabled {
  cursor: default;
}
a.APButton {
  background-image: none;
  box-shadow: none;
  width: auto;
  text-align: center;
  border-radius: 2px;
  background-color: #b0915d;
  color: white;
  border: none;
  border-bottom: 2px solid #937647;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  font-size: 14px;
  cursor: pointer;
  line-height: 20px;
  text-decoration: none;
}
a.APButton:hover,
a.APButton:focus {
  background-color: #937647;
  color: white;
  border-color: #937647;
}
a.APButton:focus {
  outline: none;
}
a.APButton:active {
  background-color: #705b37;
  color: white;
  border-color: #937647;
}
a.APButton:disabled {
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f7f7));
  background: -webkit-linear-gradient(top, white, #f7f7f7);
  background: -moz-linear-gradient(top, white, #f7f7f7);
  background: -ms-linear-gradient(top, white, #f7f7f7);
  background: -o-linear-gradient(top, white, #f7f7f7);
  color: #c4c4c4;
  border: 1px solid #e0e0e0;
}
a.APButton:hover,
a.APButton:focus,
a.APButton:active {
  text-decoration: none;
}
a.APButton:disabled {
  cursor: default;
}
a.APButton:hover,
a.APButton:active,
a.APButton:focus,
a.APButton:visited {
  text-decoration: none;
}
button.APButton.alternate,
label.APUploadButton.alternate,
a.APButton.alternate {
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f7f7));
  background: -webkit-linear-gradient(top, white, #f7f7f7);
  background: -moz-linear-gradient(top, white, #f7f7f7);
  background: -ms-linear-gradient(top, white, #f7f7f7);
  background: -o-linear-gradient(top, white, #f7f7f7);
  color: #b0915d;
  border: 1px solid #e0e0e0;
}
button.APButton.alternate:not(:disabled):hover,
label.APUploadButton.alternate:not(:disabled):hover,
a.APButton.alternate:not(:disabled):hover,
button.APButton.alternate:not(:disabled):focus,
label.APUploadButton.alternate:not(:disabled):focus,
a.APButton.alternate:not(:disabled):focus {
  color: #937647;
  border-color: #c7c7c7;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f7f7));
  background: -webkit-linear-gradient(top, white, #f7f7f7);
  background: -moz-linear-gradient(top, white, #f7f7f7);
  background: -ms-linear-gradient(top, white, #f7f7f7);
  background: -o-linear-gradient(top, white, #f7f7f7);
}
button.APButton.alternate:not(:disabled):active,
label.APUploadButton.alternate:not(:disabled):active,
a.APButton.alternate:not(:disabled):active {
  color: #705b37;
  border-color: #c7c7c7;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f7f7));
  background: -webkit-linear-gradient(top, white, #f7f7f7);
  background: -moz-linear-gradient(top, white, #f7f7f7);
  background: -ms-linear-gradient(top, white, #f7f7f7);
  background: -o-linear-gradient(top, white, #f7f7f7);
}
button.APButton.alternate:disabled,
label.APUploadButton.alternate:disabled,
a.APButton.alternate:disabled {
  color: #cccccc;
}
button.APButton > span.symbol,
label.APUploadButton > span.symbol,
a.APButton > span.symbol {
  font-family: APIcons;
  font-weight: 300;
  text-transform: none;
  vertical-align: bottom;
  position: relative;
}
button.APButton.small > span.symbol,
label.APUploadButton.small > span.symbol,
a.APButton.small > span.symbol {
  font-size: 12px;
}
button.APButton.small,
label.APUploadButton.small,
a.APButton.small {
  padding: 4px 10px 2px 10px;
  font-size: 11px;
}
button.APTextButton,
button.APIconButton {
  margin: 0;
  padding: 0;
  border: none;
  width: auto;
  height: auto;
  line-height: auto;
  vertical-align: baseline;
  color: inherit;
  background: transparent;
  font: inherit;
  text-indent: 0;
  text-align: inherit;
  text-decoration: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  text-transform: inherit;
  white-space: inherit;
  cursor: inherit;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  float: none;
  opacity: 1;
  color: #08c;
  cursor: pointer;
}
button.APTextButton:hover,
button.APIconButton:hover {
  color: #005580;
}
button.APButton::-moz-focus-inner,
button.APTextButton::-moz-focus-inner,
button.APIconButton::-moz-focus-inner {
  border: none;
  padding: 0;
}
button.APIconButton {
  text-transform: none;
  font-family: APIcons;
  font-weight: 300;
  font-size: 16px;
}
button.APIconAfterButton:after,
a.APIconAfterButton:after {
  text-transform: none;
  font-family: APIcons;
  font-weight: 300;
  font-size: 12px;
  content: attr(icon);
  vertical-align: top;
  margin-left: 5px;
}
button.APIconBeforeButton:before,
a.APIconBeforeButton:before {
  text-transform: none;
  font-family: APIcons;
  font-weight: 300;
  font-size: 12px;
  content: attr(icon);
  vertical-align: top;
  margin-right: 5px;
}
button.APButton.hearted {
  color: #b0915d;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f7f7));
  background: -webkit-linear-gradient(top, white, #f7f7f7);
  background: -moz-linear-gradient(top, white, #f7f7f7);
  background: -ms-linear-gradient(top, white, #f7f7f7);
  background: -o-linear-gradient(top, white, #f7f7f7);
  color: #d94f4f;
  border: 1px solid #e0e0e0;
  font-size: 9px;
}
button.APButton.hearted:not(:disabled):hover,
button.APButton.hearted:not(:disabled):focus {
  color: #937647;
  border-color: #c7c7c7;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f7f7));
  background: -webkit-linear-gradient(top, white, #f7f7f7);
  background: -moz-linear-gradient(top, white, #f7f7f7);
  background: -ms-linear-gradient(top, white, #f7f7f7);
  background: -o-linear-gradient(top, white, #f7f7f7);
}
button.APButton.hearted:not(:disabled):active {
  color: #705b37;
  border-color: #c7c7c7;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f7f7));
  background: -webkit-linear-gradient(top, white, #f7f7f7);
  background: -moz-linear-gradient(top, white, #f7f7f7);
  background: -ms-linear-gradient(top, white, #f7f7f7);
  background: -o-linear-gradient(top, white, #f7f7f7);
}
button.APButton.hearted:disabled {
  color: #cccccc;
}
button.APButton.hearted:hover,
button.APButton.hearted:focus {
  color: #d94f4f;
  border: 1px solid #e0e0e0;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f7f7));
  background: -webkit-linear-gradient(top, white, #f7f7f7);
  background: -moz-linear-gradient(top, white, #f7f7f7);
  background: -ms-linear-gradient(top, white, #f7f7f7);
  background: -o-linear-gradient(top, white, #f7f7f7);
}
button.APButton.hearted:active {
  color: #d94f4f;
  border: 1px solid #e0e0e0;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f7f7));
  background: -webkit-linear-gradient(top, white, #f7f7f7);
  background: -moz-linear-gradient(top, white, #f7f7f7);
  background: -ms-linear-gradient(top, white, #f7f7f7);
  background: -o-linear-gradient(top, white, #f7f7f7);
}
button.APButton.standard {
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f7f7));
  background: -webkit-linear-gradient(top, white, #f7f7f7);
  background: -moz-linear-gradient(top, white, #f7f7f7);
  background: -ms-linear-gradient(top, white, #f7f7f7);
  background: -o-linear-gradient(top, white, #f7f7f7);
  color: #b0915d;
  border: 1px solid #e0e0e0;
}
button.APButton.standard:not(:disabled):hover,
button.APButton.standard:not(:disabled):focus {
  color: #937647;
  border-color: #c7c7c7;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f7f7));
  background: -webkit-linear-gradient(top, white, #f7f7f7);
  background: -moz-linear-gradient(top, white, #f7f7f7);
  background: -ms-linear-gradient(top, white, #f7f7f7);
  background: -o-linear-gradient(top, white, #f7f7f7);
}
button.APButton.standard:not(:disabled):active {
  color: #705b37;
  border-color: #c7c7c7;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f7f7));
  background: -webkit-linear-gradient(top, white, #f7f7f7);
  background: -moz-linear-gradient(top, white, #f7f7f7);
  background: -ms-linear-gradient(top, white, #f7f7f7);
  background: -o-linear-gradient(top, white, #f7f7f7);
}
button.APButton.standard:disabled {
  color: #cccccc;
}
label.APCheckbox {
  position: relative;
  padding: 0;
  cursor: pointer;
}
label.APCheckbox::before {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 26.4px;
  text-indent: 0;
}
label.APCheckbox.small {
  line-height: 22px;
}
label.APCheckbox.small::before {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 13.2px;
  text-indent: 0;
}
label.APCheckbox.tiny {
  line-height: 20px;
}
label.APCheckbox.tiny::before {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 8.4px;
  text-indent: 0;
}
label.APCheckbox.tiny::before {
  position: relative;
  top: -1px;
}
label.APCheckbox.label-disabled {
  pointer-events: none;
}
label.APCheckbox.label-disabled::before {
  pointer-events: all;
}
label.APCheckbox > input[type="checkbox"] {
  display: none;
}
label.APCheckbox::before {
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.2);
  color: #333333;
  text-align: center;
  font-family: APIcons;
  font-weight: 300;
  color: #b0915d;
  content: '\a0';
}
label.APCheckbox.checked::before {
  content: '\2714';
}
label.APCheckbox.disabled::before {
  background-color: #e0e0e0;
  cursor: default;
}
label.APCheckbox {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
label.APRadioButton {
  position: relative;
  padding: 0;
  cursor: pointer;
}
label.APRadioButton.checked {
  cursor: default;
}
label.APRadioButton > input[type="radio"] {
  display: none;
}
label.APRadioButton.standard-style::before {
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.2);
  color: #333333;
  text-align: center;
  font-family: APIcons;
  font-weight: 300;
  color: #b0915d;
  content: '\a0';
}
label.APRadioButton.standard-style.checked::before {
  content: '\2022';
}
label.APRadioButton.standard-style::before {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 22px;
  border-radius: 22px;
}
label.APRadioButton.standard-style.small::before {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 11px;
  border-radius: 11px;
}
label.APRadioButton {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
label.APUploadButton {
  background-image: none;
  box-shadow: none;
  width: auto;
  text-align: center;
  border-radius: 2px;
  background-color: #b0915d;
  color: white;
  border: none;
  border-bottom: 2px solid #937647;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  padding: 12px 40px;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  line-height: 20px;
  display: inline-block !important;
}
label.APUploadButton:hover,
label.APUploadButton:focus {
  background-color: #937647;
  color: white;
  border-color: #937647;
}
label.APUploadButton:focus {
  outline: none;
}
label.APUploadButton:active {
  background-color: #705b37;
  color: white;
  border-color: #937647;
}
label.APUploadButton:disabled {
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f7f7));
  background: -webkit-linear-gradient(top, white, #f7f7f7);
  background: -moz-linear-gradient(top, white, #f7f7f7);
  background: -ms-linear-gradient(top, white, #f7f7f7);
  background: -o-linear-gradient(top, white, #f7f7f7);
  color: #c4c4c4;
  border: 1px solid #e0e0e0;
}
label.APUploadButton:hover,
label.APUploadButton:focus,
label.APUploadButton:active {
  text-decoration: none;
}
label.APUploadButton:disabled {
  cursor: default;
}
label.APUploadButton > input {
  display: none;
}
span.APButton-placeholder {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: none;
  box-shadow: none;
  width: auto;
  text-align: center;
  border-radius: 2px;
  background-color: #b0915d;
  color: white;
  border: none;
  border-bottom: 2px solid #937647;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  padding: 12px 40px;
  font-size: 14px;
  line-height: 20px;
  background: white;
  color: #666666;
  border: 1px solid #cccccc;
}
span.APButton-placeholder:hover,
span.APButton-placeholder:focus,
span.APButton-placeholder:active {
  text-decoration: none;
}
span.APButton-placeholder img {
  vertical-align: top;
  position: relative;
  top: 2px;
  max-width: 14px;
  max-height: 14px;
}
span.APButton-placeholder.small {
  padding: 4px 10px 2px 10px;
  font-size: 11px;
}
span.APButton-placeholder.small img {
  top: 4px;
  max-width: 10px;
  max-height: 10px;
}
.APStandardOverlay-style {
  background-color: rgba(0, 0, 0, 0.6);
}
.APStandardOverlay-style > div.APOverlayContent {
  background-color: rgba(0, 0, 0, 0.625);
}
.APStandardOverlay-style > div.APOverlayContent h1 {
  font-size: 24px;
}
.APStandardOverlay-style > div.APOverlayContent h1,
.APStandardOverlay-style > div.APOverlayContent p {
  color: white;
  text-align: left;
}
.APStandardOverlay-style > div.APOverlayContent p {
  line-height: 24px;
  margin-bottom: 24px;
}
.APStandardOverlay-layout {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.APStandardOverlay-layout > div.APOverlayContent {
  width: 500px;
  margin: 150px auto;
  padding: 5px 20px 20px 20px;
  position: relative;
  z-index: 2;
}
.APStandardOverlay-layout > div.APOverlayContent > button.APOverlayCloseButton {
  color: white;
  font-size: 32px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.APStandardOverlay-layout > div.APOverlayContent > button.APOverlayCloseButton:hover,
.APStandardOverlay-layout > div.APOverlayContent > button.APOverlayCloseButton:focus {
  color: white;
}
.APStandardOverlay-layout > div.APOverlayContent > button.APOverlayCloseButton:active {
  color: #cccccc;
}
div.APStandardOverlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
div.APStandardOverlay > div.APOverlayContent {
  background-color: rgba(0, 0, 0, 0.625);
}
div.APStandardOverlay > div.APOverlayContent h1 {
  font-size: 24px;
}
div.APStandardOverlay > div.APOverlayContent h1,
div.APStandardOverlay > div.APOverlayContent p {
  color: white;
  text-align: left;
}
div.APStandardOverlay > div.APOverlayContent p {
  line-height: 24px;
  margin-bottom: 24px;
}
div.APStandardOverlay > div.APOverlayContent {
  width: 500px;
  margin: 150px auto;
  padding: 5px 20px 20px 20px;
  position: relative;
  z-index: 2;
}
div.APStandardOverlay > div.APOverlayContent > button.APOverlayCloseButton {
  color: white;
  font-size: 32px;
  position: absolute;
  top: 10px;
  right: 10px;
}
div.APStandardOverlay > div.APOverlayContent > button.APOverlayCloseButton:hover,
div.APStandardOverlay > div.APOverlayContent > button.APOverlayCloseButton:focus {
  color: white;
}
div.APStandardOverlay > div.APOverlayContent > button.APOverlayCloseButton:active {
  color: #cccccc;
}
div.app-overlay-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
}
div.app-overlay-backdrop.faded {
  background-color: rgba(255, 255, 255, 0.6);
}
div.PopupView.standard-style {
  background: #fafafa;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #a4a4a4;
}
div.PopupView.standard-style div.APPopupFormView {
  padding: 10px 10px 0 10px;
}
div.PopupView.standard-style div.APPopupActionsView {
  height: 30px;
  padding: 10px;
  text-align: right;
  background-color: #e0e0e0;
  border-top: 1px solid #cccccc;
}
div.PopupView.standard-style div.APPopupActionsView > button {
  padding: 2px 15px;
  font-size: 11px;
  line-height: 20px;
}
div.popup-content.standard-style {
  background: #fafafa;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #a4a4a4;
}
div.popup-content.standard-style div.APPopupFormView {
  padding: 10px 10px 0 10px;
}
div.popup-content.standard-style div.APPopupActionsView {
  height: 30px;
  padding: 10px;
  text-align: right;
  background-color: #e0e0e0;
  border-top: 1px solid #cccccc;
}
div.popup-content.standard-style div.APPopupActionsView > button {
  padding: 2px 15px;
  font-size: 11px;
  line-height: 20px;
}
div.APSelectPopup {
  background-color: white;
  border: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
div.APSelectPopup ul {
  margin: 0;
  padding: 0;
  padding-top: 3px;
}
div.APSelectPopup ul li {
  background-color: white;
  border: none;
  color: #585858;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-align: letf;
  font-weight: 700;
  font-size: 10px;
  list-style: none;
  letter-spacing: 2px;
  padding-bottom: 2px;
  padding-right: 14px;
  padding-left: 14px;
}
div.APSelectPopup ul li:first-child {
  padding-top: 4px;
}
div.APSelectPopup ul li:last-child {
  padding-bottom: 4px;
}
div.APSelectPopup ul li:hover {
  background-color: #fafafa;
}
div.APErrorPanel {
  position: absolute;
  left: 50%;
  top: 120px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  margin-left: -380px;
  padding: 40px 40px 20px;
  width: 680px !important;
}
div.APErrorPanel p {
  text-align: center;
  margin: 0 0 30px 0;
}
div.APErrorPanel p a {
  color: #b0915d;
}
@media (max-width: 768px) {
  div.APErrorPanel {
    top: 80px;
    margin-left: -270px;
    padding: 40px 20px 20px;
    width: 500px !important;
  }
}
@media (max-width: 539px) {
  div.APErrorPanel {
    top: 60px;
    margin-left: -185px;
    padding: 40px 10px 20px;
    width: 350px !important;
  }
  div.APErrorPanel h3 {
    font-size: 20px;
  }
  div.APErrorPanel p {
    font-size: 14px;
  }
}
@media (max-width: 370px) {
  div.APErrorPanel {
    top: 60px;
    margin-left: -150px;
    padding: 40px 10px 20px;
    width: 300px !important;
  }
}
@media (max-height: 420px) {
  div.APErrorPanel {
    top: 10px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('//cdn-web-fonts.aisleplanner.com/static/vendor/slick-1.6.0/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('//cdn-web-fonts.aisleplanner.com/static/vendor/slick-1.6.0/fonts/slick.eot');
  src: url('//cdn-web-fonts.aisleplanner.com/static/vendor/slick-1.6.0/fonts/slick.eot?#iefix') format('embedded-opentype'), url('//cdn-web-fonts.aisleplanner.com/static/vendor/slick-1.6.0/fonts/slick.woff') format('woff'), url('//cdn-web-fonts.aisleplanner.com/static/vendor/slick-1.6.0/fonts/slick.ttf') format('truetype'), url('//cdn-web-fonts.aisleplanner.com/static/vendor/slick-1.6.0/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* start bootstrap 2.3.2 necessary components for grid, nav, and vars */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background-color: #fff;
}
a {
  color: #08c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 2.07446809%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851%;
}
.row-fluid .span11 {
  width: 91.4893617%;
  *width: 91.43617021%;
}
.row-fluid .span10 {
  width: 82.9787234%;
  *width: 82.92553191%;
}
.row-fluid .span9 {
  width: 74.46808511%;
  *width: 74.41489362%;
}
.row-fluid .span8 {
  width: 65.95744681%;
  *width: 65.90425532%;
}
.row-fluid .span7 {
  width: 57.44680851%;
  *width: 57.39361702%;
}
.row-fluid .span6 {
  width: 48.93617021%;
  *width: 48.88297872%;
}
.row-fluid .span5 {
  width: 40.42553191%;
  *width: 40.37234043%;
}
.row-fluid .span4 {
  width: 31.91489362%;
  *width: 31.86170213%;
}
.row-fluid .span3 {
  width: 23.40425532%;
  *width: 23.35106383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.84042553%;
}
.row-fluid .span1 {
  width: 6.38297872%;
  *width: 6.32978723%;
}
.row-fluid .offset12 {
  margin-left: 104.25531915%;
  *margin-left: 104.14893617%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957%;
  *margin-left: 102.0212766%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085%;
  *margin-left: 95.63829787%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702128%;
  *margin-left: 93.5106383%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255%;
  *margin-left: 87.12765957%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638298%;
  *margin-left: 85%;
}
.row-fluid .offset9 {
  margin-left: 78.72340426%;
  *margin-left: 78.61702128%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468%;
  *margin-left: 76.4893617%;
}
.row-fluid .offset8 {
  margin-left: 70.21276596%;
  *margin-left: 70.10638298%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
  *margin-left: 67.9787234%;
}
.row-fluid .offset7 {
  margin-left: 61.70212766%;
  *margin-left: 61.59574468%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.57446809%;
  *margin-left: 59.46808511%;
}
.row-fluid .offset6 {
  margin-left: 53.19148936%;
  *margin-left: 53.08510638%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06382979%;
  *margin-left: 50.95744681%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106%;
  *margin-left: 44.57446809%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.55319149%;
  *margin-left: 42.44680851%;
}
.row-fluid .offset4 {
  margin-left: 36.17021277%;
  *margin-left: 36.06382979%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
  *margin-left: 33.93617021%;
}
.row-fluid .offset3 {
  margin-left: 27.65957447%;
  *margin-left: 27.55319149%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
  *margin-left: 25.42553191%;
}
.row-fluid .offset2 {
  margin-left: 19.14893617%;
  *margin-left: 19.04255319%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.0212766%;
  *margin-left: 16.91489362%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787%;
  *margin-left: 10.53191489%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
  *margin-left: 8.40425532%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #08c;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #08c;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.nav > .disabled > a {
  color: #999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777;
}
.navbar-link {
  color: #777;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #fff;
}
.navbar-inverse .brand {
  color: #999;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #fff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #fff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.56410256%;
    *margin-left: 2.51091107%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.56410256%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span11 {
    width: 91.45299145%;
    *width: 91.39979996%;
  }
  .row-fluid .span10 {
    width: 82.90598291%;
    *width: 82.85279142%;
  }
  .row-fluid .span9 {
    width: 74.35897436%;
    *width: 74.30578287%;
  }
  .row-fluid .span8 {
    width: 65.81196581%;
    *width: 65.75877432%;
  }
  .row-fluid .span7 {
    width: 57.26495726%;
    *width: 57.21176578%;
  }
  .row-fluid .span6 {
    width: 48.71794872%;
    *width: 48.66475723%;
  }
  .row-fluid .span5 {
    width: 40.17094017%;
    *width: 40.11774868%;
  }
  .row-fluid .span4 {
    width: 31.62393162%;
    *width: 31.57074013%;
  }
  .row-fluid .span3 {
    width: 23.07692308%;
    *width: 23.02373159%;
  }
  .row-fluid .span2 {
    width: 14.52991453%;
    *width: 14.47672304%;
  }
  .row-fluid .span1 {
    width: 5.98290598%;
    *width: 5.92971449%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820513%;
    *margin-left: 105.02182215%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256%;
    *margin-left: 102.45771959%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658%;
    *margin-left: 96.4748136%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709402%;
    *margin-left: 93.91071104%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803%;
    *margin-left: 87.92780506%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547%;
    *margin-left: 85.36370249%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717949%;
    *margin-left: 79.38079651%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692%;
    *margin-left: 76.81669394%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094%;
    *margin-left: 70.83378796%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606838%;
    *margin-left: 68.2696854%;
  }
  .row-fluid .offset7 {
    margin-left: 62.39316239%;
    *margin-left: 62.28677941%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905983%;
    *margin-left: 59.72267685%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615385%;
    *margin-left: 53.73977087%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128%;
    *margin-left: 51.1756683%;
  }
  .row-fluid .offset5 {
    margin-left: 45.2991453%;
    *margin-left: 45.19276232%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504274%;
    *margin-left: 42.62865976%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675%;
    *margin-left: 36.64575377%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803419%;
    *margin-left: 34.08165121%;
  }
  .row-fluid .offset3 {
    margin-left: 28.20512821%;
    *margin-left: 28.09874523%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.64102564%;
    *margin-left: 25.53464266%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811966%;
    *margin-left: 19.55173668%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.09401709%;
    *margin-left: 16.98763412%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111%;
    *margin-left: 11.00472813%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.54700855%;
    *margin-left: 8.44062557%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.76243094%;
    *margin-left: 2.70923945%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.76243094%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span11 {
    width: 91.43646409%;
    *width: 91.3832726%;
  }
  .row-fluid .span10 {
    width: 82.87292818%;
    *width: 82.81973669%;
  }
  .row-fluid .span9 {
    width: 74.30939227%;
    *width: 74.25620078%;
  }
  .row-fluid .span8 {
    width: 65.74585635%;
    *width: 65.69266486%;
  }
  .row-fluid .span7 {
    width: 57.18232044%;
    *width: 57.12912895%;
  }
  .row-fluid .span6 {
    width: 48.61878453%;
    *width: 48.56559304%;
  }
  .row-fluid .span5 {
    width: 40.05524862%;
    *width: 40.00205713%;
  }
  .row-fluid .span4 {
    width: 31.49171271%;
    *width: 31.43852122%;
  }
  .row-fluid .span3 {
    width: 22.9281768%;
    *width: 22.87498531%;
  }
  .row-fluid .span2 {
    width: 14.36464088%;
    *width: 14.31144939%;
  }
  .row-fluid .span1 {
    width: 5.80110497%;
    *width: 5.74791348%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486188%;
    *margin-left: 105.4184789%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243094%;
    *margin-left: 102.65604796%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132597%;
    *margin-left: 96.85494299%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.19889503%;
    *margin-left: 94.09251205%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779006%;
    *margin-left: 88.29140708%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.63535912%;
    *margin-left: 85.52897614%;
  }
  .row-fluid .offset9 {
    margin-left: 79.83425414%;
    *margin-left: 79.72787116%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.0718232%;
    *margin-left: 76.96544023%;
  }
  .row-fluid .offset8 {
    margin-left: 71.27071823%;
    *margin-left: 71.16433525%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729%;
    *margin-left: 68.40190431%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232%;
    *margin-left: 62.60079934%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138%;
    *margin-left: 59.8383684%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364641%;
    *margin-left: 54.03726343%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121547%;
    *margin-left: 51.27483249%;
  }
  .row-fluid .offset5 {
    margin-left: 45.5801105%;
    *margin-left: 45.47372752%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767956%;
    *margin-left: 42.71129658%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657459%;
    *margin-left: 36.91019161%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414365%;
    *margin-left: 34.14776067%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867%;
    *margin-left: 28.3466557%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773%;
    *margin-left: 25.58422476%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276%;
    *margin-left: 19.78311978%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182%;
    *margin-left: 17.02068884%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685%;
    *margin-left: 11.21958387%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591%;
    *margin-left: 8.45715293%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
/* end bootstrap 2.3.2 */
a:hover,
a:active {
  outline: 0;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background-color: #fff;
}
a {
  color: #08c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}
p {
  margin: 0 0 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
form {
  margin: 0 0 20px;
}
label,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  border-radius: 4px;
  vertical-align: middle;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"] {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}
select,
input[type="file"] {
  line-height: 30px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
input.placeholder,
textarea.placeholder {
  color: #c0c0c0;
}
/* FORMS BASICS */
form .radio,
form .checkbox {
  color: #909090;
  height: auto;
  line-height: 44px;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
form .checkbox label {
  line-height: 44px;
}
a {
  color: #b0915d;
}
p a {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: bold;
  font-style: normal;
}
p {
  color: #505050;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  font-style: normal;
  text-align: center;
}
p,
form textarea {
  margin-bottom: 35px;
}
form label {
  color: #505050;
  font-size: 16px;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="search"],
form textarea {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.2);
  padding: 10px;
  font-family: Georgia, serif;
  font-weight: 300;
  font-size: 16px;
  color: #555555;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="search"] {
  font-size: 16px;
  height: 44px;
  padding: 0 10px;
}
form .radio input[type="radio"],
form .checkbox input[type="checkbox"] {
  margin-left: 0;
}
/* top-wrap */
#top-wrap {
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 498;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Georgia, serif;
  font-weight: 300;
  font-size: 16px;
  line-spacing: 1.3em;
  color: #505050;
}
.whole-page {
  margin: 0 auto;
  padding: 0;
  min-height: 100%;
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: black;
}
.main-content {
  padding: 44px 0 0 0;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
select:focus:invalid,
textarea:focus:invalid,
input[type="text"]:focus:invalid,
input[type="password"]:focus:invalid,
input[type="datetime"]:focus:invalid,
input[type="datetime-local"]:focus:invalid,
input[type="date"]:focus:invalid,
input[type="month"]:focus:invalid,
input[type="time"]:focus:invalid,
input[type="week"]:focus:invalid,
input[type="number"]:focus:invalid,
input[type="email"]:focus:invalid,
input[type="url"]:focus:invalid,
input[type="search"]:focus:invalid,
input[type="tel"]:focus:invalid {
  border-color: rgba(82, 168, 236, 0.8) !important;
  outline: 0 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
  color: #555 !important;
}
.picture-circle {
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  background-color: #dddddd;
  font-size: 82px;
}
.picture-circle.icon div.picture-circle-text {
  font-family: APIcons;
  font-size: 28%;
}
.picture-circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -41px;
  margin-top: -41px;
  width: 82px;
  height: 82px;
  border: 0;
  outline: 0;
}
.picture-circle div.picture-circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -41px;
  margin-top: -41px;
  width: 82px;
  height: 82px;
  border: 0;
  outline: 0;
  background-color: #fafafa;
  color: #cccccc;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 30%;
}
.picture-circle.processing {
  background-image: url('../../aisleplanner/common/images/standard-loading-icon.gif');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-indent: 500%;
  white-space: nowrap;
  overflow: hidden;
}
.picture-circle.processing img {
  display: none;
}
.tooltip {
  z-index: 497;
}
.legal-text {
  background: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ccc;
  height: 200px;
  overflow-y: scroll;
  margin-left: 30px;
  padding: 14px;
  text-align: justify;
}
.legal-text article {
  font-size: 12px;
}
.legal-text article h1,
.legal-text article h2,
.legal-text article h3,
.legal-text article h4,
.legal-text article h5,
.legal-text article h6,
.legal-text article p,
.legal-text article ul,
.legal-text article ol,
.legal-text article dl {
  margin: 0 0 10px;
  text-align: justify;
  line-height: normal;
  font-family: Georgia, serif;
  font-weight: 300;
}
.legal-text article h1 {
  font-size: 2em;
}
.legal-text article h2 {
  font-size: 1.8em;
}
.legal-text article h3 {
  font-size: 1.6em;
}
.legal-text article h4 {
  font-size: 1.4em;
}
.legal-text article h5 {
  font-size: 1.2em;
}
.legal-text article h6 {
  font-size: 1em;
}
.legal-text article p,
.legal-text article ul,
.legal-text article ol,
.legal-text article dl {
  font-size: 1em;
}
.legal-text article ul,
.legal-text article ol {
  list-style: normal;
  list-style-position: outside;
  margin-left: 15px;
}
.restricted-size-reference,
.restricted-size-rendered {
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
}
.restricted-size-rendered {
  top: 50px;
}
.image-gallery {
  padding: 0 8px 8px 8px;
}
.image-gallery #image-gallery-scaler {
  width: 230px;
  height: 1px;
  position: absolute;
  left: -99999px;
}
.image-gallery .image-gallery-image {
  width: 230px;
  margin: 8px 0 0 0;
  float: left;
}
.image-gallery .image-gallery-image:hover .image-gallery-image-info {
  display: block;
}
.image-gallery .image-gallery-image.article {
  width: 340px;
  height: 380px;
}
@media only screen and (max-width: 767px) {
  .image-gallery .image-gallery-image.article {
    width: 80%;
    height: 360px;
  }
}
@media only screen and (max-width: 410px) {
  .image-gallery .image-gallery-image.article {
    height: 350px;
  }
}
.image-gallery .image-gallery-image.story {
  width: 340px;
  height: 380px;
}
@media only screen and (max-width: 767px) {
  .image-gallery .image-gallery-image.story {
    width: 80%;
    height: 360px;
  }
}
@media only screen and (max-width: 410px) {
  .image-gallery .image-gallery-image.story {
    height: 350px;
  }
}
.image-gallery .image-gallery-image.listing {
  width: 340px;
  height: 400px;
}
@media only screen and (max-width: 767px) {
  .image-gallery .image-gallery-image.listing {
    width: 80%;
    height: 370px;
  }
}
@media only screen and (max-width: 410px) {
  .image-gallery .image-gallery-image.listing {
    height: 350px;
  }
}
.image-gallery .image-gallery-image > a {
  display: block;
}
.image-gallery .image-gallery-image .image-gallery-image-info {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.image-gallery .image-gallery-image .image-gallery-image-info.force-open {
  display: block;
}
.image-gallery .image-gallery-image .image-gallery-image-info .actions {
  z-index: 1;
  position: absolute;
  bottom: 12px;
  left: 12px;
  padding: 2px;
  white-space: nowrap;
  background-color: #fafafa;
  border-radius: 4px;
}
.image-gallery .image-gallery-image .image-gallery-image-info .actions button.image-save,
.image-gallery .image-gallery-image .image-gallery-image-info .actions button.image-fave {
  padding: 4px 10px 2px 10px;
  line-height: 20px;
  font-size: 11px;
}
.image-gallery .image-gallery-image .image-gallery-image-info .actions button.image-save + button.image-fave {
  margin-left: 2px;
}
.image-gallery .image-gallery-image .image-gallery-image-info .actions button.image-fave.faved .icon {
  color: #c00000;
}
.image-gallery .image-gallery-image .image-gallery-image-info .actions span.image-fave-count {
  display: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #505050 !important;
  text-decoration: none !important;
  position: absolute;
  line-height: 50px;
  top: 0;
  right: 10px;
}
.image-gallery .image-gallery-image .image-gallery-image-info .actions-article-story-faves {
  z-index: 1;
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 2px;
  white-space: nowrap;
  background-color: #fafafa;
  border-radius: 4px;
}
.image-gallery .image-gallery-image .image-gallery-image-info .actions-article-story-faves button.image-save,
.image-gallery .image-gallery-image .image-gallery-image-info .actions-article-story-faves button.image-fave {
  padding: 4px 10px 2px 10px;
  line-height: 20px;
  font-size: 11px;
}
.image-gallery .image-gallery-image .image-gallery-image-info .actions-article-story-faves button.image-save + button.image-fave {
  margin-left: 2px;
}
.image-gallery .image-gallery-image .image-gallery-image-info .actions-article-story-faves button.image-fave.faved .icon {
  color: #c00000;
}
.image-gallery .image-gallery-image .image-gallery-image-info .actions-article-story-faves span.image-fave-count {
  display: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #505050 !important;
  text-decoration: none !important;
  position: absolute;
  line-height: 50px;
  top: 0;
  right: 10px;
}
.image-gallery .image-gallery-image h4.title {
  text-align: center;
  margin-bottom: 5px;
}
.image-gallery .image-gallery-image h4.title.dotcom-title {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 24px;
}
.image-gallery .image-gallery-image div.subtitle {
  text-align: center;
  font-size: 14px;
  font-family: 'Karla', sans-serif;
}
.image-gallery .image-gallery-image div.category {
  text-align: center;
  font-size: 12px;
  font-family: 'Karla', sans-serif;
  text-transform: uppercase;
  color: #bea06e;
  letter-spacing: 1px;
  line-height: 19px;
  margin-bottom: 10px;
}
.image-gallery .image-gallery-image div.cost {
  text-align: center;
  font-size: 14px;
  font-family: 'Karla', sans-serif;
  margin-bottom: 10px;
}
.image-gallery .image-gallery-image div.rating {
  text-align: center;
  color: #bea06e;
}
@media screen and (max-width: 480px) {
  .marketing .image-gallery #image-gallery-scaler {
    width: 96px;
  }
  .marketing .image-gallery .image-gallery-image {
    width: 96px;
  }
  .marketing .image-gallery .image-gallery-image:hover .image-gallery-image-info {
    display: none;
  }
}
div.rc-anchor-alert {
  display: none;
}
[draggable="true"] {
  transform: translate(0, 0);
  z-index: 0;
}
.tooltip {
  position: absolute;
  z-index: 497;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
}
.tooltip.in {
  opacity: 0.8;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.grecaptcha-badge {
  visibility: hidden;
}
html.MarketingSite > body {
  min-height: 0px !important;
  padding: 0 !important;
}
html.MarketingSite.MarketingSignup {
  background-color: white;
}
html.MarketingSite.MarketingSignup > body {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
html.MarketingSite.MarketingSignup > body > div#header {
  background-color: transparent;
}
html.MarketingSite.MarketingSignup > body > div#header > div#header-content {
  background-color: white;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
html.MarketingSite.MarketingSignup > body > div#header > div#header-content > ul#nav > li[tag="signup"] > a {
  border-color: #cccccc;
  color: #cccccc;
}
div.MarketingSignupPage > div[tag="intro"] {
  padding: 115px 0 59px 0;
  background-color: #f3f3f3;
  text-align: center;
}
div.MarketingSignupPage > div[tag="intro"] > h2 {
  font: italic 700 65px/88px "Playfair Display";
  margin: 40px 0 7px 0;
}
div.MarketingSignupPage > div[tag="intro"] > p {
  font: 25px/35px "Playfair Display";
  margin: 0;
}
@media screen and (max-width: 639px) {
  div.MarketingSignupPage > div[tag="intro"] > p {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  div.MarketingSignupPage > div[tag="intro"] {
    padding: 1px 0 30px 0;
  }
  div.MarketingSignupPage > div[tag="intro"] > h2 {
    margin-top: 20px;
    font-size: 35px;
    line-height: 45px;
  }
  div.MarketingSignupPage > div[tag="intro"] > p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 370px) {
  div.MarketingSignupPage > div[tag="intro"] h2 {
    font-size: 28px;
    line-height: 35px;
  }
}
div.MarketingSignupPage > div[tag="content"] {
  display: table;
  height: 98vh;
  margin: 0 auto;
}
div.MarketingSignupPage > div[tag="content"] .ng-cloak {
  display: none !important;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] {
  font-family: "Montserrat";
  font-weight: 300;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 370px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  div.MarketingSignupPage > div[tag="content"] > div[tag="form"] {
    width: 80%;
    padding: 0;
    padding-top: 20px;
  }
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] h2 {
  font-weight: 300;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  div.MarketingSignupPage > div[tag="content"] > div[tag="form"] h2 {
    font-size: 23.5px;
  }
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] p {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  padding: 16px 0 5px 0;
}
@media screen and (max-width: 768px) {
  div.MarketingSignupPage > div[tag="content"] > div[tag="form"] p {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13.5px;
  }
}
@media screen and (max-width: 730px) {
  div.MarketingSignupPage > div[tag="content"] > div[tag="form"] p {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 415px) {
  div.MarketingSignupPage > div[tag="content"] > div[tag="form"] p {
    padding-right: 33px;
    padding-left: 33px;
  }
}
@media screen and (max-width: 375px) {
  div.MarketingSignupPage > div[tag="content"] > div[tag="form"] p {
    padding-right: 33px;
    padding-left: 33px;
  }
}
@media screen and (max-width: 360px) {
  div.MarketingSignupPage > div[tag="content"] > div[tag="form"] p {
    padding-right: 33px;
    padding-left: 33px;
  }
}
@media screen and (max-width: 320px) {
  div.MarketingSignupPage > div[tag="content"] > div[tag="form"] p {
    padding-right: 33px;
    padding-left: 33px;
  }
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] p.sign-in {
  font-family: "Montserrat";
  font-weight: 300;
  text-align: left;
  font-size: 12px;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] p.sign-in a {
  font-family: "Montserrat";
  font-weight: 300;
  font-weight: 700;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] p.sign-in a:hover {
  color: #ac8d55;
}
@media screen and (max-width: 768px) {
  div.MarketingSignupPage > div[tag="content"] > div[tag="form"] p.sign-in {
    padding-left: 10%;
  }
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] p.errorMessages {
  width: 500px;
  color: #ab5243;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  font-family: "Montserrat";
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  div.MarketingSignupPage > div[tag="content"] > div[tag="form"] p.errorMessages {
    width: 80% !important;
    padding: 0;
    font-size: 11.5px;
    line-height: 17px;
  }
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] a.error {
  color: #ab5243;
  text-decoration: none;
  font-family: "Montserrat";
  font-weight: 300;
  font-weight: 700;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] .select-type-register > button {
  font-family: "Montserrat";
  letter-spacing: 2px !important;
  background-color: #2b2b2b;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 11px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  width: 370px;
  line-height: 44px;
  text-transform: uppercase;
  font-weight: 700;
  color: #f6f6f6;
  margin-bottom: 20px;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] .select-type-register > button:disabled {
  background-color: #cccccc;
  cursor: default;
}
@media screen and (max-width: 768px) {
  div.MarketingSignupPage > div[tag="content"] > div[tag="form"] .select-type-register > button {
    width: 80% !important;
  }
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] .select-type-register > button[tag="facebook"] {
  background-color: #2a599b;
  color: white;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] .select-type-register > button[tag="facebook"]:hover {
  background-color: #1f4273;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] .select-type-register > button[tag="email"] {
  background-color: black;
  color: white;
  margin-bottom: 15px;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] .select-type-register > button[tag="email"]:hover {
  background-color: #3d3d3d;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] .select-type-register > button[tag="reset"] {
  background-color: black;
  color: white;
  margin-bottom: 30px;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] .select-type-register > button:disabled {
  background-color: #cccccc;
  cursor: default;
}
@media screen and (max-width: 359px) {
  div.MarketingSignupPage > div[tag="content"] > div[tag="form"] .select-type-register > button {
    letter-spacing: 0;
  }
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] > p.learn-more {
  font-family: "Source Sans Pro";
  margin-top: 5px;
  margin-bottom: 60px;
  text-align: center;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] > p.learn-more > a {
  color: inherit;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields {
  display: inline-block;
  margin-top: 20px;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields .row {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields .row {
    margin: 0 auto;
  }
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields .facebookrow {
  display: block;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields .facebookrow > input[tag="company"] {
  margin: 0 auto;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields input,
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields select {
  margin: 5px 10px 10px 5px;
  font-family: "Montserrat";
  font-weight: 300;
  background-color: #f6f6f6;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #2b2b2b;
  width: 400px;
  height: 44px;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields input.error,
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields select.error {
  border: 1px solid #ab5243;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields input.placeholder,
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields select.placeholder {
  color: #808080;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields input::placeholder,
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields select::placeholder {
  color: #808080;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields input::-webkit-input-placeholder,
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields select::-webkit-input-placeholder {
  color: #808080;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields input::-moz-placeholder,
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields select::-moz-placeholder {
  color: #808080;
  opacity: 1;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields input:focus,
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields select:focus {
  outline: none;
}
@media screen and (max-width: 768px) {
  div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields input,
  div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields select {
    width: 80% !important;
  }
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > select[tag="onboard-for"] {
  background-color: #ffffff;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > input[tag="company"] {
  margin-bottom: 15px;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > div[tag="promo-link"] {
  text-align: center;
  font-family: "Montserrat";
  font-weight: 300;
  text-transform: uppercase;
  color: #2b2b2b;
  margin-bottom: 15px;
  letter-spacing: 0.26em;
  font-size: 12px;
  font-weight: 700;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > div[tag="promo-link"] > span {
  cursor: pointer;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > button[tag="facebook"] {
  font-family: "Montserrat";
  letter-spacing: 2px !important;
  background-color: #2b2b2b;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 11px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  width: 370px;
  line-height: 44px;
  text-transform: uppercase;
  font-weight: 700;
  color: #f6f6f6;
  background-color: #2a599b;
  cursor: pointer;
  width: 400px;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > button[tag="facebook"]:disabled {
  background-color: #cccccc;
  cursor: default;
}
@media screen and (max-width: 768px) {
  div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > button[tag="facebook"] {
    width: 80% !important;
  }
}
@media screen and (max-width: 359px) {
  div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > button[tag="facebook"] {
    letter-spacing: 0;
  }
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > div[tag="option"] {
  text-align: center;
  font: 16px/20px "Source Sans Pro";
  text-transform: uppercase;
  color: #333333;
  margin: 15px 0;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > input[tag="email"],
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > input[tag="name"] {
  margin-bottom: 15px;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > input[tag="password"] {
  margin-bottom: 15px;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > select[tag="onboard-for"] {
  height: 75px;
  margin-bottom: 15px;
  text-indent: 10px;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields .disclaimer-section {
  display: block;
  margin-top: 10px;
  font-color: #2b2b2b;
  color: #bfbfbf;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* On input focus, highlight checkbox */
  /* On focus, add a grey background color and outline. */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields .disclaimer-section .container {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields .disclaimer-section .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields .disclaimer-section .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 10px;
  width: 10px;
  background-color: #eee;
}
@media screen and (max-width: 768px) {
  div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields .disclaimer-section .checkmark {
    zoom: 1.5;
    top: 2px;
    left: -5px;
  }
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields .disclaimer-section .container:hover input ~ .checkmark {
  background-color: #ccc;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields .disclaimer-section .container input:focus ~ .checkmark {
  outline: 1px solid #ac8d55;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields .disclaimer-section .container:focus input ~ .checkmark {
  background-color: #ccc;
  outline: 1px solid #ac8d55;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields .disclaimer-section .container input:checked ~ .checkmark {
  background-color: #3d3d3d;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields .disclaimer-section .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields .disclaimer-section .checkbox {
  width: 10px !important;
  height: 10px;
  float: left;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields .disclaimer-section .checkbox {
    zoom: 1.5;
    margin: 1px 2px 0px 0px;
  }
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields .disclaimer-section > label.disclaimer-terms {
  text-align: justify;
  font-size: 12px;
  padding-bottom: 15px;
  width: 720px;
  margin: 0 auto;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields .disclaimer-section > label.disclaimer-terms > a {
  text-decoration: underline;
  color: #bfbfbf;
  font-size: 11px;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields .disclaimer-section > label.disclaimer-terms > a:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields .disclaimer-section > label.disclaimer-terms {
    display: inline-block;
    width: 75% !important;
    font-size: 11px;
    line-height: 14px;
  }
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields .disclaimer-section > label.recaptcha-terms {
  text-align: center;
}
@media screen and (max-width: 768px) {
  div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields .disclaimer-section > label.recaptcha-terms {
    text-align: justify;
  }
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > button[tag="signup"] {
  font-family: "Montserrat";
  letter-spacing: 2px !important;
  background-color: #2b2b2b;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 11px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  width: 370px;
  line-height: 44px;
  text-transform: uppercase;
  font-weight: 700;
  color: #f6f6f6;
  margin-bottom: 35px;
  cursor: pointer;
  width: 800px;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > button[tag="signup"]:disabled {
  background-color: #cccccc;
  cursor: default;
}
@media screen and (max-width: 768px) {
  div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > button[tag="signup"] {
    width: 80% !important;
  }
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > button.signupActivated:hover {
  background-color: #3d3d3d !important;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > p[tag="terms"] {
  font: 14px/20px "Source Sans Pro";
  color: #999999;
  margin: 0;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > p[tag="terms"] a {
  color: #b0915d;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > div.FormPaddingCaptcha {
  width: 304px;
  text-align: center;
  margin: 5px auto;
  padding-bottom: 10px;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > div.FormPaddingCaptcha div.error {
  border: 1px solid #d94f4f;
  border-radius: 4px;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="welcome"] h2 {
  font-weight: 300;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="welcome"] h2 br.break-line-welcome-header {
  display: none;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="welcome"] p {
  margin-bottom: 0 0 2em 0;
  font-family: "Montserrat" !important;
  font-weight: 300 !important;
  font-size: 14px;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="welcome"] p.inline-left {
  display: inline-block;
  margin-right: 55px;
  text-transform: uppercase;
  letter-spacing: 0.26em;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="welcome"] p.inline-right {
  display: inline-block;
  margin-left: 55px;
  text-transform: uppercase;
  letter-spacing: 0.26em;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="welcome"] .box {
  width: 600px;
  padding: 30px 30px 0 30px;
  background-color: white;
  text-align: center;
  margin: 0 auto;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="welcome"] div.message-container {
  display: table;
  height: 98vh;
  margin: 0 auto;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="welcome"] div.message-container > div.message-box {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="welcome"] i.fa.fa-long-arrow-right {
  color: #ac8d55;
  font-size: 12px;
  margin-left: 6px;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="welcome"] i.fa.fa-long-arrow-left {
  color: #ac8d55;
  font-size: 12px;
  margin-right: 6px;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="welcome"] a,
div.MarketingSignupPage > div[tag="content"] > div[tag="welcome"] a:visited,
div.MarketingSignupPage > div[tag="content"] > div[tag="welcome"] a:active {
  color: #333333;
  text-decoration: none;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="welcome"] a:hover {
  color: #ac8d55;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="welcome"] a {
  font-family: "Montserrat";
  font-weight: 300;
  text-decoration: none;
  color: inherit;
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="welcome"] span.email {
  color: #ac8d55;
}
@media screen and (max-width: 768px) {
  div.MarketingSignupPage > div[tag="content"] > div[tag="welcome"] .box {
    width: 80%;
    padding: 30px 5px 0 5px;
  }
  div.MarketingSignupPage > div[tag="content"] > div[tag="welcome"] p.message {
    font-size: 14px;
  }
  div.MarketingSignupPage > div[tag="content"] > div[tag="welcome"] h2 {
    font-size: 23.5px !important;
    margin: 0 auto;
    width: 80%;
  }
  div.MarketingSignupPage > div[tag="content"] > div[tag="welcome"] h2 br.break-line-welcome-header {
    display: inline;
  }
  div.MarketingSignupPage > div[tag="content"] > div[tag="welcome"] p.inline-left {
    width: 50%;
    margin: 0;
    float: left;
  }
  div.MarketingSignupPage > div[tag="content"] > div[tag="welcome"] p.inline-left a {
    letter-spacing: 0.1em;
  }
  div.MarketingSignupPage > div[tag="content"] > div[tag="welcome"] p.inline-right {
    width: 50%;
    margin: 0;
    float: right;
  }
  div.MarketingSignupPage > div[tag="content"] > div[tag="welcome"] p.inline-right a {
    letter-spacing: 0.1em;
  }
}
div.MarketingSignupPage > div[tag="content"] > div[tag="reviews"] {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 60px;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="reviews"] > h3 {
  font: italic 700 35px/56px "Playfair Display";
  margin: 0 0 60px 0;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="reviews"] > div.MarketingSignupReview {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #f3f3f3;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="reviews"] > div.MarketingSignupReview:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="reviews"] > div.MarketingSignupReview > div[tag="quote"] {
  font: 19px/24px "Source Sans Pro";
  margin-bottom: 24px;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="reviews"] > div.MarketingSignupReview > div[tag="name"] {
  font: 16px/24px "Source Sans Pro";
  text-transform: uppercase;
  letter-spacing: 1px;
}
div.MarketingSignupPage > div[tag="content"] > div[tag="reviews"] > div.MarketingSignupReview > div[tag="company"] {
  font: italic 16px/24px "Source Sans Pro";
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #b0915d;
}
@media (max-width: 768px) {
  label.disclaimer-terms {
    width: 300px !important;
  }
}
@media (max-width: 730px) {
  label.disclaimer-terms {
    width: 630px !important;
  }
}
@media (max-width: 530px) {
  label.disclaimer-terms {
    width: 430px !important;
  }
}
@media (max-width: 360px) {
  label.disclaimer-terms {
    width: 340px !important;
  }
}
@media (max-width: 320px) {
  label.disclaimer-terms {
    width: 300px !important;
  }
}
div.APSignupInfoPanel {
  position: absolute;
  left: 50%;
  top: 120px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  margin-left: -380px;
  padding: 40px 40px 20px;
  width: 680px !important;
}
div.APSignupInfoPanel p {
  text-align: center;
  margin: 0 0 30px 0;
}
div.APSignupInfoPanel p a {
  color: #b0915d;
}
@media (max-width: 768px) {
  div.APSignupInfoPanel {
    top: 80px;
    margin-left: -270px;
    padding: 40px 20px 20px;
    width: 500px !important;
  }
}
@media (max-width: 539px) {
  div.APSignupInfoPanel {
    top: 60px;
    margin-left: -175px;
    padding: 40px 10px 20px;
    width: 350px !important;
  }
  div.APSignupInfoPanel h3 {
    font-size: 20px;
  }
  div.APSignupInfoPanel p {
    font-size: 14px;
  }
}
@media (max-width: 370px) {
  div.APSignupInfoPanel {
    top: 60px;
    margin-left: -150px;
    padding: 40px 10px 20px;
    width: 300px !important;
  }
}
@media (max-height: 420px) {
  div.APSignupInfoPanel {
    top: 10px;
  }
}
html.MarketingSite.MarketingSignupConsumers {
  background-color: white;
}
html.MarketingSite.MarketingSignupConsumers > body {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
html.MarketingSite.MarketingSignupConsumers > body > div#header {
  background-color: transparent;
}
html.MarketingSite.MarketingSignupConsumers > body > div#header > div#header-content {
  background-color: white;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
html.MarketingSite.MarketingSignupConsumers > body > div#header > div#header-content > ul#nav > li[tag="signup"] > a {
  border-color: #cccccc;
  color: #cccccc;
}
div.MarketingSignupConsumersPage > div[tag="intro"] {
  padding: 115px 0 59px 0;
  background-color: #f3f3f3;
  text-align: center;
}
div.MarketingSignupConsumersPage > div[tag="intro"] > h2 {
  font: italic 700 65px/88px "Playfair Display";
  margin: 40px 0 7px 0;
}
div.MarketingSignupConsumersPage > div[tag="intro"] > p {
  font: 25px/35px "Playfair Display";
  margin: 0;
}
@media screen and (max-width: 639px) {
  div.MarketingSignupConsumersPage > div[tag="intro"] > p {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  div.MarketingSignupConsumersPage > div[tag="intro"] {
    padding: 1px 0 30px 0;
  }
  div.MarketingSignupConsumersPage > div[tag="intro"] > h2 {
    margin-top: 20px;
    font-size: 35px;
    line-height: 45px;
  }
  div.MarketingSignupConsumersPage > div[tag="intro"] > p {
    font-size: 20px;
    line-height: 30px;
  }
}
div.MarketingSignupConsumersPage > div[tag="content"] {
  margin: 90px auto;
  width: 940px;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] {
  display: inline-block;
  vertical-align: top;
  width: 470px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #f3f3f3;
  padding: 50px 75px 75px 75px;
  margin-right: 100px;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] > h2 {
  margin-bottom: 0;
  font-family: "Source Sans Pro";
  font-size: 20px;
  text-align: center;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] .select-type-register > button {
  width: 100%;
  border: none;
  background-color: #b0915d;
  padding: 0;
  font: 400 16px/75px "Source Sans Pro";
  outline: none;
  color: white;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0px;
  margin-bottom: 20px;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] .select-type-register > button:disabled {
  background-color: #cccccc;
  cursor: default;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] .select-type-register > button[tag="facebook"] {
  background-color: #0072bc;
  color: white;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] .select-type-register > button[tag="email"] {
  background-color: black;
  color: white;
  margin-bottom: 30px;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] .select-type-register > button[tag="reset"] {
  background-color: black;
  color: white;
  margin-bottom: 30px;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] .select-type-register > button:disabled {
  background-color: #cccccc;
  cursor: default;
}
@media screen and (max-width: 359px) {
  div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] .select-type-register > button {
    letter-spacing: 0;
  }
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] > p.learn-more {
  font-family: "Source Sans Pro";
  margin-top: 5px;
  margin-bottom: 60px;
  text-align: center;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] > p.learn-more > a {
  color: inherit;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > input {
  margin: 0;
  font: 16px/20px "Source Sans Pro";
  color: #333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 75px;
  border: 2px solid #f3f3f3;
  padding: 25px 28px;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > input.error {
  border-color: #d94f4f;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > input::placeholder {
  color: #808080;
  text-transform: uppercase;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > input::-webkit-input-placeholder {
  color: #808080;
  text-transform: uppercase;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > input::-moz-placeholder {
  color: #808080;
  opacity: 1;
  text-transform: uppercase;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > input:focus {
  outline: none;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > input[tag="company"] {
  margin-bottom: 15px;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > div[tag="promo-link"] {
  text-align: center;
  font: 16px/20px "Source Sans Pro";
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 20px;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > div[tag="promo-link"] > span {
  cursor: pointer;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > input[tag="promo"] {
  margin-bottom: 15px;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > button[tag="facebook"] {
  width: 100%;
  border: none;
  background-color: #b0915d;
  padding: 0;
  font: 400 16px/75px "Source Sans Pro";
  outline: none;
  color: white;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0px;
  background-color: #0072bc;
  cursor: pointer;
  border-radius: 0px;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > button[tag="facebook"]:disabled {
  background-color: #cccccc;
  cursor: default;
}
@media screen and (max-width: 359px) {
  div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > button[tag="facebook"] {
    letter-spacing: 0;
  }
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > div[tag="option"] {
  text-align: center;
  font: 16px/20px "Source Sans Pro";
  text-transform: uppercase;
  color: #333333;
  margin: 15px 0;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > input[tag="email"],
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > input[tag="name"] {
  margin-bottom: 15px;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > input[tag="password"] {
  margin-bottom: 15px;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > label.disclaimer-terms {
  /*border-bottom: 1px solid #ccc;*/
  text-align: left;
  color: #ccc;
  font-size: 12px;
  padding-bottom: 15px;
  width: 100%;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > label.disclaimer-terms > a {
  text-decoration: underline;
  color: #ccc;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > label.disclaimer-terms > a:hover {
  cursor: pointer;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > button[tag="signup"] {
  width: 100%;
  border: none;
  background-color: #b0915d;
  padding: 0;
  font: 400 16px/75px "Source Sans Pro";
  outline: none;
  color: white;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0px;
  margin-bottom: 35px;
  cursor: pointer;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > button[tag="signup"]:disabled {
  background-color: #cccccc;
  cursor: default;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > p[tag="terms"] {
  font: 14px/20px "Source Sans Pro";
  color: #999999;
  margin: 0;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > p[tag="terms"] a {
  color: #b0915d;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > div.FormPaddingCaptcha {
  width: 304px;
  text-align: center;
  margin: 5px auto;
  padding-bottom: 10px;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] div.signup-form-fields > div.FormPaddingCaptcha div.error {
  border: 1px solid #d94f4f;
  border-radius: 4px;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="description"] {
  width: 370px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="description"] > h3 {
  font: italic 700 35px/56px "Playfair Display";
  margin: 0 0 60px 0;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="description"] > h3 > hr.line {
  width: 100px;
  text-align: left;
  margin: 0 0 10px 0;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="description"] > div.MarketingSignupDescription {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #f3f3f3;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="description"] > div.MarketingSignupDescription:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="description"] > div.MarketingSignupDescription > div[tag="content"] > ul {
  list-style: none;
  padding: 0;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="description"] > div.MarketingSignupDescription > div[tag="content"] > ul > li {
  font: 19px/24px "Source Sans Pro";
  margin-bottom: 24px;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="description"] > div.MarketingSignupDescription > div[tag="content"] > ul > li:before {
  content: '\2192 \0020';
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="description"] > div[tag="review"] {
  text-align: center;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="description"] > div[tag="review"] > div.image {
  display: inline-block;
  width: 140px;
  height: 140px;
  margin-bottom: 30px;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="description"] > div[tag="review"] > div.image > img {
  border-radius: 50%;
  width: 140px;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="description"] > div[tag="review"] > div.comment {
  font: 19px/24px "Source Sans Pro";
  margin-bottom: 24px;
  text-align: left;
}
div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="description"] > div[tag="review"] > div.comment > div.name {
  color: #b0915d;
  font-family: sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 980px) {
  div.MarketingSignupConsumersPage > div[tag="content"] {
    width: 730px;
    padding: 0 15px;
    margin: 30px auto;
  }
  div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] {
    border: none;
    padding: 0;
    width: 380px;
    margin-right: 50px;
  }
  div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="description"] {
    padding: 0;
    width: 300px;
  }
  div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="description"] > div.MarketingSignupDescription > div[tag="content"] > ul > li {
    font: 16px/20px "Source Sans Pro";
  }
  div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="review"] > div.comment {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  div.MarketingSignupConsumersPage > div[tag="content"] {
    width: auto;
    padding: 0 20px;
    margin: 30px 0;
  }
  div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="form"] {
    display: block;
    width: auto;
    margin: 0 auto;
    max-width: 400px;
  }
  div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="description"] {
    display: none;
  }
  div.MarketingSignupConsumersPage > div[tag="content"] > div[tag="review"] {
    display: none;
  }
}
html.MarketingSite.MarketingSignupContributor > body > div#header > ul#nav > li[tag="signup"] > a {
  background-color: rgba(0, 0, 0, 0.2);
}
div.SignupContributorPage {
  padding: 165px 30px 30px 30px;
  width: 960px;
  margin: 0 auto;
}
div.SignupContributorPage > div[tag="lead"] {
  margin-bottom: 40px;
  color: #333333;
}
div.SignupContributorPage > div[tag="lead"] > h2 {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 24px;
  margin: 0 0 40px 0;
}
div.SignupContributorPage > div[tag="form"] {
  width: 300px;
  margin: 0 auto;
  background-color: #f0f0f0;
  padding: 30px;
}
div.SignupContributorPage > div[tag="form"] > div[tag="intro"] {
  text-align: center;
  margin: 0 0 30px 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
div.SignupContributorPage > div[tag="form"] > div[tag="create"] > input[type="text"],
div.SignupContributorPage > div[tag="form"] > div[tag="intro"] > input[type="text"],
div.SignupContributorPage > div[tag="form"] > div[tag="create"] > input[type="password"],
div.SignupContributorPage > div[tag="form"] > div[tag="intro"] > input[type="password"] {
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.2);
  padding: 0 10px;
  height: 44px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
}
div.SignupContributorPage > div[tag="form"] > div[tag="create"] > input[type="text"]:focus,
div.SignupContributorPage > div[tag="form"] > div[tag="intro"] > input[type="text"]:focus,
div.SignupContributorPage > div[tag="form"] > div[tag="create"] > input[type="password"]:focus,
div.SignupContributorPage > div[tag="form"] > div[tag="intro"] > input[type="password"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
div.SignupContributorPage > div[tag="form"] > div[tag="create"] > input[type="text"].error,
div.SignupContributorPage > div[tag="form"] > div[tag="intro"] > input[type="text"].error,
div.SignupContributorPage > div[tag="form"] > div[tag="create"] > input[type="password"].error,
div.SignupContributorPage > div[tag="form"] > div[tag="intro"] > input[type="password"].error {
  border-color: #cc0000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 0, 0, 0.6);
}
div.SignupContributorPage > div[tag="form"] > div[tag="create"] > button,
div.SignupContributorPage > div[tag="form"] > div[tag="intro"] > button {
  width: 100%;
}
div.SignupContributorPage > div[tag="form"] > div[tag="facebook"] {
  margin: 0 auto 30px auto;
}
div.SignupContributorPage > div[tag="form"] > div[tag="facebook"] > button {
  background-color: #2a599b;
  border-color: #204374;
  font-size: 12px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
div.SignupContributorPage > div[tag="form"] > div[tag="facebook"] > button:hover {
  background-color: #204374;
}
div.SignupContributorPage > div[tag="form"] > div[tag="facebook"] > button:active {
  background-color: #19355d;
}
div.SignupContributorPage > div[tag="form"] > div[tag="facebook"] > button:disabled {
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f7f7));
  background: -webkit-linear-gradient(top, white, #f7f7f7);
  background: -moz-linear-gradient(top, white, #f7f7f7);
  background: -ms-linear-gradient(top, white, #f7f7f7);
  background: -o-linear-gradient(top, white, #f7f7f7);
  color: #c4c4c4;
  border: 1px solid #e0e0e0;
}
div.SignupContributorPage > div[tag="form"] > div[tag="facebook"] > button > i {
  vertical-align: top;
  display: inline-block;
  width: 16px;
  font-size: 13px;
  margin-right: 8px;
}
div.SignupContributorPage > div[tag="form"] > div[tag="facebook"] > div[tag="option"] {
  margin: 30px 0 0 0;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
}
div.SignupContributorPage > div[tag="form"] > p[tag="terms"] {
  font-size: 11px;
  margin-bottom: 0;
  color: #666666;
}
div.SignupContributorPage > div[tag="form"] > p[tag="terms"] a,
div.SignupContributorPage > div[tag="form"] > p[tag="terms"] a:visited {
  color: inherit;
}
html.MarketingSite {
  margin: 0;
  padding: 0;
  background-color: white;
}
html.MarketingSite > body {
  background-color: white;
  min-height: calc(100vh + 302px);
  margin: 0;
  padding: 0 0 302px 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Playfair Display";
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}
html.MarketingSite > body > div#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 500;
}
html.MarketingSite > body > div#header > div#header-content {
  height: 115px;
}
html.MarketingSite > body > div#header > div#header-content > ul#nav {
  display: block;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  line-height: 45px;
  right: 40px;
  font-size: 18px;
  height: 45px;
  white-space: nowrap;
  padding: 0;
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
html.MarketingSite > body > div#header > div#header-content > ul#nav > li {
  vertical-align: top;
  padding: 0;
  margin: 0 0 0 60px;
  display: inline-block;
  letter-spacing: 1px;
  color: #b0915d;
}
html.MarketingSite > body > div#header > div#header-content > ul#nav > li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1099px) {
  html.MarketingSite > body > div#header > div#header-content > ul#nav > li {
    margin: 0 0 0 3vw;
  }
  html.MarketingSite > body > div#header > div#header-content > ul#nav > li:first-child {
    margin-left: 0;
  }
}
html.MarketingSite > body > div#header > div#header-content > ul#nav > li[tag="signup"] {
  color: #d94f4f;
}
html.MarketingSite > body > div#header > div#header-content > ul#nav > li[tag="signup"] > a {
  padding: 10px 27px 11px;
  border: 2px solid #d94f4f;
}
@media screen and (max-width: 899px) {
  html.MarketingSite > body > div#header > div#header-content > ul#nav > li[tag="blog"] {
    display: none;
  }
}
html.MarketingSite > body > div#header > div#header-content > ul#nav > li > a {
  color: inherit;
  text-decoration: none;
}
html.MarketingSite > body > div#header > div#header-content > ul#nav > li > ul.MarketingDropdown {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
  padding-top: 10px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 5px;
  background-color: white;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 10000;
  line-height: 22px;
}
html.MarketingSite > body > div#header > div#header-content > ul#nav > li > ul.MarketingDropdown > li {
  display: block;
  margin: 0;
  padding: 0;
}
html.MarketingSite > body > div#header > div#header-content > ul#nav > li > ul.MarketingDropdown > li.MarketingNavigationMenuTextItem {
  padding: 2px;
  z-index: 10001;
}
html.MarketingSite > body > div#header > div#header-content > ul#nav > li > ul.MarketingDropdown > li.MarketingNavigationMenuTextItem > a {
  color: inherit;
  text-decoration: none;
  z-index: 10002;
}
html.MarketingSite > body > div#header > div#header-content > a[tag="logo-container"] {
  display: block;
  position: absolute;
  margin-top: -17px;
  top: 50%;
  left: 40px;
  height: 35px;
  width: 278px;
}
html.MarketingSite > body > div#header > div#header-content > a[tag="logo-container"] > h1#logo {
  height: 100%;
  width: 100%;
  text-indent: 300px;
  margin: 0;
  padding: 0;
  line-height: 35px;
  overflow: hidden;
  background-image: url('../../aisleplanner/common/images/ap-logo-34,34,34,1.0.svg');
  background-size: 278px 35px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1190px) {
  html.MarketingSite > body > div#header > div#header-content > ul#nav {
    right: 20px;
    font-size: 14px;
  }
  html.MarketingSite > body > div#header > div#header-content > a[tag="logo-container"] {
    left: 20px;
  }
}
@media screen and (max-width: 966px) {
  html.MarketingSite > body > div#header {
    position: static;
    text-align: center;
    margin-bottom: 6px;
  }
  html.MarketingSite > body > div#header > div#header-content {
    height: auto;
  }
  html.MarketingSite > body > div#header > div#header-content > a[tag="logo-container"] {
    position: static;
    width: 214.5px;
    height: 27px;
    margin: 10px auto 20px auto;
  }
  html.MarketingSite > body > div#header > div#header-content > a[tag="logo-container"] > h1#logo {
    line-height: 27px;
    background-size: 214.5px 27px;
  }
  html.MarketingSite > body > div#header > div#header-content > ul#nav {
    position: static;
    font-size: 14px;
  }
  html.MarketingSite > body > div#header > div#header-content > ul#nav > li {
    letter-spacing: 0;
    padding-top: 5px;
  }
  html.MarketingSite > body > div#header > div#header-content > ul#nav > li[tag="signup"] > a {
    padding: 0px;
    border: none;
  }
  html.MarketingSite > body > div#header > div#header-content > ul#nav > li > ul.MarketingDropdown {
    padding-top: 0px;
  }
  html.MarketingSite > body > div#header > div#header-content > ul#nav > li > ul.MarketingDropdown > li.MarketingNavigationMenuTextItem {
    padding: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  html.MarketingSite > body > div#header > div#header-content > ul#nav {
    font-size: 11px;
  }
}
@media screen and (max-width: 359px) {
  html.MarketingSite > body > div#header > div#header-content > ul#nav {
    font-size: 10px;
  }
}
html.MarketingSite > body > div#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 302px;
  background-color: #333333;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 16px/24px "Source Sans Pro";
  padding: 70px 40px 0 40px;
}
@media screen and (max-width: 499px) {
  html.MarketingSite > body > div#footer {
    padding: 70px 10px 0 10px;
  }
}
@media screen and (max-width: 370px) {
  html.MarketingSite > body > div#footer {
    height: 302px;
    padding-top: 40px;
  }
}
html.MarketingSite > body > div#footer > ul {
  vertical-align: top;
  display: inline-block;
  list-style: none;
  line-height: 30px;
  font-size: 14px;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  padding-right: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 1023px) {
  html.MarketingSite > body > div#footer > ul[tag="hidden-mobile"] {
    display: none;
  }
}
html.MarketingSite > body > div#footer > ul > li {
  padding: 0;
  padding-bottom: 2px;
  margin: 0;
  display: block;
  color: inherit;
  text-decoration: none;
}
html.MarketingSite > body > div#footer > ul > li[tag="link-header"] {
  font-size: 15px;
  padding-bottom: 10px;
}
html.MarketingSite > body > div#footer > ul > li > a {
  color: inherit;
  text-decoration: none;
}
html.MarketingSite > body > div#footer > div[tag="subscribe"] {
  vertical-align: top;
  display: inline-block;
  width: 330px;
  margin-left: 60px;
}
@media screen and (max-width: 1170px) {
  html.MarketingSite > body > div#footer > div[tag="subscribe"] {
    width: 230px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1050px) {
  html.MarketingSite > body > div#footer > div[tag="subscribe"] {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1023px) {
  html.MarketingSite > body > div#footer > div[tag="subscribe"] {
    margin-left: 40px;
  }
}
@media screen and (max-width: 685px) {
  html.MarketingSite > body > div#footer > div[tag="subscribe"] {
    margin-left: 0px;
  }
}
@media screen and (max-width: 640px) {
  html.MarketingSite > body > div#footer > div[tag="subscribe"] {
    display: none;
  }
}
html.MarketingSite > body > div#footer > div[tag="subscribe"] > form > div > div[tag="intro"] {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 19px;
}
html.MarketingSite > body > div#footer > div[tag="subscribe"] > form > div > input[type="email"] {
  margin: 0;
  vertical-align: top;
  background-color: inherit;
  border: 2px solid #777777;
  border-right-width: 0;
  font: italic 400 12px/16px "Source Sans Pro";
  padding: 19px;
  width: 203px;
  color: #ffffff;
}
@media screen and (max-width: 1170px) {
  html.MarketingSite > body > div#footer > div[tag="subscribe"] > form > div > input[type="email"] {
    width: 163px;
  }
}
html.MarketingSite > body > div#footer > div[tag="subscribe"] > form > div > input[type="email"]:focus {
  outline: none;
}
html.MarketingSite > body > div#footer > div[tag="subscribe"] > form > div > button[type="submit"] {
  margin: 0;
  padding: 0;
  vertical-align: top;
  font: 20px/54px APIcons;
  background-color: inherit;
  border: 2px solid #777777;
  height: 58px;
  width: 50px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
html.MarketingSite > body > div#footer > div[tag="social-copy"] {
  vertical-align: top;
  display: inline-block;
  float: right;
  text-align: right;
}
html.MarketingSite > body > div#footer > div[tag="social-copy"] > ul[tag="social"] {
  list-style: none;
  font-size: 35px;
  line-height: 35px;
  height: 35px;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  color: #eeeeee;
}
html.MarketingSite > body > div#footer > div[tag="social-copy"] > ul[tag="social"] > li {
  vertical-align: top;
  padding: 0;
  margin: 0 15px 0 0;
  display: inline-block;
  width: 35px;
  text-align: center;
}
html.MarketingSite > body > div#footer > div[tag="social-copy"] > ul[tag="social"] > li:last-child {
  margin-right: 0;
}
html.MarketingSite > body > div#footer > div[tag="social-copy"] > ul[tag="social"] > li > a {
  color: inherit;
  text-decoration: none;
}
html.MarketingSite > body > div#footer > div[tag="social-copy"] > ul[tag="social"] > li > a > span.social-label {
  display: none;
}
html.MarketingSite > body > div#footer > div[tag="social-copy"] > div[tag="copyright"] {
  padding-top: 74px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  font-size: 15px;
}
html.MarketingSite > body > div#footer > div[tag="social-copy"] > div[tag="copyright"]:before {
  content: '';
  display: block;
  position: absolute;
  top: 37px;
  width: 100px;
  height: 1px;
  right: 0;
  background-color: #777777;
}
@media screen and (max-width: 370px) {
  html.MarketingSite > body > div#footer > div[tag="social-copy"] > div[tag="copyright"] {
    display: none;
  }
}
div.SalesSectionView > section.alternate {
  background-color: #fafafa;
  border-color: #ebebeb;
  border-width: 1px 0;
  border-style: solid;
}
div.SalesSectionView > section.SalesSectionCenteredDesktop {
  text-align: center;
}
div.SalesSectionView > section.SalesSectionCenteredAction {
  text-align: center;
}
div.SalesSectionView > section.SalesSectionCenteredImage {
  text-align: center;
}
div.SalesSectionView > section.SalesSectionCenteredIcon {
  text-align: center;
}
div.SalesSectionView > section.SalesSectionTestimonials > h1 {
  text-align: center;
}
div.SalesSectionView > section.SalesSectionTestimonials > ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 1000px;
  margin: 40px auto;
}
div.SalesSectionView > section.SalesSectionTestimonials > ul > li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
div.SalesSectionView > section.SalesSectionTestimonials > ul > li {
  width: 480px;
  vertical-align: top;
}
div.SalesSectionView > section.SalesSectionTestimonials > ul > li > div.testimonial-container {
  display: table;
  width: 100%;
}
div.SalesSectionView > section.SalesSectionTestimonials > ul > li > div.testimonial-container > div.photo-container {
  display: table-cell;
  vertical-align: top;
  width: 100px;
  padding-right: 10px;
}
div.SalesSectionView > section.SalesSectionTestimonials > ul > li > div.testimonial-container > div.photo-container > div.photo > div.picture-circle {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}
div.SalesSectionView > section.SalesSectionTestimonials > ul > li > div.testimonial-container > div.photo-container > div.photo > div.picture-circle > img {
  width: 88px;
  height: 88px;
  margin-top: -44px;
  margin-left: -44px;
  border-radius: 44px;
}
div.SalesSectionView > section.SalesSectionTestimonials > ul > li > div.testimonial-container > div.text-container {
  display: table-cell;
  vertical-align: top;
  padding-right: 20px;
}
div.SalesSectionView > section.SalesSectionTestimonials > ul > li > div.testimonial-container > div.text-container > div.name {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
div.SalesSectionView > section.SalesSectionTestimonials > ul > li > div.testimonial-container > div.text-container > blockquote {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  border-left: none;
  margin: 0 0 20px 0;
  padding: 0;
}
div.SalesSectionView > section.SalesSectionHighlights {
  text-align: center;
}
div.SalesSectionView > section.SalesSectionHighlights > ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}
div.SalesSectionView > section.SalesSectionHighlights > ul > li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
div.SalesSectionView > section.SalesSectionHighlights > ul > li {
  vertical-align: top;
  width: 172px;
  margin: 10px;
}
div.SalesSectionView > section.SalesSectionHighlights > ul > li > div.title {
  width: 170px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 30px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
}
div.SalesSectionView > section.SalesSectionHighlights > ul > li > p {
  margin: 10px 0 0 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
div.SalesSectionView > section .SalesSectionListView {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
div.SalesSectionView > section .SalesSectionListView > li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
div.SalesSectionView > section .SalesSectionListView > li {
  width: 206px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  vertical-align: top;
  margin: 10px 0;
  text-indent: -34px;
  padding-left: 34px;
}
div.SalesSectionView > section .SalesSectionListView > li:before {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  background-color: #f0f0f0;
  margin-right: 10px;
  vertical-align: top;
}
div.SalesSectionView > section .SalesSectionListView.single-column > li {
  width: 446px;
}
div.SalesSectionView > section.SalesSectionSideBySide.header-top > h1,
div.SalesSectionView > section.SalesSectionSideBySide.header-top p {
  text-align: center;
}
div.SalesSectionView > section.SalesSectionSideBySide.header-top > div > div.SalesSectionImageSide > img {
  margin-top: 0;
}
div.SalesSectionView > section.SalesSectionSideBySide > div {
  display: table;
}
div.SalesSectionView > section.SalesSectionSideBySide > div > div {
  display: table-cell;
  width: 480px;
  vertical-align: top;
}
div.SalesSectionView > section.SalesSectionSideBySide > div > div > p {
  text-align: left;
}
div.SalesSectionView > section.SalesSectionSideBySide > div > div.SalesSectionImageSide > img {
  margin: 40px;
}
div.SalesSectionView > section.SalesSectionSideBySide > div > div.SalesSectionTextSide > img {
  margin-right: 27px;
  margin-top: 7px;
  width: 140px;
  height: 140px;
  border: 1px solid #cccccc;
}
div.SalesSectionView > section.SalesSectionSideBySide > div > div.SalesSectionTextSide > img:last-child {
  margin-right: 0;
}
div.SalesSectionView > section.SalesSectionSideBySide > div > div > ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
div.SalesSectionView > section.SalesSectionSideBySide > div > div > ul > li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
div.SalesSectionView > section.SalesSectionSideBySide > div > div > ul > li {
  width: 206px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  vertical-align: top;
  margin: 10px 0;
  text-indent: -34px;
  padding-left: 34px;
}
div.SalesSectionView > section.SalesSectionSideBySide > div > div > ul > li:before {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  background-color: #f0f0f0;
  margin-right: 10px;
  vertical-align: top;
}
div.SalesSectionView > section.SalesSectionSideBySide > div > div > ul.single-column > li {
  width: 446px;
}
div.SalesSectionView > section.SalesSectionFeatureTiles {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
div.SalesSectionView > section.SalesSectionFeatureTiles > div.SalesSectionFeatureTile {
  vertical-align: top;
  display: table;
  margin: 0 auto 40px auto;
  border-bottom: 1px solid #cccccc;
  width: 960px;
  text-align: left;
}
div.SalesSectionView > section.SalesSectionFeatureTiles > div.SalesSectionFeatureTile > div.feature-info {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 40px;
}
div.SalesSectionView > section.SalesSectionFeatureTiles > div.SalesSectionFeatureTile > div.feature-info > h2 {
  margin: 0 0 15px 0;
  text-align: left;
}
div.SalesSectionView > section.SalesSectionFeatureTiles > div.SalesSectionFeatureTile > div.feature-info > ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
div.SalesSectionView > section.SalesSectionFeatureTiles > div.SalesSectionFeatureTile > div.feature-info > ul > li {
  display: block;
  margin: 0;
  padding: 0;
}
div.SalesSectionView > section.SalesSectionFeatureTiles > div.SalesSectionFeatureTile > div.feature-info > ul > li {
  text-indent: -26px;
  padding-left: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  vertical-align: top;
  margin: 20px 0;
}
div.SalesSectionView > section.SalesSectionFeatureTiles > div.SalesSectionFeatureTile > div.feature-info > ul > li:before {
  text-transform: none;
  font-family: APIcons;
  font-weight: 300;
  font-size: 16px;
  content: '\2714';
  width: 20px;
  height: 24px;
  display: inline-block;
  color: #666666;
  margin-right: 6px;
  vertical-align: top;
  text-indent: 0;
}
div.SalesSectionView > section.SalesSectionFeatureTiles > div.SalesSectionFeatureTile > div.feature-shot {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 40px;
  width: 460px;
  max-width: 460px;
}
div.SalesSectionView > section.SalesSectionFeatureTiles > div.SalesSectionFeatureTile > div.feature-shot > img {
  border: 1px solid #cccccc;
  width: 460px;
}
div.SalesSectionView > section > h1 {
  margin: 30px auto 15px;
  max-width: 900px;
}
div.SalesSectionView > section > p {
  max-width: 1100px;
  margin: 0 auto 35px;
}
