@charset "UTF-8";
/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -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;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

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

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

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

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

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

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

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

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

/*!
 * Datepicker for Bootstrap v1.6.0 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker.datepicker-rtl {
  direction: rtl; }

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15); }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker > div {
  display: none; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.new, .datepicker table tr td.old {
  color: #777; }

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: #eee;
  cursor: pointer; }

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default; }

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0; }

.datepicker table tr td.highlighted.focus, .datepicker table tr td.highlighted:focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2; }

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted.active, .datepicker table tr td.highlighted:active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted.active.focus, .datepicker table tr td.highlighted.active:focus, .datepicker table tr td.highlighted.active:hover, .datepicker table tr td.highlighted:active.focus, .datepicker table tr td.highlighted:active:focus, .datepicker table tr td.highlighted:active:hover {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2; }

.datepicker table tr td.highlighted.disabled.focus, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted[disabled].focus, .datepicker table tr td.highlighted[disabled]:focus, .datepicker table tr td.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.highlighted.focus, fieldset[disabled] .datepicker table tr td.highlighted:focus, fieldset[disabled] .datepicker table tr td.highlighted:hover {
  background-color: #d9edf7;
  border-color: #85c5e5; }

.datepicker table tr td.highlighted.focused {
  background: #afd9ee; }

.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777; }

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.focus, .datepicker table tr td.today:focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400; }

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today.active, .datepicker table tr td.today:active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today.active.focus, .datepicker table tr td.today.active:focus, .datepicker table tr td.today.active:hover, .datepicker table tr td.today:active.focus, .datepicker table tr td.today:active:focus, .datepicker table tr td.today:active:hover {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400; }

.datepicker table tr td.today.disabled.focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today[disabled].focus, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.today.focus, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover {
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.focused {
  background: #ffc966; }

.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777; }

.datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0; }

.datepicker table tr td.range.focus, .datepicker table tr td.range:focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c; }

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range.active, .datepicker table tr td.range:active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range.active.focus, .datepicker table tr td.range.active:focus, .datepicker table tr td.range.active:hover, .datepicker table tr td.range:active.focus, .datepicker table tr td.range:active:focus, .datepicker table tr td.range:active:hover {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c; }

.datepicker table tr td.range.disabled.focus, .datepicker table tr td.range.disabled:focus, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range[disabled].focus, .datepicker table tr td.range[disabled]:focus, .datepicker table tr td.range[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.focus, fieldset[disabled] .datepicker table tr td.range:focus, fieldset[disabled] .datepicker table tr td.range:hover {
  background-color: #eee;
  border-color: #bbb; }

.datepicker table tr td.range.focused {
  background: #d5d5d5; }

.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #777; }

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focus, .datepicker table tr td.range.highlighted:focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted.active, .datepicker table tr td.range.highlighted:active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted.active.focus, .datepicker table tr td.range.highlighted.active:focus, .datepicker table tr td.range.highlighted.active:hover, .datepicker table tr td.range.highlighted:active.focus, .datepicker table tr td.range.highlighted:active:focus, .datepicker table tr td.range.highlighted:active:hover {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted.disabled.focus, .datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted.disabled:hover, .datepicker table tr td.range.highlighted[disabled].focus, .datepicker table tr td.range.highlighted[disabled]:focus, .datepicker table tr td.range.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.highlighted.focus, fieldset[disabled] .datepicker table tr td.range.highlighted:focus, fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3; }

.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777; }

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.focus, .datepicker table tr td.range.today:focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608; }

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today:active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today.active.focus, .datepicker table tr td.range.today.active:focus, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today:active.focus, .datepicker table tr td.range.today:active:focus, .datepicker table tr td.range.today:active:hover {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608; }

.datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today[disabled].focus, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today.focus, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover {
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777; }

.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted.focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected:focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616; }

.datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.active, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected:active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected.active.focus, .datepicker table tr td.selected.active:focus, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.highlighted.active.focus, .datepicker table tr td.selected.highlighted.active:focus, .datepicker table tr td.selected.highlighted.active:hover, .datepicker table tr td.selected.highlighted:active.focus, .datepicker table tr td.selected.highlighted:active:focus, .datepicker table tr td.selected.highlighted:active:hover, .datepicker table tr td.selected:active.focus, .datepicker table tr td.selected:active:focus, .datepicker table tr td.selected:active:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616; }

.datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.highlighted.disabled.focus, .datepicker table tr td.selected.highlighted.disabled:focus, .datepicker table tr td.selected.highlighted.disabled:hover, .datepicker table tr td.selected.highlighted[disabled].focus, .datepicker table tr td.selected.highlighted[disabled]:focus, .datepicker table tr td.selected.highlighted[disabled]:hover, .datepicker table tr td.selected[disabled].focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:hover, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover {
  background-color: #777;
  border-color: #555; }

.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted.focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.highlighted.disabled.focus, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active.highlighted[disabled].focus, .datepicker table tr td.active.highlighted[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:hover, .datepicker table tr td.active[disabled].focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled]:hover, fieldset[disabled] .datepicker table tr td.active.focus, fieldset[disabled] .datepicker table tr td.active.highlighted.focus, fieldset[disabled] .datepicker table tr td.active.highlighted:focus, fieldset[disabled] .datepicker table tr td.active.highlighted:hover, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #eee; }

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default; }

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover.focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active:hover:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active.active.focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover.active.focus, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active.disabled:hover[disabled].focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled].focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active:hover[disabled].focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active[disabled].focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active.disabled.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, fieldset[disabled] .datepicker table tr td span.active.focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover.focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active:hover:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #777; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #eee; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.input-daterange {
  width: 100%; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #333;
  font-size: 13px;
  line-height: 1.42857143; }

.datepicker.datepicker-inline td, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
  padding: 0 5px; }

/*# sourceMappingURL=bootstrap-datepicker3.standalone.min.css.map */
/* --------------------------------------------------
Theme
* -------------------------------------------------- */
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'FFMark';
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/mark/304B81_0_0.eot");
  src: url("../fonts/mark/304B81_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/mark/304B81_0_0.woff2") format("woff2"), url("../fonts/mark/304B81_0_0.woff") format("woff"), url("../fonts/mark/304B81_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'FFMark';
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/mark/304B81_1_0.eot");
  src: url("../fonts/mark/304B81_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/mark/304B81_1_0.woff2") format("woff2"), url("../fonts/mark/304B81_1_0.woff") format("woff"), url("../fonts/mark/304B81_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'FFMark';
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/mark/304B81_2_0.eot");
  src: url("../fonts/mark/304B81_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/mark/304B81_2_0.woff2") format("woff2"), url("../fonts/mark/304B81_2_0.woff") format("woff"), url("../fonts/mark/304B81_2_0.ttf") format("truetype"); }

@font-face {
  font-family: 'FFMark';
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/mark/304B81_3_0.eot");
  src: url("../fonts/mark/304B81_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/mark/304B81_3_0.woff2") format("woff2"), url("../fonts/mark/304B81_3_0.woff") format("woff"), url("../fonts/mark/304B81_3_0.ttf") format("truetype"); }

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table, .m-rich-text table {
    border-collapse: collapse !important; }
    .table td, .m-rich-text table td,
    .table th, .m-rich-text table th {
      background-color: #fff !important; }
  .table-bordered th, .m-rich-text table th,
  .table-bordered td, .m-rich-text table td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "FFMark", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #646464;
  background-color: #eeeeee; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: inherit;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 8px;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle, .icon.circle, .comp__benefitsbubble .circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #bcafd1; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .feature-products.mightyape h3, .h3, .h4, .h5, .h6,
.lead,
small,
.small,
mark,
.mark,
p, a, span, li,
input, textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .feature-products.mightyape h3, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.3;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small, .feature-products.mightyape h3 small,
  .h2 .small, .feature-products.mightyape h3 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }
  .heavy h1, h1.heavy, .heavy h2, h2.heavy, .heavy h3, h3.heavy, .heavy h4, h4.heavy, .heavy h5, h5.heavy, .heavy h6, h6.heavy, .heavy
  .h1,
  .h1.heavy, .heavy .h2, .heavy .feature-products.mightyape h3, .feature-products.mightyape .heavy h3, .h2.heavy, .feature-products.mightyape h3.heavy, .heavy .h3, .h3.heavy, .heavy .h4, .h4.heavy, .heavy .h5, .h5.heavy, .heavy .h6, .h6.heavy {
    font-weight: 700 !important; }
  .bold h1, h1.bold, .bold h2, h2.bold, .bold h3, h3.bold, .bold h4, h4.bold, .bold h5, h5.bold, .bold h6, h6.bold, .bold
  .h1,
  .h1.bold, .bold .h2, .bold .feature-products.mightyape h3, .feature-products.mightyape .bold h3, .h2.bold, .feature-products.mightyape h3.bold, .bold .h3, .h3.bold, .bold .h4, .h4.bold, .bold .h5, .h5.bold, .bold .h6, .h6.bold {
    font-weight: 600 !important; }
  .medium h1, h1.medium, .medium h2, h2.medium, .medium h3, h3.medium, .medium h4, h4.medium, .medium h5, h5.medium, .medium h6, h6.medium, .medium
  .h1,
  .h1.medium, .medium .h2, .medium .feature-products.mightyape h3, .feature-products.mightyape .medium h3, .h2.medium, .feature-products.mightyape h3.medium, .medium .h3, .h3.medium, .medium .h4, .h4.medium, .medium .h5, .h5.medium, .medium .h6, .h6.medium {
    font-weight: 500 !important; }

a {
  font-weight: 600;
  color: #613b7e;
  cursor: pointer; }
  .bg-primary a {
    color: #fff; }

h1, .h1,
h2, .h2, .feature-products.mightyape h3,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
  letter-spacing: -0.045em; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small, .feature-products.mightyape h3 small,
  .h2 .small, .feature-products.mightyape h3 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 28px;
  line-height: 1.1; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 48px; }
      h1.large, .h1.large {
        font-size: 60px; } }

h2, .h2, .feature-products.mightyape h3 {
  font-size: 22px; }
  @media (min-width: 768px) {
    h2, .h2, .feature-products.mightyape h3 {
      font-size: 30px; }
      h2.large, .h2.large, .feature-products.mightyape h3.large {
        font-size: 35px; } }

h3, .h3 {
  font-size: 18px; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 25px; } }

h4, .h4 {
  font-size: 14px; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 20px; } }

h5, .h5 {
  font-size: 16px;
  line-height: 1.4; }

h6, .h6 {
  font-size: 14px;
  line-height: 1.4; }

p {
  margin: 0 0 11px;
  font-size: 14px; }
  @media (min-width: 768px) {
    p {
      font-size: 16px; } }

.no-margin {
  margin: 0 !important; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 81.2%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

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

.text-uppercase, .initialism {
  text-transform: uppercase; }

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

.text-underline {
  text-decoration: underline; }

.no-text-underline {
  text-decoration: none; }

.regular, .m-rich-text h4, .m-rich-text h5, .m-rich-text h6 {
  font-weight: 400; }

.text-muted {
  color: #777777; }

.text-primary, .text-primary-bold, .m-rich-text h1, .m-rich-text h2, .m-rich-text h3, .m-rich-text h4, .m-rich-text h5, .m-rich-text h6 {
  color: #613b7e; }

a.text-primary:hover, a.text-primary-bold:hover,
a.text-primary:focus,
a.text-primary-bold:focus {
  color: #462b5b; }

.text-primary-light {
  color: #8165a7; }

a.text-primary-light:hover,
a.text-primary-light:focus {
  color: #684f8a; }

.text-white {
  color: #fff; }

a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6; }

.text-dark {
  color: #282828; }

a.text-dark:hover,
a.text-dark:focus {
  color: #0f0f0f; }

.text-light-blue {
  color: #5fb8da; }

a.text-light-blue:hover,
a.text-light-blue:focus {
  color: #36a6d0; }

.text-secondary, .comp__banner .copy .text-secondary, .comp__slide .copy .text-secondary {
  color: #232e64; }

a.text-secondary:hover, .comp__banner .copy a.text-secondary:hover, .comp__slide .copy a.text-secondary:hover,
a.text-secondary:focus,
.comp__banner .copy a.text-secondary:focus,
.comp__slide .copy a.text-secondary:focus {
  color: #161d3e; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #cea1de; }

a.text-info:hover,
a.text-info:focus {
  color: #ba7bd1; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger, .comp__request-sample.comp__request-sample-variation-danger > div .message {
  color: #a94442; }

a.text-danger:hover, .comp__request-sample.comp__request-sample-variation-danger > div a.message:hover,
a.text-danger:focus,
.comp__request-sample.comp__request-sample-variation-danger > div a.message:focus {
  color: #843534; }

.text-product-2 {
  color: #0065b7; }

a.text-product-2:hover,
a.text-product-2:focus {
  color: #004984; }

.text-product-3 {
  color: #00883f; }

a.text-product-3:hover,
a.text-product-3:focus {
  color: #005527; }

.text-product-two {
  color: #0065b7; }

a.text-product-two:hover,
a.text-product-two:focus {
  color: #004984; }

.text-product-three {
  color: #00883f; }

a.text-product-three:hover,
a.text-product-three:focus {
  color: #005527; }

.text-green, .comp__banner.comp__banner-variation-right h1, .comp__banner-variation-right.comp__slide h1 {
  color: #008742; }

a.text-green:hover,
a.text-green:focus {
  color: #005429; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #613b7e; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #462b5b; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.4; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 81.2%;
    line-height: 1.4;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.4; }

.breadcrumb {
  font-size: 13px; }

.left-to-right-sm {
  text-align: left; }
  @media (min-width: 768px) {
    .left-to-right-sm {
      text-align: right; } }

.left-to-center-sm {
  text-align: left; }
  @media (min-width: 768px) {
    .left-to-center-sm {
      text-align: center; } }

.center-to-left-sm {
  text-align: center; }
  @media (min-width: 768px) {
    .center-to-left-sm {
      text-align: left; } }
  .text-center .center-to-left-sm {
    text-align: center !important; }

.title {
  margin-top: 0; }

.inline-title {
  margin: 0 0 2px 0; }

aside .description,
aside .title {
  line-height: 1.2; }

.comp__introduction a {
  font-weight: 600; }

.text-primary-bold {
  font-weight: 600 !important; }

.container, .m-rich-text {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .m-rich-text:before, .container:after, .m-rich-text:after {
    content: " ";
    display: table; }
  .container:after, .m-rich-text:after {
    clear: both; }
  @media (min-width: 768px) {
    .container, .m-rich-text {
      width: 750px; } }
  @media (min-width: 992px) {
    .container, .m-rich-text {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container, .m-rich-text {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .row.row-col-xs-2 > *, .col-sm-2, .row.row-col-sm-2 > *, .col-md-2, .row.row-col-md-2 > *, .col-lg-2, .row.row-col-lg-2 > *, .col-xs-3, .row.row-col-xs-3 > *, .col-sm-3, .row.row-col-sm-3 > *, .col-md-3, .row.row-col-md-3 > *, .col-lg-3, .row.row-col-lg-3 > *, .col-xs-4, .row.row-col-xs-4 > *, .site-footer .col, .col-sm-4, .row.row-col-sm-4 > *, .col-md-4, .row.row-col-md-4 > *, .col-lg-4, .row.row-col-lg-4 > *, .col-xs-5, .row.row-col-xs-5 > *, .col-sm-5, .row.row-col-sm-5 > *, .col-md-5, .row.row-col-md-5 > *, .col-lg-5, .row.row-col-lg-5 > *, .col-xs-6, .row.row-col-xs-6 > *, .col-sm-6, .row.row-col-sm-6 > *, .col-md-6, .row.row-col-md-6 > *, .col-lg-6, .row.row-col-lg-6 > *, .col-xs-7, .row.row-col-xs-7 > *, .col-sm-7, .row.row-col-sm-7 > *, .col-md-7, .row.row-col-md-7 > *, .comp__banner .copy > div, .comp__slide .copy > div, .col-lg-7, .row.row-col-lg-7 > *, .col-xs-8, .row.row-col-xs-8 > *, .col-sm-8, .row.row-col-sm-8 > *, .comp__banner .copy > div, .comp__slide .copy > div, .col-md-8, .row.row-col-md-8 > *, .col-lg-8, .row.row-col-lg-8 > *, .col-xs-9, .row.row-col-xs-9 > *, .col-sm-9, .row.row-col-sm-9 > *, .col-md-9, .row.row-col-md-9 > *, .col-lg-9, .row.row-col-lg-9 > *, .col-xs-10, .row.row-col-xs-10 > *, .col-sm-10, .row.row-col-sm-10 > *, .col-md-10, .row.row-col-md-10 > *, .col-lg-10, .row.row-col-lg-10 > *, .col-xs-11, .row.row-col-xs-11 > *, .col-sm-11, .row.row-col-sm-11 > *, .col-md-11, .row.row-col-md-11 > *, .col-lg-11, .row.row-col-lg-11 > *, .col-xs-12, .row.row-col-xs-12 > *, .comp__banner .copy > div, .comp__slide .copy > div, .col-sm-12, .row.row-col-sm-12 > *, .col-md-12, .row.row-col-md-12 > *, .col-lg-12, .row.row-col-lg-12 > * {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .row.row-col-xs-2 > *, .col-xs-3, .row.row-col-xs-3 > *, .col-xs-4, .row.row-col-xs-4 > *, .site-footer .col, .col-xs-5, .row.row-col-xs-5 > *, .col-xs-6, .row.row-col-xs-6 > *, .col-xs-7, .row.row-col-xs-7 > *, .col-xs-8, .row.row-col-xs-8 > *, .col-xs-9, .row.row-col-xs-9 > *, .col-xs-10, .row.row-col-xs-10 > *, .col-xs-11, .row.row-col-xs-11 > *, .col-xs-12, .row.row-col-xs-12 > *, .comp__banner .copy > div, .comp__slide .copy > div {
  float: left; }

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

.col-xs-2, .row.row-col-xs-2 > * {
  width: 16.6666666667%; }

.col-xs-3, .row.row-col-xs-3 > * {
  width: 25%; }

.col-xs-4, .row.row-col-xs-4 > *, .site-footer .col {
  width: 33.3333333333%; }

.col-xs-5, .row.row-col-xs-5 > * {
  width: 41.6666666667%; }

.col-xs-6, .row.row-col-xs-6 > * {
  width: 50%; }

.col-xs-7, .row.row-col-xs-7 > * {
  width: 58.3333333333%; }

.col-xs-8, .row.row-col-xs-8 > * {
  width: 66.6666666667%; }

.col-xs-9, .row.row-col-xs-9 > * {
  width: 75%; }

.col-xs-10, .row.row-col-xs-10 > * {
  width: 83.3333333333%; }

.col-xs-11, .row.row-col-xs-11 > * {
  width: 91.6666666667%; }

.col-xs-12, .row.row-col-xs-12 > *, .comp__banner .copy > div, .comp__slide .copy > div {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .row.row-col-sm-2 > *, .col-sm-3, .row.row-col-sm-3 > *, .col-sm-4, .row.row-col-sm-4 > *, .col-sm-5, .row.row-col-sm-5 > *, .col-sm-6, .row.row-col-sm-6 > *, .col-sm-7, .row.row-col-sm-7 > *, .col-sm-8, .row.row-col-sm-8 > *, .comp__banner .copy > div, .comp__slide .copy > div, .col-sm-9, .row.row-col-sm-9 > *, .col-sm-10, .row.row-col-sm-10 > *, .col-sm-11, .row.row-col-sm-11 > *, .col-sm-12, .row.row-col-sm-12 > * {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2, .row.row-col-sm-2 > * {
    width: 16.6666666667%; }
  .col-sm-3, .row.row-col-sm-3 > * {
    width: 25%; }
  .col-sm-4, .row.row-col-sm-4 > * {
    width: 33.3333333333%; }
  .col-sm-5, .row.row-col-sm-5 > * {
    width: 41.6666666667%; }
  .col-sm-6, .row.row-col-sm-6 > * {
    width: 50%; }
  .col-sm-7, .row.row-col-sm-7 > * {
    width: 58.3333333333%; }
  .col-sm-8, .row.row-col-sm-8 > *, .comp__banner .copy > div, .comp__slide .copy > div {
    width: 66.6666666667%; }
  .col-sm-9, .row.row-col-sm-9 > * {
    width: 75%; }
  .col-sm-10, .row.row-col-sm-10 > * {
    width: 83.3333333333%; }
  .col-sm-11, .row.row-col-sm-11 > * {
    width: 91.6666666667%; }
  .col-sm-12, .row.row-col-sm-12 > * {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4, .comp__banner.comp__banner-variation-right .copy > div, .comp__banner-variation-right.comp__slide .copy > div {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .row.row-col-md-2 > *, .col-md-3, .row.row-col-md-3 > *, .col-md-4, .row.row-col-md-4 > *, .col-md-5, .row.row-col-md-5 > *, .col-md-6, .row.row-col-md-6 > *, .col-md-7, .row.row-col-md-7 > *, .comp__banner .copy > div, .comp__slide .copy > div, .col-md-8, .row.row-col-md-8 > *, .col-md-9, .row.row-col-md-9 > *, .col-md-10, .row.row-col-md-10 > *, .col-md-11, .row.row-col-md-11 > *, .col-md-12, .row.row-col-md-12 > * {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2, .row.row-col-md-2 > * {
    width: 16.6666666667%; }
  .col-md-3, .row.row-col-md-3 > * {
    width: 25%; }
  .col-md-4, .row.row-col-md-4 > * {
    width: 33.3333333333%; }
  .col-md-5, .row.row-col-md-5 > * {
    width: 41.6666666667%; }
  .col-md-6, .row.row-col-md-6 > * {
    width: 50%; }
  .col-md-7, .row.row-col-md-7 > *, .comp__banner .copy > div, .comp__slide .copy > div {
    width: 58.3333333333%; }
  .col-md-8, .row.row-col-md-8 > * {
    width: 66.6666666667%; }
  .col-md-9, .row.row-col-md-9 > * {
    width: 75%; }
  .col-md-10, .row.row-col-md-10 > * {
    width: 83.3333333333%; }
  .col-md-11, .row.row-col-md-11 > * {
    width: 91.6666666667%; }
  .col-md-12, .row.row-col-md-12 > * {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5, .comp__banner.comp__banner-variation-right .copy > div, .comp__banner-variation-right.comp__slide .copy > div {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .row.row-col-lg-2 > *, .col-lg-3, .row.row-col-lg-3 > *, .col-lg-4, .row.row-col-lg-4 > *, .col-lg-5, .row.row-col-lg-5 > *, .col-lg-6, .row.row-col-lg-6 > *, .col-lg-7, .row.row-col-lg-7 > *, .col-lg-8, .row.row-col-lg-8 > *, .col-lg-9, .row.row-col-lg-9 > *, .col-lg-10, .row.row-col-lg-10 > *, .col-lg-11, .row.row-col-lg-11 > *, .col-lg-12, .row.row-col-lg-12 > * {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2, .row.row-col-lg-2 > * {
    width: 16.6666666667%; }
  .col-lg-3, .row.row-col-lg-3 > * {
    width: 25%; }
  .col-lg-4, .row.row-col-lg-4 > * {
    width: 33.3333333333%; }
  .col-lg-5, .row.row-col-lg-5 > * {
    width: 41.6666666667%; }
  .col-lg-6, .row.row-col-lg-6 > * {
    width: 50%; }
  .col-lg-7, .row.row-col-lg-7 > * {
    width: 58.3333333333%; }
  .col-lg-8, .row.row-col-lg-8 > * {
    width: 66.6666666667%; }
  .col-lg-9, .row.row-col-lg-9 > * {
    width: 75%; }
  .col-lg-10, .row.row-col-lg-10 > * {
    width: 83.3333333333%; }
  .col-lg-11, .row.row-col-lg-11 > * {
    width: 91.6666666667%; }
  .col-lg-12, .row.row-col-lg-12 > * {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent;
  font-size: 13px; }
  @media (min-width: 768px) {
    table {
      font-size: 15px; } }

caption {
  padding-top: 4px;
  padding-bottom: 4px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table, .m-rich-text table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  .table > thead > tr > th, .m-rich-text table > thead > tr > th,
  .table > thead > tr > td, .m-rich-text table > thead > tr > td,
  .table > tbody > tr > th, .m-rich-text table > tbody > tr > th,
  .table > tbody > tr > td, .m-rich-text table > tbody > tr > td,
  .table > tfoot > tr > th, .m-rich-text table > tfoot > tr > th,
  .table > tfoot > tr > td, .m-rich-text table > tfoot > tr > td {
    padding: 4px;
    line-height: 1.4;
    vertical-align: top;
    border-top: 1px solid #c7cbcc; }
  .table > thead > tr > th, .m-rich-text table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #c7cbcc; }
  .table > caption + thead > tr:first-child > th, .m-rich-text table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td, .m-rich-text table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th, .m-rich-text table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td, .m-rich-text table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th, .m-rich-text table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td, .m-rich-text table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody, .m-rich-text table > tbody + tbody {
    border-top: 2px solid #c7cbcc; }
  .table .table, .m-rich-text table .table, .table .m-rich-text table, .m-rich-text .table table, .m-rich-text table table {
    background-color: #eeeeee; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered, .m-rich-text table {
  border: 1px solid #c7cbcc; }
  .table-bordered > thead > tr > th, .m-rich-text table > thead > tr > th,
  .table-bordered > thead > tr > td, .m-rich-text table > thead > tr > td,
  .table-bordered > tbody > tr > th, .m-rich-text table > tbody > tr > th,
  .table-bordered > tbody > tr > td, .m-rich-text table > tbody > tr > td,
  .table-bordered > tfoot > tr > th, .m-rich-text table > tfoot > tr > th,
  .table-bordered > tfoot > tr > td, .m-rich-text table > tfoot > tr > td {
    border: 1px solid #c7cbcc; }
  .table-bordered > thead > tr > th, .m-rich-text table > thead > tr > th,
  .table-bordered > thead > tr > td, .m-rich-text table > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active, .m-rich-text table > thead > tr > td.active,
.table > thead > tr > th.active, .m-rich-text table > thead > tr > th.active,
.table > thead > tr.active > td, .m-rich-text table > thead > tr.active > td,
.table > thead > tr.active > th, .m-rich-text table > thead > tr.active > th,
.table > tbody > tr > td.active, .m-rich-text table > tbody > tr > td.active,
.table > tbody > tr > th.active, .m-rich-text table > tbody > tr > th.active,
.table > tbody > tr.active > td, .m-rich-text table > tbody > tr.active > td,
.table > tbody > tr.active > th, .m-rich-text table > tbody > tr.active > th,
.table > tfoot > tr > td.active, .m-rich-text table > tfoot > tr > td.active,
.table > tfoot > tr > th.active, .m-rich-text table > tfoot > tr > th.active,
.table > tfoot > tr.active > td, .m-rich-text table > tfoot > tr.active > td,
.table > tfoot > tr.active > th, .m-rich-text table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success, .m-rich-text table > thead > tr > td.success,
.table > thead > tr > th.success, .m-rich-text table > thead > tr > th.success,
.table > thead > tr.success > td, .m-rich-text table > thead > tr.success > td,
.table > thead > tr.success > th, .m-rich-text table > thead > tr.success > th,
.table > tbody > tr > td.success, .m-rich-text table > tbody > tr > td.success,
.table > tbody > tr > th.success, .m-rich-text table > tbody > tr > th.success,
.table > tbody > tr.success > td, .m-rich-text table > tbody > tr.success > td,
.table > tbody > tr.success > th, .m-rich-text table > tbody > tr.success > th,
.table > tfoot > tr > td.success, .m-rich-text table > tfoot > tr > td.success,
.table > tfoot > tr > th.success, .m-rich-text table > tfoot > tr > th.success,
.table > tfoot > tr.success > td, .m-rich-text table > tfoot > tr.success > td,
.table > tfoot > tr.success > th, .m-rich-text table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info, .m-rich-text table > thead > tr > td.info,
.table > thead > tr > th.info, .m-rich-text table > thead > tr > th.info,
.table > thead > tr.info > td, .m-rich-text table > thead > tr.info > td,
.table > thead > tr.info > th, .m-rich-text table > thead > tr.info > th,
.table > tbody > tr > td.info, .m-rich-text table > tbody > tr > td.info,
.table > tbody > tr > th.info, .m-rich-text table > tbody > tr > th.info,
.table > tbody > tr.info > td, .m-rich-text table > tbody > tr.info > td,
.table > tbody > tr.info > th, .m-rich-text table > tbody > tr.info > th,
.table > tfoot > tr > td.info, .m-rich-text table > tfoot > tr > td.info,
.table > tfoot > tr > th.info, .m-rich-text table > tfoot > tr > th.info,
.table > tfoot > tr.info > td, .m-rich-text table > tfoot > tr.info > td,
.table > tfoot > tr.info > th, .m-rich-text table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning, .m-rich-text table > thead > tr > td.warning,
.table > thead > tr > th.warning, .m-rich-text table > thead > tr > th.warning,
.table > thead > tr.warning > td, .m-rich-text table > thead > tr.warning > td,
.table > thead > tr.warning > th, .m-rich-text table > thead > tr.warning > th,
.table > tbody > tr > td.warning, .m-rich-text table > tbody > tr > td.warning,
.table > tbody > tr > th.warning, .m-rich-text table > tbody > tr > th.warning,
.table > tbody > tr.warning > td, .m-rich-text table > tbody > tr.warning > td,
.table > tbody > tr.warning > th, .m-rich-text table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning, .m-rich-text table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning, .m-rich-text table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td, .m-rich-text table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th, .m-rich-text table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger, .m-rich-text table > thead > tr > td.danger,
.table > thead > tr > th.danger, .m-rich-text table > thead > tr > th.danger,
.table > thead > tr.danger > td, .m-rich-text table > thead > tr.danger > td,
.table > thead > tr.danger > th, .m-rich-text table > thead > tr.danger > th,
.table > tbody > tr > td.danger, .m-rich-text table > tbody > tr > td.danger,
.table > tbody > tr > th.danger, .m-rich-text table > tbody > tr > th.danger,
.table > tbody > tr.danger > td, .m-rich-text table > tbody > tr.danger > td,
.table > tbody > tr.danger > th, .m-rich-text table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger, .m-rich-text table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger, .m-rich-text table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td, .m-rich-text table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th, .m-rich-text table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive, .paper-page .paper {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive, .paper-page .paper {
      width: 100%;
      margin-bottom: 16.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #c7cbcc; }
      .table-responsive > .table, .paper-page .paper > .table, .m-rich-text .table-responsive > table, .paper-page .m-rich-text .paper > table, .m-rich-text .paper-page .paper > table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th, .paper-page .paper > .table > thead > tr > th, .m-rich-text .table-responsive > table > thead > tr > th, .paper-page .m-rich-text .paper > table > thead > tr > th, .m-rich-text .paper-page .paper > table > thead > tr > th,
        .table-responsive > .table > thead > tr > td, .paper-page .paper > .table > thead > tr > td, .m-rich-text
        .table-responsive > table > thead > tr > td, .paper-page .m-rich-text .paper > table > thead > tr > td, .m-rich-text .paper-page .paper > table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th, .paper-page .paper > .table > tbody > tr > th, .m-rich-text
        .table-responsive > table > tbody > tr > th, .paper-page .m-rich-text .paper > table > tbody > tr > th, .m-rich-text .paper-page .paper > table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td, .paper-page .paper > .table > tbody > tr > td, .m-rich-text
        .table-responsive > table > tbody > tr > td, .paper-page .m-rich-text .paper > table > tbody > tr > td, .m-rich-text .paper-page .paper > table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th, .paper-page .paper > .table > tfoot > tr > th, .m-rich-text
        .table-responsive > table > tfoot > tr > th, .paper-page .m-rich-text .paper > table > tfoot > tr > th, .m-rich-text .paper-page .paper > table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td, .paper-page .paper > .table > tfoot > tr > td, .m-rich-text
        .table-responsive > table > tfoot > tr > td, .paper-page .m-rich-text .paper > table > tfoot > tr > td, .m-rich-text .paper-page .paper > table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered, .paper-page .paper > .table-bordered, .m-rich-text .table-responsive > table, .paper-page .m-rich-text .paper > table, .m-rich-text .paper-page .paper > table {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child, .paper-page .paper > .table-bordered > thead > tr > th:first-child, .m-rich-text .table-responsive > table > thead > tr > th:first-child, .paper-page .m-rich-text .paper > table > thead > tr > th:first-child, .m-rich-text .paper-page .paper > table > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child, .paper-page .paper > .table-bordered > thead > tr > td:first-child, .m-rich-text
        .table-responsive > table > thead > tr > td:first-child, .paper-page .m-rich-text .paper > table > thead > tr > td:first-child, .m-rich-text .paper-page .paper > table > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child, .paper-page .paper > .table-bordered > tbody > tr > th:first-child, .m-rich-text
        .table-responsive > table > tbody > tr > th:first-child, .paper-page .m-rich-text .paper > table > tbody > tr > th:first-child, .m-rich-text .paper-page .paper > table > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child, .paper-page .paper > .table-bordered > tbody > tr > td:first-child, .m-rich-text
        .table-responsive > table > tbody > tr > td:first-child, .paper-page .m-rich-text .paper > table > tbody > tr > td:first-child, .m-rich-text .paper-page .paper > table > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child, .paper-page .paper > .table-bordered > tfoot > tr > th:first-child, .m-rich-text
        .table-responsive > table > tfoot > tr > th:first-child, .paper-page .m-rich-text .paper > table > tfoot > tr > th:first-child, .m-rich-text .paper-page .paper > table > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child, .paper-page .paper > .table-bordered > tfoot > tr > td:first-child, .m-rich-text
        .table-responsive > table > tfoot > tr > td:first-child, .paper-page .m-rich-text .paper > table > tfoot > tr > td:first-child, .m-rich-text .paper-page .paper > table > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child, .paper-page .paper > .table-bordered > thead > tr > th:last-child, .m-rich-text .table-responsive > table > thead > tr > th:last-child, .paper-page .m-rich-text .paper > table > thead > tr > th:last-child, .m-rich-text .paper-page .paper > table > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child, .paper-page .paper > .table-bordered > thead > tr > td:last-child, .m-rich-text
        .table-responsive > table > thead > tr > td:last-child, .paper-page .m-rich-text .paper > table > thead > tr > td:last-child, .m-rich-text .paper-page .paper > table > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child, .paper-page .paper > .table-bordered > tbody > tr > th:last-child, .m-rich-text
        .table-responsive > table > tbody > tr > th:last-child, .paper-page .m-rich-text .paper > table > tbody > tr > th:last-child, .m-rich-text .paper-page .paper > table > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child, .paper-page .paper > .table-bordered > tbody > tr > td:last-child, .m-rich-text
        .table-responsive > table > tbody > tr > td:last-child, .paper-page .m-rich-text .paper > table > tbody > tr > td:last-child, .m-rich-text .paper-page .paper > table > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child, .paper-page .paper > .table-bordered > tfoot > tr > th:last-child, .m-rich-text
        .table-responsive > table > tfoot > tr > th:last-child, .paper-page .m-rich-text .paper > table > tfoot > tr > th:last-child, .m-rich-text .paper-page .paper > table > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child, .paper-page .paper > .table-bordered > tfoot > tr > td:last-child, .m-rich-text
        .table-responsive > table > tfoot > tr > td:last-child, .paper-page .m-rich-text .paper > table > tfoot > tr > td:last-child, .m-rich-text .paper-page .paper > table > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th, .paper-page .paper > .table-bordered > tbody > tr:last-child > th, .m-rich-text .table-responsive > table > tbody > tr:last-child > th, .paper-page .m-rich-text .paper > table > tbody > tr:last-child > th, .m-rich-text .paper-page .paper > table > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td, .paper-page .paper > .table-bordered > tbody > tr:last-child > td, .m-rich-text
        .table-responsive > table > tbody > tr:last-child > td, .paper-page .m-rich-text .paper > table > tbody > tr:last-child > td, .m-rich-text .paper-page .paper > table > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th, .paper-page .paper > .table-bordered > tfoot > tr:last-child > th, .m-rich-text
        .table-responsive > table > tfoot > tr:last-child > th, .paper-page .m-rich-text .paper > table > tfoot > tr:last-child > th, .m-rich-text .paper-page .paper > table > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td, .paper-page .paper > .table-bordered > tfoot > tr:last-child > td, .m-rich-text
        .table-responsive > table > tfoot > tr:last-child > td, .paper-page .m-rich-text .paper > table > tfoot > tr:last-child > td, .m-rich-text .paper-page .paper > table > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 300;
  color: #192b65;
  font-size: 15px; }

.label-color {
  color: #192b65; }
  .label-color a {
    color: inherit;
    text-decoration: underline; }

.error {
  color: #a94442; }
  .checkbox .error {
    float: right; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #828282; }

.form-control, input[type="checkbox"] + label span:before,
input[type="radio"] + label span:before {
  display: block;
  width: 100%;
  height: 51px;
  padding: 11px 16px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  color: #828282;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d3cdcd;
  border-radius: 2px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus, input[type="checkbox"] + label span:focus:before,
  input[type="radio"] + label span:focus:before {
    border-color: #66afe9;
    outline: 0; }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder, input[type="checkbox"] + label span:-ms-input-placeholder:before,
  input[type="radio"] + label span:-ms-input-placeholder:before {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], input[type="checkbox"] + label span[disabled]:before,
  input[type="radio"] + label span[disabled]:before, .form-control[readonly], input[type="checkbox"] + label span[readonly]:before,
  input[type="radio"] + label span[readonly]:before,
  fieldset[disabled] .form-control,
  fieldset[disabled] input[type="checkbox"] + label span:before, input[type="checkbox"] + label
  fieldset[disabled] span:before,
  fieldset[disabled]
  input[type="radio"] + label span:before,
  input[type="radio"] + label
  fieldset[disabled] span:before {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], input[type="checkbox"] + label span[disabled]:before,
  input[type="radio"] + label span[disabled]:before,
  fieldset[disabled] .form-control,
  fieldset[disabled] input[type="checkbox"] + label span:before, input[type="checkbox"] + label
  fieldset[disabled] span:before,
  fieldset[disabled]
  input[type="radio"] + label span:before,
  input[type="radio"] + label
  fieldset[disabled] span:before {
    cursor: not-allowed; }

textarea.form-control {
  height: auto;
  max-width: 100%;
  min-width: 100%;
  min-height: 179px; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 51px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 39px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 53px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 0;
  min-height: 38px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 39px;
  padding: 9px 14px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 39px;
  line-height: 39px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control, .form-group-sm input[type="checkbox"] + label span:before, input[type="checkbox"] + label .form-group-sm span:before, .form-group-sm
input[type="radio"] + label span:before,
input[type="radio"] + label .form-group-sm span:before {
  height: 39px;
  padding: 9px 14px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 39px;
  line-height: 39px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 39px;
  min-height: 35px;
  padding: 10px 14px;
  font-size: 13px;
  line-height: 1.5; }

.input-lg {
  height: 53px;
  padding: 12px 20px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 2px; }

select.input-lg {
  height: 53px;
  line-height: 53px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control, .form-group-lg input[type="checkbox"] + label span:before, input[type="checkbox"] + label .form-group-lg span:before, .form-group-lg
input[type="radio"] + label span:before,
input[type="radio"] + label .form-group-lg span:before {
  height: 53px;
  padding: 12px 20px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 2px; }

.form-group-lg select.form-control {
  height: 53px;
  line-height: 53px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 53px;
  min-height: 42px;
  padding: 13px 20px;
  font-size: 20px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback input[type="checkbox"] + label span:before, input[type="checkbox"] + label .has-feedback span:before, .has-feedback
  input[type="radio"] + label span:before,
  input[type="radio"] + label .has-feedback span:before {
    padding-right: 63.75px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 51px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg input[type="checkbox"] + label span:before + .form-control-feedback, input[type="checkbox"] + label
.form-group-lg span:before + .form-control-feedback,
.form-group-lg
input[type="radio"] + label span:before + .form-control-feedback,
input[type="radio"] + label
.form-group-lg span:before + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm input[type="checkbox"] + label span:before + .form-control-feedback, input[type="checkbox"] + label
.form-group-sm span:before + .form-control-feedback,
.form-group-sm
input[type="radio"] + label span:before + .form-control-feedback,
input[type="radio"] + label
.form-group-sm span:before + .form-control-feedback {
  width: 39px;
  height: 39px;
  line-height: 39px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control, .has-success input[type="checkbox"] + label span:before, input[type="checkbox"] + label .has-success span:before, .has-success
input[type="radio"] + label span:before,
input[type="radio"] + label .has-success span:before {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .has-success input[type="checkbox"] + label span:focus:before, input[type="checkbox"] + label .has-success span:focus:before, .has-success
  input[type="radio"] + label span:focus:before,
  input[type="radio"] + label .has-success span:focus:before {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control, .has-warning input[type="checkbox"] + label span:before, input[type="checkbox"] + label .has-warning span:before, .has-warning
input[type="radio"] + label span:before,
input[type="radio"] + label .has-warning span:before {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus, .has-warning input[type="checkbox"] + label span:focus:before, input[type="checkbox"] + label .has-warning span:focus:before, .has-warning
  input[type="radio"] + label span:focus:before,
  input[type="radio"] + label .has-warning span:focus:before {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control, .has-error input[type="checkbox"] + label span:before, input[type="checkbox"] + label .has-error span:before, .has-error
input[type="radio"] + label span:before,
input[type="radio"] + label .has-error span:before {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus, .has-error input[type="checkbox"] + label span:focus:before, input[type="checkbox"] + label .has-error span:focus:before, .has-error
  input[type="radio"] + label span:focus:before,
  input[type="radio"] + label .has-error span:focus:before {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 27px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a4a4a4; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline input[type="checkbox"] + label span:before, input[type="checkbox"] + label .form-inline span:before, .form-inline
  input[type="radio"] + label span:before,
  input[type="radio"] + label .form-inline span:before {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group input[type="checkbox"] + label span:before, input[type="checkbox"] + label
    .form-inline .input-group span:before,
    .form-inline .input-group
    input[type="radio"] + label span:before,
    input[type="radio"] + label
    .form-inline .input-group span:before {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline input[type="checkbox"] + label .input-group > span:before, input[type="checkbox"] + label .form-inline .input-group > span:before, .form-inline
  input[type="radio"] + label .input-group > span:before,
  input[type="radio"] + label .form-inline .input-group > span:before {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 34px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 12px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 13px;
    font-size: 20px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 10px;
    font-size: 13px; } }

.required label:after, .checkbox.required .label:after {
  content: '*';
  color: #cb3939;
  display: inline-block; }

.required label:after {
  padding-left: 2px; }

.checkbox.required label:after {
  content: ''; }

.error {
  position: relative; }
  .error label {
    color: #cb3939; }
    .error label:before {
      position: absolute;
      content: 'Required';
      text-transform: uppercase;
      color: #cb3939;
      font-size: 10px;
      display: inline-block;
      right: 0;
      top: 9px;
      font-weight: 500; }
  .error .form-control, .error input[type="checkbox"] + label span:before, input[type="checkbox"] + label .error span:before, .error
  input[type="radio"] + label span:before,
  input[type="radio"] + label .error span:before {
    border-color: #cb3939; }

input[type="checkbox"],
input[type="radio"] {
  display: none; }

input[type="checkbox"] + label span,
input[type="radio"] + label span {
  width: 38px;
  height: 38px;
  display: inline-block;
  cursor: pointer;
  position: relative; }
  input[type="checkbox"] + label span:after, input[type="checkbox"] + label span:before,
  input[type="radio"] + label span:after,
  input[type="radio"] + label span:before {
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 0; }
  input[type="checkbox"] + label span:after,
  input[type="radio"] + label span:after {
    width: 26px;
    height: 22px; }
  input[type="checkbox"] + label span:before,
  input[type="radio"] + label span:before {
    width: 38px;
    height: 38px; }

input[type="checkbox"]:checked + label span:after,
input[type="radio"]:checked + label span:after {
  content: '';
  display: block;
  background: url("../img/ui/tick.png");
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.checkbox.left {
  padding-left: 53px;
  margin-top: 0;
  min-height: 38px;
  line-height: 1.1; }
  .checkbox.left:first-child {
    margin-top: 10px; }
  .checkbox.left .label {
    padding-top: 5px;
    font-size: 14px; }
    .checkbox.left .label a {
      font-size: inherit;
      line-height: inherit; }
  .checkbox.left label {
    position: absolute;
    top: -10px;
    left: 0;
    padding: 0; }
  @media (min-width: 768px) {
    .checkbox.left .label {
      padding-top: 1px;
      font-size: 16px; } }

.required label:after {
  content: ' *';
  color: #f00; }

.checkbox.error input + label:before {
  content: '';
  display: none; }

.choosesample:checked + label + .additional-label,
.choosesample + label + .additional-label {
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 0;
  width: 100%; }
  .choosesample:checked + label + .additional-label:before,
  .choosesample + label + .additional-label:before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 12px;
    margin-left: 40px; }

.choosesample:checked + label + .additional-label:before {
  content: 'Checked'; }

.choosesample + label + .additional-label:before {
  content: 'Select'; }

.btn {
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0 solid transparent;
  white-space: nowrap;
  padding: 11px 16px;
  font-size: 13px;
  line-height: 1;
  border-radius: 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (min-width: 768px) {
    .btn {
      padding: 11px 16px;
      font-size: 16px;
      line-height: 1;
      border-radius: 2em; } }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #fff;
  background-color: #a5a7aa;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #fff;
    background-color: #8b8d91;
    border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #8b8d91;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #fff;
      background-color: #797b80;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #a5a7aa;
    border-color: #ccc; }
  .btn-default .badge {
    color: #a5a7aa;
    background-color: #fff; }

.btn-primary {
  color: #fff;
  background-color: #7a5da5;
  border-color: #6e5395; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #624a85;
    border-color: #322644; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #624a85;
    border-color: #513d6e; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #513d6e;
      border-color: #322644; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #7a5da5;
    border-color: #6e5395; }
  .btn-primary .badge {
    color: #7a5da5;
    background-color: #fff; }

.btn-secondary {
  color: #fff;
  background-color: #6eb1d6;
  border-color: #5aa6d0; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #469ccb;
    border-color: #266385; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #469ccb;
    border-color: #348ab9; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .btn-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: #348ab9;
      border-color: #266385; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    background-image: none; }
  .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus,
  fieldset[disabled] .btn-secondary:hover,
  fieldset[disabled] .btn-secondary:focus,
  fieldset[disabled] .btn-secondary.focus {
    background-color: #6eb1d6;
    border-color: #5aa6d0; }
  .btn-secondary .badge {
    color: #6eb1d6;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #a3cf63;
  border-color: #98c950; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #8cc33c;
    border-color: #547524; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #8cc33c;
    border-color: #78a834; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #78a834;
      border-color: #547524; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #a3cf63;
    border-color: #98c950; }
  .btn-success .badge {
    color: #a3cf63;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger, .comp__request-sample.comp__request-sample-variation-danger > div .btn {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .comp__request-sample.comp__request-sample-variation-danger > div .btn:focus, .btn-danger.focus, .comp__request-sample.comp__request-sample-variation-danger > div .focus.btn {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:active, .comp__request-sample.comp__request-sample-variation-danger > div .btn:active, .btn-danger.active, .comp__request-sample.comp__request-sample-variation-danger > div .active.btn,
  .open > .btn-danger.dropdown-toggle, .comp__request-sample.comp__request-sample-variation-danger > div
  .open > .dropdown-toggle.btn {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .comp__request-sample.comp__request-sample-variation-danger > div .btn:active:hover, .btn-danger:active:focus, .comp__request-sample.comp__request-sample-variation-danger > div .btn:active:focus, .btn-danger:active.focus, .comp__request-sample.comp__request-sample-variation-danger > div .btn:active.focus, .btn-danger.active:hover, .comp__request-sample.comp__request-sample-variation-danger > div .active.btn:hover, .btn-danger.active:focus, .comp__request-sample.comp__request-sample-variation-danger > div .active.btn:focus, .btn-danger.active.focus, .comp__request-sample.comp__request-sample-variation-danger > div .active.focus.btn,
    .open > .btn-danger.dropdown-toggle:hover, .comp__request-sample.comp__request-sample-variation-danger > div
    .open > .dropdown-toggle.btn:hover,
    .open > .btn-danger.dropdown-toggle:focus, .comp__request-sample.comp__request-sample-variation-danger > div
    .open > .dropdown-toggle.btn:focus,
    .open > .btn-danger.dropdown-toggle.focus, .comp__request-sample.comp__request-sample-variation-danger > div
    .open > .dropdown-toggle.focus.btn {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .comp__request-sample.comp__request-sample-variation-danger > div .btn:active, .btn-danger.active, .comp__request-sample.comp__request-sample-variation-danger > div .active.btn,
  .open > .btn-danger.dropdown-toggle, .comp__request-sample.comp__request-sample-variation-danger > div
  .open > .dropdown-toggle.btn {
    background-image: none; }
  .btn-danger.disabled:hover, .comp__request-sample.comp__request-sample-variation-danger > div .disabled.btn:hover, .btn-danger.disabled:focus, .comp__request-sample.comp__request-sample-variation-danger > div .disabled.btn:focus, .btn-danger.disabled.focus, .comp__request-sample.comp__request-sample-variation-danger > div .disabled.focus.btn, .btn-danger[disabled]:hover, .comp__request-sample.comp__request-sample-variation-danger > div [disabled].btn:hover, .btn-danger[disabled]:focus, .comp__request-sample.comp__request-sample-variation-danger > div [disabled].btn:focus, .btn-danger[disabled].focus, .comp__request-sample.comp__request-sample-variation-danger > div [disabled].focus.btn,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .comp__request-sample.comp__request-sample-variation-danger > div .btn:hover, .comp__request-sample.comp__request-sample-variation-danger > div
  fieldset[disabled] .btn:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .comp__request-sample.comp__request-sample-variation-danger > div .btn:focus, .comp__request-sample.comp__request-sample-variation-danger > div
  fieldset[disabled] .btn:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .comp__request-sample.comp__request-sample-variation-danger > div .focus.btn, .comp__request-sample.comp__request-sample-variation-danger > div
  fieldset[disabled] .focus.btn {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge, .comp__request-sample.comp__request-sample-variation-danger > div .btn .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: inherit;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: inherit;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #ccc;
    text-decoration: none; }

.btn-lg {
  padding: 12px 20px;
  font-size: 20px;
  line-height: 1;
  border-radius: 2em; }

.btn-sm {
  padding: 9px 14px;
  font-size: 13px;
  line-height: 1;
  border-radius: 2em; }

.btn-xs {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1;
  border-radius: 2em; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.mightyape .btn {
  position: relative;
  margin-bottom: 50px;
  min-width: 180px;
  margin: auto; }
  .mightyape .btn:after {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 182px;
    height: 28px;
    background-color: red;
    margin-top: 10px;
    background: transparent url(../img/ui/mightyape-logo.png) no-repeat top center/contain; }

.mightyape.mightyape-left .btn:after {
  left: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.comp__introduction.mightyape .btn-wrapper {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .comp__introduction.mightyape .btn-wrapper {
      text-align: left; } }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: relative;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 282px;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.4;
    color: #232e64;
    white-space: nowrap; }
  @media (min-width: 768px) {
    .dropdown-menu {
      position: absolute; } }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #d3a52b;
  background-color: transparent; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #613b7e; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.4;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

.dropdown .dropdown-toggle {
  position: absolute;
  right: 0; }
  .dropdown .dropdown-toggle .caret {
    border: 0;
    width: 26px;
    height: 26px; }
    .dropdown .dropdown-toggle .caret:after {
      content: '';
      width: 100%;
      height: 100%;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      background: transparent url(../img/svg/arrow-down.svg) no-repeat center center/contain;
      display: block; }
  .dropdown .dropdown-toggle[aria-expanded="true"] {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-color: inherit; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.4;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #eeeeee;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #613b7e; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #eeeeee; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }

.navbar-header {
  width: 100%; }
  .navbar-header:before, .navbar-header:after {
    content: " ";
    display: table; }
  .navbar-header:after {
    clear: both; }
  @media (min-width: 992px) {
    .navbar-header {
      width: auto; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header, .m-rich-text > .navbar-header,
.container > .navbar-collapse, .m-rich-text > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header, .m-rich-text > .navbar-header,
    .container > .navbar-collapse, .m-rich-text > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 33px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 88px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .m-rich-text .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: relative;
  float: right;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  border: 0 solid transparent;
  border-radius: 4px;
  margin-top: 6px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle:active, .navbar-toggle:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
  .navbar-toggle .icon-bar {
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 1px;
    background-color: #fff; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px; }
    .navbar-nav .open .dropdown-menu > li > a {
      line-height: 22px; }
      .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
    .navbar-nav > li {
      float: left; }
      .navbar-nav > li > a {
        padding-top: 33px;
        padding-bottom: 33px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 18.5px;
  margin-bottom: 18.5px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control, .navbar-form input[type="checkbox"] + label span:before, input[type="checkbox"] + label .navbar-form span:before, .navbar-form
    input[type="radio"] + label span:before,
    input[type="radio"] + label .navbar-form span:before {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control,
      .navbar-form .input-group input[type="checkbox"] + label span:before, input[type="checkbox"] + label
      .navbar-form .input-group span:before,
      .navbar-form .input-group
      input[type="radio"] + label span:before,
      input[type="radio"] + label
      .navbar-form .input-group span:before {
        width: auto; }
    .navbar-form .input-group > .form-control, .navbar-form input[type="checkbox"] + label .input-group > span:before, input[type="checkbox"] + label .navbar-form .input-group > span:before, .navbar-form
    input[type="radio"] + label .input-group > span:before,
    input[type="radio"] + label .navbar-form .input-group > span:before {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 18.5px;
  margin-bottom: 18.5px; }
  .navbar-btn.btn-sm {
    margin-top: 24.5px;
    margin-bottom: 24.5px; }
  .navbar-btn.btn-xs {
    margin-top: 33px;
    margin-bottom: 33px; }

.navbar-text {
  margin-top: 33px;
  margin-bottom: 33px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #fff; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #e6e6e6;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #fff; }
  .navbar-default .navbar-nav > li > a {
    color: #fff; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #fff; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #fff; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #fff; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 0 15px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
  margin-bottom: 0; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "- ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.breadcrumbs {
  height: 56px;
  line-height: 56px;
  position: relative;
  padding-bottom: 15px; }
  .breadcrumbs:after {
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #fff 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #fff 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF9F9F9', endColorstr='#FFFFFFFF', GradientType=0);
    height: 15px;
    width: 100%;
    content: '';
    position: absolute;
    bottom: -15px; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 11px 16px;
      line-height: 1.4;
      text-decoration: none;
      color: inherit;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: inherit;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #613b7e;
    border-color: #613b7e;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 12px 20px;
  font-size: 20px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 9px 14px;
  font-size: 13px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.thumbnail, .prod-auth-response .alert-image {
  display: block;
  padding: 0;
  margin-bottom: 22px;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  position: relative; }
  .thumbnail.inside, .prod-auth-response .alert-image {
    padding: 8px; }
  .thumbnail.outside:before, .prod-auth-response .outside.alert-image:before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    top: -8px;
    left: -8px;
    background-color: #fff;
    z-index: 0; }
  .thumbnail .shadow, .prod-auth-response .alert-image .shadow {
    position: relative;
    width: 100%;
    z-index: 1;
    top: 8px; }
    .thumbnail .shadow:after, .prod-auth-response .alert-image .shadow:after, .thumbnail .shadow:before, .prod-auth-response .alert-image .shadow:before {
      content: '';
      display: block;
      width: 50%;
      height: 20px;
      position: absolute;
      top: 0; }
    .thumbnail .shadow:before, .prod-auth-response .alert-image .shadow:before {
      background: transparent url("../img/shadow-left.png") no-repeat top left/contain;
      left: 0; }
    .thumbnail .shadow:after, .prod-auth-response .alert-image .shadow:after {
      background: transparent url("../img/shadow-right.png") no-repeat top right/contain;
      right: 0; }
    .thumbnail .shadow.soft, .prod-auth-response .alert-image .shadow.soft {
      opacity: 0.6;
      filter: alpha(opacity=60); }
  .thumbnail img, .prod-auth-response .alert-image img {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    position: relative;
    z-index: 1; }
  .thumbnail > img, .prod-auth-response .alert-image > img,
  .thumbnail a > img, .prod-auth-response .alert-image a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption, .prod-auth-response .alert-image .caption {
    padding: 9px;
    color: #646464; }

a.thumbnail:hover, .prod-auth-response a.alert-image:hover,
a.thumbnail:focus,
.prod-auth-response a.alert-image:focus,
a.thumbnail.active,
.prod-auth-response a.active.alert-image {
  border-color: inherit; }

a.comp__tile-thumb:hover {
  text-decoration: none; }
  a.comp__tile-thumb:hover h3 {
    text-decoration: underline; }
  a.comp__tile-thumb:hover .thumbnail img, a.comp__tile-thumb:hover .prod-auth-response .alert-image img, .prod-auth-response a.comp__tile-thumb:hover .alert-image img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15); }
  a.comp__tile-thumb:hover .btn {
    opacity: 0.8;
    filter: alpha(opacity=80); }

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 2px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #f0f8e6;
  border-color: #61bc17;
  color: #61bc17; }
  .alert-success hr {
    border-top-color: #55a514; }
  .alert-success .alert-link {
    color: #4a8f11; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #cea1de; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #ba7bd1; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #fbf4f4;
  border-color: #cb3939;
  color: #cb3939; }
  .alert-danger hr {
    border-top-color: #ba3131; }
  .alert-danger .alert-link {
    color: #a62b2b; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.7;
    filter: alpha(opacity=70); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.4; }

.modal-body {
  position: relative;
  padding: 55px; }

.modal-footer {
  padding: 55px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 740px;
    margin: 30px auto; }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.clearfix:before, .comp__benefitsbubble:before, .clearfix:after, .comp__benefitsbubble:after {
  content: " ";
  display: table; }

.clearfix:after, .comp__benefitsbubble:after {
  clear: both; }

.center-block, .full-width img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@media (min-width: 768px) {
  .row-same-sm-height {
    display: table;
    table-layout: fixed;
    width: 100%; }
  .col-sm-height {
    display: table-cell;
    float: none !important; } }

@media (min-width: 992px) {
  .row-same-md-height {
    display: table;
    table-layout: fixed;
    width: 100%; }
  .col-md-height {
    display: table-cell;
    float: none !important; } }

@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important; } }

.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

@media (min-width: 768px) {
  .button-on-bottom {
    padding-bottom: 50px;
    position: relative; }
    .button-on-bottom .btn {
      position: absolute;
      bottom: 0; } }

.col-sm-height + .col-sm-height {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .col-sm-height + .col-sm-height {
      margin-top: 0; } }

.height100 {
  height: 100%; }

.row-no-margin {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.row-no-padding {
  margin-left: -30px;
  margin-right: -30px; }

.col-no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

@media (min-width: 1200px) {
  .row.row-auto-clear > .col-lg-1:nth-child(12n+1), .row.row-auto-clear > .col-lg-2:nth-child(6n+1), .row.row-col-lg-2.row-auto-clear > :nth-child(6n+1), .row.row-auto-clear > .col-lg-3:nth-child(4n+1), .row.row-col-lg-3.row-auto-clear > :nth-child(4n+1), .row.row-auto-clear > .col-lg-4:nth-child(3n+1), .row.row-col-lg-4.row-auto-clear > :nth-child(3n+1), .row.row-auto-clear > .col-lg-6:nth-child(odd), .row.row-col-lg-6.row-auto-clear > :nth-child(odd) {
    clear: left; }
  .row.row-auto-clear.row-col-lg-1 > *:nth-of-type(12n+1),
  .row.row-auto-clear.row-col-lg-2 > *:nth-of-type(6n+1),
  .row.row-auto-clear.row-col-lg-3 > *:nth-of-type(4n+1),
  .row.row-auto-clear.row-col-lg-4 > *:nth-of-type(3n+1),
  .row.row-auto-clear.row-col-lg-6 > *:nth-of-type(odd) {
    clear: left; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .row.row-auto-clear > .col-md-1:nth-child(12n+1), .row.row-auto-clear > .col-md-2:nth-child(6n+1), .row.row-col-md-2.row-auto-clear > :nth-child(6n+1), .row.row-auto-clear > .col-md-3:nth-child(4n+1), .row.row-col-md-3.row-auto-clear > :nth-child(4n+1), .row.row-auto-clear > .col-md-4:nth-child(3n+1), .row.row-col-md-4.row-auto-clear > :nth-child(3n+1), .row.row-auto-clear > .col-md-6:nth-child(odd), .row.row-col-md-6.row-auto-clear > :nth-child(odd) {
    clear: left; }
  .row.row-auto-clear.row-col-md-1 > *:nth-of-type(12n+1),
  .row.row-auto-clear.row-col-md-2 > *:nth-of-type(6n+1),
  .row.row-auto-clear.row-col-md-3 > *:nth-of-type(4n+1),
  .row.row-auto-clear.row-col-md-4 > *:nth-of-type(3n+1),
  .row.row-auto-clear.row-col-md-6 > *:nth-of-type(odd) {
    clear: left; } }

@media (min-width: 768px) and (max-width: 991px) {
  .row.row-auto-clear > .col-sm-1:nth-child(12n+1), .row.row-auto-clear > .col-sm-2:nth-child(6n+1), .row.row-col-sm-2.row-auto-clear > :nth-child(6n+1), .row.row-auto-clear > .col-sm-3:nth-child(4n+1), .row.row-col-sm-3.row-auto-clear > :nth-child(4n+1), .row.row-auto-clear > .col-sm-4:nth-child(3n+1), .row.row-col-sm-4.row-auto-clear > :nth-child(3n+1), .row.row-auto-clear > .col-sm-6:nth-child(odd), .row.row-col-sm-6.row-auto-clear > :nth-child(odd) {
    clear: left; }
  .row.row-auto-clear.row-col-sm-1 > *:nth-of-type(12n+1),
  .row.row-auto-clear.row-col-sm-2 > *:nth-of-type(6n+1),
  .row.row-auto-clear.row-col-sm-3 > *:nth-of-type(4n+1),
  .row.row-auto-clear.row-col-sm-4 > *:nth-of-type(3n+1),
  .row.row-auto-clear.row-col-sm-6 > *:nth-of-type(odd) {
    clear: left; } }

@media (max-width: 767px) {
  .row.row-auto-clear > .col-xs-1:nth-child(12n+1), .row.row-auto-clear > .col-xs-2:nth-child(6n+1), .row.row-col-xs-2.row-auto-clear > :nth-child(6n+1), .row.row-auto-clear > .col-xs-3:nth-child(4n+1), .row.row-col-xs-3.row-auto-clear > :nth-child(4n+1), .row.row-auto-clear > .col-xs-4:nth-child(3n+1), .row.row-col-xs-4.row-auto-clear > :nth-child(3n+1), .site-footer .row.row-auto-clear > .col:nth-child(3n+1), .row.row-auto-clear > .col-xs-6:nth-child(odd), .row.row-col-xs-6.row-auto-clear > :nth-child(odd) {
    clear: left; }
  .row.row-auto-clear.row-col-xs-1 > *:nth-of-type(12n+1),
  .row.row-auto-clear.row-col-xs-2 > *:nth-of-type(6n+1),
  .row.row-auto-clear.row-col-xs-3 > *:nth-of-type(4n+1),
  .row.row-auto-clear.row-col-xs-4 > *:nth-of-type(3n+1),
  .row.row-auto-clear.row-col-xs-6 > *:nth-of-type(odd) {
    clear: left; } }

/* centered columns styles */
.row-centered {
  text-align: center; }
  .row-centered[class^='row-col-'] > div,
  .row-centered[class*=' row-col-'] > div,
  .row-centered[class^='row-col-'] > article,
  .row-centered[class*=' row-col-'] > article,
  .row-centered[class^='row-col-'] > section,
  .row-centered[class*=' row-col-'] > section,
  .row-centered > [class^='col-'],
  .row-centered > [class*=' col-'] {
    display: inline-block;
    float: none;
    margin-right: -4px;
    vertical-align: top; }

@media (min-width: 1200px) {
  .row.row-v-space-lg-1 > *:nth-child(n+2) {
    margin-top: 30px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .row.row-v-space-md-1 > *:nth-child(n+2) {
    margin-top: 30px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .row.row-v-space-sm-1 > *:nth-child(n+2) {
    margin-top: 30px; } }

@media (max-width: 767px) {
  .row.row-v-space-xs-1 > *:nth-child(n+2) {
    margin-top: 30px; } }

@media (min-width: 1200px) {
  .row.row-v-space-lg-2 > *:nth-child(n+3) {
    margin-top: 30px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .row.row-v-space-md-2 > *:nth-child(n+3) {
    margin-top: 30px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .row.row-v-space-sm-2 > *:nth-child(n+3) {
    margin-top: 30px; } }

@media (max-width: 767px) {
  .row.row-v-space-xs-2 > *:nth-child(n+3) {
    margin-top: 30px; } }

@media (min-width: 1200px) {
  .row.row-v-space-lg-3 > *:nth-child(n+4) {
    margin-top: 30px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .row.row-v-space-md-3 > *:nth-child(n+4) {
    margin-top: 30px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .row.row-v-space-sm-3 > *:nth-child(n+4) {
    margin-top: 30px; } }

@media (max-width: 767px) {
  .row.row-v-space-xs-3 > *:nth-child(n+4) {
    margin-top: 30px; } }

@media (min-width: 1200px) {
  .row.row-v-space-lg-4 > *:nth-child(n+5) {
    margin-top: 30px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .row.row-v-space-md-4 > *:nth-child(n+5) {
    margin-top: 30px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .row.row-v-space-sm-4 > *:nth-child(n+5) {
    margin-top: 30px; } }

@media (max-width: 767px) {
  .row.row-v-space-xs-4 > *:nth-child(n+5) {
    margin-top: 30px; } }

@media (min-width: 1200px) {
  .row.row-v-space-lg-5 > *:nth-child(n+6) {
    margin-top: 30px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .row.row-v-space-md-5 > *:nth-child(n+6) {
    margin-top: 30px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .row.row-v-space-sm-5 > *:nth-child(n+6) {
    margin-top: 30px; } }

@media (max-width: 767px) {
  .row.row-v-space-xs-5 > *:nth-child(n+6) {
    margin-top: 30px; } }

@media (min-width: 1200px) {
  .row.row-v-space-lg-6 > *:nth-child(n+7) {
    margin-top: 30px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .row.row-v-space-md-6 > *:nth-child(n+7) {
    margin-top: 30px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .row.row-v-space-sm-6 > *:nth-child(n+7) {
    margin-top: 30px; } }

@media (max-width: 767px) {
  .row.row-v-space-xs-6 > *:nth-child(n+7) {
    margin-top: 30px; } }

@media (min-width: 1200px) {
  .row.row-v-space-lg-7 > *:nth-child(n+8) {
    margin-top: 30px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .row.row-v-space-md-7 > *:nth-child(n+8) {
    margin-top: 30px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .row.row-v-space-sm-7 > *:nth-child(n+8) {
    margin-top: 30px; } }

@media (max-width: 767px) {
  .row.row-v-space-xs-7 > *:nth-child(n+8) {
    margin-top: 30px; } }

@media (min-width: 1200px) {
  .row.row-v-space-lg-8 > *:nth-child(n+9) {
    margin-top: 30px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .row.row-v-space-md-8 > *:nth-child(n+9) {
    margin-top: 30px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .row.row-v-space-sm-8 > *:nth-child(n+9) {
    margin-top: 30px; } }

@media (max-width: 767px) {
  .row.row-v-space-xs-8 > *:nth-child(n+9) {
    margin-top: 30px; } }

@media (min-width: 1200px) {
  .row.row-v-space-lg-9 > *:nth-child(n+10) {
    margin-top: 30px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .row.row-v-space-md-9 > *:nth-child(n+10) {
    margin-top: 30px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .row.row-v-space-sm-9 > *:nth-child(n+10) {
    margin-top: 30px; } }

@media (max-width: 767px) {
  .row.row-v-space-xs-9 > *:nth-child(n+10) {
    margin-top: 30px; } }

@media (min-width: 1200px) {
  .row.row-v-space-lg-10 > *:nth-child(n+11) {
    margin-top: 30px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .row.row-v-space-md-10 > *:nth-child(n+11) {
    margin-top: 30px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .row.row-v-space-sm-10 > *:nth-child(n+11) {
    margin-top: 30px; } }

@media (max-width: 767px) {
  .row.row-v-space-xs-10 > *:nth-child(n+11) {
    margin-top: 30px; } }

@media (min-width: 1200px) {
  .row.row-v-space-lg-11 > *:nth-child(n+12) {
    margin-top: 30px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .row.row-v-space-md-11 > *:nth-child(n+12) {
    margin-top: 30px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .row.row-v-space-sm-11 > *:nth-child(n+12) {
    margin-top: 30px; } }

@media (max-width: 767px) {
  .row.row-v-space-xs-11 > *:nth-child(n+12) {
    margin-top: 30px; } }

@media (min-width: 1200px) {
  .row.row-v-space-lg-12 > *:nth-child(n+13) {
    margin-top: 30px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .row.row-v-space-md-12 > *:nth-child(n+13) {
    margin-top: 30px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .row.row-v-space-sm-12 > *:nth-child(n+13) {
    margin-top: 30px; } }

@media (max-width: 767px) {
  .row.row-v-space-xs-12 > *:nth-child(n+13) {
    margin-top: 30px; } }

body, html.iosScrollfix {
  min-width: 320px;
  overflow-x: hidden; }

html.iosScrollfix, html.iosScrollfix .body {
  position: relative; }

html.show-menu {
  overflow: hidden; }

.page {
  background-color: #fff;
  max-width: 1300px;
  width: 100%;
  margin: auto; }
  
  .page.site-header {
    background-color: #232e64;
    height: 50px; }
    @media (min-width: 768px) {
      .page.site-header {
        height: 140px;     
      }   
    }  
    @media (min-width: 992px) {
     .page.site-header {
        height: 110px;     
     }   
    }  
.abs {
  position: absolute; }

.rel {
  position: relative; }

.article {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  padding-top: 156px; }
  .request-sample-hide .article {
    padding-top: 51px; }
  @media (min-width: 768px) {
    .article {
      padding-top: 318px; }
      .request-sample-hide .article {
        padding-top: 140px; } }
  @media (min-width: 992px) {
    .article {
      padding-top: 206px; }
      .request-sample-hide .article {
        padding-top: 145px; } }
  @media (min-width: 1200px) {
    .article {
      padding-top: 167px; }
      .request-sample-hide .article {
        padding-top: 106px; } }

.page.search-results {
  padding-bottom: 50px; }

.inner {
  padding: 16px 0; }
  .inner:before, .inner:after {
    content: " ";
    display: table; }
  .inner:after {
    clear: both; }
  @media (min-width: 768px) {
    .inner {
      padding: 38px 0; } }

.bg-primary {
  background: #613b7e; }

.bg-pink, .prod-auth-response .response-manufactured {
  background-color: #e2dbeb; }

.bg-pink-darker {
  background-color: #d5cbe2; }

.bg-yellow {
  background-color: #fffef0; }

.bg-white {
  background-color: #fff; }

.bg-lighter-blue {
  background-color: #f2f9fc; }

.bg-light-blue {
  background-color: #e3f2f9; }

.texture1, .comp__request-sample > div {
  background: transparent url("../img/textures/texture1.jpg") repeat center center; }

.texture3, .comp__request-sample.comp__request-sample-variation-danger > div {
  background: transparent url("../img/textures/texture3.jpg") repeat center center; }

@media (min-width: 1200px) {
  .texture2 {
    background: #e2dbeb url("../img/textures/texture2.png") no-repeat right 148px; } }

.texture4 {
  background: transparent url("../img/textures/texture4.jpg") repeat center center; }

.feature-products {
  padding-bottom: 50px; }
  .feature-products .packshot {
    position: relative;
    margin-top: -37px;
    left: -37px; }
  @media (min-width: 992px) {
    .feature-products {
      padding-bottom: 0; }
      .feature-products.padding-bottom {
        padding-bottom: 50px; }
      .feature-products .packshot {
        left: 0; } }
  @media (min-width: 1200px) {
    .feature-products .packshot {
      left: 0;
      margin-top: -99px; } }

.full {
  height: 420px;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain; }
  .full .title {
    margin-top: 95px; }

.full-width {
  width: 100%; }

@media (min-width: 768px) {
  .comp__benefit.overlap {
    margin-top: -3%; }
  .comp__benefit.comp__benefit-variation-right .row div + div {
    text-align: right; }
  .comp__benefit .row {
    white-space: nowrap; }
    .comp__benefit .row > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      float: none; } }

.hr-top {
  border-top: 1px solid #bcafd1; }

.vr {
  border-right: 1px solid #bcafd1; }

@media (min-width: 768px) {
  aside + hr {
    margin: 40px 0; } }

figure + p,
figure + .btn {
  margin-top: 30px; }

figure > div.window {
  overflow: hidden; }

form {
  margin-top: 45px; }

.slider-inner {
  background-size: cover; }
  .bg-left .slider-inner {
    background-position: top left; }
  .bg-right .slider-inner {
    background-position: top right; }

.circle-intro-header {
  height: auto; }
  @media (min-width: 480px) {
    .circle-intro-header {
      height: 420px; } }
  @media (min-width: 768px) {
    .circle-intro-header {
      height: 560px; } }

.comp__slide .copy .title {
  font-weight: 500 !important; }
  @media (min-width: 1200px) {
    .comp__slide .copy .title {
      font-size: 50px !important; } }

.comp__slide-logo {
  max-width: 80px;
  margin-top: 30px;
  /*position:absolute;
  right:20px;
  bottom: 10px;

  @media (min-width: $screen-sm) {
    right:auto;
    left:20px;
    bottom: 60px;
  }
  @media (min-width: $screen-lg) {
    bottom: 80px;
  }*/
  position: relative; }
  .mightyape .comp__slide-logo {
    margin-top: 40px; }

.comp__slide .inner {
  padding: 26px 18px; }
  @media (min-width: 768px) {
    .comp__slide .inner {
      padding: 60px; } }
  @media (min-width: 1200px) {
    .comp__slide .inner {
      padding: 83px; } }

/*%swirl{
  position:relative;
  &:before{
    content:'';
    display: block;
    width: 100%;
    height: 60px;
    position:absolute;
    bottom:0;
    left:0;
    z-index: 2;
  }
}*/
.above-effect {
  position: relative;
  z-index: 3; }

section.effect-top,
.comp__banner-small.effect-top,
.comp__feature-circular-introduction.effect-top,
.comp__slide.effect-top,
.comp__slider.effect-top {
  position: relative; }
  section.effect-top:before,
  .comp__banner-small.effect-top:before,
  .comp__feature-circular-introduction.effect-top:before,
  .comp__slide.effect-top:before,
  .comp__slider.effect-top:before {
    content: '';
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  section.effect-top.effect-top-1:before,
  .comp__banner-small.effect-top.effect-top-1:before,
  .comp__feature-circular-introduction.effect-top.effect-top-1:before,
  .comp__slide.effect-top.effect-top-1:before,
  .comp__slider.effect-top.effect-top-1:before {
    background: transparent url("../img/textures/swirl-pink-top.png") no-repeat bottom left/contain; }

section.effect-bottom, .prod-auth-response .authentic section.response-header, .prod-auth-response .recall section.response-header, .prod-auth-response .expired section.response-header,
.prod-auth-response .invalid section.response-header, .prod-auth-response .recall section.response-alert-message,
.prod-auth-response .expired section.response-alert-message, .prod-auth-response .invalid section.response-alert-message,
.comp__banner-small.effect-bottom,
.prod-auth-response .authentic .comp__banner-small.response-header,
.prod-auth-response .recall .comp__banner-small.response-header,
.prod-auth-response .expired .comp__banner-small.response-header,
.prod-auth-response .invalid .comp__banner-small.response-header,
.prod-auth-response .recall .comp__banner-small.response-alert-message,
.prod-auth-response .expired .comp__banner-small.response-alert-message,
.prod-auth-response .invalid .comp__banner-small.response-alert-message,
.comp__feature-circular-introduction.effect-bottom,
.prod-auth-response .authentic .comp__feature-circular-introduction.response-header,
.prod-auth-response .recall .comp__feature-circular-introduction.response-header,
.prod-auth-response .expired .comp__feature-circular-introduction.response-header,
.prod-auth-response .invalid .comp__feature-circular-introduction.response-header,
.prod-auth-response .recall .comp__feature-circular-introduction.response-alert-message,
.prod-auth-response .expired .comp__feature-circular-introduction.response-alert-message,
.prod-auth-response .invalid .comp__feature-circular-introduction.response-alert-message,
.comp__slide.effect-bottom,
.prod-auth-response .authentic .comp__slide.response-header,
.prod-auth-response .recall .comp__slide.response-header,
.prod-auth-response .expired .comp__slide.response-header,
.prod-auth-response .invalid .comp__slide.response-header,
.prod-auth-response .recall .comp__slide.response-alert-message,
.prod-auth-response .expired .comp__slide.response-alert-message,
.prod-auth-response .invalid .comp__slide.response-alert-message,
.comp__slider.effect-bottom,
.prod-auth-response .authentic .comp__slider.response-header,
.prod-auth-response .recall .comp__slider.response-header,
.prod-auth-response .expired .comp__slider.response-header,
.prod-auth-response .invalid .comp__slider.response-header,
.prod-auth-response .recall .comp__slider.response-alert-message,
.prod-auth-response .expired .comp__slider.response-alert-message,
.prod-auth-response .invalid .comp__slider.response-alert-message {
  position: relative; }
  section.effect-bottom:after, .prod-auth-response .authentic section.response-header:after, .prod-auth-response .recall section.response-header:after, .prod-auth-response .expired section.response-header:after,
  .prod-auth-response .invalid section.response-header:after, .prod-auth-response .recall section.response-alert-message:after,
  .prod-auth-response .expired section.response-alert-message:after, .prod-auth-response .invalid section.response-alert-message:after,
  .comp__banner-small.effect-bottom:after,
  .prod-auth-response .authentic .comp__banner-small.response-header:after,
  .prod-auth-response .recall .comp__banner-small.response-header:after,
  .prod-auth-response .expired .comp__banner-small.response-header:after,
  .prod-auth-response .invalid .comp__banner-small.response-header:after,
  .prod-auth-response .recall .comp__banner-small.response-alert-message:after,
  .prod-auth-response .expired .comp__banner-small.response-alert-message:after,
  .prod-auth-response .invalid .comp__banner-small.response-alert-message:after,
  .comp__feature-circular-introduction.effect-bottom:after,
  .prod-auth-response .authentic .comp__feature-circular-introduction.response-header:after,
  .prod-auth-response .recall .comp__feature-circular-introduction.response-header:after,
  .prod-auth-response .expired .comp__feature-circular-introduction.response-header:after,
  .prod-auth-response .invalid .comp__feature-circular-introduction.response-header:after,
  .prod-auth-response .recall .comp__feature-circular-introduction.response-alert-message:after,
  .prod-auth-response .expired .comp__feature-circular-introduction.response-alert-message:after,
  .prod-auth-response .invalid .comp__feature-circular-introduction.response-alert-message:after,
  .comp__slide.effect-bottom:after,
  .prod-auth-response .authentic .comp__slide.response-header:after,
  .prod-auth-response .recall .comp__slide.response-header:after,
  .prod-auth-response .expired .comp__slide.response-header:after,
  .prod-auth-response .invalid .comp__slide.response-header:after,
  .prod-auth-response .recall .comp__slide.response-alert-message:after,
  .prod-auth-response .expired .comp__slide.response-alert-message:after,
  .prod-auth-response .invalid .comp__slide.response-alert-message:after,
  .comp__slider.effect-bottom:after,
  .prod-auth-response .authentic .comp__slider.response-header:after,
  .prod-auth-response .recall .comp__slider.response-header:after,
  .prod-auth-response .expired .comp__slider.response-header:after,
  .prod-auth-response .invalid .comp__slider.response-header:after,
  .prod-auth-response .recall .comp__slider.response-alert-message:after,
  .prod-auth-response .expired .comp__slider.response-alert-message:after,
  .prod-auth-response .invalid .comp__slider.response-alert-message:after {
    content: '';
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2; }
  section.effect-bottom.effect-bottom-1:after, .prod-auth-response .authentic section.effect-bottom-1.response-header:after, .prod-auth-response .recall section.effect-bottom-1.response-header:after, .prod-auth-response .expired section.effect-bottom-1.response-header:after,
  .prod-auth-response .invalid section.effect-bottom-1.response-header:after, .prod-auth-response .recall section.effect-bottom-1.response-alert-message:after,
  .prod-auth-response .expired section.effect-bottom-1.response-alert-message:after, .prod-auth-response .invalid section.response-alert-message:after,
  .comp__banner-small.effect-bottom.effect-bottom-1:after,
  .prod-auth-response .authentic .comp__banner-small.effect-bottom-1.response-header:after,
  .prod-auth-response .recall .comp__banner-small.effect-bottom-1.response-header:after,
  .prod-auth-response .expired .comp__banner-small.effect-bottom-1.response-header:after,
  .prod-auth-response .invalid .comp__banner-small.effect-bottom-1.response-header:after,
  .prod-auth-response .recall .comp__banner-small.effect-bottom-1.response-alert-message:after,
  .prod-auth-response .expired .comp__banner-small.effect-bottom-1.response-alert-message:after,
  .prod-auth-response .invalid .comp__banner-small.response-alert-message:after,
  .comp__feature-circular-introduction.effect-bottom.effect-bottom-1:after,
  .prod-auth-response .authentic .comp__feature-circular-introduction.effect-bottom-1.response-header:after,
  .prod-auth-response .recall .comp__feature-circular-introduction.effect-bottom-1.response-header:after,
  .prod-auth-response .expired .comp__feature-circular-introduction.effect-bottom-1.response-header:after,
  .prod-auth-response .invalid .comp__feature-circular-introduction.effect-bottom-1.response-header:after,
  .prod-auth-response .recall .comp__feature-circular-introduction.effect-bottom-1.response-alert-message:after,
  .prod-auth-response .expired .comp__feature-circular-introduction.effect-bottom-1.response-alert-message:after,
  .prod-auth-response .invalid .comp__feature-circular-introduction.response-alert-message:after,
  .comp__slide.effect-bottom.effect-bottom-1:after,
  .prod-auth-response .authentic .comp__slide.effect-bottom-1.response-header:after,
  .prod-auth-response .recall .comp__slide.effect-bottom-1.response-header:after,
  .prod-auth-response .expired .comp__slide.effect-bottom-1.response-header:after,
  .prod-auth-response .invalid .comp__slide.effect-bottom-1.response-header:after,
  .prod-auth-response .recall .comp__slide.effect-bottom-1.response-alert-message:after,
  .prod-auth-response .expired .comp__slide.effect-bottom-1.response-alert-message:after,
  .prod-auth-response .invalid .comp__slide.response-alert-message:after,
  .comp__slider.effect-bottom.effect-bottom-1:after,
  .prod-auth-response .authentic .comp__slider.effect-bottom-1.response-header:after,
  .prod-auth-response .recall .comp__slider.effect-bottom-1.response-header:after,
  .prod-auth-response .expired .comp__slider.effect-bottom-1.response-header:after,
  .prod-auth-response .invalid .comp__slider.effect-bottom-1.response-header:after,
  .prod-auth-response .recall .comp__slider.effect-bottom-1.response-alert-message:after,
  .prod-auth-response .expired .comp__slider.effect-bottom-1.response-alert-message:after,
  .prod-auth-response .invalid .comp__slider.response-alert-message:after {
    background: transparent url("../img/textures/swirl.png") no-repeat bottom left/contain; }
  section.effect-bottom.effect-bottom-2:after, .prod-auth-response .authentic section.response-header:after, .prod-auth-response .recall section.effect-bottom-2.response-header:after, .prod-auth-response .expired section.effect-bottom-2.response-header:after,
  .prod-auth-response .invalid section.effect-bottom-2.response-header:after, .prod-auth-response .recall section.response-alert-message:after,
  .prod-auth-response .expired section.response-alert-message:after, .prod-auth-response .invalid section.effect-bottom-2.response-alert-message:after,
  .comp__banner-small.effect-bottom.effect-bottom-2:after,
  .prod-auth-response .authentic .comp__banner-small.response-header:after,
  .prod-auth-response .recall .comp__banner-small.effect-bottom-2.response-header:after,
  .prod-auth-response .expired .comp__banner-small.effect-bottom-2.response-header:after,
  .prod-auth-response .invalid .comp__banner-small.effect-bottom-2.response-header:after,
  .prod-auth-response .recall .comp__banner-small.response-alert-message:after,
  .prod-auth-response .expired .comp__banner-small.response-alert-message:after,
  .prod-auth-response .invalid .comp__banner-small.effect-bottom-2.response-alert-message:after,
  .comp__feature-circular-introduction.effect-bottom.effect-bottom-2:after,
  .prod-auth-response .authentic .comp__feature-circular-introduction.response-header:after,
  .prod-auth-response .recall .comp__feature-circular-introduction.effect-bottom-2.response-header:after,
  .prod-auth-response .expired .comp__feature-circular-introduction.effect-bottom-2.response-header:after,
  .prod-auth-response .invalid .comp__feature-circular-introduction.effect-bottom-2.response-header:after,
  .prod-auth-response .recall .comp__feature-circular-introduction.response-alert-message:after,
  .prod-auth-response .expired .comp__feature-circular-introduction.response-alert-message:after,
  .prod-auth-response .invalid .comp__feature-circular-introduction.effect-bottom-2.response-alert-message:after,
  .comp__slide.effect-bottom.effect-bottom-2:after,
  .prod-auth-response .authentic .comp__slide.response-header:after,
  .prod-auth-response .recall .comp__slide.effect-bottom-2.response-header:after,
  .prod-auth-response .expired .comp__slide.effect-bottom-2.response-header:after,
  .prod-auth-response .invalid .comp__slide.effect-bottom-2.response-header:after,
  .prod-auth-response .recall .comp__slide.response-alert-message:after,
  .prod-auth-response .expired .comp__slide.response-alert-message:after,
  .prod-auth-response .invalid .comp__slide.effect-bottom-2.response-alert-message:after,
  .comp__slider.effect-bottom.effect-bottom-2:after,
  .prod-auth-response .authentic .comp__slider.response-header:after,
  .prod-auth-response .recall .comp__slider.effect-bottom-2.response-header:after,
  .prod-auth-response .expired .comp__slider.effect-bottom-2.response-header:after,
  .prod-auth-response .invalid .comp__slider.effect-bottom-2.response-header:after,
  .prod-auth-response .recall .comp__slider.response-alert-message:after,
  .prod-auth-response .expired .comp__slider.response-alert-message:after,
  .prod-auth-response .invalid .comp__slider.effect-bottom-2.response-alert-message:after {
    background: transparent url("../img/textures/swirl-pink.png") no-repeat bottom left/contain; }
  section.effect-bottom.effect-bottom-2-darker:after, .prod-auth-response .authentic section.effect-bottom-2-darker.response-header:after, .prod-auth-response .recall section.effect-bottom-2-darker.response-header:after, .prod-auth-response .expired section.effect-bottom-2-darker.response-header:after,
  .prod-auth-response .invalid section.effect-bottom-2-darker.response-header:after, .prod-auth-response .recall section.effect-bottom-2-darker.response-alert-message:after,
  .prod-auth-response .expired section.effect-bottom-2-darker.response-alert-message:after, .prod-auth-response .invalid section.effect-bottom-2-darker.response-alert-message:after,
  .comp__banner-small.effect-bottom.effect-bottom-2-darker:after,
  .prod-auth-response .authentic .comp__banner-small.effect-bottom-2-darker.response-header:after,
  .prod-auth-response .recall .comp__banner-small.effect-bottom-2-darker.response-header:after,
  .prod-auth-response .expired .comp__banner-small.effect-bottom-2-darker.response-header:after,
  .prod-auth-response .invalid .comp__banner-small.effect-bottom-2-darker.response-header:after,
  .prod-auth-response .recall .comp__banner-small.effect-bottom-2-darker.response-alert-message:after,
  .prod-auth-response .expired .comp__banner-small.effect-bottom-2-darker.response-alert-message:after,
  .prod-auth-response .invalid .comp__banner-small.effect-bottom-2-darker.response-alert-message:after,
  .comp__feature-circular-introduction.effect-bottom.effect-bottom-2-darker:after,
  .prod-auth-response .authentic .comp__feature-circular-introduction.effect-bottom-2-darker.response-header:after,
  .prod-auth-response .recall .comp__feature-circular-introduction.effect-bottom-2-darker.response-header:after,
  .prod-auth-response .expired .comp__feature-circular-introduction.effect-bottom-2-darker.response-header:after,
  .prod-auth-response .invalid .comp__feature-circular-introduction.effect-bottom-2-darker.response-header:after,
  .prod-auth-response .recall .comp__feature-circular-introduction.effect-bottom-2-darker.response-alert-message:after,
  .prod-auth-response .expired .comp__feature-circular-introduction.effect-bottom-2-darker.response-alert-message:after,
  .prod-auth-response .invalid .comp__feature-circular-introduction.effect-bottom-2-darker.response-alert-message:after,
  .comp__slide.effect-bottom.effect-bottom-2-darker:after,
  .prod-auth-response .authentic .comp__slide.effect-bottom-2-darker.response-header:after,
  .prod-auth-response .recall .comp__slide.effect-bottom-2-darker.response-header:after,
  .prod-auth-response .expired .comp__slide.effect-bottom-2-darker.response-header:after,
  .prod-auth-response .invalid .comp__slide.effect-bottom-2-darker.response-header:after,
  .prod-auth-response .recall .comp__slide.effect-bottom-2-darker.response-alert-message:after,
  .prod-auth-response .expired .comp__slide.effect-bottom-2-darker.response-alert-message:after,
  .prod-auth-response .invalid .comp__slide.effect-bottom-2-darker.response-alert-message:after,
  .comp__slider.effect-bottom.effect-bottom-2-darker:after,
  .prod-auth-response .authentic .comp__slider.effect-bottom-2-darker.response-header:after,
  .prod-auth-response .recall .comp__slider.effect-bottom-2-darker.response-header:after,
  .prod-auth-response .expired .comp__slider.effect-bottom-2-darker.response-header:after,
  .prod-auth-response .invalid .comp__slider.effect-bottom-2-darker.response-header:after,
  .prod-auth-response .recall .comp__slider.effect-bottom-2-darker.response-alert-message:after,
  .prod-auth-response .expired .comp__slider.effect-bottom-2-darker.response-alert-message:after,
  .prod-auth-response .invalid .comp__slider.effect-bottom-2-darker.response-alert-message:after {
    background: transparent url("../img/textures/swirl-pink-darker.png") no-repeat bottom left/contain; }
  section.effect-bottom.effect-bottom-3:after, .prod-auth-response .authentic section.effect-bottom-3.response-header:after, .prod-auth-response .recall section.effect-bottom-3.response-header:after, .prod-auth-response .expired section.effect-bottom-3.response-header:after,
  .prod-auth-response .invalid section.effect-bottom-3.response-header:after, .prod-auth-response .recall section.effect-bottom-3.response-alert-message:after,
  .prod-auth-response .expired section.effect-bottom-3.response-alert-message:after, .prod-auth-response .invalid section.effect-bottom-3.response-alert-message:after,
  .comp__banner-small.effect-bottom.effect-bottom-3:after,
  .prod-auth-response .authentic .comp__banner-small.effect-bottom-3.response-header:after,
  .prod-auth-response .recall .comp__banner-small.effect-bottom-3.response-header:after,
  .prod-auth-response .expired .comp__banner-small.effect-bottom-3.response-header:after,
  .prod-auth-response .invalid .comp__banner-small.effect-bottom-3.response-header:after,
  .prod-auth-response .recall .comp__banner-small.effect-bottom-3.response-alert-message:after,
  .prod-auth-response .expired .comp__banner-small.effect-bottom-3.response-alert-message:after,
  .prod-auth-response .invalid .comp__banner-small.effect-bottom-3.response-alert-message:after,
  .comp__feature-circular-introduction.effect-bottom.effect-bottom-3:after,
  .prod-auth-response .authentic .comp__feature-circular-introduction.effect-bottom-3.response-header:after,
  .prod-auth-response .recall .comp__feature-circular-introduction.effect-bottom-3.response-header:after,
  .prod-auth-response .expired .comp__feature-circular-introduction.effect-bottom-3.response-header:after,
  .prod-auth-response .invalid .comp__feature-circular-introduction.effect-bottom-3.response-header:after,
  .prod-auth-response .recall .comp__feature-circular-introduction.effect-bottom-3.response-alert-message:after,
  .prod-auth-response .expired .comp__feature-circular-introduction.effect-bottom-3.response-alert-message:after,
  .prod-auth-response .invalid .comp__feature-circular-introduction.effect-bottom-3.response-alert-message:after,
  .comp__slide.effect-bottom.effect-bottom-3:after,
  .prod-auth-response .authentic .comp__slide.effect-bottom-3.response-header:after,
  .prod-auth-response .recall .comp__slide.effect-bottom-3.response-header:after,
  .prod-auth-response .expired .comp__slide.effect-bottom-3.response-header:after,
  .prod-auth-response .invalid .comp__slide.effect-bottom-3.response-header:after,
  .prod-auth-response .recall .comp__slide.effect-bottom-3.response-alert-message:after,
  .prod-auth-response .expired .comp__slide.effect-bottom-3.response-alert-message:after,
  .prod-auth-response .invalid .comp__slide.effect-bottom-3.response-alert-message:after,
  .comp__slider.effect-bottom.effect-bottom-3:after,
  .prod-auth-response .authentic .comp__slider.effect-bottom-3.response-header:after,
  .prod-auth-response .recall .comp__slider.effect-bottom-3.response-header:after,
  .prod-auth-response .expired .comp__slider.effect-bottom-3.response-header:after,
  .prod-auth-response .invalid .comp__slider.effect-bottom-3.response-header:after,
  .prod-auth-response .recall .comp__slider.effect-bottom-3.response-alert-message:after,
  .prod-auth-response .expired .comp__slider.effect-bottom-3.response-alert-message:after,
  .prod-auth-response .invalid .comp__slider.effect-bottom-3.response-alert-message:after {
    background: transparent url("../img/textures/swirl-yellow.png") no-repeat bottom left/contain; }
  section.effect-bottom.effect-bottom-4:after, .prod-auth-response .authentic section.effect-bottom-4.response-header:after, .prod-auth-response .recall section.effect-bottom-4.response-header:after, .prod-auth-response .expired section.effect-bottom-4.response-header:after,
  .prod-auth-response .invalid section.effect-bottom-4.response-header:after, .prod-auth-response .recall section.effect-bottom-4.response-alert-message:after,
  .prod-auth-response .expired section.effect-bottom-4.response-alert-message:after, .prod-auth-response .invalid section.effect-bottom-4.response-alert-message:after,
  .comp__banner-small.effect-bottom.effect-bottom-4:after,
  .prod-auth-response .authentic .comp__banner-small.effect-bottom-4.response-header:after,
  .prod-auth-response .recall .comp__banner-small.effect-bottom-4.response-header:after,
  .prod-auth-response .expired .comp__banner-small.effect-bottom-4.response-header:after,
  .prod-auth-response .invalid .comp__banner-small.effect-bottom-4.response-header:after,
  .prod-auth-response .recall .comp__banner-small.effect-bottom-4.response-alert-message:after,
  .prod-auth-response .expired .comp__banner-small.effect-bottom-4.response-alert-message:after,
  .prod-auth-response .invalid .comp__banner-small.effect-bottom-4.response-alert-message:after,
  .comp__feature-circular-introduction.effect-bottom.effect-bottom-4:after,
  .prod-auth-response .authentic .comp__feature-circular-introduction.effect-bottom-4.response-header:after,
  .prod-auth-response .recall .comp__feature-circular-introduction.effect-bottom-4.response-header:after,
  .prod-auth-response .expired .comp__feature-circular-introduction.effect-bottom-4.response-header:after,
  .prod-auth-response .invalid .comp__feature-circular-introduction.effect-bottom-4.response-header:after,
  .prod-auth-response .recall .comp__feature-circular-introduction.effect-bottom-4.response-alert-message:after,
  .prod-auth-response .expired .comp__feature-circular-introduction.effect-bottom-4.response-alert-message:after,
  .prod-auth-response .invalid .comp__feature-circular-introduction.effect-bottom-4.response-alert-message:after,
  .comp__slide.effect-bottom.effect-bottom-4:after,
  .prod-auth-response .authentic .comp__slide.effect-bottom-4.response-header:after,
  .prod-auth-response .recall .comp__slide.effect-bottom-4.response-header:after,
  .prod-auth-response .expired .comp__slide.effect-bottom-4.response-header:after,
  .prod-auth-response .invalid .comp__slide.effect-bottom-4.response-header:after,
  .prod-auth-response .recall .comp__slide.effect-bottom-4.response-alert-message:after,
  .prod-auth-response .expired .comp__slide.effect-bottom-4.response-alert-message:after,
  .prod-auth-response .invalid .comp__slide.effect-bottom-4.response-alert-message:after,
  .comp__slider.effect-bottom.effect-bottom-4:after,
  .prod-auth-response .authentic .comp__slider.effect-bottom-4.response-header:after,
  .prod-auth-response .recall .comp__slider.effect-bottom-4.response-header:after,
  .prod-auth-response .expired .comp__slider.effect-bottom-4.response-header:after,
  .prod-auth-response .invalid .comp__slider.effect-bottom-4.response-header:after,
  .prod-auth-response .recall .comp__slider.effect-bottom-4.response-alert-message:after,
  .prod-auth-response .expired .comp__slider.effect-bottom-4.response-alert-message:after,
  .prod-auth-response .invalid .comp__slider.effect-bottom-4.response-alert-message:after {
    background: transparent url("../img/textures/swirl-yellow-light.png") no-repeat bottom left/contain; }
  section.effect-bottom.effect-bottom-5:after, .prod-auth-response .authentic section.effect-bottom-5.response-header:after, .prod-auth-response .recall section.response-header:after, .prod-auth-response .expired section.effect-bottom-5.response-header:after,
  .prod-auth-response .invalid section.effect-bottom-5.response-header:after, .prod-auth-response .recall section.effect-bottom-5.response-alert-message:after,
  .prod-auth-response .expired section.effect-bottom-5.response-alert-message:after, .prod-auth-response .invalid section.effect-bottom-5.response-alert-message:after,
  .comp__banner-small.effect-bottom.effect-bottom-5:after,
  .prod-auth-response .authentic .comp__banner-small.effect-bottom-5.response-header:after,
  .prod-auth-response .recall .comp__banner-small.response-header:after,
  .prod-auth-response .expired .comp__banner-small.effect-bottom-5.response-header:after,
  .prod-auth-response .invalid .comp__banner-small.effect-bottom-5.response-header:after,
  .prod-auth-response .recall .comp__banner-small.effect-bottom-5.response-alert-message:after,
  .prod-auth-response .expired .comp__banner-small.effect-bottom-5.response-alert-message:after,
  .prod-auth-response .invalid .comp__banner-small.effect-bottom-5.response-alert-message:after,
  .comp__feature-circular-introduction.effect-bottom.effect-bottom-5:after,
  .prod-auth-response .authentic .comp__feature-circular-introduction.effect-bottom-5.response-header:after,
  .prod-auth-response .recall .comp__feature-circular-introduction.response-header:after,
  .prod-auth-response .expired .comp__feature-circular-introduction.effect-bottom-5.response-header:after,
  .prod-auth-response .invalid .comp__feature-circular-introduction.effect-bottom-5.response-header:after,
  .prod-auth-response .recall .comp__feature-circular-introduction.effect-bottom-5.response-alert-message:after,
  .prod-auth-response .expired .comp__feature-circular-introduction.effect-bottom-5.response-alert-message:after,
  .prod-auth-response .invalid .comp__feature-circular-introduction.effect-bottom-5.response-alert-message:after,
  .comp__slide.effect-bottom.effect-bottom-5:after,
  .prod-auth-response .authentic .comp__slide.effect-bottom-5.response-header:after,
  .prod-auth-response .recall .comp__slide.response-header:after,
  .prod-auth-response .expired .comp__slide.effect-bottom-5.response-header:after,
  .prod-auth-response .invalid .comp__slide.effect-bottom-5.response-header:after,
  .prod-auth-response .recall .comp__slide.effect-bottom-5.response-alert-message:after,
  .prod-auth-response .expired .comp__slide.effect-bottom-5.response-alert-message:after,
  .prod-auth-response .invalid .comp__slide.effect-bottom-5.response-alert-message:after,
  .comp__slider.effect-bottom.effect-bottom-5:after,
  .prod-auth-response .authentic .comp__slider.effect-bottom-5.response-header:after,
  .prod-auth-response .recall .comp__slider.response-header:after,
  .prod-auth-response .expired .comp__slider.effect-bottom-5.response-header:after,
  .prod-auth-response .invalid .comp__slider.effect-bottom-5.response-header:after,
  .prod-auth-response .recall .comp__slider.effect-bottom-5.response-alert-message:after,
  .prod-auth-response .expired .comp__slider.effect-bottom-5.response-alert-message:after,
  .prod-auth-response .invalid .comp__slider.effect-bottom-5.response-alert-message:after {
    background: transparent url("../img/textures/swirl-red.png") no-repeat bottom left/contain; }
  section.effect-bottom.effect-bottom-6:after, .prod-auth-response .authentic section.effect-bottom-6.response-header:after, .prod-auth-response .recall section.effect-bottom-6.response-header:after, .prod-auth-response .expired section.response-header:after,
  .prod-auth-response .invalid section.response-header:after, .prod-auth-response .recall section.effect-bottom-6.response-alert-message:after,
  .prod-auth-response .expired section.effect-bottom-6.response-alert-message:after, .prod-auth-response .invalid section.effect-bottom-6.response-alert-message:after,
  .comp__banner-small.effect-bottom.effect-bottom-6:after,
  .prod-auth-response .authentic .comp__banner-small.effect-bottom-6.response-header:after,
  .prod-auth-response .recall .comp__banner-small.effect-bottom-6.response-header:after,
  .prod-auth-response .expired .comp__banner-small.response-header:after,
  .prod-auth-response .invalid .comp__banner-small.response-header:after,
  .prod-auth-response .recall .comp__banner-small.effect-bottom-6.response-alert-message:after,
  .prod-auth-response .expired .comp__banner-small.effect-bottom-6.response-alert-message:after,
  .prod-auth-response .invalid .comp__banner-small.effect-bottom-6.response-alert-message:after,
  .comp__feature-circular-introduction.effect-bottom.effect-bottom-6:after,
  .prod-auth-response .authentic .comp__feature-circular-introduction.effect-bottom-6.response-header:after,
  .prod-auth-response .recall .comp__feature-circular-introduction.effect-bottom-6.response-header:after,
  .prod-auth-response .expired .comp__feature-circular-introduction.response-header:after,
  .prod-auth-response .invalid .comp__feature-circular-introduction.response-header:after,
  .prod-auth-response .recall .comp__feature-circular-introduction.effect-bottom-6.response-alert-message:after,
  .prod-auth-response .expired .comp__feature-circular-introduction.effect-bottom-6.response-alert-message:after,
  .prod-auth-response .invalid .comp__feature-circular-introduction.effect-bottom-6.response-alert-message:after,
  .comp__slide.effect-bottom.effect-bottom-6:after,
  .prod-auth-response .authentic .comp__slide.effect-bottom-6.response-header:after,
  .prod-auth-response .recall .comp__slide.effect-bottom-6.response-header:after,
  .prod-auth-response .expired .comp__slide.response-header:after,
  .prod-auth-response .invalid .comp__slide.response-header:after,
  .prod-auth-response .recall .comp__slide.effect-bottom-6.response-alert-message:after,
  .prod-auth-response .expired .comp__slide.effect-bottom-6.response-alert-message:after,
  .prod-auth-response .invalid .comp__slide.effect-bottom-6.response-alert-message:after,
  .comp__slider.effect-bottom.effect-bottom-6:after,
  .prod-auth-response .authentic .comp__slider.effect-bottom-6.response-header:after,
  .prod-auth-response .recall .comp__slider.effect-bottom-6.response-header:after,
  .prod-auth-response .expired .comp__slider.response-header:after,
  .prod-auth-response .invalid .comp__slider.response-header:after,
  .prod-auth-response .recall .comp__slider.effect-bottom-6.response-alert-message:after,
  .prod-auth-response .expired .comp__slider.effect-bottom-6.response-alert-message:after,
  .prod-auth-response .invalid .comp__slider.effect-bottom-6.response-alert-message:after {
    background: transparent url("../img/textures/swirl-orange-yellow.png") no-repeat bottom left/contain; }

/*.swirl-pink-top{
  @extend %swirl;
  &:after{
    content:'';
    display: block;
    width: 100%;
    height: 60px;
    position:absolute;
    top:0;
    right:0;
    z-index: 2;
    background  : transparent url('../img/textures/swirl-pink-top.png') no-repeat top left / contain;
  }
}

.swirl-yellow{
  @extend %swirl;
  &:before{
    background  : transparent url('../img/textures/swirl-yellow.png') no-repeat bottom left / contain;
  }
}

.swirl-yellow-light{
  @extend %swirl;
  &:before{
    background  : transparent url('../img/textures/swirl-yellow-light.png') no-repeat bottom left / contain;
  }
}*/
.full-left {
  background-position: top right; }

.full-right {
  background-position: top left; }

.feeding-guide .amount .title {
  text-align: center;
  font-size: 20px;
  padding: 20px 0; }

.feeding-guide .text-light-blue.title {
  font-size: 20px; }

@media (min-width: 768px) {
  .feeding-guide .text-light-blue.title {
    font-size: 30px; } }

@media (min-width: 768px) {
  .feeding-guide .amount .title {
    font-size: 50px;
    text-align: center; }
  .feeding-guide .text-light-blue.title {
    font-size: 35px; } }

@media (min-width: 1200px) {
  .feeding-guide .text-light-blue.title {
    font-size: 50px; } }

.quality-plus {
  margin-top: -8px; }
  .quality-plus img {
    width: 50%; }
  @media (min-width: 768px) {
    .quality-plus {
      margin-left: 20px;
      margin-top: 0; }
      .quality-plus img {
        width: 100%; } }

.comp__featured-article {
  padding: 70px 0 30px; }
  .comp__featured-article:before, .comp__featured-article:after {
    content: " ";
    display: table; }
  .comp__featured-article:after {
    clear: both; }

@media screen and (max-width: 991px) {
  .comp__request-sample__text {
    display: block;
    padding: 0 20px; } }

.comp__request-sample.alert {
  padding: 0;
  margin: 0; }

@media (min-width: 768px) {
  .comp__tile-thumb.large {
    margin-bottom: 50px; } }

.comp__tile-thumb h3 {
  margin-bottom: 0; }

.comp__tile-thumb p {
  margin-top: 10px; }

.comp__tile-thumb > p {
  margin-bottom: 20px; }

.comp__tile-thumb h3 + .btn {
  margin-top: 10px; }

.img-fancy-circle {
  position: relative;
  width: 280px;
  padding-left: 5px;
  z-index: 2; }
  .img-fancy-circle .img-circle, .img-fancy-circle .icon.circle, .img-fancy-circle .comp__benefitsbubble .circle, .comp__benefitsbubble .img-fancy-circle .circle {
    width: 256px;
    height: 256px;
    overflow: hidden; }
  .img-fancy-circle:after {
    content: '';
    display: block;
    position: absolute;
    top: -14px;
    left: 0px;
    width: 280px;
    height: 279px;
    background: transparent url("../img/textures/ring.png") no-repeat top left/contain; }
  @media (min-width: 1200px) {
    .img-fancy-circle {
      width: 369px; }
      .img-fancy-circle .img-circle, .img-fancy-circle .icon.circle, .img-fancy-circle .comp__benefitsbubble .circle, .comp__benefitsbubble .img-fancy-circle .circle {
        width: 345px;
        height: 345px; }
      .img-fancy-circle:after {
        width: 369px;
        height: 368px; } }

.limit-width {
  padding-right: 0; }
  @media (min-width: 992px) {
    .limit-width {
      padding-right: 50px; } }
  @media (min-width: 1200px) {
    .limit-width {
      padding-right: 160px; } }

.comp__feature-circular-introduction .inner {
  padding: 40px 0; }

.comp__feature-circular-introduction .title {
  margin-bottom: 30px; }

@media (min-width: 480px) {
  .comp__feature-circular-introduction .inner {
    padding: 20px 0; } }

.comp__banner, .comp__slide {
  overflow: hidden; }
  .comp__banner.effect-1, .effect-1.comp__slide {
    position: relative; }
    .comp__banner.effect-1:after, .effect-1.comp__slide:after {
      content: '';
      display: block;
      width: 100%;
      height: 11px;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 2; }
    .comp__banner.effect-1:after, .effect-1.comp__slide:after {
      background: transparent url("../img/svg/bump.svg") repeat-x bottom center; }
  .comp__banner .comp__banner-logo, .comp__slide .comp__banner-logo {
    width: 74px;
    margin: auto;
    display: inline-block; }
  .comp__banner img, .comp__slide img {
    width: 100%; }
  @media (min-width: 768px) {
    .comp__banner, .comp__slide {
      min-height: auto !important; }
      .comp__banner .comp__banner-logo, .comp__slide .comp__banner-logo {
        margin: 0; } }
  @media (min-width: 992px) {
    .comp__banner .comp__banner-logo, .comp__slide .comp__banner-logo {
      width: auto; } }
  .comp__banner .copy, .comp__slide .copy {
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 33px; }
    .comp__banner .copy .title, .comp__slide .copy .title {
      line-height: 1; }
    @media (min-width: 768px) {
      .comp__banner .copy, .comp__slide .copy {
        right: 0;
        margin: auto;
        max-width: 768px;
        padding-top: 40px; }
        .comp__banner .copy .title, .comp__slide .copy .title {
          font-size: 32px; }
        .comp__banner .copy .text-secondary, .comp__slide .copy .text-secondary {
          font-size: 16px; } }
    @media (min-width: 992px) {
      .comp__banner .copy, .comp__slide .copy {
        padding-top: 57px;
        max-width: 1170px; } }
    @media (min-width: 1200px) {
      .comp__banner .copy .title, .comp__slide .copy .title {
        font-size: 60px; }
      .comp__banner .copy .text-secondary, .comp__slide .copy .text-secondary {
        font-size: 20px; } }

.comp__slide .copy {
  padding-top: 24px;
  padding-left: 0; }

.comp__slide .title {
  font-size: 32px; }
  @media (min-width: 1200px) {
    .comp__slide .title {
      font-size: 60px; } }

@media (min-width: 768px) {
  .comp__slide .copy {
    padding-top: 40px; } }

.comp__banner-small {
  background-size: cover;
  background-position: top left;
  padding: 50px 0; }
  @media (min-width: 768px) {
    .comp__banner-small {
      background-position: top right; } }

.comp__breadcrumbs {
  padding-bottom: 30px; }

.comp__feature-three-tile .inner-wrap {
  padding: 20px 0; }
  @media (min-width: 768px) {
    .comp__feature-three-tile .inner-wrap {
      padding: 0; } }

.tpl-holding .article .feature-products {
  padding-bottom: 100px; }

.tpl-holding .article .site-header .navbar {
  padding: 22px 0; }

.tpl-holding .article h1.title {
  font-size: 32px;
  line-height: 1;
  color: #fff;
  text-shadow: 1px 1px 1px #000000; }
  @media (min-width: 992px) {
    .tpl-holding .article h1.title {
      font-size: 60px; } }

.tpl-holding .article .bottom {
  position: absolute;
  bottom: 80px; }

.buy-now .seller-logo img {
  width: auto;
  max-width: 100%; }

.feature-products.mightyape h3 {
  color: #613b7e; }

.comp__slide.mightyape .extra-content .btn-wrapper,
.comp__slide.mightyape .extra-content .promo-badges {
  display: inline-block; }

.comp__slide.mightyape .extra-content .btn-wrapper {
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 80px; }

.comp__slide.mightyape .extra-content .promo-badges {
  position: relative;
  width: 100%;
  text-align: center; }
  .comp__slide.mightyape .extra-content .promo-badges img {
    width: auto; }
  .comp__slide.mightyape .extra-content .promo-badges .btn-label {
    display: block;
    color: #fff;
    background-color: #a3cf63;
    width: 155px;
    border-radius: 15px;
    padding: 9px 16px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    margin: 9px auto 20px; }
  .comp__slide.mightyape .extra-content .promo-badges .col {
    display: block;
    vertical-align: top; }

@media (min-width: 768px) {
  .comp__slide.mightyape .extra-content .promo-badges {
    width: 100%; }
    .comp__slide.mightyape .extra-content .promo-badges .col {
      display: inline-block; }
      .comp__slide.mightyape .extra-content .promo-badges .col + .col {
        margin-left: 12px; } }

@media (min-width: 768px) {
  .comp__slide.mightyape .extra-content .btn-wrapper {
    margin-right: 20px; }
  .comp__slide.mightyape .extra-content .promo-badges {
    padding-left: 0; }
    .comp__slide.mightyape .extra-content .promo-badges .btn-label {
      display: block; } }

@media (min-width: 1340px) {
  .comp__slide.mightyape .extra-content .btn-wrapper {
    float: left;
    margin-bottom: 40px; }
  .comp__slide.mightyape .extra-content .promo-badges {
    padding-left: 0;
    width: auto; }
    .comp__slide.mightyape .extra-content .promo-badges:before {
      content: '';
      width: 1px;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: #c4b5c6;
      display: block; }
    .comp__slide.mightyape .extra-content .promo-badges .col {
      display: block;
      float: left;
      margin-left: 20px; } }

@media (min-width: 768px) {
  .vertical-center {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); } }

/*
----------------------
PRODUCT AUTH
----------------------
*/
.prod-auth-response .response-cta,
.prod-auth-response .response-logo {
  display: inline-block;
  vertical-align: middle; }

.prod-auth-response .btn {
  padding-left: 30px;
  padding-right: 30px; }

.prod-auth-response .response-batch,
.prod-auth-response .response-header-title,
.prod-auth-response .manufactured-place {
  font-weight: 500;
  color: #232e64; }

.prod-auth-response .manufactured-list,
.prod-auth-response .manufactured-title {
  font-weight: 500;
  color: #613b7e; }

.prod-auth-response .response-header-title {
  margin-bottom: 42px;
  margin-top: 15px;
  font-weight: 600; }

.prod-auth-response .response-batch {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.25; }
  .prod-auth-response .response-batch + .row {
    margin: 0; }

.prod-auth-response .alert-image {
  display: inline-block; }

.prod-auth-response .response-logo {
  margin-right: 40px; }

.prod-auth-response .response-alert-message .btn,
.prod-auth-response .response-cta .btn {
  background-color: #7a5da5; }

.prod-auth-response .response-batch .response-cta .btn {
  position: relative;
  top: -3px;
  margin-bottom: 0; }

.prod-auth-response .response-packshot img {
  margin: auto; }

@media (min-width: 992px) {
  .prod-auth-response .response-packshot {
    margin: 0; } }

.prod-auth-response .response-alert-message {
  text-align: center;
  padding-bottom: 70px; }
  .prod-auth-response .response-alert-message .btn {
    margin-top: 37px;
    background-color: #a3cf63; }
  @media (min-width: 992px) {
    .prod-auth-response .response-alert-message {
      text-align: left; }
      .prod-auth-response .response-alert-message .btn {
        padding-left: 80px;
        padding-right: 80px; } }

.prod-auth-response .manufactured-title,
.prod-auth-response .manufactured-place {
  line-height: 1.1; }

.prod-auth-response .manufactured-title {
  margin-bottom: 26px;
  font-size: 28px; }

.prod-auth-response .manufactured-place {
  font-size: 25px; }

.prod-auth-response .manufactured-list {
  margin-bottom: 23px;
  font-size: 16px; }

.prod-auth-response .response-manufactured,
.prod-auth-response .response-alert-message,
.prod-auth-response .response-header {
  padding: 30px 0; }
  .prod-auth-response .response-manufactured .col-left,
  .prod-auth-response .response-alert-message .col-left,
  .prod-auth-response .response-header .col-left {
    max-width: 520px; }

.prod-auth-response .response-header {
  min-height: 500px; }
  @media (max-width: 991px) {
    .prod-auth-response .response-header {
      background: #fff !important;
      min-height: inherit; } }

.prod-auth-response .authentic .result-text,
.prod-auth-response .authentic .pa-code {
  color: #63bc46; }

.prod-auth-response .authentic .response-header {
  padding-bottom: 70px; }

.prod-auth-response .recall .response-header {
  padding-bottom: 70px; }

.prod-auth-response .recall .result-text,
.prod-auth-response .recall .pa-code {
  color: #dd3d3b; }

.prod-auth-response .recall .response-alert-message {
  background-color: #dd3d3b;
  color: #fff; }

.prod-auth-response .expired .response-header,
.prod-auth-response .invalid .response-header {
  padding-bottom: 70px; }

.prod-auth-response .expired .response-alert-message,
.prod-auth-response .invalid .response-alert-message {
  background-color: #f0930d;
  color: #fff; }

.prod-auth-response .expired .result-text,
.prod-auth-response .expired .pa-code,
.prod-auth-response .invalid .result-text,
.prod-auth-response .invalid .pa-code {
  color: #f0930d; }

.prod-auth-response .recall .response-alert-message,
.prod-auth-response .expired .response-alert-message {
  padding-bottom: 70px; }

.prod-auth-response .invalid .response-alert-message {
  padding-bottom: 70px; }

.prod-auth-response .sorry .response-header-subtitle {
  color: #232e64;
  font-size: 20px;
  margin-bottom: 30px; }

.prod-auth-response .col {
  max-width: 480px;
  margin: auto;
  padding: 15px; }
  .prod-auth-response .col.col-left .btn {
    margin: 37px auto 30px auto; }
  @media (min-width: 992px) {
    .prod-auth-response .col.col-left {
      float: left; }
    .prod-auth-response .col.col-right {
      float: right; } }

.prod-auth-response .col.third {
  text-align: center; }
  .prod-auth-response .col.third .img-thumbnail + .img-thumbnail {
    margin-top: 15px; }
  @media (min-width: 992px) {
    .prod-auth-response .col.third {
      width: 33.3%;
      float: left;
      text-align: left; } }

.icon {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: relative;
  border: 0;
  display: inline-block;
  background: transparent; }
  .icon:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block; }
  .icon.circle {
    margin-right: 11px;
    background: white;
    display: inline-block;
    vertical-align: middle;
    padding: 15px;
    border: 2px solid #5fb8da; }

.logo {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 130px;
  height: 45px;
  float: left;
  background: transparent none no-repeat center center / contain; }
  @media (min-width: 768px) {
    .logo {
      float: none; } }
  @media (min-width: 992px) {
    .logo {
      width: 160px;
      height: 45px; } }
  @media (min-width: 1200px) {
    .logo {
      width: 240px;
      height: 45px; } }
  .page-scrolling .logo {
    width: 159px !important;
    height: 30px !important; }

.facebook-square {
  width: 37px;
  height: 37px;
  margin-left: 14px; }
  .facebook-square:before {
    background: transparent url("../img/svg/facebook-square.svg") no-repeat center center/contain; }

.search,
.facebook,
.twitter,
.google-plus {
  opacity: 0.5;
  filter: alpha(opacity=50); }
  .search:hover,
  .facebook:hover,
  .twitter:hover,
  .google-plus:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
  .search + .icon,
  .facebook + .icon,
  .twitter + .icon,
  .google-plus + .icon {
    margin-left: 2px; }

.email-social,
.facebook-social,
.twitter-social,
.google-plus-social {
  opacity: 1;
  filter: alpha(opacity=100); }
  .email-social:hover,
  .facebook-social:hover,
  .twitter-social:hover,
  .google-plus-social:hover {
    opacity: 0.9;
    filter: alpha(opacity=90); }

.facebook {
  width: 27px;
  height: 27px; }
  .facebook:before {
    background: transparent url("../img/svg/facebook.svg") no-repeat center center/contain; }

.facebook-social {
  width: 15px;
  height: 20px; }
  .facebook-social:before {
    background: transparent url("../img/svg/facebook.svg") no-repeat center center/contain; }

.email-social {
  width: 28px;
  height: 20px; }
  .email-social:before {
    background: transparent url("../img/svg/mail.svg") no-repeat center center/contain; }

.twitter {
  width: 25px;
  height: 25px; }
  .twitter:before {
    background: transparent url("../img/svg/twitter.svg") no-repeat center center/contain; }

.twitter-social {
  width: 30px;
  height: 20px; }
  .twitter-social:before {
    background: transparent url("../img/svg/twitter.svg") no-repeat center center/contain; }

.google-plus {
  width: 25px;
  height: 25px; }
  .google-plus:before {
    background: transparent url("../img/svg/google-plus.svg") no-repeat center center/contain; }

.google-plus-social {
  width: 30px;
  height: 20px; }
  .google-plus-social:before {
    background: transparent url("../img/svg/google-plus.svg") no-repeat center center/contain; }

.knife-fork {
  width: 27px;
  height: 27px; }
  .knife-fork:before {
    background: transparent url("../img/svg/knife-fork.svg") no-repeat center center/contain; }

.bottle-blue {
  width: 27px;
  height: 27px; }
  .bottle-blue:before {
    background: transparent url("../img/svg/bottle-blue.svg") no-repeat center center/contain; }

.heart {
  width: 27px;
  height: 27px; }
  .heart:before {
    background: transparent url("../img/svg/heart.svg") no-repeat center center/contain; }

.header {
  width: 25px;
  height: 25px; }
  .header:before {
    background: transparent url("../img/svg/google-plus.svg") no-repeat center center/contain; }

.download {
  width: 16px;
  height: 16px; }
  .download:before {
    background: transparent url("../img/ui/download-icon.png") no-repeat center center/contain; }

.arrow-right, .comp__slider .slick-prev {
  background: transparent url("../img/svg/arrow-left.svg") no-repeat right top/contain; }

.arrow-left, .comp__slider .slick-next {
  background: transparent url("../img/svg/arrow-right.svg") no-repeat left top/contain; }

.closex, .close {
  width: 20px;
  height: 20px; }
  .closex:before, .close:before {
    background: transparent url("../img/svg/close.svg") no-repeat center center/contain; }
  @media (min-width: 768px) {
    .closex, .close {
      width: 25px;
      height: 25px; } }

.search {
  width: 36px;
  height: 32px;
  cursor: pointer;
  margin-top: 10px; }
  .search:before {
    background: transparent url("../img/svg/search.svg") no-repeat center center/contain; }
  .page-scrolling .search {
    margin: 0; }

.facebook-social,
.email-social,
.twitter-social,
.google-plus-social {
  width: 29px;
  height: 29px;
  border-radius: 100%;
  overflow: hidden;
  padding: 6px;
  vertical-align: middle;
  margin: 0 1px; }

.google-plus-social {
  background: #f73e2a; }

.twitter-social {
  background: #2fabe1; }

.facebook-social {
  background: #3b5a9a; }

.email-social {
  background: #659c3f; }

.article-title-social {
  margin-bottom: 10px; }
  .article-title-social .share-title {
    line-height: 1;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    margin-right: 6px; }
  .article-title-social .social {
    vertical-align: middle; }

.container .container:not(.container-force-padding), .m-rich-text .container:not(.container-force-padding), .container .m-rich-text:not(.container-force-padding), .m-rich-text .m-rich-text:not(.container-force-padding),
.container-fluid .container .bootstrap-container .bootstrap-container:not(.container-force-padding),
.container-fluid .m-rich-text .bootstrap-container .bootstrap-container:not(.container-force-padding) {
  width: auto;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0; }

body.aem-edit {
  /*.comp__banner, .comp__slider, .comp__slide{
    &::before,&::after{
      display:none !important;
    }
  }*/ }
  body.aem-edit .comp__slider,
  body.aem-edit .comp__slide,
  body.aem-edit .comp__banner,
  body.aem-edit .comp__slide {
    min-height: 100px !important; }
  body.aem-edit .container .comp__slide, body.aem-edit .m-rich-text .comp__slide {
    background-image: none; }
  body.aem-edit .comp__request-sample {
    display: block !important; }
    body.aem-edit .comp__request-sample button[data-dismiss] {
      visibility: hidden; }
  body.aem-edit .row[class^='cq-element-par_'] > *, body.aem-edit .row[class*=' cq-element-par_'] > * {
    clear: both !important;
    float: none !important;
    display: block !important;
    margin: 0 auto !important; }
  body.aem-edit .row[class^='cq-element-par_'] > script,
  body.aem-edit .row[class^='cq-element-par_'] > style, body.aem-edit .row[class*=' cq-element-par_'] > script,
  body.aem-edit .row[class*=' cq-element-par_'] > style {
    display: none !important; }

body.aem-edit .comp__slider,
body.aem-edit .comp__slide,
body.aem-edit .comp__banner {
  background-image: -webkit-repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, 0.3) 3px);
  background-image: -moz-repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, 0.3) 3px);
  background-image: -o-repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, 0.3) 3px);
  background-image: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, 0.3) 3px);
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px; }

.paper-page {
  padding: 40px;
  position: relative; }
  @media (min-width: 992px) {
    .paper-page + .paper-page {
      margin-top: 0; } }
  .paper-page .paper-bg-1,
  .paper-page .paper-bg-2,
  .paper-page .paper-bg-3 {
    position: absolute;
    left: 0;
    width: 100%; }
  .paper-page .paper-bg-1 {
    top: 0;
    height: 50px;
    background: transparent url("../img/textures/paper-top.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%; }
  .paper-page .paper-bg-2 {
    top: 50px;
    bottom: 50px;
    background-color: #eeeeee;
    background: transparent url("../img/textures/paper-middle.jpg");
    background-repeat: repeat-y;
    background-size: 100%; }
  .paper-page .paper-bg-3 {
    bottom: 0;
    height: 50px;
    background: transparent url("../img/textures/paper-bottom.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%; }
  .paper-page .paper {
    background: radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.2), transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), transparent) 100% 0;
    background-repeat: no-repeat;
    background-size: 10px 100%;
    background-color: #F9FDFF;
    position: relative;
    z-index: 1; }
    .paper-page .paper > .table, .paper-page .m-rich-text .paper > table, .m-rich-text .paper-page .paper > table {
      background: linear-gradient(to right, #F9FDFF 30%, rgba(249, 253, 255, 0)), linear-gradient(to left, #F9FDFF 30%, rgba(249, 253, 255, 0)) 100% 0;
      background-size: 50px 100%;
      background-repeat: no-repeat;
      max-width: none;
      margin-bottom: 0; }
    .paper-page .paper table th {
      min-width: 80px;
      max-width: 180px;
      word-wrap: break-word; }
    .paper-page .paper table th, .paper-page .paper table td {
      white-space: normal !important; }
    .paper-page .paper table th, .paper-page .paper table td + td {
      text-align: center; }
    .paper-page .paper > p {
      font-size: 15px; }

.comp__separator {
  overflow: hidden; }
  .comp__separator hr {
    margin-top: 20px;
    margin-bottom: 20px; }
  .comp__separator div {
    height: 40px; }
  .comp__separator-small hr {
    margin-top: 10px;
    margin-bottom: 10px; }
  .comp__separator-small div {
    height: 20px; }
  .comp__separator-notop hr {
    margin-top: 0; }
  .comp__separator-nobottom hr {
    margin-bottom: 0; }

.request-sample-hide .comp__header {
    top: 0;
}

.comp__header {
  position: fixed;
  width: 100%;
  z-index: 1038;
  top: 105px; }
  .request-sample-hide .comp__header {
    top: 0; }
  @media (min-width: 992px) {
    .comp__header {
      top: 61px; }
      .request-sample-hide .comp__header {
        top: 0; } }
  .comp__header .site-header .navbar > .row {
    overflow: scroll; }
  .comp__header .site-header .logo, .comp__header .site-header li, .comp__header .site-header a {
    display: inline-block;
    vertical-align: middle; }
  .comp__header .site-header li > a {
    color: #232e64;
    font-weight: 600; }
  .comp__header .site-header .navbar-collapse,
  .comp__header .site-header .navbar-header {
    width: 100%;
    float: none;
    padding: 0; }
  .comp__header .site-header .navbar-collapse {
    overflow: hidden; }
  .comp__header .site-header .nav > li {
    display: block;
    border-bottom: 1px solid #f0f0f0;
    margin: 0 38px;
    padding: 0;
    text-align: left; }
    .comp__header .site-header .nav > li a {
      padding: 30px 0;
      position: relative; }
  .comp__header .site-header .nav li.active > a, .comp__header .site-header .nav li:hover > a {
    color: #d3a52b; }
  .comp__header .site-header .nav > li > a {
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    .comp__header .site-header .nav > li > a:after {
      -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
      -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
      -o-transition: -o-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
      -webkit-transform: translate(0, 2px);
      -ms-transform: translate(0, 2px);
      -o-transform: translate(0, 2px);
      transform: translate(0, 2px);
      opacity: 0;
      filter: alpha(opacity=0);
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: #d3a52b;
      position: absolute;
      bottom: 0;
      left: 0; }
  @media (min-width: 768px) {
    .comp__header .site-header .navbar > .row {
      overflow: inherit; }
      .comp__header .site-header .navbar > .row .nav .dropdown-menu li.active > a, .comp__header .site-header .navbar > .row .nav .dropdown-menu li:hover > a {
        background: transparent;
        color: #d3a52b; } }
  .comp__header .site-header .nav ul.dropdown-menu li {
    border-top: 1px solid #f0f0f0; }
    .comp__header .site-header .nav ul.dropdown-menu li a {
      padding: 15px 0; }
  .comp__header .site-header .nav,
  .comp__header .site-header .navbar-header {
    text-align: center; }
  .comp__header .site-header .navbar-header {
    height: 49px; }
  .comp__header .site-header .navbar-collapse {
    background: #fff; }
  .comp__header .site-header .container, .comp__header .site-header .m-rich-text {
    position: relative; }
  @media (min-width: 768px) {
    .comp__header .site-header .nav ul.dropdown-menu li {
      border-top: 0; }
    .comp__header .site-header .nav > li.active > a,
    .comp__header .site-header .nav > li:hover > a,
    .comp__header .site-header .nav > li:focus > a {
      color: #b7e2ed; }
      .comp__header .site-header .nav > li.active > a:after,
      .comp__header .site-header .nav > li:hover > a:after,
      .comp__header .site-header .nav > li:focus > a:after {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100); }
    .comp__header .site-header .navbar-collapse {
      background: transparent; }
    .comp__header .site-header .navbar-header {
      height: auto; }
    .comp__header .site-header .navbar {
      padding: 15px 15px 0; }
    .comp__header .site-header .navbar-nav {
      text-align: center;
      width: 100%; }
    .comp__header .site-header .nav > li > a {
      color: #fff; }
    .comp__header .site-header .nav > li {
      -webkit-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      display: inline-block;
      border-bottom: 0;
      padding: 20px 0 25px 0;
      margin: 0;
      float: none; }
      .comp__header .site-header .nav > li > a,
      .comp__header .site-header .nav > li > a:focus,
      .comp__header .site-header .nav > li > a:active,
      .comp__header .site-header .nav > li > a:hover {
        padding: 0; }
      .comp__header .site-header .nav > li + li {
        margin-left: 40px; }
        .comp__header .site-header .nav > li + li.nav-btn {
          margin-left: 0; }
    .comp__header .site-header .row,
    .comp__header .site-header .navbar-collapse {
      display: inline-block !important;
      width: 100%;
      margin: 0;
      vertical-align: middle; } }
  @media (min-width: 992px) {
    .comp__header .site-header .nav > li + li.nav-btn {
      margin-left: 40px; } }
  @media (min-width: 1200px) {
    .comp__header .site-header .row {
      width: auto; }
    .comp__header .site-header .nav > li {
      padding: 33px 0; }
      .page-scrolling .comp__header .site-header .nav > li {
        padding: 10px 0; }
    .comp__header .site-header .navbar {
      padding: 0; }
    .comp__header .site-header .navbar-header {
      display: inline-block;
      width: auto; 
          padding-top: 30px;
    }
    .comp__header .site-header .nav > li {
      margin-left: 25px; }
      .comp__header .site-header .nav > li + li {
        margin-left: 25px; } }
  @media (min-width: 1200px) {
    .comp__header .site-header .nav > li {
      margin-left: 45px; }
      .comp__header .site-header .nav > li + li {
        margin-left: 40px; } }
  .comp__header .nav-extras {
    float: right;
    right: -30px; }
    .comp__header .nav-extras a:focus, .comp__header .nav-extras button:focus {
      outline: 0; }
    @media (min-width: 768px) {
      .comp__header .nav-extras {
        position: absolute; } }
  .comp__header .search-form {
    border-top: 2px solid #d3a52b;
    margin: 0;
    padding: 0; }
    .comp__header .search-form label {
      display: none; }
    .comp__header .search-form .form-control, .comp__header .search-form input[type="checkbox"] + label span:before, input[type="checkbox"] + label .comp__header .search-form span:before, .comp__header .search-form
    input[type="radio"] + label span:before,
    input[type="radio"] + label .comp__header .search-form span:before {
      -webkit-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
      text-transform: uppercase;
      width: 100%;
      background: #d3a52b;
      border-radius: 0;
      border: 0;
      color: #fff;
      height: 52px;
      line-height: 52px;
      font-weight: 500;
      font-size: 17px;
      padding-left: 17px; }
      .comp__header .search-form .form-control::-moz-placeholder {
        color: #a17e20;
        opacity: 1; }
      .comp__header .search-form .form-control:-ms-input-placeholder, .comp__header .search-form input[type="checkbox"] + label span:-ms-input-placeholder:before, input[type="checkbox"] + label .comp__header .search-form span:-ms-input-placeholder:before, .comp__header .search-form
      input[type="radio"] + label span:-ms-input-placeholder:before,
      input[type="radio"] + label .comp__header .search-form span:-ms-input-placeholder:before {
        color: #a17e20; }
      .comp__header .search-form .form-control::-webkit-input-placeholder {
        color: #a17e20; }
      .comp__header .search-form .form-control:focus, .comp__header .search-form input[type="checkbox"] + label span:focus:before, input[type="checkbox"] + label .comp__header .search-form span:focus:before, .comp__header .search-form
      input[type="radio"] + label span:focus:before,
      input[type="radio"] + label .comp__header .search-form span:focus:before {
        background: #d8ae40; }
      @media (min-width: 992px) {
        .comp__header .search-form .form-control, .comp__header .search-form input[type="checkbox"] + label span:before, input[type="checkbox"] + label .comp__header .search-form span:before, .comp__header .search-form
        input[type="radio"] + label span:before,
        input[type="radio"] + label .comp__header .search-form span:before {
          height: 96px;
          line-height: 96px;
          font-size: 22px;
          padding-left: 151px; } }
    .comp__header .search-form .form-group {
      margin: 0;
      padding: 0;
      position: relative; }
      .comp__header .search-form .form-group:before {
        content: "";
        display: block;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #d3a52b;
        position: absolute;
        top: -8px;
        right: 65px; }
        @media (min-width: 768px) {
          .comp__header .search-form .form-group:before {
            top: 0; } }
        @media (min-width: 1200px) {
          .comp__header .search-form .form-group:before {
            right: 79px;
            top: -8px; } }
  .comp__header .navbar-collapse .dropdown-menu {
    position: relative; }
  .comp__header .navbar-collapse .dropdown-menu-nested li {
    display: block; }
  .comp__header .navbar-collapse .dropdown-toggle {
    padding: 30px 0;
    background: 0;
    border: 0; }
  @media (min-width: 768px) {
    .comp__header .navbar-collapse .dropdown-toggle {
      display: none; }
    .comp__header .navbar-collapse .dropdown-menu-nested li {
      display: inline-block; }
    .comp__header .navbar-collapse .dropdown:before, .comp__header .navbar-collapse .dropdown:after {
      content: " ";
      display: table; }
    .comp__header .navbar-collapse .dropdown:after {
      clear: both; }
    .comp__header .navbar-collapse .dropdown .dropdown-menu {
      position: relative;
      -webkit-transition: opacity 0.1s ease-in-out;
      -o-transition: opacity 0.1s ease-in-out;
      transition: opacity 0.1s ease-in-out;
      opacity: 0;
      filter: alpha(opacity=0);
      display: none;
      width: 100%; }
      .comp__header .navbar-collapse .dropdown .dropdown-menu li {
        width: 100%; }
    .comp__header .navbar-collapse .dropdown:hover a + .dropdown-menu {
      -webkit-transition: opacity 0.1s ease-in-out 1s;
      -o-transition: opacity 0.1s ease-in-out 1s;
      transition: opacity 0.1s ease-in-out 1s;
      opacity: 1;
      filter: alpha(opacity=100);
      display: block; }
    .comp__header .navbar-collapse .dropdown .dropdown-menu {
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      position: absolute;
      padding: 0 20px;
      margin-top: -10px; }
      .comp__header .navbar-collapse .dropdown .dropdown-menu a {
        padding: 17px 0; }
      .comp__header .navbar-collapse .dropdown .dropdown-menu li + li {
        border-top: 1px solid #ccc; } }
  @media (min-width: 1200px) {
    .comp__header .navbar-collapse .dropdown .dropdown-menu {
      margin-top: -18px; } }

.site-header .navbar-nav .nav-btn > .btn {
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 11px 16px !important;
  font-size: 16px;
  line-height: 1;
  border-radius: 2em;
  display: inline-block;
  margin: 30px auto;
  display: block;
  min-width: 250px;
  color: #fff !important;
  background: #a3cf63; }
  .site-header .navbar-nav .nav-btn > .btn:after {
    display: none; }
  @media (min-width: 768px) {
    .site-header .navbar-nav .nav-btn > .btn {
      display: inline-block;
      margin: 0; } }
  @media (min-width: 992px) {
    .site-header .navbar-nav .nav-btn > .btn {
      min-width: inherit; } }
  .page-scrolling .site-header .navbar-nav .nav-btn > .btn {
    padding: 8px 16px !important; }

.site-header .navbar-nav .nav-btn.active > .btn, .site-header .navbar-nav .nav-btn:hover > .btn {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  background: #a3cf63; }

.site-footer {
  padding: 19px 0 5px 0; }
  .site-footer ul {
    margin: 20px 0px; }
    .site-footer ul li {
      font-size: 12px;
      font-weight: 400;
      color: #5a5a5a; }
      .site-footer ul li.active a {
        text-decoration: underline; }
      .site-footer ul li a {
        color: inherit;
        padding-top: 5px;
        padding-bottom: 5px;
        display: inline-block;
        font-weight: 400; }
    .site-footer ul.small {
      margin-top: 18px; }
      .site-footer ul.small li {
        font-weight: 300;
        color: #787878;
        display: block;
        text-align: center; }
        .site-footer ul.small li a {
          color: inherit; }
  .site-footer .small .col {
    display: inline-block;
    width: auto;
    float: none; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 30px 0 55px 0; }
      .site-footer .col {
        width: auto;
        float: none; }
      .site-footer ul li {
        font-size: 16px; }
        .site-footer ul li a {
          padding-top: 0;
          padding-bottom: 0; }
      .site-footer ul.small li {
        display: inline-block;
        font-size: 14px; } }

.comp__request-sample {
  position: fixed;
  z-index: 1038;
  width: 100%;
  left: 0;
  border: 0;
  height: 105px; }
  @media (min-width: 992px) {
    .comp__request-sample {
      height: auto; } }
  .comp__request-sample > div {
    position: relative;
    padding: 15px 20px;
    text-align: center;
    height: 100%;
    display: table;
    vertical-align: middle; }
    .comp__request-sample > div .message {
      color: #232e64;
      font-weight: 500;
      font-size: 14px;
      line-height: 1.4;
      margin: auto;
      display: table-cell;
      vertical-align: middle; }
    .comp__request-sample > div .closex, .comp__request-sample > div .close {
      position: absolute;
      top: 15px;
      bottom: auto;
      right: 15px;
      margin: auto; }
    .comp__request-sample > div .btn {
      margin-top: 6px; }
    @media (min-width: 768px) {
      .comp__request-sample > div .closex, .comp__request-sample > div .close {
        right: 18px;
        top: 0;
        bottom: 0;
        margin: auto; }
      .comp__request-sample > div br {
        display: none; }
      .comp__request-sample > div .message {
        font-size: 20px; }
      .comp__request-sample > div .btn {
        margin-top: 0; } }
    .comp__request-sample > div .facebook-cta {
      display: inline-block;
      vertical-align: middle; }
      .comp__request-sample > div .facebook-cta .icon {
        vertical-align: middle; }
  .comp__request-sample.comp__request-sample-variation-large > div,
  .comp__request-sample.comp__request-sample-variation-large-social > div {
    padding: 26px 10px;
    text-align: right;
    font-weight: 500; }
    .comp__request-sample.comp__request-sample-variation-large > div .message,
    .comp__request-sample.comp__request-sample-variation-large-social > div .message {
      color: #613b7e; }
      .comp__request-sample.comp__request-sample-variation-large > div .message .cta,
      .comp__request-sample.comp__request-sample-variation-large > div .message .copy,
      .comp__request-sample.comp__request-sample-variation-large-social > div .message .cta,
      .comp__request-sample.comp__request-sample-variation-large-social > div .message .copy {
        text-align: center;
        float: none;
        display: inline-block;
        padding: 10px;
        width: 100%; }
  @media (min-width: 1200px) {
    .comp__request-sample.comp__request-sample-variation-large-social > div .message .copy,
    .comp__request-sample.comp__request-sample-variation-large-social > div .message .cta {
      width: auto; }
    .comp__request-sample.comp__request-sample-variation-large-social > div .message .copy {
      float: right; }
    .comp__request-sample.comp__request-sample-variation-large-social > div .message .cta {
      float: left; } }

.comp__slider {
  position: relative; }
  .comp__slider .controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100; }
  .comp__slider .slick-slide {
    background-position: 49%;
    background-size: auto 100%; }
  .comp__slider .slider,
  .comp__slider .slick-list,
  .comp__slider .slick-track,
  .comp__slider .slick-slide {
    height: 100%; }
  @media (min-width: 480px) {
    .comp__slider .slick-slide {
      background-position: 20%; } }
  @media (min-width: 768px) {
    .comp__slider .slick-slide {
      background-position: bottom right;
      background-size: cover; } }
  .comp__slider .slick-dots {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 auto 15px; }
    .comp__slider .slick-dots li {
      display: inline-block;
      text-align: center; }
      .comp__slider .slick-dots li button {
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 12px;
        height: 12px;
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        background: transparent;
        border-radius: 50%;
        border: 2px solid #fff;
        padding: 0; }
      .comp__slider .slick-dots li + li {
        margin-left: 5px; }
      .comp__slider .slick-dots li.slick-active button {
        background: #fff; }
    .comp__slider .slick-dots:hover {
      opacity: 0.6;
      filter: alpha(opacity=60); }
  .comp__slider .slick-arrow {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 40px;
    height: 40px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    border: 0; }
    .comp__slider .slick-arrow:hover {
      opacity: 0.6;
      filter: alpha(opacity=60); }
  .comp__slider .slick-next {
    margin-left: 5px; }
  .comp__slider .comp__slide::before, .comp__slider .comp__slide::after {
    display: none !important; }
  html.supports-no-js .comp__slider .comp__slide:nth-child(n+2) {
    display: none; }

.comp__benefit .title {
  font-weight: 600; }

.comp__benefit .btn-link,
.comp__benefit .title + p {
  font-weight: 500; }

.comp__benefit .btn-link {
  color: inherit; }

.comp__benefits {
  padding: 40px 0 0; }
  @media (min-width: 992px) {
    .comp__benefits {
      padding: 0; } }

.comp__benefitsbubble {
  position: relative;
  height: 400px;
  width: 400px;
  margin: auto;
  left: -55px;
  text-align: center; }
  .comp__benefitsbubble .bubble {
    position: relative;
    top: 0;
    left: 0;
    background: transparent url("../img/content/teddy.png") no-repeat left top;
    background-size: 85%; }
    .comp__benefitsbubble .bubble .content {
      -webkit-transition: opacity 0.1s ease-in-out 0.2s;
      -o-transition: opacity 0.1s ease-in-out 0.2s;
      transition: opacity 0.1s ease-in-out 0.2s;
      width: 282px;
      height: 282px;
      opacity: 0;
      filter: alpha(opacity=0);
      position: relative;
      background-color: rgba(97, 59, 126, 0.9);
      color: #fff;
      margin: auto; }
      .comp__benefitsbubble .bubble .content .title,
      .comp__benefitsbubble .bubble .content .copy {
        -webkit-transition: opacity 0.1s ease-in-out 0s;
        -o-transition: opacity 0.1s ease-in-out 0s;
        transition: opacity 0.1s ease-in-out 0s;
        opacity: 0;
        filter: alpha(opacity=0); }
      .comp__benefitsbubble .bubble .content.active {
        -webkit-transition: opacity 0.1s ease-in-out;
        -o-transition: opacity 0.1s ease-in-out;
        transition: opacity 0.1s ease-in-out;
        opacity: 1;
        filter: alpha(opacity=100); }
        .comp__benefitsbubble .bubble .content.active .title,
        .comp__benefitsbubble .bubble .content.active .copy {
          -webkit-transition: opacity 0.1s ease-in-out 0.2s;
          -o-transition: opacity 0.1s ease-in-out 0.2s;
          transition: opacity 0.1s ease-in-out 0.2s;
          opacity: 1;
          filter: alpha(opacity=100); }
    .comp__benefitsbubble .bubble .content-inner {
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      position: absolute;
      left: 0;
      text-align: center;
      width: 100%;
      top: 50%;
      padding: 20px; }
  .comp__benefitsbubble .bubble-controls {
    margin-top: 10px;
    position: relative;
    z-index: 1; }
  .comp__benefitsbubble .btn {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.5;
    filter: alpha(opacity=50);
    width: 74px;
    height: 74px;
    background-color: #fff;
    border: 1px solid #8165a7;
    font-size: 11px; }
    .comp__benefitsbubble .btn:active, .comp__benefitsbubble .btn:focus, .comp__benefitsbubble .btn:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      background-color: #613b7e;
      border: 1px solid #613b7e;
      color: #fff; }
    .comp__benefitsbubble .btn span {
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      position: absolute;
      left: 0;
      text-align: center;
      width: 100%;
      top: 50%; }
  @media (min-width: 480px) {
    .comp__benefitsbubble {
      left: 0; } }
  @media (min-width: 768px) {
    .comp__benefitsbubble {
      height: 550px;
      width: 680px;
      margin: 0; }
      .comp__benefitsbubble .bubble {
        position: absolute;
        background-size: 100%; }
        .comp__benefitsbubble .bubble .content {
          width: 432px;
          height: 432px;
          margin-left: 90px; }
        .comp__benefitsbubble .bubble .content-inner {
          padding: 60px; }
      .comp__benefitsbubble .btn {
        width: 115px;
        height: 115px;
        position: absolute;
        font-size: 16px; }
      .comp__benefitsbubble .four {
        left: 522px;
        top: 0; }
      .comp__benefitsbubble .three {
        left: 564px;
        top: 158px; }
      .comp__benefitsbubble .two {
        top: 317px;
        left: 522px; }
      .comp__benefitsbubble .one {
        top: 433px;
        left: 408px; } }

.comp__secondarynav {
  margin-bottom: 25px;
  border-bottom: 2px solid #613b7e;
  line-height: 1.2;
  background: transparent;
  width: 100%;
  position: relative; }
  .comp__secondarynav ul {
    margin: 0;
    padding: 12px 23px;
    background: #613b7e; }
  .comp__secondarynav .current,
  .comp__secondarynav li {
    display: block;
    text-align: left;
    color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 0; }
    .comp__secondarynav .current a, .comp__secondarynav .current span,
    .comp__secondarynav li a,
    .comp__secondarynav li span {
      color: inherit;
      padding: 10px;
      display: inline-block;
      font-weight: 500;
      font-size: inherit;
      text-decoration: none; }
    .comp__secondarynav .current > a:hover,
    .comp__secondarynav .current > a:active,
    .comp__secondarynav .current > a:focus,
    .active .comp__secondarynav .current,
    .comp__secondarynav li > a:hover,
    .comp__secondarynav li > a:active,
    .comp__secondarynav li > a:focus,
    .active
    .comp__secondarynav li {
      color: #d3a52b; }
    .comp__secondarynav .current + li,
    .comp__secondarynav li + li {
      border-top: 1px solid #573571; }
  .comp__secondarynav .current {
    color: #d3a52b; }
  .comp__secondarynav .navbar-toggle {
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    margin: 0;
    padding: 10px; }
    .comp__secondarynav .navbar-toggle .icon-bar {
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      opacity: 1;
      filter: alpha(opacity=100);
      background: #613b7e;
      width: 16px;
      height: 2px; }
      .comp__secondarynav .navbar-toggle .icon-bar.middle {
        opacity: 0;
        filter: alpha(opacity=0); }
      .comp__secondarynav .navbar-toggle .icon-bar.top {
        -webkit-transform: translate(0, 5px) rotate(-45deg);
        -moz-transform: translate(0, 5px) rotate(-45deg);
        -ms-transform: translate(0, 5px) rotate(-45deg);
        transform: translate(0, 5px) rotate(-45deg); }
      .comp__secondarynav .navbar-toggle .icon-bar.bottom {
        -webkit-transform: translate(0, -5px) rotate(45deg);
        -moz-transform: translate(0, -5px) rotate(45deg);
        -ms-transform: translate(0, -5px) rotate(45deg);
        transform: translate(0, -5px) rotate(45deg); }
    .comp__secondarynav .navbar-toggle .icon-bar + .icon-bar {
      margin-top: 3px; }
    .comp__secondarynav .navbar-toggle.collapsed .icon-bar {
      background: #613b7e;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      opacity: 1;
      filter: alpha(opacity=100); }
  .comp__secondarynav .dropdown-toggle {
    padding: 0;
    background: transparent;
    border: 0;
    float: right;
    line-height: 34px;
    width: 18px; }
  @media (min-width: 768px) {
    .comp__secondarynav {
      border-bottom: 0; }
      .comp__secondarynav.without-subnav {
        border-bottom: 2px solid #613b7e; }
      .comp__secondarynav .dropdown.open .label {
        position: relative; }
        .comp__secondarynav .dropdown.open .label:after {
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          content: '';
          display: block;
          position: absolute;
          left: 50%;
          border-bottom: 10px solid #613b7e;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          bottom: -13px; }
      .comp__secondarynav .current {
        display: none; }
      .comp__secondarynav ul {
        background: transparent;
        padding: 0; }
      .comp__secondarynav .collapse > li {
        font-weight: 600;
        display: inline-block;
        position: relative;
        font-size: 16px;
        color: #613b7e; }
        .comp__secondarynav .collapse > li a {
          padding: 10px;
          display: inline-block;
          text-decoration: none; }
        .comp__secondarynav .collapse > li .dropdown:hover + a {
          position: relative; }
          .comp__secondarynav .collapse > li .dropdown:hover + a:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -5px;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #613b7e; }
        .comp__secondarynav .collapse > li.active a.label,
        .comp__secondarynav .collapse > li a.active,
        .comp__secondarynav .collapse > li a:active,
        .comp__secondarynav .collapse > li a:hover {
          color: #d3a52b; }
        .comp__secondarynav .collapse > li + li {
          border-top: 0; }
          .comp__secondarynav .collapse > li + li > .label {
            position: relative; }
            .comp__secondarynav .collapse > li + li > .label:before {
              position: absolute;
              left: 0;
              top: 50%;
              content: "";
              display: block;
              width: 1px;
              height: 40px;
              -webkit-transform: translate(0, -50%);
              -ms-transform: translate(0, -50%);
              -o-transform: translate(0, -50%);
              transform: translate(0, -50%);
              background-image: -webkit-linear-gradient(transparent, #cac6db 50%, transparent);
              background-image: -o-linear-gradient(transparent, #cac6db 50%, transparent);
              background-image: linear-gradient(transparent, #cac6db 50%, transparent);
              background-repeat: no-repeat;
              filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0); }
      .comp__secondarynav .navbar-collapse .dropdown {
        position: inherit; }
        .comp__secondarynav .navbar-collapse .dropdown .dropdown-menu {
          background: #613b7e;
          text-align: center;
          top: 52px;
          border-radius: 0;
          border: 0;
          width: 100%;
          border-bottom-left-radius: 5px;
          border-bottom-right-radius: 5px; }
          .comp__secondarynav .navbar-collapse .dropdown .dropdown-menu > li {
            font-size: 16px;
            color: #fff;
            display: inline-block;
            width: auto;
            position: relative; }
            .comp__secondarynav .navbar-collapse .dropdown .dropdown-menu > li a {
              padding: 24px 10px;
              display: inline-block; }
            .comp__secondarynav .navbar-collapse .dropdown .dropdown-menu > li + li {
              border-top: 0; }
              .comp__secondarynav .navbar-collapse .dropdown .dropdown-menu > li + li:before {
                opacity: 0.2;
                filter: alpha(opacity=20);
                position: absolute;
                left: 0;
                top: 50%;
                content: "";
                display: block;
                width: 1px;
                height: 40px;
                -webkit-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                -o-transform: translate(0, -50%);
                transform: translate(0, -50%);
                background-image: -webkit-linear-gradient(transparent, #cac6db 50%, transparent);
                background-image: -o-linear-gradient(transparent, #cac6db 50%, transparent);
                background-image: linear-gradient(transparent, #cac6db 50%, transparent);
                background-repeat: no-repeat;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0); } }

.comp__backtotop {
  padding-bottom: 16px; }
  .comp__backtotop .backtotop-btn {
    width: 100px;
    display: block;
    margin: auto;
    font-size: 13px; }
    .comp__backtotop .backtotop-btn:active, .comp__backtotop .backtotop-btn:visited, .comp__backtotop .backtotop-btn:hover {
      text-decoration: none; }
    .comp__backtotop .backtotop-btn:before {
      width: 34px;
      height: 34px;
      background: transparent url("../img/ui/backtotop.png") no-repeat top left;
      content: '';
      display: block;
      overflow: hidden;
      margin: 0 auto 8px; }
    .comp__backtotop .backtotop-btn:hover:before {
      background-position: top right; }
    @media (min-width: 768px) {
      .comp__backtotop .backtotop-btn {
        font-size: 16px; }
        .comp__backtotop .backtotop-btn:before {
          margin-bottom: 17px; } }

*[data-js_comp__equalheights=".comp__range-product-item-content"] .comp__range-product-item-content {
  margin-bottom: 20px; }

.comp__range {
  margin-top: 20px;
  padding-bottom: 40px; }
  .comp__range > section:first-child h3 p, .comp__range > section:first-child h4 p {
    font-size: inherit; }
  .comp__range .row + .row {
    margin-top: 10px; }
  .comp__range .title {
    font-size: 25px;
    font-weight: 600;
    margin: 0; }
    .comp__range .title + p {
      font-size: 15px; }
  @media (min-width: 768px) {
    .comp__range {
      margin-top: 50px; }
      .comp__range .row + .row {
        margin-top: 56px; } }

.comp__social-icons {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 30%;
  left: 0; }
  .comp__social-icons .label {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600; }
  .comp__social-icons:hover .label {
    opacity: 1;
    filter: alpha(opacity=100); }
  @media (min-width: 992px) {
    .comp__social-icons {
      top: 50%;
      left: auto;
      right: 52px; } }
  @media (min-width: 1200px) {
    .comp__social-icons {
      right: 69px; } }

.comp__jumpmenu .jump {
  position: relative;
  z-index: 4;
  margin: auto;
  max-width: 420px;
  background: white;
  border-radius: 10px;
  padding: 23px;
  box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.1); }
  .comp__jumpmenu .jump .title {
    text-align: center;
    font-size: 18px; }
  @media (min-width: 768px) {
    .comp__jumpmenu .jump {
      margin: -74px auto 0; } }

.comp__jumpmenu .jump-to {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  max-width: 368px;
  margin: auto;
  padding: 11px;
  text-align: center;
  vertical-align: middle; }
  .comp__jumpmenu .jump-to span {
    font-size: 14px;
    font-weight: 600;
    color: white;
    line-height: 1; }
  .comp__jumpmenu .jump-to .double span {
    font-size: 12px;
    line-height: 1.2; }
  .comp__jumpmenu .jump-to * {
    display: inline-block;
    vertical-align: middle; }
  .comp__jumpmenu .jump-to .icon {
    margin: 0 8px; }
  .comp__jumpmenu .jump-to .title {
    display: block;
    padding-bottom: 10px; }
  @media (min-width: 768px) {
    .comp__jumpmenu .jump-to .title {
      display: inline-block;
      padding-bottom: 0; } }

.comp__search-results .result {
  text-decoration: none; }
  .comp__search-results .result p {
    font-size: 15px;
    color: #646464; }
  .comp__search-results .result:active .title, .comp__search-results .result:visited .title, .comp__search-results .result:hover .title {
    text-decoration: underline; }

.comp__search-results .inner {
  padding: 13px 0; }

.glyphicon.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear; }

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg); }
  to {
    transform: scale(1) rotate(360deg); } }

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

.comp__feeding-guide-icon {
  width: 79px;
  height: 79px; }
  .comp__feeding-guide-icon:before {
    display: none; }
  .comp__feeding-guide-icon span {
    display: block;
    height: 100%;
    background: transparent none no-repeat center center / contain; }

.comp__aside {
  padding: 0 20%; }

.m-rich-text img {
  display: block;
  max-width: 100%;
  height: auto; }

article.page.article > .m-rich-text,
article.page.article > .page__par > .m-rich-text {
  padding-top: 40px;
  padding-bottom: 40px;
  /* custom class assigned by javascript */ }
  article.page.article > .m-rich-text.m-rich-text-fluid,
  article.page.article > .page__par > .m-rich-text.m-rich-text-fluid {
    width: auto;
    padding: 0; }
  article.page.article > .m-rich-text > *:first-child,
  article.page.article > .page__par > .m-rich-text > *:first-child {
    margin-top: 0; }
  article.page.article > .m-rich-text > *:last-child,
  article.page.article > .page__par > .m-rich-text > *:last-child {
    margin-bottom: 0; }

.comp__requestsampleform-over-six-months {
  display: none; }

.comp__requestsampleform.just-one-product .js_comp__requestsampleform__product + label + span {
  display: none; }

.comp__requestsampleform.just-one-product .js_comp__requestsampleform__product + label .comp__range-product + span {
  display: none; }

.comp__tile .half {
  height: 412px;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%; }
  .comp__tile .half .title {
    margin-top: 36px; }

@media (min-width: 768px) {
  .comp__tile .half {
    height: 560px; }
    .comp__tile .half.left {
      padding-left: 80px;
      padding-right: 15px; }
    .comp__tile .half.right {
      padding-left: 60px;
      padding-left: 15px; }
    .comp__tile .half .title {
      margin-top: 56px; } }

@media (min-width: 768px) {
  .landing-banner-content {
    -webkit-transform: translate(0, -70%);
    -moz-transform: translate(0, -70%);
    -ms-transform: translate(0, -70%);
    transform: translate(0, -70%); } }

.branch-buttons {
  margin-bottom: 20px; }
  .branch-buttons:before, .branch-buttons:after {
    content: " ";
    display: table; }
  .branch-buttons:after {
    clear: both; }
  @media (min-width: 992px) {
    .branch-buttons {
      margin-bottom: 80px;
      margin-top: 40px; } }
  .branch-buttons a {
    display: block;
    width: 45%;
    margin: 5px 2.5%;
    text-align: center;
    float: left;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (min-width: 768px) {
      .branch-buttons a {
        width: 28.3333%; } }
    @media (min-width: 992px) {
      .branch-buttons a {
        width: 19%;
        margin-left: 0.5%;
        margin-right: 0.5%; } }
    .branch-buttons a:hover {
      background-color: #182967; }

@media (min-width: 992px) {
  .landing-content {
    margin: 60px 0 140px 0; } }

@media (min-width: 1200px) {
  .landing-content {
    margin-bottom: 180px; } }

.landing-content a {
  color: #182967;
  text-decoration: underline; }
  .landing-content a:hover {
    text-decoration: none; }

.comp__product-search .row-same-sm-height {
  margin-top: 45px;
  margin-bottom: 75px; }

.comp__product-search form {
  margin: 20px 10px 40px; }

@media (min-width: 768px) {
  .comp__product-search form {
    margin: 40px 10px 80px; } }

.comp__product-search .title {
  line-height: 1.1;
  padding-bottom: 6px; }

.comp__product-search .btn {
  margin-bottom: 8px; }

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