/* site.scss */
/* vars.scss */
.clearfix {
  *zoom: 1;
}
.clearfix :after {
  clear: both;
}
.clearfix :before, .clearfix :after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

/* base.scss */
/* vars.scss */
.clearfix {
  *zoom: 1;
}
.clearfix :after {
  clear: both;
}
.clearfix :before, .clearfix :after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

html {
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  min-width: 320px;
  font: 12px Verdana;
  color: #1c1b1a;
}
body #wrap > #content {
  padding-top: 74px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, .indent, .indent2x {
  margin: 0;
  padding: 0.5em 15px;
  line-height: 1.5em;
}

.indent2x {
  padding: 0.5em 30px;
}

td dl {
  padding: 0;
}

h1 {
  font-size: 200%;
}

h2 {
  font-size: 150%;
}

h3 {
  font-size: 125%;
}

h4 {
  font-size: 100%;
}

h5 {
  font-size: 100%;
}

h6 {
  font-size: 100%;
}

ul {
  margin: 0.5em 30px;
}

ol {
  margin: 0.5em 30px;
}
ol li {
  margin: 0 5px;
  *margin: 0 10px;
}

#content ul, #content ol {
  overflow: hidden;
}

dl {
  overflow: hidden;
}
dl dt, dl dd {
  float: left;
  *float: none;
  padding: 0em;
  line-height: 1.5em;
}
dl dt {
  clear: left;
  padding-right: 0.5em;
  overflow: hidden;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  dl dt {
    width: 100%;
  }
}
dl dd {
  *clear: left;
  /*min-width: 100px;*/
  margin: 1px 0;
}

.checkoutAsGuestBranches dl dt {
  width: auto;
}
@media screen and (max-width: 600px) {
  .checkoutAsGuestBranches dl dt {
    width: 100%;
  }
}

dl.filter dt {
  display: table;
  *display: block;
  *float: left;
  *clear: left;
  overflow: hidden;
  *height: auto;
  width: 200px;
  *width: auto;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  dl.filter dt {
    width: auto;
  }
}
dl.filter dt label {
  display: table-cell;
  *display: block;
  vertical-align: middle;
}
dl.filter dd {
  *float: none !important;
  *clear: left;
  *display: block !important;
  *overflow: hidden;
  *margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  dl.filter dd {
    clear: left;
  }
}
dl.filter dd label {
  display: block;
  margin: 1em 0 0;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}

textarea {
  width: 325px;
  height: 100px;
}

strong, .strong {
  font-weight: bold;
}

form label {
  display: block;
}
form label.aligned {
  position: relative;
  padding-left: 30px;
}
form label.aligned input {
  position: absolute;
  top: 0px;
  left: 0px;
}
form dl dt {
  *display: block;
  *float: left;
  *clear: left;
  overflow: hidden;
  vertical-align: middle;
  *height: auto;
  width: 200px;
  *width: auto;
}
@media screen and (max-width: 600px) {
  form dl dt {
    width: auto;
  }
}
form dl dt label {
  display: table-cell;
  *display: block;
  vertical-align: middle;
  padding: 12px 12px 12px 0;
}
form dl dd {
  *float: none !important;
  *display: block;
  *clear: left;
  *overflow: hidden;
  *margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  form dl dd {
    clear: left;
  }
}
form dl dd label {
  display: block;
  margin: 1em 0 0;
}
form input[type=text], form input[type=password], form input[type=url], form input[type=email],
form input[type=tel], form input[type=date], form input[type=number], form input[type=search] {
  *float: left;
  height: 38px;
  min-width: 183px;
  margin: 0;
  /*border-radius: 5px;*/
  border: 1px solid #c8ccce;
  text-indent: 10px;
  line-height: 38px;
}
form input[type=number] {
  /*border-radius: 5px 0 0 5px;*/
  width: 65px;
  min-width: 0;
}
form input[type=number].enter-quantity-field {
  min-width: 80px;
  margin-right: 10px;
}
form input[type=number].long-number-field {
  min-width: 165px;
}
form select {
  *float: left;
  display: inline;
  min-width: 185px;
  margin: 0;
  padding: 11px 0 11px 10px;
  /*border-radius: 5px;*/
  border: 1px solid #c8ccce;
}
form select.shrink {
  width: 90px;
  min-width: 90px;
}
form textarea {
  width: 165px;
  height: 65px;
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #c8ccce;
  /*border-radius: 5px;*/
}

h1, #footer h2 {
  padding-top: 15px;
}

.underline {
  text-decoration: underline;
}

.outline {
  padding: 10px;
  border: 1px solid #888d91;
}

a {
  color: #00599c;
  text-decoration: none;
}
a:visited {
  color: #003b69;
}
a:hover {
  color: #ff6600 !important;
}
a.bold {
  font-weight: bold;
}

.title {
  font-weight: bold;
  font-size: 125%;
}

.full {
  width: 100%;
}

.half {
  float: left;
  width: 50%;
  *width: 49.99999%;
}
.half:nth-child(2n+1) {
  clear: left;
}
@media screen and (max-width: 600px) {
  .half {
    width: 100%;
  }
}

.half-desktop {
  float: left;
  width: 50%;
  *width: 49.99999%;
}
.half-desktop:nth-child(2n+1) {
  clear: left;
}
@media screen and (max-width: 959px) {
  .half-desktop {
    width: 100%;
  }
}

.third {
  float: left;
  width: 33.3333%;
}
.third:nth-child(3n+1) {
  clear: left;
}
@media screen and (max-width: 600px) {
  .third {
    width: 100%;
  }
}

.third-desktop {
  float: left;
  width: 33.3333%;
}
.third-desktop:nth-child(3n+1) {
  clear: left;
}
@media screen and (max-width: 959px) {
  .third-desktop {
    width: 100%;
  }
}

.fourth {
  float: left;
  width: 25%;
  *width: 24.9%;
}
.fourth:nth-child(4n+1) {
  clear: left;
}
@media screen and (max-width: 959px) {
  .fourth {
    width: 50%;
  }
  .fourth:nth-child(4n+1) {
    clear: none;
  }
  .fourth:nth-child(2n+1) {
    clear: left;
  }
}

.fifth {
  float: left;
  width: 20%;
}
.fifth:nth-child(5n+1) {
  clear: left;
}
@media screen and (max-width: 600px) {
  .fifth {
    width: 50%;
  }
  .fifth:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  .fifth {
    width: 33.333%;
  }
  .fifth:nth-child(2n+1) {
    clear: none;
  }
  .fifth:nth-child(5n+1) {
    clear: none;
  }
}

.sixth {
  float: left;
  width: 16.666%;
  *width: 16%;
}
.sixth:nth-child(6n+1) {
  clear: left;
}
@media screen and (max-width: 600px) {
  .sixth {
    width: 50%;
  }
  .sixth:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  .sixth {
    width: 33.333%;
  }
  .sixth:nth-child(2n+1) {
    clear: none;
  }
  .sixth:nth-child(6n+1) {
    clear: none;
  }
}

.two-thirds {
  float: left;
  width: 66.66%;
}
@media screen and (max-width: 959px) {
  .two-thirds {
    width: auto;
    overflow: hidden;
  }
}

.two-thirds-desktop {
  float: left;
  width: 66.66%;
}
@media screen and (max-width: 959px) {
  .two-thirds-desktop {
    width: 100%;
  }
}

.thumbnail-16 {
  width: 16px;
  height: 16px;
}

.thumbnail-32 {
  width: 32px;
  height: 32px;
}

.thumbnail-40 {
  width: 40px;
  height: 40px;
}

.thumbnail-small {
  width: 68px;
  height: 68px;
}

.thumbnail-large {
  width: 125px;
  height: 125px;
}

.thumbnail-max200 {
  max-width: 200px;
  max-height: 200px;
}

.max300 {
  max-height: 300px;
  overflow: auto;
}

.hidden-phone {
  display: inherit;
}
@media screen and (max-width: 600px) {
  .hidden-phone {
    display: none;
  }
}

.hidden-mobile {
  display: inherit;
}
@media screen and (max-width: 959px) {
  .hidden-mobile {
    display: none;
  }
}

.show-phone {
  display: inherit;
}
@media screen and (max-width: 600px) {
  .show-phone {
    display: block;
  }
}

.hidden-desktop {
  display: none;
}
@media screen and (max-width: 959px) {
  .hidden-desktop {
    display: inherit;
  }
}

@media screen and (max-width: 959px) {
  .modal-mobile {
    border: none;
    color: #ffffff;
    background-color: #00599c !important;
    cursor: pointer;
  }
  .modal-mobile:hover {
    background-color: #003b69 !important;
  }
}

.width-fix {
  position: relative;
  width: 960px;
  max-width: 1280px;
  margin: auto;
}
@media screen and (min-width: 1px) {
  .width-fix {
    width: auto;
  }
}

.margin-auto {
  margin: auto;
}

.relative {
  position: relative;
}

.left {
  float: left;
}

.right {
  float: right !important;
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.right-left {
  float: right;
}
@media screen and (max-width: 600px) {
  .right-left {
    float: left;
  }
}

.left-right {
  float: left;
}
@media screen and (max-width: 600px) {
  .left-right {
    float: right;
  }
}

@media screen and (max-width: 959px) {
  .mobile-clear {
    clear: both;
  }
}

.border-right {
  border-right: 1px solid #c8ccce;
}
@media screen and (max-width: 959px) {
  .border-right {
    border-right: none;
  }
}

.border-left {
  border-left: 1px solid #c8ccce;
}
@media screen and (max-width: 959px) {
  .border-left {
    border-left: none;
  }
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.center, .text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left !important;
}

.strike {
  text-decoration: line-through;
}

.hidden {
  display: none;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block !important;
}

.section, .content {
  position: relative;
  min-width: 240px;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.img-right {
  float: right;
  clear: right;
  margin: 0 0 1em 1em;
}

.img-left {
  float: left;
  clear: left;
  margin: 0 1em 1em 0;
}

.container {
  margin: 0.5em 15px;
  zoom: 1;
}

.add-to-cart-container {
  margin: 0px;
}

.width-container {
  margin: 0 15px;
  zoom: 1;
}

.nowrap {
  white-space: nowrap;
}

.ellipsis {
  *width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wordwrap {
  word-wrap: break-word;
}

.top-right {
  position: absolute;
  top: 5px;
  right: 5px;
}

.help-container {
  position: absolute;
  display: none;
  width: 400px;
  padding: 0.5em;
  /*border-radius: 5px;*/
  border: 1px solid #c8ccce;
  background: #eaeaea;
}

.img-left {
  float: left;
  margin: 0 1em 1em;
}

.small {
  font-size: 85%;
}

.big {
  font-size: 125%;
}

.highlight {
  background: #fcf9cf;
}

.productCount {
  color: grey;
  font-size: 75%;
}

.note {
  color: #555;
}

.help-container .note {
  color: #ccc;
  font-size: 90%;
}

.bullet {
  padding-left: 12px;
  background: url(../../images/icons/ico-bullet-dark.gif) no-repeat 2px 50%;
}

.cart {
  padding: 3px 3px 3px 21px;
  background: url(../../images/icons/ico-cart.gif) no-repeat 2px 8px;
}

.more {
  padding-right: 12px;
  background: url(../../images/icons/ico-arrow-right.gif) no-repeat 100%;
}

.back {
  padding-left: 12px;
  background: url(../../images/icons/ico-arrow-left.gif) no-repeat 0%;
}

.pdf a[href$=".pdf"]:before {
  background: url(../../images/icons/linkPreview/pdf.gif) no-repeat;
}

.file a[href$=".pdf"] {
  padding-left: 20px;
  position: relative;
}
.file a[href$=".pdf"]:before {
  position: absolute;
  left: 0px;
  content: " ";
  width: 30px;
  height: 30px;
  background: url(../../images/icons/linkPreview/pdf.gif) no-repeat;
}
.file a[href$=".xls"], .file a[href$=".xlsx"] {
  padding-left: 20px;
  position: relative;
}
.file a[href$=".xls"]:before, .file a[href$=".xlsx"]:before {
  position: absolute;
  left: 0px;
  content: " ";
  width: 30px;
  height: 30px;
  background: url(../../images/icons/linkPreview/xls.gif) no-repeat;
}
.file a[href$=".doc"], .file a[href$=".docx"], .file a[href$=".rtf"] {
  padding-left: 20px;
  position: relative;
}
.file a[href$=".doc"]:before, .file a[href$=".docx"]:before, .file a[href$=".rtf"]:before {
  content: " ";
  width: 30px;
  height: 30px;
  position: absolute;
  background: url(../../images/icons/linkPreview/doc.gif) no-repeat;
  left: 0;
}

.popup {
  padding-right: 12px;
  background: url(../../images/icons/ico-popup.gif) no-repeat 100%;
}

.print {
  padding-right: 14px;
  background: url(../../images/icons/ico-print.gif) no-repeat 100%;
}

.sort {
  padding-right: 18px;
  background: url(../../images/icons/ico-sort.gif) no-repeat 100%;
}

.video {
  padding-right: 16px;
  background: url(../../images/icons/ico-camera.gif) no-repeat 100%;
}

.dropdown {
  padding-right: 10px;
  background: url(../../images/icons/ico-dropdown.gif) no-repeat 100% 8px;
}

.xls {
  padding-right: 20px;
  background: url(../../images/icons/linkPreview/xls.gif) no-repeat 100%;
}

/*-----( START @Boxes )---------------------------------------*/
.error, .info, .notice, .question, .success, .box, .charliebox, .invis {
  display: block;
  margin: 15px;
  /*border-radius: 5px;*/
  background-repeat: no-repeat;
  background-position: 15px 12px;
}

.invis {
  padding: 0px;
  border: 1px solid transparent;
  overflow: hidden;
  zoom: 1;
  background: transparent;
}

.box {
  padding: 0px;
  border: 1px solid #c8ccce;
  overflow: hidden;
  zoom: 1;
  background: #eaeaea;
}

.error {
  padding: 10px 10px 10px 40px;
  overflow: hidden;
  zoom: 1;
  background-image: url(../../images/icons/ico-alert.png);
}

.error, .ui-invalid-input {
  border: 1px solid #d51d1d !important;
  background-color: #ffcece;
}

.info {
  padding: 10px 10px 10px 40px;
  border: 1px solid #ebe288;
  overflow: hidden;
  zoom: 1;
  background: #fffde5 url(../../images/icons/ico-warning.png) no-repeat 15px 12px;
}

.notice {
  padding: 10px 10px 10px 40px;
  border: 1px solid #ebe288;
  overflow: hidden;
  zoom: 1;
  background: #fffde5 url(../../images/icons/ico-warning.png) no-repeat 15px 10px;
}

.question {
  padding: 10px 10px 10px 40px;
  border: 1px solid #7aa2ce;
  overflow: hidden;
  zoom: 1;
  background: #e2f0f5 url(../../images/icons/ico-question2.png) no-repeat 15px 10px;
}

.success {
  padding: 10px 10px 10px 40px;
  border: 1px solid #90a03e;
  overflow: hidden;
  zoom: 1;
  background: #bed352 url(../../images/icons/ico-success.gif) no-repeat 15px 12px;
}

.charliebox {
  padding: 10px 10px 10px 40px;
  border: 1px solid #ebe288;
  overflow: hidden;
  zoom: 1;
  background: #fffac2 url(../../images/icons/ico-arrow-next.gif) no-repeat 15px 12px;
}

/*-----( END @Boxes )-----------------------------------------*/
.field-error-message {
  display: block;
  color: #e03416;
}

.required {
  color: #e03416;
  font-weight: bold;
}

.img-large {
  display: block;
}

.calendar {
  z-index: 9999999;
}

.frame {
  margin: 0 15px 15px;
  border: 1px solid #c8ccce;
  /*border-radius: 5px;*/
}
.frame h2 {
  border-bottom: 1px solid #c8ccce;
  background: #eaeaea;
}

.border {
  border: 1px solid #c8ccce;
}

.borderless {
  border: none !important;
}

.rounded {
  border-radius: 5px;
}

.minor-padding-top {
  padding-top: 5px;
}

.minor-padding-top-bottom {
  padding: 5px 0;
}

.standard-padding-bottom {
  padding: 15px;
}

.no-padding {
  padding: 0;
}

.no-padding-top-bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.no-margin {
  margin: 0;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin-left {
  margin-left: 0;
}

.no-margin-right {
  margin-right: 0;
}

.thumbnail {
  /* remove zebra striping
  border: 1px solid $grey;
  */
  padding: 5px;
  background: #ffffff;
}

.blue {
  color: #00599c;
}

.grey {
  color: #c8ccce;
}

.dark-blue {
  color: #003b69;
}

.dark-grey {
  color: #888d91;
}

.light-blue {
  color: #abd8f4;
}

.red {
  color: #e03416;
}

.orange {
  color: #ff6600;
}

.white {
  color: #ffffff;
}

[data-role*=json-template] {
  display: none;
}

.bold {
  font-weight: bold;
}

.strikethrough {
  text-decoration: line-through;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.double-line {
  line-height: 2;
}

.noTopPadding {
  margin-top: 0;
}

@media screen and (max-width: 959px) {
  .desktop-only {
    display: none !important;
  }
}

.mobile-only {
  display: none;
}
@media screen and (max-width: 959px) {
  .mobile-only {
    display: block !important;
  }
}

/* layout.scss */
/* vars.scss */
.clearfix {
  *zoom: 1;
}
.clearfix :after {
  clear: both;
}
.clearfix :before, .clearfix :after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

/*-----( START @Layout )------------------------------------------*/
/*-----( START @Header )------------------------------------------*/
#wrap { /* kind of weird fix for Firefox, IE, and Opera */
  width: 100%;
  height: 100%;
}

#header {
  position: fixed;
  z-index: 1000;
  background: #00599c;
  width: 100%;
}

#logo {
  padding: 20px 10px 10px 10px;
  display: inline-block;
}
#logo img {
  height: 44px;
}

#navigation {
  display: inline-block;
  vertical-align: bottom;
}
#navigation .cms-parent {
  display: block;
  padding: 0 15px;
  color: #ffffff;
  line-height: 40px;
}
#navigation #fc-logo:hover {
  background: none;
  border-radius: 0;
}
#navigation .has-dd:hover {
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
#navigation ul > li {
  border-top: none;
}
#navigation ul > li:hover .cms-parent {
  color: #00599c;
}

#fc-logo {
  max-width: 130px;
  margin: -12px 0 0 15px;
}
@media screen and (max-width: 959px) {
  #fc-logo {
    display: none;
  }
}
#fc-logo img {
  max-width: 130px;
  max-height: 50px;
  background: #ffffff;
}

#controls {
  position: relative;
  z-index: 999;
  height: 56px;
  background: #003b69;
}
@media screen and (max-width: 600px) {
  #controls {
    height: auto;
    min-height: 56px;
  }
}
#controls .text-limit-100px {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  zoom: 1;
  text-overflow: ellipsis;
  line-height: 1.1em;
}
#controls .text-limit-100px.myaccount {
  width: 125px;
}
#controls .desktop-only {
  position: relative;
}
#controls.js-mobile-active {
  height: 110px;
}
#controls .product-search {
  top: 5px;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu ul {
  padding: 0.5em;
  margin: 0 1em;
  list-style: none;
}
.menu h3 {
  clear: left;
  padding: 0;
  font-weight: normal;
}
.menu hr {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.hdr-section {
  float: left;
  overflow: hidden;
  padding: 0px;
}
.hdr-section .hdr-icon-link {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  padding-top: 15px;
  color: #fafafa;
}
@media screen and (max-width: 959px) {
  .hdr-section .hdr-icon-link {
    padding-top: 0px;
  }
  .hdr-section .hdr-icon-link:hover {
    color: #fafafa !important;
  }
}
.hdr-section .hdr-icon-link {
  line-height: 1.2em;
}
.hdr-section .primary-dd {
  position: absolute;
  display: none;
  z-index: 999;
  min-width: 300px;
  padding: 5px 0px;
  margin: 0;
  border: 1px solid #c8ccce;
  border-top: 1px solid #ffffff;
  background: #ffffff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}
.hdr-section .primary-dd > li {
  padding: 0 10px;
}
.hdr-section .primary-dd > li > ul {
  padding: 2px 0 12px 0px;
}
.hdr-section .primary-dd > div > li {
  padding: 0 15px;
}
.hdr-section.js-desktop:hover {
  background: #ffffff;
  border-top: #00599c solid 1px;
}
.hdr-section.js-desktop:hover div > a, .hdr-section.js-desktop:hover .header-sublabel {
  color: #ff6600;
}
.hdr-section.js-desktop:hover .hdr-sprite-products {
  background-position: -350px 0px;
}
.hdr-section.js-desktop:hover .hdr-sprite-account {
  background-position: -415px 0px;
}
.hdr-section.js-desktop:hover .hdr-sprite-store {
  background-position: -473px 0px;
}
.hdr-section.js-desktop:hover .hdr-sprite-cart {
  background-position: -542px 0;
}
.hdr-section.js-desktop:hover.js-menuhover ul {
  display: block;
}

.js-account-hover {
  color: #ff6600 !important;
  background-position: -415px 0px !important;
  background-color: #ffffff !important;
}

.hdr-icon-div {
  min-width: 160px;
  min-height: 55px;
  cursor: pointer;
}
.hdr-icon-div.my-shopping-cart {
  min-width: 140px;
}
.hdr-icon-div.my-account {
  min-width: 170px;
}
@media screen and (max-width: 959px) {
  .hdr-icon-div {
    width: 55px;
    min-width: 55px;
  }
  .hdr-icon-div.products {
    min-width: 65px;
  }
  .hdr-icon-div.my-account {
    min-width: 55px;
  }
  .hdr-icon-div.my-shopping-cart {
    min-width: 55px;
  }
  .hdr-icon-div.my-store {
    min-width: 65px;
  }
}

.header-label {
  font-weight: bold;
  font-size: 1.2em;
}

.header-sublabel {
  position: relative;
  color: #abd8f4;
  font-size: 1em;
  white-space: nowrap;
}

.header-sprite {
  position: relative;
  top: -8px;
  float: left;
  width: 36px;
  height: 36px;
  padding: 0px 5px;
  background-image: url(../../images/sprites/header-icons_v2.png);
  background-image: url(../../images/sprites/header-icons-ie_v2.png) \9 ; /* IE8 and below */
  background-size: 900px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .header-sprite {
    top: auto;
    float: none;
    margin: 0 auto;
  }
}

.hdr-sprite-products {
  background-position: -11px 0px;
}

.hdr-sprite-account {
  background-position: -70px 0px;
}

.hdr-sprite-store {
  background-position: -134px 0px;
}

.hdr-sprite-cart {
  background-position: -200px 0px;
}

.hdr-sprite-mobile-menu {
  background-position: -272px 0px;
}

.hdr-sprite-search {
  background-position: -775px 0px;
}

.mobile-search-container {
  display: none;
}
@media screen and (max-width: 600px) {
  .mobile-search-container {
    display: block;
  }
}
.mobile-search-container {
  width: 45px;
  height: 55px;
  position: absolute;
  bottom: 0px;
  right: 5px;
}

.search-span {
  color: #ffffff;
  cursor: pointer;
}

.js-active-dd {
  background-color: #ffffff;
  border-top: #00599c 1px solid;
}
.js-active-dd span {
  color: #ff6600;
}
.js-active-dd span.search-span {
  color: #ffffff;
}
.js-active-dd .hdr-sprite-products {
  background-position: -350px 0px;
}
.js-active-dd .hdr-sprite-account {
  background-position: -415px 0px;
}
.js-active-dd .hdr-sprite-store {
  background-position: -476px 0px;
}
.js-active-dd .hdr-sprite-cart {
  background-position: -542px 0;
}
.js-active-dd .hdr-sprite-mobile-menu {
  background-position: -606px 0px;
}
.js-active-dd .hdr-sprite-search {
  background-position: -837px 0px;
}
.js-active-dd.mobile-search {
  background-color: #00599c;
}

.mobile-search-container {
  position: absolute;
  bottom: 0px;
  right: 5px;
  width: 45px;
  height: 55px;
}

.search-span {
  color: #ffffff;
}

.nav-right {
  position: absolute;
  right: 5px;
  top: 0px;
}
@media screen and (max-width: 600px) {
  .nav-right {
    position: relative;
    padding: 0px 10px;
    right: 0px;
  }
}

.nav-left {
  position: absolute;
  top: 0px;
  margin-left: 5px;
}
@media screen and (max-width: 600px) {
  .nav-left {
    position: relative;
  }
}

.hdr-left-side-dd {
  right: 0px;
  width: 470px;
}
.hdr-left-side-dd .left-border {
  border-left: #c8ccce 1px solid;
}
@media screen and (max-width: 600px) {
  .hdr-left-side-dd {
    position: relative;
  }
}

@media screen and (max-width: 959px) {
  .primary-link {
    padding: 5px 10px !important;
    font-weight: bold;
  }
}

.mobile-dd {
  margin-top: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.mobile-dd ul {
  width: 96%;
  margin: 0 2%;
  padding: 0px;
  list-style-type: none;
}
.mobile-dd .categories {
  float: left;
  clear: both;
  padding: 10px 0;
  font-weight: bold;
}
.mobile-dd hr {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.mobile-dd ul > li .js-mobile-nav {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #c8ccce;
}
.mobile-dd ul > li ul {
  clear: both;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.mobile-dd ul > li ul li {
  display: block;
  float: left;
  width: 50%;
}
@media screen and (max-width: 600px) {
  .mobile-dd ul > li ul li {
    width: 100%;
  }
}
.mobile-dd ul > li ul li a {
  display: block;
  padding: 15px;
  margin: 0 5px;
  border-bottom: 1px solid #c8ccce;
}
.mobile-dd .right-left {
  float: left;
}

.searchbar {
  height: 55px;
}

.product-search {
  position: relative;
  height: 40px;
  padding: 2px;
  margin: 0 480px 0 170px;
  background: #ffffff;
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  .product-search {
    margin: 0 245px 0 80px;
  }
}
@media screen and (max-width: 600px) {
  .product-search {
    width: auto;
    margin: 0px 5px;
  }
}
.product-search .term {
  position: relative;
  width: 100%;
  left: 0px;
  padding: 0;
  border: none;
  color: #1c1b1a;
  line-height: 28px;
  text-indent: 5px;
  outline: none;
  line-height: 24px;
  background: #ffffff;
}
.product-search input.btn-search, .product-search input.btn-search:hover {
  position: absolute;
  top: 0;
  right: 4px;
  width: 40px;
  height: 40px;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  color: white;
  font-weight: bold;
  text-indent: -999px;
  line-height: 0;
  background: url(../../images/sprites/header-icons_v2.png) no-repeat;
  background-image: url(../../images/sprites/header-icons-ie_v2.png) \9 ; /* IE8 and below */
  background-size: 930px;
  background-position: -695px 0px;
  cursor: pointer;
  border-radius: 0px;
}
.product-search .field-error-message {
  display: none !important;
}
.product-search .ui-invalid-input {
  border: none !important;
}
.product-search > div {
  margin-right: 45px;
}

.js-header-bottom {
  margin: 10px 0px;
  border-top: 1px solid #ffffff;
}

.product-search #customItemAttribute {
  margin: 0 0 0 0.75em !important;
}

input[type=submit], input[type=button] {
  font-size: 100%;
}

#search, #search:hover {
  margin: 0 15px 0 0;
  padding: 0;
  line-height: 0;
  background: none;
}

/*-----( END @Header )--------------------------------------------*/
/*-----( START @Content )-----------------------------------------*/
#content {
  padding: 1px 0 15px;
  background: #ffffff;
}
#content #breadcrumbs {
  padding: 0.5em 0;
  border-bottom: 1px solid #c8ccce;
  white-space: nowrap;
}
#content #breadcrumbs p {
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#content #main {
  *position: relative;
  *z-index: 2;
}
#content .product-search {
  display: block;
  margin: 0;
  border: 1px solid #c8ccce;
}
#content .product-search .term {
  top: 10px;
  line-height: 13pt;
}

/*-----( END @Content )-------------------------------------------*/
/*-----( START @Footer )------------------------------------------*/
#footer {
  position: relative;
  padding: 15px;
  color: #ffffff;
  background-color: #00599c;
}
#footer a {
  color: #eaeaea;
}
#footer h2 {
  padding: 10px 5px 0 5px;
  font-size: 1.1em;
  color: #ffffff;
}
#footer ul {
  padding: 5px 15px;
  margin: 0px;
  list-style-type: none;
}
#footer p {
  padding: 0px;
  color: #eaeaea;
}
#footer .emailform {
  padding: 0 5px;
}
#footer .social-network {
  display: block;
  width: 38px;
  height: 38px;
  float: left;
  margin: 5px 5px;
  overflow: hidden;
  border: 1px #abd8f4 solid;
  border-radius: 3px;
  text-align: center;
}
#footer .social-network i {
  margin-top: 7px;
}
#footer .social-network:hover {
  color: #eaeaea !important;
}
#footer #social-networks-container {
  height: 50px;
  max-width: 256px;
  margin: 5px 0 0 5px;
}
#footer #sub-footer {
  margin-top: 25px;
}
@media screen and (max-width: 959px) {
  #footer .sixth {
    width: 50%;
  }
  #footer .sixth:nth-child(2n) {
    clear: both;
  }
}
@media screen and (max-width: 959px) {
  #footer .fourth {
    width: 50%;
  }
  #footer .fourth:nth-child(3n) {
    clear: both;
  }
}
@media screen and (max-width: 959px) {
  #footer .third {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  #footer .right {
    float: left !important;
    clear: both;
  }
}
@media screen and (max-width: 959px) {
  #footer .left {
    clear: both;
  }
}
#footer .slogan {
  color: white;
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 1.8em;
  font-weight: 900;
  text-transform: uppercase;
}

/*-----( END @Footer )--------------------------------------------*/
/*-----( END @Layout )--------------------------------------------*/
@media screen {
  .print-only {
    display: none;
  }
}

@media print {
  .screen-only {
    display: none;
  }
}

.absolute-content {
  min-height: 500px;
  margin: 0 265px 0 0;
}
@media screen and (max-width: 959px) {
  .absolute-content {
    margin: 0;
  }
}

.absolute-sidebar {
  position: absolute;
  right: 0;
  top: 15px;
  width: 250px;
  margin: 0 0 15px 15px;
  border-left: 1px solid #c8ccce;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .absolute-sidebar {
    top: 0;
    position: relative;
    width: auto;
    margin: 0px;
    border: none;
  }
}
@media screen and (max-width: 600px) {
  .absolute-sidebar {
    clear: left;
    float: none;
  }
}

.sb-left, .img-col {
  float: left;
  width: 250px;
  margin: 0 -15px 1em 0;
}
@media screen and (max-width: 600px) {
  .sb-left, .img-col {
    float: none;
    width: auto;
    margin: 0;
  }
}
.sb-left .attribute, .img-col .attribute {
  margin: 5px 15px 5px;
}
.sb-left .attribute ul, .img-col .attribute ul {
  height: auto;
}

.sb-right, .img-col.right, col-right {
  float: right;
  width: 265px;
  margin: 0 0 1em -15px;
}
@media screen and (max-width: 600px) {
  .sb-right, .img-col.right, col-right {
    float: none;
    width: auto;
    margin: 0 0 1em;
  }
}
.sb-right select, .img-col.right select, col-right select {
  width: 175px;
}
.sb-right dl dt, .img-col.right dl dt, col-right dl dt {
  height: auto;
}

/*-----( START @Framework )-----------------------------------*/
.slider {
  position: relative;
  margin: 0 7px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .slider {
    max-height: none;
  }
}
@media screen and (min-width: 960px) {
  .slider .product {
    margin: 0 7.5px;
  }
  .slider .product h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.slider-content {
  margin: 0 25px;
  overflow: hidden;
}

.product-slider {
  max-height: 22em;
}

.tabs {
  padding: 0;
  margin: 1em 15px 0;
  list-style: none;
}
.tabs li {
  float: left;
  z-index: 1;
  padding: 0.5em;
  margin: 0 0.5em 0 0;
  border: 1px solid #c8ccce;
  border-bottom: none;
  /*border-radius: 5px 5px 0 0;*/
  color: #00599c;
  font-weight: bold;
  font-size: 125%;
  background: #eaeaea;
  cursor: pointer;
}
.tabs li:hover {
  color: #ff6600;
}
.tabs li.active {
  position: relative;
  z-index: 2;
  color: #1c1b1a;
  background: #ffffff;
  cursor: default;
}
.tabs li:first-child {
  margin-left: 0.5em;
}
.tabs:after {
  position: relative;
  top: -1px;
  display: block;
  clear: both;
  content: "";
  border-bottom: 1px solid #c8ccce;
}

.tab-box {
  position: relative;
  top: -1px;
  border: 1px solid #c8ccce;
  border-top: none;
}

.accordion {
  border: 1px solid #c8ccce;
  /*border-radius: 5px;*/
  overflow: hidden;
}
.accordion .header {
  padding-left: 25px;
  color: #00599c;
  background: #eaeaea url(../../images/icons/accordion-closed.png) no-repeat 5px 50%;
  cursor: pointer;
}
.accordion .header:nth-child(n+2) {
  border-top: 1px solid #c8ccce;
}
.accordion .header:hover {
  background-color: #c8ccce !important;
}
.accordion .header.active {
  border-bottom: 1px solid #c8ccce;
  background: #eaeaea url(../../images/icons/accordion-open.png) no-repeat 5px 50%;
}
.accordion .header.disabled {
  cursor: default !important;
}

.scroller {
  position: relative;
}
.scroller .ticker-container {
  position: absolute;
  bottom: 5%;
  right: 5%;
}
.scroller .ticker-container .ticker {
  float: left;
  overflow: hidden;
  border-radius: 8px;
  font-size: 150%;
  background: #1c1b1a;
}
.scroller .ticker-container .ticker div.bullet {
  float: left;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 5px 5px;
  border-radius: 8px;
  background: #ffffff;
  cursor: pointer;
}
.scroller .ticker-container .ticker div.bullet.active {
  background: #00599c;
}

.icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../../images/sprites/icons2.png);
  cursor: pointer;
}
.icon.arrow-left {
  background-position: 0px 0px;
}
.icon.arrow-right {
  background-position: -40px 0px;
}
.icon.close {
  background-position: -80px 0px;
}
.icon.play {
  background-position: 0px -40px;
}
.icon.stop {
  background-position: -40px -40px;
}
.icon.pause {
  background-position: -80px -40px;
}

@media screen and (max-width: 600px) {
  .phone-hidden {
    display: none;
  }
}
.phone-hidden {
  zoom: 1;
}

.fixed-header {
  position: fixed;
  top: 0px;
  height: 56px;
  width: 100%;
  z-index: 9999;
  font-size: 0.9em;
  background: #003b69;
}
.fixed-header.absolute {
  position: absolute;
}
.fixed-header a {
  color: #fafafa !important;
}
.fixed-header a:visited {
  color: #fafafa !important;
}
.fixed-header .searchbar form {
  margin: 5px 230px 0 315px;
}
.fixed-header .fixed-right-nav {
  position: absolute;
  top: -5px;
  left: 235px;
}
.fixed-header .fixed-left-nav {
  position: absolute;
  top: -5px;
  right: 15px;
}
.fixed-header .logo-small {
  width: 215px;
  height: 44px;
  padding-left: 5px;
}
.fixed-header .hdr-icon-link {
  position: relative;
  height: 56px;
}

.fixed-icon-link-container {
  padding: 5px 12px;
  text-align: center;
}
.fixed-icon-link-container:hover {
  background-color: #ffffff;
  color: #ff6600;
}
.fixed-icon-link-container:hover .fixed-icon.products {
  background-position: -356px -3px;
}
.fixed-icon-link-container:hover .fixed-icon.account {
  background-position: -420px -4px;
}
.fixed-icon-link-container:hover .fixed-icon.store {
  background-position: -482px -4px;
}
.fixed-icon-link-container:hover .fixed-icon.cart-icon {
  background-position: -548px -4px;
}

.fixed-icon {
  width: 32px;
  height: 32px;
  background-image: url(../../images/sprites/header-icons_v2.png);
  background-image: url(../../images/sprites/header-icons-ie_v2.png) \9 ; /* IE8 and below */
  margin: 0 auto;
  background-size: 900px;
  background-repeat: no-repeat;
}
.fixed-icon.products {
  background-position: -16px -4px;
}
.fixed-icon.account {
  background-position: -76px -4px;
}
.fixed-icon.store {
  background-position: -142px -4px;
}
.fixed-icon.cart-icon {
  background-position: -207px -4px;
}

.addtocart-div-iefix {
  max-width: 180px;
}

/*-----( END @Framework )-------------------------------------*/
/* vars.scss */
.clearfix {
  *zoom: 1;
}
.clearfix :after {
  clear: both;
}
.clearfix :before, .clearfix :after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.ui-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: #1c1b1a;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.ui-modal-window {
  position: absolute;
  z-index: 99999;
  width: auto;
  max-width: 80%;
  min-width: 40%;
  height: auto;
  background: #ffffff;
}
.ui-modal-window ul {
  padding: 0;
  margin: 0;
}
.ui-modal-window ul.bulleted {
  margin: 0.5em 30px;
}
.ui-modal-window .modal-header {
  padding: 5px 60px 5px 15px;
  border-bottom: 1px solid #c8ccce;
  color: #555;
  font-size: 185%;
  font-weight: bold;
  line-height: 40px;
  background: #eaeaea;
}
.ui-modal-window .modal-header.notify {
  background: #003b69;
  color: #ffffff;
  font-size: 100%;
  font-weight: normal;
  text-align: center;
}
.ui-modal-window .modal-content {
  position: relative;
}
.ui-modal-window .modal-content .refinement .hidden {
  display: block;
}
.ui-modal-window .modal-content .refinement .toggle {
  display: none;
}

.ui-loading {
  position: absolute;
  z-index: 99999;
  width: 100px;
  height: 100px;
  background: url(../../images/misc/ajax-loader.gif) transparent 0px 0px no-repeat;
}

.ui-load-img {
  min-width: 82px;
  min-height: 82px;
  background: url(../../images/new-loading.gif) transparent 0px 0px no-repeat;
  background-position: 50% 50%;
}

.ui-autocomplete {
  position: absolute;
  background: #ffffff;
  width: 200px;
  max-height: 300px;
  padding: 0;
  border: 1px solid #ff6600;
  border-top: 1px solid #ffffff;
  overflow: auto;
  list-style: none;
}

.ui-autocomplete-category {
  margin: 1em 15px 0.5em;
  font-weight: bold;
  font-size: 125%;
}

.ui-autocomplete .ui-menu-item a {
  display: block;
  padding: 0.5em 15px 0.5em 30px;
  text-indent: -15px;
  cursor: pointer;
}
.ui-autocomplete .ui-menu-item a:hover {
  color: #1c1b1a !important;
}

.ui-datepicker {
  border: 1px solid #c8ccce;
  background: #ffffff;
}

.ui-datepicker-title {
  margin: 1em 0;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
}

.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  top: 1em;
  cursor: pointer;
}

.ui-datepicker-prev {
  left: 15px;
}

.ui-datepicker-next {
  right: 15px;
}

button, .ui-button {
  min-height: 38px;
  padding: 0 1em;
  margin: 0px 5px;
  border: 1px solid #c8ccce;
  overflow: hidden;
  color: #555 !important;
  display: inline-block;
  font-weight: bold;
  line-height: 38px;
  background-color: #eaeaea;
  cursor: pointer;
}

.ui-state-active {
  background: #c8ccce;
  cursor: default;
}

button:hover, .ui-button:hover, .ui-state-hover, .ui-state-focus {
  border-color: #999;
  color: #1c1b1a !important;
  background-color: #c8ccce !important;
}
button:hover a:hover, .ui-button:hover a:hover, .ui-state-hover a:hover, .ui-state-focus a:hover {
  color: #1c1b1a !important;
}

.ui-combobox {
  position: relative;
  display: inline-block;
  *display: block;
  *width: 154px;
  padding: 0 40px 0 0;
}
.ui-combobox input[type=text] {
  width: 148px;
  min-width: 0;
}

.ui-combobox-toggle {
  position: absolute;
  top: 0;
  *top: 0.1em;
  bottom: 0;
  right: 0px;
  *height: 1.7em;
  padding: 0;
  margin-left: -1px;
}

.ui-buttonset {
  *position: relative;
  display: inline-block;
  *display: block;
  margin: 0px 5px;
  overflow: hidden;
  background-color: #eaeaea;
}
.ui-buttonset input {
  display: none;
}
.ui-buttonset .ui-button, .ui-buttonset button {
  *position: relative;
  *display: inline !important;
  float: left;
  *float: none;
  margin: 0px;
}

.ui-tooltip {
  cursor: help !important;
}

@media screen and (max-width: 959px) {
  img.ui-tooltip {
    display: none !important;
  }
}

.ui-tooltip-window {
  margin: 10px;
  background: #ffffff;
  border: 1px solid #c8ccce;
  z-index: 999999;
}
@media screen and (max-width: 600px) {
  .ui-tooltip-window {
    display: none !important;
  }
}
.ui-tooltip-window dd {
  width: 100%;
}

.ui-tooltip-title {
  padding: 10px;
  border-bottom: 1px solid #c8ccce;
  color: #555;
  font-size: 150%;
  font-weight: bold;
  background: #eaeaea;
}

.ui-tooltip-image {
  float: left;
  padding: 10px;
}

.ui-tooltip-content {
  padding: 10px;
}

.ui-dialog {
  padding: 0 !important;
  border: 1px solid #00599c;
}

.ui-dialog .ui-dialog-content {
  background-color: white !important;
}

.ui-dialog-titlebar {
  font-weight: bold;
  background-color: #00599c;
}

.ui-dialog-title {
  color: white;
}

.ui-linkset {
  *position: relative;
  display: inline-block;
  *display: inline;
  margin: 0 5px 5px 0;
  border: 1px solid #c8ccce;
  *zoom: 1;
  color: #555 !important;
  background-color: #eaeaea;
  cursor: pointer;
}
.ui-linkset:hover {
  border-color: #999;
  color: #1c1b1a !important;
  background-color: #c8ccce;
}
.ui-linkset .ui-linkset-label {
  *display: inline;
  float: left;
  min-height: 38px;
  padding-left: 0.5em;
  margin: 0px 5px;
  overflow: hidden;
  font-weight: bold;
  line-height: 38px;
}

.ui-linkset-children {
  position: absolute;
  z-index: 10000;
  min-width: 150px;
  margin: 5px;
  border: 1px solid #c8ccce;
  background: #ffffff;
}
.ui-linkset-children a {
  display: block;
  padding: 0.5em;
}
.ui-linkset-children a:hover {
  background: #eaeaea;
}

.ui-icon {
  display: inline-block;
  *display: block;
  width: 36px;
  height: 36px;
}
.ui-icon.ui-icon-triangle-1-s {
  background-image: url(../../images/icons/arrow-down.png);
  background-position: 3px 3px;
}
.ui-icon.ui-icon-copy-all {
  background-image: url(../../images/icons/ico-copy-both.png);
  background-position: 7px 9px;
  background-repeat: no-repeat;
}

.ui-tree ul {
  margin: 0.2em;
}
.ui-tree li {
  list-style: none;
}
.ui-tree .ui-tree-node label {
  display: inline;
  vertical-align: middle;
}
.ui-tree .ui-tree-node .ui-tree-image {
  margin-right: 0.3em;
  cursor: pointer;
}
.ui-tree .ui-tree-node.ui-tree-node-leaf .ui-tree-image {
  cursor: default;
}

.ui-helper-hidden-accessible {
  display: none;
}

.ui-buttonset input {
  display: none;
}

.ui-templateSetToggle {
  position: absolute;
  right: 6px;
  display: inline;
  *display: block;
  max-width: 5px;
  min-height: 40px;
  padding: 0 0.9em;
  *margin: auto 5px 5px;
  margin: 0 5px 5px 0;
  border-left: 1px solid #ffffff;
  color: #ffffff !important;
  line-height: 40px;
  font-family: Verdana;
  font-weight: bold;
  white-space: nowrap;
  background-color: #ff6600;
  background-image: url(../images/selectorarrow.png);
  background-position: 0.3em 1.1em;
  background-repeat: no-repeat;
  cursor: pointer;
}
.ui-templateSetToggle:hover {
  color: #ffffff !important;
  background-color: #003b69 !important;
}

.ui-templateset {
  position: absolute;
  width: auto;
  max-width: 175px;
  height: 150px;
  z-index: 999999;
  padding: 0.2em 1em 0.2em 0.2em;
  border: 1px solid #c8ccce;
  overflow-y: scroll;
  overflow-x: hidden;
  color: #003b69;
  background-color: #eaeaea;
}

.ui-setoption {
  float: left;
  clear: left;
  width: 100%;
  padding: 0.2em 0.2em 0.2em 0.5em;
  margin-left: 0.4em;
  text-indent: -0.5em;
  cursor: pointer;
}
.ui-setoption:hover {
  color: #ff6600;
}

.ui-settitle {
  float: left;
  padding: 0.1em 0.2em 0em 0.1em;
  color: #1c1b1a;
  font-weight: bold;
  cursor: default;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

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

.fa-edge:before {
  content: "\f282";
}

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

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

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

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

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

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

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

/* Tables */
/* vars.scss */
.clearfix {
  *zoom: 1;
}
.clearfix :after {
  clear: both;
}
.clearfix :before, .clearfix :after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

/* DataTables */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before {
  background-color: #00599c !important;
}

input[type=search] {
  height: 38px;
  min-width: 183px;
  border: 1px solid #c8ccce;
  text-indent: 10px;
  line-height: 38px;
}

select {
  display: inline;
  padding: 11px 0 11px 10px;
  border: 1px solid #c8ccce;
}

/* End DataTables */
.stripped-table {
  margin: 0.5em 5px;
  border: 0;
  border-spacing: 0;
  *border-collapse: collapse;
  overflow: hidden;
  background: #ffffff;
}
.stripped-table tr {
  padding: 0;
  margin: 0;
  background: #ffffff !important;
}
.stripped-table td {
  padding: 0;
  margin: 0;
  vertical-align: top;
  background: #ffffff !important;
}

table {
  margin: 0.5em 15px;
  border-spacing: 0;
  *border-collapse: collapse;
  overflow: hidden;
  background: #ffffff;
}
table .hover, table .hoverrow {
  background: #c8ccce !important;
}
table .hover.hoverrow {
  background: #ffffff !important;
}
table thead tr th {
  color: #555;
  white-space: nowrap;
  background: #eaeaea;
}
table thead tr th.sortable {
  padding-right: 18px;
  background-image: url(../../images/icons/ico-sort-dark.gif);
  background-position: 100%;
  background-repeat: no-repeat;
}
table thead tr th.asc {
  padding-right: 12px;
  background-image: url(../../images/icons/ico-sort-up-dark.gif) !important;
  background-position: 100%;
  background-repeat: no-repeat;
}
table thead tr th.desc {
  padding-right: 12px;
  background-image: url(../../images/icons/ico-sort-down-dark.gif) !important;
  background-position: 100%;
  background-repeat: no-repeat;
}
table tbody th.header, table tbody td.header {
  white-space: nowrap;
  color: #555;
  background: #eaeaea !important;
}
table tfoot tr {
  background: #eaeaea !important;
}
table tfoot tr th {
  color: #555;
  white-space: nowrap;
  background: #eaeaea;
}
table th {
  padding: 0.5em 1em;
}
table th.sortable {
  cursor: pointer;
}
table td {
  padding: 0.5em 1em;
  border-bottom: 1px solid #eaeaea;
  vertical-align: top;
}
table td dl dt, table td dl dd {
  display: inline;
  width: auto;
  float: none;
  vertical-align: top;
}
table.enhanced {
  /*border-radius: 5px;*/
  clear: left;
}
table.enhanced tfoot {
  clear: both;
}
table.full-size {
  width: 100%;
  margin: 0;
}
table.list {
  display: block;
  background: #ffffff;
  table-layout: fixed;
}
table.list thead {
  display: none;
}
table.list tbody tr {
  position: relative;
  float: left;
  width: 25%;
  margin-bottom: 1em;
  background: none;
}
table.list tbody tr:nth-child(4n+1) {
  clear: left;
}
table.list tbody tr td {
  position: relative;
  display: block;
  float: left;
  clear: left;
  background: none;
}
table.no-border {
  border: none;
}

.allow-wrap {
  white-space: normal;
}

#attribute-table .fake-table.grid .body .row .cell {
  border-bottom: none;
}
#attribute-table .fake-table.grid .body .row .price {
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
}

.border-bottom {
  border-bottom: 1px solid #c8ccce;
}

/* Table menu */
.table-menu-wrapper {
  position: relative;
  right: 0;
  clear: both;
}

.table-menu {
  position: absolute;
  left: auto;
  right: 0;
  z-index: 5;
  width: 12em;
  padding: 10px;
  border: 1px solid #ccc;
  margin-top: 25px;
  font-size: 1.2em;
  background-color: #ffffff;
}
.table-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.table-menu li {
  padding: 0.3em 0;
}

.table-menu-hidden {
  left: -999em;
  right: auto;
}

.table-menu-btn {
  float: right;
  clear: both;
  padding: 0.5em 1em;
  margin-right: 15px;
  color: #ffffff !important;
  text-decoration: none;
  background: #00599c no-repeat 5px center;
}

/* End table menu */
.copyAll {
  cursor: pointer;
}

.scrollable-table {
  display: inline-block;
  overflow: auto;
  max-width: 100%;
}
.scrollable-table table {
  margin: 0;
  border: none;
}
.scrollable-table table td, .scrollable-table table th {
  white-space: nowrap;
}

button,
input[type=button],
input[type=submit],
.button {
  display: inline-block;
  *display: block;
  *float: left;
  min-height: 40px;
  padding: 0 1em;
  *margin: auto 5px 5px;
  margin: 0 5px 5px 0;
  border: 0;
  /*border-radius: 5px;*/
  color: #ffffff !important;
  font-family: Verdana;
  font-weight: bold;
  line-height: 40px;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #00599c;
  cursor: pointer;
}
button:hover, button.secondary:hover,
input[type=button]:hover,
input[type=button].secondary:hover,
input[type=submit]:hover,
input[type=submit].secondary:hover,
.button:hover,
.button.secondary:hover {
  color: #ffffff !important;
  background-color: #003b69 !important;
}
button.action, button[type=submit], button.submitButton,
input[type=button].action,
input[type=button][type=submit],
input[type=button].submitButton,
input[type=submit].action,
input[type=submit][type=submit],
input[type=submit].submitButton,
.button.action,
.button[type=submit],
.button.submitButton {
  background-color: #ff6600 !important;
}
button.action:hover, button[type=submit]:hover, button.submitButton:hover,
input[type=button].action:hover,
input[type=button][type=submit]:hover,
input[type=button].submitButton:hover,
input[type=submit].action:hover,
input[type=submit][type=submit]:hover,
input[type=submit].submitButton:hover,
.button.action:hover,
.button[type=submit]:hover,
.button.submitButton:hover {
  background-color: #FF8433 !important;
}
button.action.blue, button[type=submit].blue, button.submitButton.blue,
input[type=button].action.blue,
input[type=button][type=submit].blue,
input[type=button].submitButton.blue,
input[type=submit].action.blue,
input[type=submit][type=submit].blue,
input[type=submit].submitButton.blue,
.button.action.blue,
.button[type=submit].blue,
.button.submitButton.blue {
  background-color: #00599c;
}
button.action.blue:hover, button.action.blue.secondary:hover, button[type=submit].blue:hover, button[type=submit].blue.secondary:hover, button.submitButton.blue:hover, button.submitButton.blue.secondary:hover,
input[type=button].action.blue:hover,
input[type=button].action.blue.secondary:hover,
input[type=button][type=submit].blue:hover,
input[type=button][type=submit].blue.secondary:hover,
input[type=button].submitButton.blue:hover,
input[type=button].submitButton.blue.secondary:hover,
input[type=submit].action.blue:hover,
input[type=submit].action.blue.secondary:hover,
input[type=submit][type=submit].blue:hover,
input[type=submit][type=submit].blue.secondary:hover,
input[type=submit].submitButton.blue:hover,
input[type=submit].submitButton.blue.secondary:hover,
.button.action.blue:hover,
.button.action.blue.secondary:hover,
.button[type=submit].blue:hover,
.button[type=submit].blue.secondary:hover,
.button.submitButton.blue:hover,
.button.submitButton.blue.secondary:hover {
  color: #ffffff !important;
  background-color: #003b69 !important;
}
button.secondary,
input[type=button].secondary,
input[type=submit].secondary,
.button.secondary {
  background-color: #00599c !important;
}
button.cart,
input[type=button].cart,
input[type=submit].cart,
.button.cart {
  background-color: #ff6600 !important;
  background-image: url(../../images/icons/cart.png);
  background-position: 5px 50%;
  text-indent: 20px;
  margin-right: 28px;
}
button.disabled,
input[type=button].disabled,
input[type=submit].disabled,
.button.disabled {
  background-color: #FFB27F !important;
  color: #b4b4b4;
}
button.disabled.blue,
input[type=button].disabled.blue,
input[type=submit].disabled.blue,
.button.disabled.blue {
  background-color: #63A3D4 !important;
}

div.dt-container .dt-paging .dt-paging-button {
  min-height: 0;
  line-height: normal;
  font-weight: normal;
  color: #00599c !important;
  background: transparent !important;
  background-image: none !important;
  border-color: transparent !important;
}
div.dt-container .dt-paging .dt-paging-button:hover {
  color: #ffffff !important;
  background: #111 !important;
  background-image: none !important;
  border-color: #585858 !important;
}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
  color: #333 !important;
  background: white !important;
  background-image: none !important;
  border-color: #979797 !important;
}
div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active {
  color: #9b9b9c !important;
  background: transparent !important;
  background-image: none !important;
  border-color: transparent !important;
}

.arrow-button {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  cursor: pointer;
  background-color: #eaeaea;
  background-image: url(../../images/sprites/arrows-sprite.png);
}
.arrow-button:hover {
  background-color: #c8ccce !important;
}
.arrow-button.up {
  background-position: -40px 0px;
}
.arrow-button.invisible {
  cursor: default;
  background-color: #ffffff;
  background-image: none;
}
.arrow-button.invisible:hover {
  background-color: #ffffff !important;
}

.pseudoButton {
  display: inline-block;
  min-height: 40px;
  padding: 0 1em;
  margin: 0 5px 5px 0;
  color: #ffffff !important;
  line-height: 40px;
  font-family: Verdana;
  font-weight: bold;
  background-color: #ff6600;
}
.pseudoButton:hover {
  color: #ffffff !important;
  background-color: #FF8433;
}
.pseudoButton.secondary {
  background-color: #00599c !important;
}
.pseudoButton.secondary:hover {
  color: #ffffff !important;
  background-color: #003b69 !important;
}

#store-address-container {
  min-width: 220px;
  height: 100px;
}

/* START - Maps */
#locationgmap {
  width: 100%;
  height: 465px;
}
#locationgmap .gm-style-iw {
  overflow: hidden !important;
  line-height: 1.35 !important;
  white-space: nowrap !important;
}
#locationgmap img {
  max-width: none;
}

/* END - Maps */
/* CMS Specific */
#image-preview {
  text-align: center;
}

#image-preview img { /*border-radius: 5px;*/ }

/* BEGIN - Fast Order Pad styles */
#order-pad-description {
  width: 350px;
}

input[readonly] {
  border: 0 !important;
  border-bottom: 1px solid #c8ccce !important;
  border-radius: 0 !important;
  background-color: transparent;
}

/* END - Fast Order Pad styles */
#autocomplete {
  position: absolute;
  z-index: 99999;
  width: 200px;
  max-height: 400px;
  border: 1px solid #ff6600;
  border-top: none;
  /*border-radius: 0 0 5px 5px;*/
  overflow-x: auto;
  background: #ffffff;
}
#autocomplete ul {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
}
#autocomplete ul li {
  padding: 0px 15px;
}
#autocomplete ul li.selected {
  background: #abd8f4 !important;
}

.tradeshowmainimage {
  width: 200px;
  height: 120px;
}

.cartSummary {
  padding: 0;
}
.cartSummary dt {
  clear: both;
  width: 76%;
  font-weight: normal;
}
.cartSummary dt a {
  display: block;
}
@media screen and (max-width: 959px) {
  .cartSummary dt a {
    padding: 10px 0px;
  }
}
.cartSummary dd {
  float: right;
}

.small-obj-padding {
  padding: 2px;
}

.createTemplateNote {
  clear: both;
  color: #ff6600;
  font-size: 11px;
  font-weight: normal;
}

/*IE8 with compatibility mode hack
input[type="text"]:disabled does not work in that case :(*/
input[disabled] {
  background-color: #eaeaea;
}

#product-table-errors {
  display: none;
}

td.nowrap {
  white-space: nowrap;
  text-align: right;
}

.accountInformation h4 {
  padding: 0 15px;
}
.accountInformation p {
  padding: 0 15px 10px 15px;
}

.accountFavorites {
  position: relative;
  float: left;
  width: 144px;
  height: 145px;
  padding: 10px 5px;
  text-align: center;
}
.accountFavorites p {
  padding: 0px !important;
}
.accountFavorites #accountFavoritesLogo {
  max-width: 100px;
  max-height: 100px;
}

.account-list {
  clear/*\**/: left\9 ; /* IE8 and below */
}

.notification {
  position: fixed;
  top: 8px;
  z-index: 999999;
  width: 80%;
  padding: 15px 0px;
  margin-left: 10%;
  margin-right: 10%;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  background-color: #ff6600;
  animation: animate-bg 7s linear infinite;
}
@media screen and (max-width: 959px) {
  .notification {
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
  }
}

#additionalInfo-container {
  margin: 5px 25px;
}

.maximize, .minimize {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-top: 4px;
  margin-right: 5px;
}

.maximize {
  background: url(../../images/icons/ico-plus.gif) 0px 0px no-repeat;
}

.minimize {
  background: url(../../images/icons/ico-minus.gif) 0px 0px no-repeat;
}

#categoryList div div {
  margin-left: 21px;
}

input[type=number].price {
  width: 100px;
  text-align: right;
}

.pseudolink {
  color: #00599c;
}
.pseudolink:hover {
  color: #FA8435;
  cursor: pointer;
}

.storeAccountRegistrationLabel {
  position: relative;
  margin-left: 1.3em;
}

.storeAccountRegistrationRadio {
  float: left;
}

.userAddressData {
  margin: 0 0 5px 2em;
}

.storeAccountRegistrationSelect {
  margin-left: 20em;
  position: absolute;
  top: 2px;
}

.scantree {
  padding: 0px;
}
.scantree dd {
  height: 22px;
  margin: 0px;
  padding: 0px;
  line-height: 22px;
}
.scantree dl {
  width: 100%;
  height: 22px;
  margin: 0px;
  padding: 0px;
  line-height: 22px;
}
.scantree a {
  margin-right: 15px;
}
.scantree span {
  margin-left: 50px;
}
.scantree img {
  margin-left: 10px !important;
  margin-right: 5px !important;
}
.scantree input[type=button] {
  height: 22px;
  min-height: 22px;
  margin-left: 10px;
  line-height: 25px !important;
}
.scantree input[type=text] {
  height: 20px !important;
  padding: 0px !important;
  line-height: 20px !important;
  text-indent: 5px;
}
.scantree #treeRoot {
  margin: 10px;
}

#importantUsageStats {
  padding: 0px 5px 0px 5px;
  margin: 0px;
  line-height: 30px;
}
#importantUsageStats .statsTitle {
  float: left;
  width: 75%;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
}
#importantUsageStats .statsResult {
  float: right;
  width: 25%;
  padding: 0px;
  margin: 0px;
  text-align: right;
}

.reportFormArea {
  width: 48%;
  padding: 2px 2px 5px 2px;
  font-size: 14px;
  text-align: left;
}

#scaleReportTable td {
  padding: 0.3em;
  line-height: 20px;
}

#registrationLoginInformationHeader {
  padding-left: 0;
}

#registrationForm .registrationLongerField {
  width: 300px;
  border-bottom: none !important;
}

#registrationAccountTypeContainer #liveChatMarkup {
  font-size: 100%;
}

.smartScanUpload div {
  margin-top: 5px;
}

#addToFavoritesForm {
  width: 200px;
}

.text-button {
  margin: 0 10px;
  line-height: 40px;
  white-space: nowrap;
}

#listgrid {
  *display: none; /* list/grid toggle not supported in ie7 */
}
@media screen and (max-width: 600px) {
  #listgrid {
    display: none;
  }
}

.table-form label {
  float: left;
  clear: left;
  width: 150px;
  line-height: 40px;
  font-weight: bold;
}

.mobile-icon {
  position: relative;
  float: left;
  width: 25%;
  max-width: 160px;
  text-align: center;
}
.mobile-icon .delete {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.mobile-icon:hover .delete {
  display: block;
}

#myFavoritesForm ul {
  list-style-type: none;
}
#myFavoritesForm ul li {
  margin: 4px 0px;
}
#myFavoritesForm .delete {
  float: left;
  margin: 5px;
  cursor: pointer;
}

.table-icon-btn {
  padding-left: 0px;
}

.table-icon {
  float: left;
  height: 35px;
  width: 35px;
  margin-top: 2.5px;
  text-indent: 30px;
  background-image: url(../../images/sprites/table-icons-sprite.png);
  background-image: url(../../images/sprites/table-icons-sprite-ie.png) \9 ; /* IE8 and below */
  background-size: 280px 35px;
}
.table-icon.add-create {
  background-position: 0 0;
}
.table-icon.remove-delete {
  background-position: -35px 0;
}
.table-icon.edit {
  background-position: -70px 0;
}
.table-icon.update-save {
  background-position: -105px 0;
}
.table-icon.print-icon {
  background-position: -140px 0;
}
.table-icon.upload {
  background-position: -175px 0;
}
.table-icon.download {
  background-position: -210px 0;
}
.table-icon.search {
  background-position: -245px 0;
}

.account-icon {
  width: 50px;
  height: 50px;
  background: url(../../images/sprites/my-account-icon-sprite_2.png) no-repeat;
  background-image: url(../../images/sprites/my-account-icon-sprite-ie_2.png) \9 ; /* IE8 and below */
  background-size: 411px 51px;
}
.account-icon.user-settings {
  background-position: -50px -3px;
}
.account-icon.reports {
  background-position: -100px -3px;
}
.account-icon.payments {
  background-position: -150px -3px;
}
.account-icon.orders-requests {
  background-position: -200px -3px;
}
.account-icon.inventory {
  background-position: -250px -3px;
}
.account-icon.supplier {
  background-position: -300px -3px;
}
.account-icon.applications {
  background-position: -350px -3px;
}

.my-account-icon {
  padding: 0 5px 7.5px 10px;
}

.list-nav .container {
  margin: 15px;
}
.list-nav h2 {
  padding: 32px 0px 0px 0px;
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  .list-nav h2 {
    padding: 0px;
  }
}
.list-nav h3 {
  padding: 23px 0px 0px 0px;
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  .list-nav h3 {
    padding: 0px;
  }
}
.list-nav h3.no-padding {
  padding: 0px;
}
.list-nav ul {
  margin: 0px;
  list-style-type: none;
}
.list-nav ul li {
  padding: 3px;
}

#whoson_chat_link {
  float: left;
}

#liveChatMarkup {
  float: right;
  padding-left: 18px;
  font-size: 45%;
  background-image: url(../../images/icons/chat.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}

#supplierHelp #liveChatMarkup {
  position: relative;
  left: 1%;
  float: none;
  font-size: 100%;
}

.priceGuidanceInput {
  width: 45px !important;
  margin-bottom: 5px;
}

.priceGuidanceInputLong {
  width: 70px !important;
  margin-bottom: 5px;
}

.priceGuidancePPS {
  width: 50px !important;
  min-height: 22px;
  margin-bottom: 5px;
}

.priceGuidanceAllBtn {
  width: 50px !important;
  min-height: 16px !important;
  margin: 0px !important;
  line-height: 16px !important;
}

.priceGuidanceAllBtnLong {
  width: 75px !important;
  min-height: 16px !important;
  margin: 0px !important;
  line-height: 16px !important;
}

.priceGuidanceSelect {
  width: 100px !important;
  min-width: 100px !important;
  height: 25px !important;
  min-height: 25px !important;
  padding: 2px !important;
  line-height: 25px !important;
}

#liveChatMarkup {
  float: right;
  padding-left: 18px;
  font-size: 45%;
  background-image: url(../../images/icons/chat.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}

input[type=number].remove-spinners::-webkit-inner-spin-button,
input[type=number].remove-spinners::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.attribute-content img {
  max-width: 150px;
  max-height: 150px;
}

.drop-shadow {
  box-shadow: 2px 2px 8px #888d91;
}

.max-width-overflow-scroll {
  max-width: 1280px;
  overflow-x: scroll;
}

#paymentAcceptanceTerms {
  height: 150px;
  margin-top: 5%;
  overflow-y: scroll;
}

#moreItemsCartLink {
  margin-top: 0.5em;
}

.fastscan-table-error {
  margin: 0.5em 1em !important;
}

.video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 35px;
  overflow: hidden;
}
.video-container.four-three-ratio {
  padding-bottom: 75%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container .noShade {
  border: 1px solid rgb(128, 128, 128);
}

#jobApplicationSteps h3 {
  float: left;
  display: inline-block;
}

#jobDetails div.box {
  background: none;
  padding: 10px;
}

.careerFormContainer {
  border: 1px solid #c8ccce;
  border-radius: 4px;
  padding: 10px;
  margin: 10px;
}

.educationRemoveLink, .employmentRemoveLink {
  float: right;
}

.formRule {
  margin-left: 15px;
  margin-right: 20px;
}

form dl dt.largeCareersLabel {
  width: 100%;
}

dt.largeCareersLabel h2 {
  padding: 0;
}

.careerStepBorderBottom {
  margin-top: 5px;
  border-bottom: 2px solid #c8ccce;
}

.careersSummaryHeader {
  padding-left: 0;
  display: inline;
}

.careersStepDelimiter {
  padding: 0.5em 0.5%;
}

.largeTextArea {
  width: 90%;
  height: 15em;
}
