@charset "utf-8";
h1 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
h2 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
h3 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h3.emphasized {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1149px) {
  h1 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
  }
  h2 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  h3 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  h3.emphasized {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
.product-dropdown-menu {
  position: absolute;
  background-color: white;
  z-index: 1000;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  padding-top: 0;
  padding-bottom: 0;
  line-height: 45px;
  border-color: #BBB;
}
.product-dropdown-menu .left-menu {
  padding-top: 10px;
}
.product-dropdown-menu .left-menu--highlighted {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #F1F1F1;
  background-size: 250px 100%;
  background-repeat: no-repeat;
  margin-top: 10px;
}
.product-dropdown-menu .left-menu--highlighted:empty {
  display: none;
}
.product-dropdown-menu .left-menu .list-item {
  overflow: hidden;
  white-space: nowrap;
  width: 178px !important;
  text-overflow: ellipsis;
}
.product-dropdown-menu .left-menu .list-item a {
  font-weight: 400;
}
.product-dropdown-menu .left-menu .list-item:hover a {
  color: #005DA6 !important;
}
.product-dropdown-menu .left-menu .list-item-default {
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  background-color: #F1F1F0;
}
.product-dropdown-menu .left-menu .left-menu-item {
  padding-left: 20px;
  width: 250px;
  line-height: 34px;
}
.product-dropdown-menu .left-menu .left-menu-item--highlighted {
  margin-bottom: 0 !important;
}
.product-dropdown-menu .left-menu .left-menu-item:last-child {
  margin-bottom: 10px;
}
.product-dropdown-menu .left-menu .left-menu-item a {
  opacity: 1 !important;
}
.product-dropdown-menu .left-menu .left-menu-item--hover {
  color: #005da6 !important;
}
.product-dropdown-menu .left-menu .left-menu-item--hover .lbl {
  color: #005da6 !important;
  cursor: pointer;
}
.product-dropdown-menu .left-menu .left-menu-item--hover .lbl a {
  opacity: 1 !important;
  color: #005da6 !important;
}
.product-dropdown-menu .left-menu .left-menu-item .show-more {
  color: #777777;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 14px;
  font-weight: normal;
  height: 30px;
  text-decoration: underline;
  width: 230px;
}
.product-dropdown-menu .left-menu .left-menu-item .lbl {
  line-height: 34px;
  height: 34px;
  width: 230px;
  display: inline-block;
  font-weight: normal !important;
  font-size: 16px;
}
.product-dropdown-menu .left-menu .left-menu-item .lbl::after {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  content: '+';
  margin: 0px 0px 0px 8px;
  text-decoration: none;
  font-size: 16px;
}
.product-dropdown-menu .left-menu .left-menu-item .lbl::after {
  content: "+";
  float: right;
  padding-right: 20px;
}
.product-dropdown-menu .left-menu .left-menu-item .lbl.no-flyout::after {
  content: none;
}
.box-shadow-cover {
  position: absolute;
  top: calc(100% + 1px);
  background: #ffffff;
  display: flex;
  width: 10px;
  z-index: 1002;
  margin-left: 235px;
  border-top: 1px solid #BBB;
}
.slide-out-menu {
  top: 100%;
  margin-top: 0.125rem;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  width: 0;
  cursor: auto;
  z-index: 1001;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.slide-out-menu.expanded,
.slide-out-menu:hover,
.box-shadow-cover:hover + .slide-out-menu {
  width: 750px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #BBB;
}
.slide-out-menu.expanded.no-image,
.slide-out-menu:hover.no-image,
.box-shadow-cover:hover + .slide-out-menu.no-image,
.slide-out-menu.expanded.single-column,
.slide-out-menu:hover.single-column,
.box-shadow-cover:hover + .slide-out-menu.single-column {
  width: 500px;
}
.slide-out-menu.expanded.no-image.single-column,
.slide-out-menu:hover.no-image.single-column,
.box-shadow-cover:hover + .slide-out-menu.no-image.single-column {
  width: 250px;
}
.slide-out-menu.borderless {
  box-shadow: none;
  border: none;
}
.slide-out-menu .menu-title {
  padding-top: 10px;
  font-size: 24px;
  font-weight: 300;
  display: block;
  padding-bottom: 10px;
  line-height: 24px;
  color: black !important;
  padding-left: 20px;
}
.slide-out-menu.single-column .right-menu {
  columns: 1;
  width: 250px;
}
.slide-out-menu .right-menu {
  left: 0;
  background-color: white;
  width: 500px;
  padding: 0 20px 8px;
  color: #000000;
  line-height: 34px;
  overflow: hidden;
  columns: 2;
}
.slide-out-menu .right-menu .right-menu-item {
  width: 220px;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 4px;
  line-height: 22px;
}
.slide-out-menu .right-menu .right-menu-item .right-menu-header {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 12px;
  height: 15px;
  color: #000000 !important;
  padding-top: 0;
  padding-bottom: 0;
}
.slide-out-menu .right-menu .right-menu-item a {
  font-weight: normal;
  font-size: 16px;
  display: inline-block;
  line-height: 22px;
}
.slide-out-menu .right-menu .right-menu-item a:hover {
  color: #005da6;
}
.slide-out-menu .right-menu .right-menu-item a {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: normal;
}
.slide-out-menu .right-menu .right-menu-item a:hover {
  opacity: 0.6;
}
.slide-out-menu .menu-image {
  top: 0;
  width: 250px;
  border-left: 2px solid #DCDCDC;
}
.slide-out-menu .menu-image img {
  height: auto;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.accordion {
  padding-top: 30px;
}
.accordion_header {
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
}
.accordion_header h2 {
  font-size: 20px;
  color: #000000;
  font-weight: 400;
}
.accordion_item {
  border-bottom: 1px solid #CCCCCC;
}
.accordion_item_header {
  padding: 17px 60px 17px 0px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.accordion_item_title:after {
  content: "\F053";
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  color: #CCCCCC;
  position: absolute;
  right: 20px;
  width: 16px;
  height: 16px;
}
.accordion_item_title--active {
  border-bottom: none;
}
.accordion_item_title--active:after {
  content: "\F078";
}
.accordion_item_container {
  padding: 15px 0px 23px 0px;
  border-top: 1px solid #CCCCCC;
}
.accordion_item_body {
  transition: all 0.3s ease;
  overflow: hidden;
}

.info-list-side-bar {
  color: #005DA6;
}
.info-list-nav-button {
  border: 2px solid #CCC;
  cursor: pointer;
  color: #000000;
}
.info-list-nav-button:hover,
.info-list-nav-button.active {
  border: 2px solid #FF9505;
  text-decoration: none;
  color: #000000;
}
.info-list-nav-button:hover .info-list-nav-button-body i,
.info-list-nav-button.active .info-list-nav-button-body i {
  color: #FF9505;
}
.info-list-nav-button-body i {
  color: #CCC;
}

@charset "utf-8";
/* Slider */
h1 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
h2 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
h3 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h3.emphasized {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1149px) {
  h1 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
  }
  h2 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  h3 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  h3.emphasized {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
.carousel-image {
  height: 150px;
}
.carousel-image img {
  cursor: pointer;
  margin: auto ;
  max-height: 100%;
  max-width: 175px;
}
.product-item-image img {
  min-width: 150px;
  max-width: 175px;
}
.product-carousel-item {
  position: relative;
}
.carousel-item-wrapper {
  background: '#fff' !important;
  padding: 20px !important;
  margin-top: 20px ;
  height: 300px;
}
.product-description {
  font-weight: 700;
  margin-top: 10px !important;
  font-size: 16px;
  font-weight: bold;
  color: #005DA6;
}
.product-description a {
  width: 100%;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px !important;
  color: #005DA6 !important;
}
.product-description a span {
  text-transform: capitalize !important;
}
.product-description a:hover {
  text-decoration: underline;
}
.product-category {
  margin-top: 5px !important;
  text-transform: capitalize !important;
  font-size: 14px !important;
}
.product-price {
  font-weight: 600;
  margin-top: 5px !important;
  font-size: 14px !important;
}
.product-old-price {
  margin-left: 10px !important;
  -webkit-text-decoration-color: #949494;
  text-decoration-color: #949494;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  margin-top: 5px !important;
  font-size: 14px !important;
}
.product-carousel {
  border-top: 2px solid #CCCCCC;
  margin-top: 50px;
  padding-top: 10px;
}
.product-carousel:empty {
  display: none;
}
.product-carousel .slick-title {
  font-size: 26px;
  font-weight: 300;
  margin-top: 20px;
  color: #4A4A4A;
  margin-left: 10px;
}
.product-carousel .slick-title a {
  text-decoration: none;
}
.product-carousel .slick-title a:hover {
  text-decoration: none;
}
.product-carousel .slick-title span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
  color: #949494;
  cursor: pointer;
}
.product-carousel .slick-title span::after {
  content: '\f107';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 8px;
  text-decoration: none;
  font-size: 16px;
}
.product-carousel .slick-title span.open::after {
  content: '\f106';
}
.product-carousel .slick-title span::after {
  content: '\f105';
}
.product-carousel .content-wrapper {
  padding: 0 12px;
}
.product-carousel .slick-disabled {
  display: none !important;
}
@media (max-width: 819px) {
  .product-carousel-item {
    border-right: none !important;
    display: flex;
    align-items: center;
    margin: 15px 0px 15px 0px;
  }
  .product-carousel-item .carousel-image {
    height: auto !important;
  }
  .product-carousel-item .carousel-image img {
    width: 100px;
    max-width: none;
    max-height: none;
  }
  .product-carousel {
    border-top: none;
    margin-top: 25px !important;
  }
}
@media (max-width: 819px) and (max-width: 549px) {
  .product-carousel .slick-title {
    margin-left: 0px !important;
  }
  .product-carousel .slick-title span {
    margin-left: 0px !important;
  }
}

@charset "UTF-8";
.slick-arrow {
  background-color: white !important;
  color: #404041 !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #F1F1F1 !important;
  border-radius: 25px;
  width: 45px !important;
  height: 45px !important;
  z-index: 2;
  margin-top: -35px;
}
.slick-prev {
  left: -10px !important;
}
.slick-next {
  right: -10px !important;
}
.slick-slider {
  margin: 30px auto 0px;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 25px;
  line-height: 1;
  margin-top: -7px;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\f104";
}
[dir="rtl"] .slick-prev:before {
  content: "\f105";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\f105";
}
[dir="rtl"] .slick-next:before {
  content: "\f104";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "FontAwesome";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@charset "utf-8";
h1 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
h2 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
h3 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h3.emphasized {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1149px) {
  h1 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
  }
  h2 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  h3 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  h3.emphasized {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
.list-page {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 150px;
}
.list-page h1 {
  margin-bottom: 46px;
}
.list-page .loading-data {
  background-color: hsla(0, 0%, 100%, 0.8);
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 990;
  /* Safari */
}
.list-page .loading-data .message {
  font-size: 22px;
  font-weight: 300;
}
.list-page .loading-data .loader {
  left: calc(50% - 37.5px) !important;
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #FF9505;
  width: 75px;
  height: 75px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  margin-top: 30px;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.list-page .delete-list {
  font-size: 14px;
  color: #777777;
  float: right;
  margin-top: 14px;
  cursor: pointer;
  letter-spacing: 0;
}
.list-page .delete-list:hover {
  font-weight: bold;
}
.list-page .delete-confirm {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
}
.list-page .delete-confirm span {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #005DA6;
}
.list-page .fa-pencil {
  color: #4A4A4A;
  font-size: 16px;
  margin-left: 10px;
  cursor: pointer;
}
.list-page .list-item {
  margin-right: 30px;
  display: inline-block;
  width: 240px;
  height: 375px;
  margin-bottom: 55px;
  vertical-align: top;
  position: relative;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  padding: 10px 16px;
}
.list-page .list-item .fa-times {
  color: #4A4A4A;
  float: right;
  font-size: 18px;
  cursor: pointer;
}
.list-page .list-item .fa-times:hover {
  opacity: 0.6;
}
.list-page .list-item .pList-image {
  text-align: center;
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: auto;
  display: flex;
  align-items: center;
}
.list-page .list-item .pList-image img {
  max-width: 150px;
}
.list-page .list-item .pList-title {
  color: #005DA6;
  letter-spacing: 0;
  font-size: 16px;
  margin-top: 10px;
}
.list-page .list-item .pList-price {
  padding-top: 4px;
  height: 20px;
  font-size: 16px;
  letter-spacing: 0;
}
.list-page .list-item .pList-condition {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  padding-top: 8px;
}
.list-page .list-item .pList-condition span {
  font-weight: normal;
}
.list-page .list-item .pList-purchaseLink {
  color: #777777;
  text-decoration: underline;
  margin-top: 10px;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
}
.list-page .list-item .pList-buttons {
  position: absolute;
  bottom: 10px;
}

.guided-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.guided-search .custom-multi-select {
  margin-top: 0;
}
@media (max-width: 819px) {
  .guided-search {
    margin-bottom: 30px;
    flex-direction: column;
  }
  .guided-search > div {
    margin-top: 20px;
  }
  .guided-search > div,
  .guided-search h3 {
    width: 100%;
  }
}
@media (min-width: 1150px) {
  .guided-search > h3 {
    margin-bottom: 0px;
  }
}

.read-more_container {
  margin-top: 2rem;
}
.read-more_container .rich-content {
  padding-top: 0;
}
.read-more_container .rich-content_column {
  margin: 0;
}
.read-more_intro-text {
  font-size: 16px;
}
.read-more_toggle {
  display: block;
  margin-top: 20px;
  cursor: pointer;
}
.read-more_toggle:hover {
  text-decoration: underline;
}

.rotating-banner div[tabindex] {
  position: relative;
  display: inherit !important;
}
.rotating-banner div[tabindex] img {
  width: 100%;
  height: auto;
}
.rotating-banner div[tabindex] .overlay {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: calc(100% - 48px);
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
.rotating-banner div[tabindex] .overlay h2 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 6px;
  line-height: 1.1;
}
@media (max-width: 820px) {
  .rotating-banner div[tabindex] .overlay h2 {
    font-size: 26px;
  }
}
.rotating-banner div[tabindex] .overlay h3 {
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.2;
}
.rotating-banner div[tabindex] .overlay.only-one-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
}
.rotating-banner div[tabindex] .overlay.only-one-center .fieldContainer {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.rotating-banner div[tabindex] .overlay.only-one-right h2,
.rotating-banner div[tabindex] .overlay.only-one-right h3 {
  text-align: right;
}
.rotating-banner div[tabindex] .overlay.only-one-right h3 {
  max-width: inherit;
}
.rotating-banner div[tabindex] .overlay.only-one-right .button-wrapper {
  display: grid;
}
.rotating-banner div[tabindex] .overlay.only-one-right button {
  justify-self: end;
}
.rotating-banner div[tabindex] .overlay.is-two-columns h2 {
  font-size: 47px;
}
.rotating-banner div[tabindex] .overlay.is-two-columns .h2-wrapper {
  grid-column: 1;
  grid-row: 1;
}
.rotating-banner div[tabindex] .overlay.is-two-columns h3 {
  font-size: 24px;
}
.rotating-banner div[tabindex] .overlay.is-two-columns .second-col-wrapper {
  grid-column: 2;
  grid-row: 1;
  margin-top: 20px;
}
.rotating-banner div[tabindex] .overlay.is-two-columns .fieldContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 10px;
  gap: 80px;
}
@media (max-width: 1650px) {
  .rotating-banner div[tabindex] .overlay.is-two-columns .fieldContainer {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1500px) {
  .rotating-banner div[tabindex] .overlay.is-two-columns .fieldContainer {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
  .rotating-banner div[tabindex] .overlay.is-two-columns h2 {
    font-size: 43px;
  }
  .rotating-banner div[tabindex] .overlay.is-two-columns h3 {
    font-size: 22px;
  }
  .rotating-banner div[tabindex] .overlay.is-two-columns .second-col-wrapper {
    margin-top: 15px;
  }
}
@media (max-width: 1230px) {
  .rotating-banner div[tabindex] .overlay.is-two-columns h2 {
    font-size: 42px;
  }
  .rotating-banner div[tabindex] .overlay.is-two-columns h3 {
    font-size: 21px;
  }
  .rotating-banner div[tabindex] .overlay.is-two-columns .second-col-wrapper {
    margin-top: 13px;
  }
}
@media (max-width: 1040px) {
  .rotating-banner div[tabindex] .overlay.is-two-columns .fieldContainer {
    padding-left: 30px;
    padding-right: 30px;
  }
  .rotating-banner div[tabindex] .overlay.is-two-columns h2 {
    font-size: 36px;
  }
  .rotating-banner div[tabindex] .overlay.is-two-columns h3 {
    font-size: 19px;
  }
  .rotating-banner div[tabindex] .overlay.is-two-columns .second-col-wrapper {
    margin-top: 10px;
  }
}
@media (max-width: 910px) {
  .rotating-banner div[tabindex] .overlay.is-two-columns .fieldContainer {
    padding-left: 10px;
    padding-right: 10px;
  }
  .rotating-banner div[tabindex] .overlay.is-two-columns h2 {
    font-size: 31px;
  }
  .rotating-banner div[tabindex] .overlay.is-two-columns h3 {
    font-size: 18px;
  }
}
@media (max-width: 750px) {
  .rotating-banner div[tabindex] .overlay.is-two-columns .fieldContainer {
    padding-left: 10px;
    padding-right: 10px;
  }
  .rotating-banner div[tabindex] .overlay.is-two-columns h2 {
    font-size: 28px;
  }
  .rotating-banner div[tabindex] .overlay.is-two-columns h3 {
    font-size: 16px;
  }
}
@media (max-width: 555px) {
  .rotating-banner div[tabindex] .overlay.is-two-columns h2 {
    font-size: 26px;
  }
  .rotating-banner div[tabindex] .overlay.is-two-columns h3 {
    font-size: 16px;
  }
}
.rotating-banner div[tabindex] .overlay.is-two-columns.first-center h2 {
  text-align: center;
}
.rotating-banner div[tabindex] .overlay.is-two-columns.first-right h2 {
  text-align: right;
}
.rotating-banner div[tabindex] .overlay.is-two-columns.second-center .button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rotating-banner div[tabindex] .overlay.is-two-columns.second-center h3 {
  text-align: center;
}
.rotating-banner div[tabindex] .overlay.is-two-columns.second-right h3 {
  text-align: right;
}
.rotating-banner div[tabindex] .overlay.is-two-columns.second-right .button-wrapper {
  display: grid;
}
.rotating-banner div[tabindex] .overlay.is-two-columns.second-right button {
  justify-self: end;
}
@media (min-width: 1150px) {
  .rotating-banner .slick-arrow {
    display: block !important;
  }
}
@media (max-width: 1149px) {
  .rotating-banner .slick-arrow {
    display: none !important;
  }
}
@media (min-width: 550px) {
  .rotating-banner .overlay {
    background-color: unset !important;
  }
  .rotating-banner .slick-list {
    height: 226px !important;
  }
  .rotating-banner .slick-slide {
    height: 226px !important;
  }
  .rotating-banner .slick-slide image {
    height: 226px !important;
  }
}
@media (max-width: 549px) {
  .rotating-banner_container {
    display: flex;
    flex-direction: column;
  }
  .rotating-banner div[tabindex] .overlay {
    position: static;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: unset !important;
    height: unset !important;
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
    padding-top: 30px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 6rem !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .rotating-banner div[tabindex] .overlay .fieldContainer {
    padding: 0 !important;
    display: block !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .rotating-banner div[tabindex] .overlay button {
    justify-self: center !important;
  }
  .rotating-banner > :last-child {
    margin-top: 0;
  }
}
.rotating-banner .slick-prev {
  left: -22.5px !important;
}
.rotating-banner .slick-next {
  right: -22.5px !important;
}
.rotating-banner .slick-slider {
  max-width: 1630px;
  margin-top: 0px;
}
.rotating-banner .slick-dots {
  display: flex !important;
  height: 10px;
  bottom: 12px;
  justify-content: center;
}
.rotating-banner .slick-dots li {
  width: 10px;
  height: 10px;
  background: #a9a9a9;
  border-radius: 100%;
}
.rotating-banner .slick-dots li button {
  width: 10px;
  height: 10px;
}
.rotating-banner .slick-dots li button::before {
  content: "" !important;
}
.rotating-banner .slick-dots li.slick-active button {
  background-color: #FFF;
  border: 0.2rem solid #a9a9a9;
  border-radius: 100%;
  padding: 0px;
}
.rotating-banner .slick-arrow {
  margin-top: 0;
}

@charset "utf-8";
h1 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
h2 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
h3 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h3.emphasized {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1149px) {
  h1 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
  }
  h2 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  h3 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  h3.emphasized {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
.widePopup {
  max-width: 650px !important;
}
.saved-filters-dialog {
  max-width: 700px !important;
  width: 700px !important;
}
@media (max-width: 768px) {
  .saved-filters-dialog {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* More specific selectors to override any default modal styles */
.modal-dialog.saved-filters-dialog,
div.saved-filters-dialog,
.saved-filters-dialog .modal-dialog,
.saved-filters-dialog.modal-dialog {
  max-width: 700px !important;
  width: 700px !important;
}
@media (max-width: 768px) {
  .modal-dialog.saved-filters-dialog,
  div.saved-filters-dialog,
  .saved-filters-dialog .modal-dialog,
  .saved-filters-dialog.modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* Even more specific targeting for the actual modal content */
.modal.saved-filters-dialog .modal-dialog,
.modal .modal-dialog.saved-filters-dialog,
.fade.in.saved-filters-dialog .modal-dialog,
.modal.in.saved-filters-dialog .modal-dialog {
  max-width: 700px !important;
  width: 700px !important;
  margin: 30px auto !important;
}
@media (max-width: 768px) {
  .modal.saved-filters-dialog .modal-dialog,
  .modal .modal-dialog.saved-filters-dialog,
  .fade.in.saved-filters-dialog .modal-dialog,
  .modal.in.saved-filters-dialog .modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
    margin: 10px auto !important;
  }
}

@charset "utf-8";
h1 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
h2 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
h3 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h3.emphasized {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1149px) {
  h1 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
  }
  h2 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  h3 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  h3.emphasized {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
.cart-confirmation_popup {
  max-width: 690px !important;
  height: fit-content !important;
}
@media (max-width: 549px) {
  .cart-confirmation_popup {
    position: absolute;
  }
}
.cart-confirmation_covered_message {
  background-color: #D0EDFC;
  padding: 8px 15px;
  font-weight: 600;
  margin-block: 6px 15px;
}
.cart-confirmation_item {
  margin: 20px 0px 20px 0px;
  border-top: 2px solid #CCCCCC;
  padding: 10px 0px 10px 0px;
  font-size: 16px;
}
.cart-confirmation_item_image {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}
.cart-confirmation_item_description {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 285px);
  padding-left: 20px;
}
.cart-confirmation_item_description a {
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 14px !important;
  color: #005DA6 !important;
  text-transform: uppercase;
}
.cart-confirmation_item_description a:hover {
  text-decoration: underline !important;
}
.cart-confirmation_item_description .sub-description {
  color: #000000;
  font-size: 16px;
  font-family: "Source Sans Pro";
  font-weight: normal;
  letter-spacing: 0px;
}
.cart-confirmation_item_price {
  display: inline-block;
  width: 125px;
  vertical-align: top;
  font-size: 18px;
}
.cart-confirmation_item_price span {
  text-transform: lowercase;
}
.cart-confirmation_item_quantity {
  display: inline-block;
  width: 60px;
  vertical-align: top;
}
.cart-confirmation_item_quantity span {
  text-transform: capitalize;
}
.cart-confirmation .multiple_product_content {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 24px;
  border-top: 1px solid #949494;
  padding-top: 30px;
  margin-bottom: -15px;
}
.cart-confirmation .product-carousel-item {
  margin-left: 10px;
  display: inline-block;
  width: auto;
  width: 140px;
}
.cart-confirmation .product-carousel-item:first-child {
  margin-left: 0px !important;
  padding-left: 0px !important;
}
.cart-confirmation .product-carousel-item:last-child {
  border-right: none !important;
}
.cart-confirmation .carousel-image {
  height: auto;
}
.cart-confirmation_related h2 {
  display: inline-block;
}
.cart-confirmation_related > a {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #777777 !important;
  cursor: pointer;
  margin-left: 10px;
}
.cart-confirmation_related > a:after {
  content: '\f054';
  margin-left: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}
.cart-confirmation_related_items {
  margin-top: 20px;
  width: 1000px;
}
.cart-confirmation .slick-title {
  line-height: 30px;
  color: #4A4A4A;
  width: 490px;
  letter-spacing: 0;
}
.cart-confirmation .slick-title > span {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.cart-confirmation .slick-title p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 0;
}
.cart-confirmation .slick-title p span {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #005DA6;
}
@media (max-width: 549px) {
  .cart-confirmation .cart-confirmation_item {
    display: flex;
  }
  .cart-confirmation .cart-confirmation_item .cart-confirmation_item_image {
    display: block;
    padding-bottom: 5px;
  }
  .cart-confirmation .cart-confirmation_item .cart-confirmation_item_description {
    display: block;
    padding-bottom: 5px;
    width: 100%;
  }
  .cart-confirmation .cart-confirmation_item .cart-confirmation_item_description a {
    display: block;
    padding-bottom: 5px;
  }
  .cart-confirmation .cart-confirmation_item .cart-confirmation_item_price {
    padding-left: 20px;
    width: auto;
    padding-right: 20px;
  }
  .cart-confirmation .cart-confirmation_item .onSite-title {
    color: #000000;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-weight: normal;
    height: 75px;
    letter-spacing: 0px;
    width: 284px;
  }
}

@charset "utf-8";
h1 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
h2 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
h3 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h3.emphasized {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1149px) {
  h1 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
  }
  h2 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  h3 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  h3.emphasized {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
.address-dialog .address-dialog-form .split .field:nth-of-type(1) {
  width: calc(50% - 5px);
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}
.address-dialog .address-dialog-form .split .field:nth-of-type(2) {
  width: calc(50% - 5px);
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}
.address-dialog .address-validation-form .section-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  clear: both;
  padding-top: 10px;
}
.address-dialog .address-validation-form .section-title span {
  color: #949494;
  font-size: 14px;
  padding-left: 5px;
  text-decoration: underline;
  cursor: pointer;
}
.address-dialog .address-validation-form .not-verified {
  color: #FF0000;
  font-weight: 700;
  margin-top: 10px;
}

@charset "utf-8";
h1 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
h2 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
h3 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h3.emphasized {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1149px) {
  h1 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
  }
  h2 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  h3 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  h3.emphasized {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
.asset-information-form .asset-information-dialog .close {
  padding-right: 20px !important;
}
.asset-information-form .asset-information-dialog h1 {
  margin-top: 0px !important;
  margin-bottom: 0 !important;
}
.asset-information-form .asset-information-dialog h3 {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
.asset-information-form .asset-information-dialog .text-field_validation-msg {
  display: none;
}
.asset-information-form .asset-information-dialog .btnSave {
  margin-top: 15px;
}
.asset-information-form .asset-information-dialog .subtitle {
  color: #000000;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 20px;
  font-weight: normal;
  height: 25px;
  letter-spacing: 0;
}
.asset-information-form .asset-information-dialog .txbFields {
  width: 280px;
  max-width: 100%;
}
.asset-information-form .asset-information-dialog .txaFields {
  width: 280px;
  min-height: 100px;
  max-width: 100%;
}
.asset-information-form .asset-information-dialog .txaFields label {
  height: 50px;
  line-height: 16px;
}
.asset-information-form .asset-information-dialog .txaFields textarea {
  margin-top: 9px;
  font-size: 16px;
  line-height: 18px;
}
.asset-information-dialog {
  max-width: 500px !important;
}
.asset-information-dialog.exchange-note {
  max-width: 630px !important;
}
.asset-information-dialog .asset-text-field {
  width: 280px;
  max-width: 100%;
}
.asset-information-dialog .txbMultiField .text-field {
  min-height: 100px;
}
.asset-information-dialog .exchange-notification {
  background-color: #F1F1F1;
  padding: 20px;
  margin-bottom: 32px;
  margin-top: 9px;
  display: inline-block;
}
.asset-information-dialog .exchange-notification .image-column {
  display: inline-block;
  vertical-align: text-top;
  width: 100px;
}
.asset-information-dialog .exchange-notification .image-column img {
  width: 100%;
}
.asset-information-dialog .exchange-notification .information-column {
  display: inline-block;
  width: calc(100% - 100px);
  padding-left: 30px;
  vertical-align: text-top;
}
.asset-information-dialog .exchange-notification .information-column .info-header {
  font-weight: 600;
  margin-bottom: 8px;
}
.asset-information-dialog .exchange-notification .information-column p {
  margin: 0 0 8px;
}
.asset-information-dialog .exchange-notification .information-column p.bold {
  font-weight: 600;
}
.asset-information-dialog .exchange-notification .information-column a {
  color: #0B62A6;
  font-weight: 600;
  cursor: pointer;
}
.asset-information-dialog .exchange-notification .information-column a:hover {
  color: #0B62A6;
}
.asset-information-dialog .exchange-notification .information-column .info-toggle {
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  color: #777;
}
.asset-information-dialog .exchange-notification .information-column .info-toggle.open {
  color: black;
}
.asset-information-dialog .exchange-notification .information-column .exchange-checkbox-wrapper {
  background-color: white;
  height: 56px;
  border: 1px solid #ccc;
  margin-top: 16px;
  border-radius: 3px;
  border: 1px solid #CCC;
  background: #FFF;
}
.asset-information-dialog .exchange-notification .information-column .exchange-checkbox-wrapper.selected {
  border-radius: 3px;
  border: 2px solid var(--orange-1, #FF9505);
  background: rgba(255, 149, 5, 0.1);
}
.asset-information-dialog .exchange-notification .information-column .exchange-checkbox-wrapper .exchange-checkbox label {
  margin-top: 16px;
  margin-left: 15px;
}
.asset-information-dialog .exchange-notification .information-column .exchange-checkbox-wrapper .exchange-checkbox label span:first-of-type {
  margin-left: 4px;
  color: #0B62A6;
  font-weight: 700;
}
.asest-result-list {
  border: 2px solid lightgrey;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 15px;
}
.asest-result-list:hover {
  background-color: rgba(255, 149, 5, 0.1);
  border: 2px solid #FF9505;
}
.asest-result-list div span {
  font-weight: 700;
}
.asest-result-list--selected {
  background-color: rgba(255, 149, 5, 0.1);
  border: 2px solid #FF9505;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 15px;
}
.asest-result-list--selected div span {
  font-weight: 700;
}
.contract-badge {
  background-color: rgba(20, 114, 125, 0.15);
  border-radius: 10px 10px 10px 10px;
  width: auto;
  display: inline-block;
  height: 22px;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.contract-badge span {
  color: #14727d;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}
.selected-contract-badge {
  background-color: #fe9603;
  border-radius: 10px 10px 10px 10px;
  width: auto;
  display: inline-block;
  height: 22px;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.selected-contract-badge span {
  color: #FFFFFF;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

@charset "utf-8";
h1 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
h2 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
h3 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h3.emphasized {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1149px) {
  h1 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
  }
  h2 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  h3 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  h3.emphasized {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
.title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 300;
  height: 30px;
  margin-bottom: 15px !important;
}
.content {
  color: #4A4A4A;
  font-family: Lato Regular;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 18px;
  width: 100%;
}
.accept {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  display: block;
}
.add-group-dialog {
  height: auto !important;
}

@charset "utf-8";
h1 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
h2 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
h3 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h3.emphasized {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1149px) {
  h1 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
  }
  h2 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  h3 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  h3.emphasized {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
.quick-order {
  position: absolute;
  width: 400px;
  max-width: 400px;
  z-index: 1050;
  display: block;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.quick-order_header {
  float: right;
  padding: 20px 20px 0px 0px;
}
.quick-order_header .close {
  font-size: 32px !important;
  opacity: 1 !important;
  color: #949494;
  padding: 0;
}
.quick-order_header .close:hover,
.quick-order_header .close:focus {
  color: #777777;
}
.quick-order_header button {
  float: left;
  outline: none;
}
.quick-order_entry {
  display: flex;
  justify-content: space-between;
}
.quick-order_entry select {
  height: 48px !important;
}
.quick-order_entry > div:first-child {
  width: calc(80%);
}
.quick-order_entry > div:last-child .field {
  margin-top: 0px !important;
  padding-left: 20px;
}
.quick-order_entry .glyphicon-search {
  top: 15px;
  color: #4A4A4A;
  font-size: 17px;
  height: 17px;
}
.quick-order .quick_order_wrapper .note_warning {
  background-color: #ffe4c0;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 40px;
  margin-top: 20px;
}
.quick-order .quick_order_wrapper .note_warning .content {
  position: relative;
  margin-left: 15px;
  width: auto;
  margin-right: 25px;
}
.quick-order .quick_order_wrapper .note_warning .content img {
  position: absolute;
  top: 3px;
  height: 12px;
  width: 15px;
}
.quick-order .quick_order_wrapper .note_warning .content .lbl-info {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  padding-left: 24px;
  white-space: pre-wrap;
  font-size: 14px;
  color: #4A4A4A;
}
.quick-order_part {
  display: flex;
  justify-content: space-between;
}
.quick-order_part:not(:first-child) {
  margin-top: 20px !important;
}
.quick-order_part_header > img:first-child {
  width: 80px;
}
.quick-order_part_header > div {
  display: inline-block;
  width: calc(100% - 80px);
  padding-left: 20px;
  vertical-align: top;
}
.quick-order_part_header a {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 14px !important;
  color: #005DA6 !important;
  cursor: pointer;
}
.quick-order_part_header a:hover {
  text-decoration: none;
}
.quick-order_part_header a:focus {
  text-decoration: none;
}
.quick-order_part_message {
  margin-top: 30px;
}
.quick-order_part_options {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
.quick-order_part_options label {
  display: block;
  position: relative;
  margin-left: -12px;
  z-index: 9;
  cursor: pointer;
  transition: all 0.25s linear;
  padding-left: 40px;
  color: #000;
  font-weight: 400;
  float: left;
}
.quick-order_part_options .lbl {
  margin-left: 25px;
}
.quick-order_part_options > div {
  display: flex;
}
.quick-order_part > div:first-child {
  width: calc(75%);
  background-color: #ffffff;
}
.quick-order_part > div:last-child .field {
  margin-top: 0px !important;
}
.quick-order_part > div:last-child i {
  color: #777777;
  margin-left: 10px;
  cursor: pointer;
  font-size: 18px;
}
.quick-order_part:not(:first-child) {
  border-top: 1px solid #949494;
  padding-top: 20px;
}
.quick-order_content {
  padding: 0px !important;
}
.quick-order_main {
  margin: 0px 20px 20px 20px;
  width: calc(100% - 40px);
  display: inline-block;
}
.quick-order_footer {
  text-align: right;
  margin: 30px 15px 0px 15px;
  padding: 15px 0px 15px 0px;
  border-top: 1px solid #949494;
}
.quick-order_footer > a {
  color: #949494 !important;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  margin-right: 20px;
}
.quick-order_footer button {
  margin-left: 15px;
}
.modal-backdrop {
  opacity: 0.5 !important;
}

@charset "utf-8";
h1 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
h2 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
h3 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h3.emphasized {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1149px) {
  h1 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
  }
  h2 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  h3 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  h3.emphasized {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
.hamburger-menu {
  background-color: #003763;
}
.hamburger-menu .main-menu-top {
  /*min-height: calc(100vh - 65px);*/
  height: 100vh;
}
.hamburger-menu .hamburger-header {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: gray;
  padding-top: 20px;
}
.hamburger-menu .hamburger-item {
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 300;
  padding: 24px 20px 0px 20px;
  line-height: 22px;
}
.hamburger-menu .hamburger-item .fa-sign-out {
  font-size: 18px;
  position: relative;
  margin-right: 14px;
  top: 2px;
}
.hamburger-menu .hamburger-item .fa-sign-in {
  font-size: 18px;
  position: relative;
  margin-right: 14px;
  top: 2px;
}
.hamburger-menu .hamburger-item .fa-phone {
  font-size: 16px;
  position: relative;
  margin-right: 14px;
  top: 1px;
}
.hamburger-menu .hamburger-item a {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
}
.hamburger-menu .hamburger-item .badge {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 12px;
  background-color: #FF0000;
  margin-left: -4px;
  position: absolute;
  display: inline-block;
  padding: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  margin-right: 5px;
  font-weight: 600;
}
.hamburger-menu .hamburger-item .hamburger-item-desc {
  display: block;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 250px;
  white-space: nowrap;
}
.hamburger-menu .hamburger-item .hamburger-item-desc.right-chevron::after {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  content: '+';
  margin: 0px 0px 0px 8px;
  text-decoration: none;
  font-size: 16px;
}
.hamburger-menu .highlight-menu-items {
  background-color: #f3f3f3;
  margin-left: -20px;
  padding-left: 20px;
  padding-bottom: 30px;
  margin-top: 20px;
}
.hamburger-menu .hamburger-divider {
  border-top: 0.5px solid rgba(255, 255, 255, 0.5);
  margin-left: 20px;
  margin-right: 20px;
}
.hamburger-menu .user-icon {
  display: block;
  background-color: #005da6;
  width: 23px;
  height: 23px;
  color: white;
  font-weight: 600;
  line-height: 23px;
  border-radius: 50%;
  font-size: 9.75px;
  text-align: center;
  margin-top: 23px;
  position: absolute;
  margin-left: -2px;
}
.hamburger-menu .account-label {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  margin-left: 20px;
}
.hamburger-menu .account-label a {
  color: #000000;
  text-decoration: none;
}
.hamburger-menu .username {
  display: block;
  top: 0;
  margin-left: 26px;
  padding-top: 25px;
  padding-bottom: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}
.hamburger-menu .sign-in {
  display: inline-block;
  top: 0;
  margin-left: 12px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.hamburger-menu .sign-in-divider {
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  margin: 0 10px;
  height: 18px;
}
.hamburger-menu .register {
  display: inline-block;
  top: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.hamburger-menu .sub-menu-title {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  color: #ffffff;
  height: 60px;
  display: flex;
  align-items: center;
}
.hamburger-menu .sub-menu-title.left-chevron::before {
  color: #ffffff;
  content: '\f104';
  font-family: FontAwesome;
  font-weight: bold;
  font-style: normal;
  margin: 0px 8px 0px 0px;
  text-decoration: none;
  font-size: 16px;
}
.hamburger-menu .sub-menu-header {
  color: #ffffff;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 44px;
  text-transform: capitalize;
  margin-bottom: -10px;
  margin-top: 5px;
}
.hamburger-menu .sub-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #003763;
  left: 440px;
  right: 0;
  padding-left: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  border-left: 1px solid #F1F1F1;
  padding-bottom: 20px;
}
.hamburger-menu .sub-menu.open {
  padding-left: 20px;
  padding-right: 20px;
  left: 0;
  overflow-y: auto;
}
.hamburger-menu .sub-menu .hamburger-divider {
  margin-left: 0px;
}
.hamburger-menu .sub-menu .hamburger-item-desc {
  margin-left: 20px;
}
.hamburger-menu .logout-menu-item {
  background-color: #f3f3f3;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  padding-top: 10px;
  padding-bottom: 14px;
  margin-left: -30px;
  padding-left: 50px;
  margin-right: -30px;
  cursor: pointer;
  margin-top: 50px;
}
.hamburger-menu.open .overlay {
  display: block;
}
.hamburger-menu.open .content {
  margin-left: 0px;
}
.hamburger-menu .close-menu {
  font-size: 22px;
  text-align: right;
  margin: 10px 20px 0px 0px;
  opacity: 0.8;
  cursor: pointer;
}

@charset "utf-8";
h1 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
h2 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
h3 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h3.emphasized {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1149px) {
  h1 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
  }
  h2 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  h3 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  h3.emphasized {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
.secure-footer-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  min-height: 130px;
}
@media print {
  .secure-footer-wrapper {
    display: none;
  }
}
.secure-footer-wrapper .secure-footer {
  background-color: #F1F1F1;
}
.secure-footer-wrapper .secure-footer .secure-footer-content {
  padding: 30px 0;
}
.mobile-advertisement {
  background-color: #EFEFEF;
  color: #005DA6;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
@media (max-width: 819px) {
  .mobile-advertisement {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
.global-footer {
  background-color: #06457B;
  color: white;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  overflow: hidden;
}
@media (max-width: 819px) {
  .global-footer {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
.global-footer a {
  opacity: 0.8;
  color: #ffffff;
}
.global-footer .left-section {
  display: inline-block;
  vertical-align: top;
  opacity: 0.8;
  margin-right: 100px;
  width: 220px;
}
.global-footer .left-section div:nth-of-type(1) {
  padding-bottom: 20px;
}
.global-footer .left-section div:nth-of-type(2) {
  padding-bottom: 5px;
}
.global-footer .left-section div:nth-of-type(3) {
  padding-bottom: 20px;
}
.global-footer .right-section {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 320px);
}
.global-footer .right-section table {
  width: 100%;
}
.global-footer .right-section table th {
  padding-bottom: 10px;
  font-weight: 600;
}
.global-footer .right-section table td {
  width: 25%;
  padding: 10px 0;
  opacity: 0.8;
}
.global-footer .mobile-menu {
  width: calc(100vw);
  margin: 0px 0px 0px -20px;
  background-color: #000000;
}
.global-footer .mobile-menu_header {
  display: flex;
  height: 50px;
  align-items: center;
  margin-bottom: 0px;
  padding-left: 20px;
  width: 100%;
  margin-top: -2px;
  background-color: #4a4a4a;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.global-footer .mobile-menu_header:first-child {
  border-top: none !important;
}
.global-footer .mobile-menu_header:last-child {
  border-bottom: none !important;
}
.global-footer .mobile-menu_tab {
  display: inline-block;
  padding: 0px;
  margin-right: 20px;
  width: 100%;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
}
.global-footer .mobile-menu_tab:after {
  content: "\F053";
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  margin-right: 5px;
  font-size: 10px;
  color: #ffffff;
  float: right;
}
.global-footer .mobile-menu_tab--active {
  border-bottom: none;
}
.global-footer .mobile-menu_tab--active:after {
  content: "\F078";
}
.global-footer .mobile-menu_content {
  padding: 0px 20px 0px 20px;
  border-bottom: 1px solid #ffffff;
}
.global-footer .mobile-menu_content ul {
  list-style-type: none;
  padding: 15px 0px 15px 0px;
  margin: 0px;
}
.global-footer .mobile-menu_content ul li {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff !important;
  cursor: pointer;
}
.global-footer .mobile-menu_content ul li a {
  opacity: 1 !important;
}
.global-footer-bottom {
  background-color: #002C51;
  color: white;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
@media (max-width: 819px) {
  .global-footer-bottom {
    background-color: #000000 !important;
    display: flex;
    flex-direction: column;
  }
}
.global-footer-bottom a {
  text-decoration: underline;
  cursor: pointer;
  color: #ffffff;
}
.global-footer-bottom .links {
  float: right;
  opacity: 1;
}
.global-footer-bottom .links span:not(:first-of-type) {
  margin-left: 20px;
}
@media (max-width: 589px) {
  .secure-footer-feedback {
    float: none !important;
    display: block;
    margin-top: 5px;
  }
}

.error-menu button {
  overflow: visible;
  position: relative;
  margin-right: 30px;
}
.error-menu button:before {
  content: '';
  background-color: #979797;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  display: inline-block;
  left: -15px;
}
.error-menu button:first-child:before {
  display: none;
}
@media (max-width: 549px) {
  .error-menu {
    display: block !important;
  }
  .error-menu button {
    width: 100%;
    margin-right: 0px;
    margin-top: 10px;
  }
  .error-menu button:before {
    display: none;
  }
}

.error-page {
  margin-bottom: 100px;
}

html.modal-open {
  overflow: hidden !important;
}
body.modal-open {
  width: 100vw;
  overflow: hidden !important;
  padding-right: 18px;
}
.container-fluid {
  padding: 0 35px;
}
.container-fluid .row {
  margin: 0 -35px;
  padding: 0 35px;
}
.container-fluid .no-left-gutter {
  margin-left: -50px;
}
.container-fluid .no-right-gutter {
  margin-right: -50px;
  padding-right: 50px;
}
.container-fluid .full-row {
  margin: 0 -50px;
  padding: 0 50px;
}
.flex-container:before {
  display: inline;
}
@media (min-width: 1630px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    width: 8.33333333%;
    max-width: 8.33333333%;
    flex: 0 0 8.33333333%;
  }
  .col-xl-2 {
    width: 16.66666667%;
    max-width: 16.66666667%;
    flex: 0 0 16.66666667%;
  }
  .col-xl-3 {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-xl-4 {
    width: 33.33333333%;
    max-width: 33.33333333%;
    flex: 0 0 33.33333333%;
  }
  .col-xl-5 {
    width: 41.66666667%;
    max-width: 41.66666667%;
    flex: 0 0 41.66666667%;
  }
  .col-xl-6 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-xl-7 {
    width: 58.33333333%;
    max-width: 58.33333333%;
    flex: 0 0 58.33333333%;
  }
  .col-xl-8 {
    width: 66.66666667%;
    max-width: 66.66666667%;
    flex: 0 0 66.66666667%;
  }
  .col-xl-9 {
    width: 75%;
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-xl-10 {
    width: 83.33333333%;
    max-width: 83.33333333%;
    flex: 0 0 83.33333333%;
  }
  .col-xl-11 {
    width: 91.66666667%;
    max-width: 91.66666667%;
    flex: 0 0 91.66666667%;
  }
  .col-xl-12 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .ps-hidden-xl {
    display: none !important;
  }
}
@media (min-width: 1150px) and (max-width: 1629px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    width: 8.33333333%;
    max-width: 8.33333333%;
    flex: 0 0 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
    max-width: 16.66666667%;
    flex: 0 0 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
    max-width: 33.33333333%;
    flex: 0 0 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
    max-width: 41.66666667%;
    flex: 0 0 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
    max-width: 58.33333333%;
    flex: 0 0 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
    max-width: 66.66666667%;
    flex: 0 0 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
    max-width: 83.33333333%;
    flex: 0 0 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
    max-width: 91.66666667%;
    flex: 0 0 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .ps-hidden-lg {
    display: none !important;
  }
}
@media (min-width: 820px) and (max-width: 1149px) {
  .container-fluid {
    padding: 0 5px;
  }
  .container-fluid .row {
    margin: 0 -5px;
    padding: 0 5px;
  }
  .container-fluid .no-left-gutter {
    margin-left: -20px;
  }
  .container-fluid .no-right-gutter {
    margin-right: -20px;
  }
  .container-fluid .full-row {
    margin: 0 -20px;
    padding: 0 20px;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    width: 8.33333333%;
    max-width: 8.33333333%;
    flex: 0 0 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
    max-width: 16.66666667%;
    flex: 0 0 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
    max-width: 33.33333333%;
    flex: 0 0 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
    max-width: 41.66666667%;
    flex: 0 0 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
    max-width: 58.33333333%;
    flex: 0 0 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
    max-width: 66.66666667%;
    flex: 0 0 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
    max-width: 83.33333333%;
    flex: 0 0 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
    max-width: 91.66666667%;
    flex: 0 0 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .ps-hidden-md {
    display: none !important;
  }
}
@media (min-width: 550px) and (max-width: 819px) {
  body.modal-open {
    position: fixed;
  }
  .container-fluid {
    padding: 0 5px;
  }
  .container-fluid .row {
    margin: 0 -5px;
    padding: 0 5px;
  }
  .container-fluid .no-left-gutter {
    margin-left: -20px;
  }
  .container-fluid .no-right-gutter {
    margin-right: -20px;
  }
  .container-fluid .full-row {
    margin: 0 -20px;
    padding: 0 20px;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    width: 8.33333333%;
    max-width: 8.33333333%;
    flex: 0 0 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
    max-width: 16.66666667%;
    flex: 0 0 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
    max-width: 33.33333333%;
    flex: 0 0 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
    max-width: 41.66666667%;
    flex: 0 0 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
    max-width: 58.33333333%;
    flex: 0 0 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
    max-width: 66.66666667%;
    flex: 0 0 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
    max-width: 83.33333333%;
    flex: 0 0 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
    max-width: 91.66666667%;
    flex: 0 0 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .ps-hidden-sm {
    display: none !important;
  }
}
@media (max-width: 549px) {
  body.modal-open {
    position: fixed;
  }
  .container-fluid {
    padding: 0 5px;
  }
  .container-fluid .row {
    margin: 0 -5px;
    padding: 0 5px;
  }
  .container-fluid .no-left-gutter {
    margin-left: -20px;
  }
  .container-fluid .no-right-gutter {
    margin-right: -20px;
  }
  .container-fluid .full-row {
    margin: 0 -20px;
    padding: 0 20px;
  }
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .col-xs-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xs-1 {
    width: 8.33333333%;
    max-width: 8.33333333%;
    flex: 0 0 8.33333333%;
  }
  .col-xs-2 {
    width: 16.66666667%;
    max-width: 16.66666667%;
    flex: 0 0 16.66666667%;
  }
  .col-xs-3 {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-xs-4 {
    width: 33.33333333%;
    max-width: 33.33333333%;
    flex: 0 0 33.33333333%;
  }
  .col-xs-5 {
    width: 41.66666667%;
    max-width: 41.66666667%;
    flex: 0 0 41.66666667%;
  }
  .col-xs-6 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-xs-7 {
    width: 58.33333333%;
    max-width: 58.33333333%;
    flex: 0 0 58.33333333%;
  }
  .col-xs-8 {
    width: 66.66666667%;
    max-width: 66.66666667%;
    flex: 0 0 66.66666667%;
  }
  .col-xs-9 {
    width: 75%;
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-xs-10 {
    width: 83.33333333%;
    max-width: 83.33333333%;
    flex: 0 0 83.33333333%;
  }
  .col-xs-11 {
    width: 91.66666667%;
    max-width: 91.66666667%;
    flex: 0 0 91.66666667%;
  }
  .col-xs-12 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .ps-hidden-xs {
    display: none !important;
  }
}
.ot-floating-button {
  left: calc(100% - 60px) !important;
}
@media (max-width: 819px) {
  .ot-floating-button {
    left: calc(100% - 55px) !important;
  }
}
html {
  position: relative;
  min-height: 100%;
}
body {
  color: #000000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
h1 {
  font-weight: 300 !important;
}
:invalid {
  box-shadow: none;
}
:-moz-submit-invalid {
  box-shadow: none;
}
:-moz-ui-invalid {
  box-shadow: none;
}
.row:before,
.row:after {
  display: none;
}
@media print {
  html,
  body {
    height: 99% !important;
    min-height: 0 !important;
    page-break-after: avoid;
    page-break-before: avoid;
    overflow: hidden;
  }
}
.body-content {
  min-height: calc(100vh - 580px);
}
@media print {
  .body-content {
    padding-bottom: 0px !important;
  }
}
.body-content.secure-footer-padding {
  padding-bottom: 150px;
}
@media (min-width: 1630px) {
  .body-content--wide-screen {
    max-width: 1630px;
  }
}
@media (min-width: 1150px) {
  .body-content {
    display: flex;
    justify-content: center;
  }
}
.body-content.left-hand-nav .catalog-nav-menu,
.body-content.left-hand-nav .header-nav-menu {
  margin-left: -50px;
  padding-left: 50px;
  width: auto !important;
}
@media (max-width: 1149px) {
  body {
    color: #000000;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    line-height: 18px;
  }
}
.lbl {
  color: #000000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.lbl-subtle {
  color: #949494;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.lbl-bold {
  color: #000000;
  font-weight: 700;
}
.lbl-info {
  color: #777777;
  font-weight: 700;
  font-size: 14px;
}
.field {
  margin-top: 20px;
}
.clear {
  clear: both;
}
@keyframes loader {
  to {
    transform: rotate(360deg);
  }
}
.loader {
  content: '';
  box-sizing: border-box;
  position: relative;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: 8px;
  margin-left: -16px;
  border-radius: 50%;
  border: 3px solid #FFCA82;
  border-top-color: #ffffff;
  animation: loader 0.9s linear infinite;
}

