.slick-slider {
  position: relative;
  display: block;
  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: 0;
}

.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;
}

@charset 'UTF-8';
.slick-loading .slick-list {
  background: #fff
    url('../../clientlibs/onstar/vendor/slick/src/less/ajax-loader.gif') center
    center no-repeat;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: 0;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: 'â†';
}

[dir='rtl'] .slick-prev:before {
  content: 'â†’';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: 'â†’';
}

[dir='rtl'] .slick-next:before {
  content: 'â†';
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: 0;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'â€¢';
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.select2-container {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin: 0 auto;
  vertical-align: middle;
  width: auto !important;
}

.select2-container .select2-selection--single {
  position: relative;
  display: block;
  border: 1px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 18px;
  width: 200px;
  height: 50px;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir='rtl']
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  display: block;
  box-sizing: border-box;
  min-height: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  font-size: 100%;
  box-sizing: border-box;
  margin-top: 5px;
  padding: 0;
  border: 0;
}

.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  position: absolute;
  z-index: 1051;
  left: -100000px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 0;
  background: #003e7e;
}

.select2-results {
  display: block;
}

.select2-results__options {
  margin: 0;
  padding: 0;
  list-style: none;
}

.select2-results__option {
  padding: 6px;
  -webkit-user-select: none;
  user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  box-sizing: border-box;
  width: 100%;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  border: 0;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-family: 'on-gotham-book';
  font-size: 24px;
  color: #fff;
  line-height: 45px;
  padding: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  font-weight: bold;
  float: right;
  cursor: pointer;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  background: url('../../../content/dam/onstar/components/vehicle_selector/Chevron-White-Icn.svg')
    no-repeat;
  background-size: 100%;
  position: absolute;
  top: 20px;
  right: 10px;
  width: 15px;
  height: 9px;
}

.select2-container--default[dir='rtl']
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}

.select2-container--default[dir='rtl']
  .select2-selection--single
  .select2-selection__arrow {
  right: auto;
  left: 1px;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single {
  cursor: default;
  background-color: #eee;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #fff transparent;
}

.select2-container--default .select2-selection--multiple {
  cursor: text;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-color: white;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 5px;
  list-style: none;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  float: left;
  margin-top: 5px;
  color: #999;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  font-weight: bold;
  float: right;
  margin-top: 5px;
  margin-right: 10px;
  cursor: pointer;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  padding: 0 5px;
  cursor: default;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-color: #e4e4e4;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  font-weight: bold;
  display: inline-block;
  margin-right: 2px;
  cursor: pointer;
  color: #999;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir='rtl']
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir='rtl']
  .select2-selection--multiple
  .select2-selection__placeholder,
.select2-container--default[dir='rtl']
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}

.select2-container--default[dir='rtl']
  .select2-selection--multiple
  .select2-selection__choice {
  margin-right: auto;
  margin-left: 5px;
}

.select2-container--default[dir='rtl']
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-right: auto;
  margin-left: 2px;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  cursor: default;
  background-color: #eee;
}

.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  overflow-y: auto;
  max-height: 200px;
}

.select2-container--default .select2-results__option[role='group'] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled='true'] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected='true'] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  color: white;
  background-color: #5897fb;
}

.select2-container--default .select2-results__group {
  display: block;
  padding: 6px;
  cursor: default;
}

.select2-container--classic .select2-selection--single {
  border: 1px solid #fff;
  border-radius: 0;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 28px;
  color: #fff;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  font-weight: bold;
  float: right;
  margin-right: 10px;
  cursor: pointer;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  height: 26px;
  border: 0;
  border-left: 1px solid #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0);
}

.select2-container--classic[dir='rtl']
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir='rtl']
  .select2-selection--single
  .select2-selection__arrow {
  right: auto;
  left: 1px;
  border: 0;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  border: 0;
  background: transparent;
}

.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #fff transparent;
}

.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  cursor: text;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-color: white;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  margin: 0;
  padding: 0 5px;
  list-style: none;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  padding: 0 5px;
  cursor: default;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-color: #e4e4e4;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  font-weight: bold;
  display: inline-block;
  margin-right: 2px;
  cursor: pointer;
  color: #fff;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir='rtl']
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir='rtl']
  .select2-selection--multiple
  .select2-selection__choice {
  margin-right: auto;
  margin-left: 5px;
}

.select2-container--classic[dir='rtl']
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-right: auto;
  margin-left: 2px;
}

.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #fff;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  border: 1px solid transparent;
  background-color: white;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: 0;
}

.select2-container--classic .select2-dropdown--below {
  border-top: 0;
}

.select2-container--classic .select2-results > .select2-results__options {
  overflow-y: auto;
  max-height: 200px;
}

.select2-container--classic .select2-results__option[role='group'] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled='true'] {
  color: grey;
}

.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  color: white;
  background-color: #3875d7;
}

.select2-container--classic .select2-results__group {
  display: block;
  padding: 6px;
  cursor: default;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

@font-face {
  font-family: 'glyphicons';
  src: url('fonts/glyphicons/glyphicons.eot');
  src: url('fonts/glyphicons/glyphicons.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/glyphicons.woff') format('woff'),
    url('fonts/glyphicons/glyphicons.woff') format('truetype'),
    url('fonts/glyphicons/glyphicons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-bold';
  src: url('fonts/gotham/bold.eot');
  src: url('fonts/gotham/bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/bold.woff') format('woff'),
    url('fonts/gotham/bold.woff') format('truetype'),
    url('fonts/gotham/bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book';
  src: url('fonts/gotham/book.eot');
  src: url('fonts/gotham/book.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book.woff') format('woff'),
    url('fonts/gotham/book.woff') format('truetype'),
    url('fonts/gotham/book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book-italic';
  src: url('fonts/gotham/book-italic.eot');
  src: url('fonts/gotham/book-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book-italic.woff') format('woff'),
    url('fonts/gotham/book-italic.woff') format('truetype'),
    url('fonts/gotham/book-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-light';
  src: url('fonts/gotham/light.eot');
  src: url('fonts/gotham/light.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/light.woff') format('woff'),
    url('fonts/gotham/light.ttf') format('truetype'),
    url('fonts/gotham/light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium';
  src: url('fonts/gotham/medium.eot');
  src: url('fonts/gotham/medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium.woff') format('woff'),
    url('fonts/gotham/medium.ttf') format('truetype'),
    url('fonts/gotham/medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium-italic';
  src: url('fonts/gotham/medium-italic.eot');
  src: url('fonts/gotham/medium-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium-italic.woff') format('woff'),
    url('fonts/gotham/medium-italic.ttf') format('truetype'),
    url('fonts/gotham/medium-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-thin';
  src: url('fonts/gotham/thin.eot');
  src: url('fonts/gotham/thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/thin.woff') format('woff'),
    url('fonts/gotham/thin.ttf') format('truetype'),
    url('fonts/gotham/thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-italic';
  src: url('fonts/gotham/italic.eot');
  src: url('fonts/gotham/italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/italic.woff') format('woff'),
    url('fonts/gotham/italic.ttf') format('truetype'),
    url('fonts/gotham/italic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'slick';
  src: url('fonts/glyphicons/slick.eot');
  src: url('fonts/glyphicons/slick.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/slick.woff') format('woff'),
    url('fonts/glyphicons/slick.ttf') format('truetype'),
    url('fonts/glyphicons/slick.svg#slick') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon/icomoon.eot');
  src: url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
    url('fonts/icomoon/icomoon.woff') format('woff'),
    url('fonts/icomoon/icomoon.woff') format('truetype'),
    url('fonts/icomoon/icomoon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-regular';
  src: url('fonts/aleo/Aleo-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold';
  src: url('fonts/aleo/Aleo-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold-italic';
  src: url('fonts/aleo/Aleo-BoldItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-italic';
  src: url('fonts/aleo/Aleo-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-light';
  src: url('fonts/aleo/Aleo-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-light-italic';
  src: url('fonts/aleo/Aleo-LightItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

/*! 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 silver;
  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 {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered 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;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.71428571;
  background-color: #000;
  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 {
  border-radius: 50%;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #fff;
}

.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,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 48px;
}

h2,
.h2 {
  font-size: 28px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

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

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 12px;
}

.lead {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

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

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.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 {
  text-transform: uppercase;
}

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

.text-muted {
  color: rgba(255, 255, 255, 0.2);
}

.text-primary {
  color: #fff;
}

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

.text-success {
  color: #39b54a;
}

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

.text-info {
  color: #31708f;
}

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

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

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

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

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

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

.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: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #fff;
}

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

ul ul,
ol ul,
ul ol,
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: 24px;
}

dt,
dd {
  line-height: 1.71428571;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@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 #fff;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 17.5px;
  border-left: 5px solid #fff;
}

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: 80%;
  line-height: 1.71428571;
  color: #fff;
}

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 #fff;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.71428571;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.71428571;
  word-break: break-all;
  word-wrap: break-word;
  color: #fff;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1248px) {
  .container {
    width: 100%;
  }
}

.container-fluid {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

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

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

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

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

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

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

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

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

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

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

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

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

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

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

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

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

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

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

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

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

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

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

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

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

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

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

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

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

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

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

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

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

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

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

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

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

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

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

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

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1248px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

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

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

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

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

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

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

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

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

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

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

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

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

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

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

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

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

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

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

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

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgba(255, 255, 255, 0.2);
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.71428571;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #000;
}

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

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

.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,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active {
  background-color: #f5f5f5;
}

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > 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: 24px;
  font-size: 21px;
  line-height: inherit;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

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: 9px;
  font-size: 14px;
  line-height: 1.71428571;
  color: #fff;
}

.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 1.71428571;
  color: #fff;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0;
  -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);
  -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 {
  border-color: rgba(255, 255, 255, 0.2);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 255, 255, 0.6);
}

.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fff;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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: 42px;
  }

  input[type='date'].input-sm,
  input[type='time'].input-sm,
  input[type='datetime-local'].input-sm,
  input[type='month'].input-sm,
  .input-group-sm input[type='date'],
  .input-group-sm input[type='time'],
  .input-group-sm input[type='datetime-local'],
  .input-group-sm input[type='month'] {
    line-height: 30px;
  }

  input[type='date'].input-lg,
  input[type='time'].input-lg,
  input[type='datetime-local'].input-lg,
  input[type='month'].input-lg,
  .input-group-lg input[type='date'],
  .input-group-lg input[type='time'],
  .input-group-lg input[type='datetime-local'],
  .input-group-lg input[type='month'] {
    line-height: 62px;
  }
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 24px;
  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='checkbox'][disabled],
input[type='radio'].disabled,
input[type='checkbox'].disabled,
fieldset[disabled] input[type='radio'],
fieldset[disabled] input[type='checkbox'] {
  cursor: not-allowed;
}

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

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

.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

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

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

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

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

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 62px;
  padding: 18px 30px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}

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

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

.form-group-lg .form-control {
  height: 62px;
  padding: 18px 30px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}

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

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

.form-group-lg .form-control-static {
  height: 62px;
  min-height: 42px;
  padding: 19px 30px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 52.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  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 {
  width: 62px;
  height: 62px;
  line-height: 62px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.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: #39b54a;
}

.has-success .form-control {
  border-color: #39b54a;
  -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 {
  border-color: #2d8e3a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ed68a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ed68a;
}

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

.has-success .form-control-feedback {
  color: #39b54a;
}

.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 {
  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 {
  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 {
  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 {
  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: 29px;
}

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    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 {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    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: 9px;
}

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

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 1.71428571;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.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;
}

.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: #fff;
  border-color: transparent;
}

.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}

.btn-default:hover {
  color: #fff;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default .badge {
  color: #fff;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #fff;
  border-color: #f2f2f2;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #b3b3b3;
}

.btn-primary:hover {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #d4d4d4;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #d4d4d4;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary .badge {
  color: #fff;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #39b54a;
  border-color: #33a242;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #2d8e3a;
  border-color: #14411a;
}

.btn-success:hover {
  color: #fff;
  background-color: #2d8e3a;
  border-color: #24732f;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #2d8e3a;
  border-color: #24732f;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success .badge {
  color: #39b54a;
  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:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.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:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #000;
  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: #d9d9d9;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #fff;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 18px 30px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.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%;
}

.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: 1s;
  transition-duration: 1s;
  -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: absolute;
  top: 100%;
  left: 0;
  z-index: 800;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.71428571;
  color: #fff;
  white-space: nowrap;
}

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

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

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

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  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: 12px;
  line-height: 1.71428571;
  color: #fff;
  white-space: nowrap;
}

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

.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;
}

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle='buttons'] > .btn input[type='radio'],
[data-toggle='buttons'] > .btn-group > .btn input[type='radio'],
[data-toggle='buttons'] > .btn input[type='checkbox'],
[data-toggle='buttons'] > .btn-group > .btn input[type='checkbox'] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*='col-'] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 62px;
  padding: 18px 30px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 62px;
  line-height: 62px;
}

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

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

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

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 8px 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}

.input-group-addon.input-lg {
  padding: 18px 30px;
  font-size: 18px;
  border-radius: 0;
}

.input-group-addon input[type='radio'],
.input-group-addon input[type='checkbox'] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.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;
  background-color: #fff;
}

.nav > li.disabled > a {
  color: #fff;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #fff;
  border-color: #000;
}

.nav .nav-divider {
  height: 1px;
  margin: 11px 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.71428571;
  border: 1px solid transparent;
  border-radius: 0;
}

.nav-tabs > li > a:hover {
  border-color: #fff #fff #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #000;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #000;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 0;
}

.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: #fff;
}

.nav-stacked > li {
  float: none;
}

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

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.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 {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #000;
  }
}

.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;
  min-height: 60px;
  margin-bottom: 0;
  border: 0 solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 30px;
  padding-left: 30px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.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,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -30px;
  margin-left: -30px;
}

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

.navbar-static-top {
  z-index: 800;
  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: 830;
}

@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: 18px 30px;
  font-size: 18px;
  line-height: 24px;
  height: 60px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -30px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 30px;
  padding: 9px 10px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 9px -30px;
}

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

@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: 24px;
  }

  .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: 18px;
    padding-bottom: 18px;
  }
}

.navbar-form {
  margin-left: -30px;
  margin-right: -30px;
  padding: 10px 30px;
  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: 9px;
  margin-bottom: 9px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    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 {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    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;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

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

.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px;
}

.navbar-btn.btn-sm {
  margin-top: 15px;
  margin-bottom: 15px;
}

.navbar-btn.btn-xs {
  margin-top: 19px;
  margin-bottom: 19px;
}

.navbar-text {
  margin-top: 18px;
  margin-bottom: 18px;
}

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

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -30px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-default .navbar-brand {
  color: #fff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
  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: #fff;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: transparent;
}

.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: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #fff;
}

@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: #fff;
    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: #fff;
    background-color: transparent;
  }

  .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: #fff;
}

.navbar-default .btn-link {
  color: #fff;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #fff;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.navbar-inverse .navbar-brand {
  color: #fff;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

.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: transparent;
}

.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: transparent;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgba(237, 237, 237, 0.9);
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }

  .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: transparent;
  }

  .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: #fff;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #fff;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: '\00a0';
  padding: 0 5px;
  color: #fff;
}

.breadcrumb > .active {
  color: #fff;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 0;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 20px;
  line-height: 1.71428571;
  text-decoration: none;
  color: #000;
  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: 0;
  border-top-left-radius: 0;
}

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

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #d9d9d9;
  background-color: #fff;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #fff;
  border-color: #fff;
  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: #fff;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

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

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

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

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

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

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

.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #fff;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #fff;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #fff;
}

.label-primary {
  background-color: #fff;
}

.label-success {
  background-color: #39b54a;
}

.label-info {
  background-color: #5bc0de;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-danger {
  background-color: #d9534f;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 15px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #fff;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  color: #fff;
  background-color: #fff;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #e6e6e6;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 80px;
    padding-right: 80px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 48px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.71428571;
  background-color: #000;
  border: 1px solid #ddd;
  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;
}

.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #000;
}

.thumbnail .caption {
  padding: 9px;
  color: #fff;
}

.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 0;
}

.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: #dff0d8;
  border-color: #d6e9c6;
  color: #39b54a;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2d8e3a;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.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: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #39b54a;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

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

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

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #fff;
  color: #fff;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #fff;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #fff;
}

.list-group-item-success {
  color: #39b54a;
  background-color: #dff0d8;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 20px 25px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 20px 25px;
  padding-right: 20px 25px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child {
  border-top-right-radius: -1;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-right-radius: -1;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 24px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #fff;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #fff;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #fff;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fff;
}

.panel-primary > .panel-heading .badge {
  color: #fff;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fff;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #39b54a;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #39b54a;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 0;
}

.well-sm {
  padding: 9px;
  border-radius: 0;
}

.close {
  float: right;
  font-size: 21px;
  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: 850;
  -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;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 840;
  background-color: #fff;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid transparent;
  min-height: 16.71428571px;
}

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid transparent;
}

.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: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 870;
  display: block;
  font-family: 'on-gotham-book';
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.71428571;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 860;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'on-gotham-book';
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.71428571;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

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

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

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

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: '';
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: ' ';
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: ' ';
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: ' ';
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: ' ';
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.8s ease-in-out left;
  -o-transition: 0.8s ease-in-out left;
  transition: 0.8s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    -moz-transition: -moz-transform 0.8s ease-in-out;
    -o-transition: -o-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-repeat: repeat-x;
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ddd;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: red;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: ' ';
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  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,
.visible-sm,
.visible-md,
.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: 1247px) {
  .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: 1247px) {
  .visible-md-block {
    display: block !important;
  }
}

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

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

@media (min-width: 1248px) {
  .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: 1248px) {
  .visible-lg-block {
    display: block !important;
  }
}

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

@media (min-width: 1248px) {
  .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: 1247px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1248px) {
  .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;
  }
}

/*!
Ionicons, v2.0.1
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
https://twitter.com/benjsperry  https://twitter.com/ionicframework
MIT License: https://github.com/driftyco/ionicons
*/
@font-face {
  font-family: 'Ionicons';
  src: url('../../clientlibs/onstar/vendor/ionicons/src/fonts/ionicons.eot?v=2.0.1');
  src: url('../../clientlibs/onstar/vendor/ionicons/src/fonts/ionicons.eot?v=2.0.1#iefix')
      format('embedded-opentype'),
    url('../../clientlibs/onstar/vendor/ionicons/src/fonts/ionicons.ttf?v=2.0.1')
      format('truetype'),
    url('../../clientlibs/onstar/vendor/ionicons/src/fonts/ionicons.woff?v=2.0.1')
      format('woff'),
    url('../../clientlibs/onstar/vendor/ionicons/src/fonts/ionicons.svg?v=2.0.1#Ionicons')
      format('svg');
  font-weight: normal;
  font-style: normal;
}

.ion,
.ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: 'Ionicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
  content: '\f101';
}

.ion-alert-circled:before {
  content: '\f100';
}

.ion-android-add:before {
  content: '\f2c7';
}

.ion-android-add-circle:before {
  content: '\f359';
}

.ion-android-alarm-clock:before {
  content: '\f35a';
}

.ion-android-alert:before {
  content: '\f35b';
}

.ion-android-apps:before {
  content: '\f35c';
}

.ion-android-archive:before {
  content: '\f2c9';
}

.ion-android-arrow-back:before {
  content: '\f2ca';
}

.ion-android-arrow-down:before {
  content: '\f35d';
}

.ion-android-arrow-dropdown:before {
  content: '\f35f';
}

.ion-android-arrow-dropdown-circle:before {
  content: '\f35e';
}

.ion-android-arrow-dropleft:before {
  content: '\f361';
}

.ion-android-arrow-dropleft-circle:before {
  content: '\f360';
}

.ion-android-arrow-dropright:before {
  content: '\f363';
}

.ion-android-arrow-dropright-circle:before {
  content: '\f362';
}

.ion-android-arrow-dropup:before {
  content: '\f365';
}

.ion-android-arrow-dropup-circle:before {
  content: '\f364';
}

.ion-android-arrow-forward:before {
  content: '\f30f';
}

.ion-android-arrow-up:before {
  content: '\f366';
}

.ion-android-attach:before {
  content: '\f367';
}

.ion-android-bar:before {
  content: '\f368';
}

.ion-android-bicycle:before {
  content: '\f369';
}

.ion-android-boat:before {
  content: '\f36a';
}

.ion-android-bookmark:before {
  content: '\f36b';
}

.ion-android-bulb:before {
  content: '\f36c';
}

.ion-android-bus:before {
  content: '\f36d';
}

.ion-android-calendar:before {
  content: '\f2d1';
}

.ion-android-call:before {
  content: '\f2d2';
}

.ion-android-camera:before {
  content: '\f2d3';
}

.ion-android-cancel:before {
  content: '\f36e';
}

.ion-android-car:before {
  content: '\f36f';
}

.ion-android-cart:before {
  content: '\f370';
}

.ion-android-chat:before {
  content: '\f2d4';
}

.ion-android-checkbox:before {
  content: '\f374';
}

.ion-android-checkbox-blank:before {
  content: '\f371';
}

.ion-android-checkbox-outline:before {
  content: '\f373';
}

.ion-android-checkbox-outline-blank:before {
  content: '\f372';
}

.ion-android-checkmark-circle:before {
  content: '\f375';
}

.ion-android-clipboard:before {
  content: '\f376';
}

.ion-android-close:before {
  content: '\f2d7';
}

.ion-android-cloud:before {
  content: '\f37a';
}

.ion-android-cloud-circle:before {
  content: '\f377';
}

.ion-android-cloud-done:before {
  content: '\f378';
}

.ion-android-cloud-outline:before {
  content: '\f379';
}

.ion-android-color-palette:before {
  content: '\f37b';
}

.ion-android-compass:before {
  content: '\f37c';
}

.ion-android-contact:before {
  content: '\f2d8';
}

.ion-android-contacts:before {
  content: '\f2d9';
}

.ion-android-contract:before {
  content: '\f37d';
}

.ion-android-create:before {
  content: '\f37e';
}

.ion-android-delete:before {
  content: '\f37f';
}

.ion-android-desktop:before {
  content: '\f380';
}

.ion-android-document:before {
  content: '\f381';
}

.ion-android-done:before {
  content: '\f383';
}

.ion-android-done-all:before {
  content: '\f382';
}

.ion-android-download:before {
  content: '\f2dd';
}

.ion-android-drafts:before {
  content: '\f384';
}

.ion-android-exit:before {
  content: '\f385';
}

.ion-android-expand:before {
  content: '\f386';
}

.ion-android-favorite:before {
  content: '\f388';
}

.ion-android-favorite-outline:before {
  content: '\f387';
}

.ion-android-film:before {
  content: '\f389';
}

.ion-android-folder:before {
  content: '\f2e0';
}

.ion-android-folder-open:before {
  content: '\f38a';
}

.ion-android-funnel:before {
  content: '\f38b';
}

.ion-android-globe:before {
  content: '\f38c';
}

.ion-android-hand:before {
  content: '\f2e3';
}

.ion-android-hangout:before {
  content: '\f38d';
}

.ion-android-happy:before {
  content: '\f38e';
}

.ion-android-home:before {
  content: '\f38f';
}

.ion-android-image:before {
  content: '\f2e4';
}

.ion-android-laptop:before {
  content: '\f390';
}

.ion-android-list:before {
  content: '\f391';
}

.ion-android-locate:before {
  content: '\f2e9';
}

.ion-android-lock:before {
  content: '\f392';
}

.ion-android-mail:before {
  content: '\f2eb';
}

.ion-android-map:before {
  content: '\f393';
}

.ion-android-menu:before {
  content: '\f394';
}

.ion-android-microphone:before {
  content: '\f2ec';
}

.ion-android-microphone-off:before {
  content: '\f395';
}

.ion-android-more-horizontal:before {
  content: '\f396';
}

.ion-android-more-vertical:before {
  content: '\f397';
}

.ion-android-navigate:before {
  content: '\f398';
}

.ion-android-notifications:before {
  content: '\f39b';
}

.ion-android-notifications-none:before {
  content: '\f399';
}

.ion-android-notifications-off:before {
  content: '\f39a';
}

.ion-android-open:before {
  content: '\f39c';
}

.ion-android-options:before {
  content: '\f39d';
}

.ion-android-people:before {
  content: '\f39e';
}

.ion-android-person:before {
  content: '\f3a0';
}

.ion-android-person-add:before {
  content: '\f39f';
}

.ion-android-phone-landscape:before {
  content: '\f3a1';
}

.ion-android-phone-portrait:before {
  content: '\f3a2';
}

.ion-android-pin:before {
  content: '\f3a3';
}

.ion-android-plane:before {
  content: '\f3a4';
}

.ion-android-playstore:before {
  content: '\f2f0';
}

.ion-android-print:before {
  content: '\f3a5';
}

.ion-android-radio-button-off:before {
  content: '\f3a6';
}

.ion-android-radio-button-on:before {
  content: '\f3a7';
}

.ion-android-refresh:before {
  content: '\f3a8';
}

.ion-android-remove:before {
  content: '\f2f4';
}

.ion-android-remove-circle:before {
  content: '\f3a9';
}

.ion-android-restaurant:before {
  content: '\f3aa';
}

.ion-android-sad:before {
  content: '\f3ab';
}

.ion-android-search:before {
  content: '\f2f5';
}

.ion-android-send:before {
  content: '\f2f6';
}

.ion-android-settings:before {
  content: '\f2f7';
}

.ion-android-share:before {
  content: '\f2f8';
}

.ion-android-share-alt:before {
  content: '\f3ac';
}

.ion-android-star:before {
  content: '\f2fc';
}

.ion-android-star-half:before {
  content: '\f3ad';
}

.ion-android-star-outline:before {
  content: '\f3ae';
}

.ion-android-stopwatch:before {
  content: '\f2fd';
}

.ion-android-subway:before {
  content: '\f3af';
}

.ion-android-sunny:before {
  content: '\f3b0';
}

.ion-android-sync:before {
  content: '\f3b1';
}

.ion-android-textsms:before {
  content: '\f3b2';
}

.ion-android-time:before {
  content: '\f3b3';
}

.ion-android-train:before {
  content: '\f3b4';
}

.ion-android-unlock:before {
  content: '\f3b5';
}

.ion-android-upload:before {
  content: '\f3b6';
}

.ion-android-volume-down:before {
  content: '\f3b7';
}

.ion-android-volume-mute:before {
  content: '\f3b8';
}

.ion-android-volume-off:before {
  content: '\f3b9';
}

.ion-android-volume-up:before {
  content: '\f3ba';
}

.ion-android-walk:before {
  content: '\f3bb';
}

.ion-android-warning:before {
  content: '\f3bc';
}

.ion-android-watch:before {
  content: '\f3bd';
}

.ion-android-wifi:before {
  content: '\f305';
}

.ion-aperture:before {
  content: '\f313';
}

.ion-archive:before {
  content: '\f102';
}

.ion-arrow-down-a:before {
  content: '\f103';
}

.ion-arrow-down-b:before {
  content: '\f104';
}

.ion-arrow-down-c:before {
  content: '\f105';
}

.ion-arrow-expand:before {
  content: '\f25e';
}

.ion-arrow-graph-down-left:before {
  content: '\f25f';
}

.ion-arrow-graph-down-right:before {
  content: '\f260';
}

.ion-arrow-graph-up-left:before {
  content: '\f261';
}

.ion-arrow-graph-up-right:before {
  content: '\f262';
}

.ion-arrow-left-a:before {
  content: '\f106';
}

.ion-arrow-left-b:before {
  content: '\f107';
}

.ion-arrow-left-c:before {
  content: '\f108';
}

.ion-arrow-move:before {
  content: '\f263';
}

.ion-arrow-resize:before {
  content: '\f264';
}

.ion-arrow-return-left:before {
  content: '\f265';
}

.ion-arrow-return-right:before {
  content: '\f266';
}

.ion-arrow-right-a:before {
  content: '\f109';
}

.ion-arrow-right-b:before {
  content: '\f10a';
}

.ion-arrow-right-c:before {
  content: '\f10b';
}

.ion-arrow-shrink:before {
  content: '\f267';
}

.ion-arrow-swap:before {
  content: '\f268';
}

.ion-arrow-up-a:before {
  content: '\f10c';
}

.ion-arrow-up-b:before {
  content: '\f10d';
}

.ion-arrow-up-c:before {
  content: '\f10e';
}

.ion-asterisk:before {
  content: '\f314';
}

.ion-at:before {
  content: '\f10f';
}

.ion-backspace:before {
  content: '\f3bf';
}

.ion-backspace-outline:before {
  content: '\f3be';
}

.ion-bag:before {
  content: '\f110';
}

.ion-battery-charging:before {
  content: '\f111';
}

.ion-battery-empty:before {
  content: '\f112';
}

.ion-battery-full:before {
  content: '\f113';
}

.ion-battery-half:before {
  content: '\f114';
}

.ion-battery-low:before {
  content: '\f115';
}

.ion-beaker:before {
  content: '\f269';
}

.ion-beer:before {
  content: '\f26a';
}

.ion-bluetooth:before {
  content: '\f116';
}

.ion-bonfire:before {
  content: '\f315';
}

.ion-bookmark:before {
  content: '\f26b';
}

.ion-bowtie:before {
  content: '\f3c0';
}

.ion-briefcase:before {
  content: '\f26c';
}

.ion-bug:before {
  content: '\f2be';
}

.ion-calculator:before {
  content: '\f26d';
}

.ion-calendar:before {
  content: '\f117';
}

.ion-camera:before {
  content: '\f118';
}

.ion-card:before {
  content: '\f119';
}

.ion-cash:before {
  content: '\f316';
}

.ion-chatbox:before {
  content: '\f11b';
}

.ion-chatbox-working:before {
  content: '\f11a';
}

.ion-chatboxes:before {
  content: '\f11c';
}

.ion-chatbubble:before {
  content: '\f11e';
}

.ion-chatbubble-working:before {
  content: '\f11d';
}

.ion-chatbubbles:before {
  content: '\f11f';
}

.ion-checkmark:before {
  content: '\f122';
}

.ion-checkmark-circled:before {
  content: '\f120';
}

.ion-checkmark-round:before {
  content: '\f121';
}

.ion-chevron-down:before {
  content: '\f123';
}

.ion-chevron-left:before {
  content: '\f124';
}

.ion-chevron-right:before {
  content: '\f125';
}

.ion-chevron-up:before {
  content: '\f126';
}

.ion-clipboard:before {
  content: '\f127';
}

.ion-clock:before {
  content: '\f26e';
}

.ion-close:before {
  content: '\f12a';
}

.ion-close-circled:before {
  content: '\f128';
}

.ion-close-round:before {
  content: '\f129';
}

.ion-closed-captioning:before {
  content: '\f317';
}

.ion-cloud:before {
  content: '\f12b';
}

.ion-code:before {
  content: '\f271';
}

.ion-code-download:before {
  content: '\f26f';
}

.ion-code-working:before {
  content: '\f270';
}

.ion-coffee:before {
  content: '\f272';
}

.ion-compass:before {
  content: '\f273';
}

.ion-compose:before {
  content: '\f12c';
}

.ion-connection-bars:before {
  content: '\f274';
}

.ion-contrast:before {
  content: '\f275';
}

.ion-crop:before {
  content: '\f3c1';
}

.ion-cube:before {
  content: '\f318';
}

.ion-disc:before {
  content: '\f12d';
}

.ion-document:before {
  content: '\f12f';
}

.ion-document-text:before {
  content: '\f12e';
}

.ion-drag:before {
  content: '\f130';
}

.ion-earth:before {
  content: '\f276';
}

.ion-easel:before {
  content: '\f3c2';
}

.ion-edit:before {
  content: '\f2bf';
}

.ion-egg:before {
  content: '\f277';
}

.ion-eject:before {
  content: '\f131';
}

.ion-email:before {
  content: '\f132';
}

.ion-email-unread:before {
  content: '\f3c3';
}

.ion-erlenmeyer-flask:before {
  content: '\f3c5';
}

.ion-erlenmeyer-flask-bubbles:before {
  content: '\f3c4';
}

.ion-eye:before {
  content: '\f133';
}

.ion-eye-disabled:before {
  content: '\f306';
}

.ion-female:before {
  content: '\f278';
}

.ion-filing:before {
  content: '\f134';
}

.ion-film-marker:before {
  content: '\f135';
}

.ion-fireball:before {
  content: '\f319';
}

.ion-flag:before {
  content: '\f279';
}

.ion-flame:before {
  content: '\f31a';
}

.ion-flash:before {
  content: '\f137';
}

.ion-flash-off:before {
  content: '\f136';
}

.ion-folder:before {
  content: '\f139';
}

.ion-fork:before {
  content: '\f27a';
}

.ion-fork-repo:before {
  content: '\f2c0';
}

.ion-forward:before {
  content: '\f13a';
}

.ion-funnel:before {
  content: '\f31b';
}

.ion-gear-a:before {
  content: '\f13d';
}

.ion-gear-b:before {
  content: '\f13e';
}

.ion-grid:before {
  content: '\f13f';
}

.ion-hammer:before {
  content: '\f27b';
}

.ion-happy:before {
  content: '\f31c';
}

.ion-happy-outline:before {
  content: '\f3c6';
}

.ion-headphone:before {
  content: '\f140';
}

.ion-heart:before {
  content: '\f141';
}

.ion-heart-broken:before {
  content: '\f31d';
}

.ion-help:before {
  content: '\f143';
}

.ion-help-buoy:before {
  content: '\f27c';
}

.ion-help-circled:before {
  content: '\f142';
}

.ion-home:before {
  content: '\f144';
}

.ion-icecream:before {
  content: '\f27d';
}

.ion-image:before {
  content: '\f147';
}

.ion-images:before {
  content: '\f148';
}

.ion-information:before {
  content: '\f14a';
}

.ion-information-circled:before {
  content: '\f149';
}

.ion-ionic:before {
  content: '\f14b';
}

.ion-ios-alarm:before {
  content: '\f3c8';
}

.ion-ios-alarm-outline:before {
  content: '\f3c7';
}

.ion-ios-albums:before {
  content: '\f3ca';
}

.ion-ios-albums-outline:before {
  content: '\f3c9';
}

.ion-ios-americanfootball:before {
  content: '\f3cc';
}

.ion-ios-americanfootball-outline:before {
  content: '\f3cb';
}

.ion-ios-analytics:before {
  content: '\f3ce';
}

.ion-ios-analytics-outline:before {
  content: '\f3cd';
}

.ion-ios-arrow-back:before {
  content: '\f3cf';
}

.ion-ios-arrow-down:before {
  content: '\f3d0';
}

.ion-ios-arrow-forward:before {
  content: '\f3d1';
}

.ion-ios-arrow-left:before {
  content: '\f3d2';
}

.ion-ios-arrow-right:before {
  content: '\f3d3';
}

.ion-ios-arrow-thin-down:before {
  content: '\f3d4';
}

.ion-ios-arrow-thin-left:before {
  content: '\f3d5';
}

.ion-ios-arrow-thin-right:before {
  content: '\f3d6';
}

.ion-ios-arrow-thin-up:before {
  content: '\f3d7';
}

.ion-ios-arrow-up:before {
  content: '\f3d8';
}

.ion-ios-at:before {
  content: '\f3da';
}

.ion-ios-at-outline:before {
  content: '\f3d9';
}

.ion-ios-barcode:before {
  content: '\f3dc';
}

.ion-ios-barcode-outline:before {
  content: '\f3db';
}

.ion-ios-baseball:before {
  content: '\f3de';
}

.ion-ios-baseball-outline:before {
  content: '\f3dd';
}

.ion-ios-basketball:before {
  content: '\f3e0';
}

.ion-ios-basketball-outline:before {
  content: '\f3df';
}

.ion-ios-bell:before {
  content: '\f3e2';
}

.ion-ios-bell-outline:before {
  content: '\f3e1';
}

.ion-ios-body:before {
  content: '\f3e4';
}

.ion-ios-body-outline:before {
  content: '\f3e3';
}

.ion-ios-bolt:before {
  content: '\f3e6';
}

.ion-ios-bolt-outline:before {
  content: '\f3e5';
}

.ion-ios-book:before {
  content: '\f3e8';
}

.ion-ios-book-outline:before {
  content: '\f3e7';
}

.ion-ios-bookmarks:before {
  content: '\f3ea';
}

.ion-ios-bookmarks-outline:before {
  content: '\f3e9';
}

.ion-ios-box:before {
  content: '\f3ec';
}

.ion-ios-box-outline:before {
  content: '\f3eb';
}

.ion-ios-briefcase:before {
  content: '\f3ee';
}

.ion-ios-briefcase-outline:before {
  content: '\f3ed';
}

.ion-ios-browsers:before {
  content: '\f3f0';
}

.ion-ios-browsers-outline:before {
  content: '\f3ef';
}

.ion-ios-calculator:before {
  content: '\f3f2';
}

.ion-ios-calculator-outline:before {
  content: '\f3f1';
}

.ion-ios-calendar:before {
  content: '\f3f4';
}

.ion-ios-calendar-outline:before {
  content: '\f3f3';
}

.ion-ios-camera:before {
  content: '\f3f6';
}

.ion-ios-camera-outline:before {
  content: '\f3f5';
}

.ion-ios-cart:before {
  content: '\f3f8';
}

.ion-ios-cart-outline:before {
  content: '\f3f7';
}

.ion-ios-chatboxes:before {
  content: '\f3fa';
}

.ion-ios-chatboxes-outline:before {
  content: '\f3f9';
}

.ion-ios-chatbubble:before {
  content: '\f3fc';
}

.ion-ios-chatbubble-outline:before {
  content: '\f3fb';
}

.ion-ios-checkmark:before {
  content: '\f3ff';
}

.ion-ios-checkmark-empty:before {
  content: '\f3fd';
}

.ion-ios-checkmark-outline:before {
  content: '\f3fe';
}

.ion-ios-circle-filled:before {
  content: '\f400';
}

.ion-ios-circle-outline:before {
  content: '\f401';
}

.ion-ios-clock:before {
  content: '\f403';
}

.ion-ios-clock-outline:before {
  content: '\f402';
}

.ion-ios-close:before {
  content: '\f406';
}

.ion-ios-close-empty:before {
  content: '\f404';
}

.ion-ios-close-outline:before {
  content: '\f405';
}

.ion-ios-cloud:before {
  content: '\f40c';
}

.ion-ios-cloud-download:before {
  content: '\f408';
}

.ion-ios-cloud-download-outline:before {
  content: '\f407';
}

.ion-ios-cloud-outline:before {
  content: '\f409';
}

.ion-ios-cloud-upload:before {
  content: '\f40b';
}

.ion-ios-cloud-upload-outline:before {
  content: '\f40a';
}

.ion-ios-cloudy:before {
  content: '\f410';
}

.ion-ios-cloudy-night:before {
  content: '\f40e';
}

.ion-ios-cloudy-night-outline:before {
  content: '\f40d';
}

.ion-ios-cloudy-outline:before {
  content: '\f40f';
}

.ion-ios-cog:before {
  content: '\f412';
}

.ion-ios-cog-outline:before {
  content: '\f411';
}

.ion-ios-color-filter:before {
  content: '\f414';
}

.ion-ios-color-filter-outline:before {
  content: '\f413';
}

.ion-ios-color-wand:before {
  content: '\f416';
}

.ion-ios-color-wand-outline:before {
  content: '\f415';
}

.ion-ios-compose:before {
  content: '\f418';
}

.ion-ios-compose-outline:before {
  content: '\f417';
}

.ion-ios-contact:before {
  content: '\f41a';
}

.ion-ios-contact-outline:before {
  content: '\f419';
}

.ion-ios-copy:before {
  content: '\f41c';
}

.ion-ios-copy-outline:before {
  content: '\f41b';
}

.ion-ios-crop:before {
  content: '\f41e';
}

.ion-ios-crop-strong:before {
  content: '\f41d';
}

.ion-ios-download:before {
  content: '\f420';
}

.ion-ios-download-outline:before {
  content: '\f41f';
}

.ion-ios-drag:before {
  content: '\f421';
}

.ion-ios-email:before {
  content: '\f423';
}

.ion-ios-email-outline:before {
  content: '\f422';
}

.ion-ios-eye:before {
  content: '\f425';
}

.ion-ios-eye-outline:before {
  content: '\f424';
}

.ion-ios-fastforward:before {
  content: '\f427';
}

.ion-ios-fastforward-outline:before {
  content: '\f426';
}

.ion-ios-filing:before {
  content: '\f429';
}

.ion-ios-filing-outline:before {
  content: '\f428';
}

.ion-ios-film:before {
  content: '\f42b';
}

.ion-ios-film-outline:before {
  content: '\f42a';
}

.ion-ios-flag:before {
  content: '\f42d';
}

.ion-ios-flag-outline:before {
  content: '\f42c';
}

.ion-ios-flame:before {
  content: '\f42f';
}

.ion-ios-flame-outline:before {
  content: '\f42e';
}

.ion-ios-flask:before {
  content: '\f431';
}

.ion-ios-flask-outline:before {
  content: '\f430';
}

.ion-ios-flower:before {
  content: '\f433';
}

.ion-ios-flower-outline:before {
  content: '\f432';
}

.ion-ios-folder:before {
  content: '\f435';
}

.ion-ios-folder-outline:before {
  content: '\f434';
}

.ion-ios-football:before {
  content: '\f437';
}

.ion-ios-football-outline:before {
  content: '\f436';
}

.ion-ios-game-controller-a:before {
  content: '\f439';
}

.ion-ios-game-controller-a-outline:before {
  content: '\f438';
}

.ion-ios-game-controller-b:before {
  content: '\f43b';
}

.ion-ios-game-controller-b-outline:before {
  content: '\f43a';
}

.ion-ios-gear:before {
  content: '\f43d';
}

.ion-ios-gear-outline:before {
  content: '\f43c';
}

.ion-ios-glasses:before {
  content: '\f43f';
}

.ion-ios-glasses-outline:before {
  content: '\f43e';
}

.ion-ios-grid-view:before {
  content: '\f441';
}

.ion-ios-grid-view-outline:before {
  content: '\f440';
}

.ion-ios-heart:before {
  content: '\f443';
}

.ion-ios-heart-outline:before {
  content: '\f442';
}

.ion-ios-help:before {
  content: '\f446';
}

.ion-ios-help-empty:before {
  content: '\f444';
}

.ion-ios-help-outline:before {
  content: '\f445';
}

.ion-ios-home:before {
  content: '\f448';
}

.ion-ios-home-outline:before {
  content: '\f447';
}

.ion-ios-infinite:before {
  content: '\f44a';
}

.ion-ios-infinite-outline:before {
  content: '\f449';
}

.ion-ios-information:before {
  content: '\f44d';
}

.ion-ios-information-empty:before {
  content: '\f44b';
}

.ion-ios-information-outline:before {
  content: '\f44c';
}

.ion-ios-ionic-outline:before {
  content: '\f44e';
}

.ion-ios-keypad:before {
  content: '\f450';
}

.ion-ios-keypad-outline:before {
  content: '\f44f';
}

.ion-ios-lightbulb:before {
  content: '\f452';
}

.ion-ios-lightbulb-outline:before {
  content: '\f451';
}

.ion-ios-list:before {
  content: '\f454';
}

.ion-ios-list-outline:before {
  content: '\f453';
}

.ion-ios-location:before {
  content: '\f456';
}

.ion-ios-location-outline:before {
  content: '\f455';
}

.ion-ios-locked:before {
  content: '\f458';
}

.ion-ios-locked-outline:before {
  content: '\f457';
}

.ion-ios-loop:before {
  content: '\f45a';
}

.ion-ios-loop-strong:before {
  content: '\f459';
}

.ion-ios-medical:before {
  content: '\f45c';
}

.ion-ios-medical-outline:before {
  content: '\f45b';
}

.ion-ios-medkit:before {
  content: '\f45e';
}

.ion-ios-medkit-outline:before {
  content: '\f45d';
}

.ion-ios-mic:before {
  content: '\f461';
}

.ion-ios-mic-off:before {
  content: '\f45f';
}

.ion-ios-mic-outline:before {
  content: '\f460';
}

.ion-ios-minus:before {
  content: '\f464';
}

.ion-ios-minus-empty:before {
  content: '\f462';
}

.ion-ios-minus-outline:before {
  content: '\f463';
}

.ion-ios-monitor:before {
  content: '\f466';
}

.ion-ios-monitor-outline:before {
  content: '\f465';
}

.ion-ios-moon:before {
  content: '\f468';
}

.ion-ios-moon-outline:before {
  content: '\f467';
}

.ion-ios-more:before {
  content: '\f46a';
}

.ion-ios-more-outline:before {
  content: '\f469';
}

.ion-ios-musical-note:before {
  content: '\f46b';
}

.ion-ios-musical-notes:before {
  content: '\f46c';
}

.ion-ios-navigate:before {
  content: '\f46e';
}

.ion-ios-navigate-outline:before {
  content: '\f46d';
}

.ion-ios-nutrition:before {
  content: '\f470';
}

.ion-ios-nutrition-outline:before {
  content: '\f46f';
}

.ion-ios-paper:before {
  content: '\f472';
}

.ion-ios-paper-outline:before {
  content: '\f471';
}

.ion-ios-paperplane:before {
  content: '\f474';
}

.ion-ios-paperplane-outline:before {
  content: '\f473';
}

.ion-ios-partlysunny:before {
  content: '\f476';
}

.ion-ios-partlysunny-outline:before {
  content: '\f475';
}

.ion-ios-pause:before {
  content: '\f478';
}

.ion-ios-pause-outline:before {
  content: '\f477';
}

.ion-ios-paw:before {
  content: '\f47a';
}

.ion-ios-paw-outline:before {
  content: '\f479';
}

.ion-ios-people:before {
  content: '\f47c';
}

.ion-ios-people-outline:before {
  content: '\f47b';
}

.ion-ios-person:before {
  content: '\f47e';
}

.ion-ios-person-outline:before {
  content: '\f47d';
}

.ion-ios-personadd:before {
  content: '\f480';
}

.ion-ios-personadd-outline:before {
  content: '\f47f';
}

.ion-ios-photos:before {
  content: '\f482';
}

.ion-ios-photos-outline:before {
  content: '\f481';
}

.ion-ios-pie:before {
  content: '\f484';
}

.ion-ios-pie-outline:before {
  content: '\f483';
}

.ion-ios-pint:before {
  content: '\f486';
}

.ion-ios-pint-outline:before {
  content: '\f485';
}

.ion-ios-play:before {
  content: '\f488';
}

.ion-ios-play-outline:before {
  content: '\f487';
}

.ion-ios-plus:before {
  content: '\f48b';
}

.ion-ios-plus-empty:before {
  content: '\f489';
}

.ion-ios-plus-outline:before {
  content: '\f48a';
}

.ion-ios-pricetag:before {
  content: '\f48d';
}

.ion-ios-pricetag-outline:before {
  content: '\f48c';
}

.ion-ios-pricetags:before {
  content: '\f48f';
}

.ion-ios-pricetags-outline:before {
  content: '\f48e';
}

.ion-ios-printer:before {
  content: '\f491';
}

.ion-ios-printer-outline:before {
  content: '\f490';
}

.ion-ios-pulse:before {
  content: '\f493';
}

.ion-ios-pulse-strong:before {
  content: '\f492';
}

.ion-ios-rainy:before {
  content: '\f495';
}

.ion-ios-rainy-outline:before {
  content: '\f494';
}

.ion-ios-recording:before {
  content: '\f497';
}

.ion-ios-recording-outline:before {
  content: '\f496';
}

.ion-ios-redo:before {
  content: '\f499';
}

.ion-ios-redo-outline:before {
  content: '\f498';
}

.ion-ios-refresh:before {
  content: '\f49c';
}

.ion-ios-refresh-empty:before {
  content: '\f49a';
}

.ion-ios-refresh-outline:before {
  content: '\f49b';
}

.ion-ios-reload:before {
  content: '\f49d';
}

.ion-ios-reverse-camera:before {
  content: '\f49f';
}

.ion-ios-reverse-camera-outline:before {
  content: '\f49e';
}

.ion-ios-rewind:before {
  content: '\f4a1';
}

.ion-ios-rewind-outline:before {
  content: '\f4a0';
}

.ion-ios-rose:before {
  content: '\f4a3';
}

.ion-ios-rose-outline:before {
  content: '\f4a2';
}

.ion-ios-search:before {
  content: '\f4a5';
}

.ion-ios-search-strong:before {
  content: '\f4a4';
}

.ion-ios-settings:before {
  content: '\f4a7';
}

.ion-ios-settings-strong:before {
  content: '\f4a6';
}

.ion-ios-shuffle:before {
  content: '\f4a9';
}

.ion-ios-shuffle-strong:before {
  content: '\f4a8';
}

.ion-ios-skipbackward:before {
  content: '\f4ab';
}

.ion-ios-skipbackward-outline:before {
  content: '\f4aa';
}

.ion-ios-skipforward:before {
  content: '\f4ad';
}

.ion-ios-skipforward-outline:before {
  content: '\f4ac';
}

.ion-ios-snowy:before {
  content: '\f4ae';
}

.ion-ios-speedometer:before {
  content: '\f4b0';
}

.ion-ios-speedometer-outline:before {
  content: '\f4af';
}

.ion-ios-star:before {
  content: '\f4b3';
}

.ion-ios-star-half:before {
  content: '\f4b1';
}

.ion-ios-star-outline:before {
  content: '\f4b2';
}

.ion-ios-stopwatch:before {
  content: '\f4b5';
}

.ion-ios-stopwatch-outline:before {
  content: '\f4b4';
}

.ion-ios-sunny:before {
  content: '\f4b7';
}

.ion-ios-sunny-outline:before {
  content: '\f4b6';
}

.ion-ios-telephone:before {
  content: '\f4b9';
}

.ion-ios-telephone-outline:before {
  content: '\f4b8';
}

.ion-ios-tennisball:before {
  content: '\f4bb';
}

.ion-ios-tennisball-outline:before {
  content: '\f4ba';
}

.ion-ios-thunderstorm:before {
  content: '\f4bd';
}

.ion-ios-thunderstorm-outline:before {
  content: '\f4bc';
}

.ion-ios-time:before {
  content: '\f4bf';
}

.ion-ios-time-outline:before {
  content: '\f4be';
}

.ion-ios-timer:before {
  content: '\f4c1';
}

.ion-ios-timer-outline:before {
  content: '\f4c0';
}

.ion-ios-toggle:before {
  content: '\f4c3';
}

.ion-ios-toggle-outline:before {
  content: '\f4c2';
}

.ion-ios-trash:before {
  content: '\f4c5';
}

.ion-ios-trash-outline:before {
  content: '\f4c4';
}

.ion-ios-undo:before {
  content: '\f4c7';
}

.ion-ios-undo-outline:before {
  content: '\f4c6';
}

.ion-ios-unlocked:before {
  content: '\f4c9';
}

.ion-ios-unlocked-outline:before {
  content: '\f4c8';
}

.ion-ios-upload:before {
  content: '\f4cb';
}

.ion-ios-upload-outline:before {
  content: '\f4ca';
}

.ion-ios-videocam:before {
  content: '\f4cd';
}

.ion-ios-videocam-outline:before {
  content: '\f4cc';
}

.ion-ios-volume-high:before {
  content: '\f4ce';
}

.ion-ios-volume-low:before {
  content: '\f4cf';
}

.ion-ios-wineglass:before {
  content: '\f4d1';
}

.ion-ios-wineglass-outline:before {
  content: '\f4d0';
}

.ion-ios-world:before {
  content: '\f4d3';
}

.ion-ios-world-outline:before {
  content: '\f4d2';
}

.ion-ipad:before {
  content: '\f1f9';
}

.ion-iphone:before {
  content: '\f1fa';
}

.ion-ipod:before {
  content: '\f1fb';
}

.ion-jet:before {
  content: '\f295';
}

.ion-key:before {
  content: '\f296';
}

.ion-knife:before {
  content: '\f297';
}

.ion-laptop:before {
  content: '\f1fc';
}

.ion-leaf:before {
  content: '\f1fd';
}

.ion-levels:before {
  content: '\f298';
}

.ion-lightbulb:before {
  content: '\f299';
}

.ion-link:before {
  content: '\f1fe';
}

.ion-load-a:before {
  content: '\f29a';
}

.ion-load-b:before {
  content: '\f29b';
}

.ion-load-c:before {
  content: '\f29c';
}

.ion-load-d:before {
  content: '\f29d';
}

.ion-location:before {
  content: '\f1ff';
}

.ion-lock-combination:before {
  content: '\f4d4';
}

.ion-locked:before {
  content: '\f200';
}

.ion-log-in:before {
  content: '\f29e';
}

.ion-log-out:before {
  content: '\f29f';
}

.ion-loop:before {
  content: '\f201';
}

.ion-magnet:before {
  content: '\f2a0';
}

.ion-male:before {
  content: '\f2a1';
}

.ion-man:before {
  content: '\f202';
}

.ion-map:before {
  content: '\f203';
}

.ion-medkit:before {
  content: '\f2a2';
}

.ion-merge:before {
  content: '\f33f';
}

.ion-mic-a:before {
  content: '\f204';
}

.ion-mic-b:before {
  content: '\f205';
}

.ion-mic-c:before {
  content: '\f206';
}

.ion-minus:before {
  content: '\f209';
}

.ion-minus-circled:before {
  content: '\f207';
}

.ion-minus-round:before {
  content: '\f208';
}

.ion-model-s:before {
  content: '\f2c1';
}

.ion-monitor:before {
  content: '\f20a';
}

.ion-more:before {
  content: '\f20b';
}

.ion-mouse:before {
  content: '\f340';
}

.ion-music-note:before {
  content: '\f20c';
}

.ion-navicon:before {
  content: '\f20e';
}

.ion-navicon-round:before {
  content: '\f20d';
}

.ion-navigate:before {
  content: '\f2a3';
}

.ion-network:before {
  content: '\f341';
}

.ion-no-smoking:before {
  content: '\f2c2';
}

.ion-nuclear:before {
  content: '\f2a4';
}

.ion-outlet:before {
  content: '\f342';
}

.ion-paintbrush:before {
  content: '\f4d5';
}

.ion-paintbucket:before {
  content: '\f4d6';
}

.ion-paper-airplane:before {
  content: '\f2c3';
}

.ion-paperclip:before {
  content: '\f20f';
}

.ion-pause:before {
  content: '\f210';
}

.ion-person:before {
  content: '\f213';
}

.ion-person-add:before {
  content: '\f211';
}

.ion-person-stalker:before {
  content: '\f212';
}

.ion-pie-graph:before {
  content: '\f2a5';
}

.ion-pin:before {
  content: '\f2a6';
}

.ion-pinpoint:before {
  content: '\f2a7';
}

.ion-pizza:before {
  content: '\f2a8';
}

.ion-plane:before {
  content: '\f214';
}

.ion-planet:before {
  content: '\f343';
}

.ion-play:before {
  content: '\f215';
}

.ion-playstation:before {
  content: '\f30a';
}

.ion-plus:before {
  content: '\f218';
}

.ion-plus-circled:before {
  content: '\f216';
}

.ion-plus-round:before {
  content: '\f217';
}

.ion-podium:before {
  content: '\f344';
}

.ion-pound:before {
  content: '\f219';
}

.ion-power:before {
  content: '\f2a9';
}

.ion-pricetag:before {
  content: '\f2aa';
}

.ion-pricetags:before {
  content: '\f2ab';
}

.ion-printer:before {
  content: '\f21a';
}

.ion-pull-request:before {
  content: '\f345';
}

.ion-qr-scanner:before {
  content: '\f346';
}

.ion-quote:before {
  content: '\f347';
}

.ion-radio-waves:before {
  content: '\f2ac';
}

.ion-record:before {
  content: '\f21b';
}

.ion-refresh:before {
  content: '\f21c';
}

.ion-reply:before {
  content: '\f21e';
}

.ion-reply-all:before {
  content: '\f21d';
}

.ion-ribbon-a:before {
  content: '\f348';
}

.ion-ribbon-b:before {
  content: '\f349';
}

.ion-sad:before {
  content: '\f34a';
}

.ion-sad-outline:before {
  content: '\f4d7';
}

.ion-scissors:before {
  content: '\f34b';
}

.ion-search:before {
  content: '\f21f';
}

.ion-settings:before {
  content: '\f2ad';
}

.ion-share:before {
  content: '\f220';
}

.ion-shuffle:before {
  content: '\f221';
}

.ion-skip-backward:before {
  content: '\f222';
}

.ion-skip-forward:before {
  content: '\f223';
}

.ion-social-android:before {
  content: '\f225';
}

.ion-social-android-outline:before {
  content: '\f224';
}

.ion-social-angular:before {
  content: '\f4d9';
}

.ion-social-angular-outline:before {
  content: '\f4d8';
}

.ion-social-apple:before {
  content: '\f227';
}

.ion-social-apple-outline:before {
  content: '\f226';
}

.ion-social-bitcoin:before {
  content: '\f2af';
}

.ion-social-bitcoin-outline:before {
  content: '\f2ae';
}

.ion-social-buffer:before {
  content: '\f229';
}

.ion-social-buffer-outline:before {
  content: '\f228';
}

.ion-social-chrome:before {
  content: '\f4db';
}

.ion-social-chrome-outline:before {
  content: '\f4da';
}

.ion-social-codepen:before {
  content: '\f4dd';
}

.ion-social-codepen-outline:before {
  content: '\f4dc';
}

.ion-social-css3:before {
  content: '\f4df';
}

.ion-social-css3-outline:before {
  content: '\f4de';
}

.ion-social-designernews:before {
  content: '\f22b';
}

.ion-social-designernews-outline:before {
  content: '\f22a';
}

.ion-social-dribbble:before {
  content: '\f22d';
}

.ion-social-dribbble-outline:before {
  content: '\f22c';
}

.ion-social-dropbox:before {
  content: '\f22f';
}

.ion-social-dropbox-outline:before {
  content: '\f22e';
}

.ion-social-euro:before {
  content: '\f4e1';
}

.ion-social-euro-outline:before {
  content: '\f4e0';
}

.ion-social-facebook:before {
  content: '\f231';
}

.ion-social-facebook-outline:before {
  content: '\f230';
}

.ion-social-foursquare:before {
  content: '\f34d';
}

.ion-social-foursquare-outline:before {
  content: '\f34c';
}

.ion-social-freebsd-devil:before {
  content: '\f2c4';
}

.ion-social-github:before {
  content: '\f233';
}

.ion-social-github-outline:before {
  content: '\f232';
}

.ion-social-google:before {
  content: '\f34f';
}

.ion-social-google-outline:before {
  content: '\f34e';
}

.ion-social-googleplus:before {
  content: '\f235';
}

.ion-social-googleplus-outline:before {
  content: '\f234';
}

.ion-social-hackernews:before {
  content: '\f237';
}

.ion-social-hackernews-outline:before {
  content: '\f236';
}

.ion-social-html5:before {
  content: '\f4e3';
}

.ion-social-html5-outline:before {
  content: '\f4e2';
}

.ion-social-instagram:before {
  content: '\f351';
}

.ion-social-instagram-outline:before {
  content: '\f350';
}

.ion-social-javascript:before {
  content: '\f4e5';
}

.ion-social-javascript-outline:before {
  content: '\f4e4';
}

.ion-social-linkedin:before {
  content: '\f239';
}

.ion-social-linkedin-outline:before {
  content: '\f238';
}

.ion-social-markdown:before {
  content: '\f4e6';
}

.ion-social-nodejs:before {
  content: '\f4e7';
}

.ion-social-octocat:before {
  content: '\f4e8';
}

.ion-social-pinterest:before {
  content: '\f2b1';
}

.ion-social-pinterest-outline:before {
  content: '\f2b0';
}

.ion-social-python:before {
  content: '\f4e9';
}

.ion-social-reddit:before {
  content: '\f23b';
}

.ion-social-reddit-outline:before {
  content: '\f23a';
}

.ion-social-rss:before {
  content: '\f23d';
}

.ion-social-rss-outline:before {
  content: '\f23c';
}

.ion-social-sass:before {
  content: '\f4ea';
}

.ion-social-skype:before {
  content: '\f23f';
}

.ion-social-skype-outline:before {
  content: '\f23e';
}

.ion-social-snapchat:before {
  content: '\f4ec';
}

.ion-social-snapchat-outline:before {
  content: '\f4eb';
}

.ion-social-tumblr:before {
  content: '\f241';
}

.ion-social-tumblr-outline:before {
  content: '\f240';
}

.ion-social-tux:before {
  content: '\f2c5';
}

.ion-social-twitch:before {
  content: '\f4ee';
}

.ion-social-twitch-outline:before {
  content: '\f4ed';
}

.ion-social-twitter:before {
  content: '\f243';
}

.ion-social-twitter-outline:before {
  content: '\f242';
}

.ion-social-usd:before {
  content: '\f353';
}

.ion-social-usd-outline:before {
  content: '\f352';
}

.ion-social-vimeo:before {
  content: '\f245';
}

.ion-social-vimeo-outline:before {
  content: '\f244';
}

.ion-social-whatsapp:before {
  content: '\f4f0';
}

.ion-social-whatsapp-outline:before {
  content: '\f4ef';
}

.ion-social-windows:before {
  content: '\f247';
}

.ion-social-windows-outline:before {
  content: '\f246';
}

.ion-social-wordpress:before {
  content: '\f249';
}

.ion-social-wordpress-outline:before {
  content: '\f248';
}

.ion-social-yahoo:before {
  content: '\f24b';
}

.ion-social-yahoo-outline:before {
  content: '\f24a';
}

.ion-social-yen:before {
  content: '\f4f2';
}

.ion-social-yen-outline:before {
  content: '\f4f1';
}

.ion-social-youtube:before {
  content: '\f24d';
}

.ion-social-youtube-outline:before {
  content: '\f24c';
}

.ion-soup-can:before {
  content: '\f4f4';
}

.ion-soup-can-outline:before {
  content: '\f4f3';
}

.ion-speakerphone:before {
  content: '\f2b2';
}

.ion-speedometer:before {
  content: '\f2b3';
}

.ion-spoon:before {
  content: '\f2b4';
}

.ion-star:before {
  content: '\f24e';
}

.ion-stats-bars:before {
  content: '\f2b5';
}

.ion-steam:before {
  content: '\f30b';
}

.ion-stop:before {
  content: '\f24f';
}

.ion-thermometer:before {
  content: '\f2b6';
}

.ion-thumbsdown:before {
  content: '\f250';
}

.ion-thumbsup:before {
  content: '\f251';
}

.ion-toggle:before {
  content: '\f355';
}

.ion-toggle-filled:before {
  content: '\f354';
}

.ion-transgender:before {
  content: '\f4f5';
}

.ion-trash-a:before {
  content: '\f252';
}

.ion-trash-b:before {
  content: '\f253';
}

.ion-trophy:before {
  content: '\f356';
}

.ion-tshirt:before {
  content: '\f4f7';
}

.ion-tshirt-outline:before {
  content: '\f4f6';
}

.ion-umbrella:before {
  content: '\f2b7';
}

.ion-university:before {
  content: '\f357';
}

.ion-unlocked:before {
  content: '\f254';
}

.ion-upload:before {
  content: '\f255';
}

.ion-usb:before {
  content: '\f2b8';
}

.ion-videocamera:before {
  content: '\f256';
}

.ion-volume-high:before {
  content: '\f257';
}

.ion-volume-low:before {
  content: '\f258';
}

.ion-volume-medium:before {
  content: '\f259';
}

.ion-volume-mute:before {
  content: '\f25a';
}

.ion-wand:before {
  content: '\f358';
}

.ion-waterdrop:before {
  content: '\f25b';
}

.ion-wifi:before {
  content: '\f25c';
}

.ion-wineglass:before {
  content: '\f2b9';
}

.ion-woman:before {
  content: '\f25d';
}

.ion-wrench:before {
  content: '\f2ba';
}

.ion-xbox:before {
  content: '\f30c';
}

a,
button {
  cursor: pointer;
}

a {
  color: #003e7e;
}

a:hover {
  opacity: 0.7;
}

a.disclaimer {
  text-decoration: none;
  color: #003e7e;
}

a.light {
  color: #d6d6d6;
}

.on-clearfix:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

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

.on-clearfix {
  display: block;
}

.responsivegrid-sliders {
  display: block;
  z-index: 101;
}

.responsivegrid-stencil {
  position: relative;
  transition: transform 1s;
  z-index: -1;
}

.responsivegrid-footer {
  position: relative;
  margin-top: 0;
  transition: transform 1s;
}

.responsivegrid-header {
  transition: transform 1s;
}

.root.responsivegrid > .aem-Grid {
  z-index: 0;
  position: relative;
}

.root.responsivegrid > .aem-Grid > .aem-Grid-newComponent {
  display: none;
  visibility: hidden;
}

#onstar-track-one,
#onstar-track-two {
  display: none;
}

.new.section.aem-Grid-newComponent {
  display: none !important;
  visibility: hidden !important;
}

div.cq-placeholder[data-onstar-label='label'] {
  display: none !important;
  visibility: hidden !important;
}

.aem-AuthorLayer-Edit div.cq-placeholder[data-onstar-label='label'] {
  display: block !important;
  visibility: visible !important;
}

.disclaimer-instructional {
  visibility: hidden;
  display: none;
}

.aem-AuthorLayer-structure .disclaimer-instructional {
  visibility: visible;
  display: inline;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

.responsivegrid-sidebar {
  display: none;
  visibility: hidden;
}

body[data-sidebar='enabled'] .responsivegrid-sidebar {
  display: block;
  visibility: visible;
}

@media (min-width: 993px) {
  div.responsivegrid.aem-GridColumn.aem-GridColumn--default--12
    > div.aem-Grid.aem-Grid--12.aem-Grid--default--12 {
    min-height: 400px;
  }

  div.responsivegrid-sliders.aem-GridColumn.aem-GridColumn--default--12
    > div.aem-Grid.aem-Grid--12.aem-Grid--default--12 {
    min-height: initial;
  }

  div.responsivegrid-header.aem-GridColumn.aem-GridColumn--default--12
    > div.aem-Grid.aem-Grid--12.aem-Grid--default--12 {
    min-height: initial;
  }

  div.responsivegrid-footer.aem-GridColumn.aem-GridColumn--default--12
    > div.aem-Grid.aem-Grid--12.aem-Grid--default--12 {
    min-height: initial;
  }

  div.responsivegrid-stencil.aem-GridColumn.aem-GridColumn--default--12
    > div.aem-Grid.aem-Grid--12.aem-Grid--default--12 {
    min-height: initial;
  }

  body[data-device-browser='safari']
    div.responsivegrid-sliders.aem-GridColumn.aem-GridColumn--default--12
    > div.aem-Grid.aem-Grid--12.aem-Grid--default--12 {
    min-height: 0;
  }

  body[data-device-browser='safari']
    div.responsivegrid-header.aem-GridColumn.aem-GridColumn--default--12
    > div.aem-Grid.aem-Grid--12.aem-Grid--default--12 {
    min-height: 0;
  }
}

@media all and (min-width: 993px) and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
  div.responsivegrid.aem-GridColumn.aem-GridColumn--default--12
    > div.aem-Grid.aem-Grid--12.aem-Grid--default--12 {
    min-height: inherit;
  }
}

.btn {
  text-decoration: none;
  font-family: 'on-gotham-bold';
  font-weight: normal;
}

.link-underline {
  text-transform: uppercase;
}

.link-underline::after {
  transition: all 0.3s cubic-bezier(0.68, -0.2, 0.3, 1.55);
  content: '';
  display: block;
  width: 0;
  border-top: 0 solid #000;
  margin: -5px auto 3px;
}

.link-underline:hover,
.link-underline.hover,
.link-underline:focus,
.link-underline.focus {
  text-decoration: none;
}

.link-underline:hover::after,
.link-underline.hover::after,
.link-underline:focus::after,
.link-underline.focus::after {
  width: 95%;
  width: calc(100% - 4px);
  border-top-color: #fff;
}

.link-underline.btn-primary::after {
  border-top-color: #fff;
}

@media (min-width: 768px) {
  .link-underline.btn-inverse::after,
  [class*='inverse'] .link-underline::after {
    border-top-color: #fff;
  }
}

.width-full {
  margin: 0;
}

@media (min-width: 768px) {
  .width-full {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .width-full {
    margin: 0;
  }
}

@media (min-width: 1248px) {
  .width-full {
    margin: 0;
  }
}

.smart-bg {
  background: #101010;
  overflow: hidden;
  position: relative;
  display: block;
}

.smart-bg .smart-bg-image {
  position: absolute;
  display: none;
}

.smart-bg .smart-bg-loaded {
  display: none;
}

@font-face {
  font-family: 'glyphicons';
  src: url('fonts/glyphicons/glyphicons.eot');
  src: url('fonts/glyphicons/glyphicons.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/glyphicons.woff') format('woff'),
    url('fonts/glyphicons/glyphicons.woff') format('truetype'),
    url('fonts/glyphicons/glyphicons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-bold';
  src: url('fonts/gotham/bold.eot');
  src: url('fonts/gotham/bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/bold.woff') format('woff'),
    url('fonts/gotham/bold.woff') format('truetype'),
    url('fonts/gotham/bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book';
  src: url('fonts/gotham/book.eot');
  src: url('fonts/gotham/book.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book.woff') format('woff'),
    url('fonts/gotham/book.woff') format('truetype'),
    url('fonts/gotham/book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book-italic';
  src: url('fonts/gotham/book-italic.eot');
  src: url('fonts/gotham/book-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book-italic.woff') format('woff'),
    url('fonts/gotham/book-italic.woff') format('truetype'),
    url('fonts/gotham/book-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-light';
  src: url('fonts/gotham/light.eot');
  src: url('fonts/gotham/light.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/light.woff') format('woff'),
    url('fonts/gotham/light.ttf') format('truetype'),
    url('fonts/gotham/light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium';
  src: url('fonts/gotham/medium.eot');
  src: url('fonts/gotham/medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium.woff') format('woff'),
    url('fonts/gotham/medium.ttf') format('truetype'),
    url('fonts/gotham/medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium-italic';
  src: url('fonts/gotham/medium-italic.eot');
  src: url('fonts/gotham/medium-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium-italic.woff') format('woff'),
    url('fonts/gotham/medium-italic.ttf') format('truetype'),
    url('fonts/gotham/medium-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-thin';
  src: url('fonts/gotham/thin.eot');
  src: url('fonts/gotham/thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/thin.woff') format('woff'),
    url('fonts/gotham/thin.ttf') format('truetype'),
    url('fonts/gotham/thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-italic';
  src: url('fonts/gotham/italic.eot');
  src: url('fonts/gotham/italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/italic.woff') format('woff'),
    url('fonts/gotham/italic.ttf') format('truetype'),
    url('fonts/gotham/italic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'slick';
  src: url('fonts/glyphicons/slick.eot');
  src: url('fonts/glyphicons/slick.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/slick.woff') format('woff'),
    url('fonts/glyphicons/slick.ttf') format('truetype'),
    url('fonts/glyphicons/slick.svg#slick') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon/icomoon.eot');
  src: url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
    url('fonts/icomoon/icomoon.woff') format('woff'),
    url('fonts/icomoon/icomoon.woff') format('truetype'),
    url('fonts/icomoon/icomoon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-regular';
  src: url('fonts/aleo/Aleo-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold';
  src: url('fonts/aleo/Aleo-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold-italic';
  src: url('fonts/aleo/Aleo-BoldItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-italic';
  src: url('fonts/aleo/Aleo-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-light';
  src: url('fonts/aleo/Aleo-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-light-italic';
  src: url('fonts/aleo/Aleo-LightItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

.white-search-card-bk {
  background: #fff;
  radius: 0;
  -moz-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
}

.white-dropdown-sheet-bk {
  background: rgba(255, 255, 255, 0.85);
  radius: 0;
  -moz-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
}

.input-field-grey {
  background: #f2f2f2;
  border: 1pt inside solid #d4d4d4;
  radius: 0;
}

.input-field-grey-selected {
  background: #f2f2f2;
  border: 1pt inside solid #9b9b9b;
  radius: 0;
}

.radio {
  background: 0;
  border: 2pt inside solid #dadada;
  radius: 0;
}

.radio-selected {
  background: #4471a5;
  border: 2pt inside solid #d4d4d4;
  radius: 0;
}

.external {
  padding: 1.4em;
  background-color: #fff;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.external iframe {
  border: 0;
}

@media (max-width: 670px) {
  .external iframe {
    width: 100%;
    height: 645px;
  }
}

.placeholder-label {
  display: none;
  visibility: hidden;
}

.aem-AuthorLayer-Edit .placeholder-label {
  display: block;
  visibility: visible;
}

.global-button-blue {
  width: 295px;
  min-height: 50px;
  background: #4471a5;
  border-radius: 25px;
  border-color: #4471a5;
  margin-bottom: 20px;
  outline: 0;
  text-transform: uppercase;
  padding: 12px 20px;
  white-space: normal;
}

@media (max-width: 410px) {
  .global-button-blue {
    width: auto;
  }
}

@media only screen and (max-width: 768px) {
  .global-button-blue {
    width: 295px;
  }
}

@media only screen and (max-width: 980px) {
  .global-button-blue {
    width: 325px;
  }
}

.global-button-blue:hover {
  background: #4471a5;
  border-color: #4471a5;
}

.global-dropdown-button-transparent {
  width: 295px;
  height: 50px;
  background: #222;
  border-radius: 25px;
  border-color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding: 12px 20px;
}

@media only screen and (max-width: 768px) {
  .global-dropdown-button-transparent {
    margin-bottom: 20px;
    width: 295px;
  }
}

@media only screen and (max-width: 980px) {
  .global-dropdown-button-transparent {
    width: 325px;
  }
}

.down-arrow-small {
  position: relative;
  top: -5px;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 0.15em solid #fff;
  border-top: 0.15em solid #fff;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-right: 0.5em;
  margin-left: 1em;
}

.up-arrow-small {
  position: relative;
  top: -5px;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 0.15em solid #fff;
  border-top: 0.15em solid #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-right: 0.5em;
  margin-left: 1em;
}

.footer {
  position: relative;
  display: block;
  width: 100%;
  background: #222;
  color: #fff !important;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}

.public-safety-footer {
  height: 100%;
  background-color: #222;
  color: #fff;
  padding-top: 20px;
}

@media (max-width: 768px) {
  .public-safety-footer {
    padding-top: 50px;
  }
}

.public-safety-footer a {
  color: #fff;
  text-decoration: none;
}

.public-safety-footer .text-muted {
  color: rgba(255, 255, 255, 0.4);
}

.public-safety-footer .col-centered {
  float: none;
  margin: 0 auto;
}

.public-safety-footer-copyright {
  padding-top: 24px;
  border-top: 1px solid #fff;
  opacity: 0.5;
}

.public-safety-footer-copyright .cq-dd-pages {
  margin-bottom: 50px;
  font-size: 13px;
  color: #fff;
  line-height: 15px;
}

.public-safety-footer-copyright .cq-dd-pages ul {
  list-style-type: none;
}

.public-safety-footer-copyright .cq-dd-pages ul li {
  display: inline;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 8px;
}

.public-safety-footer-copyright .cq-dd-pages ul li:last-child {
  border-right: 0;
}

.public-safety-footer .public-safety-links {
  padding-bottom: 40px;
  margin-right: 100px;
  margin-bottom: 20px;
}

.public-safety-footer .public-safety-links ul {
  padding-left: 0;
  list-style: none;
}

.public-safety-footer .public-safety-links ul li:first-child {
  padding-top: 0;
}

.public-safety-footer .public-safety-links ul li {
  padding-top: 10px;
  padding-left: 20px;
  display: block !important;
  border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
  font-size: 15px;
  line-height: 20px;
}

.public-safety-footer .public-safety-links hr {
  width: 80px;
  color: #fff;
  opacity: 0.5;
}

.public-safety-footer .public-safety-links h2 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.public-safety-footer .public-safety-links a {
  color: #fff;
}

.public-safety-footer .public-safety-links--inline {
  margin-left: 0;
}

.public-safety-footer .public-safety-links--inline ul {
  padding-left: 0;
  list-style: none;
  margin-left: 0;
}

.public-safety-footer .public-safety-links--inline ul > li {
  display: inline;
  padding: 0 3px;
}

.public-safety-footer .public-safety-links--inline .btn-icon {
  min-width: 0;
  width: 38px;
}

.public-safety-footer .public-safety-links--inline .btn-icon .on-Icon {
  font-size: 38px;
}

.public-safety-footer .public-safety-footer-buttons-container {
  padding-top: 32px;
}

.public-safety-footer .on-Logo {
  margin: 15px 0;
}

@media (max-width: 991px) {
  .public-safety-footer .col-xs-1:nth-child(12n + 1),
  .public-safety-footer .col-xs-2:nth-child(6n + 1),
  .public-safety-footer .col-xs-3:nth-child(4n + 1),
  .public-safety-footer .col-xs-4:nth-child(3n + 1),
  .public-safety-footer .col-xs-6:nth-child(2n + 1) {
    clear: left;
  }

  .public-safety-footer .col-half-offset {
    margin: 0;
    padding: 0;
  }

  .public-safety-footer .public-safety-links {
    text-align: center;
    margin-bottom: 0;
  }

  .public-safety-footer .public-safety-links ul li {
    border-left: none !important;
    padding-left: 0;
  }

  .public-safety-footer .public-safety-links-list {
    display: none;
    overflow: hidden;
  }

  .public-safety-footer .public-safety-footer-buttons-container {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .public-safety-footer .col-lg-1:nth-child(12n + 1),
  .public-safety-footer .col-lg-2:nth-child(6n + 1),
  .public-safety-footer .col-lg-3:nth-child(4n + 1),
  .public-safety-footer .col-lg-4:nth-child(3n + 1),
  .public-safety-footer .col-lg-6:nth-child(2n + 1),
  .public-safety-footer .col-md-1:nth-child(12n + 1),
  .public-safety-footer .col-md-2:nth-child(6n + 1),
  .public-safety-footer .col-md-3:nth-child(4n + 1),
  .public-safety-footer .col-md-4:nth-child(3n + 1),
  .public-safety-footer .col-md-6:nth-child(2n + 1) {
    clear: none;
  }

  .public-safety-footer .col-sm-1:nth-child(12n + 1),
  .public-safety-footer .col-sm-2:nth-child(6n + 1),
  .public-safety-footer .col-sm-3:nth-child(4n + 1),
  .public-safety-footer .col-sm-4:nth-child(3n + 1),
  .public-safety-footer .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }

  .public-safety-footer .public-safety-links {
    text-align: center;
  }

  .public-safety-footer .public-safety-links-list {
    display: none;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .public-safety-footer .col-lg-1:nth-child(12n + 1),
  .public-safety-footer .col-lg-2:nth-child(6n + 1),
  .public-safety-footer .col-lg-3:nth-child(4n + 1),
  .public-safety-footer .col-lg-4:nth-child(3n + 1),
  .public-safety-footer .col-lg-6:nth-child(2n + 1),
  .public-safety-footer .col-sm-1:nth-child(12n + 1),
  .public-safety-footer .col-sm-2:nth-child(6n + 1),
  .public-safety-footer .col-sm-3:nth-child(4n + 1),
  .public-safety-footer .col-sm-4:nth-child(3n + 1),
  .public-safety-footer .col-sm-6:nth-child(2n + 1) {
    clear: none;
  }

  .public-safety-footer .col-md-1:nth-child(12n + 1),
  .public-safety-footer .col-md-2:nth-child(6n + 1),
  .public-safety-footer .col-md-3:nth-child(4n + 1),
  .public-safety-footer .col-md-4:nth-child(3n + 1),
  .public-safety-footer .col-md-6:nth-child(2n + 1) {
    clear: left;
  }

  .public-safety-footer .public-safety-links {
    float: left;
    text-align: left;
    width: 30%;
  }

  .public-safety-footer .public-safety-links ul[id^='public-safety-title-'] {
    display: block !important;
    border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding-left: 15px;
  }

  .public-safety-footer .buttons-container ul li {
    float: none;
  }
}

@media (min-width: 1248px) {
  .public-safety-footer .col-md-1:nth-child(12n + 1),
  .public-safety-footer .col-md-2:nth-child(6n + 1),
  .public-safety-footer .col-md-3:nth-child(4n + 1),
  .public-safety-footer .col-md-4:nth-child(3n + 1),
  .public-safety-footer .col-md-6:nth-child(2n + 1),
  .public-safety-footer .col-sm-1:nth-child(12n + 1),
  .public-safety-footer .col-sm-2:nth-child(6n + 1),
  .public-safety-footer .col-sm-3:nth-child(4n + 1),
  .public-safety-footer .col-sm-4:nth-child(3n + 1),
  .public-safety-footer .col-sm-6:nth-child(2n + 1) {
    clear: none;
  }

  .public-safety-footer .col-lg-1:nth-child(12n + 1),
  .public-safety-footer .col-lg-2:nth-child(6n + 1),
  .public-safety-footer .col-lg-3:nth-child(4n + 1),
  .public-safety-footer .col-lg-4:nth-child(3n + 1),
  .public-safety-footer .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }

  .public-safety-footer .public-safety-links {
    float: left;
    text-align: left;
    width: 30%;
    padding: 10px;
  }

  .public-safety-footer .public-safety-links ul[id^='public-safety-title-'] {
    display: block !important;
    border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding-left: 15px;
  }
}

@font-face {
  font-family: 'glyphicons';
  src: url('fonts/glyphicons/glyphicons.eot');
  src: url('fonts/glyphicons/glyphicons.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/glyphicons.woff') format('woff'),
    url('fonts/glyphicons/glyphicons.woff') format('truetype'),
    url('fonts/glyphicons/glyphicons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-bold';
  src: url('fonts/gotham/bold.eot');
  src: url('fonts/gotham/bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/bold.woff') format('woff'),
    url('fonts/gotham/bold.woff') format('truetype'),
    url('fonts/gotham/bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book';
  src: url('fonts/gotham/book.eot');
  src: url('fonts/gotham/book.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book.woff') format('woff'),
    url('fonts/gotham/book.woff') format('truetype'),
    url('fonts/gotham/book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book-italic';
  src: url('fonts/gotham/book-italic.eot');
  src: url('fonts/gotham/book-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book-italic.woff') format('woff'),
    url('fonts/gotham/book-italic.woff') format('truetype'),
    url('fonts/gotham/book-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-light';
  src: url('fonts/gotham/light.eot');
  src: url('fonts/gotham/light.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/light.woff') format('woff'),
    url('fonts/gotham/light.ttf') format('truetype'),
    url('fonts/gotham/light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium';
  src: url('fonts/gotham/medium.eot');
  src: url('fonts/gotham/medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium.woff') format('woff'),
    url('fonts/gotham/medium.ttf') format('truetype'),
    url('fonts/gotham/medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium-italic';
  src: url('fonts/gotham/medium-italic.eot');
  src: url('fonts/gotham/medium-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium-italic.woff') format('woff'),
    url('fonts/gotham/medium-italic.ttf') format('truetype'),
    url('fonts/gotham/medium-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-thin';
  src: url('fonts/gotham/thin.eot');
  src: url('fonts/gotham/thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/thin.woff') format('woff'),
    url('fonts/gotham/thin.ttf') format('truetype'),
    url('fonts/gotham/thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-italic';
  src: url('fonts/gotham/italic.eot');
  src: url('fonts/gotham/italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/italic.woff') format('woff'),
    url('fonts/gotham/italic.ttf') format('truetype'),
    url('fonts/gotham/italic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'slick';
  src: url('fonts/glyphicons/slick.eot');
  src: url('fonts/glyphicons/slick.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/slick.woff') format('woff'),
    url('fonts/glyphicons/slick.ttf') format('truetype'),
    url('fonts/glyphicons/slick.svg#slick') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon/icomoon.eot');
  src: url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
    url('fonts/icomoon/icomoon.woff') format('woff'),
    url('fonts/icomoon/icomoon.woff') format('truetype'),
    url('fonts/icomoon/icomoon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-regular';
  src: url('fonts/aleo/Aleo-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold';
  src: url('fonts/aleo/Aleo-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold-italic';
  src: url('fonts/aleo/Aleo-BoldItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-italic';
  src: url('fonts/aleo/Aleo-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-light';
  src: url('fonts/aleo/Aleo-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-light-italic';
  src: url('fonts/aleo/Aleo-LightItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

.white-search-card-bk {
  background: #fff;
  radius: 0;
  -moz-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
}

.white-dropdown-sheet-bk {
  background: rgba(255, 255, 255, 0.85);
  radius: 0;
  -moz-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
}

.input-field-grey {
  background: #f2f2f2;
  border: 1pt inside solid #d4d4d4;
  radius: 0;
}

.input-field-grey-selected {
  background: #f2f2f2;
  border: 1pt inside solid #9b9b9b;
  radius: 0;
}

.radio {
  background: 0;
  border: 2pt inside solid #dadada;
  radius: 0;
}

.radio-selected {
  background: #4471a5;
  border: 2pt inside solid #d4d4d4;
  radius: 0;
}

.external {
  padding: 1.4em;
  background-color: #fff;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.external iframe {
  border: 0;
}

@media (max-width: 670px) {
  .external iframe {
    width: 100%;
    height: 645px;
  }
}

.placeholder-label {
  display: none;
  visibility: hidden;
}

.aem-AuthorLayer-Edit .placeholder-label {
  display: block;
  visibility: visible;
}

body.page-become_a_partner .responsivegrid-header {
  height: 0 !important;
}

body.page-onstar_go .responsivegrid-header {
  height: 0 !important;
}

#onstar-go-header-wrapper.stuck {
  position: fixed;
  z-index: 2;
  top: 0;
  background: rgba(244, 244, 244, 0.85);
  -webkit-transition: all 0.4s;
  height: 60px;
  transition: all 0.4s;
}

#onstar-go-header-wrapper.stuck .onstar-go-logo {
  width: 101px;
  height: 50px;
  margin-top: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#onstar-go-header-wrapper.stuck .inner {
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
}

#onstar-go-header-wrapper.stuck .inner .header-left-logo {
  overflow: hidden;
}

#onstar-go-header-wrapper.stuck .inner .header-left-logo .logo-caption {
  display: block;
  margin: 10px 0 0 19px;
}

#onstar-go-header-wrapper.stuck
  .inner
  .header-left-logo
  .logo-caption
  .onstar-go-logo-caption {
  border-left: 1px solid #444;
  padding: 0 0 0 19px;
  font-family: 'on-gotham-medium';
  font-size: 24px;
  color: #444;
}

@media only screen and (max-width: 767px) {
  #onstar-go-header-wrapper.stuck .inner .header-left-logo .logo-caption {
    display: none !important;
  }
}

#onstar-go-header-wrapper.stuck .inner a.os-go-button-transparent {
  width: 217px;
  height: 40px;
  background: #003e7e;
  border-radius: 25px;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding: 8px 20px;
  border: 0;
  color: #fff;
  margin-top: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#onstar-go-header-wrapper.stuck .inner a.os-go-button-transparent:hover {
  background: #003e7e;
  color: #fff;
}

#onstar-go-header-wrapper {
  height: auto;
  width: 100%;
  position: relative;
  display: block;
  margin: 1px 0;
}

#onstar-go-header-wrapper .backgroundGradient {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(
    -180deg,
    rgba(34, 34, 34, 0.4) 0,
    rgba(34, 34, 34, 0.2) 50%,
    rgba(34, 34, 34, 0.1) 73%,
    rgba(34, 34, 34, 0) 100%
  );
  display: inline-block;
  z-index: -100;
}

#onstar-go-header-wrapper .inner {
  margin-left: 7%;
  margin-right: 6.9%;
}

#onstar-go-header-wrapper .inner .fLeft {
  float: left;
}

#onstar-go-header-wrapper .inner .fRight {
  float: right;
}

@media (max-width: 768px) {
  #onstar-go-header-wrapper .inner {
    margin-left: 2%;
    margin-right: 2%;
  }
}

#onstar-go-header-wrapper .inner div.header-left-logo {
  float: left;
  width: 50%;
}

#onstar-go-header-wrapper .inner div.header-left-logo .logo-caption {
  display: none;
}

#onstar-go-header-wrapper .inner div.header-right-button {
  float: right;
  width: 50%;
  text-align: right;
}

#onstar-go-header-wrapper .inner a.os-go-button-transparent {
  width: 234px;
  height: 50px;
  background: transparent;
  border-radius: 25px;
  border-color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding: 12px 20px;
  color: #fff;
  margin-top: 100px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 415px) {
  #onstar-go-header-wrapper .inner a.os-go-button-transparent {
    width: 160px;
    height: 40px;
    font-size: 12px;
    margin-top: 40px;
    padding: 8px;
  }
}

#onstar-go-header-wrapper .inner a.os-go-button-transparent:hover {
  background: transparent;
  border-color: #fff;
}

#onstar-go-header-wrapper .onstar-go-logo {
  width: 190px;
  height: 95px;
  margin-top: 100px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 415px) {
  #onstar-go-header-wrapper .onstar-go-logo {
    width: 100px;
    height: 95px;
    margin-top: 20px;
  }
}

#onstar-go-header-wrapper .inner {
  position: relative;
}

.inner-inlay {
  display: block;
  position: absolute;
  height: 200px;
  width: 100%;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.header-left-logo {
  position: relative;
  z-index: 2;
}

.inner-inlay-wrapper {
  display: block;
  position: relative;
  margin: 100px 0 0 0;
  padding: 0;
}

.stuck .inner-inlay-wrapper {
  margin-top: 7px;
}

.header-button-primary-wrapper {
  display: block;
  position: relative;
  float: right;
  margin: 0 10px 0 0;
  padding: 0;
}

.gmm-button-primary {
  height: 46px;
  font-size: 14px;
  font-family: 'on-gotham-book';
  line-height: 44px;
  font-weight: normal;
  background: #2bb35d;
  border-radius: 25px;
  margin: 0;
  padding: 0 40px;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 2px solid #2bb35d;
}

.header-button-secondary-wrapper {
  display: block;
  position: relative;
  float: right;
  margin: 0;
  padding: 0;
}

.gmm-button-secondary {
  height: 46px;
  font-size: 14px;
  line-height: 44px;
  font-family: 'on-gotham-book';
  font-weight: normal;
  background: transparent;
  border-radius: 25px;
  margin: 0;
  padding: 0 40px;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 2px solid #fff;
}

.stuck .gmm-button-secondary {
  background: transparent;
  border-radius: 25px;
  margin: 0;
  padding: 0 40px;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 2px solid #fff;
}

@media (max-width: 767px) {
  .inner-inlay-wrapper {
    margin-top: 27px;
  }

  .header-button-primary-wrapper {
    margin-right: 10px;
  }

  .gmm-button-primary {
    height: 24px;
    font-size: 10px;
    line-height: 22px;
    border-radius: 14px;
    padding: 0 5px;
    border: 1px solid #2bb35d;
  }

  .gmm-button-secondary {
    height: 24px;
    font-size: 10px;
    line-height: 22px;
    border-radius: 14px;
    padding: 0 5px;
    border: 1px solid #fff;
  }

  .stuck .gmm-button-secondary {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 0 10px !important;
  }

  .stuck .inner-inlay-wrapper {
    margin-top: 21px;
  }
}

#blue-buttonButton {
  height: 46px;
  font-size: 14px;
  font-family: 'on-gotham-book';
  line-height: 40px !important;
  font-weight: normal;
  background: #2bb35d !important;
  border-radius: 25px;
  margin: 0;
  padding: 0 40px !important;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 2px solid #2bb35d;
}

#onstarGoSubmit {
  height: 46px;
  font-size: 14px;
  font-family: 'on-gotham-book';
  line-height: 40px !important;
  font-weight: normal;
  background: #2bb35d !important;
  border-radius: 25px;
  margin: 0;
  padding: 0 40px !important;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 2px solid #2bb35d;
  width: auto !important;
}

.media-group-image-gallery .media-header .blueoverlay {
  box-shadow: inset 0 0 0 2000px rgba(43, 179, 93, 0.7) !important;
}

.onstar-go-logo-caption {
  color: #fff !important;
}

#onstar-go-header-wrapper.stuck {
  background: rgba(101, 101, 101, 0.85);
}

@font-face {
  font-family: 'glyphicons';
  src: url('fonts/glyphicons/glyphicons.eot');
  src: url('fonts/glyphicons/glyphicons.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/glyphicons.woff') format('woff'),
    url('fonts/glyphicons/glyphicons.woff') format('truetype'),
    url('fonts/glyphicons/glyphicons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-bold';
  src: url('fonts/gotham/bold.eot');
  src: url('fonts/gotham/bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/bold.woff') format('woff'),
    url('fonts/gotham/bold.woff') format('truetype'),
    url('fonts/gotham/bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book';
  src: url('fonts/gotham/book.eot');
  src: url('fonts/gotham/book.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book.woff') format('woff'),
    url('fonts/gotham/book.woff') format('truetype'),
    url('fonts/gotham/book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book-italic';
  src: url('fonts/gotham/book-italic.eot');
  src: url('fonts/gotham/book-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book-italic.woff') format('woff'),
    url('fonts/gotham/book-italic.woff') format('truetype'),
    url('fonts/gotham/book-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-light';
  src: url('fonts/gotham/light.eot');
  src: url('fonts/gotham/light.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/light.woff') format('woff'),
    url('fonts/gotham/light.ttf') format('truetype'),
    url('fonts/gotham/light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium';
  src: url('fonts/gotham/medium.eot');
  src: url('fonts/gotham/medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium.woff') format('woff'),
    url('fonts/gotham/medium.ttf') format('truetype'),
    url('fonts/gotham/medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium-italic';
  src: url('fonts/gotham/medium-italic.eot');
  src: url('fonts/gotham/medium-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium-italic.woff') format('woff'),
    url('fonts/gotham/medium-italic.ttf') format('truetype'),
    url('fonts/gotham/medium-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-thin';
  src: url('fonts/gotham/thin.eot');
  src: url('fonts/gotham/thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/thin.woff') format('woff'),
    url('fonts/gotham/thin.ttf') format('truetype'),
    url('fonts/gotham/thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-italic';
  src: url('fonts/gotham/italic.eot');
  src: url('fonts/gotham/italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/italic.woff') format('woff'),
    url('fonts/gotham/italic.ttf') format('truetype'),
    url('fonts/gotham/italic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'slick';
  src: url('fonts/glyphicons/slick.eot');
  src: url('fonts/glyphicons/slick.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/slick.woff') format('woff'),
    url('fonts/glyphicons/slick.ttf') format('truetype'),
    url('fonts/glyphicons/slick.svg#slick') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon/icomoon.eot');
  src: url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
    url('fonts/icomoon/icomoon.woff') format('woff'),
    url('fonts/icomoon/icomoon.woff') format('truetype'),
    url('fonts/icomoon/icomoon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-regular';
  src: url('fonts/aleo/Aleo-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold';
  src: url('fonts/aleo/Aleo-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold-italic';
  src: url('fonts/aleo/Aleo-BoldItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-italic';
  src: url('fonts/aleo/Aleo-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-light';
  src: url('fonts/aleo/Aleo-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-light-italic';
  src: url('fonts/aleo/Aleo-LightItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

.white-search-card-bk {
  background: #fff;
  radius: 0;
  -moz-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
}

.white-dropdown-sheet-bk {
  background: rgba(255, 255, 255, 0.85);
  radius: 0;
  -moz-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
}

.input-field-grey {
  background: #f2f2f2;
  border: 1pt inside solid #d4d4d4;
  radius: 0;
}

.input-field-grey-selected {
  background: #f2f2f2;
  border: 1pt inside solid #9b9b9b;
  radius: 0;
}

.radio {
  background: 0;
  border: 2pt inside solid #dadada;
  radius: 0;
}

.radio-selected {
  background: #4471a5;
  border: 2pt inside solid #d4d4d4;
  radius: 0;
}

.external {
  padding: 1.4em;
  background-color: #fff;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.external iframe {
  border: 0;
}

@media (max-width: 670px) {
  .external iframe {
    width: 100%;
    height: 645px;
  }
}

.placeholder-label {
  display: none;
  visibility: hidden;
}

.aem-AuthorLayer-Edit .placeholder-label {
  display: block;
  visibility: visible;
}

#global-header-search-trigger:focus {
  outline: 0;
}

#global-header-story-trigger:focus {
  outline: 0;
}

#on-LanguageModal,
#on-SignInModal,
#on-VehicleOnStarModal,
#on-SearchModal {
  background-color: #fff;
}

#on-LanguageModalDialog,
#on-SignInModalDialog,
#on-VehicleOnStarModalDialog,
#on-SearchModalDialog {
  width: 100%;
  margin: 0;
}

#on-LanguageModalDialogContent,
#on-SignInModalDialogContent,
#on-VehicleOnStarModalDialogContent,
#on-SearchModalDialogContent {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#on-LanguageModalDialogContentBody,
#on-SignInModalDialogContentBody,
#on-VehicleOnStarModalDialogContentBody,
#on-SearchModalDialogContentBody {
  padding: 0;
}

#on-LanguageModalTrigger {
  text-transform: none;
}

#on-LanguageModalTrigger:focus {
  outline: 0;
}

#on-SignInModalTrigger {
  text-transform: none;
}

#on-SignInModalTrigger:focus {
  outline: 0;
}

#on-VehicleOnStarModalTrigger {
  text-transform: none;
}

#on-VehicleOnStarModalTrigger:focus {
  outline: 0;
}

header a,
header a:focus {
  color: #ddd;
  text-decoration: none;
}

header a:hover {
  text-decoration: none;
}

header ul,
header li {
  margin: 0;
  padding: 0;
}

.aem-AuthorLayer-structure .responsivegrid-header header,
.aem-AuthorLayer-structure .responsivegrid-sliders header {
  position: relative !important;
}

.aem-AuthorLayer-structure #logo {
  float: none !important;
}

.responsivegrid-header header,
.responsivegrid-sliders header {
  width: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transition: top 400ms cubic-bezier(0.31, 0.63, 0.54, 1),
    margin 400ms cubic-bezier(0.31, 0.63, 0.54, 1);
  -moz-transition: top 400ms cubic-bezier(0.31, 0.63, 0.54, 1),
    margin 400ms cubic-bezier(0.31, 0.63, 0.54, 1);
  -o-transition: top 400ms cubic-bezier(0.31, 0.63, 0.54, 1),
    margin 400ms cubic-bezier(0.31, 0.63, 0.54, 1);
  transition: top 400ms cubic-bezier(0.31, 0.63, 0.54, 1),
    margin 400ms cubic-bezier(0.31, 0.63, 0.54, 1);
}

.responsivegrid-header header .backgroundGradient,
.responsivegrid-sliders header .backgroundGradient {
  position: absolute;
  left: 0;
  top: 0;
  height: 250px;
  width: 100%;
  background-image: linear-gradient(
    -180deg,
    rgba(34, 34, 34, 0.4) 0,
    rgba(34, 34, 34, 0.2) 50%,
    rgba(34, 34, 34, 0.1) 73%,
    rgba(34, 34, 34, 0) 100%
  );
  display: inline-block;
  z-index: -100;
}

.responsivegrid-header header .inner,
.responsivegrid-sliders header .inner {
  margin: 5% 7%;
}

.responsivegrid-header header .inner .search-icon,
.responsivegrid-sliders header .inner .search-icon {
  font-size: 30px;
  line-height: 77px;
  position: relative;
  float: right !important;
  overflow: visible !important;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  background-image: url(../../../content/dam/onstar/common/nav/Search-Btn-White.svg);
  background-repeat: no-repeat;
}

.responsivegrid-header header .inner .vertical-line,
.responsivegrid-sliders header .inner .vertical-line {
  height: 50px;
  float: right !important;
  top: 10px;
  right: 9px;
  border-left: solid #fff;
  border-width: 1px;
  display: inline-block;
  position: relative;
  opacity: 0.5;
  margin: 0 10px;
}

.responsivegrid-header header .inner .search-icon.mobile,
.responsivegrid-sliders header .inner .search-icon.mobile,
.responsivegrid-header header .inner .search-icon.tablet,
.responsivegrid-sliders header .inner .search-icon.tablet,
.responsivegrid-header header .inner .ion-ios-share.mobile,
.responsivegrid-sliders header .inner .ion-ios-share.mobile {
  display: none;
}

.responsivegrid-header header .inner .ion-ios-share.desktop,
.responsivegrid-sliders header .inner .ion-ios-share.desktop {
  float: right !important;
  margin-top: 10px !important;
  margin-right: 7px;
}

.responsivegrid-header header .inner .ion-ios-share.desktop a,
.responsivegrid-sliders header .inner .ion-ios-share.desktop a {
  line-height: 62px;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: right;
  padding: 0 60px 0 0 !important;
  height: 50px;
  margin-right: 12px;
}

.responsivegrid-header header .inner .ion-ios-share.desktop a p,
.responsivegrid-sliders header .inner .ion-ios-share.desktop a p {
  line-height: 49px;
  font-size: 14px;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
}

#logo {
  float: left;
  margin-right: 1.7%;
  z-index: 1000;
}

#logo img {
  height: 75px;
  width: 75px;
}

#main ul li a {
  font-size: 18px;
  font-weight: normal;
}

#top ul li a {
  font-size: 14px;
  font-weight: normal;
}

header #progress-bar {
  display: none;
}

.mobile-header .openMenu {
  display: none;
}

nav#main > ul {
  margin: 0;
  padding: 0;
}

nav#main > ul > li {
  float: left;
  list-style: none;
  padding: 0;
  overflow: hidden;
}

nav#main > ul > li > a {
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
  line-height: 75px;
  font-weight: 400;
  color: #fff;
  padding: 0 1vw 1.5vh;
  padding: 0 12px 12px;
  letter-spacing: 1px;
  position: relative;
}

nav#main > ul > li > a > strong {
  font-weight: normal;
  font-family: 'on-gotham-book';
}

nav#main > ul > li > a strong {
  opacity: 1;
  -webkit-transition: opacity 600ms linear;
  -moz-transition: opacity 600ms linear;
  -o-transition: opacity 600ms linear;
  transition: opacity 600ms linear;
}

nav#main > ul > li > a.retreat strong {
  opacity: 0.4;
}

.selectedHover {
  font-weight: 700 !important;
  opacity: 1 !important;
}

.on_p_item_list > .staticHover {
  font-weight: 700 !important;
  opacity: 1 !important;
}

.inactiveHover {
  opacity: 0.7 !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
}

nav#main > ul > li > #header_share_story_link:hover,
header .inner .search-icon:hover {
  opacity: 0.7;
}

nav#main {
  -webkit-transition: margin 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9);
  -moz-transition: margin 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9);
  -o-transition: margin 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9);
  transition: margin 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9);
}

.on_s_item_list {
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0 3%;
  overflow: hidden;
}

nav#main ul ul li {
  list-style: none;
  padding: 30px 2% 0;
  margin: 10px 0 0;
  max-width: 300px;
  float: left;
  position: relative;
}

nav#main ul ul li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 1px;
  height: 100px;
  background: #ddd;
}

nav#main ul ul li:last-child:after {
  content: none;
}

nav#main ul ul li a {
  color: #333;
  line-height: 1em;
}

nav#main ul ul li a span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}

nav#main > ul ul li a * {
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}

nav#main > ul ul li.retreat a * {
  opacity: 0.4;
}

nav#main > ul li ul li {
  opacity: 1;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}

nav#main > ul li.active ul li {
  opacity: 1;
  -webkit-transition: opacity 800ms linear;
  -moz-transition: opacity 800ms linear;
  -o-transition: opacity 800ms linear;
  transition: opacity 800ms linear;
}

nav#main > ul ul li a strong {
  display: block;
  font-weight: normal;
  font-family: 'on-gotham-medium';
}

nav#main > ul > li.active ul {
  display: block;
  height: 120px;
  opacity: 1;
  z-index: 1;
}

.on_p_tooltip {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  bottom: -12px;
  left: 50%;
  margin-left: -11px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 10px solid #fff;
}

@media (max-width: 991px) {
  header#os-header-sticky {
    display: none !important;
    visibility: hidden !important;
  }
}

@media (min-width: 992px) {
  header#os-header-sticky a,
  header#os-header-sticky a:focus {
    color: #ddd;
    text-decoration: none;
  }

  header#os-header-sticky a:hover {
    text-decoration: none;
  }

  header#os-header-sticky ul,
  header#os-header-sticky li {
    margin: 0;
    padding: 0;
  }

  header#os-header-sticky {
    -webkit-backdrop-filter: blur(3px);
    width: 100%;
    position: absolute;
    z-index: 1;
    -webkit-transition: top 400ms cubic-bezier(0.31, 0.63, 0.54, 1),
      margin 400ms cubic-bezier(0.31, 0.63, 0.54, 1);
    -moz-transition: top 400ms cubic-bezier(0.31, 0.63, 0.54, 1),
      margin 400ms cubic-bezier(0.31, 0.63, 0.54, 1);
    -o-transition: top 400ms cubic-bezier(0.31, 0.63, 0.54, 1),
      margin 400ms cubic-bezier(0.31, 0.63, 0.54, 1);
    transition: top 400ms cubic-bezier(0.31, 0.63, 0.54, 1),
      margin 400ms cubic-bezier(0.31, 0.63, 0.54, 1);
  }

  header#os-header-sticky .backgroundGradient {
    position: absolute;
    left: 0;
    top: 0;
    height: 250px;
    width: 100%;
    background-image: linear-gradient(
      -180deg,
      rgba(34, 34, 34, 0.4) 0,
      rgba(34, 34, 34, 0.2) 50%,
      rgba(34, 34, 34, 0.1) 73%,
      rgba(34, 34, 34, 0) 100%
    );
    display: inline-block;
    z-index: -100;
  }

  header#os-header-sticky .inner-sticky {
    margin: 5% 7%;
  }

  header#os-header-sticky #sticky-bg {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    border-radius: 0 0 4px 4px;
    filter: blur(4px);
    background: rgba(244, 244, 244, 0.5);
    z-index: -1;
  }

  #logo-sticky {
    float: left;
    margin-right: 1.7%;
    z-index: 1000;
  }

  #logo-sticky img {
    height: 75px;
    width: 75px;
  }

  #main-sticky ul li a {
    font-size: 16px;
    font-weight: normal;
  }

  #main-sticky ul li a strong {
    font-size: 18px;
    font-weight: normal;
  }

  header#os-header-sticky #progress-bar {
    display: none;
  }

  .mobile-header-sticky .openMenu-sticky {
    display: none;
  }

  nav#main-sticky > ul {
    margin: 0;
    padding: 0;
  }

  nav#main-sticky > ul > li {
    float: left;
    list-style: none;
    padding: 0;
    overflow: hidden;
  }

  nav#main-sticky > ul > li > a {
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    line-height: 75px;
    font-weight: 400;
    color: #fff;
    padding: 0 1vw 1.5vh;
    padding: 0 12px 12px;
    letter-spacing: 1px;
    position: relative;
  }

  nav#main-sticky > ul > li > a > strong {
    font-weight: normal;
    font-family: 'on-gotham-book';
  }

  nav#main-sticky > ul > li > a.retreat {
    padding-left: 0.8vw;
    padding-right: 0.8vw;
    padding-left: 1.1vw;
    padding-right: 1.1vw;
    padding-left: 14px;
    padding-right: 14px;
  }

  nav#main-sticky > ul > li > a strong {
    opacity: 1;
    -webkit-transition: opacity 600ms linear;
    -moz-transition: opacity 600ms linear;
    -o-transition: opacity 600ms linear;
    transition: opacity 600ms linear;
  }

  nav#main-sticky > ul > li > a.retreat strong {
    opacity: 0.4;
  }

  nav#main-sticky > ul > li > a:hover,
  nav#main-sticky > ul > li.active > a,
  nav#main-sticky > ul > li.active > a.current {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    opacity: 1 !important;
  }

  header.active nav#main-sticky > ul > li > a.on_p_item_sticky {
    opacity: 0.5;
  }

  nav#main-sticky {
    -webkit-transition: margin 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9);
    -moz-transition: margin 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9);
    -o-transition: margin 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9);
    transition: margin 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9);
  }

  nav#main-sticky > ul ul {
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0 3%;
    overflow: hidden;
    -webkit-transition: height 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9),
      padding 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9),
      opacity 1200ms linear;
    -moz-transition: height 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9),
      padding 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9),
      opacity 1200ms linear;
    -o-transition: height 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9),
      padding 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9),
      opacity 1200ms linear;
    transition: height 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9),
      padding 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9),
      opacity 1200ms linear;
  }

  nav#main-sticky ul ul li {
    list-style: none;
    padding: 30px 2% 0;
    margin: 10px 0 0;
    max-width: 300px;
    float: left;
    position: relative;
  }

  nav#main-sticky ul ul li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 1px;
    height: 100px;
    background: #ddd;
  }

  nav#main-sticky ul ul li:last-child:after {
    content: none;
  }

  nav#main-sticky ul ul li a {
    color: #333;
    line-height: 1em;
  }

  nav#main-sticky ul ul li a span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
  }

  nav#main-sticky > ul ul li a * {
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
  }

  nav#main-sticky > ul ul li.retreat a * {
    opacity: 0.4;
  }

  nav#main-sticky > ul li ul li {
    opacity: 1;
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
  }

  nav#main-sticky > ul li.active ul li {
    opacity: 1;
    -webkit-transition: opacity 800ms linear;
    -moz-transition: opacity 800ms linear;
    -o-transition: opacity 800ms linear;
    transition: opacity 800ms linear;
  }

  nav#main-sticky > ul ul li a strong {
    display: block;
    font-weight: normal;
    font-family: 'on-gotham-medium';
    margin-bottom: 4px;
  }

  nav#main-sticky > ul > li.active ul {
    display: block;
    height: 120px;
    opacity: 1;
    z-index: 1;
    -webkit-transition: height 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9),
      padding 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9), opacity 200ms linear;
    -moz-transition: height 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9),
      padding 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9), opacity 200ms linear;
    -o-transition: height 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9),
      padding 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9), opacity 200ms linear;
    transition: height 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9),
      padding 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9), opacity 200ms linear;
  }

  nav#main-sticky > ul > li > a span {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    bottom: -12px;
    left: 50%;
    margin-left: -11px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 10px solid #fff;
    -webkit-transition: bottom 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9);
    -moz-transition: bottom 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9);
    -o-transition: bottom 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9);
    transition: bottom 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9);
  }

  nav#main-sticky > ul > li.active > a span {
    bottom: 0;
  }

  header#os-header-sticky .backgroundGradient {
    background: 0;
  }

  header#os-header-sticky {
    background: rgba(244, 244, 244, 0.85);
    border-bottom: 2px solid #d6d6d6;
    top: -70px;
    position: fixed;
    margin: 0;
    bottom: auto !important;
  }

  header#os-header-sticky nav#main-sticky > ul ul {
    height: 0;
  }

  header#os-header-sticky nav#main-sticky ul.middle {
    display: none;
  }

  header#os-header-sticky.intro {
    top: 0;
  }

  header#os-header-sticky.intro nav#main-sticky > ul ul {
    height: 120px;
  }

  header#os-header-sticky .inner-sticky {
    margin: 0 4%;
  }

  header#os-header-sticky.visible {
    margin-bottom: 0;
    bottom: 0;
  }

  header#os-header-sticky #logo-sticky {
    bottom: 0;
    padding: 12px 21px;
  }

  header#os-header-sticky #logo-sticky img {
    width: 40px;
    height: 40px;
  }

  header#os-header-sticky #progress-bar {
    display: block;
  }

  nav#main-sticky > ul {
    margin-top: 0 !important;
  }

  header#os-header-sticky nav#main-sticky > ul {
    float: right;
  }

  header#os-header-sticky nav#main-sticky > ul > li > a {
    color: #236192;
    padding: 27px 10px;
    line-height: 1em;
    font-size: 16px;
  }

  header#os-header-sticky nav#main-sticky ul.main-navigation-sticky > li {
    margin-top: 0;
    -webkit-transition: margin 1000ms cubic-bezier(0.31, 0.63, 0.54, 1);
    -moz-transition: margin 1000ms cubic-bezier(0.31, 0.63, 0.54, 1);
    -o-transition: margin 1000ms cubic-bezier(0.31, 0.63, 0.54, 1);
    transition: margin 1000ms cubic-bezier(0.31, 0.63, 0.54, 1);
  }

  header#os-header-sticky
    nav#main-sticky.push-up-and-hide
    ul.main-navigation-sticky
    > li {
    margin-top: -80px;
  }

  header#os-header-sticky.active nav#main-sticky > ul ul {
    height: 120px;
  }

  header#os-header-sticky.active {
    margin-top: 120px;
  }

  header#os-header-sticky nav#main-sticky > ul ul {
    top: -120px;
    position: absolute;
    height: 0;
    opacity: 1;
  }

  header#os-header-sticky nav#main-sticky > ul > li.active > ul {
    display: block;
    z-index: 9;
  }

  header#os-header-sticky nav#main-sticky > ul > li > a span {
    bottom: auto;
    top: -12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 0;
    border-top: 10px solid #fff;
    -webkit-transition: top 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9);
    -moz-transition: top 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9);
    -o-transition: top 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9);
    transition: top 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9);
  }

  header#os-header-sticky nav#main-sticky > ul > li.active > a span {
    top: 0;
  }
}

@media (min-width: 992px) and (max-width: 1250px) {
  #os-header-sticky #main-sticky .main-navigation-sticky {
    float: right;
  }

  #os-header-sticky
    #main-sticky
    .main-navigation-sticky
    .ion-ios-share.desktop {
    display: none !important;
  }

  #os-header-sticky #main-sticky .main-navigation-sticky .search-icon.desktop {
    display: none !important;
  }
}

@media (min-width: 992px) {
  nav#top {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    position: absolute;
    z-index: 2;
    font-size: 14px;
    top: 0;
    right: 7%;
    padding: 0;
    border-radius: 0 0 4px 4px;
    height: 40px;
  }

  nav#top ul,
  nav#top li {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  nav#top li {
    float: left;
  }

  nav#top li:first-child {
    background-color: rgba(244, 244, 244, 0.85);
    border-bottom-left-radius: 4px;
  }

  nav#top li a {
    color: #fff;
    display: block;
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    height: 40px;
    line-height: 40px;
  }

  nav#top li:first-child a {
    border-right: 0;
    color: #236192;
  }

  nav#top li:last-child a {
    border-right: 0;
  }

  nav #top-bg {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    border-radius: 0 0 4px 4px;
    filter: blur(4px);
    background: rgba(255, 255, 255, 0.18);
  }

  .topNavArrow {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    position: absolute;
    right: 7px;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.5s, top 0.5s;
    transition: transform 0.5s, top 0.5s;
    margin: 5px 0 3px 10px;
    position: static;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .loginBtn .topNavArrow {
    border-right: solid 2px #236192;
    border-top: solid 2px #236192;
  }

  .upTopNavArrow {
    margin-top: 5px;
    margin-bottom: -2px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
}

@media (min-width: 992px) and (max-width: 1250px) {
  nav#main ul.middle {
    display: none;
  }

  #os-header #top {
    left: 0;
    right: 0;
    width: 100%;
  }

  #os-header #top ul {
    max-width: 100%;
    margin: 0 auto;
  }

  #os-header #top ul .ion-ios-share.mobile {
    display: block !important;
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }

  #os-header #top ul .ion-ios-share.mobile .share_anchor_mobile {
    display: none;
  }

  #os-header #top ul .ion-ios-share.mobile .share_anchor_tablet {
    display: block;
  }

  #os-header #top ul .ion-ios-share.mobile a {
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: right;
    display: block;
    margin: 0 14px 0 0;
    text-align: left;
    border: 0;
  }

  #os-header #top ul .ion-ios-share.mobile a p {
    padding: 0;
    margin: 0 20px 0 0;
  }

  #os-header #top ul .search-icon.tablet {
    display: block !important;
    width: 50px;
    height: 40px;
    padding-top: 28px;
    float: left !important;
    left: 10px;
    background-image: url('../../../content/dam/onstar/common/nav/Search-Btn-White.svg');
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: left;
  }

  #os-header #main .main-navigation {
    float: right;
  }

  #os-header #main .main-navigation .ion-ios-share.desktop {
    display: none !important;
  }

  #os-header #main .main-navigation .search-icon.desktop {
    display: none !important;
  }
}

@media (max-width: 992px) {
  header #progress-bar {
    display: block;
  }

  header .mobile-header {
    background: rgba(0, 0, 0, 0.1);
    background: #eee;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 10;
  }

  .mobile-header .openMenu {
    display: block;
    float: right;
    font-size: 9px;
    text-transform: lowercase;
    padding: 10px;
    color: #4471a3;
    font-size: 11px;
    letter-spacing: 1px;
  }

  .mobile-header .openMenu span.menuArrow {
    display: block;
    height: 10px;
    background: url('../../../content/dam/onstar/common/nav/Chevron-Blue-Icn.svg')
      no-repeat center center;
    background-size: 10px 10px;
    -webkit-transition: all 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98);
    -moz-transition: all 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98);
    -o-transition: all 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98);
    transition: all 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98);
  }

  .mobile-header .openMenu span.menuArrow.rotate {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .responsivegrid-header header,
  .responsivegrid-sliders header {
    position: fixed;
    background: #fff;
    height: 100%;
    bottom: 100%;
    margin-bottom: -54px;
    -webkit-transition: bottom 1000ms cubic-bezier(0.31, 0.63, 0.54, 1),
      margin 1000ms cubic-bezier(0.31, 0.63, 0.54, 1);
    -moz-transition: bottom 1000ms cubic-bezier(0.31, 0.63, 0.54, 1),
      margin 1000ms cubic-bezier(0.31, 0.63, 0.54, 1);
    -o-transition: bottom 1000ms cubic-bezier(0.31, 0.63, 0.54, 1),
      margin 1000ms cubic-bezier(0.31, 0.63, 0.54, 1);
    transition: bottom 1000ms cubic-bezier(0.31, 0.63, 0.54, 1),
      margin 1000ms cubic-bezier(0.31, 0.63, 0.54, 1);
  }

  header .inner {
    margin: 0;
  }

  header.visible {
    margin-bottom: 0;
    bottom: 0;
  }

  #logo {
    padding: 8px 21px;
  }

  #logo img {
    width: 38px;
    height: 38px;
  }

  .mobile-links {
    width: 100%;
  }

  .search-icon.desktop,
  .vertical-line,
  .search-icon.tablet,
  .ion-ios-share.desktop {
    display: none !important;
  }

  .ion-ios-share.mobile {
    display: block !important;
  }

  .ion-ios-share.mobile .share_anchor_tablet {
    display: none;
  }

  .ion-ios-share.mobile a {
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: left;
    display: block;
    width: 142px;
    margin: 0 auto;
    text-align: right;
  }

  .ion-ios-share.mobile a p {
    padding: 0;
    margin: 0 0 20px 0;
  }

  nav#main > ul {
    margin-top: 5%;
    -webkit-transition: margin 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9);
    -moz-transition: margin 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9);
    -o-transition: margin 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9);
    transition: margin 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9);
  }

  nav#main > ul > li {
    float: none;
    padding: 0;
    text-align: center;
  }

  nav#main > ul > li > a {
    color: #444;
    line-height: 60px;
    padding: 0;
  }

  nav#main > ul > li > a:hover,
  nav#main > ul > li.active > a {
    padding: 0;
  }

  nav#main > ul > li.active > a {
    font-weight: bold;
  }

  nav#main > ul ul {
    top: 0;
    position: relative;
    background: #f0f0f0;
    height: 0;
  }

  nav#main > ul > li > a span {
    border-bottom: 10px solid #f0f0f0;
  }

  nav#main > ul > li.active ul {
    display: block;
    padding: 4vh 0;
    height: auto;
  }

  nav#main > ul ul li {
    padding: 0;
    margin: 0;
    float: none;
    border: 0;
    max-width: none !important;
  }

  nav#main > ul ul li a {
    padding: 2vw 0;
    display: block;
    font-size: 14px;
  }

  nav#main > ul ul li a::before {
    content: ' ';
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 60px;
    margin-bottom: 3vw;
    padding: 0;
  }

  nav#main > ul ul li:first-child a::before {
    display: none;
  }

  nav#main > ul ul li::after {
    content: ' ';
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    display: inline-block;
    width: 40px;
    margin: 0;
    padding: 0;
  }

  nav#main > ul ul li:last-child::after {
    display: none;
  }

  nav#main > ul ul li a span {
    display: none;
  }

  nav#top {
    text-align: center;
  }

  nav#top > ul::before {
    content: ' ';
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: inline-block;
    width: 60px;
    margin: 0;
    padding: 0;
  }

  nav#top li {
    display: block;
    float: none;
  }

  nav#top li a {
    color: #444;
  }

  nav#top .loginBtn {
    background: #f9f9f9;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    bottom: 48px;
    z-index: 10;
    padding: 9px 0;
    color: #4471a3;
  }

  .topNavArrow {
    display: none;
    visibility: hidden;
  }
}

@media (min-width: 992px) {
  #os-header-mbl {
    display: none !important;
    visibility: hidden !important;
  }
}

@media (max-width: 992px) {
  .responsivegrid-header header .inner-mbl,
  .responsivegrid-sliders header .inner-mbl {
    margin: 5% 5% 5% 0;
  }

  .responsivegrid-header header .inner-mbl .search-icon-mbl,
  .responsivegrid-sliders header .inner-mbl .search-icon-mbl {
    font-size: 30px;
    color: #fff;
    float: right !important;
    cursor: pointer;
    position: relative;
    line-height: 77px;
    text-align: center;
    margin-right: 10px;
    background-image: url(../../../content/dam/onstar/common/nav/Search-Btn-White.svg);
    background-repeat: no-repeat;
    margin-top: 10px;
    overflow: visible !important;
    width: 50px;
    height: 50px;
  }

  .responsivegrid-header header .inner-mbl .vertical-line-mbl,
  .responsivegrid-sliders header .inner-mbl .vertical-line-mbl {
    height: 50px;
    float: right !important;
    top: 10px;
    right: 9px;
    border-left: solid #fff;
    border-width: 1px;
    display: inline-block;
    position: relative;
    opacity: 0.5;
    margin: 0 10px;
  }

  .responsivegrid-header header .inner-mbl .search-icon-mbl.mobile,
  .responsivegrid-sliders header .inner-mbl .search-icon-mbl.mobile,
  .responsivegrid-header header .inner-mbl .search-icon-mbl.tablet,
  .responsivegrid-sliders header .inner-mbl .search-icon-mbl.tablet,
  .responsivegrid-header header .inner-mbl .ion-ios-share-mbl.mobile,
  .responsivegrid-sliders header .inner-mbl .ion-ios-share-mbl.mobile {
    display: none;
  }

  .main-navigation-mbl {
    margin: 0;
    padding: 0;
  }

  .main-navigation-mbl a,
  .main-navigation-mbl a:hover,
  .main-navigation-mbl a:active,
  .main-navigation-mbl a:focus {
    text-decoration: none;
  }

  #logo-mbl {
    float: left;
    margin-right: 1.7%;
    z-index: 1000;
  }

  #logo-mbl img {
    height: 75px;
    width: 75px;
  }

  #main-mbl ul li a {
    font-size: 18px;
    font-weight: normal;
  }

  header #progress-bar-mbl {
    display: none;
  }

  nav#main-mbl > ul {
    margin: 0;
    padding: 0;
  }

  nav#main-mbl > ul > li {
    float: left;
    list-style: none;
    padding: 0;
    overflow: hidden;
  }

  nav#main-mbl > ul > li > a {
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    line-height: 75px;
    font-weight: 400;
    color: #fff;
    padding: 0 1vw 1.5vh;
    padding: 0 12px 12px;
    letter-spacing: 1px;
    position: relative;
    -webkit-transition: padding 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98);
    -moz-transition: padding 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98);
    -o-transition: padding 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98);
    transition: padding 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98);
  }

  nav#main-mbl > ul > li > a > strong {
    font-weight: normal;
    font-family: 'on-gotham-book';
  }

  nav#main-mbl > ul > li > a.retreat {
    padding-left: 0.8vw;
    padding-right: 0.8vw;
    padding-left: 1.1vw;
    padding-right: 1.1vw;
    padding-left: 14px;
    padding-right: 14px;
  }

  nav#main-mbl > ul > li > a strong {
    opacity: 1;
    -webkit-transition: opacity 600ms linear;
    -moz-transition: opacity 600ms linear;
    -o-transition: opacity 600ms linear;
    transition: opacity 600ms linear;
  }

  nav#main-mbl > ul > li > a.retreat strong {
    opacity: 0.4;
  }

  nav#main-mbl > ul > li > a:hover,
  nav#main-mbl > ul > li.active > a,
  nav#main-mbl > ul > li.active > a.current {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  nav#main-mbl {
    -webkit-transition: margin 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9);
    -moz-transition: margin 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9);
    -o-transition: margin 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9);
    transition: margin 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9);
  }

  nav#main-mbl ul ul li {
    list-style: none;
    padding: 30px 2% 0;
    margin: 10px 0 0;
    max-width: 300px;
    float: left;
    position: relative;
  }

  nav#main-mbl ul ul li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 1px;
    height: 100px;
    background: #ddd;
  }

  nav#main-mbl ul ul li:last-child:after {
    content: none;
  }

  nav#main-mbl ul ul li a {
    color: #333;
    line-height: 1em;
  }

  nav#main-mbl ul ul li a span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
  }

  nav#main-mbl > ul ul li a * {
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
  }

  nav#main-mbl > ul ul li.retreat a * {
    opacity: 0.4;
  }

  nav#main-mbl > ul li ul li {
    opacity: 1;
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
  }

  nav#main-mbl > ul li.active ul li {
    opacity: 1;
    -webkit-transition: opacity 800ms linear;
    -moz-transition: opacity 800ms linear;
    -o-transition: opacity 800ms linear;
    transition: opacity 800ms linear;
  }

  .primary_nav_list a,
  .primary_nav_list a:active,
  .primary_nav_list a:hover,
  .primary_nav_list a:focus {
    text-decoration: none;
    display: block;
    font-weight: normal;
    font-family: 'on-gotham-medium';
  }

  nav#main-mbl > ul > li.active > a span {
    bottom: 0;
  }

  #os-header {
    display: none !important;
    visibility: hidden !important;
  }

  #os-header-mbl {
    display: block;
    visibility: visible;
  }

  header #progress-bar-mbl {
    display: block;
  }

  header .mobile-header-mbl {
    background: rgba(0, 0, 0, 0.1);
    background: #eee;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 10;
  }

  .mobile-header-mbl .openMenu-mbl {
    text-decoration: none;
    display: block;
    float: right;
    font-size: 9px;
    text-transform: lowercase;
    padding: 10px;
    color: #4471a3;
    font-size: 11px;
    letter-spacing: 1px;
  }

  .mobile-header-mbl .openMenu-mbl span.menuArrow {
    display: block;
    height: 10px;
    background: url('../../../content/dam/onstar/common/nav/Chevron-Blue-Icn.svg')
      no-repeat center center;
    background-size: 10px 10px;
    -webkit-transition: all 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98);
    -moz-transition: all 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98);
    -o-transition: all 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98);
    transition: all 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98);
  }

  .mobile-header-mbl .openMenu-mbl span.menuArrow.rotate {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .responsivegrid-header header,
  .responsivegrid-sliders header {
    position: fixed;
    background: #fff;
    height: 100%;
    bottom: 100%;
    margin-bottom: -54px;
    -webkit-transition: bottom 1000ms cubic-bezier(0.31, 0.63, 0.54, 1),
      margin 1000ms cubic-bezier(0.31, 0.63, 0.54, 1);
    -moz-transition: bottom 1000ms cubic-bezier(0.31, 0.63, 0.54, 1),
      margin 1000ms cubic-bezier(0.31, 0.63, 0.54, 1);
    -o-transition: bottom 1000ms cubic-bezier(0.31, 0.63, 0.54, 1),
      margin 1000ms cubic-bezier(0.31, 0.63, 0.54, 1);
    transition: bottom 1000ms cubic-bezier(0.31, 0.63, 0.54, 1),
      margin 1000ms cubic-bezier(0.31, 0.63, 0.54, 1);
  }

  header .inner-mbl {
    margin: 0;
  }

  header.visible {
    margin-bottom: 0;
    bottom: 0;
  }

  #logo-mbl {
    padding: 8px 21px;
  }

  #logo-mbl img {
    width: 38px;
    height: 38px;
  }

  .mobile-links {
    width: 100%;
  }

  .search-icon-mbl.desktop,
  .vertical-line-mbl,
  .search-icon-mbl.tablet,
  .ion-ios-share-mbl.desktop {
    display: none !important;
  }

  .ion-ios-share-mbl.mobile {
    display: block;
  }

  nav#main-mbl > ul > li {
    float: none;
    padding: 0;
    text-align: center;
  }

  nav#main-mbl > ul > li > a {
    color: #444;
    line-height: 60px;
    padding: 0;
  }

  nav#main-mbl > ul > li > a:hover,
  nav#main-mbl > ul > li.active > a {
    padding: 0;
  }

  nav#main-mbl > ul > li.active > a {
    font-weight: bold;
  }

  .primary_nav_list {
    background: #f0f0f0;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
  }

  .primary_nav_tooltip {
    display: block;
    position: relative;
    width: 10px;
    padding: 0;
    margin: 0 auto;
    height: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f0f0f0;
  }

  nav#main-mbl > ul > li > a span {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    bottom: -12px;
    left: 50%;
    margin-left: -11px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 10px solid #f0f0f0;
    -webkit-transition: bottom 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9);
    -moz-transition: bottom 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9);
    -o-transition: bottom 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9);
    transition: bottom 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9);
  }

  nav#main-mbl > ul > li.active ul {
    display: block;
    height: auto;
    padding: 4vh 0;
    opacity: 1;
    z-index: 1;
    -webkit-transition: height 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9),
      padding 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9), opacity 200ms linear;
    -moz-transition: height 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9),
      padding 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9), opacity 200ms linear;
    -o-transition: height 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9),
      padding 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9), opacity 200ms linear;
    transition: height 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9),
      padding 400ms cubic-bezier(0.035, 0.665, 0.425, 0.9), opacity 200ms linear;
  }

  nav#main-mbl > ul ul li {
    padding: 0;
    margin: 0;
    float: none;
    border: 0;
    max-width: none !important;
  }

  nav#main-mbl > ul ul li:first-child a {
    padding: 20px 0 20px 0;
    display: inline-block;
    font-size: 14px;
  }

  nav#main-mbl > ul ul li a {
    padding: 0 0 20px 0;
    display: inline-block;
    font-size: 14px;
  }

  nav#main-mbl > ul ul li a::before {
    content: ' ';
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 60px;
    margin-bottom: 20px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }

  nav#main-mbl > ul ul li:first-child a::before {
    display: none;
  }

  nav#main-mbl > ul ul li:last-child::after {
    display: none;
  }

  nav#top-mbl {
    text-align: center;
  }

  nav#top-mbl > ul::before {
    content: ' ';
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: inline-block;
    width: 60px;
    margin: 0;
    padding: 0;
  }

  nav#top-mbl li {
    display: block;
  }

  #auxNavLogin {
    display: inline-block;
    position: relative;
    color: #4471a3;
    text-align: center;
  }

  #mp_takeover_inner_bottom_wrapper {
    display: block;
    background: #f9f9f9;
    position: relative;
    z-index: 10;
    padding: 9px 0 9px 0;
    text-align: center;
  }

  #auxNavSignup {
    display: block;
    background: #f9f9f9;
    position: relative;
    width: 100%;
    z-index: 10;
    padding: 9px 0 9px 0;
    color: #4471a3;
    text-align: center;
  }

  #on-mobileHeaderMain {
    overflow: auto;
  }

  .primary_nav_list_wrapper {
    height: 0;
    overflow: hidden;
    opacity: 0;
  }

  #auxNav {
    margin: 0;
    padding: 0;
  }

  #auxNavVehicleManager {
    display: inline-block;
    padding: 20px 0;
  }

  #auxNavVehicleManagerWrapper a,
  #auxNavVehicleManagerWrapper a:active,
  #auxNavVehicleManagerWrapper a:hover,
  #auxNavVehicleManagerWrapper a:focus {
    text-decoration: none;
    color: #444;
  }

  #auxNavLanguageSelector {
    display: inline-block;
    padding: 10px 0 20px 0;
  }

  #auxNavLanguageSelectorWrapper a,
  #auxNavLanguageSelectorWrapper a:active,
  #auxNavLanguageSelectorWrapper a:hover,
  #auxNavLanguageSelectorWrapper a:focus {
    text-decoration: none;
    color: #444;
  }

  #auxNavPlanFinder {
    display: inline-block;
    padding: 10px 0 20px 0;
  }

  #auxNavPlanFinderWrapper a,
  #auxNavPlanFinderWrapper a:active,
  #auxNavPlanFinderWrapper a:hover,
  #auxNavPlanFinderWrapper a:focus {
    text-decoration: none;
    color: #444;
  }

  #planFinderMobileWrapper a,
  #planFinderMobileWrapper a:active,
  #planFinderMobileWrapper a:hover,
  #planFinderMobileWrapper a:focus {
    text-decoration: none;
    color: #444;
  }

  #auxNavSupport {
    display: inline-block;
    padding: 10px 0 20px 0;
  }

  #auxNavSupportWrapper a,
  #auxNavSupportWrapper a:active,
  #auxNavSupportWrapper a:hover,
  #auxNavSupportWrapper a:focus {
    text-decoration: none;
    color: #444;
  }

  #auxNavShare {
    display: inline-block;
    padding: 10px 0 10px 0;
  }

  #auxNavShareWrapper a,
  #auxNavShareWrapper a:active,
  #auxNavShareWrapper a:hover,
  #auxNavShareWrapper a:focus {
    text-decoration: none;
    color: #444;
  }

  #mp_takeover_inner_bottom_wrapper a.loginBtn,
  #mp_takeover_inner_bottom_wrapper a.loginBtn:active,
  #mp_takeover_inner_bottom_wrapper a.loginBtn:hover,
  #mp_takeover_inner_bottom_wrapper a.loginBtn:focus {
    text-decoration: none;
    color: #4471a3;
  }

  #auxNavVehicleManagerArrow {
    display: inline-block;
  }

  #auxNavVehicleManagerArrowPosition {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-image: url(../../../content/dam/onstar/components/vehicle_selector/Chevron-Primary-Icn.svg);
    background-size: 10px;
    background-position: center;
    margin-left: 5px;
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
  }

  #auxNavLanguageSelectorArrow {
    display: inline-block;
  }

  #auxNavLanguageSelectorArrowPosition {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-image: url(../../../content/dam/onstar/components/vehicle_selector/Chevron-Primary-Icn.svg);
    background-size: 10px;
    background-position: center;
    margin-left: 5px;
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
  }

  #auxNavPlanFinderArrow {
    display: inline-block;
  }

  #auxNavPlanFinderArrowPosition {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-image: url(../../../content/dam/onstar/components/vehicle_selector/Chevron-Primary-Icn.svg);
    background-size: 10px;
    background-position: center;
    margin-left: 5px;
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
  }

  .auxNavArrowFlip {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  #auxNavStory {
    display: inline-block;
  }

  #auxNavStoryPlusPosition {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-image: url(../../../content/dam/onstar/components/vehicle_selector/Chevron-Primary-Icn.svg);
    background-size: 10px;
    background-position: center;
    margin-right: 5px;
  }
}

#mp_takeover {
  color: #000;
  background-color: #fff;
  position: relative;
}

#mp_takeover_outer {
  position: relative;
  overflow: hidden;
}

#mp_takeover_inner {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#mp_takeover_inner_bottom {
  z-index: 10;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 96px;
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: #eee;
}

#mp_takeover_inner_bottom_inlay {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
}

.mfp-bg {
  background-color: #fff !important;
  opacity: 0 !important;
}

.mfp-container {
  padding: 0 !important;
}

.on-magnificent {
  overflow-y: hidden !important;
}

@media (min-width: 1200px) {
  nav#main > ul.middle {
    height: 0;
  }
}

.on_p_item_list a,
.on_p_item_list a:active,
.on_p_item_list a:hover,
.on_p_item_list a:focus {
  text-decoration: none;
  font-weight: 700;
}

#progress-bar {
  height: 2px;
  background: #aaa;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 999;
  -webkit-transition: height 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98);
  -moz-transition: height 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98);
  -o-transition: height 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98);
  transition: height 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98);
}

@media (max-width: 767px) {
  #progress-bar {
    top: 100%;
  }
}

#progress {
  height: 8px;
  width: 0;
  background: #4471a3;
  -webkit-transition: width 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
    height 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
    background-color 600ms linear;
  -moz-transition: width 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
    height 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
    background-color 600ms linear;
  -o-transition: width 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
    height 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
    background-color 600ms linear;
  transition: width 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
    height 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
    background-color 600ms linear;
}

#progress-bar.pronounced {
  height: 6px;
}

#progress-bar.pronounced #progress {
  height: 6px;
  background: #4471a3;
  -webkit-transition: width 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
    height 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
    background-color 600ms linear;
  -moz-transition: width 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
    height 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
    background-color 600ms linear;
  -o-transition: width 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
    height 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
    background-color 600ms linear;
  transition: width 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
    height 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
    background-color 600ms linear;
}

.article-page-header-content {
  display: none;
}

.article-page-header-content .header-page-title {
  font-size: 24px;
  color: #333;
  position: absolute;
  top: 0;
  left: 5%;
  padding: 8px 0 0 60px;
  margin-top: -60px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  width: 70%;
}

.article-page-header-content .header-page-title.visible {
  margin-top: 3px;
}

.article-page-header-content .header-page-title span {
  border-left: 1px solid gray;
  padding: 0;
  padding-left: 10px;
  margin-left: 5px;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.article-page-header-content .social-icons {
  right: 5%;
  top: -2px;
  position: absolute;
  height: 60px;
  min-width: 340px;
  text-align: right;
  margin-top: -60px;
  -webkit-transition: bottom 1000ms cubic-bezier(0.035, 0.665, 0.425, 1),
    margin 1000ms cubic-bezier(0.31, 0.63, 0.54, 1);
  -moz-transition: bottom 1000ms cubic-bezier(0.035, 0.665, 0.425, 1),
    margin 1000ms cubic-bezier(0.31, 0.63, 0.54, 1);
  -o-transition: bottom 1000ms cubic-bezier(0.035, 0.665, 0.425, 1),
    margin 1000ms cubic-bezier(0.31, 0.63, 0.54, 1);
  transition: bottom 1000ms cubic-bezier(0.035, 0.665, 0.425, 1),
    margin 1000ms cubic-bezier(0.31, 0.63, 0.54, 1);
}

.article-page-header-content .social-icons .buttonCTA {
  width: 175px;
  line-height: 16px;
  font-family: 'on-gotham-bold';
  font-size: 16px;
  font-weight: normal;
  min-height: 35px;
  color: #fff !important;
}

.article-page-header-content .social-icons a {
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  display: inline-block;
  margin: 14px 2px;
  background-size: cover;
}

.article-page-header-content .social-icons.visible {
  margin-top: 0;
}

.article-page-header-content .social-icon-toggle {
  display: none;
}

.article-page-header-content.visible {
  display: block;
}

@media (max-width: 767px) {
  .article-page-header-content {
    display: block;
    position: absolute;
    height: 120px;
    top: 100%;
    width: 100%;
    margin-top: -178px;
    -webkit-transition: margin 500ms cubic-bezier(0.17, 0.67, 0.59, 1);
    -moz-transition: margin 500ms cubic-bezier(0.17, 0.67, 0.59, 1);
    -o-transition: margin 500ms cubic-bezier(0.17, 0.67, 0.59, 1);
    transition: margin 500ms cubic-bezier(0.17, 0.67, 0.59, 1);
    z-index: 99;
    background: #fff;
  }

  .article-page-header-content .header-page-title {
    font-size: 18px;
  }

  .article-page-header-content .header-page-title,
  .article-page-header-content .social-icons {
    margin-top: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }

  .article-page-header-content .social-icons {
    width: 100%;
    height: 64px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    left: 0;
  }

  .article-page-header-content .social-icons a {
    margin: 12px 8px;
  }

  .article-page-header-content .header-page-title.visible {
    padding: 0;
    line-height: 60px;
    margin-top: 64px;
  }

  .article-page-header-content .header-page-title span {
    border-left: 0;
    padding: 0;
    margin: 0;
  }

  .article-page-header-content .social-icon-toggle {
    display: block;
    line-height: 60px;
    float: right;
    color: #888;
    padding: 0 5% 0 0;
    margin-top: 64px;
  }

  .article-page-header-content.visible {
    margin-top: -120px;
  }

  .article-page-header-content.visible.show-icons {
    margin-top: -60px;
  }

  header#os-header.visible .article-page-header-content {
    display: none;
  }
}

@media (max-width: 992px) {
  #progress-bar-mbl {
    height: 2px;
    background: #aaa;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 999;
    -webkit-transition: height 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98);
    -moz-transition: height 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98);
    -o-transition: height 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98);
    transition: height 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98);
  }

  #progress-mbl {
    height: 2px;
    width: 0;
    background: #888;
    -webkit-transition: width 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
      height 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
      background-color 600ms linear;
    -moz-transition: width 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
      height 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
      background-color 600ms linear;
    -o-transition: width 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
      height 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
      background-color 600ms linear;
    transition: width 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
      height 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
      background-color 600ms linear;
  }

  #progress-bar-mbl.pronounced {
    height: 6px;
  }

  #progress-bar-mbl.pronounced #progress-mbl {
    height: 6px;
    background: #1f4c89;
    -webkit-transition: width 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
      height 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
      background-color 600ms linear;
    -moz-transition: width 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
      height 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
      background-color 600ms linear;
    -o-transition: width 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
      height 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
      background-color 600ms linear;
    transition: width 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
      height 600ms cubic-bezier(0.17, 0.67, 0.59, 0.98),
      background-color 600ms linear;
  }

  .article-page-header-content-mbl {
    display: none;
  }

  .article-page-header-content-mbl .header-page-title-mbl {
    font-size: 24px;
    color: #333;
    position: absolute;
    top: 0;
    left: 5%;
    padding: 8px 0 0 60px;
    margin-top: -60px;
    -webkit-transition: bottom 1000ms cubic-bezier(0.035, 0.665, 0.425, 1),
      margin 1000ms cubic-bezier(0.31, 0.63, 0.54, 1);
    -moz-transition: bottom 1000ms cubic-bezier(0.035, 0.665, 0.425, 1),
      margin 1000ms cubic-bezier(0.31, 0.63, 0.54, 1);
    -o-transition: bottom 1000ms cubic-bezier(0.035, 0.665, 0.425, 1),
      margin 1000ms cubic-bezier(0.31, 0.63, 0.54, 1);
    transition: bottom 1000ms cubic-bezier(0.035, 0.665, 0.425, 1),
      margin 1000ms cubic-bezier(0.31, 0.63, 0.54, 1);
  }

  .article-page-header-content-mbl .header-page-title-mbl.visible {
    padding: 0;
    line-height: 60px;
    margin-top: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 20px;
    top: 10px;
    right: 100px;
    white-space: nowrap;
  }

  .article-page-header-content-mbl .header-page-title-mbl span {
    border-left: 0;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
  }

  .article-page-header-content-mbl .social-icons-mbl {
    right: 5%;
    top: 3px;
    position: absolute;
    height: 60px;
    min-width: 340px;
    text-align: right;
    margin-top: -60px;
    -webkit-transition: bottom 1000ms cubic-bezier(0.035, 0.665, 0.425, 1),
      margin 1000ms cubic-bezier(0.31, 0.63, 0.54, 1);
    -moz-transition: bottom 1000ms cubic-bezier(0.035, 0.665, 0.425, 1),
      margin 1000ms cubic-bezier(0.31, 0.63, 0.54, 1);
    -o-transition: bottom 1000ms cubic-bezier(0.035, 0.665, 0.425, 1),
      margin 1000ms cubic-bezier(0.31, 0.63, 0.54, 1);
    transition: bottom 1000ms cubic-bezier(0.035, 0.665, 0.425, 1),
      margin 1000ms cubic-bezier(0.31, 0.63, 0.54, 1);
  }

  .article-page-header-content-mbl .social-icons-mbl a {
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
    display: inline-block;
    margin: 10px 2px;
    background-size: cover;
  }

  .article-page-header-content-mbl .social-icons-mbl.visible {
    margin-top: 0;
  }

  .article-page-header-content-mbl .social-icon-toggle-mbl {
    display: none;
  }

  .article-page-header-content-mbl.visible {
    display: block;
  }
}

@media (max-width: 992px) and (max-width: 767px) {
  #progress-bar-mbl {
    top: 100%;
  }
}

@media (max-width: 992px) and (max-width: 767px) {
  .article-page-header-content-mbl {
    display: block;
    position: absolute;
    height: 120px;
    top: 100%;
    width: 100%;
    margin-top: -178px;
    -webkit-transition: margin 500ms cubic-bezier(0.17, 0.67, 0.59, 1);
    -moz-transition: margin 500ms cubic-bezier(0.17, 0.67, 0.59, 1);
    -o-transition: margin 500ms cubic-bezier(0.17, 0.67, 0.59, 1);
    transition: margin 500ms cubic-bezier(0.17, 0.67, 0.59, 1);
    z-index: 99;
    background: #fff;
  }

  .article-page-header-content-mbl .header-page-title-mbl {
    font-size: 18px;
  }

  .article-page-header-content-mbl .header-page-title-mbl,
  .article-page-header-content-mbl .social-icons-mbl {
    margin-top: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }

  .article-page-header-content-mbl .social-icons-mbl {
    width: 100%;
    height: 64px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    left: 0;
  }

  .article-page-header-content-mbl .social-icons-mbl a {
    margin: 12px 8px;
  }

  .article-page-header-content-mbl .header-page-title-mbl.visible {
    padding: 0;
    line-height: 60px;
    margin-top: 64px;
  }

  .article-page-header-content-mbl .header-page-title-mbl span {
    border-left: 0;
    padding: 0;
    margin: 0;
    margin-top: -9px;
  }

  .article-page-header-content-mbl .social-icon-toggle-mbl {
    display: block;
    line-height: 60px;
    float: right;
    color: #888;
    padding: 0 5% 0 0;
    margin-top: 64px;
  }

  .article-page-header-content-mbl.visible {
    margin-top: -120px;
  }

  .article-page-header-content-mbl.visible.show-icons {
    margin-top: -60px;
  }

  header#os-header-mbl.visible .article-page-header-content-mbl {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  nav#main ul ul li {
    padding: 20px 1.5% 0;
    max-width: 230px;
  }

  nav#main-sticky > ul li ul li {
    padding: 30px 1% 0;
    max-width: 220px;
  }
}

@media (min-width: 992px) and (max-width: 1250px) {
  nav#main ul ul li {
    padding: 10px 0.5% 0;
    max-width: 200px;
  }

  nav#main-sticky > ul li ul li {
    padding: 20px 0.5% 0;
    max-width: 200px;
  }
}

@media (min-width: 1200px) {
  #public-safety-static-links-container li:nth-child(3) a {
    border-right: 0 !important;
  }
}

@media (min-width: 992px) {
  #onFullNavCanvasDecorator {
    display: list-item;
    float: left;
    list-style: none;
    padding: 0;
    overflow: hidden;
    visibility: visible;
  }

  #onFullNavCanvasFrame {
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0 3%;
    overflow: hidden;
  }

  #onFullNavCanvasOffset {
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    line-height: 75px;
    font-weight: 400;
    color: #fff;
    padding: 0 0 12px 0;
    letter-spacing: 1px;
    position: relative;
    width: 1px;
  }

  .on_p_tooltip {
    display: none;
    visibility: hidden;
  }

  #onFullNavCanvasTooltip {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    bottom: 0;
    left: -1000px;
    margin-left: -11px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 10px solid #fff;
  }
}

@media (max-width: 991px) {
  #onFullNavCanvasDecorator {
    display: none;
    visibility: hidden;
  }

  #onFullNavCanvasTooltip {
    display: none;
    visibility: hidden;
  }
}

@media (min-width: 992px) {
  .i10n_ca_fr #top ul li a {
    font-size: 12px !important;
  }

  .i10n_mx_es #top ul li a {
    font-size: 12px !important;
  }

  .i10n_mx_es nav#main > ul > li > a {
    font-size: 18px !important;
  }

  .i10n_ca_fr .on_s_item_list,
  i10n_mx_es .on_s_item_list {
    height: 140px !important;
  }

  .i10n_ca_fr header#os-header-sticky.active nav#main-sticky > ul ul,
  .i10n_mx_es header#os-header-sticky.active nav#main-sticky > ul ul {
    height: 160px !important;
  }

  .i10n_ca_fr header#os-header-sticky nav#main-sticky > ul > li > a {
    font-size: 14px !important;
  }

  .i10n_mx_es header#os-header-sticky nav#main-sticky > ul > li > a {
    font-size: 14px !important;
  }

  .i10n_ca_fr header#os-header-sticky.active,
  .i10n_mx_es header#os-header-sticky.active {
    margin-top: 160px !important;
  }

  .i10n_ca_fr header#os-header-sticky nav#main-sticky > ul ul,
  .i10n_mx_es header#os-header-sticky nav#main-sticky > ul ul {
    top: -160px !important;
  }
}

@media (min-width: 992px) and (max-width: 1320px) {
  .i10n_us_en #header_share_story {
    line-height: 1.3em !important;
    width: 40px !important;
  }

  .i10n_ca_en #header_share_story {
    line-height: 1.3em !important;
    width: 40px !important;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  .i10n_us_en #header_share_story {
    line-height: 1.3em !important;
    width: 40px !important;
  }

  .i10n_ca_en #header_share_story {
    line-height: 1.3em !important;
    width: 40px !important;
  }

  .i10n_mx_es #on-LanguageSelectorGroup4 {
    width: 8.33333333% !important;
  }

  .i10n_mx_es #on-LanguageSelectorGroup1 {
    width: 20.66666667% !important;
  }
}

@media (min-width: 992px) and (max-width: 1340px) {
  .i10n_us_en #header_share_story {
    line-height: 1.3em !important;
    width: 40px !important;
  }

  .i10n_ca_en #header_share_story {
    line-height: 1.3em !important;
    width: 40px !important;
  }
}

@media (min-width: 992px) and (max-width: 1600px) {
  .i10n_ca_fr nav#main > ul > li > a {
    font-size: 12px !important;
  }

  .i10n_ca_fr #header_share_story {
    line-height: 1.3em !important;
    width: 120px !important;
    font-size: 12px !important;
  }

  .i10n_mx_es nav#main > ul > li > a {
    font-size: 12px !important;
  }

  .i10n_mx_es #header_share_story {
    line-height: 1.3em !important;
    width: 120px !important;
    font-size: 12px !important;
  }
}

@font-face {
  font-family: 'glyphicons';
  src: url('fonts/glyphicons/glyphicons.eot');
  src: url('fonts/glyphicons/glyphicons.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/glyphicons.woff') format('woff'),
    url('fonts/glyphicons/glyphicons.woff') format('truetype'),
    url('fonts/glyphicons/glyphicons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-bold';
  src: url('fonts/gotham/bold.eot');
  src: url('fonts/gotham/bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/bold.woff') format('woff'),
    url('fonts/gotham/bold.woff') format('truetype'),
    url('fonts/gotham/bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book';
  src: url('fonts/gotham/book.eot');
  src: url('fonts/gotham/book.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book.woff') format('woff'),
    url('fonts/gotham/book.woff') format('truetype'),
    url('fonts/gotham/book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book-italic';
  src: url('fonts/gotham/book-italic.eot');
  src: url('fonts/gotham/book-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book-italic.woff') format('woff'),
    url('fonts/gotham/book-italic.woff') format('truetype'),
    url('fonts/gotham/book-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-light';
  src: url('fonts/gotham/light.eot');
  src: url('fonts/gotham/light.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/light.woff') format('woff'),
    url('fonts/gotham/light.ttf') format('truetype'),
    url('fonts/gotham/light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium';
  src: url('fonts/gotham/medium.eot');
  src: url('fonts/gotham/medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium.woff') format('woff'),
    url('fonts/gotham/medium.ttf') format('truetype'),
    url('fonts/gotham/medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium-italic';
  src: url('fonts/gotham/medium-italic.eot');
  src: url('fonts/gotham/medium-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium-italic.woff') format('woff'),
    url('fonts/gotham/medium-italic.ttf') format('truetype'),
    url('fonts/gotham/medium-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-thin';
  src: url('fonts/gotham/thin.eot');
  src: url('fonts/gotham/thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/thin.woff') format('woff'),
    url('fonts/gotham/thin.ttf') format('truetype'),
    url('fonts/gotham/thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-italic';
  src: url('fonts/gotham/italic.eot');
  src: url('fonts/gotham/italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/italic.woff') format('woff'),
    url('fonts/gotham/italic.ttf') format('truetype'),
    url('fonts/gotham/italic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'slick';
  src: url('fonts/glyphicons/slick.eot');
  src: url('fonts/glyphicons/slick.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/slick.woff') format('woff'),
    url('fonts/glyphicons/slick.ttf') format('truetype'),
    url('fonts/glyphicons/slick.svg#slick') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon/icomoon.eot');
  src: url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
    url('fonts/icomoon/icomoon.woff') format('woff'),
    url('fonts/icomoon/icomoon.woff') format('truetype'),
    url('fonts/icomoon/icomoon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-regular';
  src: url('fonts/aleo/Aleo-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold';
  src: url('fonts/aleo/Aleo-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold-italic';
  src: url('fonts/aleo/Aleo-BoldItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-italic';
  src: url('fonts/aleo/Aleo-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-light';
  src: url('fonts/aleo/Aleo-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-light-italic';
  src: url('fonts/aleo/Aleo-LightItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

.white-search-card-bk {
  background: #fff;
  radius: 0;
  -moz-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
}

.white-dropdown-sheet-bk {
  background: rgba(255, 255, 255, 0.85);
  radius: 0;
  -moz-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
}

.input-field-grey {
  background: #f2f2f2;
  border: 1pt inside solid #d4d4d4;
  radius: 0;
}

.input-field-grey-selected {
  background: #f2f2f2;
  border: 1pt inside solid #9b9b9b;
  radius: 0;
}

.radio {
  background: 0;
  border: 2pt inside solid #dadada;
  radius: 0;
}

.radio-selected {
  background: #4471a5;
  border: 2pt inside solid #d4d4d4;
  radius: 0;
}

.external {
  padding: 1.4em;
  background-color: #fff;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.external iframe {
  border: 0;
}

@media (max-width: 670px) {
  .external iframe {
    width: 100%;
    height: 645px;
  }
}

.placeholder-label {
  display: none;
  visibility: hidden;
}

.aem-AuthorLayer-Edit .placeholder-label {
  display: block;
  visibility: visible;
}

.i10n_us_en .nbm-footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.nbm-footer-buttons-container {
  margin-top: 30px;
}

@media only screen and (min-device-width: 980px) {
  .nbm-footer-buttons-container {
    padding: 0;
  }
}

.nbm-footer-buttons-container a.btn {
  font-family: 'on-gotham-bold';
  font-size: 16px;
  font-weight: normal;
  width: 295px;
  height: 50px;
  padding: 12px 20px;
  text-transform: uppercase;
  border-radius: 25px;
  outline: 0;
  margin-bottom: 20px;
}

@media only screen and (min-width: 980px) {
  .nbm-footer-buttons-container a.btn {
    width: 98%;
  }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 812px) {
  .nbm-footer-buttons-container a.btn {
    width: 295px;
  }
}

@media only screen and (min-device-width: 100px) and (max-device-width: 359px) {
  .nbm-footer-buttons-container a.btn {
    width: 270px;
  }
}

.nbm-footer-buttons-container a.btn.nbm-dropdown-button-transparent {
  font-family: 'on-gotham-bold';
  font-size: 16px;
  font-weight: normal;
  width: 295px;
  height: 50px;
  padding: 12px 20px;
  text-transform: uppercase;
  border-radius: 25px;
  outline: 0;
  background: transparent;
  border: 1px solid #fff;
  margin-bottom: 20px;
}

@media only screen and (min-width: 980px) {
  .nbm-footer-buttons-container a.btn.nbm-dropdown-button-transparent {
    width: 98%;
  }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 812px) {
  .nbm-footer-buttons-container a.btn.nbm-dropdown-button-transparent {
    width: 295px;
  }
}

@media only screen and (min-device-width: 100px) and (max-device-width: 359px) {
  .nbm-footer-buttons-container a.btn.nbm-dropdown-button-transparent {
    width: 270px;
  }
}

.global-button-blue {
  border: 0;
  background: #236192;
}

.global-button-blue:hover {
  opacity: 0.7;
  background: #236192;
}

@media only screen and (min-device-width: 980px) {
  .global-button-blue {
    margin-right: 20px;
  }
}

.responsive-footer .global-button-blue,
.disclaimers .global-button-blue,
.nbm-footer-social .global-button-blue,
.nbm-footer-section .global-button-blue,
.nbm-footer-buttons-container .global-button-blue {
  border: 0;
  background: #236192;
}

.responsive-footer .global-button-blue:hover,
.disclaimers .global-button-blue:hover,
.nbm-footer-social .global-button-blue:hover,
.nbm-footer-section .global-button-blue:hover,
.nbm-footer-buttons-container .global-button-blue:hover {
  opacity: 0.7;
  background: #236192;
}

@media only screen and (min-device-width: 980px) {
  .responsive-footer .global-button-blue,
  .disclaimers .global-button-blue,
  .nbm-footer-social .global-button-blue,
  .nbm-footer-section .global-button-blue,
  .nbm-footer-buttons-container .global-button-blue {
    margin-right: 20px;
  }
}

.global-dropdown-button-transparent {
  width: 295px;
  height: 50px;
  background: transparent;
  border-radius: 25px;
  border-color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding: 12px 20px;
  margin-right: 20px;
  border: 1px solid #fff;
}

@media (max-width: 768px) {
  .global-dropdown-button-transparent {
    margin-bottom: 20px;
  }
}

@media only screen and (min-device-width: 980px) {
  .global-dropdown-button-transparent {
    max-width: 422px;
  }
}

.global-dropdown-button-transparent:hover {
  background: transparent;
  border-color: #fff;
  opacity: 0.7;
}

.responsive-footer .global-dropdown-button-transparent,
.disclaimers .global-dropdown-button-transparent,
.nbm-footer-social .global-dropdown-button-transparent,
.nbm-footer-section .global-dropdown-button-transparent,
.nbm-footer-buttons-container .global-dropdown-button-transparent {
  width: 295px;
  height: 50px;
  background: transparent;
  border-radius: 25px;
  border-color: #fff;
  margin-bottom: 20px;
  border: 1px solid #fff;
  text-transform: uppercase;
  padding: 12px 20px;
  margin-right: 20px;
}

@media only screen and (min-device-width: 980px) {
  .responsive-footer .global-dropdown-button-transparent,
  .disclaimers .global-dropdown-button-transparent,
  .nbm-footer-social .global-dropdown-button-transparent,
  .nbm-footer-section .global-dropdown-button-transparent,
  .nbm-footer-buttons-container .global-dropdown-button-transparent {
    max-width: 422px;
  }
}

.responsive-footer .global-dropdown-button-transparent:hover,
.disclaimers .global-dropdown-button-transparent:hover,
.nbm-footer-social .global-dropdown-button-transparent:hover,
.nbm-footer-section .global-dropdown-button-transparent:hover,
.nbm-footer-buttons-container .global-dropdown-button-transparent:hover {
  background: transparent;
  border-color: #fff;
  opacity: 0.7;
}

.down-arrow-small {
  position: relative;
  top: -5px;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 0.15em solid #fff;
  border-top: 0.15em solid #fff;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-right: 0.5em;
  margin-left: 1em;
}

.up-arrow-small {
  position: relative;
  top: -5px;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 0.15em solid #fff;
  border-top: 0.15em solid #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-right: 0.5em;
  margin-left: 1em;
}

.nbm-footer {
  position: relative;
  display: block;
  width: 100%;
  background: #222;
  color: #fff !important;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}

.nav-links {
  padding: 0;
}

.nav-links .row .nbm-footer-nav:first-child {
  margin-left: 0;
}

.nbm-footer {
  height: 100%;
  background-color: transparent;
  color: #fff;
  padding-top: 20px;
}

@media (max-width: 768px) {
  .nbm-footer {
    padding-top: 50px;
  }
}

.nbm-footer a {
  color: #fff;
  text-decoration: none;
}

.nbm-footer .text-muted {
  color: rgba(255, 255, 255, 0.4);
}

.nbm-footer .col-centered {
  float: none;
  margin: 0 7%;
  padding: 0;
}

.nbm-footer-buttons-container .btn {
  text-align: center;
}

.nbm-footer-social {
  opacity: 0.5;
  padding: 10px 0 15px 0;
  margin: 20px 0 0 0;
}

.nbm-footer-copyright #footer-bottom-links {
  margin-bottom: 50px;
  margin-top: 20px;
  opacity: 0.5;
  font-size: 13px;
  color: #fff;
  line-height: 15px;
}

.nbm-footer-copyright #footer-bottom-links a {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 8px;
  white-space: nowrap;
}

.nbm-footer-copyright #footer-bottom-links a.remove-border {
  border-right: 0;
}

.nbm-footer-section ul li {
  float: none;
  padding-left: 0;
  padding-right: 40px;
}

@media (max-width: 768px) {
  .nbm-footer-section ul li {
    padding-right: 23px;
  }
}

.nbm-footer-section ul li img {
  margin-right: 5px;
}

.nbm-footer-section ul li span {
  opacity: 0.5;
  font-family: 'on-gotham-bold';
  font-size: 13px;
  color: #fff;
  line-height: 15px;
  text-transform: uppercase;
}

.nbm-footer-section--sub {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin: 0 10%;
  text-align: center;
}

.nbm-footer-section-item {
  display: block;
  margin: 0 1em;
}

.nbm-footer-vehicle-brands {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 25px;
}

.nbm-footer-vehicle-brands .vehicle-brand-container {
  position: relative;
}

.nbm-footer-vehicle-brands .vehicle1-brand {
  max-width: 120px;
  max-height: 80px;
}

.nbm-footer-vehicle-brands .vehicle2-brand {
  max-width: 120px;
  max-height: 80px;
}

.nbm-footer-vehicle-brands .vehicle3-brand {
  max-width: 120px;
  max-height: 80px;
}

.nbm-footer-vehicle-brands .vehicle4-brand {
  max-width: 120px;
  max-height: 80px;
}

.nbm-footer .connected-services-new {
  height: 30px;
  padding-bottom: 10px;
  width: 100%;
  margin: 20px auto;
  float: left;
  position: relative;
}

.nbm-footer .connected-services-inner {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 0.3em;
  margin: 10px 0 20px;
}

.nbm-footer .connected-services-header-new {
  background: #222;
  font-family: 'Gotham', 'Arimo', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 14px;
  color: rgba(255, 255, 255, 0.2);
  font-weight: normal;
}

.nbm-footer-nav ul {
  padding-left: 0;
  list-style: none;
}

.nbm-footer-nav ul li {
  float: none;
  line-height: normal;
  margin-bottom: 12px;
}

.nbm-footer-nav hr {
  width: 80px;
  color: #fff;
  opacity: 0.5;
}

.nbm-footer-nav h2 {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'on-gotham-bold';
  font-weight: normal;
}

.nbm-footer-nav a {
  color: #fff;
  font-size: 16px;
}

.nbm-footer-nav--inline {
  margin-left: 0;
}

.nbm-footer-nav--inline ul {
  padding-left: 0;
  list-style: none;
  margin-left: 0;
}

.nbm-footer-nav--inline ul > li {
  display: inline;
  padding: 0 3px;
}

.nbm-footer-nav--inline .btn-icon {
  min-width: 0;
  width: 38px;
}

.nbm-footer-nav--inline .btn-icon .on-Icon {
  font-size: 38px;
}

@media (max-width: 991px) {
  .nbm-footer .col-half-offset {
    margin: 0;
    padding: 0;
  }

  .nbm-footer .nbm-footer {
    background: #222;
  }

  .nbm-footer .nbm-footer-nav {
    text-align: center;
  }

  .nbm-footer .nbm-footer-secondary-link {
    display: none;
    overflow: hidden;
  }

  .nbm-footer nbm-footer-section ul li {
    padding-right: 0;
  }

  .nbm-footer .nbm-footer-vehicle-brands .vehicle-brand-container {
    padding-top: 20px;
  }

  .nbm-footer .nbm-footer-vehicle-brands .vehicle1-brand {
    max-width: 120px;
    max-height: 80px;
  }

  .nbm-footer .nbm-footer-vehicle-brands .vehicle2-brand {
    max-width: 120px;
    max-height: 80px;
  }

  .nbm-footer .nbm-footer-vehicle-brands .vehicle3-brand {
    max-width: 120px;
    max-height: 80px;
  }

  .nbm-footer .nbm-footer-vehicle-brands .vehicle4-brand {
    max-width: 120px;
    max-height: 80px;
  }
}

@media (min-width: 768px) {
  .nbm-footer .nbm-footer {
    background: #222;
  }

  .nbm-footer .col-lg-1:nth-child(12n + 1),
  .nbm-footer .col-lg-2:nth-child(6n + 1),
  .nbm-footer .col-lg-3:nth-child(4n + 1),
  .nbm-footer .col-lg-4:nth-child(3n + 1),
  .nbm-footer .col-lg-6:nth-child(2n + 1),
  .nbm-footer .col-md-1:nth-child(12n + 1),
  .nbm-footer .col-md-2:nth-child(6n + 1),
  .nbm-footer .col-md-3:nth-child(4n + 1),
  .nbm-footer .col-md-4:nth-child(3n + 1),
  .nbm-footer .col-md-6:nth-child(2n + 1) {
    clear: none;
  }

  .nbm-footer .col-sm-1:nth-child(12n + 1),
  .nbm-footer .col-sm-2:nth-child(6n + 1),
  .nbm-footer .col-sm-3:nth-child(4n + 1),
  .nbm-footer .col-sm-4:nth-child(3n + 1),
  .nbm-footer .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }

  .nbm-footer .nbm-footer-nav {
    text-align: center;
  }

  .nbm-footer .nbm-footer-secondary-link {
    display: none;
    overflow: hidden;
  }

  .nbm-footer .nbm-footer-vehicle-brands .vehicle1-brand {
    max-width: 120px;
    max-height: 80px;
  }

  .nbm-footer .nbm-footer-vehicle-brands .vehicle2-brand {
    max-width: 120px;
    max-height: 80px;
  }

  .nbm-footer .nbm-footer-vehicle-brands .vehicle3-brand {
    max-width: 120px;
    max-height: 80px;
  }

  .nbm-footer .nbm-footer-vehicle-brands .vehicle4-brand {
    max-width: 120px;
    max-height: 80px;
  }
}

@media (min-width: 992px) {
  .nbm-footer .nbm-footer {
    background: #222;
  }

  .nbm-footer .col-lg-1:nth-child(12n + 1),
  .nbm-footer .col-lg-2:nth-child(6n + 1),
  .nbm-footer .col-lg-3:nth-child(4n + 1),
  .nbm-footer .col-lg-4:nth-child(3n + 1),
  .nbm-footer .col-lg-6:nth-child(2n + 1),
  .nbm-footer .col-sm-1:nth-child(12n + 1),
  .nbm-footer .col-sm-2:nth-child(6n + 1),
  .nbm-footer .col-sm-3:nth-child(4n + 1),
  .nbm-footer .col-sm-4:nth-child(3n + 1),
  .nbm-footer .col-sm-6:nth-child(2n + 1) {
    clear: none;
  }

  .nbm-footer .col-md-1:nth-child(12n + 1),
  .nbm-footer .col-md-2:nth-child(6n + 1),
  .nbm-footer .col-md-3:nth-child(4n + 1),
  .nbm-footer .col-md-4:nth-child(3n + 1),
  .nbm-footer .col-md-6:nth-child(2n + 1) {
    clear: left;
  }

  .nbm-footer .nbm-footer-nav {
    float: left;
    text-align: left;
    width: 20%;
  }

  .nbm-footer .nbm-footer-nav ul[id^='nbm-footer-primary-link-'] {
    display: block !important;
    border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding-left: 15px;
  }

  .nbm-footer .nbm-footer-nav .i10n_ca_fr ul[id^='nbm-footer-primary-link-'] {
    margin-top: 10px;
  }

  .nbm-footer .buttons-container ul li {
    float: none;
  }

  .nbm-footer .nbm-footer-section {
    padding: inherit;
  }

  .nbm-footer .nbm-footer-section--sub {
    padding: 30px 0;
    border: 0;
  }

  .nbm-footer .nbm-footer-section-item {
    display: inline-block;
  }
}

@media (min-width: 1248px) {
  .nbm-footer .nbm-footer {
    background: #222;
  }

  .nbm-footer .col-md-1:nth-child(12n + 1),
  .nbm-footer .col-md-2:nth-child(6n + 1),
  .nbm-footer .col-md-3:nth-child(4n + 1),
  .nbm-footer .col-md-4:nth-child(3n + 1),
  .nbm-footer .col-md-6:nth-child(2n + 1),
  .nbm-footer .col-sm-1:nth-child(12n + 1),
  .nbm-footer .col-sm-2:nth-child(6n + 1),
  .nbm-footer .col-sm-3:nth-child(4n + 1),
  .nbm-footer .col-sm-4:nth-child(3n + 1),
  .nbm-footer .col-sm-6:nth-child(2n + 1) {
    clear: none;
  }

  .nbm-footer .col-lg-1:nth-child(12n + 1),
  .nbm-footer .col-lg-2:nth-child(6n + 1),
  .nbm-footer .col-lg-3:nth-child(4n + 1),
  .nbm-footer .col-lg-4:nth-child(3n + 1),
  .nbm-footer .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }

  .nbm-footer .nbm-footer-nav {
    float: left;
    text-align: left;
    width: 17%;
    margin: 10px;
    padding: 10px;
  }

  .nbm-footer .nbm-footer-nav ul[id^='nbm-footer-primary-link-'] {
    display: block !important;
    border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding-left: 15px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .nbm-footer {
    background: #222;
  }

  .nbm-footer-buttons-container {
    padding-right: 0;
  }

  .nbm-footer-section ul li {
    padding-right: 17px;
  }

  .nbm-footer-vehicle-brands .vehicle1-brand {
    margin-top: 0;
  }

  .nbm-footer-vehicle-brands .vehicle2-brand {
    margin-top: 0;
  }

  .nbm-footer-vehicle-brands .vehicle3-brand {
    margin-top: 0;
  }

  .nbm-footer-vehicle-brands .vehicle4-brand {
    margin-top: 0;
  }
}

@media screen and (max-device-width: 480px) and (orientation: portrait) {
  .nbm-footer-buttons-container {
    text-align: left;
  }
}

@media screen and (max-device-width: 320px) and (orientation: portrait) {
  .global-button-blue {
    width: 270px !important;
  }

  .global-dropdown-button-transparent {
    width: 270px !important;
  }

  .nbm-footer-vehicle-brands .vehicle1-brand {
    margin-top: 0;
  }

  .nbm-footer-vehicle-brands .vehicle2-brand {
    margin-top: 0;
  }

  .nbm-footer-vehicle-brands .vehicle3-brand {
    margin-top: 0;
  }

  .nbm-footer-vehicle-brands .vehicle4-brand {
    margin-top: 0;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .nbm-footer-buttons-container {
    padding-right: 0;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .nbm-footer-buttons-container {
    padding-right: 0;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .nbm-footer-buttons-container {
    padding-right: 34px;
  }
}

.nbm-footer-nav h2 {
  display: inline-block;
  height: 35px;
}

.i10n_ca_fr .nbm-footer-buttons-container .btn {
  font-size: 12px;
  padding: 15px 20px;
}

@media (min-width: 1248px) {
  .i10n_ca_fr .nbm-footer-buttons-container .btn {
    font-size: 11px;
  }
}

.i10n_ca_fr
  .nbm-footer-buttons-container
  a.btn.nbm-dropdown-button-transparent {
  font-size: 12px;
  padding: 15px 20px;
}

@media (min-width: 1248px) {
  .i10n_ca_fr
    .nbm-footer-buttons-container
    a.btn.nbm-dropdown-button-transparent {
    font-size: 11px;
  }
}

.breadcrumb {
  text-align: center;
  min-height: 20px;
  margin-bottom: 0;
}

.breadcrumb li > a {
  font-weight: 600;
  color: #fff;
}

.breadcrumb li.active > a {
  color: #fff;
}

.breadcrumb li.breadcrumb-delim {
  color: #fff;
}

@font-face {
  font-family: 'glyphicons';
  src: url('fonts/glyphicons/glyphicons.eot');
  src: url('fonts/glyphicons/glyphicons.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/glyphicons.woff') format('woff'),
    url('fonts/glyphicons/glyphicons.woff') format('truetype'),
    url('fonts/glyphicons/glyphicons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-bold';
  src: url('fonts/gotham/bold.eot');
  src: url('fonts/gotham/bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/bold.woff') format('woff'),
    url('fonts/gotham/bold.woff') format('truetype'),
    url('fonts/gotham/bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book';
  src: url('fonts/gotham/book.eot');
  src: url('fonts/gotham/book.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book.woff') format('woff'),
    url('fonts/gotham/book.woff') format('truetype'),
    url('fonts/gotham/book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book-italic';
  src: url('fonts/gotham/book-italic.eot');
  src: url('fonts/gotham/book-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book-italic.woff') format('woff'),
    url('fonts/gotham/book-italic.woff') format('truetype'),
    url('fonts/gotham/book-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-light';
  src: url('fonts/gotham/light.eot');
  src: url('fonts/gotham/light.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/light.woff') format('woff'),
    url('fonts/gotham/light.ttf') format('truetype'),
    url('fonts/gotham/light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium';
  src: url('fonts/gotham/medium.eot');
  src: url('fonts/gotham/medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium.woff') format('woff'),
    url('fonts/gotham/medium.ttf') format('truetype'),
    url('fonts/gotham/medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium-italic';
  src: url('fonts/gotham/medium-italic.eot');
  src: url('fonts/gotham/medium-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium-italic.woff') format('woff'),
    url('fonts/gotham/medium-italic.ttf') format('truetype'),
    url('fonts/gotham/medium-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-thin';
  src: url('fonts/gotham/thin.eot');
  src: url('fonts/gotham/thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/thin.woff') format('woff'),
    url('fonts/gotham/thin.ttf') format('truetype'),
    url('fonts/gotham/thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-italic';
  src: url('fonts/gotham/italic.eot');
  src: url('fonts/gotham/italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/italic.woff') format('woff'),
    url('fonts/gotham/italic.ttf') format('truetype'),
    url('fonts/gotham/italic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'slick';
  src: url('fonts/glyphicons/slick.eot');
  src: url('fonts/glyphicons/slick.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/slick.woff') format('woff'),
    url('fonts/glyphicons/slick.ttf') format('truetype'),
    url('fonts/glyphicons/slick.svg#slick') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon/icomoon.eot');
  src: url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
    url('fonts/icomoon/icomoon.woff') format('woff'),
    url('fonts/icomoon/icomoon.woff') format('truetype'),
    url('fonts/icomoon/icomoon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-regular';
  src: url('fonts/aleo/Aleo-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold';
  src: url('fonts/aleo/Aleo-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold-italic';
  src: url('fonts/aleo/Aleo-BoldItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-italic';
  src: url('fonts/aleo/Aleo-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-light';
  src: url('fonts/aleo/Aleo-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-light-italic';
  src: url('fonts/aleo/Aleo-LightItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

.white-search-card-bk {
  background: #fff;
  radius: 0;
  -moz-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
}

.white-dropdown-sheet-bk {
  background: rgba(255, 255, 255, 0.85);
  radius: 0;
  -moz-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
}

.input-field-grey {
  background: #f2f2f2;
  border: 1pt inside solid #d4d4d4;
  radius: 0;
}

.input-field-grey-selected {
  background: #f2f2f2;
  border: 1pt inside solid #9b9b9b;
  radius: 0;
}

.radio {
  background: 0;
  border: 2pt inside solid #dadada;
  radius: 0;
}

.radio-selected {
  background: #4471a5;
  border: 2pt inside solid #d4d4d4;
  radius: 0;
}

.external {
  padding: 1.4em;
  background-color: #fff;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.external iframe {
  border: 0;
}

@media (max-width: 670px) {
  .external iframe {
    width: 100%;
    height: 645px;
  }
}

.placeholder-label {
  display: none;
  visibility: hidden;
}

.aem-AuthorLayer-Edit .placeholder-label {
  display: block;
  visibility: visible;
}

@font-face {
  font-family: 'glyphicons';
  src: url('fonts/glyphicons/glyphicons.eot');
  src: url('fonts/glyphicons/glyphicons.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/glyphicons.woff') format('woff'),
    url('fonts/glyphicons/glyphicons.woff') format('truetype'),
    url('fonts/glyphicons/glyphicons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-bold';
  src: url('fonts/gotham/bold.eot');
  src: url('fonts/gotham/bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/bold.woff') format('woff'),
    url('fonts/gotham/bold.woff') format('truetype'),
    url('fonts/gotham/bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book';
  src: url('fonts/gotham/book.eot');
  src: url('fonts/gotham/book.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book.woff') format('woff'),
    url('fonts/gotham/book.woff') format('truetype'),
    url('fonts/gotham/book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book-italic';
  src: url('fonts/gotham/book-italic.eot');
  src: url('fonts/gotham/book-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book-italic.woff') format('woff'),
    url('fonts/gotham/book-italic.woff') format('truetype'),
    url('fonts/gotham/book-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-light';
  src: url('fonts/gotham/light.eot');
  src: url('fonts/gotham/light.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/light.woff') format('woff'),
    url('fonts/gotham/light.ttf') format('truetype'),
    url('fonts/gotham/light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium';
  src: url('fonts/gotham/medium.eot');
  src: url('fonts/gotham/medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium.woff') format('woff'),
    url('fonts/gotham/medium.ttf') format('truetype'),
    url('fonts/gotham/medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium-italic';
  src: url('fonts/gotham/medium-italic.eot');
  src: url('fonts/gotham/medium-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium-italic.woff') format('woff'),
    url('fonts/gotham/medium-italic.ttf') format('truetype'),
    url('fonts/gotham/medium-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-thin';
  src: url('fonts/gotham/thin.eot');
  src: url('fonts/gotham/thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/thin.woff') format('woff'),
    url('fonts/gotham/thin.ttf') format('truetype'),
    url('fonts/gotham/thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-italic';
  src: url('fonts/gotham/italic.eot');
  src: url('fonts/gotham/italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/italic.woff') format('woff'),
    url('fonts/gotham/italic.ttf') format('truetype'),
    url('fonts/gotham/italic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'slick';
  src: url('fonts/glyphicons/slick.eot');
  src: url('fonts/glyphicons/slick.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/slick.woff') format('woff'),
    url('fonts/glyphicons/slick.ttf') format('truetype'),
    url('fonts/glyphicons/slick.svg#slick') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon/icomoon.eot');
  src: url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
    url('fonts/icomoon/icomoon.woff') format('woff'),
    url('fonts/icomoon/icomoon.woff') format('truetype'),
    url('fonts/icomoon/icomoon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-regular';
  src: url('fonts/aleo/Aleo-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold';
  src: url('fonts/aleo/Aleo-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold-italic';
  src: url('fonts/aleo/Aleo-BoldItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-italic';
  src: url('fonts/aleo/Aleo-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-light';
  src: url('fonts/aleo/Aleo-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-light-italic';
  src: url('fonts/aleo/Aleo-LightItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

.white-search-card-bk {
  background: #fff;
  radius: 0;
  -moz-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
}

.white-dropdown-sheet-bk {
  background: rgba(255, 255, 255, 0.85);
  radius: 0;
  -moz-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
}

.input-field-grey {
  background: #f2f2f2;
  border: 1pt inside solid #d4d4d4;
  radius: 0;
}

.input-field-grey-selected {
  background: #f2f2f2;
  border: 1pt inside solid #9b9b9b;
  radius: 0;
}

.radio {
  background: 0;
  border: 2pt inside solid #dadada;
  radius: 0;
}

.radio-selected {
  background: #4471a5;
  border: 2pt inside solid #d4d4d4;
  radius: 0;
}

.external {
  padding: 1.4em;
  background-color: #fff;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.external iframe {
  border: 0;
}

@media (max-width: 670px) {
  .external iframe {
    width: 100%;
    height: 645px;
  }
}

.placeholder-label {
  display: none;
  visibility: hidden;
}

.aem-AuthorLayer-Edit .placeholder-label {
  display: block;
  visibility: visible;
}

.textbox-master.editor-view {
  min-height: 420px;
}

[data-path$='/responsivegrid/textbox_master'][title='Click for Add/Remove Promo, Analytics'],
[data-path*='/responsivegrid/textbox_master_'][title='Click for Add/Remove Promo, Analytics'] {
  min-width: 100%;
  left: 0;
  background: rgba(230, 230, 230, 0.5);
}

[data-path$='/responsivegrid/textbox_master'][title='Click for Add/Remove Promo, Analytics']
  [title='Click, Insert Text Here'],
[data-path*='/responsivegrid/textbox_master_'][title='Click for Add/Remove Promo, Analytics']
  [title='Click, Insert Text Here'] {
  background: #fff;
}

[data-path$='/responsivegrid/textbox_master'][title='Click for Add/Remove Promo, Analytics']
  [title='Click, Edit Left Promo'],
[data-path*='/responsivegrid/textbox_master_'][title='Click for Add/Remove Promo, Analytics']
  [title='Click, Edit Left Promo'],
[data-path$='/responsivegrid/textbox_master'][title='Click for Add/Remove Promo, Analytics']
  [title='Click, Edit Left Promo'],
[data-path*='/responsivegrid/textbox_master_'][title='Click for Add/Remove Promo, Analytics']
  [title='Click, Edit Left Promo'] {
  background: rgba(255, 255, 255, 0.5);
}

[data-path$='/responsivegrid/textbox_master'][title='Click for Add/Remove Promo, Analytics']:before,
[data-path*='/responsivegrid/textbox_master_'][title='Click for Add/Remove Promo, Analytics']:before {
  line-height: 14px;
}

[data-path$='/textbox_master/promo-left'][title='Click, Edit Left Promo'],
[data-path*='/textbox_master_'][data-path$='/promo-left'][title='Click, Edit Left Promo'] {
  min-height: 200px;
  min-width: 200px;
  top: 80px !important;
}

[data-path$='/textbox_master/promo-left'][title='Click, Edit Left Promo']
  [title='Click, Insert Text Here'],
[data-path*='/textbox_master_'][data-path$='/promo-left'][title='Click, Edit Left Promo']
  [title='Click, Insert Text Here'] {
  width: auto !important;
  height: auto !important;
  top: 50px !important;
  left: 5px !important;
  min-width: 95% !important;
  min-height: 110px !important;
}

[data-path$='/promo-left/left-promo'][title='Click, Insert Text Here'] {
  top: 0;
  left: 0 !important;
  height: 50px;
  margin: 80px 1px !important;
  width: 98% !important;
}

[data-path$='/textbox_master/header'],
[data-path*='/textbox_master_'][data-path$='/header'],
[data-path$='/textbox_master/textbox-intro'],
[data-path*='/textbox_master_'][data-path$='/textbox-intro'],
[data-path$='/textbox_master/textbox'],
[data-path*='/textbox_master_'][data-path$='/textbox'] {
  min-height: 25px !important;
  line-height: 2;
}

[data-path$='/textbox_master/promo-right'][title='Click, Edit Right Promo'],
[data-path*='/textbox_master_'][data-path$='/promo-right'][title='Click, Edit Right Promo'] {
  min-height: 200px;
  min-width: 200px;
  margin-left: 30px;
  right: 20px;
  left: auto !important;
  top: 80px !important;
}

[data-path$='/textbox_master/promo-right'][title='Click, Edit Right Promo']
  [title='Click, Insert Text Here'],
[data-path*='/textbox_master_'][data-path$='/promo-right'][title='Click, Edit Right Promo']
  [title='Click, Insert Text Here'] {
  width: auto !important;
  height: auto !important;
  top: 50px !important;
  left: 5px !important;
  min-width: 95% !important;
  min-height: 110px !important;
}

[data-path$='/textbox_master/promo-right'][title='Click, Edit Right Promo'] div,
[data-path*='/textbox_master_'][data-path$='/promo-right'][title='Click, Edit Right Promo']
  div {
  margin-top: 20px;
}

[data-path$='/textbox_master/promo-right'][title='Click, Edit Right Promo']:before,
[data-path*='/textbox_master_'][data-path$='/promo-right'][title='Click, Edit Right Promo']:before {
  line-height: 16px;
}

[data-path$='/promo-right/right-promo'][title='Click, Insert Text Here'] {
  left: 1% !important;
  width: 96% !important;
  height: 40px !important;
  margin: 80px 1px !important;
}

[data-emptytext='Click, Edit Right Promo'].cq-placeholder .cq-Editable-dom {
  margin-top: 20px;
  background: #fff;
}

#overlayWrapper.is-hidden {
  display: block !important;
}

.on-Carousel {
  margin-bottom: 75px;
}

.on-Carousel-indicators {
  bottom: -50px;
}

.on-Carousel-inner > .on-Carousel-item {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: 50%;
}

.button {
  border: 0;
  display: inline-block;
  outline: 0;
  padding: 6px 6px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none !important;
  color: #4773a4;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  width: 75px;
  border-radius: 32px;
}

.on-ArticlesList .on-ArticlesList__list {
  list-style: none none;
  padding: 0;
}

.on-ArticlesList__item {
  margin-top: 15px;
}

.on-ArticlesList__item:nth-child(3n + 1) {
  clear: left;
}

.on-CategoryTeaser {
  padding: 0;
  background: 50% no-repeat;
  background-size: cover;
  position: relative;
}

.on-CategoryTeaser .btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.on-CategoryTeaser img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.on-CategoryTeaser h2,
.on-CategoryTeaser h3 {
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin: 0;
  position: absolute;
  left: 20px;
}

.on-CategoryTeaser h2 {
  top: 25%;
  font-size: 28px;
  font-weight: 900;
}

.on-CategoryTeaser h3 {
  top: 30%;
  font-size: 24px;
  font-weight: 300;
}

.on-CategoryTeaser p {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
  font-size: 24px;
  margin: 0 auto;
}

.on-CategoryTeaser p small,
.on-CategoryTeaser p .small {
  font-weight: normal;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
  font-size: 65%;
}

.on-ArticleTeaser {
  padding-bottom: 18px;
  background: rgba(255, 255, 255, 0.05);
  position: relative;
}

.on-ArticleTeaser:before,
.on-ArticleTeaser:after {
  content: ' ';
  display: table;
}

.on-ArticleTeaser:after {
  clear: both;
}

.on-ArticleTeaser-visual {
  display: block;
  height: 200px;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.on-ArticleTeaser-visual img {
  max-width: 100%;
  height: auto;
  min-height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.on-ArticleTeaser-title {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  font-size: 24px;
  margin: 0;
  padding: 5px 10px;
  line-height: 29px;
  color: #000;
}

@media (min-width: 768px) {
  .on-ArticleTeaser-title {
    padding: 8px 10px;
  }
}

@media (min-width: 992px) {
  .on-ArticleTeaser-title {
    padding: 18px 20px;
  }
}

.on-ArticleTeaser-teaser {
  padding: 0 10px;
  margin: 10px auto;
}

.on-ArticleTeaser-category {
  padding: 5px 10px 4px;
  margin: auto 0 auto 10px;
  line-height: 2rem;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .on-ArticleTeaser-category {
    margin-left: 20px;
  }
}

.on-ArticleTeaser-date {
  color: rgba(255, 255, 255, 0.2);
  float: right;
  margin: auto 30px;
  font-size: 13px;
  line-height: 2rem;
  text-transform: uppercase;
}

.on-ArticleTeaser-author {
  color: rgba(255, 255, 255, 0.4);
  margin: auto 0 auto 10px;
  font-weight: 600;
  line-height: 2rem;
  white-space: nowrap;
}

.on-ArticleTeaser-text {
  padding: 0 30px;
  line-height: normal;
}

.on-ArticleTeaser-link {
  text-decoration: none;
}

.on-ArticleTeaser-link:hover {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

@font-face {
  font-family: 'glyphicons';
  src: url('fonts/glyphicons/glyphicons.eot');
  src: url('fonts/glyphicons/glyphicons.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/glyphicons.woff') format('woff'),
    url('fonts/glyphicons/glyphicons.woff') format('truetype'),
    url('fonts/glyphicons/glyphicons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-bold';
  src: url('fonts/gotham/bold.eot');
  src: url('fonts/gotham/bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/bold.woff') format('woff'),
    url('fonts/gotham/bold.woff') format('truetype'),
    url('fonts/gotham/bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book';
  src: url('fonts/gotham/book.eot');
  src: url('fonts/gotham/book.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book.woff') format('woff'),
    url('fonts/gotham/book.woff') format('truetype'),
    url('fonts/gotham/book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book-italic';
  src: url('fonts/gotham/book-italic.eot');
  src: url('fonts/gotham/book-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book-italic.woff') format('woff'),
    url('fonts/gotham/book-italic.woff') format('truetype'),
    url('fonts/gotham/book-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-light';
  src: url('fonts/gotham/light.eot');
  src: url('fonts/gotham/light.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/light.woff') format('woff'),
    url('fonts/gotham/light.ttf') format('truetype'),
    url('fonts/gotham/light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium';
  src: url('fonts/gotham/medium.eot');
  src: url('fonts/gotham/medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium.woff') format('woff'),
    url('fonts/gotham/medium.ttf') format('truetype'),
    url('fonts/gotham/medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium-italic';
  src: url('fonts/gotham/medium-italic.eot');
  src: url('fonts/gotham/medium-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium-italic.woff') format('woff'),
    url('fonts/gotham/medium-italic.ttf') format('truetype'),
    url('fonts/gotham/medium-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-thin';
  src: url('fonts/gotham/thin.eot');
  src: url('fonts/gotham/thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/thin.woff') format('woff'),
    url('fonts/gotham/thin.ttf') format('truetype'),
    url('fonts/gotham/thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-italic';
  src: url('fonts/gotham/italic.eot');
  src: url('fonts/gotham/italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/italic.woff') format('woff'),
    url('fonts/gotham/italic.ttf') format('truetype'),
    url('fonts/gotham/italic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'slick';
  src: url('fonts/glyphicons/slick.eot');
  src: url('fonts/glyphicons/slick.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/slick.woff') format('woff'),
    url('fonts/glyphicons/slick.ttf') format('truetype'),
    url('fonts/glyphicons/slick.svg#slick') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon/icomoon.eot');
  src: url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
    url('fonts/icomoon/icomoon.woff') format('woff'),
    url('fonts/icomoon/icomoon.woff') format('truetype'),
    url('fonts/icomoon/icomoon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-regular';
  src: url('fonts/aleo/Aleo-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold';
  src: url('fonts/aleo/Aleo-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold-italic';
  src: url('fonts/aleo/Aleo-BoldItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-italic';
  src: url('fonts/aleo/Aleo-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-light';
  src: url('fonts/aleo/Aleo-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-light-italic';
  src: url('fonts/aleo/Aleo-LightItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

.white-search-card-bk {
  background: #fff;
  radius: 0;
  -moz-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
}

.white-dropdown-sheet-bk {
  background: rgba(255, 255, 255, 0.85);
  radius: 0;
  -moz-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
}

.input-field-grey {
  background: #f2f2f2;
  border: 1pt inside solid #d4d4d4;
  radius: 0;
}

.input-field-grey-selected {
  background: #f2f2f2;
  border: 1pt inside solid #9b9b9b;
  radius: 0;
}

.radio {
  background: 0;
  border: 2pt inside solid #dadada;
  radius: 0;
}

.radio-selected {
  background: #4471a5;
  border: 2pt inside solid #d4d4d4;
  radius: 0;
}

.external {
  padding: 1.4em;
  background-color: #fff;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.external iframe {
  border: 0;
}

@media (max-width: 670px) {
  .external iframe {
    width: 100%;
    height: 645px;
  }
}

.placeholder-label {
  display: none;
  visibility: hidden;
}

.aem-AuthorLayer-Edit .placeholder-label {
  display: block;
  visibility: visible;
}

.hero-image.image {
  overflow: visible;
  width: 100%;
  clear: both;
}

.on-HeroImage {
  min-height: 460px;
  padding: 40px 0;
  margin-bottom: 40px;
  background: #fff 50% no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
}

.on-HeroImage .navbar {
  margin-top: 40px;
}

.on-HeroImage-title {
  display: block;
  margin: 0 auto 20px;
  text-transform: uppercase;
}

.on-HeroImage p {
  margin: 0 auto;
}

.on-HeroImage-title,
.on-HeroImage p {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.5);
}

.on-HeroImage-title .btn,
.on-HeroImage p .btn {
  text-shadow: none;
}

.header ~ .hero-image,
.header ~ .target .hero-image {
  position: relative;
  top: -140px;
  margin-bottom: -60px;
  overflow: visible;
}

@media (max-width: 991px) {
  .header ~ .hero-image,
  .header ~ .target .hero-image {
    margin-top: -40px;
  }
}

@media (min-width: 768px) {
  .on-HeroImage {
    text-align: left;
  }

  .on-HeroImage .container {
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
  }

  .on-HeroImage-wrapper {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .on-HeroImage-wrapper {
    margin-left: 16.66666667%;
  }
}

@media (max-width: 991px) {
  .on-HeroImage.ratio-16by9.width-full,
  .on-HeroImage.width-full {
    padding: 180px 0 70px;
  }
}

.on-SiteFeature {
  margin: 2rem 0;
  padding-left: 10%;
  width: 100%;
  text-align: left;
}

.on-SiteFeature .on-Icon {
  margin-right: 1rem;
  width: 2rem;
  font-size: 2.3rem;
  color: #c81017;
  text-align: center;
  vertical-align: middle;
}

.on-SiteFeature-header {
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  vertical-align: middle;
}

.on-SiteFeature-header small {
  display: block;
  text-indent: 5px;
  font-weight: 400;
  text-transform: initial;
}

@media (min-width: 768px) {
  .on-SiteFeature {
    margin: 3rem 0;
    padding-left: 0;
    text-align: center;
  }
}

.services-promo .services-link {
  display: block;
}

.services-promo {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 559px;
  height: auto;
  background: darkgray;
  text-align: center;
}

.services-promo .services-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.services-promo .background-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.services-promo .opacity {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #444;
  opacity: 0.85;
}

.services-promo .overlay {
  position: relative;
  padding: 80px 0;
}

.services-promo h2 {
  font-size: 48px;
  font-weight: normal;
  padding: 0 30px;
  margin: 0;
}

.services-promo h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 14px auto 0;
}

.services-promo ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.services-promo .service-items {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  height: auto;
  margin-top: 60px;
}

@media only screen and (min-width: 1024px) {
  .services-promo .service-items {
    margin: 60px auto 0;
    width: 1000px;
  }
}

.services-promo .service-item {
  position: relative;
  display: inline-block;
  width: 200px;
  left: 0;
  padding: 10px 0 0;
  margin: 0;
}

@media only screen and (min-width: 1024px) {
  .services-promo .service-item {
    float: left;
  }
}

.services-promo .service-item:after {
  content: '';
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  height: 155px;
  top: 0;
  right: 0;
  position: absolute;
}

.services-promo .service-item:last-child:after {
  content: none;
}

.services-promo .icon-image {
  position: relative;
  left: 50%;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: -50px;
}

.services-promo .btn-primary {
  font-family: 'on-gotham-bold';
  position: relative;
  z-index: 2;
  text-transform: none;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  background: 0;
  border: 1px solid white;
  border-radius: 25px;
  height: 50px;
  width: auto;
  margin: 80px 100px 0;
  padding: 12px 30px 18px;
  text-decoration: none !important;
}

.services-promo .btn-primary:hover {
  color: black;
  background-color: white;
}

@media only screen and (max-width: 1024px) {
  .services-promo .services-link {
    display: none;
  }

  .services-promo .service-item {
    width: 100%;
  }

  .services-promo .service-item:after {
    content: none;
  }

  .services-promo h2 {
    font-size: 36px;
    font-weight: normal;
  }

  .services-promo .icon-image {
    width: 80px;
    height: 80px;
    margin-left: -40px;
  }

  .services-promo h3 {
    font-size: 14px;
    font-weight: normal;
  }

  .services-promo .btn-primary {
    font-size: 13px;
    text-decoration: none !important;
    margin: 80px 20px 0;
  }
}

.services-promo:hover {
  cursor: pointer;
}

@media only screen and (min-width: 993px) {
  .services-img-banner {
    position: relative;
    width: 100%;
    height: 675px;
    overflow: hidden;
    padding: 0 !important;
    padding-left: 0;
  }

  .services-img-banner .banner-container {
    position: absolute;
    top: 0;
    left: -7.5%;
    bottom: 0;
    right: -5.75%;
    background: black;
    overflow-y: hidden;
    text-align: center;
    float: left;
    padding: 0;
    padding-left: 0 !important;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
  }

  .services-img-banner .banner-container::before {
    content: '';
    background: linear-gradient(
      -180deg,
      rgba(34, 34, 34, 0.5) 0,
      rgba(34, 34, 34, 0.25) 49%,
      rgba(34, 34, 34, 0.1) 76%,
      rgba(34, 34, 34, 0) 100%
    );
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 250px;
    z-index: 1;
  }

  .services-img-banner .banner-img {
    width: 18%;
    position: relative;
    left: 0;
    height: 100%;
    top: 0;
    display: inline-block;
    -webkit-transition: width 0.5s, height 0.5s, left 0.5s;
    transition: width 0.5s, height 0.5s, left 0.5s;
    transition-timing-function: linear;
    overflow: hidden;
  }

  .services-img-banner .banner-img:hover .overlay-items {
    top: 40%;
  }

  .services-img-banner .banner-img:hover .icon-title {
    font-weight: 700;
  }

  .services-img-banner .banner-img:before {
    content: '';
    background-image: linear-gradient(
      rgba(34, 34, 34, 0) 0,
      rgba(34, 34, 34, 0.1) 49%,
      rgba(34, 34, 34, 0.2) 76%,
      rgba(34, 34, 34, 0.4) 100%
    );
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 250px;
    z-index: 1;
  }

  .services-img-banner .banner-img-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    text-align: center;
    -webkit-transition: width 0.5s, height 0.5s;
    transition: width 0.5s, height 0.5s;
    transition-timing-function: linear;
    z-index: 1;
  }

  .services-img-banner .overlay-items {
    position: absolute;
    top: 55%;
    left: 10%;
    width: 80%;
    height: auto;
    white-space: normal;
    transition: all 0.5s;
  }

  .services-img-banner .icon-img {
    position: relative;
    top: 0;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    border-radius: 50%;
  }

  .services-img-banner .icon-title {
    position: relative;
    top: 10px;
    color: white;
    font-size: 18px;
    font-weight: normal;
    padding: 0;
    margin: 0;
  }

  .services-img-banner .hidden-items {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0, opacity 0.5s linear;
  }

  .services-img-banner .overlay-items hr {
    width: 30px;
    margin-bottom: 0;
  }

  .services-img-banner .banner-img:hover > .banner-img-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }

  .services-img-banner .banner-img:hover {
    cursor: pointer;
    width: 23%;
  }

  .services-img-banner .banner-img:first-child:hover {
    width: 29%;
  }

  .services-img-banner .banner-img:first-child .overlay-items {
    position: absolute;
    top: 55%;
    left: 15%;
    width: 74%;
    height: auto;
    white-space: normal;
  }

  .services-img-banner .banner-img:first-child:hover .overlay-items {
    position: absolute;
    top: 40%;
    left: 24%;
    width: 70%;
    height: auto;
    white-space: normal;
  }

  .services-img-banner .banner-img:last-child:hover {
    width: 30%;
  }

  .services-img-banner .banner-img:last-child:hover .overlay-items {
    position: absolute;
    top: 40%;
    left: 4%;
    width: 70%;
    height: auto;
    white-space: normal;
  }

  .services-img-banner .banner-img:last-child:hover {
    z-index: 0;
  }

  .services-img-banner .banner-img:nth-child(4) {
    z-index: 5;
  }

  .services-img-banner .banner-img:hover .hidden-items {
    visibility: visible;
    opacity: 1;
  }

  .services-img-banner .down-arrow {
    position: absolute;
    top: 75%;
    left: 50%;
    width: 28px;
    height: 18px;
    margin-left: -14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .services-img-banner .banner-img:hover .down-arrow {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }

  .services-img-banner .banner-img-background {
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    transition: filter 0.5s linear;
  }

  .services-img-banner .banner-img-background-opacity {
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    background: rgba(34, 34, 34, 0.85);
    opacity: 0;
    transition: 0.5s linear;
  }

  .services-img-banner .banner-img:hover .banner-img-background-opacity {
    opacity: 1;
  }

  .services-img-banner .banner-img:hover .banner-img-background {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }

  .services-img-banner a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .services-img-banner .banner-img:hover a {
    z-index: 2;
  }

  .services-img-banner ul {
    margin: 0;
  }

  .services-img-banner .icon-description {
    margin: 0;
    margin-top: 15px;
    color: white;
    font-size: 15px;
    font-weight: normal;
    width: 250px;
    left: 50%;
    margin-left: -125px;
    position: relative;
    padding: 0;
    text-align: center;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 993px) {
  .services-img-banner {
    position: relative;
    width: 100%;
    height: 675px;
    height: auto;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    padding-top: 50px;
    text-align: center;
    color: white;
  }

  .services-img-banner .banner-img {
    background-position: center;
    background-size: cover;
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .services-img-banner .hidden-items {
    position: relative;
    visibility: visible;
  }

  .services-img-banner .banner-img-background {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .services-img-banner .banner-img-background-opacity {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 34, 34, 0.65);
  }

  .services-img-banner ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .services-img-banner h2 {
    margin: 0;
    padding: 0;
    color: black;
  }

  .services-img-banner .banner-img {
    padding: 40px;
    color: black;
  }

  .services-img-banner hr {
    width: 100px;
  }

  .services-img-banner p {
    color: white;
    margin-top: 30px;
  }

  .services-img-banner .cq-dd-image {
    display: none;
  }

  .services-img-banner .icon-img {
    display: block;
  }

  .services-img-banner .down-arrow {
    display: none;
  }

  .services-img-banner .icon-img {
    position: relative;
    top: 0;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    border-radius: 50%;
    background: #4471a3;
  }

  .services-img-banner .icon-title {
    position: relative;
    top: 10px;
    color: white !important;
    font-size: 18px;
    font-weight: normal;
    padding: 0;
    margin: 0;
  }

  .services-img-banner a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
  }

  .services-img-banner ul {
    margin: 0;
  }
}

@font-face {
  font-family: 'glyphicons';
  src: url('fonts/glyphicons/glyphicons.eot');
  src: url('fonts/glyphicons/glyphicons.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/glyphicons.woff') format('woff'),
    url('fonts/glyphicons/glyphicons.woff') format('truetype'),
    url('fonts/glyphicons/glyphicons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-bold';
  src: url('fonts/gotham/bold.eot');
  src: url('fonts/gotham/bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/bold.woff') format('woff'),
    url('fonts/gotham/bold.woff') format('truetype'),
    url('fonts/gotham/bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book';
  src: url('fonts/gotham/book.eot');
  src: url('fonts/gotham/book.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book.woff') format('woff'),
    url('fonts/gotham/book.woff') format('truetype'),
    url('fonts/gotham/book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book-italic';
  src: url('fonts/gotham/book-italic.eot');
  src: url('fonts/gotham/book-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book-italic.woff') format('woff'),
    url('fonts/gotham/book-italic.woff') format('truetype'),
    url('fonts/gotham/book-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-light';
  src: url('fonts/gotham/light.eot');
  src: url('fonts/gotham/light.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/light.woff') format('woff'),
    url('fonts/gotham/light.ttf') format('truetype'),
    url('fonts/gotham/light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium';
  src: url('fonts/gotham/medium.eot');
  src: url('fonts/gotham/medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium.woff') format('woff'),
    url('fonts/gotham/medium.ttf') format('truetype'),
    url('fonts/gotham/medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium-italic';
  src: url('fonts/gotham/medium-italic.eot');
  src: url('fonts/gotham/medium-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium-italic.woff') format('woff'),
    url('fonts/gotham/medium-italic.ttf') format('truetype'),
    url('fonts/gotham/medium-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-thin';
  src: url('fonts/gotham/thin.eot');
  src: url('fonts/gotham/thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/thin.woff') format('woff'),
    url('fonts/gotham/thin.ttf') format('truetype'),
    url('fonts/gotham/thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-italic';
  src: url('fonts/gotham/italic.eot');
  src: url('fonts/gotham/italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/italic.woff') format('woff'),
    url('fonts/gotham/italic.ttf') format('truetype'),
    url('fonts/gotham/italic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'slick';
  src: url('fonts/glyphicons/slick.eot');
  src: url('fonts/glyphicons/slick.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/slick.woff') format('woff'),
    url('fonts/glyphicons/slick.ttf') format('truetype'),
    url('fonts/glyphicons/slick.svg#slick') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon/icomoon.eot');
  src: url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
    url('fonts/icomoon/icomoon.woff') format('woff'),
    url('fonts/icomoon/icomoon.woff') format('truetype'),
    url('fonts/icomoon/icomoon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-regular';
  src: url('fonts/aleo/Aleo-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold';
  src: url('fonts/aleo/Aleo-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold-italic';
  src: url('fonts/aleo/Aleo-BoldItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-italic';
  src: url('fonts/aleo/Aleo-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-light';
  src: url('fonts/aleo/Aleo-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-light-italic';
  src: url('fonts/aleo/Aleo-LightItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

.white-search-card-bk {
  background: #fff;
  radius: 0;
  -moz-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
}

.white-dropdown-sheet-bk {
  background: rgba(255, 255, 255, 0.85);
  radius: 0;
  -moz-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
}

.input-field-grey {
  background: #f2f2f2;
  border: 1pt inside solid #d4d4d4;
  radius: 0;
}

.input-field-grey-selected {
  background: #f2f2f2;
  border: 1pt inside solid #9b9b9b;
  radius: 0;
}

.radio {
  background: 0;
  border: 2pt inside solid #dadada;
  radius: 0;
}

.radio-selected {
  background: #4471a5;
  border: 2pt inside solid #d4d4d4;
  radius: 0;
}

.external {
  padding: 1.4em;
  background-color: #fff;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.external iframe {
  border: 0;
}

@media (max-width: 670px) {
  .external iframe {
    width: 100%;
    height: 645px;
  }
}

.placeholder-label {
  display: none;
  visibility: hidden;
}

.aem-AuthorLayer-Edit .placeholder-label {
  display: block;
  visibility: visible;
}

.textbox-master {
  width: 100%;
  background: #fff;
  color: #444;
  padding-bottom: 80px;
}

.textbox-master .clr {
  clear: both;
}

.textbox-master .cq-placeholder {
  height: auto;
}

.textbox-master #on-textbox-master #textbox-master-left {
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}

.textbox-master #on-textbox-master #textbox-master-left #on-textbox-promo-left {
  margin: 150px auto 0;
  width: 50%;
}

.textbox-master
  #on-textbox-master
  #textbox-master-left
  #on-textbox-promo-left
  #on-textbox-left {
  width: 190px;
  margin: 0 0 0 30px;
}

.textbox-master
  #on-textbox-master
  #textbox-master-left
  #on-textbox-promo-left
  #on-textbox-left
  #left-promo-text {
  color: #4471a3;
  font-size: 21px;
  margin-top: 30px;
}

.textbox-master
  #on-textbox-master
  #textbox-master-left
  #on-textbox-promo-left
  #on-textbox-left
  #left-promo-text
  a {
  font-size: 14px;
  color: #4471a3;
}

.textbox-master
  #on-textbox-master
  #textbox-master-left
  #on-textbox-promo-left
  #on-textbox-left
  #left-promo-text
  a:before {
  content: '______________';
  display: block;
  margin: -10px 0 5px;
  font-size: 10px;
}

.textbox-master
  #on-textbox-master
  #textbox-master-left
  #on-textbox-promo-left
  #on-textbox-left
  #left-promo-text
  a:after {
  content: url('images/svg/Arrow-Blue-Icn.svg');
  margin-left: 5px;
}

.textbox-master
  #on-textbox-master
  #textbox-master-left
  #on-textbox-promo-left
  #on-textbox-left.no-icon {
  padding-top: 80px;
}

.textbox-master #on-textbox-master #textbox-master-center {
  float: left;
  width: 65%;
}

.textbox-master #on-textbox-master #textbox-master-center #textbox-intro {
  font-size: 30px;
}

.textbox-master
  #on-textbox-master
  #textbox-master-center
  #textbox-intro
  div
  > span
  > p {
  margin-bottom: -10px;
}

.textbox-master
  #on-textbox-master
  #textbox-master-center
  #textbox-intro
  div
  > span
  > hr {
  color: #4471a3;
  border-top: 1px #4471a3 solid;
  width: 220px;
  margin: 50px 0 0;
}

.textbox-master
  #on-textbox-master
  #textbox-master-center
  #textbox-titled
  header {
  top: auto;
  position: relative;
  bottom: auto;
  transition: none;
  background: 0;
  margin: auto;
  font-size: 28px;
  padding-top: 70px;
  padding-bottom: 30px;
}

.textbox-master
  #on-textbox-master
  #textbox-master-center
  #textbox-titled
  #textbox {
  font-size: 24px;
}

.textbox-master #on-textbox-master #textbox-master-center.standalone {
  width: 100%;
  float: none;
}

.textbox-master #on-textbox-master #textbox-master-center.standalone > div {
  width: 58%;
  margin: auto;
}

.textbox-master
  #on-textbox-master
  #textbox-master-center.standalone
  div
  > span
  > hr {
  color: #4471a3;
  border-top: 1px #4471a3 solid;
  width: 220px;
  margin: 30px 0 0;
}

.textbox-master
  #on-textbox-master
  #textbox-master-center.standalone
  #textbox-intro
  div {
  margin-bottom: 10px;
}

.textbox-master #on-textbox-master #textbox-master-center.right-promo {
  width: 80%;
  float: right;
  margin-top: 80px;
}

.textbox-master
  #on-textbox-master
  #textbox-master-center.right-promo
  #textbox-intro {
  float: none;
  margin: 0;
  width: 66%;
}

.textbox-master
  #on-textbox-master
  #textbox-master-center.right-promo
  #textbox-titled {
  width: 100%;
}

.textbox-master
  #on-textbox-master
  #textbox-master-center.right-promo
  #textbox-titled
  header {
  width: 66%;
  margin: 0;
}

.textbox-master
  #on-textbox-master
  #textbox-master-center.right-promo
  #textboxes-centered {
  width: 100%;
}

.textbox-master
  #on-textbox-master
  #textbox-master-center.right-promo
  #textboxes-centered
  #textbox {
  width: 66%;
  float: left;
}

.textbox-master
  #on-textbox-master
  #textbox-master-center.right-promo
  #textboxes-centered
  #textbox.with-image {
  padding-right: 50px;
  border-right: 1px solid #4471a3;
}

.textbox-master
  #on-textbox-master
  #textbox-master-center.right-promo
  #textboxes-centered
  #textbox-master-right {
  margin-top: 0;
  float: left;
  width: 30%;
}

.textbox-master
  #on-textbox-master
  #textbox-master-center.right-promo
  #textboxes-centered
  #textbox-master-right
  #on-textbox-promo-right {
  margin: auto;
  width: 220px;
}

.textbox-master
  #on-textbox-master
  #textbox-master-center.right-promo
  #textboxes-centered
  #textbox-master-right
  #on-textbox-promo-right
  #on-textbox-right {
  width: 220px;
}

.textbox-master
  #on-textbox-master
  #textbox-master-center.right-promo
  #textboxes-centered
  #textbox-master-right
  #on-textbox-promo-right
  #on-textbox-right
  #right-video {
  width: 268px;
  margin-top: 30px;
}

.textbox-master
  #on-textbox-master
  #textbox-master-center.right-promo
  #textboxes-centered
  #textbox-master-right
  #on-textbox-promo-right
  #on-textbox-right
  #right-video
  #vjs_video_3 {
  width: 268px;
}

.textbox-master
  #on-textbox-master
  #textbox-master-center.right-promo
  #textboxes-centered
  #textbox-master-right
  #on-textbox-promo-right
  #on-textbox-right
  #right-social-links {
  margin-top: -100px;
}

.textbox-master
  #on-textbox-master
  #textbox-master-center.right-promo
  #textboxes-centered
  #textbox-master-right
  #on-textbox-promo-right
  #on-textbox-right
  #right-social-links
  #container {
  float: right;
}

.textbox-master
  #on-textbox-master
  #textbox-master-center.right-promo
  #textboxes-centered
  #textbox-master-right
  #on-textbox-promo-right
  #on-textbox-right
  #right-social-links
  #container
  .icons
  .icon-container {
  margin: 10px;
  position: relative;
  right: 50px;
}

.textbox-master
  #on-textbox-master
  #textbox-master-center.right-promo
  #textboxes-centered
  #textbox-master-right
  #on-textbox-promo-right
  #on-textbox-right
  #right-social-links
  #container
  .icons
  .icon-container
  .social-icon {
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

@media (max-width: 991px) {
  .textbox-master
    #on-textbox-master
    #textbox-master-center.right-promo
    #textboxes-centered
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right
    #right-social-links
    #container
    .icons
    .icon-container
    .social-icon {
    height: 35px;
    width: 35px;
  }
}

.textbox-master #on-textbox-master #textbox-master-right {
  float: right;
}

.textbox-master
  #on-textbox-master
  #textbox-master-right
  #on-textbox-promo-right
  #on-textbox-right {
  width: 190px;
  margin: 0 30px 0 0;
}

.textbox-master
  #on-textbox-master
  #textbox-master-right
  #on-textbox-promo-right
  #on-textbox-right
  #right-promo {
  font-size: 16px;
  border-right: 1px solid #4471a3;
  padding-right: 25px;
}

.textbox-master
  #on-textbox-master
  #textbox-master-right
  #on-textbox-promo-right
  #on-textbox-right
  #right-promo
  a {
  font-size: 14px;
  color: #4471a3;
  text-decoration: none;
}

.textbox-master
  #on-textbox-master
  #textbox-master-right
  #on-textbox-promo-right
  #on-textbox-right
  #right-promo
  a:after {
  content: '>';
  margin-left: 5px;
}

.textbox-master
  #on-textbox-master
  #textbox-master-right
  #on-textbox-promo-right
  #on-textbox-right
  #right-promo
  em
  p {
  margin: 0 !important;
}

@media (max-width: 1199px) {
  .textbox-master {
    padding-bottom: 60px;
  }

  .textbox-master
    #on-textbox-master
    #textbox-master-left
    #on-textbox-promo-left {
    margin-top: 110px;
  }

  .textbox-master
    #on-textbox-master
    #textbox-master-left
    #on-textbox-promo-left
    #on-textbox-left {
    margin: 0;
    width: 130px;
  }

  .textbox-master
    #on-textbox-master
    #textbox-master-center
    #textbox-master-right,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.standalone
    #textbox-master-right,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.right-promo
    #textbox-master-right {
    width: 100%;
  }

  .textbox-master
    #on-textbox-master
    #textbox-master-center
    #textbox-master-right
    #on-textbox-promo-right,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.standalone
    #textbox-master-right
    #on-textbox-promo-right,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.right-promo
    #textbox-master-right
    #on-textbox-promo-right {
    width: 100%;
  }

  .textbox-master
    #on-textbox-master
    #textbox-master-center
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.standalone
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.right-promo
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .textbox-master {
    padding-bottom: 60px;
  }

  .textbox-master #on-textbox-master #textbox-master-left {
    padding-top: 20px;
    float: none;
  }

  .textbox-master
    #on-textbox-master
    #textbox-master-left
    #on-textbox-promo-left {
    margin: auto;
    width: 84%;
    padding: 0 10px;
    border-left: 1px solid #4471a3;
    border-right: 1px solid #4471a3;
    line-height: 20px;
  }

  .textbox-master
    #on-textbox-master
    #textbox-master-left
    #on-textbox-promo-left
    #on-textbox-left {
    width: 100%;
    margin: auto;
  }

  .textbox-master
    #on-textbox-master
    #textbox-master-left
    #on-textbox-promo-left
    #on-textbox-left
    #left-promo-text {
    font-size: 16px;
  }

  .textbox-master
    #on-textbox-master
    #textbox-master-left
    #on-textbox-promo-left
    #on-textbox-left
    #left-promo-text
    a {
    font-size: 12px;
  }

  .textbox-master #on-textbox-master #textbox-master-center,
  .textbox-master #on-textbox-master #textbox-master-center.standalone,
  .textbox-master #on-textbox-master #textbox-master-center.right-promo {
    width: 100%;
  }

  .textbox-master #on-textbox-master #textbox-master-center > div,
  .textbox-master #on-textbox-master #textbox-master-center.standalone > div,
  .textbox-master #on-textbox-master #textbox-master-center.right-promo > div {
    width: 84%;
    float: none;
    margin: auto;
  }

  .textbox-master #on-textbox-master #textbox-master-center #textbox-intro,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.standalone
    #textbox-intro,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.right-promo
    #textbox-intro {
    font-size: 24px;
    margin: auto;
    width: 84%;
    float: none;
  }

  .textbox-master #on-textbox-master #textbox-master-center #textbox-titled,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.standalone
    #textbox-titled,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.right-promo
    #textbox-titled {
    width: 84%;
  }

  .textbox-master
    #on-textbox-master
    #textbox-master-center
    #textbox-titled
    header,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.standalone
    #textbox-titled
    header,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.right-promo
    #textbox-titled
    header {
    font-size: 21px;
    width: 100%;
  }

  .textbox-master
    #on-textbox-master
    #textbox-master-center
    #textbox-titled
    #textbox,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.standalone
    #textbox-titled
    #textbox,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.right-promo
    #textbox-titled
    #textbox,
  .textbox-master
    #on-textbox-master
    #textbox-master-center
    #textbox-titled
    #textbox.with-image,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.standalone
    #textbox-titled
    #textbox.with-image,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.right-promo
    #textbox-titled
    #textbox.with-image {
    font-size: 18px;
    width: 100%;
    padding: 0;
    border: 0;
  }

  .textbox-master
    #on-textbox-master
    #textbox-master-center
    #textbox-master-right,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.standalone
    #textbox-master-right,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.right-promo
    #textbox-master-right {
    width: 100% !important;
  }

  .textbox-master
    #on-textbox-master
    #textbox-master-center
    #textbox-master-right
    #on-textbox-promo-right,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.standalone
    #textbox-master-right
    #on-textbox-promo-right,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.right-promo
    #textbox-master-right
    #on-textbox-promo-right {
    width: 100% !important;
  }

  .textbox-master
    #on-textbox-master
    #textbox-master-center
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.standalone
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.right-promo
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right {
    width: 100% !important;
  }

  .textbox-master
    #on-textbox-master
    #textbox-master-center
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right
    #right-promo,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.standalone
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right
    #right-promo,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.right-promo
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right
    #right-promo {
    font-size: 14px;
    border-left: 1px solid #4471a3;
    padding: 0 10px;
    width: 100%;
  }

  .textbox-master
    #on-textbox-master
    #textbox-master-center
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right
    #right-promo
    a,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.standalone
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right
    #right-promo
    a,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.right-promo
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right
    #right-promo
    a {
    font-size: 12px;
  }

  .textbox-master
    #on-textbox-master
    #textbox-master-center
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right
    #right-social-links,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.standalone
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right
    #right-social-links,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.right-promo
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right
    #right-social-links {
    margin-top: 0 !important;
  }

  .textbox-master
    #on-textbox-master
    #textbox-master-center
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right
    #right-social-links
    #container,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.standalone
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right
    #right-social-links
    #container,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.right-promo
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right
    #right-social-links
    #container {
    width: 100%;
  }

  .textbox-master
    #on-textbox-master
    #textbox-master-center
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right
    #right-social-links
    #container
    .icons,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.standalone
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right
    #right-social-links
    #container
    .icons,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.right-promo
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right
    #right-social-links
    #container
    .icons {
    text-align: center;
  }

  .textbox-master
    #on-textbox-master
    #textbox-master-center
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right
    #right-social-links
    #container
    .icons
    div.icon-container,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.standalone
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right
    #right-social-links
    #container
    .icons
    div.icon-container,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.right-promo
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right
    #right-social-links
    #container
    .icons
    div.icon-container {
    display: inline-block !important;
    right: auto !important;
    margin: auto !important;
  }

  .textbox-master
    #on-textbox-master
    #textbox-master-center
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right
    #right-video,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.standalone
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right
    #right-video,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.right-promo
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right
    #right-video,
  .textbox-master
    #on-textbox-master
    #textbox-master-center
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right
    #right-image,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.standalone
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right
    #right-image,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.right-promo
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right
    #right-image,
  .textbox-master
    #on-textbox-master
    #textbox-master-center
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right
    #right-promo,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.standalone
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right
    #right-promo,
  .textbox-master
    #on-textbox-master
    #textbox-master-center.right-promo
    #textbox-master-right
    #on-textbox-promo-right
    #on-textbox-right
    #right-promo {
    margin: 0 !important;
  }
}

@font-face {
  font-family: 'glyphicons';
  src: url('fonts/glyphicons/glyphicons.eot');
  src: url('fonts/glyphicons/glyphicons.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/glyphicons.woff') format('woff'),
    url('fonts/glyphicons/glyphicons.woff') format('truetype'),
    url('fonts/glyphicons/glyphicons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-bold';
  src: url('fonts/gotham/bold.eot');
  src: url('fonts/gotham/bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/bold.woff') format('woff'),
    url('fonts/gotham/bold.woff') format('truetype'),
    url('fonts/gotham/bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book';
  src: url('fonts/gotham/book.eot');
  src: url('fonts/gotham/book.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book.woff') format('woff'),
    url('fonts/gotham/book.woff') format('truetype'),
    url('fonts/gotham/book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book-italic';
  src: url('fonts/gotham/book-italic.eot');
  src: url('fonts/gotham/book-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book-italic.woff') format('woff'),
    url('fonts/gotham/book-italic.woff') format('truetype'),
    url('fonts/gotham/book-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-light';
  src: url('fonts/gotham/light.eot');
  src: url('fonts/gotham/light.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/light.woff') format('woff'),
    url('fonts/gotham/light.ttf') format('truetype'),
    url('fonts/gotham/light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium';
  src: url('fonts/gotham/medium.eot');
  src: url('fonts/gotham/medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium.woff') format('woff'),
    url('fonts/gotham/medium.ttf') format('truetype'),
    url('fonts/gotham/medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium-italic';
  src: url('fonts/gotham/medium-italic.eot');
  src: url('fonts/gotham/medium-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium-italic.woff') format('woff'),
    url('fonts/gotham/medium-italic.ttf') format('truetype'),
    url('fonts/gotham/medium-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-thin';
  src: url('fonts/gotham/thin.eot');
  src: url('fonts/gotham/thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/thin.woff') format('woff'),
    url('fonts/gotham/thin.ttf') format('truetype'),
    url('fonts/gotham/thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-italic';
  src: url('fonts/gotham/italic.eot');
  src: url('fonts/gotham/italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/italic.woff') format('woff'),
    url('fonts/gotham/italic.ttf') format('truetype'),
    url('fonts/gotham/italic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'slick';
  src: url('fonts/glyphicons/slick.eot');
  src: url('fonts/glyphicons/slick.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/slick.woff') format('woff'),
    url('fonts/glyphicons/slick.ttf') format('truetype'),
    url('fonts/glyphicons/slick.svg#slick') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon/icomoon.eot');
  src: url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
    url('fonts/icomoon/icomoon.woff') format('woff'),
    url('fonts/icomoon/icomoon.woff') format('truetype'),
    url('fonts/icomoon/icomoon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-regular';
  src: url('fonts/aleo/Aleo-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold';
  src: url('fonts/aleo/Aleo-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold-italic';
  src: url('fonts/aleo/Aleo-BoldItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-italic';
  src: url('fonts/aleo/Aleo-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-light';
  src: url('fonts/aleo/Aleo-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-light-italic';
  src: url('fonts/aleo/Aleo-LightItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

.white-search-card-bk {
  background: #fff;
  radius: 0;
  -moz-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
}

.white-dropdown-sheet-bk {
  background: rgba(255, 255, 255, 0.85);
  radius: 0;
  -moz-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
}

.input-field-grey {
  background: #f2f2f2;
  border: 1pt inside solid #d4d4d4;
  radius: 0;
}

.input-field-grey-selected {
  background: #f2f2f2;
  border: 1pt inside solid #9b9b9b;
  radius: 0;
}

.radio {
  background: 0;
  border: 2pt inside solid #dadada;
  radius: 0;
}

.radio-selected {
  background: #4471a5;
  border: 2pt inside solid #d4d4d4;
  radius: 0;
}

.external {
  padding: 1.4em;
  background-color: #fff;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.external iframe {
  border: 0;
}

@media (max-width: 670px) {
  .external iframe {
    width: 100%;
    height: 645px;
  }
}

.placeholder-label {
  display: none;
  visibility: hidden;
}

.aem-AuthorLayer-Edit .placeholder-label {
  display: block;
  visibility: visible;
}

.pull-quote-with-link {
  background-color: #fff;
}

.pull-quote-with-link-container {
  color: #236192;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.pull-quote-with-link-fragment > div > div {
  color: #236192;
  font-size: 36px;
}

@media (max-width: 768px) {
  .pull-quote-with-link-fragment > div > div {
    padding-left: 10%;
  }
}

.pull-quote-with-link-fragment blockquote {
  border-right: 1px #4471a3 solid;
  border-left: 1px #4471a3 solid;
  display: block;
  position: relative;
  color: #236192;
  font-size: 36px;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .pull-quote-with-link-fragment blockquote {
    font-size: 24px;
    border-left: 1px #4471a3 solid;
    border-right: 0;
    padding-right: 10%;
  }
}

.pull-quote-with-link-fragment .new.section {
  display: none;
  visbility: hidden;
}

.pull-quote-with-link-fragment blockquote span {
  display: block;
  position: relative;
}

.pull-quote-with-link-fragment .pull-handle-style {
  display: inline-block;
  border-top: 1px solid #444;
  position: relative;
  padding-top: 0;
  padding-left: 10px;
  padding-left: 50px;
  color: #236192;
  font-size: 18px;
  font-family: 'on-gotham-bold';
  font-weight: normal;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .pull-quote-with-link-fragment .pull-handle-style {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .pull-quote-with-link-fragment .pull-handle-style {
    font-size: 13px;
  }
}

.pull-separator {
  padding-left: 20px;
  padding-right: 20px;
}

.pull-quote-with-link-fragment a,
.pull-quote-with-link-fragment a:hover,
.pull-quote-with-link-fragment a:active,
.pull-quote-with-link-fragment a:visited {
  display: inline-block;
  text-decoration: none;
  padding-top: 0;
  color: #444;
  opacity: 0.7;
  font-size: 14px;
  margin-top: 20px;
  padding-left: 18px;
  margin-left: 18px;
  border-left: 1px solid #444;
  line-height: 1em;
}

@media (max-width: 768px) {
  .pull-quote-with-link-fragment a,
  .pull-quote-with-link-fragment a:hover,
  .pull-quote-with-link-fragment a:active,
  .pull-quote-with-link-fragment a:visited {
    display: inline-block;
    padding-top: 0;
    color: #444;
    font-size: 12px;
    margin-top: 20px;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #444;
  }
}

@media (max-width: 320px) {
  .pull-quote-with-link-fragment a,
  .pull-quote-with-link-fragment a:hover,
  .pull-quote-with-link-fragment a:active,
  .pull-quote-with-link-fragment a:visited {
    margin-left: 8px;
    padding-left: 8px;
    font-size: 10px;
  }
}

.ion-arrow-right-c {
  display: inline-block;
  color: #000;
  padding-left: 7px;
  font-size: 17px;
}

@media (max-width: 768px) {
  .ion-arrow-right-c {
    font-size: 10px;
    padding-top: 20px;
  }
}

@font-face {
  font-family: 'glyphicons';
  src: url('fonts/glyphicons/glyphicons.eot');
  src: url('fonts/glyphicons/glyphicons.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/glyphicons.woff') format('woff'),
    url('fonts/glyphicons/glyphicons.woff') format('truetype'),
    url('fonts/glyphicons/glyphicons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-bold';
  src: url('fonts/gotham/bold.eot');
  src: url('fonts/gotham/bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/bold.woff') format('woff'),
    url('fonts/gotham/bold.woff') format('truetype'),
    url('fonts/gotham/bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book';
  src: url('fonts/gotham/book.eot');
  src: url('fonts/gotham/book.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book.woff') format('woff'),
    url('fonts/gotham/book.woff') format('truetype'),
    url('fonts/gotham/book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book-italic';
  src: url('fonts/gotham/book-italic.eot');
  src: url('fonts/gotham/book-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book-italic.woff') format('woff'),
    url('fonts/gotham/book-italic.woff') format('truetype'),
    url('fonts/gotham/book-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-light';
  src: url('fonts/gotham/light.eot');
  src: url('fonts/gotham/light.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/light.woff') format('woff'),
    url('fonts/gotham/light.ttf') format('truetype'),
    url('fonts/gotham/light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium';
  src: url('fonts/gotham/medium.eot');
  src: url('fonts/gotham/medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium.woff') format('woff'),
    url('fonts/gotham/medium.ttf') format('truetype'),
    url('fonts/gotham/medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium-italic';
  src: url('fonts/gotham/medium-italic.eot');
  src: url('fonts/gotham/medium-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium-italic.woff') format('woff'),
    url('fonts/gotham/medium-italic.ttf') format('truetype'),
    url('fonts/gotham/medium-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-thin';
  src: url('fonts/gotham/thin.eot');
  src: url('fonts/gotham/thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/thin.woff') format('woff'),
    url('fonts/gotham/thin.ttf') format('truetype'),
    url('fonts/gotham/thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-italic';
  src: url('fonts/gotham/italic.eot');
  src: url('fonts/gotham/italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/italic.woff') format('woff'),
    url('fonts/gotham/italic.ttf') format('truetype'),
    url('fonts/gotham/italic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'slick';
  src: url('fonts/glyphicons/slick.eot');
  src: url('fonts/glyphicons/slick.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/slick.woff') format('woff'),
    url('fonts/glyphicons/slick.ttf') format('truetype'),
    url('fonts/glyphicons/slick.svg#slick') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon/icomoon.eot');
  src: url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
    url('fonts/icomoon/icomoon.woff') format('woff'),
    url('fonts/icomoon/icomoon.woff') format('truetype'),
    url('fonts/icomoon/icomoon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-regular';
  src: url('fonts/aleo/Aleo-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold';
  src: url('fonts/aleo/Aleo-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold-italic';
  src: url('fonts/aleo/Aleo-BoldItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-italic';
  src: url('fonts/aleo/Aleo-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-light';
  src: url('fonts/aleo/Aleo-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-light-italic';
  src: url('fonts/aleo/Aleo-LightItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

.white-search-card-bk {
  background: #fff;
  radius: 0;
  -moz-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
}

.white-dropdown-sheet-bk {
  background: rgba(255, 255, 255, 0.85);
  radius: 0;
  -moz-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
}

.input-field-grey {
  background: #f2f2f2;
  border: 1pt inside solid #d4d4d4;
  radius: 0;
}

.input-field-grey-selected {
  background: #f2f2f2;
  border: 1pt inside solid #9b9b9b;
  radius: 0;
}

.radio {
  background: 0;
  border: 2pt inside solid #dadada;
  radius: 0;
}

.radio-selected {
  background: #4471a5;
  border: 2pt inside solid #d4d4d4;
  radius: 0;
}

.external {
  padding: 1.4em;
  background-color: #fff;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.external iframe {
  border: 0;
}

@media (max-width: 670px) {
  .external iframe {
    width: 100%;
    height: 645px;
  }
}

.placeholder-label {
  display: none;
  visibility: hidden;
}

.aem-AuthorLayer-Edit .placeholder-label {
  display: block;
  visibility: visible;
}

body[data-page-locale='ca_fr']
  .pick-a-plan-widget
  #plan-buttons-frame
  #plan-buttons
  li
  div.big-button
  span.btn-label {
  font-size: 18px;
}

.pick-a-plan-widget {
  font-family: 'on-gotham-book', Helvetica Neue, Arial, sans-serif;
}

.pick-a-plan-widget .transition-off {
  -webkit-transition: none !important;
  transition: none !important;
}

.pick-a-plan-widget .new {
  margin: 0;
}

.pick-a-plan-widget .new.section,
.pick-a-plan-widget cq:empty {
  display: none !important;
  height: 0 !important;
}

.pick-a-plan-widget .clr {
  clear: both;
}

.pick-a-plan-widget .swipe_info.hidden {
  display: none;
}

.pick-a-plan-widget #plans-pointer {
  width: 50px;
  height: 50px;
  position: absolute;
  margin-top: 53px;
  margin-left: 123.5px;
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
  overflow: hidden;
  padding-top: 35px;
  z-index: 1;
}

.pick-a-plan-widget #plans-pointer div {
  background: #f7f7f7;
  width: inherit;
  height: inherit;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pick-a-plan-widget #plans-pointer.static {
  position: static;
}

.pick-a-plan-widget #plan-buttons-frame {
  position: relative;
}

.pick-a-plan-widget #plan-buttons-frame ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: auto;
}

.pick-a-plan-widget #plan-buttons-frame ul li {
  float: left;
  margin: 0;
}

.pick-a-plan-widget .paginator.top {
  width: 26px;
  height: 50px;
  position: absolute;
  left: 0;
  margin: 316px 0 0 20px;
  cursor: pointer;
  z-index: 2;
}

.pick-a-plan-widget .paginator.top img {
  height: 50px;
}

.pick-a-plan-widget .paginator.top.right {
  left: auto;
  right: 0;
  margin: 316px 20px 0 0;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pick-a-plan-widget .paginator.hideit {
  visibility: hidden;
}

.pick-a-plan-widget #plan-buttons-frame {
  width: 100%;
  overflow: hidden;
  height: 540px;
  background: #003e7e;
  font-family: 'on-gotham-book', Helvetica Neue, Arial, sans-serif;
}

.pick-a-plan-widget #plan-buttons-frame .plan-buttons-frame-overlay {
  position: absolute;
  background-color: #003e7e;
  opacity: 0.7;
  width: inherit;
  height: inherit;
}

.pick-a-plan-widget
  #plan-buttons-frame
  .plan-buttons-frame-overlay.hide-image-overlay {
  display: none;
}

.pick-a-plan-widget #plan-buttons-frame .gradient {
  background-image: linear-gradient(
    90deg,
    #003e7e 0,
    rgba(68, 113, 163, 0) 100%
  );
  height: inherit;
  position: absolute;
  width: 22px;
}

.pick-a-plan-widget #plan-buttons-frame .gradient.no-gradient {
  display: none;
}

.pick-a-plan-widget #plan-buttons-frame .gradient.right-end {
  right: 0;
  background-image: linear-gradient(
    270deg,
    #003e7e 0,
    rgba(68, 113, 163, 0) 100%
  );
}

.pick-a-plan-widget #plan-buttons-frame nav {
  width: 200%;
  margin-left: 0;
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
}

.pick-a-plan-widget #plan-buttons-frame nav.fixed-nav {
  margin: 0 auto;
}

.pick-a-plan-widget #plan-buttons-frame nav.left-trans {
  margin-left: 0;
}

.pick-a-plan-widget #plan-buttons-frame nav.right-trans {
  margin-left: -100%;
}

.pick-a-plan-widget #plan-buttons-frame #header {
  margin: 80px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 48px;
  font-family: 'on-gotham-book', Helvetica Neue, Arial, sans-serif;
}

.pick-a-plan-widget #plan-buttons-frame #header + hr {
  width: 60px;
  margin: 14px auto;
  opacity: 0.3;
  border-top: 2px #fff solid;
}

.pick-a-plan-widget #plan-buttons-frame #header.sub-head-show {
  margin: 27px 0 0;
}

.pick-a-plan-widget #plan-buttons-frame #subheader.sub-head-show {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: 'on-gotham-book', Helvetica Neue, Arial, sans-serif;
  font-size: 26px;
  margin: 0 0 60px;
}

.pick-a-plan-widget #plan-buttons-frame .sub-head-hide {
  display: none;
}

.pick-a-plan-widget #plan-buttons-frame #plan-buttons {
  font-size: 24px;
}

.pick-a-plan-widget #plan-buttons-frame #plan-buttons li {
  width: 10%;
  color: #000;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.pick-a-plan-widget #plan-buttons-frame #plan-buttons li div.big-button {
  border-radius: 108px;
  border-width: 8px;
  border-color: #003e7e;
  background: #fff;
  color: #003e7e;
  width: 196px;
  height: 196px;
  display: inline-block;
}

.pick-a-plan-widget
  #plan-buttons-frame
  #plan-buttons
  li
  div.big-button
  span.btn-label {
  border-radius: 108px;
  width: 196px;
  padding-top: 78px;
  display: block;
  font-family: 'on-gotham-medium', Helvetica Neue, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
}

.pick-a-plan-widget
  #plan-buttons-frame
  #plan-buttons
  li
  div.big-button
  span.btn-label.double {
  padding-top: 70px;
  line-height: 30px;
  margin-top: 0;
  margin-left: 0;
}

.pick-a-plan-widget
  #plan-buttons-frame
  #plan-buttons
  li
  div.big-button
  span.btn-label.triple {
  padding-top: 33px;
}

.pick-a-plan-widget
  #plan-buttons-frame
  #plan-buttons
  li
  div.big-button
  span.hoverlay {
  display: block;
  position: absolute;
  width: inherit;
  height: inherit;
  background: #003e7e;
  padding: 0;
  margin: 0;
  border-radius: 108px;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
  opacity: 0.2;
}

.pick-a-plan-widget #plan-buttons-frame #plan-buttons li.compare > div,
.pick-a-plan-widget
  #plan-buttons-frame
  #plan-buttons
  li.compare.last-clicked
  > div {
  border-style: double;
}

.pick-a-plan-widget
  #plan-buttons-frame
  #plan-buttons
  li.compare
  > div
  span.hoverlay,
.pick-a-plan-widget
  #plan-buttons-frame
  #plan-buttons
  li.compare.last-clicked
  > div
  span.hoverlay {
  margin: -8px;
}

.pick-a-plan-widget
  #plan-buttons-frame
  #plan-buttons
  li.compare.last-clicked
  > div {
  border-color: #003e7e;
}

.pick-a-plan-widget
  #plan-buttons-frame
  #plan-buttons
  li.compare
  > div
  span.btn-label.double {
  padding-top: 62px;
  margin-left: -8px;
}

.pick-a-plan-widget
  #plan-buttons-frame
  #plan-buttons
  li.compare
  > div
  span.btn-label.triple {
  padding-top: 25px;
  margin-left: -8px;
}

.pick-a-plan-widget #plan-buttons-frame #plan-buttons li.basic > div.big-button,
.pick-a-plan-widget
  #plan-buttons-frame
  #plan-buttons
  li.basic.last-clicked
  > div.big-button {
  background: #003e7e;
  border-color: #fff;
  border-style: solid;
  border-width: 4px;
}

.pick-a-plan-widget
  #plan-buttons-frame
  #plan-buttons
  li.basic
  > div.big-button
  span.btn-label,
.pick-a-plan-widget
  #plan-buttons-frame
  #plan-buttons
  li.basic.last-clicked
  > div.big-button
  span.btn-label {
  color: #fff;
}

.pick-a-plan-widget #plan-buttons-frame #plan-buttons li.last {
  border: 0;
}

.pick-a-plan-widget
  #plan-buttons-frame
  #plan-buttons
  li.last-clicked
  div.big-button
  span.hoverlay {
  opacity: 0;
}

.pick-a-plan-widget #plan-buttons-frame.background-image {
  background: transparent;
}

.pick-a-plan-widget #plan-buttons-frame.background-image #plans-pointer div {
  background: #fff;
}

.pick-a-plan-widget
  #plan-buttons-frame.background-image
  .background-image-container {
  height: inherit;
  width: inherit;
  position: absolute;
}

.pick-a-plan-widget
  #plan-buttons-frame.background-image
  .plan-buttons-frame-overlay {
  background-color: #003e7e;
  opacity: 0.7;
  top: 0;
  position: absolute;
  width: inherit;
  height: inherit;
  z-index: -1;
}

.pick-a-plan-widget
  #plan-buttons-frame.background-image
  .plan-buttons-frame-overlay.hide-image-overlay {
  display: none;
}

.pick-a-plan-widget
  #plan-buttons-frame.background-image
  #plan-buttons
  li
  div.big-button
  span.btn-label {
  padding-top: 50px;
  margin-left: 0;
}

.pick-a-plan-widget
  #plan-buttons-frame.background-image
  #plan-buttons
  li
  div.big-button
  span.btn-label
  span {
  display: block;
}

.pick-a-plan-widget
  #plan-buttons-frame.background-image
  #plan-buttons
  li
  div.big-button
  span.btn-label
  span:first-of-type,
.pick-a-plan-widget
  #plan-buttons-frame.background-image
  #plan-buttons
  li
  div.big-button
  span.btn-label
  span:last-of-type {
  font-family: 'on-gotham-bold', Helvetica Neue, Arial, sans-serif;
}

.pick-a-plan-widget #plans-sections-window {
  background: #fff;
  width: 100%;
  overflow: hidden;
}

.pick-a-plan-widget #plans-sections-window #plans-sections-container {
  width: 1000%;
  height: auto;
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
}

.pick-a-plan-widget #plans-sections-window #plans-sections-container .btn {
  background: #003e7e;
  color: white;
}

.pick-a-plan-widget
  #plans-sections-window
  #plans-sections-container
  .btn:hover {
  background: white;
  color: #003e7e;
}

.pick-a-plan-widget #plans-sections-window section.plan-page {
  width: 10%;
  height: 200px;
  height: auto;
  min-height: 400px;
  float: left;
}

.pick-a-plan-widget #plans-sections-window section.plan-page .section-banner {
  background: #f7f7f7;
  width: 100%;
  height: 100px;
  text-align: center;
}

.pick-a-plan-widget
  #plans-sections-window
  section.plan-page
  .section-banner
  ul {
  margin: auto;
  width: 30%;
  text-align: center;
  padding: 25px 0;
}

.pick-a-plan-widget
  #plans-sections-window
  section.plan-page
  .section-banner
  ul
  li {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 10px;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.pick-a-plan-widget
  #plans-sections-window
  section.plan-page
  .section-banner
  ul.section-button
  li {
  width: auto;
}

.pick-a-plan-widget
  #plans-sections-window
  section.plan-page
  .section-banner
  ul.section-button
  li
  a {
  background: #003e7e;
  font-family: 'on-gotham-bold', Helvetica Neue, Arial, sans-serif;
  width: 190px;
  height: 50px;
  padding-top: 12px;
}

.pick-a-plan-widget
  #plans-sections-window
  section.plan-page
  .section-banner
  .icon-flyout {
  width: 421px;
  height: 192px;
  background: #444;
  background: #555;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  height: auto;
  z-index: 2;
  -webkit-transition: visibility 0.6s, opacity 0.5s;
  transition: visibility 0.6s, opacity 0.5s;
}

.pick-a-plan-widget
  #plans-sections-window
  section.plan-page
  .section-banner
  .icon-flyout
  .icons-pointer {
  width: 50px;
  height: 50px;
  background: inherit;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 37px;
  position: absolute;
  z-index: -1;
}

.pick-a-plan-widget
  #plans-sections-window
  section.plan-page
  .section-banner
  .icon-flyout
  p {
  padding: 20px;
  text-align: left;
  font-size: 16px;
}

.pick-a-plan-widget
  #plans-sections-window
  section.plan-page
  .section-banner
  .icon-flyout
  .flyout-heading {
  font-size: 21px;
  padding-bottom: 0;
  margin-bottom: 5px;
  font-family: 'on-gotham-medium', Helvetica Neue, Arial, sans-serif;
}

.pick-a-plan-widget
  #plans-sections-window
  section.plan-page
  .section-banner
  .icon-flyout
  hr {
  width: 14%;
  margin: 0 auto 20px 22px;
  opacity: 0.5;
}

.pick-a-plan-widget
  #plans-sections-window
  section.plan-page
  .section-banner
  .icon-flyout
  .flyout-body {
  padding-top: 0;
}

.pick-a-plan-widget
  #plans-sections-window
  section.plan-page
  .section-banner
  .icon-flyout
  .flyout-text {
  display: none;
  position: relative;
  z-index: 10;
}

.pick-a-plan-widget
  #plans-sections-window
  section.plan-page
  .section-banner
  .icon-flyout
  .flyout-text.showit {
  display: block;
  visibility: visible;
}

.pick-a-plan-widget
  #plans-sections-window
  section.plan-page
  .section-banner
  .icon-flyout.hideit {
  display: block;
  visibility: hidden;
  opacity: 0;
}

.pick-a-plan-widget
  #plans-sections-window
  section.plan-page
  .section-banner
  .icon-flyout.hideit
  .icons-pointer {
  display: none;
}

.pick-a-plan-widget
  #plans-sections-window
  section.plan-page
  .section-banner
  .icon-flyout.showit {
  display: block;
  opacity: 1;
  visibility: visible;
}

.pick-a-plan-widget
  #plans-sections-window
  section.plan-page
  .section-banner.hide-banner {
  display: none;
  height: 0;
}

.pick-a-plan-widget #plans-sections-window section.plan-page .plan-content {
  color: #444;
}

.pick-a-plan-widget
  #plans-sections-window
  section.plan-page
  .plan-content
  .textbox-master
  + .textbox-with-promo {
  padding: 0 0 70px 0;
}

.pick-a-plan-widget
  #plans-sections-window
  section.plan-page
  .plan-content
  .textbox-with-promo
  + .textbox-master {
  padding: 0 0 70px;
}

.pick-a-plan-widget #plans-sections-window section.plan-page .plan-content hr {
  border-top: 1px solid #003e7e;
  background: #003e7e;
  width: 220px;
  margin: 40px auto 40px 0;
}

.pick-a-plan-widget
  #plans-sections-window
  section.plan-page
  .plan-content
  .content-header {
  font-family: 'on-gotham-medium', Helvetica Neue, Arial, sans-serif;
  font-size: 30px;
  width: auto;
  margin: auto;
  text-align: left;
  display: block;
  line-height: 40px;
}

.pick-a-plan-widget
  #plans-sections-window
  section.plan-page
  .plan-content
  .row
  article,
.pick-a-plan-widget
  #plans-sections-window
  section.plan-page
  .plan-content
  .row
  aside {
  float: left;
  width: 50%;
}

.pick-a-plan-widget
  #plans-sections-window
  section.plan-page
  .plan-content
  .row
  article
  header,
.pick-a-plan-widget
  #plans-sections-window
  section.plan-page
  .plan-content
  .row
  aside
  header {
  text-align: left;
  font-size: 28px;
}

.pick-a-plan-widget
  #plans-sections-window
  section.plan-page
  .plan-content
  .row
  article {
  border-right: 1px solid #003e7e;
  padding-right: 40px;
  width: 70%;
}

.pick-a-plan-widget
  #plans-sections-window
  section.plan-page
  .plan-content
  .row
  article
  .article-header {
  font-size: 24px;
}

.pick-a-plan-widget
  #plans-sections-window
  section.plan-page
  .plan-content
  .row
  aside {
  padding-left: 40px;
  margin-top: 40px;
  width: 220px;
}

.pick-a-plan-widget
  #plans-sections-window
  section.plan-page
  .plan-content
  .row
  aside
  .aside-header {
  font-family: 'on-gotham-bold', Helvetica Neue, Arial, sans-serif;
  color: #003e7e;
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 15px;
}

.pick-a-plan-widget
  #plans-sections-window
  section.plan-page
  .plan-content
  .row
  aside
  p {
  margin: 0;
  line-height: 20px;
}

.pick-a-plan-widget
  #plans-sections-window
  section.plan-page
  .plan-content
  .column
  ul
  li {
  float: none;
}

.pick-a-plan-widget #plans-sections-window section.plan-page .chart_section {
  padding: 60px 7% 10px;
}

@media (max-width: 1199px), (max-width: 740px) and (orientation: landscape) {
  .pick-a-plan-widget .paginator.top {
    display: none;
  }

  .pick-a-plan-widget #plans-pointer {
    padding-top: 13px;
  }

  .pick-a-plan-widget #plan-buttons-frame {
    height: 360px;
  }

  .pick-a-plan-widget #plan-buttons-frame #header {
    margin: 34px 0;
    font-size: 36px;
  }

  .pick-a-plan-widget #plan-buttons-frame #header.sub-head-show {
    margin: 22px 0 0;
    line-height: 52px;
  }

  .pick-a-plan-widget #plan-buttons-frame #subheader.sub-head-show {
    margin: 5px 0 22px;
  }

  .pick-a-plan-widget #plan-buttons-frame #plan-buttons {
    font-size: 18px;
  }

  .pick-a-plan-widget #plan-buttons-frame #plan-buttons li div.big-button {
    width: 150px;
    height: 150px;
  }

  .pick-a-plan-widget
    #plan-buttons-frame
    #plan-buttons
    li
    div.big-button
    span.btn-label {
    width: inherit;
    padding-top: 62px;
    font-size: 14px;
    margin: 0;
  }

  .pick-a-plan-widget
    #plan-buttons-frame
    #plan-buttons
    li
    div.big-button
    span.double {
    line-height: 22.5px;
    padding-top: 52px;
    margin-left: 0;
  }

  .pick-a-plan-widget
    #plan-buttons-frame
    #plan-buttons
    li.compare
    > div
    span.double {
    padding-top: 42px !important;
    margin-left: -8px;
  }

  .pick-a-plan-widget
    #plan-buttons-frame
    #plan-buttons
    li.compare
    > div
    span.triple {
    padding-top: 25px;
    margin-left: -8px;
  }

  .pick-a-plan-widget
    #plan-buttons-frame
    #plan-buttons
    li.basic
    > div
    span.btn-label {
    margin-left: -4px;
  }

  .pick-a-plan-widget #plan-buttons-frame.background-image #plans-pointer {
    margin-top: 37px;
  }

  .pick-a-plan-widget #plan-buttons-frame.background-image #plan-buttons li {
    width: 165px;
  }

  .pick-a-plan-widget
    #plan-buttons-frame.background-image
    #plan-buttons
    li
    div.big-button
    span.btn-label {
    padding-top: 42px;
  }

  .pick-a-plan-widget
    #plans-sections-window
    section.plan-page
    .section-banner
    ul {
    width: 100%;
  }

  .pick-a-plan-widget
    #plans-sections-window
    section.plan-page
    .section-banner
    ul
    li {
    width: 40px;
    height: 40px;
  }

  .pick-a-plan-widget
    #plans-sections-window
    section.plan-page
    .section-banner
    .icon-flyout
    .flyout-heading {
    font-size: 18px;
  }

  .pick-a-plan-widget
    #plans-sections-window
    section.plan-page
    .section-banner
    .icon-flyout
    .flyout-body {
    font-size: 16px;
  }

  .pick-a-plan-widget #plans-sections-window section.plan-page .plan-content {
    padding: 20px 80px;
  }

  .pick-a-plan-widget
    #plans-sections-window
    section.plan-page
    .plan-content
    .content-header {
    font-size: 24px;
  }

  .pick-a-plan-widget
    #plans-sections-window
    section.plan-page
    .plan-content
    .row
    article
    .article-header {
    font-size: 21px;
  }

  .pick-a-plan-widget
    #plans-sections-window
    section.plan-page
    .plan-content
    .row
    article
    .article-body {
    font-size: 18px !important;
  }

  .pick-a-plan-widget #plans-sections-window section.plan-page .chart_section {
    padding: 0 35px 0 35px;
  }
}

@media (max-width: 740px) and (orientation: landscape) {
  .pick-a-plan-widget #plan-buttons-frame nav {
    width: 270%;
  }

  .pick-a-plan-widget #plan-buttons-frame #plan-buttons {
    font-size: 18px;
  }

  .pick-a-plan-widget #plan-buttons-frame #plan-buttons li div.big-button {
    width: 150px;
    height: 150px;
  }

  .pick-a-plan-widget
    #plan-buttons-frame
    #plan-buttons
    li.compare
    > div
    span.btn-label.triple {
    padding-top: 25px;
    margin-left: -8px;
  }

  .pick-a-plan-widget
    #plan-buttons-frame
    #plan-buttons
    li.basic
    > div
    span.btn-label.triple {
    padding-top: 58px;
  }

  .pick-a-plan-widget #plan-buttons-frame.background-image #plan-buttons li {
    width: 165px;
  }

  .pick-a-plan-widget
    #plan-buttons-frame.background-image
    #plan-buttons
    li
    div.big-button
    span.btn-label {
    padding-top: 38px;
  }

  .pick-a-plan-widget
    #plans-sections-window
    section.plan-page
    .textbox-master
    + .textbox-with-promo {
    padding: 0 0 70px 0;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .pick-a-plan-widget #plans-pointer {
    height: 46px;
    margin-top: 20px;
  }

  .pick-a-plan-widget .paginator.top {
    display: none;
  }

  .pick-a-plan-widget #plan-buttons-frame {
    height: 478px;
  }

  .pick-a-plan-widget #plan-buttons-frame .gradient {
    display: none;
  }

  .pick-a-plan-widget #plan-buttons-frame #header {
    margin: 80px 0;
  }

  .pick-a-plan-widget #plan-buttons-frame nav {
    width: 450%;
  }

  .pick-a-plan-widget #plan-buttons-frame #header.sub-head-show {
    margin: 35px 0 0;
    line-height: 42px;
  }

  .pick-a-plan-widget #plan-buttons-frame #subheader.sub-head-show {
    margin: 26px 0 36px;
    line-height: 42px;
  }

  .pick-a-plan-widget #plan-buttons-frame #plan-buttons {
    font-size: 18px;
  }

  .pick-a-plan-widget #plan-buttons-frame #plan-buttons li div.big-button {
    width: 150px;
    height: 150px;
  }

  .pick-a-plan-widget
    #plan-buttons-frame
    #plan-buttons
    li
    div.big-button
    span.btn-label {
    width: 150px;
    line-height: 25px !important;
  }

  .pick-a-plan-widget #plan-buttons-frame #plan-buttons li a:hover {
    background: #fff;
  }

  .pick-a-plan-widget #plan-buttons-frame #plan-buttons li a:hover span {
    color: #003e7e;
  }

  .pick-a-plan-widget
    #plan-buttons-frame
    #plan-buttons
    li
    > div.big-button
    span.btn-label.triple {
    padding-top: 36px;
  }

  .pick-a-plan-widget
    #plan-buttons-frame
    #plan-buttons
    li.compare
    > div.big-button
    span.btn-label.triple {
    padding-top: 29px;
    margin-left: -8px;
  }

  .pick-a-plan-widget #plan-buttons-frame #plan-buttons li.last {
    border: 0;
  }

  .pick-a-plan-widget #plan-buttons-frame.background-image #plan-buttons li {
    width: 165px;
  }

  .pick-a-plan-widget
    #plan-buttons-frame.background-image
    #plan-buttons
    li
    div.big-button
    span.btn-label {
    padding-top: 38px;
  }

  .pick-a-plan-widget
    #plans-sections-window
    section.plan-page
    .textbox-master
    + .textbox-with-promo {
    padding: 0 0 70px 0;
  }

  .pick-a-plan-widget
    #plans-sections-window
    section.plan-page
    .section-banner
    ul {
    width: 100%;
  }

  .pick-a-plan-widget
    #plans-sections-window
    section.plan-page
    .section-banner
    ul
    li {
    width: 40px;
    height: 40px;
  }

  .pick-a-plan-widget
    #plans-sections-window
    section.plan-page
    .section-banner
    ul
    li
    img {
    width: 40px;
    height: 40px;
  }

  .pick-a-plan-widget
    #plans-sections-window
    section.plan-page
    .section-banner
    .icon-flyout {
    width: 100%;
    border-radius: 0;
  }

  .pick-a-plan-widget #plans-sections-window section.plan-page .plan-content {
    padding: 20px;
  }

  .pick-a-plan-widget
    #plans-sections-window
    section.plan-page
    .plan-content
    .content-header {
    font-size: 24px;
  }

  .pick-a-plan-widget
    #plans-sections-window
    section.plan-page
    .plan-content
    .row
    article
    header,
  .pick-a-plan-widget
    #plans-sections-window
    section.plan-page
    .plan-content
    .row
    aside
    header {
    font-size: 24px;
  }

  .pick-a-plan-widget
    #plans-sections-window
    section.plan-page
    .plan-content
    .row
    article {
    border: 0;
    padding-right: 20px;
    width: 100%;
  }

  .pick-a-plan-widget
    #plans-sections-window
    section.plan-page
    .plan-content
    .row
    article
    div {
    font-size: 18px;
  }

  .pick-a-plan-widget
    #plans-sections-window
    section.plan-page
    .plan-content
    .row
    aside
    .aside-header {
    font-size: 18px;
    line-height: 22px;
  }

  .pick-a-plan-widget
    #plans-sections-window
    section.plan-page
    .plan-content
    .row
    aside
    p {
    margin: 0;
    line-height: 20px;
  }

  .pick-a-plan-widget #plans-sections-window section.plan-page .chart_section {
    padding: 0;
  }
}

@media (max-width: 320px) and (orientation: portrait) {
  .pick-a-plan-widget #plan-buttons-frame {
    height: 384px;
  }

  .pick-a-plan-widget #plan-buttons-frame #header {
    font-size: 32px;
    margin: 50px 0;
  }

  .pick-a-plan-widget #plan-buttons-frame #plan-buttons li div.big-button {
    width: 130px;
    height: 130px;
  }

  .pick-a-plan-widget
    #plan-buttons-frame
    #plan-buttons
    li
    div.big-button
    span.btn-label {
    padding-top: 46px;
    font-size: 14px !important;
    width: inherit;
  }

  .pick-a-plan-widget
    #plan-buttons-frame
    #plan-buttons
    li
    div.big-button
    span.double {
    padding-top: 38px;
    width: 122px;
    margin: 0 0 0 -3px;
  }
}

.pick-a-plan-widget + .textbox-master {
  padding-top: 40px;
}

.paginator.page {
  width: 45px;
  height: 100px;
  position: fixed;
  left: 0;
  margin: 0 0 0 10px;
  cursor: pointer;
  z-index: 15;
  top: 50%;
  opacity: 1;
  -webkit-transition: opacity 0.4s, margin 0.4s;
  transition: opacity 0.4s, margin 0.4s;
}

.paginator.page.right {
  left: auto;
  right: 0;
  margin: 0 10px 0 0;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.paginator.page.hideit {
  opacity: 0;
  visibility: visible;
}

.paginator.page.fadeItIn {
  visibility: visible;
}

.paginator.page.left {
  margin-left: 10px;
}

.paginator.page.left.at-limit {
  margin-left: -100px;
  visibility: visible;
}

.paginator.page.left {
  margin-right: 10px;
}

.paginator.page.right.at-limit {
  margin-right: -100px;
}

@media (max-width: 1199px), (max-width: 740px) and (orientation: landscape) {
  .paginator.page {
    display: block;
    margin: 0 0 0 20px;
  }

  .paginator.page.right {
    margin: 0 20px 0 0;
  }

  .paginator.page img {
    width: 20px;
    height: 100px;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .paginator.page {
    display: block;
  }

  .paginator.page {
    width: 45px;
    height: 100px;
    left: 0;
    margin: 0 0 0 10px;
    cursor: pointer;
    z-index: 10;
  }

  .paginator.page.right {
    left: auto;
    right: 0;
    margin: 0 10px 0 0;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@font-face {
  font-family: 'glyphicons';
  src: url('fonts/glyphicons/glyphicons.eot');
  src: url('fonts/glyphicons/glyphicons.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/glyphicons.woff') format('woff'),
    url('fonts/glyphicons/glyphicons.woff') format('truetype'),
    url('fonts/glyphicons/glyphicons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-bold';
  src: url('fonts/gotham/bold.eot');
  src: url('fonts/gotham/bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/bold.woff') format('woff'),
    url('fonts/gotham/bold.woff') format('truetype'),
    url('fonts/gotham/bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book';
  src: url('fonts/gotham/book.eot');
  src: url('fonts/gotham/book.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book.woff') format('woff'),
    url('fonts/gotham/book.woff') format('truetype'),
    url('fonts/gotham/book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book-italic';
  src: url('fonts/gotham/book-italic.eot');
  src: url('fonts/gotham/book-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book-italic.woff') format('woff'),
    url('fonts/gotham/book-italic.woff') format('truetype'),
    url('fonts/gotham/book-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-light';
  src: url('fonts/gotham/light.eot');
  src: url('fonts/gotham/light.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/light.woff') format('woff'),
    url('fonts/gotham/light.ttf') format('truetype'),
    url('fonts/gotham/light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium';
  src: url('fonts/gotham/medium.eot');
  src: url('fonts/gotham/medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium.woff') format('woff'),
    url('fonts/gotham/medium.ttf') format('truetype'),
    url('fonts/gotham/medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium-italic';
  src: url('fonts/gotham/medium-italic.eot');
  src: url('fonts/gotham/medium-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium-italic.woff') format('woff'),
    url('fonts/gotham/medium-italic.ttf') format('truetype'),
    url('fonts/gotham/medium-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-thin';
  src: url('fonts/gotham/thin.eot');
  src: url('fonts/gotham/thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/thin.woff') format('woff'),
    url('fonts/gotham/thin.ttf') format('truetype'),
    url('fonts/gotham/thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-italic';
  src: url('fonts/gotham/italic.eot');
  src: url('fonts/gotham/italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/italic.woff') format('woff'),
    url('fonts/gotham/italic.ttf') format('truetype'),
    url('fonts/gotham/italic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'slick';
  src: url('fonts/glyphicons/slick.eot');
  src: url('fonts/glyphicons/slick.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/slick.woff') format('woff'),
    url('fonts/glyphicons/slick.ttf') format('truetype'),
    url('fonts/glyphicons/slick.svg#slick') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon/icomoon.eot');
  src: url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
    url('fonts/icomoon/icomoon.woff') format('woff'),
    url('fonts/icomoon/icomoon.woff') format('truetype'),
    url('fonts/icomoon/icomoon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-regular';
  src: url('fonts/aleo/Aleo-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold';
  src: url('fonts/aleo/Aleo-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold-italic';
  src: url('fonts/aleo/Aleo-BoldItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-italic';
  src: url('fonts/aleo/Aleo-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-light';
  src: url('fonts/aleo/Aleo-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-light-italic';
  src: url('fonts/aleo/Aleo-LightItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

.white-search-card-bk {
  background: #fff;
  radius: 0;
  -moz-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
}

.white-dropdown-sheet-bk {
  background: rgba(255, 255, 255, 0.85);
  radius: 0;
  -moz-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
}

.input-field-grey {
  background: #f2f2f2;
  border: 1pt inside solid #d4d4d4;
  radius: 0;
}

.input-field-grey-selected {
  background: #f2f2f2;
  border: 1pt inside solid #9b9b9b;
  radius: 0;
}

.radio {
  background: 0;
  border: 2pt inside solid #dadada;
  radius: 0;
}

.radio-selected {
  background: #4471a5;
  border: 2pt inside solid #d4d4d4;
  radius: 0;
}

.external {
  padding: 1.4em;
  background-color: #fff;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.external iframe {
  border: 0;
}

@media (max-width: 670px) {
  .external iframe {
    width: 100%;
    height: 645px;
  }
}

.placeholder-label {
  display: none;
  visibility: hidden;
}

.aem-AuthorLayer-Edit .placeholder-label {
  display: block;
  visibility: visible;
}

.media-with-caption-video {
  background: #fff;
  color: #444;
}

.media-with-caption-video .container {
  padding: 0;
}

.media-with-caption-video .container .row {
  position: relative;
}

.media-with-caption-video .container .row .media-video-container {
  position: relative;
  padding: 0;
}

.media-with-caption-video .container .row .media-video-container #player {
  width: calc(90%);
}

.media-with-caption-video
  .container
  .row
  .media-video-container
  #player
  object {
  width: 100%;
  height: 270px;
}

.media-with-caption-video
  .container
  .row
  .media-video-container
  .q-video-teaser.video-aspect-16x9 {
  padding-bottom: 56.25%;
}

.media-with-caption-video
  .container
  .row
  .media-video-container
  .q-video-teaser.video-aspect-16x9
  div.video-js {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media-with-caption-video
  .container
  .row
  .media-video-container
  .q-video-teaser {
  position: relative;
  width: 100%;
}

.media-with-caption-video
  .container
  .row
  .media-video-container
  .q-video-teaser.video-aspect-21x9 {
  padding-bottom: 42.85%;
}

.media-with-caption-video
  .container
  .row
  .media-video-container
  .q-video-teaser.video-aspect-16x9 {
  padding-bottom: 56.25%;
}

.media-with-caption-video
  .container
  .row
  .media-video-container
  .q-video-teaser.video-aspect-4x3 {
  padding-bottom: 75%;
}

.media-with-caption-video
  .container
  .row
  .media-video-container
  .q-video-teaser.video-aspect-1 {
  padding-bottom: 1;
}

.media-with-caption-video
  .container
  .row
  .media-video-container
  .q-video-teaser
  .q-video-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media-with-caption-video
  .container
  .row
  .media-video-container
  .bc-player-Eyl4iA82l_default.vjs-mouse
  .vjs-big-play-button {
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 1;
}

.media-with-caption-video
  .container
  .row
  .media-video-container
  .bc-player-Eyl4iA82l_default
  .vjs-big-play-button {
  border-radius: 50px;
}

.media-with-caption-video
  .container
  .row
  .media-video-container
  .bc-player-default_default.vjs-mouse
  .vjs-big-play-button {
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 1;
}

.media-with-caption-video
  .container
  .row
  .media-video-container
  .bc-player-default_default
  .vjs-big-play-button {
  border-radius: 50px;
}

.media-with-caption-video
  .container
  .row
  .media-caption-container
  .media-caption {
  font-family: 'on-gotham-book';
  font-style: italic;
  font-size: 14px;
  margin: 8% 5% 0;
  padding: 2% 16% 5% 5%;
  border-right: 1px solid #003e7e;
  border-left: 1px solid #003e7e;
  opacity: 0.7;
}

.media-with-caption-video .container.hide-top-padding {
  padding-top: 0;
}

.media-with-caption-video .container.hide-bottom-padding {
  padding-bottom: 0;
}

.media-with-caption-video .container.show-top-padding {
  padding-top: 80px;
}

.media-with-caption-video .container.show-bottom-padding {
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .media-with-caption-video .container .row .media-video-container {
    width: 77.75%;
  }

  .media-with-caption-video .container .row .media-caption-container {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: left;
    padding: 3.5%;
    width: 22.25%;
  }

  .media-with-caption-video
    .container
    .row
    .media-caption-container
    .media-caption {
    border-left: 0;
    font-size: 14px;
    line-height: 20px;
    padding: 0 16% 0 0;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .media-with-caption-video .container .row .media-video-container {
    width: 81%;
  }

  .media-with-caption-video .container .row .media-caption-container {
    position: absolute;
    width: 19%;
  }

  .media-with-caption-video
    .container
    .row
    .media-caption-container
    .media-caption {
    font-size: 16px;
    line-height: 25px;
  }
}

@media (min-width: 1400px) {
  .media-with-caption-video .container .row .media-video-container {
    width: 76.25%;
  }

  .media-with-caption-video .container .row .media-caption-container {
    width: 23.75%;
  }
}

@media (min-width: 1600px) {
  .media-with-caption-video .container .row .media-video-container {
    width: 73.5%;
  }

  .media-with-caption-video .container .row .media-caption-container {
    width: 26.5%;
  }
}

@media (min-width: 1800px) {
  .media-with-caption-video .container .row .media-video-container {
    width: 70%;
  }

  .media-with-caption-video .container .row .media-caption-container {
    width: 30%;
  }
}

@font-face {
  font-family: 'glyphicons';
  src: url('fonts/glyphicons/glyphicons.eot');
  src: url('fonts/glyphicons/glyphicons.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/glyphicons.woff') format('woff'),
    url('fonts/glyphicons/glyphicons.woff') format('truetype'),
    url('fonts/glyphicons/glyphicons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-bold';
  src: url('fonts/gotham/bold.eot');
  src: url('fonts/gotham/bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/bold.woff') format('woff'),
    url('fonts/gotham/bold.woff') format('truetype'),
    url('fonts/gotham/bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book';
  src: url('fonts/gotham/book.eot');
  src: url('fonts/gotham/book.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book.woff') format('woff'),
    url('fonts/gotham/book.woff') format('truetype'),
    url('fonts/gotham/book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book-italic';
  src: url('fonts/gotham/book-italic.eot');
  src: url('fonts/gotham/book-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book-italic.woff') format('woff'),
    url('fonts/gotham/book-italic.woff') format('truetype'),
    url('fonts/gotham/book-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-light';
  src: url('fonts/gotham/light.eot');
  src: url('fonts/gotham/light.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/light.woff') format('woff'),
    url('fonts/gotham/light.ttf') format('truetype'),
    url('fonts/gotham/light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium';
  src: url('fonts/gotham/medium.eot');
  src: url('fonts/gotham/medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium.woff') format('woff'),
    url('fonts/gotham/medium.ttf') format('truetype'),
    url('fonts/gotham/medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium-italic';
  src: url('fonts/gotham/medium-italic.eot');
  src: url('fonts/gotham/medium-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium-italic.woff') format('woff'),
    url('fonts/gotham/medium-italic.ttf') format('truetype'),
    url('fonts/gotham/medium-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-thin';
  src: url('fonts/gotham/thin.eot');
  src: url('fonts/gotham/thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/thin.woff') format('woff'),
    url('fonts/gotham/thin.ttf') format('truetype'),
    url('fonts/gotham/thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-italic';
  src: url('fonts/gotham/italic.eot');
  src: url('fonts/gotham/italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/italic.woff') format('woff'),
    url('fonts/gotham/italic.ttf') format('truetype'),
    url('fonts/gotham/italic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'slick';
  src: url('fonts/glyphicons/slick.eot');
  src: url('fonts/glyphicons/slick.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/slick.woff') format('woff'),
    url('fonts/glyphicons/slick.ttf') format('truetype'),
    url('fonts/glyphicons/slick.svg#slick') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon/icomoon.eot');
  src: url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
    url('fonts/icomoon/icomoon.woff') format('woff'),
    url('fonts/icomoon/icomoon.woff') format('truetype'),
    url('fonts/icomoon/icomoon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-regular';
  src: url('fonts/aleo/Aleo-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold';
  src: url('fonts/aleo/Aleo-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold-italic';
  src: url('fonts/aleo/Aleo-BoldItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-italic';
  src: url('fonts/aleo/Aleo-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-light';
  src: url('fonts/aleo/Aleo-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-light-italic';
  src: url('fonts/aleo/Aleo-LightItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

.white-search-card-bk {
  background: #fff;
  radius: 0;
  -moz-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
}

.white-dropdown-sheet-bk {
  background: rgba(255, 255, 255, 0.85);
  radius: 0;
  -moz-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
}

.input-field-grey {
  background: #f2f2f2;
  border: 1pt inside solid #d4d4d4;
  radius: 0;
}

.input-field-grey-selected {
  background: #f2f2f2;
  border: 1pt inside solid #9b9b9b;
  radius: 0;
}

.radio {
  background: 0;
  border: 2pt inside solid #dadada;
  radius: 0;
}

.radio-selected {
  background: #4471a5;
  border: 2pt inside solid #d4d4d4;
  radius: 0;
}

.external {
  padding: 1.4em;
  background-color: #fff;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.external iframe {
  border: 0;
}

@media (max-width: 670px) {
  .external iframe {
    width: 100%;
    height: 645px;
  }
}

.placeholder-label {
  display: none;
  visibility: hidden;
}

.aem-AuthorLayer-Edit .placeholder-label {
  display: block;
  visibility: visible;
}

.media-with-caption-image {
  background-color: #fff;
  background: #fff;
  color: #444;
  font-family: 'on-gotham-bold';
  font-style: italic;
  line-height: 25px;
}

.media-with-caption-image .container.hide-top-padding {
  padding-top: 0;
}

.media-with-caption-image .container.hide-bottom-padding {
  padding-bottom: 0;
}

.media-with-caption-image .container.show-top-padding {
  padding-top: 80px;
}

.media-with-caption-image .container.show-bottom-padding {
  padding-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .media-with-caption-image {
    padding-bottom: 40px;
    background-color: #fff;
  }
}

.media-with-caption-image .media-image-container {
  color: #444;
  position: relative;
  padding-left: 0;
  width: 76.25%;
}

.media-with-caption-image .media-image-container img {
  width: 100%;
}

.media-with-caption-image .media-caption-container .media-caption {
  font-family: 'on-gotham-book';
  font-style: italic;
  font-size: 14px;
  margin: 8% 5% 0;
  padding: 2% 5%;
  border-right: 1px solid #003e7e;
  border-left: 1px solid #003e7e;
  opacity: 0.7;
}

.media-with-caption-image div.media-caption {
  border-right: 1px solid #236192;
  color: #444;
  padding-right: 50px;
}

@media (min-width: 768px) {
  .media-with-caption-image .container .row {
    position: relative;
  }

  .media-with-caption-image .container .row .media-caption-container {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
  }

  .media-with-caption-image div.media-caption {
    margin-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .media-with-caption-image div.media-caption {
    padding-right: 20px;
  }

  .media-with-caption-image .container .row {
    position: relative;
  }

  .media-with-caption-image .container .row .media-caption-container {
    font-size: 13px;
    line-height: 18px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .media-with-caption-image div.media-caption {
    border-right: 1px solid #236192;
    border-left: 1px solid #236192;
    margin: 1% 5%;
    padding: 3% 5% 5% 5%;
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .media-with-caption-image .container .row .media-image-container {
    width: 100%;
  }

  .media-with-caption-image .container .row .media-image-container img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .media-with-caption-image .container .row .media-image-container {
    width: 77.75%;
  }

  .media-with-caption-image .container .row .media-caption-container {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: left;
    padding: 3.5%;
    width: 22.25%;
  }

  .media-with-caption-image
    .container
    .row
    .media-caption-container
    .media-caption {
    border-left: 0;
    font-size: 14px;
    line-height: 20px;
    padding: 0 16% 0 0;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .media-with-caption-image .container .row .media-image-container {
    width: 81%;
    height: 654px;
  }

  .media-with-caption-image .container .row .media-caption-container {
    width: 19%;
  }

  .media-with-caption-image
    .container
    .row
    .media-caption-container
    .media-caption {
    font-size: 16px;
    line-height: 25px;
  }
}

@media (min-width: 1400px) {
  .media-with-caption-image .container .row .media-image-container {
    width: 76.25%;
  }

  .media-with-caption-image .container .row .media-image-container img {
    height: 654px;
  }

  .media-with-caption-image .container .row .media-caption-container {
    width: 23.75%;
  }
}

@media (min-width: 1600px) {
  .media-with-caption-image .container .row .media-image-container {
    width: 73.5%;
  }

  .media-with-caption-image .container .row .media-image-container img {
    height: 654px;
  }

  .media-with-caption-image .container .row .media-caption-container {
    width: 26.5%;
  }
}

@media (min-width: 1800px) {
  .media-with-caption-image .container .row .media-image-container {
    width: 70%;
  }

  .media-with-caption-image .container .row .media-image-container img {
    height: 654px;
  }

  .media-with-caption-image .container .row .media-caption-container {
    width: 30%;
  }
}

@font-face {
  font-family: 'glyphicons';
  src: url('fonts/glyphicons/glyphicons.eot');
  src: url('fonts/glyphicons/glyphicons.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/glyphicons.woff') format('woff'),
    url('fonts/glyphicons/glyphicons.woff') format('truetype'),
    url('fonts/glyphicons/glyphicons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-bold';
  src: url('fonts/gotham/bold.eot');
  src: url('fonts/gotham/bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/bold.woff') format('woff'),
    url('fonts/gotham/bold.woff') format('truetype'),
    url('fonts/gotham/bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book';
  src: url('fonts/gotham/book.eot');
  src: url('fonts/gotham/book.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book.woff') format('woff'),
    url('fonts/gotham/book.woff') format('truetype'),
    url('fonts/gotham/book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book-italic';
  src: url('fonts/gotham/book-italic.eot');
  src: url('fonts/gotham/book-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book-italic.woff') format('woff'),
    url('fonts/gotham/book-italic.woff') format('truetype'),
    url('fonts/gotham/book-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-light';
  src: url('fonts/gotham/light.eot');
  src: url('fonts/gotham/light.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/light.woff') format('woff'),
    url('fonts/gotham/light.ttf') format('truetype'),
    url('fonts/gotham/light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium';
  src: url('fonts/gotham/medium.eot');
  src: url('fonts/gotham/medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium.woff') format('woff'),
    url('fonts/gotham/medium.ttf') format('truetype'),
    url('fonts/gotham/medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium-italic';
  src: url('fonts/gotham/medium-italic.eot');
  src: url('fonts/gotham/medium-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium-italic.woff') format('woff'),
    url('fonts/gotham/medium-italic.ttf') format('truetype'),
    url('fonts/gotham/medium-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-thin';
  src: url('fonts/gotham/thin.eot');
  src: url('fonts/gotham/thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/thin.woff') format('woff'),
    url('fonts/gotham/thin.ttf') format('truetype'),
    url('fonts/gotham/thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-italic';
  src: url('fonts/gotham/italic.eot');
  src: url('fonts/gotham/italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/italic.woff') format('woff'),
    url('fonts/gotham/italic.ttf') format('truetype'),
    url('fonts/gotham/italic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'slick';
  src: url('fonts/glyphicons/slick.eot');
  src: url('fonts/glyphicons/slick.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/slick.woff') format('woff'),
    url('fonts/glyphicons/slick.ttf') format('truetype'),
    url('fonts/glyphicons/slick.svg#slick') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon/icomoon.eot');
  src: url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
    url('fonts/icomoon/icomoon.woff') format('woff'),
    url('fonts/icomoon/icomoon.woff') format('truetype'),
    url('fonts/icomoon/icomoon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-regular';
  src: url('fonts/aleo/Aleo-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold';
  src: url('fonts/aleo/Aleo-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold-italic';
  src: url('fonts/aleo/Aleo-BoldItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-italic';
  src: url('fonts/aleo/Aleo-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-light';
  src: url('fonts/aleo/Aleo-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-light-italic';
  src: url('fonts/aleo/Aleo-LightItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

.white-search-card-bk {
  background: #fff;
  radius: 0;
  -moz-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
}

.white-dropdown-sheet-bk {
  background: rgba(255, 255, 255, 0.85);
  radius: 0;
  -moz-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
}

.input-field-grey {
  background: #f2f2f2;
  border: 1pt inside solid #d4d4d4;
  radius: 0;
}

.input-field-grey-selected {
  background: #f2f2f2;
  border: 1pt inside solid #9b9b9b;
  radius: 0;
}

.radio {
  background: 0;
  border: 2pt inside solid #dadada;
  radius: 0;
}

.radio-selected {
  background: #4471a5;
  border: 2pt inside solid #d4d4d4;
  radius: 0;
}

.external {
  padding: 1.4em;
  background-color: #fff;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.external iframe {
  border: 0;
}

@media (max-width: 670px) {
  .external iframe {
    width: 100%;
    height: 645px;
  }
}

.placeholder-label {
  display: none;
  visibility: hidden;
}

.aem-AuthorLayer-Edit .placeholder-label {
  display: block;
  visibility: visible;
}

.localized-widget {
  background: #fff;
}

.localized-widget .clr {
  clear: both;
}

.localized-widget .local-widget-left {
  width: 78%;
  float: left;
}

@media (max-width: 768px) {
  .localized-widget .local-widget-left {
    width: 100%;
    float: none;
  }
}

.localized-widget .local-widget-left .local-widget-heading {
  width: 70%;
  font-size: 30px;
  line-height: 50px;
  position: relative;
  display: inline-block;
  float: right;
  color: #444;
}

@media (max-width: 768px) {
  .localized-widget .local-widget-left .local-widget-heading {
    padding: 0 10%;
    width: 100%;
    font-size: 24px;
    line-height: 40px;
  }
}

.localized-widget .local-widget-left .local-widget-hr {
  float: right;
  width: 70%;
  margin: 1% 0 3%;
}

.localized-widget .local-widget-left .local-widget-hr hr {
  width: 30%;
  margin: 0;
  border-color: #4471a3;
  background: #4471a3;
  float: left;
}

@media (max-width: 768px) {
  .localized-widget .local-widget-left .local-widget-hr {
    float: none;
    padding: 0 10%;
    width: 112px;
  }
}

.localized-widget .local-widget-left .local-widget-image {
  width: 100%;
  clear: both;
}

.localized-widget .local-widget-left .local-widget-subCopy {
  width: 52%;
  color: #444;
  position: relative;
  display: inline-block;
  float: right;
  margin-top: 2%;
}

@media (max-width: 768px) {
  .localized-widget .local-widget-left .local-widget-subCopy {
    padding: 0 5%;
    width: 100%;
  }
}

.localized-widget
  .local-widget-left
  .local-widget-subCopy
  .local-widget-subHeading {
  font-size: 28px;
  line-height: 40px;
}

@media (max-width: 768px) {
  .localized-widget
    .local-widget-left
    .local-widget-subCopy
    .local-widget-subHeading {
    font-size: 21px;
  }
}

.localized-widget
  .local-widget-left
  .local-widget-subCopy
  .local-widget-subText {
  font-size: 24px;
  line-height: 40px;
}

@media (max-width: 768px) {
  .localized-widget
    .local-widget-left
    .local-widget-subCopy
    .local-widget-subText {
    font-size: 18px;
    line-height: 30px;
  }
}

.localized-widget .local-widget-right {
  width: 22%;
  float: right;
  padding: 38% 3% 0 3%;
}

@media (max-width: 768px) {
  .localized-widget .local-widget-right {
    display: none;
  }
}

.localized-widget .local-widget-right .local-widget-image-caption {
  font-style: italic;
  line-height: 25px;
  color: #444;
  border-right: 1px #4471a3 solid;
  padding: 0 2px;
}

.localized-widget .local-widget-right.mobile {
  display: none;
  float: none;
  width: 100%;
  margin: 22px 0 0 0;
  padding: 0;
}

@media (max-width: 768px) {
  .localized-widget .local-widget-right.mobile {
    display: block;
  }
}

.localized-widget .local-widget-right.mobile .local-widget-image-caption {
  border-right: 1px #4471a3 solid;
  border-left: 1px #4471a3 solid;
  margin: 0 8%;
  width: 83%;
  padding: 0 6%;
}

.localized-widget .local-widget-bottom {
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.localized-widget .local-widget-bottom .btn {
  margin-top: 2%;
  font-family: 'on-gotham-bold';
}

@media (max-width: 768px) {
  .localized-widget .local-widget-bottom .btn {
    font-size: 14px;
  }
}

@font-face {
  font-family: 'glyphicons';
  src: url('fonts/glyphicons/glyphicons.eot');
  src: url('fonts/glyphicons/glyphicons.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/glyphicons.woff') format('woff'),
    url('fonts/glyphicons/glyphicons.woff') format('truetype'),
    url('fonts/glyphicons/glyphicons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-bold';
  src: url('fonts/gotham/bold.eot');
  src: url('fonts/gotham/bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/bold.woff') format('woff'),
    url('fonts/gotham/bold.woff') format('truetype'),
    url('fonts/gotham/bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book';
  src: url('fonts/gotham/book.eot');
  src: url('fonts/gotham/book.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book.woff') format('woff'),
    url('fonts/gotham/book.woff') format('truetype'),
    url('fonts/gotham/book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book-italic';
  src: url('fonts/gotham/book-italic.eot');
  src: url('fonts/gotham/book-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book-italic.woff') format('woff'),
    url('fonts/gotham/book-italic.woff') format('truetype'),
    url('fonts/gotham/book-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-light';
  src: url('fonts/gotham/light.eot');
  src: url('fonts/gotham/light.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/light.woff') format('woff'),
    url('fonts/gotham/light.ttf') format('truetype'),
    url('fonts/gotham/light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium';
  src: url('fonts/gotham/medium.eot');
  src: url('fonts/gotham/medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium.woff') format('woff'),
    url('fonts/gotham/medium.ttf') format('truetype'),
    url('fonts/gotham/medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium-italic';
  src: url('fonts/gotham/medium-italic.eot');
  src: url('fonts/gotham/medium-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium-italic.woff') format('woff'),
    url('fonts/gotham/medium-italic.ttf') format('truetype'),
    url('fonts/gotham/medium-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-thin';
  src: url('fonts/gotham/thin.eot');
  src: url('fonts/gotham/thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/thin.woff') format('woff'),
    url('fonts/gotham/thin.ttf') format('truetype'),
    url('fonts/gotham/thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-italic';
  src: url('fonts/gotham/italic.eot');
  src: url('fonts/gotham/italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/italic.woff') format('woff'),
    url('fonts/gotham/italic.ttf') format('truetype'),
    url('fonts/gotham/italic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'slick';
  src: url('fonts/glyphicons/slick.eot');
  src: url('fonts/glyphicons/slick.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/slick.woff') format('woff'),
    url('fonts/glyphicons/slick.ttf') format('truetype'),
    url('fonts/glyphicons/slick.svg#slick') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon/icomoon.eot');
  src: url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
    url('fonts/icomoon/icomoon.woff') format('woff'),
    url('fonts/icomoon/icomoon.woff') format('truetype'),
    url('fonts/icomoon/icomoon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-regular';
  src: url('fonts/aleo/Aleo-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold';
  src: url('fonts/aleo/Aleo-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold-italic';
  src: url('fonts/aleo/Aleo-BoldItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-italic';
  src: url('fonts/aleo/Aleo-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-light';
  src: url('fonts/aleo/Aleo-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-light-italic';
  src: url('fonts/aleo/Aleo-LightItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

.white-search-card-bk {
  background: #fff;
  radius: 0;
  -moz-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
}

.white-dropdown-sheet-bk {
  background: rgba(255, 255, 255, 0.85);
  radius: 0;
  -moz-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
}

.input-field-grey {
  background: #f2f2f2;
  border: 1pt inside solid #d4d4d4;
  radius: 0;
}

.input-field-grey-selected {
  background: #f2f2f2;
  border: 1pt inside solid #9b9b9b;
  radius: 0;
}

.radio {
  background: 0;
  border: 2pt inside solid #dadada;
  radius: 0;
}

.radio-selected {
  background: #4471a5;
  border: 2pt inside solid #d4d4d4;
  radius: 0;
}

.external {
  padding: 1.4em;
  background-color: #fff;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.external iframe {
  border: 0;
}

@media (max-width: 670px) {
  .external iframe {
    width: 100%;
    height: 645px;
  }
}

.placeholder-label {
  display: none;
  visibility: hidden;
}

.aem-AuthorLayer-Edit .placeholder-label {
  display: block;
  visibility: visible;
}

.on-ProductsGrid-item {
  padding: 20px 10px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}

.on-ProductsGrid-item:hover .on-ProductsGrid-item-link {
  border-color: rgba(255, 255, 255, 0.05);
}

.on-ProductsGrid-item-link {
  transition: border-color 0.12s ease-in-out;
  border: 5px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.on-ProductsGrid-item-title {
  margin: 20px auto 5px;
}

.on-ProductsGrid-item-subtitle {
  display: block;
  margin: 0 auto 10px;
  line-height: 1;
  min-height: 14px;
}

.on-ProductsGrid-item-price {
  font-weight: 400;
  font-size: 18px;
  white-space: nowrap;
}

.on-ProductsGrid-item-price span {
  display: inline-block;
}

.on-ProductsGrid-item-price-new {
  color: #fff;
}

.on-ProductsGrid-item-price-old {
  text-decoration: line-through;
  text-decoration-color: #fff;
}

.on-ProductsGrid-item-discount {
  display: block;
  padding: 0 5px;
  background-color: #fff;
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 11;
}

.on-ProductsGrid-item-discount span {
  font-weight: 700;
}

.fade-transition {
  transition: all 0.5s ease;
  overflow: hidden;
}

.fade-enter,
.fade-leave {
  transform: scale(0);
  opacity: 0;
}

@font-face {
  font-family: 'glyphicons';
  src: url('fonts/glyphicons/glyphicons.eot');
  src: url('fonts/glyphicons/glyphicons.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/glyphicons.woff') format('woff'),
    url('fonts/glyphicons/glyphicons.woff') format('truetype'),
    url('fonts/glyphicons/glyphicons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-bold';
  src: url('fonts/gotham/bold.eot');
  src: url('fonts/gotham/bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/bold.woff') format('woff'),
    url('fonts/gotham/bold.woff') format('truetype'),
    url('fonts/gotham/bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book';
  src: url('fonts/gotham/book.eot');
  src: url('fonts/gotham/book.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book.woff') format('woff'),
    url('fonts/gotham/book.woff') format('truetype'),
    url('fonts/gotham/book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book-italic';
  src: url('fonts/gotham/book-italic.eot');
  src: url('fonts/gotham/book-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book-italic.woff') format('woff'),
    url('fonts/gotham/book-italic.woff') format('truetype'),
    url('fonts/gotham/book-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-light';
  src: url('fonts/gotham/light.eot');
  src: url('fonts/gotham/light.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/light.woff') format('woff'),
    url('fonts/gotham/light.ttf') format('truetype'),
    url('fonts/gotham/light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium';
  src: url('fonts/gotham/medium.eot');
  src: url('fonts/gotham/medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium.woff') format('woff'),
    url('fonts/gotham/medium.ttf') format('truetype'),
    url('fonts/gotham/medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium-italic';
  src: url('fonts/gotham/medium-italic.eot');
  src: url('fonts/gotham/medium-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium-italic.woff') format('woff'),
    url('fonts/gotham/medium-italic.ttf') format('truetype'),
    url('fonts/gotham/medium-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-thin';
  src: url('fonts/gotham/thin.eot');
  src: url('fonts/gotham/thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/thin.woff') format('woff'),
    url('fonts/gotham/thin.ttf') format('truetype'),
    url('fonts/gotham/thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-italic';
  src: url('fonts/gotham/italic.eot');
  src: url('fonts/gotham/italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/italic.woff') format('woff'),
    url('fonts/gotham/italic.ttf') format('truetype'),
    url('fonts/gotham/italic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'slick';
  src: url('fonts/glyphicons/slick.eot');
  src: url('fonts/glyphicons/slick.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/slick.woff') format('woff'),
    url('fonts/glyphicons/slick.ttf') format('truetype'),
    url('fonts/glyphicons/slick.svg#slick') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon/icomoon.eot');
  src: url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
    url('fonts/icomoon/icomoon.woff') format('woff'),
    url('fonts/icomoon/icomoon.woff') format('truetype'),
    url('fonts/icomoon/icomoon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-regular';
  src: url('fonts/aleo/Aleo-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold';
  src: url('fonts/aleo/Aleo-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold-italic';
  src: url('fonts/aleo/Aleo-BoldItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-italic';
  src: url('fonts/aleo/Aleo-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-light';
  src: url('fonts/aleo/Aleo-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-light-italic';
  src: url('fonts/aleo/Aleo-LightItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

.white-search-card-bk {
  background: #fff;
  radius: 0;
  -moz-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
}

.white-dropdown-sheet-bk {
  background: rgba(255, 255, 255, 0.85);
  radius: 0;
  -moz-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
}

.input-field-grey {
  background: #f2f2f2;
  border: 1pt inside solid #d4d4d4;
  radius: 0;
}

.input-field-grey-selected {
  background: #f2f2f2;
  border: 1pt inside solid #9b9b9b;
  radius: 0;
}

.radio {
  background: 0;
  border: 2pt inside solid #dadada;
  radius: 0;
}

.radio-selected {
  background: #4471a5;
  border: 2pt inside solid #d4d4d4;
  radius: 0;
}

.external {
  padding: 1.4em;
  background-color: #fff;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.external iframe {
  border: 0;
}

@media (max-width: 670px) {
  .external iframe {
    width: 100%;
    height: 645px;
  }
}

.placeholder-label {
  display: none;
  visibility: hidden;
}

.aem-AuthorLayer-Edit .placeholder-label {
  display: block;
  visibility: visible;
}

.hero-image.image {
  overflow: visible;
  width: 100%;
  clear: both;
}

.on-HeroImage {
  min-height: 460px;
  padding: 40px 0;
  margin-bottom: 40px;
  background: #fff 50% no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
}

.on-HeroImage .navbar {
  margin-top: 40px;
}

.on-HeroImage-title {
  display: block;
  margin: 0 auto 20px;
  text-transform: uppercase;
}

.on-HeroImage p {
  margin: 0 auto;
}

.on-HeroImage-title,
.on-HeroImage p {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.5);
}

.on-HeroImage-title .btn,
.on-HeroImage p .btn {
  text-shadow: none;
}

.header ~ .hero-image,
.header ~ .target .hero-image {
  position: relative;
  top: -140px;
  margin-bottom: -60px;
  overflow: visible;
}

@media (max-width: 991px) {
  .header ~ .hero-image,
  .header ~ .target .hero-image {
    margin-top: -40px;
  }
}

@media (min-width: 768px) {
  .on-HeroImage {
    text-align: left;
  }

  .on-HeroImage .container {
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
  }

  .on-HeroImage-wrapper {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .on-HeroImage-wrapper {
    margin-left: 16.66666667%;
  }
}

@media (max-width: 991px) {
  .on-HeroImage.ratio-16by9.width-full,
  .on-HeroImage.width-full {
    padding: 180px 0 70px;
  }
}

@font-face {
  font-family: 'glyphicons';
  src: url('fonts/glyphicons/glyphicons.eot');
  src: url('fonts/glyphicons/glyphicons.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/glyphicons.woff') format('woff'),
    url('fonts/glyphicons/glyphicons.woff') format('truetype'),
    url('fonts/glyphicons/glyphicons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-bold';
  src: url('fonts/gotham/bold.eot');
  src: url('fonts/gotham/bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/bold.woff') format('woff'),
    url('fonts/gotham/bold.woff') format('truetype'),
    url('fonts/gotham/bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book';
  src: url('fonts/gotham/book.eot');
  src: url('fonts/gotham/book.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book.woff') format('woff'),
    url('fonts/gotham/book.woff') format('truetype'),
    url('fonts/gotham/book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book-italic';
  src: url('fonts/gotham/book-italic.eot');
  src: url('fonts/gotham/book-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book-italic.woff') format('woff'),
    url('fonts/gotham/book-italic.woff') format('truetype'),
    url('fonts/gotham/book-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-light';
  src: url('fonts/gotham/light.eot');
  src: url('fonts/gotham/light.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/light.woff') format('woff'),
    url('fonts/gotham/light.ttf') format('truetype'),
    url('fonts/gotham/light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium';
  src: url('fonts/gotham/medium.eot');
  src: url('fonts/gotham/medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium.woff') format('woff'),
    url('fonts/gotham/medium.ttf') format('truetype'),
    url('fonts/gotham/medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium-italic';
  src: url('fonts/gotham/medium-italic.eot');
  src: url('fonts/gotham/medium-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium-italic.woff') format('woff'),
    url('fonts/gotham/medium-italic.ttf') format('truetype'),
    url('fonts/gotham/medium-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-thin';
  src: url('fonts/gotham/thin.eot');
  src: url('fonts/gotham/thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/thin.woff') format('woff'),
    url('fonts/gotham/thin.ttf') format('truetype'),
    url('fonts/gotham/thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-italic';
  src: url('fonts/gotham/italic.eot');
  src: url('fonts/gotham/italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/italic.woff') format('woff'),
    url('fonts/gotham/italic.ttf') format('truetype'),
    url('fonts/gotham/italic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'slick';
  src: url('fonts/glyphicons/slick.eot');
  src: url('fonts/glyphicons/slick.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/slick.woff') format('woff'),
    url('fonts/glyphicons/slick.ttf') format('truetype'),
    url('fonts/glyphicons/slick.svg#slick') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon/icomoon.eot');
  src: url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
    url('fonts/icomoon/icomoon.woff') format('woff'),
    url('fonts/icomoon/icomoon.woff') format('truetype'),
    url('fonts/icomoon/icomoon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-regular';
  src: url('fonts/aleo/Aleo-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold';
  src: url('fonts/aleo/Aleo-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold-italic';
  src: url('fonts/aleo/Aleo-BoldItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-italic';
  src: url('fonts/aleo/Aleo-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-light';
  src: url('fonts/aleo/Aleo-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-light-italic';
  src: url('fonts/aleo/Aleo-LightItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

.white-search-card-bk {
  background: #fff;
  radius: 0;
  -moz-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
}

.white-dropdown-sheet-bk {
  background: rgba(255, 255, 255, 0.85);
  radius: 0;
  -moz-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
}

.input-field-grey {
  background: #f2f2f2;
  border: 1pt inside solid #d4d4d4;
  radius: 0;
}

.input-field-grey-selected {
  background: #f2f2f2;
  border: 1pt inside solid #9b9b9b;
  radius: 0;
}

.radio {
  background: 0;
  border: 2pt inside solid #dadada;
  radius: 0;
}

.radio-selected {
  background: #4471a5;
  border: 2pt inside solid #d4d4d4;
  radius: 0;
}

.external {
  padding: 1.4em;
  background-color: #fff;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.external iframe {
  border: 0;
}

@media (max-width: 670px) {
  .external iframe {
    width: 100%;
    height: 645px;
  }
}

.placeholder-label {
  display: none;
  visibility: hidden;
}

.aem-AuthorLayer-Edit .placeholder-label {
  display: block;
  visibility: visible;
}

.on-ProductsGrid-item {
  padding: 20px 10px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}

.on-ProductsGrid-item:hover .on-ProductsGrid-item-link {
  border-color: rgba(255, 255, 255, 0.05);
}

.on-ProductsGrid-item-link {
  transition: border-color 0.12s ease-in-out;
  border: 5px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.on-ProductsGrid-item-title {
  margin: 20px auto 5px;
}

.on-ProductsGrid-item-subtitle {
  display: block;
  margin: 0 auto 10px;
  line-height: 1;
  min-height: 14px;
}

.on-ProductsGrid-item-price {
  font-weight: 400;
  font-size: 18px;
  white-space: nowrap;
}

.on-ProductsGrid-item-price span {
  display: inline-block;
}

.on-ProductsGrid-item-price-new {
  color: #fff;
}

.on-ProductsGrid-item-price-old {
  text-decoration: line-through;
  text-decoration-color: #fff;
}

.on-ProductsGrid-item-discount {
  display: block;
  padding: 0 5px;
  background-color: #fff;
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 11;
}

.on-ProductsGrid-item-discount span {
  font-weight: 700;
}

.fade-transition {
  transition: all 0.5s ease;
  overflow: hidden;
}

.fade-enter,
.fade-leave {
  transform: scale(0);
  opacity: 0;
}

@font-face {
  font-family: 'glyphicons';
  src: url('fonts/glyphicons/glyphicons.eot');
  src: url('fonts/glyphicons/glyphicons.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/glyphicons.woff') format('woff'),
    url('fonts/glyphicons/glyphicons.woff') format('truetype'),
    url('fonts/glyphicons/glyphicons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-bold';
  src: url('fonts/gotham/bold.eot');
  src: url('fonts/gotham/bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/bold.woff') format('woff'),
    url('fonts/gotham/bold.woff') format('truetype'),
    url('fonts/gotham/bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book';
  src: url('fonts/gotham/book.eot');
  src: url('fonts/gotham/book.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book.woff') format('woff'),
    url('fonts/gotham/book.woff') format('truetype'),
    url('fonts/gotham/book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book-italic';
  src: url('fonts/gotham/book-italic.eot');
  src: url('fonts/gotham/book-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book-italic.woff') format('woff'),
    url('fonts/gotham/book-italic.woff') format('truetype'),
    url('fonts/gotham/book-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-light';
  src: url('fonts/gotham/light.eot');
  src: url('fonts/gotham/light.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/light.woff') format('woff'),
    url('fonts/gotham/light.ttf') format('truetype'),
    url('fonts/gotham/light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium';
  src: url('fonts/gotham/medium.eot');
  src: url('fonts/gotham/medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium.woff') format('woff'),
    url('fonts/gotham/medium.ttf') format('truetype'),
    url('fonts/gotham/medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium-italic';
  src: url('fonts/gotham/medium-italic.eot');
  src: url('fonts/gotham/medium-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium-italic.woff') format('woff'),
    url('fonts/gotham/medium-italic.ttf') format('truetype'),
    url('fonts/gotham/medium-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-thin';
  src: url('fonts/gotham/thin.eot');
  src: url('fonts/gotham/thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/thin.woff') format('woff'),
    url('fonts/gotham/thin.ttf') format('truetype'),
    url('fonts/gotham/thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-italic';
  src: url('fonts/gotham/italic.eot');
  src: url('fonts/gotham/italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/italic.woff') format('woff'),
    url('fonts/gotham/italic.ttf') format('truetype'),
    url('fonts/gotham/italic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'slick';
  src: url('fonts/glyphicons/slick.eot');
  src: url('fonts/glyphicons/slick.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/slick.woff') format('woff'),
    url('fonts/glyphicons/slick.ttf') format('truetype'),
    url('fonts/glyphicons/slick.svg#slick') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon/icomoon.eot');
  src: url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
    url('fonts/icomoon/icomoon.woff') format('woff'),
    url('fonts/icomoon/icomoon.woff') format('truetype'),
    url('fonts/icomoon/icomoon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-regular';
  src: url('fonts/aleo/Aleo-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold';
  src: url('fonts/aleo/Aleo-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold-italic';
  src: url('fonts/aleo/Aleo-BoldItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-italic';
  src: url('fonts/aleo/Aleo-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-light';
  src: url('fonts/aleo/Aleo-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-light-italic';
  src: url('fonts/aleo/Aleo-LightItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

.white-search-card-bk {
  background: #fff;
  radius: 0;
  -moz-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
}

.white-dropdown-sheet-bk {
  background: rgba(255, 255, 255, 0.85);
  radius: 0;
  -moz-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
}

.input-field-grey {
  background: #f2f2f2;
  border: 1pt inside solid #d4d4d4;
  radius: 0;
}

.input-field-grey-selected {
  background: #f2f2f2;
  border: 1pt inside solid #9b9b9b;
  radius: 0;
}

.radio {
  background: 0;
  border: 2pt inside solid #dadada;
  radius: 0;
}

.radio-selected {
  background: #4471a5;
  border: 2pt inside solid #d4d4d4;
  radius: 0;
}

.external {
  padding: 1.4em;
  background-color: #fff;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.external iframe {
  border: 0;
}

@media (max-width: 670px) {
  .external iframe {
    width: 100%;
    height: 645px;
  }
}

.placeholder-label {
  display: none;
  visibility: hidden;
}

.aem-AuthorLayer-Edit .placeholder-label {
  display: block;
  visibility: visible;
}

.full-width-featured-story {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.full-width-featured-story .featured-story-link-full {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.full-width-featured-story .col-sm-6,
.full-width-featured-story .col-md-6 {
  padding: 0;
}

.full-width-featured-story .cms-article-reference-image {
  display: none;
}

.full-width-featured-story .cms-article-reference-icon {
  display: none;
}

.full-width-featured-story .cms-article-reference-url {
  display: none;
}

.full-width-featured-story .featured-story-image {
  min-height: 225px;
  background-size: cover;
  background-position: center;
  vertical-align: top;
  overflow: hidden;
}

.full-width-featured-story
  .featured-story-image
  .featured-story-image-reference {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
}

.full-width-featured-story
  .featured-story-image
  .featured-story-icon-reference {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
}

.full-width-featured-story .featured-story-image .overlay {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 20px;
}

.full-width-featured-story .featured-story-image .overlay h2 {
  display: inline-block;
  line-height: 50px;
  padding: 0;
  margin: 0;
  margin-left: 11px;
  padding-left: 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 48px;
  font-weight: normal;
  vertical-align: middle;
}

.full-width-featured-story .featured-story-image .overlay h2 p {
  margin: 0;
}

.full-width-featured-story .featured-story-image .overlay .icon-image {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}

.full-width-featured-story .featured-story-text {
  background: #444;
  padding: 50px 40px 60px;
  vertical-align: top;
  text-align: left;
}

.full-width-featured-story .featured-story-text .story-title,
.full-width-featured-story .featured-story-text .story-title p {
  font-family: 'on-gotham-bold';
  font-size: 21px;
  color: #fff;
  line-height: 30px;
  margin: 0;
}

.full-width-featured-story .featured-story-text .featured-story-url-reference {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 50px;
}

.full-width-featured-story .featured-story-text h3 {
  font-family: 'on-gotham-bold';
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.full-width-featured-story .featured-story-text .btn-primary {
  position: relative;
  background: #236192;
  border: 0;
  border-radius: 20px;
  color: #fff;
  font-family: 'on-gotham-bold';
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  height: 30px;
  width: auto;
  padding: 16px;
  margin: 20px auto;
  text-align: center;
  z-index: 7;
}

.full-width-featured-story .featured-story-text .btn-primary p {
  font-size: 13px;
  line-height: 0;
}

.full-width-featured-story .featured-story-text .btn-primary:hover {
  opacity: 0.7;
  background: #236192;
}

.full-width-featured-story .featured-story-text hr {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin: 12px 0 19px;
  width: 50px;
  text-align: left;
}

.full-width-featured-story .featured-story-text p {
  font-size: 16px;
}

.full-width-featured-story .inside {
  margin-top: 20px;
  margin-bottom: 20px;
}

.full-width-featured-story .row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .full-width-featured-story .featured-story-image {
    min-height: 407px;
  }

  .full-width-featured-story
    .featured-story-image
    .featured-story-image-reference {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 150px;
  }

  .full-width-featured-story
    .featured-story-image
    .featured-story-icon-reference {
    position: absolute;
    top: auto;
    bottom: 50px;
    left: 100px;
    width: 50px;
    height: 50px;
  }

  .full-width-featured-story .featured-story-image .overlay {
    top: auto;
    bottom: 50px;
    left: 100px;
  }

  .full-width-featured-story .featured-story-text {
    min-height: 407px;
  }

  .full-width-featured-story .featured-story-text .btn-primary {
    height: 32px;
  }

  .full-width-featured-story .col-height {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top;
  }
}

@media (min-width: 1200px) {
  .full-width-featured-story .featured-story-image {
    min-height: 450px;
  }

  .full-width-featured-story
    .featured-story-image
    .featured-story-image-reference {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 150px;
  }

  .full-width-featured-story
    .featured-story-image
    .featured-story-icon-reference {
    position: absolute;
    top: auto;
    bottom: 50px;
    left: 100px;
    width: 50px;
    height: 50px;
  }

  .full-width-featured-story .featured-story-image .overlay {
    top: auto;
    bottom: 50px;
    left: 100px;
  }

  .full-width-featured-story .featured-story-text {
    min-height: 450px;
    padding: 70px 100px;
  }

  .full-width-featured-story .featured-story-text h3 {
    font-size: 21px;
  }

  .full-width-featured-story .featured-story-text p {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
  }

  .full-width-featured-story .featured-story-text .btn-primary {
    height: 40px;
    font-size: 14px;
    line-height: 25px;
    z-index: 3;
    padding: 7px 30px 13px;
  }

  .full-width-featured-story .featured-story-text .btn-primary p {
    font-size: 14px;
    line-height: 25px;
  }
}

@font-face {
  font-family: 'glyphicons';
  src: url('fonts/glyphicons/glyphicons.eot');
  src: url('fonts/glyphicons/glyphicons.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/glyphicons.woff') format('woff'),
    url('fonts/glyphicons/glyphicons.woff') format('truetype'),
    url('fonts/glyphicons/glyphicons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-bold';
  src: url('fonts/gotham/bold.eot');
  src: url('fonts/gotham/bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/bold.woff') format('woff'),
    url('fonts/gotham/bold.woff') format('truetype'),
    url('fonts/gotham/bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book';
  src: url('fonts/gotham/book.eot');
  src: url('fonts/gotham/book.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book.woff') format('woff'),
    url('fonts/gotham/book.woff') format('truetype'),
    url('fonts/gotham/book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book-italic';
  src: url('fonts/gotham/book-italic.eot');
  src: url('fonts/gotham/book-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book-italic.woff') format('woff'),
    url('fonts/gotham/book-italic.woff') format('truetype'),
    url('fonts/gotham/book-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-light';
  src: url('fonts/gotham/light.eot');
  src: url('fonts/gotham/light.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/light.woff') format('woff'),
    url('fonts/gotham/light.ttf') format('truetype'),
    url('fonts/gotham/light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium';
  src: url('fonts/gotham/medium.eot');
  src: url('fonts/gotham/medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium.woff') format('woff'),
    url('fonts/gotham/medium.ttf') format('truetype'),
    url('fonts/gotham/medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium-italic';
  src: url('fonts/gotham/medium-italic.eot');
  src: url('fonts/gotham/medium-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium-italic.woff') format('woff'),
    url('fonts/gotham/medium-italic.ttf') format('truetype'),
    url('fonts/gotham/medium-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-thin';
  src: url('fonts/gotham/thin.eot');
  src: url('fonts/gotham/thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/thin.woff') format('woff'),
    url('fonts/gotham/thin.ttf') format('truetype'),
    url('fonts/gotham/thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-italic';
  src: url('fonts/gotham/italic.eot');
  src: url('fonts/gotham/italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/italic.woff') format('woff'),
    url('fonts/gotham/italic.ttf') format('truetype'),
    url('fonts/gotham/italic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'slick';
  src: url('fonts/glyphicons/slick.eot');
  src: url('fonts/glyphicons/slick.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/slick.woff') format('woff'),
    url('fonts/glyphicons/slick.ttf') format('truetype'),
    url('fonts/glyphicons/slick.svg#slick') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon/icomoon.eot');
  src: url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
    url('fonts/icomoon/icomoon.woff') format('woff'),
    url('fonts/icomoon/icomoon.woff') format('truetype'),
    url('fonts/icomoon/icomoon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-regular';
  src: url('fonts/aleo/Aleo-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold';
  src: url('fonts/aleo/Aleo-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold-italic';
  src: url('fonts/aleo/Aleo-BoldItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-italic';
  src: url('fonts/aleo/Aleo-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-light';
  src: url('fonts/aleo/Aleo-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-light-italic';
  src: url('fonts/aleo/Aleo-LightItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

.white-search-card-bk {
  background: #fff;
  radius: 0;
  -moz-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
}

.white-dropdown-sheet-bk {
  background: rgba(255, 255, 255, 0.85);
  radius: 0;
  -moz-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
}

.input-field-grey {
  background: #f2f2f2;
  border: 1pt inside solid #d4d4d4;
  radius: 0;
}

.input-field-grey-selected {
  background: #f2f2f2;
  border: 1pt inside solid #9b9b9b;
  radius: 0;
}

.radio {
  background: 0;
  border: 2pt inside solid #dadada;
  radius: 0;
}

.radio-selected {
  background: #4471a5;
  border: 2pt inside solid #d4d4d4;
  radius: 0;
}

.external {
  padding: 1.4em;
  background-color: #fff;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.external iframe {
  border: 0;
}

@media (max-width: 670px) {
  .external iframe {
    width: 100%;
    height: 645px;
  }
}

.placeholder-label {
  display: none;
  visibility: hidden;
}

.aem-AuthorLayer-Edit .placeholder-label {
  display: block;
  visibility: visible;
}

.aem-AuthorLayer-Edit #double-centered-text-promo {
  max-height: 500px;
}

.aem-AuthorLayer-Edit #double-centered-text-promo p.button {
  position: relative;
  left: 0;
}

#double-centered-text-promo {
  background-color: #003e7d;
  padding: 76px 0;
}

#double-centered-text-promo p.button {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  min-height: 50px;
  background-color: transparent;
  border: 1px solid #fff;
  line-height: 2em;
  width: 55%;
}

#double-centered-text-promo p.button .btn {
  color: #fff;
  white-space: normal;
}

#double-centered-text-promo p.description {
  padding-bottom: 40px;
  font-size: 18px;
}

#double-centered-text-promo [class*='col-'] {
  text-align: center;
}

#double-centered-text-promo [class*='col-'] hr {
  border-top: 1px solid #5185bc;
  width: 50px;
  margin: 20px auto;
}

#double-centered-text-promo .divider-column .hr-vertical {
  border: 0;
  border-left: 1px solid #75a1d2;
  height: 25vh;
  width: 1px;
}

#double-centered-text-promo .divider-column .hr-horizontal {
  border: 0;
  border-top: 1px solid #5185bc;
  width: 80%;
  height: 1px;
}

@media only screen and (min-width: 768px) {
  #double-centered-text-promo .divider-column {
    position: relative;
  }

  #double-centered-text-promo .divider-column:after {
    content: '';
    position: absolute;
    border-right: 1px solid #75a1d2;
    height: 80%;
    width: 7%;
    transform: translateX(-50%);
  }

  #double-centered-text-promo .row {
    display: table;
  }

  #double-centered-text-promo [class*='col-'] {
    float: none;
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding-bottom: 50px;
    text-align: center;
  }

  #double-centered-text-promo p.button {
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 33%;
    width: 35%;
  }
}

@font-face {
  font-family: 'glyphicons';
  src: url('fonts/glyphicons/glyphicons.eot');
  src: url('fonts/glyphicons/glyphicons.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/glyphicons.woff') format('woff'),
    url('fonts/glyphicons/glyphicons.woff') format('truetype'),
    url('fonts/glyphicons/glyphicons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-bold';
  src: url('fonts/gotham/bold.eot');
  src: url('fonts/gotham/bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/bold.woff') format('woff'),
    url('fonts/gotham/bold.woff') format('truetype'),
    url('fonts/gotham/bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book';
  src: url('fonts/gotham/book.eot');
  src: url('fonts/gotham/book.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book.woff') format('woff'),
    url('fonts/gotham/book.woff') format('truetype'),
    url('fonts/gotham/book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-book-italic';
  src: url('fonts/gotham/book-italic.eot');
  src: url('fonts/gotham/book-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/book-italic.woff') format('woff'),
    url('fonts/gotham/book-italic.woff') format('truetype'),
    url('fonts/gotham/book-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-light';
  src: url('fonts/gotham/light.eot');
  src: url('fonts/gotham/light.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/light.woff') format('woff'),
    url('fonts/gotham/light.ttf') format('truetype'),
    url('fonts/gotham/light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium';
  src: url('fonts/gotham/medium.eot');
  src: url('fonts/gotham/medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium.woff') format('woff'),
    url('fonts/gotham/medium.ttf') format('truetype'),
    url('fonts/gotham/medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-medium-italic';
  src: url('fonts/gotham/medium-italic.eot');
  src: url('fonts/gotham/medium-italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/medium-italic.woff') format('woff'),
    url('fonts/gotham/medium-italic.ttf') format('truetype'),
    url('fonts/gotham/medium-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-thin';
  src: url('fonts/gotham/thin.eot');
  src: url('fonts/gotham/thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/thin.woff') format('woff'),
    url('fonts/gotham/thin.ttf') format('truetype'),
    url('fonts/gotham/thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-gotham-italic';
  src: url('fonts/gotham/italic.eot');
  src: url('fonts/gotham/italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/italic.woff') format('woff'),
    url('fonts/gotham/italic.ttf') format('truetype'),
    url('fonts/gotham/italic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'slick';
  src: url('fonts/glyphicons/slick.eot');
  src: url('fonts/glyphicons/slick.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons/slick.woff') format('woff'),
    url('fonts/glyphicons/slick.ttf') format('truetype'),
    url('fonts/glyphicons/slick.svg#slick') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon/icomoon.eot');
  src: url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
    url('fonts/icomoon/icomoon.woff') format('woff'),
    url('fonts/icomoon/icomoon.woff') format('truetype'),
    url('fonts/icomoon/icomoon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-regular';
  src: url('fonts/aleo/Aleo-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold';
  src: url('fonts/aleo/Aleo-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-bold-italic';
  src: url('fonts/aleo/Aleo-BoldItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-italic';
  src: url('fonts/aleo/Aleo-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'on-aleo-light';
  src: url('fonts/aleo/Aleo-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'on-aleo-light-italic';
  src: url('fonts/aleo/Aleo-LightItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

.white-search-card-bk {
  background: #fff;
  radius: 0;
  -moz-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 1pt 1pt rgba(68, 68, 68, 0.5);
}

.white-dropdown-sheet-bk {
  background: rgba(255, 255, 255, 0.85);
  radius: 0;
  -moz-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  -webkit-box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
  box-shadow: 0 2pt 2pt rgba(68, 68, 68, 0.5);
}

.input-field-grey {
  background: #f2f2f2;
  border: 1pt inside solid #d4d4d4;
  radius: 0;
}

.input-field-grey-selected {
  background: #f2f2f2;
  border: 1pt inside solid #9b9b9b;
  radius: 0;
}

.radio {
  background: 0;
  border: 2pt inside solid #dadada;
  radius: 0;
}

.radio-selected {
  background: #4471a5;
  border: 2pt inside solid #d4d4d4;
  radius: 0;
}

.external {
  padding: 1.4em;
  background-color: #fff;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.external iframe {
  border: 0;
}

@media (max-width: 670px) {
  .external iframe {
    width: 100%;
    height: 645px;
  }
}

.placeholder-label {
  display: none;
  visibility: hidden;
}

.aem-AuthorLayer-Edit .placeholder-label {
  display: block;
  visibility: visible;
}

body[data-page-locale='ca_fr']
  .dot-selector-slider
  #plan-buttons-frame
  #plan-buttons
  li
  div.big-button
  span.btn-label {
  font-size: 16px;
}

@media (max-width: 767px) {
  body[data-page-locale='ca_fr']
    .dot-selector-slider
    #plan-buttons-frame
    #plan-buttons
    li
    div.big-button
    span.btn-label {
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  body[data-page-locale='ca_fr']
    .dot-selector-slider
    #plan-buttons-frame
    #plan-buttons
    li
    div.big-button
    span.btn-label {
    font-size: 14px;
  }
}

@media (max-width: 414px) {
  body[data-page-locale='ca_fr']
    .dot-selector-slider
    #plan-buttons-frame
    #plan-buttons
    li
    div.big-button
    span.btn-label {
    font-size: 12px;
  }
}

.dot-selector-slider {
  font-family: 'on-gotham-book', Helvetica Neue, Arial, sans-serif;
}

.dot-selector-slider a.disclaimer {
  color: #003e7e !important;
}

.dot-selector-slider .transition-off {
  -webkit-transition: none !important;
  transition: none !important;
}

.dot-selector-slider .new {
  margin: 0;
}

.dot-selector-slider .new.section,
.dot-selector-slider cq:empty {
  display: none !important;
  height: 0 !important;
}

.dot-selector-slider .clr {
  clear: both;
}

.dot-selector-slider #plans-pointer {
  width: 50px;
  height: 50px;
  position: absolute;
  margin-top: 55px;
  margin-left: 123.5px;
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
  overflow: hidden;
  padding-top: 35px;
  z-index: 1;
  bottom: 0;
}

.dot-selector-slider #plans-pointer div {
  background: #f7f7f7;
  width: inherit;
  height: inherit;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  z-index: 1;
}

.dot-selector-slider #plans-pointer div + div {
  z-index: 0;
  background: #fff;
}

.dot-selector-slider #plans-pointer.static {
  position: static;
}

.dot-selector-slider .paginator.top {
  width: 26px;
  height: 50px;
  position: absolute;
  left: 0;
  margin: 253px 0 0 12px;
  cursor: pointer;
  z-index: 20;
}

.dot-selector-slider .paginator.top img {
  height: 50px;
}

.dot-selector-slider .paginator.top.right {
  left: auto;
  right: 0;
  margin-right: 12px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dot-selector-slider .paginator.hideit {
  visibility: hidden;
}

.dot-selector-slider .paginator.top.sub-head-show {
  margin-top: 372px;
}

.dot-selector-slider .paginator.top.sub-head-show.single {
  margin-top: 324px;
}

.dot-selector-slider #plan-buttons-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 495px;
  background: #003e7e;
  font-family: 'on-gotham-book', Helvetica Neue, Arial, sans-serif;
}

.dot-selector-slider #plan-buttons-frame ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: auto;
}

.dot-selector-slider #plan-buttons-frame ul li {
  float: left;
  margin: 0;
}

.dot-selector-slider #plan-buttons-frame .plan-buttons-frame-overlay {
  position: absolute;
  background-color: #003e7e;
  opacity: 0.7;
  width: inherit;
  height: inherit;
}

.dot-selector-slider
  #plan-buttons-frame
  .plan-buttons-frame-overlay.hide-image-overlay {
  display: none;
}

.dot-selector-slider #plan-buttons-frame .gradient {
  background-image: linear-gradient(
    90deg,
    rgba(0, 62, 126, 0.8),
    rgba(0, 62, 126, 0) 100%
  );
  height: inherit;
  position: absolute;
  width: 80px;
}

.dot-selector-slider #plan-buttons-frame .gradient.right-end {
  right: 0;
  background-image: linear-gradient(
    270deg,
    rgba(0, 62, 126, 0.8),
    rgba(0, 62, 126, 0) 100%
  );
}

.dot-selector-slider #plan-buttons-frame nav {
  width: 200%;
  margin-left: 0;
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
}

.dot-selector-slider #plan-buttons-frame nav.fixed-nav {
  margin: 0 auto;
}

.dot-selector-slider #plan-buttons-frame nav.left-trans {
  margin-left: 0;
}

.dot-selector-slider #plan-buttons-frame nav.right-trans {
  margin-left: -100%;
}

.dot-selector-slider #plan-buttons-frame #header {
  margin: 56px 0 46px;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 48px;
  font-family: 'on-gotham-light';
}

.dot-selector-slider #plan-buttons-frame #header + hr {
  width: 60px;
  margin: 12px auto 2px;
  opacity: 0.3;
  border-top: 2px #fff solid;
}

.dot-selector-slider #plan-buttons-frame .sub-head-hide {
  display: none;
}

.dot-selector-slider #plan-buttons-frame #plan-buttons {
  font-size: 24px;
}

.dot-selector-slider #plan-buttons-frame #plan-buttons li {
  width: 9.3%;
  width: 10%;
  color: #000;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.dot-selector-slider #plan-buttons-frame #plan-buttons li div.big-button {
  border-radius: 108px;
  border-width: 8px;
  border-color: #003e7e;
  background: #fff;
  color: #003e7e;
  width: 196px;
  height: 196px;
  display: inline-block;
}

.dot-selector-slider
  #plan-buttons-frame
  #plan-buttons
  li
  div.big-button
  span.btn-label {
  border-radius: 108px;
  width: 182px;
  font-family: 'on-gotham-medium', Helvetica Neue, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  margin: auto;
  transform: translateY(-50%);
  margin-top: 50%;
}

.dot-selector-slider
  #plan-buttons-frame
  #plan-buttons
  li
  div.big-button
  span.hoverlay {
  display: block;
  position: absolute;
  width: inherit;
  height: inherit;
  background: #003e7e;
  padding: 0;
  margin: 0;
  border-radius: 108px;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
  opacity: 0.2;
}

.dot-selector-slider #plan-buttons-frame #plan-buttons li.last {
  border: 0;
}

.dot-selector-slider
  #plan-buttons-frame
  #plan-buttons
  li.last-clicked
  div.big-button {
  border: 2px solid transparent;
  box-shadow: inset 0 0 0 2px;
}

.dot-selector-slider
  #plan-buttons-frame
  #plan-buttons
  li.last-clicked
  div.big-button
  span.hoverlay {
  opacity: 0;
}

.dot-selector-slider
  #plan-buttons-frame
  #plan-buttons
  li:hover
  div.big-button
  span.hoverlay {
  opacity: 0;
}

.dot-selector-slider #plan-buttons-frame div.indicator {
  width: 100%;
  position: absolute;
  margin: 434px auto 0;
}

.dot-selector-slider #plan-buttons-frame div.indicator ul#little-buttons {
  width: 13%;
  margin: 0 auto;
  display: block;
  padding: 0;
}

.dot-selector-slider #plan-buttons-frame div.indicator ul#little-buttons li {
  float: left;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.dot-selector-slider
  #plan-buttons-frame
  div.indicator
  ul#little-buttons
  li
  div {
  height: 15px;
  width: 15px;
  border-radius: 108px;
  background: #fff;
  margin: 0 4px;
}

.dot-selector-slider
  #plan-buttons-frame
  div.indicator
  ul#little-buttons
  li.current-dot {
  opacity: 1;
}

.dot-selector-slider #plan-buttons-frame.sub-head-show {
  height: 613px;
}

.dot-selector-slider #plan-buttons-frame.sub-head-show #header {
  margin: 58px 0 0 0;
}

.dot-selector-slider #plan-buttons-frame.sub-head-show #subheader {
  display: block;
  width: 60%;
  text-align: center;
  font-family: 'on-gotham-light';
  font-size: 26px;
  margin: 0 auto 53px;
}

.dot-selector-slider #plan-buttons-frame.sub-head-show #plans-pointer {
  margin-top: 71px;
}

.dot-selector-slider #plan-buttons-frame.sub-head-show div.indicator {
  margin: 554px auto 0;
}

.dot-selector-slider #plan-buttons-frame.sub-head-show.single {
  height: 568px;
}

.dot-selector-slider #plan-buttons-frame.sub-head-show.single div.indicator {
  margin-top: 488px;
}

.dot-selector-slider #plan-buttons-frame.background-image {
  background: transparent;
}

.dot-selector-slider #plan-buttons-frame.background-image #plans-pointer div {
  background: #fff;
}

.dot-selector-slider
  #plan-buttons-frame.background-image
  .background-image-container {
  height: inherit;
  width: inherit;
  position: absolute;
  background-repeat: no-repeat !important;
}

.dot-selector-slider
  #plan-buttons-frame.background-image
  .plan-buttons-frame-overlay {
  background-color: #003e7e;
  opacity: 0.7;
  top: 0;
  position: absolute;
  width: inherit;
  height: inherit;
  z-index: -1;
}

.dot-selector-slider
  #plan-buttons-frame.background-image
  .plan-buttons-frame-overlay.hide-image-overlay {
  display: none;
}

.dot-selector-slider #plans-sections-window {
  background: #fff;
  width: 100%;
  overflow: hidden;
}

.dot-selector-slider #plans-sections-window #plans-sections-container {
  min-width: 1000%;
  height: auto;
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
}

.dot-selector-slider
  #plans-sections-window
  #plans-sections-container
  .blue-button-parent-p {
  text-align: center;
}

.dot-selector-slider
  #plans-sections-window
  #plans-sections-container
  .blue-button-parent-p
  .btn {
  background: #003e7e !important;
  color: white !important;
  text-transform: uppercase !important;
}

.dot-selector-slider
  #plans-sections-window
  #plans-sections-container
  .btn:hover {
  opacity: 0.7 !important;
  background: #236192 !important;
}

.dot-selector-slider #plans-sections-window section.plan-page {
  width: 10%;
  height: 200px;
  height: auto;
  min-height: 400px;
  float: left;
}

.dot-selector-slider #plans-sections-window section.plan-page .plan-content {
  color: #444;
}

.dot-selector-slider
  #plans-sections-window
  section.plan-page
  .plan-content
  .textbox-master
  + .textbox-with-promo {
  padding: 0 0 70px 0;
}

.dot-selector-slider
  #plans-sections-window
  section.plan-page
  .plan-content
  .textbox-with-promo
  + .textbox-master {
  padding: 0 0 70px;
}

.dot-selector-slider #plans-sections-window section.plan-page .plan-content hr {
  border-top: 1px solid #003e7e;
  background: #003e7e;
  width: 220px;
  margin: 40px auto 40px 0;
}

.dot-selector-slider
  #plans-sections-window
  section.plan-page
  .plan-content
  .content-header {
  font-family: 'on-gotham-medium', Helvetica Neue, Arial, sans-serif;
  font-size: 30px;
  width: auto;
  margin: auto;
  text-align: left;
  display: block;
  line-height: 40px;
}

.dot-selector-slider
  #plans-sections-window
  section.plan-page
  .plan-content
  .row
  article,
.dot-selector-slider
  #plans-sections-window
  section.plan-page
  .plan-content
  .row
  aside {
  float: left;
  width: 50%;
}

.dot-selector-slider
  #plans-sections-window
  section.plan-page
  .plan-content
  .row
  article
  header,
.dot-selector-slider
  #plans-sections-window
  section.plan-page
  .plan-content
  .row
  aside
  header {
  text-align: left;
  font-size: 28px;
}

.dot-selector-slider
  #plans-sections-window
  section.plan-page
  .plan-content
  .row
  article {
  border-right: 1px solid #003e7e;
  padding-right: 40px;
  width: 70%;
}

.dot-selector-slider
  #plans-sections-window
  section.plan-page
  .plan-content
  .row
  article
  .article-header {
  font-size: 24px;
}

.dot-selector-slider
  #plans-sections-window
  section.plan-page
  .plan-content
  .row
  aside {
  padding-left: 40px;
  margin-top: 40px;
  width: 220px;
}

.dot-selector-slider
  #plans-sections-window
  section.plan-page
  .plan-content
  .row
  aside
  .aside-header {
  font-family: 'on-gotham-bold', Helvetica Neue, Arial, sans-serif;
  color: #003e7e;
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 15px;
}

.dot-selector-slider
  #plans-sections-window
  section.plan-page
  .plan-content
  .row
  aside
  p {
  margin: 0;
  line-height: 20px;
}

.dot-selector-slider
  #plans-sections-window
  section.plan-page
  .plan-content
  .column
  ul
  li {
  float: none;
}

.dot-selector-slider #plans-sections-window section.plan-page .plan-content * {
  position: relative;
  z-index: 10;
  background: transparent !important;
}

@media (max-width: 1366px) and (orientation: landscape) {
  .dot-selector-slider .paginator.top.left {
    margin-left: 8px;
  }

  .dot-selector-slider .paginator.top.right {
    margin-right: 8px;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .dot-selector-slider #plan-buttons-frame.sub-head-show.triple {
    height: 465px;
  }

  .dot-selector-slider #plan-buttons-frame.sub-head-show.triple div.indicator {
    margin-top: 398px;
  }
}

@media (max-width: 1199px), (max-width: 740px) and (orientation: landscape) {
  .dot-selector-slider .paginator.top {
    margin: 126px 0 0 6px;
    height: 150px;
    width: 50px;
  }

  .dot-selector-slider .paginator.top.right {
    margin-right: 6px;
  }

  .dot-selector-slider .paginator.top img {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
  }

  .dot-selector-slider #plan-buttons-frame {
    height: 370px;
  }

  .dot-selector-slider #plan-buttons-frame #plans-pointer {
    padding-top: 13px;
    bottom: auto;
    margin-top: 62px;
  }

  .dot-selector-slider #plan-buttons-frame div.indicator {
    margin: 308px auto 0;
  }

  .dot-selector-slider #plan-buttons-frame #header {
    margin: 34px 0;
    font-size: 36px;
  }

  .dot-selector-slider #plan-buttons-frame #header.sub-head-show {
    margin: 22px 0 0;
    line-height: 52px;
  }

  .dot-selector-slider #plan-buttons-frame #subheader.sub-head-show {
    margin: 5px 0 22px;
    width: 100%;
    font-size: 20px;
    padding: 0 30px;
  }

  .dot-selector-slider #plan-buttons-frame #plan-buttons {
    font-size: 18px;
  }

  .dot-selector-slider #plan-buttons-frame #plan-buttons li div.big-button {
    width: 150px;
    height: 150px;
  }

  .dot-selector-slider
    #plan-buttons-frame
    #plan-buttons
    li
    div.big-button
    span.btn-label {
    width: 132px;
    font-size: 12px;
    display: block;
  }

  .dot-selector-slider
    #plan-buttons-frame
    div.indicator
    ul#little-buttons
    li
    div {
    width: 12px;
    height: 12px;
  }

  .dot-selector-slider #plan-buttons-frame.sub-head-show {
    height: 430px;
  }

  .dot-selector-slider #plan-buttons-frame.sub-head-show div.indicator {
    margin-top: 360px;
  }

  .dot-selector-slider #plan-buttons-frame.sub-head-show.single {
    height: 370px;
  }

  .dot-selector-slider #plan-buttons-frame.sub-head-show.single div.indicator {
    margin-top: 326px;
  }

  .dot-selector-slider #plan-buttons-frame.sub-head-show.single #plans-pointer {
    margin-top: 43px;
  }

  .dot-selector-slider #plan-buttons-frame.sub-head-show.triple {
    height: 466px;
  }

  .dot-selector-slider #plan-buttons-frame.sub-head-show.triple div.indicator {
    margin-top: 398px;
  }

  .dot-selector-slider #plans-sections-window section.plan-page .plan-content {
    padding: 20px 80px;
  }

  .dot-selector-slider
    #plans-sections-window
    section.plan-page
    .plan-content
    .content-header {
    font-size: 24px;
  }

  .dot-selector-slider
    #plans-sections-window
    section.plan-page
    .plan-content
    .row
    article
    .article-header {
    font-size: 21px;
  }

  .dot-selector-slider
    #plans-sections-window
    section.plan-page
    .plan-content
    .row
    article
    .article-body {
    font-size: 18px !important;
  }
}

@media (max-width: 768px) {
  .dot-selector-slider
    #plan-buttons-frame
    #plan-buttons
    li
    div.big-button
    span.btn-label {
    font-size: 12px;
  }
}

@media (max-width: 1199px) and (orientation: landscape) {
  .dot-selector-slider
    #plan-buttons-frame
    #plan-buttons
    li
    div.big-button
    span.btn-label {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .dot-selector-slider #plan-buttons-frame #subheader.sub-head-show {
    padding: 0 130px;
  }

  .dot-selector-slider #plan-buttons-frame .gradient {
    width: 60px;
  }
}

@media (max-width: 740px) and (orientation: landscape) {
  .dot-selector-slider #plan-buttons-frame {
    height: 396px;
  }

  .dot-selector-slider #plan-buttons-frame #plans-pointer {
    margin-top: 90px;
  }

  .dot-selector-slider #plan-buttons-frame nav {
    width: 270%;
  }

  .dot-selector-slider #plan-buttons-frame #plan-buttons {
    font-size: 18px;
  }

  .dot-selector-slider #plan-buttons-frame #plan-buttons li div.big-button {
    width: 150px;
    height: 150px;
  }

  .dot-selector-slider #plan-buttons-frame div.indicator {
    margin: 340px auto 0;
  }

  .dot-selector-slider
    #plan-buttons-frame
    div.indicator
    ul#little-buttons
    li
    div {
    width: 10px;
    height: 10px;
    margin: 0 2px;
  }

  .dot-selector-slider #plan-buttons-frame.sub-head-show {
    height: 406px;
  }

  .dot-selector-slider #plan-buttons-frame.sub-head-show #plans-pointer {
    margin-top: 46px;
  }

  .dot-selector-slider
    #plan-buttons-frame.sub-head-show
    #subheader.sub-head-show {
    margin: 5px 0 22px;
    width: 100%;
    font-size: 20px;
    padding: 0 30px;
  }

  .dot-selector-slider #plan-buttons-frame.sub-head-show.triple {
    height: 441px;
  }

  .dot-selector-slider
    #plans-sections-window
    section.plan-page
    .textbox-master
    + .textbox-with-promo {
    padding: 0 0 70px 0;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .dot-selector-slider .paginator.top {
    display: none;
    margin-top: 212px;
  }

  .dot-selector-slider #plan-buttons-frame {
    height: 398px;
  }

  .dot-selector-slider #plan-buttons-frame #plan-buttons li {
    width: 10%;
  }

  .dot-selector-slider #plan-buttons-frame #plans-pointer {
    height: 46px;
    margin-top: 60px;
  }

  .dot-selector-slider #plan-buttons-frame .gradient {
    width: 40px;
  }

  .dot-selector-slider #plan-buttons-frame #header {
    margin: 20px 0;
  }

  .dot-selector-slider #plan-buttons-frame nav {
    width: 450%;
  }

  .dot-selector-slider #plan-buttons-frame #plan-buttons {
    font-size: 18px;
  }

  .dot-selector-slider #plan-buttons-frame #plan-buttons li div.big-button {
    width: 150px;
    height: 150px;
  }

  .dot-selector-slider
    #plan-buttons-frame
    #plan-buttons
    li
    div.big-button
    span.btn-label {
    line-height: 25px !important;
  }

  .dot-selector-slider #plan-buttons-frame #plan-buttons li a:hover {
    background: #fff;
  }

  .dot-selector-slider #plan-buttons-frame #plan-buttons li a:hover span {
    color: #003e7e;
  }

  .dot-selector-slider #plan-buttons-frame #plan-buttons li.last {
    border: 0;
  }

  .dot-selector-slider #plan-buttons-frame div.indicator {
    margin: 350px auto 0;
  }

  .dot-selector-slider
    #plan-buttons-frame
    div.indicator
    ul#little-buttons
    li
    div {
    width: 10px;
    height: 10px;
    margin: 0 2px;
  }

  .dot-selector-slider #plan-buttons-frame.null.single-header {
    height: 392px;
  }

  .dot-selector-slider #plan-buttons-frame.null.single-header #plans-pointer {
    margin-top: 116px;
  }

  .dot-selector-slider
    #plan-buttons-frame.background-image
    .background-image-container {
    background-size: auto 100% !important;
  }

  .dot-selector-slider #plan-buttons-frame.sub-head-show {
    height: 490px;
  }

  .dot-selector-slider #plan-buttons-frame.sub-head-show #plans-pointer {
    height: 46px;
    margin-top: 60px;
  }

  .dot-selector-slider #plan-buttons-frame.sub-head-show div.indicator {
    margin-top: 435px;
  }

  .dot-selector-slider
    #plan-buttons-frame.sub-head-show
    div.indicator
    #little-buttons {
    width: 36%;
  }

  .dot-selector-slider #plan-buttons-frame.sub-head-show #header.sub-head-show {
    margin: 35px 0 0;
    line-height: 42px;
  }

  .dot-selector-slider
    #plan-buttons-frame.sub-head-show
    #subheader.sub-head-show {
    margin: 0 0 36px;
    line-height: 42px;
    padding: 0 30px;
  }

  .dot-selector-slider #plan-buttons-frame.sub-head-show.single {
    height: 450px;
  }

  .dot-selector-slider #plan-buttons-frame.sub-head-show.single div.indicator {
    margin-top: 384px;
  }

  .dot-selector-slider #plan-buttons-frame.sub-head-show.single #plans-pointer {
    margin-top: 60px;
  }

  .dot-selector-slider #plan-buttons-frame.sub-head-show.double {
    height: 402px;
  }

  .dot-selector-slider #plan-buttons-frame.sub-head-show.double #plans-pointer {
    margin-top: 50px;
  }

  .dot-selector-slider #plan-buttons-frame.sub-head-show.double div.indicator {
    margin-top: 342px;
  }

  .dot-selector-slider
    #plan-buttons-frame.sub-head-show.double
    #header.sub-head-show {
    margin: 20px 0 0;
    line-height: 30px;
  }

  .dot-selector-slider
    #plan-buttons-frame.sub-head-show.double
    #subheader.sub-head-show {
    margin: 0 0 14px;
    line-height: 30px;
    padding: 0 30px;
  }

  .dot-selector-slider #plan-buttons-frame.sub-head-show.triple {
    height: 518px;
  }

  .dot-selector-slider #plan-buttons-frame.sub-head-show.triple #plans-pointer {
    margin-top: 46px;
  }

  .dot-selector-slider #plan-buttons-frame.sub-head-show.triple div.indicator {
    margin-top: 470px;
  }

  .dot-selector-slider #plan-buttons-frame.sub-head-show.quadruple {
    height: 563px;
  }

  .dot-selector-slider
    #plan-buttons-frame.sub-head-show.quadruple
    #plans-pointer {
    margin-top: 46px;
  }

  .dot-selector-slider
    #plan-buttons-frame.sub-head-show.quadruple
    div.indicator {
    margin-top: 508px;
  }

  .dot-selector-slider #plan-buttons-frame.sub-head-show.quintuple {
    height: 603px;
  }

  .dot-selector-slider
    #plan-buttons-frame.sub-head-show.quintuple
    #plans-pointer {
    margin-top: 46px;
  }

  .dot-selector-slider
    #plan-buttons-frame.sub-head-show.quintuple
    div.indicator {
    margin-top: 548px;
  }

  .dot-selector-slider #plan-buttons-frame.background-image #plan-buttons li {
    width: 165px;
  }

  .dot-selector-slider
    #plans-sections-window
    #plans-sections-container
    section.plan-page
    .textbox-master
    + .textbox-with-promo {
    padding: 0 0 70px 0;
  }

  .dot-selector-slider
    #plans-sections-window
    #plans-sections-container
    section.plan-page
    .blue-button-parent-p {
    text-align: center;
  }

  .dot-selector-slider
    #plans-sections-window
    #plans-sections-container
    section.plan-page
    .blue-button-parent-p
    .btn {
    width: 278px;
  }

  .dot-selector-slider
    #plans-sections-window
    #plans-sections-container
    section.plan-page
    .plan-content {
    padding: 20px;
  }

  .dot-selector-slider
    #plans-sections-window
    #plans-sections-container
    section.plan-page
    .plan-content
    .content-header {
    font-size: 24px;
  }

  .dot-selector-slider
    #plans-sections-window
    #plans-sections-container
    section.plan-page
    .plan-content
    .row
    article
    header,
  .dot-selector-slider
    #plans-sections-window
    #plans-sections-container
    section.plan-page
    .plan-content
    .row
    aside
    header {
    font-size: 24px;
  }

  .dot-selector-slider
    #plans-sections-window
    #plans-sections-container
    section.plan-page
    .plan-content
    .row
    article {
    border: 0;
    padding-right: 20px;
    width: 100%;
  }

  .dot-selector-slider
    #plans-sections-window
    #plans-sections-container
    section.plan-page
    .plan-content
    .row
    article
    div {
    font-size: 18px;
  }

  .dot-selector-slider
    #plans-sections-window
    #plans-sections-container
    section.plan-page
    .plan-content
    .row
    aside
    .aside-header {
    font-size: 18px;
    line-height: 22px;
  }

  .dot-selector-slider
    #plans-sections-window
    #plans-sections-container
    section.plan-page
    .plan-content
    .row
    aside
    p {
    margin: 0;
    line-height: 20px;
  }

  .dot-selector-slider
    #plans-sections-window
    #plans-sections-container
    section.plan-page
    .chart_section {
    padding: 0;
  }
}

@media (max-width: 320px) and (orientation: portrait) {
  .dot-selector-slider #plan-buttons-frame {
    height: 384px;
  }

  .dot-selector-slider #plan-buttons-frame #header {
    font-size: 32px;
    margin: 50px 0;
  }

  .dot-selector-slider #plan-buttons-frame #plan-buttons li div.big-button {
    width: 130px;
    height: 130px;
  }

  .dot-selector-slider
    #plan-buttons-frame
    #plan-buttons
    li
    div.big-button
    span.btn-label {
    font-size: 12px !important;
    width: inherit;
  }

  .dot-selector-slider
    #plan-buttons-frame
    #plan-buttons
    li
    div.big-button
    span.double {
    width: 122px;
  }
}

.dot-selector-slider + .textbox-master {
  padding-top: 40px;
}

.paginator.page {
  width: 45px;
  height: 100px;
  position: fixed;
  left: 0;
  margin: 0 0 0 10px;
  cursor: pointer;
  z-index: 15;
  top: 50%;
  opacity: 1;
  -webkit-transition: opacity 0.2s, margin 0.4s;
  transition: opacity 0.2s, margin 0.4s;
}

.paginator.page.right {
  left: auto;
  right: 0;
  margin: 0 10px 0 0;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.paginator.page.hideit {
  opacity: 0;
  visibility: visible;
  pointer-events: none;
}

.paginator.page.fadeItIn {
  visibility: visible;
}

.paginator.page.left {
  margin-left: 10px;
}

.paginator.page.left.at-limit {
  margin-left: -100px;
  visibility: visible;
}

.paginator.page.left {
  margin-right: 10px;
}

.paginator.page.right.at-limit {
  margin-right: -100px;
}

.on-ArticlesList .on-ArticlesList__list {
  list-style: none none;
  padding: 0;
}

.on-ArticlesList__item {
  margin-top: 15px;
}

.on-ArticlesList__item:nth-child(3n + 1) {
  clear: left;
}

#awesome-banner {
  height: 800px;
  height: 70vh;
  max-height: 1200px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#awesome-banner .inner {
  background: linear-gradient(
    -180deg,
    rgba(34, 34, 34, 0) 0,
    rgba(34, 34, 34, 0.1) 49%,
    rgba(34, 34, 34, 0.25) 76%,
    rgba(34, 34, 34, 0.5) 100%
  );
  font-family: 'on-gotham-light';
  padding: 5% 7%;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 99;
}

#awesome-banner .inner h1 {
  width: 50%;
  font-size: 48px;
  font-weight: normal;
}

@media (max-width: 992px) {
  #awesome-banner .inner h1 {
    font-size: 46px;
    font-weight: normal;
  }
}

@media (max-width: 1200px) {
  #awesome-banner .inner h1 {
    width: 75%;
  }
}

@media (max-width: 768px) {
  #awesome-banner .inner h1 {
    width: 100%;
    font-size: 42px;
    font-weight: normal;
  }
}

@media only screen and (max-width: 480px) {
  #awesome-banner .inner {
    padding-bottom: 64px;
  }
}

#awesome-banner::before {
  content: '';
  background: linear-gradient(
    -180deg,
    rgba(34, 34, 34, 0.5) 0,
    rgba(34, 34, 34, 0.25) 49%,
    rgba(34, 34, 34, 0.1) 76%,
    rgba(34, 34, 34, 0) 100%
  );
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-height: 450px) and (orientation: landscape) {
  #awesome-banner {
    height: 50vh;
  }
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.disclaimer i {
  display: none;
}

.disclaimer-box {
  position: fixed;
  top: 100%;
  z-index: 9999;
  margin-top: 0;
  padding-bottom: 100px;
  width: 100%;
  text-align: center;
  -webkit-transition: margin-top 400ms cubic-bezier(0.035, 0.665, 0.425, 1),
    height 400ms cubic-bezier(0.035, 0.665, 0.425, 1);
  -moz-transition: margin-top 400ms cubic-bezier(0.035, 0.665, 0.425, 1),
    height 400ms cubic-bezier(0.035, 0.665, 0.425, 1);
  -o-transition: margin-top 400ms cubic-bezier(0.035, 0.665, 0.425, 1),
    height 400ms cubic-bezier(0.035, 0.665, 0.425, 1);
  transition: margin-top 400ms cubic-bezier(0.035, 0.665, 0.425, 1),
    height 400ms cubic-bezier(0.035, 0.665, 0.425, 1);
}

.disclaimer-box .inner {
  padding-bottom: 100px;
  background: rgba(69, 110, 169, 0.95);
}

.disclaimer-box .box {
  padding: 0;
  color: #fff;
  width: 760px;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .disclaimer-box .box {
    width: 544px;
  }
}

@media only screen and (max-width: 767px) {
  .disclaimer-box .box {
    width: 320px;
  }

  .disclaimer-box .disclaimer-message {
    padding: 0;
    line-height: 15px;
  }
}

@media (max-width: 740px) and (orientation: landscape) {
  .disclaimer-box .box {
    width: 540px;
  }

  .disclaimer-box .disclaimer-message {
    padding: 0 0 0;
    line-height: 15px;
  }
}

.disclaimer-box a {
  color: #d6d6d6;
}

.disclaimer-box p {
  margin: 0;
}

.disclaimer-box .exit {
  display: block;
  cursor: pointer;
  height: 40px;
  width: 40px;
  margin: 0 auto 20px;
  border-radius: 20px;
}

.disclaimer-box .exit img {
  width: inherit;
  height: inherit;
}

.disclaimer-box .exit:hover {
  text-decoration: none;
}

.disclaimer-box span.disclaimer-key {
  visibility: hidden;
  display: block;
  height: 20px;
}

.box.disclaimerContent .new.section {
  display: none;
}

.aem-AuthorLayer-Edit .disclaimer-box,
.disclaimer-box.authorable {
  position: static;
  margin-top: 200px;
}

.aem-AuthorLayer-Edit .disclaimer-box p,
.disclaimer-box.authorable p {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.aem-AuthorLayer-Edit .disclaimer-box span.disclaimer-key,
.disclaimer-box.authorable span.disclaimer-key {
  font-size: 18px;
  color: #9dc5ff;
  text-transform: bold;
  display: block;
}

.box.disclaimerContent .new.section {
  display: none;
}

.aem-AuthorLayer-Edit .responsivegrid-nbmdisclaimer {
  display: none !important;
  visibility: hidden !important;
}

.aem-AuthorLayer-structure .responsivegrid-nbmdisclaimer {
  background-color: #000;
}

.aem-AuthorLayer-Preview .responsivegrid-nbmdisclaimer {
  display: none !important;
  visibility: hidden !important;
}
