@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/* --------------------------------------------------
 	Theme
  * -------------------------------------------------- */
html, body, h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6, p, small,
.small p > small,
p > .small {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }

.panel-heading a .icon:after {
  -webkit-filter: saturate(0%) brightness(190%);
  filter: saturate(0%) brightness(190%); }

.panel-heading a[aria-expanded="true"] .icon:after {
  -webkit-filter: saturate(0%) brightness(1000%);
  filter: saturate(0%) brightness(1000%); }

.panel-contact:hover .icon-chevron:after {
  -webkit-filter: none;
  filter: none; }

/* Fonts */
/**
 * @license
 * MyFonts Webfont Build ID 3106103, 2015-10-11T18:28:38-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: FF Mark Web Italic by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/mark/ot-italic/
 *
 * Webfont: FF Mark Web Bold Italic by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/mark/ot-bold-italic/
 *
 * Webfont: FF Mark Web Bold by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/mark/ot-bold/
 *
 * Webfont: FF Mark Web Light Italic by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/mark/ot-light-italic/
 *
 * Webfont: FF Mark Web Light by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/mark/ot-light/
 *
 * Webfont: FF Mark Web Medium Italic by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/mark/ot-medium-italic/
 *
 * Webfont: FF Mark Web Medium by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/mark/ot-medium/
 *
 * Webfont: FF Mark Web by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/mark/ot-regular/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3106103
 * Licensed pageviews: 50,000
 * Webfonts copyright: 2013 published by FontShop International GmbH
 *
 * © 2015 MyFonts Inc
*/
@font-face {
  font-family: 'FFMarkWeb';
  src: url("clientlibs-css/fonts/mark/2F6537_4_0.eot");
  src: url("clientlibs-css/fonts/mark/2F6537_4_0.eot?#iefix") format("embedded-opentype"), url("clientlibs-css/fonts/mark/2F6537_4_0.woff2") format("woff2"), url("clientlibs-css/fonts/mark/2F6537_4_0.woff") format("woff"), url("clientlibs-css/fonts/mark/2F6537_4_0.ttf") format("truetype");
  font-weight: 300; }

@font-face {
  font-family: 'FFMarkWeb';
  src: url("clientlibs-css/fonts/mark/2F6537_6_0.eot");
  src: url("clientlibs-css/fonts/mark/2F6537_6_0.eot?#iefix") format("embedded-opentype"), url("clientlibs-css/fonts/mark/2F6537_6_0.woff2") format("woff2"), url("clientlibs-css/fonts/mark/2F6537_6_0.woff") format("woff"), url("clientlibs-css/fonts/mark/2F6537_6_0.ttf") format("truetype");
  font-weight: 500; }

@font-face {
  font-family: 'FFMarkWeb';
  src: url("clientlibs-css/fonts/mark/2F6537_7_0.eot");
  src: url("clientlibs-css/fonts/mark/2F6537_7_0.eot?#iefix") format("embedded-opentype"), url("clientlibs-css/fonts/mark/2F6537_7_0.woff2") format("woff2"), url("clientlibs-css/fonts/mark/2F6537_7_0.woff") format("woff"), url("clientlibs-css/fonts/mark/2F6537_7_0.ttf") format("truetype");
  font-weight: 400; }

@font-face {
  font-family: 'FFMarkBook';
  src: url("clientlibs-css/fonts/mark/3845CD_0_0.eot");
  src: url("clientlibs-css/fonts/mark/3845CD_0_0.eot?#iefix") format("embedded-opentype"), url("clientlibs-css/fonts/mark/3845CD_0_0.woff2") format("woff2"), url("clientlibs-css/fonts/mark/3845CD_0_0.woff") format("woff"), url("clientlibs-css/fonts/mark/3845CD_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'FFMarkHeavy';
  src: url("clientlibs-css/fonts/mark/3845CD_1_0.eot");
  src: url("clientlibs-css/fonts/mark/3845CD_1_0.eot?#iefix") format("embedded-opentype"), url("clientlibs-css/fonts/mark/3845CD_1_0.woff2") format("woff2"), url("clientlibs-css/fonts/mark/3845CD_1_0.woff") format("woff"), url("clientlibs-css/fonts/mark/3845CD_1_0.ttf") format("truetype"); }

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

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; }
  header, footer, .breadcrumb-wrapper {
    display: none; }
  button.js-open-add-product-to-list {
    display: none !important; }
  .comp-banner .image.col-md-6, .comp-banner .comp-tiles.col-2 .image.col, .comp-tiles.col-2 .comp-banner .image.col {
    width: 45%;
    float: right; }
  .comp-banner .copy.col-md-6, .comp-banner .comp-tiles.col-2 .copy.col, .comp-tiles.col-2 .comp-banner .copy.col {
    width: 50%;
    float: left; }
    .comp-banner .copy.col-md-6 .copy-inner, .comp-banner .comp-tiles.col-2 .copy.col .copy-inner, .comp-tiles.col-2 .comp-banner .copy.col .copy-inner {
      background: #004778;
      color: white; }
  .comp-article {
    display: table; }
    .comp-article .intro-row .col-sm-8, .comp-article .product-info-row .col-sm-8 {
      width: 60%;
      float: left; }
    .comp-article .intro-row .col-sm-4, .comp-article .product-info-row .col-sm-4 {
      width: 40%;
      float: right;
      color: #fff;
      font-weight: 300;
      background-color: #ea3e4f; }
    .comp-article .related-page-tile {
      display: none; }
  .comp-article .copy {
    padding: 0 !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("clientlibs-css/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("clientlibs-css/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("clientlibs-css/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("clientlibs-css/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("clientlibs-css/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("clientlibs-css/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "FFMarkWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #004778;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0074c5;
    text-decoration: none; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive, .comp-article .cq-dd-image {
  display: block;
  max-width: 100%;
  height: auto; }

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -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: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.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: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 21px;
  margin-bottom: 10.5px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

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

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

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

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

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

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

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

p {
  margin: 0 0 10.5px;
  font-weight: 300; }

.lead, .forgot-password h4 {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4; }
  .full-width .lead, .full-width .forgot-password h4, .forgot-password .full-width h4 {
    font-size: 20px;
    font-weight: 400; }
  @media (min-width: 768px) {
    .lead, .forgot-password h4 {
      font-size: 20px; }
      .full-width .lead, .full-width .forgot-password h4, .forgot-password .full-width h4 {
        font-size: 24px; } }

small,
.small p > small,
p > .small {
  font-weight: 300;
  font-size: 73%;
  display: inline-block; }

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

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

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

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

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

.text-dark-primary {
  color: #004778; }

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

.text-dark {
  color: #000; }

a.text-dark:hover,
a.text-dark:focus {
  color: black; }

.text-white {
  color: #fff; }

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

.text-pale-red {
  color: #CD545B; }

a.text-pale-red:hover,
a.text-pale-red:focus {
  color: #b8363d; }

.text-light-blue {
  color: #63d0fd; }

a.text-light-blue:hover,
a.text-light-blue:focus {
  color: #31c1fc; }

.bg-aqua,
.bg-highlight,
.bg-light-grey,
.bg-dark-blue,
.bg-primary {
  color: #fff;
  font-weight: 300; }

.bg-light-grey {
  color: #004778; }

.bg-primary {
  background-color: #337ab7; }

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

.bg-highlight {
  background-color: #ea3e4f; }

a.bg-highlight:hover,
a.bg-highlight:focus {
  background-color: #dd182c; }

.bg-aqua {
  background-color: #a5dbdd; }

a.bg-aqua:hover,
a.bg-aqua:focus {
  background-color: #80cccf; }

.bg-grey, .comp-tiles {
  background-color: #ececec; }

a.bg-grey:hover, a.comp-tiles:hover,
a.bg-grey:focus,
a.comp-tiles:focus {
  background-color: #d3d2d2; }

.bg-pale-yellow {
  background-color: #fffde8; }

a.bg-pale-yellow:hover,
a.bg-pale-yellow:focus {
  background-color: #fff9b5; }

.bg-pale-beige {
  background-color: #ede8c8; }

a.bg-pale-beige:hover,
a.bg-pale-beige:focus {
  background-color: #e0d8a2; }

.bg-light-grey {
  background-color: #f4f4f4; }

a.bg-light-grey:hover,
a.bg-light-grey:focus {
  background-color: #dbdada; }

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

a.bg-white:hover,
a.bg-white:focus {
  background-color: #e6e5e5; }

.bg-off-white {
  background-color: #f7f7f7; }

a.bg-off-white:hover,
a.bg-off-white:focus {
  background-color: #dedddd; }

.bg-off-white-aside {
  background-color: #fcfcfc; }

a.bg-off-white-aside:hover,
a.bg-off-white-aside:focus {
  background-color: #e3e2e2; }

.bg-dark-blue {
  background-color: #004778; }

a.bg-dark-blue:hover,
a.bg-dark-blue:focus {
  background-color: #002945; }

.bg-us-red {
  background-color: #CD545B; }

a.bg-us-red:hover,
a.bg-us-red:focus {
  background-color: #b8363d; }

.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: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 10.5px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

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

.copy ul {
  padding-left: 0;
  list-style: none;
  padding-left: 20px; }
  .copy ul li {
    position: relative; }
    .copy ul li:before {
      width: 10px;
      height: 10px;
      content: '';
      border-radius: 50%;
      display: block;
      position: absolute;
      top: 5px;
      left: -19px;
      background-color: #a5dbdd; }
    .copy ul li + li {
      margin-top: 10px; }
  .copy ul.red li:before {
    background-color: #ea3e4f; }
  .copy ul.yellow li:before {
    background-color: #f2b130; }
  .copy ul.dark-blue li:before {
    background-color: #004778; }

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

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

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

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 15px 16px;
  margin: 0 0 21px;
  font-size: 15px;
  border-left: 5px solid #004778;
  background-color: #f7f7f7;
  font-style: italic;
  font-weight: 300; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote strong {
    display: block;
    font-size: 12px;
    font-style: normal; }
  @media (min-width: 992px) {
    blockquote {
      border-left-width: 12px; } }
  @media (min-width: 1230px) {
    blockquote {
      border-left-width: 27px; } }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

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

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.428571429; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1200px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  .full-width .container {
    max-width: 100%; }
    @media (min-width: 768px) {
      .full-width .container {
        width: 610px; } }
    @media (min-width: 992px) {
      .full-width .container {
        width: 800px; } }
    @media (min-width: 1230px) {
      .full-width .container {
        width: 1000px; } }
    @media (min-width: 1470px) {
      .full-width .container {
        width: 1200px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .full-width .container.container--no-fix-sm {
        width: 100%; } }
    @media (min-width: 992px) and (max-width: 1469px) {
      .full-width .container.container--no-fix-md {
        width: 100%; } }

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

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

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

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

@media (min-width: 992px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.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, .comp-tiles.col-3 .col, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .comp-tiles.col-5 .col, .comp-tiles.col-4 .col, .comp-tiles.col-3 .col, .comp-tiles.comp-tiles--chef.col-4 .col, .col-md-6, .comp-tiles.col-2 .col, .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: 15px;
  padding-right: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .comp-tiles.col-3 .col, .col-md-5, .col-md-6, .comp-tiles.col-2 .col, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4, .comp-tiles.col-3 .col {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6, .comp-tiles.col-2 .col {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6, .comp-banner .right, .comp-banner--product .right,
  .comp-banner--text-over-img .right {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

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

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

table {
  background-color: transparent; }

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

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    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 > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15.75px;
      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 > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .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 > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

form .req {
  color: #d9534f; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
  display: inline-block;
  margin-bottom: 35px;
  width: 100%; }
  fieldset p {
    display: inline-block; }
  fieldset > *:last-child {
    margin-bottom: 0px; }

legend {
  display: inline-block;
  width: 100%;
  padding: 0;
  font-size: 19px;
  line-height: 1.2;
  margin-bottom: 25px;
  color: #333;
  border: none; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 15px;
  font-weight: 300;
  text-transform: none; }
  label.error {
    color: #d9534f;
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 0; }

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: 7px;
  font-size: 15px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  float: left;
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: none;
  -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: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    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: 35px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 28px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 48px; } }

.form-group {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px; }
  .radio label,
  .checkbox label {
    min-height: 21px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1;
    color: #053565; }

.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;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-top: 0px; }

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 36px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

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

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

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

.form-group-sm .form-control {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px; }

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

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

.form-group-sm .form-control-static {
  height: 28px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 2px; }

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

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

.form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  line-height: 1.3333333; }

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

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

.form-group-lg .form-control-static {
  height: 48px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 19px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 43.75px; }

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px; }

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

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

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

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

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

.has-warning .form-control {
  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: 26px; }

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  background: #fff;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.428571429;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0 !important; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    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: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e5e5;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    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 > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

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

.btn-danger {
  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 > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-outline {
  border: 1px solid;
  color: inherit;
  font-weight: 300;
  position: relative;
  padding-right: 40px !important;
  background: transparent; }
  .btn-outline.text-center {
    padding-right: 12px !important; }
  .btn-outline .icon {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 10px;
    top: 50%; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline.focus {
    color: inherit;
    text-decoration: none; }
  .btn-outline.disabled, .btn-outline[disabled],
  fieldset[disabled] .btn-outline {
    opacity: 0.3;
    filter: alpha(opacity=30); }

.btn-red, .forgot-password .form-group--buttons .btn {
  color: #ea3a4f;
  background-color: #fff;
  border-color: #ea3a4f; }
  .btn-red:focus, .forgot-password .form-group--buttons .btn:focus, .btn-red.focus, .forgot-password .form-group--buttons .focus.btn {
    color: #ea3a4f;
    background-color: #e6e5e5;
    border-color: #951020; }
  .btn-red:hover, .forgot-password .form-group--buttons .btn:hover {
    color: #ea3a4f;
    background-color: #e6e5e5;
    border-color: #d1162c; }
  .btn-red:active, .forgot-password .form-group--buttons .btn:active, .btn-red.active, .forgot-password .form-group--buttons .active.btn,
  .open > .btn-red.dropdown-toggle,
  .forgot-password .form-group--buttons .open > .dropdown-toggle.btn {
    color: #ea3a4f;
    background-color: #e6e5e5;
    border-color: #d1162c; }
    .btn-red:active:hover, .forgot-password .form-group--buttons .btn:active:hover, .btn-red:active:focus, .forgot-password .form-group--buttons .btn:active:focus, .btn-red:active.focus, .forgot-password .form-group--buttons .btn:active.focus, .btn-red.active:hover, .forgot-password .form-group--buttons .active.btn:hover, .btn-red.active:focus, .forgot-password .form-group--buttons .active.btn:focus, .btn-red.active.focus, .forgot-password .form-group--buttons .active.focus.btn,
    .open > .btn-red.dropdown-toggle:hover,
    .forgot-password .form-group--buttons .open > .dropdown-toggle.btn:hover,
    .open > .btn-red.dropdown-toggle:focus,
    .forgot-password .form-group--buttons .open > .dropdown-toggle.btn:focus,
    .open > .btn-red.dropdown-toggle.focus,
    .forgot-password .form-group--buttons .open > .dropdown-toggle.focus.btn {
      color: #ea3a4f;
      background-color: #d4d4d4;
      border-color: #951020; }
  .btn-red:active, .forgot-password .form-group--buttons .btn:active, .btn-red.active, .forgot-password .form-group--buttons .active.btn,
  .open > .btn-red.dropdown-toggle,
  .forgot-password .form-group--buttons .open > .dropdown-toggle.btn {
    background-image: none; }
  .btn-red.disabled:hover, .forgot-password .form-group--buttons .disabled.btn:hover, .btn-red.disabled:focus, .forgot-password .form-group--buttons .disabled.btn:focus, .btn-red.disabled.focus, .forgot-password .form-group--buttons .disabled.focus.btn, .btn-red[disabled]:hover, .forgot-password .form-group--buttons .btn[disabled]:hover, .btn-red[disabled]:focus, .forgot-password .form-group--buttons .btn[disabled]:focus, .btn-red[disabled].focus, .forgot-password .form-group--buttons .btn[disabled].focus,
  fieldset[disabled] .btn-red:hover,
  fieldset[disabled] .forgot-password .form-group--buttons .btn:hover,
  .forgot-password .form-group--buttons fieldset[disabled] .btn:hover,
  fieldset[disabled] .btn-red:focus,
  fieldset[disabled] .forgot-password .form-group--buttons .btn:focus,
  .forgot-password .form-group--buttons fieldset[disabled] .btn:focus,
  fieldset[disabled] .btn-red.focus,
  fieldset[disabled] .forgot-password .form-group--buttons .focus.btn,
  .forgot-password .form-group--buttons fieldset[disabled] .focus.btn {
    background-color: #fff;
    border-color: #ea3a4f; }
  .btn-red .badge, .forgot-password .form-group--buttons .btn .badge {
    color: #fff;
    background-color: #ea3a4f; }
  .btn-red .icon-chevron:after, .forgot-password .form-group--buttons .btn .icon-chevron:after {
    background: url("clientlibs-css/images/svg/chevron-red.svg") no-repeat center center/contain; }
  .btn-red .icon-cross:after, .forgot-password .form-group--buttons .btn .icon-cross:after {
    background: url("clientlibs-css/images/svg/close-red.svg") no-repeat center center/contain; }

.btn-link {
  color: #004778;
  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: #0074c5;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 6px 13px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 2px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px; }

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

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

.btn-white {
  border-color: white;
  color: white; }
  .btn-white:hover, .btn-white :focus, .btn-white :active {
    color: white;
    border-color: white;
    background-color: transparent; }

.btn-white-us {
  font-family: "FFMarkHeavy", "FFMarkWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #CD545B;
  border-radius: 0;
  text-transform: uppercase; }
  .btn-white-us.btn-outline {
    background: transparent;
    color: #fff; }
    .btn-white-us.btn-outline:hover, .btn-white-us.btn-outline:focus, .btn-white-us.btn-outline:active {
      color: #fff; }
  .btn-white-us:hover, .btn-white-us:focus, .btn-white-us:active {
    color: #fff;
    background: #CD545B; }

.btn-red-us {
  font-family: "FFMarkHeavy", "FFMarkWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  background-color: #CD545B;
  border-radius: 0;
  text-transform: uppercase; }
  .btn-red-us:hover, .btn-red-us:focus, .btn-red-us:active {
    color: #fff; }

.btn-blue {
  font-family: "FFMarkHeavy", "FFMarkWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  background-color: #004778;
  border-radius: 0;
  text-transform: uppercase; }
  .btn-blue.btn-outline {
    background: transparent;
    color: #004778; }
    .btn-blue.btn-outline:hover, .btn-blue.btn-outline:focus, .btn-blue.btn-outline:active {
      color: #004778; }
  .btn-blue:hover, .btn-blue:focus, .btn-blue:active {
    color: #004778;
    background: #fff; }

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

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

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

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

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

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

.dropup,
.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -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: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu li {
    padding-left: 30px; }
  @media (min-width: 768px) {
    .dropdown-menu li {
      padding-left: 0; } }
  .dropdown-menu > li > a {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

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

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

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

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

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

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.428571429;
  color: transparent;
  white-space: nowrap; }

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

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

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

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

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

.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 .form-control:focus {
      z-index: 3; }

.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: 6px 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ddd;
  border-radius: 2px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 2px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 19px;
    border-radius: 2px; }
  .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:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li a:hover, .nav > li a:focus {
        text-decoration: none;
        color: #e02526; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-color: #004778; }
  .nav .nav-divider {
    height: 1px;
    margin: 9.5px 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.428571429;
      border: 1px solid transparent;
      border-radius: 2px 2px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills {
  background-color: #004778; }
  .nav-pills > li {
    float: left;
    vertical-align: middle; }
    .nav-pills > li > a {
      border-radius: 0;
      margin: 0;
      color: #fff;
      background-color: #004778; }
    .nav-pills > li + li {
      margin-left: 0;
      position: relative; }
      @media (min-width: 768px) {
        .nav-pills > li + li {
          margin-left: 2px; }
          .nav-pills > li + li:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 1px;
            background-color: #37688a;
            z-index: 1; } }
    .nav-pills > li.active {
      background-color: #fff; }
      .nav-pills > li.active > a,
      .nav-pills > li.active > a:hover,
      .nav-pills > li.active > a:focus {
        background-color: transparent;
        color: #004778; }
      .nav-pills > li.active:hover {
        background-color: #fff; }
        .nav-pills > li.active:hover a {
          color: #004778 !important; }
    .nav-pills > li:active, .nav-pills > li:focus, .nav-pills > li:hover {
      background-color: #00365b; }
      .nav-pills > li:active > a,
      .nav-pills > li:active > a:hover,
      .nav-pills > li:active > a:focus, .nav-pills > li:focus > a,
      .nav-pills > li:focus > a:hover,
      .nav-pills > li:focus > a:focus, .nav-pills > li:hover > a,
      .nav-pills > li:hover > a:hover,
      .nav-pills > li:hover > a:focus {
        background-color: transparent;
        color: #ffffff; }
    @media (min-width: 768px) {
      .nav-pills > li {
        height: 58px; } }
    @media (min-width: 1230px) {
      .nav-pills > li {
        height: 74px; } }

.full-width .nav-pills a {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0; }
  .full-width .nav-pills a:hover {
    color: #fff; }

.full-width .nav-pills li.active, .full-width .nav-pills li.active:hover, .full-width .nav-pills li.active:active, .full-width .nav-pills li.active:focus {
  background: #00365b; }
  .full-width .nav-pills li.active a, .full-width .nav-pills li.active:hover a, .full-width .nav-pills li.active:active a, .full-width .nav-pills li.active:focus a {
    color: #fff !important; }

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

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

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

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

@media (min-width: 1230px) {
  .navlist {
    font-size: 20px; } }

.navbar {
  position: relative;
  min-height: 50px;
  border: 0; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 2px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

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

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

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

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

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

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

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

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

.navbar-brand {
  width: 85px;
  height: auto;
  margin: 10px auto;
  display: block;
  font-size: 19px;
  line-height: 21px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block;
    width: 100%;
    height: auto; }
  @media (min-width: 768px) {
    .navbar-brand {
      width: 154px;
      margin: 17px;
      float: left; } }
  @media (min-width: 992px) {
    .navbar-brand {
      margin: 17px 33px;
      width: 170px; } }

.navbar-toggle {
  position: relative;
  top: 11px;
  float: left;
  margin-left: 5px;
  padding: 10px;
  background-color: transparent;
  background-image: none;
  border: 0px solid transparent;
  border-radius: 0; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    opacity: 1;
    background-color: #004778; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }
  .navbar-toggle[aria-expanded="true"] .sr-only + .icon-bar {
    -webkit-transform: rotate(45deg) translateY(5px) translateX(5px);
    -moz-transform: rotate(45deg) translateY(5px) translateX(5px);
    -ms-transform: rotate(45deg) translateY(5px) translateX(5px);
    transform: rotate(45deg) translateY(5px) translateX(5px); }
  .navbar-toggle[aria-expanded="true"] .sr-only + .icon-bar + .icon-bar {
    opacity: 0; }
  .navbar-toggle[aria-expanded="true"] .icon-bar + .icon-bar + .icon-bar {
    -webkit-transform: rotate(-45deg) translateY(-5px) translateX(5px);
    -moz-transform: rotate(-45deg) translateY(-5px) translateX(5px);
    -ms-transform: rotate(-45deg) translateY(-5px) translateX(5px);
    transform: rotate(-45deg) translateY(-5px) translateX(5px); }

.navbar-nav {
  margin: 0 -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px; }
  @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 {
        line-height: 21px; }
        .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: 14.5px;
          padding-bottom: 14.5px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7.5px;
  margin-bottom: 7.5px; }
  @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: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 7.5px;
  margin-bottom: 7.5px; }
  .navbar-btn.btn-sm {
    margin-top: 11px;
    margin-bottom: 11px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

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

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

.navbar-default {
  background-color: #fff;
  border-color: #eeeeee; }
  .navbar-default .navbar-brand {
    color: #004778; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #002945;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #004778; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #e02526;
    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: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #eeeeee; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #e02526; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #004778; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #e02526;
      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: #004778; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #004778; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

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

.full-width .breadcrumb {
  padding: 8px 15px 8px 30px; }
  @media (min-width: 992px) {
    .full-width .breadcrumb {
      padding: 8px 15px 8px 50px; } }

.breadcrumb {
  padding: 8px 15px 8px 40px;
  margin-bottom: 0;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px; }
  .breadcrumb > li {
    display: inline-block;
    font-size: 13px;
    color: #242424;
    position: relative; }
    .breadcrumb > li a {
      color: inherit; }
      .breadcrumb > li a:hover, .breadcrumb > li a:active {
        color: #e02526; }
    .breadcrumb > li + li:before {
      background: url(clientlibs-css/images/svg/bulletarrow.svg) center no-repeat/contain;
      content: '';
      padding: 0;
      width: 10px;
      height: 8px;
      display: inline-block; }
  .breadcrumb > .active {
    color: #004778; }
    .breadcrumb > .active:hover a {
      color: #004778; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 2px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #004778;
      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: 2px;
      border-top-left-radius: 2px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 2px;
      border-top-right-radius: 2px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #0074c5;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

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

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

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

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

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

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

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

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

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

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

.panel {
  margin-bottom: 21px;
  background-color: #f7f7f7;
  border: 0 solid transparent;
  border-radius: 2px;
  -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: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px; }
  .panel-heading a {
    padding: 20px 15px;
    display: block;
    text-decoration: none;
    position: relative; }
    .panel-heading a .icon {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      right: 20px; }
    .panel-heading a:hover, .panel-heading a:active, .panel-heading a:focus {
      text-decoration: none; }
    .panel-heading a[aria-expanded="true"] {
      background-color: #838383;
      color: #fff;
      font-weight: 400; }
      .panel-heading a[aria-expanded="true"] .icon {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg); }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  color: inherit;
  font-weight: 300; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 20px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }

.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: 1px;
    border-top-left-radius: 1px; }
  .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: 1px;
    border-bottom-left-radius: 1px; }

.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: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px; }
  .panel > .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 > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child {
      border-top-left-radius: 1px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child {
      border-top-right-radius: 1px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }
  .panel > .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 > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child {
      border-bottom-left-radius: 1px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child {
      border-bottom-right-radius: 1px; }

.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-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .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: 21px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 2px; }
    .panel-group .panel + .panel {
      margin-top: 1px; }
  .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: #333333;
    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: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    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: #3c763d; }
  .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; }

.panel-contact {
  border-color: #f7f7f7; }
  .panel-contact > .panel-heading {
    color: #323232;
    background-color: #e2e2e2;
    border-color: #f7f7f7; }
    .panel-contact > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #f7f7f7; }
    .panel-contact > .panel-heading .badge {
      color: #e2e2e2;
      background-color: #323232; }
  .panel-contact > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f7f7f7; }
  .panel-contact .panel-heading {
    background-color: #e2e2e2; }
  .panel-contact .panel-collapse .panel-body {
    border-top-color: #f7f7f7; }

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

.row-same-height {
  display: table;
  table-layout: fixed;
  width: 100%; }

.col-xs-height {
  display: table-cell;
  float: none !important; }

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

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

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

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

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

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

.height100 {
  height: 100%; }

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

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

.modal-open {
  overflow: hidden; }

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

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -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: 1040;
  background-color: #fff; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.82;
    filter: alpha(opacity=82); }

.modal-header {
  padding: 15px;
  position: relative;
  height: 40px; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  display: block;
  width: 40px;
  height: 40px;
  color: white;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 99;
  background-color: #004778;
  opacity: 1;
  filter: alpha(opacity=100); }

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

.modal-body {
  position: relative;
  padding: 30px; }
  @media (min-height: 580px) {
    .modal-body.scroll-enabled {
      max-height: 520px;
      overflow: auto; } }

.modal-footer {
  padding: 15px;
  text-align: right;
  background-color: #004778; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 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: 750px; } }

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
  /* This makes sure that we can still click outside of the modal to close it */ }

.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none; }

.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "FFMarkWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  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;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 15px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 15px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 15px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 15px; }

.tooltip-inner {
  max-width: 300px;
  min-width: 300px;
  padding: 15px;
  color: #337ab7;
  text-align: center;
  border-radius: 2px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f9f9f9+100 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #f9f9f9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #f9f9f9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #f9f9f9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
  /* IE6-9 */ }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  border-width: 15px 15px 0;
  border-top-color: #f9f9f9; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 15px;
  margin-bottom: -15px;
  border-width: 15px 15px 0;
  border-top-color: #f9f9f9; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 15px;
  margin-bottom: -15px;
  border-width: 15px 15px 0;
  border-top-color: #f9f9f9; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -15px;
  border-width: 15px 15px 15px 0;
  border-right-color: #f9f9f9; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -15px;
  border-width: 15px 0 15px 15px;
  border-left-color: #f9f9f9; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -15px;
  border-width: 0 15px 15px;
  border-bottom-color: #f9f9f9; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 15px;
  margin-top: -15px;
  border-width: 0 15px 15px;
  border-bottom-color: #f9f9f9; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 15px;
  margin-top: -15px;
  border-width: 0 15px 15px;
  border-bottom-color: #f9f9f9; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s 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);
  background-color: rgba(0, 0, 0, 0); }
  .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;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .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;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .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 #fff;
    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: #fff; }

.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: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .site-header:before, .title:before, .clearfix:after, .site-header:after, .title:after {
  content: " ";
  display: table; }

.clearfix:after, .site-header:after, .title: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 {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) and (max-width: 1229px) {
  .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: 1229px) {
  .visible-md-block {
    display: block !important; } }

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

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

@media (min-width: 1230px) {
  .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: 1230px) {
  .visible-lg-block {
    display: block !important; } }

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

@media (min-width: 1230px) {
  .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: 1229px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1230px) {
  .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; } }

select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/ }

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
  border-radius: 2px;
  background: transparent;
  color: #ffffff;
  position: relative;
  border: 1px solid #ddd; }
  .onboarding-form .bootstrap-select > .dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #555555; }

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999; }

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none; }

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2; }

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48; }

.bootstrap-select.fit-width {
  width: auto !important; }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px; }

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%; }

.bootstrap-select.form-control.input-group-btn {
  z-index: auto; }

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0; }

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%; }

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important; }

.bootstrap-select.btn-group.bs-container {
  position: absolute; }

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060; }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left; }

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none; }

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
  padding: 0; }

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff; }

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed; }

.bootstrap-select.btn-group .dropdown-menu li.selected,
.bootstrap-select.btn-group .dropdown-menu li a:focus,
.bootstrap-select.btn-group .dropdown-menu li a:active {
  background: #a0c4e4;
  border: 0;
  outline: 0; }

.bootstrap-select.btn-group .dropdown-menu li a {
  padding: 5px 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bootstrap-select.btn-group .dropdown-menu li a:hover {
  color: white;
  background-color: #064876; }

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em; }

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none; }

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block; }

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em; }

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  -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);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bs-actionsbox .btn-group button {
  width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bs-donebutton .btn-group button {
  width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

/*! jQuery UI - v1.12.1 - 2017-06-09
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

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

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

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

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

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("clientlibs-css/images/jquery-ui/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("clientlibs-css/images/jquery-ui/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("clientlibs-css/images/jquery-ui/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("clientlibs-css/images/jquery-ui/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("clientlibs-css/images/jquery-ui/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("clientlibs-css/images/jquery-ui/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("clientlibs-css/images/jquery-ui/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

/*
 * jquery-filestyle
 * doc: http://markusslima.github.io/jquery-filestyle/
 * github: https://github.com/markusslima/jquery-filestyle
 *
 * Copyright (c) 2015 Markus Vinicius da Silva Lima
 * Version 1.5.1
 * Licensed under the MIT license.
 */
.jfilestyle {
  display: inline-block;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  position: relative;
  border-collapse: separate; }

div.jfilestyle label, div.jfilestyle input {
  font-family: sans-serif; }

div.jfilestyle input {
  border: 1px solid #c0c0c0;
  background: #d9d9d9;
  margin: 0px -5px 0px 0px;
  vertical-align: middle;
  padding: 7px 14px;
  font-size: 14px;
  border-radius: 4px;
  color: #8d8d8d;
  cursor: default;
  line-height: normal; }

div.jfilestyle label {
  display: inline-block;
  border: 1px solid #c0c0c0;
  background: #ffffff;
  padding: 7px 14px;
  color: #0662ba;
  vertical-align: middle;
  line-height: normal;
  text-align: center;
  margin: 0px;
  font-size: 14px;
  width: auto;
  border-radius: 4px;
  font-weight: normal; }

div.jfilestyle.jfilestyle-corner input:first-child {
  border-right: 0; }

div.jfilestyle.jfilestyle-corner input:last-child {
  border-left: 0; }

div.jfilestyle.jfilestyle-corner input:first-child,
div.jfilestyle.jfilestyle-corner span:first-child > label {
  border-radius: 4px 0 0 4px; }

div.jfilestyle.jfilestyle-corner input:last-child,
div.jfilestyle.jfilestyle-corner span:last-child > label {
  border-radius: 0 4px 4px 0; }

div.jfilestyle label[disabled] {
  pointer-events: none;
  opacity: 0.6;
  filter: alpha(opacity=65);
  cursor: not-allowed; }

div.jfilestyle label:hover {
  cursor: pointer;
  opacity: 0.9; }

div.jfilestyle .count-jfilestyle {
  background: #303030;
  color: #fff;
  border-radius: 50%;
  padding: 1px 5px;
  font-size: 12px;
  vertical-align: middle; }

@font-face {
  font-family: 'afp-icons';
  src: url("clientlibs-css/fonts/icons/afp-icons.eot?60271218");
  src: url("clientlibs-css/fonts/icons/afp-icons.eot?60271218#iefix") format("embedded-opentype"), url("clientlibs-css/fonts/icons/afp-icons.woff2?60271218") format("woff2"), url("clientlibs-css/fonts/icons/afp-icons.woff?60271218") format("woff"), url("clientlibs-css/fonts/icons/afp-icons.ttf?60271218") format("truetype"), url("clientlibs-css/fonts/icons/afp-icons.svg?60271218#afp-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'afp-icons';
    src: url("clientlibs-css/fonts/icons/afp-icons.svg?60271218#afp-icons") format("svg"); } }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "afp-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-facebook:before {
  content: '\f09a'; }

/* '' */
.icon-youtube-play:before {
  content: '\f16a'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.comp-section {
  overflow: hidden;
  margin: auto;
  display: block;
  vertical-align: top; }
  .comp-section .col {
    display: block; }
  .comp-section .copy {
    padding: 30px 15px; }
    .comp-section .copy p {
      margin-bottom: 1em; }
    .comp-section .copy h3 {
      font-size: 22px;
      margin-top: 0; }
    .comp-section .copy small + h3 {
      margin-top: 21px; }
    .comp-section .copy small {
      font-size: 85%; }
  .comp-section .image {
    position: relative;
    text-align: right;
    height: 270px; }
  @media (min-width: 768px) {
    .comp-section {
      display: table;
      table-layout: fixed;
      width: 100%; }
      .comp-section .col {
        display: table-cell; }
      .comp-section .copy {
        width: 50%;
        padding: 30px 40px 30px 50px;
        vertical-align: middle; }
      .comp-section .image {
        width: 50%;
        vertical-align: top; }
      .comp-section.large-image {
        display: block; }
        .comp-section.large-image .col {
          display: block; }
        .comp-section.large-image .copy,
        .comp-section.large-image .image {
          width: 100%; } }
  @media (min-width: 992px) {
    .comp-section.large-image {
      display: table;
      table-layout: fixed;
      width: 100%; }
      .comp-section.large-image .col {
        display: table-cell; }
      .comp-section.large-image .copy,
      .comp-section.large-image .image {
        width: 50%;
        height: 100%; } }
  @media (min-width: 1230px) {
    .comp-section .copy {
      padding: 48px 90px 48px 89px; }
      .comp-section .copy h3 {
        font-size: 26px; }
      .comp-section .copy p {
        font-size: 16px; }
    .comp-section.large-image .copy {
      width: 45%; }
    .comp-section.large-image .image {
      width: 55%; }
    .comp-section.median-image .copy {
      width: 57%; }
    .comp-section.median-image .image {
      width: 43%; }
    .comp-section.small-image .copy {
      width: 60%; }
    .comp-section.small-image .image {
      width: 40%; } }

.bg-image {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute; }

.bg-responsive-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }
  @media (min-width: 992px) {
    .bg-responsive-image {
      background-size: cover; } }
  @media (min-width: 992px) {
    .comp-tiles-image-contain .bg-responsive-image {
      background-size: contain; } }

.bg-dark-grey {
  background-color: #d3d3d3; }

.comp-section--full-width {
  display: block; }
  .comp-section--full-width .comp-section__inner {
    position: relative;
    overflow: hidden; }
  .comp-section--full-width img {
    height: 500px;
    object-fit: cover; }
    @media (min-width: 768px) {
      .comp-section--full-width img {
        height: auto;
        max-height: 500px; } }
  .comp-section--full-width .copy {
    position: absolute;
    color: #fff;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: calc(100% - 64px);
    padding: 32px;
    background: #CD545B;
    opacity: 0.9;
    margin: auto;
    border-radius: 30px 0 0 0; }
    @media (min-width: 768px) {
      .comp-section--full-width .copy {
        width: 610px; } }
    @media (min-width: 992px) {
      .comp-section--full-width .copy {
        width: 800px;
        padding: 40px; } }
    @media (min-width: 1230px) {
      .comp-section--full-width .copy {
        width: 1000px; } }
    @media (min-width: 1470px) {
      .comp-section--full-width .copy {
        width: 1200px; } }
    .comp-section--full-width .copy .comp-section__description {
      font-weight: 400; }
      @media (min-width: 992px) {
        .comp-section--full-width .copy .comp-section__description {
          font-size: 20px; } }
    .comp-section--full-width .copy .btn {
      margin-top: 20px; }
    .comp-section--full-width .copy h3 {
      text-transform: uppercase;
      font-weight: normal;
      font-family: "FFMarkHeavy", "FFMarkWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 28px;
      line-height: 24px; }
      @media (min-width: 992px) {
        .comp-section--full-width .copy h3 {
          margin-bottom: 18px;
          font-size: 38px;
          line-height: 38px; } }
    .comp-section--full-width .copy .comp-section__description {
      font-size: 16px;
      line-height: 16px;
      font-family: "FFMarkBook", "FFMarkWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin-bottom: 0; }
      @media (min-width: 992px) {
        .comp-section--full-width .copy .comp-section__description {
          font-size: 20px;
          line-height: 24px; } }
  @media (min-width: 992px) {
    .comp-section--full-width a.btn {
      display: inline-block; } }
  .comp-section--full-width .image {
    width: 100%;
    display: block;
    height: unset;
    max-height: 600px; }

.comp-tiles {
  text-align: center;
  padding: 15px; }
  @media (min-width: 768px) {
    .comp-tiles {
      text-align: left; } }
  .comp-tiles .btn-outline {
    margin-top: 15px; }
    @media (min-width: 768px) {
      .comp-tiles .btn-outline {
        position: absolute;
        bottom: 20px;
        margin-top: 0px; } }
  .comp-tiles .js-open-add-product-to-list {
    padding: 0px;
    margin: 0px;
    border: none;
    position: absolute;
    top: 2px;
    right: 0;
    bottom: auto;
    width: 13px;
    height: 15px;
    outline: 0 !important;
    box-shadow: none; }
    @media (min-width: 640px) {
      .comp-tiles .js-open-add-product-to-list {
        top: 20px;
        right: 5px; } }
  .comp-tiles .copy {
    height: 100%; }
  .comp-tiles .col {
    overflow: hidden; }
  .comp-tiles.col-5 .image, .comp-tiles.col-4 .image, .comp-tiles.col-3 .image {
    max-height: 211px;
    overflow: hidden; }
  .comp-tiles.col-5.no-max .image, .comp-tiles.col-4.no-max .image, .comp-tiles.col-3.no-max .image {
    max-height: unset; }
  @media (min-width: 992px) {
    .comp-tiles.col-5 .col {
      width: 20%; } }
  @media (min-width: 992px) {
    .comp-tiles.col-4 .col {
      width: 25%; } }
  .comp-tiles.col-2 .tile-inner > div.clearfix, .comp-tiles.col-2 .tile-inner > div.site-header, .comp-tiles.col-2 .tile-inner > div.title {
    width: 100%; }
  @media (min-width: 992px) {
    .comp-tiles.col-2 div.copy.lg-pad {
      padding: 20px 20px 75px; } }
  @media (min-width: 640px) {
    .comp-tiles.col-2 .copy,
    .comp-tiles.col-2 .image {
      display: block;
      vertical-align: top;
      width: 50%;
      float: left; }
    .comp-tiles.col-2 div.copy {
      padding: 20px 20px 24px;
      margin: 0; }
    .comp-tiles.col-2 > span.icon {
      top: 23px;
      right: 13px; } }
  .comp-tiles.col-2.tiles.stacked, .comp-tiles.col-2.side-by-side {
    margin: 0;
    padding: 0; }
  .comp-tiles.col-2.side-by-side .col {
    padding: 2px 0; }
    .comp-tiles.col-2.side-by-side .col .tile-inner {
      padding: 0; }
    @media (min-width: 992px) {
      .comp-tiles.col-2.side-by-side .col {
        padding: 0 2px; } }
  .comp-tiles.col-2.side-by-side .image {
    min-height: 350px; }
  .comp-tiles.col-2.side-by-side .copy,
  .comp-tiles.col-2.side-by-side .image {
    width: 100%;
    display: block; }
  .comp-tiles.col-2.side-by-side .copy {
    margin: 0;
    padding: 12px; }
  .comp-tiles.tiles.stacked .tile-inner {
    display: block;
    padding: 0 0 4px 0; }
    .comp-tiles.tiles.stacked .tile-inner > div {
      width: 100%; }
  .comp-tiles.tiles.stacked .image {
    width: 160px; }
  .comp-tiles.tiles.stacked .copy {
    margin: 0;
    padding: 15px; }
  .comp-tiles.tiles.stacked .title {
    margin-bottom: 5px; }
  .comp-tiles.tiles.stacked .copy,
  .comp-tiles.tiles.stacked .image {
    display: block;
    vertical-align: top;
    height: 100%;
    width: 50%;
    float: left; }
    .comp-tiles.tiles.stacked .copy .bg-image,
    .comp-tiles.tiles.stacked .image .bg-image {
      position: relative; }
  @media (min-width: 992px) {
    .comp-tiles.tiles.stacked .copy {
      padding: 30px 25px; } }
  .comp-article .comp-tiles .title {
    font-weight: 600;
    text-transform: uppercase; }
  .comp-article .comp-tiles .description {
    color: inherit; }
  @media (min-width: 1230px) {
    .comp-tiles .title {
      font-size: 20px; }
    .comp-tiles .description {
      font-size: 15px; } }
  .comp-tiles .icon-chevron::after {
    left: -15px; }

.comp-tile.tile,
.tile {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: auto; }
  .comp-tile.tile .tile-inner,
  .tile .tile-inner {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px; }
  .comp-tile.tile.hover-effect > a:after,
  .tile.hover-effect > a:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: transparent; }
  .comp-tile.tile.hover-effect > a:hover:after, .comp-tile.tile.hover-effect > a:active:after, .comp-tile.tile.hover-effect > a:focus:after,
  .tile.hover-effect > a:hover:after,
  .tile.hover-effect > a:active:after,
  .tile.hover-effect > a:focus:after {
    background-color: #e02526; }
  .comp-tile.tile.hover-effect.video > a:after,
  .comp-tile.tile.hover-effect.video a:hover:after,
  .comp-tile.tile.hover-effect.video a:active:after,
  .comp-tile.tile.hover-effect.video a:focus:after, .comp-tile.tile.hover-effect.hover-no-border > a:after,
  .comp-tile.tile.hover-effect.hover-no-border a:hover:after,
  .comp-tile.tile.hover-effect.hover-no-border a:active:after,
  .comp-tile.tile.hover-effect.hover-no-border a:focus:after,
  .tile.hover-effect.video > a:after,
  .tile.hover-effect.video a:hover:after,
  .tile.hover-effect.video a:active:after,
  .tile.hover-effect.video a:focus:after,
  .tile.hover-effect.hover-no-border > a:after,
  .tile.hover-effect.hover-no-border a:hover:after,
  .tile.hover-effect.hover-no-border a:active:after,
  .tile.hover-effect.hover-no-border a:focus:after {
    display: none; }
  .comp-tile.tile.hover-effect.video > a:hover .image:before,
  .tile.hover-effect.video > a:hover .image:before {
    background-color: #e02526; }
  .comp-tile.tile a:hover,
  .comp-tile.tile a:active,
  .comp-tile.tile a:focus,
  .tile a:hover,
  .tile a:active,
  .tile a:focus {
    color: #e02526;
    text-decoration: none; }
    .comp-tile.tile a:hover .description,
    .comp-tile.tile a:active .description,
    .comp-tile.tile a:focus .description,
    .tile a:hover .description,
    .tile a:active .description,
    .tile a:focus .description {
      text-decoration: none;
      color: #1f1f1f; }
    .comp-tile.tile a:hover .bg-dark-blue .description,
    .comp-tile.tile a:active .bg-dark-blue .description,
    .comp-tile.tile a:focus .bg-dark-blue .description,
    .tile a:hover .bg-dark-blue .description,
    .tile a:active .bg-dark-blue .description,
    .tile a:focus .bg-dark-blue .description {
      color: #fff; }
    .comp-tile.tile a:hover .title,
    .comp-tile.tile a:active .title,
    .comp-tile.tile a:focus .title,
    .tile a:hover .title,
    .tile a:active .title,
    .tile a:focus .title {
      text-decoration: none; }
  .comp-tile.tile .copy,
  .tile .copy {
    text-align: left;
    margin: 24px 20px; }
    .comp-tile.tile .copy.bg-grey, .comp-tile.tile .copy.comp-tiles,
    .tile .copy.bg-grey,
    .tile .copy.comp-tiles {
      background: #f4f4f4; }
    .comp-tile.tile .copy .title,
    .tile .copy .title {
      padding-right: 38px !important; }
  .comp-tile.tile > .icon,
  .tile > .icon {
    top: 0;
    right: 0; }
  @media (min-width: 640px) {
    .comp-tile.tile .copy,
    .tile .copy {
      text-align: left; } }
  .comp-tile.tile.video,
  .tile.video {
    color: #337ab7; }
    .comp-tile.tile.video .title,
    .tile.video .title {
      font-weight: 600;
      text-transform: uppercase; }
    .comp-tile.tile.video .description,
    .tile.video .description {
      color: inherit; }
    .comp-tile.tile.video .image:after, .comp-tile.tile.video .image:before,
    .tile.video .image:after,
    .tile.video .image:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      content: '';
      display: block; }
    .comp-tile.tile.video .image:before,
    .tile.video .image:before {
      width: 72px;
      height: 72px;
      border-radius: 50%;
      background-color: #004778;
      z-index: 2; }
      @media (min-width: 768px) {
        .comp-tile.tile.video .image:before,
        .tile.video .image:before {
          width: 60px;
          height: 60px; } }
      @media (min-width: 1230px) {
        .comp-tile.tile.video .image:before,
        .tile.video .image:before {
          width: 72px;
          height: 72px; } }
    .comp-tile.tile.video .image:after,
    .tile.video .image:after {
      z-index: 3;
      border-left: 19px solid #fff;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      width: 0;
      height: 0;
      -webkit-transform: translate(5px, 0);
      -ms-transform: translate(5px, 0);
      -o-transform: translate(5px, 0);
      transform: translate(5px, 0); }
  .comp-tile.tile.copy-bottom .copy,
  .tile.copy-bottom .copy {
    vertical-align: bottom; }
  .comp-tile.tile.tile-percentage .image,
  .tile.tile-percentage .image {
    width: 57%; }
  .comp-tile.tile.tile-percentage .copy,
  .tile.tile-percentage .copy {
    width: 43%; }

.image {
  position: relative; }

.comp-tiles.col-2 .image {
  min-height: 211px; }
  @media (min-width: 768px) {
    .comp-tiles.col-2 .image {
      min-height: inherit;
      height: 100%; } }

.full-width .comp-tiles {
  background: transparent; }
  .full-width .comp-tiles .icon-chevron {
    display: none; }
  .full-width .comp-tiles .image {
    min-height: unset; }

.comp-tiles--usa-products:not(.comp-tiles--usa-products-man) .tile:hover .title, .comp-tiles--usa-products:not(.comp-tiles--usa-products-man) .tile:active .title, .comp-tiles--usa-products:not(.comp-tiles--usa-products-man) .tile:focus .title {
  color: #CD545B !important; }

.comp-tiles.comp-tiles--chef .image img {
  max-width: 200px;
  margin: auto; }

@media (min-width: 768px) and (max-width: 1469px) {
  .comp-tiles.comp-tiles--chef .image {
    max-height: 300px; }
    .comp-tiles.comp-tiles--chef .image img {
      max-width: 80%; } }

.comp-tiles.comp-tiles--chef .tile .description {
  font-size: 14px;
  color: #004778; }

.comp-tiles.comp-tiles--chef .tile .title {
  font-weight: 500;
  padding-right: 0 !important; }

.comp-tiles.comp-tiles--chef .tile .copy {
  text-align: center;
  color: #004778; }

.comp-tiles.comp-tiles--chef .tile a:hover:after, .comp-tiles.comp-tiles--chef .tile a:focus:after, .comp-tiles.comp-tiles--chef .tile a:active:after {
  content: none; }

.comp-tiles.comp-tiles--chef .tile a:hover .title,
.comp-tiles.comp-tiles--chef .tile a:hover .description, .comp-tiles.comp-tiles--chef .tile a:focus .title,
.comp-tiles.comp-tiles--chef .tile a:focus .description, .comp-tiles.comp-tiles--chef .tile a:active .title,
.comp-tiles.comp-tiles--chef .tile a:active .description {
  color: #CD545B; }

@media (max-width: 767px) {
  .comp-tiles.comp-tiles--chef .clearfix, .comp-tiles.comp-tiles--chef .site-header, .comp-tiles.comp-tiles--chef .title {
    min-height: auto !important;
    height: auto !important; } }

@media (min-width: 1470px) {
  .comp-tiles.comp-tiles--chef.col-4 .col {
    width: 25%; } }

.comp-tiles--usa-products {
  background: transparent; }
  .comp-tiles--usa-products .icon-chevron {
    display: none; }
  @media (max-width: 639px) {
    .comp-tiles--usa-products.col-3 .col,
    .comp-tiles--usa-products .col {
      padding-left: 30px;
      padding-right: 30px; }
    .comp-tiles--usa-products .tile .tile-inner {
      padding-bottom: 25px;
      padding-top: 25px; }
    .comp-tiles--usa-products .col:not(:last-child) .comp-tile:after {
      content: '';
      display: block;
      width: calc(100% - 80px);
      margin: auto;
      height: 1px;
      background: #004778;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0; } }
  .comp-tiles--usa-products .tile:hover, .comp-tiles--usa-products .tile:active, .comp-tiles--usa-products .tile:focus {
    opacity: 0.8; }
    .comp-tiles--usa-products .tile:hover .description, .comp-tiles--usa-products .tile:active .description, .comp-tiles--usa-products .tile:focus .description {
      color: #CD545B !important; }
  .comp-tiles--usa-products .title {
    color: #004778;
    font-weight: 500;
    padding-right: 0 !important; }
  @media (min-width: 640px) {
    .comp-tiles--usa-products.col-3 .col, .comp-tiles--usa-products.col-2 .col {
      width: 50%;
      float: left; } }
  @media (min-width: 992px) {
    .comp-tiles--usa-products.col-3 .col {
      width: 50%;
      float: left; } }
  @media (min-width: 1230px) {
    .comp-tiles--usa-products.col-3 .col {
      width: 33.3333333333%; } }
  @media (min-width: 1470px) {
    .comp-tiles--usa-products.col-2 .title, .comp-tiles--usa-products.col-3 .title {
      font-size: 24px; } }
  @media (min-width: 1440px) {
    .comp-tiles--usa-products.col-2 .title, .comp-tiles--usa-products.col-3 .title {
      font-size: 28px; } }
  .comp-tiles--usa-products.col-2 .col, .comp-tiles--usa-products.col-3 .col {
    position: relative; }
  @media (min-width: 640px) {
    .comp-tiles--usa-products.col-3 .col:not(:last-child):nth-child(odd) .comp-tile:after, .comp-tiles--usa-products.col-2 .col:not(:last-child):nth-child(odd) .comp-tile:after {
      content: '';
      display: block;
      width: 1px;
      height: 90%;
      background: #004778;
      position: absolute;
      right: 0;
      top: 5%; } }
  .comp-tiles--usa-products .comp-tile.tile .copy .title, .comp-tiles--usa-products .tile .copy .title {
    padding-right: 0 !important; }
  .comp-tiles--usa-products a:active, .comp-tiles--usa-products a:hover, .comp-tiles--usa-products a:focus {
    color: #fff !important; }
  @media (min-width: 1230px) {
    .comp-tiles--usa-products.col-3 .col:not(:last-child) .comp-tile:after {
      content: '';
      display: block;
      width: 1px;
      height: 90%;
      background: #004778;
      position: absolute;
      right: 0;
      top: 5%; } }
  @media (min-width: 992px) {
    .comp-tiles--usa-products.col-3 .col:nth-child(3n) .comp-tile:after {
      content: none !important; } }
  .comp-tiles--usa-products .tile-inner {
    padding-top: 18px;
    padding-bottom: 18px; }
  .comp-tiles--usa-products .copy {
    text-align: left !important;
    margin: 0 !important;
    padding: 10px; }
    @media (min-width: 640px) {
      .comp-tiles--usa-products .copy {
        padding: 24px 20px;
        position: static; } }
    @media (min-width: 1230px) {
      .comp-tiles--usa-products .copy {
        padding-top: 40px !important; } }
  .comp-tiles--usa-products .copy, .comp-tiles--usa-products .image {
    display: block;
    vertical-align: top;
    width: 50%;
    float: left; }
  .comp-tiles--usa-products .image {
    background: transparent; }
    @media (min-width: 640px) {
      .comp-tiles--usa-products .image {
        display: flex; }
        .comp-tiles--usa-products .image img {
          object-fit: contain; } }

.comp-tiles--usa-products-man a:hover .description, .comp-tiles--usa-products-man a:focus .description, .comp-tiles--usa-products-man a:active .description {
  color: unset !important; }

.comp-tiles--usa-products-man .clearfix, .comp-tiles--usa-products-man .site-header, .comp-tiles--usa-products-man .title {
  display: flex; }
  @media (min-width: 640px) {
    .comp-tiles--usa-products-man .clearfix, .comp-tiles--usa-products-man .site-header, .comp-tiles--usa-products-man .title {
      align-items: center; } }
  .comp-tiles--usa-products-man .clearfix .copy, .comp-tiles--usa-products-man .site-header .copy, .comp-tiles--usa-products-man .title .copy {
    order: 1;
    padding-top: 0 !important;
    padding-right: 0 !important; }
    .comp-tiles--usa-products-man .clearfix .copy h3, .comp-tiles--usa-products-man .site-header .copy h3, .comp-tiles--usa-products-man .title .copy h3 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 5px;
      color: #CD545B;
      text-transform: uppercase; }
      @media (min-width: 1470px) {
        .comp-tiles--usa-products-man .clearfix .copy h3, .comp-tiles--usa-products-man .site-header .copy h3, .comp-tiles--usa-products-man .title .copy h3 {
          font-size: 24px; } }
    .comp-tiles--usa-products-man .clearfix .copy .description, .comp-tiles--usa-products-man .site-header .copy .description, .comp-tiles--usa-products-man .title .copy .description {
      font-size: 22px;
      line-height: 1;
      color: #004778;
      font-weight: 500;
      margin-bottom: 10px; }
      @media (min-width: 1470px) {
        .comp-tiles--usa-products-man .clearfix .copy .description, .comp-tiles--usa-products-man .site-header .copy .description, .comp-tiles--usa-products-man .title .copy .description {
          font-size: 26px; } }
  .comp-tiles--usa-products-man .clearfix .image, .comp-tiles--usa-products-man .site-header .image, .comp-tiles--usa-products-man .title .image {
    order: 2; }

.comp-tiles--usa-products-man .col:nth-child(2) h3 {
  color: #ffb63a; }

@media (max-width: 767px) {
  .full-width .comp-article .detail-col > div .related-page-tile:last-child .related-page-module:not(.related-page-tile--red) {
    border-bottom: 1px solid #fff; } }

.related-page-module {
  color: #fff;
  background: #004778;
  display: block;
  padding: 25px 20% 40px 20px;
  margin: 0 -15px; }
  .related-page-module--blue {
    background: #004778; }
  .related-page-module--red {
    background: #CD545B; }
  @media (max-width: 767px) {
    .related-page-module {
      padding: 25px 20% 40px 42px; } }
  .related-page-module span {
    font-family: "FFMarkHeavy", "FFMarkWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    display: block;
    text-transform: uppercase; }
  .related-page-module h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 400; }
  .related-page-module:hover, .related-page-module:active, .related-page-module:focus {
    color: #fff; }

.comp-banner,
.banner {
  position: relative; }

.comp-banner .image {
  width: 100%; }
  .comp-banner .image.image--mobile-sm img {
    max-height: 500px; }
    @media (max-width: 767px) {
      .comp-banner .image.image--mobile-sm img {
        height: 360px; } }

.comp-banner .copy {
  color: #fff; }
  .comp-banner .copy .copy-inner {
    background: #004778;
    padding: 25px 10% 25px 25px;
    color: inherit; }
  .comp-banner .copy .title-header {
    text-transform: uppercase;
    display: block;
    margin-bottom: 2px;
    font-family: "FFMarkHeavy", "FFMarkWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 22px; }
    @media (min-width: 992px) {
      .comp-banner .copy .title-header {
        font-size: 18px;
        line-height: 30px; } }
  .comp-banner .copy .title {
    line-height: 1;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0; }
  .comp-banner .copy .description {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 300; }
  .comp-banner .copy .title,
  .comp-banner .copy .description {
    color: inherit; }

.comp-banner .btn-outline {
  margin-top: 25px;
  outline: 0 !important;
  box-shadow: none; }

@media (min-width: 992px) {
  .comp-banner .copy {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    z-index: 2;
    display: block;
    left: 0;
    top: 50%;
    width: 100%;
    color: #004778; }
    .comp-banner .copy.copy--bottom {
      transform: none;
      bottom: 0;
      top: auto; }
      .comp-banner .copy.copy--bottom .copy-inner {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        width: 66.6666666667%;
        max-width: 66.6666666667%; }
    .comp-banner .copy .copy-inner {
      background: transparent;
      max-width: 50%; }
    .comp-banner .copy .left.copy-inner {
      padding-left: 70px; }
  .comp-banner.white .copy {
    color: white; }
  .comp-banner .title {
    font-size: 39px; }
  .comp-banner .description {
    font-size: 22px; }
  .comp-banner .left.copy-inner {
    padding-left: 128px; } }

@media (min-width: 1230px) {
  .comp-banner .copy .title {
    font-size: 40px; }
  .comp-banner .copy .description {
    font-size: 24px; } }

.comp-banner-half-img {
  overflow: hidden;
  width: 100%; }
  @media (min-width: 992px) {
    .comp-banner-half-img .image, .comp-banner-half-img .copy {
      width: 50%;
      display: table-cell;
      vertical-align: middle;
      padding-top: 30px;
      padding-bottom: 30px; } }
  .comp-banner-half-img .image {
    text-align: center; }
    @media (min-width: 992px) {
      .comp-banner-half-img .image {
        position: relative;
        height: 100%; } }
    .comp-banner-half-img .image img {
      display: inline-block;
      max-width: 450px; }
  .comp-banner-half-img .copy {
    left: auto;
    right: 0; }
    .comp-banner-half-img .copy .copy-inner {
      max-width: 100%; }
      @media (min-width: 992px) {
        .comp-banner-half-img .copy .copy-inner {
          padding-left: 12px;
          padding-right: 160px; } }

.comp-banner-white {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+93,f5f5f5+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 93%, #f5f5f5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 93%, #f5f5f5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 93%, #f5f5f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
  /* IE6-9 */ }

.comp-banner--100vh {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (max-width: 991px) {
    .comp-banner--100vh {
      background: none !important; } }
  .smart-section .comp-banner--100vh {
    background-attachment: fixed; }
  @media (min-width: 992px) {
    .comp-banner--100vh {
      height: 100vh; }
      .comp-banner--100vh .image {
        display: none; } }
  .comp-banner--100vh.blue .copy {
    color: #004778; }
  @media (min-width: 992px) {
    .comp-banner--100vh .copy-inner__wrapper:after, .comp-banner--100vh .copy-inner__wrapper:before {
      display: block !important; } }
  .comp-banner--100vh .copy-inner__wrapper:after, .comp-banner--100vh .copy-inner__wrapper:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute; }
    @media (min-width: 992px) {
      .comp-banner--100vh .copy-inner__wrapper:after, .comp-banner--100vh .copy-inner__wrapper:before {
        width: 30px;
        height: 30px; } }
  .comp-banner--100vh .copy-inner__wrapper:before {
    background: url(clientlibs-css/images/svg/focus-top-white.svg) center no-repeat/contain;
    top: -20px;
    left: -20px; }
    @media (min-width: 992px) {
      .comp-banner--100vh .copy-inner__wrapper:before {
        top: -30px;
        left: -30px; } }
  .comp-banner--100vh .copy-inner__wrapper:after {
    background: url(clientlibs-css/images/svg/focus-bottom-white.svg) center no-repeat/contain;
    bottom: -20px;
    right: 0px; }
    @media (min-width: 992px) {
      .comp-banner--100vh .copy-inner__wrapper:after {
        bottom: -30px; } }
  .comp-banner--100vh .copy-inner__wrapper.copy-inner__wrapper--with-btn:after {
    bottom: 0; }
  @media (min-width: 768px) {
    .comp-banner--100vh .copy .copy-inner {
      padding: 42px 22px 22px 42px; } }

.comp-banner__product-image {
  display: none; }

.comp-banner--product .image img,
.comp-banner--text-over-img .image img {
  object-fit: cover; }

@media (min-width: 768px) {
  .comp-banner--product .copy-inner__wrapper,
  .comp-banner--text-over-img .copy-inner__wrapper {
    max-width: 280px; } }

@media (min-width: 992px) {
  .comp-banner--product .copy-inner__wrapper,
  .comp-banner--text-over-img .copy-inner__wrapper {
    max-width: 320px; } }

@media (min-width: 1230px) {
  .comp-banner--product .copy-inner__wrapper,
  .comp-banner--text-over-img .copy-inner__wrapper {
    max-width: 420px; } }

@media (min-width: 1470px) {
  .comp-banner--product .copy-inner__wrapper,
  .comp-banner--text-over-img .copy-inner__wrapper {
    max-width: 520px; } }

.comp-banner--product .copy .title,
.comp-banner--text-over-img .copy .title {
  font-family: "FFMarkHeavy", "FFMarkWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 26px;
  line-height: 21px; }
  @media (min-width: 992px) {
    .comp-banner--product .copy .title,
    .comp-banner--text-over-img .copy .title {
      font-size: 44px;
      line-height: 38px; } }

.comp-banner--product .copy .description,
.comp-banner--text-over-img .copy .description {
  font-family: "FFMarkBook", "FFMarkWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 15px; }
  @media (min-width: 992px) {
    .comp-banner--product .copy .description,
    .comp-banner--text-over-img .copy .description {
      font-size: 20px;
      line-height: 24px; } }

.comp-banner--product .copy .btn,
.comp-banner--text-over-img .copy .btn {
  font-size: 12px;
  line-height: 1; }
  @media (min-width: 992px) {
    .comp-banner--product .copy .btn,
    .comp-banner--text-over-img .copy .btn {
      font-size: 15px;
      line-height: 1.428571429; } }

@media (max-width: 767px) {
  .comp-banner--product .copy-inner__wrapper:after, .comp-banner--product .copy-inner__wrapper:before,
  .comp-banner--text-over-img .copy-inner__wrapper:after,
  .comp-banner--text-over-img .copy-inner__wrapper:before {
    display: block; }
  .comp-banner--product .image img,
  .comp-banner--text-over-img .image img {
    height: 470px; }
  .comp-banner--product .copy,
  .comp-banner--text-over-img .copy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    .comp-banner--product .copy.copy--bottom .copy-inner,
    .comp-banner--text-over-img .copy.copy--bottom .copy-inner {
      margin-left: 0;
      padding: 42px 22px 42px 42px; }
    .comp-banner--product .copy .copy-inner,
    .comp-banner--text-over-img .copy .copy-inner {
      border-radius: 0 0 30px 0;
      margin: 0 29px;
      padding: 42px 22px 22px 42px;
      background-color: transparent; } }

@media (min-width: 768px) {
  .comp-banner--product .copy,
  .comp-banner--text-over-img .copy {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    z-index: 2;
    display: block;
    left: 0;
    top: 50%;
    width: 100%; }
    .comp-banner--product .copy.copy--bottom,
    .comp-banner--text-over-img .copy.copy--bottom {
      transform: none;
      bottom: 0;
      top: auto; }
      .comp-banner--product .copy.copy--bottom .copy-inner,
      .comp-banner--text-over-img .copy.copy--bottom .copy-inner {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        width: 66.6666666667%;
        max-width: 66.6666666667%;
        background-color: rgba(0, 71, 120, 0.8) !important;
        padding: 40px 0 40px 40px !important; }
        .comp-banner--product .copy.copy--bottom .copy-inner .title,
        .comp-banner--text-over-img .copy.copy--bottom .copy-inner .title {
          font-family: "FFMarkBook", "FFMarkWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
          text-transform: unset; }
        .comp-banner--product .copy.copy--bottom .copy-inner:before,
        .comp-banner--text-over-img .copy.copy--bottom .copy-inner:before {
          content: '';
          width: 100%;
          height: 100%;
          display: block;
          background-color: rgba(0, 71, 120, 0.8) !important;
          left: -100%;
          top: 0;
          position: absolute; }
    .comp-banner--product .copy .copy-inner,
    .comp-banner--text-over-img .copy .copy-inner {
      background: transparent;
      max-width: 50%; }
      .comp-banner--product .copy .copy-inner.right,
      .comp-banner--text-over-img .copy .copy-inner.right {
        margin-left: 50%; }
    .comp-banner--product .copy .left.copy-inner,
    .comp-banner--text-over-img .copy .left.copy-inner {
      padding-left: 70px; } }

.comp-banner--product.blue--white-mobile .copy .title,
.comp-banner--product.blue--white-mobile .copy .title-header {
  color: #fff; }
  @media (min-width: 768px) {
    .comp-banner--product.blue--white-mobile .copy .title,
    .comp-banner--product.blue--white-mobile .copy .title-header {
      color: #004778; } }

.comp-banner--product.white--blue-mobile .copy .title,
.comp-banner--product.white--blue-mobile .copy .title-header {
  color: #004778; }
  @media (min-width: 768px) {
    .comp-banner--product.white--blue-mobile .copy .title,
    .comp-banner--product.white--blue-mobile .copy .title-header {
      color: #fff; } }

@media (min-width: 768px) {
  .comp-banner--product.comp-banner--product-cream .comp-banner__product-image {
    margin-left: -50px; } }

@media (min-width: 992px) {
  .comp-banner--product.comp-banner--product-cream .comp-banner__product-image {
    margin-left: -65px; } }

@media (min-width: 1470px) {
  .comp-banner--product.comp-banner--product-cream .comp-banner__product-image {
    margin-left: -100px; } }

.comp-banner--product .image img {
  height: 500px;
  object-fit: cover; }
  @media (min-width: 992px) {
    .comp-banner--product .image img {
      height: 100vh; } }

@media (max-width: 767px) {
  .comp-banner--product .image:before {
    position: absolute;
    content: '';
    display: block;
    background: url(clientlibs-css/images/svg/focus-top-white.svg) left no-repeat/contain;
    top: 32px;
    width: 310px;
    margin: auto;
    left: 0;
    right: 0;
    height: 50px; } }

.comp-banner--product.blue .title,
.comp-banner--product.blue .title-header {
  color: #004778; }

.comp-banner--product .comp-banner__product-image {
  max-width: 100%;
  display: block;
  margin: auto;
  max-height: 160px; }
  @media (min-width: 768px) {
    .comp-banner--product .comp-banner__product-image {
      margin: unset; } }
  @media (min-width: 992px) {
    .comp-banner--product .comp-banner__product-image {
      margin-bottom: 10px;
      max-height: 200px; } }
  @media (min-width: 1470px) {
    .comp-banner--product .comp-banner__product-image {
      max-height: 280px; } }

@media (min-width: 768px) {
  .comp-banner--product .copy-inner {
    position: relative; }
    .comp-banner--product .copy-inner:after {
      position: absolute;
      content: '';
      display: block;
      background: url(clientlibs-css/images/svg/focus-bottom-white.svg) center no-repeat/contain;
      bottom: 25px;
      left: -50px;
      height: 50px;
      width: 50px; }
    .comp-banner--product .copy-inner:before {
      position: absolute;
      content: '';
      display: block;
      background: url(clientlibs-css/images/svg/focus-top-white.svg) center no-repeat/contain;
      top: 25px;
      left: -305px;
      height: 50px;
      width: 50px; } }

@media (min-width: 992px) {
  .comp-banner--product .copy-inner:after, .comp-banner--product .copy-inner:before {
    height: 100px;
    width: 100px; }
  .comp-banner--product .copy-inner:after {
    bottom: 80px;
    left: -100px; }
  .comp-banner--product .copy-inner:before {
    top: 80px;
    left: -400px; } }

@media (min-width: 1470px) {
  .comp-banner--product .copy-inner:before {
    left: -600px; } }

@media (max-width: 767px) {
  .comp-banner--product .copy {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    text-align: center; }
    .comp-banner--product .copy:after {
      position: absolute;
      content: '';
      display: block;
      background: url(clientlibs-css/images/svg/focus-bottom-white.svg) right no-repeat/contain;
      top: -60px;
      width: 310px;
      left: 0;
      right: 0;
      margin: auto;
      height: 50px; }
    .comp-banner--product .copy .copy-inner {
      background: none;
      padding: 0 3px 32px 3px; } }

@media (min-width: 768px) {
  .comp-banner--product .copy {
    text-align: left; }
    .comp-banner--product .copy .copy-inner {
      margin-left: 50%; } }

.comp-banner--product .copy .title-header {
  font-family: "FFMarkHeavy", "FFMarkWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 22px; }
  @media (min-width: 992px) {
    .comp-banner--product .copy .title-header {
      font-size: 18px;
      line-height: 30px; } }

.comp-banner--product .copy .title {
  font-family: "FFMarkHeavy", "FFMarkWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 32px;
  line-height: 26px;
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .comp-banner--product .copy .title {
      margin-bottom: 20px;
      font-size: 42px;
      line-height: 34px; } }
  @media (min-width: 1470px) {
    .comp-banner--product .copy .title {
      margin-bottom: 40px; } }

.comp-banner--product .copy .btn {
  margin-top: 0; }
  @media (min-width: 992px) {
    .comp-banner--product .copy .btn {
      margin-top: 20px; } }

.comp-banner--product.blue .copy-inner__wrapper:before,
.comp-banner--100vh.blue .copy-inner__wrapper:before {
  background: url(clientlibs-css/images/svg/focus-top.svg) center no-repeat/contain; }

.comp-banner--product.blue .copy-inner__wrapper:after,
.comp-banner--100vh.blue .copy-inner__wrapper:after {
  background: url(clientlibs-css/images/svg/focus-bottom.svg) center no-repeat/contain; }

.comp-banner--product-images .right {
  margin-left: unset; }

.comp-banner--product-images .image img {
  height: 520px; }
  @media (min-width: 992px) {
    .comp-banner--product-images .image img {
      height: 100vh; } }

.comp-banner--product-images .comp-banner__product-image {
  display: none; }
  @media (min-width: 768px) {
    .comp-banner--product-images .comp-banner__product-image {
      display: block; }
      .comp-banner--product-images .comp-banner__product-image img {
        position: absolute;
        z-index: 2;
        right: -30px;
        top: 50px;
        max-width: 280px; } }
  @media (min-width: 992px) {
    .comp-banner--product-images .comp-banner__product-image img {
      max-width: unset;
      right: -60px;
      top: 100px; } }

.comp-banner--product-images .comp-banner__product-image-mobile {
  position: absolute;
  bottom: 60px;
  max-width: 280px;
  height: auto;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2; }
  @media (min-width: 768px) {
    .comp-banner--product-images .comp-banner__product-image-mobile {
      display: none; } }

.comp-banner--txt-center .copy {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  z-index: 2;
  display: block;
  left: 0;
  top: 50%;
  width: 100%; }
  .comp-banner--txt-center .copy .copy-inner {
    background: transparent;
    padding: 50px 32px !important; }
    @media (min-width: 992px) {
      .comp-banner--txt-center .copy .copy-inner {
        padding: 80px 0 !important; } }
  .comp-banner--txt-center .copy .copy-inner__wrapper:before, .comp-banner--txt-center .copy .copy-inner__wrapper:after {
    content: none; }
  .comp-banner--txt-center .copy .title, .comp-banner--txt-center .copy .description {
    font-family: "FFMarkBook", "FFMarkWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-weight: normal; }
  .comp-banner--txt-center .copy .title {
    font-size: 26px;
    line-height: 21px; }
    @media (min-width: 992px) {
      .comp-banner--txt-center .copy .title {
        font-size: 42px;
        line-height: 48px; } }
  .comp-banner--txt-center .copy .description {
    font-size: 14px;
    line-height: 15px; }
    @media (min-width: 992px) {
      .comp-banner--txt-center .copy .description {
        font-size: 24px;
        line-height: 26px; } }

@media (min-width: 768px) {
  .full-width .comp-banner .copy--bottom .copy-inner,
  .full-width .comp-banner.comp-banner--100vh .copy .copy-inner {
    border-radius: 0 30px 30px 0; }
    .full-width .comp-banner .copy--bottom .copy-inner.right,
    .full-width .comp-banner.comp-banner--100vh .copy .copy-inner.right {
      border-radius: 30px 0 0 30px; } }

@media (min-width: 992px) {
  .full-width .comp-banner .copy .copy-inner {
    padding: 80px 65px 80px 80px; } }

.full-width .comp-banner .copy .copy-inner .btn {
  margin-top: 10px; }
  @media (min-width: 992px) {
    .full-width .comp-banner .copy .copy-inner .btn {
      margin-top: 20px; } }

.full-width .comp-banner .copy .copy-inner .btn-goodness {
  padding: 10px 60px !important;
  margin-top: 20px;
  font-family: "FFMarkHeavy", "FFMarkWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .full-width .comp-banner .copy .copy-inner .btn-goodness {
      margin-top: 30px; } }

@media (min-width: 992px) {
  .full-width .comp-banner .copy .copy-inner .description {
    margin-top: 30px; } }

.full-width .comp-banner .copy-inner__wrapper {
  position: relative; }

.comp-banner__goodness-logo {
  max-width: 40%;
  margin-left: -4%; }

.comp-banner--chefs .copy .copy-inner {
  padding-bottom: 10 !important;
  padding-top: 0 !important; }
  @media (min-width: 992px) {
    .comp-banner--chefs .copy .copy-inner {
      padding-bottom: 45px !important;
      max-width: 74%; } }

.comp-banner .copy .text-center {
  max-width: 100%;
  margin: auto; }
  @media (min-width: 992px) {
    .comp-banner .copy .text-center {
      max-width: 74%; } }
  .comp-banner .copy .text-center .copy-inner__wrapper {
    max-width: unset; }

.comp-banner--no-image.blue .copy {
  color: #004778; }

.comp-banner--no-image .copy {
  position: static;
  transform: none !important; }
  .comp-banner--no-image .copy .copy-inner {
    max-width: 100%; }
    @media (min-width: 992px) {
      .comp-banner--no-image .copy .copy-inner {
        max-width: 74%; } }
  .comp-banner--no-image .copy .copy-inner__wrapper {
    max-width: unset; }
  .comp-banner--no-image .copy .text-center .btn-outline {
    padding: 10px 60px !important; }

@media (min-width: 992px) {
  main > .banner:first-of-type .comp-banner--100vh,
  .smart-section[data-hash="1"] .comp-banner--100vh,
  .comp-banner--product {
    height: calc(100vh - 151px); } }

@media (min-width: 992px) {
  .aem-edit main > .section .section:first-child .banner .comp-banner--100vh,
  .aem-edit main > .banner:first-child .comp-banner--100vh,
  .aem-edit .comp-banner--100vh, .aem-preview main > .section .section:first-child .banner .comp-banner--100vh,
  .aem-preview main > .banner:first-child .comp-banner--100vh,
  .aem-preview .comp-banner--100vh {
    height: auto !important; }
    .aem-edit main > .section .section:first-child .banner .comp-banner--100vh .image,
    .aem-edit main > .banner:first-child .comp-banner--100vh .image,
    .aem-edit .comp-banner--100vh .image, .aem-preview main > .section .section:first-child .banner .comp-banner--100vh .image,
    .aem-preview main > .banner:first-child .comp-banner--100vh .image,
    .aem-preview .comp-banner--100vh .image {
      display: block; }
      .aem-edit main > .section .section:first-child .banner .comp-banner--100vh .image img,
      .aem-edit main > .banner:first-child .comp-banner--100vh .image img,
      .aem-edit .comp-banner--100vh .image img, .aem-preview main > .section .section:first-child .banner .comp-banner--100vh .image img,
      .aem-preview main > .banner:first-child .comp-banner--100vh .image img,
      .aem-preview .comp-banner--100vh .image img {
        height: auto !important; } }

@media (min-width: 992px) {
  .aem-edit .comp-banner--product .image img, .aem-preview .comp-banner--product .image img {
    height: auto !important; } }

.comp-article .copy {
  padding: 30px 10px; }

@media (min-width: 768px) {
  .comp-article .copy {
    padding: 30px 40px 20px 60px; } }

@media (min-width: 1230px) {
  .comp-article .copy {
    padding: 30px 89px 20px 89px; } }

.full-width .comp-article .col-sm-8 > .copy {
  padding: 42px 27px; }

@media (min-width: 992px) {
  .full-width .comp-article .col-sm-8 > .copy {
    padding: 40px 25px;
    padding-bottom: 80px; } }

.detail-col .copy.right,
.intro-row .copy.right {
  padding: 25px; }

@media (min-width: 1230px) {
  .detail-col .copy.right,
  .intro-row .copy.right {
    padding: 30px 55px; } }

.detail-col {
  vertical-align: top; }
  .detail-col .image img {
    width: 100%; }

.incidentBanner a {
  margin-left: 10px;
  padding-right: 30px !important; }

.with-nutritional-info .pageIntro {
  padding: 30px 53px 30px 0px; }

.pageIntro {
  color: #333;
  padding: 25px;
  font-weight: 300;
  line-height: 1.3; }
  .pageIntro p {
    margin: 0;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-size: 19px; }
  @media (min-width: 992px) {
    .pageIntro {
      padding: 35px;
      padding: 30px 53px; } }

.title .pageIntro h1 {
  margin-top: 0;
  font-size: 22px; }
  @media (min-width: 992px) {
    .title .pageIntro h1 {
      font-size: 25px; } }

.footnotes {
  font-size: 70%; }

.full-width .richText h2, .full-width .richText h3 {
  margin-top: 0; }

.full-width .richText h2 {
  font-weight: normal;
  font-family: "FFMarkHeavy", "FFMarkWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 20px; }
  @media (min-width: 992px) {
    .full-width .richText h2 {
      font-size: 26px;
      line-height: 26px; } }

.full-width .richText a:not(.btn) {
  color: #CD545B;
  font-weight: 400; }
  .full-width .richText a:not(.btn):hover, .full-width .richText a:not(.btn):focus, .full-width .richText a:not(.btn):active {
    color: #CD545B; }

.selected-region {
  position: absolute;
  top: 20px;
  right: 12px;
  text-align: right; }

.selected-region span {
  vertical-align: middle; }

.selected-region span.country-name {
  font-size: 9px;
  font-weight: 500;
  margin-right: 4px;
  line-height: 1; }

@media (min-width: 480px) {
  .selected-region span.country-name {
    font-size: 13px; } }

@media (min-width: 768px) {
  .selected-region {
    float: right;
    position: relative;
    margin-top: 24px;
    margin-right: 36px;
    top: auto;
    right: auto; }
    .selected-region.has-search {
      margin-right: 6px; } }

@media (min-width: 992px) {
  .selected-region {
    margin-right: 51px; }
    .selected-region.has-search {
      margin-right: 8px; } }

.selected-region-dropdown {
  margin-bottom: 37px; }

.selected-region-dropdown .dropdown {
  background: transparent;
  height: 39px;
  min-width: 177px;
  border: 1px solid white;
  cursor: pointer; }

.selected-region-dropdown .caret {
  border-bottom: 0 !important;
  border-top: 4px solid #fff !important; }

.selected-region-dropdown .open .caret {
  border-bottom: 0 !important;
  border-top: 4px solid #000 !important; }

.selected-region-dropdown label {
  margin-right: 10px;
  margin-bottom: 9px;
  display: inline-block;
  font-weight: 400; }

.icon-world {
  width: 20px;
  height: 20px; }

.icon-world:after {
  background: url("clientlibs-css/images/svg/world.svg") no-repeat center center/contain; }

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

.filter ul {
  margin-bottom: 0; }

.filter .bootstrap-select {
  display: none;
  position: relative;
  height: 32px; }
  @media (max-width: 767px) {
    .filter .bootstrap-select {
      margin-left: auto !important;
      margin-right: auto;
      display: block !important; } }

.filter-label {
  padding: 15px 0 0 10px;
  display: block;
  line-height: 1; }

.filter-label-wrapper {
  border: 1px solid #004778;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  font-size: 18px;
  color: #c4c4c4;
  font-style: italic;
  position: relative;
  cursor: pointer;
  display: block;
  height: 45px; }
  .filter-label-wrapper:hover, .filter-label-wrapper:focus {
    color: #c4c4c4; }
  .filter-label-wrapper .filter-label-icon {
    color: #cecece;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 5px 20px;
    display: block;
    border-left: 1px solid #004778; }
  .filter-label-wrapper .on {
    display: inline; }

.filter-list-wrapper {
  font-size: 20px;
  border: 1px solid #004778;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  margin-top: -1px;
  width: 100%; }
  .filter-list-wrapper.dropdown-menu li {
    padding-left: 0; }
  @media (min-width: 768px) {
    .filter-list-wrapper.filter-inline {
      position: static;
      display: inline-block;
      padding: 0;
      background-color: transparent;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      width: auto;
      margin-bottom: 20px;
      border: 0; } }
  .filter-list-wrapper.filter-inline li {
    display: inline;
    padding: 0 15px; }
  @media (min-width: 768px) {
    .filter-list-wrapper.filter-inline a {
      display: inline;
      border: 0;
      padding: 0;
      color: #004778;
      position: relative;
      border-bottom: 0;
      font-size: 19px;
      line-height: 2; } }
  @media (min-width: 768px) {
    .filter-list-wrapper.filter-inline a:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 0;
      background-color: #a7a7a7;
      bottom: -4px;
      left: 0;
      padding-top: 0;
      -webkit-transition: padding 0.2s;
      -o-transition: padding 0.2s;
      transition: padding 0.2s; } }
  @media (min-width: 768px) {
    .filter-list-wrapper.filter-inline a.active:after {
      padding-top: 1px;
      background-color: #004778; } }
  .filter-list-wrapper li a {
    display: block;
    color: #333;
    padding: 5px 10px;
    border-bottom: 1px solid #004778;
    font-size: 18px;
    font-weight: 300; }
    @media (min-width: 768px) {
      .filter-list-wrapper li a {
        padding: 5px 0;
        text-align: left; } }
    .filter-list-wrapper li a.active {
      background-color: #004778;
      color: #fff; }
      @media (min-width: 768px) {
        .filter-list-wrapper li a.active {
          background-color: transparent;
          color: #004778; } }
    .filter-list-wrapper li a:hover:after {
      background-color: #004778;
      padding-top: 1px; }
  .filter-list-wrapper li:last-child a {
    border-bottom: 0; }

.filter-wrapper.dropdown.visible-xs {
  margin-bottom: 20px; }

.comp__separator {
  width: 100%;
  clear: both; }
  .comp__separator .empty-space {
    height: 20px; }
    @media (min-width: 992px) {
      .comp__separator .empty-space {
        height: 40px; } }
  .comp__separator hr {
    margin-top: 20px;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .comp__separator hr {
        margin-top: 40px;
        margin-bottom: 40px; } }

.comp-product-lists {
  float: left;
  width: 100%; }
  .comp-product-lists .module-header {
    float: left;
    width: 100%;
    background: white;
    padding: 15px; }
    @media (min-width: 768px) {
      .comp-product-lists .module-header {
        padding: 35px; } }
    .comp-product-lists .module-header .dropdown-toggle {
      width: 100%;
      max-width: 450px;
      height: 35px;
      text-align: left;
      margin-bottom: 15px;
      position: relative; }
      @media (min-width: 768px) {
        .comp-product-lists .module-header .dropdown-toggle {
          margin-bottom: 0px; } }
    .comp-product-lists .module-header .dropdown-menu {
      width: 100%;
      max-width: 450px; }
    .comp-product-lists .module-header .dropdown li a {
      width: 100%;
      padding: 5px 10px 5px 10px;
      font-size: 16px;
      line-height: 1.5; }
    .comp-product-lists .module-header .caret {
      position: absolute;
      top: 15px;
      right: 12px; }
    .comp-product-lists .module-header .btn-outline {
      margin-right: 10px; }
    @media (min-width: 768px) {
      .comp-product-lists .module-header .btn-outline {
        margin-left: 10px;
        margin-right: 0px; }
      .comp-product-lists .module-header .col-sm-6:last-of-type, .comp-product-lists .module-header .comp-tiles.col-5 .col:last-of-type, .comp-tiles.col-5 .comp-product-lists .module-header .col:last-of-type, .comp-product-lists .module-header .comp-tiles.col-4 .col:last-of-type, .comp-tiles.col-4 .comp-product-lists .module-header .col:last-of-type, .comp-product-lists .module-header .comp-tiles.col-3 .col:last-of-type, .comp-tiles.col-3 .comp-product-lists .module-header .col:last-of-type {
        text-align: right; } }
    .comp-product-lists .module-header .active .icon-plus:after {
      transform: rotate(90deg); }
  .comp-product-lists .module-core {
    float: left;
    width: 100%;
    background: #ececec;
    padding: 15px; }
    @media (min-width: 768px) {
      .comp-product-lists .module-core {
        padding: 35px; } }
    .comp-product-lists .module-core h2 {
      color: #053565;
      font-size: 22px;
      font-weight: 500;
      letter-spacing: 0.14px;
      line-height: 28px;
      margin-top: 0px; }
    .comp-product-lists .module-core h3 {
      color: #053565;
      font-size: 20px;
      font-weight: 300;
      letter-spacing: 0.22px;
      margin-top: 0px; }
    .comp-product-lists .module-core p {
      color: #333333;
      font-size: 17px;
      font-weight: 300;
      letter-spacing: 0.19px; }
  .comp-product-lists .module-block-item {
    float: left;
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .comp-product-lists .module-block-item.product-list-edit, .comp-product-lists .module-block-item.product-list-new {
        margin-bottom: 40px; } }
    .comp-product-lists .module-block-item:last-of-type {
      margin-bottom: 0px; }
  .comp-product-lists .product-list-new p,
  .comp-product-lists .product-list-edit p {
    margin-bottom: 25px; }
  .comp-product-lists .product-list-new input,
  .comp-product-lists .product-list-edit input {
    width: 100%;
    max-width: 200px;
    height: 36px;
    border-radius: 2px;
    border: 1px solid #aea5a5;
    background: transparent;
    margin-right: 13px;
    padding: 5px 10px 5px 10px; }
    @media (min-width: 768px) {
      .comp-product-lists .product-list-new input,
      .comp-product-lists .product-list-edit input {
        max-width: 340px; } }
  .comp-product-lists .product-list-item-header .btn-outline {
    margin-right: 10px; }
  @media (min-width: 768px) {
    .comp-product-lists .product-list-item-header .btn-outline {
      margin-left: 10px;
      margin-right: 0px; }
    .comp-product-lists .product-list-item-header .col-sm-6:last-of-type, .comp-product-lists .product-list-item-header .comp-tiles.col-5 .col:last-of-type, .comp-tiles.col-5 .comp-product-lists .product-list-item-header .col:last-of-type, .comp-product-lists .product-list-item-header .comp-tiles.col-4 .col:last-of-type, .comp-tiles.col-4 .comp-product-lists .product-list-item-header .col:last-of-type, .comp-product-lists .product-list-item-header .comp-tiles.col-3 .col:last-of-type, .comp-tiles.col-3 .comp-product-lists .product-list-item-header .col:last-of-type {
      text-align: right; } }
  .comp-product-lists .product-list-item {
    background: white; }
    .comp-product-lists .product-list-item p {
      margin-bottom: 25px; }
    .comp-product-lists .product-list-item p, .comp-product-lists .product-list-item li {
      font-size: 15px; }
    .comp-product-lists .product-list-item li {
      line-height: 1.3;
      list-style-type: none; }
      .comp-product-lists .product-list-item li:before {
        display: none; }
    .comp-product-lists .product-list-item ul {
      padding-left: 35px; }
    .comp-product-lists .product-list-item .copy-list-heading {
      color: #053565;
      margin-bottom: 5px; }
    .comp-product-lists .product-list-item .image {
      width: 100%;
      min-height: inherit;
      height: 100%; }
    .comp-product-lists .product-list-item .bg-image {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
    .comp-product-lists .product-list-item .btn-outline {
      display: inline-block;
      vertical-align: top;
      margin-bottom: 10px;
      text-align: left;
      min-width: 175px; }
    .comp-product-lists .product-list-item .btn-link {
      position: relative; }
    .comp-product-lists .product-list-item .actions, .comp-product-lists .product-list-item .copy {
      padding: 20px; }
      .comp-product-lists .product-list-item .actions > :last-child:not(.copy-heading), .comp-product-lists .product-list-item .copy > :last-child:not(.copy-heading) {
        margin-bottom: 0px; }
    .comp-product-lists .product-list-item .copy {
      padding-bottom: 0px; }
    @media (min-width: 768px) {
      .comp-product-lists .product-list-item .copy {
        padding-bottom: 20px; }
      .comp-product-lists .product-list-item .actions {
        text-align: right; } }

.comp-modal-product-list {
  display: inline-block;
  width: 100%;
  max-width: 570px;
  background: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
  .comp-modal-product-list .title {
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.19px;
    background-color: #004778;
    padding: 23px;
    text-align: left;
    margin: 0px;
    position: relative; }
  .comp-modal-product-list .content {
    padding: 30px; }
    .comp-modal-product-list .content p a {
      text-decoration: underline; }
  .comp-modal-product-list .copy-remove-item {
    color: #053565;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.22px;
    margin-bottom: 25px; }
  .comp-modal-product-list .btn {
    text-align: center;
    width: 100%;
    padding-right: 0px !important; }
  .comp-modal-product-list .close-modal {
    position: absolute;
    right: 30px;
    border: none;
    background: none;
    padding: 0px; }
  .comp-modal-product-list hr {
    background: #cecece;
    border-width: 1px; }
  .comp-modal-product-list .add-product-item-form .form-group {
    margin-bottom: 0px; }
  .comp-modal-product-list .add-product-item-form .checkbox {
    margin: 0px;
    color: #004778;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.17px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 30px;
    cursor: pointer; }
    .comp-modal-product-list .add-product-item-form .checkbox input[type=checkbox] {
      opacity: 0; }
    .comp-modal-product-list .add-product-item-form .checkbox span:before {
      content: '';
      position: absolute;
      left: -2px;
      display: block;
      width: 22px;
      height: 22px;
      background: url("clientlibs-css/images/svg/checkbox-empty.svg"); }
    .comp-modal-product-list .add-product-item-form .checkbox input[type=checkbox]:checked + span:before {
      background: url("clientlibs-css/images/svg/checkbox-checked.svg"); }
  .comp-modal-product-list .modal-footer {
    background: transparent; }
    .comp-modal-product-list .modal-footer .btn-outline {
      position: relative; }

.comp-product-lists.comp-onboarding-form .product-list-item {
  background: none;
  border-bottom: #004778 1px solid; }
  .comp-product-lists.comp-onboarding-form .product-list-item .progress-text {
    padding: 20px;
    display: block; }
  .comp-product-lists.comp-onboarding-form .product-list-item .copy-heading {
    font-size: 16px; }
    .comp-product-lists.comp-onboarding-form .product-list-item .copy-heading span {
      display: block;
      margin-top: 10px; }

.onboarding-form {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (min-width: 992px) {
    .onboarding-form {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .onboarding-form .control-label {
    margin-top: 10px; }
  .onboarding-form label.required:after {
    content: '*'; }
  .onboarding-form label.required.inlineRequiredAsterisk:after {
    position: absolute;
    padding-left: 4px; }
  .onboarding-form .error {
    color: #d9534f;
    font-size: 14px;
    margin-top: 4px; }
    .onboarding-form .error.bankAccountField {
      margin-top: 0; }
  @media (min-width: 768px) {
    .onboarding-form .step:not(.step-1) h1 {
      margin-right: 120px; } }
  @media (min-width: 768px) {
    .onboarding-form .logo-fbnz {
      background: url("clientlibs-css/images/svg/fonterra-logo-new.svg") top right no-repeat; } }
  @media (min-width: 768px) {
    .onboarding-form .logo-fbtt {
      background: url("clientlibs-css/images/svg/logo-tip-top.svg") top right no-repeat; } }
  .onboarding-form p a {
    cursor: pointer; }
  .onboarding-form p.disclaimer a {
    text-decoration: underline; }
    .onboarding-form p.disclaimer a:hover {
      text-decoration: none; }
  .onboarding-form textarea:not(.pdf-address) {
    min-height: 130px; }
  .onboarding-form ol ul li,
  .onboarding-form ul ul li {
    list-style-type: disc; }
  .onboarding-form .text-dark-primary,
  .onboarding-form .text-primary {
    color: #053565; }
  .onboarding-form .btn-outline {
    margin-top: 20px; }
  .onboarding-form .section-buttonwrapper .btn-lg {
    font-size: 18px;
    padding: 6px 6px; }
  @media (min-width: 768px) {
    .onboarding-form .lead, .onboarding-form .forgot-password h4, .forgot-password .onboarding-form h4 {
      margin-top: 30px; } }

#tncModal .modal-body h1 {
  margin: 0 0 20px 0; }

@media (min-width: 768px) {
  #tncModal .modal-body .modal-body-header {
    background-position: right 30px top 25px;
    min-height: 90px; } }

#tncModal .modal-body .modal-body-inner {
  padding: 0 30px 20px 20px; }
  @media (min-width: 768px) {
    #tncModal .modal-body .modal-body-inner {
      padding: 0 50px 30px 30px; } }

#explainModal .modal-body {
  padding: 0; }

#explainModal .modal-header {
  padding: 0;
  height: 0; }

.sidebar-blue {
  background-color: #004778;
  margin-bottom: 20px; }
  .sidebar-blue h3 {
    background-color: #004778;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 15px;
    margin: 0; }
    .sidebar-blue h3 a {
      color: white; }
  .sidebar-blue .custom-ol {
    background-color: #ececec;
    padding: 0; }
  .sidebar-blue .anchor-menu {
    color: #053565; }

.custom-ol {
  counter-reset: counter;
  margin: 0;
  padding: 0; }
  .custom-ol li {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #337ab7; }
    .custom-ol li a {
      font-weight: 300;
      padding: 15px 45px 15px 45px;
      display: block;
      position: relative; }
      .custom-ol li a:focus, .custom-ol li a:hover {
        color: #004778; }
        .custom-ol li a:focus:before, .custom-ol li a:hover:before {
          color: #004778; }
      .custom-ol li a:before {
        color: inherit;
        content: counter(counter);
        counter-increment: counter;
        font-size: 16px;
        line-height: 20px;
        font-weight: normal;
        position: absolute;
        top: 15px;
        left: 15px; }
      .custom-ol li a.active {
        background-color: #004778;
        color: white; }
        .custom-ol li a.active:before {
          color: white; }
      .custom-ol li a:after {
        content: '';
        width: 22px;
        height: 14px;
        position: absolute;
        right: 15px;
        top: 15px;
        background: url("clientlibs-css/images/svg/form-tick.svg") center center no-repeat;
        display: none; }
      .custom-ol li a.completed:after {
        display: block; }
      .custom-ol li a.completed.active:after {
        display: none; }

.pdf-download {
  padding: 15px;
  color: white; }
  .pdf-download a {
    color: white;
    font-size: 15px;
    line-height: 21px;
    display: block;
    margin-top: 20px; }
    .pdf-download a span {
      text-decoration: underline; }
    .pdf-download a:hover span {
      text-decoration: none; }

.pdf-download-list li {
  position: relative;
  padding-left: 45px; }
  .pdf-download-list li img {
    position: absolute;
    left: 0;
    top: 0; }

.figure-grey {
  padding: 10px 15px;
  background-color: #f4f4f4;
  color: #337ab7; }
  @media (min-width: 992px) {
    .figure-grey {
      padding: 30px 45px; } }

.radio.label-inline, .checkbox.label-inline {
  display: inline-block; }

.custom-radio,
.custom-checkbox {
  position: relative;
  padding-left: 40px;
  margin-right: 15px; }
  .custom-radio input,
  .custom-checkbox input {
    position: relative;
    z-index: -9999; }
  .custom-radio span,
  .custom-checkbox span {
    width: 30px;
    height: 30px;
    display: block;
    border: 1px solid #ddd;
    position: absolute;
    top: -5px;
    left: 0; }

.custom-checkbox span {
  border: 1px solid #ddd; }

.custom-radio input:checked + span:after {
  width: 14px;
  height: 14px;
  background-color: #004778;
  position: absolute;
  top: 7px;
  left: 7px;
  content: '';
  display: block;
  border-radius: 50%; }

.custom-radio span {
  border-radius: 50%; }

.custom-checkbox input:checked + span:after {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  background: url("clientlibs-css/images/svg/form-tick.svg") center center no-repeat; }

.datepicker {
  background: url("clientlibs-css/images/svg/form-calendar.svg") center right no-repeat;
  background-position: right 15px center; }

.select-picker.open > .btn-default.dropdown-toggle {
  border-color: black;
  background-color: white;
  outline: 0 !important;
  box-shadow: none !important; }

.select-picker.open .caret {
  color: black;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.relative {
  position: relative; }

div.jfilestyle {
  width: 100%;
  margin: 0; }
  div.jfilestyle label {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    border-color: black;
    color: #337ab7;
    font-size: 16px;
    cursor: pointer; }
    div.jfilestyle label > span {
      position: relative;
      padding-left: 35px;
      color: #053565;
      font-family: "FFMarkWeb", "Helvetica Neue", Helvetica, Arial, sans-serif; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.svg-attach {
  background: url("clientlibs-css/images/svg/form-attach.svg") center center no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -7px; }

.svg-tick {
  background: url("clientlibs-css/images/svg/form-tick.svg") center center no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  left: 0;
  top: -7px; }

.svg-spinning {
  background: url("clientlibs-css/images/svg/spin.svg") center center no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite; }

.svg-phone {
  background: url("clientlibs-css/images/svg/phone.svg") center center no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  left: 0;
  top: 11px; }

.svg-mail {
  background: url("clientlibs-css/images/svg/mail.svg") center center no-repeat;
  display: inline-block;
  width: 40px;
  height: 30px;
  position: relative;
  left: 0;
  top: 9px; }

.tooltip-wrapper {
  display: block;
  width: 40px;
  height: 40px;
  background: url("clientlibs-css/images/svg/form-tooltip.svg") center center no-repeat;
  cursor: pointer; }
  @media (min-width: 768px) {
    .tooltip-wrapper {
      position: absolute;
      right: -50px;
      top: 2px; } }
  .tooltip-wrapper span {
    display: block;
    width: 100%;
    height: 100%; }

.explain-wrapper {
  cursor: pointer;
  margin-top: 10px; }
  @media (min-width: 768px) {
    .explain-wrapper {
      position: absolute;
      right: -50px;
      top: 0; } }

.office-search-wrapper {
  position: absolute;
  right: -50px;
  top: 0px;
  width: 48px;
  height: 48px;
  border: 1px solid #2e6da4;
  background: url("clientlibs-css/images/svg/form-search.svg") center center no-repeat;
  cursor: pointer;
  transition: 0.5s all ease-in-out; }
  .office-search-wrapper span {
    display: block;
    width: 100%;
    height: 100%; }
  .office-search-wrapper.disabled {
    pointer-events: none;
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .office-search-wrapper :hover {
    border: 2px solid #004778; }

.reduce-col-padding {
  padding-left: 10px;
  padding-right: 10px; }
  .reduce-col-padding > [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px; }

.signature-container {
  width: 100%;
  margin-top: 20px;
  border: 0; }

.signature-canvas {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: hidden;
  height: 250px; }

.jsignature-trigger {
  border: 1px solid #ddd;
  padding: 13px 15px 3px 15px;
  cursor: pointer;
  display: block;
  color: #333; }
  .jsignature-trigger > span {
    opacity: 0;
    display: none;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    .jsignature-trigger > span.active {
      opacity: 1; }
  .jsignature-trigger.btn-outline {
    padding: 12px 0px 12px 0px;
    padding-right: 0px;
    padding-right: 0px !important;
    text-align: center;
    margin-top: 0px;
    border: 1px solid;
    text-align: center; }
  .jsignature-trigger > p {
    margin: 0px; }

.field-divider {
  font-size: 24px;
  position: relative;
  top: 5px; }

[type=text].inline-block {
  width: 180px;
  padding: 10px 15px;
  margin: 0 5px;
  border: 1px solid #ddd; }

.pac-container:after {
  /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */
  background-image: none !important;
  height: 0; }

.ui-menu-item,
.pac-item {
  padding: 10px 15px !important;
  cursor: pointer !important;
  border: 0 !important;
  font-size: 14px !important;
  list-style-image: none !important; }
  .ui-menu-item *,
  .pac-item * {
    border: 0 !important; }
  .ui-menu-item:hover,
  .pac-item:hover {
    background-color: #004778 !important; }
    .ui-menu-item:hover *,
    .pac-item:hover * {
      color: white !important;
      background: transparent none !important; }
  .ui-menu-item .pac-icon,
  .pac-item .pac-icon {
    display: none !important; }

.ui-menu-item-wrapper {
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important; }

.ui-widget.ui-widget-content {
  padding: 0 !important; }

.form-help .help-title {
  margin-bottom: 20px; }

.form-help .font-lg {
  font-size: 16px; }

.ajax-indicator {
  display: block;
  position: absolute;
  right: 15px;
  top: 8px;
  left: auto; }
  .ajax-indicator.collapse {
    display: none; }
    .ajax-indicator.collapse.in {
      display: block; }
  .ajax-indicator.svg-spinning {
    top: 11px;
    right: 16px; }

@media (max-width: 767px) {
  .mobile-inliner .col-sm-2 {
    float: left;
    width: 70px; } }

@media (max-width: 767px) {
  .mobile-inliner .col-sm-10 {
    float: left;
    width: calc(100vw - 70px); } }

@media (min-width: 768px) {
  .mobile-inliner .col-sm-10 {
    padding-left: 0; } }

.custom-animate {
  max-height: 0;
  overflow: hidden;
  display: block; }

.custom-animate.in {
  max-height: 100px;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out; }

#busInfoCompanyOffice {
  padding-right: 40px; }

[data-show] {
  display: none; }

.step-8.in {
  display: none; }

.logo-fbtt.step-8.in {
  display: block; }

#buying-group-other {
  padding-top: 20px; }

.order-details .item {
  display: block;
  float: left;
  margin-bottom: 10px; }
  .order-details .item .col {
    width: 30%;
    float: left;
    padding-right: 5px; }
  .order-details .item .btn-col {
    width: 10%;
    float: left;
    height: 48px;
    display: block; }
    .order-details .item .btn-col button {
      position: relative;
      cursor: pointer;
      height: 48px;
      padding: 10px 16px;
      border: 0;
      outline: 0 !important; }
    .order-details .item .btn-col .icon-cross,
    .order-details .item .btn-col .icon-plus {
      cursor: pointer;
      width: 50%;
      height: 50%;
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }

.bootstrap-select .dropdown-menu {
  top: auto; }

span.contact-label {
  float: left;
  margin-right: 5px; }

.label-note {
  margin-left: 10px; }
  @media (min-width: 992px) {
    .label-note {
      margin-left: 0;
      position: relative;
      top: -10px; } }

.onboarding-form .pdf-page {
  width: 21cm;
  min-height: 29.7cm;
  padding: 1cm 3cm;
  margin: 1cm auto;
  border: 1px #D3D3D3 solid;
  border-radius: 5px;
  background: white; }
  .onboarding-form .pdf-page .bootstrap-select .bs-caret {
    display: none; }
  .onboarding-form .pdf-page .datepicker {
    background: none; }
  .onboarding-form .pdf-page h1 {
    margin-bottom: 40px; }

@page {
  .onboarding-form {
    size: A4;
    margin: 0; } }

@media print {
  .onboarding-form .pdf-page {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always; } }

.th-ribbon {
  float: left; }
  @media (max-width: 1230px) {
    .th-ribbon img {
      width: 120px; } }
  @media (max-width: 768px) {
    .th-ribbon {
      position: absolute;
      top: 58px; }
      .th-ribbon img {
        width: 100px; } }

.pdf-page .container {
  max-width: none !important; }

.pdf-page .afp-logo {
  width: 150px !important;
  padding-left: 20px !important; }

.pdf-page .comp-product-lists .module-core {
  background: #fff !important; }

.pdf-page .comp-product-lists .module-core h2 {
  font-size: 20px !important; }

.pdf-page h4 {
  font-weight: bold !important;
  font-size: 14px !important; }

.pdf-page .col-sm-2 {
  width: 20% !important; }
  .pdf-page .col-sm-2 p {
    margin-bottom: 2px !important; }

.pdf-page .col-sm-6, .pdf-page .comp-tiles.col-5 .col, .comp-tiles.col-5 .pdf-page .col, .pdf-page .comp-tiles.col-4 .col, .comp-tiles.col-4 .pdf-page .col, .pdf-page .comp-tiles.col-3 .col, .comp-tiles.col-3 .pdf-page .col {
  width: 40% !important; }

.pdf-page .product-list-item {
  border-bottom: 1px solid #aaa !important;
  padding-bottom: 5px;
  page-break-inside: avoid;
  font-size: 11px !important; }

.pdf-page .product-list-item p {
  font-size: 11px !important; }

.pdf-page .product-list-item a {
  font-size: 11px !important; }

.pdf-page .product-list-item h3 {
  font-size: 15px !important; }

.pdf-page .product-list-item .copy {
  padding: 20px 10px 20px 10px !important; }

.pdf-page .comp-product-lists .btn-outline {
  background-color: #053565 !important;
  color: white !important; }

.pdf-page .bg-dark-grey {
  background-color: white !important; }

.pdf-page .product-list-item-header {
  padding-bottom: 5px !important;
  margin-bottom: 0px; }

.pdf-page .product-list-item-header a {
  display: none !important; }

.pdf-page .module-header {
  display: none !important; }

.pdf-page .module-core {
  padding: 15px; }

.grecaptcha-badge {
  display: none; }

.contact-form-sf {
  margin-top: 15px; }
  .copy .contact-form-sf ul li + li {
    margin-top: auto; }
  .contact-form-sf form .relative {
    position: relative; }
  .contact-form-sf form .g-recaptcha iframe {
    width: 100%; }
    .contact-form-sf form .g-recaptcha iframe.error {
      border: 1px solid #d9534f; }
  .contact-form-sf form .dropdown-menu {
    top: auto; }
  .contact-form-sf form .error {
    color: #d9534f;
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 0; }
  .contact-form-sf form textarea {
    min-height: 80px; }
  .contact-form-sf form .bootstrap-select > .dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #555; }

.sign-in .forgot-pass {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 10px; }

.sign-in .checkbox input {
  top: 3px; }

.sign-in .checkbox span {
  margin-left: 5px; }

.forgot-password h1 {
  font-size: 25px; }

.reset-password .copy {
  text-align: center; }

.aem-edit .modal-window .modal.custom {
  display: block;
  position: relative;
  opacity: 100;
  overflow: visible; }

.pdf-page {
  margin: 0;
  padding: 0;
  background-color: #FAFAFA; }
  .pdf-page * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .pdf-page .pdf-catalogue .page {
    width: 21cm;
    min-height: 29.7cm;
    margin: 1cm auto;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    position: relative; }
    .pdf-page .pdf-catalogue .page .inner {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      padding: 1.3cm 2cm 2.5cm;
      background-color: #fff;
      border-radius: 0 0 0 160px; }
      .pdf-page .pdf-catalogue .page .inner.bg-blue {
        background-color: #0e4169;
        color: #fff; }
    .pdf-page .pdf-catalogue .page.last-page {
      margin-bottom: 0; }
    .pdf-page .pdf-catalogue .page.content-page {
      background-color: #0e4169; }
      .pdf-page .pdf-catalogue .page.content-page .inner {
        padding: 3cm 3.8cm; }
    .pdf-page .pdf-catalogue .page.product-page {
      background-color: #0e4169; }
    .pdf-page .pdf-catalogue .page.cover-page .image {
      position: absolute;
      bottom: 0.8cm;
      right: 0.8cm;
      left: 0.8cm;
      top: 0.8cm;
      background-color: #e3e3e3; }
      .pdf-page .pdf-catalogue .page.cover-page .image img {
        width: 100%;
        height: 100%; }
      .pdf-page .pdf-catalogue .page.cover-page .image h2 {
        font-size: 39px;
        font-weight: 700;
        color: #fff;
        position: absolute;
        top: 13.3cm;
        left: 1.2cm;
        text-transform: uppercase; }
    .pdf-page .pdf-catalogue .page.cover-page .border-block {
      height: 7cm;
      top: 11.35cm; }
  .pdf-page .pdf-catalogue .category[data-cat-name="Butter & Spreads"] .cover-page .title {
    color: #0e4169; }

@page {
  .pdf-page .pdf-catalogue {
    size: A4;
    margin: 0; } }
  @media print {
    .pdf-page .pdf-catalogue .page {
      margin: 0;
      border: initial;
      border-radius: initial;
      width: initial;
      min-height: initial;
      box-shadow: initial;
      background: initial;
      page-break-after: always; } }
  .pdf-page .pdf-catalogue .contents {
    display: block;
    float: left;
    width: 100%; }
    .pdf-page .pdf-catalogue .contents h1 {
      color: #0e4169;
      font-weight: 700;
      margin-bottom: 0.8cm; }
    .pdf-page .pdf-catalogue .contents .note {
      font-size: 8px; }
    .pdf-page .pdf-catalogue .contents .separator {
      float: left;
      width: 100%;
      margin-top: 15px;
      margin-bottom: 30px;
      border-top: 1px solid rgba(238, 238, 238, 0.6); }
    .pdf-page .pdf-catalogue .contents .left .category:nth-child(2) .name {
      background-color: #E20F21; }
    .pdf-page .pdf-catalogue .contents .left .category:nth-child(3) .name {
      background-color: #D1D1D1; }
    .pdf-page .pdf-catalogue .contents .right .category:nth-child(1) .name {
      background-color: #FEB83E; }
    .pdf-page .pdf-catalogue .contents .right .category:nth-child(2) .name {
      background-color: #AEE1E4; }
    .pdf-page .pdf-catalogue .contents .right .category:nth-child(3) .name {
      background-color: #3A3A3A; }
    .pdf-page .pdf-catalogue .contents .right .category:nth-child(4) .name {
      background-color: #5AAC3D; }
    .pdf-page .pdf-catalogue .contents .category {
      margin-bottom: 14px; }
      .pdf-page .pdf-catalogue .contents .category .name {
        background-color: #0e4169; }
      .pdf-page .pdf-catalogue .contents .category h2 {
        margin: 0;
        font-size: 16px;
        line-height: 1;
        padding: 4px 10px;
        font-weight: 700;
        color: #fff; }
      .pdf-page .pdf-catalogue .contents .category .sub-categories {
        margin-top: 10px; }
        .pdf-page .pdf-catalogue .contents .category .sub-categories ul {
          list-style-type: none;
          padding-left: 30px; }
          .pdf-page .pdf-catalogue .contents .category .sub-categories ul li {
            font-size: 10px; }
            .pdf-page .pdf-catalogue .contents .category .sub-categories ul li:before {
              content: '\2014';
              position: absolute;
              margin-left: -20px; }
            .pdf-page .pdf-catalogue .contents .category .sub-categories ul li .number {
              float: right; }
    .pdf-page .pdf-catalogue .contents .contents-grid .left,
    .pdf-page .pdf-catalogue .contents .contents-grid .right {
      float: left;
      width: 50%; }
    .pdf-page .pdf-catalogue .contents .contents-grid .left {
      padding-right: 15px; }
    .pdf-page .pdf-catalogue .contents .contents-grid .right {
      padding-left: 15px; }
  .pdf-page .pdf-catalogue span.page-number {
    position: absolute;
    bottom: 0.8cm;
    left: 0;
    width: 100%;
    text-align: center; }
  .pdf-page .pdf-catalogue .border-block {
    position: absolute;
    right: auto;
    left: 0;
    top: 10.85cm;
    height: 8cm;
    width: 0.8cm;
    background-color: #0e4169;
    color: #fff;
    display: block;
    text-align: center;
    padding: 6px;
    font-size: 16px; }
    .pdf-page .pdf-catalogue .border-block p {
      display: block;
      white-space: nowrap;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%) rotate(-90deg);
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(-90deg); }
  .pdf-page .pdf-catalogue .product {
    height: 13.35cm;
    overflow: hidden;
    margin-bottom: 0.2cm; }
    .pdf-page .pdf-catalogue .product h3 {
      font-size: 28px;
      font-weight: 700;
      color: #0e4169;
      margin: 0; }
    .pdf-page .pdf-catalogue .product img {
      max-width: 280px;
      margin: 5px auto; }
    .pdf-page .pdf-catalogue .product .description {
      font-size: 14px;
      line-height: 1.2; }
    .pdf-page .pdf-catalogue .product table {
      font-size: 8px;
      margin: 0;
      margin-top: 10px; }
      .pdf-page .pdf-catalogue .product table p {
        margin: 0; }
      .pdf-page .pdf-catalogue .product table thead tr {
        background-color: #f9f9f9; }
      .pdf-page .pdf-catalogue .product table thead td {
        padding-bottom: 2px;
        font-weight: 700;
        color: #0e4169; }
      .pdf-page .pdf-catalogue .product table thead > tr > td {
        padding: 6px; }
        .pdf-page .pdf-catalogue .product table thead > tr > td:first-of-type {
          width: 2.5cm; }
      .pdf-page .pdf-catalogue .product table > tbody > tr > td {
        padding: 6px; }
      .pdf-page .pdf-catalogue .product table > tbody > tr:nth-of-type(even) {
        background-color: #f9f9f9; }
  .pdf-page .pdf-catalogue .products-no-max .product {
    height: auto; }
  .pdf-page .pdf-catalogue .products-no-max-r .row .product:nth-child(2) {
    height: auto; }
  .pdf-page .pdf-catalogue .front-page-text {
    display: block;
    position: absolute;
    top: 7.6cm;
    left: 4.5cm; }
    .pdf-page .pdf-catalogue .front-page-text hr {
      border-top: 4px solid #fff;
      width: 225px;
      margin: 0; }
    .pdf-page .pdf-catalogue .front-page-text h1 {
      font-weight: 600;
      color: #fff;
      font-size: 72px;
      margin-top: 30px;
      line-height: 1;
      margin-bottom: 5px;
      letter-spacing: -2px;
      text-transform: uppercase; }
    .pdf-page .pdf-catalogue .front-page-text h2 {
      color: #fff;
      font-weight: 400;
      font-size: 26px;
      margin: 0;
      margin-bottom: 28px; }
  .pdf-page .pdf-catalogue .front-page-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .pdf-page .pdf-catalogue .front-page-image img {
      width: 100%;
      height: 100%; }
  .pdf-page .pdf-catalogue .back-page .page {
    margin-bottom: 0; }
  .pdf-page .pdf-catalogue .back-page .inner-blue {
    position: absolute;
    bottom: 0.8cm;
    right: 0.8cm;
    left: 0.8cm;
    top: 0.8cm;
    background-color: #0e4169; }

.prod-text-image-module {
  padding: 17px;
  padding-top: 0; }
  @media (min-width: 992px) {
    .prod-text-image-module {
      padding-top: 8px; } }
  .prod-text-image-module .title {
    display: none;
    font-weight: normal;
    font-family: "FFMarkHeavy", "FFMarkWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .prod-text-image-module .title {
        display: block; } }
    @media (min-width: 992px) {
      .prod-text-image-module .title {
        font-size: 26px;
        line-height: 26px; } }
  .prod-text-image-module .flickarrow {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    margin-bottom: 10px;
    float: left; }
  .prod-text-image-module img {
    max-width: 120px;
    margin: auto; }
  .prod-text-image-module .copy {
    text-align: center;
    color: #004778;
    font-family: "FFMarkBook", "FFMarkWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px; }
    @media (min-width: 992px) {
      .prod-text-image-module .copy {
        font-size: 18px;
        line-height: 22px; } }
  .prod-text-image-module .lead-text {
    margin-bottom: 0;
    font-family: "FFMarkHeavy", "FFMarkWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px; }
    @media (min-width: 992px) {
      .prod-text-image-module .lead-text {
        font-size: 18px;
        line-height: 22px; } }

.full-width .video-module-wrapper {
  position: relative; }
  .full-width .video-module-wrapper--youtube {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; }
    .full-width .video-module-wrapper--youtube iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  @media (min-width: 1230px) {
    .full-width .video-module-wrapper--100vh {
      height: calc(100vh - 151px);
      padding-bottom: 0; }
      .aem-edit .full-width .video-module-wrapper--100vh, .aem-preview .full-width .video-module-wrapper--100vh {
        height: auto; }
      .full-width .video-module-wrapper--100vh iframe {
        position: static;
        width: 100%;
        height: 100%; } }

.full-width .video-player {
  width: 100%;
  display: block; }

.full-width .video-module__poster-image,
.full-width .video-module__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%; }

.full-width .video-module__overlay {
  z-index: 2;
  background: rgba(0, 0, 0, 0.5); }

.full-width .video-module__poster-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.full-width .video-module__play-icon {
  cursor: pointer;
  width: 100px;
  height: 100px;
  background: #ea3e4f;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  @media (min-width: 992px) {
    .full-width .video-module__play-icon {
      width: 160px;
      height: 160px; } }
  .full-width .video-module__play-icon img {
    width: 80px;
    height: 80px;
    margin: auto;
    display: block;
    top: 50%;
    left: 54%;
    position: absolute;
    transform: translate(-46%, -50%); }
    @media (min-width: 992px) {
      .full-width .video-module__play-icon img {
        width: 120px;
        height: 120px; } }

.full-width .video-module__content {
  display: none;
  position: absolute;
  margin-left: calc(50% + 120px);
  top: 50%;
  transform: translateY(-50%);
  padding-right: 20px; }
  @media (min-width: 992px) {
    .full-width .video-module__content {
      display: block; } }
  .full-width .video-module__content span {
    font-family: "FFMarkHeavy", "FFMarkWeb", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .full-width .video-module__content h3 {
    font-size: 44px;
    font-family: "FFMarkHeavy", "FFMarkWeb", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.full-width .video-module__content-mobile {
  padding: 20px;
  text-align: center;
  background: #CD545B; }
  .full-width .video-module__content-mobile span {
    font-size: 14px;
    line-height: 22px;
    font-family: "FFMarkHeavy", "FFMarkWeb", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .full-width .video-module__content-mobile h3 {
    font-size: 26px;
    font-family: "FFMarkHeavy", "FFMarkWeb", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (min-width: 992px) {
    .full-width .video-module__content-mobile {
      display: none; } }

.full-width .video-module__content-mobile,
.full-width .video-module__content {
  color: #fff; }
  .full-width .video-module__content-mobile span,
  .full-width .video-module__content-mobile h3,
  .full-width .video-module__content span,
  .full-width .video-module__content h3 {
    text-transform: uppercase; }
  .full-width .video-module__content-mobile h3,
  .full-width .video-module__content h3 {
    margin: 0; }

.media-grid.section-inner {
  margin: auto;
  max-width: 100%; }
  @media (min-width: 768px) {
    .media-grid.section-inner {
      width: 610px; } }
  @media (min-width: 992px) {
    .media-grid.section-inner {
      width: 800px; } }
  @media (min-width: 1230px) {
    .media-grid.section-inner {
      width: 1000px; } }
  @media (min-width: 1470px) {
    .media-grid.section-inner {
      width: 1200px; } }

.media-tile .cq-placeholder {
  padding: 20px; }

@media (max-width: 991px) {
  .media-tile:nth-child(odd) .media-tile--article .media-tile__content {
    order: 2; } }

.media-tile .grid-item {
  padding: 0; }
  .media-tile .grid-item .media-tile__wrapper {
    display: flex;
    overflow: hidden; }
    @media (min-width: 992px) {
      .media-tile .grid-item .media-tile__wrapper {
        height: 220px; } }
    @media (min-width: 1230px) {
      .media-tile .grid-item .media-tile__wrapper {
        height: 300px; } }
  .media-tile .grid-item:not(.col-md-12) .media-tile__wrapper {
    height: 180px; }
    @media (min-width: 768px) {
      .media-tile .grid-item:not(.col-md-12) .media-tile__wrapper {
        height: 220px; } }
    @media (min-width: 1230px) {
      .media-tile .grid-item:not(.col-md-12) .media-tile__wrapper {
        height: 300px; } }
  .media-tile .grid-item--content-right .media-tile__image {
    order: 1; }
  .media-tile .grid-item--content-right .media-tile__content {
    order: 2; }
  .media-tile .grid-item .media-tile__image {
    width: 50%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .media-tile .grid-item .media-tile__content {
    width: 50%;
    color: #fff;
    background: #004778;
    vertical-align: top;
    padding: 25px 10% 40px 20px; }
    .media-tile .grid-item .media-tile__content--white {
      background: #fff;
      color: #004778; }
    .media-tile .grid-item .media-tile__content--pink {
      background: #CD545B; }
    .media-tile .grid-item .media-tile__content span.pre-heading {
      font-size: 10px;
      text-transform: uppercase;
      font-weight: 600; }
      @media (min-width: 1470px) {
        .media-tile .grid-item .media-tile__content span.pre-heading {
          font-size: 14px; } }
    .media-tile .grid-item .media-tile__content h5.title {
      font-size: 22px;
      font-weight: 400; }
      @media (min-width: 1230px) {
        .media-tile .grid-item .media-tile__content h5.title {
          font-size: 32px; } }
  @media (max-width: 991px) {
    .media-tile .grid-item.col-md-12 .media-tile__wrapper {
      flex-direction: column; }
      .media-tile .grid-item.col-md-12 .media-tile__wrapper .media-tile__image {
        width: 100%;
        order: 1;
        height: 200px; }
      .media-tile .grid-item.col-md-12 .media-tile__wrapper .media-tile__content {
        width: 100%;
        order: 2;
        height: 200px; } }
  .media-tile .grid-item.media-tile--article:hover:after, .media-tile .grid-item.media-tile--article:focus:after, .media-tile .grid-item.media-tile--article:active:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: black;
    opacity: 0.2; }
  .media-tile .grid-item.media-tile--article:hover .media-tile__image img, .media-tile .grid-item.media-tile--article:focus .media-tile__image img, .media-tile .grid-item.media-tile--article:active .media-tile__image img {
    transform: scale(1.04);
    transition: transform .8s linear;
    transform-origin: center; }
  .media-tile .grid-item.media-tile--video .media-tile__image {
    position: relative; }
  .media-tile .grid-item.media-tile--video .media-tile__play-icon {
    cursor: pointer;
    width: 100px;
    height: 100px;
    background: rgba(156, 219, 217, 0.8);
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    @media (min-width: 992px) {
      .media-tile .grid-item.media-tile--video .media-tile__play-icon {
        width: 130px;
        height: 130px; } }
    .media-tile .grid-item.media-tile--video .media-tile__play-icon img {
      height: auto !important;
      width: 80px;
      height: 80px;
      margin: auto;
      display: block;
      top: 50%;
      left: 54%;
      position: absolute;
      transform: translate(-46%, -50%); }
      @media (min-width: 992px) {
        .media-tile .grid-item.media-tile--video .media-tile__play-icon img {
          width: 100px;
          height: 100px; } }
  @media (min-width: 992px) {
    .media-tile .grid-item.media-tile--content .media-tile__wrapper, .media-tile .grid-item.media-tile--video .media-tile__wrapper {
      height: 320px; } }
  @media (min-width: 1230px) {
    .media-tile .grid-item.media-tile--content .media-tile__wrapper, .media-tile .grid-item.media-tile--video .media-tile__wrapper {
      height: 380px; } }
  @media (max-width: 991px) {
    .media-tile .grid-item.media-tile--content .media-tile__wrapper, .media-tile .grid-item.media-tile--video .media-tile__wrapper {
      flex-direction: column; }
      .media-tile .grid-item.media-tile--content .media-tile__wrapper .media-tile__image, .media-tile .grid-item.media-tile--video .media-tile__wrapper .media-tile__image {
        order: 1;
        height: 220px; }
      .media-tile .grid-item.media-tile--content .media-tile__wrapper .media-tile__content, .media-tile .grid-item.media-tile--video .media-tile__wrapper .media-tile__content {
        order: 2;
        height: auto; } }
  .media-tile .grid-item.media-tile--content .media-tile__image, .media-tile .grid-item.media-tile--video .media-tile__image {
    width: 100%; }
    @media (min-width: 992px) {
      .media-tile .grid-item.media-tile--content .media-tile__image, .media-tile .grid-item.media-tile--video .media-tile__image {
        width: 50%; } }
  .media-tile .grid-item.media-tile--content .media-tile__content, .media-tile .grid-item.media-tile--video .media-tile__content {
    width: 100%;
    padding: 30px;
    text-align: center; }
    .media-tile .grid-item.media-tile--content .media-tile__content .description, .media-tile .grid-item.media-tile--video .media-tile__content .description {
      color: inherit;
      font-weight: 400;
      font-size: 14px; }
    @media (min-width: 992px) {
      .media-tile .grid-item.media-tile--content .media-tile__content, .media-tile .grid-item.media-tile--video .media-tile__content {
        width: 50%;
        padding: 50px; }
        .media-tile .grid-item.media-tile--content .media-tile__content .description, .media-tile .grid-item.media-tile--video .media-tile__content .description {
          position: relative;
          font-size: 16px;
          top: 50%;
          transform: translateY(-50%); } }
    .media-tile .grid-item.media-tile--content .media-tile__content .btn, .media-tile .grid-item.media-tile--video .media-tile__content .btn {
      margin-top: 10px; }
  @media (min-width: 992px) {
    .media-tile .grid-item.media-tile--content .media-tile__content, .media-tile .grid-item.media-tile--video .media-tile__content {
      width: 60%; }
    .media-tile .grid-item.media-tile--content.grid-item--content-right .media-tile__content, .media-tile .grid-item.media-tile--video.grid-item--content-right .media-tile__content {
      width: 40%; }
    .media-tile .grid-item.media-tile--content .media-tile__image, .media-tile .grid-item.media-tile--video .media-tile__image {
      width: 40%; }
    .media-tile .grid-item.media-tile--content.grid-item--content-right .media-tile__image, .media-tile .grid-item.media-tile--video.grid-item--content-right .media-tile__image {
      width: 60%; } }
  .media-tile .grid-item .media-tile__wrapper-custom-homepage {
    height: 180px; }
    @media (min-width: 992px) {
      .media-tile .grid-item .media-tile__wrapper-custom-homepage {
        height: 200px; } }
    @media (min-width: 1230px) {
      .media-tile .grid-item .media-tile__wrapper-custom-homepage {
        height: 240px; } }
    .media-tile .grid-item .media-tile__wrapper-custom-homepage .mt-custom-item {
      width: 100%;
      float: left;
      padding: 30px;
      text-align: center;
      height: 100%; }
      @media (min-width: 480px) {
        .media-tile .grid-item .media-tile__wrapper-custom-homepage .mt-custom-item {
          width: 50%; } }
      @media (min-width: 992px) {
        .media-tile .grid-item .media-tile__wrapper-custom-homepage .mt-custom-item {
          width: 20%; } }
      .media-tile .grid-item .media-tile__wrapper-custom-homepage .mt-custom-item p {
        font-weight: 400;
        line-height: 1.2; }
      .media-tile .grid-item .media-tile__wrapper-custom-homepage .mt-custom-item .mt-custom-item__content {
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
      .media-tile .grid-item .media-tile__wrapper-custom-homepage .mt-custom-item--fact {
        color: white;
        font-size: 12px; }
        .media-tile .grid-item .media-tile__wrapper-custom-homepage .mt-custom-item--fact .fact-number {
          display: block;
          font-size: 48px;
          line-height: 1;
          font-weight: 500; }
          .media-tile .grid-item .media-tile__wrapper-custom-homepage .mt-custom-item--fact .fact-number span {
            font-size: 24px; }
        .media-tile .grid-item .media-tile__wrapper-custom-homepage .mt-custom-item--fact p {
          max-width: 60%;
          margin: auto; }
          @media (min-width: 480px) {
            .media-tile .grid-item .media-tile__wrapper-custom-homepage .mt-custom-item--fact p {
              max-width: unset; } }
        @media (min-width: 480px) {
          .media-tile .grid-item .media-tile__wrapper-custom-homepage .mt-custom-item--fact {
            width: 33.333333%; } }
        @media (min-width: 992px) {
          .media-tile .grid-item .media-tile__wrapper-custom-homepage .mt-custom-item--fact {
            width: 20%; } }
      .media-tile .grid-item .media-tile__wrapper-custom-homepage .mt-custom-item--img {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
      @media (min-width: 480px) {
        .media-tile .grid-item .media-tile__wrapper-custom-homepage .mt-custom-item--middle-img {
          width: 33.333333%; } }
      @media (min-width: 992px) {
        .media-tile .grid-item .media-tile__wrapper-custom-homepage .mt-custom-item--middle-img {
          width: 20%; } }
      .media-tile .grid-item .media-tile__wrapper-custom-homepage .mt-custom-item--content {
        font-size: 14px;
        background: #fff;
        color: #004778; }
        @media (min-width: 480px) {
          .media-tile .grid-item .media-tile__wrapper-custom-homepage .mt-custom-item--content {
            font-size: 10px; } }
        @media (min-width: 1230px) {
          .media-tile .grid-item .media-tile__wrapper-custom-homepage .mt-custom-item--content {
            font-size: 12px; } }
        @media (min-width: 1470px) {
          .media-tile .grid-item .media-tile__wrapper-custom-homepage .mt-custom-item--content {
            font-size: 15px; } }

.product-calculator-module {
  background: #CD545B;
  text-align: center;
  color: #fff; }
  .product-calculator-module .product-calculator__title,
  .product-calculator-module .product-calculator__result {
    font-family: "FFMarkBook", "FFMarkWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 21px;
    margin-bottom: 20px; }
    .product-calculator-module .product-calculator__title .product-calculator__saving-term,
    .product-calculator-module .product-calculator__result .product-calculator__saving-term {
      font-size: 13px;
      display: block; }
    @media (min-width: 992px) {
      .product-calculator-module .product-calculator__title,
      .product-calculator-module .product-calculator__result {
        font-size: 42px;
        line-height: 48px; }
        .product-calculator-module .product-calculator__title .product-calculator__saving-term,
        .product-calculator-module .product-calculator__result .product-calculator__saving-term {
          font-size: 21px;
          margin-top: -10px; } }
  .product-calculator-module .product-calculator__title {
    margin-bottom: 30px; }
  .product-calculator-module .product-calculator__result {
    display: block; }
  .product-calculator-module .btn {
    padding-right: 12px !important; }
    @media (min-width: 1230px) {
      .product-calculator-module .btn {
        font-size: 20px;
        padding: 7px 30px 6px 30px;
        padding-right: 30px !important; } }
  .product-calculator-module .product-calculator__prompt,
  .product-calculator-module .product-calculator__switching-text {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .product-calculator-module .product-calculator__prompt,
      .product-calculator-module .product-calculator__switching-text {
        font-size: 24px;
        line-height: 26px; } }
  .product-calculator-module .product-calculator__disclaimer {
    display: block;
    font-size: 10px;
    margin-bottom: 20px; }
  .product-calculator-module .product-calculator__input {
    margin-bottom: 20px;
    color: #000;
    text-align: center;
    font-family: "FFMarkHeavy", "FFMarkWeb", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .product-calculator-module .copy-inner {
    padding: 50px 32px; }
    @media (min-width: 992px) {
      .product-calculator-module .copy-inner {
        padding: 80px; } }

body {
  background-color: #e3e3e3;
  height: 100%; }
  body.landing-page.th {
    background: url(clientlibs-css/images/content/thailand-bg.jpg) no-repeat center top;
    background-color: #000; }
    body.landing-page.th .container {
      max-width: auto; }

.page-content {
  background-color: #fff; }

.texture1 {
  background: transparent url("clientlibs-css/images/textures/texture1.jpg") repeat center center; }

.texture3 {
  background: transparent url("clientlibs-css/images/textures/texture3.jpg") repeat center center; }

.texture4 {
  background: transparent url("clientlibs-css/images/textures/texture4.jpg") repeat center center; }

.icon {
  -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;
  position: relative; }
  .icon:after {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  .icon:active, .icon:focus, .icon:hover {
    outline: 0; }

.icon-chevron {
  position: absolute;
  right: 0;
  width: 13px;
  height: 15px; }
  .icon-chevron:after {
    background: url("clientlibs-css/images/svg/chevron.svg") no-repeat center center/contain; }
  .icon-chevron.white:after {
    background: url("clientlibs-css/images/svg/chevron-white.svg") no-repeat center center/contain; }

.icon-cross {
  position: absolute;
  right: 0;
  width: 13px;
  height: 15px; }
  .icon-cross:after {
    background: url("clientlibs-css/images/svg/close.svg") no-repeat center center/contain; }
  .icon-cross.white::after {
    background: url("clientlibs-css/images/svg/close-white.svg") no-repeat center center/contain; }
  .icon-cross.red::after {
    background: url("clientlibs-css/images/svg/close-red.svg") no-repeat center center/contain; }

.icon-plus {
  position: absolute;
  right: 0;
  width: 13px;
  height: 15px; }
  .icon-plus:after {
    transform: rotate(45deg);
    background: url("clientlibs-css/images/svg/close.svg") no-repeat center center/contain; }

.icon-list {
  width: 13px;
  height: 15px; }
  .icon-list:after {
    background: url("clientlibs-css/images/svg/list.svg") no-repeat center center/contain; }

.title {
  font-weight: 300;
  margin-top: 0; }

.copy {
  position: relative; }

.comp-tile-wide .copy {
  margin: 0; }
  .comp-tile-wide .copy > div {
    position: relative;
    margin: 34px 20px 24px; }

.description {
  color: #1f1f1f;
  margin: 0; }

.bg-dark-blue .description {
  color: #ffffff; }

.image img {
  width: 100%; }

@media (min-width: 768px) {
  .header-container {
    padding: 0 15px; } }

.site-header {
  z-index: 10;
  position: relative; }

.ss-login-trigger {
  float: left;
  display: block;
  position: relative;
  line-height: 1;
  margin: 19px 0px 0px 15px; }
  @media screen and (min-width: 768px) {
    .ss-login-trigger {
      display: none; } }

@media (min-width: 768px) {
  .dropdown-menu.dropdown-menu--2-col {
    right: unset;
    left: 50%;
    transform: translate(-50%, 0);
    min-width: 400px;
    font-size: 14px;
    top: 96%; }
    .dropdown-menu.dropdown-menu--2-col:after, .dropdown-menu.dropdown-menu--2-col:before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 10px 10px; }
    .dropdown-menu.dropdown-menu--2-col:before {
      border-color: transparent transparent rgba(0, 0, 0, 0.15) transparent;
      top: -10px; }
    .dropdown-menu.dropdown-menu--2-col:after {
      border-color: transparent transparent #fff transparent;
      top: -9px; }
    .dropdown-menu.dropdown-menu--2-col .dropdown-menu__col1 {
      float: left;
      width: 50%;
      position: relative; }
      .dropdown-menu.dropdown-menu--2-col .dropdown-menu__col1:after {
        content: '';
        display: block;
        width: 1px;
        background-color: rgba(0, 0, 0, 0.15);
        position: absolute;
        right: 0;
        top: 15px;
        bottom: 15px; }
    .dropdown-menu.dropdown-menu--2-col .dropdown-menu__col2 {
      float: left;
      width: 50%;
      padding-left: 10px; } }

@media (min-width: 992px) {
  .dropdown-menu.dropdown-menu--2-col {
    font-size: 18px; } }

.icon-user {
  width: 18px;
  height: 19px; }
  .icon-user:after {
    background: url("clientlibs-css/images/svg/user.svg") no-repeat center center/contain; }

@media screen and (min-width: 768px) {
  .header-user-account-controls {
    float: right;
    margin-top: 18px;
    margin-right: 15px;
    position: relative; } }

.header-user-account-controls .js-user-panel-trigger {
  display: none; }
  @media screen and (min-width: 768px) {
    .header-user-account-controls .js-user-panel-trigger {
      display: block; } }

.header-user-account-controls .btn-outline {
  text-align: center;
  padding: 6px 60px !important; }

.header-user-account-controls.logged-in .btn-outline {
  position: relative;
  text-align: left;
  padding: 6px 80px 6px 15px !important;
  color: #333; }

.header-user-account-controls .productlists-count-container {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #004778;
  color: white;
  height: 23px;
  min-width: 40px; }
  .header-user-account-controls .productlists-count-container .icon-list {
    transform: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 6px;
    top: 0px;
    left: 0px; }
  .header-user-account-controls .productlists-count-container .count {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.2px;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 7px 0px 6px; }

.user-account-panel {
  width: 267px;
  position: absolute;
  top: 45px;
  left: 34px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 99; }
  @media (min-width: 768px) {
    .user-account-panel {
      left: 50%;
      transform: translateX(-50%); } }
  .user-account-panel.user-account-panel-with-tip {
    top: 60px; }
  .user-account-panel.logged-in {
    width: 100%;
    top: 34px;
    background: #fff;
    box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.2); }
  .user-account-panel form {
    margin-bottom: 20px; }
  .user-account-panel.open {
    display: block; }
  .user-account-panel .panel-heading {
    padding: 20px;
    text-align: left;
    margin: 0px;
    color: #fff;
    font-size: 17px;
    line-height: 1;
    font-weight: 300;
    background: #004778;
    position: relative; }
    .user-account-panel .panel-heading:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 26.5px 22px 26.5px;
      border-color: transparent transparent #004778 transparent;
      position: absolute;
      top: -13px;
      left: 11px; }
      @media (min-width: 768px) {
        .user-account-panel .panel-heading:after {
          left: 50%;
          transform: translateX(-50%); } }
  .user-account-panel .panel-content {
    padding: 25px; }
  .user-account-panel .panel-links {
    display: inline-block;
    width: 100%; }
    .user-account-panel .panel-links a {
      display: block;
      width: 100%;
      padding: 10px;
      font-size: 15px;
      font-weight: 300;
      color: #333;
      background-color: #fff; }
      .user-account-panel .panel-links a.active {
        background-color: #004778;
        color: white; }
      .user-account-panel .panel-links a:hover, .user-account-panel .panel-links a:focus {
        background: #efefef; }
  .user-account-panel .form-group {
    margin-bottom: 0px; }
  .user-account-panel .checkbox {
    font-size: 12px; }
    .user-account-panel .checkbox span {
      margin-left: 5px; }
  .user-account-panel .btn {
    width: 100%;
    padding: 6px 0px !important; }
  .user-account-panel .btn-link {
    font-size: 13px;
    margin-top: 25px;
    display: block;
    padding: 0px;
    text-decoration: underline; }
  .user-account-panel p {
    color: #181818;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.16px; }
  .user-account-panel .error-message {
    color: #d9534f; }
  .user-account-panel .response-message {
    margin-top: 10px; }

.icon-search {
  width: 20px;
  height: 20px;
  background: url(clientlibs-css/images/svg/search.svg) no-repeat center/contain;
  text-indent: -9999px;
  border: 0;
  display: inline-block; }
  .icon-search:active, .icon-search:focus {
    outline: 0; }

@media (min-width: 768px) {
  .main-menu.has-th-ribbon ul > li > a {
    font-size: 12px; } }

@media (min-width: 992px) {
  .main-menu.has-th-ribbon ul > li > a {
    font-size: 16px; } }

@media (min-width: 1230px) {
  .main-menu.has-th-ribbon ul > li > a {
    font-size: 18px; } }

@media (min-width: 768px) {
  .main-menu.has-th-ribbon .navbar-brand {
    margin-left: -30px; } }

.main-menu .search-icon {
  width: 25px;
  height: 25px;
  display: block;
  margin: auto; }
  @media (max-width: 1230px) {
    .main-menu .search-icon {
      width: 22px;
      height: 22px; } }
  @media (max-width: 992px) {
    .main-menu .search-icon {
      width: 18px;
      height: 18px; } }

.main-menu .search-toggle.icon-search {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  z-index: 2; }

.main-menu .navbar-nav {
  border: 0; }
  .main-menu .navbar-nav li {
    background-color: #004778;
    color: #fff;
    position: relative; }
    .main-menu .navbar-nav li a {
      color: inherit; }
    .main-menu .navbar-nav li .dropdown-toggle {
      position: absolute;
      top: 6px;
      right: 0;
      background: transparent;
      padding: 0;
      width: 30px;
      border: 0;
      height: 30px; }
      .main-menu .navbar-nav li .dropdown-toggle .caret {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        display: block;
        -webkit-filter: saturate(0%) brightness(1000%);
        filter: saturate(0%) brightness(1000%);
        position: relative;
        width: 50%;
        height: 50%;
        border: 0;
        background: url("clientlibs-css/images/svg/chevron.svg") no-repeat center center/contain; }
    .main-menu .navbar-nav li.active, .main-menu .navbar-nav li:active, .main-menu .navbar-nav li:hover {
      background-color: #003c65; }
      .main-menu .navbar-nav li.active .dropdown-toggle, .main-menu .navbar-nav li:active .dropdown-toggle, .main-menu .navbar-nav li:hover .dropdown-toggle {
        background-color: transparent; }
    .main-menu .navbar-nav li + li {
      border-top: 1px solid #004372; }

@media (min-width: 768px) {
  .main-menu ul > li > a {
    border: 0;
    background-color: transparent;
    font-size: 14px;
    padding: 12px 15px;
    line-height: 24px;
    font-weight: 300; }
  .main-menu .navbar-nav li {
    background-color: transparent;
    color: #004778; }
    .main-menu .navbar-nav li.active, .main-menu .navbar-nav li:active, .main-menu .navbar-nav li:hover {
      color: #e02526;
      background-color: transparent; }
    .main-menu .navbar-nav li .dropdown {
      margin-right: 15px; }
    .main-menu .navbar-nav li .dropdown-toggle {
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      top: 50%;
      right: -7.5px;
      width: 20px;
      height: 20px; }
      .main-menu .navbar-nav li .dropdown-toggle .caret {
        -webkit-filter: saturate(100%) brightness(100%);
        filter: saturate(100%) brightness(100%);
        border: 0;
        width: 60%;
        height: 70%; }
    .main-menu .navbar-nav li + li {
      border-top: 0; }
  .main-menu .navbar-nav.navbar-right {
    position: absolute;
    margin-right: 0;
    bottom: 0;
    right: 20px; }
  .main-menu .search-toggle.icon-search {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%; } }

@media (min-width: 992px) {
  .main-menu .navbar-nav li.dropdown-toggle {
    right: -5px; }
  .main-menu .navbar-nav.navbar-right {
    margin-right: 5px; }
  .main-menu ul > li > a {
    font-size: 18px;
    padding: 12px 0;
    padding-left: 15px;
    padding-right: 25px; } }

@media (min-width: 1230px) {
  .main-menu .navbar-nav.navbar-right {
    bottom: 0px; } }

.search-form {
  z-index: 1; }
  .search-form form {
    position: relative;
    margin: 10px 40px 10px 15px; }
  .search-form .icon-search {
    position: absolute;
    right: -30px;
    top: 8px; }
  .search-form.desktop {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0;
    display: block;
    position: absolute;
    right: 40px;
    top: 50%; }
  .search-form.desktop.in {
    opacity: 1; }

.icon-search[aria-expanded="true"] {
  background: url("clientlibs-css/images/svg/close.svg") no-repeat center center/contain; }

.social-block {
  padding: 10px 30px; }
  @media (min-width: 768px) {
    .social-block {
      padding: 20px 80px 20px 80px; } }
  .social-block h4 {
    float: left;
    margin-right: 15px; }
    @media (min-width: 768px) {
      .social-block h4 {
        margin-right: 40px; } }
  .social-block .icons img {
    width: 36px;
    margin-right: 3px; }
    @media (min-width: 768px) {
      .social-block .icons img {
        width: auto;
        margin-right: 6px; } }

.site-footer {
  color: #fff;
  position: relative;
  padding: 30px 35px;
  background-color: #004778 !important;
  background-size: 141px auto !important; }
  .site-footer .row.bottom {
    margin: auto; }
  .site-footer .social-container-module {
    margin-bottom: 20px; }
    @media (min-width: 480px) {
      .site-footer .social-container-module {
        margin-bottom: 32px; } }
    .site-footer .social-container-module a:not(:last-of-type) {
      margin-right: 10px; }
      @media (min-width: 768px) {
        .site-footer .social-container-module a:not(:last-of-type) {
          margin-right: 18px; } }
    .site-footer .social-container-module a:hover svg .circle, .site-footer .social-container-module a:focus svg .circle {
      fill: #FFF; }
    .site-footer .social-container-module a:hover svg .icon, .site-footer .social-container-module a:focus svg .icon {
      fill: #004778; }
  .site-footer .copyright {
    color: #c5e7ff; }
  .site-footer .footer-nav a, .site-footer .footer-sub-nav a {
    color: #fff; }
    .site-footer .footer-nav a:hover, .site-footer .footer-sub-nav a:hover {
      color: #C5E7FA; }
  .site-footer .footer-nav {
    font-size: 14px; }
    .site-footer .footer-nav li a {
      color: #fff; }
  .site-footer .footer-sub-nav {
    font-size: 12px;
    margin-top: 10px;
    margin-right: 10px;
    float: left; }
    @media (max-width: 510px) {
      .site-footer .footer-sub-nav li {
        display: block; } }
  .site-footer li a {
    font-size: inherit; }
  @media (min-width: 768px) {
    .site-footer {
      height: auto;
      padding: 70px 80px 60px 80px;
      background-size: 200px auto !important; } }
  @media (min-width: 768px) {
    .site-footer--with-social-icons {
      padding: 40px 80px 30px 80px; } }
  @media (min-width: 1230px) {
    .site-footer {
      background-size: auto !important; }
      .site-footer .footer-nav {
        font-size: 17px; }
      .site-footer .footer-sub-nav {
        font-size: 14px; } }

.flickarrow {
  width: 50px;
  width: 40px;
  margin-right: 20px;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .flickarrow {
      width: 90px;
      height: 80px; } }
  @media (min-width: 1230px) {
    .flickarrow {
      width: 100px;
      height: 100px;
      margin-right: 15px;
      margin-bottom: 15px; } }

.copy .copy {
  padding: 0; }

.comp-article .cq-dd-image {
  margin: 20px 0; }

.comp-article .image .cq-dd-image {
  margin: 0; }

.newsArticleTitle {
  border-bottom: 6px solid #004778;
  margin-bottom: 20px;
  padding-bottom: 5px; }
  .newsArticleTitle .title {
    text-transform: uppercase;
    font-size: 24px;
    color: #004778;
    font-weight: 500; }
  .newsArticleTitle .mins {
    color: #666; }
  .newsArticleTitle .date {
    font-weight: 400;
    padding-right: 10px; }
  @media (min-width: 768px) {
    .newsArticleTitle .title {
      font-size: 30px; } }
  @media (min-width: 1230px) {
    .newsArticleTitle .title {
      font-size: 39px; } }

.comp-tile.tile a:focus {
  outline: none; }

.overflow-hidden {
  overflow: hidden; }

@media (min-width: 992px) {
  .push-to-bottom {
    position: relative; }
    .push-to-bottom > div {
      position: static; }
    .push-to-bottom .btn {
      position: absolute;
      bottom: 22px;
      right: 10px; } }

#map-contact-us .image {
  position: relative; }

.pin {
  position: absolute;
  width: 33px;
  height: 45px;
  display: block;
  background: url("clientlibs-css/images/sprite/map-icon-sprite-sml.png") top left no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  z-index: 10; }
  .pin:hover {
    background-position: 0 -50px;
    z-index: 20; }
  .pin:active, .pin.active {
    background-position: 0 -100px;
    z-index: 20; }

.pin-australia {
  top: 72.1649484536%;
  left: 43.75%; }

.pin-caribbean {
  top: 46%;
  left: 85.5%; }

.pin-usa {
  top: 39.9484536082%;
  left: 80.15625%; }

.pin-china {
  top: 34.1494845361%;
  left: 41.953125%; }

.pin-hong-kong {
  top: 47.6804123711%;
  left: 38.59375%; }

.pin-indonesia {
  top: 59.5360824742%;
  left: 37.890625%;
  z-index: 11; }

.pin-taiwan {
  top: 47.6804123711%;
  left: 40%; }

.pin-korea {
  top: 40.3350515464%;
  left: 41.953125%; }

.pin-malaysia {
  top: 53.4793814433%;
  left: 34.6875%;
  z-index: 11; }

.pin-sri-lanka {
  top: 55.2835051546%;
  left: 28.515625%; }

.pin-mauritius {
  top: 68.9432989691%;
  left: 21.953125%; }

.pin-new-zealand {
  top: 78.8659793814%;
  left: 56.09375%; }

.pin-philippines {
  top: 55.2835051546%;
  left: 41.09375%;
  z-index: 11; }

.pin-singapore {
  top: 57.8608247423%;
  left: 34.6875%;
  z-index: 11; }

.pin-japan {
  top: 40.5927835052%;
  left: 45.078125%; }

.pin-thailand {
  top: 53.6%;
  left: 35.9%;
  z-index: 11; }

.pin-ksa {
  top: 47.6804123711%;
  left: 17.96875%; }

.pin-myanmar {
  top: 50.1288659794%;
  left: 33.203125%; }

.pin-chile {
  top: 74.6134020619%;
  left: 88.671875%; }

.pin-upper-gulf {
  top: 45.2319587629%;
  left: 20.3125%; }

.pin-lower-gulf {
  top: 47.8092783505%;
  left: 20.3125%;
  z-index: 11; }

.pin-vietnam {
  left: 37.1%;
  top: 53.2%; }

#accordion {
  margin-bottom: 0; }

@media (min-width: 992px) {
  .equal-height {
    display: table;
    width: 100%; } }

.equal-height .col {
  padding: 0 !important; }
  @media (min-width: 992px) {
    .equal-height .col {
      float: none !important;
      display: table-cell !important;
      vertical-align: top; } }

@media (min-width: 992px) {
  .equal-height .col-divider {
    width: 4px !important;
    background-color: white; } }

.panel-contact:hover {
  background-color: #ededed;
  color: #004778; }
  .panel-contact:hover a {
    color: #004778;
    background-color: #ededed; }
  .panel-contact:hover .panel-heading a[aria-expanded=true] {
    background-color: #838383;
    color: #fff;
    font-weight: 400; }

@media (max-width: 991px) {
  .center-on-sml-device {
    text-align: center; } }

@media (max-width: 991px) {
  .center-on-sml-device img {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto; } }

.holding {
  background: white;
  position: relative; }
  .holding .holding-logo {
    max-width: 60%; }
  .holding .footer,
  .holding .content {
    position: absolute;
    width: 100%; }
  .holding .content {
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: -31px; }
  .holding .footer {
    position: absolute;
    bottom: 0; }
  @media (max-width: 991px) {
    .holding .h3 {
      font-size: 15px; }
    .holding p {
      font-size: 13px; } }

.sign-up-header .title {
  color: #004778;
  font-weight: bold; }

.sign-up-header .sub-title {
  color: #004778;
  font-weight: normal; }

.comp__header-search-trigger {
  position: absolute;
  bottom: 15px;
  right: 7px; }

.site-search {
  border-top: 1px solid #eee;
  height: 30px;
  position: absolute;
  bottom: 8px;
  right: 0px;
  overflow: hidden;
  width: 0;
  background-color: #fff;
  -webkit-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  z-index: 10; }
  @media (max-width: 1230px) {
    .site-search {
      bottom: 7px;
      right: -1px; } }
  @media (max-width: 992px) {
    .site-search {
      right: 2px;
      bottom: 10px; } }
  @media (min-width: 992px) {
    .site-search {
      height: 40px; } }
  .site-search.active {
    width: calc(100% - 280px); }
    @media (min-width: 992px) {
      .site-search.active {
        width: calc(100% - 340px); } }
    @media (min-width: 1230px) {
      .site-search.active {
        width: calc(100% - 400px); } }
  .site-search button {
    border: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    border-left: 1px solid #eee;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 25px;
    background-color: #eee;
    border-left-color: #eee;
    color: #a78e5d;
    outline: 0; }
    @media (min-width: 992px) {
      .site-search button {
        width: 40px;
        height: 40px; } }
    .site-search button i {
      position: relative;
      top: 1px; }
      @media (min-width: 992px) {
        .site-search button i {
          top: -2px; } }
  .site-search input[type=text] {
    width: 100%;
    height: 30px;
    background-color: #eee;
    padding-left: 10px;
    padding-right: 40px;
    border: 0;
    outline: 0;
    font-family: "FFMarkWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #004778;
    font-size: 20px; }
    @media (min-width: 992px) {
      .site-search input[type=text] {
        height: 40px;
        padding-right: 50px; } }

.site-search-mobile {
  padding: 4px 10px 6px 10px; }
  .site-search-mobile input {
    padding: 1px;
    padding-left: 10px;
    display: table-cell;
    outline: 0; }
  .site-search-mobile button {
    float: right;
    background: white;
    border: none;
    height: 35px;
    outline: 0; }

@media (min-width: 992px) {
  .search-module h1 {
    margin-bottom: 20px; } }

.close-modal {
  height: 15px;
  width: 15px; }
  .close-modal .icon-cross {
    top: 0px; }

.product-details-table {
  width: 100%; }
  .product-details-table thead td {
    padding: 8px 5px 0px 5px; }
    .product-details-table thead td h3 {
      font-weight: 400;
      font-size: 14px;
      margin-top: 0; }
      @media (min-width: 992px) {
        .product-details-table thead td h3 {
          font-size: initial; } }
  .product-details-table thead .lead, .product-details-table thead .forgot-password h4, .forgot-password .product-details-table thead h4 {
    margin-bottom: 5px; }
  .product-details-table tbody td {
    padding: 5px 5px 5px 5px; }
    @media (min-width: 992px) {
      .product-details-table tbody td {
        padding: 15px 5px 15px 5px; } }
    .product-details-table tbody td p {
      margin: 0; }
  .product-details-table tbody tr {
    border-top: 1px solid #AAA; }
  .product-details-table .text-right {
    text-align: center; }

.product-copy-col .prod {
  background: #f7f7f7; }
  @media (min-width: 768px) {
    .product-copy-col .prod {
      background: #fff; } }

.product-copy-col .nutrition h3 {
  margin-top: 0;
  margin-bottom: 40px; }
  .product-copy-col .nutrition h3 span {
    font-weight: 500; }

@media (min-width: 768px) {
  .product-copy-col .nutrition {
    padding-top: 15px;
    padding-bottom: 40px; } }

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

.error-message {
  color: #d9534f;
  font-size: 14px; }

.headings h1 {
  font-size: 25px; }

.sign-in form, .sign-up form, .reset-password form, .forgot-password form {
  margin-top: 20px; }
  @media (min-width: 992px) {
    .sign-in form, .sign-up form, .reset-password form, .forgot-password form {
      margin: 40px 0; } }
  .sign-in form .bootstrap-select > .dropdown-toggle, .sign-up form .bootstrap-select > .dropdown-toggle, .reset-password form .bootstrap-select > .dropdown-toggle, .forgot-password form .bootstrap-select > .dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #555; }

.admin-section {
  padding: 30px 50px; }
  .admin-section .headings {
    margin-bottom: 20px; }
    .admin-section .headings h3 {
      margin-top: 0; }
  .admin-section .download {
    display: block; }
    @media (min-width: 992px) {
      .admin-section .download {
        margin-top: 25px; } }
  .admin-section label {
    font-weight: 500; }

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

#acs-commons-env-indicator {
  z-index: 9999; }

body.full-width {
  max-width: 1920px;
  margin: auto; }
  @media (min-width: 992px) {
    body.full-width {
      font-size: 18px; } }
  body.full-width .col-article-items .col-sm-6, body.full-width .col-article-items .comp-tiles.col-5 .col, .comp-tiles.col-5 body.full-width .col-article-items .col, body.full-width .col-article-items .comp-tiles.col-4 .col, .comp-tiles.col-4 body.full-width .col-article-items .col, body.full-width .col-article-items .comp-tiles.col-3 .col, .comp-tiles.col-3 body.full-width .col-article-items .col,
  body.full-width .col-product-specs .col-sm-6,
  body.full-width .col-product-specs .comp-tiles.col-5 .col,
  .comp-tiles.col-5 body.full-width .col-product-specs .col,
  body.full-width .col-product-specs .comp-tiles.col-4 .col,
  .comp-tiles.col-4 body.full-width .col-product-specs .col,
  body.full-width .col-product-specs .comp-tiles.col-3 .col,
  .comp-tiles.col-3 body.full-width .col-product-specs .col {
    width: 100%; }
    @media (min-width: 1470px) {
      body.full-width .col-article-items .col-sm-6, body.full-width .col-article-items .comp-tiles.col-5 .col, .comp-tiles.col-5 body.full-width .col-article-items .col, body.full-width .col-article-items .comp-tiles.col-4 .col, .comp-tiles.col-4 body.full-width .col-article-items .col, body.full-width .col-article-items .comp-tiles.col-3 .col, .comp-tiles.col-3 body.full-width .col-article-items .col,
      body.full-width .col-product-specs .col-sm-6,
      body.full-width .col-product-specs .comp-tiles.col-5 .col,
      .comp-tiles.col-5 body.full-width .col-product-specs .col,
      body.full-width .col-product-specs .comp-tiles.col-4 .col,
      .comp-tiles.col-4 body.full-width .col-product-specs .col,
      body.full-width .col-product-specs .comp-tiles.col-3 .col,
      .comp-tiles.col-3 body.full-width .col-product-specs .col {
        width: 50%; } }
  body.full-width .col-article-items.row {
    margin-left: -30px;
    margin-right: -30px; }
  @media (max-width: 767px) {
    
    body.full-width .col-product-specs .col-sm-6,
    body.full-width .col-product-specs .comp-tiles.col-5 .col,
    .comp-tiles.col-5 body.full-width .col-product-specs .col,
    body.full-width .col-product-specs .comp-tiles.col-4 .col,
    .comp-tiles.col-4 body.full-width .col-product-specs .col,
    body.full-width .col-product-specs .comp-tiles.col-3 .col,
    .comp-tiles.col-3 body.full-width .col-product-specs .col {
      text-align: center; }
      body.full-width .col-product-specs .col-sm-6 table td, body.full-width .col-product-specs .comp-tiles.col-5 .col table td, .comp-tiles.col-5 body.full-width .col-product-specs .col table td, body.full-width .col-product-specs .comp-tiles.col-4 .col table td, .comp-tiles.col-4 body.full-width .col-product-specs .col table td, body.full-width .col-product-specs .comp-tiles.col-3 .col table td, .comp-tiles.col-3 body.full-width .col-product-specs .col table td {
        display: block; } }
  body.full-width .col-product-specs ul {
    padding-left: 0; }
    @media (min-width: 768px) {
      body.full-width .col-product-specs ul {
        list-style-position: outside !important;
        margin-left: 20px; } }
    body.full-width .col-product-specs ul li {
      margin-bottom: 10px; }
  body.full-width .col-product-specs .comp__separator {
    padding-bottom: 5px; }
  @media (min-width: 992px) {
    body.full-width .page-content--full-width {
      padding-top: 151px; } }
  @media (min-width: 992px) {
    body.full-width .full-width-fixed-nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      background: #fff;
      width: 100%;
      z-index: 99;
      max-width: 1920px;
      margin: auto; } }
  @media (min-width: 992px) {
    body.full-width .aem-edit .full-width-fixed-nav {
      position: static; } }
  body.full-width .richText td {
    padding-bottom: 10px;
    padding-right: 5px; }
  body.full-width .btn:not(.btn-sm) {
    padding-top: 7px; }
  @media (min-width: 992px) {
    body.full-width .main-menu .navbar-nav li .dropdown-toggle {
      right: 0; } }
  body.full-width .site-footer {
    background-image: none !important; }
    body.full-width .site-footer .row {
      position: relative;
      text-align: center; }
      @media (min-width: 768px) {
        body.full-width .site-footer .row {
          text-align: left; } }
    body.full-width .site-footer .footer-sub-nav {
      float: none;
      margin-top: 20px; }
      @media (min-width: 768px) {
        body.full-width .site-footer .footer-sub-nav {
          float: left;
          margin-top: auto; } }
    body.full-width .site-footer .full-width-footer-logo {
      margin-top: 10px; }
      @media (min-width: 768px) {
        body.full-width .site-footer .full-width-footer-logo {
          position: absolute;
          bottom: 12px;
          right: 0; } }

section.section-padding {
  padding: 20px 0; }
  @media (min-width: 768px) {
    section.section-padding {
      padding: 30px 0; } }

.full-width section.section-padding {
  padding: 32px 0; }
  @media (min-width: 768px) {
    .full-width section.section-padding {
      padding: 32px 0; } }

section.section-padding-lg {
  padding: 20px 0; }
  @media (min-width: 768px) {
    section.section-padding-lg {
      padding: 100px 0 140px; } }

/*# sourceMappingURL=theme.css.map */
.us-rebate-form .g-recaptcha iframe.error {
  border: 1px solid #d9534f;
}
.us-rebate-form .checkbox input[type="checkbox"]:checked ~ label:after {
  content: '';
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.us-rebate-form .checkbox label {
  color: #333;
}
.us-rebate-form .checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  margin-left: 0px;
  border: 1px solid #cccccc;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.us-rebate-form .checkbox label:after {
  display: block;
  position: absolute;
  width: 8px;
  height: 16px;
  left: 9px;
  top: 2px;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.us-rebate-form .checkbox label.error {
  color: #d9534f;
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 0;
  display: block;
  position: absolute;
  bottom: -25px;
}
.us-rebate-form .checkbox label.error:before {
  width: 0;
  height: 0;
  border: 0;
}
.us-rebate-form .checkbox button {
  background-color: transparent;
  border: 0;
  color: #004778;
  padding: 0;
}
.us-rebate-form .jfilestyle label {
  background-image: url(clientlibs-css/images/svg/iconfinder_editor-attachment-paper-clip_763388.svg);
  background-position: left;
  background-repeat: no-repeat;
  text-align: left;
  color: #ddd;
  border-color: #ddd;
  border-radius: 0;
  padding: 7px 25px;
}
.us-rebate-form .jfilestyle label span:not(.count-jfilestyle) {
  color: #ddd;
  padding-left: 0;
}
.us-rebate-form .bootstrap-select > .dropdown-toggle {
  color: inherit;
}
.us-rebate-form__v2__header {
  position: relative;
  padding: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .us-rebate-form__v2__header {
    padding: 20px;
  }
}
.us-rebate-form__v2__header:before,
.us-rebate-form__v2__header:after {
  width: 30px;
  height: 30px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
@media (max-width: 767px) {
  .us-rebate-form__v2__header:before,
  .us-rebate-form__v2__header:after {
    width: 20px;
    height: 20px;
    border-width: 7px !important;
  }
}
.us-rebate-form__v2__header:before {
  top: 0;
  left: 0;
  border-left: solid 10px #003865;
  border-top: solid 10px #003865;
}
.us-rebate-form__v2__header:after {
  border-right: solid 10px #003865;
  border-bottom: solid 10px #003865;
  bottom: 0;
  right: 0;
}
.us-rebate-form__v2__header .headline > * *,
.us-rebate-form__v2__header .description > * * {
  color: #004778;
}
.us-rebate-form__v2__header .headline > * * {
  margin-top: 0;
}
.us-rebate-form__v2__wrapper form {
  padding: 40px 0;
}
@media (min-width: 769px) {
  .us-rebate-form__v2__wrapper form > .flex > * {
    width: calc(50% - 15px);
    flex-wrap: wrap;
  }
  .us-rebate-form__v2__wrapper form > .flex > *:nth-child(odd) {
    margin-right: 30px;
  }
}
.us-rebate-form__v2__wrapper form .form-group {
  position: relative;
}
@media (min-width: 768px) {
  .us-rebate-form__v2__wrapper form .form-group > .row {
    margin: 0;
  }
}
.us-rebate-form__v2__wrapper form .form-group .form-control,
.us-rebate-form__v2__wrapper form .form-group .jfilestyle label {
  border-color: transparent;
  -moz-appearance: textfield;
}
.us-rebate-form__v2__wrapper form .form-group .form-control::-webkit-outer-spin-button,
.us-rebate-form__v2__wrapper form .form-group .jfilestyle label::-webkit-outer-spin-button,
.us-rebate-form__v2__wrapper form .form-group .form-control::-webkit-inner-spin-button,
.us-rebate-form__v2__wrapper form .form-group .jfilestyle label::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.us-rebate-form__v2__wrapper form .form-group .form-control[readonly],
.us-rebate-form__v2__wrapper form .form-group .jfilestyle label[readonly] {
  background-color: white;
  cursor: default;
}
.us-rebate-form__v2__wrapper form .form-group .form-control:focus,
.us-rebate-form__v2__wrapper form .form-group .jfilestyle label:focus,
.us-rebate-form__v2__wrapper form .form-group .form-control:placeholder-shown,
.us-rebate-form__v2__wrapper form .form-group .jfilestyle label:placeholder-shown {
  border-color: #4698ca;
}
.us-rebate-form__v2__wrapper form .form-group .jfilestyle label {
  padding: 12px 25px;
}
.us-rebate-form__v2__wrapper form .form-group.has-error.has-danger .form-control {
  border-color: #cd545b;
}
.us-rebate-form__v2__wrapper form .form-group .form-control,
.us-rebate-form__v2__wrapper form .form-group .dropdown-toggle,
.us-rebate-form__v2__wrapper form .form-group .jfilestyle label {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.us-rebate-form__v2__wrapper form .form-group textarea.form-control {
  min-height: 165px;
}
.us-rebate-form__v2__wrapper form .form-group .form-control,
.us-rebate-form__v2__wrapper form .form-group label {
  font-family: MarkOffcPro-Book, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.15px;
}
@media (min-width: 769px) {
  .us-rebate-form__v2__wrapper form .form-group .form-control,
  .us-rebate-form__v2__wrapper form .form-group label {
    line-height: 2.33;
  }
}
@media (max-width: 767px) {
  .us-rebate-form__v2__wrapper form .form-group .form-control,
  .us-rebate-form__v2__wrapper form .form-group label {
    font-size: 15px;
  }
}
.us-rebate-form__v2__wrapper form .form-group .form-control.error,
.us-rebate-form__v2__wrapper form .form-group label.error {
  color: #cd545b;
  border-color: #cd545b;
}
.us-rebate-form__v2__wrapper form .form-group .form-control.error:after,
.us-rebate-form__v2__wrapper form .form-group label.error:after {
  display: none;
}
.us-rebate-form__v2__wrapper form .form-group .form-control.error:not([style="display: none;"]) + .jfilestyle .focus-jfilestyle label,
.us-rebate-form__v2__wrapper form .form-group label.error:not([style="display: none;"]) + .jfilestyle .focus-jfilestyle label {
  border: solid 1px #cd545b;
}
.us-rebate-form__v2__wrapper form .form-group .form-control,
.us-rebate-form__v2__wrapper form .form-group .jfilestyle label {
  min-height: 67px;
  color: #414042;
}
@media (max-width: 767px) {
  .us-rebate-form__v2__wrapper form .form-group .form-control,
  .us-rebate-form__v2__wrapper form .form-group .jfilestyle label {
    min-height: 60px;
  }
}
.us-rebate-form__v2__wrapper form .form-group label,
.us-rebate-form__v2__wrapper form .form-group .dropdown-toggle {
  color: #004778;
  height: 100%;
}
.us-rebate-form__v2__wrapper form .form-group label.control-label span,
.us-rebate-form__v2__wrapper form .form-group .dropdown-toggle.control-label span {
  color: #cd545b;
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .us-rebate-form__v2__wrapper form .form-group label.control-label span,
  .us-rebate-form__v2__wrapper form .form-group .dropdown-toggle.control-label span {
    margin-right: 10px;
  }
}
.us-rebate-form__v2__wrapper form .form-group .help-block {
  position: absolute;
  bottom: 0;
  left: 30px;
  color: #cd545b;
}
@media (max-width: 767px) {
  .us-rebate-form__v2__wrapper form .form-group .help-block {
    left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .us-rebate-form__v2__wrapper form .form-group .help-block ul {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
  .us-rebate-form__v2__wrapper form .form-group .help-block ul {
    margin-bottom: 0;
  }
}
.us-rebate-form__v2__wrapper form .form-group .help-block.with-errors li {
  color: inherit;
}
.us-rebate-form__v2__wrapper form .form-group textarea + .help-block {
  bottom: 50%;
}
@media (max-width: 767px) {
  .us-rebate-form__v2__wrapper form .form-group textarea + .help-block {
    bottom: 60%;
  }
}
.us-rebate-form__v2__wrapper form .form-group .dropdown-toggle,
.us-rebate-form__v2__wrapper form .form-group select.form-control {
  width: 100%;
  min-height: 67px;
  font-family: MarkOffcPro-Medium, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: -0.19px;
  color: #004778;
  text-align: left;
  padding-right: 30px;
  background-color: white;
  border: 0;
}
.us-rebate-form__v2__wrapper form .form-group .dropdown-toggle:hover,
.us-rebate-form__v2__wrapper form .form-group select.form-control:hover {
  color: #004778;
}
@media (max-width: 767px) {
  .us-rebate-form__v2__wrapper form .form-group .dropdown-toggle,
  .us-rebate-form__v2__wrapper form .form-group select.form-control {
    min-height: 60px;
  }
}
.us-rebate-form__v2__wrapper form .form-group .dropdown-toggle.error,
.us-rebate-form__v2__wrapper form .form-group select.form-control.error {
  color: #cd545b;
  border-color: #cd545b;
}
.us-rebate-form__v2__wrapper form .form-group .dropdown-toggle .caret,
.us-rebate-form__v2__wrapper form .form-group select.form-control .caret {
  border-width: 8px;
  color: #004778;
  flex: 0;
}
.us-rebate-form__v2__wrapper form .form-group .dropdown-toggle + .dropdown-menu,
.us-rebate-form__v2__wrapper form .form-group select.form-control + .dropdown-menu,
.us-rebate-form__v2__wrapper form .form-group .dropdown-toggle + .dropdown-backdrop + .dropdown-menu,
.us-rebate-form__v2__wrapper form .form-group select.form-control + .dropdown-backdrop + .dropdown-menu {
  width: 100%;
  border-radius: 0;
  background-color: white;
  padding: 0;
}
.us-rebate-form__v2__wrapper form .form-group .dropdown-toggle + .dropdown-menu li,
.us-rebate-form__v2__wrapper form .form-group select.form-control + .dropdown-menu li,
.us-rebate-form__v2__wrapper form .form-group .dropdown-toggle + .dropdown-backdrop + .dropdown-menu li,
.us-rebate-form__v2__wrapper form .form-group select.form-control + .dropdown-backdrop + .dropdown-menu li,
.us-rebate-form__v2__wrapper form .form-group .dropdown-toggle + .dropdown-menu li a,
.us-rebate-form__v2__wrapper form .form-group select.form-control + .dropdown-menu li a,
.us-rebate-form__v2__wrapper form .form-group .dropdown-toggle + .dropdown-backdrop + .dropdown-menu li a,
.us-rebate-form__v2__wrapper form .form-group select.form-control + .dropdown-backdrop + .dropdown-menu li a {
  font-family: MarkOffcPro-Medium, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: -0.19px;
  color: #004778;
  cursor: pointer;
  padding: 0 15px;
  text-transform: none;
}
.us-rebate-form__v2__wrapper form .form-group .dropdown-toggle + .dropdown-menu li:hover,
.us-rebate-form__v2__wrapper form .form-group select.form-control + .dropdown-menu li:hover,
.us-rebate-form__v2__wrapper form .form-group .dropdown-toggle + .dropdown-backdrop + .dropdown-menu li:hover,
.us-rebate-form__v2__wrapper form .form-group select.form-control + .dropdown-backdrop + .dropdown-menu li:hover,
.us-rebate-form__v2__wrapper form .form-group .dropdown-toggle + .dropdown-menu li a:hover,
.us-rebate-form__v2__wrapper form .form-group select.form-control + .dropdown-menu li a:hover,
.us-rebate-form__v2__wrapper form .form-group .dropdown-toggle + .dropdown-backdrop + .dropdown-menu li a:hover,
.us-rebate-form__v2__wrapper form .form-group select.form-control + .dropdown-backdrop + .dropdown-menu li a:hover {
  color: white;
  background-color: #004778;
}
@media (max-width: 767px) {
  .us-rebate-form__v2__wrapper form .form-group .dropdown-toggle + .dropdown-menu li a,
  .us-rebate-form__v2__wrapper form .form-group select.form-control + .dropdown-menu li a,
  .us-rebate-form__v2__wrapper form .form-group .dropdown-toggle + .dropdown-backdrop + .dropdown-menu li a,
  .us-rebate-form__v2__wrapper form .form-group select.form-control + .dropdown-backdrop + .dropdown-menu li a {
    padding: 0 5px;
  }
}
.us-rebate-form__v2__wrapper form .form-group select.form-control.error {
  border: solid 1px #cd545b;
}
.us-rebate-form__v2__wrapper form .checkbox {
  left: 0;
  padding-left: 0;
}
.us-rebate-form__v2__wrapper form .checkbox input {
  opacity: 0;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.us-rebate-form__v2__wrapper form .checkbox input:checked + label::after,
.us-rebate-form__v2__wrapper form .checkbox input:checked + label + label::after {
  border: 0 !important;
  transform: none !important;
}
.us-rebate-form__v2__wrapper form .checkbox input:checked + label::before,
.us-rebate-form__v2__wrapper form .checkbox input:checked + label + label::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  position: absolute;
  right: auto;
  top: 10px;
  font-size: 22px;
  line-height: normal;
  color: #87caaa;
  font-weight: 900;
  border: 0;
  z-index: 1;
  left: 10px;
}
.us-rebate-form__v2__wrapper form .checkbox label {
  padding-left: 60px;
  position: relative;
  width: 100%;
}
.us-rebate-form__v2__wrapper form .checkbox label::before {
  display: none;
}
.us-rebate-form__v2__wrapper form .checkbox label::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  flex: 0 0 auto;
  left: 0;
  top: 0;
  border: 0 !important;
  transform: none !important;
}
.us-rebate-form__v2__wrapper form .checkbox .help-block {
  position: relative;
  left: 0;
}

.site-header .main-menu .selected-region-dropdown .caret {
  border-top: 4px solid #333 !important;
}
.site-header .main-menu .selected-region-dropdown .bootstrap-select {
  width: auto;
}
.site-header .main-menu .selected-region-dropdown .bootstrap-select > .dropdown-toggle {
  border-color: transparent;
  color: inherit;
}
.site-header .main-menu .selected-region-dropdown .bootstrap-select.btn-group .dropdown-menu li.selected {
  background: #004372;
}
.site-header .main-menu .selected-region-dropdown .bootstrap-select.btn-group .dropdown-menu li.selected a {
  color: white;
}
.site-header .main-menu .selected-region-dropdown .bootstrap-select.btn-group .dropdown-menu li a:focus,
.site-header .main-menu .selected-region-dropdown .bootstrap-select.btn-group .dropdown-menu li a:active {
  background: #004372;
}
.site-header .main-menu #navbar.navbar-collapse.in {
  overflow-y: visible;
}
.site-header .main-menu #navbar .selected-region {
  background-color: #004372;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  text-align: left;
  margin: 0 -15px;
  padding: 12px 15px;
}
.site-header .main-menu #navbar .selected-region-dropdown {
  margin-bottom: 0;
}
.site-header .main-menu #navbar .selected-region-dropdown .bootstrap-select > .dropdown-toggle {
  border-color: white;
  color: white;
}
.site-header .main-menu #navbar .selected-region-dropdown .bootstrap-select .caret {
  border-top: 4px solid white !important;
}
.site-header .main-menu #navbar .selected-region-dropdown .bootstrap-select .dropdown-menu {
  min-width: 50%;
  left: 15px;
}
@media (min-width: 768px) {
  .site-header .main-menu .country-dropdown.selected-region {
    margin-top: 18px;
  }
}
.searchDropdown.newTypography .searchDropdown__contents p {
  font-size: 20px;
  color: white;
}
.searchDropdown__wrapper {
  background-color: #004778;
  padding: 78px 0;
  height: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  .searchDropdown__wrapper {
    padding: 48px 0;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .searchDropdown__wrapper:before,
  .searchDropdown__wrapper:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: #004778;
    position: absolute;
    top: 0;
  }
  .searchDropdown__wrapper:before {
    right: 100%;
  }
  .searchDropdown__wrapper:after {
    left: 100%;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .searchDropdown__wrapper:before,
  .searchDropdown__wrapper:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .searchDropdown__wrapper .container {
    width: 100%;
  }
}
.searchDropdown__box {
  padding-bottom: 20px;
  border-bottom: solid 2px white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .searchDropdown__box {
    padding-bottom: 5px;
  }
}
.searchDropdown__box button,
.searchDropdown__box input {
  background-color: transparent;
  border: 0;
  outline: 0;
}
.searchDropdown__box input {
  width: 100%;
  font-family: 'MarkOffcPro-Light', sans-serif;
  font-size: 31px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .searchDropdown__box input {
    font-size: 20px;
  }
}
.searchDropdown__box input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.searchDropdown__icon {
  width: 33px;
  height: 33px;
  display: block;
  background-image: url('clientlibs-css/images/svg/search-white.svg');
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .searchDropdown__icon {
    width: 17px;
    height: 17px;
  }
}
.searchDropdown__contents {
  padding-top: 54px;
}
@media (max-width: 767px) {
  .searchDropdown__contents {
    padding-top: 50px;
  }
}
.searchDropdown__contents p {
  color: white;
}
@media (max-width: 767px) {
  .searchDropdown__contents p {
    width: 50%;
  }
}

.afpCalculator .thankYou {
  margin-top: 1em;
  margin-bottom: 1em;
}
.afpCalculator .thankYou .copy p {
  color: #004778;
}
.afpCalculator .container {
  position: relative;
}
.afpCalculator .container > .title {
  margin: 0 auto;
}
.afpCalculator .container > .title > * {
  font-family: 'FFMarkHeavy';
}
@media (min-width: 768px) {
  .afpCalculator .container > .title > * {
    font-size: 5rem;
  }
}
.afpCalculator div.error {
  color: #d9534f;
}
.afpCalculator .removeFloat {
  float: none;
}
.afpCalculator .form-group {
  position: relative;
}
.afpCalculator .form-group:not(:last-child) {
  margin-bottom: 2em;
}
.afpCalculator .form-group > label {
  margin-bottom: 0.5em;
  color: #0c385a;
  font-family: "FFMarkWeb";
  font-size: 20px;
}
.afpCalculator .form-group .form-control {
  border-radius: 0;
  border: 0;
  outline: 0;
  border-bottom: solid 2px #004778;
  font-family: "FFMarkWeb";
}
.afpCalculator .form-group .form-control.error {
  border-color: #d9534f;
}
.afpCalculator__form {
  background-color: #e7f7fd;
  padding: 2.5em;
  margin-top: 5em;
  margin-bottom: 5em;
}
.afpCalculator__form .input-lg {
  height: 60px;
  color: black;
  font-weight: bold;
  font-size: 20px;
}
.afpCalculator__form button {
  width: 100%;
  border-radius: 0;
  margin-top: 3em;
  font-family: "FFMarkHeavy";
  background-color: #cd545b;
  border-color: #cd545b;
  color: white;
}
.afpCalculator__form button:hover {
  color: white;
  background-color: #004778;
  border-color: #004778;
}
.afpCalculator__form .inputCustomLabel {
  position: relative;
}
.afpCalculator__form .inputCustomLabel label {
  font-family: "FFMarkWeb";
  font-size: 20px;
  color: black;
}
@media (max-width: 767px) {
  .afpCalculator__form .inputCustomLabel label {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .afpCalculator__form .inputCustomLabel label {
    font-size: 13px;
  }
}
.afpCalculator__form .inputCustomLabel label.error {
  color: #d9534f;
}
.afpCalculator__form .inputCustomLabel label.customPlaceholder {
  font-weight: normal;
  position: absolute;
  top: 16px;
  left: 16px;
  margin: 0;
  pointer-events: none;
  transition: .25s all;
}
.afpCalculator__form .inputCustomLabel label.customPlaceholder.labelHovered {
  top: 3px;
  font-size: 10px;
}
.afpCalculator__form .selectBox {
  border-bottom: solid 2px #0c385a;
}
@media (max-width: 767px) {
  .afpCalculator__form .selectBox label.customPlaceholder {
    top: 19px;
  }
}
.afpCalculator__form .selectBox .glyphicon {
  position: absolute;
  top: 22px;
  right: 16px;
  pointer-events: none;
  cursor: pointer;
}
.afpCalculator__form .selectBox select {
  font-family: "FFMarkWeb";
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0;
  background-image: none;
  padding: 0 16px;
  border-radius: 0;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .afpCalculator__form .selectBox select {
    font-size: 16px;
  }
}
.afpCalculator__form .selectBox select::-ms-expand {
  display: none;
}
.afpCalculator .title > * {
  color: #0c385a;
}
.afpCalculator .panel-2 {
  transition: visibility 0s, opacity 0.5s linear;
  visibility: visible;
  opacity: 1;
}
.afpCalculator .panel-2.panelHide {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
}
.afpCalculator .panel-2.dishType-soup .dishesWeeklyDifference {
  background-position: 0 0;
}
.afpCalculator .panel-2.dishType-soup .dishesYearlyDifference {
  background-position: 0 -200px;
}
.afpCalculator .panel-2.dishType-pasta .dishesWeeklyDifference {
  background-position: 0 -400px;
}
.afpCalculator .panel-2.dishType-pasta .dishesYearlyDifference {
  background-position: 0 -600px;
}
.afpCalculator .panel-2.dishType-entree .dishesWeeklyDifference {
  background-position: 0 -800px;
}
.afpCalculator .panel-2.dishType-entree .dishesYearlyDifference {
  background-position: 0 -1000px;
}
.afpCalculator .panel-2.dishType-ethnic .dishesWeeklyDifference {
  background-position: 0 -1200px;
}
.afpCalculator .panel-2.dishType-ethnic .dishesYearlyDifference {
  background-position: 0 -1400px;
}
.afpCalculator .panel-2 .displayFlex {
  display: flex;
}
.afpCalculator .panel-2 .displayFlex > * {
  font-family: 'FFMarkHeavy';
  color: #0c385a;
  margin: 0;
}
.afpCalculator .panel-2 .displayFlex.alignCenter {
  align-items: center;
}
@media (max-width: 1024px) {
  .afpCalculator .panel-2 .displayFlex.servingsPack .displayFlex-50,
  .afpCalculator .panel-2 .displayFlex.dishesWeekly .displayFlex-50,
  .afpCalculator .panel-2 .displayFlex.dishesYearly .displayFlex-50,
  .afpCalculator .panel-2 .displayFlex.servingsPack .displayFlex-60,
  .afpCalculator .panel-2 .displayFlex.dishesWeekly .displayFlex-60,
  .afpCalculator .panel-2 .displayFlex.dishesYearly .displayFlex-60 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .afpCalculator .panel-2 .displayFlex.servingsPack .displayFlex-40 .displayFlex-40,
  .afpCalculator .panel-2 .displayFlex.dishesWeekly .displayFlex-40 .displayFlex-40,
  .afpCalculator .panel-2 .displayFlex.dishesYearly .displayFlex-40 .displayFlex-40 {
    display: none;
  }
}
.afpCalculator .panel-2 .displayFlex.servingsPack {
  margin-top: -90px;
}
@media (max-width: 1024px) {
  .afpCalculator .panel-2 .displayFlex.servingsPack {
    margin-top: 0;
  }
}
.afpCalculator .panel-2 .displayFlex.servingsPack h2 {
  color: #0265a6;
  padding-top: 95px;
}
@media (max-width: 1024px) {
  .afpCalculator .panel-2 .displayFlex.servingsPack h2 {
    padding-top: 55px;
  }
}
.afpCalculator .panel-2 .displayFlex.dishesWeekly h2 {
  color: #00568c;
  padding-top: 70px;
}
@media (max-width: 1024px) {
  .afpCalculator .panel-2 .displayFlex.dishesWeekly h2 {
    padding-top: 40px;
  }
}
.afpCalculator .panel-2 .displayFlex.dishesYearly h2 {
  color: #0c4773;
  padding-top: 45px;
}
@media (max-width: 1024px) {
  .afpCalculator .panel-2 .displayFlex.dishesYearly h2 {
    padding-top: 25px;
  }
}
.afpCalculator .panel-2 .displayFlex-60 {
  width: 60%;
}
.afpCalculator .panel-2 .displayFlex-60 > * {
  margin: 0;
}
@media (min-width: 768px) {
  .afpCalculator .panel-2 .displayFlex-60 > * {
    font-size: 5rem;
  }
}
.afpCalculator .panel-2 .displayFlex-50 {
  width: 50%;
}
.afpCalculator .panel-2 .displayFlex-50 > * {
  margin: 0;
}
@media (min-width: 768px) {
  .afpCalculator .panel-2 .displayFlex-50 > * {
    font-size: 5rem;
  }
}
.afpCalculator .panel-2 .displayFlex-40 {
  width: 40%;
}
@media (min-width: 768px) {
  .afpCalculator .panel-2 .displayFlex-40 .title h2 {
    font-size: 4rem;
  }
}
.afpCalculator .panel-2 .displayFlex-20 {
  width: 20%;
}
.afpCalculator .panel-2 .displayFlex-20 .servingsPackDifference h2 {
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .afpCalculator .panel-2 .displayFlex-20 .servingsPackDifference h2 {
    padding-top: 65px;
  }
}
@media (max-width: 767px) {
  .afpCalculator .panel-2 .displayFlex-20 .servingsPackDifference h2 {
    padding-top: 55px;
  }
}
.afpCalculator .panel-2 .displayFlex-20 .dishesWeeklyDifference h2 {
  padding-top: 75px;
}
@media (max-width: 1024px) {
  .afpCalculator .panel-2 .displayFlex-20 .dishesWeeklyDifference h2 {
    padding-top: 52px;
  }
}
@media (max-width: 767px) {
  .afpCalculator .panel-2 .displayFlex-20 .dishesWeeklyDifference h2 {
    padding-top: 40px;
  }
}
.afpCalculator .panel-2 .displayFlex-20 .dishesYearlyDifference h2 {
  padding-top: 51px;
}
@media (max-width: 1024px) {
  .afpCalculator .panel-2 .displayFlex-20 .dishesYearlyDifference h2 {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .afpCalculator .panel-2 .displayFlex-20 .dishesYearlyDifference h2 {
    padding-top: 25px;
  }
}
.afpCalculator .panel-2 .displayFlex-20 .servingsPackDifference,
.afpCalculator .panel-2 .displayFlex-20 .dishesWeeklyDifference,
.afpCalculator .panel-2 .displayFlex-20 .dishesYearlyDifference {
  width: 200px;
  height: 200px;
  text-align: center;
  display: flex;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .afpCalculator .panel-2 .displayFlex-20 .servingsPackDifference,
  .afpCalculator .panel-2 .displayFlex-20 .dishesWeeklyDifference,
  .afpCalculator .panel-2 .displayFlex-20 .dishesYearlyDifference {
    width: 100%;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .afpCalculator .panel-2 .displayFlex-20 .servingsPackDifference,
  .afpCalculator .panel-2 .displayFlex-20 .dishesWeeklyDifference,
  .afpCalculator .panel-2 .displayFlex-20 .dishesYearlyDifference {
    background-image: none !important;
    flex-flow: column;
    height: auto;
  }
  .afpCalculator .panel-2 .displayFlex-20 .servingsPackDifference *,
  .afpCalculator .panel-2 .displayFlex-20 .dishesWeeklyDifference *,
  .afpCalculator .panel-2 .displayFlex-20 .dishesYearlyDifference * {
    color: #004778;
  }
}
.afpCalculator .panel-2 .displayFlex-20 .servingsPackDifference > *,
.afpCalculator .panel-2 .displayFlex-20 .dishesWeeklyDifference > *,
.afpCalculator .panel-2 .displayFlex-20 .dishesYearlyDifference > * {
  margin: 0;
}
@media (min-width: 768px) {
  .afpCalculator .panel-2 .displayFlex-20 .servingsPackDifference > *,
  .afpCalculator .panel-2 .displayFlex-20 .dishesWeeklyDifference > *,
  .afpCalculator .panel-2 .displayFlex-20 .dishesYearlyDifference > * {
    color: white !important;
  }
}
.afpCalculator .panel-2 .displayFlex .title {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.afpCalculator .panel-2 .displayFlex .title > * {
  margin: 0;
  align-self: center;
  font-family: 'FFMarkBook';
}
.afpCalculator .panel-2 .displayFlex .title > * > img {
  max-width: 50%;
  margin-bottom: .25em;
}
.afpCalculator .panel-2 .displayFlex .title > img {
  max-width: 50%;
}
.afpCalculator .panel-2.dishType-soup .soupStatement {
  display: block;
  width: 40%;
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: 'FFMarkWeb';
  text-align: center;
}
.afpCalculator .panel-2 .soupStatement {
  display: none;
}
.afpCalculator .panel-2 .additionalRevenue {
  background-color: #0c385a;
}
@media (max-width: 767px) {
  .afpCalculator .panel-2 .additionalRevenue {
    margin-top: 2em;
  }
}
.afpCalculator .panel-2 .additionalRevenue .additionalRevenue {
  padding: 0;
}
@media (max-width: 767px) {
  .afpCalculator .panel-2 .additionalRevenue .additionalRevenue {
    margin-top: 21px;
  }
}
.afpCalculator .panel-2 .potentialSavings {
  background-color: #002841;
}
.afpCalculator .panel-2 .additionalRevenue,
.afpCalculator .panel-2 .potentialSavings {
  padding: 1em;
  position: relative;
}
.afpCalculator .panel-2 .additionalRevenue__title > *,
.afpCalculator .panel-2 .potentialSavings__title > * {
  font-family: 'FFMarkBook';
}
.afpCalculator .panel-2 .additionalRevenue__price > *,
.afpCalculator .panel-2 .potentialSavings__price > * {
  font-family: 'FFMarkHeavy';
}
@media (min-width: 768px) {
  .afpCalculator .panel-2 .additionalRevenue__price > *,
  .afpCalculator .panel-2 .potentialSavings__price > * {
    font-size: 4rem;
  }
}
.afpCalculator .panel-2 .additionalRevenue > *,
.afpCalculator .panel-2 .potentialSavings > * {
  color: white;
}
.afpCalculator .panel-2 .emailSavings {
  background-color: #e7f7fd;
  padding: 2em 0;
}
.afpCalculator .panel-2 .emailSavings .title > * {
  font-family: 'FFMarkHeavy';
}
.afpCalculator .panel-2 .emailSavings .copy p {
  font-family: 'FFMarkWeb';
  color: #002841;
}
.afpCalculator .panel-2 .emailSavings__form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2em;
}
.afpCalculator .panel-2 .emailSavings__form-left {
  width: 74%;
}
.afpCalculator .panel-2 .emailSavings__form-left .form-group {
  margin-bottom: 0;
}
.afpCalculator .panel-2 .emailSavings__form-left .checkbox {
  padding-left: 0;
}
.afpCalculator .panel-2 .emailSavings__form-left .checkbox input {
  opacity: 0;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.afpCalculator .panel-2 .emailSavings__form-left .checkbox input:checked + label::after,
.afpCalculator .panel-2 .emailSavings__form-left .checkbox input:checked + div + label::after {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.afpCalculator .panel-2 .emailSavings__form-left .checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  color: inherit !important;
}
.afpCalculator .panel-2 .emailSavings__form-left .checkbox label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: -2px;
  background-color: #fff;
}
.afpCalculator .panel-2 .emailSavings__form button {
  width: 25%;
  border: 0;
  border-radius: 0;
  font-family: 'FFMarkHeavy';
  border-bottom: solid 2px transparent;
  background-color: #cd545b;
  border-color: #cd545b;
  color: white;
}
@media (max-width: 767px) {
  .afpCalculator .panel-2 .emailSavings__form button {
    width: auto;
  }
}
.afpCalculator .panel-2 .emailSavings__form button:hover {
  color: white;
  background-color: #004778;
  border-color: #004778;
}
.afpCalculator .panel-2 .disclaimer {
  margin: 2em 0;
}
.afpCalculator .panel-2 .disclaimer p {
  font-size: 13px;
  font-family: "FFMarkWeb";
}
@media (max-width: 1024px) {
  .afpCalculator .flexColumn {
    flex-flow: column;
  }
  .afpCalculator .flexColumn-reverse {
    flex-flow: column-reverse;
  }
}

.banner .newBanner {
  overflow: hidden;
}
.banner .newBanner .buttonLink {
  margin-top: 41px;
}
@media (max-width: 767px) {
  .banner .newBanner .buttonLink {
    margin-top: 20px;
  }
}
.banner .newBanner .buttonLink a {
  min-width: 100%;
  text-transform: uppercase;
  padding-right: 15px !important;
}
@media (min-width: 768px) {
  .banner .newBanner .buttonLink a {
    min-width: 300px;
  }
}
@media (max-width: 767px) {
  .banner .newBanner .buttonLink a {
    font-family: "MarkOffcPro-Bold", sans-serif;
    font-weight: bold;
  }
}
.banner .newBanner__v2.newTypography .comp-banner--txt-center .copy h2.description,
.banner .newBanner__v2.newTypography .comp-banner--text-over-img .copy h2.description {
  font-family: MarkOffcPro-Bold, sans-serif;
  font-weight: bold;
}
.banner .newBanner__v2 .btn {
  font-family: 'MarkOffcPro-Heavy', sans-serif;
  font-weight: 900;
  display: inline-block;
  border-width: 3px;
  border-style: solid;
  font-size: 15px;
  line-height: 1.13;
}
.banner .newBanner__v2 .btn:hover {
  background-color: white;
  color: #cd545b;
}
.banner .newBanner__v2 .copy .text-center .btn-outline {
  min-width: 280px;
  padding: 18px 15px !important;
}
.banner .newBanner__v2.newBanner .comp-banner .copy .copy-inner .btn {
  margin: 20px 0 0;
}
@media (min-width: 992px) {
  .banner .newBanner__v2.newBanner .comp-banner .copy .copy-inner .btn {
    margin: 40px 0 0;
  }
}
.banner .newBanner-cta > div {
  background-color: transparent !important;
}
.banner .newBanner-cta .comp-banner.blue .copy-inner__wrapper .title * {
  color: #004778;
}
.banner .newBanner-cta .comp-banner.white .copy-inner__wrapper .title * {
  color: white;
}
.banner .newBanner-cta .comp-banner .copy-inner {
  width: 100%;
  max-width: 100%;
}
.banner .newBanner-cta .comp-banner .copy-inner__wrapper {
  padding: 20px 35px;
}
@media (max-width: 768px) {
  .banner .newBanner-cta .comp-banner .copy-inner__wrapper.flex {
    display: block;
  }
}
.banner .newBanner-cta .comp-banner .copy-inner__wrapper .title {
  text-transform: none;
}
.banner .newBanner-cta .comp-banner .copy-inner__wrapper .title * {
  margin: 0;
}
.banner .newBanner-cta .comp-banner .copy-inner__wrapper .buttonLink {
  text-align: center;
}
@media (min-width: 769px) {
  .banner .newBanner-cta .comp-banner .copy-inner__wrapper .buttonLink {
    margin-top: 0;
  }
}
.banner .newBanner-cta .comp-banner .copy-inner__wrapper .buttonLink > * {
  margin-top: 0;
}
.banner .newBanner .copy-inner.bordered {
  position: relative;
  max-width: calc(100% - 30px);
}
.banner .newBanner .copy-inner.bordered:before,
.banner .newBanner .copy-inner.bordered:after {
  content: '';
  width: 30px;
  height: 30px;
  border: solid 10px white;
  position: absolute;
}
@media (max-width: 767px) {
  .banner .newBanner .copy-inner.bordered:before,
  .banner .newBanner .copy-inner.bordered:after {
    display: none;
  }
}
.banner .newBanner .copy-inner.bordered:before {
  border-right: 0;
  border-bottom: 0;
  top: 30px;
  left: 0;
}
.banner .newBanner .copy-inner.bordered:after {
  border-left: 0;
  border-top: 0;
  bottom: 30px;
  right: 0;
}
.banner .newBanner.newTypography h1 {
  font-style: normal;
  font-stretch: normal;
  line-height: 0.86;
  letter-spacing: normal;
}
.banner .newBanner.newTypography .comp-banner--txt-center .copy .title,
.banner .newBanner.newTypography .comp-banner--product .copy.copy--bottom .copy-inner .title,
.banner .newBanner.newTypography .comp-banner--text-over-img .copy.copy--bottom .copy-inner .title {
  font-family: MarkOffcPro-Heavy, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.86;
  letter-spacing: normal;
}
@media (min-width: 1024px) {
  .banner .newBanner.newTypography .comp-banner--txt-center .copy .title,
  .banner .newBanner.newTypography .comp-banner--product .copy.copy--bottom .copy-inner .title,
  .banner .newBanner.newTypography .comp-banner--text-over-img .copy.copy--bottom .copy-inner .title {
    font-size: 44px;
  }
}
.banner .newBanner.newTypography .comp-banner--product .copy .description,
.banner .newBanner.newTypography .comp-banner--text-over-img .copy .description {
  font-family: MarkOffcPro;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
}
.banner .newBanner .comp-banner--100vh .copy-inner__wrapper:after,
.banner .newBanner .comp-banner--100vh .copy-inner__wrapper:before {
  width: 25px;
  height: 25px;
}
.banner .newBanner .comp-banner--product .copy-inner__wrapper,
.banner .newBanner .comp-banner--text-over-img .copy-inner__wrapper {
  max-width: 100%;
}
.banner .newBanner .comp-banner .copy-inner {
  padding: inherit;
}
@media (max-width: 768px) {
  .banner .newBanner .comp-banner .copy-inner {
    padding: 25px;
  }
}
.banner .newBanner .comp-banner--product .copy .copy-inner,
.banner .newBanner .comp-banner--text-over-img .copy .copy-inner {
  max-width: inherit;
  z-index: 2;
}
@media (max-width: 767px) {
  .banner .newBanner .comp-banner--product .copy .copy-inner,
  .banner .newBanner .comp-banner--text-over-img .copy .copy-inner {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .banner .newBanner .comp-banner--100vh {
    height: 558px;
  }
}
@media (max-width: 767px) {
  .banner .newBanner .comp-banner--100vh {
    min-height: 343px;
  }
}
.banner .newBanner .comp-banner--100vh:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-image: linear-gradient(to left, rgba(216, 216, 216, 0), rgba(0, 0, 0, 0.4));
  position: absolute;
  top: 0;
  left: 0;
}
.banner .newBanner .comp-banner--product .copy.copy--bottom .copy-inner.right:before,
.banner .newBanner .comp-banner--text-over-img .copy.copy--bottom .copy-inner.right:before {
  left: 100%;
}
@media (max-width: 767px) {
  .banner .newBanner .comp-banner--product .copy,
  .banner .newBanner .comp-banner--text-over-img .copy {
    bottom: 30px;
    top: auto;
    z-index: 1;
  }
}
@media (min-width: 767px) and (max-width: 768px) {
  .banner .newBanner .comp-banner--product .copy .copy-inner.right,
  .banner .newBanner .comp-banner--text-over-img .copy .copy-inner.right {
    margin-left: 0;
  }
}
@media (min-width: 767px) and (max-width: 768px) {
  .banner .newBanner .comp-banner--text-over-img .copy--bottom .copy-inner.right {
    margin-left: 35%;
  }
}
@media (max-width: 767px) {
  .banner .newBanner .comp-banner--txt-center .copy {
    transform: none;
  }
}
@media (max-width: 767px) {
  .banner .newBanner .comp-banner--product .copy.copy--bottom .copy-inner,
  .banner .newBanner .comp-banner--text-over-img .copy.copy--bottom .copy-inner {
    margin-left: 29px;
  }
}
.banner .newBanner .btn-blue {
  color: white;
}
.banner .newBanner .btn-blue:hover,
.banner .newBanner .btn-blue:focus,
.banner .newBanner .btn-blue:active {
  color: #004778;
}
@media (max-width: 768px) {
  .banner .newBanner .comp-banner--100vh .copy-inner__wrapper.copy-inner__wrapper--with-btn:after {
    bottom: -20px;
    right: -20px;
  }
}
@media (min-width: 1025px) {
  .banner .newBanner .comp-banner--100vh .copy-inner__wrapper.copy-inner__wrapper--with-btn:after {
    bottom: -30px;
    right: -30px;
  }
}
.banner .newBanner .comp-banner .copy .copy-inner .btn {
  margin: 10px 0;
}
@media (min-width: 992px) {
  .banner .newBanner .comp-banner .copy .copy-inner .btn {
    margin: 20px 0;
  }
}
@media (max-width: 768px) {
  .banner .newBanner .comp-banner--product .copy .title,
  .banner .newBanner .comp-banner--text-over-img .copy .title {
    padding-top: 10px;
  }
}
.banner .newBanner .comp-banner--product-images .comp-banner__product-image-mobile {
  z-index: 1;
}
.banner .newBanner .comp-banner--product .copy .copy-inner,
.banner .newBanner .banner .newBanner .comp-banner--text-over-img .copy .copy-inner {
  z-index: 3;
}

.comp-banner .copy .title {
  text-transform: capitalize;
}

.tilesManual > section:not(.comp-tiles--usa-products).bg-grey.comp-tiles,
.tilesManual > section:not(.comp-tiles--usa-products-man).bg-grey.comp-tiles {
  background-color: #ececec;
}
@media (max-width: 767px) {
  .tilesManual > section:not(.comp-tiles--usa-products) > *:not(.textMediaTile__v2) > .flex,
  .tilesManual > section:not(.comp-tiles--usa-products-man) > *:not(.textMediaTile__v2) > .flex {
    display: block;
  }
}
.tilesManual > section:not(.comp-tiles--usa-products).col-2 .flex .col,
.tilesManual > section:not(.comp-tiles--usa-products-man).col-2 .flex .col {
  width: 100%;
}
@media (min-width: 1024px) {
  .tilesManual > section:not(.comp-tiles--usa-products).col-2 .flex .col,
  .tilesManual > section:not(.comp-tiles--usa-products-man).col-2 .flex .col {
    width: 49%;
  }
  .tilesManual > section:not(.comp-tiles--usa-products).col-2 .flex .col:nth-child(odd),
  .tilesManual > section:not(.comp-tiles--usa-products-man).col-2 .flex .col:nth-child(odd) {
    margin-right: 2%;
  }
}
@media (min-width: 640px) {
  .tilesManual > section:not(.comp-tiles--usa-products).col-2 .flex .col .iconOverlay .tile-inner .image,
  .tilesManual > section:not(.comp-tiles--usa-products-man).col-2 .flex .col .iconOverlay .tile-inner .image,
  .tilesManual > section:not(.comp-tiles--usa-products).col-2 .flex .col .iconOverlay .tile-inner .copy,
  .tilesManual > section:not(.comp-tiles--usa-products-man).col-2 .flex .col .iconOverlay .tile-inner .copy {
    width: 100%;
    float: none;
  }
}
.tilesManual > section:not(.comp-tiles--usa-products).col-2 .flex .col .iconOverlay .tile-inner .image,
.tilesManual > section:not(.comp-tiles--usa-products-man).col-2 .flex .col .iconOverlay .tile-inner .image {
  height: 300px;
}
.tilesManual > section:not(.comp-tiles--usa-products).col-2 .flex .col .iconOverlay .tile-inner .image .bg-image,
.tilesManual > section:not(.comp-tiles--usa-products-man).col-2 .flex .col .iconOverlay .tile-inner .image .bg-image {
  position: relative;
  z-index: 0;
}
.tilesManual > section:not(.comp-tiles--usa-products).col-4 .flex .col .iconOverlay .tile-inner .copy .title,
.tilesManual > section:not(.comp-tiles--usa-products-man).col-4 .flex .col .iconOverlay .tile-inner .copy .title,
.tilesManual > section:not(.comp-tiles--usa-products).col-5 .flex .col .iconOverlay .tile-inner .copy .title,
.tilesManual > section:not(.comp-tiles--usa-products-man).col-5 .flex .col .iconOverlay .tile-inner .copy .title {
  width: calc(100% - 80px);
}
.tilesManual > section:not(.comp-tiles--usa-products).col-3 .flex .col,
.tilesManual > section:not(.comp-tiles--usa-products-man).col-3 .flex .col {
  width: 100%;
}
@media (min-width: 1025px) {
  .tilesManual > section:not(.comp-tiles--usa-products).col-3 .flex .col,
  .tilesManual > section:not(.comp-tiles--usa-products-man).col-3 .flex .col {
    width: 32%;
  }
  .tilesManual > section:not(.comp-tiles--usa-products).col-3 .flex .col:nth-child(3n+2),
  .tilesManual > section:not(.comp-tiles--usa-products-man).col-3 .flex .col:nth-child(3n+2) {
    margin: 0 2%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tilesManual > section:not(.comp-tiles--usa-products).col-3 .flex .col,
  .tilesManual > section:not(.comp-tiles--usa-products-man).col-3 .flex .col {
    width: 49%;
  }
  .tilesManual > section:not(.comp-tiles--usa-products).col-3 .flex .col:nth-child(odd),
  .tilesManual > section:not(.comp-tiles--usa-products-man).col-3 .flex .col:nth-child(odd) {
    margin-right: 2%;
  }
}
.tilesManual > section:not(.comp-tiles--usa-products).col-3 .flex .col .iconOverlay .tile-inner .copy .title,
.tilesManual > section:not(.comp-tiles--usa-products-man).col-3 .flex .col .iconOverlay .tile-inner .copy .title {
  width: calc(100% - 100px);
}
.tilesManual > section:not(.comp-tiles--usa-products).col-4 .flex .col,
.tilesManual > section:not(.comp-tiles--usa-products-man).col-4 .flex .col {
  width: 100%;
}
@media (min-width: 1025px) {
  .tilesManual > section:not(.comp-tiles--usa-products).col-4 .flex .col,
  .tilesManual > section:not(.comp-tiles--usa-products-man).col-4 .flex .col {
    width: 24%;
  }
  .tilesManual > section:not(.comp-tiles--usa-products).col-4 .flex .col:not( :nth-child(4n)),
  .tilesManual > section:not(.comp-tiles--usa-products-man).col-4 .flex .col:not( :nth-child(4n)) {
    margin-right: 1.3%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tilesManual > section:not(.comp-tiles--usa-products).col-4 .flex .col,
  .tilesManual > section:not(.comp-tiles--usa-products-man).col-4 .flex .col {
    width: 49%;
  }
  .tilesManual > section:not(.comp-tiles--usa-products).col-4 .flex .col:nth-child(odd),
  .tilesManual > section:not(.comp-tiles--usa-products-man).col-4 .flex .col:nth-child(odd) {
    margin-right: 2%;
  }
}
.tilesManual > section:not(.comp-tiles--usa-products).col-5 .flex .col,
.tilesManual > section:not(.comp-tiles--usa-products-man).col-5 .flex .col {
  width: 100%;
}
@media (min-width: 1025px) {
  .tilesManual > section:not(.comp-tiles--usa-products).col-5 .flex .col,
  .tilesManual > section:not(.comp-tiles--usa-products-man).col-5 .flex .col {
    width: 19%;
  }
  .tilesManual > section:not(.comp-tiles--usa-products).col-5 .flex .col:not( :nth-child(5n)),
  .tilesManual > section:not(.comp-tiles--usa-products-man).col-5 .flex .col:not( :nth-child(5n)) {
    margin-right: 1.2%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tilesManual > section:not(.comp-tiles--usa-products).col-5 .flex .col,
  .tilesManual > section:not(.comp-tiles--usa-products-man).col-5 .flex .col {
    width: 49%;
  }
  .tilesManual > section:not(.comp-tiles--usa-products).col-5 .flex .col:nth-child(odd),
  .tilesManual > section:not(.comp-tiles--usa-products-man).col-5 .flex .col:nth-child(odd) {
    margin-right: 2%;
  }
}
@media (min-width: 1025px) {
  .tilesManual > section:not(.comp-tiles--usa-products).col-4 .flex .col .tile-inner .image__background,
  .tilesManual > section:not(.comp-tiles--usa-products-man).col-4 .flex .col .tile-inner .image__background,
  .tilesManual > section:not(.comp-tiles--usa-products).col-5 .flex .col .tile-inner .image__background,
  .tilesManual > section:not(.comp-tiles--usa-products-man).col-5 .flex .col .tile-inner .image__background,
  .tilesManual > section:not(.comp-tiles--usa-products).col-4 .flex .col .comp-tile-inner .image__background,
  .tilesManual > section:not(.comp-tiles--usa-products-man).col-4 .flex .col .comp-tile-inner .image__background,
  .tilesManual > section:not(.comp-tiles--usa-products).col-5 .flex .col .comp-tile-inner .image__background,
  .tilesManual > section:not(.comp-tiles--usa-products-man).col-5 .flex .col .comp-tile-inner .image__background {
    height: 139px;
  }
}
.tilesManual > section:not(.comp-tiles--usa-products) .container .row > .title *,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row > .title * {
  text-transform: uppercase;
  color: #004778;
}
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .tile,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .tile,
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .comp-tile,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .comp-tile {
  margin: 0 -15px;
}
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .tile .iconOverlay__image,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .tile .iconOverlay__image,
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .comp-tile .iconOverlay__image,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .comp-tile .iconOverlay__image {
  display: none;
}
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .tile.iconOverlay .iconOverlay__image,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .tile.iconOverlay .iconOverlay__image,
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .comp-tile.iconOverlay .iconOverlay__image,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .comp-tile.iconOverlay .iconOverlay__image {
  display: block;
  max-width: 150px;
}
@media (max-width: 767px) {
  .tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .tile.iconOverlay .iconOverlay__image,
  .tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .tile.iconOverlay .iconOverlay__image,
  .tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .comp-tile.iconOverlay .iconOverlay__image,
  .tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .comp-tile.iconOverlay .iconOverlay__image {
    width: 50%;
    min-height: 110px;
    float: right;
    position: relative;
  }
  .tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .tile.iconOverlay .iconOverlay__image img,
  .tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .tile.iconOverlay .iconOverlay__image img,
  .tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .comp-tile.iconOverlay .iconOverlay__image img,
  .tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .comp-tile.iconOverlay .iconOverlay__image img {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  .tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .tile.iconOverlay .iconOverlay__image,
  .tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .tile.iconOverlay .iconOverlay__image,
  .tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .comp-tile.iconOverlay .iconOverlay__image,
  .tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .comp-tile.iconOverlay .iconOverlay__image {
    position: absolute;
    top: -80px;
    right: 0;
  }
  .tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .tile.iconOverlay .iconOverlay__image img,
  .tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .tile.iconOverlay .iconOverlay__image img,
  .tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .comp-tile.iconOverlay .iconOverlay__image img,
  .tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .comp-tile.iconOverlay .iconOverlay__image img {
    max-width: 50%;
  }
}
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .tile.iconOverlay > a:hover > div .title,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .tile.iconOverlay > a:hover > div .title,
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .comp-tile.iconOverlay > a:hover > div .title,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .comp-tile.iconOverlay > a:hover > div .title,
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .tile.iconOverlay > a:hover > div .description,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .tile.iconOverlay > a:hover > div .description,
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .comp-tile.iconOverlay > a:hover > div .description,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .comp-tile.iconOverlay > a:hover > div .description {
  color: #e66565;
}
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .tile.iconOverlay > a > div,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .tile.iconOverlay > a > div,
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .comp-tile.iconOverlay > a > div,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .comp-tile.iconOverlay > a > div {
  border-bottom: solid 2px #abc2d1;
  position: relative;
  padding: 0;
}
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .tile.iconOverlay > a > div:after,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .tile.iconOverlay > a > div:after,
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .comp-tile.iconOverlay > a > div:after,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .comp-tile.iconOverlay > a > div:after {
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #abc2d1;
  bottom: -2px;
  left: 0;
  display: block;
  transition: width 1s ease;
  z-index: 10;
  content: '';
}
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .tile.iconOverlay > a > div:hover:after,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .tile.iconOverlay > a > div:hover:after,
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .comp-tile.iconOverlay > a > div:hover:after,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .comp-tile.iconOverlay > a > div:hover:after {
  width: 100%;
  background-color: #e66565;
}
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .tile.iconOverlay > a > div .copy,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .tile.iconOverlay > a > div .copy,
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .comp-tile.iconOverlay > a > div .copy,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .comp-tile.iconOverlay > a > div .copy {
  padding: 0 21px;
}
@media (max-width: 767px) {
  .tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .tile.iconOverlay > a > div .title,
  .tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .tile.iconOverlay > a > div .title,
  .tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .comp-tile.iconOverlay > a > div .title,
  .tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .comp-tile.iconOverlay > a > div .title,
  .tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .tile.iconOverlay > a > div .description,
  .tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .tile.iconOverlay > a > div .description,
  .tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .comp-tile.iconOverlay > a > div .description,
  .tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .comp-tile.iconOverlay > a > div .description {
    width: 50%;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .tile.iconOverlay > a > div .description,
  .tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .tile.iconOverlay > a > div .description,
  .tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .comp-tile.iconOverlay > a > div .description,
  .tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .comp-tile.iconOverlay > a > div .description {
    font-family: 'MarkOffcPro-Light';
    font-size: 16px;
  }
}
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .tile.iconOverlay > a > div .title,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .tile.iconOverlay > a > div .title,
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .comp-tile.iconOverlay > a > div .title,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .comp-tile.iconOverlay > a > div .title {
  color: #004778;
}
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .tile.iconOverlay > a > div .afpFillBtn,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .tile.iconOverlay > a > div .afpFillBtn,
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .comp-tile.iconOverlay > a > div .afpFillBtn,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .comp-tile.iconOverlay > a > div .afpFillBtn {
  display: none;
}
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .tile-inner > div,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .tile-inner > div,
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .comp-tile-inner > div,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .comp-tile-inner > div {
  padding: 19px 21px;
}
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .tile-inner .copy,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .tile-inner .copy,
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .comp-tile-inner .copy,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .comp-tile-inner .copy {
  margin: 13px 0;
  height: auto;
}
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .tile-inner .copy .title,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .tile-inner .copy .title,
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .comp-tile-inner .copy .title,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .comp-tile-inner .copy .title {
  color: #cd545b;
  padding-right: 0 !important;
}
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .tile-inner .copy p,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .tile-inner .copy p,
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .comp-tile-inner .copy p,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .comp-tile-inner .copy p,
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .tile-inner .copy p.description,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .tile-inner .copy p.description,
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .comp-tile-inner .copy p.description,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .comp-tile-inner .copy p.description {
  color: #004778;
}
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .tile-inner .copy p.afpFillBtn,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .tile-inner .copy p.afpFillBtn,
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .comp-tile-inner .copy p.afpFillBtn,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .comp-tile-inner .copy p.afpFillBtn,
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .tile-inner .copy p.description.afpFillBtn,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .tile-inner .copy p.description.afpFillBtn,
.tilesManual > section:not(.comp-tiles--usa-products) .container .row .col .comp-tile-inner .copy p.description.afpFillBtn,
.tilesManual > section:not(.comp-tiles--usa-products-man) .container .row .col .comp-tile-inner .copy p.description.afpFillBtn {
  color: white;
  margin-top: 15px;
}
.tilesManual .container .row > .title {
  display: block;
}
.tilesManual .container .row > .title h2 {
  font-size: 28px;
}
@media (max-width: 767px) {
  .tilesManual .container .row > .title h2 {
    font-size: 26px;
  }
}
.tilesManual .container .row .col .tile-inner .image,
.tilesManual .container .row .col .comp-tile-inner .image {
  max-height: none;
  min-height: auto;
}
.tilesManual .container .row .col .tile-inner .image__background,
.tilesManual .container .row .col .comp-tile-inner .image__background {
  width: 100%;
  height: 278px;
  display: block;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.tilesManual .container .row .col .tile-inner .copy .title,
.tilesManual .container .row .col .comp-tile-inner .copy .title {
  text-transform: uppercase;
}
.tilesManual .flex.iconOverlayFlex > * > *,
.tilesManual .flex.iconOverlayFlex > * > * > *,
.tilesManual .flex.iconOverlayFlex > * > * > * > * {
  height: 100%;
}
@media (max-width: 767px) {
  .tilesManual .flex.iconOverlayFlex {
    flex-wrap: nowrap;
    overflow: auto;
    display: flex !important;
  }
  .tilesManual .flex.iconOverlayFlex > * {
    flex: 0 0 auto;
    max-width: 80%;
    margin-right: 2em;
  }
}
@media (min-width: 768px) {
  .tilesManual .flex {
    align-items: stretch;
    flex-wrap: wrap;
  }
}
.tilesManual .comp-tiles--usa-products .title,
.tilesManual .comp-tiles--usa-products-man .title {
  display: block;
}
.tilesManual .comp-tiles--usa-products .clearfix,
.tilesManual .comp-tiles--usa-products-man .clearfix {
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row-reverse;
  margin: 0 -15px;
}
.tilesManual .comp-tiles--usa-products .clearfix .image,
.tilesManual .comp-tiles--usa-products-man .clearfix .image,
.tilesManual .comp-tiles--usa-products .clearfix .copy,
.tilesManual .comp-tiles--usa-products-man .clearfix .copy {
  order: unset;
  padding: 0 15px !important;
  width: 50%;
  float: none;
  display: block;
}

.newTypography h1,
.richText.newTypography h1,
.newTypography h2,
.richText.newTypography h2,
.newTypography .description,
.richText.newTypography .description {
  font-family: 'MarkOffcPro-Medium', sans-serif;
  font-weight: 500;
}
.newTypography h3,
.richText.newTypography h3,
.newTypography h3.title,
.richText.newTypography h3.title,
.newTypography p,
.richText.newTypography p,
.newTypography .description,
.richText.newTypography .description,
.newTypography li,
.richText.newTypography li,
.newTypography table td,
.richText.newTypography table td {
  font-family: 'MarkOffcPro-Book', sans-serif;
  font-weight: normal;
}
.newTypography h4,
.richText.newTypography h4,
.newTypography h5,
.richText.newTypography h5,
.newTypography h6,
.richText.newTypography h6,
.newTypography .afpFillBtn,
.richText.newTypography .afpFillBtn,
.newTypography .afpButtonText,
.richText.newTypography .afpButtonText,
.newTypography .afpTextLink,
.richText.newTypography .afpTextLink,
.newTypography .richText a,
.richText.newTypography .richText a,
.newTypography .afpBorderBtn,
.richText.newTypography .afpBorderBtn {
  font-family: 'MarkOffcPro-Heavy', sans-serif;
  font-weight: 900;
}
.newTypography table th,
.richText.newTypography table th {
  font-family: 'MarkOffcPro-Bold', sans-serif;
  font-weight: bold;
}
.newTypography h1,
.richText.newTypography h1 {
  font-size: 40px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: -0.36px;
  color: black;
}
@media (max-width: 767px) {
  .newTypography h1,
  .richText.newTypography h1 {
    font-size: 28px;
    line-height: 1.07;
  }
}
.newTypography h2,
.richText.newTypography h2 {
  font-size: 30px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: -0.36px;
  color: #003865;
}
@media (max-width: 767px) {
  .newTypography h2,
  .richText.newTypography h2 {
    font-size: 24px;
    letter-spacing: -0.29px;
  }
}
.newTypography h3,
.richText.newTypography h3 {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #231f20;
}
@media (max-width: 767px) {
  .newTypography h3,
  .richText.newTypography h3 {
    font-size: 20px;
    line-height: 1.25;
  }
}
.newTypography h4,
.richText.newTypography h4 {
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #231f20;
}
@media (max-width: 767px) {
  .newTypography h4,
  .richText.newTypography h4 {
    font-family: "MarkOffcPro-Bold", sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
  }
}
.newTypography h5,
.richText.newTypography h5 {
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #231f20;
}
.newTypography h6,
.richText.newTypography h6 {
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
}
.newTypography p,
.richText.newTypography p,
.newTypography .description,
.richText.newTypography .description,
.newTypography li,
.richText.newTypography li,
.newTypography table td,
.richText.newTypography table td {
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #231f20;
}
@media (max-width: 767px) {
  .newTypography p,
  .richText.newTypography p,
  .newTypography .description,
  .richText.newTypography .description,
  .newTypography li,
  .richText.newTypography li,
  .newTypography table td,
  .richText.newTypography table td {
    font-size: 15px;
    line-height: 1.47;
  }
}
@media (min-width: 768px) {
  .newTypography p.large,
  .richText.newTypography p.large,
  .newTypography .description.large,
  .richText.newTypography .description.large,
  .newTypography li.large,
  .richText.newTypography li.large,
  .newTypography table td.large,
  .richText.newTypography table td.large {
    font-size: 20px;
    line-height: 1.25;
  }
}
.newTypography p a,
.richText.newTypography p a,
.newTypography .description a,
.richText.newTypography .description a,
.newTypography li a,
.richText.newTypography li a,
.newTypography table td a,
.richText.newTypography table td a {
  font-size: inherit;
}
.newTypography .afpButtonText,
.richText.newTypography .afpButtonText {
  font-size: 15px;
  line-height: 1;
  color: #cd545b;
}
.newTypography a,
.richText.newTypography a,
.newTypography .afpTextLink,
.richText.newTypography .afpTextLink {
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  color: #cd545b;
}
.newTypography .afpTextLink,
.richText.newTypography .afpTextLink {
  text-transform: uppercase;
}
.newTypography .afpTextLink.charcoalGrey,
.richText.newTypography .afpTextLink.charcoalGrey {
  color: #414042;
}
.newTypography .afpTextLink.white,
.richText.newTypography .afpTextLink.white {
  color: white;
}
.newTypography .afpTextLink.fadedRed,
.richText.newTypography .afpTextLink.fadedRed {
  color: #cd545b;
}
.newTypography .afpFillBtn,
.richText.newTypography .afpFillBtn {
  min-width: 194px;
  padding: 17px 15px;
  min-height: 50px;
  display: inline-block;
  color: white;
  font-size: 15px;
  line-height: 1.07;
  text-transform: uppercase;
}
.newTypography .afpFillBtn.white,
.richText.newTypography .afpFillBtn.white {
  background-color: white;
  color: #004778;
  border: 0;
}
.newTypography .afpFillBtn.white:hover,
.richText.newTypography .afpFillBtn.white:hover {
  background-color: #004778;
  color: white;
}
.newTypography .afpFillBtn.fadedRed,
.richText.newTypography .afpFillBtn.fadedRed {
  background-color: #cd545b;
}
.newTypography .afpFillBtn.fadedRed:hover,
.richText.newTypography .afpFillBtn.fadedRed:hover {
  background-color: #da291c;
}
.newTypography .afpFillBtn.butterScotchBtn,
.richText.newTypography .afpFillBtn.butterScotchBtn {
  background-color: #ffb63a;
}
.newTypography .afpFillBtn.butterScotchBtn:hover,
.richText.newTypography .afpFillBtn.butterScotchBtn:hover {
  background-color: #cd545b;
}
.newTypography .afpFillBtn.prussianBlue,
.richText.newTypography .afpFillBtn.prussianBlue {
  background-color: #004778;
}
.newTypography .afpFillBtn.prussianBlue:hover,
.richText.newTypography .afpFillBtn.prussianBlue:hover {
  background-color: #cd545b;
}
.newTypography .afpFillBtn.charcoalGrey,
.richText.newTypography .afpFillBtn.charcoalGrey {
  background-color: #414042;
}
.newTypography .afpFillBtn.charcoalGrey:hover,
.richText.newTypography .afpFillBtn.charcoalGrey:hover {
  color: #414042;
  background-color: white;
}
.newTypography button.afpBorderBtn,
.richText.newTypography button.afpBorderBtn,
.newTypography button.afpFillBtn,
.richText.newTypography button.afpFillBtn {
  background-color: transparent;
  outline: 0;
}
.newTypography button.afpFillBtn,
.richText.newTypography button.afpFillBtn {
  border: 0;
}
.newTypography .afpBorderBtn,
.richText.newTypography .afpBorderBtn {
  min-width: 194px;
  padding: 18px 15px;
  display: inline-block;
  border-width: 3px;
  border-style: solid;
  font-size: 15px;
  line-height: 1.13;
  text-transform: uppercase;
}
.newTypography .afpBorderBtn:hover,
.richText.newTypography .afpBorderBtn:hover {
  color: white;
  border-color: white;
}
.newTypography .afpBorderBtn.charcoalGrey,
.richText.newTypography .afpBorderBtn.charcoalGrey {
  color: #414042;
  border-color: #414042;
}
.newTypography .afpBorderBtn.charcoalGrey:hover,
.richText.newTypography .afpBorderBtn.charcoalGrey:hover {
  color: white;
  background-color: #414042;
}
.newTypography .afpBorderBtn.white,
.richText.newTypography .afpBorderBtn.white {
  color: white;
  border-color: white;
}
.newTypography .afpBorderBtn.white:hover,
.richText.newTypography .afpBorderBtn.white:hover {
  color: #cd545b;
  background-color: white;
}
.newTypography .afpBorderBtn.prussianBlue,
.richText.newTypography .afpBorderBtn.prussianBlue {
  color: #004778;
  border-color: #004778;
}
.newTypography .afpBorderBtn.prussianBlue:hover,
.richText.newTypography .afpBorderBtn.prussianBlue:hover,
.newTypography .afpBorderBtn.prussianBlue.active,
.richText.newTypography .afpBorderBtn.prussianBlue.active {
  color: white;
  background-color: #004778;
}
.newTypography .afpBorderBtn.fadedRed,
.richText.newTypography .afpBorderBtn.fadedRed {
  color: #cd545b;
  border-color: #cd545b;
}
.newTypography .afpBorderBtn.fadedRed:hover,
.richText.newTypography .afpBorderBtn.fadedRed:hover {
  color: white;
  background-color: #cd545b;
}
.newTypography .afpBorderBtn.darkMidnightBlue,
.richText.newTypography .afpBorderBtn.darkMidnightBlue {
  color: #003865;
  border-color: #003865;
}
.newTypography .afpBorderBtn.darkMidnightBlue:hover,
.richText.newTypography .afpBorderBtn.darkMidnightBlue:hover {
  color: white;
  background-color: #003865;
}
@font-face {
  font-family: 'MarkOffcPro';
  src: url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro.eot?#iefix') format('embedded-opentype'), url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro.otf') format('opentype'), url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro.woff') format('woff'), url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro.ttf') format('truetype'), url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro.svg#MarkOffcPro') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MarkOffcPro-Bold';
  src: url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro-Bold.eot?#iefix') format('embedded-opentype'), url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro-Bold.otf') format('opentype'), url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro-Bold.woff') format('woff'), url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro-Bold.ttf') format('truetype'), url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro-Bold.svg#MarkOffcPro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'MarkOffcPro-Book';
  src: url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro-Book.eot?#iefix') format('embedded-opentype'), url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro-Book.otf') format('opentype'), url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro-Book.woff') format('woff'), url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro-Book.ttf') format('truetype'), url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro-Book.svg#MarkOffcPro-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MarkOffcPro-Medium';
  src: url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro-Medium.eot');
  src: url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro-Medium.eot?#iefix') format('embedded-opentype'), url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro-Medium.woff2') format('woff2'), url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro-Medium.woff') format('woff'), url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro-Medium.ttf') format('truetype'), url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro-Medium.svg#MarkOffcPro-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'MarkOffcPro-Heavy';
  src: url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro-Heavy.eot');
  src: url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro-Heavy.eot?#iefix') format('embedded-opentype'), url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro-Heavy.woff2') format('woff2'), url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro-Heavy.woff') format('woff'), url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro-Heavy.ttf') format('truetype'), url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro-Heavy.svg#MarkOffcPro-Heavy') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'MarkOffcPro-Light';
  src: url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro-Light.eot');
  src: url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro-Light.eot?#iefix') format('embedded-opentype'), url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro-Light.woff2') format('woff2'), url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro-Light.woff') format('woff'), url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro-Light.ttf') format('truetype'), url('clientlibs-css/fonts/MarkOffcPro/MarkOffcPro-Light.svg#MarkOffcPro-Ligth') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MicrosoftSansSerif';
  src: url('clientlibs-css/fonts/MicrosoftSansSerif/MicrosoftSansSerif.eot');
  src: url('clientlibs-css/fonts/MicrosoftSansSerif/MicrosoftSansSerif.eot?#iefix') format('embedded-opentype'), url('clientlibs-css/fonts/MicrosoftSansSerif/MicrosoftSansSerif.woff2') format('woff2'), url('clientlibs-css/fonts/MicrosoftSansSerif/MicrosoftSansSerif.woff') format('woff'), url('clientlibs-css/fonts/MicrosoftSansSerif/MicrosoftSansSerif.ttf') format('truetype'), url('clientlibs-css/fonts/MicrosoftSansSerif/MicrosoftSansSerif.svg#MicrosoftSansSerif') format('svg');
  font-weight: normal;
  font-style: normal;
}


.homePageCarousel {
  min-height: 415px;
}
@media (max-width: 768px) {
  .homePageCarousel {
    margin-top: 0 !important;
  }
}
.homePageCarousel > .container {
  padding: 50px 0 0;
}
@media (max-width: 767px) {
  .homePageCarousel > .container {
    padding-top: 25px;
  }
}
.homePageCarousel .carousel-caption {
  position: relative;
  left: 0;
  right: 0;
  padding: 0;
  bottom: 0;
  text-align: left;
  text-shadow: none;
}
.homePageCarousel .carousel-caption--img {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .homePageCarousel .carousel-caption--img {
    width: 100%;
    height: 200px;
  }
}
.homePageCarousel .carousel-caption .title *,
.homePageCarousel .carousel-caption .copy * {
  color: #005185;
}
.homePageCarousel .carousel-caption .subtitle * {
  font-family: "MarkOffcPro-Medium", sans-serif;
  font-weight: 500;
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #003865;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .homePageCarousel .carousel-caption .subtitle * {
    margin-top: 0;
    color: #cd545b;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "MarkOffcPro-Heavy", sans-serif;
    font-weight: 900;
  }
}
.homePageCarousel .carousel-caption .title * {
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .homePageCarousel .carousel-caption .title * {
    text-align: center;
    color: #003865;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .homePageCarousel .carousel-caption .title * + * {
    margin-top: 0;
  }
}
.homePageCarousel .carousel-caption .title *:first-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .homePageCarousel .carousel-caption .title * {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .homePageCarousel .carousel-caption .copy {
    margin-bottom: 26px;
  }
}
.homePageCarousel .carousel-caption .copy p {
  text-align: center;
  font-family: "MarkOffcPro-Book", sans-serif;
}
@media (min-width: 768px) {
  .homePageCarousel .carousel-caption .copy p {
    padding-right: 50px;
    text-align: left;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .homePageCarousel .carousel-caption .copy p {
    color: #414042;
  }
}
.homePageCarousel .carousel-caption .afpFillBtn {
  min-width: 50%;
  text-align: center;
  font-family: "MarkOffcPro-Bold", sans-serif;
  font-weight: bold;
}
@media (max-width: 767px) {
  .homePageCarousel .carousel-caption .afpFillBtn {
    display: block;
    margin-top: 15px;
  }
}
.homePageCarousel .carousel-control {
  min-width: 53px;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  text-shadow: none;
  opacity: 1;
}
@media (max-width: 767px) {
  .homePageCarousel .carousel-control {
    display: none;
  }
}
.homePageCarousel .carousel-control .glyphicon {
  color: #80848d;
  font-size: 30px;
}
.homePageCarousel .carousel-control.left,
.homePageCarousel .carousel-control.right {
  background-image: none;
}
@media (max-width: 767px) {
  .homePageCarousel .carousel-control.left,
  .homePageCarousel .carousel-control.right {
    display: none;
  }
}
.homePageCarousel .carousel-control.left {
  left: auto;
  right: 100%;
}
.homePageCarousel .carousel-control.right {
  right: auto;
  left: 100%;
}
.homePageCarousel .carousel-control .arrow-right {
  width: 53px;
  height: 36px;
}
.homePageCarousel .carousel-control--left {
  transform: rotate(180deg);
}
.homePageCarousel .carousel-indicators {
  width: 100%;
  left: 0;
  margin: 50px 0;
  position: relative;
  top: 0;
  bottom: auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .homePageCarousel .carousel-indicators {
    margin: 30px 0 50px;
  }
}
.homePageCarousel .carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #80848d;
  margin: 0 6px;
}
@media (min-width: 768px) {
  .homePageCarousel .carousel-indicators li {
    opacity: 0.3;
    background-color: #747376;
  }
}
.homePageCarousel .carousel-indicators li.active {
  opacity: 1;
}
@media (max-width: 767px) {
  .homePageCarousel .carousel-indicators li.active {
    background-color: #004778;
  }
}

.mediaTile__wrapper {
  padding: 25px 0 50px;
}
@media (min-width: 768px) {
  .mediaTile__wrapper {
    padding: 50px 0;
  }
}
@media (min-width: 769px) {
  .mediaTile__wrapper .container .row {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .mediaTile__wrapper .container .row {
    display: flex;
    align-items: stretch;
    overflow: auto;
    margin: 0;
    padding: 25px 0;
  }
  .mediaTile__wrapper .container .row > * {
    width: 80%;
    margin-right: 20px;
    flex: 0 0 auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .mediaTile__header {
    background-color: white;
    margin: -25px -15px 0;
    width: 100vw;
    padding: 15px;
  }
}
@media (min-width: 769px) {
  .mediaTile__header > .headline,
  .mediaTile__header > .copy {
    width: 51%;
  }
}
.mediaTile__header > .headline *,
.mediaTile__header > .copy * {
  margin-top: 0;
  color: #414042;
}
@media (min-width: 768px) {
  .mediaTile__header .copy > * {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .mediaTile__header + .row {
    padding: 25px 0 0 !important;
  }
}
.mediaTile .loadMore {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .mediaTile .loadMore {
    width: 100%;
    margin-top: 30px;
  }
}
.mediaTile .loadMore > * {
  min-width: 25%;
  text-transform: uppercase;
}
.textMediaTile__v2 {
  position: relative;
  height: 100%;
}
.textMediaTile__v2 > a {
  text-transform: none;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .textMediaTile__v2 > a {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
  }
}
.textMediaTile__v2:after {
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: transparent;
  bottom: -2px;
  left: 0;
  display: block;
  transition: width 1s ease;
  z-index: 10;
  content: '';
}
.textMediaTile__v2:hover:after {
  width: 100%;
  background-color: #cd545b;
}
.textMediaTile__v2__image {
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  background-color: rgba(208, 228, 245, 0.1);
}
@media (min-width: 769px) {
  .textMediaTile__v2__image {
    align-items: center;
    justify-content: flex-start;
  }
}
@media (min-width: 769px) {
  .textMediaTile__v2__image {
    min-height: 280px;
  }
}
@media (max-width: 768px) {
  .textMediaTile__v2__image {
    height: 260px;
    flex: 0 0 auto;
  }
}
.textMediaTile__v2__content {
  position: relative;
  background-color: white;
}
@media (min-width: 769px) {
  .textMediaTile__v2__content:after {
    content: '';
    position: absolute;
    top: calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .textMediaTile__v2__content {
    padding: 25px 18px;
    height: 100%;
  }
}
.textMediaTile__v2__content > div:first-child > * {
  margin-top: 0;
}
.textMediaTile__v2__content .headline *,
.textMediaTile__v2__content .copy *,
.textMediaTile__v2__content .buttonLink * {
  color: #414042;
}
.textMediaTile__v2__content .category * {
  font-family: "MarkOffcPro-Bold", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #cd545b;
  margin-bottom: 0;
}
.textMediaTile__v2__content .category *:after {
  display: block;
  width: 30px;
  height: 2px;
  content: '';
  background-color: #cd545b;
  margin-top: 12px;
}
.textMediaTile__v2__content .headline *,
.textMediaTile__v2__content .subHeadline * {
  font-family: "MarkOffcPro-Medium", sans-serif;
  font-weight: 500;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .textMediaTile__v2__content .headline *,
  .textMediaTile__v2__content .subHeadline * {
    color: #414042;
    font-family: "MarkOffcPro-Book", sans-serif;
  }
}
.textMediaTile__v2__content .headline + .subHeadline *,
.textMediaTile__v2__content .subHeadline + .subHeadline * {
  margin-top: -5px;
}
.textMediaTile__v2__content .headline > * {
  font-size: 24px;
  height: 24px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .textMediaTile__v2__content .headline > * {
    height: 21px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
  .textMediaTile__v2__content .headline > * {
    height: 25px;
  }
}
@media (max-width: 768px) {
  .textMediaTile__v2__content .headline > * {
    font-size: 20px;
    height: auto;
  }
}
.textMediaTile__v2__content .subHeadline * {
  color: #414042;
  font-size: 22px;
  height: 50px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .textMediaTile__v2__content .subHeadline * {
    height: 45px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .textMediaTile__v2__content .subHeadline * {
    height: 37px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
  .textMediaTile__v2__content .subHeadline * {
    height: 45px;
  }
}
@media (max-width: 768px) {
  .textMediaTile__v2__content .subHeadline * {
    font-size: 18px;
    height: auto;
  }
}
.textMediaTile__v2__content .copy * {
  overflow: hidden;
  height: 100px;
}
@media (max-width: 768px) {
  .textMediaTile__v2__content .copy * {
    color: #414042;
  }
}
@media (max-width: 767px) {
  .textMediaTile__v2__content .copy * {
    height: 90px;
  }
}
.textMediaTile__v2__content .buttonLink {
  margin-top: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .textMediaTile__v2__content .buttonLink {
    margin-top: auto;
  }
}
.textMediaTile__v2__content .buttonLink > * {
  font-family: "MarkOffcPro-Heavy", sans-serif;
  font-size: 13px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .textMediaTile__v2__content .buttonLink > * {
    font-size: 13px;
  }
}
.textMediaTile__v2__content .buttonLink .glyphicon {
  margin-left: 1em;
  top: auto;
}
@media (max-width: 768px) {
  .textMediaTile__v2.video,
  .textMediaTile__v2.videoPopUp {
    flex-direction: column;
  }
}
.textMediaTile__v2.video > a,
.textMediaTile__v2.videoPopUp > a {
  cursor: pointer;
}
@media (max-width: 768px) {
  .textMediaTile__v2.video .textMediaTile__v2__content .copy,
  .textMediaTile__v2.videoPopUp .textMediaTile__v2__content .copy {
    display: none;
  }
}
.textMediaTile__v2.video .buttonLink .glyphicon-play,
.textMediaTile__v2.videoPopUp .buttonLink .glyphicon-play {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #cd545b;
  border-radius: 100%;
  color: white;
  font-size: 11px;
}
.textMediaTile__v2 .imageTop,
.textMediaTile__v2 .hasCategory {
  margin-bottom: 20px;
}
.textMediaTile__v2 .imageTop .textMediaTile__v2__image,
.textMediaTile__v2 .hasCategory .textMediaTile__v2__image {
  position: relative;
}
@media (min-width: 769px) {
  .textMediaTile__v2 .imageTop .textMediaTile__v2__image,
  .textMediaTile__v2 .hasCategory .textMediaTile__v2__image {
    height: 290px;
  }
}
@media (min-width: 769px) {
  .textMediaTile__v2 .imageTop .textMediaTile__v2__content,
  .textMediaTile__v2 .hasCategory .textMediaTile__v2__content {
    padding: 19px 38px;
    min-height: 290px;
  }
}
.textMediaTile__v2 .imageTop .textMediaTile__v2__content .headline > * {
  color: #003865;
}
@media (max-width: 768px) {
  .textMediaTile__v2 .imageTop .textMediaTile__v2__content .headline > * {
    color: #414042;
  }
}
@media (min-width: 769px) {
  .textMediaTile__v2 .imageRight .textMediaTile__v2__content:after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid white;
    left: 100%;
  }
}
@media (min-width: 769px) {
  .textMediaTile__v2 .imageLeft {
    flex-direction: row-reverse;
  }
}
@media (min-width: 769px) {
  .textMediaTile__v2 .imageLeft .textMediaTile__v2__content:after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid white;
    right: 100%;
  }
}
.textMediaTile__v2 .imageRight,
.textMediaTile__v2 .imageLeft {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .textMediaTile__v2 .imageRight,
  .textMediaTile__v2 .imageLeft {
    display: flex;
    align-items: stretch;
  }
}
@media (min-width: 769px) {
  .textMediaTile__v2 .imageRight > *,
  .textMediaTile__v2 .imageLeft > * {
    width: 50%;
    flex: 0 0 auto;
  }
}
.textMediaTile__v2 .imageRight .textMediaTile__v2__content,
.textMediaTile__v2 .imageLeft .textMediaTile__v2__content {
  background-color: white;
}
@media (min-width: 769px) {
  .textMediaTile__v2 .imageRight .textMediaTile__v2__content,
  .textMediaTile__v2 .imageLeft .textMediaTile__v2__content {
    padding: 32px 30px;
  }
}
.textMediaTile__v2 .imageRight .textMediaTile__v2__content .headline *,
.textMediaTile__v2 .imageLeft .textMediaTile__v2__content .headline * {
  font-family: "MarkOffcPro-Book", sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
@media (min-width: 769px) {
  .textMediaTile__v2 .imageRight .textMediaTile__v2__content .headline *,
  .textMediaTile__v2 .imageLeft .textMediaTile__v2__content .headline * {
    font-size: 22px;
    line-height: 1.27;
  }
}
@media (min-width: 769px) {
  .textMediaTile__v2 .imageRight .textMediaTile__v2__content .buttonLink,
  .textMediaTile__v2 .imageLeft .textMediaTile__v2__content .buttonLink {
    margin-top: auto;
  }
}
.textMediaTile__v2.tileRed .textMediaTile__v2__content *,
.textMediaTile__v2.tileBlue .textMediaTile__v2__content *,
.textMediaTile__v2.tileRed.imageTop .textMediaTile__v2__content *,
.textMediaTile__v2.tileBlue.imageTop .textMediaTile__v2__content *,
.textMediaTile__v2.tileRed .textMediaTile__v2__content .headline > *,
.textMediaTile__v2.tileBlue .textMediaTile__v2__content .headline > *,
.textMediaTile__v2.tileRed.imageTop .textMediaTile__v2__content .headline > *,
.textMediaTile__v2.tileBlue.imageTop .textMediaTile__v2__content .headline > * {
  color: white;
}
.textMediaTile__v2.tileRed .textMediaTile__v2__content .category *:after,
.textMediaTile__v2.tileBlue .textMediaTile__v2__content .category *:after,
.textMediaTile__v2.tileRed.imageTop .textMediaTile__v2__content .category *:after,
.textMediaTile__v2.tileBlue.imageTop .textMediaTile__v2__content .category *:after {
  background-color: white;
}
@media (min-width: 769px) {
  .textMediaTile__v2.tileRed .textMediaTile__v2__content .subHeadline > *,
  .textMediaTile__v2.tileBlue .textMediaTile__v2__content .subHeadline > *,
  .textMediaTile__v2.tileRed.imageTop .textMediaTile__v2__content .subHeadline > *,
  .textMediaTile__v2.tileBlue.imageTop .textMediaTile__v2__content .subHeadline > * {
    height: 43px;
  }
}
.textMediaTile__v2.tileRed .textMediaTile__v2__content .buttonLink .arrow-right,
.textMediaTile__v2.tileBlue .textMediaTile__v2__content .buttonLink .arrow-right,
.textMediaTile__v2.tileRed.imageTop .textMediaTile__v2__content .buttonLink .arrow-right,
.textMediaTile__v2.tileBlue.imageTop .textMediaTile__v2__content .buttonLink .arrow-right {
  background-image: url('clientlibs-css/images/svg/arrow-right-white.svg');
}
.textMediaTile__v2.tileRed .textMediaTile__v2__content {
  background-color: #cd545b;
}
.textMediaTile__v2.tileRed .textMediaTile__v2__content:after {
  border-right-color: #cd545b;
  border-left-color: #cd545b;
}
.textMediaTile__v2.tileBlue .textMediaTile__v2__content {
  background-color: #003865;
}
.textMediaTile__v2.tileBlue .textMediaTile__v2__content:after {
  border-right-color: #003865;
  border-left-color: #003865;
}
.textMediaTile__v2.tileGrey .textMediaTile__v2__content {
  background-color: #f4f4f6;
}
.textMediaTile__v2.tileGrey .textMediaTile__v2__content:after {
  border-right-color: #f4f4f6;
  border-left-color: #f4f4f6;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .textMediaTile__v2__content .headline > * {
    line-height: normal;
  }
}

.tilesGenerated__wrapper {
  padding: 50px 0;
}
.tilesGenerated__tiles-tile {
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 769px) {
  .tilesGenerated__tiles-tile {
    width: calc(50% - 7.5px);
    min-height: 286px;
  }
  .tilesGenerated__tiles-tile:nth-child(odd) {
    margin-right: 15px;
  }
}
.tilesGenerated__tiles-tile > a {
  text-transform: none;
  height: 100%;
}
@media (max-width: 767px) {
  .tilesGenerated__tiles-tile > a {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .tilesGenerated__tiles-tile--left,
  .tilesGenerated__tiles-tile--right {
    width: 50%;
  }
}
.tilesGenerated__tiles-tile--left {
  padding: 38px 30px 25px;
  position: relative;
}
@media (max-width: 767px) {
  .tilesGenerated__tiles-tile--left {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .tilesGenerated__tiles-tile--left:after {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid white;
    content: '';
    position: absolute;
    top: calc(50% - 20px);
    left: 100%;
  }
  .tilesGenerated__tiles-tile--left.bgFadedRed:after {
    border-left-color: #cd545b;
  }
  .tilesGenerated__tiles-tile--left.bgPrussianBlue:after {
    border-left-color: #004778;
  }
  .tilesGenerated__tiles-tile--left.bgGhostWhite:after {
    border-left-color: #f4f4f6;
  }
}
.tilesGenerated__tiles-tile--left .headline * {
  margin-top: 0;
  color: #003865;
}
.tilesGenerated__tiles-tile--left .copy > * {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .tilesGenerated__tiles-tile--left .copy > * {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 5;
    -moz-box-orient: vertical;
    overflow: hidden;
  }
}
.tilesGenerated__tiles-tile--left .buttonLink {
  margin-top: auto;
}
.tilesGenerated__tiles-tile--left.bgFadedRed .headline > *,
.tilesGenerated__tiles-tile--left.bgPrussianBlue .headline > *,
.tilesGenerated__tiles-tile--left.bgFadedRed .copy > *,
.tilesGenerated__tiles-tile--left.bgPrussianBlue .copy > *,
.tilesGenerated__tiles-tile--left.bgFadedRed .buttonLink > *,
.tilesGenerated__tiles-tile--left.bgPrussianBlue .buttonLink > * {
  color: white;
}
.tilesGenerated__tiles-tile--left.bgFadedRed .buttonLink .arrow-right,
.tilesGenerated__tiles-tile--left.bgPrussianBlue .buttonLink .arrow-right {
  color: white;
}
.tilesGenerated__tiles-tile--left.bgFadedRed .buttonLink .arrow-right.charcoal-grey,
.tilesGenerated__tiles-tile--left.bgPrussianBlue .buttonLink .arrow-right.charcoal-grey {
  background-image: url('clientlibs-css/images/svg/arrow-right-white.svg');
}
.tilesGenerated__tiles-tile--right {
  min-height: 286px;
  background-color: rgba(208, 228, 245, 0.1);
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .tilesGenerated__tiles-tile--right {
    height: 200px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tilesGenerated__tiles-tile--left .copy p {
    width: 100%;
    overflow: hidden;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  .tilesGenerated__tiles-tile--left .copy p {
    height: 124px;
  }
}

@media (max-width: 767px) {
  .header {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .header .chevron.down {
    transform: rotate(0deg);
    margin-right: 0;
    display: block;
  }
}
.header__wrapper {
  padding: 20px 15px;
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .header__wrapper {
    padding: 20px 0 20px 15px;
  }
}
@media (max-width: 767px) {
  .header__wrapper {
    padding: 10px 0;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .header__wrapper > .container {
    position: relative;
  }
}
.header__wrapper .navbar-toggle {
  margin: 0;
  left: 0;
  padding: 0 15px;
}
.header__wrapper .navbar-toggle .icon-bar {
  background-color: #004778;
}
.header__wrapper .mobileSearch {
  right: 0;
  padding-right: 15px;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 20px;
  color: #004778;
}
.header__wrapper .mobileSearch,
.header__wrapper .navbar-toggle {
  position: absolute;
  top: auto;
}
@media (max-width: 1024px) {
  .header__left {
    padding-left: 15px;
  }
}
.header__left img {
  width: 167px;
}
@media (max-width: 767px) {
  .header__left img {
    width: 104px;
  }
}
.header__right {
  flex: 0 0 auto;
  width: calc(100% - 167px);
}
@media (min-width: 768px) {
  .header__right.navbar-collapse.collapse {
    display: flex !important;
    flex-direction: column-reverse;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .header__right.navbar-collapse.collapse.in {
    overflow-y: visible;
  }
}
@media (max-width: 767px) {
  .header__right {
    width: 100%;
    position: absolute;
    top: 100%;
    background-color: #003865;
    flex-direction: column;
    padding: 0;
    height: auto !important;
    left: 100%;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
  }
  .header__right.in {
    left: 0;
  }
  .header__right > .flex {
    flex-direction: column;
  }
  .header__right > .flex.justifyEnd {
    justify-content: flex-start;
  }
  .header__right > .flex.alignCenter {
    align-items: flex-start;
  }
  .header__right a,
  .header__right-top--button,
  .header__right-bottom--button {
    font-family: MarkOffcPro-Light, Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.83;
    letter-spacing: normal;
    color: white;
    width: 100%;
    text-transform: none;
  }
  .header__right-top--button,
  .header__right-bottom--button {
    padding: 0 15px;
    border-bottom: solid 1px #165f91;
  }
  .header__right-bottom--button i {
    transform: rotate(-90deg);
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .header__right-top--button,
  .header__right-bottom--button,
  .header__right-top > a,
  .header__right-bottom > a,
  .header__right-bottom--button > a,
  .header__right .dropdown-menu > li > a {
    font-family: MarkOffcPro-Light, Arial, sans-serif;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #004778;
    text-transform: none;
  }
}
.header__right-top--button,
.header__right-top--button > a,
.header__right-top > a,
.header__right-top .dropdown-menu > li > a {
  font-size: 16px;
  margin-right: 35px;
}
.header__right-top--button:last-child,
.header__right-top--button > a:last-child,
.header__right-top > a:last-child,
.header__right-top .dropdown-menu > li > a:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .header__right-top--button,
  .header__right-top--button > a,
  .header__right-top > a,
  .header__right-top .dropdown-menu > li > a {
    margin: 0;
    font-size: 24px;
  }
}
.header__right-top--button i,
.header__right-top--button > a i,
.header__right-top > a i,
.header__right-top .dropdown-menu > li > a i {
  margin-right: 10px;
}
.header__right-top--button button,
.header__right-top--button > a button,
.header__right-top > a button,
.header__right-top .dropdown-menu > li > a button {
  background-color: transparent;
  border: 0;
  outline: 0;
}
.header__right-top--button button .selectedCountry,
.header__right-top--button > a button .selectedCountry,
.header__right-top > a button .selectedCountry,
.header__right-top .dropdown-menu > li > a button .selectedCountry {
  margin-right: 10px;
}
.header__right-top--button .dropdown-menu,
.header__right-top--button > a .dropdown-menu,
.header__right-top > a .dropdown-menu,
.header__right-top .dropdown-menu > li > a .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
}
@media (min-width: 768px) {
  .header__right-top--button .dropdown-menu,
  .header__right-top--button > a .dropdown-menu,
  .header__right-top > a .dropdown-menu,
  .header__right-top .dropdown-menu > li > a .dropdown-menu {
    left: auto;
    right: 0;
  }
}
@media (max-width: 767px) {
  .header__right-top--button .dropdown-menu,
  .header__right-top--button > a .dropdown-menu,
  .header__right-top > a .dropdown-menu,
  .header__right-top .dropdown-menu > li > a .dropdown-menu {
    background-color: #003865;
    width: 100%;
    border: 0;
  }
}
.header__right-top--button .dropdown-menu li,
.header__right-top--button > a .dropdown-menu li,
.header__right-top > a .dropdown-menu li,
.header__right-top .dropdown-menu > li > a .dropdown-menu li {
  padding-left: 0;
}
.header__right-top--button .dropdown-menu li a,
.header__right-top--button > a .dropdown-menu li a,
.header__right-top > a .dropdown-menu li a,
.header__right-top .dropdown-menu > li > a .dropdown-menu li a {
  padding: 5px 10px;
}
@media (max-width: 767px) {
  .header__right-top--button .dropdown-menu li a,
  .header__right-top--button > a .dropdown-menu li a,
  .header__right-top > a .dropdown-menu li a,
  .header__right-top .dropdown-menu > li > a .dropdown-menu li a {
    padding: 0 15px;
    color: white;
  }
}
.header__right-top--button .dropdown-menu li a:hover,
.header__right-top--button > a .dropdown-menu li a:hover,
.header__right-top > a .dropdown-menu li a:hover,
.header__right-top .dropdown-menu > li > a .dropdown-menu li a:hover {
  background-color: #004778;
  color: white;
}
.header__right-top--button.header-user-account-controls {
  margin: 0;
}
.header__right-top--button.header-user-account-controls .btn-outline {
  padding: 0 !important;
  border: 0;
  color: #004778;
  text-transform: none;
}
@media (max-width: 767px) {
  .header__right-top--button button {
    width: 100%;
    padding: 0;
    position: relative;
  }
  .header__right-top--button button .chevronDown {
    transform: rotate(0deg);
    margin: 0;
    position: absolute;
    right: 0;
  }
}
.header__right-bottom {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .header__right-bottom {
    margin: 0;
  }
}
.header__right-bottom--button,
.header__right-bottom--button > a,
.header__right-bottom > a {
  font-size: 24px;
}
@media (min-width: 768px) {
  .header__right-bottom--button,
  .header__right-bottom--button > a,
  .header__right-bottom > a {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .header__right-bottom--button,
  .header__right-bottom > a {
    margin-right: 6%;
  }
  .header__right-bottom--button:last-child,
  .header__right-bottom > a:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .header__right-bottom--button > a {
    justify-content: space-between;
  }
}
.header__right-bottom--button i {
  margin-left: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header__right-bottom--button i {
    transform: rotate(0deg);
    margin: 0;
  }
}
.header__right-bottom--button button {
  background-color: transparent;
  border: 0;
  outline: 0;
}
@media (min-width: 768px) {
  .header .collapsible {
    position: relative;
  }
}
@media (min-width: 768px) {
  .header .collapsible.hasBefore:before,
  .header .collapsible.hasAfter:before,
  .header .collapsible.hasBefore:after,
  .header .collapsible.hasAfter:after {
    width: 30%;
  }
}
.header .collapsible__content {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .header .collapsible__content > .justifyCenter {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .header .collapsible__content {
    width: 100%;
    position: absolute;
    top: 100%;
    background-color: #003865;
    flex-direction: column;
    padding: 0;
    left: 100%;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
  }
  .header .collapsible__content.in {
    left: 0;
  }
  .header .collapsible__content > .justifyCenter {
    justify-content: flex-start;
  }
}
.header .collapsible__content-button {
  position: relative;
}
@media (min-width: 768px) {
  .header .collapsible__content-button {
    border-right: solid 1px #165f91;
    min-width: 275px;
  }
}
@media (max-width: 767px) {
  .header .collapsible__content-button {
    width: 100%;
  }
}
.header .collapsible__content-button button.backToMenu,
.header .collapsible__content-button button.backToProducts {
  font-size: 18px;
  line-height: 2.83;
  padding: 8px 15px;
  border: 0;
  border-bottom: solid 1px #165f91;
  background-color: #003865;
  color: white;
  font-family: MarkOffcPro-Medium, Arial, sans-serif;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  width: 100%;
  text-align: left;
}
.header .collapsible__content-button button.backToMenu i,
.header .collapsible__content-button button.backToProducts i {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.header .collapsible__content-button .dropdown {
  position: unset;
}
@media (max-width: 767px) {
  .header .collapsible__content-button .dropdown {
    border-bottom: solid 1px #165f91;
    display: flex;
    align-items: center;
  }
  .header .collapsible__content-button .dropdown > button {
    width: auto;
    min-height: 67px;
    background: none;
    border: 0;
    outline: 0;
    padding: 0 15px 0 0;
    flex: 1 1 auto;
  }
}
.header .collapsible__content-button .dropdown.open .dropdown-menu,
.header .collapsible__content-button .dropdown.openChildList .dropdown-menu {
  display: block;
}
@media (min-width: 768px) {
  .header .collapsible__content-button .dropdown.open > a,
  .header .collapsible__content-button .dropdown.openChildList > a {
    color: #003865;
    background-color: white;
  }
}
.header .collapsible__content-button .dropdown.open > a i,
.header .collapsible__content-button .dropdown.openChildList > a i {
  display: inline-block;
}
@media (min-width: 768px) {
  .header .collapsible__content-button .dropdown.open > a i,
  .header .collapsible__content-button .dropdown.openChildList > a i {
    display: block;
  }
}
@media (max-width: 767px) {
  .header .collapsible__content-button .dropdown.open .dropdown-menu,
  .header .collapsible__content-button .dropdown.openChildList .dropdown-menu {
    left: 0;
  }
}
.header .collapsible__content-button .dropdown .dropdown-backdrop {
  display: none;
}
@media (min-width: 768px) {
  .header .collapsible__content-button .dropdown > a:hover {
    color: #003865;
    background-color: white;
  }
}
.header .collapsible__content-button .dropdown > a:hover i {
  display: inline-block;
}
@media (min-width: 768px) {
  .header .collapsible__content-button .dropdown > a:hover i {
    display: block;
  }
}
.header .collapsible__content-button .dropdown > a {
  padding: 0 6px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header .collapsible__content-button .dropdown > a {
    pointer-events: none;
  }
}
.header .collapsible__content-button .dropdown > a,
.header .collapsible__content-button .dropdown .dropdown-menu li a {
  text-align: left;
  width: 100%;
  border: 0;
  background-color: transparent;
  outline: 0;
  font-family: MarkOffcPro-Light, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.22;
  letter-spacing: normal;
  color: white;
  text-transform: none;
}
@media (min-width: 769px) {
  .header .collapsible__content-button .dropdown > a,
  .header .collapsible__content-button .dropdown .dropdown-menu li a {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .header .collapsible__content-button .dropdown > a,
  .header .collapsible__content-button .dropdown .dropdown-menu li a {
    white-space: normal;
    font-size: 24px;
    line-height: 2.83;
    padding: 0 15px;
  }
}
.header .collapsible__content-button .dropdown > a i,
.header .collapsible__content-button .dropdown .dropdown-menu li a i {
  display: none;
  color: #cd545b;
  font-size: 10px;
}
@media (max-width: 767px) {
  .header .collapsible__content-button .dropdown .dropdown-menu li a {
    border-bottom: solid 1px #165f91;
  }
}
.header .collapsible__content-button .dropdown-menu {
  width: 100%;
  left: 100%;
  top: 0;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .header .collapsible__content-button .dropdown-menu {
    background-color: #003865;
    display: block;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
  }
}
@media (max-width: 767px) {
  .header .collapsible__content-button .dropdown-menu li {
    padding-left: 0;
  }
}
.header .collapsible__content-button .dropdown-menu li a {
  padding: 1px 36px;
  white-space: normal;
}
@media (max-width: 767px) {
  .header .collapsible__content#search {
    padding: 48px 15px;
  }
}
.header .collapsible__content#search form {
  border-bottom: solid 2px white;
  padding-bottom: 20px;
}
.header .collapsible__content#search form > * {
  background-color: transparent;
  border: 0;
  outline: 0;
}
.header .collapsible__content#search form .searchTrigger__icon {
  width: 33px;
  height: 33px;
  display: inline-block;
  background-image: url('clientlibs-css/images/svg/search-white.svg');
}
@media (max-width: 767px) {
  .header .collapsible__content#search form .searchTrigger__icon {
    width: 17px;
    height: 17px;
    background-size: cover;
  }
}
.header .collapsible__content#search form input,
.header .collapsible__content#search form input::placeholder {
  font-family: MarkOffcPro-Light, Arial, sans-serif;
  font-size: 31px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.7);
  width: 100%;
}
@media (max-width: 767px) {
  .header .collapsible__content#search form input,
  .header .collapsible__content#search form input::placeholder {
    font-size: 20px;
  }
}
.header .collapsible__content#search .popularSearches {
  padding: 55px 0;
}
@media (max-width: 767px) {
  .header .collapsible__content#search .popularSearches {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .header .collapsible__content#search .popularSearches__left {
    width: 45%;
  }
}
.header .collapsible__content#search .popularSearches__left * {
  font-family: MarkOffcPro-Medium, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: white;
}
.header .collapsible__content#search .popularSearches__right {
  padding: 25px 0 25px 65px;
}
@media (max-width: 767px) {
  .header .collapsible__content#search .popularSearches__right {
    flex-direction: column;
    padding: 0;
  }
}
.header .collapsible__content#search .popularSearches__right > a {
  font-family: 'MarkOffcPro-Book', sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin: 25px 35px;
  text-transform: none;
}
@media (max-width: 767px) {
  .header .collapsible__content#search .popularSearches__right > a {
    margin: 15px 0;
    font-size: 16px;
    font-family: 'MarkOffcPro-Medium', sans-serif;
    font-weight: 500;
    display: block;
  }
}
.header .collapsible__content#search .popularSearches__right > a .arrow-right {
  flex: 0 0 auto;
  background-size: cover;
}
@media (max-width: 767px) {
  .header .collapsible__content#search .popularSearches__right > a .arrow-right {
    width: 26px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
  }
}

.banner-v2.imageOnly .banner-v2__wrapper > .container {
  min-height: auto;
}
.banner-v2.imageOnly .banner-v2__image:after {
  display: none;
}
@media (min-width: 768px) {
  .banner-v2-condensed .banner-v2__wrapper > .container {
    min-height: 400px;
  }
  .banner-v2-condensed .banner-v2__image {
    height: 351px;
  }
  .banner-v2-condensed .banner-v2__backgroundWrapper {
    width: 60%;
  }
  .banner-v2-condensed .banner-v2__backgroundWrapper .banner-v2__contents .title * {
    font-size: 44px;
    line-height: 1.02;
  }
  .banner-v2-condensed .banner-v2__backgroundWrapper .banner-v2__contents .copy {
    margin-top: 0;
  }
  .banner-v2-condensed .banner-v2__backgroundWrapper .banner-v2__contents .copy * {
    line-height: 1.27;
  }
}
@media (min-width: 769px) {
  .banner-v2-special-product .banner-v2__wrapper > .container {
    position: static;
    display: flex;
    align-items: flex-end;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .banner-v2-special-product .banner-v2__image {
    height: 504px;
    position: absolute;
  }
}
@media (min-width: 769px) {
  .banner-v2-special-product .banner-v2__image {
    left: 0;
  }
}
@media (min-width: 769px) {
  .banner-v2-special-product .banner-v2__backgroundWrapper {
    width: 58%;
    position: relative;
    bottom: -50px;
  }
}
@media (min-width: 769px) {
  .banner-v2-special-product .banner-v2__backgroundWrapper-color--offset {
    display: none;
  }
}
.banner-v2-special-product .banner-v2__backgroundWrapper.hasBorderCorner:before,
.banner-v2-special-product .banner-v2__backgroundWrapper.hasBorderCorner:after {
  display: none;
}
@media (min-width: 769px) {
  .banner-v2-special-product .banner-v2__backgroundWrapper .banner-v2__contents {
    padding: 40px 62px;
  }
}
@media (min-width: 768px) {
  .banner-v2-special-product .banner-v2__backgroundWrapper .banner-v2__contents .title * {
    font-size: 44px;
  }
}
@media (min-width: 768px) {
  .banner-v2-special-product .banner-v2__backgroundWrapper .banner-v2__contents .copy > * {
    font-size: inherit;
  }
}
.banner-v2-product .banner-v2__wrapper > .container {
  align-items: stretch;
  flex-direction: row-reverse;
}
@media (min-width: 769px) {
  .banner-v2-product .banner-v2__wrapper > .container {
    display: flex;
  }
  .banner-v2-product .banner-v2__wrapper > .container > * {
    flex: 0 0 auto;
  }
}
.banner-v2-product .banner-v2__wrapper > .container > * {
  position: relative;
  top: 0;
}
.banner-v2-product .banner-v2__image {
  background-position: center;
}
@media (min-width: 769px) {
  .banner-v2-product .banner-v2__image {
    height: 598px;
    width: 57%;
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .banner-v2-product .banner-v2__image {
    width: 100%;
    height: 262px;
    margin: 0;
  }
}
.banner-v2-product .banner-v2__image:after {
  display: none;
}
.banner-v2-product .banner-v2__backgroundWrapper {
  width: 100%;
  margin: 0;
}
@media (min-width: 769px) {
  .banner-v2-product .banner-v2__backgroundWrapper {
    width: 43%;
  }
}
.banner-v2-product .banner-v2__backgroundWrapper-color {
  background-color: white;
}
.banner-v2-product .banner-v2__backgroundWrapper-color--offset {
  display: none;
}
.banner-v2-product .banner-v2__backgroundWrapper.hasBorderCorner:before,
.banner-v2-product .banner-v2__backgroundWrapper.hasBorderCorner:after {
  display: none;
}
.banner-v2-product .banner-v2__backgroundWrapper .banner-v2__contents {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0 0;
}
@media (min-width: 769px) {
  .banner-v2-product .banner-v2__backgroundWrapper .banner-v2__contents {
    padding: 0;
    padding: 0 15px 0 0;
  }
}
.banner-v2-product .banner-v2__backgroundWrapper .banner-v2__contents .title * {
  color: #003865;
}
@media (min-width: 768px) {
  .banner-v2-product .banner-v2__backgroundWrapper .banner-v2__contents .title * {
    font-size: 44px;
    color: #004778;
  }
}
@media (max-width: 767px) {
  .banner-v2-product .banner-v2__backgroundWrapper .banner-v2__contents .title * {
    font-size: 30px;
  }
}
.banner-v2-product .banner-v2__backgroundWrapper .banner-v2__contents .copy > * {
  color: black;
}
@media (min-width: 768px) {
  .banner-v2-product .banner-v2__backgroundWrapper .banner-v2__contents .copy > * {
    font-size: 25px;
  }
}
.banner-v2-product--overlay .banner-v2__image:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-image: linear-gradient(to left, rgba(238, 238, 238, 0) 88%, #ffffff 97%);
}
@media (min-width: 769px) {
  .banner-v2-product--overlay .banner-v2__image {
    width: 75%;
    right: 0;
    left: auto;
  }
}
@media (min-width: 769px) {
  .banner-v2-product--overlay .banner-v2__backgroundWrapper {
    position: absolute !important;
    left: 15px;
  }
}
.banner-v2-product--overlay .banner-v2__backgroundWrapper-color {
  background-color: transparent;
}
.banner-v2__wrapper {
  overflow: hidden;
}
.banner-v2__wrapper > .container {
  position: relative;
}
@media (min-width: 768px) {
  .banner-v2__wrapper > .container {
    min-height: 550px;
  }
}
.banner-v2__image {
  width: 100%;
  height: 476px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 769px) {
  .banner-v2__image {
    left: 0;
  }
}
@media (min-width: 1281px) {
  .banner-v2__image {
    background-position: left top;
  }
}
@media (max-width: 768px) {
  .banner-v2__image {
    width: 100vw;
    margin: 0 -15px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .banner-v2__image {
    height: 300px;
  }
}
.banner-v2__backgroundWrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 56%;
}
@media (max-width: 767px) {
  .banner-v2__backgroundWrapper {
    min-height: 205px;
    width: 100%;
    position: relative;
    margin-top: -40%;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .banner-v2__backgroundWrapper {
    margin-top: -20%;
  }
}
.banner-v2__backgroundWrapper-color {
  width: 100%;
  height: 100%;
  opacity: 0.95;
  position: absolute;
  background-color: #003865;
}
.banner-v2__backgroundWrapper-color--offset {
  position: absolute;
  width: 100vw;
  height: 100%;
  opacity: 0.95;
  right: 100%;
  background-color: #003865;
}
.banner-v2__backgroundWrapper.hasBorderCorner:before,
.banner-v2__backgroundWrapper.hasBorderCorner:after {
  width: 30px;
  height: 30px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
@media (max-width: 767px) {
  .banner-v2__backgroundWrapper.hasBorderCorner:before,
  .banner-v2__backgroundWrapper.hasBorderCorner:after {
    width: 20px;
    height: 20px;
    border-width: 7px !important;
  }
}
.banner-v2__backgroundWrapper.hasBorderCorner:before {
  top: 15px;
  left: 15px;
  border-left: solid 10px white;
  border-top: solid 10px white;
}
@media (max-width: 767px) {
  .banner-v2__backgroundWrapper.hasBorderCorner:before {
    top: 10px;
    left: 0;
  }
}
.banner-v2__backgroundWrapper.hasBorderCorner:after {
  border-right: solid 10px white;
  border-bottom: solid 10px white;
  bottom: 15px;
  right: 15px;
}
@media (max-width: 767px) {
  .banner-v2__backgroundWrapper.hasBorderCorner:after {
    bottom: 10px;
    right: 10px;
  }
}
.banner-v2__contents {
  position: relative;
  padding: 44px 55px;
}
@media (max-width: 767px) {
  .banner-v2__contents {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .banner-v2__contents .copy {
    margin-top: 1em;
  }
}
.banner-v2__contents .copy * {
  font-size: 22px;
  line-height: 1.36;
}
@media (max-width: 767px) {
  .banner-v2__contents .copy * {
    font-size: 15px;
  }
}
.banner-v2__contents .title *,
.banner-v2__contents .copy * {
  margin-top: 0;
  color: white;
}
.banner-v2-article .banner-v2__backgroundWrapper {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .banner-v2-article .banner-v2__backgroundWrapper {
    left: 15px;
  }
}
.banner-v2-article .banner-v2__contents {
  padding: 0;
}
@media (min-width: 767px) and (max-width: 768px) {
  .banner-v2-article .banner-v2__contents {
    padding: 0 30px;
  }
}
.banner-v2-article .banner-v2__contents .banner-v2__backgroundWrapper-color {
  position: relative;
  padding: 24px 0;
}
@media (min-width: 769px) {
  .banner-v2-article .banner-v2__contents .banner-v2__backgroundWrapper-color {
    padding: 30px 50px 30px 0;
    width: 60%;
  }
}
.banner-v2-article .banner-v2__contents .banner-v2__backgroundWrapper-color:before {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  background-color: #003865;
  right: 100%;
  top: 0;
}
.banner-v2-article .banner-v2__contents .banner-v2__backgroundWrapper-color > * {
  opacity: 1;
}
@media (min-width: 1025px) {
  .banner-v2-article--container {
    width: 824px;
    margin: 0 auto;
  }
}
.banner-v2-article--container .subTitle * {
  font-family: MarkOffcPro-Bold, sans-serif;
  font-size: 29px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: white;
  margin-top: 0;
}
@media (max-width: 768px) {
  .banner-v2-article--container .subTitle * {
    font-size: 24px;
    color: #d8f8ff;
  }
}
@media (max-width: 767px) {
  .banner-v2-article--details.flex {
    flex-direction: column;
  }
  .banner-v2-article--details.flex.alignCenter {
    align-items: flex-start;
  }
}
.banner-v2-article--details > *,
.banner-v2-article--details h3 {
  font-family: MarkOffcPro-Book, sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: white;
  margin: 0;
}
@media (max-width: 767px) {
  .banner-v2-article--details > *,
  .banner-v2-article--details h3 {
    font-size: 17px;
  }
}
.banner-v2-article--details > * i,
.banner-v2-article--details h3 i {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .banner-v2-article--details > *.time,
  .banner-v2-article--details h3.time {
    margin-top: 5px;
  }
}
.banner-v2-article--details .separator {
  margin: 0 20px;
}
@media (min-width: 1366px) {
  .full-width .banner-v2:not(.banner-v2-product) .container {
    width: 1370px;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .full-width .banner-v2:not(.banner-v2-product) .container {
    width: 100%;
  }
}

.productSpecs__wrapper {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .productSpecs__wrapper {
    padding: 25px 0;
  }
}
.productSpecs__wrapper > .container .container {
  width: 100%;
  padding: 0;
}
.productSpecs__table table tr:not(:first-child) {
  background-color: #f4f4f6;
  border-bottom: solid 5px white;
}
.productSpecs__table table tr:last-child {
  border-bottom: 0;
}
.productSpecs__table table tr td,
.productSpecs__table table tr th {
  font-family: MarkOffcPro, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: -0.16px;
  color: black;
  margin: 0;
  border: 0;
  padding: 30px 0 30px 30px;
}
.productSpecs__table table tr .center-align {
  text-align: center;
}
.productSpecs__table-mobile .headline,
.productSpecs__table-mobile .copy {
  padding: 20px;
}
@media (max-width: 767px) {
  .productSpecs__table-mobile .headline,
  .productSpecs__table-mobile .copy {
    padding: 20px 15px;
  }
}
.productSpecs__table-mobile .headline > *,
.productSpecs__table-mobile .copy > * {
  line-height: 1.4;
  letter-spacing: -0.12px;
  color: #004778;
  margin: 0;
}
@media (max-width: 768px) {
  .productSpecs__table-mobile .headline {
    padding-bottom: 10px;
  }
}
.productSpecs__table-mobile--row {
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .productSpecs__table-mobile--row > *:first-child .copy {
    width: calc(100% - 20px);
  }
}
.productSpecs__table-mobile--row---left,
.productSpecs__table-mobile--row---right {
  width: 50%;
  flex: 0 0 auto;
}
@media (min-width: 769px) {
  .productSpecs__table-mobile--row---left {
    padding-right: 10px;
  }
}
@media (min-width: 769px) {
  .productSpecs__table-mobile--row---right {
    padding-left: 10px;
  }
}
.productSpecs__accordion {
  margin-top: 80px;
}
.productSpecs__accordion .panel {
  border: 0;
  border-bottom: solid 1px #979797;
  padding: 0 44px 20px;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}
@media (max-width: 767px) {
  .productSpecs__accordion .panel {
    padding: 0 0 20px;
  }
}
.productSpecs__accordion .panel + .panel {
  margin-top: 35px;
}
.productSpecs__accordion .panel h2 {
  letter-spacing: normal;
  margin-top: 0;
  color: #004778;
}
.productSpecs__accordion .panel h2:not(.collapsed) i {
  transform: rotate(-90deg);
}
.productSpecs__accordion .panel h2 i {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .productSpecs__accordion .panel h2 i {
    width: 25px;
    height: 25px;
  }
}
.productSpecs__accordion .panel-collapse {
  padding: 10px 0;
}
.productSpecs__accordion .panel-collapse table tr {
  vertical-align: top;
}
.productSpecs.cq-Editable-dom .collapse {
  display: block;
}

.productIntro__wrapper {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .productIntro__wrapper {
    padding: 25px 0;
  }
}
.productIntro__wrapper .container .readLess {
  display: none;
}
.productIntro__wrapper .container article {
  max-height: 1px;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
  margin-top: 10px;
}
.productIntro__wrapper .container.readMore i.chevron {
  transform: rotate(270deg);
}
.productIntro__wrapper .container.readMore article {
  max-height: 5000px;
  transition: max-height 0.25s ease-in;
}
.productIntro__wrapper .container.readMore .readLess {
  display: block;
}
.productIntro__wrapper .container.readMore .readMore {
  display: none;
}
@media (min-width: 769px) {
  .productIntro__wrapper .container .headline {
    width: 50%;
  }
}
.productIntro__wrapper .container .headline * {
  margin-top: 0;
  color: #004778;
}
.productIntro__wrapper .container .headline + .copy {
  margin-top: 40px;
}
@media (min-width: 769px) {
  .productIntro__wrapper .container .copy.colCountTwo {
    column-gap: 80px;
    column-count: 2;
  }
}
.productIntro h6 i {
  margin-left: 10px;
}

.button {
  clear: both;
  overflow: hidden;
}
.button .buttonLink {
  margin: 1em 0;
}

.contactUs__header {
  position: relative;
  padding: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .contactUs__header {
    padding: 20px;
  }
}
.contactUs__header:before,
.contactUs__header:after {
  width: 30px;
  height: 30px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
@media (max-width: 767px) {
  .contactUs__header:before,
  .contactUs__header:after {
    width: 20px;
    height: 20px;
    border-width: 7px !important;
  }
}
.contactUs__header:before {
  top: 0;
  left: 0;
  border-left: solid 10px #003865;
  border-top: solid 10px #003865;
}
.contactUs__header:after {
  border-right: solid 10px #003865;
  border-bottom: solid 10px #003865;
  bottom: 0;
  right: 0;
}
.contactUs__header .headline > * *,
.contactUs__header .description > * * {
  color: #004778;
}
.contactUs__header .headline > * * {
  margin-top: 0;
}
.contactUs__wrapper form {
  padding: 40px 0;
}
@media (min-width: 769px) {
  .contactUs__wrapper form > .flex > * {
    width: calc(50% - 15px);
    flex-wrap: wrap;
  }
  .contactUs__wrapper form > .flex > *:nth-child(odd) {
    margin-right: 30px;
  }
}
.contactUs__wrapper form .form-group {
  position: relative;
}
.contactUs__wrapper form .form-group .form-control {
  border-color: transparent;
  -moz-appearance: textfield;
}
.contactUs__wrapper form .form-group .form-control::-webkit-outer-spin-button,
.contactUs__wrapper form .form-group .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contactUs__wrapper form .form-group .form-control[readonly] {
  background-color: white;
  cursor: default;
}
.contactUs__wrapper form .form-group .form-control:not(.btn-group) {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .contactUs__wrapper form .form-group .form-control:not(.btn-group) {
    padding-left: 20px;
  }
}
.contactUs__wrapper form .form-group .form-control:focus,
.contactUs__wrapper form .form-group .form-control:valid {
  border-color: #4698ca;
}
.contactUs__wrapper form .form-group.has-error.has-danger .form-control {
  border-color: #cd545b;
}
.contactUs__wrapper form .form-group.has-error.has-danger .form-control#email:focus + .help-block {
  display: none;
}
.contactUs__wrapper form .form-group .form-control,
.contactUs__wrapper form .form-group .dropdown-toggle {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.contactUs__wrapper form .form-group textarea.form-control {
  min-height: 165px;
}
.contactUs__wrapper form .form-group .form-control,
.contactUs__wrapper form .form-group label {
  font-family: MarkOffcPro-Book, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.15px;
}
@media (min-width: 769px) {
  .contactUs__wrapper form .form-group .form-control,
  .contactUs__wrapper form .form-group label {
    line-height: 2.33;
  }
}
@media (max-width: 767px) {
  .contactUs__wrapper form .form-group .form-control,
  .contactUs__wrapper form .form-group label {
    font-size: 15px;
  }
}
.contactUs__wrapper form .form-group .form-control {
  min-height: 67px;
  color: #414042;
}
@media (max-width: 767px) {
  .contactUs__wrapper form .form-group .form-control {
    min-height: 60px;
  }
}
.contactUs__wrapper form .form-group label,
.contactUs__wrapper form .form-group .dropdown-toggle {
  color: #004778;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .contactUs__wrapper form .form-group label,
  .contactUs__wrapper form .form-group .dropdown-toggle {
    padding-left: 20px;
  }
}
.contactUs__wrapper form .form-group label.control-label span,
.contactUs__wrapper form .form-group .dropdown-toggle.control-label span {
  color: #cd545b;
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .contactUs__wrapper form .form-group label.control-label span,
  .contactUs__wrapper form .form-group .dropdown-toggle.control-label span {
    margin-right: 10px;
  }
}
.contactUs__wrapper form .form-group .help-block,
.contactUs__wrapper form .form-group label.error {
  position: absolute;
  top: auto;
  left: 30px;
  color: #cd545b;
  padding-left: 0;
  margin: 0px;
  padding: 1.15em 0;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .contactUs__wrapper form .form-group .help-block,
  .contactUs__wrapper form .form-group label.error {
    padding: 0.5em 0;
  }
}
@media (max-width: 767px) {
  .contactUs__wrapper form .form-group .help-block,
  .contactUs__wrapper form .form-group label.error {
    left: 20px;
    padding: 1.2em 0;
  }
}
.contactUs__wrapper form .form-group .help-block ul,
.contactUs__wrapper form .form-group label.error ul {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .contactUs__wrapper form .form-group .help-block ul,
  .contactUs__wrapper form .form-group label.error ul {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
  .contactUs__wrapper form .form-group .help-block ul,
  .contactUs__wrapper form .form-group label.error ul {
    margin-bottom: 0;
  }
}
.contactUs__wrapper form .form-group .help-block.with-errors li,
.contactUs__wrapper form .form-group label.error.with-errors li {
  color: inherit;
}
.contactUs__wrapper form .form-group textarea + .help-block,
.contactUs__wrapper form .form-group textarea + label.error {
  bottom: 49%;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .contactUs__wrapper form .form-group textarea + .help-block,
  .contactUs__wrapper form .form-group textarea + label.error {
    bottom: 54%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .contactUs__wrapper form .form-group textarea + .help-block,
  .contactUs__wrapper form .form-group textarea + label.error {
    bottom: 59%;
  }
}
@media (max-width: 767px) {
  .contactUs__wrapper form .form-group textarea + .help-block,
  .contactUs__wrapper form .form-group textarea + label.error {
    bottom: 62%;
  }
}
.contactUs__wrapper form .form-group .collapse .copy p {
  line-height: 2.33;
  letter-spacing: -0.15px;
  color: #75787b;
}
@media (min-width: 769px) {
  .contactUs__wrapper form .form-group .collapse > .flex > * {
    width: calc(50% - 15px);
    flex-wrap: wrap;
  }
  .contactUs__wrapper form .form-group .collapse > .flex > *:nth-child(odd) {
    margin-right: 30px;
  }
}
.contactUs__wrapper form .form-group .collapse .dropdown-toggle {
  width: 100%;
  min-height: 67px;
  font-family: MarkOffcPro-Medium, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: -0.19px;
  color: #004778;
  text-align: left;
  padding-right: 30px;
  background-color: white;
  border: 0;
}
@media (max-width: 767px) {
  .contactUs__wrapper form .form-group .collapse .dropdown-toggle {
    min-height: 60px;
  }
}
.contactUs__wrapper form .form-group .collapse .dropdown-toggle .caret {
  border-width: 8px;
  color: #004778;
  flex: 0;
}
.contactUs__wrapper form .form-group .collapse .dropdown-toggle + .dropdown-menu,
.contactUs__wrapper form .form-group .collapse .dropdown-toggle + .dropdown-backdrop + .dropdown-menu {
  width: 100%;
  border-radius: 0;
  background-color: white;
  padding: 0;
}
.contactUs__wrapper form .form-group .collapse .dropdown-toggle + .dropdown-menu li,
.contactUs__wrapper form .form-group .collapse .dropdown-toggle + .dropdown-backdrop + .dropdown-menu li,
.contactUs__wrapper form .form-group .collapse .dropdown-toggle + .dropdown-menu li a,
.contactUs__wrapper form .form-group .collapse .dropdown-toggle + .dropdown-backdrop + .dropdown-menu li a {
  font-family: MarkOffcPro-Medium, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: -0.19px;
  color: #004778;
  cursor: pointer;
  padding: 0 15px;
  text-transform: none;
}
.contactUs__wrapper form .form-group .collapse .dropdown-toggle + .dropdown-menu li:hover,
.contactUs__wrapper form .form-group .collapse .dropdown-toggle + .dropdown-backdrop + .dropdown-menu li:hover,
.contactUs__wrapper form .form-group .collapse .dropdown-toggle + .dropdown-menu li a:hover,
.contactUs__wrapper form .form-group .collapse .dropdown-toggle + .dropdown-backdrop + .dropdown-menu li a:hover {
  color: white;
  background-color: #004778;
}
@media (max-width: 767px) {
  .contactUs__wrapper form .form-group .collapse .dropdown-toggle + .dropdown-menu li a,
  .contactUs__wrapper form .form-group .collapse .dropdown-toggle + .dropdown-backdrop + .dropdown-menu li a {
    padding: 0 5px;
  }
}
.contactUs__wrapper form .checkbox {
  left: 0;
  padding-left: 0;
}
.contactUs__wrapper form .checkbox input {
  opacity: 0;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.contactUs__wrapper form .checkbox input:checked + label:not(.error)::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 22px;
  line-height: normal;
  color: #87caaa;
  font-weight: 900;
}
.contactUs__wrapper form .checkbox button {
  background-color: transparent;
  border: 0;
  color: #004778;
  padding: 0;
  text-align: left;
}
.contactUs__wrapper form .checkbox label:not(.error) {
  padding-left: 0;
  position: relative;
  width: 100%;
}
.contactUs__wrapper form .checkbox label:not(.error)::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  flex: 0 0 auto;
}
.contactUs__wrapper form .checkbox .help-block,
.contactUs__wrapper form .checkbox label.error {
  position: relative;
  left: 0;
}

@media (min-width: 768px) {
  .feature__wrapper .headline,
  .feature__wrapper .copy,
  .feature__wrapper .panel {
    width: 50%;
  }
}
.feature__wrapper .headline *,
.feature__wrapper .copy * {
  color: #414042;
}
.feature__accordion .panel {
  box-shadow: none;
  background-color: transparent;
  border: 0;
}
.feature__accordion .panel h6 {
  display: inline-block;
  text-transform: uppercase;
  color: #cd545b;
}
.feature__accordion .panel h6 i {
  margin-left: 10px;
}
.feature__accordion .panel h6:not(.collapsed) i {
  transform: rotate(180deg);
}
.feature__list {
  margin-top: 40px;
}
.feature__list ul li {
  padding: 22px;
  font-size: 25px;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #004778;
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .feature__list ul li {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.feature__list ul li:last-child {
  margin-right: 0;
}
.feature__list ul li i {
  font-size: 10px;
  color: #cd545b;
  margin-right: 20px;
}

.multiTileBanner__wrapper {
  padding: 50px 0;
  min-height: 624px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .multiTileBanner__wrapper {
    padding: 25px 0;
  }
}
.multiTileBanner__wrapper:after {
  content: '';
  background-color: #004778;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.multiTileBanner__wrapper.red-overlay:after {
  background-color: #cd545b;
}
.multiTileBanner__wrapper.red-overlay .multiTileBanner__tile.noImage:hover {
  background-color: #cd545b;
}
.multiTileBanner__wrapper.charcoal-grey:after {
  background-color: #414042;
}
.multiTileBanner__wrapper.charcoal-grey .multiTileBanner__tile.noImage:hover {
  background-color: #414042;
}
.multiTileBanner__wrapper > .container {
  position: relative;
  z-index: 1;
}
.multiTileBanner__wrapper .title > *,
.multiTileBanner__wrapper .description > * {
  color: #ffffff;
}
.multiTileBanner__wrapper .title > * {
  margin-top: 0;
}
@media (max-width: 767px) {
  .multiTileBanner__wrapper .title > * {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .multiTileBanner__wrapper .description {
    width: 70%;
  }
  .multiTileBanner__wrapper .description > * {
    font-size: 20px;
  }
}
.multiTileBanner__wrapper-plain {
  background-color: #f4f4f6;
  min-height: auto;
}
@media (min-width: 768px) {
  .multiTileBanner__wrapper-plain {
    min-height: 444px;
  }
}
@media (max-width: 767px) {
  .multiTileBanner__wrapper-plain {
    background-image: none !important;
  }
  .multiTileBanner__wrapper-plain:after {
    display: none;
  }
  .multiTileBanner__wrapper-plain > .container > .title * {
    color: #414042;
  }
  .multiTileBanner__wrapper-plain > .container .multiTileBanner__tile-wrapper {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0;
  }
  .multiTileBanner__wrapper-plain > .container .multiTileBanner__tile-plain {
    display: block;
    width: 80%;
    margin-right: 20px;
    flex: 0 0 auto;
  }
  .multiTileBanner__wrapper-plain > .container .multiTileBanner__tile-plain a {
    display: block;
  }
  .multiTileBanner__wrapper-plain > .container .multiTileBanner__tile-contents {
    width: 100%;
  }
}
.multiTileBanner__tile > a {
  height: 100%;
  text-transform: none;
}
@media (max-width: 767px) {
  .multiTileBanner__tile > a {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .multiTileBanner__tile {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .multiTileBanner__tile {
    width: 100%;
    display: flex;
  }
  .multiTileBanner__tile:nth-child(odd) .flex.flexColumn {
    flex-direction: row-reverse;
  }
  .multiTileBanner__tile:nth-child(odd) .flex.flexColumn .multiTileBanner__tile-contents:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid white;
    border-right: 0;
    left: 100%;
    right: auto;
  }
  .multiTileBanner__tile .multiTileBanner__tile-image,
  .multiTileBanner__tile .multiTileBanner__tile-contents {
    width: 50%;
    flex: 0 0 auto;
  }
}
@media (min-width: 768px) {
  .multiTileBanner__tile {
    min-height: 379px;
  }
}
@media (min-width: 1025px) {
  .multiTileBanner__tile {
    margin-bottom: 0;
    width: 25%;
  }
  .multiTileBanner__tile:not(:last-child) {
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .multiTileBanner__tile {
    width: 49%;
  }
}
.multiTileBanner__tile-wrapper {
  padding: 45px 0;
}
@media (max-width: 1024px) {
  .multiTileBanner__tile-wrapper {
    padding: 25px 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.multiTileBanner__tile-wrapper .cq-Editable-dom {
  width: 25%;
  flex: 0 0 auto;
  margin-right: 20px;
}
.multiTileBanner__tile-wrapper .cq-Editable-dom > * {
  width: 100%;
}
@media (max-width: 767px) {
  .multiTileBanner__tile .flex.flexColumn {
    flex-direction: row;
  }
}
.multiTileBanner__tile-image {
  width: 100%;
  height: 233px;
  background-size: cover;
  background-position: center;
  flex: 0 0 auto;
  background-color: #dbe1ec;
}
@media (max-width: 767px) {
  .multiTileBanner__tile-image {
    height: auto;
    width: auto;
  }
}
.multiTileBanner__tile-contents {
  background-color: white;
  padding: 14px 20px;
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .multiTileBanner__tile-contents {
    min-height: 165px;
    padding: 17px 14px 17px 10px;
  }
}
.multiTileBanner__tile-contents:after {
  content: '';
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid white;
  position: absolute;
  bottom: 100%;
  left: calc(50% - 17px);
}
@media (max-width: 767px) {
  .multiTileBanner__tile-contents:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white;
    right: 100%;
    top: calc(50% - 10px);
    bottom: auto;
    left: auto;
  }
}
.multiTileBanner__tile-contents .headline > * {
  font-family: "MarkOffcPro-Book", sans-serif;
  color: #003865;
  margin-top: 0;
}
@media (max-width: 767px) {
  .multiTileBanner__tile-contents .headline > * {
    font-family: "MarkOffcPro-Bold", sans-serif;
    font-weight: bold;
  }
}
.multiTileBanner__tile-contents .copy p {
  font-size: 16px;
  line-height: 1.25;
  color: #414042;
}
@media (max-width: 767px) {
  .multiTileBanner__tile-contents .copy p {
    font-size: 13px;
  }
}
.multiTileBanner__tile-contents .buttonLink .afpTextLink {
  text-transform: uppercase;
}
.multiTileBanner__tile.noImage {
  padding: 25px;
  border: solid 4px rgba(255, 255, 255, 0.75);
}
.multiTileBanner__tile.noImage:hover {
  background-color: #003865;
}
@media (max-width: 767px) {
  .multiTileBanner__tile.noImage {
    padding: 20px;
    border-width: 3px;
    display: block;
    width: 100%;
  }
  .multiTileBanner__tile.noImage .flex {
    display: block;
  }
}
.multiTileBanner__tile.noImage > a {
  display: block;
  height: 100%;
}
@media (max-width: 767px) {
  .multiTileBanner__tile.noImage > a {
    text-transform: uppercase;
  }
}
.multiTileBanner__tile.noImage > a > div {
  height: 100%;
}
.multiTileBanner__tile.noImage .headline > *,
.multiTileBanner__tile.noImage .buttonLink > * {
  color: white;
}
.multiTileBanner__tile.noImage .headline > * {
  margin-top: 0;
}
@media (max-width: 767px) {
  .multiTileBanner__tile.noImage .headline > * {
    font-family: "MarkOffcPro-Heavy", sans-serif;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
    margin: 0;
  }
}
.multiTileBanner__tile.noImage .buttonLink {
  margin-top: 50px;
}
.multiTileBanner__tile.noImage .buttonLink .afpTextLink {
  text-transform: uppercase;
}
.multiTileBanner__tile.noImage .buttonLink .afpTextLink .arrow-right {
  width: 16px;
  height: 11px;
}
.multiTileBanner__tile-plain {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .multiTileBanner__tile-plain {
    min-height: 264px;
  }
}
.multiTileBanner__tile-plain a .multiTileBanner__tile-contents {
  padding: 27px 30px;
  display: flex;
  flex-direction: column;
}
.multiTileBanner__tile-plain a .multiTileBanner__tile-contents .buttonLink {
  margin-top: auto;
}
.multiTileBanner__tile-plain a .multiTileBanner__tile-contents:after {
  display: none;
}
.multiTileBanner__tile-plain a .multiTileBanner__tile-contents .headline *,
.multiTileBanner__tile-plain a .multiTileBanner__tile-contents .copy * {
  text-transform: none;
}
.multiTileBanner__tile-plain a .multiTileBanner__tile-contents .headline * {
  font-family: "MarkOffcPro-Bold", sans-serif;
  font-weight: bold;
  color: #004778;
}
.multiTileBanner__tile-plain a .multiTileBanner__tile-contents .copy * {
  font-size: 15px;
}
@media (min-width: 768px) {
  .multiTileBanner__tile-plain a .multiTileBanner__tile-contents .copy * {
    font-size: 18px;
  }
}

.multiTileSlick__wrapper {
  padding: 50px 0 60px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .multiTileSlick__wrapper {
    padding: 25px 0;
  }
}
@media (min-width: 769px) {
  .multiTileSlick__wrapper > .container {
    overflow: hidden;
  }
}
.multiTileSlick__wrapper.textStyle > .container {
  overflow: visible;
}
.multiTileSlick__header {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .multiTileSlick__header .content {
    width: 50%;
  }
}
.multiTileSlick__header .content .headline * {
  color: #414042;
  margin-top: 0;
}
.multiTileSlick__header .slickArrows .slick-disabled i {
  opacity: 0.15;
  color: #414042;
}
.multiTileSlick__header .slickArrows button {
  background-color: transparent;
  border: 0;
  outline: 0;
  width: 53px;
  height: 36px;
}
.multiTileSlick__header .slickArrows button i {
  width: 100%;
  height: 100%;
  margin: 0;
}
.multiTileSlick__header .slickArrows button i:after {
  height: 2px;
}
.multiTileSlick__header .slickArrows button.slick-prev {
  transform: rotate(180deg);
}
.multiTileSlick__header .slickArrows button.slick-prev i:after {
  top: 47%;
}
.multiTileSlick__slick .slick-list {
  overflow: hidden;
}
.multiTileSlick__slick .slick-track {
  width: 100% !important;
  display: flex;
  align-items: stretch;
}
.multiTileSlick__slick-tile {
  flex: 0 0 auto;
  margin-right: 20px;
  height: inherit;
}
.multiTileSlick__slick-tile.slick-active {
  width: 80%;
}
@media (min-width: 769px) {
  .multiTileSlick__slick-tile.slick-active {
    width: 21%;
  }
}
.multiTileSlick__slick-tile > a {
  text-transform: none;
  height: 100%;
  display: block;
}
.multiTileSlick__slick-tile:not(.slick-active) {
  opacity: 0.15;
}
.multiTileSlick__slick-tile--image {
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center;
  flex: 0 0 auto;
}
.multiTileSlick__slick-tile--headline {
  padding: 23px 21px;
  position: relative;
  height: 100%;
}
.multiTileSlick__slick-tile--headline:before {
  content: '';
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f4f4f6;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: calc(50% - 15px);
}
.multiTileSlick__slick-tile--headline h3 {
  color: #004778;
  margin: 0;
}
@media (max-width: 769px) {
  .multiTileSlick__slick-tile--content {
    height: 100%;
  }
}
.multiTileSlick__slick-tile--content .headline * {
  color: #004778;
  font-family: MarkOffcPro-Bold, Arial, sans-serif;
  font-weight: bold;
  margin-top: 0;
}
.multiTileSlick__slick-tile--content .copy * {
  color: #414042;
}
.multiTileSlick__slick-tile--content .buttonLink {
  margin-top: auto;
}
.multiTileSlick__slick.textTile {
  padding: 31px 0;
  position: relative;
}
.multiTileSlick__slick.textTile:before,
.multiTileSlick__slick.textTile:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #dbe1ec;
}
.multiTileSlick__slick.textTile:before {
  right: 100%;
}
.multiTileSlick__slick.textTile:after {
  left: 100%;
}
.multiTileSlick__slick.textTile .multiTileSlick__slick-tile {
  background-color: white;
  padding: 27px 31px;
}
@media (min-width: 769px) {
  .multiTileSlick__slick.textTile .multiTileSlick__slick-tile {
    text-align: center;
    padding: 46px 20px;
  }
}

.textImageBadgeOverlay__wrapper {
  position: relative;
  background-size: cover;
  background-position: center;
}
@media (min-width: 769px) {
  .textImageBadgeOverlay__wrapper {
    padding-top: 47px;
    padding-bottom: 47px;
  }
}
@media (max-width: 768px) {
  .textImageBadgeOverlay__wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .textImageBadgeOverlay__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.textImageBadgeOverlay__wrapper:after {
  content: '';
  background-color: transparent;
  opacity: 0.45;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.textImageBadgeOverlay__wrapper.blue-overlay:after {
  background-color: #004778;
}
.textImageBadgeOverlay__wrapper.red-overlay:after {
  background-color: #cd545b;
}
@media (max-width: 767px) {
  .textImageBadgeOverlay__wrapper > .container {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .textImageBadgeOverlay__wrapper > .container.flex {
    display: block;
  }
}
.textImageBadgeOverlay__wrapper.imageRight .flex.justifyEnd {
  justify-content: flex-start;
}
.textImageBadgeOverlay__wrapper.imageRight .textImageBadgeOverlay__image {
  left: auto;
  right: 0;
}
.textImageBadgeOverlay__wrapper.imageRight .textImageBadgeOverlay__contents {
  float: left;
}
@media (max-width: 768px) {
  .textImageBadgeOverlay__wrapper.imageRight .textImageBadgeOverlay__contents {
    padding: 24px 20px 24px 40px;
  }
}
@media (min-width: 769px) {
  .textImageBadgeOverlay__wrapper.sideToSide .textImageBadgeOverlay__contents,
  .textImageBadgeOverlay__wrapper.sideToSide .textImageBadgeOverlay__image {
    width: 50%;
  }
}
.textImageBadgeOverlay__wrapper.sideToSide .textImageBadgeOverlay__contents {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 769px) {
  .textImageBadgeOverlay__wrapper.sideToSide .textImageBadgeOverlay__contents {
    padding: 53px 41px;
  }
}
.textImageBadgeOverlay__wrapper.sideToSide .textImageBadgeOverlay__contents:after {
  background-color: white;
  opacity: 1;
}
.textImageBadgeOverlay__wrapper.sideToSide .textImageBadgeOverlay__contents .headline * {
  color: #003865;
}
@media (min-width: 769px) {
  .textImageBadgeOverlay__wrapper.sideToSide .textImageBadgeOverlay__contents .headline * {
    padding-right: 23%;
  }
}
.textImageBadgeOverlay__wrapper.sideToSide .textImageBadgeOverlay__contents .copy .afpTextLink,
.textImageBadgeOverlay__wrapper.sideToSide .textImageBadgeOverlay__contents .richText .afpTextLink,
.textImageBadgeOverlay__wrapper.sideToSide .textImageBadgeOverlay__contents .buttonLink .afpTextLink,
.textImageBadgeOverlay__wrapper.sideToSide .textImageBadgeOverlay__contents .copy > *,
.textImageBadgeOverlay__wrapper.sideToSide .textImageBadgeOverlay__contents .richText > *,
.textImageBadgeOverlay__wrapper.sideToSide .textImageBadgeOverlay__contents .buttonLink > * {
  color: #414042;
}
@media (min-width: 769px) {
  .textImageBadgeOverlay__wrapper.sideToSide .textImageBadgeOverlay__image {
    height: 382px;
  }
}
.textImageBadgeOverlay__wrapper.sideToSide .buttonLink .arrow-right.white {
  background-image: url('clientlibs-css/images/svg/arrow-right-charcoal.svg');
}
.textImageBadgeOverlay__wrapper.sideToSide .buttonLink .arrow-right.white:after {
  background-color: #414042;
}
.textImageBadgeOverlay__image {
  width: 60%;
  height: 567px;
  display: block;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .textImageBadgeOverlay__image {
    width: 100%;
    position: relative;
    height: 340px;
  }
}
.textImageBadgeOverlay__image-icon {
  max-width: 25%;
}
.textImageBadgeOverlay__contents {
  width: 493px;
  min-height: 476px;
  position: relative;
  margin: 46px 0;
  float: right;
  padding: 69px 25px 69px 59px;
  z-index: 2;
}
@media (max-width: 768px) {
  .textImageBadgeOverlay__contents {
    width: calc(100% - 20px);
    min-height: 301px;
    margin: -120px 0 0;
    padding: 24px 40px 24px 20px;
  }
}
.textImageBadgeOverlay__contents:after {
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0.9;
  background-color: #004778;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.textImageBadgeOverlay__contents > * {
  position: relative;
  z-index: 1;
}
.textImageBadgeOverlay__contents > *:first-child > * {
  margin-top: 0;
}
.textImageBadgeOverlay__contents .headline *,
.textImageBadgeOverlay__contents .copy *,
.textImageBadgeOverlay__contents .richText *,
.textImageBadgeOverlay__contents .buttonLink * {
  color: white;
}
.textImageBadgeOverlay__contents .copy,
.textImageBadgeOverlay__contents .richText {
  margin-top: 10px;
}
.textImageBadgeOverlay__contents .buttonLink {
  margin-top: 30px;
}
.textImageBadgeOverlay__contents .buttonLink > * {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .textImageBadgeOverlay__contents .buttonLink > *.afpFillBtn {
    min-width: 70%;
  }
}
.textImageBadgeOverlay__contents .buttonLink .afpTextLink {
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .textImageBadgeOverlay__wrapper > .container {
    position: relative;
  }
  .textImageBadgeOverlay__wrapper.imageRight .textImageBadgeOverlay__image {
    right: -20vw;
  }
  .textImageBadgeOverlay__image {
    width: calc(100vw - 40vw);
    left: -20vw;
    top: 0;
  }
}

.searchResult__wrapper > .container {
  position: relative;
}
.searchResult__wrapper > .container .scrollTop {
  position: absolute;
  bottom: -57px;
  right: 0;
  width: 100px;
  z-index: 1;
}
.searchResult__wrapper > .container .scrollTop button {
  outline: 0;
  width: 100%;
  min-height: 57px;
  border: solid 1px rgba(255, 255, 255, 0.51);
  background-color: rgba(216, 216, 216, 0.14);
  font-family: "MarkOffcPro-Heavy", sans-serif;
  padding: 10px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  color: white;
}
.searchResult__wrapper > .container .scrollTop button .arrow-right {
  transform: rotate(-90deg);
  margin: 0 auto 10px;
}
.searchResult__wrapper .title * {
  font-family: "MarkOffcPro-Bold", sans-serif;
  font-size: 29px;
  font-weight: bold;
  line-height: normal;
  color: #003865;
}
@media (max-width: 767px) {
  .searchResult__wrapper .title * {
    color: #b7f3ff;
    font-size: 20px;
    font-family: "MarkOffcPro-Medium", sans-serif;
    font-weight: 500;
    margin-top: 0;
  }
}
.searchResult__wrapper .resultsFound > * {
  font-family: "MarkOffcPro-Book", sans-serif;
  font-size: 28px;
  line-height: 1.07;
  color: #004778;
}
@media (max-width: 767px) {
  .searchResult__wrapper .resultsFound > * {
    color: white;
    font-size: 20px;
  }
}
.searchResult__wrapper .resultsTitle {
  padding: 20px;
  background-color: #f1f2f2;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .searchResult__wrapper .resultsTitle {
    position: absolute;
    bottom: -17%;
    padding: 17px 20px;
    width: calc(100% - 30px);
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  }
}
.searchResult__wrapper .resultsTitle > * {
  margin: 0;
  color: #005185;
}
@media (max-width: 767px) {
  .searchResult__wrapper .resultsTitle > * {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .searchResult__wrapper .searchResult__filter {
    margin: 30px 0;
  }
}
.searchResult__wrapper .searchResult__filter-title * {
  margin: 0 0 21px;
  font-family: "MarkOffcPro-Bold", sans-serif;
  font-weight: bold;
  color: #cd545b;
}
.searchResult__wrapper .searchResult__filter-buttons button {
  width: 25%;
  margin: 0 18px;
  text-transform: uppercase;
}
.searchResult__wrapper .searchResult__filter-buttons button:first-child {
  margin-left: 0;
}
.searchResult__wrapper .searchResult__filter-buttons button:last-child {
  margin-right: 0;
}
.searchResult__header {
  position: relative;
}
@media (max-width: 767px) {
  .searchResult__header {
    background-color: #003865;
    margin: 0 -15px;
    padding: 46px 15px;
  }
}
.searchResult__tile {
  margin-bottom: 35px;
}
.searchResult__tile-wrapper {
  padding: 90px 0 50px;
}
@media (max-width: 767px) {
  .searchResult__tile-wrapper {
    padding-top: 75px;
  }
}
.searchResult__tile-wrapper > a {
  text-transform: none;
}
.searchResult__tile-image {
  width: 165px;
  min-height: 93px;
  flex: 0 0 auto;
  margin-right: 30px;
  background-size: cover;
  background-position: center;
}
.searchResult__tile-contents {
  width: 100%;
  border-bottom: solid 2px #c7c8ca;
  position: relative;
}
.searchResult__tile-contents .subHeadline * {
  font-family: "MarkOffcPro-Bold", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 0.89;
  color: #cd545b;
  margin-top: 0;
}
@media (max-width: 767px) {
  .searchResult__tile-contents .subHeadline * {
    font-family: "MarkOffcPro-Heavy", sans-serif;
    font-size: 13px;
    font-weight: 900;
  }
}
.searchResult__tile-contents .headline * {
  margin-top: 0;
  font-family: "MarkOffcPro-Book", sans-serif;
  font-size: 28px;
  line-height: 1.07;
  color: #004778;
}
@media (max-width: 767px) {
  .searchResult__tile-contents .headline * {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .searchResult__tile-contents .date {
    position: absolute;
    top: 0;
    right: 0;
  }
  .searchResult__tile-contents .date * {
    margin-top: 0;
  }
}
.searchResult__tile-contents .date * {
  font-family: "MarkOffcPro-Bold", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.15;
  color: #75787b;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.searchResult__footer {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .searchResult__footer {
    margin-bottom: 136px;
    display: flex;
  }
}
.searchResult__footer .buttonLink a {
  min-width: 296px;
  text-transform: uppercase;
}
.searchResult__footer-pagination button {
  padding: 10px;
  background-color: transparent;
  outline: 0;
  border: 0;
  border-radius: 0;
  margin: 0 13px;
  font-family: "MarkOffcPro-Bold", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 0.89;
  color: #cd545b;
}
.searchResult__footer-pagination button[disabled] {
  display: none;
}
.searchResult__footer-pagination button:last-child {
  margin-right: 0;
}
.searchResult__footer-pagination button:hover,
.searchResult__footer-pagination button.active {
  background-color: #003865;
  color: white;
}

.quoteBadge__wrapper {
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 48px 41px;
}
@media (min-width: 768px) {
  .quoteBadge__wrapper {
    min-height: 390px;
  }
}
@media (max-width: 768px) {
  .quoteBadge__wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .quoteBadge__wrapper {
    padding: 56px 28px;
  }
}
.quoteBadge__wrapper .headline > * {
  font-family: "MarkOffcPro-Medium", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.17;
  color: #cd545b;
  margin-top: 0;
}
.quoteBadge__description {
  position: relative;
  padding: 4em 3em 0;
}
@media (max-width: 767px) {
  .quoteBadge__description {
    padding: 6em 0 0;
  }
}
.quoteBadge__description:before {
  content: '"';
  font-family: "MicrosoftSansSerif", sans-serif;
  font-size: 149px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #807e81;
  position: absolute;
  top: 0;
  left: 0;
}
.quoteBadge__description p {
  font-size: 22px;
  line-height: 1.36;
  letter-spacing: normal;
  color: #004778;
}
.quoteBadge__description .buttonLink {
  margin-top: 2em;
}
.quoteBadge__description .buttonLink a {
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  color: #414042;
  text-transform: uppercase;
}
.quoteBadge__description .buttonLink a .arrow-right {
  opacity: 0.95;
}
@media (max-width: 767px) {
  .quoteBadge__layoutTwo {
    margin-bottom: 20px;
  }
}
.quoteBadge__layoutTwo:before,
.quoteBadge__layoutTwo:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  font-weight: 900;
  width: 87px;
  display: block;
  margin: 0 auto;
}
.quoteBadge__layoutTwo:before {
  content: '\f10d';
  border-bottom: solid 5px #cd545b;
  padding-bottom: 5px;
}
.quoteBadge__layoutTwo:after {
  content: '\f10e';
  border-top: solid 5px #cd545b;
  padding-top: 5px;
}
.quoteBadge__layoutTwo .headline * {
  margin: 16px 0;
}
.quoteBadge__layoutTwo.white:before,
.quoteBadge__layoutTwo.white:after {
  color: white;
}
.quoteBadge__layoutTwo.white .headline * {
  color: white;
}
.quoteBadge__layoutTwo.cyanBlue:before,
.quoteBadge__layoutTwo.cyanBlue:after {
  color: #00679e;
}
.quoteBadge__layoutTwo.cyanBlue .headline * {
  color: #00679e;
}

.insightBadge__wrapper {
  padding: 56px 28px;
  min-height: 389px;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 768px) {
  .insightBadge__wrapper {
    margin-bottom: 32px;
  }
}
.insightBadge__wrapper:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #d8d8d8;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.insightBadge__wrapper .headline,
.insightBadge__wrapper .copy {
  position: relative;
  z-index: 1;
}
.insightBadge__wrapper .headline > *,
.insightBadge__wrapper .copy > * {
  color: white;
}
.insightBadge__wrapper .headline:after {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #cd545b;
  display: block;
}
.insightBadge__wrapper .headline * {
  font-size: 18px;
  line-height: 1;
  margin-top: 0;
}
.insightBadge__wrapper .copy {
  margin-top: 25px;
}
.insightBadge__wrapper .copy * {
  font-size: 22px;
  line-height: 1.36;
}

@media (min-width: 769px) {
  .filter__wrapper .title,
  .filter__wrapper .description {
    padding-right: 50%;
  }
}
.filter__wrapper .title * {
  color: #003865;
}
.filter__wrapper .description * {
  color: black;
}
@media (max-width: 767px) {
  .filter__wrapper > .container .dropdown__filter {
    margin: 30px 0;
  }
}
@media (max-width: 768px) {
  .filter__wrapper > .container .dropdown__filter .dropdown-menu li .afpBorderBtn {
    display: block;
    border-width: 0;
  }
}
.filter__buttons {
  margin: 41px 0;
}
@media (min-width: 768px) {
  .filter__buttons {
    margin: 90px 0 45px;
  }
}
.filter__buttons > * {
  margin: 0 8.5px;
  text-transform: uppercase;
}
.filter__buttons > *:first-child {
  margin-left: 0;
}
.filter__buttons > *:last-child {
  margin-right: 0;
}
.filter__buttons > *.afpBorderBtn {
  display: flex;
  align-items: center;
  padding: 13px 15px;
  justify-content: center;
  margin-bottom: 10px;
}
.filter__results {
  background-color: #f4f4f6;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .filter__results {
    margin-top: 40px;
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .filter__results > .container.flex {
    display: block;
  }
}
.filter__results-tile {
  background-color: #dbe1ec;
  min-height: 286px;
  margin-bottom: 30px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .filter__results-tile {
    width: calc(50% - 7.5px);
  }
  .filter__results-tile > * {
    width: 50%;
    flex: 0 0 auto;
  }
  .filter__results-tile:nth-child(odd) {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .filter__results-tile {
    flex-direction: column-reverse;
  }
  .filter__results-tile > * {
    width: 100%;
  }
}
.filter__results-tile--content {
  background-color: white;
  padding: 38px 30px;
  position: relative;
}
@media (min-width: 768px) {
  .filter__results-tile--content:after {
    content: '';
    border-top: 15px solid transparent;
    border-left: 15px solid white;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: calc(50% - 15px);
    left: 100%;
  }
}
.filter__results-tile--content .headline > * {
  color: #003865;
  margin-top: 0;
}
.filter__results-tile--content .copy > * {
  color: #414042;
}
.filter__results-tile--content .buttonLink {
  margin-top: auto;
}
.filter__results-tile--content .buttonLink * {
  color: #414042;
}
@media (max-width: 767px) {
  .filter__results-tile--image {
    height: 200px;
  }
}
.filter__results-tile--image img {
  max-width: 50%;
}
@media (min-width: 768px) {
  .filter__results-tile--image img {
    max-width: 70%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .filter__buttons > *.afpBorderBtn {
    display: block;
  }
}

.page-content--full-width {
  overflow: hidden;
}
.flex {
  display: flex;
}
.flex.rowReverse {
  flex-direction: row-reverse;
}
.flex.flexColumn {
  flex-direction: column;
}
.flex.flexColumnReverse {
  flex-direction: column-reverse;
}
.flex.flexWrap {
  flex-wrap: wrap;
}
.flex.alignCenter {
  align-items: center;
}
.flex.alignStretch {
  align-items: stretch;
}
.flex.alignEnd {
  align-items: flex-end;
}
.flex.justifyCenter {
  justify-content: center;
}
.flex.justifyBetween {
  justify-content: space-between;
}
.flex.justifyEnd {
  justify-content: flex-end;
}
.arrow-right {
  width: 23px;
  height: 16px;
  display: block;
  position: relative;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 1em;
  margin-top: -2px;
}
.arrow-right.white {
  background-image: url('clientlibs-css/images/svg/arrow-right-white.svg');
}
.arrow-right.charcoal-grey {
  background-image: url('clientlibs-css/images/svg/arrow-right-charcoal.svg');
}
.arrow-right.fadedRed {
  background-image: url('clientlibs-css/images/svg/arrow-right-faded-red.svg');
}
@media (min-width: 768px) {
  .hasBefore {
    position: relative;
  }
  .hasBefore:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
  }
  .hasBefore.bgGhostWhite:before {
    background-color: #f4f4f6;
  }
  .hasBefore.bgDarkMidnightBlue:before {
    background-color: #003865;
  }
}
@media (min-width: 768px) {
  .hasAfter {
    position: relative;
  }
  .hasAfter:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
  }
  .hasAfter.bgGhostWhite:after {
    background-color: #f4f4f6;
  }
  .hasAfter.bgDarkMidnightBlue:after {
    background-color: #003865;
  }
}
.bgWhite {
  background-color: white;
}
.bgGhostWhite,
.newBanner__v2 .comp-banner .copy .copy-inner.bgGhostWhite {
  background-color: #f4f4f6;
}
.bgPaleBlue,
.newBanner__v2 .comp-banner .copy .copy-inner.bgPaleBlue {
  background-color: #dbe1ec;
}
.bgDarkMidnightBlue,
.newBanner__v2 .comp-banner .copy .copy-inner.bgDarkMidnightBlue {
  background-color: #003865;
}
.bgIceBlue,
.newBanner__v2 .comp-banner .copy .copy-inner.bgIceBlue {
  background-color: #f1f2f2;
}
.bgWhiteSmoke,
.newBanner__v2 .comp-banner .copy .copy-inner.bgWhiteSmoke {
  background-color: #f4f4f4;
}
.bgFadedRed,
.newBanner__v2 .comp-banner .copy .copy-inner.bgFadedRed {
  background-color: #cd545b;
}
.bgPrussianBlue,
.newBanner__v2 .comp-banner .copy .copy-inner.bgPrussianBlue {
  background-color: #004778;
}
.bgPurplishGrey,
.newBanner__v2 .comp-banner .copy .copy-inner.bgPurplishGrey {
  background-color: #747376;
}
@media (max-width: 768px) {
  .full-width .textImageBadgeOverlay__wrapper > .container {
    padding: 0;
  }
}
.dropdown__title {
  color: #cd545b;
}
.dropdown__selected {
  color: #004778;
  text-transform: uppercase;
  margin-left: 5px;
}
.dropdown__filter {
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  .dropdown__filter {
    margin: 30px 0;
  }
}
.dropdown__filter-backdrop {
  display: none;
}
.dropdown__filter * {
  font-family: "MarkOffcPro-Medium", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: normal;
}
.dropdown__filter > button {
  width: 100%;
  outline: 0;
  background-color: white;
  min-height: 49px;
  border: solid 1px #414042;
  text-align: left;
  padding: 8px 13px;
}
.dropdown__filter > button:hover {
  background-color: transparent;
}
.dropdown__filter .dropdown-menu {
  min-width: 100%;
}
.dropdown__filter .dropdown-menu li {
  padding-left: 0;
}
.dropdown__filter .dropdown-menu li button {
  padding: 10px 13px 5px;
  outline: 0;
  border: 0;
  background-color: transparent;
  width: 100%;
  text-align: left;
  color: #004778;
  text-transform: uppercase;
}
.dropdown__filter .dropdown-menu li button + button {
  margin-top: 10px;
}
.bgColorOverlay {
  position: relative;
}
.bgColorOverlay:after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
}
.bgColorOverlay.darkMidnightBlue:after {
  background-color: #003865;
}
.searchTrigger button {
  border: 0;
  background-color: transparent;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .searchTrigger button {
    padding: 0;
  }
}
.searchTrigger button:not(.collapsed) .searchTrigger__icon {
  background-image: none;
  position: relative;
}
.searchTrigger button:not(.collapsed) .searchTrigger__icon:before,
.searchTrigger button:not(.collapsed) .searchTrigger__icon:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #004778;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
.searchTrigger button:not(.collapsed) .searchTrigger__icon:before {
  transform: rotate(45deg);
}
.searchTrigger button:not(.collapsed) .searchTrigger__icon:after {
  transform: rotate(-45deg);
}
.searchTrigger button .searchTrigger__icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url('clientlibs-css/images/svg/search-prussian-blue.svg');
  background-size: cover;
  background-position: center;
  transform: rotate(-90deg);
  margin-left: 0.5em;
}
@media (max-width: 767px) {
  .searchTrigger button .searchTrigger__icon {
    width: 20px;
    height: 20px;
    margin-left: 0;
  }
}
.chevron {
  width: 10px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: auto;
}
.chevron.down {
  transform: rotate(90deg);
}
.chevron.left {
  transform: rotate(180deg);
}
.chevron.fadedRed {
  background-image: url('clientlibs-css/images/svg/chevron-faded-red.svg');
}
.chevron.prussianBlue {
  background-image: url('clientlibs-css/images/svg/chevron.svg');
}
.chevron.white {
  background-image: url('clientlibs-css/images/svg/chevron-white.svg');
}

.section__v2 {
  padding: 0;
}
@media (max-width: 768px) {
  .section__v2 .parsys > .container > .row > div {
    width: 100%;
  }
}
.section__v2 .newBanner > div .image img {
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .section__v2 .newBanner > div .image img {
    height: 344px;
  }
}
@media (max-width: 767px) {
  .section__v2 .newBanner .comp-banner--txt-center .copy {
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 769px) {
  .site-footer--with-social-icons > .container .scrollTop {
    top: -40px !important;
  }
}
.site-footer > .container {
  position: relative;
}
@media (max-width: 768px) {
  .site-footer > .container > .row {
    clear: both;
  }
}
.site-footer > .container .scrollTop {
  position: relative;
  top: -30px;
  right: 0;
  width: 100px;
  z-index: 1;
  float: right;
}
@media (min-width: 769px) {
  .site-footer > .container .scrollTop {
    top: -70px;
    position: absolute;
    float: none;
  }
}
.site-footer > .container .scrollTop button {
  outline: 0;
  width: 100%;
  min-height: 57px;
  border: solid 1px rgba(255, 255, 255, 0.51);
  background-color: rgba(216, 216, 216, 0.14);
  font-family: "MarkOffcPro-Heavy", sans-serif;
  padding: 10px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  color: white;
}
.site-footer > .container .scrollTop button .arrow-right {
  transform: rotate(-90deg);
  margin: 0 auto 10px;
}
.footer__wrapper > .container {
  min-height: 140px;
  padding-top: 35px;
  padding-bottom: 13px;
  position: relative;
}
@media (max-width: 768px) {
  .footer__wrapper > .container {
    flex-direction: column;
  }
}
.footer__wrapper .backToTop {
  position: absolute;
  top: 0;
  right: 15px;
  border: solid 1px rgba(255, 255, 255, 0.51);
  background-color: rgba(216, 216, 216, 0.14);
  padding: 10px;
  cursor: pointer;
}
.footer__wrapper .backToTop i {
  font-size: 20px;
  color: white;
  transform: rotate(-90deg);
  margin: 0 auto 10px;
}
.footer__wrapper .backToTop span {
  font-family: MarkOffcPro-Heavy, Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: white;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .footer__left {
    align-self: flex-start;
  }
}
.footer__left img {
  width: 139px;
}
@media (min-width: 769px) {
  .footer__right {
    width: calc(100% - 167px);
    flex: 0 0 auto;
    padding-left: 150px;
  }
}
@media (max-width: 768px) {
  .footer__right {
    flex-direction: column;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .footer__right-left {
    justify-content: center;
  }
}
.footer__right-left i {
  width: 40px;
  height: 40px;
  border: solid 1px white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
  margin: 0 18px;
}
@media (min-width: 769px) {
  .footer__right-right {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 768px) {
  .footer__right-right {
    margin-top: 30px;
    justify-content: center;
  }
}
.footer__right-right ul .company {
  color: #37acff;
}
@media (min-width: 769px) {
  .footer__right-right ul .company {
    margin-right: 15px;
  }
}
.footer__right-right ul li {
  font-family: MarkOffcPro, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.81;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .footer__right-right ul li {
    font-size: 13px;
  }
}
.footer__right-right ul li a {
  color: white;
  text-transform: none;
}

@media (min-width: 768px) {
  .productDetailTextImage + .productDetailTextImage .productDetailTextImage__v2 {
    margin-top: 18px;
  }
}
@media (max-width: 768px) {
  .productDetailTextImage__v2 {
    padding: 17px 0;
  }
}
@media (max-width: 767px) {
  .productDetailTextImage__v2 {
    margin-bottom: 15px;
  }
}
.productDetailTextImage__v2.hasShadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 36px 46px;
  margin-bottom: 19px;
}
@media (max-width: 768px) {
  .productDetailTextImage__v2.hasShadow {
    padding: 25px 18px;
  }
}
.productDetailTextImage__v2.hasShadow .copy p {
  color: #414042;
}
.productDetailTextImage__v2 .copy .productDetailTextImage__contents p {
  padding: 0 15px;
}
.productDetailTextImage__v2 .copy.imageLeft {
  text-align: left;
}
@media (max-width: 768px) {
  .productDetailTextImage__v2 .copy.imageLeft {
    flex-direction: column;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .productDetailTextImage__v2 .copy.imageLeft .flickarrow {
    width: 75px;
    flex: 0 0 auto;
  }
  .productDetailTextImage__v2 .copy.imageLeft .flickarrow img {
    max-width: 100%;
  }
}
@media (min-width: 769px) {
  .productDetailTextImage__v2 .copy.imageLeft .productDetailTextImage__contents {
    padding-left: 26px;
  }
}
.productDetailTextImage__v2.prod-text-image-module .title {
  text-transform: none;
}

.column .container {
  width: 100%;
}
@media (min-width: 769px) {
  .column__offset-small {
    width: 824px;
    margin: 60px auto;
  }
}
@media (max-width: 768px) {
  .column__offset-small {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .column__offset-small {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .column > .flex {
    flex-direction: column;
  }
  .column > .flex > * {
    width: 100%;
  }
}
.column > .flex.alignStretch > * .textMediaTile {
  height: 100%;
}
.column > .flex.alignStretch > * .textMediaTile__v2 {
  height: 100%;
}
.column > .flex.alignStretch > * .textMediaTile__v2 > * {
  height: 100%;
}
.column > .flex.alignStretch > * .textMediaTile__v2__image {
  flex: 0 0 auto;
}
.column > .flex.alignStretch > * .textMediaTile__v2__content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.column > .flex.alignStretch > * .textMediaTile__v2__content .buttonLink {
  margin-top: auto;
}
.column > .flex.alignStretch > * .productDetailTextImage {
  height: 100%;
}
@media (min-width: 768px) {
  .column > .flex.alignStretch > * .productDetailTextImage {
    padding-bottom: 1em;
  }
}
.column > .flex.alignStretch > * .productDetailTextImage__v2 {
  height: 100%;
}

.recipe__wrapper,
.recipes__wrapper {
  padding: 1em 0;
}
.recipe__header > *:first-child > *,
.recipes__header > *:first-child > * {
  margin-top: 0;
}
.recipe__header .subtitle > *,
.recipes__header .subtitle > * {
  font-family: "MarkOffcPro-Bold", sans-serif;
  font-weight: bold;
  color: #cd545b;
}
@media (min-width: 1025px) {
  .recipe__header .title,
  .recipes__header .title {
    padding-right: 20em;
  }
}
.recipe__header .title > *,
.recipes__header .title > * {
  color: #004778;
}
.recipe__header-bottom,
.recipes__header-bottom {
  margin: 3em 0 100px;
}
@media (max-width: 768px) {
  .recipe__header-bottom,
  .recipes__header-bottom {
    margin: 2em 0 20px;
    flex-direction: column;
  }
}
.recipe__header-bottom i,
.recipes__header-bottom i {
  font-size: 20px;
  color: #414042;
}
.recipe__header-bottom > * > *,
.recipes__header-bottom > * > * {
  margin-right: 2em;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .recipe__header-bottom > * > *,
  .recipes__header-bottom > * > * {
    margin-bottom: 15px;
  }
}
.recipe__header-bottom > * > * i,
.recipes__header-bottom > * > * i {
  margin-right: 7px;
}
.recipe__header-bottom > * > * span,
.recipes__header-bottom > * > * span {
  font-size: 13px;
  font-family: "MarkOffcPro-Heavy", sans-serif;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  color: #414042;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .recipe__header-bottom--left,
  .recipes__header-bottom--left {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .recipe__header-bottom--left,
  .recipes__header-bottom--left {
    flex-direction: column;
  }
  .recipe__header-bottom--left.alignCenter,
  .recipes__header-bottom--left.alignCenter {
    align-items: flex-start;
  }
}
.recipe__header-bottom--right span,
.recipes__header-bottom--right span {
  color: #cd545b;
}
@media (max-width: 767px) {
  .recipe__content,
  .recipes__content {
    padding: 23px 15px;
    background-color: #f4f4f4;
    margin: 0 -15px;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .recipe__content-header,
  .recipes__content-header {
    display: none;
  }
}
.recipe__content-header i,
.recipes__content-header i {
  font-size: 20px;
  color: #414042;
}
.recipe__content-header > * > *,
.recipes__content-header > * > * {
  margin-right: 3em;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .recipe__content-header > * > *,
  .recipes__content-header > * > * {
    margin-bottom: 30px;
  }
  .recipe__content-header > * > *:last-child,
  .recipes__content-header > * > *:last-child {
    margin-right: 0;
  }
}
.recipe__content-header > * > * i,
.recipes__content-header > * > * i {
  margin-right: 7px;
}
.recipe__content-header > * > * span,
.recipes__content-header > * > * span {
  font-size: 13px;
  font-family: "MarkOffcPro-Heave", sans-serif;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  color: #cd545b;
  text-transform: uppercase;
}
.recipe__content-left,
.recipes__content-left,
.recipe__content-right,
.recipes__content-right {
  flex: 0 0 auto;
}
.recipe__content-left,
.recipes__content-left {
  padding-right: 2em;
}
@media (min-width: 1025px) {
  .recipe__content-left,
  .recipes__content-left {
    padding-right: 3em;
  }
}
@media (min-width: 768px) {
  .recipe__content-left,
  .recipes__content-left {
    width: 40%;
  }
}
.recipe__content-left .headline > * > *,
.recipes__content-left .headline > * > * {
  margin-top: 0;
  color: #414042;
}
@media (min-width: 768px) {
  .recipe__content-right,
  .recipes__content-right {
    width: 60%;
  }
}
.recipe__content-right--tile,
.recipes__content-right--tile {
  width: 100%;
  border-radius: 5px;
  padding: 20px 40px;
  margin-bottom: 11px;
}
.recipe__content-right--tile .number,
.recipes__content-right--tile .number {
  flex: 0 0 auto;
  margin-right: 20px;
}
.recipe__content-right--tile .number *,
.recipes__content-right--tile .number * {
  color: #4698ca;
  margin: 0;
}
.recipe__content-right--tile .copy p,
.recipes__content-right--tile .copy p {
  color: #414042;
}
.recipe__content-right--tile .copy p:last-child,
.recipes__content-right--tile .copy p:last-child {
  margin-bottom: 0;
}
.recipe__content-mobile,
.recipes__content-mobile {
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #cd545b;
}
.recipe__content-mobile .nav-tabs,
.recipes__content-mobile .nav-tabs {
  border: 0;
}
.recipe__content-mobile .nav-tabs > li,
.recipes__content-mobile .nav-tabs > li {
  width: 100%;
  flex: 1 1 auto;
}
.recipe__content-mobile .nav-tabs > li > a,
.recipes__content-mobile .nav-tabs > li > a {
  font-family: "MarkOffcPro-Medium", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  padding: 10px 0;
  background-color: #cd545b;
  color: white;
  border: 0;
  border-radius: 0;
  margin: -0.5px 0 0;
  text-transform: none;
}
.recipe__content-mobile .nav-tabs > li.active > a,
.recipes__content-mobile .nav-tabs > li.active > a {
  background-color: white;
  color: #cd545b;
  border: 0;
  margin: 0;
  outline: 0;
}
.recipe__content-mobile .tab-content,
.recipes__content-mobile .tab-content {
  padding: 30px 20px;
}
.recipe__content-mobile .tab-content .tab-pane > .headline *,
.recipes__content-mobile .tab-content .tab-pane > .headline * {
  color: #003865;
  margin-top: 0;
  font-family: 'MarkOffcPro-Medium', sans-serif;
  font-weight: 500;
}
.recipe__content-mobile .tab-content--tile h3,
.recipes__content-mobile .tab-content--tile h3 {
  color: #4698ca;
  font-family: 'MarkOffcPro-Bold', sans-serif;
  font-weight: bold;
}
.recipe__content-mobile .tab-content--tile p,
.recipes__content-mobile .tab-content--tile p {
  color: #414042;
}
.recipe__content .details ul,
.recipes__content .details ul,
.recipe__content .details .richText ul,
.recipes__content .details .richText ul {
  padding: 1em 0 1em 1em;
}
@media (max-width: 767px) {
  .recipe__content .details ul,
  .recipes__content .details ul,
  .recipe__content .details .richText ul,
  .recipes__content .details .richText ul {
    padding: 0 0 0 15px;
  }
}
.recipe__content .details ul li,
.recipes__content .details ul li,
.recipe__content .details .richText ul li,
.recipes__content .details .richText ul li {
  margin-bottom: 15px;
  color: #414042;
}
.recipe__content .details ul li a,
.recipes__content .details ul li a,
.recipe__content .details .richText ul li a,
.recipes__content .details .richText ul li a {
  color: #414042;
  font-family: 'MarkOffcPro-Bold', sans-serif;
  font-weight: bold;
  text-transform: none;
}
.recipe__content .details ul li a:hover,
.recipes__content .details ul li a:hover,
.recipe__content .details .richText ul li a:hover,
.recipes__content .details .richText ul li a:hover {
  color: #cd545b;
}

.title__v2 > .container > .row {
  margin: 0;
}
.title__v2 .pageIntro {
  padding: 0;
}
.title__v2 .pageIntro h1 {
  font-size: 30px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.36px;
  color: #003865;
}
@media (min-width: 768px) {
  .title__v2 .pageIntro h1 {
    font-size: 44px;
  }
}
.title__v2 .pageIntro p.lead {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  color: black;
}
@media (min-width: 768px) {
  .title__v2 .pageIntro p.lead {
    font-size: 25px;
    width: 51%;
  }
}
@media (max-width: 767px) {
  .title__content {
    padding: 15px;
  }
}
.title__content .copy {
  margin-top: 40px;
}

.video .video-module-wrapper__v2.default {
  border: solid 12px white;
}
@media (min-width: 1025px) {
  .video .video-module-wrapper__v2.default {
    padding-bottom: 439px;
  }
}
.video .video-module-wrapper__v2.default .video-module__play-icon {
  width: 101px;
  height: 96px;
  background-color: white;
}
.video .video-module-wrapper__v2.default .video-module__play-icon img {
  width: 90%;
  height: auto;
}
@media (max-width: 768px) {
  .video .video-module-wrapper__v2:not(.default).flex {
    flex-direction: column-reverse;
  }
}
@media (min-width: 769px) {
  .video .video-module-wrapper__v2:not(.default).flex > div {
    width: 50%;
    flex: 0 0 auto;
  }
}
@media (min-width: 1025px) {
  .video .video-module-wrapper__v2:not(.default) .video-module-wrapper--youtube {
    padding-bottom: 300px;
  }
}
.video .video-module-wrapper__v2:not(.default) .video-module-wrapper--youtube .video-module__play-icon {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 60px solid #cd545b;
  background: transparent;
  border-radius: 0;
}
@media (min-width: 769px) {
  .video .video-module-wrapper__v2:not(.default).videoLeft .video-module-wrapper__v2-contents {
    margin-left: 10px;
    padding: 0 60px 0 30px;
  }
}
@media (min-width: 769px) {
  .video .video-module-wrapper__v2:not(.default).videoRight .video-module-wrapper__v2-contents {
    margin-right: 10px;
    padding: 0 60px 0 30px;
  }
}
.video .video-module-wrapper__v2-contents {
  padding: 15px;
}
@media (max-width: 768px) {
  .video .video-module-wrapper__v2-contents {
    min-height: 253px;
    align-items: center;
    margin-bottom: 10px;
    padding: 20px;
  }
}
.video .video-module-wrapper__v2-contents .headline * {
  margin-top: 0;
  color: #cd545b;
}
.video .video-module-wrapper__v2-contents .copy * {
  color: #414042;
}
@media (max-width: 768px) {
  .video .video-module-wrapper__v2-contents .copy * {
    text-align: center;
  }
}

.breakout > section {
  width: 100%;
  min-height: 276px;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}
.breakout > section > * {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .breakout .column .row {
    display: flex;
    align-items: stretch;
  }
  .breakout .column .row > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.breakout .column .row .parsys-1 {
  text-align: center;
}
@media (max-width: 767px) {
  .breakout .column .row .parsys-1 {
    padding-top: 20px;
  }
}
.breakout .column .row .richText > * {
  color: white;
}

.comp-article__oneCol {
  margin: 50px auto;
}
@media (min-width: 1025px) {
  .comp-article__oneCol {
    width: 824px;
  }
}
@media (max-width: 767px) {
  .comp-article__oneCol {
    padding: 0 15px;
    margin: 25px auto;
  }
}
.comp-article__oneCol .container {
  width: 100%;
  padding: 0;
}
.comp-article__oneCol .breakout .column .row .richText > * {
  color: #414042;
}

.image + .image .image__v2 {
  margin-top: 15px;
}
.image__v2 .img-responsive {
  max-height: 224px;
  object-fit: cover;
}

.productData__table table tr th {
  padding-left: 0;
}
.productData__table table tr .padded-heading {
  padding-left: 30px;
}

.registration__header {
  position: relative;
  padding: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .registration__header {
    padding: 20px;
  }
}
.registration__header:before,
.registration__header:after {
  width: 30px;
  height: 30px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
@media (max-width: 767px) {
  .registration__header:before,
  .registration__header:after {
    width: 20px;
    height: 20px;
    border-width: 7px !important;
  }
}
.registration__header:before {
  top: 0;
  left: 0;
  border-left: solid 10px #003865;
  border-top: solid 10px #003865;
}
.registration__header:after {
  border-right: solid 10px #003865;
  border-bottom: solid 10px #003865;
  bottom: 0;
  right: 0;
}
.registration__header .headline > * *,
.registration__header .description > * * {
  color: #004778;
}
.registration__header .headline > * * {
  margin-top: 0;
}
.registration__wrapper form {
  padding: 40px 0;
}
@media (min-width: 769px) {
  .registration__wrapper form > .flex > * {
    width: calc(50% - 15px);
    flex-wrap: wrap;
  }
  .registration__wrapper form > .flex > *:nth-child(odd) {
    margin-right: 30px;
  }
}
.registration__wrapper form .form-group {
  position: relative;
}
.registration__wrapper form .form-group .form-control {
  border-color: transparent;
  -moz-appearance: textfield;
}
.registration__wrapper form .form-group .form-control::-webkit-outer-spin-button,
.registration__wrapper form .form-group .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.registration__wrapper form .form-group .form-control[readonly] {
  background-color: white;
  cursor: default;
}
.registration__wrapper form .form-group .form-control:not(.btn-group) {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .registration__wrapper form .form-group .form-control:not(.btn-group) {
    padding-left: 20px;
  }
}
.registration__wrapper form .form-group .form-control:focus,
.registration__wrapper form .form-group .form-control:valid {
  border-color: #4698ca;
}
.registration__wrapper form .form-group.has-error.has-danger .form-control {
  border-color: #cd545b;
}
.registration__wrapper form .form-group.has-error.has-danger .form-control#email:focus + .help-block {
  display: none;
}
.registration__wrapper form .form-group .form-control,
.registration__wrapper form .form-group .dropdown-toggle {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.registration__wrapper form .form-group textarea.form-control {
  min-height: 165px;
}
.registration__wrapper form .form-group .form-control,
.registration__wrapper form .form-group label {
  font-family: MarkOffcPro-Book, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.15px;
}
@media (min-width: 769px) {
  .registration__wrapper form .form-group .form-control,
  .registration__wrapper form .form-group label {
    line-height: 2.33;
  }
}
@media (max-width: 767px) {
  .registration__wrapper form .form-group .form-control,
  .registration__wrapper form .form-group label {
    font-size: 15px;
  }
}
.registration__wrapper form .form-group .form-control {
  min-height: 67px;
  color: #414042;
}
@media (max-width: 767px) {
  .registration__wrapper form .form-group .form-control {
    min-height: 60px;
  }
}
.registration__wrapper form .form-group label,
.registration__wrapper form .form-group .dropdown-toggle {
  color: #004778;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .registration__wrapper form .form-group label,
  .registration__wrapper form .form-group .dropdown-toggle {
    padding-left: 20px;
  }
}
.registration__wrapper form .form-group label.control-label span,
.registration__wrapper form .form-group .dropdown-toggle.control-label span {
  color: #cd545b;
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .registration__wrapper form .form-group label.control-label span,
  .registration__wrapper form .form-group .dropdown-toggle.control-label span {
    margin-right: 10px;
  }
}
.registration__wrapper form .form-group .help-block,
.registration__wrapper form .form-group label.error {
  position: absolute;
  top: auto;
  left: 30px;
  color: #cd545b;
  padding-left: 0;
  margin: 0px;
  padding: 1.15em 0;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .registration__wrapper form .form-group .help-block,
  .registration__wrapper form .form-group label.error {
    padding: 0.5em 0;
  }
}
@media (max-width: 767px) {
  .registration__wrapper form .form-group .help-block,
  .registration__wrapper form .form-group label.error {
    left: 20px;
    padding: 1.2em 0;
  }
}
.registration__wrapper form .form-group .help-block ul,
.registration__wrapper form .form-group label.error ul {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .registration__wrapper form .form-group .help-block ul,
  .registration__wrapper form .form-group label.error ul {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
  .registration__wrapper form .form-group .help-block ul,
  .registration__wrapper form .form-group label.error ul {
    margin-bottom: 0;
  }
}
.registration__wrapper form .form-group .help-block.with-errors li,
.registration__wrapper form .form-group label.error.with-errors li {
  color: inherit;
}
.registration__wrapper form .form-group textarea + .help-block,
.registration__wrapper form .form-group textarea + label.error {
  bottom: 49%;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .registration__wrapper form .form-group textarea + .help-block,
  .registration__wrapper form .form-group textarea + label.error {
    bottom: 54%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .registration__wrapper form .form-group textarea + .help-block,
  .registration__wrapper form .form-group textarea + label.error {
    bottom: 59%;
  }
}
@media (max-width: 767px) {
  .registration__wrapper form .form-group textarea + .help-block,
  .registration__wrapper form .form-group textarea + label.error {
    bottom: 62%;
  }
}
.registration__wrapper form .form-group .collapse .copy p {
  line-height: 2.33;
  letter-spacing: -0.15px;
  color: #75787b;
}
@media (min-width: 769px) {
  .registration__wrapper form .form-group .collapse > .flex > * {
    width: calc(50% - 15px);
    flex-wrap: wrap;
  }
  .registration__wrapper form .form-group .collapse > .flex > *:nth-child(odd) {
    margin-right: 30px;
  }
}
.registration__wrapper form .form-group .collapse .dropdown-toggle {
  width: 100%;
  min-height: 67px;
  font-family: MarkOffcPro-Medium, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: -0.19px;
  color: #004778;
  text-align: left;
  padding-right: 30px;
  background-color: white;
  border: 0;
}
@media (max-width: 767px) {
  .registration__wrapper form .form-group .collapse .dropdown-toggle {
    min-height: 60px;
  }
}
.registration__wrapper form .form-group .collapse .dropdown-toggle .caret {
  border-width: 8px;
  color: #004778;
  flex: 0;
}
.registration__wrapper form .form-group .collapse .dropdown-toggle + .dropdown-menu,
.registration__wrapper form .form-group .collapse .dropdown-toggle + .dropdown-backdrop + .dropdown-menu {
  width: 100%;
  border-radius: 0;
  background-color: white;
  padding: 0;
}
.registration__wrapper form .form-group .collapse .dropdown-toggle + .dropdown-menu li,
.registration__wrapper form .form-group .collapse .dropdown-toggle + .dropdown-backdrop + .dropdown-menu li,
.registration__wrapper form .form-group .collapse .dropdown-toggle + .dropdown-menu li a,
.registration__wrapper form .form-group .collapse .dropdown-toggle + .dropdown-backdrop + .dropdown-menu li a {
  font-family: MarkOffcPro-Medium, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: -0.19px;
  color: #004778;
  cursor: pointer;
  padding: 0 15px;
  text-transform: none;
}
.registration__wrapper form .form-group .collapse .dropdown-toggle + .dropdown-menu li:hover,
.registration__wrapper form .form-group .collapse .dropdown-toggle + .dropdown-backdrop + .dropdown-menu li:hover,
.registration__wrapper form .form-group .collapse .dropdown-toggle + .dropdown-menu li a:hover,
.registration__wrapper form .form-group .collapse .dropdown-toggle + .dropdown-backdrop + .dropdown-menu li a:hover {
  color: white;
  background-color: #004778;
}
@media (max-width: 767px) {
  .registration__wrapper form .form-group .collapse .dropdown-toggle + .dropdown-menu li a,
  .registration__wrapper form .form-group .collapse .dropdown-toggle + .dropdown-backdrop + .dropdown-menu li a {
    padding: 0 5px;
  }
}
.registration__wrapper form .checkbox {
  left: 0;
  padding-left: 0;
}
.registration__wrapper form .checkbox input {
  opacity: 0;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.registration__wrapper form .checkbox input:checked + label:not(.error)::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 22px;
  line-height: normal;
  color: #87caaa;
  font-weight: 900;
}
.registration__wrapper form .checkbox button {
  background-color: transparent;
  border: 0;
  color: #004778;
  padding: 0;
  text-align: left;
}
.registration__wrapper form .checkbox label:not(.error) {
  padding-left: 0;
  position: relative;
  width: 100%;
}
.registration__wrapper form .checkbox label:not(.error)::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  flex: 0 0 auto;
}
.registration__wrapper form .checkbox .help-block,
.registration__wrapper form .checkbox label.error {
  position: relative;
  left: 0;
}

.insights__wrapper {
  padding: 2em 0;
  background-color: #11294b;
}
.insights__row {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .insights__row {
    flex-direction: column;
  }
}
.insights__row--col {
  width: 100%;
  flex: 0 0 auto;
}
.insights__row--col * {
  color: white;
}
@media (min-width: 768px) {
  .insights__row--col:first-child {
    width: 30%;
  }
}
.insights__row--col:first-child .img-responsive {
  width: 150px;
  max-height: 150px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .insights__row--col:last-child {
    width: 70%;
    padding-left: 1em;
  }
}
.insights__row--col-image .subHeadline h4 {
  font-size: 16px;
}

