/* Minification failed. Returning unminified contents.
(9730,17241): run-time error CSS1039: Token not allowed after unary operator: '-spotlight-bg-colour'
(9730,17282): run-time error CSS1039: Token not allowed after unary operator: '-spotlight-text-colour'
(9730,17361): run-time error CSS1039: Token not allowed after unary operator: '-spotlight-bg-colour'
(9730,17402): run-time error CSS1039: Token not allowed after unary operator: '-spotlight-bg-colour'
(9819,38): run-time error CSS1036: Expected expression, found ';'
(9935,20): run-time error CSS1036: Expected expression, found ';'
(10730,18): run-time error CSS1036: Expected expression, found ';'
 */
@font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/content/fonts/proxima-nova/proxima-nova-webfont.woff2') format('woff2'),
        url('/content/fonts/proxima-nova/proxima-nova-webfont.woff') format('woff'),
        url('/content/fonts/proxima-nova/proxima-nova-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/content/fonts/proxima-nova/proxima-nova-bold-webfont.woff2') format('woff2'),
        url('/content/fonts/proxima-nova/proxima-nova-bold-webfont.woff') format('woff'),
        url('/content/fonts/proxima-nova/proxima-nova-bold-webfont.ttf') format('truetype');
}
@font-face {
    font-family: 'Sun Valley';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('/content/fonts/sun-valley/sun-valley-webfont.woff2') format('woff2'),
        url('/content/fonts/sun-valley/sun-valley-webfont.woff') format('woff');
}
	/*
  	Flaticon icon font: Flaticon
  	Creation date: 04/01/2021 10:43
  	*/

@font-face {
  font-family: "Flaticon";
  src: url("/content/fonts/flaticon/Flaticon.woff2?v4") format("woff2"),
       url("/content/fonts/flaticon/Flaticon.woff?v4") format("woff"),
       url("/content/fonts/flaticon/Flaticon.ttf?v4") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*@font-face {
  font-family: "Flaticon";
  src: url("/content/fonts/flaticon/Flaticon.eot");
  src: url("/content/fonts/flaticon/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("/content/fonts/flaticon/Flaticon.woff2") format("woff2"),
       url("/content/fonts/flaticon/Flaticon.woff") format("woff"),
       url("/content/fonts/flaticon/Flaticon.ttf") format("truetype"),
       url("/content/fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}*/

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("/content/fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
  }
}*/

.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-pinterest:before { content: "\f100"; }
.flaticon-twitter:before { content: "\f101"; }
.flaticon-facebook:before { content: "\f102"; }
.flaticon-instagram:before { content: "\f103"; }
.flaticon-plus:before { content: "\f104"; }
.flaticon-minus:before { content: "\f105"; }
.flaticon-phone:before { content: "\f106"; }
.flaticon-padlock:before { content: "\f107"; }
.flaticon-receipt:before { content: "\f108"; }
.flaticon-wallet:before { content: "\f109"; }
.flaticon-ship:before { content: "\f10a"; }
.flaticon-tick:before { content: "\f10b"; }
.flaticon-store:before { content: "\f10c"; }
.flaticon-truck:before { content: "\f10d"; }
.flaticon-information:before { content: "\f10e"; }
.flaticon-find-your-size:before { content: "\f10f"; }
.flaticon-settings:before { content: "\f110"; }
.flaticon-arrow-down:before { content: "\f111"; }
.flaticon-close:before { content: "\f112"; }

/*! 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: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline 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 {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-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;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/content/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("/content/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/content/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("/content/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("/content/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("/content/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: 400;
  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";
}

* {
  box-sizing: border-box;
}

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

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

body {
  font-family: "Proxima Nova", Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #05355f;
  background-color: #fff;
}

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

a {
  color: #05355f;
  text-decoration: none;
}

a:hover, a:focus {
  color: #05355f;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #A7BFCA;
}

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

h1 small,
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: 400;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

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: 10px;
  margin-bottom: 10px;
}

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

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

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

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

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

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

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #05355f;
}

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

.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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

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

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

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

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 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;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

.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: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

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

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

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

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

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

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

.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

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

.container:after {
  clear: both;
}

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

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

@media (min-width: 1440px) {
  .container {
    width: 1440px;
  }
}

.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

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

.row:after {
  clear: both;
}

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

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.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, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-13 {
  width: 54.1666666667%;
}

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

.col-xs-15 {
  width: 62.5%;
}

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

.col-xs-17 {
  width: 70.8333333333%;
}

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

.col-xs-19 {
  width: 79.1666666667%;
}

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

.col-xs-21 {
  width: 87.5%;
}

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

.col-xs-23 {
  width: 95.8333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-13 {
  right: 54.1666666667%;
}

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

.col-xs-pull-15 {
  right: 62.5%;
}

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

.col-xs-pull-17 {
  right: 70.8333333333%;
}

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

.col-xs-pull-19 {
  right: 79.1666666667%;
}

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

.col-xs-pull-21 {
  right: 87.5%;
}

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

.col-xs-pull-23 {
  right: 95.8333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-13 {
  left: 54.1666666667%;
}

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

.col-xs-push-15 {
  left: 62.5%;
}

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

.col-xs-push-17 {
  left: 70.8333333333%;
}

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

.col-xs-push-19 {
  left: 79.1666666667%;
}

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

.col-xs-push-21 {
  left: 87.5%;
}

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

.col-xs-push-23 {
  left: 95.8333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-24 {
  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, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }
  .col-sm-1 {
    width: 4.1666666667%;
  }
  .col-sm-2 {
    width: 8.3333333333%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-4 {
    width: 16.6666666667%;
  }
  .col-sm-5 {
    width: 20.8333333333%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-7 {
    width: 29.1666666667%;
  }
  .col-sm-8 {
    width: 33.3333333333%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-10 {
    width: 41.6666666667%;
  }
  .col-sm-11 {
    width: 45.8333333333%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-13 {
    width: 54.1666666667%;
  }
  .col-sm-14 {
    width: 58.3333333333%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-16 {
    width: 66.6666666667%;
  }
  .col-sm-17 {
    width: 70.8333333333%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-19 {
    width: 79.1666666667%;
  }
  .col-sm-20 {
    width: 83.3333333333%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-22 {
    width: 91.6666666667%;
  }
  .col-sm-23 {
    width: 95.8333333333%;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 4.1666666667%;
  }
  .col-sm-pull-2 {
    right: 8.3333333333%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-4 {
    right: 16.6666666667%;
  }
  .col-sm-pull-5 {
    right: 20.8333333333%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-7 {
    right: 29.1666666667%;
  }
  .col-sm-pull-8 {
    right: 33.3333333333%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-10 {
    right: 41.6666666667%;
  }
  .col-sm-pull-11 {
    right: 45.8333333333%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-13 {
    right: 54.1666666667%;
  }
  .col-sm-pull-14 {
    right: 58.3333333333%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-16 {
    right: 66.6666666667%;
  }
  .col-sm-pull-17 {
    right: 70.8333333333%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-19 {
    right: 79.1666666667%;
  }
  .col-sm-pull-20 {
    right: 83.3333333333%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-22 {
    right: 91.6666666667%;
  }
  .col-sm-pull-23 {
    right: 95.8333333333%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 4.1666666667%;
  }
  .col-sm-push-2 {
    left: 8.3333333333%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-4 {
    left: 16.6666666667%;
  }
  .col-sm-push-5 {
    left: 20.8333333333%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-7 {
    left: 29.1666666667%;
  }
  .col-sm-push-8 {
    left: 33.3333333333%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-10 {
    left: 41.6666666667%;
  }
  .col-sm-push-11 {
    left: 45.8333333333%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-13 {
    left: 54.1666666667%;
  }
  .col-sm-push-14 {
    left: 58.3333333333%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-16 {
    left: 66.6666666667%;
  }
  .col-sm-push-17 {
    left: 70.8333333333%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-19 {
    left: 79.1666666667%;
  }
  .col-sm-push-20 {
    left: 83.3333333333%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-22 {
    left: 91.6666666667%;
  }
  .col-sm-push-23 {
    left: 95.8333333333%;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 4.1666666667%;
  }
  .col-sm-offset-2 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-4 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-5 {
    margin-left: 20.8333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-7 {
    margin-left: 29.1666666667%;
  }
  .col-sm-offset-8 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-10 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-11 {
    margin-left: 45.8333333333%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-13 {
    margin-left: 54.1666666667%;
  }
  .col-sm-offset-14 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-16 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-17 {
    margin-left: 70.8333333333%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-19 {
    margin-left: 79.1666666667%;
  }
  .col-sm-offset-20 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-22 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-23 {
    margin-left: 95.8333333333%;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }
  .col-md-1 {
    width: 4.1666666667%;
  }
  .col-md-2 {
    width: 8.3333333333%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-4 {
    width: 16.6666666667%;
  }
  .col-md-5 {
    width: 20.8333333333%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-7 {
    width: 29.1666666667%;
  }
  .col-md-8 {
    width: 33.3333333333%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-10 {
    width: 41.6666666667%;
  }
  .col-md-11 {
    width: 45.8333333333%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-13 {
    width: 54.1666666667%;
  }
  .col-md-14 {
    width: 58.3333333333%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-16 {
    width: 66.6666666667%;
  }
  .col-md-17 {
    width: 70.8333333333%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-19 {
    width: 79.1666666667%;
  }
  .col-md-20 {
    width: 83.3333333333%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-22 {
    width: 91.6666666667%;
  }
  .col-md-23 {
    width: 95.8333333333%;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 4.1666666667%;
  }
  .col-md-pull-2 {
    right: 8.3333333333%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-4 {
    right: 16.6666666667%;
  }
  .col-md-pull-5 {
    right: 20.8333333333%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-7 {
    right: 29.1666666667%;
  }
  .col-md-pull-8 {
    right: 33.3333333333%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-10 {
    right: 41.6666666667%;
  }
  .col-md-pull-11 {
    right: 45.8333333333%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-13 {
    right: 54.1666666667%;
  }
  .col-md-pull-14 {
    right: 58.3333333333%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-16 {
    right: 66.6666666667%;
  }
  .col-md-pull-17 {
    right: 70.8333333333%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-19 {
    right: 79.1666666667%;
  }
  .col-md-pull-20 {
    right: 83.3333333333%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-22 {
    right: 91.6666666667%;
  }
  .col-md-pull-23 {
    right: 95.8333333333%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 4.1666666667%;
  }
  .col-md-push-2 {
    left: 8.3333333333%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-4 {
    left: 16.6666666667%;
  }
  .col-md-push-5 {
    left: 20.8333333333%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-7 {
    left: 29.1666666667%;
  }
  .col-md-push-8 {
    left: 33.3333333333%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-10 {
    left: 41.6666666667%;
  }
  .col-md-push-11 {
    left: 45.8333333333%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-13 {
    left: 54.1666666667%;
  }
  .col-md-push-14 {
    left: 58.3333333333%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-16 {
    left: 66.6666666667%;
  }
  .col-md-push-17 {
    left: 70.8333333333%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-19 {
    left: 79.1666666667%;
  }
  .col-md-push-20 {
    left: 83.3333333333%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-22 {
    left: 91.6666666667%;
  }
  .col-md-push-23 {
    left: 95.8333333333%;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 4.1666666667%;
  }
  .col-md-offset-2 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-4 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-5 {
    margin-left: 20.8333333333%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-7 {
    margin-left: 29.1666666667%;
  }
  .col-md-offset-8 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-10 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-11 {
    margin-left: 45.8333333333%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-13 {
    margin-left: 54.1666666667%;
  }
  .col-md-offset-14 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-16 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-17 {
    margin-left: 70.8333333333%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-19 {
    margin-left: 79.1666666667%;
  }
  .col-md-offset-20 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-22 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-23 {
    margin-left: 95.8333333333%;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
}

@media (min-width: 1440px) {
  .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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }
  .col-lg-1 {
    width: 4.1666666667%;
  }
  .col-lg-2 {
    width: 8.3333333333%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-4 {
    width: 16.6666666667%;
  }
  .col-lg-5 {
    width: 20.8333333333%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-7 {
    width: 29.1666666667%;
  }
  .col-lg-8 {
    width: 33.3333333333%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-10 {
    width: 41.6666666667%;
  }
  .col-lg-11 {
    width: 45.8333333333%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-13 {
    width: 54.1666666667%;
  }
  .col-lg-14 {
    width: 58.3333333333%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-16 {
    width: 66.6666666667%;
  }
  .col-lg-17 {
    width: 70.8333333333%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-19 {
    width: 79.1666666667%;
  }
  .col-lg-20 {
    width: 83.3333333333%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-22 {
    width: 91.6666666667%;
  }
  .col-lg-23 {
    width: 95.8333333333%;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 4.1666666667%;
  }
  .col-lg-pull-2 {
    right: 8.3333333333%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-4 {
    right: 16.6666666667%;
  }
  .col-lg-pull-5 {
    right: 20.8333333333%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-7 {
    right: 29.1666666667%;
  }
  .col-lg-pull-8 {
    right: 33.3333333333%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-10 {
    right: 41.6666666667%;
  }
  .col-lg-pull-11 {
    right: 45.8333333333%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-13 {
    right: 54.1666666667%;
  }
  .col-lg-pull-14 {
    right: 58.3333333333%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-16 {
    right: 66.6666666667%;
  }
  .col-lg-pull-17 {
    right: 70.8333333333%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-19 {
    right: 79.1666666667%;
  }
  .col-lg-pull-20 {
    right: 83.3333333333%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-22 {
    right: 91.6666666667%;
  }
  .col-lg-pull-23 {
    right: 95.8333333333%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 4.1666666667%;
  }
  .col-lg-push-2 {
    left: 8.3333333333%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-4 {
    left: 16.6666666667%;
  }
  .col-lg-push-5 {
    left: 20.8333333333%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-7 {
    left: 29.1666666667%;
  }
  .col-lg-push-8 {
    left: 33.3333333333%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-10 {
    left: 41.6666666667%;
  }
  .col-lg-push-11 {
    left: 45.8333333333%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-13 {
    left: 54.1666666667%;
  }
  .col-lg-push-14 {
    left: 58.3333333333%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-16 {
    left: 66.6666666667%;
  }
  .col-lg-push-17 {
    left: 70.8333333333%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-19 {
    left: 79.1666666667%;
  }
  .col-lg-push-20 {
    left: 83.3333333333%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-22 {
    left: 91.6666666667%;
  }
  .col-lg-push-23 {
    left: 95.8333333333%;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 4.1666666667%;
  }
  .col-lg-offset-2 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-4 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-5 {
    margin-left: 20.8333333333%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-7 {
    margin-left: 29.1666666667%;
  }
  .col-lg-offset-8 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-10 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-11 {
    margin-left: 45.8333333333%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-13 {
    margin-left: 54.1666666667%;
  }
  .col-lg-offset-14 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-16 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-17 {
    margin-left: 70.8333333333%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-19 {
    margin-left: 79.1666666667%;
  }
  .col-lg-offset-20 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-22 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-23 {
    margin-left: 95.8333333333%;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

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

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

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

th {
  text-align: left;
}

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

.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 #05355f;
}

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

.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 #05355f;
}

.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 #05355f;
}

.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 #05355f;
}

.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 > 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 {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #05355f;
  }
  .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;
  }
}

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

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

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

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

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

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

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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  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 {
  background-color: transparent;
  border: 0;
}

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

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

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

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

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

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

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

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

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

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

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

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.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-right: 0;
  padding-left: 0;
}

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

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

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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

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

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

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  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: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}

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: 46px;
  line-height: 46px;
}

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: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}

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

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

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

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

.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: 30px;
  height: 30px;
  line-height: 30px;
}

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

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

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

.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

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

.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

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

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

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

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

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

@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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

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

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

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

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

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

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  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 {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  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;
  background-image: none;
  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.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: #05355f;
  border-color: #05355f;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #021a2f;
  border-color: black;
}

.btn-primary:hover {
  color: #fff;
  background-color: #021a2f;
  border-color: #021525;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #021a2f;
  background-image: none;
  border-color: #021525;
}

.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: #01070d;
  border-color: black;
}

.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: #05355f;
  border-color: #05355f;
}

.btn-primary .badge {
  color: #05355f;
  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;
  background-image: none;
  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.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;
  background-image: none;
  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.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;
  background-image: none;
  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.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;
  background-image: none;
  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.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-link {
  font-weight: 400;
  color: #05355f;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

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

.btn-link:hover, .btn-link:focus {
  color: #05355f;
  text-decoration: underline;
  background-color: transparent;
}

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

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

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

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

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

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

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

.fade {
  opacity: 0;
  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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

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

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

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

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

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

.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

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

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

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

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

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 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: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0;
}

.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: 12px;
  border-radius: 0;
}

.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: 18px;
  border-radius: 0;
}

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

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

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

.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 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

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

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

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

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

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

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

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

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

.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;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

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

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

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.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 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

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

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

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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: 1439px) {
  .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: 1439px) {
  .visible-md-block {
    display: block !important;
  }
}

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

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

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

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

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

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

.container-fluid {
  max-width: 1440px;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0 0;
}

.collapsing {
  transition: none;
}

/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panels {
  overflow: hidden;
}

.mm-panel {
  transition: transform 0.4s ease;
  transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
  transform: translate3d(0%, 0, 0);
}

.mm-panel.mm-subopened {
  transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
  z-index: 1;
}

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

.mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after {
  content: '';
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  transform: none !important;
}

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto;
}

.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  transform: rotate(45deg);
  right: 19px;
}

.mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.mm-clear:before, .mm-clear:after,
.mm-close:before,
.mm-close:after {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
}

.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
}

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px;
}

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 23px;
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mm-navbar > * {
  display: block;
  padding: 10px 0;
}

.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}

.mm-panel .mm-navbar {
  display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview {
  font: inherit;
  font-size: 16px;
  line-height: 20px;
}

.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}

.mm-listview > li {
  position: relative;
}

.mm-listview > li, .mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
  border-color: inherit;
}

.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}

.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}

.mm-listview .mm-inset > li {
  padding: 5px 0;
}

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}

.mm-listview .mm-spacer {
  padding-top: 40px;
}

.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}

.mm-menu {
  background: #f9f9f9;
  border-color: rgba(0, 0, 0, 0.1);
  color: #05355f;
}

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-btn:before, .mm-menu .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}

.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-navbar {
  top: 10px;
  left: 10px;
  right: 10px;
  padding: 0 15px 0 40px;
  background-color: #c6dae7;
  border-bottom: none;
  text-align: right;
  height: 46px;
  line-height: 24px;
  font-size: 20px;
}

.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a {
  color: #05355f;
}

.mm-menu .mm-btn::before,
.mm-menu .mm-btn::after {
  border-color: #05355f;
}

.mm-menu .mm-panels > .mm-panel > .mm-listview:first-child,
.mm-menu .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 0;
}

.mm-menu .mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 46px;
}

.mm-menu .mm-listview .mm-btn, .mm-menu .mm-navbar .mm-btn {
  height: 46px;
}

.mm-menu .mm-listview .mm-prev::before,
.mm-menu .mm-listview .mm-next::after,
.mm-menu .mm-listview .mm-arrow::after, .mm-menu .mm-navbar .mm-prev::before,
.mm-menu .mm-navbar .mm-next::after,
.mm-menu .mm-navbar .mm-arrow::after {
  border-width: 1px;
}

.mm-menu .mm-navbar .mm-btn:first-child::before {
  left: 15px;
}

.mm-menu .mm-listview .item-gap {
  height: 44px;
}

.mm-menu .mm-listview > li:not(:last-of-type) {
  border-bottom: 1px solid #D8E3E9;
}

.mm-menu .mm-listview > li .mm-next::after,
.mm-menu .mm-listview > li .mm-arrow::after {
  border-color: #05355f;
  right: 10px;
}

.mm-menu .mm-listview > li .mm-next {
  right: 10px;
}

.mm-menu .mm-listview > li .mm-next::before {
  display: none;
}

.mm-menu .mm-listview > li .mm-prev::before {
  left: 15px;
}

.mm-menu .mm-listview > li > a,
.mm-menu .mm-listview > li > span {
  padding: 12px 10px 12px 20px;
}

.mm-menu .social-icons {
  display: flex;
  margin: 0;
  padding: 10px 0;
  list-style: none outside;
  justify-content: space-between;
}

.mm-menu .social-icons::before, .mm-menu .social-icons::after {
  content: '';
  display: block;
}

.mm-menu .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #A7BFCA;
}

.mm-menu .social-icons a .fi {
  display: flex;
}

#mm-blocker {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

html.mm-blocking, html.mm-opened, html.mm-blocking body {
  overflow: visible !important;
}

/*
	jQuery.mmenu offCanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  transition: transform 0.4s ease;
  z-index: 1;
}

html.mm-opened {
  overflow-x: hidden;
  position: relative;
}

html.mm-blocking {
  overflow: hidden;
}

html.mm-blocking body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
}

.mm-menu.mm-offcanvas.mm-current {
  display: block;
}

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening .mm-slideout {
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    transform: translate3d(440px, 0, 0);
  }
}

/*
	jQuery.mmenu pageShadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%;
}

.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none;
}

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu borderStyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none;
}

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important;
}

.mm-menu.mm-border-offset .mm-listview > li:after,
.mm-listview.mm-border-offset > li:after {
  right: 20px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/content/img/vendor/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/content/img/vendor/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/content/img/vendor/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/content/img/vendor/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/content/img/vendor/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("/content/img/vendor/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

.fancybox-skin {
  border-radius: 0;
  color: #05355f;
}

.modal-fancybox {
  display: none;
}

@charset "UTF-8";
@-webkit-keyframes fade-in-ttb {
  from {
    opacity: 0;
    transform: translate3D(0, -5px, 0);
  }
  to {
    opacity: 1;
    transform: translate3D(0, 0, 0);
  }
}
@keyframes fade-in-ttb {
  from {
    opacity: 0;
    transform: translate3D(0, -5px, 0);
  }
  to {
    opacity: 1;
    transform: translate3D(0, 0, 0);
  }
}

@-webkit-keyframes skew-in-x {
  from {
    transform: scaleX(0) skewX(90deg);
  }
  to {
    transform: scaleX(1) skewX(0deg);
  }
}

@keyframes skew-in-x {
  from {
    transform: scaleX(0) skewX(90deg);
  }
  to {
    transform: scaleX(1) skewX(0deg);
  }
}

@-webkit-keyframes skew-out-x {
  from {
    transform: scaleX(1) skewX(0deg);
  }
  to {
    transform: scaleX(0) skewX(90deg);
  }
}

@keyframes skew-out-x {
  from {
    transform: scaleX(1) skewX(0deg);
  }
  to {
    transform: scaleX(0) skewX(90deg);
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.btn-blue-light {
  color: #05355f;
  background-color: #A7BFCA;
  border-color: #A7BFCA;
}

.btn-blue-light:focus, .btn-blue-light.focus {
  color: #05355f;
  background-color: #87a8b7;
  border-color: #5b8497;
}

.btn-blue-light:hover {
  color: #05355f;
  background-color: #87a8b7;
  border-color: #81a3b3;
}

.btn-blue-light:active, .btn-blue-light.active,
.open > .btn-blue-light.dropdown-toggle {
  color: #05355f;
  background-color: #87a8b7;
  background-image: none;
  border-color: #81a3b3;
}

.btn-blue-light:active:hover, .btn-blue-light:active:focus, .btn-blue-light:active.focus, .btn-blue-light.active:hover, .btn-blue-light.active:focus, .btn-blue-light.active.focus,
.open > .btn-blue-light.dropdown-toggle:hover,
.open > .btn-blue-light.dropdown-toggle:focus,
.open > .btn-blue-light.dropdown-toggle.focus {
  color: #05355f;
  background-color: #7198a9;
  border-color: #5b8497;
}

.btn-blue-light.disabled:hover, .btn-blue-light.disabled:focus, .btn-blue-light.disabled.focus, .btn-blue-light[disabled]:hover, .btn-blue-light[disabled]:focus, .btn-blue-light[disabled].focus,
fieldset[disabled] .btn-blue-light:hover,
fieldset[disabled] .btn-blue-light:focus,
fieldset[disabled] .btn-blue-light.focus {
  background-color: #A7BFCA;
  border-color: #A7BFCA;
}

.btn-blue-light .badge {
  color: #A7BFCA;
  background-color: #05355f;
}

h1 {
  font-size: 24px;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 20px;
}

@media (min-width: 768px) {
  h2 {
    font-size: 26px;
  }
}

h2:first-letter, h3:first-letter, h4:first-letter, h5:first-letter, h6:first-letter, p:first-letter, li:first-letter {
  text-transform: uppercase;
}

.text-sale {
  color: #c00;
}

.text-emphasis {
  color: #089479;
}

.text-extra-emphasis {
  color: #089479;
  padding: 5px;
  border: 1px solid #089479;
  border-radius: 5px;
}

.page-heading {
  margin-bottom: 20px;
}

.page-heading > * {
  margin-top: 0;
  line-height: 1;
}

.page-heading > *:not(:last-child) {
  margin-bottom: 10px;
  line-height: 1;
}

@media (min-width: 768px) {
  .page-heading > *:not(:last-child) {
    margin-bottom: 20px;
  }
}

.page-heading > *:last-child {
  margin-bottom: 0;
}

.page-heading h3 {
  display: none;
}

@media (min-width: 1440px) {
  .container-wide {
    width: 1400px;
  }
}

#mobile-main-nav:not(.mm-menu) {
  display: none;
}

#main-nav-overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 95;
  cursor: pointer;
}

#main-container, #staging-main-container {
  margin-bottom: 20px;
  position: relative;
  z-index: 90;
}

#service-list {
  margin-bottom: 10px;
  border-bottom: 1px solid #05355f;
  position: relative;
}

#service-list.ticker .row .service-item {
  position: absolute;
  top: 0;
}

#service-list.ticker .row .service-item:first-child {
  position: relative;
}

#service-list .service-item {
  text-align: center;
  font-size: 12px;
}

@media (min-width: 992px) {
  #service-list .service-item {
    font-size: 16px;
  }
}

#service-list p {
  margin: 0;
}

#service-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 0;
  line-height: normal;
  text-decoration: none;
}

#service-list img {
  max-height: 15px;
  margin-right: 10px;
}

@media (min-width: 992px) {
  #service-list img {
    max-height: 20px;
  }
}

.content-main.has-top-padding {
  padding-top: 20px;
}

.content-main:not(.has-top-padding) .breadcrumb-container {
  margin-top: 20px;
}

.breadcrumb-container {
  margin-bottom: 20px;
}

.content-main:not(.container-fluid) .breadcrumb-container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.content-main:not(.container-fluid) .breadcrumb-container:before, .content-main:not(.container-fluid) .breadcrumb-container:after {
  display: table;
  content: " ";
}

.content-main:not(.container-fluid) .breadcrumb-container:after {
  clear: both;
}

@media (min-width: 1440px) {
  .content-main:not(.container-fluid) .breadcrumb-container {
    width: 1440px;
  }
}

.breadcrumb-container + * {
  margin-top: 0;
}

#breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none outside;
  line-height: normal;
  color: #66A4B2;
  font-size: 12px;
}

#breadcrumbs a {
  color: inherit;
}

#breadcrumbs li {
  margin-right: 6px;
}

#breadcrumbs li::after {
  content: '/';
  margin-left: 6px;
}

#breadcrumbs li:last-child {
  margin-right: 0;
}

#breadcrumbs li:last-child::after {
  content: none;
}

#recent-top-products {
  margin-top: 10px;
}

#recent-top-products .col-3-3 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

#recent-top-products .col-3-6 {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

#recent-top-products .col-3-9 {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

#recent-top-products .col-3-12 {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

#recent-top-products .col-3-15 {
  position: relative;
  float: left;
  width: 20%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

#recent-top-products .col-3-18 {
  position: relative;
  float: left;
  width: 16.6666666667%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

#recent-top-products .col-3-21 {
  position: relative;
  float: left;
  width: 14.2857142857%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

#recent-top-products .col-3-24 {
  position: relative;
  float: left;
  width: 12.5%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

#recent-top-products h4 {
  font-size: 16px;
  border: 1px solid #05355f;
  border-width: 1px 0;
  margin: 0 0 20px;
  padding: 8px 0 8px 15px;
  font-weight: normal;
}

#main-footer .footer-forms {
  border: 1px solid #05355f;
  border-width: 1px 0;
  margin-bottom: 20px;
}

#main-footer .footer-form h4 {
  margin: 0 0 10px;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
}

@media (min-width: 768px) {
  #main-footer .footer-form h4 {
    text-align: left;
  }
}

#main-footer .footer-form .inner {
  padding: 20px;
  position: relative;
}

#main-footer .footer-form .inner::after {
  content: '';
  display: none;
  background-repeat: no-repeat;
  background-position: right 50%;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -40px;
  pointer-events: none;
}

@media (min-width: 1440px) {
  #main-footer .footer-form .inner::after {
    display: block;
  }
}

#main-footer .footer-form:last-child .inner {
  padding-top: 0;
}

@media (min-width: 768px) {
  #main-footer .footer-form:last-child .inner {
    padding-top: 20px;
  }
}

@media (min-width: 1440px) {
  #main-footer .footer-form-catalogue form {
    margin-right: 87px;
  }
}

#main-footer .footer-form-catalogue .thumb-catalogue {
  display: none;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -40px;
  pointer-events: none;
}

@media (min-width: 1440px) {
  #main-footer .footer-form-catalogue .thumb-catalogue {
    display: block;
  }
}

#main-footer .footer-form-store .inner::after {
  width: 61px;
  height: 80px;
  background-image: url("/content/img/site/icon-isles-blue.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi) {
  #main-footer .footer-form-store .inner::after {
    background-image: url("/content/img/site/icon-isles-blue_2x.png");
  }
}

@media (min-width: 1440px) {
  #main-footer .footer-form-store form {
    margin-right: 91px;
  }
}

#main-footer .footer-form-newsletter .inner::after {
  width: 80px;
  height: 80px;
  background-image: url("/content/img/site/icon-newsletter-blue.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi) {
  #main-footer .footer-form-newsletter .inner::after {
    background-image: url("/content/img/site/icon-newsletter-blue_2x.png");
  }
}

@media (min-width: 1440px) {
  #main-footer .footer-form-newsletter form {
    margin-right: 110px;
  }
}

#main-footer .footer-help-mobile {
  text-align: center;
}

#main-footer .footer-help-mobile .panel {
  box-shadow: none;
}

#main-footer .footer-help-mobile .panel-heading {
  padding: 0;
  background-color: #c6dae7;
  border-bottom: 0;
  position: relative;
}

#main-footer .footer-help-mobile .panel-heading .glyphicon-wf-accordion {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(90deg);
}

#main-footer .footer-help-mobile .panel-heading a {
  display: block;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
}

#main-footer .footer-help-mobile .panel-heading a.collapsed .glyphicon-wf-accordion {
  transform: rotate(0deg);
}

#main-footer .footer-help-mobile .panel-body {
  border-top: none;
  text-align: left;
  padding: 15px 15px 5px;
}

#main-footer .footer-help-mobile .panel-body ul {
  margin: 0;
  padding: 0;
  list-style: none outside;
}

#main-footer .footer-help-mobile .panel-body li {
  margin: 6px 0;
  padding-bottom: 6px;
  border-bottom: 1px solid #c6dae7;
}

#main-footer .footer-help-mobile .panel-body li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

#main-footer .footer-help .footer-border {
  border-top: 1px solid #05355f;
  padding-bottom: 10px;
}

#main-footer .footer-help h4 {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  #main-footer .footer-help h4 {
    text-align: left;
  }
}

#main-footer .footer-help h4 a {
  text-decoration: none;
}

#main-footer .footer-help .footer-help-col {
  list-style: none outside;
}

#main-footer .footer-help .footer-help-col:first-child {
  margin-bottom: -5px;
}

@media (min-width: 992px) {
  #main-footer .footer-help .footer-help-col:first-child {
    margin-bottom: 10px;
  }
}

#main-footer .footer-help .footer-help-col > li {
  text-align: center;
  font-size: 16px;
  margin: 5px 0;
}

@media (min-width: 768px) {
  #main-footer .footer-help .footer-help-col > li {
    text-align: left;
  }
}

#main-footer .footer-help .footer-help-col .social-icons {
  padding-top: 5px;
}

.card-logos {
  margin-bottom: 10px;
}

.card-logos ul {
  margin: 0;
  padding: 0;
  list-style: none outside;
  text-align: center;
}

.card-logos li {
  width: 47px;
  height: 30px;
  margin: 1px 2px;
  vertical-align: middle;
  display: inline-block;
}

@media (min-width: 768px) {
  .card-logos li {
    margin: 0 5px;
    width: 71px;
    height: 45px;
  }
}

.card-logos li.logo {
  background-repeat: no-repeat;
  background-size: contain;
}

.card-logos li.logo-visa {
  background-image: url("/content/img/site/cards/visa.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi) {
  .card-logos li.logo-visa {
    background-image: url("/content/img/site/cards/visa@2x.png");
  }
}

.card-logos li.logo-mastercard {
  background-image: url("/content/img/site/cards/mastercard.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi) {
  .card-logos li.logo-mastercard {
    background-image: url("/content/img/site/cards/mastercard@2x.png");
  }
}

.card-logos li.logo-paypal {
  background-image: url("/content/img/site/cards/paypal.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi) {
  .card-logos li.logo-paypal {
    background-image: url("/content/img/site/cards/paypal@2x.png");
  }
}

.card-logos li.logo-amazon {
  background-image: url("/content/img/site/cards/amazon.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi) {
  .card-logos li.logo-amazon {
    background-image: url("/content/img/site/cards/amazon@2x.png");
  }
}

.card-logos li.logo-thawte {
  width: auto !important;
  height: auto !important;
}

.card-logos li.logo-thawte img {
  height: 30px;
}

@media (min-width: 768px) {
  .card-logos li.logo-thawte img {
    height: auto;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi) {
  .card-logos li.logo-thawte img {
    height: 30px;
  }
}

.card-logos .credits {
  text-align: center;
  font-size: 14px;
}

.card-logos-basket ul {
  text-align: left;
}

@media (min-width: 768px) {
  .card-logos-basket ul {
    text-align: right;
  }
}

.social-icons {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none outside;
}

.social-icons li {
  margin: 0 4px 0 0;
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
}

.social-icons li:last-child {
  margin-right: 0;
}

.social-icons a {
  display: inline-block;
  color: #fff;
}

.social-icons .icon-facebook {
  background-color: #3b5998;
}

.social-icons .icon-facebook:hover {
  background-color: #2d4373;
}

.social-icons .icon-instagram {
  background-color: #c32aa3;
}

.social-icons .icon-instagram:hover {
  background-color: #992180;
}

.social-icons .icon-pinterest {
  background-color: #bd081c;
}

.social-icons .icon-pinterest:hover {
  background-color: #8c0615;
}

.social-icons .icon-twitter {
  background-color: #1da1f2;
}

.social-icons .icon-twitter:hover {
  background-color: #0c85d0;
}

.rating {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: relative;
  letter-spacing: 2px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rating::before, .rating .stars::after {
  content: '\e006\e006\e006\e006\e006';
  white-space: nowrap;
}

.rating::before {
  color: #c6dae7;
}

.rating .stars {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.rating .stars::after {
  color: #05355f;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
}

form.form-special {
  position: relative;
}

form.form-special input[type=text] {
  background-color: #c6dae7;
}

form.form-special button {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #00927e;
  border: none;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  cursor: pointer;
}

form.form-special button::before, form.form-special button::after {
  display: block;
  width: 34px;
  height: 34px;
  background-color: #00927e;
  position: absolute;
  top: 0;
  line-height: 34px;
  text-align: center;
  transition: left 200ms ease;
}

form.form-special button::before {
  content: 'go';
  left: 0;
}

form.form-special button::after {
  content: '>';
  left: 100%;
  font-weight: bold;
}

form.form-special button:hover::before {
  left: -100%;
}

form.form-special button:hover::after {
  left: 0;
}

#modal-subscribe {
  text-align: center;
  position: relative;
  padding: 10px;
  border: 3px solid #05355f;
  display: none;
  max-width: 370px;
}

@media (min-width: 768px) {
  #modal-subscribe {
    padding-top: 30px;
  }
}

#modal-subscribe h2 {
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: normal;
}

@media (min-width: 768px) {
  #modal-subscribe h2 {
    font-size: 50px;
    margin-bottom: 20px;
  }
}

#modal-subscribe p.large-text {
  font-size: 14px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  #modal-subscribe p.large-text {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

#modal-subscribe p.small-text {
  font-size: 12px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  #modal-subscribe p.small-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

#modal-subscribe p.highlight-text {
  font-size: 14px;
  color: #00927e;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  #modal-subscribe p.highlight-text {
    font-size: 22px;
  }
}

#modal-subscribe form {
  width: 90%;
  margin: 0 auto 20px;
}

@media (min-width: 768px) {
  #modal-subscribe form {
    width: 75%;
  }
}

.glyphicon-wf-accordion {
  width: 17px;
  height: 17px;
  margin-top: -8px;
  border-radius: 100%;
  line-height: 17px;
  text-align: center;
  background-color: #05355f;
  color: #fff;
  font-size: 7px;
  pointer-events: none;
}

#modal-basket-notification {
  width: 300px;
  padding: 10px;
  background-color: #fff;
}

#modal-basket-notification h2 {
  background-color: #c6dae7;
  padding: 10px;
  font-size: 18px;
}

#modal-basket-notification p {
  margin-bottom: 15px;
  font-size: 18px;
}

#modal-basket-notification img {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  #modal-basket-notification .btn {
    margin-right: 10px;
  }
}

#modal-basket-notification .btn:last-child {
  margin-right: 0;
}

#modal-basket-notification .basket-notification-buttons {
  text-align: center;
}

#reviews-footer {
  margin-top: 20px;
  text-align: center;
}

#badge-140 {
  display: inline-block;
  width: 140px;
  margin: 20px 0;
}

#carousel-widget-810 {
  width: 100%;
}

#main-nav > li > a.sale-category-nav-link, .mm-menu .mm-listview > li > .sale-category-nav-link {
  color: #ff2828;
}

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

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

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

.row-flex {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

.row-flex.allow-wrap {
  flex-wrap: wrap;
}

.btn-unset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  text-align: left;
  background: none;
  background-color: transparent;
  box-shadow: none;
  box-sizing: border-box;
}

label {
  font-weight: normal;
}

label.label-required::after {
  content: ' *';
}

.form-horizontal .control-label {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .form-horizontal .control-label {
    width: 25%;
  }
}

@media (min-width: 1440px) {
  .form-horizontal .control-label {
    width: 25%;
  }
}

.form-horizontal .controls-label-offset {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .form-horizontal .controls-label-offset {
    margin-left: 25%;
  }
}

@media (min-width: 992px) {
  .form-horizontal .controls-label-offset {
    margin-left: 25%;
  }
}

@media (min-width: 1440px) {
  .form-horizontal .controls-label-offset {
    margin-left: 25%;
  }
}

.form-horizontal .controls {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .form-horizontal .controls {
    width: 33.3333333333%;
  }
}

@media (min-width: 992px) {
  .form-horizontal .controls {
    width: 33.3333333333%;
  }
}

@media (min-width: 1440px) {
  .form-horizontal .controls {
    width: 33.3333333333%;
  }
}

.form-horizontal .controls-xs {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .form-horizontal .controls-xs {
    width: 16.6666666667%;
  }
}

@media (min-width: 992px) {
  .form-horizontal .controls-xs {
    width: 16.6666666667%;
  }
}

@media (min-width: 1440px) {
  .form-horizontal .controls-xs {
    width: 16.6666666667%;
  }
}

.form-horizontal .controls-sm {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .form-horizontal .controls-sm {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .form-horizontal .controls-sm {
    width: 25%;
  }
}

@media (min-width: 1440px) {
  .form-horizontal .controls-sm {
    width: 25%;
  }
}

.form-horizontal .controls-md {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .form-horizontal .controls-md {
    width: 41.6666666667%;
  }
}

@media (min-width: 992px) {
  .form-horizontal .controls-md {
    width: 41.6666666667%;
  }
}

@media (min-width: 1440px) {
  .form-horizontal .controls-md {
    width: 41.6666666667%;
  }
}

.form-horizontal .controls-lg {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .form-horizontal .controls-lg {
    width: 75%;
  }
}

@media (min-width: 992px) {
  .form-horizontal .controls-lg {
    width: 75%;
  }
}

@media (min-width: 1440px) {
  .form-horizontal .controls-lg {
    width: 75%;
  }
}

.form-horizontal .field-validation-error {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0%;
}

@media (min-width: 768px) {
  .form-horizontal .field-validation-error {
    width: 75%;
  }
}

@media (min-width: 992px) {
  .form-horizontal .field-validation-error {
    width: 75%;
  }
}

@media (min-width: 1440px) {
  .form-horizontal .field-validation-error {
    width: 75%;
  }
}

@media (min-width: 768px) {
  .form-horizontal .field-validation-error {
    margin-left: 25%;
  }
}

@media (min-width: 992px) {
  .form-horizontal .field-validation-error {
    margin-left: 25%;
  }
}

@media (min-width: 1440px) {
  .form-horizontal .field-validation-error {
    margin-left: 25%;
  }
}

.field-validation-error {
  display: inline-block;
  padding-top: 2px;
  color: #a94442;
  font-weight: bold;
}

.validation-summary-errors {
  color: #a94442;
}

.validation-summary-errors ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none outside;
}

.custom-form .alert {
  display: none;
}

.form-group-no-margin {
  margin-bottom: 0;
}

.form-control-unset {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control-inline {
  width: auto;
  display: inline-block;
  margin-right: 5px;
}

.alert.custom-form-alert-dob-failure {
  margin-top: 5px;
  margin-bottom: 0;
}

.progress-select {
  margin-top: 10px;
}

.checkout-progress {
  margin: 10px 0 20px;
  overflow: hidden;
}

.checkout-progress:before, .checkout-progress:after {
  display: table;
  content: " ";
}

.checkout-progress:after {
  clear: both;
}

.checkout-progress .glyphicon {
  position: absolute;
  left: 32px;
  top: 50%;
  margin-top: -.5em;
  color: #00927e;
}

.checkout-progress ol {
  margin: 0;
  padding: 0;
  text-align: center;
}

.checkout-progress li {
  display: block;
  padding: 0 15px 0 60px;
  height: 40px;
  line-height: 40px;
  list-style: none outside;
  float: left;
  position: relative;
  background-color: #CEDEE7;
  color: #05355f;
  font-size: 12px;
}

.checkout-progress li::before {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  left: 30px;
  border-radius: 50%;
  background-color: #05355f;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.checkout-progress li:nth-child(1) {
  padding-left: 45px;
  z-index: 4;
}

.checkout-progress li:nth-child(1) .glyphicon {
  left: 18px;
}

.checkout-progress li:nth-child(1)::before {
  content: "1";
  left: 15px;
}

.checkout-progress li:nth-child(2) {
  z-index: 3;
}

.checkout-progress li:nth-child(2)::before {
  content: "2";
}

.checkout-progress li:nth-child(3) {
  z-index: 2;
}

.checkout-progress li:nth-child(3)::before {
  content: "3";
}

.checkout-progress li:nth-child(4) {
  z-index: 1;
}

.checkout-progress li:nth-child(4)::before {
  content: "4";
}

.checkout-progress .chevron {
  position: absolute;
  top: 0;
  right: -14px;
  display: block;
  border: 20px solid transparent;
  border-right: 0;
  border-left: 14px solid #fff;
}

.checkout-progress .chevron::before {
  position: absolute;
  top: -20px;
  right: 1px;
  display: block;
  border: 20px solid transparent;
  border-right: 0;
  border-left: 14px solid #CEDEE7;
  content: ' ';
}

.checkout-progress li:last-child .chevron {
  border-left-color: #CEDEE7;
}

.checkout-progress .current {
  background-color: #05355f;
  color: #fff;
}

.checkout-progress .current::before {
  background-color: #fff;
  color: #05355f;
}

.checkout-progress .current a {
  color: #fff;
}

.checkout-progress .current .chevron {
  border-left-color: #05355f !important;
}

.checkout-progress .current .chevron::before {
  display: none;
}

.checkout-progress .complete::before {
  display: none;
}

.checkout-progress .complete a {
  color: #05355f;
}

.checkout-options {
  margin-top: 20px;
}

.checkout-options .form-horizontal label {
  text-align: left;
}

.checkout-options .payment-icons {
  margin-bottom: 20px;
}

.login-form .control-label {
  width: 100%;
}

@media (min-width: 768px) {
  .login-form .control-label {
    width: 35%;
  }
}

.login-form .controls {
  width: 100%;
}

@media (min-width: 768px) {
  .login-form .controls {
    width: 65%;
  }
}

@media (min-width: 768px) {
  .login-form .col-custom-offset {
    margin-left: 35%;
  }
}

.login-form .has-password, .login-form .no-password {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.login-form .has-password.active, .login-form .no-password.active {
  background-color: #ddd;
}

.login-form .has-password label, .login-form .no-password label {
  display: block;
  margin-bottom: 0;
}

.login-form .has-password input, .login-form .no-password input {
  margin-right: 10px;
  margin-top: 0;
  vertical-align: sub;
}

.login-form .no-password {
  margin-bottom: 0;
}

.box-payment-method {
  padding-bottom: 200px;
  position: relative;
}

.payment-method-options {
  position: absolute;
  bottom: 20px;
  width: 300px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

@media (min-width: 768px) {
  .payment-method-options {
    right: 20px;
    left: auto;
  }
}

.payment-method-options h4 {
  margin-bottom: 15px;
}

.payment-method-options .checkbox + .checkbox {
  margin-top: 0;
}

.payment-method-options .payment-button {
  display: block;
  margin-top: 30px;
}

.payment-method-options .payment-button img {
  vertical-align: top;
}

.checkout-address {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .checkout-address {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .checkout-address {
    width: 29.1666666667%;
  }
}

@media (min-width: 1440px) {
  .checkout-address {
    width: 29.1666666667%;
  }
}

.checkout-password {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .checkout-password {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .checkout-password {
    width: 20.8333333333%;
  }
}

@media (min-width: 1440px) {
  .checkout-password {
    width: 20.8333333333%;
  }
}

.checkout-address-static {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .checkout-address-static {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .checkout-address-static {
    width: 25%;
  }
}

@media (min-width: 1440px) {
  .checkout-address-static {
    width: 25%;
  }
}

.address-selector {
  margin: 0;
  padding: 0;
  list-style: none outside;
}

.address-selector .address, .address-selector .address-no-hover {
  border: 1px solid #8299A5;
  padding: 10px;
  margin: 20px 0;
}

@media (min-width: 992px) {
  .address-selector .address, .address-selector .address-no-hover {
    padding: 20px;
  }
}

.address-selector .address .selected, .address-selector .address-no-hover .selected {
  background-color: #CEDEE7;
}

.address-selector .address input[type="radio"], .address-selector .address-no-hover input[type="radio"] {
  margin: -1px 10px 0 0;
  vertical-align: middle;
}

.address-selector .address span, .address-selector .address-no-hover span {
  display: block;
  float: right;
  margin-top: -5px;
}

.address-selector .address .editcontact, .address-selector .address .deletecontact, .address-selector .address-no-hover .editcontact, .address-selector .address-no-hover .deletecontact {
  margin-left: 10px;
}

.address-selector .address p, .address-selector .address-no-hover p {
  margin: 0;
}

.address-selector .address form, .address-selector .address-no-hover form {
  display: inline-block;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .address-selector .address form, .address-selector .address-no-hover form {
    float: right;
    margin: -5px 0 0 10px;
  }
}

.address-selector .address {
  cursor: pointer;
}

.address-selector .address:hover {
  background-color: #CEDEE7;
}

.address-controls {
  float: left;
  margin-right: 10px;
}

@media (min-width: 992px) {
  .address-controls {
    float: right;
    margin: 0;
  }
}

.address-controls form {
  display: inline-block;
}

.radio-hide {
  position: absolute;
  top: -10em;
  left: -10em;
  opacity: 0;
}

#billing-form {
  margin: 20px 0;
}

.password-form .inner {
  padding: 20px 0 0;
  border: 1px solid #05355f;
  border-width: 1px 0 0 0;
}

@media (min-width: 992px) {
  .password-form .inner {
    padding: 20px 20px 5px;
    border-width: 1px;
  }
}

.password-form .controls.controls-full {
  width: 100%;
}

@media (min-width: 768px) {
  .password-form .controls.controls-full {
    width: 75%;
  }
}

@media (min-width: 992px) {
  .password-form .controls.controls-full {
    width: 100%;
  }
}

.password-form .controls-label-offset {
  margin-left: 0;
}

@media (min-width: 768px) {
  .password-form .controls-label-offset {
    margin-left: 25%;
  }
}

@media (min-width: 992px) {
  .password-form .controls-label-offset {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .password-form .control-label {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
  }
  .password-form .controls {
    width: 60%;
  }
  .password-form .field-validation-error {
    margin-left: 0;
    width: 100%;
  }
}

.password-form-lg {
  margin-bottom: 20px;
}

.password-form-lg .inner {
  border: 1px solid #8299A5;
  background-color: #f5f7f9;
  padding: 20px 20px 5px;
}

.validation-summary-errors {
  margin-top: 10px;
}

.order-summary .signup-box {
  border: 1px solid #05355f;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 5px;
}

.order-summary .signup-box h4 {
  margin: 0 0 15px;
}

.order-summary .signup-box form {
  margin-bottom: -10px;
}

.order-summary .btn-dosignups {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .order-summary .btn-dosignups {
    position: absolute;
    right: 20px;
    bottom: 10px;
  }
}

#gutscheinconnection-container img {
  max-width: 100% \9;
  max-width: 100%;
  height: auto;
}

.accept-terms {
  font-weight: bold;
}

.accept-terms a {
  text-decoration: underline;
}

.amazon-checkout-loader {
  display: none;
  float: left;
  width: 100%;
  height: 100%;
}

.amazon-checkout-errors .alert {
  font-weight: bold;
  margin-top: 20px;
}

.amazon-checkout-errors-hidden {
  display: none;
}

#logout-form {
  float: left;
  margin-right: 10px;
}

#find-a-store-form .groups {
  margin-bottom: 10px;
}

#find-a-store-form .group {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  #find-a-store-form .group {
    width: 50%;
    float: left;
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  #find-a-store-form .group {
    width: 25%;
  }
}

#find-a-store-form .group-remaining {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  #find-a-store-form .group-remaining {
    width: 50%;
    margin-bottom: -50px;
    float: left;
  }
}

@media (min-width: 992px) {
  #find-a-store-form .group-remaining .inner {
    margin-top: -13px;
  }
}

#find-a-store-form .checkbox-inline {
  min-width: 80px;
  margin-left: 0;
  margin-right: 10px;
}

#find-a-store-form .checkbox-narrow {
  min-width: 60px;
}

#store-locator-map-canvas {
  margin: 20px 0;
  padding-bottom: 80%;
}

@media (min-width: 768px) {
  #store-locator-map-canvas {
    padding-bottom: 50%;
  }
}

@media (min-width: 992px) {
  #store-locator-map-canvas {
    padding-bottom: 40%;
  }
}

@media (min-width: 1440px) {
  #store-locator-map-canvas {
    padding-bottom: 30%;
  }
}

#store-locator-map-canvas .gm-iw-content a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}

#store-locator-results, #address-suggestions {
  margin-bottom: -20px;
}

#store-locator-results ul, #address-suggestions ul {
  margin: 0;
  padding: 0;
  list-style: none outside;
  font-size: 16px;
}

#store-locator-results li, #address-suggestions li {
  margin-bottom: 20px;
}

#store-locator-results li span, #address-suggestions li span {
  opacity: 0.6;
}

@media (min-width: 992px) {
  #store-locator-results li span, #address-suggestions li span {
    float: right;
  }
}

.find-a-store-form-wrapper {
  margin-bottom: 20px;
}

#address-suggestions {
  margin-top: 20px;
}

.main-header-store img {
  margin-top: 20px;
  max-height: 120px;
}

#storesignup table, #storesignup form {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#storesignup table {
  font-size: 11px;
}

#storesignup .well form {
  margin-bottom: -15px;
}

#storesignup .sign-up-form label {
  font-size: 16px;
  text-align: left;
}

#storesignup .sign-up-form .submit-container {
  margin-bottom: 15px;
  text-align: right;
}

#storesignup #CatalogueIssued {
  margin-top: 10px;
}

.simple .breadcrumb-container {
  padding: 20px 0 20px 0;
}

.simple #breadcrumbs li {
  font-size: 30px;
  color: #636363;
}

.simple #breadcrumbs li a {
  text-decoration: underline;
  color: #636363;
}

.simple #breadcrumbs li::after {
  content: '» ';
}

.simple #breadcrumbs li:last-child::after {
  content: '';
}

.delivery-tabs {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .delivery-tabs {
    display: flex;
  }
}

.delivery-tabs li {
  padding: 0;
  margin: 20px 0 0 0;
}

@media (min-width: 768px) {
  .delivery-tabs li {
    margin-top: 0;
    width: 50%;
    display: flex;
  }
  .delivery-tabs li:first-child {
    margin-right: 10px;
  }
  .delivery-tabs li:last-child {
    margin-left: 10px;
  }
}

.delivery-tabs li a {
  display: block;
  font-weight: bold;
  font-size: 22px;
  padding: 10px 20px;
  border: solid 1px #ccc;
  border-radius: 4px;
  width: 100%;
}

.delivery-tab-selected {
  background-color: #CEDEE7;
}

#delivery-click-and-collect {
  display: none;
  position: relative;
  height: 500px;
  margin-top: 20px;
  border: solid 1px #ccc;
  border-radius: 4px;
}

#delivery-click-and-collect-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#delivery-click-and-collect-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

@media (min-width: 768px) {
  #delivery-click-and-collect-overlay {
    top: 65px;
    left: 0;
    width: 300px;
    margin-right: 10px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

#delivery-click-and-collect-overlay::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(185, 185, 185, 0.3);
  border-radius: 10px;
  margin: 0 0 10px 0;
}

#delivery-click-and-collect-overlay::-webkit-scrollbar {
  width: 12px;
}

#delivery-click-and-collect-overlay::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #676767;
}

#delivery-click-and-collect-overlay .destinations .slick-track {
  display: flex;
  align-items: baseline;
}

#delivery-click-and-collect-overlay .destinations .custom-slick-prev, #delivery-click-and-collect-overlay .destinations .custom-slick-next {
  position: absolute;
  display: flex !important;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 26px;
  z-index: 1000;
  top: auto;
  bottom: 35px;
  width: 50px;
  height: 50px;
}

#delivery-click-and-collect-overlay .destinations .custom-slick-prev:before, #delivery-click-and-collect-overlay .destinations .custom-slick-next:before {
  color: #fff;
  font-size: 40px;
}

#delivery-click-and-collect-overlay .destinations .custom-slick-next {
  right: 10px;
}

#delivery-click-and-collect-overlay .destinations .custom-slick-prev {
  left: 10px;
}

.destination-search {
  position: absolute;
  width: 75%;
  top: 10px;
  left: 10px;
  right: 10px;
}

@media (min-width: 768px) {
  .destination-search {
    width: 268px;
  }
}

.destination-search input[type=search] {
  height: 50px;
  padding: 0 80px 0 10px;
  color: #05355f;
  border-radius: 4px;
  border-color: #476171;
  font-size: 14px;
}

.destination-search input[type=search]::-moz-placeholder {
  color: #05355f;
}

.destination-search input[type=search]:-ms-input-placeholder {
  color: #05355f;
}

.destination-search input[type=search]::-ms-input-placeholder {
  color: #05355f;
}

.destination-search input[type=search]::placeholder {
  color: #05355f;
}

.destination-search button {
  width: 80px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #fff;
  background-color: #05355f;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.delivery-click-and-collect-destination {
  background-color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  margin: 0 75px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

@media (min-width: 768px) {
  .delivery-click-and-collect-destination {
    display: block;
    margin: 0 10px 10px 10px;
  }
}

.delivery-click-and-collect-destination h3 {
  margin: 0;
  padding: 10px 10px 0 10px;
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .delivery-click-and-collect-destination h3 {
    padding: 10px 10px 0 10px;
  }
}

.delivery-click-and-collect-destination h3 span {
  display: inline-block;
  text-align: center;
}

.delivery-click-and-collect-destination h3 img {
  vertical-align: top;
  margin: 0 auto;
  margin-bottom: 10px;
}

.delivery-click-and-collect-destination h3.error {
  color: #CC0000;
  padding-bottom: 10px;
  font-size: 21px;
}

.delivery-click-and-collect-destination p {
  margin: 0;
  padding: 5px 10px;
}

.delivery-click-and-collect-destination table {
  margin: 5px auto;
}

.delivery-click-and-collect-destination table th, .delivery-click-and-collect-destination table td {
  font-size: 12px;
  padding: 2px 5px;
  text-align: left;
}

.delivery-click-and-collect-destination .destination-detail.destination-detail-hidden {
  display: none;
}

.delivery-click-and-collect-destination button {
  width: 100%;
  background-color: #05355f;
  color: #fff;
  font-weight: bold;
  border: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px;
  font-size: 18px;
  margin-top: 5px;
}

.click-collect-square {
  background: #fff;
  border: solid 2px #ccc;
  border-radius: 4px;
  width: 100%;
  padding: 2px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 22px;
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.click-collect-label {
  font-weight: bold;
  font-size: 22px;
}

.click-collect-text {
  width: 50%;
  font-weight: bold;
  border: solid 2px #ccc;
  border-radius: 4px;
  padding: 10px;
  font-size: 18px;
  margin-top: 5px;
}

.click-collect-content {
  width: 50%;
  padding: 10px;
  font-size: 16px;
  margin-top: 5px;
}

#amazon-address-book-widget {
  min-width: 300px;
  min-height: 228px;
  max-height: 400px;
}

#amazon-wallet-widget {
  min-width: 300px;
  min-height: 228px;
  max-height: 400px;
}

/* Smartphone and small window */
#amazon-address-book-widget {
  width: 100%;
  height: 228px;
}

#amazon-wallet-widget {
  width: 100%;
  height: 228px;
}

.amazon-checkout-billing-continue {
  padding-top: 20px;
}

.asset-text .wp-content a {
  color: #00334e;
}

.accord {
  background: #FFF;
  cursor: pointer;
  padding: 0 10px;
  width: 100%;
  text-align: left;
  border: solid #00334e;
  border-width: 1px 0 0;
  outline: none;
  transition: 0.8s;
}

.accord-group {
  border-bottom: 1px solid #00334e;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accord:hover {
  background-color: #C6DAE5;
}

/* Style the accordion accpan. Note: hidden by default */
.accpan {
  padding: 10px;
  background-color: white;
  display: none;
  overflow: hidden;
  border: solid #00334e;
  border-width: 1px 0 0;
}

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

.accpan a {
  color: #64ccc9;
}

.accpan a:hover {
  color: #00617f;
}

.service-bar {
  background-color: #D8E3E9;
  text-align: center;
}

@media (max-width: 1439px) {
  .service-bar {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .service-bar {
    font-size: 10px;
  }
}

.service-bar__inner {
  padding: 6px 0;
}

@media (min-width: 768px) {
  .service-bar__inner {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .service-bar__group ul li:not(:last-of-type) {
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .service-bar__group ul li:not(:last-of-type) {
    margin-right: 40px;
  }
}

.service-bar ul {
  display: flex;
  list-style: none outside;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}

.service-bar ul::before, .service-bar ul::after {
  content: '';
  display: block;
}

.header-main {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-main {
    position: relative;
  }
}

.header-main ul {
  list-style: none outside;
  margin: 0;
  padding: 0;
}

.header-main__wrapper {
  position: relative;
}

.header-main__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr -webkit-max-content 1fr;
  -ms-grid-columns: 1fr max-content 1fr;
  grid-template: "left logo right" auto / 1fr -webkit-max-content 1fr;
  grid-template: "left logo right" auto / 1fr max-content 1fr;
}

.header-main__logo {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: logo;
  padding: 12px 0;
}

@media (min-width: 768px) {
  .header-main__logo {
    padding: 15px 0;
  }
}

.header-main__logo img {
  width: 100px;
}

@media (min-width: 1440px) {
  .header-main__logo img {
    width: 120px;
  }
}

.header-main__section .icon-nav {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-main__section .icon-nav li {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-main__section .icon-nav li[class*=nav-item-]:not(.open) > .header-dropdown {
  display: none;
}

.header-main__section .icon-nav li:not(:last-of-type) {
  margin-right: 20px;
}

@media (min-width: 1440px) {
  .header-main__section .icon-nav li:not(:last-of-type) {
    margin-right: 40px;
  }
}

.header-main__section .icon-nav li > button, .header-main__section .icon-nav li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  line-height: normal;
}

@media (min-width: 768px) {
  .header-main__section .icon-nav .nav-item-basket {
    position: relative;
  }
}

.header-main__section .icon-nav .nav-item-basket .icon-label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.header-main__section .icon-nav .nav-item-basket .quip {
  display: inline-block;
  padding: 2px 5px;
  position: absolute;
  white-space: nowrap;
  z-index: 10;
  color: #05355f;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-main__section .icon-nav .nav-item-basket .quip {
    top: -2px;
    left: calc(0px - 50%);
  }
}

.header-main__section .icon-nav .nav-item-basket .quip:not(.quip--visible) {
  display: none;
}

.header-main__section .icon-nav .nav-item-basket .quip::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 2px;
  background-color: #D8E3E9;
  -webkit-animation: skew-in-x 1s 0s 1 cubic-bezier(0.86, 0, 0.07, 1) backwards, skew-out-x 1s 6s 1 cubic-bezier(0.86, 0, 0.07, 1) forwards;
  animation: skew-in-x 1s 0s 1 cubic-bezier(0.86, 0, 0.07, 1) backwards, skew-out-x 1s 6s 1 cubic-bezier(0.86, 0, 0.07, 1) forwards;
}

.header-main__section .icon-nav .nav-item-basket .quip span {
  opacity: 1;
  -webkit-animation: fade-in 1s 0.2s 1 cubic-bezier(0.86, 0, 0.07, 1) backwards, fade-out 1s 5.8s 1 cubic-bezier(0.86, 0, 0.07, 1) forwards;
  animation: fade-in 1s 0.2s 1 cubic-bezier(0.86, 0, 0.07, 1) backwards, fade-out 1s 5.8s 1 cubic-bezier(0.86, 0, 0.07, 1) forwards;
}

.header-main__section .icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 768px) {
  .header-main__section .icon {
    width: 25px;
    height: 25px;
    margin-bottom: 4px;
  }
}

@media (min-width: 1440px) {
  .header-main__section .icon {
    width: 25px;
    height: 25px;
  }
}

.header-main__section .icon-search {
  background-image: url("/Content/Img/Site/icon-search.svg");
}

.header-main__section .icon-account {
  background-image: url("/Content/Img/Site/icon-account.svg");
}

.header-main__section .icon-basket {
  position: relative;
  transform: scale(1.1);
  transform-origin: bottom;
  background-image: url("/Content/Img/Site/icon-basket-empty.svg");
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-main__section .icon-basket {
    transform: scale(1);
  }
}

.header-main__section .icon-basket:not([data-count="0"]) {
  background-image: url("/Content/Img/Site/icon-basket.svg");
}

.header-main__section .icon-basket:not([data-count="0"])::after {
  border: none;
  background-color: #D8E3E9;
  color: #05355f;
}

.header-main__section .icon-basket::after {
  content: attr(data-count);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -6px;
  width: 18px;
  height: 18px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #05355f;
  transform: scale(0.9);
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-main__section .icon-basket::after {
    transform: scale(1);
  }
}

.header-main__section .icon-menu {
  background-image: url("/Content/Img/Site/icon-hamburger.svg");
}

.header-main__section .icon-menu--open {
  background-image: url("/Content/Img/Site/icon-close.svg");
}

.header-main__section--left {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: left;
}

@media (min-width: 768px) {
  .header-main__section--left .icon-nav {
    display: none;
  }
}

.header-main__section--right {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: right;
}

.header-main__section--right .icon-nav {
  justify-content: flex-end;
}

.header-main__dropdown {
  position: absolute;
  top: 100%;
  max-height: calc(75vh - 100%);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
}

.header-main__dropdown.has-border {
  border-top: 1px solid #A7BFCA;
}

.header-main__dropdown.has-shadow {
  box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.4);
}

.header-main__dropdown > * {
  -webkit-animation: fade-in-ttb 0.6s 1 cubic-bezier(0.075, 0.82, 0.165, 1) backwards;
  animation: fade-in-ttb 0.6s 1 cubic-bezier(0.075, 0.82, 0.165, 1) backwards;
}

li:not(.open) > .header-main__dropdown {
  display: none;
}

.nav-main {
  grid-area: nav;
  height: 100%;
}

.nav-main > ul {
  display: flex;
  height: 100%;
  margin-left: -5px;
}

@media (min-width: 1440px) {
  .nav-main > ul {
    margin-left: -10px;
  }
}

.nav-main > ul > li:not(:last-of-type) {
  margin-right: 10px;
}

.nav-main > ul > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 5px;
  position: relative;
  z-index: 10;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .nav-main > ul > li > a {
    font-size: 16px;
  }
}

@media (min-width: 1440px) {
  .nav-main > ul > li > a {
    padding: 0 10px;
  }
}

.nav-main > ul > li > a::after {
  content: '';
  display: none;
  position: absolute;
  top: calc(100% - 14px);
  left: calc(50% - 8.5px);
  width: 15px;
  height: 15px;
  border: solid #A7BFCA;
  border-width: 0 1px 1px 0;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: bottom left;
}

.nav-main > ul > li.open > a {
  text-decoration: underline;
  color: #010c16;
}

.nav-main > ul > li.open > a::after {
  display: block;
}

.nav-main .dropdown-nav h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
}

.nav-main .dropdown-nav li {
  padding: 2px 0;
}

.nav-main .dropdown-nav__column {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .nav-main .dropdown-nav__column {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .nav-main .dropdown-nav__column {
    width: 25%;
  }
}

@media (min-width: 1440px) {
  .nav-main .dropdown-nav__column {
    width: 25%;
  }
}

.nav-main .dropdown-nav__column--spread-2 {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .nav-main .dropdown-nav__column--spread-2 {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .nav-main .dropdown-nav__column--spread-2 {
    width: 50%;
  }
}

@media (min-width: 1440px) {
  .nav-main .dropdown-nav__column--spread-2 {
    width: 50%;
  }
}

.nav-main .dropdown-nav__column--spread-2 ul {
  -moz-columns: 2;
  columns: 2;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.dropdown-nav, .dropdown-search {
  right: 0;
  left: 0;
  padding: 40px 0;
}

.dropdown-search:not(.open) {
  display: none;
}

.dropdown-search form {
  display: flex;
  justify-content: flex-end;
}

.dropdown-search form #header-search-input {
  flex-basis: 400px;
}

.dropdown-basket-summary {
  right: 0;
  left: 0;
  padding: 20px 20px 10px;
}

@media (min-width: 768px) {
  .dropdown-basket-summary {
    left: auto;
    width: 340px;
  }
}

.dropdown-basket-summary table {
  width: 100%;
}

.dropdown-basket-summary table td {
  padding: 10px 0;
}

.dropdown-basket-summary table td img {
  width: 90px;
  margin-right: 10px;
}

.dropdown-basket-summary table td p {
  font-size: 12px;
}

@media (min-width: 768px) {
  .dropdown-basket-summary table td p {
    font-size: 14px;
  }
}

.dropdown-basket-summary table td p:last-child {
  margin-bottom: 0;
}

.dropdown-basket-summary .line-break {
  margin: 20px 0 10px;
  border-top: 2px solid #476171;
}

.dropdown-basket-summary .brief {
  width: 100%;
  max-width: 300px;
  display: inline-block;
}

@media (min-width: 768px) {
  .dropdown-basket-summary .brief {
    width: 200px;
    max-width: none;
  }
}

.dropdown-basket-summary .brief p {
  font-size: 22px;
  line-height: normal;
}

.dropdown-basket-summary .brief p span {
  float: right;
}

.dropdown-basket-summary .brief .btn {
  display: block;
}

.promo-bar {
  min-height: 1px;
  background-color: #66A4B2;
  color: #fff;
  text-align: center;
}

@media (max-width: 1439px) {
  .promo-bar {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .promo-bar {
    font-size: 10px;
  }
}

.promo-bar strong {
  color: #05355f;
}

.promo-bar__inner {
  margin: 6px 0;
}

.btn-outline-blue-light{color:#05355f;background-color:transparent;border-color:#a7bfca}.btn-outline-blue-light.focus,.btn-outline-blue-light:focus{color:#05355f;background-color:rgba(0,0,0,0);border-color:#5b8497}.btn-outline-blue-light:hover{color:#05355f;background-color:rgba(0,0,0,0);border-color:#81a3b3}.btn-outline-blue-light.active,.btn-outline-blue-light:active,.open>.btn-outline-blue-light.dropdown-toggle{color:#05355f;background-color:rgba(0,0,0,0);background-image:none;border-color:#81a3b3}.btn-outline-blue-light.active.focus,.btn-outline-blue-light.active:focus,.btn-outline-blue-light.active:hover,.btn-outline-blue-light:active.focus,.btn-outline-blue-light:active:focus,.btn-outline-blue-light:active:hover,.open>.btn-outline-blue-light.dropdown-toggle.focus,.open>.btn-outline-blue-light.dropdown-toggle:focus,.open>.btn-outline-blue-light.dropdown-toggle:hover{color:#05355f;background-color:rgba(0,0,0,0);border-color:#5b8497}.btn-outline-blue-light.disabled.focus,.btn-outline-blue-light.disabled:focus,.btn-outline-blue-light.disabled:hover,.btn-outline-blue-light[disabled].focus,.btn-outline-blue-light[disabled]:focus,.btn-outline-blue-light[disabled]:hover,fieldset[disabled] .btn-outline-blue-light.focus,fieldset[disabled] .btn-outline-blue-light:focus,fieldset[disabled] .btn-outline-blue-light:hover{background-color:transparent;border-color:#a7bfca}.btn-outline-blue-light .badge{color:transparent;background-color:#05355f}.btn-outline-blue{color:#05355f;background-color:transparent;border-color:#05355f}.btn-outline-blue.focus,.btn-outline-blue:focus{color:#05355f;background-color:rgba(0,0,0,0);border-color:#000}.btn-outline-blue:hover{color:#05355f;background-color:rgba(0,0,0,0);border-color:#021525}.btn-outline-blue.active,.btn-outline-blue:active,.open>.btn-outline-blue.dropdown-toggle{color:#05355f;background-color:rgba(0,0,0,0);background-image:none;border-color:#021525}.btn-outline-blue.active.focus,.btn-outline-blue.active:focus,.btn-outline-blue.active:hover,.btn-outline-blue:active.focus,.btn-outline-blue:active:focus,.btn-outline-blue:active:hover,.open>.btn-outline-blue.dropdown-toggle.focus,.open>.btn-outline-blue.dropdown-toggle:focus,.open>.btn-outline-blue.dropdown-toggle:hover{color:#05355f;background-color:rgba(0,0,0,0);border-color:#000}.btn-outline-blue.disabled.focus,.btn-outline-blue.disabled:focus,.btn-outline-blue.disabled:hover,.btn-outline-blue[disabled].focus,.btn-outline-blue[disabled]:focus,.btn-outline-blue[disabled]:hover,fieldset[disabled] .btn-outline-blue.focus,fieldset[disabled] .btn-outline-blue:focus,fieldset[disabled] .btn-outline-blue:hover{background-color:transparent;border-color:#05355f}.btn-outline-blue .badge{color:transparent;background-color:#05355f}.btn-unset{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;cursor:pointer;border:none;outline:0;text-align:left;background:0 0;background-color:transparent;box-shadow:none;box-sizing:border-box}.d-none{display:none!important}.d-block{display:block!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width:768px){.d-sm-none{display:none!important}.d-sm-block{display:block!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width:992px){.d-md-none{display:none!important}.d-md-block{display:block!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width:1440px){.d-lg-none{display:none!important}.d-lg-block{display:block!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}.flex-shrink-0{flex-shrink:0!important}.flex-wrap{flex-wrap:wrap!important}.align-items-center{align-items:center!important}@-webkit-keyframes fade-in-ttb{from{opacity:0;transform:translate3D(0,-10px,0)}to{opacity:1;transform:translate3D(0,0,0)}}@keyframes fade-in-ttb{from{opacity:0;transform:translate3D(0,-10px,0)}to{opacity:1;transform:translate3D(0,0,0)}}@media (max-width:767.98px){.flush-mobile{margin-left:-10px;margin-right:-10px}}.underline-marked-only:active,.underline-marked-only:focus,.underline-marked-only:hover{text-decoration:none}.underline-marked-only:active .allow-underline,.underline-marked-only:focus .allow-underline,.underline-marked-only:hover .allow-underline{text-decoration:underline}.no-underline:active,.no-underline:focus,.no-underline:hover{text-decoration:none}.mw-800px{max-width:800px}.w-100{width:100%}.clamp-2{display:block}@supports (display:-webkit-box){.clamp-2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-half{margin:10px!important}.mt-half,.my-half{margin-top:10px!important}.mr-half,.mx-half{margin-right:10px!important}.mb-half,.my-half{margin-bottom:10px!important}.ml-half,.mx-half{margin-left:10px!important}.m-1{margin:20px!important}.mt-1,.my-1{margin-top:20px!important}.mr-1,.mx-1{margin-right:20px!important}.mb-1,.my-1{margin-bottom:20px!important}.ml-1,.mx-1{margin-left:20px!important}.m-2{margin:40px!important}.mt-2,.my-2{margin-top:40px!important}.mr-2,.mx-2{margin-right:40px!important}.mb-2,.my-2{margin-bottom:40px!important}.ml-2,.mx-2{margin-left:40px!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-half{padding:10px!important}.pt-half,.py-half{padding-top:10px!important}.pr-half,.px-half{padding-right:10px!important}.pb-half,.py-half{padding-bottom:10px!important}.pl-half,.px-half{padding-left:10px!important}.p-1{padding:20px!important}.pt-1,.py-1{padding-top:20px!important}.pr-1,.px-1{padding-right:20px!important}.pb-1,.py-1{padding-bottom:20px!important}.pl-1,.px-1{padding-left:20px!important}.p-2{padding:40px!important}.pt-2,.py-2{padding-top:40px!important}.pr-2,.px-2{padding-right:40px!important}.pb-2,.py-2{padding-bottom:40px!important}.pl-2,.px-2{padding-left:40px!important}.m-nhalf{margin:-10px!important}.mt-nhalf,.my-nhalf{margin-top:-10px!important}.mr-nhalf,.mx-nhalf{margin-right:-10px!important}.mb-nhalf,.my-nhalf{margin-bottom:-10px!important}.ml-nhalf,.mx-nhalf{margin-left:-10px!important}.m-n1{margin:-20px!important}.mt-n1,.my-n1{margin-top:-20px!important}.mr-n1,.mx-n1{margin-right:-20px!important}.mb-n1,.my-n1{margin-bottom:-20px!important}.ml-n1,.mx-n1{margin-left:-20px!important}.m-n2{margin:-40px!important}.mt-n2,.my-n2{margin-top:-40px!important}.mr-n2,.mx-n2{margin-right:-40px!important}.mb-n2,.my-n2{margin-bottom:-40px!important}.ml-n2,.mx-n2{margin-left:-40px!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:768px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-half{margin:10px!important}.mt-sm-half,.my-sm-half{margin-top:10px!important}.mr-sm-half,.mx-sm-half{margin-right:10px!important}.mb-sm-half,.my-sm-half{margin-bottom:10px!important}.ml-sm-half,.mx-sm-half{margin-left:10px!important}.m-sm-1{margin:20px!important}.mt-sm-1,.my-sm-1{margin-top:20px!important}.mr-sm-1,.mx-sm-1{margin-right:20px!important}.mb-sm-1,.my-sm-1{margin-bottom:20px!important}.ml-sm-1,.mx-sm-1{margin-left:20px!important}.m-sm-2{margin:40px!important}.mt-sm-2,.my-sm-2{margin-top:40px!important}.mr-sm-2,.mx-sm-2{margin-right:40px!important}.mb-sm-2,.my-sm-2{margin-bottom:40px!important}.ml-sm-2,.mx-sm-2{margin-left:40px!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-half{padding:10px!important}.pt-sm-half,.py-sm-half{padding-top:10px!important}.pr-sm-half,.px-sm-half{padding-right:10px!important}.pb-sm-half,.py-sm-half{padding-bottom:10px!important}.pl-sm-half,.px-sm-half{padding-left:10px!important}.p-sm-1{padding:20px!important}.pt-sm-1,.py-sm-1{padding-top:20px!important}.pr-sm-1,.px-sm-1{padding-right:20px!important}.pb-sm-1,.py-sm-1{padding-bottom:20px!important}.pl-sm-1,.px-sm-1{padding-left:20px!important}.p-sm-2{padding:40px!important}.pt-sm-2,.py-sm-2{padding-top:40px!important}.pr-sm-2,.px-sm-2{padding-right:40px!important}.pb-sm-2,.py-sm-2{padding-bottom:40px!important}.pl-sm-2,.px-sm-2{padding-left:40px!important}.m-sm-nhalf{margin:-10px!important}.mt-sm-nhalf,.my-sm-nhalf{margin-top:-10px!important}.mr-sm-nhalf,.mx-sm-nhalf{margin-right:-10px!important}.mb-sm-nhalf,.my-sm-nhalf{margin-bottom:-10px!important}.ml-sm-nhalf,.mx-sm-nhalf{margin-left:-10px!important}.m-sm-n1{margin:-20px!important}.mt-sm-n1,.my-sm-n1{margin-top:-20px!important}.mr-sm-n1,.mx-sm-n1{margin-right:-20px!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-20px!important}.ml-sm-n1,.mx-sm-n1{margin-left:-20px!important}.m-sm-n2{margin:-40px!important}.mt-sm-n2,.my-sm-n2{margin-top:-40px!important}.mr-sm-n2,.mx-sm-n2{margin-right:-40px!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-40px!important}.ml-sm-n2,.mx-sm-n2{margin-left:-40px!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:992px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-half{margin:10px!important}.mt-md-half,.my-md-half{margin-top:10px!important}.mr-md-half,.mx-md-half{margin-right:10px!important}.mb-md-half,.my-md-half{margin-bottom:10px!important}.ml-md-half,.mx-md-half{margin-left:10px!important}.m-md-1{margin:20px!important}.mt-md-1,.my-md-1{margin-top:20px!important}.mr-md-1,.mx-md-1{margin-right:20px!important}.mb-md-1,.my-md-1{margin-bottom:20px!important}.ml-md-1,.mx-md-1{margin-left:20px!important}.m-md-2{margin:40px!important}.mt-md-2,.my-md-2{margin-top:40px!important}.mr-md-2,.mx-md-2{margin-right:40px!important}.mb-md-2,.my-md-2{margin-bottom:40px!important}.ml-md-2,.mx-md-2{margin-left:40px!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-half{padding:10px!important}.pt-md-half,.py-md-half{padding-top:10px!important}.pr-md-half,.px-md-half{padding-right:10px!important}.pb-md-half,.py-md-half{padding-bottom:10px!important}.pl-md-half,.px-md-half{padding-left:10px!important}.p-md-1{padding:20px!important}.pt-md-1,.py-md-1{padding-top:20px!important}.pr-md-1,.px-md-1{padding-right:20px!important}.pb-md-1,.py-md-1{padding-bottom:20px!important}.pl-md-1,.px-md-1{padding-left:20px!important}.p-md-2{padding:40px!important}.pt-md-2,.py-md-2{padding-top:40px!important}.pr-md-2,.px-md-2{padding-right:40px!important}.pb-md-2,.py-md-2{padding-bottom:40px!important}.pl-md-2,.px-md-2{padding-left:40px!important}.m-md-nhalf{margin:-10px!important}.mt-md-nhalf,.my-md-nhalf{margin-top:-10px!important}.mr-md-nhalf,.mx-md-nhalf{margin-right:-10px!important}.mb-md-nhalf,.my-md-nhalf{margin-bottom:-10px!important}.ml-md-nhalf,.mx-md-nhalf{margin-left:-10px!important}.m-md-n1{margin:-20px!important}.mt-md-n1,.my-md-n1{margin-top:-20px!important}.mr-md-n1,.mx-md-n1{margin-right:-20px!important}.mb-md-n1,.my-md-n1{margin-bottom:-20px!important}.ml-md-n1,.mx-md-n1{margin-left:-20px!important}.m-md-n2{margin:-40px!important}.mt-md-n2,.my-md-n2{margin-top:-40px!important}.mr-md-n2,.mx-md-n2{margin-right:-40px!important}.mb-md-n2,.my-md-n2{margin-bottom:-40px!important}.ml-md-n2,.mx-md-n2{margin-left:-40px!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:1440px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-half{margin:10px!important}.mt-lg-half,.my-lg-half{margin-top:10px!important}.mr-lg-half,.mx-lg-half{margin-right:10px!important}.mb-lg-half,.my-lg-half{margin-bottom:10px!important}.ml-lg-half,.mx-lg-half{margin-left:10px!important}.m-lg-1{margin:20px!important}.mt-lg-1,.my-lg-1{margin-top:20px!important}.mr-lg-1,.mx-lg-1{margin-right:20px!important}.mb-lg-1,.my-lg-1{margin-bottom:20px!important}.ml-lg-1,.mx-lg-1{margin-left:20px!important}.m-lg-2{margin:40px!important}.mt-lg-2,.my-lg-2{margin-top:40px!important}.mr-lg-2,.mx-lg-2{margin-right:40px!important}.mb-lg-2,.my-lg-2{margin-bottom:40px!important}.ml-lg-2,.mx-lg-2{margin-left:40px!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-half{padding:10px!important}.pt-lg-half,.py-lg-half{padding-top:10px!important}.pr-lg-half,.px-lg-half{padding-right:10px!important}.pb-lg-half,.py-lg-half{padding-bottom:10px!important}.pl-lg-half,.px-lg-half{padding-left:10px!important}.p-lg-1{padding:20px!important}.pt-lg-1,.py-lg-1{padding-top:20px!important}.pr-lg-1,.px-lg-1{padding-right:20px!important}.pb-lg-1,.py-lg-1{padding-bottom:20px!important}.pl-lg-1,.px-lg-1{padding-left:20px!important}.p-lg-2{padding:40px!important}.pt-lg-2,.py-lg-2{padding-top:40px!important}.pr-lg-2,.px-lg-2{padding-right:40px!important}.pb-lg-2,.py-lg-2{padding-bottom:40px!important}.pl-lg-2,.px-lg-2{padding-left:40px!important}.m-lg-nhalf{margin:-10px!important}.mt-lg-nhalf,.my-lg-nhalf{margin-top:-10px!important}.mr-lg-nhalf,.mx-lg-nhalf{margin-right:-10px!important}.mb-lg-nhalf,.my-lg-nhalf{margin-bottom:-10px!important}.ml-lg-nhalf,.mx-lg-nhalf{margin-left:-10px!important}.m-lg-n1{margin:-20px!important}.mt-lg-n1,.my-lg-n1{margin-top:-20px!important}.mr-lg-n1,.mx-lg-n1{margin-right:-20px!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-20px!important}.ml-lg-n1,.mx-lg-n1{margin-left:-20px!important}.m-lg-n2{margin:-40px!important}.mt-lg-n2,.my-lg-n2{margin-top:-40px!important}.mr-lg-n2,.mx-lg-n2{margin-right:-40px!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-40px!important}.ml-lg-n2,.mx-lg-n2{margin-left:-40px!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}.text-decoration-underline{text-decoration:underline!important}.font-weight-bold{font-weight:700!important}.c-carousel-control{display:flex;align-items:center;justify-content:center;position:absolute;background-color:#fff;z-index:2;width:30px;height:30px;border-radius:50%;transform:translateY(-50%)}@media (min-width:1440px){.c-carousel-control{width:36px;height:36px}}.c-carousel-control::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;transform:scale(1.6);border-radius:inherit}.c-carousel-control--prev{left:10px;-webkit-filter:drop-shadow(3px 0 2px rgba(0, 0, 0, .05));filter:drop-shadow(3px 0 2px rgba(0, 0, 0, .05))}.c-carousel-control--next{right:10px;-webkit-filter:drop-shadow(-3px 0 2px rgba(0, 0, 0, .05));filter:drop-shadow(-3px 0 2px rgba(0, 0, 0, .05))}.c-carousel-control .glyphicon{font-size:16px}.c-generic-checkbox input[type=checkbox],.c-generic-checkbox input[type=radio]{position:absolute;visibility:hidden}.c-generic-checkbox input[type=checkbox]:not(:checked)~.c-generic-checkbox__icon>*,.c-generic-checkbox input[type=radio]:not(:checked)~.c-generic-checkbox__icon>*{visibility:hidden}@media (min-width:992px){.c-generic-checkbox input[type=checkbox]:checked~.c-generic-checkbox__icon,.c-generic-checkbox input[type=radio]:checked~.c-generic-checkbox__icon{background-color:#66a4b2;border-color:#66a4b2}}.c-generic-checkbox__icon{display:inline-block;margin-right:1ch;width:18px;height:18px;background-color:#fff;border:1px solid #a7bfca;border-radius:2px}.c-generic-checkbox__icon .glyphicon{font-size:80%;top:0;left:2px}@media (min-width:992px){.c-generic-checkbox__icon .glyphicon{color:#fff}}.c-spotlight{padding:2px 6px;font-size:12px;font-weight:400;line-height:normal}.c-spotlight--style-block{background-color:var(--spotlight-bg-colour,#05355f);color:var(--spotlight-text-colour,#fff)}.c-spotlight--style-outline{border:1px solid var(--spotlight-bg-colour,#05355f);color:var(--spotlight-bg-colour,#05355f)}
/* #main-container {margin-bottom:0px} */

.flex_align_center_WF {display:flex;align-items:center;justify-content:center}

/* FAQs styles */
.faq_bg_grey {background-color: #F4F4F4;padding-top: 5px; border: 2px solid #fff; height:160px}
.faq_bg_grey img {height: 100px}
.selected_faq_tile img {height: 100px}
.faq_bg_grey p {font-weight:bold; padding-top:4px}
.selected_faq_tile, .faq_bg_grey:hover {background-color: #D8E3EA; border-bottom: 5px solid #00334E; transition:0.5s}
.faq_tab button {border:none; background-color: inherit;outline:none}
.faq_tab button:hover {background-color:#D8E3EA; transition:0.5s}
.faq p {padding: 0 10px}
.panel hr {margin-left:1%;margin-right:1%}
.faq_links a {text-decoration: underline;color: #64ccc9;}

/* Returns & Exchange styles */
.retEx_bg_grey {background-color: #F4F4F4;padding-top: 5px;border-bottom: 4px solid #fff; height:50px;cursor: pointer}
.retEx_bg_grey p {font-weight:bold}
.retEx_bg_grey_active, .retEx_bg_grey_btn:hover  {background-color:#D8E3EA; transition:0.5s;border-bottom: 4px solid #00334E;}

/* Sizing guide table */
.sizing_Guide_table-heading td {background-color:#DAE3E9;font-weight:bold;padding:5px}
.sizing_Guide_row_padding td {padding:5px}


/* footer  */
.footer_bg_light_blue {background-color: #d8e3e9;}
.input-group {display: inline-flex;width: 100%;}
.footer_bg_light_blue ul {
  text-decoration: none;
  list-style: none;
  padding: 0;
  color: #002b49;
}
.dark_blue_footer ul {
  text-decoration: none;
  list-style: none;
  padding: 0;
  color: #002b49;
}
.footer_bg_light_blue ul a {
  color: #002b49;
}
.footer_bg_light_blue p {
  font-size: 12px;
}
.footer_bg_light_blue h5 {
  font-weight: bold;
}
.btn-primary {
  background-color: #002b49;
}
.footer_social_icons {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_social_icons img {
  height: 30px;
  width: 30px;
}
.policy_links {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dark_blue_footer {
  background-color: #002b49;
  color: #fff;
  height: 35px;
  padding-top: 1px;
}
.dark_blue_footer a {
  color: #fff;
  font-size: 10px;
}

/* mobile */
footer .accordion {
  background-color: #d8e3e9;color: #002b49;cursor: pointer;padding: 18px;width: 100%;border: none;text-align: left;outline: none;font-size: 15px;transition: 0.9s ease-in-out;}

/* for FAQ page */
.faq_page_accordion {
 background-color: #fff;font-weight: ; color: #002b49;cursor: pointer;padding: 0px 9px;width: 100%;border: none;text-align: left;outline: none;font-size: 15px;transition: 0.2s ease-in-out;}


/*.active, .accordion:hover {
  background-color: #d8e3e9; 
}*/

footer .panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

footer .panel li {padding:12px 0; border-bottom: 1px solid #d8e3e8; font-size:16px; margin-bottom:6px;}
.footer_down_arrow {transform: rotate(45deg);-webkit-transform: rotate(45deg);}
.footer_arrow {
  border: solid black;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 3px;
  float:right;
  margin-right: 10px;
}
/* mobile end */
/* Footer styles end */


/* contact us  */

.contactUs_parent {display:flex; gap:2rem;justify-content: center;}
.contactIcons{background-color:#F4F4F4; text-align:center;width: 370px; padding: 10px;}
.contactIcons_mob{display:flex;background-color:#F4F4F4; text-align:center;padding: 10px; align-items:center;margin-bottom:2%}
.contactIcons img {height:65px}
.contactIcons_mob img {width:100%}
.contactIcons p {padding-top:4%}
.info_footer_contactUs {background-color: #002B49; color: #fff; padding: 10px 40px;max-width:1100px; margin:auto}
.info_footer_contactUs img {width:45px}
.info_footer_contactUs h4 {font-weight:bold; font-size:18px}
footer .accordion_contactUs_mob {background-color: #002b49;color: #fff;cursor: pointer;padding: 18px;width: 100%;border: none;text-align: left;outline: none;font-size: 15px;transition: 0.9s ease-in-out;}
.size_contact_us_accordian {width:18%}
.footer_arrow_contact_us {
  border: solid #fff;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 3px;
  float:right;
  margin-right: 10px;
}
/* contact end  */


/* Returns & Exchanges  */
.needHelp_icons img {height: 70px; margin: 11px;}
.needHelp_icons_mob  img {height: 70px; margin: 11px;}
.needHelp_icons{background-color:#00334E; text-align:center;width: 280px; padding: 10px; color:#fff;height: auto;}
.needHelp_icons_mob { background-color: #00334E;text-align: center;width: 100%; padding: 10px;color: #fff; margin-bottom: 2%;}
/* Returns & Exchanges End  */


/* Video styles */
.fish-video {
              position:relative;
              overflow:hidden;
              height:86vh;
       text-align: center;
          }

.fish-video_eco_mac {
              position:relative;
              overflow:hidden;
       text-align: center;
          }
          
          .fish-video iframe {
         width: 100vw;
        height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
        min-height: 100vh;
        /*min-width: 177.77vh;  Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}

          .fish-video_eco_mac iframe {
         width: 75vw;
        height: 56.25vw;
        min-height: 100vh;
        /*min-width: 177.77vh;  Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}
          
          #over{
    float: left;
    margin-top: 70vh;
    height: 37px;
    width:100%;
    position: relative;
    z-index: 10;
    text-align: center;
}

@media (max-width:1370px) {

    .fish-video {
       height: 83vh;
    }
        .fish-video_eco_mac {
       height: 86vh;
    }
    
    #over {
        margin-top:;}
   
}

.WF_video_outer {
  position: relative;
}

.WF_video_inner {
  top: 0;
}
.WF_video_inner iframe {
 	width:100%;
    border:none;
   /* height:55vw; old value for into wild */
    height: 100vw;
}

.WF_video_inner_eco_mac iframe {
 	width:100%;
    border:none;
    height:35vw;
}

  iframe #player {
      max-width:0!important;}
   /* End video styles */




@media (max-width:768px) {
    .bot-div {
    bottom:10px;
    }
    }
    
    .top-div {
    position:absolute;
    left:0;
    right:0;
    top:0;
    }
    
    .tile {
    margin-bottom:-20px;
    }

	   .tile-Mb {
        margin-bottom: 20px;
    }
    
  
    .H320 {
    min-height: 320px;
    }
    

    
    #noPadding .section-inner, #noPadding .section-inner .row div {
    padding:0 !important;
    }
    #noPadding .section-inner .text-center {
    padding: 20px !important;
    }
    #BF {
    padding:0 !important;
    }
    
    
    .FSTEST {
      font-size: calc(26px + 22 * ((100vw - 300px) / 1700));
    }
    
    
    
    /* Sun Valley SUP fix */
    
    .Sun sup {
    top: -1em;
    font-size: 0.5em;
    }
    
    /* 4 Column Button Fix */
    
    @media (max-width:1000px) {
    .col-sm-6 .btn-cus {
    min-width: 160px;
    max-width: 160px;
    margin: 10px auto;
    padding: 10px 0;
    }
    }
    
    /* 3 Column Text Padding Fix */
    
    .pad20 {
    padding: 0 20px;
    }
    
    /* Content */
    .break {
    border-width:1px;
    width:30%;
    border-color: #e0e0e0;
    }
    @media (max-width:768px) {
    .break {
    width:75%;
    }
    }
    .fabricStory {
    border-radius: 10px 100px;
    background-color: #D8E3E9;
    }
    
    
    /* Sale Text */
    
    .Sun {
       font-family: 'Sun Valley';
    }
    .red {
          color:#c83340;
    }
                    .FS148 {
          font-size: calc(48px + 100 * ((100vw - 300px) / 1700));
        }
                    .FS96 {
          font-size: calc(36px + 60 * ((100vw - 300px) / 1700));
        }
        .FS72 {
          font-size: calc(24px + 48 * ((100vw - 300px) / 1700));
        }
        .FS48 {
          font-size: calc(20px + 28 * ((100vw - 300px) / 1700));
        }
        .FS36 {
          font-size: calc(18px + 18 * ((100vw - 300px) / 1700));
        }
                    .FS32 {
          font-size: 32px;
        }
        .FS28 {
          font-size: 28px;
        }
        .FS26 {
          font-size: 26px;
        }
        .FS24 {
          font-size: calc(12px + 12 * ((100vw - 300px) / 1700));
        }
        .FS22 {
          font-size: 22px;
        }
        .FS20 {
          font-size: 20px;
        }
        .FS18 {
          font-size: calc(10px + 8 * ((100vw - 300px) / 1700));
        }
        .FS16 {
          font-size: 16px;
        }
        .FS14 {
          font-size: 14px;
        }
    
    
    @media (max-width:768px) {
                
     .FS148 {font-size: 72px; }
    .FS72 {font-size: 36px;} 
    .FS28 {font-size: 24px;} 
    .FS26 {font-size: 22px;} 
    .FS22 {font-size: 18px;} 
    .FS20 {	font-size: 16px;} 
    .FS16 {font-size: 12px;} 
    .FS14 {font-size: 10px;} 
        }
  
    .Sun {font-family: 'Sun Valley';}
    .white {color:#fff;}
              
    .Right1 {position: relative;
      left: 5%;}
        .Right1 span {
          position: relative;
          right: 5%;
        }
        .Right2 {
          position: relative;
          left: 10%;
        }
        .Right2 span {
          position: relative;
          right: 10%;
        }
        .Right3 {
          position: relative;
          left: 15%;
        }
        .Right3 span {
          position: relative;
          right: 15%;
        }
        .Right4 {
          position: relative;
          left: 20%;
        }
        .Right4 span {
          position: relative;
          right: 20%;
        }
        .Right5 {
          position: relative;
          left: 25%;
        }
        .Right5 span {
          position: relative;
          right: 25%;
        }
        .Left1 {
          position: relative;
          right: 5%;
        }
        .Left1 span {
          position: relative;
          left: 5%;
        }
        .Left2 {
          position: relative;
          right: 10%;
        }
        .Left2 span {
          position: relative;
          left: 10%;
        }
        .Left3 {
          position: relative;
          right: 15%;
        }
        .Left3 span {
          position: relative;
          left: 15%;
        }
        .Left4 {
          position: relative;
          right: 20%;
        }
        .Left4 span {
          position: relative;
          left: 20%;
        }
        .Left5 {
          position: relative;
          right: 25%;
        }
        .Left5 span {
          position: relative;
          left: 25%;
        }
        .shadowWhite {
          text-shadow: 2px 2px 2px rgba(255,255,255,0.7);
        }
        .shadowBlack {
          text-shadow: 4px 4px 4px rgba(0,0,0,0.5);
        }
                    .shadowBlacker {
          text-shadow: 0px 0px 80px rgba(0,0,0,1);
                    }
                    .hazeWhite {
          text-shadow: 0px 0px 100px rgba(255,255,255,1);
        }
        .hazeBlack {
          text-shadow: 0px 0px 100px rgba(0,0,0,1);
        }
    .btn-cus {
          padding: 10px 5px;
          min-width: 120px;
          transition: all 0.5s;
          cursor: pointer;
          margin: 5px;
    border-style: outset;
    border-radius:0;
        }
    @media (min-width:768px) {
    .btn-cus {
    min-width: 150px;
    padding: 10px;
    margin: 10px;
    }
    }
    
   
        

    
            /* ----------------- custom button no arrow on hover END  ---------------------------------------------- */
    
        .btn-bluev2 {
          color: #00334e;
          border: 1px solid #00334e;
          background-color: rgba(255,255,255,0.7);
        }
        .btn-bluev2:hover {
          background-color: rgba(255,255,255,0.9);
          color: #00334e;
        }
        .btn-bluev2:active {
          background-color: rgba(235,235,235,0.9);
        }
        .btn-whitev2 {
          color: #00334e;
          background-color: rgba(255,255,255,1.0);
        }
        .btn-whitev2:hover {
          background-color: #fff;
        }
        .btn-whitev2:active {
          background-color: #fff;
        }
    .btn-whitev3 {
          color: #fff;
    border: 1px solid #fff;
    background-color: rgba(0,0,0,0.0);
        }
        .btn-whitev3:hover {
          background-color: rgba(0,0,0,0.2);
    color: #fff;
        }
        .btn-whitev3:active {
          background-color: rgba(0,0,0,0.2);
    color: #fff;
        }
		
		 .btn-blueTransparent {
            color: #00334E;
      border: 1px solid #00334E;
      background-color: rgba(0,0,0,0.0);
          }
    
        .btn-goldv2 {
          color: #cfbf8d;
          border: 1px solid #cfbf8d;
        }
                    .btn-redVS {
          color: #be1622;
                            border: 1px solid #c83340;
                            background-color: #fff;
    }
                    .btn-redV3 {
          color: #fff;
                            border: 0px solid #c83340;
                            font-size: 20px;
                            background-color: #c3192a;
        }
                    .btn-redV3:hover {
          color: #fff;
    }
        .btn-goldv2:hover {
          background-color: rgba(255,255,255,0.3);
          color: #cfbf8d;
        }
        .btn-goldv2:active {
          background-color: rgba(235,235,235,0.3);
        }
        .btn-sale {
          overflow: hidden;
          outline: none;
                            color:#c83340;
          background-color: #fff;
                            font-size: 16px;
                            border: 1px solid #c83340;
        }
                    .btn-saleVF {
          outline: none;
                            color:#c83340;
          background-color: #fff;
                            font-size: 20px;
                            border: 1px solid #c83340;
        }
        .btn-sale:hover {
                            color:#c83340;
                            background-color: #faeced;
        }
        .btn-sizev2 {
          position: relative;
          margin: 10px;
          padding: 10px 0;
          width: 44px;
          overflow: hidden;
          outline: none;
                            font-size: 16px;
        }
        .btn-sizev2 span {
                -webkit-transition: 0.6s;
                -moz-transition: 0.6s;
                -o-transition: 0.6s;
                transition: 0.6s;
                -webkit-transition-delay: 0.2s;
                -moz-transition-delay: 0.2s;
                -o-transition-delay: 0.2s;
                transition-delay: 0.2s;
            }
            .btn-sizev2:before,
            .btn-sizev2:after {
                content: '';
                position: absolute;
                top: -2px;
                left: 0;
                width: 100%;
                font-size:30px;
                opacity: 0;
                -webkit-transition: .4s,opacity .6s;
                -moz-transition: .4s,opacity .6s;
                -o-transition: .4s,opacity .6s;
                transition: .4s,opacity .6s;
            }
            .btn-sizev2:before {
                content: attr(data-hover);
                -webkit-transform: translate(20%,0);
                -moz-transform: translate(20%,0);
                -ms-transform: translate(20%,0);
                -o-transform: translate(20%,0);
                transform: translate(20%,0);
            }
            .btn-sizev2:after {
                content: attr(data-active);
                -webkit-transform: translate(-20%,0);
                -moz-transform: translate(-20%,0);
                -ms-transform: translate(-20%,0);
                -o-transform: translate(-20%,0);
                transform: translate(-20%,0);
            }
            .btn-sizev2:hover span,
            .btn-sizev2:active span {
                opacity: 0;
                -webkit-transform: scale(0.3);
                -moz-transform: scale(0.3);
                -ms-transform: scale(0.3);
                -o-transform: scale(0.3);
                transform: scale(0.3);
            }
            .btn-sizev2:hover:before,
            .btn-sizev2:active:after {
                opacity: 1;
                -webkit-transform: translate(0,0);
                -moz-transform: translate(0,0);
                -ms-transform: translate(0,0);
                -o-transform: translate(0,0);
                transform: translate(0,0);
                -webkit-transition-delay: .4s;
                -moz-transition-delay: .4s;
                -o-transition-delay: .4s;
                transition-delay: .4s;
            }
            .btn-sizev2:active:before {
                -webkit-transform: translate(-150%,0);
                -moz-transform: translate(-150%,0);
                -ms-transform: translate(-150%,0);
                -o-transform: translate(-150%,0);
                transform: translate(-150%,0);
                -webkit-transition-delay: 0s;
                -moz-transition-delay: 0s;
                -o-transition-delay: 0s;
                transition-delay: 0s;
            }
        .blue-lines {
          border-top: 1px solid #00334e;
          border-bottom: 1px solid #00334e;
          margin: 20px 10px;
        }
        .blue-lines h2 {
          margin: 10px;
        }
    
    /* Homepage End */
    
    #Sideways {
       writing-mode: vertical-lr;
       text-orientation: mixed;
       transform: rotate(180deg);
       margin: 0;
       float: right;
       letter-spacing: 4px;
    }
    
    .mb-Percent {
    margin-bottom: 3%;
    }
    .mb-Percent-mob {
    margin-bottom: 8%;
    }
    
    @media screen and (min-width: 450px) and (max-width:850px) {
    .btn-cus-fix {
    min-width: 120px;
    padding: 10px;
    margin-top: 30%;
    margin-bottom: -7px;
    }
    }
    
    
           .btn-Invrt {
            color: #fff;
    border: 1px solid #fff;
        }
        .btn-Invrt:hover {
            background-color: #00816d;
    color: #fff;
        }
        .btn-Invrt:active {
            background-color: rgba(0,0,0,0.2);
    color: #fff;
        }
    
        .btn-Invrt-dg {
            color: #fff;
    border: 1px solid #fff;
        }
        .btn-Invrt-dg:hover {
            background-color: #7fc0b6;
    color: #fff;
        }
        .btn-Invrt:active {
            background-color: rgba(0,0,0,0.2);
    color: #fff;
        }
    
    /* button for mac */
    .btn-winterv1 {
        color: #fff;
        border: 1px solid #320e3b;
        background-color: #320e3b;
    }
    .btn-winterv1:hover {
        color: #fff;
        border: 1px solid #607e9e;
        background-color: #607e9e;
    }
    
    .btn-menv1 {
        color: #fff;
        border: 1px solid #fff;
        background-color: rgba(0,0,0,0.2);
    }
    .btn-menv1:hover {
        color: #fff;
        background-color: rgba(0,51,78,0.5);
    }
    
    .btn-womenv2 {
        color: #fff;
        border: 1px solid #fff;
        background-color: rgba(0,0,0,0.2);
    }
    .btn-womenv2 :hover {
        color: #fff;
        background-color: rgba(155,203,234,0.5);
    }
    
    .btn-womenvT {
        color: #fff;
        border: 1px solid #fff;
        background-color: rgba(0,0,0,0.3);
    }
    .btn-womenvT :hover {
        color: #fff;
        background-color: rgba(155,203,234,0.5);
    }
    
    .btn-bluev1 {
        color: #003340;
        border: 1px solid #003340;
        background-color: rgba(0,0,0,0.0);
    }
    .btn-bluev1:hover {
        background-color: rgba(0,0,0,0.2);
    }
    
    @media (max-width:768px) {
        .sun-blue-150 {
        font-size: 60px;
        line-height: 0.8;
    }
    .prox-blue {
        font-size: 24px;
    }
    }
    
 
   
    /* new drop donwn styles */
    .nav-main .dropdown-nav__column {
        width: 20% !important;
    }

    .nav-main .dropdown-nav__column--15 {
        width: 15% !important;
     }
    
    .nav-main .dropdown-nav__column--40 {
        width: 40% !important;
    }

   .nav-main .dropdown-nav__column--60 {
      width: 60% !important;
  }
    
    .featured-offer {
        text-align: center;
    }
    
    .featured-offer .btn {
        background-color: #0ca55f;
        color: white;
        width: 70%;
        margin-top: 15px;
        font-size: 15px;
        padding: 8px 10px;
        border: none;
        cursor: pointer;
        border-radius: 0px;
        text-align: center;
    }
    
    .featured-offer:hover .btn {
        background-color: #0fc472;
        cursor: pointer;
    }

 .btn-active-green {
        background-color: #0ca55f;
        color: white;
    }
    
    .btn-active-green:hover {
        background-color: #0fc472;
        color: white;
    }
    
    .featured-offer--corp-blue .btn {
        background-color: #00334d;
    }

     .featured-offer--light-blue .btn {
        background-color: #a7bec4;
    }
    
    .featured-offer--corp-blue:hover .btn {
        background-color: #024c73;
    }
    
    .featured-offer--macaroni .btn {
        width: 30%;
        background-color: #00334e;
    }
    
    .featured-offer--macaroni:hover .btn {
        background-color: #00679e;
    }


    .featured-offer--sale .btn {
        background-color: #ce2417;
    }
    
    .featured-offer--sale:hover .btn {
        background-color: #d9372b;
    }


    
     /* DESTINATIONS BUTTONS */
  
      .btn-dest {
          color: #fff;
          background-color: #0b2a4a;
          letter-spacing: 1px;
          text-decoration: none;
      }

      .inspire-min-width {
          min-width: 227px;
      }
    
      .btn-dest:hover {
        color: #fff;
        background-color: #0d355c;
        letter-spacing: 1px;
    }


.btn-TEE_OFFER {
    color: #fff;
    background-color: #00A7B5;
    letter-spacing: 1px;
    text-decoration: none;
}

.btn-TEE_OFFER:hover {
  color: #fff;
  background-color: #00A7B5;
  letter-spacing: 1px;
}


   /* this is the standard corporate blue CTA button  */
 

.btn-WF {
    background-color: #00334e;
    color: white;
    text-decoration: none;
    display: inline-block;
    min-width: 198px;
    letter-spacing: 1px;
    margin: 8px;
    font-size: 15px;
    text-transform: uppercase;
    padding: 12px 10px;
    border: none;
    cursor: pointer;
    border-radius: 0px;
    text-align: center;
    transition: ease-in;
}

    .btn-WF:hover{
          color: #fff;
          text-decoration: none;
          cursor: pointer;
      }

    .white-btn {
    background-color: #fff;
    color: #00334e;
}
  
     .white-btn:hover{
          text-decoration: none;
          cursor: pointer;
         color: #00334e
      }

       .btn-green-bamboo {
        background-color: #0ca55f;
        color: #fff;
        
    }

    .btn-green-bamboo:hover{
        text-decoration: none;
        cursor: pointer;
        color: #fff;
    }

      @media (max-width:450px) {
          .hide_signUpImageForMob img {display:none;}
        .mob-wide {
               width: 80%;
        }
        .mob-wide-overImage {
              width: 95%;
        }
          .faq_bg_grey img {height: 37px}
          .faq_bg_grey {height:85px}
          .panel hr {margin-left:3%;margin-right:3%}
     }

@media (min-width:450px) {.faq_wrapper {margin:auto; width:80%}
    
}



     .xmas_advent_row {
    margin-left: 14%;
         margin-bottom:24%;
    }

	.advent_hidden_btn {
        padding:26%;  
    }
  .advent_xmas_btn {
        color:#fff;
    }
.enter_xmas_comp_CTA {
height: 13vw;
    width: 19vw;
    border: 1px solid #fff;
    text-align: center;
    padding: 2px;
    margin-left: ;
    font-size: 3.5vw;
}
          
          
     
 
