@charset "UTF-8";
/* ----------- SASS ARCHITECTURE --------------
sass/
|
|– base/
|   |– _base.scss        # load base styles
|   |– _ie.scss          # ie specific styles
|   |– _reset.scss       # Reset/normalize
|   |– _typography.scss  # Typography rules
|
|– components/
|   |– _bootstrap-select.scss   # Bootstrap select
|   |– _button.scss             # Buttons				(Updated 2020/11/20)
|   |– _form-elements.scss      # Form Elements 		(Updated 2023/08/28)
|   |– _navbar.scss             # Top Nav Bar 			(Updated 2021/04/09)
|   |– _photography.scss        # Photography/Images	(Updated 2020/11/20)
|   |– _products.scss           # Products				(Updated 2021/09/08)
|   |– _search.scss             # Live search 			(Updated 2018/08/14)
|   |– _sidebar.scss            # Sidebar				(Updated 2022/12/22)
|   |– _slick.scss              # Slick slider
|
|– helpers/
|   |– _pageflex-variables.scss # Sass Variable				(Updated 2018/08/03)
|   |– _utility.scss			# Utility & helper classes  (Updated 2024/01/19)
|   |– _flag-icons.scss			# Country flag SVG icons 	(Removed 2018/11/29)
|
|– layout/
|   |– __media-queries.scss		# responsive breakpoints  (Updated 2023/04/13)
|   |– __print.scss				# print style css		  (Updated 2020/11/20)
|
|– vendors/
|   |– _bootstrap-custom.scss   # Bootstrap
|
|
`– main.scss             # primary compiled Sass file for default theme
---------------------------------------------------------*/
/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
/* Reset Styles - Global 
| 
|*/
/*text over image for products */
* {
  outline: 0; }

body {
  font-family: "Open Sans", Arial, sans-serif;
  /* 'Open Sans', Arial, sans-serif */
  overflow-x: hidden;
  background-color: #f1f2f2;
  /* #f1f2f2 */
  padding-top: 50px;
  padding-bottom: 20px; }

/* remember to define focus styles! */
:focus {
  outline: 0 !important;
  /*removes default focus outline for accessibility */ }

/* link resets */
a {
  color: #999595;
  /* #009edc */ }

a:hover, a:focus {
  color: #999595;
  text-decoration: none;
  outline: 0; }

a:focus {
  color: #000; }

/* utility */
.strong-text {
  font-weight: 700; }

.icon-pf_icn_info {
  color: #6D6E71; }

/* Bootstrap dropdown selector
|*/
/* ==========================================
|| Multi Select Component
===========================================*/
.selectpicker {
  -webkit-appearance: menulist; }

.selectpicker-items-selected {
  margin-top: 20px; }
  .selectpicker-items-selected li {
    padding-bottom: 5px;
    padding-right: 0; }
  .selectpicker-items-selected .alert-warning {
    background-image: none;
    background-color: #e6e7e8;
    border-color: #e6e7e8;
    border-radius: 3px; }
  .selectpicker-items-selected .alert {
    color: #58595b;
    font-size: 0.6875rem;
    text-shadow: initial;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 30px 5px 10px;
    border: 1px solid transparent;
    margin: 0 10px 10px 0; }

.alert-dismissible .close {
  color: #333;
  opacity: .5; }

/* Button and Image Links CSS STYLE UPDATES
| move to a _topnav.scss file in modules
|*/
button,
.btn {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: none;
  height: 2.5rem;
  padding: 10px 15px;
  border-radius: 0;
  border-width: 1px; }

.btn-default.active, .btn-default:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn-info.active,
.btn-info:active,
.btn-warning.active,
.btn-warning:active,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn-info.active,
.btn-info:active,
.btn-warning.active,
.btn-warning:active,
.btn-danger.active,
.btn-danger:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-primary {
  color: #999595;
  background-color: #ffffff;
  border: 1px solid #009edc;
  background-image: none;
  text-shadow: none;
  min-width: 150px; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #999595;
    border-color: #999595;
    color: #ffffff; }
  .btn-primary:disabled, .btn-primary[disabled] {
    background-color: #ffffff;
    border-color: #999595;
    cursor: default;
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5; }

.btn-primary-gray {
  color: #868686;
  background-color: #ffffff;
  border-color: #868686;
  min-width: 150px; }
  .btn-primary-gray:hover, .btn-primary-gray:focus, .btn-primary-gray:active, .btn-primary-gray.md-default-theme:not([disabled]):hover, .btn-primary-gray.md-button:not([disabled]):hover {
    background-color: #868686;
    color: #ffffff; }

.btn-secondary {
  color: #58595b;
  background-color: #e6e7e8;
  border: 1px solid #d1d3d4;
  min-width: 150px; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.md-default-theme:not([disabled]):hover, .btn-secondary.md-button:not([disabled]):hover {
    background-color: #58595b;
    border: 1px solid #58595b;
    color: #ffffff; }

.btn-secondary-white {
  color: #58595b;
  background-color: #ffffff;
  border-color: #e6e7e8;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  min-width: 100px; }
  .btn-secondary-white:hover, .btn-secondary-white:focus, .btn-secondary-white:active {
    background-color: #58595b;
    border-color: #58595b;
    color: #ffffff; }

.btn-danger,
.btn-success,
.btn-info,
.btn-warning {
  background-image: none;
  text-shadow: none; }

.btn-danger:active,
.btn-danger.active {
  background-color: #d73c37; }

.btn-xs,
.btn-group-xs > .btn {
  font-size: 0.75rem;
  line-height: 0.875rem;
  height: 2.1875rem;
  min-width: 100px; }

.btn-sm,
.btn-group-sm > .btn {
  font-size: 0.75rem;
  line-height: 0.75rem;
  height: 2rem;
  min-width: 125px; }

.btn-icon,
.md-button.btn-icon {
  background: none;
  border: 0;
  color: #58595b; }
  .btn-icon[disabled],
  .md-button.btn-icon[disabled] {
    background: none;
    border: 0; }
  .btn-icon:not([disabled]):hover, .btn-icon:hover,
  .md-button.btn-icon:not([disabled]):hover,
  .md-button.btn-icon:hover {
    background-color: transparent;
    color: #999595; }

.primary-links1,
.primary-links2 {
  display: block;
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
  opacity: 1; }

.primary-links:hover {
  background-blend-mode: darken;
  opacity: 0.8; }

.icon-lt-blue {
  background: none;
  border: 0;
  color: #80cfee; }
  .icon-lt-blue:hover {
    color: #ffffff; }

.hover-effect {
  background: rgba(255, 255, 255, 0.3);
  color: #999595;
  transition: background .25s ease-in-out; }

.badge {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 0.6875rem;
  font-weight: 500;
  margin-left: -0.6875rem;
  margin-top: -0.75rem;
  padding: 0.1875rem 0.3125rem;
  vertical-align: top; }

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background: #e6e7e8;
  border: 0px solid #d1d3d4;
  border-radius: 0;
  color: #58595b; }

.white-button {
  background-color: #ffffff;
  border: 1px solid #d1d3d4;
  color: #868686; }

.md-button,
.md-button.md-icon-button {
  font-size: 0.875rem;
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-transform: none;
  line-height: inherit; }
  .md-button:hover, .md-button:focus, .md-button.md-default-theme:not([disabled]):hover, .md-button:not([disabled]):hover,
  .md-button.md-icon-button:hover,
  .md-button.md-icon-button:focus,
  .md-button.md-icon-button.md-default-theme:not([disabled]):hover,
  .md-button.md-icon-button:not([disabled]):hover {
    background-color: #999595;
    color: #ffffff; }
  .md-button .md-ripple-container,
  .md-button.md-icon-button .md-ripple-container {
    display: none; }

.md-button.md-icon-button {
  font-size: 1rem;
  color: #999595; }
  .md-button.md-icon-button:hover, .md-button.md-icon-button:focus, .md-button.md-icon-button.md-default-theme:not([disabled]):hover, .md-button.md-icon-button:not([disabled]):hover {
    background-color: transparent;
    color: #58595b; }

/* FORMS CSS STYLE UPDATES
| styles for form and input elements
| could be broken down further by element - checkbox, radio, etc.
|*/
::-webkit-input-placeholder {
  color: #333333;
  opacity: .5; }

:-ms-input-placeholder {
  color: #333333;
  opacity: .5; }

::-moz-placeholder {
  color: #333333;
  opacity: .5; }

:-moz-placeholder {
  color: #333333;
  opacity: .5; }

::placeholder {
  color: #333333;
  opacity: .5; }

input, select, textarea, label {
  font-size: 0.875rem; }

.form-control {
  font-size: 0.875rem;
  border: 1px solid #d1d3d4;
  color: #333333;
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0; }
  .form-control:focus {
    border-color: 1px solid rgba(0, 158, 220, 0.8);
    box-shadow: inset 0 1px 1px rgba(0, 158, 220, 0.075), 0 0 8px rgba(0, 158, 220, 0.6); }
  .form-control[disabled], .form-control[readonly] {
    background-color: #f1f2f2;
    color: #333333;
    opacity: .6;
    cursor: not-allowed; }
  .form-control::-webkit-input-placeholder {
    color: #333333;
    opacity: .5; }
  .form-control:-ms-input-placeholder {
    color: #333333;
    opacity: .5; }
  .form-control::-moz-placeholder {
    color: #333333;
    opacity: .5; }
  .form-control:-moz-placeholder {
    color: #333333;
    opacity: .5; }
  .form-control::placeholder {
    color: #333333;
    opacity: .5; }

.radio label,
.checkbox label {
  min-height: 1.25rem;
  /* 20px */
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  line-height: 2; }

.form-row {
  clear: both; }
  .form-row .column-width-2 {
    float: left;
    width: 45%; }
  .form-row .column-width-3 {
    float: left;
    width: 30%; }

textarea {
  background-color: #ffffff;
  border: 1px solid #d1d3d4; }

.form-group .image-select {
  padding-left: 0; }

/* custom css for checkboxes and radio buttons */
.checkbox-custom,
.radio-custom {
  opacity: 0;
  position: absolute; }
  .checkbox-custom + label::before,
  .radio-custom + label::before {
    transition: all 0.15 ease-in-out; }
  .checkbox-custom:focus + label,
  .radio-custom:focus + label {
    outline: 0; }
    .checkbox-custom:focus + label::before,
    .radio-custom:focus + label::before {
      border: 1px solid rgba(0, 158, 220, 0.8);
      box-shadow: inset 0 1px 1px rgba(0, 158, 220, 0.075), 0 0 8px rgba(0, 158, 220, 0.6); }

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 0.3125rem 5px;
  /* 5px */
  cursor: pointer; }

.checkbox-custom-label,
.radio-custom-label {
  font-weight: 400;
  margin-left: 0;
  position: relative; }

.radio-custom-label {
  display: inline-flex; }

.form-inline .form-checkbox {
  display: inline-block; }

.radio-inline {
  padding-left: 0; }

.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
  content: '';
  background: #ffffff;
  border: 1px solid #d1d3d4;
  display: inline-block;
  vertical-align: middle;
  min-width: 1.25rem;
  /* 20px */
  height: 1.25rem;
  /* 20px */
  padding: 0.125rem;
  /* 2px */
  margin-right: 10px;
  text-align: center;
  border-radius: 3px; }

.checkbox-custom-label:hover::before,
.radio-custom-label:hover::before {
  border: 1px solid #999595; }

.checkbox-custom:checked + .checkbox-custom-label:before {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  background: #999595;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: .6;
  padding-left: 0;
  min-width: 1.25rem;
  /* 20px */
  height: 1.25rem;
  /* 20px */
  padding-top: 0.3125rem;
  /* 5px */
  border: 1px solid #999595; }

.radio-custom + .radio-custom-label:before {
  border-radius: 50%; }

.radio-custom:checked + .radio-custom-label:before {
  background: #999595;
  box-shadow: inset 0 0 0 4px #ffffff; }

/*select box for dropdown with images */
.dd-select {
  border-radius: 0;
  border: solid 1px #d1d3d4;
  cursor: pointer;
  position: relative; }

label.dd-selected-text,
label.dd-option-text {
  color: #868686;
  font-weight: normal;
  padding-left: 2rem;
  text-transform: uppercase; }

.dd-selected {
  height: 5.25rem;
  /* 84px */ }

md-content.md-default-theme,
md-content {
  color: #333333; }

md-input-container {
  display: inline-block !important;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 !important; }
  md-input-container label {
    margin-bottom: 0.3125rem;
    /* 5px */
    margin-left: 10px;
    font-weight: 400; }
  md-input-container textarea {
    overflow-y: auto; }
  md-input-container .disabled {
    background-color: #f1f2f2;
    color: #333333;
    opacity: .6; }
  md-input-container .md-errors-spacer {
    min-height: 1.4375rem;
    /* 23px */ }
  md-input-container.md-block {
    display: inline-block !important; }
  md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused label, md-input-container:not(.md-input-invalid).md-input-focused label, md-input-container.md-default-theme:not(.md-input-invalid).md-input-has-value label, md-input-container:not(.md-input-invalid).md-input-has-value label {
    margin-left: -2px;
    color: #333333; }
  md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused .md-input, md-input-container:not(.md-input-invalid).md-input-focused .md-input, md-input-container.md-default-theme:not(.md-input-invalid).md-input-has-value .md-input, md-input-container:not(.md-input-invalid).md-input-has-value .md-input {
    border-color: 1px solid rgba(0, 158, 220, 0.8); }
  md-input-container.md-input-has-value label:not(.md-no-float) {
    margin-left: -2px; }
  md-input-container.md-input-focused label:not(.md-no-float), md-input-container.md-input-has-placeholder label:not(.md-no-float), md-input-container.md-input-has-value label:not(.md-no-float) {
    margin-left: -2px;
    transform: none;
    font-weight: 550;
    opacity: 1;
    white-space: break-spaces;
    height: auto !important;
    line-height: 1.25rem !important;
    /* 20px */ }
  md-input-container.md-default-theme label,
  md-input-container label,
  md-input-container.md-default-theme .md-placeholder,
  md-input-container .md-placeholder {
    color: #333333;
    opacity: .5; }
  md-input-container.md-input-invalid.md-input-focused label, md-input-container.md-input-invalid label {
    color: #d73c37; }
  md-input-container.md-input-invalid.md-input-focused input, md-input-container.md-input-invalid input {
    border-color: #d73c37; }
    md-input-container.md-input-invalid.md-input-focused input:focus, md-input-container.md-input-invalid input:focus {
      border-color: rgba(215, 60, 55, 0.8);
      box-shadow: inset 0 1px 1px rgba(215, 60, 55, 0.075), 0 0 8px rgba(215, 60, 55, 0.6); }

md-input-container .md-placeholder, md-input-container label:not(.md-no-float):not(.md-container-ignore) {
  line-height: 3.125rem;
  /* 50px */
  height: 2.125rem;
  /* 34px */
  margin-top: 1.25rem;
  /* 20px */ }

.productRow md-input-container label {
  white-space: nowrap !important; }

@media only screen and (min-width: 768px) {
  .productRow > .row > div[class^='col-'],
  .productRow > .row > div[class*=' col-'] {
    padding-left: 7.5px;
    padding-right: 7.5px; } }

md-checkbox.form-control,
md-radio-button.form-control {
  width: auto !important;
  height: auto;
  border-width: 0;
  padding: 0; }
  md-checkbox.form-control:focus,
  md-radio-button.form-control:focus {
    box-shadow: none;
    border-color: transparent; }

md-checkbox.md-checked .md-icon,
md-radio-button.md-checked .md-icon {
  background-color: #999595; }

md-checkbox.md-checked .md-off,
md-radio-button.md-checked .md-off {
  border-color: #999595; }

md-checkbox .md-on,
md-radio-button .md-on {
  background-color: #999595;
  border-color: #999595; }

md-checkbox .md-icon,
md-checkbox .md-off,
md-radio-button .md-icon,
md-radio-button .md-off {
  border: 1px solid #333333; }

md-checkbox .md-label .checkbox-custom-label,
md-radio-button .md-label .checkbox-custom-label {
  margin: 0; }

.chosen-container.chosen-container-single {
  border: 1px solid transparent;
  transition: all 0.15s ease-in-out; }
  .chosen-container.chosen-container-single.chosen-container-active {
    border: 1px solid rgba(0, 158, 220, 0.8);
    box-shadow: inset 0 1px 1px rgba(0, 158, 220, 0.075), 0 0 8px rgba(0, 158, 220, 0.6); }

.chosen-container.chosen-container-single, .chosen-container.chosen-container-multi {
  min-width: 100% !important;
  max-width: 100% !important;
  font-size: 0.875rem;
  margin-bottom: 0.5625rem;
  /* 9px */ }
  .chosen-container.chosen-container-single .chosen-choices, .chosen-container.chosen-container-multi .chosen-choices {
    color: #333333;
    background-image: none;
    border: 1px solid #d1d3d4;
    padding: 0; }
    .chosen-container.chosen-container-single .chosen-choices li.search-field, .chosen-container.chosen-container-multi .chosen-choices li.search-field {
      padding-top: 0.1719rem;
      /* 2.75px */
      padding-bottom: 0.1719rem;
      /* 2.75px */ }
      .chosen-container.chosen-container-single .chosen-choices li.search-field input[type="text"], .chosen-container.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
        color: #333333;
        height: auto;
        border: 1px solid #d1d3d4;
        padding: 0.25rem 12px;
        /* 4px */
        font-family: "Open Sans", Arial, sans-serif; }
    .chosen-container.chosen-container-single .chosen-choices li.search-choice, .chosen-container.chosen-container-multi .chosen-choices li.search-choice {
      background-color: transparent;
      background-image: none;
      border: 1px solid #009edc;
      color: #333333;
      margin: 0.3437rem 0 0.3437rem 5px;
      /* 5.5px */ }
  .chosen-container.chosen-container-single.chosen-container-active .chosen-single,
  .chosen-container.chosen-container-single.chosen-container-active .chosen-choices,
  .chosen-container.chosen-container-single.chosen-container-active .chosen-drop, .chosen-container.chosen-container-multi.chosen-container-active .chosen-single,
  .chosen-container.chosen-container-multi.chosen-container-active .chosen-choices,
  .chosen-container.chosen-container-multi.chosen-container-active .chosen-drop {
    border: 1px solid #d1d3d4;
    background: #ffffff; }
    .chosen-container.chosen-container-single.chosen-container-active .chosen-single li.search-field input[type="text"],
    .chosen-container.chosen-container-single.chosen-container-active .chosen-choices li.search-field input[type="text"],
    .chosen-container.chosen-container-single.chosen-container-active .chosen-drop li.search-field input[type="text"], .chosen-container.chosen-container-multi.chosen-container-active .chosen-single li.search-field input[type="text"],
    .chosen-container.chosen-container-multi.chosen-container-active .chosen-choices li.search-field input[type="text"],
    .chosen-container.chosen-container-multi.chosen-container-active .chosen-drop li.search-field input[type="text"] {
      color: #333333 !important; }
  .chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single div b, .chosen-container.chosen-container-multi.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 7px; }
  .chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-drop, .chosen-container.chosen-container-multi.chosen-container-active.chosen-with-drop .chosen-drop {
    position: absolute;
    border: 1px solid rgba(0, 158, 220, 0.8);
    border-top-color: transparent;
    box-shadow: inset 0 1px 1px rgba(153, 149, 149, 0.08), 0 7px 8px rgba(153, 149, 149, 0.6); }
    .chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-drop > .chosen-results, .chosen-container.chosen-container-multi.chosen-container-active.chosen-with-drop .chosen-drop > .chosen-results {
      margin-right: 0; }
  .chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop.chose-drop-up .chosen-drop, .chosen-container.chosen-container-multi.chosen-container-active.chosen-with-drop.chose-drop-up .chosen-drop {
    box-shadow: none;
    padding-top: 0.3125rem;
    /* 5px */ }
  .chosen-container.chosen-container-single .chosen-single, .chosen-container.chosen-container-multi .chosen-single {
    height: auto;
    border: 1px solid #d1d3d4;
    background: #ffffff;
    padding: 0.25rem 12px;
    /* 4px */ }
    .chosen-container.chosen-container-single .chosen-single span, .chosen-container.chosen-container-multi .chosen-single span {
      cursor: default;
      color: #333333; }
    .chosen-container.chosen-container-single .chosen-single div b, .chosen-container.chosen-container-multi .chosen-single div b {
      background-position: 0 7px; }
  .chosen-container.chosen-container-single .chosen-single,
  .chosen-container.chosen-container-single .chosen-drop,
  .chosen-container.chosen-container-single .chosen-choices, .chosen-container.chosen-container-multi .chosen-single,
  .chosen-container.chosen-container-multi .chosen-drop,
  .chosen-container.chosen-container-multi .chosen-choices {
    border-radius: 0;
    box-shadow: none; }
  .chosen-container.chosen-container-single .chosen-results, .chosen-container.chosen-container-multi .chosen-results {
    padding-bottom: 25px;
    /* 25px */
    max-height: 9.375rem;
    /* 150px */ }
    .chosen-container.chosen-container-single .chosen-results li, .chosen-container.chosen-container-multi .chosen-results li {
      color: #333333; }
      .chosen-container.chosen-container-single .chosen-results li.highlighted, .chosen-container.chosen-container-multi .chosen-results li.highlighted {
        color: #ffffff;
        background-color: 1px solid rgba(0, 158, 220, 0.8);
        background-image: linear-gradient(1px solid rgba(0, 158, 220, 0.8) 20%, 1px solid rgba(0, 158, 220, 0.8) 90%); }
      .chosen-container.chosen-container-single .chosen-results li.no-results, .chosen-container.chosen-container-multi .chosen-results li.no-results {
        color: #ffffff;
        background-color: #aa2611;
        padding: 0.3125rem 12px;
        /* 5px */
        line-height: normal; }
  .chosen-container.chosen-container-single .chosen-search input[type="text"], .chosen-container.chosen-container-multi .chosen-search input[type="text"] {
    height: auto;
    border-color: #d1d3d4;
    padding: 0.25rem 12px;
    /* 4px */
    font-family: "Open Sans", Arial, sans-serif; }
  .chosen-container.chosen-container-single li.search-field, .chosen-container.chosen-container-multi li.search-field {
    font-family: "Open Sans", Arial, sans-serif; }
  .chosen-container.chosen-container-single.chosen-disabled, .chosen-container.chosen-container-multi.chosen-disabled {
    background-color: #f1f2f2;
    color: #333333;
    opacity: .6 !important; }
    .chosen-container.chosen-container-single.chosen-disabled .chosen-single, .chosen-container.chosen-container-multi.chosen-disabled .chosen-single {
      background-color: #f1f2f2; }

.chosen-container.chosen-drop-up .chosen-drop {
  border-bottom: none !important;
  border-radius: 0.25rem 4px 0 0;
  /* 4px */
  bottom: 100%;
  top: auto; }

.chosen-container-active.chosen-with-drop.chosen-drop-up .chosen-single {
  border-radius: 0 0 0.25rem 4px;
  /* 4px */
  border-top: 0;
  box-shadow: 0 1px 0 #FFF inset;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.chosen-container-active.chosen-with-drop.chosen-drop-up .chosen-drop {
  display: flex;
  flex-direction: column-reverse;
  border-top: 1px solid rgba(0, 158, 220, 0.8) !important; }

.md-tab-dropdown-fix md-content {
  z-index: 2;
  overflow: visible !important; }

.md-tab-dropdown-fix md-tabs {
  overflow: visible !important; }

.md-tab-dropdown-fix md-tab-content {
  z-index: 2;
  overflow: visible !important; }

.form-group-chosen span.error-message {
  display: block;
  padding-top: 0 !important;
  margin-top: -0.3125rem;
  /* -5px */ }

.form-group-chosen .validationError .icon {
  margin-right: 5px; }

.form-group-chosen label {
  clear: both;
  display: block; }

.form-group .inputGroup {
  clear: both; }

.form-group .squareAroundValidationIcon {
  clear: both;
  float: right;
  width: 0;
  height: 2.125rem;
  /* 34px */
  padding-top: 2rem;
  /* 32px */ }
  .form-group .squareAroundValidationIcon.image-validation {
    top: 30px; }
    .form-group .squareAroundValidationIcon.image-validation .validation-placement {
      top: -5px;
      right: 8px; }

.form-group .squareAroundValidationIconAlternatePosition {
  margin-top: 0px;
  width: 0px;
  clear: left; }

.form-group input ~ .validationError i, .form-group input ~ .validationError .glyphicon, .form-group input ~ .validationError .icon {
  top: 10px; }

.form-group .validationError {
  position: relative; }
  .form-group .validationError .validation-placement {
    top: 0;
    height: 2.3125rem;
    position: absolute;
    cursor: default; }
    .form-group .validationError .validation-placement i,
    .form-group .validationError .validation-placement .glyphicon,
    .form-group .validationError .validation-placement .icon {
      margin-top: -1.48rem; }
    .form-group .validationError .validation-placement:hover {
      background-color: transparent;
      color: inherit; }
  .form-group .validationError i,
  .form-group .validationError .glyphicon,
  .form-group .validationError .icon {
    float: right;
    font-size: 1rem;
    color: #d1d3d4;
    margin: -1.5625rem 10px 0 0;
    /* -25px */ }
    .form-group .validationError i.wrong,
    .form-group .validationError .glyphicon.wrong,
    .form-group .validationError .icon.wrong {
      color: #d73c37; }
    .form-group .validationError i.right,
    .form-group .validationError .glyphicon.right,
    .form-group .validationError .icon.right {
      color: #8fc63e;
      visibility: visible; }
  .form-group .validationError.chosenError .glyphicon,
  .form-group .validationError.chosenError .icon {
    margin: -2.1875rem 10px 0 0;
    /* -35px */ }

.form-group .validationIconForDropdown {
  margin-right: 10px; }

.form-group .radioAndMultiCheckboxValidationPosition {
  margin-right: 25px; }

.form-group.has-error label:not(.checkbox-custom-label):not(.radio-custom-label),
.form-group.has-error .control-label {
  color: #d73c37;
  opacity: 1; }

.form-group.has-error input.form-control:not([type="checkbox"]):not([type="radio"]) {
  color: #d73c37;
  border-color: #d73c37;
  opacity: 1; }
  .form-group.has-error input.form-control:not([type="checkbox"]):not([type="radio"]):focus {
    border-color: rgba(215, 60, 55, 0.8);
    box-shadow: inset 0 1px 1px rgba(215, 60, 55, 0.075), 0 0 8px rgba(215, 60, 55, 0.6); }

.form-group .error-message {
  display: block;
  font-size: 0.75rem;
  color: #d73c37;
  line-height: 1.32rem; }
  .form-group .error-message i,
  .form-group .error-message .icon {
    height: 100%;
    vertical-align: middle;
    margin-right: 5px; }

.form-group input[type="radio"] {
  z-index: 10;
  width: 100%;
  height: 1.875rem;
  /* 30px */ }
  .form-group input[type="radio"][disabled] + label {
    cursor: default;
    pointer-events: none;
    opacity: .5; }

.form-group .radio-thumbnails input[type="radio"] {
  height: 4.0625rem;
  /* 65px */ }

.form-group .form-group-checkbox .validationError i.wrong,
.form-group .form-group-checkbox .validationError .glyphicon.wrong,
.form-group .form-group-checkbox .validationError .icon.wrong {
  top: 4px !important;
  right: 3px; }

div[ng-switch-when="SingleLineText"],
div[ng-switch-when="PasswordText"],
div[ng-switch-when="MultiLineText"],
div[ng-switch-when="RichText"],
div[ng-switch-when="ImageChoice"],
div[ng-switch-when="ReadOnlySingleLineText"],
div[ng-switch-when="ReadOnlyMultiLineText"],
div[ng-switch-when="OfficeDoc"],
div[ng-switch-when="PdfDoc"],
div[ng-switch-when="DropDownListBox"],
div[ng-switch-when="ListBox"],
div[ng-switch-when="MultiSelectListBox"],
div[ng-switch-when="CheckBox"],
div[ng-switch-when="RadioButtons"],
div[ng-switch-when="RadioButtonsThumbs"],
div[ng-switch-when="MultiSelectCheckBox"],
div[ng-switch-when="ListBox-NoChosen"],
div[ng-switch-when="MaterialDatePicker"],
div[ng-switch-when="BasicTimePicker"],
div[ng-switch-when="UnqualifiedUneditableFieldType"],
div[ng-switch-when="HtmlLiteral"] {
  display: inline-block;
  width: 100%;
  position: relative; }

div[ng-switch-when="PasswordText"] {
  min-height: 5rem;
  /* 80px */ }

div[ng-switch-when="SingleLineText"] md-input-container .md-errors-spacer,
div[ng-switch-when="ReadOnlySingleLineText"] md-input-container .md-errors-spacer,
div[ng-switch-when="PasswordText"] md-input-container .md-errors-spacer,
div[ng-switch-when="ReadOnlyMultiLineText"] md-input-container .md-errors-spacer,
div[ng-switch-when="MultiLineText"] md-input-container .md-errors-spacer {
  display: none; }

div[ng-switch-when="MultiLineText"] .bottomValidation {
  display: flex;
  justify-content: space-between;
  width: 100%; }

div[ng-switch-when="SingleLineText"] .bottomValidation,
div[ng-switch-when="MultiLineText"] .bottomValidation {
  min-height: 1.4375rem;
  /* 23px */ }
  div[ng-switch-when="SingleLineText"] .bottomValidation .characterLimitCounter,
  div[ng-switch-when="MultiLineText"] .bottomValidation .characterLimitCounter {
    min-width: 5rem;
    /* 80px */
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    padding: 0.125rem 0 0 5px;
    /* 2px */ }

div[ng-switch-when="MaterialDatePicker"] > md-content {
  margin-bottom: 0;
  border: 0;
  background: none;
  z-index: 2; }
  div[ng-switch-when="MaterialDatePicker"] > md-content .layout-gt-xs-row {
    float: left;
    width: 100%; }
    div[ng-switch-when="MaterialDatePicker"] > md-content .layout-gt-xs-row md-datepicker {
      width: 100%; }
  div[ng-switch-when="MaterialDatePicker"] > md-content ._md-datepicker-has-triangle-icon {
    padding-right: 0;
    margin-right: 0; }
  div[ng-switch-when="MaterialDatePicker"] > md-content .md-datepicker-input {
    width: 100%;
    min-width: 100%;
    max-width: 100%; }
  div[ng-switch-when="MaterialDatePicker"] > md-content .md-datepicker-input-container {
    margin-left: 12px;
    width: calc(100% - 36px); }
    div[ng-switch-when="MaterialDatePicker"] > md-content .md-datepicker-input-container .md-datepicker-triangle-button {
      width: 100%;
      left: 0;
      bottom: 0;
      right: 0;
      -webkit-transform: none;
      transform: none; }
      div[ng-switch-when="MaterialDatePicker"] > md-content .md-datepicker-input-container .md-datepicker-triangle-button .md-datepicker-expand-triangle {
        right: 10px;
        left: auto;
        -webkit-transform: none;
        transform: none; }
  div[ng-switch-when="MaterialDatePicker"] > md-content button.dateClearBtn {
    float: left;
    min-width: 30px;
    width: 30px;
    height: 26px;
    font-size: 10px;
    box-sizing: border-box;
    line-height: 10px;
    padding: 5px 10px 10px 10px; }
    div[ng-switch-when="MaterialDatePicker"] > md-content button.dateClearBtn:active {
      -webkit-box-shadow: none;
      box-shadow: none; }
    div[ng-switch-when="MaterialDatePicker"] > md-content button.dateClearBtn > i {
      font-size: 10px;
      line-height: 10px;
      font-weight: bold; }

div[ng-switch-when="MaterialDatePicker"].hasClearButton > md-content .layout-gt-xs-row {
  width: calc(100% - 30px); }

div[ng-switch-when="SingleLineText"] label,
div[ng-switch-when="PasswordText"] label,
div[ng-switch-when="MultiLineText"] label,
div[ng-switch-when="RichText"] label,
div[ng-switch-when="ImageChoice"] .row label,
div[ng-switch-when="ReadOnlyMultiLineText"] label,
div[ng-switch-when="ReadOnlySingleLineText"] label,
div[ng-switch-when="OfficeDoc"] label,
div[ng-switch-when="PdfDoc"] label,
div[ng-switch-when="DropDownListBox"] > label,
div[ng-switch-when="ListBox"] label,
div[ng-switch-when="MultiSelectListBox"] label,
div[ng-switch-when="RadioButtons"] > label,
div[ng-switch-when="RadioButtonsThumbs"] > label,
div[ng-switch-when="MultiSelectCheckBox"] > label,
div[ng-switch-when="ListBox-NoChosen"] label,
div[ng-switch-when="MaterialDatePicker"] > md-content > label,
div[ng-switch-when="BasicTimePicker"] > label,
div[ng-switch-when="UnqualifiedUneditableFieldType"] label,
div[ng-switch-when="CheckBox"] > label {
  display: inline-block;
  width: 100%;
  margin-top: 0 !important;
  line-height: 1.25rem !important;
  /* 20px */
  margin-bottom: 0;
  font-weight: 550;
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  overflow: hidden; }

div[ng-switch-when="MultiLineText"] label,
div[ng-switch-when="RichText"] label {
  padding-right: 26px !important; }

div[ng-switch-when="ImageChoice"] .row label {
  padding-right: 40px; }

div[ng-switch-when="UneditableSingleText"] label,
div[ng-switch-when="HtmlLiteral"] label {
  font-weight: 550; }

div[ng-switch-when="CheckBox"] > label {
  font-weight: 400; }

div[ng-switch-when="RadioButtons"] > label {
  padding-right: 24px; }

div[ng-switch-when="MultiSelectCheckBox"] > label {
  padding-right: 26px; }

div[ng-switch-when="DropDownListBox"] > label {
  line-height: 1.1875rem !important;
  /* 19px */ }

div[ng-switch-when="MaterialDatePicker"] > md-content > label {
  padding-right: 30px; }

div[ng-switch-when="OfficeDoc"] label,
div[ng-switch-when="PdfDoc"] label {
  padding-right: 30px; }
  div[ng-switch-when="OfficeDoc"] label ul,
  div[ng-switch-when="PdfDoc"] label ul {
    padding-left: 15px !important; }

div[ng-switch-when="CheckBox"] .validationError,
div[ng-switch-when="OfficeDoc"] .validationError,
div[ng-switch-when="PdfDoc"] .validationError,
div[ng-switch-when="RadioButtons"] .validationError,
div[ng-switch-when="RadioButtonsThumbs"] .validationError,
div[ng-switch-when="MultiSelectCheckBox"] .validationError,
div[ng-switch-when="BasicTimePicker"] .validationError {
  position: absolute !important;
  clear: none;
  top: 0;
  right: 0;
  padding-top: 0;
  width: auto;
  float: none; }

div[ng-switch-when="BasicTimePicker"] .validationError {
  z-index: 5;
  margin-right: 44px;
  margin-top: 3.5rem; }

div[ng-switch-when="MaterialDatePicker"] .validationError .validation-placement {
  right: 0; }

div[ng-switch-when="CheckBox"] .validationError .validation-placement,
div[ng-switch-when="OfficeDoc"] .validationError .validation-placement,
div[ng-switch-when="PdfDoc"] .validationError .validation-placement,
div[ng-switch-when="RadioButtons"] .validationError .validation-placement,
div[ng-switch-when="RadioButtonsThumbs"] .validationError .validation-placement,
div[ng-switch-when="MultiSelectCheckBox"] .validationError .validation-placement {
  position: relative; }

div[ng-switch-when="CheckBox"] {
  padding-right: 28px; }
  div[ng-switch-when="CheckBox"] > label:before {
    margin-left: -20px; }
  div[ng-switch-when="CheckBox"] > label.checkbox-custom-label {
    padding: 0 0 0 20px; }
  div[ng-switch-when="CheckBox"] .validationError .validation-placement .icon {
    margin: 0.1rem 7px 0 0; }

div[ng-switch-when="RadioButtonsThumbs"] .validationError .validation-placement .icon,
div[ng-switch-when="MultiSelectCheckBox"] .validationError .validation-placement .icon {
  margin-top: 0.13rem; }

div[ng-switch-when="OfficeDoc"] .validationError .validation-placement .icon,
div[ng-switch-when="PdfDoc"] .validationError .validation-placement .icon,
div[ng-switch-when="RadioButtons"] .validationError .validation-placement .icon {
  margin: 0.05rem 7px 0 0; }

div[ng-switch-when="ListBox-NoChosen"] .validationError .validationError .icon {
  margin-top: -1.625rem;
  /* 26px */ }

div[ng-switch-when="MaterialDatePicker"] .validationError {
  position: absolute;
  right: 0;
  top: 1px;
  z-index: 1; }
  div[ng-switch-when="MaterialDatePicker"] .validationError .validation-placement .icon {
    margin-top: 0; }

div[ng-switch-when="SingleLineText"] .form-control,
div[ng-switch-when="PasswordText"] .form-control,
div[ng-switch-when="MultiLineText"] .form-control {
  padding: 0.375rem 30px 0.375rem 12px; }

div[ng-switch-when="MultiSelectListBox"] .chosen-container .search-field input {
  padding-right: 20px !important; }

div[ng-switch-when="MultiSelectListBox"] .chosen-container .chosen-choices li {
  max-width: calc(100% - 10px); }

div[ng-switch-when="RichText"] .cke_textarea_inline,
div[ng-switch-when="MultiLineText"] .cke_textarea_inline,
div[ng-switch-when="DropDownListBox"] .chosen-container.chosen-container-single,
div[ng-switch-when="ListBox"] .chosen-container.chosen-container-single,
div[ng-switch-when="MultiSelectListBox"] .chosen-container.chosen-container-multi,
div[ng-switch-when="BasicTimePicker"] .chosen-container.chosen-container-single {
  margin-bottom: 0; }

div[ng-switch-when="ImageChoice"] .row {
  display: inline-block;
  width: 100%; }
  div[ng-switch-when="ImageChoice"] .row .image-select .btn-icon {
    min-width: 0;
    padding-right: 5px;
    padding-left: 5px; }
  div[ng-switch-when="ImageChoice"] .row.hasImage .imageBtnRow.image-select {
    display: grid;
    grid-template-columns: 33.33333333% 66.66666667%; }
    div[ng-switch-when="ImageChoice"] .row.hasImage .imageBtnRow.image-select > div:first-child {
      padding-right: 10px; }
    div[ng-switch-when="ImageChoice"] .row.hasImage .imageBtnRow.image-select img {
      margin-bottom: 0.625rem;
      /* 10px */ }
  div[ng-switch-when="ImageChoice"] .row .imageBtnRow {
    margin-bottom: 0.8125rem;
    /* 13px */ }
    div[ng-switch-when="ImageChoice"] .row .imageBtnRow button.btn-sm {
      margin-bottom: 0.625rem;
      /* 10px */ }
      div[ng-switch-when="ImageChoice"] .row .imageBtnRow button.btn-sm.AddFileButton, div[ng-switch-when="ImageChoice"] .row .imageBtnRow button.btn-sm.ModifyFileButton {
        display: inline-block;
        margin-bottom: 0.625rem;
        /* 10px */ }

div[ng-switch-when="ImageChoice"] .squareAroundValidationIcon.image-validation .validation-placement {
  top: -5px; }

div[ng-switch-when="OfficeDoc"],
div[ng-switch-when="PdfDoc"],
div[ng-switch-when="UnqualifiedUneditableFieldType"] {
  margin-bottom: 1.125rem;
  /* 18px */ }

div[ng-switch-when="HtmlLiteral"] {
  margin-bottom: 1.4375rem;
  /* 23px */ }

.row div[ng-switch-when="HtmlLiteral"] {
  margin-bottom: 0; }

div[ng-switch-when="OfficeDoc"] > img,
div[ng-switch-when="PdfDoc"] img {
  max-width: 100%;
  clear: both;
  display: block; }

div[ng-switch-when="OfficeDoc"] img.hasClass,
div[ng-switch-when="PdfDoc"] img.hasClass {
  margin-bottom: 0.625rem;
  /* 10px */ }

div[ng-switch-when="OfficeDoc"] button.btn.gutter-top-15,
div[ng-switch-when="PdfDoc"] button.btn.gutter-top-15 {
  margin-top: 0;
  margin-bottom: 0.3125rem;
  /* 5px */
  max-width: 100%;
  min-width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

div[ng-switch-when="MultiSelectListBox"] .validationError .icon {
  margin-top: -1.5625rem;
  /* 25px */ }

div[ng-switch-when="ListBox"] .validationError .icon,
div[ng-switch-when="DropDownListBox"] .validationError .icon {
  margin-top: -1.6875rem !important;
  /* -27px */ }

div[ng-switch-when="ReadOnlySingleLineText"] > md-input-container > .ng-scope:last-child,
div[ng-switch-when="PasswordText"] > md-input-container > .ng-scope:last-child,
div[ng-switch-when="ReadOnlyMultiLineText"] > md-input-container > .ng-scope:last-child,
div[ng-switch-when="ListBox"] > .ng-scope:last-child,
div[ng-switch-when="MultiSelectListBox"] > .ng-scope:last-child,
div[ng-switch-when="RichText"] > .ng-scope:last-child,
div[ng-switch-when="RadioButtons"] > .ng-scope,
div[ng-switch-when="DropDownListBox"] > .ng-scope:last-child,
div[ng-switch-when="CheckBox"] > .ng-scope:last-child,
div[ng-switch-when="RadioButtonsThumbs"] > .ng-scope:last-child,
div[ng-switch-when="MultiSelectCheckBox"] > .ng-scope:last-child,
div[ng-switch-when="ListBox-NoChosen"] > .ng-scope:last-child,
div[ng-switch-when="MaterialDatePicker"] > .ng-scope:last-child,
div[ng-switch-when="BasicTimePicker"] > .ng-scope:last-child {
  display: inline-block;
  width: 100%; }

div[ng-switch-when="PasswordText"] > md-input-container > .ng-scope:last-child,
div[ng-switch-when="MultiSelectListBox"] > .ng-scope:last-child,
div[ng-switch-when="ReadOnlyMultiLineText"] > md-input-container > .ng-scope:last-child,
div[ng-switch-when="RichText"] > .ng-scope:last-child {
  min-height: 1.1875rem;
  /* 19px */ }

div[ng-switch-when="RadioButtons"] > .validationError.ng-scope,
div[ng-switch-when="RadioButtonsThumbs"] > .validationError.ng-scope,
div[ng-switch-when="MultiSelectCheckBox"] > .validationError.ng-scope {
  width: auto;
  margin-right: 0; }

div[ng-switch-when="SingleLineText"] .error-message,
div[ng-switch-when="MultiLineText"] .error-message,
div[ng-switch-when="PasswordText"] .error-message,
div[ng-switch-when="RichText"] .error-message,
div[ng-switch-when="MultiSelectListBox"] .error-message,
div[ng-switch-when="CheckBox"] .error-message,
div[ng-switch-when="MultiSelectCheckBox"] .error-message,
div[ng-switch-when="ListBox-NoChosen"] .error-message,
div[ng-switch-when="MaterialDatePicker"] .error-message,
div[ng-switch-when="BasicTimePicker"] .error-message {
  display: inline-block;
  line-height: 1.4063rem;
  /* 22.5px */ }

div[ng-switch-when="ListBox"] > .ng-scope:last-child,
div[ng-switch-when="DropDownListBox"] > .ng-scope:last-child,
div[ng-switch-when="CheckBox"] > .ng-scope:last-child,
div[ng-switch-when="RadioButtonsThumbs"] > .ng-scope:last-child,
div[ng-switch-when="BasicTimePicker"] > .ng-scope:last-child {
  min-height: 1.125rem;
  /* 18px */ }

div[ng-switch-when="ReadOnlySingleLineText"] > md-input-container > .ng-scope:last-child,
div[ng-switch-when="ListBox-NoChosen"] > .ng-scope:last-child,
div[ng-switch-when="MaterialDatePicker"] > .ng-scope:last-child {
  min-height: 1.25rem;
  /* 20px */ }

div[ng-switch-when="RadioButtons"] > div.ng-scope {
  position: relative; }

div[ng-switch-when="RadioButtons"] > div.ng-scope:hover label:before {
  border: 1px solid #999595; }

div[ng-switch-when="RadioButtons"] > .ng-scope:last-child {
  min-height: 1rem;
  /* 16px */ }

div[ng-switch-when="RadioButtons"] > div.ng-scope > input[type="radio"] {
  height: 100%; }

div[ng-switch-when="MultiSelectCheckBox"] > .ng-scope:last-child {
  min-height: 0.9375rem;
  /* 15px */ }

div[ng-switch-when="CheckBox"] label.checkbox-custom-label,
div[ng-switch-when="RadioButtons"] label.radio-custom-label {
  display: flex;
  align-items: center;
  width: 100%; }

div[ng-switch-when="ListBox"] > .btn-group {
  display: none !important; }

div[ng-switch-when="RadioButtonsThumbs"] label.radio-custom-label > img {
  margin-right: 5px; }

.productGroup > md-content,
.productGroup > uib-accordion > .panel-group {
  margin-bottom: 1.375rem;
  /* 22px */ }

.productGroup md-tab-content > div > div > div {
  display: inline-block;
  width: 100%; }

.productRow div[class*=' col-'] div[ng-switch-when="ReadOnlySingleLineText"] label.ng-hide,
.productRow div[class*=' col-'] div[ng-switch-when="ReadOnlyMultiLineText"] label.ng-hide,
.productRow div[class^='col-'] div[ng-switch-when="ReadOnlySingleLineText"] label.ng-hide,
.productRow div[class^='col-'] div[ng-switch-when="ReadOnlyMultiLineText"] label.ng-hide {
  display: inline-block !important;
  opacity: 0; }

.productRow div[class*=' col-'] div[ng-switch-when="DropDownListBox"] > label,
.productRow div[class*=' col-'] div[ng-switch-when="MultiSelectListBox"] > label,
.productRow div[class*=' col-'] div[ng-switch-when="RadioButtons"] > label,
.productRow div[class*=' col-'] div[ng-switch-when="MultiSelectCheckBox"] > label,
.productRow div[class^='col-'] div[ng-switch-when="DropDownListBox"] > label,
.productRow div[class^='col-'] div[ng-switch-when="MultiSelectListBox"] > label,
.productRow div[class^='col-'] div[ng-switch-when="RadioButtons"] > label,
.productRow div[class^='col-'] div[ng-switch-when="MultiSelectCheckBox"] > label {
  text-overflow: ellipsis;
  -webkit-box-ordinal-group: 2;
  order: 1;
  pointer-events: none;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap; }

@media only screen and (min-width: 768px) {
  .productGroup md-tab-content > div > div > div > div[class*=' col-'],
  .productGroup md-tab-content > div > div > div > div[class^='col-'] {
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .productGroup md-tab-content .productRow {
    display: block;
    width: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin: 0; }
  .productRow > .row {
    align-items: center;
    display: flex;
    flex-wrap: wrap; }
  .productRow .col-sm-0 {
    display: none; }
  .productRow div[class*=' col-'] div[ng-switch-when="CheckBox"],
  .productRow div[class^='col-'] div[ng-switch-when="CheckBox"] {
    margin-top: 1.4375rem;
    /* 23px */ }
    .productRow div[class*=' col-'] div[ng-switch-when="CheckBox"] > label,
    .productRow div[class^='col-'] div[ng-switch-when="CheckBox"] > label {
      white-space: nowrap !important;
      text-overflow: ellipsis;
      display: inline-block;
      width: 100%; }
  .productRow.checkboxRow div[class*=' col-'] div[ng-switch-when="CheckBox"],
  .productRow.checkboxRow div[class^='col-'] div[ng-switch-when="CheckBox"] {
    margin-top: 0; }
  .productRow div[ng-switch-when="OfficeDoc"] label,
  .productRow div[ng-switch-when="PdfDoc"] label {
    text-overflow: ellipsis;
    white-space: nowrap; }
  .productRow div[ng-switch-when="OfficeDoc"] button.btn.gutter-top-15,
  .productRow div[ng-switch-when="PdfDoc"] button.btn.gutter-top-15 {
    max-height: 2.125rem;
    /* 34px */
    padding: 0.375rem 15px;
    /* 6px */ }
  .productRow .form-group .error-message .icon {
    display: none; }
  .productRow .noLabel div[ng-switch-when="SingleLineText"] md-input-container input,
  .productRow .noLabel div[ng-switch-when="ReadOnlySingleLineText"] md-input-container input,
  .productRow .noLabel div[ng-switch-when="PasswordText"] md-input-container input,
  .productRow .noLabel div[ng-switch-when="ReadOnlyMultiLineText"] md-input-container textarea,
  .productRow .noLabel div[ng-switch-when="ImageChoice"] .imageBtnRow,
  .productRow .noLabel div[ng-switch-when="MultiSelectListBox"] .chosen-container.chosen-container-multi {
    margin-top: 7px; }
  .productRow .noLabel div[ng-switch-when="OfficeDoc"],
  .productRow .noLabel div[ng-switch-when="PdfDoc"],
  .productRow .noLabel div[ng-switch-when="MaterialDatePicker"] {
    padding-top: 7px; }
  .productRow .noLabel div[ng-switch-when="DropDownListBox"] .chosen-container.chosen-container-single,
  .productRow .noLabel div[ng-switch-when="BasicTimePicker"] .chosen-container.chosen-container-single {
    margin-top: 6px; }
  #productForm .productRow .col-sm-1 div[ng-switch-when="SingleLineText"] input,
  #productForm .productRow .col-sm-1 div[ng-switch-when="ReadOnlySingleLineText"] input,
  #productForm .productRow .col-sm-1 div[ng-switch-when="PasswordText"] input,
  #productForm .productRow .col-sm-1 div[ng-switch-when="MultiLineText"] textarea,
  #productForm .productRow .col-sm-1 div[ng-switch-when="ReadOnlyMultiLineText"] textarea,
  #productForm .productRow .col-sm-1 div[ng-switch-when="RichText"] .cke_textarea_inline,
  #productForm .productRow .col-sm-1 div[ng-switch-when="DropDownListBox"] .chosen-container.chosen-container-single .chosen-single,
  #productForm .productRow .col-sm-1 div[ng-switch-when="MultiSelectListBox"] .chosen-container.chosen-container-multi input,
  #productForm .productRow .col-sm-2 div[ng-switch-when="SingleLineText"] input,
  #productForm .productRow .col-sm-2 div[ng-switch-when="ReadOnlySingleLineText"] input,
  #productForm .productRow .col-sm-2 div[ng-switch-when="PasswordText"] input,
  #productForm .productRow .col-sm-2 div[ng-switch-when="MultiLineText"] textarea,
  #productForm .productRow .col-sm-2 div[ng-switch-when="ReadOnlyMultiLineText"] textarea,
  #productForm .productRow .col-sm-2 div[ng-switch-when="RichText"] .cke_textarea_inline,
  #productForm .productRow .col-sm-2 div[ng-switch-when="DropDownListBox"] .chosen-container.chosen-container-single .chosen-single,
  #productForm .productRow .col-sm-2 div[ng-switch-when="MultiSelectListBox"] .chosen-container.chosen-container-multi input {
    padding-right: 2px !important;
    padding-left: 2px; }
  #productForm .productRow .col-sm-1 div[ng-switch-when="SingleLineText"] .validationError,
  #productForm .productRow .col-sm-1 div[ng-switch-when="ReadOnlySingleLineText"] .validationError,
  #productForm .productRow .col-sm-1 div[ng-switch-when="PasswordText"] .validationError,
  #productForm .productRow .col-sm-1 div[ng-switch-when="MultiLineText"] .validationError,
  #productForm .productRow .col-sm-1 div[ng-switch-when="ReadOnlyMultiLineText"] .validationError,
  #productForm .productRow .col-sm-1 div[ng-switch-when="RichText"] .validationError,
  #productForm .productRow .col-sm-1 div[ng-switch-when="DropDownListBox"] .validationError,
  #productForm .productRow .col-sm-1 div[ng-switch-when="MultiSelectListBox"] .validationError,
  #productForm .productRow .col-sm-1 div[ng-switch-when="CheckBox"] .validationError,
  #productForm .productRow .col-sm-2 div[ng-switch-when="SingleLineText"] .validationError,
  #productForm .productRow .col-sm-2 div[ng-switch-when="ReadOnlySingleLineText"] .validationError,
  #productForm .productRow .col-sm-2 div[ng-switch-when="PasswordText"] .validationError,
  #productForm .productRow .col-sm-2 div[ng-switch-when="MultiLineText"] .validationError,
  #productForm .productRow .col-sm-2 div[ng-switch-when="ReadOnlyMultiLineText"] .validationError,
  #productForm .productRow .col-sm-2 div[ng-switch-when="RichText"] .validationError,
  #productForm .productRow .col-sm-2 div[ng-switch-when="DropDownListBox"] .validationError,
  #productForm .productRow .col-sm-2 div[ng-switch-when="MultiSelectListBox"] .validationError,
  #productForm .productRow .col-sm-2 div[ng-switch-when="CheckBox"] .validationError {
    display: none; }
  #productForm .productRow .col-sm-1 div[ng-switch-when="SingleLineText"] .error-message,
  #productForm .productRow .col-sm-1 div[ng-switch-when="ReadOnlySingleLineText"] .error-message,
  #productForm .productRow .col-sm-1 div[ng-switch-when="PasswordText"] .error-message,
  #productForm .productRow .col-sm-1 div[ng-switch-when="ReadOnlyMultiLineText"] .error-message,
  #productForm .productRow .col-sm-1 div[ng-switch-when="RichText"] .error-message,
  #productForm .productRow .col-sm-1 div[ng-switch-when="DropDownListBox"] .error-message,
  #productForm .productRow .col-sm-1 div[ng-switch-when="MultiSelectListBox"] .error-message,
  #productForm .productRow .col-sm-1 div[ng-switch-when="CheckBox"] .error-message {
    display: none; }
  #productForm .productRow .col-sm-1 div[ng-switch-when="MultiLineText"] .bottomValidation > * {
    display: none; }
  #profilePage #productForm .productRow .col-sm-1 div[ng-switch-when="SingleLineText"] input,
  #profilePage #productForm .productRow .col-sm-1 div[ng-switch-when="PasswordText"] input,
  #profilePage #productForm .productRow .col-sm-2 div[ng-switch-when="SingleLineText"] input,
  #profilePage #productForm .productRow .col-sm-2 div[ng-switch-when="PasswordText"] input,
  #checkoutPage #productForm .productRow .col-sm-1 div[ng-switch-when="SingleLineText"] input,
  #checkoutPage #productForm .productRow .col-sm-1 div[ng-switch-when="PasswordText"] input,
  #checkoutPage #productForm .productRow .col-sm-2 div[ng-switch-when="SingleLineText"] input,
  #checkoutPage #productForm .productRow .col-sm-2 div[ng-switch-when="PasswordText"] input {
    padding-right: 30px !important;
    padding-left: 12px; }
  #profilePage #productForm .productRow .col-sm-1 div[ng-switch-when="ReadOnlySingleLineText"] input,
  #profilePage #productForm .productRow .col-sm-1 div[ng-switch-when="ReadOnlyMultiLineText"] textarea,
  #profilePage #productForm .productRow .col-sm-1 div[ng-switch-when="DropDownListBox"] .chosen-container.chosen-container-single .chosen-single,
  #profilePage #productForm .productRow .col-sm-1 div[ng-switch-when="MultiSelectListBox"] .chosen-container.chosen-container-multi input,
  #profilePage #productForm .productRow .col-sm-2 div[ng-switch-when="ReadOnlySingleLineText"] input,
  #profilePage #productForm .productRow .col-sm-2 div[ng-switch-when="ReadOnlyMultiLineText"] textarea,
  #profilePage #productForm .productRow .col-sm-2 div[ng-switch-when="DropDownListBox"] .chosen-container.chosen-container-single .chosen-single,
  #profilePage #productForm .productRow .col-sm-2 div[ng-switch-when="MultiSelectListBox"] .chosen-container.chosen-container-multi input,
  #checkoutPage #productForm .productRow .col-sm-1 div[ng-switch-when="ReadOnlySingleLineText"] input,
  #checkoutPage #productForm .productRow .col-sm-1 div[ng-switch-when="ReadOnlyMultiLineText"] textarea,
  #checkoutPage #productForm .productRow .col-sm-1 div[ng-switch-when="DropDownListBox"] .chosen-container.chosen-container-single .chosen-single,
  #checkoutPage #productForm .productRow .col-sm-1 div[ng-switch-when="MultiSelectListBox"] .chosen-container.chosen-container-multi input,
  #checkoutPage #productForm .productRow .col-sm-2 div[ng-switch-when="ReadOnlySingleLineText"] input,
  #checkoutPage #productForm .productRow .col-sm-2 div[ng-switch-when="ReadOnlyMultiLineText"] textarea,
  #checkoutPage #productForm .productRow .col-sm-2 div[ng-switch-when="DropDownListBox"] .chosen-container.chosen-container-single .chosen-single,
  #checkoutPage #productForm .productRow .col-sm-2 div[ng-switch-when="MultiSelectListBox"] .chosen-container.chosen-container-multi input {
    padding-right: 12px !important;
    padding-left: 12px; }
  #profilePage #productForm .productRow .col-sm-1 div[ng-switch-when="MultiLineText"] textarea,
  #profilePage #productForm .productRow .col-sm-2 div[ng-switch-when="MultiLineText"] textarea,
  #checkoutPage #productForm .productRow .col-sm-1 div[ng-switch-when="MultiLineText"] textarea,
  #checkoutPage #productForm .productRow .col-sm-2 div[ng-switch-when="MultiLineText"] textarea {
    padding-right: 26px !important;
    padding-left: 12px; }
  #profilePage #productForm .productRow .col-sm-1 div[ng-switch-when="RichText"] .cke_textarea_inline,
  #profilePage #productForm .productRow .col-sm-2 div[ng-switch-when="RichText"] .cke_textarea_inline,
  #checkoutPage #productForm .productRow .col-sm-1 div[ng-switch-when="RichText"] .cke_textarea_inline,
  #checkoutPage #productForm .productRow .col-sm-2 div[ng-switch-when="RichText"] .cke_textarea_inline {
    padding-right: 25px !important;
    padding-left: 25px; }
  #profilePage #productForm .productRow .col-sm-1 div[ng-switch-when="SingleLineText"] .validationError,
  #profilePage #productForm .productRow .col-sm-1 div[ng-switch-when="ReadOnlySingleLineText"] .validationError,
  #profilePage #productForm .productRow .col-sm-1 div[ng-switch-when="PasswordText"] .validationError,
  #profilePage #productForm .productRow .col-sm-1 div[ng-switch-when="MultiLineText"] .validationError,
  #profilePage #productForm .productRow .col-sm-1 div[ng-switch-when="ReadOnlyMultiLineText"] .validationError,
  #profilePage #productForm .productRow .col-sm-1 div[ng-switch-when="RichText"] .validationError,
  #profilePage #productForm .productRow .col-sm-1 div[ng-switch-when="DropDownListBox"] .validationError,
  #profilePage #productForm .productRow .col-sm-1 div[ng-switch-when="MultiSelectListBox"] .validationError,
  #profilePage #productForm .productRow .col-sm-1 div[ng-switch-when="CheckBox"] .validationError,
  #profilePage #productForm .productRow .col-sm-2 div[ng-switch-when="SingleLineText"] .validationError,
  #profilePage #productForm .productRow .col-sm-2 div[ng-switch-when="ReadOnlySingleLineText"] .validationError,
  #profilePage #productForm .productRow .col-sm-2 div[ng-switch-when="PasswordText"] .validationError,
  #profilePage #productForm .productRow .col-sm-2 div[ng-switch-when="MultiLineText"] .validationError,
  #profilePage #productForm .productRow .col-sm-2 div[ng-switch-when="ReadOnlyMultiLineText"] .validationError,
  #profilePage #productForm .productRow .col-sm-2 div[ng-switch-when="RichText"] .validationError,
  #profilePage #productForm .productRow .col-sm-2 div[ng-switch-when="DropDownListBox"] .validationError,
  #profilePage #productForm .productRow .col-sm-2 div[ng-switch-when="MultiSelectListBox"] .validationError,
  #profilePage #productForm .productRow .col-sm-2 div[ng-switch-when="CheckBox"] .validationError,
  #checkoutPage #productForm .productRow .col-sm-1 div[ng-switch-when="SingleLineText"] .validationError,
  #checkoutPage #productForm .productRow .col-sm-1 div[ng-switch-when="ReadOnlySingleLineText"] .validationError,
  #checkoutPage #productForm .productRow .col-sm-1 div[ng-switch-when="PasswordText"] .validationError,
  #checkoutPage #productForm .productRow .col-sm-1 div[ng-switch-when="MultiLineText"] .validationError,
  #checkoutPage #productForm .productRow .col-sm-1 div[ng-switch-when="ReadOnlyMultiLineText"] .validationError,
  #checkoutPage #productForm .productRow .col-sm-1 div[ng-switch-when="RichText"] .validationError,
  #checkoutPage #productForm .productRow .col-sm-1 div[ng-switch-when="DropDownListBox"] .validationError,
  #checkoutPage #productForm .productRow .col-sm-1 div[ng-switch-when="MultiSelectListBox"] .validationError,
  #checkoutPage #productForm .productRow .col-sm-1 div[ng-switch-when="CheckBox"] .validationError,
  #checkoutPage #productForm .productRow .col-sm-2 div[ng-switch-when="SingleLineText"] .validationError,
  #checkoutPage #productForm .productRow .col-sm-2 div[ng-switch-when="ReadOnlySingleLineText"] .validationError,
  #checkoutPage #productForm .productRow .col-sm-2 div[ng-switch-when="PasswordText"] .validationError,
  #checkoutPage #productForm .productRow .col-sm-2 div[ng-switch-when="MultiLineText"] .validationError,
  #checkoutPage #productForm .productRow .col-sm-2 div[ng-switch-when="ReadOnlyMultiLineText"] .validationError,
  #checkoutPage #productForm .productRow .col-sm-2 div[ng-switch-when="RichText"] .validationError,
  #checkoutPage #productForm .productRow .col-sm-2 div[ng-switch-when="DropDownListBox"] .validationError,
  #checkoutPage #productForm .productRow .col-sm-2 div[ng-switch-when="MultiSelectListBox"] .validationError,
  #checkoutPage #productForm .productRow .col-sm-2 div[ng-switch-when="CheckBox"] .validationError {
    display: block; }
  #profilePage #productForm .productRow .col-sm-1 div[ng-switch-when="SingleLineText"] .error-message,
  #profilePage #productForm .productRow .col-sm-1 div[ng-switch-when="ReadOnlySingleLineText"] .error-message,
  #profilePage #productForm .productRow .col-sm-1 div[ng-switch-when="PasswordText"] .error-message,
  #profilePage #productForm .productRow .col-sm-1 div[ng-switch-when="ReadOnlyMultiLineText"] .error-message,
  #profilePage #productForm .productRow .col-sm-1 div[ng-switch-when="RichText"] .error-message,
  #profilePage #productForm .productRow .col-sm-1 div[ng-switch-when="DropDownListBox"] .error-message,
  #profilePage #productForm .productRow .col-sm-1 div[ng-switch-when="MultiSelectListBox"] .error-message,
  #profilePage #productForm .productRow .col-sm-1 div[ng-switch-when="CheckBox"] .error-message,
  #checkoutPage #productForm .productRow .col-sm-1 div[ng-switch-when="SingleLineText"] .error-message,
  #checkoutPage #productForm .productRow .col-sm-1 div[ng-switch-when="ReadOnlySingleLineText"] .error-message,
  #checkoutPage #productForm .productRow .col-sm-1 div[ng-switch-when="PasswordText"] .error-message,
  #checkoutPage #productForm .productRow .col-sm-1 div[ng-switch-when="ReadOnlyMultiLineText"] .error-message,
  #checkoutPage #productForm .productRow .col-sm-1 div[ng-switch-when="RichText"] .error-message,
  #checkoutPage #productForm .productRow .col-sm-1 div[ng-switch-when="DropDownListBox"] .error-message,
  #checkoutPage #productForm .productRow .col-sm-1 div[ng-switch-when="MultiSelectListBox"] .error-message,
  #checkoutPage #productForm .productRow .col-sm-1 div[ng-switch-when="CheckBox"] .error-message {
    display: inline-block; }
  #profilePage #productForm .productRow .col-sm-1 div[ng-switch-when="MultiLineText"] .bottomValidation > *,
  #checkoutPage #productForm .productRow .col-sm-1 div[ng-switch-when="MultiLineText"] .bottomValidation > * {
    display: inline-block; } }

/* TOP NAV CSS STYLE UPDATES
| move to a _topnav.scss file in modules
|*/
header {
  height: 100px; }
  @media only screen and (max-width: 1199px) {
    header {
      height: 81px; } }
  header .navbar {
    margin-bottom: 0;
    background-image: none; }
    header .navbar.navbar-inverse .navbar-toggle:hover,
    header .navbar.navbar-inverse .navbar-toggle:focus,
    header .navbar.navbar-inverse .navbar-toggle.dropdown {
      background-color: #009edc; }
    header .navbar.navbar-fixed-top.not-fixed {
      position: static; }
    header .navbar .navbar-header {
      width: 100%;
      display: table;
      padding-top: 0; }
      header .navbar .navbar-header .header-cell {
        height: 100px;
        display: table-cell;
        vertical-align: middle;
        float: none; }
        header .navbar .navbar-header .header-cell ul {
          margin-bottom: 0;
          white-space: nowrap; }
        header .navbar .navbar-header .header-cell li > a {
          float: right; }
        @media only screen and (max-width: 1199px) {
          header .navbar .navbar-header .header-cell {
            height: auto;
            padding: 0 5px; } }
        header .navbar .navbar-header .header-cell.visible-md-inline .list-inline, header .navbar .navbar-header .header-cell.visible-sm-inline .list-inline, header .navbar .navbar-header .header-cell.visible-xs-inline .list-inline {
          width: 100%;
          padding: 0;
          margin-top: 6px;
          text-align: right; }
      header .navbar .navbar-header .image-header {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 100px; }
        @media only screen and (max-width: 767px) {
          header .navbar .navbar-header .image-header {
            margin: 10px 0; } }
      header .navbar .navbar-header a[type="button"],
      header .navbar .navbar-header a.notifications {
        font-size: 1rem;
        padding: 10px 5px; }
        header .navbar .navbar-header a[type="button"]:focus,
        header .navbar .navbar-header a.notifications:focus {
          color: #ffffff; }
      header .navbar .navbar-header .navbar-toggle-button {
        padding: 0; }
        header .navbar .navbar-header .navbar-toggle-button p {
          margin: 0; }
  @media only screen and (max-width: 767px) {
    header .profile-badge {
      clear: both;
      text-align: left; } }
  header .search-site {
    float: left;
    margin-top: -5px; }
  header .search-box {
    position: relative;
    width: 214px; }
    header .search-box .search-cancel {
      position: absolute;
      top: 11px;
      right: 10px;
      z-index: 2;
      color: #868686;
      cursor: pointer; }
      header .search-box .search-cancel:hover {
        color: #58595b; }
  header .languages,
  header .currencies {
    min-width: auto; }
    header .languages .popover-title,
    header .currencies .popover-title {
      padding-right: 5px;
      padding-left: 5px; }
    header .languages .popover-content,
    header .currencies .popover-content {
      padding: 0;
      cursor: pointer; }
      header .languages .popover-content .popover-order,
      header .currencies .popover-content .popover-order {
        padding: 5px; }
        header .languages .popover-content .popover-order.selected, header .languages .popover-content .popover-order:hover,
        header .currencies .popover-content .popover-order.selected,
        header .currencies .popover-content .popover-order:hover {
          background-color: #d1d3d4;
          color: #333333; }
        header .languages .popover-content .popover-order span.popover-language,
        header .currencies .popover-content .popover-order span.popover-language {
          display: block;
          width: 100%;
          white-space: nowrap; }
          header .languages .popover-content .popover-order span.popover-language .flag-icon,
          header .currencies .popover-content .popover-order span.popover-language .flag-icon {
            margin-right: 5px;
            line-height: 0.9375rem;
            border: 1px solid #d1d3d4; }

.dropdown-menu.navbar-top-dropdown {
  z-index: 1032; }

/* nav bar container */
.navbar-header {
  padding-top: 14px;
  float: none; }
  @media screen and (min-width: 768px) {
    .navbar-header {
      float: none; } }
  .navbar-header a {
    font-size: 0.875rem;
    color: #80cfee; }
    .navbar-header a:hover {
      color: rgba(128, 207, 238, 0.85);
      text-decoration: none; }
  .navbar-header .btn-danger:hover {
    color: rgba(255, 255, 255, 0.85); }

.popover.profile-pop, .popover.notifications-pop, .popover.funds-pop {
  width: auto;
  min-width: 190px; }
  .popover.profile-pop .popover-title, .popover.notifications-pop .popover-title, .popover.funds-pop .popover-title {
    width: 100%;
    float: left;
    padding: 10px;
    font-size: 0.75rem;
    color: #999595;
    border-bottom: 1px solid #d1d3d4; }
    .popover.profile-pop .popover-title a, .popover.notifications-pop .popover-title a, .popover.funds-pop .popover-title a {
      font-size: 0.75rem;
      color: #333333; }
      .popover.profile-pop .popover-title a:hover, .popover.notifications-pop .popover-title a:hover, .popover.funds-pop .popover-title a:hover {
        color: #999595; }
    .popover.profile-pop .popover-title .pull-left, .popover.notifications-pop .popover-title .pull-left, .popover.funds-pop .popover-title .pull-left {
      margin-right: 10px;
      line-height: 1.9em; }
    .popover.profile-pop .popover-title .pull-right, .popover.notifications-pop .popover-title .pull-right, .popover.funds-pop .popover-title .pull-right {
      margin-left: 10px;
      line-height: 1.9em; }
    .popover.profile-pop .popover-title i, .popover.notifications-pop .popover-title i, .popover.funds-pop .popover-title i {
      margin-right: 5px; }
  .popover.profile-pop .popover-content, .popover.notifications-pop .popover-content, .popover.funds-pop .popover-content {
    padding: 0;
    min-width: 240px;
    height: auto;
    max-height: 425px;
    overflow-y: auto; }
    .popover.profile-pop .popover-content .popover-inner, .popover.notifications-pop .popover-content .popover-inner, .popover.funds-pop .popover-content .popover-inner {
      clear: both;
      padding: 20px;
      padding-right: 40px; }
      .popover.profile-pop .popover-content .popover-inner p, .popover.notifications-pop .popover-content .popover-inner p, .popover.funds-pop .popover-content .popover-inner p {
        margin: 0; }
      .popover.profile-pop .popover-content .popover-inner#menuSignout a, .popover.notifications-pop .popover-content .popover-inner#menuSignout a, .popover.funds-pop .popover-content .popover-inner#menuSignout a {
        font-size: 0.875rem;
        background-color: #d73c37;
        color: #ffffff; }
      .popover.profile-pop .popover-content .popover-inner .popover-order, .popover.notifications-pop .popover-content .popover-inner .popover-order, .popover.funds-pop .popover-content .popover-inner .popover-order {
        border-bottom: 1px solid #d1d3d4;
        padding-bottom: 10px;
        margin-bottom: 10px; }
        .popover.profile-pop .popover-content .popover-inner .popover-order:last-child, .popover.notifications-pop .popover-content .popover-inner .popover-order:last-child, .popover.funds-pop .popover-content .popover-inner .popover-order:last-child {
          border-bottom: 0;
          padding-bottom: 0;
          margin-bottom: 0; }

.popover.funds-pop .popover-content .popover-inner {
  width: 100%;
  float: left;
  padding: 0; }

.navbar-toggle-button {
  background-color: transparent;
  border: 0;
  height: 5rem; }
  .navbar-toggle-button:hover {
    color: rgba(255, 255, 255, 0.85); }

.navbar-inverse {
  background-color: #ffffff; }
  .navbar-inverse .container {
    padding: 0; }
  .navbar-inverse .navbar-text {
    color: #ffffff;
    float: right; }
    @media (min-width: 768px) {
      .navbar-inverse .navbar-text {
        margin-left: 0; } }
  .navbar-inverse .navbar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    margin-top: 8px;
    margin-right: 15px;
    margin-left: inherit;
    margin-bottom: 8px;
    padding: 0; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle.dropdown {
      background-color: #009edc; }
    .navbar-inverse .navbar-toggle.dropdown {
      left: 0;
      margin: 0;
      position: absolute;
      text-align: center;
      top: 99px;
      width: 100%; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #009edc; }
    @media only screen and (min-width: 768px) {
      .navbar-inverse .navbar-toggle {
        display: block; } }

.dropdown-menu {
  font-size: 0.875rem; }
  .dropdown-menu.navbar-top-dropdown {
    width: 100%;
    left: 0 !important;
    z-index: 1032;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #009edc;
    text-align: center;
    border-radius: 0;
    border: 0; }
    .dropdown-menu.navbar-top-dropdown li {
      font-size: 1.3125rem;
      padding: 2.625rem 0; }
      .dropdown-menu.navbar-top-dropdown li a {
        color: white;
        font-weight: 300; }
        .dropdown-menu.navbar-top-dropdown li a:hover {
          color: rgba(255, 255, 255, 0.85);
          background-color: transparent; }
    .dropdown-menu.navbar-top-dropdown .navbar-header {
      width: 100%; }
    @media screen and (max-width: 768px) {
      .dropdown-menu.navbar-top-dropdown li {
        padding: 5px 0;
        font-size: 1rem; } }

body.uib-dropdown-open .dropdown-menu-right.dropdown-menu {
  z-index: 1032;
  top: 0 !important;
  right: 0 !important;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  border-radius: 0;
  border: 0;
  border-left: 3px solid #ffffff;
  color: white;
  box-shadow: none; }
  body.uib-dropdown-open .dropdown-menu-right.dropdown-menu li {
    font-size: 1rem;
    padding: 0.85rem 0; }
    body.uib-dropdown-open .dropdown-menu-right.dropdown-menu li .icon {
      cursor: pointer; }
    body.uib-dropdown-open .dropdown-menu-right.dropdown-menu li a {
      color: white;
      font-weight: 300; }
      body.uib-dropdown-open .dropdown-menu-right.dropdown-menu li a:hover {
        color: rgba(255, 255, 255, 0.85);
        background-color: transparent; }
      body.uib-dropdown-open .dropdown-menu-right.dropdown-menu li a .icon {
        color: #80cfee; }
    body.uib-dropdown-open .dropdown-menu-right.dropdown-menu li.notifications-badge p {
      margin: 0; }

.start-text {
  float: right;
  margin-top: -1px;
  padding-left: 10px; }

.popover {
  font: 0.875rem "Open Sans", Arial, sans-serif;
  background-color: #ffffff;
  border: 1px solid #d1d3d4; }
  .popover.bottom > .arrow {
    border-bottom-color: 1px solid #d1d3d4; }

.popover-title {
  color: #999595;
  font-size: 0.875rem;
  text-align: center;
  background-color: #ffffff;
  border-bottom: 1px solid #d1d3d4;
  padding: 15px 0; }

.popover-content {
  color: #868686;
  padding: 9px 20px; }

.popover-content p {
  margin: 10px 0;
  font-size: 0.75rem; }

.notification-order-title {
  margin-top: 0;
  color: #868686;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem; }

/* New notification and close buttons #58524 */
#menuNotificationsItem .icon-pf_btn_remove {
  float: right;
  margin-right: -29px;
  margin-top: -2px;
  font-size: small;
  cursor: pointer; }

#menuNotificationsItem.supressing {
  opacity: .3; }

#menuNotificationsItem .newNotificationCircle {
  background-color: #8fc63e;
  width: 7px;
  height: 7px;
  border-radius: 5px;
  float: left;
  margin-left: -12px;
  margin-right: 4px;
  margin-top: 3px; }

#menuNotificationsItem .newNotificationCircleMarking {
  width: 7px;
  height: 7px;
  border-radius: 5px;
  float: left;
  margin-left: -12px;
  margin-right: 4px;
  margin-top: 3px;
  border: solid 1px gray; }

.notification-status {
  display: inline-block;
  margin-top: 5px; }
  .notification-status a {
    color: #ffffff; }
  .notification-status.notification-pending {
    background-color: #ffd200;
    color: #ffffff;
    font-size: 0.75rem;
    padding: 3px 7px; }
    .notification-status.notification-pending a:hover {
      color: #7a1f00 !important; }
  .notification-status.notification-shipped {
    background-color: #8fc63e;
    color: #ffffff;
    font-size: 0.75rem;
    padding: 3px 7px; }
    .notification-status.notification-shipped a:hover {
      color: #002e16 !important; }

.funds-pop .popover-content {
  padding: 0; }
  .funds-pop .popover-content .funds-row {
    clear: both;
    width: 100%;
    float: left;
    padding: 15px 10px;
    border-bottom: 1px solid #d1d3d4;
    color: #333333;
    font-size: 0.75rem; }
    .funds-pop .popover-content .funds-row .pull-left {
      width: 50%;
      clear: left; }
    .funds-pop .popover-content .funds-row .pull-right {
      width: 48%;
      margin-left: 2%;
      white-space: nowrap; }
    .funds-pop .popover-content .funds-row:last-child {
      border-bottom: 0; }

/* Photography & Image Related CSS STYLE UPDATES
|
|*/
/*text over image for products */
.img-fade img {
  opacity: 1;
  transition: all .25s ease-in-out; }

.img-fade:hover img {
  cursor: pointer;
  opacity: .65; }

.product-overlay-image {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  text-decoration: none;
  text-transform: none;
  background-color: transparent;
  cursor: default;
  width: 100%;
  top: 58px;
  max-height: 217px; }
  @media only screen and (max-width: 767px) {
    .product-overlay-image {
      top: 34px;
      max-height: 175px; } }

.pop-image-large {
  background-color: #999595;
  height: auto;
  margin: auto;
  overflow: hidden;
  padding-bottom: 42%;
  position: relative;
  text-align: center;
  width: 100%; }
  .pop-image-large:first-child {
    float: left; }
  @media screen and (min-width: 992px) {
    .pop-image-large {
      height: 275px;
      padding-bottom: 0; } }

.pops:nth-child(even) .pop-image-large {
  background-color: #ff6e6e; }

.pop-image-small {
  background-color: #ff6e6e;
  height: auto;
  margin: auto;
  margin-right: 0;
  max-width: 255px;
  overflow: hidden;
  padding-bottom: 64%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    .pop-image-small {
      float: right;
      padding-bottom: 74%; } }
  @media (min-width: 992px) {
    .pop-image-small {
      float: right;
      height: 275px;
      padding-bottom: 0; } }
  @media screen and (min-width: 992px) and (orientation: landscape) {
    .pop-image-small {
      padding-bottom: 100%; } }

.pop-image-large > a:hover,
.pop-image-small > a:hover,
.pop-image-large > a:focus,
.pop-image-small > a:focus {
  color: #ffffff;
  font-weight: 700; }

.pop-image-large > a > img,
.pop-image-small > a > img {
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: opacity .25s ease-out;
  cursor: default; }

.pop-image-large > a:hover > img,
.pop-image-small > a:hover > img {
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto; }

.link-over-image {
  position: absolute;
  margin: auto;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  background: none;
  cursor: default; }
  .link-over-image > span {
    padding: 5px 20px;
    border: 1px solid #fff;
    font-size: 0.875rem;
    font-weight: 700; }
    @media screen and (min-width: 768px) {
      .link-over-image > span {
        font-size: 1.125rem; } }
  @media screen and (min-width: 768px) {
    .link-over-image {
      top: 0; } }

/* Product Related CSS STYLE UPDATES
|
|*/
.section-title {
  margin-top: 0;
  font-size: 1rem;
  color: #999595; }

.pager {
  margin-top: 0; }

.product-title,
.product-price {
  font-size: 0.875rem;
  color: #58595b;
  font-weight: 700;
  margin-bottom: 0; }

.product-description {
  font-size: 0.875rem;
  color: #58595b; }

.product-price-per-piece {
  font-size: 0.875rem;
  color: #58595b;
  margin-bottom: 0; }

.product-title-overlay {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  margin: 0; }
  .product-title-overlay > span {
    font-size: 0.875rem;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 10px 30px; }

.product-text-overlay {
  display: block;
  padding: 65px 10px 20px 10px;
  background: rgba(255, 255, 255, 0.75);
  height: 100%;
  max-height: 275px; }
  .product-text-overlay p {
    font-size: 0.75rem;
    color: #58595b; }

.products-row {
  margin: 0;
  overflow: hidden;
  /*bulk download*/
  /*end bulk download*/ }
  @media (min-width: 992px) {
    .products-row {
      margin-left: auto;
      margin-right: auto; } }
  .products-row .pops .pop-image-large a .link-over-image,
  .products-row .pops .pop-image-large a img {
    width: 100%;
    height: 100%;
    /*needed for cover to work*/
    display: flex;
    align-content: center;
    justify-content: center;
    object-fit: cover;
    cursor: pointer; }
    .products-row .pops .pop-image-large a .link-over-image.cover,
    .products-row .pops .pop-image-large a img.cover {
      object-fit: cover; }
    .products-row .pops .pop-image-large a .link-over-image.contain,
    .products-row .pops .pop-image-large a img.contain {
      object-fit: contain; }
  .products-row .pops .link-over-image > span {
    margin: auto 5%;
    font-size: 100%;
    min-height: auto; }
    .products-row .pops .link-over-image > span.ie-object-fit {
      border: none !important; }
  .products-row .pops .category-description {
    display: none; }
  .products-row .product-module {
    margin-bottom: 20px; }
    .products-row .product-module h3 .well-link {
      width: 85%;
      display: inline-block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .products-row .product-module .img-fade {
      display: block;
      height: 275px;
      background: rgba(255, 255, 255, 0.3); }
      .products-row .product-module .img-fade .product-overlay-image {
        width: auto;
        max-width: 100%; }
  .products-row .list-view {
    clear: both;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0.875rem; }
    .products-row .list-view:first-child {
      border-top-width: 0; }
    .products-row .list-view .download-link {
      float: left; }
      .products-row .list-view .download-link a {
        color: #58595b; }
        .products-row .list-view .download-link a:hover {
          color: #999595; }
    .products-row .list-view .product-info a {
      color: #58595b;
      font-weight: bold; }
      .products-row .list-view .product-info a:hover {
        color: #999595; }
    .products-row .list-view .product-info .product-description,
    .products-row .list-view .product-info .product-quantity {
      margin-top: 10px;
      color: #333333;
      font-size: 0.75rem; }
    .products-row .list-view .product-order .product-quick-order {
      margin-bottom: 10px; }
      .products-row .list-view .product-order .product-quick-order .form-group {
        float: left;
        width: 50%; }
        .products-row .list-view .product-order .product-quick-order .form-group .form-control {
          width: 100%; }
        .products-row .list-view .product-order .product-quick-order .form-group input[type="number"]::-webkit-inner-spin-button, .products-row .list-view .product-order .product-quick-order .form-group input[type="number"]::-webkit-outer-spin-button {
          -webkit-appearance: none;
          margin: 0; }
        .products-row .list-view .product-order .product-quick-order .form-group input[type="number"].inventory-error {
          border-color: #d73c37; }
          .products-row .list-view .product-order .product-quick-order .form-group input[type="number"].inventory-error:focus {
            border-color: rgba(215, 60, 55, 0.8);
            box-shadow: inset 0 1px 1px rgba(215, 60, 55, 0.075), 0 0 8px rgba(215, 60, 55, 0.6); }
      .products-row .list-view .product-order .product-quick-order .btn-icon {
        padding-left: 5px; }
        .products-row .list-view .product-order .product-quick-order .btn-icon i {
          line-height: 30px; }
        .products-row .list-view .product-order .product-quick-order .btn-icon:hover, .products-row .list-view .product-order .product-quick-order .btn-icon:focus, .products-row .list-view .product-order .product-quick-order .btn-icon.md-default-theme:not([disabled]):hover, .products-row .list-view .product-order .product-quick-order .btn-icon:not([disabled]):hover {
          color: #999595;
          background-color: transparent; }
      .products-row .list-view .product-order .product-quick-order .product-description {
        clear: both;
        margin-top: 5px; }
        .products-row .list-view .product-order .product-quick-order .product-description.inventory-error {
          color: #d73c37; }
        .products-row .list-view .product-order .product-quick-order .product-description i.icon {
          margin: 0 -5px; }
    .products-row .list-view .product-order .product-notify,
    .products-row .list-view .product-order .product-list-price {
      clear: both;
      color: #333333;
      font-weight: normal;
      font-size: 0.6875rem; }
    .products-row .list-view .product-order .product-notify {
      margin-bottom: 10px; }
      .products-row .list-view .product-order .product-notify.form-inline .form-group {
        width: 100%; }
        .products-row .list-view .product-order .product-notify.form-inline .form-group label {
          width: 100%;
          font-weight: normal; }
        .products-row .list-view .product-order .product-notify.form-inline .form-group .btn-xs {
          height: 30px;
          line-height: 0; }
  .products-row .bulkSelect {
    margin-left: -10px;
    margin-right: 19px;
    margin-top: -10px; }
  .products-row .tileCheckbox .bulkSelect {
    margin-left: 5px;
    margin-top: 18px;
    position: absolute; }
  .products-row .tileCheckbox .download-well-link {
    margin-left: 18px; }
  .products-row .bulkSelect input {
    position: absolute;
    z-index: 51;
    cursor: pointer; }
  .products-row .bulkSelect input {
    position: absolute;
    z-index: 51;
    cursor: pointer; }

.product-module {
  background-size: cover;
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  height: 275px;
  overflow: hidden; }
  .product-module h3 {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.75);
    color: #58595b;
    font-size: 0.875rem;
    line-height: 2;
    margin: 0;
    padding: 15px 10px;
    width: 100%;
    z-index: 50; }
    .product-module h3 i {
      position: absolute;
      right: 10px; }
  .product-module i {
    float: right;
    margin-top: 5px; }
    .product-module i:hover {
      color: #999595; }
  @media only screen and (max-width: 767px) {
    .product-module {
      height: 209px; } }

.products-row .col-1-2 {
  padding-left: 0;
  padding-right: 0; }

.products-row .col-2-2 {
  padding-right: 0;
  float: right; }

.products-row .col-md-4 {
  padding-right: 0; }

.products-row .col-sm-6:nth-child(2) {
  padding: 0; }

.products-row .col-sm-6:nth-child(3) {
  padding: 0; }

.products-row .col-md-4:last-child {
  padding-right: 0; }

.well {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 217px;
  min-height: 20px;
  margin: 58px 0 0 0;
  padding: 19px;
  background-color: rgba(255, 255, 255, 0.85);
  background-image: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 0.875rem; }
  @media only screen and (max-width: 767px) {
    .well {
      height: 175px;
      margin-top: 34px; } }
  .well p.product-tile-description {
    overflow: hidden;
    position: relative;
    text-align: justify;
    margin-right: -0.875rem;
    padding-right: 0.875rem; }
    .well p.product-tile-description.long {
      max-height: 6.375rem; }
      @media only screen and (max-width: 767px) {
        .well p.product-tile-description.long {
          max-height: 3.1875rem; } }
    .well p.product-tile-description.semi-long {
      max-height: 9.5625rem; }
      @media only screen and (max-width: 767px) {
        .well p.product-tile-description.semi-long {
          max-height: 6.375rem; } }
    .well p.product-tile-description:before {
      content: "\2026";
      text-align: right;
      position: absolute;
      bottom: 0;
      right: 0; }
    .well p.product-tile-description:after {
      content: '';
      position: absolute;
      right: 0;
      width: 0.875rem;
      height: 0.875rem;
      margin-top: 0.2rem;
      background: #ffffff; }
  .well p.inventory-error,
  .well p.backorder-error {
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px; }
    .well p.inventory-error i,
    .well p.backorder-error i {
      float: none;
      margin-top: 0; }
      .well p.inventory-error i:hover,
      .well p.backorder-error i:hover {
        color: inherit; }
  .well p.inventory-error {
    color: #d73c37; }
  .well p.backorder-error {
    color: #333333; }
  .well p.product-quantity {
    margin-bottom: 5px;
    font-size: 0.75rem; }
  .well .product-actions {
    width: 85%;
    position: absolute;
    bottom: 0; }
    .well .product-actions .btn-icon {
      float: right;
      color: #58595b; }
      .well .product-actions .btn-icon.btn-edit {
        float: left;
        margin-left: -10px; }
      .well .product-actions .btn-icon:hover {
        color: #999595; }
      .well .product-actions .btn-icon i,
      .well .product-actions .btn-icon .icon {
        margin: 0 10px; }
    .well .product-actions #cart-add {
      float: right; }
  .well input[type="text"],
  .well input[type="number"] {
    float: right;
    width: 60px;
    text-align: center;
    height: auto;
    min-height: 20px;
    font-size: 0.6875rem;
    margin: 0;
    padding: 0; }
    .well input[type="text"]::-webkit-inner-spin-button, .well input[type="text"]::-webkit-outer-spin-button,
    .well input[type="number"]::-webkit-inner-spin-button,
    .well input[type="number"]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .well input[type="text"].inventory-error,
    .well input[type="number"].inventory-error {
      border-color: #d73c37; }
      .well input[type="text"].inventory-error:focus,
      .well input[type="number"].inventory-error:focus {
        border-color: rgba(215, 60, 55, 0.8);
        box-shadow: inset 0 1px 1px rgba(215, 60, 55, 0.075), 0 0 8px rgba(215, 60, 55, 0.6); }

.breadcrumb {
  background-color: transparent;
  border-radius: 0; }
  .breadcrumb > li {
    font-size: 0.875rem; }
    .breadcrumb > li + li:before {
      float: left;
      display: inline-block;
      font-family: 'pageflex-icons';
      content: "\e905";
      font-size: 0.625rem;
      margin-top: 4px;
      padding: 0 10px;
      color: #333333; }
    .breadcrumb > li.active {
      color: #333333; }

/* iphone 6 landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .products-row .col-1-2 {
    width: 50%; }
  .products-row .col-2-2 {
    width: 50%; }
  .products-row .col-2-2 .pop-image-small {
    float: right; }
  .col-xs-12.landscape {
    width: 49%;
    margin-bottom: 20px; }
  .col-xs-12.landscape:nth-of-type(odd) {
    padding-right: 2%; } }

@media screen and (max-width: 992px) {
  .products-row .pops {
    height: 275px;
    margin-bottom: 10px; }
    .products-row .pops .pop-image-large {
      height: 275px;
      padding-bottom: 0; }
      .products-row .pops .pop-image-large .link-over-image > span {
        font-size: 0.6875rem;
        padding: 5px; }
  .products-row .product-module h3 {
    font-size: 0.6875rem;
    padding: 5px; }
    .products-row .product-module h3 .well-link {
      width: 80% !important; }
    .products-row .product-module h3 i {
      font-size: 1.125rem; } }

@media screen and (max-width: 767px) {
  .products-row .pops {
    height: 209px; }
    .products-row .pops .pop-image-large {
      height: 209px; } }

@media screen and (min-width: 768px) {
  .products-row .col-md-4:first-child {
    padding-left: 0;
    padding-right: 15px; }
  .products-row .col-md-4 {
    padding-right: 10px; }
  .pops {
    height: 275px;
    margin-bottom: 30px; }
  .products-row .col-sm-6:nth-child(2) {
    padding-right: 0; }
  .products-row .col-sm-6:nth-child(3) {
    padding-left: 0;
    padding-right: 15px;
    padding-top: 30px; } }

@media screen and (min-width: 992px) {
  .pops {
    height: 275px;
    margin-bottom: 20px; }
  .products-row .pops .col-sm-6:nth-child(2) {
    padding-right: 0; }
  .products-row .col-sm-6:nth-child(2) {
    padding-right: 15px; }
  .products-row .col-sm-6:nth-child(3) {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0; } }

@media screen and (min-width: 992px) and (orientation: landscape) {
  .pops {
    height: 275px;
    margin-bottom: 20px; }
  .products-row .pops .col-sm-6:nth-child(2) {
    padding-right: 0; }
  .products-row .col-sm-6:nth-child(2) {
    padding-right: 15px; }
  .products-row .col-sm-6:nth-child(3) {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0; } }

/* Sidebar Component CSS STYLE UPDATES
| sidebar nav and design style updates */
.panel-default.panel {
  background-color: #ffffff;
  border: 1px solid #ddd; }

.panel-default > .panel-heading {
  background-color: #ffffff;
  background-image: none;
  border-color: #ffffff;
  color: #999595; }
  .panel-default > .panel-heading:hover {
    background-color: #ffffff;
    cursor: pointer; }
  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px;
    font-size: 0.875rem; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body ul {
      padding: 0; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body .panel-header {
      margin-top: 10px; }
      .panel-default > .panel-heading + .panel-collapse > .panel-body .panel-header:first-child {
        margin-top: 0; }

.panel-title {
  font-size: 1rem; }

.panel-active > .panel-heading,
.panel-active > .panel-heading .md-button.md-icon-button {
  color: #ffffff;
  background-color: #999595;
  border-color: #999595;
  background-image: none; }
  .panel-active > .panel-heading:hover,
  .panel-active > .panel-heading .md-button.md-icon-button:hover {
    background-color: #999595;
    cursor: pointer; }

#addressBookPanel.panel-active > .panel-heading {
  margin-bottom: -11px; }

.panel-inactive > .panel-heading {
  color: #58595b;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  background-image: none; }

.panel-active {
  opacity: 1;
  transform: scale(1);
  transform-origin: top left;
  transition: opacity 0.5s 2s, transform 0.5s 0.5s; }

.panel-inactive {
  transform: scale(0.5);
  opacity: 0.9;
  transform-origin: top left;
  transition: opacity 0.5s 2s, transform 0.5s 0.5s; }

#accordion .list-group {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.075); }

#accordion .glyphicon {
  top: -1px;
  font-weight: 300;
  font-size: 0.875rem; }

#accordion .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  border: none; }
  #accordion .panel-group .panel + .panel {
    margin-top: 0;
    border-top: 1px solid #ddd; }
  #accordion .panel-group .panel .panel-title {
    color: #999595;
    font-size: 0.875rem;
    font-weight: 700; }

.panel-group .panel .panel-title > a:hover {
  color: #ffffff;
  text-decoration: none; }

.panel-heading {
  padding: 22px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .panel-heading:hover {
    background-color: #999595;
    color: #ffffff; }
    .panel-heading:hover .panel-title {
      color: #ffffff; }

aside > .search {
  position: relative;
  padding-bottom: 10px; }
  aside > .search .search-submit {
    position: absolute;
    top: 10px;
    right: 10px; }
  aside > .search.pad-title-align-to-sidebar .search-submit {
    top: 50px; }

aside .panel-title a:focus {
  color: #999595; }

aside .panel-title i {
  cursor: pointer; }

aside .panel-body ul.categories-list > li.list-group-item > ul > li {
  padding: 10px 2px; }
  aside .panel-body ul.categories-list > li.list-group-item > ul > li > ul > li {
    padding-right: 0; }

aside .categories-list {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0; }
  aside .categories-list .list-group-item {
    background-color: transparent; }
  aside .categories-list a {
    text-transform: none; }
    aside .categories-list a:focus {
      color: #999595; }
  aside .categories-list i.open-subcategory {
    float: right;
    position: absolute;
    cursor: pointer; }
    aside .categories-list i.open-subcategory:hover {
      color: #999595; }
  aside .categories-list .md-button {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    font-size: 0.75rem;
    font-weight: bold;
    text-align: left; }
    aside .categories-list .md-button:hover, aside .categories-list .md-button:focus, aside .categories-list .md-button.current {
      background-color: transparent;
      color: #999595; }
    aside .categories-list .md-button:not([disabled]):hover {
      background-color: transparent; }
  aside .categories-list .grand1 {
    background-color: #e6e7e8; }
  aside .categories-list .grand2 {
    background-color: #f1f2f2; }

.panel-default.catalog-sidebar.panel {
  border: 0;
  box-shadow: none;
  padding: 10px 0; }
  .panel-default.catalog-sidebar.panel > .panel-heading {
    padding: 0; }
    .panel-default.catalog-sidebar.panel > .panel-heading .md-button {
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #333333;
      font-size: 0.75rem;
      font-weight: bold;
      text-align: left; }
      .panel-default.catalog-sidebar.panel > .panel-heading .md-button:hover, .panel-default.catalog-sidebar.panel > .panel-heading .md-button:focus, .panel-default.catalog-sidebar.panel > .panel-heading .md-button.current {
        background-color: transparent;
        color: #999595; }
      .panel-default.catalog-sidebar.panel > .panel-heading .md-button:not([disabled]):hover {
        background-color: transparent; }
  .panel-default.catalog-sidebar.panel > .collapse.in .panel-body,
  .panel-default.catalog-sidebar.panel > .collapsing .panel-body {
    padding: 0; }
  .panel-default.catalog-sidebar.panel .grand1 {
    background-color: #e6e7e8;
    padding-left: 2px; }
  .panel-default.catalog-sidebar.panel .grand2 {
    background-color: #f1f2f2;
    padding-left: 2px; }

.categories-list a {
  font-size: 0.6875rem;
  color: #58595b;
  font-weight: 700; }
  .categories-list a:hover {
    color: #999595;
    text-decoration: none; }

.categories-list .list-group-item {
  position: relative;
  display: block;
  padding: 10px 0px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 0; }

.input-group .filter-set1 {
  list-style: none;
  padding-left: 0; }
  .input-group .filter-set1 li {
    padding: 10px 0; }

md-dialog .accordion-group .panel-group .panel,
.form-fill .accordion-group .panel-group .panel,
.profile-info .accordion-group .panel-group .panel {
  clear: both;
  margin-bottom: 0;
  border-radius: 0;
  border: none; }
  md-dialog .accordion-group .panel-group .panel + .panel,
  .form-fill .accordion-group .panel-group .panel + .panel,
  .profile-info .accordion-group .panel-group .panel + .panel {
    margin-top: 0;
    border-top: 1px solid #ddd; }
  md-dialog .accordion-group .panel-group .panel .panel-heading,
  .form-fill .accordion-group .panel-group .panel .panel-heading,
  .profile-info .accordion-group .panel-group .panel .panel-heading {
    color: #58595b;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    background-image: none;
    padding: 10px; }
    md-dialog .accordion-group .panel-group .panel .panel-heading:hover,
    .form-fill .accordion-group .panel-group .panel .panel-heading:hover,
    .profile-info .accordion-group .panel-group .panel .panel-heading:hover {
      background-color: #999595;
      color: #ffffff; }
      md-dialog .accordion-group .panel-group .panel .panel-heading:hover .panel-title a,
      .form-fill .accordion-group .panel-group .panel .panel-heading:hover .panel-title a,
      .profile-info .accordion-group .panel-group .panel .panel-heading:hover .panel-title a {
        color: #ffffff; }
    md-dialog .accordion-group .panel-group .panel .panel-heading .panel-title,
    .form-fill .accordion-group .panel-group .panel .panel-heading .panel-title,
    .profile-info .accordion-group .panel-group .panel .panel-heading .panel-title {
      color: #999595;
      font-size: 0.875rem;
      font-weight: 700; }
      md-dialog .accordion-group .panel-group .panel .panel-heading .panel-title a,
      .form-fill .accordion-group .panel-group .panel .panel-heading .panel-title a,
      .profile-info .accordion-group .panel-group .panel .panel-heading .panel-title a {
        color: #58595b; }
        md-dialog .accordion-group .panel-group .panel .panel-heading .panel-title a:hover,
        .form-fill .accordion-group .panel-group .panel .panel-heading .panel-title a:hover,
        .profile-info .accordion-group .panel-group .panel .panel-heading .panel-title a:hover {
          color: #ffffff; }
      md-dialog .accordion-group .panel-group .panel .panel-heading .panel-title i,
      .form-fill .accordion-group .panel-group .panel .panel-heading .panel-title i,
      .profile-info .accordion-group .panel-group .panel .panel-heading .panel-title i {
        float: right;
        font-size: 1rem;
        margin-top: 0;
        margin-left: 10px; }
  md-dialog .accordion-group .panel-group .panel.panel-open .panel-heading,
  .form-fill .accordion-group .panel-group .panel.panel-open .panel-heading,
  .profile-info .accordion-group .panel-group .panel.panel-open .panel-heading {
    min-height: 35px;
    color: #ffffff;
    background-color: #999595;
    border-color: #999595;
    background-image: none; }
    md-dialog .accordion-group .panel-group .panel.panel-open .panel-heading:hover,
    .form-fill .accordion-group .panel-group .panel.panel-open .panel-heading:hover,
    .profile-info .accordion-group .panel-group .panel.panel-open .panel-heading:hover {
      background-color: #999595;
      cursor: pointer;
      color: #ffffff; }
      md-dialog .accordion-group .panel-group .panel.panel-open .panel-heading:hover .panel-title a,
      .form-fill .accordion-group .panel-group .panel.panel-open .panel-heading:hover .panel-title a,
      .profile-info .accordion-group .panel-group .panel.panel-open .panel-heading:hover .panel-title a {
        color: #ffffff; }
    md-dialog .accordion-group .panel-group .panel.panel-open .panel-heading a,
    .form-fill .accordion-group .panel-group .panel.panel-open .panel-heading a,
    .profile-info .accordion-group .panel-group .panel.panel-open .panel-heading a {
      color: #ffffff; }
  md-dialog .accordion-group .panel-group .panel.panel-open .panel-body,
  .form-fill .accordion-group .panel-group .panel.panel-open .panel-body,
  .profile-info .accordion-group .panel-group .panel.panel-open .panel-body {
    border: 1px solid #009edc; }
  md-dialog .accordion-group .panel-group .panel .panel-body,
  .form-fill .accordion-group .panel-group .panel .panel-body,
  .profile-info .accordion-group .panel-group .panel .panel-body {
    padding: 10px;
    border: 1px solid #d1d3d4; }
    md-dialog .accordion-group .panel-group .panel .panel-body:last-child,
    .form-fill .accordion-group .panel-group .panel .panel-body:last-child,
    .profile-info .accordion-group .panel-group .panel .panel-body:last-child {
      padding-bottom: 0; }

.datamerge-message {
  max-width: 30ch;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

div[ng-controller="StorefrontCreditcardController as SFpage"] .panel-active {
  position: relative;
  z-index: 2; }

div[ng-controller="StorefrontCreditcardController as SFpage"] .gutter-bottom-40 {
  position: relative;
  z-index: 1; }

#divPaymentStep {
  display: inline-block;
  width: 100%; }

#divSplitPayControls .buttons {
  margin-bottom: 30px; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-callout: none;
  user-select: none;
  touch-action: pan-y;
  tap-highlight-color: transparent; }
  .slick-slider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0; }
    .slick-slider .slick-list:focus {
      outline: none; }
    .slick-slider .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    transform: translate3d(0, 0, 0); }
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    position: absolute;
    display: block;
    width: 35px;
    height: auto;
    top: -18px;
    padding: 5px 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #333;
    border: none;
    outline: none;
    background: #d1d3d4;
    line-height: 0; }
    .slick-slider .slick-prev:focus, .slick-slider .slick-prev:hover,
    .slick-slider .slick-next:focus,
    .slick-slider .slick-next:hover {
      color: #999595; }
      .slick-slider .slick-prev:focus:before, .slick-slider .slick-prev:hover:before,
      .slick-slider .slick-next:focus:before,
      .slick-slider .slick-next:hover:before {
        opacity: 1; }
    .slick-slider .slick-prev.slick-disabled:before,
    .slick-slider .slick-next.slick-disabled:before {
      opacity: .25; }
  .slick-slider .slick-prev {
    right: 35px; }
  .slick-slider .slick-next {
    right: 0; }
  .slick-slider .slick-track {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin: 10px 0; }
    .slick-slider .slick-track:before, .slick-slider .slick-track:after {
      display: table;
      content: ''; }
    .slick-slider .slick-track:after {
      clear: both; }
  .slick-slider .slick-slide {
    height: 100%;
    display: none;
    float: left;
    min-height: 1px; }
    .slick-slider .slick-slide img {
      display: block; }
    .slick-slider .slick-slide.slick-loading img {
      display: none; }
    .slick-slider .slick-slide.dragging img {
      pointer-events: none; }
    .slick-slider .slick-slide a {
      color: #333; }
    .slick-slider .slick-slide:hover img {
      opacity: .5; }
    .slick-slider .slick-slide:hover a {
      color: #999595; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-loading .slick-slide {
  visibility: hidden; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-initialized .slick-slide {
  display: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.category-carousel {
  min-height: 242px; }
  .category-carousel .slick-slider:nth-child(2) {
    min-height: 200px; }
  .category-carousel .slick-slider .slick-slide {
    padding: 0 0.875rem; }
    .category-carousel .slick-slider .slick-slide .production-description {
      font-size: 0.875rem;
      color: #333; }
      .category-carousel .slick-slider .slick-slide .production-description span {
        display: block;
        max-height: 6.375rem;
        overflow: hidden;
        position: relative;
        text-align: justify;
        margin-right: -0.875rem;
        padding-right: 0.875rem; }
        .category-carousel .slick-slider .slick-slide .production-description span:before {
          content: "\2026";
          text-align: right;
          position: absolute;
          bottom: 0;
          right: 0; }
        .category-carousel .slick-slider .slick-slide .production-description span:after {
          content: '';
          position: absolute;
          right: 0;
          width: 0.875rem;
          height: 0.875rem;
          margin-top: 0.2rem;
          background-color: #d0d2d2; }
    .category-carousel .slick-slider .slick-slide img {
      max-width: 100%;
      max-height: 275px; }
    @media only screen and (max-width: 992px) {
      .category-carousel .slick-slider .slick-slide a {
        font-size: 0.6875rem; } }

/* Utility CSS STYLE UPDATES
| some utility helper classes
|*/
strong, .strong,
.strong-text,
b {
  font-weight: 700; }

.nowrap {
  white-space: nowrap; }

.case-lower {
  text-transform: lowercase; }

.case-upper {
  text-transform: uppercase; }

.case-capitalize {
  text-transform: capitalize; }

h2, .h2,
h4, .h4 {
  font-size: 1.125rem; }

h3, .h3 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 0.875rem; }

.small, small {
  font-size: 0.75rem; }

.big, big {
  font-size: 1.3125rem; }

i:not(.icon) {
  font-size: inherit;
  font-family: inherit !important;
  line-height: inherit;
  font-style: italic; }

.italic,
.italic-text,
i,
em {
  font-style: italic; }

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

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

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

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

.bumper-top-0 {
  padding-top: 0; }

.bumper-right-0 {
  padding-right: 0; }

.bumper-bottom-0 {
  padding-bottom: 0; }

.bumper-left-0 {
  padding-left: 0; }

.gutter-top-5 {
  margin-top: 5px; }

.gutter-right-5 {
  margin-right: 5px; }

.gutter-bottom-5 {
  margin-bottom: 5px; }

.gutter-left-5 {
  margin-left: 5px; }

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

.bumper-right-5 {
  padding-right: 5px; }

.bumper-bottom-5 {
  padding-bottom: 5px; }

.bumper-left-5 {
  padding-left: 5px; }

.gutter-top-10 {
  margin-top: 10px; }

.gutter-right-10 {
  margin-right: 10px; }

.gutter-bottom-10 {
  margin-bottom: 10px; }

.gutter-left-10 {
  margin-left: 10px; }

.bumper-top-10 {
  padding-top: 10px; }

.bumper-right-10 {
  padding-right: 10px; }

.bumper-bottom-10 {
  padding-bottom: 10px; }

.bumper-left-10 {
  padding-left: 10px; }

.gutter-top-15 {
  margin-top: 15px; }

.gutter-right-15 {
  margin-right: 15px; }

.gutter-bottom-15 {
  margin-bottom: 15px; }

.gutter-left-15 {
  margin-left: 15px; }

.bumper-top-15 {
  padding-top: 15px; }

.bumper-right-15 {
  padding-right: 15px; }

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

.bumper-left-15 {
  padding-left: 15px; }

.bumper-15 {
  padding: 15px; }

.gutter-top-20 {
  margin-top: 20px; }

.gutter-right-20 {
  margin-right: 20px; }

.gutter-bottom-20 {
  margin-bottom: 20px; }

.gutter-left-20 {
  margin-left: 20px; }

.bumper-top-20 {
  padding-top: 20px; }

.bumper-right-20 {
  padding-right: 20px; }

.bumper-bottom-20 {
  padding-bottom: 20px; }

.bumper-left-20 {
  padding-left: 20px; }

.gutter-top-30 {
  margin-top: 30px; }

.gutter-right-30 {
  margin-right: 30px; }

.gutter-bottom-30 {
  margin-bottom: 30px; }

.gutter-left-30 {
  margin-left: 30px; }

.bumper-top-30 {
  padding-top: 30px; }

.bumper-right-30 {
  padding-right: 30px; }

.bumper-bottom-30 {
  padding-bottom: 30px; }

.bumper-left-30 {
  padding-left: 30px; }

.gutter-top-40 {
  margin-top: 40px; }

.gutter-right-40 {
  margin-right: 40px; }

.gutter-bottom-40 {
  margin-bottom: 40px; }

.gutter-left-40 {
  margin-left: 40px; }

.bumper-top-40 {
  padding-top: 40px; }

.bumper-right-40 {
  padding-right: 40px; }

.bumper-bottom-40 {
  padding-bottom: 40px; }

.bumper-left-40 {
  padding-left: 40px; }

.valign {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.clear-left {
  clear: left; }

.clearfix {
  clear: both; }

a {
  cursor: pointer; }

.disabled,
.inactive {
  cursor: default;
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5; }

.fixed {
  position: fixed;
  top: 120px; }
  @media screen and (max-width: 970px) {
    .fixed {
      width: auto !important;
      position: relative;
      top: 0; } }
  .fixed#previewArea {
    width: auto;
    position: fixed; }

.visible-xl {
  display: none; }
  @media screen and (min-width: 1600px) {
    .visible-xl {
      display: block !important; } }

@media screen and (min-width: 1600px) {
  .hidden-xl {
    display: none !important; } }

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

img.ie-object-fit {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important; }
  img.ie-object-fit.contain {
    width: 100% !important; }
  img.ie-object-fit.cover {
    width: 100% !important;
    max-width: none !important; }

.red {
  color: #d73c37 !important; }

.yellow {
  color: #ffd200 !important; }

.green {
  color: #8fc63e !important; }

.blue {
  color: #009edc !important; }

.orange {
  color: #f99e35 !important; }

.white {
  color: #ffffff !important; }

.black {
  color: #000 !important; }

.themeColor-text,
a.themeColor-text {
  color: #333333 !important; }

.primaryColor-text,
a.primaryColor-text {
  color: #999595 !important; }

.secondaryColor-text,
a.secondaryColor-text {
  color: #ff6e6e !important; }

.tertiaryColor-text,
a.tertiaryColor-text {
  color: #80cfee !important; }

.linkColor,
a.linkColor {
  color: #58595b !important; }
  .linkColor:hover, .linkColor:focus, .linkColor:active,
  a.linkColor:hover,
  a.linkColor:focus,
  a.linkColor:active {
    color: #999595 !important; }

.primaryColor-background {
  background-color: #999595 !important; }

.secondaryColor-background {
  background-color: #ff6e6e !important; }

.tertiaryColor-background {
  background-color: #80cfee !important; }

.primaryColor-border {
  border: 1px solid #009edc;
  border-color: #999595 !important; }

.secondaryColor-border {
  border: 1px solid #ff6e6e;
  border-color: #ff6e6e !important; }

.tertiaryColor-border {
  border: 1px solid #80cfee;
  border-color: #80cfee !important; }

.blackColor-border {
  border: 1px solid #000;
  border-color: #000 !important; }

.primaryColor-fillStroke {
  fill: #80cfee !important;
  stroke: #80cfee !important; }

.secondaryColor-fillStroke {
  fill: #ff6e6e !important;
  stroke: #ff6e6e !important; }

.tertiaryColor-fillStroke {
  fill: #80cfee !important;
  stroke: #80cfee !important; }

.background-color {
  background-color: #d0d2d2; }

.background-helper {
  background-color: #8fc63e !important;
  color: #006633 !important; }

.background-primary,
.bg-primary {
  background-color: #999595 !important; }

.background-danger,
.bg-danger,
.label-danger,
.btn-danger,
.btn-danger[role="button"] {
  background-color: #aa2611 !important;
  color: #ffffff !important; }

.background-success,
.bg-success,
.label-success {
  background-color: #8fc63e !important;
  color: #002e16 !important; }

.text-success {
  color: #8fc63e !important; }

.text-warning {
  color: #ffd200 !important; }

.text-error {
  color: #aa2611 !important; }

.right-align {
  float: right; }

.collapse {
  transition: background linear .25s; }
  .collapse.panel-collapse.in {
    height: auto !important; }

.hover-effect {
  background: rgba(255, 255, 255, 0.3);
  color: #999595;
  transition: background .25s ease-in-out; }

.pad-title-align-to-sidebar {
  padding-top: 40px; }
  .pad-title-align-to-sidebar:nth-child(2) {
    padding-top: 0; }

.overlay {
  overflow: hidden; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #999595;
  background-image: none;
  color: #ffffff; }

.ck-powered-by-balloon.ck-balloon-panel_visible,
.ck-powered-by {
  display: none !important; }

.ck-font-size-dropdown .ck-list {
  max-height: 300px;
  overflow-y: scroll; }

.ck-font-size-dropdown .ck-list__item .ck-button .ck-button__label {
  line-height: normal !important; }

@media (min-width: 768px) {
  .ck-balloon-panel.ck-toolbar-container {
    width: calc(66.66666667% - 109px) !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .ck-balloon-panel.ck-toolbar-container {
    width: calc(970px * 0.6666666667 - 109px) !important; } }

@media (min-width: 1200px) {
  .ck-balloon-panel.ck-toolbar-container {
    width: calc(1170px * 0.4166666667 - 109px) !important; } }

@media (min-width: 1600px) {
  .ck-balloon-panel.ck-toolbar-container {
    width: calc(1570px * 0.4166666667 - 109px) !important; } }

@media (max-width: 767px) {
  .ck-balloon-panel.ck-toolbar-container {
    width: calc(100% - 109px) !important; } }

.ck-color-ui-dropdown .ck-color-grid {
  max-height: 235px;
  overflow-y: scroll; }
  .ck-color-ui-dropdown .ck-color-grid .ck-color-grid__tile {
    height: 15px;
    min-height: 15px;
    width: 15px;
    min-width: 15px; }

/* General Media Queries CSS STYLE UPDATES 
| 
|*/
@media (min-width: 1600px) {
  .container {
    width: 1570px; } }

@media (min-width: 1200px) {
  .img-resonsive,
  .img-responsive-pf {
    width: 100%; } }

@media (max-width: 768px) {
  .products-row .col-sm-4 {
    overflow: hidden; }
  .container > .navbar-header {
    margin: 0; }
  nav .list-inline {
    width: 100%;
    padding: 23px 0 0 0;
    text-align: right; }
  .navbar-top-dropdown {
    padding-left: 0; }
  .popover-inner #menuCurrenciesItem {
    margin-top: 5px; }
  .popover-inner #menuLanguagesItem {
    margin-top: 5px; }
  .popover-inner #menuLanguagesItem span {
    margin-right: 6px; } }

@media (max-width: 414px) {
  .container > .navbar-header > .col-xs-4 {
    padding-left: 10px; }
  .navbar-toggle.dropdown {
    width: 100%;
    max-width: 414px; }
  .col-1-2 {
    margin-bottom: 25px; }
  .product-module {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
  .nowrap {
    white-space: normal; } }

@media (max-width: 375px) {
  .navbar-toggle.dropdown {
    width: 100%;
    max-width: 375px; }
  .nowrap {
    white-space: normal; } }

@media print {
  header {
    height: 0; } }

/*# sourceMappingURL=../css/main.css.map */