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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 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("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../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: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

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

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

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

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

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

.glyphicon-hourglass:before {
  content: "⌛";
}

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

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.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: "HCo Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #464646;
  background-color: #fff;
}

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

a {
  color: #20419a;
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(18.8387096774, 38.2661290323, 90.6612903226);
  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: 1.618em;
}

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

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

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #dedede;
}

.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: "HCo Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #6a6a6a;
}

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

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

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

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

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

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

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

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

p {
  margin: 0 0 12.5px;
}

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

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

mark,
.mark {
  padding: 0.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: #767676;
}

.text-primary {
  color: #20419a;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(23.2258064516, 47.1774193548, 111.7741935484);
}

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

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

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

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

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

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #20419a;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(23.2258064516, 47.1774193548, 111.7741935484);
}

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

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

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

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

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

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

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

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #dedede;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
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: 25px;
}

dt,
dd {
  line-height: 1.6;
}

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: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 20px;
  border-left: 5px solid #dedede;
}
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.6;
  color: #767676;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #dedede;
  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: " —";
}

address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.6;
}

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: 1em;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.6180469716em;
  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: 12px;
  margin: 0 0 12.5px;
  font-size: 15px;
  line-height: 1.6;
  color: #464646;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 1em;
}
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: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.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 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}
.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.6;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

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

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

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

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

.table > 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: rgb(232.25, 232.25, 232.25);
}

.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: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.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: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.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: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

.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: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

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

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: inherit;
  color: #464646;
  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: 16px;
  line-height: 1.6;
  color: #6a6a6a;
}

.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #6a6a6a;
  background-color: #f7f7f7;
  background-image: none;
  border: 1px solid #949494;
  border-radius: 1em;
  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: #007cb5;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 124, 181, 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: #dedede;
  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: 39px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 33px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 49px;
  }
}
.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: 25px;
  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: 41px;
  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: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0.6180469716em;
}

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

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[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0.6180469716em;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 39px;
  padding: 6px 10px;
  font-size: 14px;
  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: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 1.618em;
}

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

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[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 1.618em;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 45px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

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

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

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

.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: rgb(42.808988764, 84.191011236, 43.5224719101);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.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: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.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: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.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: 30px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(133.75, 133.75, 133.75);
}

@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: 32px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.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: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.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: 16px;
  line-height: 1.6;
  border-radius: 99em;
  -webkit-user-select: none;
  -moz-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: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(173.4, 173.4, 173.4);
}
.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: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.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: #20419a;
  border-color: rgb(27.6129032258, 56.0887096774, 132.8870967742);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(23.2258064516, 47.1774193548, 111.7741935484);
  border-color: rgb(5.6774193548, 11.5322580645, 27.3225806452);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(23.2258064516, 47.1774193548, 111.7741935484);
  border-color: rgb(17.0838709677, 34.7016129032, 82.2161290323);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(23.2258064516, 47.1774193548, 111.7741935484);
  background-image: none;
  border-color: rgb(17.0838709677, 34.7016129032, 82.2161290323);
}
.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: rgb(17.0838709677, 34.7016129032, 82.2161290323);
  border-color: rgb(5.6774193548, 11.5322580645, 27.3225806452);
}
.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: #20419a;
  border-color: rgb(27.6129032258, 56.0887096774, 132.8870967742);
}
.btn-primary .badge {
  color: #20419a;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #11872d;
  border-color: rgb(14.1480263158, 112.3519736842, 37.4506578947);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(11.2960526316, 89.7039473684, 29.9013157895);
  border-color: black;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(11.2960526316, 89.7039473684, 29.9013157895);
  border-color: rgb(7.3032894737, 57.9967105263, 19.3322368421);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(11.2960526316, 89.7039473684, 29.9013157895);
  background-image: none;
  border-color: rgb(7.3032894737, 57.9967105263, 19.3322368421);
}
.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: rgb(7.3032894737, 57.9967105263, 19.3322368421);
  border-color: black;
}
.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: #11872d;
  border-color: rgb(14.1480263158, 112.3519736842, 37.4506578947);
}
.btn-success .badge {
  color: #11872d;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #007cb5;
  border-color: rgb(0, 106.5303867403, 155.5);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(0, 89.0607734807, 130);
  border-color: rgb(0, 19.182320442, 28);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(0, 89.0607734807, 130);
  border-color: rgb(0, 64.6033149171, 94.3);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 89.0607734807, 130);
  background-image: none;
  border-color: rgb(0, 64.6033149171, 94.3);
}
.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: rgb(0, 64.6033149171, 94.3);
  border-color: rgb(0, 19.182320442, 28);
}
.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: #007cb5;
  border-color: rgb(0, 106.5303867403, 155.5);
}
.btn-info .badge {
  color: #007cb5;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #ffda02;
  border-color: rgb(231.5, 197.6442687747, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(206, 175.8735177866, 0);
  border-color: rgb(104, 88.790513834, 0);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(206, 175.8735177866, 0);
  border-color: rgb(170.3, 145.3944664032, 0);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(206, 175.8735177866, 0);
  background-image: none;
  border-color: rgb(170.3, 145.3944664032, 0);
}
.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: rgb(170.3, 145.3944664032, 0);
  border-color: rgb(104, 88.790513834, 0);
}
.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: #ffda02;
  border-color: rgb(231.5, 197.6442687747, 0);
}
.btn-warning .badge {
  color: #ffda02;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #e7201d;
  border-color: rgb(211.988, 25.326, 22.512);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(188.936, 22.572, 20.064);
  border-color: rgb(96.728, 11.556, 10.272);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(188.936, 22.572, 20.064);
  border-color: rgb(156.6632, 18.7164, 16.6368);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(188.936, 22.572, 20.064);
  background-image: none;
  border-color: rgb(156.6632, 18.7164, 16.6368);
}
.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: rgb(156.6632, 18.7164, 16.6368);
  border-color: rgb(96.728, 11.556, 10.272);
}
.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: #e7201d;
  border-color: rgb(211.988, 25.326, 22.512);
}
.btn-danger .badge {
  color: #e7201d;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #20419a;
  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: rgb(18.8387096774, 38.2661290323, 90.6612903226);
  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: #767676;
  text-decoration: none;
}

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

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid #dedede;
  border-radius: 1em;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.6;
  color: #464646;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: rgb(57.25, 57.25, 57.25);
  text-decoration: none;
  background-color: #f5f5f5;
}

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

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

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

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #20419a;
  white-space: nowrap;
}

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

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

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

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.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.btn-group-lg > .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: 99em;
  border-top-right-radius: 99em;
  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: 99em;
  border-bottom-left-radius: 99em;
}

.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: 16px;
  font-weight: 400;
  line-height: 1;
  color: #6a6a6a;
  text-align: center;
  background-color: #dedede;
  border: 1px solid #949494;
  border-radius: 1em;
}
.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: 14px;
  border-radius: 0.6180469716em;
}
.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: 20px;
  border-radius: 1.618em;
}
.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;
}

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

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 1em 1em 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #dedede #dedede #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #6a6a6a;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 1em;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #20419a;
}

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

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

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

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

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

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

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

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

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

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

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

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

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

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 1em;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

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

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

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

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

.navbar-btn {
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

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

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: #dedede;
}
.navbar-default .navbar-brand {
  color: #20419a;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(23.2258064516, 47.1774193548, 111.7741935484);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #20419a;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #007cb5;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #007cb5;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #007cb5;
  background-color: transparent;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #20419a;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #007cb5;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #007cb5;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #20419a;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #dedede;
}
.navbar-default .navbar-link {
  color: #20419a;
}
.navbar-default .navbar-link:hover {
  color: #007cb5;
}
.navbar-default .btn-link {
  color: #20419a;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #007cb5;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

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

.breadcrumb {
  padding: 8px 0;
  margin-bottom: 25px;
  list-style: none;
  background-color: transparent;
  border-radius: 1em;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "| ";
}
.breadcrumb > .active {
  color: #767676;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 1em;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.6;
  color: #20419a;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: rgb(18.8387096774, 38.2661290323, 90.6612903226);
  background-color: #dedede;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #20419a;
  border-color: #20419a;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #767676;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 1.618em;
  border-bottom-left-radius: 1.618em;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 1.618em;
  border-bottom-right-radius: 1.618em;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 0.6180469716em;
  border-bottom-left-radius: 0.6180469716em;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 0.6180469716em;
  border-bottom-right-radius: 0.6180469716em;
}

.pager {
  padding-left: 0;
  margin: 25px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #dedede;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #767676;
  cursor: not-allowed;
  background-color: #fff;
}

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

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

.label-default {
  background-color: #767676;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(92.5, 92.5, 92.5);
}

.label-primary {
  background-color: #20419a;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(23.2258064516, 47.1774193548, 111.7741935484);
}

.label-success {
  background-color: #11872d;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(11.2960526316, 89.7039473684, 29.9013157895);
}

.label-info {
  background-color: #007cb5;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(0, 89.0607734807, 130);
}

.label-warning {
  background-color: #ffda02;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(206, 175.8735177866, 0);
}

.label-danger {
  background-color: #e7201d;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(188.936, 22.572, 20.064);
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #767676;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #20419a;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #dedede;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: rgb(196.5, 196.5, 196.5);
}
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 1.618em;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 25px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 1em;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #464646;
}

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

.alert {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 1em;
}
.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: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.alert-success hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.alert-warning hr {
  border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
}
.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.alert-danger hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
}
.alert-danger .alert-link {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 25px;
  margin-bottom: 25px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 1em;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

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

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

.media-body {
  width: 10000px;
}

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

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

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

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

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #767676;
  cursor: not-allowed;
  background-color: #dedede;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #767676;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #20419a;
  border-color: #20419a;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: rgb(155.6451612903, 176.935483871, 234.3548387097);
}

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

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

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

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

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

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

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 25px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 1em;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0em;
  border-top-right-radius: 0em;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

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

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

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 0em;
  border-top-right-radius: 0em;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0em;
  border-bottom-left-radius: 0em;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 0em;
  border-top-right-radius: 0em;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 0em;
  border-top-right-radius: 0em;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 0em;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0em;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0em;
  border-bottom-left-radius: 0em;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 0em;
  border-bottom-left-radius: 0em;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 0em;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 0em;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 25px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 1em;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #464646;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #464646;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

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

.panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.panel-info {
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}

.panel-warning {
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}

.panel-danger {
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  border: 1px solid rgb(229.15, 229.15, 229.15);
  border-radius: 1em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 1.618em;
}

.well-sm {
  padding: 9px;
  border-radius: 0.6180469716em;
}

.close {
  float: right;
  font-size: 24px;
  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: 1055;
  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: 1.618em;
  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: 1050;
  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.6;
}

.modal-body {
  position: relative;
  padding: 2em;
}

.modal-footer {
  padding: 2em;
  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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "HCo Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgb(31.75, 31.75, 31.75);
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgb(31.75, 31.75, 31.75);
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgb(31.75, 31.75, 31.75);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgb(31.75, 31.75, 31.75);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgb(31.75, 31.75, 31.75);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgb(31.75, 31.75, 31.75);
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgb(31.75, 31.75, 31.75);
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgb(31.75, 31.75, 31.75);
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: rgb(31.75, 31.75, 31.75);
  border-radius: 1em;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "HCo Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1.618em;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 16px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 0.618em 0.618em 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.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;
}
.visible-xs {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

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

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

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

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

.intl-tel-input {
  position: relative;
  display: inline-block;
}
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .v-hide {
  visibility: hidden;
}
.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}
@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
  margin-right: 6px;
}
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}
.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti-flag {
  width: 20px;
}
.iti-flag.be {
  width: 18px;
}
.iti-flag.ch {
  width: 15px;
}
.iti-flag.mc {
  width: 19px;
}
.iti-flag.ne {
  width: 18px;
}
.iti-flag.np {
  width: 13px;
}
.iti-flag.va {
  width: 15px;
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}
.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("../img/flags@2x.png");
  }
}

.iti-flag.np {
  background-color: transparent;
}

.jssocials-shares {
  margin: 0.2em 0;
}

.jssocials-shares * {
  box-sizing: border-box;
}

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0;
}

.jssocials-share:last-child {
  margin-right: 0;
}

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
}

img.jssocials-share-logo {
  width: auto;
  height: 1em;
}

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}
.jssocials-share-link.jssocials-share-link-count {
  padding-top: 0.2em;
}
.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: 0.6em;
  margin: 0 -0.5em -0.8em -0.5em;
}
.jssocials-share-link.jssocials-share-no-count {
  padding-top: 0.5em;
}
.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em;
}

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle;
}

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
}
.jssocials-share-count-box.jssocials-share-no-count {
  display: none;
}

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}

.jssocials-share-twitter .jssocials-share-link {
  background: #00aced;
}
.jssocials-share-twitter .jssocials-share-link:hover {
  background: rgb(0, 134.9873417722, 186);
}

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998;
}
.jssocials-share-facebook .jssocials-share-link:hover {
  background: rgb(44.7393364929, 67.4881516588, 115.2606635071);
}

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39;
}
.jssocials-share-googleplus .jssocials-share-link:hover {
  background: rgb(193.7327586207, 50.8793103448, 33.2672413793);
}

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6;
}
.jssocials-share-linkedin .jssocials-share-link:hover {
  background: rgb(0, 88.532967033, 131);
}

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027;
}
.jssocials-share-pinterest .jssocials-share-link:hover {
  background: rgb(158.9446808511, 25.0553191489, 30.5361702128);
}

.jssocials-share-email .jssocials-share-link {
  background: #3490F3;
}
.jssocials-share-email .jssocials-share-link:hover {
  background: rgb(13.6186046512, 118.0279069767, 230.3813953488);
}

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823;
}
.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: rgb(200.75, 52.0125, 18.25);
}

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628;
}
.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: rgb(30.8495145631, 124.9029126214, 30.0970873786);
}

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0;
}
.jssocials-share-telegram .jssocials-share-link:hover {
  background: rgb(27.7975206612, 136.2975206612, 189.2024793388);
}

.jssocials-share-line .jssocials-share-link {
  background: #25af00;
}
.jssocials-share-line .jssocials-share-link:hover {
  background: rgb(26.2171428571, 124, 0);
}

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d;
}
.jssocials-share-viber .jssocials-share-link:hover {
  background: rgb(96.6428571429, 63.6428571429, 123.3571428571);
}

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056;
}
.jssocials-share-pocket .jssocials-share-link:hover {
  background: rgb(232.5217391304, 19.4782608696, 46.2608695652);
}

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff;
}
.jssocials-share-messenger .jssocials-share-link:hover {
  background: rgb(0, 105.6, 204);
}

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e;
}
.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: rgb(52.3222748815, 77.345971564, 107.6777251185);
}

.jssocials-share-rss .jssocials-share-link {
  background: #ff9900;
}
.jssocials-share-rss .jssocials-share-link:hover {
  background: rgb(204, 122.4, 0);
}

.jssocials-share-link {
  padding: 0.5em 0.6em;
  color: #fff;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
  color: #fff;
}

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 0.3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-count-box:hover {
  background: rgb(219.5, 219.5, 219.5);
}
.jssocials-share-count-box:hover:after {
  border-color: transparent rgb(219.5, 219.5, 219.5) transparent transparent;
}
.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  transform: rotate(360deg);
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444;
}

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

.flatpickr-input {
  cursor: pointer;
  z-index: 1;
}

.flatpickr-mobileInput {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  box-sizing: border-box;
  padding: 0;
}

.flatpickr-calendar {
  background: #fff;
  display: none;
  text-align: center;
  padding: 0;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  border-radius: 3px;
  position: absolute;
  max-width: 247px;
  min-width: 200px;
}

.flatpickr-calendar.open {
  opacity: 1;
  z-index: 99999;
  display: inline-block;
}

.flatpickr-calendar.inline {
  display: table;
  max-width: 288px;
  margin-top: 2px;
  position: relative;
}

.flatpickr-calendar.static {
  position: relative;
}

.flatpickr-calendar.static.open {
  display: block;
}

.flatpickr-calendar.hasWeeks {
  max-width: 300px;
}

.flatpickr-calendar:after,
.flatpickr-calendar:before {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-month,
.flatpickr-next-month i,
.flatpickr-prev-month i {
  position: relative;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-month {
  background: 0 0;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  padding: 4px 0 0;
  text-align: center;
}

.flatpickr-next-month,
.flatpickr-prev-month {
  text-decoration: none;
  cursor: pointer;
}

.flatpickr-next-month svg,
.flatpickr-prev-month svg {
  width: 14px;
  position: absolute;
  top: 9px;
}

.flatpickr-next-month svg path,
.flatpickr-prev-month svg path {
  fill: inherit;
}

.flatpickr-next-month svg:hover,
.flatpickr-prev-month svg:hover {
  fill: #007cb5;
}

.flatpickr-next-month:hover,
.flatpickr-prev-month:hover {
  color: #007cb5;
}

.flatpickr-prev-month svg {
  left: 5px;
}

.flatpickr-next-month svg {
  right: 5px;
}

.flatpickr-current-month {
  font-size: 135%;
  font-weight: 300;
  color: inherit;
  position: relative;
  display: inline-block;
}

.flatpickr-current-month .cur-month {
  font-weight: 700;
  color: inherit;
}

.flatpickr-current-month .cur-year {
  background: 0 0;
  box-sizing: border-box;
  color: inherit;
  cursor: default;
  padding: 0;
  margin: 0;
  width: 3.2em;
  display: inline;
  font-size: inherit;
  font-weight: 300;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}

.flatpickr-current-month .cur-year:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-weekdays {
  background: 0 0;
  text-align: center;
  overflow: hidden;
}

.flatpickr-days {
  padding-top: 1px;
  outline: 0;
  text-align: left;
}

.flatpickr-day {
  background: 0 0;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-weight: 300;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day:hover {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #007cb5;
}

.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
  border-color: #007cb5;
  background: #007cb5;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover {
  background: #20419a;
  color: #fff;
  border-color: #20419a;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.prevMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: 0 0;
  border-color: transparent;
  cursor: default;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  color: rgba(0, 0, 0, 0.54);
  height: 24px;
  line-height: 24px;
  margin: 0;
  background: 0 0;
  text-align: center;
  display: block;
  float: left;
  width: 14.28%;
  font-weight: 700;
}

.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 0.25rem;
  border-right: 1px solid #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
}

.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
}

.flatpickr-rContainer {
  display: inline-block;
  max-width: 247px;
}

.flatpickr-time {
  overflow: auto;
  text-align: center;
  border-top: 0;
  outline: 0;
  display: block;
  display: flex;
}

.flatpickr-am-pm,
.flatpickr-time input,
.flatpickr-time-separator {
  height: 38px;
  display: inline-block;
  line-height: 38px;
  color: #393939;
}

.flatpickr-time input {
  -moz-appearance: textfield;
  background: 0 0;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  flex: 1;
  width: 33%;
  min-width: 33%;
  text-align: center;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-weight: 700;
}

.flatpickr-time input.flatpickr-minute {
  width: 26%;
  font-weight: 300;
}

.flatpickr-time input.flatpickr-second {
  font-weight: 300;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time input:focus,
.flatpickr-time input:hover {
  -moz-appearance: number-input;
  background: #f0f0f0;
}

.flatpickr-time.has-seconds input[type=number] {
  width: 25%;
  min-width: 25%;
}

.hasTime .flatpickr-days,
.hasWeeks .flatpickr-days {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.hasWeeks .flatpickr-days {
  border-left: 0;
}

.flatpickr-rContainer + .flatpickr-time {
  border-top: 1px solid #e6e6e6;
}

.flatpickr-am-pm {
  outline: 0;
  width: 21%;
  padding: 0 2%;
  cursor: pointer;
  text-align: left;
  font-weight: 300;
}

.flatpickr-am-pm:focus,
.flatpickr-am-pm:hover {
  background: #f0f0f0;
}

@media all and (-ms-high-contrast: none) {
  .flatpickr-month {
    padding: 0;
  }
}
/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
  padding: 10px 0 10px 3%;
}

#mc_embed_signup h2 {
  font-weight: bold;
  padding: 0;
  margin: 15px 0;
  font-size: 1.4em;
}

#mc_embed_signup input {
  border: 1px solid #abb0b2;
  border-radius: 3px;
}

#mc_embed_signup input[type=checkbox] {
  -webkit-appearance: checkbox;
}

#mc_embed_signup input[type=radio] {
  -webkit-appearance: radio;
}

#mc_embed_signup input:focus {
  border-color: #333;
}

#mc_embed_signup .button {
  clear: both;
  background-color: #007cb5;
  border: 0 none;
  border-radius: 4px;
  transition: all 0.23s ease-in-out 0s;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
}

#mc_embed_signup .button:hover {
  background-color: rgb(0, 106.5303867403, 155.5);
}

#mc_embed_signup .small-meta {
  font-size: 12px;
}

#mc_embed_signup .nowrap {
  white-space: nowrap;
}

#mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  width: 96%;
  padding-bottom: 3%;
  min-height: 50px;
}

#mc_embed_signup .size1of2 {
  clear: none;
  float: left;
  display: inline-block;
  width: 46%;
  margin-right: 4%;
}

* html #mc_embed_signup .size1of2 {
  margin-right: 2%; /* Fix for IE6 double margins. */
}

#mc_embed_signup .mc-field-group label {
  display: block;
  margin-bottom: 3px;
}

#mc_embed_signup .mc-field-group input {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-indent: 2%;
}

#mc_embed_signup .mc-field-group select {
  display: inline-block;
  width: 99%;
  padding: 5px 0;
  margin-bottom: 2px;
}

#mc_embed_signup .datefield,
#mc_embed_signup .phonefield-us {
  padding: 5px 0;
}

#mc_embed_signup .datefield input,
#mc_embed_signup .phonefield-us input {
  display: inline;
  width: 60px;
  margin: 0 2px;
  letter-spacing: 1px;
  text-align: center;
  padding: 5px 0 2px 0;
}

#mc_embed_signup .phonefield-us .phonearea input,
#mc_embed_signup .phonefield-us .phonedetail1 input {
  width: 40px;
}

#mc_embed_signup .datefield .monthfield input,
#mc_embed_signup .datefield .dayfield input {
  width: 30px;
}

#mc_embed_signup .datefield label,
#mc_embed_signup .phonefield-us label {
  display: none;
}

#mc_embed_signup .indicates-required {
  text-align: right;
  font-size: 12px;
  margin-right: 4%;
}

#mc_embed_signup .asterisk {
  font-weight: normal;
}

#mc_embed_signup .clear {
  clear: both;
}

#mc_embed_signup .mc-field-group.input-group ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}

#mc_embed_signup .mc-field-group.input-group ul li {
  display: block;
  padding: 3px 0;
  margin: 0;
}

#mc_embed_signup .mc-field-group.input-group label {
  display: inline;
}

#mc_embed_signup .mc-field-group.input-group input {
  display: inline;
  width: auto;
  border: none;
}

#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em 0.5em 0em 0.5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both;
}

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em 0.5em 0.5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}

#mc_embed_signup #mce-error-response {
  display: none;
}

#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none;
}

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: 0.5em 0;
}

#mc-embedded-subscribe {
  clear: both;
  width: auto;
  display: block;
  margin: 1em 0 1em 5%;
}

#mc_embed_signup #num-subscribers {
  font-size: 1.1em;
}

#mc_embed_signup #num-subscribers span {
  padding: 0.5em;
  border: 1px solid #ccc;
  margin-right: 0.5em;
  font-weight: bold;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #e85c41;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@font-face {
  font-family: "HCo Gotham";
  src: url("../fonts/hco_fonts/woff2/Gotham-Book_Web.woff2") format("woff2"), url("../fonts/hco_fonts/woff/Gotham-Book_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HCo Gotham";
  src: url("../fonts/hco_fonts/woff2/Gotham-BookItalic_Web.woff2") format("woff2"), url("../fonts/hco_fonts/woff/Gotham-BookItalic_Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "HCo Gotham";
  src: url("../fonts/hco_fonts/woff2/Gotham-Bold_Web.woff2") format("woff2"), url("../fonts/hco_fonts/woff/Gotham-Bold_Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "HCo Gotham";
  src: url("../fonts/hco_fonts/woff2/Gotham-BoldItalic_Web.woff2") format("woff2"), url("../fonts/hco_fonts/woff/Gotham-BoldItalic_Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "HCo Gotham";
  src: url("../fonts/hco_fonts/woff2/Gotham-Black_Web.woff2") format("woff2"), url("../fonts/hco_fonts/woff/Gotham-Black_Web.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "HCo Gotham";
  src: url("../fonts/hco_fonts/woff2/Gotham-BlackItalic_Web.woff2") format("woff2"), url("../fonts/hco_fonts/woff/Gotham-BlackItalic_Web.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.woff2") format("woff2");
}
/**
 * Fade In
 */
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  --scrollbarWidth: 0px;
  --viewportWidth: calc(100vw - var(--scrollbarWidth));
}

/* HTML5 Shiv */
header,
nav,
article,
footer,
section,
aside,
figure,
figcaption {
  display: block;
}

a {
  transition: color 0.1s ease-in-out;
}

sup {
  font-size: 60%;
  top: -0.45em;
}

h1,
h2,
.h1,
.h2 {
  color: #20419a;
  font-weight: 900;
}
h1.text-muted,
h2.text-muted,
.h1.text-muted,
.h2.text-muted {
  color: #767676;
}

h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
  color: #20419a;
  font-weight: 700;
}
h3.text-muted,
h4.text-muted,
h5.text-muted,
h6.text-muted,
.h3.text-muted,
.h4.text-muted,
.h5.text-muted,
.h6.text-muted {
  color: #767676;
}

button.unstyled {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
}

.brand-default {
  color: #464646;
}

.brand-primary {
  color: #20419a;
}

.brand-secondary,
a.brand-secondary {
  color: #007cb5;
}

.brand-tertiary,
a.brand-tertiary {
  color: #ffda02;
}

.brand-tertiary-dark,
a.brand-tertiary-dark {
  color: #846406;
}

.brand-tertiary-light,
a.brand-tertiary-light {
  color: #ffef94;
}

.brand-success,
a.brand-success {
  color: #11872d;
}

.brand-danger,
a.brand-danger {
  color: #e7201d;
}

.text-small {
  font-size: 14px;
}

.btn-secondary {
  color: #fff;
  background-color: #007cb5;
  border-color: rgb(0, 106.5303867403, 155.5);
  text-shadow: 0 1px 1px rgba(32, 65, 154, 0.5);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(0, 89.0607734807, 130);
  border-color: rgb(0, 19.182320442, 28);
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(0, 89.0607734807, 130);
  border-color: rgb(0, 64.6033149171, 94.3);
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 89.0607734807, 130);
  background-image: none;
  border-color: rgb(0, 64.6033149171, 94.3);
}
.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(0, 64.6033149171, 94.3);
  border-color: rgb(0, 19.182320442, 28);
}
.btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus {
  background-color: #007cb5;
  border-color: rgb(0, 106.5303867403, 155.5);
}
.btn-secondary .badge {
  color: #007cb5;
  background-color: #fff;
}

.btn-warning {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.skip-link:focus {
  background-color: #007cb5;
  clip: auto !important;
  clip-path: none;
  color: #fff;
  display: block;
  font-size: 16px;
  height: auto;
  left: 1rem;
  letter-spacing: 1px;
  line-height: normal;
  padding: 10px 16px;
  text-decoration: none;
  top: 1rem;
  width: auto;
  z-index: 100000;
}

/**
 * Outlines
 */
a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus,
[tabindex] focus:focus,
.btn:focus,
.label:focus,
.jssocials-share-link:focus,
.dropdown-toggle:focus {
  outline: 2px solid #009de6;
  outline-offset: 2px;
}
a:focus:not(:focus-visible),
input:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
select:focus:not(:focus-visible),
button:focus:not(:focus-visible),
[tabindex] focus:focus:not(:focus-visible),
.btn:focus:not(:focus-visible),
.label:focus:not(:focus-visible),
.jssocials-share-link:focus:not(:focus-visible),
.dropdown-toggle:focus:not(:focus-visible) {
  outline-color: transparent;
}
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
button:focus-visible,
[tabindex] focus:focus-visible,
.btn:focus-visible,
.label:focus-visible,
.jssocials-share-link:focus-visible,
.dropdown-toggle:focus-visible {
  outline: 2px solid #009de6;
}

.panel-heading a:focus {
  outline-offset: 4px;
}

.list-group a:focus,
.panel-collapse a:focus,
.navbar-nav > li > a:focus,
.navbar-nav > li > button:focus,
.vertical-tabs a:focus {
  outline-offset: -6px;
}

/**
 * Remove input box shadows
 */
.form-control:focus {
  box-shadow: none;
}

/**
 * Pull up titles next to sidebars
 */
@media (min-width: 768px) {
  #catalog-main .page-header h1,
  #help-main > h2:first-child,
  #help-main .user-content :first-child {
    margin-top: 0;
  }
}
/* Labels */
.label {
  border-radius: 999px;
  font-size: 60%;
  font-weight: normal;
}

.label-default {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #767676;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(229.5, 229.5, 229.5);
}

a.label-default:hover, a.label-default:focus {
  color: #767676;
}

.pager li > a,
.pager li > span,
.pager li > button {
  border-radius: 999px;
}

/* Allow buttons to work in Bootstrap pager */
.pager li > button {
  color: #20419a;
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
}

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

.pager .next > button {
  float: right;
}

.pager .previous > button {
  float: left;
}

.pager .disabled > button,
.pager .disabled > button:hover,
.pager .disabled > button:focus {
  background-color: #fff;
  color: #6a6a6a;
  cursor: not-allowed;
}

/* Allow buttons to work in dropdown menus */
.dropdown-menu > li > button {
  background: transparent;
  border: 0;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.6;
  color: #464646;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}

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

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

.dropdown-menu > .disabled > button,
.dropdown-menu > .disabled > button:hover,
.dropdown-menu > .disabled > button:focus {
  color: #6a6a6a;
}

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

/* Contrast fixes */
.breadcrumb > .active,
.help-block,
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #6a6a6a;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  opacity: 0.75;
}

dd {
  margin-bottom: 10px;
}

h4 a {
  display: inline-block;
}

.menu > h4 > a,
.panel-title a {
  display: block;
}

.a2a_kit a {
  float: right;
}

.tab-pane.active {
  padding: 15px;
}

ul.pad-items li {
  padding-bottom: 5px;
  padding-top: 5px;
}

.form-search button {
  line-height: 1.6;
}

.alert {
  border-width: 0;
}

.breadcrumb {
  font-size: 12px;
  margin-bottom: 0;
}

.tooltip {
  font-size: 12px;
}

.lead-small {
  font-size: 20px;
}

.page-header {
  border-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
}

.dropdown-menu .confirm-item {
  background-color: #fafafa;
  border-top: 1px solid rgb(237.25, 237.25, 237.25);
  color: #464646;
  overflow: hidden;
  padding: 12px 15px;
}
.dropdown-menu .confirm-item .btn {
  border: 1px solid;
  clear: none;
  display: inline-block;
  margin-top: 10px;
  padding: 3px 6px;
  text-align: center;
  width: 40%;
}
.dropdown-menu .confirm-item .btn-primary {
  color: #fff;
  background-color: #20419a;
  border-color: rgb(27.6129032258, 56.0887096774, 132.8870967742);
}
.dropdown-menu .confirm-item .btn-primary:focus, .dropdown-menu .confirm-item .btn-primary.focus {
  color: #fff;
  background-color: rgb(23.2258064516, 47.1774193548, 111.7741935484);
  border-color: rgb(5.6774193548, 11.5322580645, 27.3225806452);
}
.dropdown-menu .confirm-item .btn-primary:hover {
  color: #fff;
  background-color: rgb(23.2258064516, 47.1774193548, 111.7741935484);
  border-color: rgb(17.0838709677, 34.7016129032, 82.2161290323);
}
.dropdown-menu .confirm-item .btn-primary:active, .dropdown-menu .confirm-item .btn-primary.active, .open > .dropdown-menu .confirm-item .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(23.2258064516, 47.1774193548, 111.7741935484);
  background-image: none;
  border-color: rgb(17.0838709677, 34.7016129032, 82.2161290323);
}
.dropdown-menu .confirm-item .btn-primary:active:hover, .dropdown-menu .confirm-item .btn-primary:active:focus, .dropdown-menu .confirm-item .btn-primary:active.focus, .dropdown-menu .confirm-item .btn-primary.active:hover, .dropdown-menu .confirm-item .btn-primary.active:focus, .dropdown-menu .confirm-item .btn-primary.active.focus, .open > .dropdown-menu .confirm-item .btn-primary.dropdown-toggle:hover, .open > .dropdown-menu .confirm-item .btn-primary.dropdown-toggle:focus, .open > .dropdown-menu .confirm-item .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(17.0838709677, 34.7016129032, 82.2161290323);
  border-color: rgb(5.6774193548, 11.5322580645, 27.3225806452);
}
.dropdown-menu .confirm-item .btn-primary.disabled:hover, .dropdown-menu .confirm-item .btn-primary.disabled:focus, .dropdown-menu .confirm-item .btn-primary.disabled.focus, .dropdown-menu .confirm-item .btn-primary[disabled]:hover, .dropdown-menu .confirm-item .btn-primary[disabled]:focus, .dropdown-menu .confirm-item .btn-primary[disabled].focus, fieldset[disabled] .dropdown-menu .confirm-item .btn-primary:hover, fieldset[disabled] .dropdown-menu .confirm-item .btn-primary:focus, fieldset[disabled] .dropdown-menu .confirm-item .btn-primary.focus {
  background-color: #20419a;
  border-color: rgb(27.6129032258, 56.0887096774, 132.8870967742);
}
.dropdown-menu .confirm-item .btn-primary .badge {
  color: #20419a;
  background-color: #fff;
}
.dropdown-menu .confirm-item .btn-danger {
  color: #fff !important;
  color: #fff;
  background-color: #e7201d;
  border-color: rgb(211.988, 25.326, 22.512);
}
.dropdown-menu .confirm-item .btn-danger:focus, .dropdown-menu .confirm-item .btn-danger.focus {
  color: #fff;
  background-color: rgb(188.936, 22.572, 20.064);
  border-color: rgb(96.728, 11.556, 10.272);
}
.dropdown-menu .confirm-item .btn-danger:hover {
  color: #fff;
  background-color: rgb(188.936, 22.572, 20.064);
  border-color: rgb(156.6632, 18.7164, 16.6368);
}
.dropdown-menu .confirm-item .btn-danger:active, .dropdown-menu .confirm-item .btn-danger.active, .open > .dropdown-menu .confirm-item .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(188.936, 22.572, 20.064);
  background-image: none;
  border-color: rgb(156.6632, 18.7164, 16.6368);
}
.dropdown-menu .confirm-item .btn-danger:active:hover, .dropdown-menu .confirm-item .btn-danger:active:focus, .dropdown-menu .confirm-item .btn-danger:active.focus, .dropdown-menu .confirm-item .btn-danger.active:hover, .dropdown-menu .confirm-item .btn-danger.active:focus, .dropdown-menu .confirm-item .btn-danger.active.focus, .open > .dropdown-menu .confirm-item .btn-danger.dropdown-toggle:hover, .open > .dropdown-menu .confirm-item .btn-danger.dropdown-toggle:focus, .open > .dropdown-menu .confirm-item .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(156.6632, 18.7164, 16.6368);
  border-color: rgb(96.728, 11.556, 10.272);
}
.dropdown-menu .confirm-item .btn-danger.disabled:hover, .dropdown-menu .confirm-item .btn-danger.disabled:focus, .dropdown-menu .confirm-item .btn-danger.disabled.focus, .dropdown-menu .confirm-item .btn-danger[disabled]:hover, .dropdown-menu .confirm-item .btn-danger[disabled]:focus, .dropdown-menu .confirm-item .btn-danger[disabled].focus, fieldset[disabled] .dropdown-menu .confirm-item .btn-danger:hover, fieldset[disabled] .dropdown-menu .confirm-item .btn-danger:focus, fieldset[disabled] .dropdown-menu .confirm-item .btn-danger.focus {
  background-color: #e7201d;
  border-color: rgb(211.988, 25.326, 22.512);
}
.dropdown-menu .confirm-item .btn-danger .badge {
  color: #e7201d;
  background-color: #fff;
}
.dropdown-menu .confirm-item .btn-default {
  border-color: #dedede;
}

/* Default user content images to be responsive */
.user-content img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* Prevent Slick flicker of content */
.carousel {
  display: none;
}

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

/**
 * Forms
 */
.register-notice {
  font-size: 12px;
}

.required label::after {
  color: #e7201d;
  content: " *";
}
.required.has-error label::after {
  color: #e7201d;
}

legend .fa {
  line-height: 1.6;
}

legend.control-label {
  border: 0;
  font-size: inherit;
  font-weight: bold;
  margin: 0;
}

.input-group-btn .btn {
  border-radius: 0;
  line-height: 1.2;
  padding: 9px 12px;
}
.input-group-btn .btn-default {
  color: inherit;
}
.input-group-btn .btn-primary {
  border-color: #20419a;
}
.input-group-btn .btn-secondary {
  border-color: #007cb5;
}

.flag-container {
  z-index: 100;
}

.intl-tel-input {
  display: block;
}

.image-thumbnail .delete-btn-group {
  position: absolute;
  right: 15px;
  top: 0;
}
.image-thumbnail .btn-delete {
  line-height: 1;
  padding: 2px;
}

/**
 * Auth Clients
 */
.auth-clients p {
  margin: 0;
}
.auth-clients p + p {
  margin-top: 14px;
}
.auth-clients .btn {
  color: #fff;
}
.auth-clients .btn:hover, .auth-clients .btn:active, .auth-clients .btn:focus {
  background-color: #a73425;
  border-color: #9f3123;
  color: #fff;
}
.auth-clients .btn .auth-title .fa {
  background-color: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.025);
  border-radius: 100px;
  margin-right: 5px;
  padding: 4px 6px;
}
.auth-clients .btn.google {
  background-color: #d32f2f;
  border-color: #d32f2f;
}
.auth-clients .btn.google:hover, .auth-clients .btn.google:active, .auth-clients .btn.google:focus {
  background-color: #a73425;
  border-color: #9f3123;
}
.auth-clients .btn.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
.auth-clients .btn.facebook.facebook:hover, .auth-clients .btn.facebook.facebook:active, .auth-clients .btn.facebook.facebook:focus {
  background-color: #2a3f6c;
  border-color: #273b65;
}

#header-cta .btn-signup {
  background-color: #007cb5;
  border-color: #fff;
  border-radius: 100px;
  color: #fff;
}

.grecaptcha-badge {
  background: #fff;
  z-index: 10;
}

/**
 * Font Awesome fixes
 */
.has-feedback label.sr-only ~ .form-control-feedback {
  color: #767676;
  top: 12px;
}

.has-feedback label ~ .form-control-feedback {
  color: #767676;
  top: 42px;
}

.compress-lists ul {
  margin-bottom: 0;
}

/**
 * Page Overrides
 */
.page-1 #header-cta h3 {
  margin: 0;
}
.page-1 #header-cta img {
  margin: 0.25em 1em;
}

#parts-panel .panel {
  border-color: #6a6a6a;
  margin: 1.5em;
}
#parts-panel .panel .panel-heading {
  background-color: #6a6a6a;
  color: #fff;
}
#parts-panel .panel .panel-heading a {
  color: #fff;
}

/**
 * Add at bottom to ensure color is applied properly.
 */
.panel-heading > .dropdown .dropdown-toggle,
.panel-title,
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}

@media (min-width: 768px) {
  #store-finder-modal h2 {
    display: inline;
  }
}
#store-finder-modal .modal-header a {
  color: #6a6a6a;
  font-size: 12px;
  text-transform: none;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #store-finder-modal .modal-header a {
    margin-left: 1rem;
  }
}
#store-finder-modal h3 {
  font-size: 16px;
  margin: 0 0 0.5rem;
}
#store-finder-modal .store {
  padding: 15px 0;
  position: relative;
}
#store-finder-modal .store:nth-child(odd) {
  background-color: #f2f2f2;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
}
#store-finder-modal .store:nth-child(odd) .btn-default {
  background-color: #fff;
}
#store-finder-modal .store:nth-child(odd) .btn-default:hover, #store-finder-modal .store:nth-child(odd) .btn-default:active {
  background-color: #f6f6f6;
}
#store-finder-modal .btn-my-store {
  font-size: 12px;
}
@media (max-width: 991px) {
  #store-finder-modal .btn-my-store {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  #store-change-confirm-modal .modal-body > div {
    text-align: center;
    margin-bottom: 1rem;
  }
}
#store-change-confirm-modal .modal-body button {
  width: 200px;
}

html {
  background: #464646;
}

body {
  background: #fff;
  min-width: 320px;
  position: relative;
}

.request-mobileapp #header,
.request-mobileapp .btn-my-store {
  display: none;
  visibility: hidden;
}

/**
 * Main header bar
 */
.navbar .search-form,
#sidebar-search-form,
#main .search-form {
  margin-top: 10px;
}
.navbar .search-form .form-control,
#sidebar-search-form .form-control,
#main .search-form .form-control {
  background-color: #fff;
  border-radius: 99em 0 0 99em !important;
  border-right: none;
  font-size: 0.8em;
  height: 3.8rem;
}
.navbar .search-form .form-control:focus,
#sidebar-search-form .form-control:focus,
#main .search-form .form-control:focus {
  box-shadow: none;
  outline-color: transparent;
}
.navbar .search-form .form-control:focus + span button,
#sidebar-search-form .form-control:focus + span button,
#main .search-form .form-control:focus + span button {
  border-color: #007cb5;
}
.navbar .search-form button,
#sidebar-search-form button,
#main .search-form button {
  border-color: #949494;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  border-left: none;
  color: #767676;
  height: 3.8rem;
  padding: 8px 15px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.navbar .search-form button:hover, .navbar .search-form button:active, .navbar .search-form button:focus, .navbar .search-form button:focus-visible,
#sidebar-search-form button:hover,
#sidebar-search-form button:active,
#sidebar-search-form button:focus,
#sidebar-search-form button:focus-visible,
#main .search-form button:hover,
#main .search-form button:active,
#main .search-form button:focus,
#main .search-form button:focus-visible {
  background-color: #f2f2f2;
  border-color: #949494;
  outline-color: #009de6;
  outline-offset: -2px;
}
.navbar .search-form .btns,
#sidebar-search-form .btns,
#main .search-form .btns {
  margin-left: 5px;
}
.navbar .search-form .btns a,
#sidebar-search-form .btns a,
#main .search-form .btns a {
  color: #767676;
  font-size: 1.5em;
  line-height: 1em;
  padding: 6px 12px;
  position: relative;
}
.navbar .search-form .btns a:hover, .navbar .search-form .btns a:focus,
#sidebar-search-form .btns a:hover,
#sidebar-search-form .btns a:focus,
#main .search-form .btns a:hover,
#main .search-form .btns a:focus {
  color: #20419a;
}
.navbar .search-form .btns a .badge,
#sidebar-search-form .btns a .badge,
#main .search-form .btns a .badge {
  background-color: #007cb5;
  font-size: 10px;
  padding: 3px 5px;
  position: absolute;
  right: 0;
  top: 0;
}
.navbar .search-form .btns a .badge-warning,
#sidebar-search-form .btns a .badge-warning,
#main .search-form .btns a .badge-warning {
  background-color: #ffda02;
  color: #20419a;
}
.navbar .search-form .btns .tooltip.top,
#sidebar-search-form .btns .tooltip.top,
#main .search-form .btns .tooltip.top {
  margin-top: 0;
}

#sidebar-search-form input {
  font-size: 14px;
}

@media (min-width: 768px) {
  #header-image {
    margin-top: -25px;
  }
}
#header-image img {
  height: auto;
  width: 100%;
}

#header-cta + #header-image,
.request-mobileapp #header-image {
  margin-top: 0;
}

#header-cta,
#footer-cta {
  background: #20419a;
  background: linear-gradient(to bottom, rgb(28.4903225806, 57.8709677419, 137.1096774194) 0%, #20419a 25%, #20419a 75%, rgb(28.4903225806, 57.8709677419, 137.1096774194) 100%);
  color: #bcc2da;
  margin-top: -25px;
  padding: 15px 0;
}
#header-cta h1,
#header-cta h2,
#header-cta h3,
#header-cta h4,
#header-cta h5,
#header-cta .h1,
#header-cta .h2,
#header-cta .h3,
#header-cta .h4,
#header-cta .h5,
#footer-cta h1,
#footer-cta h2,
#footer-cta h3,
#footer-cta h4,
#footer-cta h5,
#footer-cta .h1,
#footer-cta .h2,
#footer-cta .h3,
#footer-cta .h4,
#footer-cta .h5 {
  color: #fff;
  margin: 0.4em 0;
}
#header-cta h4,
#footer-cta h4 {
  color: #fff;
  margin-top: 0.4em;
}
@media (max-width: 767px) {
  #header-cta h4,
  #footer-cta h4 {
    font-size: 16px;
    margin-top: 0;
  }
}
#header-cta a,
#footer-cta a {
  color: #fff;
}
#header-cta a:focus,
#footer-cta a:focus {
  outline-color: #fff;
}
#header-cta a:focus:not(:focus-visible),
#footer-cta a:focus:not(:focus-visible) {
  outline-color: transparent;
}
#header-cta a:focus-visible,
#footer-cta a:focus-visible {
  outline-color: #fff;
}
.standalone-page #header-cta h3,
.standalone-page #footer-cta h3 {
  color: #fff;
  margin: 0;
}
.standalone-page #header-cta h3 img,
.standalone-page #footer-cta h3 img {
  margin: 0.25em 1em;
}
#header-cta.newsletter-signup,
#footer-cta.newsletter-signup {
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  #header-cta.newsletter-signup h2,
  #footer-cta.newsletter-signup h2 {
    margin-bottom: 1em;
  }
}
#header-cta p,
#footer-cta p {
  font-size: 14px;
}
@media (min-width: 768px) {
  #header-cta p,
  #footer-cta p {
    margin-bottom: 0;
  }
}
#header-cta form,
#footer-cta form {
  margin-top: 0.2em;
}
#header-cta form input,
#header-cta form button,
#footer-cta form input,
#footer-cta form button {
  border-color: transparent;
}
#header-cta form input:focus,
#header-cta form button:focus,
#footer-cta form input:focus,
#footer-cta form button:focus {
  outline-color: #fff;
  outline-offset: 2px;
}
#header-cta form input:focus:not(:focus-visible),
#header-cta form button:focus:not(:focus-visible),
#footer-cta form input:focus:not(:focus-visible),
#footer-cta form button:focus:not(:focus-visible) {
  outline-color: transparent;
}
#header-cta form input:focus-visible,
#header-cta form button:focus-visible,
#footer-cta form input:focus-visible,
#footer-cta form button:focus-visible {
  outline-color: #fff;
}
#header-cta form input,
#footer-cta form input {
  background-color: #5c6d99;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  color: #fff;
}
#header-cta form button,
#footer-cta form button {
  background-color: #dedede;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  color: #464646;
  line-height: 1.5;
  padding: 5px 12px 5px 10px;
}

@media (max-width: 767px) {
  #header-cta {
    margin-top: 0;
  }
}

.request-mobileapp #header-cta {
  margin-top: 0;
}

#footer-cta {
  margin-bottom: -60px;
  margin-top: 60px;
}
#footer-cta a {
  color: #fff;
}

#top-cta a {
  display: block;
}
#top-cta .btn {
  display: inline-block;
}
#top-cta img {
  height: auto;
  width: 100%;
}

.accepts-marketing .newsletter-signup,
.accepts-marketing .newsletter-cta {
  display: none;
}

.has-banner #header-cta.newsletter-signup {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .home.accepts-marketing #top-cta,
  .template-index.accepts-marketing #top-cta,
  .has-banner.accepts-marketing #top-cta {
    margin-top: -25px;
  }
}

.newsletter-cta {
  background-color: #20419a;
  color: #fff;
  padding: 2em 0;
  text-align: center;
}
.newsletter-cta h3,
.newsletter-cta a,
.newsletter-cta .btn {
  color: #fff;
}
.newsletter-cta h3:focus,
.newsletter-cta a:focus,
.newsletter-cta .btn:focus {
  outline-color: #fff;
}
.newsletter-cta h3:focus:not(:focus-visible),
.newsletter-cta a:focus:not(:focus-visible),
.newsletter-cta .btn:focus:not(:focus-visible) {
  outline-color: transparent;
}
.newsletter-cta h3:focus-visible,
.newsletter-cta a:focus-visible,
.newsletter-cta .btn:focus-visible {
  outline-color: #fff;
}
.newsletter-cta h3 {
  margin-bottom: 1em;
}
.newsletter-cta label {
  font-weight: 900;
  margin-right: 1em;
}
@media (max-width: 767px) {
  .newsletter-cta label {
    min-width: 100px;
  }
}
.newsletter-cta input {
  color: #464646;
}
.newsletter-cta div.mce_inline_error {
  color: #e7201d;
}
.newsletter-cta input.mce_inline_error {
  border-color: #e7201d;
}

.howto-cta {
  background-color: #007cb5;
  color: #fff;
  padding: 2em 0;
  text-align: center;
}
.howto-cta h3,
.howto-cta a,
.howto-cta .btn {
  color: #fff;
}
.howto-cta h3:focus,
.howto-cta a:focus,
.howto-cta .btn:focus {
  outline-color: #fff;
}
.howto-cta h3:focus:not(:focus-visible),
.howto-cta a:focus:not(:focus-visible),
.howto-cta .btn:focus:not(:focus-visible) {
  outline-color: transparent;
}
.howto-cta h3:focus-visible,
.howto-cta a:focus-visible,
.howto-cta .btn:focus-visible {
  outline-color: #fff;
}
.howto-cta h3 {
  margin-bottom: 1em;
}

/**
 * Main Menu
 */
#nav-bar {
  font-size: 14px;
}
#nav-bar .navbar {
  background: none;
  border-radius: 0;
  border-left: none;
  border-right: none;
}
#nav-bar .navbar > .container {
  padding: 0;
}
#nav-bar .navbar-nav {
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  #nav-bar .navbar-nav {
    display: flex;
    justify-content: space-between;
  }
}
#nav-bar .navbar-nav:before, #nav-bar .navbar-nav:after {
  display: none;
}
#nav-bar .navbar-nav > .open > a, #nav-bar .navbar-nav > .open > a:hover, #nav-bar .navbar-nav > .open > a:focus,
#nav-bar .navbar-nav > .open > button,
#nav-bar .navbar-nav > .open > button:hover,
#nav-bar .navbar-nav > .open > button:focus {
  background-color: transparent;
  color: #20419a;
}
@media (min-width: 768px) {
  #nav-bar .navbar-nav > li {
    display: inline-block;
    float: none;
  }
}
#nav-bar .navbar-nav > li > a,
#nav-bar .navbar-nav > li > button {
  background: none;
  border: none;
  color: #20419a;
  font-size: 12px;
  font-weight: 600;
  line-height: 2.5rem;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #nav-bar .navbar-nav > li > a,
  #nav-bar .navbar-nav > li > button {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 991px) {
  #nav-bar .navbar-nav > li > a,
  #nav-bar .navbar-nav > li > button {
    font-size: 10px;
  }
}
#nav-bar .navbar-nav > li > a:hover, #nav-bar .navbar-nav > li > a:focus, #nav-bar .navbar-nav > li > a:active,
#nav-bar .navbar-nav > li > button:hover,
#nav-bar .navbar-nav > li > button:focus,
#nav-bar .navbar-nav > li > button:active {
  background: transparent;
  color: #20419a;
}
#nav-bar .navbar-nav > li > a:hover i, #nav-bar .navbar-nav > li > a:focus i, #nav-bar .navbar-nav > li > a:active i,
#nav-bar .navbar-nav > li > button:hover i,
#nav-bar .navbar-nav > li > button:focus i,
#nav-bar .navbar-nav > li > button:active i {
  color: #007cb5;
}
#nav-bar .navbar-nav > li > a i,
#nav-bar .navbar-nav > li > button i {
  color: #20419a;
}
#nav-bar .navbar-nav > li > a strong i,
#nav-bar .navbar-nav > li > button strong i {
  color: #20419a;
}
#nav-bar .navbar-nav li.open > a:after, #nav-bar .navbar-nav li.open > a:before,
#nav-bar .navbar-nav li.open > button:after,
#nav-bar .navbar-nav li.open > button:before {
  border: solid transparent;
  bottom: -1px;
  content: " ";
  left: 50%;
  pointer-events: none;
  position: absolute;
  height: 0;
  width: 0;
  z-index: 1001;
}
#nav-bar .navbar-nav li.open > a:after,
#nav-bar .navbar-nav li.open > button:after {
  border-bottom-color: rgb(247.1, 247.1, 247.1);
  border-width: 10px;
  margin-left: -10px;
}
#nav-bar .navbar-nav li.open > a:before,
#nav-bar .navbar-nav li.open > button:before {
  border-bottom-color: #dedede;
  border-width: 11px;
  margin-left: -11px;
}
#nav-bar .dropdown-menu-separated li {
  border-top: 1px solid #dedede;
}
#nav-bar .dropdown-menu-separated li:first-child {
  border-top: none;
}
#nav-bar .dropdown-menu-separated li a {
  padding: 1rem 2rem;
}
#nav-bar .dropdown-menu-separated li a:hover, #nav-bar .dropdown-menu-separated li a:focus {
  background-color: #f2f2f2;
}
#nav-bar .dropdown-menu-subheading a {
  color: #20419a;
  font-weight: bold;
}
#nav-bar .dropdown.single-column {
  position: relative;
}
#nav-bar .dropdown.single-column .dropdown-menu {
  left: 50%;
  right: auto;
  position: absolute;
  transform: translate(-50%, 0);
}
#nav-bar .dropdown-menu {
  background: rgb(247.1, 247.1, 247.1);
  border: none;
  border-top: 1px solid #dedede;
  font-size: 14px;
}
#nav-bar .dropdown-menu .fa {
  color: #767676;
  margin-right: 0.25rem;
}
#nav-bar .dropdown-menu a:hover,
#nav-bar .dropdown-menu a:focus {
  color: #20419a;
}
#nav-bar .dropdown-menu a:hover .fa,
#nav-bar .dropdown-menu a:focus .fa {
  color: #20419a;
}
#nav-bar .yamm-content {
  padding: 25px 50px;
}
#nav-bar .yamm-content .row {
  margin-left: -50px;
  margin-right: -50px;
}
#nav-bar .yamm-content .row > [class^=col-] {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1199px) {
  #nav-bar .yamm-content {
    padding: 25px 25px;
  }
  #nav-bar .yamm-content .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  #nav-bar .yamm-content .row > [class^=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#nav-bar .yamm-content ul {
  margin-bottom: 15px;
}
#nav-bar .yamm-content ul li {
  margin: 7px 0;
}
#nav-bar .yamm-content ul ul {
  margin-bottom: 15px;
  margin-left: 20px;
}
#nav-bar .yamm-content ul:last-child {
  margin-bottom: 0;
}
#nav-bar .yamm-content a {
  color: rgb(79.75, 79.75, 79.75);
  text-decoration: none;
}
#nav-bar .yamm-content a:hover, #nav-bar .yamm-content a:focus {
  color: #20419a;
}
#nav-bar .yamm-content .heading {
  font-size: 1em;
  letter-spacing: 0.5px;
  margin: 5px 0 15px;
}
#nav-bar .yamm-content .heading a {
  color: #20419a;
}
#nav-bar .find-a-part {
  border-top: 1px solid #dedede;
  color: #6a6a6a;
  font-size: 12px;
  margin-top: 15px;
  padding-top: 15px;
}
#nav-bar .find-a-part a {
  display: inline-block;
}
#nav-bar .find-a-part img {
  max-width: 160px;
}
#nav-bar .logged-in > .fa {
  color: #007cb5;
}

/**
 * Top CTA
 */
.split-cta > div {
  background: #fff;
}
.split-cta .gradient {
  justify-content: center;
}
@media (min-width: 768px) {
  .split-cta .gradient {
    background-image: linear-gradient(to right, #007cb5 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF007CB5", endColorstr="#FFFFFFFF", GradientType=1);
    background-repeat: repeat-x;
  }
}
@media (max-width: 767px) {
  .split-cta .gradient {
    background-image: linear-gradient(to bottom, #007cb5 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF007CB5", endColorstr="#FFFFFFFF", GradientType=0);
    background-repeat: repeat-x;
  }
}

/**
 * Footer
 */
#footer {
  font-size: 12px;
  margin-top: 60px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  #footer .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  #footer .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  #footer .row > [class^=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#footer .wrapper {
  background-color: #464646;
  color: rgb(181.75, 181.75, 181.75);
  padding: 30px 0;
}
#footer .wrapper a,
#footer .wrapper .btn-inline-link {
  background: transparent;
  color: inherit;
  text-align: left;
}
#footer .wrapper a:hover, #footer .wrapper a:focus, #footer .wrapper a:active,
#footer .wrapper .btn-inline-link:hover,
#footer .wrapper .btn-inline-link:focus,
#footer .wrapper .btn-inline-link:active {
  color: #fff;
}
#footer .wrapper nav .heading {
  margin: 0;
}
#footer .wrapper .heading {
  color: rgb(1.5, 207.8116883117, 255);
  font-size: 16px;
  margin: 2em 0 0.5rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  #footer .wrapper .heading {
    font-size: 14px;
  }
}
#footer .wrapper .heading a,
#footer .wrapper .heading button {
  background: transparent;
  border: 0;
  color: inherit;
  display: block;
  font-weight: bold;
  line-height: 1;
  margin: 4px 0;
  padding: 10px 0;
  text-align: left;
  width: 100%;
}
@media (min-width: 768px) {
  #footer .wrapper .heading a,
  #footer .wrapper .heading button {
    cursor: default;
  }
}
#footer .wrapper .heading a:hover, #footer .wrapper .heading a:focus, #footer .wrapper .heading a:active,
#footer .wrapper .heading button:hover,
#footer .wrapper .heading button:focus,
#footer .wrapper .heading button:active {
  text-decoration: none;
}
#footer .wrapper .col-first {
  padding-bottom: 2em;
}
#footer .wrapper .col-first .heading {
  color: #dedede;
}
#footer .wrapper a.native-app-badge-link {
  text-decoration: none;
}
#footer .wrapper img.native-app-badge {
  width: 45%;
  height: auto;
  max-width: 15em;
}
#footer .wrapper li {
  padding: 2px 0;
}
#footer .wrapper li a {
  display: inline-block;
  font-size: 14px;
  padding: 5px 0;
}
@media (min-width: 768px) {
  #footer .wrapper li a {
    font-size: 12px;
    padding: 0;
  }
}
#footer .wrapper input {
  background-color: #767676;
  border-color: #949494;
  color: #fff;
}
#footer .wrapper button {
  background-color: #767676;
  border-color: #949494;
  color: #fff;
  line-height: 1.6;
}
@media (max-width: 767px) {
  #footer .wrapper .menu {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  #footer .wrapper .menu:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}
@media (min-width: 992px) {
  #footer .wrapper .menu.divide:before {
    background: #6a6a6a;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -7px;
    min-height: 120px;
  }
}
#footer .wrapper .social-icons {
  color: #dedede;
  margin: 30px 0;
}
@media (min-width: 768px) {
  #footer .wrapper .social-icons {
    margin: 20px 0;
  }
}
#footer .wrapper .social-icons h3 {
  color: #dedede;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0.5rem 0.5rem 0;
}
@media (min-width: 768px) {
  #footer .wrapper .social-icons h3 {
    display: inline-block;
    font-size: 12px;
  }
}
#footer .wrapper .social-icons a {
  font-size: 2.5rem;
}
#footer .wrapper .social-icons a:hover, #footer .wrapper .social-icons a:focus {
  text-decoration: none;
}
#footer .wrapper .social-icons a + a {
  margin: 0 0 0 10px;
}
@media (min-width: 768px) {
  #footer .wrapper .social-icons a {
    font-size: 1.5rem;
  }
  #footer .wrapper .social-icons a + a {
    margin: 0 0 0 5px;
  }
}
#footer .wrapper .disclaimer,
#footer .wrapper .copyright {
  font-size: 0.9em;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #footer .wrapper .disclaimer {
    margin-top: 40px;
  }
}
#footer #promo-signup form {
  margin-top: 1em;
}
#footer #promo-signup form input {
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
}
#footer #promo-signup form button {
  background-color: #dedede;
  border-color: #949494;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  color: #464646;
  line-height: 1.5;
  padding: 5px 12px 5px 10px;
}
#footer #promo-signup form input:focus,
#footer #promo-signup form button:focus {
  border-color: transparent;
  box-shadow: none;
  outline: 2px solid #009de6;
  outline-offset: 0;
}
#footer #promo-signup form input:focus:not(:focus-visible),
#footer #promo-signup form button:focus:not(:focus-visible) {
  outline-color: transparent;
}
#footer #promo-signup form input:focus-visible,
#footer #promo-signup form button:focus-visible {
  outline: 2px solid #009de6;
}
#footer #promo-signup form .btn-signup {
  background-color: #20419a;
  border-color: #fff;
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  text-shadow: none;
}

.navbar + .navbar {
  border-top: 0;
}
.navbar .search-form {
  display: inline-block;
  margin: 0;
}
.navbar .search-form input[type=text] {
  width: clamp(12em, 10em + 12vw, 30em);
}
.navbar-toggle {
  color: #20419a;
  margin-right: 0;
}

.navbar-brand {
  display: block;
  float: none;
  height: inherit;
  font-size: inherit;
  line-height: inherit;
}
.navbar-brand img {
  width: 18em;
  height: auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  #navbar-mobile {
    border: 0;
  }
  #navbar-mobile .container {
    padding: 0;
  }
}
.navbar-nav > li > a {
  font-weight: bold;
}
.navbar-nav .dropdown-header {
  padding: 1em 0 !important;
  color: #20419a;
  font-weight: bold;
  font-size: inherit !important;
}
.navbar-nav .dropdown-menu {
  border-radius: 1em !important;
  padding: 2em;
  border: 1px solid #dedede !important;
}
.navbar-nav .dropdown-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar-nav .dropdown-menu a:not(.dropdown-header) {
  display: block;
  padding: 0.25em 0;
  color: #464646;
}
.navbar-nav .dropdown-menu a:not(.dropdown-header):hover, .navbar-nav .dropdown-menu a:not(.dropdown-header):focus {
  color: rgb(57.25, 57.25, 57.25);
  text-decoration: none;
}
@media (max-width: 767px) {
  .navbar-nav {
    margin-top: -1em;
  }
  .navbar-nav > li > a {
    font-size: 1.375em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .navbar-nav .dropdown-menu {
    margin-bottom: 1em;
    font-size: 0.875em;
  }
  .navbar-nav .dropdown-menu [class*=col-]:first-child .dropdown-header {
    padding-top: 0 !important;
  }
}
@media (max-width: 991px) {
  .navbar-nav i.fa,
  .navbar-nav i.glyphicon {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
  }
  .navbar-nav > li > a {
    font-size: 12px;
    text-transform: uppercase;
    padding: 1em 1vw;
  }
  .navbar-nav .dropdown-header {
    padding: 0 0 1em !important;
  }
  .navbar-nav .dropdown-menu {
    font-size: 0.875em;
    left: 50%;
    transform: translateX(-50%);
  }
  .navbar-nav .dropdown-menu.cols-2 {
    width: calc(25em + 10vw);
  }
  .navbar-nav .dropdown-menu.cols-4 {
    width: calc(50em + 20vw);
  }
  .navbar-nav .dropdown-menu [class*=col-] {
    padding-left: calc(1em + 1vw);
    padding-right: calc(1em + 1vw);
  }
  .navbar-nav .dropdown-menu [class*=col-]:not(:first-child) {
    border-left: solid 1px #dedede;
  }
}

/**
 * Autocomplete
 */
.autocomplete-suggestions {
  background: #FFF;
  border: 1px solid #999;
  overflow: auto;
}
.autocomplete-suggestions strong {
  color: #3399FF;
  font-weight: normal;
}

.autocomplete-suggestion {
  cursor: pointer;
  padding: 2px 5px;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  border-bottom: 1px solid #000;
  display: block;
}

.autocomplete-no-suggestion {
  padding: 2px 5px;
}

/**
 * Buttons
 */
.btn {
  padding: 9px 24px;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 99em;
  text-shadow: none;
  transition: background-color 0.2s ease-in-out;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 15px 32px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 99em;
}
@media (max-width: 991px) {
  .btn-lg, .btn-group-lg > .btn {
    font-size: 16px;
  }
}

.btn-sm, .btn-group-sm > .btn {
  padding: 7.5px 20px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 99em;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1.5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 99em;
}

.btn-default {
  color: #464646;
  background-color: #f2f2f2;
  border-color: #dedede;
}
.btn-default:focus, .btn-default.focus {
  color: #464646;
  background-color: rgb(216.5, 216.5, 216.5);
  border-color: rgb(158.25, 158.25, 158.25);
}
.btn-default:hover {
  color: #464646;
  background-color: rgb(216.5, 216.5, 216.5);
  border-color: rgb(191.4, 191.4, 191.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #464646;
  background-color: rgb(216.5, 216.5, 216.5);
  background-image: none;
  border-color: rgb(191.4, 191.4, 191.4);
}
.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: #464646;
  background-color: rgb(198.65, 198.65, 198.65);
  border-color: rgb(158.25, 158.25, 158.25);
}
.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: #f2f2f2;
  border-color: #dedede;
}
.btn-default .badge {
  color: #f2f2f2;
  background-color: #464646;
}

.btn-primary {
  color: #fff;
  background-color: #20419a;
  border-color: #fff;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(23.2258064516, 47.1774193548, 111.7741935484);
  border-color: rgb(191.25, 191.25, 191.25);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(23.2258064516, 47.1774193548, 111.7741935484);
  border-color: rgb(224.4, 224.4, 224.4);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(23.2258064516, 47.1774193548, 111.7741935484);
  background-image: none;
  border-color: rgb(224.4, 224.4, 224.4);
}
.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: rgb(17.0838709677, 34.7016129032, 82.2161290323);
  border-color: rgb(191.25, 191.25, 191.25);
}
.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: #20419a;
  border-color: #fff;
}
.btn-primary .badge {
  color: #20419a;
  background-color: #fff;
}

.input-group-btn .btn-primary {
  border-color: #20419a;
}

.btn-secondary {
  color: #fff;
  background-color: #007cb5;
  border-color: #fff;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(0, 89.0607734807, 130);
  border-color: rgb(191.25, 191.25, 191.25);
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(0, 89.0607734807, 130);
  border-color: rgb(224.4, 224.4, 224.4);
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 89.0607734807, 130);
  background-image: none;
  border-color: rgb(224.4, 224.4, 224.4);
}
.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(0, 64.6033149171, 94.3);
  border-color: rgb(191.25, 191.25, 191.25);
}
.btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus {
  background-color: #007cb5;
  border-color: #fff;
}
.btn-secondary .badge {
  color: #007cb5;
  background-color: #fff;
}

.btn-warning {
  color: #20419a;
  background-color: #ffda02;
  border-color: #ffda02;
}
.btn-warning:focus, .btn-warning.focus {
  color: #20419a;
  background-color: rgb(206, 175.8735177866, 0);
  border-color: rgb(129.5, 110.5612648221, 0);
}
.btn-warning:hover {
  color: #20419a;
  background-color: rgb(206, 175.8735177866, 0);
  border-color: rgb(195.8, 167.1652173913, 0);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #20419a;
  background-color: rgb(206, 175.8735177866, 0);
  background-image: none;
  border-color: rgb(195.8, 167.1652173913, 0);
}
.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: #20419a;
  background-color: rgb(170.3, 145.3944664032, 0);
  border-color: rgb(129.5, 110.5612648221, 0);
}
.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: #ffda02;
  border-color: #ffda02;
}
.btn-warning .badge {
  color: #ffda02;
  background-color: #20419a;
}
.btn-warning:hover, .btn-warning:focus {
  background-color: rgb(246.8, 210.7067193676, 0);
  border-color: rgb(246.8, 210.7067193676, 0);
}

.btn-danger-link {
  color: #e7201d;
  background-color: transparent;
  border-color: transparent;
}
.btn-danger-link:focus, .btn-danger-link.focus {
  color: #e7201d;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger-link:hover {
  color: #e7201d;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger-link:active, .btn-danger-link.active, .open > .btn-danger-link.dropdown-toggle {
  color: #e7201d;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger-link:active:hover, .btn-danger-link:active:focus, .btn-danger-link:active.focus, .btn-danger-link.active:hover, .btn-danger-link.active:focus, .btn-danger-link.active.focus, .open > .btn-danger-link.dropdown-toggle:hover, .open > .btn-danger-link.dropdown-toggle:focus, .open > .btn-danger-link.dropdown-toggle.focus {
  color: #e7201d;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger-link.disabled:hover, .btn-danger-link.disabled:focus, .btn-danger-link.disabled.focus, .btn-danger-link[disabled]:hover, .btn-danger-link[disabled]:focus, .btn-danger-link[disabled].focus, fieldset[disabled] .btn-danger-link:hover, fieldset[disabled] .btn-danger-link:focus, fieldset[disabled] .btn-danger-link.focus {
  background-color: transparent;
  border-color: transparent;
}
.btn-danger-link .badge {
  color: transparent;
  background-color: #e7201d;
}
.btn-danger-link:hover {
  text-decoration: underline;
}

.btn-inverse {
  color: #fff;
  background-color: #767676;
  border-color: #6a6a6a;
}
.btn-inverse:focus, .btn-inverse.focus {
  color: #fff;
  background-color: rgb(92.5, 92.5, 92.5);
  border-color: rgb(42.25, 42.25, 42.25);
}
.btn-inverse:hover {
  color: #fff;
  background-color: rgb(92.5, 92.5, 92.5);
  border-color: rgb(75.4, 75.4, 75.4);
}
.btn-inverse:active, .btn-inverse.active, .open > .btn-inverse.dropdown-toggle {
  color: #fff;
  background-color: rgb(92.5, 92.5, 92.5);
  background-image: none;
  border-color: rgb(75.4, 75.4, 75.4);
}
.btn-inverse:active:hover, .btn-inverse:active:focus, .btn-inverse:active.focus, .btn-inverse.active:hover, .btn-inverse.active:focus, .btn-inverse.active.focus, .open > .btn-inverse.dropdown-toggle:hover, .open > .btn-inverse.dropdown-toggle:focus, .open > .btn-inverse.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(74.65, 74.65, 74.65);
  border-color: rgb(42.25, 42.25, 42.25);
}
.btn-inverse.disabled:hover, .btn-inverse.disabled:focus, .btn-inverse.disabled.focus, .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled].focus, fieldset[disabled] .btn-inverse:hover, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse.focus {
  background-color: #767676;
  border-color: #6a6a6a;
}
.btn-inverse .badge {
  color: #767676;
  background-color: #fff;
}

.btn-dark {
  color: #fff;
  background-color: #464646;
  border-color: #464646;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(44.5, 44.5, 44.5);
  border-color: rgb(6.25, 6.25, 6.25);
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(44.5, 44.5, 44.5);
  border-color: rgb(39.4, 39.4, 39.4);
}
.btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(44.5, 44.5, 44.5);
  background-image: none;
  border-color: rgb(39.4, 39.4, 39.4);
}
.btn-dark:active:hover, .btn-dark:active:focus, .btn-dark:active.focus, .btn-dark.active:hover, .btn-dark.active:focus, .btn-dark.active.focus, .open > .btn-dark.dropdown-toggle:hover, .open > .btn-dark.dropdown-toggle:focus, .open > .btn-dark.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(26.65, 26.65, 26.65);
  border-color: rgb(6.25, 6.25, 6.25);
}
.btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled.focus, .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled].focus, fieldset[disabled] .btn-dark:hover, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark.focus {
  background-color: #464646;
  border-color: #464646;
}
.btn-dark .badge {
  color: #464646;
  background-color: #fff;
}

.btn-heading {
  font-size: 12px;
  font-weight: bold;
}

.btn-outline {
  color: #20419a;
  background-color: #fff;
  border-color: #20419a;
  border-width: 2px;
  transition: none;
}
.btn-outline:focus, .btn-outline.focus {
  color: #20419a;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(10.064516129, 20.4435483871, 48.435483871);
}
.btn-outline:hover {
  color: #20419a;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(21.4709677419, 43.6129032258, 103.3290322581);
}
.btn-outline:active, .btn-outline.active, .open > .btn-outline.dropdown-toggle {
  color: #20419a;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(21.4709677419, 43.6129032258, 103.3290322581);
}
.btn-outline:active:hover, .btn-outline:active:focus, .btn-outline:active.focus, .btn-outline.active:hover, .btn-outline.active:focus, .btn-outline.active.focus, .open > .btn-outline.dropdown-toggle:hover, .open > .btn-outline.dropdown-toggle:focus, .open > .btn-outline.dropdown-toggle.focus {
  color: #20419a;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(10.064516129, 20.4435483871, 48.435483871);
}
.btn-outline.disabled:hover, .btn-outline.disabled:focus, .btn-outline.disabled.focus, .btn-outline[disabled]:hover, .btn-outline[disabled]:focus, .btn-outline[disabled].focus, fieldset[disabled] .btn-outline:hover, fieldset[disabled] .btn-outline:focus, fieldset[disabled] .btn-outline.focus {
  background-color: #fff;
  border-color: #20419a;
}
.btn-outline .badge {
  color: #fff;
  background-color: #20419a;
}
.btn-outline:hover, .btn-outline:focus {
  background-color: #20419a;
  color: #fff;
}

.btn-inline-link {
  background: transparent;
  border: 0;
  color: #20419a;
  padding: 0;
}
.btn-inline-link:hover {
  text-decoration: underline;
}

/**
 * Collapse
 */
a[data-toggle=collapse] .fa-angle-right,
button[data-toggle=collapse] .fa-angle-right,
.panel-heading[data-toggle=collapse] .fa-angle-right {
  transition: transform 0.2s ease-out;
}
a[data-toggle=collapse][aria-expanded=true] .fa-angle-right,
button[data-toggle=collapse][aria-expanded=true] .fa-angle-right,
.panel-heading[data-toggle=collapse][aria-expanded=true] .fa-angle-right {
  transform: rotate(90deg);
}

.panel-heading[data-toggle=collapse] .fa-angle-right {
  line-height: 1.5;
}

@media (max-width: 767px) {
  button[data-toggle=collapse],
  .panel-heading[data-toggle=collapse] {
    cursor: pointer;
  }
}
/**
 * Comments
 */
#comments {
  margin-top: 30px;
}
#comments h2 {
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  color: #464646;
  font-size: 1.25em;
  margin-bottom: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
}
#comments .comment {
  border-bottom: 2px solid #f2f2f2;
  color: #767676;
  margin-bottom: 0;
  padding: 30px;
}
#comments .comment:last-child {
  border-bottom: none;
}
#comments .comment .caption {
  padding-left: 65px;
  position: relative;
}
#comments .comment .caption img {
  position: absolute;
  top: 0;
  left: 0;
}
#comments .comment .caption .name {
  color: #464646;
  display: inline-block;
  font-size: 12px;
  margin-right: 2em;
}
#comments .comment .caption .time {
  font-size: 12px;
}
@media (max-width: 767px) {
  #comments .comment .caption {
    padding: 0;
    text-align: center;
  }
  #comments .comment .caption img {
    margin: 0 auto 10px;
    position: static;
  }
  #comments .comment .caption .name,
  #comments .comment .caption .time {
    display: block;
    margin: 0 auto 5px;
  }
}

#join-to-comment {
  background-color: #f2f2f2;
  margin-bottom: -60px;
  padding: 45px 0;
}
#join-to-comment .panel {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #join-to-comment .actions p {
    font-size: 14px;
    line-height: 3em;
  }
}

#comment-add .comment-form + .join-widget {
  margin-top: -15px;
}
#comment-add .join-widget .panel-footer {
  padding: 5px 15px;
  text-align: center;
}
#comment-add .join-widget .panel-footer a {
  color: #6a6a6a;
  font-size: 12px;
  text-decoration: none;
}
#comment-add .form-actions .btn {
  margin-bottom: 10px;
}
#comment-add .form-actions p {
  font-size: 14px;
  margin-bottom: 0;
}

#comment-feed .sort-comments .btn {
  text-transform: none;
}
#comment-feed .sort-comments ul {
  font-size: 14px;
}
#comment-feed .comments {
  margin-top: 15px;
}
#comment-feed .comment {
  border-top: 1px solid #f2f2f2;
  margin-top: 15px;
  padding-left: 65px;
  padding-top: 15px;
  position: relative;
}
#comment-feed .comment .pic {
  left: 0;
  position: absolute;
  top: 15px;
}
#comment-feed .comment .meta {
  font-size: 12px;
}
#comment-feed .comment .meta .author {
  color: #464646;
}
#comment-feed .comment .meta .time-ago {
  color: rgb(196.5, 196.5, 196.5);
}
#comment-feed .comment .actions {
  margin-top: 15px;
  font-size: 14px;
}
#comment-feed .comment .actions a {
  color: #767676;
}
#comment-feed .comment .actions .like {
  margin-right: 1.5em;
}
#comment-feed .comment .replies {
  background-color: #f2f2f2;
  display: none;
  font-size: 14px;
  margin-top: 15px;
  padding: 5px;
}
#comment-feed .comment .replies.open {
  display: block;
}
#comment-feed .comment .replies .comment {
  padding-left: 40px;
}
#comment-feed .comment .replies .comment:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
#comment-feed .comment .replies .comment + .btn {
  margin-top: 15px;
}
#comment-feed .comment .replies .pic {
  height: 32px;
  top: 5px;
  width: 32px;
}

/*****************************************************************************
 * Default Vertical Margins
 *****************************************************************************/
.pb-content > .pb-block:first-child:not(.pb-columns) {
  margin-top: 0 !important;
}

.pb-content > .pb-block:last-child {
  margin-bottom: 0 !important;
}

.pb-accordion,
.pb-before-after,
.pb-button,
.pb-coupon,
.pb-image,
.pb-product-teaser,
.pb-promo-cta,
.pb-quote-button,
.pb-service-cta,
.pb-services-menu,
.pb-related-services,
.pb-wysiwyg,
.pb-youtube {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.pb-image-gallery {
  margin-top: 1.5rem;
}

.pb-service-form {
  margin-bottom: 5rem;
  margin-top: 5rem;
}

.pb-heading .header-wave {
  margin-bottom: 3rem;
}

.pb-columns--screen-base {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

@media (min-width: 480px) {
  .pb-columns--screen-xs {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
}
@media (min-width: 768px) {
  .pb-columns--screen-sm {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
}
@media (min-width: 992px) {
  .pb-columns--screen-md {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
}
@media (min-width: 1200px) {
  .pb-columns--screen-lg {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
}
/*****************************************************************************
 * Columns
 *****************************************************************************/
.pb-columns,
.pb-columns .pb-columns__inner {
  margin-left: -15px;
  margin-right: -15px;
}

.pb-columns--no-gutter,
.pb-columns--no-gutter .pb-columns__inner {
  margin-left: 0;
  margin-right: 0;
}
.pb-columns--no-gutter .pb-column,
.pb-columns--no-gutter .pb-columns__inner .pb-column {
  padding: 0;
}

.pb-columns__inner {
  flex: 1;
}

.pb-columns--align-center,
.pb-columns--align-center .pb-columns__inner {
  align-items: center;
}

.pb-columns--align-end,
.pb-columns--align-end .pb-columns__inner {
  align-items: flex-end;
}

.pb-columns--screen-base,
.pb-columns--screen-base .pb-columns__inner {
  display: flex;
}
.pb-columns--screen-base .pb-column--1\/4,
.pb-columns--screen-base .pb-columns__inner .pb-column--1\/4 {
  flex: none;
  width: 25%;
}
.pb-columns--screen-base .pb-column--1\/3,
.pb-columns--screen-base .pb-columns__inner .pb-column--1\/3 {
  flex: none;
  width: 33%;
}
.pb-columns--screen-base .pb-column--1\/2,
.pb-columns--screen-base .pb-columns__inner .pb-column--1\/2 {
  flex: none;
  width: 50%;
}
.pb-columns--screen-base .pb-column--2\/3,
.pb-columns--screen-base .pb-columns__inner .pb-column--2\/3 {
  flex: none;
  width: 67%;
}
.pb-columns--screen-base .pb-column--3\/4,
.pb-columns--screen-base .pb-columns__inner .pb-column--3\/4 {
  flex: none;
  width: 75%;
}

@media (min-width: 480px) {
  .pb-columns--screen-xs,
  .pb-columns--screen-xs .pb-columns__inner {
    display: flex;
  }
  .pb-columns--screen-xs .pb-column--1\/4,
  .pb-columns--screen-xs .pb-columns__inner .pb-column--1\/4 {
    flex: none;
    width: 25%;
  }
  .pb-columns--screen-xs .pb-column--1\/3,
  .pb-columns--screen-xs .pb-columns__inner .pb-column--1\/3 {
    flex: none;
    width: 33%;
  }
  .pb-columns--screen-xs .pb-column--1\/2,
  .pb-columns--screen-xs .pb-columns__inner .pb-column--1\/2 {
    flex: none;
    width: 50%;
  }
  .pb-columns--screen-xs .pb-column--2\/3,
  .pb-columns--screen-xs .pb-columns__inner .pb-column--2\/3 {
    flex: none;
    width: 67%;
  }
  .pb-columns--screen-xs .pb-column--3\/4,
  .pb-columns--screen-xs .pb-columns__inner .pb-column--3\/4 {
    flex: none;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .pb-columns--screen-sm,
  .pb-columns--screen-sm .pb-columns__inner {
    display: flex;
  }
  .pb-columns--screen-sm .pb-column--1\/4,
  .pb-columns--screen-sm .pb-columns__inner .pb-column--1\/4 {
    flex: none;
    width: 25%;
  }
  .pb-columns--screen-sm .pb-column--1\/3,
  .pb-columns--screen-sm .pb-columns__inner .pb-column--1\/3 {
    flex: none;
    width: 33%;
  }
  .pb-columns--screen-sm .pb-column--1\/2,
  .pb-columns--screen-sm .pb-columns__inner .pb-column--1\/2 {
    flex: none;
    width: 50%;
  }
  .pb-columns--screen-sm .pb-column--2\/3,
  .pb-columns--screen-sm .pb-columns__inner .pb-column--2\/3 {
    flex: none;
    width: 67%;
  }
  .pb-columns--screen-sm .pb-column--3\/4,
  .pb-columns--screen-sm .pb-columns__inner .pb-column--3\/4 {
    flex: none;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .pb-columns--screen-md,
  .pb-columns--screen-md .pb-columns__inner {
    display: flex;
  }
  .pb-columns--screen-md .pb-column--1\/4,
  .pb-columns--screen-md .pb-columns__inner .pb-column--1\/4 {
    flex: none;
    width: 25%;
  }
  .pb-columns--screen-md .pb-column--1\/3,
  .pb-columns--screen-md .pb-columns__inner .pb-column--1\/3 {
    flex: none;
    width: 33%;
  }
  .pb-columns--screen-md .pb-column--1\/2,
  .pb-columns--screen-md .pb-columns__inner .pb-column--1\/2 {
    flex: none;
    width: 50%;
  }
  .pb-columns--screen-md .pb-column--2\/3,
  .pb-columns--screen-md .pb-columns__inner .pb-column--2\/3 {
    flex: none;
    width: 67%;
  }
  .pb-columns--screen-md .pb-column--3\/4,
  .pb-columns--screen-md .pb-columns__inner .pb-column--3\/4 {
    flex: none;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .pb-columns--screen-lg,
  .pb-columns--screen-lg .pb-columns__inner {
    display: flex;
  }
  .pb-columns--screen-lg .pb-column--1\/4,
  .pb-columns--screen-lg .pb-columns__inner .pb-column--1\/4 {
    flex: none;
    width: 25%;
  }
  .pb-columns--screen-lg .pb-column--1\/3,
  .pb-columns--screen-lg .pb-columns__inner .pb-column--1\/3 {
    flex: none;
    width: 33%;
  }
  .pb-columns--screen-lg .pb-column--1\/2,
  .pb-columns--screen-lg .pb-columns__inner .pb-column--1\/2 {
    flex: none;
    width: 50%;
  }
  .pb-columns--screen-lg .pb-column--2\/3,
  .pb-columns--screen-lg .pb-columns__inner .pb-column--2\/3 {
    flex: none;
    width: 67%;
  }
  .pb-columns--screen-lg .pb-column--3\/4,
  .pb-columns--screen-lg .pb-columns__inner .pb-column--3\/4 {
    flex: none;
    width: 75%;
  }
}
.pb-column {
  flex: 1;
  padding: 0 15px;
}

/*****************************************************************************
 * Accordion
 *****************************************************************************/
.pb-accordion > .panel-group {
  margin-bottom: 0;
}
.pb-accordion .panel-title > a {
  color: #20419a !important;
  padding-right: 30px !important;
}
.pb-accordion .panel-title > a[aria-expanded=true] > .toggle {
  transform: translateY(-50%) rotate(90deg);
}
.pb-accordion .toggle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: transform 0.2s ease-out;
}
.pb-accordion .user-content > img:first-child:not(:last-child) {
  margin-bottom: 2rem;
}
.pb-accordion .user-content > p:last-child {
  margin-bottom: 0;
}

/*****************************************************************************
 * Before/After
 *****************************************************************************/
.pb-before-after {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .pb-before-after {
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
    padding: 0;
  }
}

.pb-before-after-tabs {
  display: flex;
}

.pb-before-after-tabs__tab {
  flex: 1;
}

.pb-before-after-tabs__btn {
  background: #fff;
  border: 2px solid #dedede;
  color: #20419a;
  display: block;
  font-weight: bold;
  padding: 1rem;
  text-align: center;
  width: 100%;
}
.pb-before-after-tabs__btn[aria-selected=true] {
  background: #20419a;
  border-color: #20419a;
  color: #fff;
}
.pb-before-after-tabs__btn:focus, .pb-before-after-tabs__btn:focus-visible {
  outline-offset: -4px;
}

.pb-before-after.show-single .pb-before-after-item {
  display: block;
  opacity: 1;
}

.pb-before-after-item {
  display: none;
  opacity: 0;
  position: relative;
  transition: opacity 0.2s ease-out;
}
.pb-before-after-item[aria-hidden=false] {
  display: block;
}
.pb-before-after-item.is-active {
  opacity: 1;
}

.pb-before-after-images {
  overflow: hidden;
  position: relative;
}

.pb-before-after-divider {
  border-right: 2px solid #20419a;
  height: 100%;
  left: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50%;
}
.pb-before-after-divider img {
  height: 100%;
  max-width: none;
}

.pb-before-after-slider-wrapper {
  left: -2.5rem;
  position: absolute;
  right: -2.5rem;
  top: 50%;
}

.pb-before-after-slider {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  cursor: ew-resize;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 20;
  /* IE11 Hack */
}
.pb-before-after-slider:focus, .pb-before-after-slider:active, .pb-before-after-slider:focus-visible {
  outline: none;
}
.pb-before-after-slider:focus::-webkit-slider-thumb, .pb-before-after-slider:active::-webkit-slider-thumb, .pb-before-after-slider:focus-visible::-webkit-slider-thumb {
  box-shadow: 0 0 0 2px #20419a, 0 0 0 3px #fff;
}
.pb-before-after-slider:focus::-moz-range-thumb, .pb-before-after-slider:active::-moz-range-thumb, .pb-before-after-slider:focus-visible::-moz-range-thumb {
  box-shadow: 0 0 0 2px #20419a, 0 0 0 3px #fff;
}
.pb-before-after-slider:focus::-ms-thumb, .pb-before-after-slider:active::-ms-thumb, .pb-before-after-slider:focus-visible::-ms-thumb {
  box-shadow: 0 0 0 2px #20419a, 0 0 0 3px #fff;
}
.pb-before-after-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  background: #fff;
  border: 0;
  border-radius: 9999px;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.25);
  height: 5rem;
  position: relative;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  width: 5rem;
}
.pb-before-after-slider::-webkit-slider-thumb:hover {
  transform: scale(1.05);
}
.pb-before-after-slider::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  background: #fff;
  border: 0;
  border-radius: 9999px;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.25);
  height: 5rem;
  position: relative;
  -moz-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  width: 5rem;
}
.pb-before-after-slider::-moz-range-thumb:hover {
  transform: scale(1.05);
}
.pb-before-after-slider::-ms-thumb {
  appearance: none;
  background: #fff;
  border: 0;
  border-radius: 9999px;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.25);
  height: 2.5rem;
  position: relative;
  -ms-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  width: 2.5rem;
}
.pb-before-after-slider::-ms-thumb:hover {
  transform: scale(1.05);
}
.pb-before-after-slider::-webkit-slider-runnable-track {
  background: none;
  border: 0;
}
.pb-before-after-slider::-moz-range-track {
  background: none;
  border: 0;
}
.pb-before-after-slider::-ms-track {
  background: none;
  border: 0;
  color: transparent;
}
.pb-before-after-slider::-ms-fill-lower {
  background: none;
  border: 0;
  color: transparent;
}
.pb-before-after-slider::-ms-fill-upper {
  background: none;
  border: 0;
  color: transparent;
}
@media (-ms-high-contrast: none) {
  .pb-before-after-slider {
    height: 5rem;
    margin: 0;
    padding: 0;
  }
}

.pb-before-after-arrows {
  color: #20419a;
  font-size: 2.5rem;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 21;
}

/*****************************************************************************
 * Coupon
 *****************************************************************************/
.pb-coupon {
  background: white;
  border: 2px solid #20419a;
  height: calc(100% - 3rem);
  line-height: 1.1;
  padding: 0.8rem;
}

.pb-coupon__inner {
  background: #20419a;
  color: white;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0.6rem;
}

.pb-coupon__header {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 8rem;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .pb-coupon__header {
    padding: 0 0.5rem;
  }
}

.pb-coupon__title {
  color: white;
  display: inline-block;
  font-size: 2rem;
  letter-spacing: -0.05em;
  margin: 0;
  text-transform: uppercase;
}

.pb-coupon__icon {
  align-items: center;
  background-color: #007cb5;
  border-radius: 99999px;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 2.2rem;
  height: 3.2rem;
  justify-content: center;
  margin-left: 2rem;
  width: 3.2rem;
}

.pb-coupon__barcode,
.pb-coupon__code {
  align-items: center;
  background: white;
  color: #20419a;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  margin-top: 0.5rem;
  min-height: 9rem;
  text-align: center;
}

img.pb-coupon__barcode-img {
  max-height: 8rem;
  max-width: 90%;
  width: auto;
}

.pb-coupon__code {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: -0.05em;
  padding: 2rem;
  word-break: break-all;
}

/*****************************************************************************
 * Feature List
 *****************************************************************************/
.pb-feature-list ul,
.pb-feature-list ol {
  counter-reset: feature-counter;
  list-style: none;
  margin: 0;
  padding: 0;
  /* IE11 Hack */
}
@media (min-width: 768px) {
  .pb-feature-list ul,
  .pb-feature-list ol {
    -moz-columns: 2;
         columns: 2;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: none) {
  .pb-feature-list ul,
  .pb-feature-list ol {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
  }
  .pb-feature-list ul li,
  .pb-feature-list ol li {
    padding-right: 8px;
    width: 50%;
  }
}
.pb-feature-list ol li, .pb-feature-list.is-numbered li {
  counter-increment: feature-counter;
  padding: 1px 0 15px 4.5rem;
  position: relative;
}
.pb-feature-list ol li::before, .pb-feature-list.is-numbered li::before {
  align-items: center;
  background-color: #20419a;
  border-radius: 9999px;
  color: #fff;
  content: counter(feature-counter);
  display: flex;
  font-size: 1.8rem;
  font-weight: 900;
  height: 3rem;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 1rem;
  width: 3rem;
}
@media (min-width: 992px) {
  .pb-feature-list ol li, .pb-feature-list.is-numbered li {
    padding-left: 5.5rem;
  }
  .pb-feature-list ol li::before, .pb-feature-list.is-numbered li::before {
    font-size: 2.4rem;
    height: 4rem;
    width: 4rem;
    top: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .pb-feature-list ol li, .pb-feature-list.is-numbered li {
    padding-left: 6.5rem;
  }
  .pb-feature-list ol li::before, .pb-feature-list.is-numbered li::before {
    font-size: 3rem;
    height: 5rem;
    width: 5rem;
    top: 0;
  }
}

/*****************************************************************************
 * Headings
 *****************************************************************************/
.pb-heading .header-wave span {
  top: 0.05em;
}
@media (min-width: 768px) {
  .pb-heading .header-wave span {
    font-size: 4rem;
  }
}

/*****************************************************************************
 * Image
 *****************************************************************************/
.pb-image--full {
  max-width: var(--viewportWidth) !important;
  width: var(--viewportWidth) !important;
  margin-left: calc(var(--viewportWidth) / -2 + 50%) !important;
  margin-right: calc(var(--viewportWidth) / -2 + 50%) !important;
}
.pb-image--full img {
  max-width: var(--viewportWidth) !important;
  width: var(--viewportWidth) !important;
}

.pb-image--circle img {
  border-radius: 9999px;
}

.pb-image.is-centered img {
  margin-left: auto;
  margin-right: auto;
}

/*****************************************************************************
 * Image Gallery
 *****************************************************************************/
.pb-image-gallery {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 15px;
       column-gap: 15px;
  line-height: 0;
}
.pb-image-gallery a,
.pb-image-gallery img {
  display: block;
  width: 100%;
}
.pb-image-gallery > a, .pb-image-gallery > img {
  margin-bottom: 15px;
}

.pb-image-gallery--cols-1 {
  -moz-column-count: 1;
       column-count: 1;
}

.pb-image-gallery--cols-2 {
  -moz-column-count: 2;
       column-count: 2;
}

.pb-image-gallery--cols-3 {
  -moz-column-count: 3;
       column-count: 3;
}

.pb-image-gallery--cols-4 {
  -moz-column-count: 4;
       column-count: 4;
}

.pb-image-gallery--cols-5 {
  -moz-column-count: 5;
       column-count: 5;
}

.pb-image-gallery--cols-6 {
  -moz-column-count: 6;
       column-count: 6;
}

@media (min-width: 768px) {
  .pb-image-gallery--cols-1-sm-up {
    -moz-column-count: 1;
         column-count: 1;
  }
  .pb-image-gallery--cols-2-sm-up {
    -moz-column-count: 2;
         column-count: 2;
  }
  .pb-image-gallery--cols-3-sm-up {
    -moz-column-count: 3;
         column-count: 3;
  }
  .pb-image-gallery--cols-4-sm-up {
    -moz-column-count: 4;
         column-count: 4;
  }
  .pb-image-gallery--cols-5-sm-up {
    -moz-column-count: 5;
         column-count: 5;
  }
  .pb-image-gallery--cols-6-sm-up {
    -moz-column-count: 6;
         column-count: 6;
  }
}
.img-modal button {
  background: #fff;
  border-bottom-left-radius: 1rem;
  box-shadow: -1px 1px 4px 1px rgba(0, 0, 0, 0.125);
  color: #20419a;
  opacity: 1;
  padding: 0.5rem 1rem;
  position: absolute;
  right: 0;
  top: 0;
}
.img-modal button:hover, .img-modal button:focus {
  opacity: 1;
}
.img-modal button:focus {
  box-shadow: 0 0 0 1px #20419a, 0 0 0 2px white;
  outline: none;
}

/*****************************************************************************
 * Product Teaser
 *****************************************************************************/
.pb-product-teaser {
  background-color: white;
  border: 1px solid #dedede;
  color: #464646;
  display: flex;
  flex-direction: column;
  height: calc(100% - 3rem);
  line-height: 1.1;
  position: relative;
}

.pb-product-teaser__inner {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 2rem 1.5rem;
}

.pb-product-teaser__title {
  color: inherit;
  font-size: 16px;
  margin: 0;
  word-break: break-word;
}

.pb-product-teaser__title-link {
  color: inherit;
}
.pb-product-teaser__title-link:hover, .pb-product-teaser__title-link:focus {
  color: #20419a;
  text-decoration: none;
}
.pb-product-teaser__title-link:hover {
  transform: scale(1.025);
}

.pb-product-teaser__pricing {
  font-size: 14px;
  margin-top: 0.5rem;
}

.pb-product-teaser__msrp {
  color: #6a6a6a;
  position: relative;
}
.pb-product-teaser__msrp::after {
  background: #6a6a6a;
  content: "";
  height: 2px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-5deg);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}

.pb-product-teaser__price {
  color: #0d0d0d;
}
.pb-product-teaser__msrp + .pb-product-teaser__price {
  margin-left: 0.5rem;
}

.pb-product-teaser__sku {
  color: #767676;
  font-size: 14px;
  margin-top: 0.5rem;
}

.pb-product-teaser__btn {
  margin-top: auto;
}

.pb-product-teaser__btn-link {
  background: #20419a;
  border-radius: 9999px;
  color: white;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-top: 2rem;
  min-width: min(12rem, 100%);
  padding: 1rem;
  text-align: center;
  transition: transform 0.2s ease-in-out;
  width: 100%;
}
@media (min-width: 480px) {
  .pb-product-teaser__btn-link {
    width: auto;
  }
}
.pb-product-teaser__btn-link:hover, .pb-product-teaser__btn-link:focus {
  color: white;
  text-decoration: none;
}
.pb-product-teaser__btn-link:hover {
  transform: scale(1.025);
}

.pb-product-teaser__badge {
  background: #ffda02;
  color: #20419a;
  font-size: 1rem;
  font-weight: bold;
  left: 0;
  line-height: 1;
  margin: 1rem;
  padding: 0.4em 0.6em;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 10;
}

.pb-product-teaser__best-seller {
  align-items: center;
  background: white;
  border-radius: 99999px;
  display: flex;
  height: 5rem;
  justify-content: center;
  margin: 1rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 5rem;
  z-index: 10;
}

/*****************************************************************************
 * Promo CTA
 *****************************************************************************/
.pb-promo-cta {
  background-color: #20419a;
  color: white;
  display: flex;
  height: calc(100% - 3rem);
  flex-direction: column;
}
@media (min-width: 768px) {
  .pb-promo-cta {
    flex-direction: row;
  }
}
.pb-promo-cta.bg-yellow {
  color: #20419a;
}
.pb-promo-cta.bg-yellow .pb-promo-cta__btn-link {
  background: #20419a;
  color: white;
}
.pb-promo-cta.bg-yellow .pb-promo-cta__btn-link:focus-visible {
  outline-color: #20419a;
}
.pb-promo-cta.is-reversed {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .pb-promo-cta.is-reversed {
    flex-direction: row-reverse;
  }
}

.pb-column .pb-promo-cta {
  flex-direction: column;
}
.pb-column .pb-promo-cta.is-reversed {
  flex-direction: column-reverse;
}
.pb-column .pb-promo-cta .pb-promo-cta__image {
  max-width: 100%;
  width: 100%;
}
.pb-column .pb-promo-cta .pb-promo-cta__title {
  font-size: 28px;
}
.pb-column .pb-promo-cta .pb-promo-cta__btn {
  margin-top: auto;
}
.pb-column .pb-promo-cta .pb-promo-cta__btn > .pb-promo-cta__btn-link {
  margin-top: 2rem;
}

.pb-promo-cta__inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding: 4rem 2rem;
}
@media (min-width: 992px) {
  .pb-promo-cta__inner {
    padding: 4rem 3rem;
  }
}

.pb-promo-cta__content,
.pb-promo-cta__disclaimer {
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .pb-promo-cta__content,
  .pb-promo-cta__disclaimer {
    margin-top: 0.75rem;
  }
}
.pb-promo-cta__content > *:last-child,
.pb-promo-cta__disclaimer > *:last-child {
  margin-bottom: 0;
}
.pb-promo-cta__content a,
.pb-promo-cta__disclaimer a {
  color: white;
  text-decoration: underline;
}
.pb-promo-cta__content a:focus-visible,
.pb-promo-cta__disclaimer a:focus-visible {
  outline-color: white;
}

.pb-promo-cta__btn,
.pb-promo-cta__btn + .pb-promo-cta__disclaimer {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .pb-promo-cta__btn,
  .pb-promo-cta__btn + .pb-promo-cta__disclaimer {
    margin-top: 3rem;
  }
}

.pb-promo-cta__title {
  color: inherit;
  font-size: 28px;
  letter-spacing: -0.025em;
  margin: 0;
  text-transform: uppercase;
  word-break: break-word;
}
@media (min-width: 992px) {
  .pb-promo-cta__title {
    font-size: 34px;
  }
}
.pb-promo-cta__title > span {
  display: block;
  font-size: 0.9em;
  font-weight: normal;
  letter-spacing: -0.05em;
}

.pb-promo-cta__btn-link {
  background: #ffda02;
  border-radius: 9999px;
  color: #20419a;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  min-width: min(24rem, 100%);
  padding: 1rem;
  text-align: center;
  transition: transform 0.2s ease-in-out;
  width: 100%;
}
@media (min-width: 480px) {
  .pb-promo-cta__btn-link {
    width: auto;
  }
}
.pb-promo-cta__btn-link:hover, .pb-promo-cta__btn-link:focus {
  color: #20419a;
  text-decoration: none;
}
.pb-promo-cta__btn-link:focus-visible {
  outline-color: white;
}
.pb-promo-cta__btn-link:hover {
  transform: scale(1.025);
}

.pb-promo-cta__disclaimer {
  font-size: 12px;
}

.pb-promo-cta__image {
  align-items: center;
  background: rgb(23.2258064516, 47.1774193548, 111.7741935484);
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .pb-promo-cta__image {
    max-width: 50%;
    width: auto;
  }
}

/*****************************************************************************
 * Quote Button
 *****************************************************************************/
.pb-quote-button .btn {
  background-color: #ffda02;
  color: #20419a;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  max-width: 350px;
  padding: 1rem 2rem;
  text-transform: uppercase;
  transition: transform 0.2s ease-in-out;
  white-space: nowrap;
}
.pb-quote-button .btn:hover, .pb-quote-button .btn:focus {
  transform: scale(1.05);
}
.pb-quote-button .btn em {
  background: #20419a;
  border-radius: 9999px;
  color: #fff;
  display: inline-block;
  font-style: normal;
  height: 1.667em;
  margin: 0 0.05em;
  text-align: center;
  width: 1.667em;
}
@media (min-width: 1200px) {
  .pb-quote-button .btn {
    font-size: 2.4rem;
  }
}

.pb-block-quote__title {
  color: #20419a;
  display: none;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 480px) {
  .pb-block-quote__title {
    font-size: 2.4rem;
    margin-bottom: 0;
    margin-right: 3rem;
    text-align: left;
  }
}

.pb-quote-button-inner.affix {
  background: #fff;
  border-bottom: 1px solid #ededed;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  width: 100%;
}
.pb-quote-button-inner.affix .pb-quote-button-container {
  align-items: center;
  display: block;
  justify-content: space-between;
  margin: 0 auto;
  padding: 10px 15px;
}
@media (min-width: 480px) {
  .pb-quote-button-inner.affix .pb-quote-button-container {
    display: flex;
  }
}
@media (min-width: 768px) {
  .pb-quote-button-inner.affix .pb-quote-button-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .pb-quote-button-inner.affix .pb-quote-button-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .pb-quote-button-inner.affix .pb-quote-button-container {
    width: 1170px;
  }
}
.pb-quote-button-inner.affix .pb-block-quote__title {
  display: block;
}
.pb-quote-button-inner.affix .btn {
  font-size: 1.4rem;
  margin: 0 auto;
  padding: 0.5rem 2rem;
}
@media (min-width: 480px) {
  .pb-quote-button-inner.affix .btn {
    font-size: 1.6rem;
    margin: 0;
    padding: 0.75rem 2rem;
  }
}

/*****************************************************************************
 * Related Services
 *****************************************************************************/
.pb-related-services ul {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
  /* IE11 Hack */
}
@media (min-width: 768px) {
  .pb-related-services ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (-ms-high-contrast: none) {
  .pb-related-services ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
  }
  .pb-related-services ul li {
    padding: 8px;
    width: 50%;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: none) {
  .pb-related-services ul li {
    width: 25%;
  }
}
.pb-related-services a {
  background-color: #ededed;
  background-position: center;
  background-size: cover;
  display: flex;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  line-height: 1.2;
  padding: 1rem;
  padding-top: 10rem;
  text-align: center;
}
@media (min-width: 768px) {
  .pb-related-services a {
    padding-top: 15rem;
  }
}
.pb-related-services a:hover, .pb-related-services a:focus {
  text-decoration: none;
}
.pb-related-services a span {
  align-items: center;
  background: #20419a;
  border: 2px solid #00bce7;
  box-shadow: 0 0 0 0.5rem #20419a;
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
  min-height: 6rem;
  padding: 1rem;
  width: 100%;
}
@media (min-width: 480px) {
  .pb-related-services a span {
    box-shadow: 0 0 0 0.75rem #20419a;
    font-size: 1.6rem;
    margin: 1rem;
  }
}
@media (min-width: 1200px) {
  .pb-related-services a span {
    box-shadow: 0 0 0 1rem #20419a;
    font-size: 1.8rem;
  }
}

/*****************************************************************************
 * Service CTA
 *****************************************************************************/
.pb-service-cta {
  background-color: #20419a;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 3rem);
  overflow: hidden;
}
.pb-service-cta img {
  width: 100%;
}
.pb-service-cta a {
  color: #fff;
  text-decoration: underline;
}

.pb-service-cta__title,
.pb-service-cta__content,
.pb-service-cta__btn {
  margin: 1.5rem;
}
@media (min-width: 768px) {
  .pb-service-cta__title,
  .pb-service-cta__content,
  .pb-service-cta__btn {
    margin: 2rem;
  }
}

.pb-service-cta__title {
  align-items: center;
  background: #fff;
  color: #20419a;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  justify-content: center;
  min-height: 6rem;
  padding: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .pb-service-cta__title {
    min-height: 8rem;
  }
}

.pb-service-cta__btn {
  border: 1px solid #fff;
  border-radius: 9999px;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1rem;
  text-align: center;
  transition: transform 0.2s ease-in-out;
}
.pb-service-cta__btn:hover, .pb-service-cta__btn:focus {
  color: #fff;
  text-decoration: none;
}
.pb-service-cta__btn:hover {
  transform: scale(1.025);
}

/*****************************************************************************
 * Service Form
 *****************************************************************************/
.pb-service-form {
  max-width: var(--viewportWidth) !important;
  width: var(--viewportWidth) !important;
  margin-left: calc(var(--viewportWidth) / -2 + 50%) !important;
  margin-right: calc(var(--viewportWidth) / -2 + 50%) !important;
  background: #ffda02;
  padding: 4rem 0;
}
.pb-service-form .form-wrapper {
  background: #fff;
  color: #464646;
  padding: 1rem;
}
.pb-service-form form {
  background: #fff;
  border: 4px solid #20419a;
  padding: 1.5rem;
}
.pb-service-form form .field-wrapper {
  position: relative;
}
.pb-service-form form .field-wrapper label {
  color: #20419a;
  font-size: 1.2rem;
  left: 1rem;
  position: absolute;
  text-transform: uppercase;
  top: 1rem;
}
.pb-service-form form .field-wrapper input,
.pb-service-form form .field-wrapper select,
.pb-service-form form .field-wrapper text-area {
  background: #fff;
  border: 1px solid #949494;
  border-radius: 0;
  box-shadow: none;
  color: #464646;
  height: auto;
  padding: 3.5rem 1rem 0.75rem;
}
.pb-service-form form .field-wrapper input:focus,
.pb-service-form form .field-wrapper select:focus,
.pb-service-form form .field-wrapper text-area:focus {
  border-color: #20419a;
}
.pb-service-form form .field-wrapper input::-moz-placeholder, .pb-service-form form .field-wrapper select::-moz-placeholder, .pb-service-form form .field-wrapper text-area::-moz-placeholder {
  color: #767676;
  font-style: italic;
}
.pb-service-form form .field-wrapper input::placeholder,
.pb-service-form form .field-wrapper select::placeholder,
.pb-service-form form .field-wrapper text-area::placeholder {
  color: #767676;
  font-style: italic;
}
.pb-service-form form .field-wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.pb-service-form form .field-wrapper select:invalid {
  color: #767676;
  font-style: italic;
}
.pb-service-form form .field-wrapper .arrow {
  bottom: 0;
  padding: 0.5rem 1rem;
  position: absolute;
  right: 0;
}
.pb-service-form form .field-wrapper .arrow svg {
  fill: #6a6a6a;
  height: 1.6rem;
  width: 1.6rem;
}
.pb-service-form .actions {
  margin: 2rem 1.5rem 0.5rem;
}
.pb-service-form .actions button {
  font-weight: bold;
}

.pb-service-form__heading {
  color: #20419a;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 2rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.pb-service-form__heading em {
  background: #20419a;
  border-radius: 9999px;
  color: #fff;
  display: inline-block;
  font-style: normal;
  height: 1.667em;
  margin: 0 0.05em;
  text-align: center;
  width: 1.667em;
}

.pb-service-form__title {
  font-weight: 900;
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .pb-service-form__title {
    margin-right: 12rem;
  }
}

.pb-service-form__content {
  clear: both;
  margin-bottom: 3rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pb-service-form__content {
    margin-bottom: 0;
    margin-right: 6rem;
  }
}
.pb-service-form__content p:last-child {
  margin-bottom: 0;
}

/*****************************************************************************
 * Services Menu
 *****************************************************************************/
.pb-services-menu .nav-pills {
  margin: 0 auto 2rem;
  max-width: 72rem;
}
.pb-services-menu .nav-pills a {
  border: 2px solid #dedede;
  font-size: 1.2rem;
  font-weight: bold;
}
@media (min-width: 480px) {
  .pb-services-menu .nav-pills a {
    font-size: 1.6rem;
  }
}
.pb-services-menu .nav-pills li {
  display: table-cell;
  width: 1%;
}
.pb-services-menu .nav-pills li:first-child a {
  border-bottom-left-radius: 99999px;
  border-top-left-radius: 99999px;
}
.pb-services-menu .nav-pills li:last-child a {
  border-bottom-right-radius: 99999px;
  border-top-right-radius: 99999px;
}
.pb-services-menu .nav-pills li.active a {
  border-color: #20419a;
}

.pb-services-menu .tab-pane {
  padding: 0;
}
.pb-services-menu .tab-pane ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -1rem;
  padding: 0;
}
@media (min-width: 768px) {
  .pb-services-menu .tab-pane ul {
    justify-content: center;
  }
}
.pb-services-menu .tab-pane li {
  padding: 1rem;
  width: 50%;
}
@media (min-width: 768px) {
  .pb-services-menu .tab-pane li {
    width: 33%;
  }
}
.pb-services-menu .tab-pane a {
  background-color: #ededed;
  background-position: center;
  background-size: cover;
  display: flex;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  line-height: 1.2;
  padding: 1rem;
  padding-top: 10rem;
  text-align: center;
}
@media (min-width: 480px) {
  .pb-services-menu .tab-pane a {
    padding-top: 15rem;
  }
}
@media (min-width: 992px) {
  .pb-services-menu .tab-pane a {
    padding-top: 20rem;
  }
}
@media (min-width: 1200px) {
  .pb-services-menu .tab-pane a {
    padding-top: 25rem;
  }
}
.pb-services-menu .tab-pane a:hover, .pb-services-menu .tab-pane a:focus {
  text-decoration: none;
}
.pb-services-menu .tab-pane a span {
  align-items: center;
  background: #20419a;
  border: 2px solid #00bce7;
  box-shadow: 0 0 0 0.5rem #20419a;
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
  min-height: 6rem;
  padding: 1rem;
  width: 100%;
}
@media (min-width: 480px) {
  .pb-services-menu .tab-pane a span {
    box-shadow: 0 0 0 0.75rem #20419a;
    font-size: 1.6rem;
    margin: 1rem;
  }
}
@media (min-width: 1200px) {
  .pb-services-menu .tab-pane a span {
    box-shadow: 0 0 0 1rem #20419a;
    font-size: 1.8rem;
  }
}

/*****************************************************************************
 * Spacer
 *****************************************************************************/
.pb-spacer--0 {
  height: 0px;
}

.pb-spacer--8 {
  height: 8px;
}

.pb-spacer--15 {
  height: 15px;
}

.pb-spacer--30 {
  height: 30px;
}

.pb-spacer--45 {
  height: 45px;
}

.pb-spacer--60 {
  height: 60px;
}

.pb-spacer--90 {
  height: 90px;
}

.pb-spacer--120 {
  height: 120px;
}

@media (min-width: 768px) {
  .pb-spacer--0-sm-up {
    height: 0px;
  }
  .pb-spacer--8-sm-up {
    height: 8px;
  }
  .pb-spacer--15-sm-up {
    height: 15px;
  }
  .pb-spacer--30-sm-up {
    height: 30px;
  }
  .pb-spacer--45-sm-up {
    height: 45px;
  }
  .pb-spacer--60-sm-up {
    height: 60px;
  }
  .pb-spacer--90-sm-up {
    height: 90px;
  }
  .pb-spacer--120-sm-up {
    height: 120px;
  }
}
/**
 * Panels
 */
.panel-group .panel + .panel {
  margin-top: -1px;
}
.panel-group .panel-default .panel-heading {
  background-color: #fff;
}
.panel-group .panel-default .panel-heading .panel-title {
  font-size: 16px;
}
.panel-group .panel-default .panel-heading .panel-title a {
  padding: 5px 15px 5px 0;
  text-decoration: none;
}
.panel-group .panel-default .panel-heading .panel-title a:hover, .panel-group .panel-default .panel-heading .panel-title a:focus {
  color: rgb(95.5, 95.5, 95.5);
}
.panel-group .panel-default .panel-heading .panel-title a .collapse-indicator {
  top: 5px;
}
.panel-group .panel-default .list-group {
  background-color: #f2f2f2;
  padding: 10px 0;
}
.panel-group .panel-default .list-group-item {
  background-color: #f2f2f2;
  border-bottom: none;
  border-top: none;
  font-size: 14px;
}
.panel-group .panel-default .list-group-item:hover, .panel-group .panel-default .list-group-item:focus {
  color: black;
}

.panel-title a {
  padding-right: 15px;
  position: relative;
}
.panel-title a .collapse-indicator {
  position: absolute;
  top: 0;
  right: 0;
}

.ribbon {
  background-color: #ffda02;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  height: 40px;
  line-height: 1;
  padding: 4px 15px;
  position: relative;
  top: 10px;
  z-index: 1;
}
@media (max-width: 767px) {
  .ribbon {
    font-size: 20px;
    padding: 10px 15px;
  }
}

.ribbon-default:before, .ribbon-default:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0;
}
.ribbon-default:before {
  border-color: #ffda02 #ffda02 #ffda02 transparent;
  left: -15px;
  border-width: 20px;
  border-left-width: 10px;
  border-right-width: 10px;
  top: 0;
}
.ribbon-default:after {
  border-color: #ffda02 transparent #ffda02 #ffda02;
  right: -15px;
  border-width: 20px;
  border-left-width: 10px;
  border-right-width: 10px;
  top: 0;
}

.ribbon-header:before, .ribbon-header:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0;
  top: 10px;
  z-index: -10;
}
.ribbon-header:before {
  border-color: rgb(206, 175.8735177866, 0) rgb(206, 175.8735177866, 0) rgb(206, 175.8735177866, 0) transparent;
  left: -15px;
  border-width: 20px;
  border-left-width: 10px;
}
.ribbon-header:after {
  border-color: rgb(206, 175.8735177866, 0) transparent rgb(206, 175.8735177866, 0) rgb(206, 175.8735177866, 0);
  right: -15px;
  border-width: 20px;
  border-right-width: 10px;
}

.ribbon-behind,
.ribbon-behind-alt {
  left: -15px;
  padding-left: 30px;
}
.ribbon-behind:before, .ribbon-behind:after,
.ribbon-behind-alt:before,
.ribbon-behind-alt:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0;
}
.ribbon-behind:before,
.ribbon-behind-alt:before {
  border-color: rgb(206, 175.8735177866, 0) rgb(206, 175.8735177866, 0) transparent transparent;
  left: 0;
  border-width: 8px;
  bottom: -15px;
  z-index: -10;
}
.ribbon-behind:after,
.ribbon-behind-alt:after {
  border-color: #ffda02 transparent #ffda02 #ffda02;
  right: -15px;
  border-width: 20px;
  border-left-width: 5px;
  border-right-width: 10px;
  top: 0;
}

.ribbon-behind-alt:before {
  border-color: rgb(206, 175.8735177866, 0) transparent transparent rgb(206, 175.8735177866, 0);
}

.ribbon-badge {
  font-size: 16px;
  height: auto;
  left: 0;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: center;
  top: 0;
  width: 260px;
}
.ribbon-badge:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  top: 100%;
  border-style: solid;
  border-width: 130px;
  border-color: #ffda02 #ffda02 transparent #ffda02;
  border-top-width: 0;
  border-bottom-width: 40px;
}

.ribbon-badge-wrapper {
  width: 260px;
}

/**
 * Sharing
 */
.share-btn-group {
  margin-top: -0.5em;
}
.share-btn-group .share-btn {
  color: #464646;
  font-size: 24px;
  padding: 0 4px;
}
.share-btn-group .dropdown-menu {
  padding: 5px;
}
.share-btn-group .dropdown-menu::before {
  position: absolute;
  bottom: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.share-btn-group .dropdown-menu::after {
  position: absolute;
  bottom: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  border-left: 6px solid transparent;
  content: "";
}
.share-btn-group .dropdown-menu a {
  border-top: 1px solid #fff;
}
.share-btn-group .dropdown-menu .email a {
  background-color: #ffda02;
  color: #20419a;
}
.share-btn-group .dropdown-menu .email a:hover {
  background-color: rgb(231.5, 197.6442687747, 0);
}
.share-btn-group .dropdown-menu .facebook a {
  background-color: #3b5998;
  color: #fff;
}
.share-btn-group .dropdown-menu .facebook a:hover {
  background-color: rgb(51.8696682464, 78.2440758294, 133.6303317536);
}
.share-btn-group .dropdown-menu .google-plus a {
  background-color: #dc4e41;
  color: #fff;
}
.share-btn-group .dropdown-menu .google-plus a:hover {
  background-color: rgb(216.0333333333, 57.94, 43.4666666667);
}
.share-btn-group .dropdown-menu .twitter a {
  background-color: #55acee;
  color: #fff;
}
.share-btn-group .dropdown-menu .twitter a:hover {
  background-color: rgb(61.8181818182, 160.6818181818, 235.6818181818);
}
.share-btn-group .dropdown-menu-right {
  float: right;
}
.share-btn-group .dropdown-menu-right::before {
  left: auto;
  right: 9px;
}
.share-btn-group .dropdown-menu-right::after {
  left: auto;
  right: 10px;
}

#share {
  display: flex;
  justify-content: left;
}
#share .share-text {
  color: #3b5998;
  font-size: 1.65rem;
  padding-top: 6px;
}
#share .share-link-wrapper {
  flex: 1;
  margin: 0.3em 0.6em 0.3em 0;
}
#share .share-link-wrapper:last-child {
  margin-right: 0;
}
#share .share-link {
  background-color: transparent;
  color: #fff;
  display: block;
  line-height: 1;
  padding: 0.5em;
  text-align: center;
}
#share .share-link.facebook {
  color: #3b5998;
}
#share .share-link.facebook:hover, #share .share-link.facebook:focus, #share .share-link.facebook:active {
  color: rgb(51.8696682464, 78.2440758294, 133.6303317536);
}
#share .share-link.yelp {
  color: #af0606;
}
#share .share-link.yelp:hover, #share .share-link.yelp:focus, #share .share-link.yelp:active {
  color: rgb(150.3453038674, 5.1546961326, 5.1546961326);
}
#share .share-link.foursquare {
  color: #2d5be3;
}
#share .share-link.foursquare:hover, #share .share-link.foursquare:focus, #share .share-link.foursquare:active {
  color: rgb(29, 76.6428571429, 217.5);
}
#share .share-link.google {
  color: #dd4b39;
}
#share .share-link.google:hover, #share .share-link.google:focus, #share .share-link.google:active {
  color: rgb(215.4956896552, 56.5948275862, 37.0043103448);
}
#share .share-link.bing {
  background-color: #ffb900;
}
#share .share-link.bing:hover, #share .share-link.bing:focus, #share .share-link.bing:active {
  background-color: rgb(229.5, 166.5, 0);
}
#share .jssocials-shares {
  margin: 0 auto;
}
#share .jssocials-shares .jssocials-share-link {
  background: white;
  border: 1px solid rgb(236.9, 236.9, 236.9);
  border-radius: 100px;
  color: #464646;
  padding: 0.5rem 1.25rem;
}
#share .jssocials-shares .jssocials-share-link:hover, #share .jssocials-shares .jssocials-share-link:focus {
  background: #f7f7f7;
  text-decoration: none;
}
#share .jssocials-shares .jssocials-share-email .jssocials-share-link i {
  color: #007cb5;
}
#share .jssocials-shares .jssocials-share-facebook .jssocials-share-link i {
  color: #4267b2;
}
#share .jssocials-shares .jssocials-share-pinterest .jssocials-share-link i {
  color: #e60023;
}
#share .jssocials-shares .jssocials-share-twitter .jssocials-share-link i {
  color: #1da1f2;
}
#share .jssocials-share-count-box {
  background: #fff;
}
#share .jssocials-share-count-box:after {
  border-color: transparent #fff transparent transparent;
}
#share .jssocials-share-count-box:hover {
  background: #fafafa;
}
#share .jssocials-share-count-box:hover:after {
  border-color: transparent #fafafa transparent transparent;
}

.shopping-cart {
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
  position: relative;
}
.shopping-cart .fa.fa-shopping-cart {
  font-size: 2.4rem;
}
@media (max-width: 459px) {
  .shopping-cart {
    margin-left: 0.5rem;
  }
}

.counter {
  background: #007cb5;
  color: #ffffff;
  border-radius: 10px;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  height: 16px;
  min-width: 16px;
  margin: 1px 4px 0;
  padding: 1px 5px;
  position: absolute;
  left: 18px;
  top: -5px;
  text-align: center;
}

.counter-number {
  font-weight: bold;
}

.shopping-cart__link {
  align-items: center;
  color: #767676;
  display: inline-flex;
  height: 3.2rem;
  justify-content: center;
  width: 3.2rem;
}
.shopping-cart__link i {
  font-size: 2.8rem;
}
.shopping-cart__link:hover, .shopping-cart__link:focus {
  text-decoration: none;
}

.mobile-btns .shopping-cart__link {
  color: #20419a;
}
.mobile-btns .shopping-cart__link:hover {
  color: rgb(10.064516129, 20.4435483871, 48.435483871);
}

@media screen and (max-width: 768px) {
  .sign-in__text {
    display: none;
  }
}
.sign-in {
  display: flex;
  gap: 1rem;
  margin-right: 1.5rem;
}

.sign-in__text {
  font-weight: 700;
  line-height: 28px;
}

.signin_wrapper {
  display: flex;
  align-items: end;
  gap: 1rem;
  font-size: 14px;
  color: #20419a;
}
.signin_wrapper:hover {
  color: rgb(10.064516129, 20.4435483871, 48.435483871);
}

.sign-in__link {
  align-items: center;
  color: #767676;
  display: inline-flex;
  height: 3.2rem;
  justify-content: center;
}
.sign-in__link i {
  font-size: 2.8rem;
}
.sign-in__link:hover, .sign-in__link:focus {
  text-decoration: none;
}

/**
 * Slick Slider
 */
.slick-slider {
  margin-bottom: 0;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 100;
}
.slick-slider .slick-prev:focus::before,
.slick-slider .slick-next:focus::before {
  color: #007cb5;
}
.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  color: #20419a;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 1;
  opacity: 1;
  position: relative;
  z-index: 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slider .slick-prev.slick-disabled,
.slick-slider .slick-next.slick-disabled {
  display: none;
  visibility: hidden;
}
.slick-slider .slick-prev {
  left: -12px;
}
.slick-slider .slick-next {
  right: -12px;
}
@media (max-width: 767px) {
  .slick-slider .slick-prev {
    left: 0;
  }
  .slick-slider .slick-next {
    right: 0;
  }
}
.slick-slider .slick-prev::before {
  content: "\f137";
}
.slick-slider .slick-next::before {
  content: "\f138";
}

.carousel .product-teaser {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  padding: 15px;
}
.carousel .product-teaser .price {
  color: #ffda02;
  margin-bottom: 0;
}
.carousel .product-teaser:hover .add-btn,
.carousel .product-teaser:hover .image .plus {
  display: none;
}

.store-widget {
  align-items: center;
  display: flex;
}
.store-widget .popover {
  max-width: 480px;
  width: 480px;
}

.store-widget__btn {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  line-height: 1;
  max-width: 180px;
  min-width: 120px;
}
@media (min-width: 992px) {
  .store-widget__btn {
    max-width: 100%;
    white-space: nowrap;
  }
}
.store-widget__btn:hover, .store-widget__btn:focus {
  text-decoration: none;
}
.store-widget__btn .fa {
  font-size: 3.2rem;
  margin-right: 1rem;
}
.store-widget__btn sup {
  color: #6a6a6a;
  display: block;
  font-size: 10px;
  line-height: 1;
  margin-bottom: 2px;
  top: 0;
}
.store-widget__btn strong {
  font-size: 12px;
}
@media (min-width: 992px) {
  .store-widget__btn strong {
    font-size: 14px;
  }
}

/**
 * Tables
 */
table {
  background: #fff;
}
table thead tr {
  background-color: #007cb5;
  color: #fff;
  text-shadow: 0 1px 1px rgb(0, 71.591160221, 104.5);
}
table thead tr th {
  font-size: 20px;
  font-weight: normal;
}
table tbody th {
  font-weight: normal;
}
table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f2f2f2;
}
table.table-center th,
table.table-center td {
  text-align: center;
}

@media (max-width: 767px) {
  .table-responsive {
    border: none;
  }
  .table-responsive::-webkit-scrollbar {
    width: 13px;
    height: 13px;
  }
  .table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .table-responsive::-webkit-scrollbar:vertical {
    width: 11px;
  }
  .table-responsive::-webkit-scrollbar:horizontal {
    height: 11px;
  }
  .table-responsive::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, 0.5);
  }
  .table-responsive::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
  }
}
/**
 * Videos
 */
.video-wrapper {
  background: #dedede url(../img/ajax-loader-transparent.gif) no-repeat center center;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.offcanvas-open {
  overflow: hidden !important;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.offcanvas-backdrop.show {
  opacity: 1;
}

@media (max-width: 767px) {
  .offcanvas-md {
    width: 400px;
    max-width: calc(100% - 30px);
    position: fixed;
    transition: transform 0.3s ease-in-out;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    overflow-y: auto;
  }
  .offcanvas-md.offcanvas-start {
    top: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    border-radius: 0 1.618em 1.618em 0;
  }
  .offcanvas-md.offcanvas-start.show {
    transform: translateX(0%);
  }
  .offcanvas-md .offcanvas-header,
  .offcanvas-md .offcanvas-body {
    padding: 2em 2em;
  }
  .offcanvas-md .offcanvas-header + .offcanvas-body {
    padding-top: 0;
  }
  .offcanvas-md .offcanvas-header .close {
    float: none;
    font-weight: normal;
    color: #464646;
    opacity: 1;
    line-height: 1;
    display: block;
    font-size: 2em;
  }
  .offcanvas-md .offcanvas-body {
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .offcanvas-header {
    display: none;
  }
}
.career-center #nav-bar > .navbar {
  margin-bottom: 0;
}
.career-center #footer {
  margin-top: 0;
}
.career-center .btn-secondary:focus {
  outline-color: #fff;
}
.career-center .container-wrapper {
  background: #20419a;
  background-size: cover;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.career-center .container-wrapper .container-inner {
  background-color: #fff;
  color: #464646;
  padding: 15px 30px;
}
.career-center .container-wrapper .container-inner a,
.career-center .container-wrapper .container-inner h1,
.career-center .container-wrapper .container-inner h2,
.career-center .container-wrapper .container-inner h3,
.career-center .container-wrapper .container-inner h4,
.career-center .container-wrapper .container-inner h5,
.career-center .container-wrapper .container-inner h6,
.career-center .container-wrapper .container-inner .h1,
.career-center .container-wrapper .container-inner .h2,
.career-center .container-wrapper .container-inner .h3,
.career-center .container-wrapper .container-inner .h4,
.career-center .container-wrapper .container-inner .h5,
.career-center .container-wrapper .container-inner .h6 {
  color: #20419a;
}
.career-center .container-wrapper a,
.career-center .container-wrapper h1,
.career-center .container-wrapper h2,
.career-center .container-wrapper h3,
.career-center .container-wrapper h4,
.career-center .container-wrapper h5,
.career-center .container-wrapper h6,
.career-center .container-wrapper .h1,
.career-center .container-wrapper .h2,
.career-center .container-wrapper .h3,
.career-center .container-wrapper .h4,
.career-center .container-wrapper .h5,
.career-center .container-wrapper .h6 {
  color: #fff;
}
.career-center .container-wrapper .label-default {
  color: #6a6a6a;
}
.career-center .container-wrapper > .container {
  position: relative;
}
.career-center .container-wrapper table {
  color: #464646;
}
.career-center .container-wrapper table a {
  color: #20419a;
}
.career-center .container-wrapper .summary .results {
  font-size: 12px;
}
.career-center .container-wrapper .summary .pagination {
  margin-top: 0;
}
.career-center .container-wrapper .summary .pagination a {
  color: #20419a;
}
.career-center .container-wrapper .summary .pagination > .active > a,
.career-center .container-wrapper .summary .pagination > .active > a:hover,
.career-center .container-wrapper .summary .pagination > .active > a:focus,
.career-center .container-wrapper .summary .pagination > .active > span,
.career-center .container-wrapper .summary .pagination > .active > span:hover,
.career-center .container-wrapper .summary .pagination > .active > span:focus {
  background-color: #007cb5;
  border-color: #007cb5;
  color: #fff;
}
.career-center .container-wrapper .popover {
  max-width: 640px;
}
.career-center .path-selector a {
  display: block;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  position: relative;
  text-align: center;
}
.career-center .path-selector a:hover, .career-center .path-selector a:focus {
  text-decoration: none;
}
.career-center .path-selector a small {
  font-size: 0.75em;
  font-weight: normal;
}
@media (min-width: 992px) {
  .career-center .path-selector a small {
    font-size: 1em;
    font-weight: inherit;
  }
}
.career-center .path-selector a img {
  height: auto;
  width: 100%;
}
.career-center .path-selector a > span {
  background-color: #007cb5;
  color: #fff;
  display: block;
  padding: 1rem 2rem;
  width: 100%;
}
@media (min-width: 992px) {
  .career-center .path-selector a > span {
    padding: 2rem;
  }
}
.career-center .path-selector a:hover > span {
  background-color: rgb(0, 117.0121546961, 170.8);
}
@media (max-width: 767px) {
  .career-center .path-selector .corporate-path {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .career-center .lead-small {
    font-size: 16px;
  }
}
.career-center .breadcrumb > .active {
  color: #bababa;
}

.career-retail .container-wrapper {
  padding-top: 0;
}
@media (min-width: 768px) {
  .career-retail .position-options {
    display: flex;
    flex-wrap: wrap;
  }
  .career-retail .position-options .checkbox {
    flex: 1 0 50%;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

.career-home .container-wrapper {
  background: #20419a;
  padding-top: 0;
}

#career-widget {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  left: 0;
  margin-left: 5%;
  padding: 15px;
  position: absolute;
  top: 0;
  width: 90%;
}
#career-widget h1 {
  color: #20419a;
  margin-top: 0;
}
@media (max-width: 767px) {
  #career-widget {
    border-radius: 10px;
    box-shadow: none;
    margin: 0;
    position: relative;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #career-widget input,
  #career-widget select {
    width: 100%;
  }
  #career-widget .form-group {
    margin-bottom: 0;
  }
  #career-widget .btn-submit {
    padding: 6px 24px;
  }
}

@media (max-width: 767px) {
  #help-menu-nav {
    margin-top: 45px;
  }
}

.page-customer-service #main button .fa {
  color: #6a6a6a;
}

.help-sections {
  margin: 0 -1rem 3rem;
}
@media (min-width: 480px) {
  .help-sections {
    display: flex;
    flex-wrap: wrap;
  }
}

.help-section {
  padding: 1rem;
}
@media (min-width: 480px) {
  .help-section {
    width: 50%;
  }
}

.help-section__inner {
  border: 4px solid #00bce7;
  height: 100%;
  padding: 2rem;
  text-align: center;
  /* IE11 Hack */
}
@media (min-width: 480px) {
  .help-section__inner {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 480px) and (-ms-high-contrast: none) {
  .help-section__inner {
    display: block;
  }
}

.help-section__image {
  height: 50px;
  margin: 1rem auto;
  width: 50px;
}
@media (min-width: 480px) {
  .help-section__image {
    margin-bottom: 2rem;
  }
}

.help-section__title {
  font-size: 2.5rem;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media (min-width: 480px) {
  .help-section__title {
    margin-bottom: 0;
  }
}

.help-section__content {
  color: #6a6a6a;
  font-size: 1.2em;
  line-height: 1.4;
}
@media (min-width: 480px) {
  .help-section__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
  }
}
.help-section__content p,
.help-section__content form {
  margin-top: 1rem;
}

#contact-modal .modal-header,
#service-modal .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}
#contact-modal .modal-body,
#service-modal .modal-body {
  padding: 0 30px 15px;
}
#contact-modal .modal-body h3,
#service-modal .modal-body h3 {
  margin-top: 0;
}
#contact-modal .modal-body .has-error .btn,
#service-modal .modal-body .has-error .btn {
  border-color: #a94442;
}
#contact-modal .modal-body .btn-default,
#service-modal .modal-body .btn-default {
  background-color: #fff;
  border-color: #dedede;
  border-radius: 0;
  color: #6a6a6a;
}
#contact-modal .modal-body .btn-default .fa,
#service-modal .modal-body .btn-default .fa {
  margin-left: 10px;
}
#contact-modal .modal-body .btn-default:active, #contact-modal .modal-body .btn-default.active, #contact-modal .modal-body .btn-default:focus, #contact-modal .modal-body .btn-default.focus, #contact-modal .modal-body .btn-default:active:focus, #contact-modal .modal-body .btn-default.active.focus, .open > #contact-modal .modal-body .btn-default.dropdown-toggle,
#service-modal .modal-body .btn-default:active,
#service-modal .modal-body .btn-default.active,
#service-modal .modal-body .btn-default:focus,
#service-modal .modal-body .btn-default.focus,
#service-modal .modal-body .btn-default:active:focus,
#service-modal .modal-body .btn-default.active.focus,
.open > #service-modal .modal-body .btn-default.dropdown-toggle {
  background-color: #fff;
  border-color: #dedede;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#contact-modal .modal-body .dropdown-menu,
#service-modal .modal-body .dropdown-menu {
  background-color: #f2f2f2;
  border-top-color: #dedede;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
  padding: 0;
  text-align: center;
}
#contact-modal .modal-body .dropdown-menu button,
#service-modal .modal-body .dropdown-menu button {
  background: inherit;
  border: 0;
  border-radius: 0;
  color: #767676;
  display: block;
  padding: 5px 20px;
  width: 100%;
}
#contact-modal .modal-body .dropdown-menu button:hover,
#service-modal .modal-body .dropdown-menu button:hover {
  background-color: #dedede;
  text-decoration: none;
}
#contact-modal .grecaptcha-badge,
#service-modal .grecaptcha-badge {
  display: none;
  visibility: hidden;
}

/*****************************************************************************
 * Loading Indicator
 *****************************************************************************/
.home-loader {
  background: #f7f7f7;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  color: #6a6a6a;
  display: inline-block;
  font-size: 2rem;
  padding: 1rem 2rem;
}
.home-loader i {
  color: #767676;
}

/*****************************************************************************
 * Alert
 *****************************************************************************/
.home-alert {
  background-color: #20419a;
  color: #fff;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .home-alert {
    margin-top: -25px;
  }
}
.home-alert a:not(.home-alert__cta) {
  color: #fff;
}
.home-alert a:not(.home-alert__cta):focus {
  outline-color: #fff;
}
.home-alert a:not(.home-alert__cta):focus:not(:focus-visible) {
  outline-color: transparent;
}
.home-alert a:not(.home-alert__cta):focus-visible {
  outline-color: #fff;
}
.home-alert p:last-child {
  margin-bottom: 0;
}

.home-alert__content {
  margin: 1rem 0;
}

.home-alert__cta {
  background: #ffda02;
  border-radius: 999px;
  color: #20419a;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 1rem 0;
  max-width: 320px;
  padding: 0.75rem 3rem;
  text-align: center;
  transition: transform 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .home-alert__cta {
    display: block;
  }
}
.home-alert__cta:hover, .home-alert__cta:focus {
  color: #20419a;
  text-decoration: none;
  transform: scale(1.05);
}
.home-alert__cta:focus {
  outline-color: #fff;
}
.home-alert__cta:focus:not(:focus-visible) {
  outline-color: transparent;
}
.home-alert__cta:focus-visible {
  outline-color: #fff;
}

@media (min-width: 768px) {
  .home-alert + .home-banner {
    margin-top: 0;
  }
}

/*****************************************************************************
 * Alert Themes
 *****************************************************************************/
.home-alert--db_w_b .home-alert__cta {
  background-color: #007cb5;
  color: #fff;
}

.home-alert--db_w_w {
  background-color: #20419a;
  color: #fff;
}
.home-alert--db_w_w a {
  color: #fff;
}
.home-alert--db_w_w .home-alert__cta {
  background-color: #fff;
  color: #20419a;
}

.home-alert--b_w_db {
  background-color: #007cb5;
}
.home-alert--b_w_db .home-alert__cta {
  background-color: #20419a;
  color: #fff;
}

.home-alert--b_w_w {
  background-color: #007cb5;
}
.home-alert--b_w_w .home-alert__cta {
  background-color: #fff;
  color: #007cb5;
}

.home-alert--w_db_b,
.home-alert--w_db_db,
.home-alert--w_db_y {
  background-color: #fff;
  color: #20419a;
}
.home-alert--w_db_b a,
.home-alert--w_db_db a,
.home-alert--w_db_y a {
  color: #20419a;
}
.home-alert--w_db_b a:focus,
.home-alert--w_db_db a:focus,
.home-alert--w_db_y a:focus {
  outline-color: #20419a;
}
.home-alert--w_db_b a:focus:not(:focus-visible),
.home-alert--w_db_db a:focus:not(:focus-visible),
.home-alert--w_db_y a:focus:not(:focus-visible) {
  outline-color: transparent;
}
.home-alert--w_db_b a:focus-visible,
.home-alert--w_db_db a:focus-visible,
.home-alert--w_db_y a:focus-visible {
  outline-color: #20419a;
}
.home-alert--w_db_b .home-alert__cta,
.home-alert--w_db_db .home-alert__cta,
.home-alert--w_db_y .home-alert__cta {
  background-color: #20419a;
  color: #fff;
}

.home-alert--w_db_b .home-alert__cta {
  background-color: #007cb5;
  color: #fff;
}

.home-alert--w_db_y .home-alert__cta {
  background-color: #ffda02;
  color: #20419a;
}

.home-alert--r_w_w {
  background-color: #e7201d;
}
.home-alert--r_w_w .home-alert__cta {
  background-color: #fff;
  color: #e7201d;
}

/*****************************************************************************
 * Top Banner
 *****************************************************************************/
.home-banner {
  background-color: #007cb5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 320px;
}
@media (min-width: 768px) {
  .home-banner {
    margin-top: -25px;
  }
}
@media (min-width: 992px) {
  .home-banner {
    display: flex;
    flex-direction: row-reverse;
  }
  .home-banner > div {
    min-height: 320px;
    width: 50%;
  }
}

.home-banner__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 240px;
}

.home-banner__wrapper {
  background-color: #20419a;
  margin: 0;
  padding: 1.5rem;
}
@media (min-width: 1200px) {
  .home-banner__wrapper {
    padding: 2.5rem;
    width: 50%;
  }
}

.home-banner__content {
  border: 1rem solid #00bce7;
  padding: 3rem 2rem;
  text-align: center;
  /* IE11 Hack */
}
.home-banner__content small {
  font-size: 80%;
}
@media (min-width: 992px) {
  .home-banner__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: none) {
  .home-banner__content {
    display: block;
  }
}

.home-banner__supertitle {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 1rem 0;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .home-banner__supertitle {
    font-size: 1.6rem;
  }
}

.home-banner__title {
  color: #fff;
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1;
  margin: 1rem 0;
}
@media (min-width: 1200px) {
  .home-banner__title {
    font-size: 7rem;
  }
}

.home-banner__subtitle {
  font-size: 1.6rem;
  line-height: 1.25;
  margin: 1rem 0;
}
@media (min-width: 1200px) {
  .home-banner__subtitle {
    font-size: 3.2rem;
  }
}

.home-banner__cta {
  background: #ffda02;
  border-radius: 999px;
  color: #20419a;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 1rem 0;
  padding: 0.75rem 3rem;
  transition: transform 0.2s ease-in-out;
}
@media (min-width: 1200px) {
  .home-banner__cta {
    font-size: 2.2rem;
    min-width: 240px;
    padding: 1.25rem 3rem;
  }
}
.home-banner__cta:hover, .home-banner__cta:focus {
  color: #20419a;
  text-decoration: none;
  transform: scale(1.05);
}
.home-banner__cta:focus {
  outline-color: #fff;
}
.home-banner__cta:focus:not(:focus-visible) {
  outline-color: transparent;
}
.home-banner__cta:focus-visible {
  outline-color: #fff;
}

.home-banner__disclaimer {
  font-size: 1.2rem;
  margin: 1rem 0;
}

/*****************************************************************************
 * Top Banner Themes
 *****************************************************************************/
.home-banner--db_y_w .home-banner__content {
  border-color: #ffda02 !important;
}

.home-banner--db_r_w .home-banner__content {
  border-color: #e7201d !important;
}

.home-banner--w_lb_db,
.home-banner--w_y_db,
.home-banner--w_r_db {
  background-color: #007cb5;
  color: #fff;
}
.home-banner--w_lb_db .home-banner__wrapper,
.home-banner--w_y_db .home-banner__wrapper,
.home-banner--w_r_db .home-banner__wrapper {
  background-color: #fff;
  color: #20419a;
}
.home-banner--w_lb_db .home-banner__content,
.home-banner--w_y_db .home-banner__content,
.home-banner--w_r_db .home-banner__content {
  border-color: #00bce7 !important;
}
.home-banner--w_lb_db .home-banner__title,
.home-banner--w_y_db .home-banner__title,
.home-banner--w_r_db .home-banner__title {
  color: #20419a;
}
.home-banner--w_lb_db .home-banner__cta,
.home-banner--w_y_db .home-banner__cta,
.home-banner--w_r_db .home-banner__cta {
  background: #20419a;
  color: #fff;
}
.home-banner--w_lb_db .home-banner__cta:hover, .home-banner--w_lb_db .home-banner__cta:focus,
.home-banner--w_y_db .home-banner__cta:hover,
.home-banner--w_y_db .home-banner__cta:focus,
.home-banner--w_r_db .home-banner__cta:hover,
.home-banner--w_r_db .home-banner__cta:focus {
  color: #fff;
}
.home-banner--w_lb_db .home-banner__cta:focus,
.home-banner--w_y_db .home-banner__cta:focus,
.home-banner--w_r_db .home-banner__cta:focus {
  outline-color: #20419a;
}
.home-banner--w_lb_db .home-banner__cta:focus:not(:focus-visible),
.home-banner--w_y_db .home-banner__cta:focus:not(:focus-visible),
.home-banner--w_r_db .home-banner__cta:focus:not(:focus-visible) {
  outline-color: transparent;
}
.home-banner--w_lb_db .home-banner__cta:focus-visible,
.home-banner--w_y_db .home-banner__cta:focus-visible,
.home-banner--w_r_db .home-banner__cta:focus-visible {
  outline-color: #20419a;
}

.home-banner--w_y_db .home-banner__content {
  border-color: #ffda02 !important;
}

.home-banner--w_r_db .home-banner__content {
  border-color: #e7201d !important;
}

.home-banner--b_db_w {
  background-color: #20419a;
  color: #fff;
}
.home-banner--b_db_w .home-banner__wrapper {
  background-color: #007cb5;
}
.home-banner--b_db_w .home-banner__content {
  border-color: #20419a !important;
}
.home-banner--b_db_w .home-banner__cta {
  background: #20419a;
  color: #fff;
}
.home-banner--b_db_w .home-banner__cta:hover, .home-banner--b_db_w .home-banner__cta:focus {
  color: #fff;
}

.home-banner--g_w_w {
  background-color: #fff;
  color: #11872d;
}
.home-banner--g_w_w .home-banner__wrapper {
  background-color: #11872d;
  color: #fff;
}
.home-banner--g_w_w .home-banner__content {
  border-color: #fff !important;
}
.home-banner--g_w_w .home-banner__cta {
  background: #fff;
  color: #11872d;
}
.home-banner--g_w_w .home-banner__cta:hover, .home-banner--g_w_w .home-banner__cta:focus {
  color: #11872d;
}

.home-banner--r_w_w {
  background-color: #fff;
  color: #e7201d;
}
.home-banner--r_w_w .home-banner__wrapper {
  background-color: #e7201d;
  color: #fff;
}
.home-banner--r_w_w .home-banner__content {
  border-color: #fff !important;
}
.home-banner--r_w_w .home-banner__cta {
  background: #fff;
  color: #e7201d;
}
.home-banner--r_w_w .home-banner__cta:hover, .home-banner--r_w_w .home-banner__cta:focus {
  color: #e7201d;
}

/*****************************************************************************
 * Newsletter Signup
 *****************************************************************************/
.home-newsletter-signup {
  background: rgb(1.5, 207.8116883117, 255);
  color: #20419a;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .home-newsletter-signup form {
    margin-left: 3rem;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .home-newsletter-signup form {
    margin-left: 5rem;
    width: 33.333%;
  }
}
.home-newsletter-signup .input-group {
  background: #fff;
  border: 1px solid #20419a;
  border-radius: 100px;
}
.home-newsletter-signup input {
  background: transparent;
  border-color: transparent;
  border-bottom-left-radius: 100px !important;
  border-top-left-radius: 100px !important;
  box-shadow: none;
  color: #464646;
  height: 3.8rem;
}
.home-newsletter-signup input:focus {
  border-color: transparent;
  outline: 2px solid #20419a;
  outline-offset: 0;
}
.home-newsletter-signup input:focus:not(:focus-visible) {
  outline-color: transparent;
}
.home-newsletter-signup input:focus-visible {
  outline: 2px solid #20419a;
  outline-offset: 0;
}
.home-newsletter-signup input::-moz-placeholder {
  color: #007cb5;
}
.home-newsletter-signup input::placeholder {
  color: #007cb5;
}
.home-newsletter-signup .btn {
  background: #ffda02;
  border: 0;
  border-left: 1px solid #20419a;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  color: #20419a;
  font-weight: 700;
  height: 3.8rem;
}
.home-newsletter-signup .btn:active {
  background: rgb(246.8, 210.7067193676, 0);
}
.home-newsletter-signup .btn:hover, .home-newsletter-signup .btn:active, .home-newsletter-signup .btn:focus, .home-newsletter-signup .btn:focus-visible {
  color: #20419a;
  outline-color: #20419a;
  outline-offset: 0;
}

@media (min-width: 768px) {
  .home-newsletter-signup__wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

.home-newsletter-signup__header {
  color: #20419a;
  margin: 0 0 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .home-newsletter-signup__header {
    margin: 0;
    text-align: left;
  }
}

/*****************************************************************************
 * Callouts
 *****************************************************************************/
.home-callout {
  background: #20419a;
  color: #fff;
  min-height: 320px;
}
@media (min-width: 768px) {
  .home-callout {
    display: flex;
  }
  .home-callout > div {
    min-height: 320px;
    width: 50%;
  }
}
.home-callout:nth-child(even) {
  flex-direction: row-reverse;
}

.home-callout + .home-callout {
  margin-top: 30px;
}

.home-callout__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 240px;
}

.home-callout__content {
  padding: 2rem;
}
@media (min-width: 768px) {
  .home-callout__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 4rem;
  }
}

.home-callout__title {
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .home-callout__title {
    font-size: 3.2rem;
  }
}

.home-callout__subtitle {
  font-size: 1.6rem;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .home-callout__subtitle {
    font-size: 2.2rem;
  }
}
.home-callout__subtitle a {
  color: #fff;
  text-decoration: underline;
}
.home-callout__subtitle p:last-child {
  margin-bottom: 0;
}

.home-callout__cta {
  background: #ffda02;
  border-radius: 999px;
  color: #20419a;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 1rem 0;
  padding: 0.75rem 3rem;
  text-align: center;
  transition: transform 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .home-callout__cta {
    font-size: 2.2rem;
    min-width: 240px;
    padding: 1.25rem 3rem;
  }
}
.home-callout__cta:hover, .home-callout__cta:focus {
  color: #20419a;
  text-decoration: none;
  transform: scale(1.05);
}
.home-callout__cta:focus {
  outline-color: #fff;
}
.home-callout__cta:focus:not(:focus-visible) {
  outline-color: transparent;
}
.home-callout__cta:focus-visible {
  outline-color: #fff;
}

/*****************************************************************************
 * Blog Posts
 *****************************************************************************/
.home-posts {
  margin: 30px auto;
}
@media (min-width: 768px) {
  .home-posts {
    margin: 60px auto;
  }
}

@media (min-width: 768px) {
  .home-posts__row {
    display: flex;
    margin: 0 -15px;
  }
}

@media (min-width: 768px) {
  .home-posts__row--1 .home-posts__post-wrapper {
    display: flex;
    margin: 0 -15px;
  }
  .home-posts__row--1 .home-posts__image-wrapper,
  .home-posts__row--1 .home-posts__post-content {
    padding: 0 15px;
    width: 50%;
  }
  .home-posts__row--1 .home-posts__post-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home-posts__row--1 .home-posts__title {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .home-posts__row--1 .home-posts__image-wrapper {
    width: 66.667%;
  }
  .home-posts__row--1 .home-posts__post-content {
    width: 33.333%;
  }
  .home-posts__row--1 .home-posts__title {
    font-size: 5rem;
  }
}

.home-posts__row:not(.home-posts__row--1) {
  /* IE11 Hack */
}
@media (min-width: 768px) {
  .home-posts__row:not(.home-posts__row--1) .home-posts__post-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .home-posts__row:not(.home-posts__row--1) .home-posts__post-content {
    display: flex;
    flex: 1;
    flex-direction: column;
  }
  .home-posts__row:not(.home-posts__row--1) .home-posts__title {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: none) {
  .home-posts__row:not(.home-posts__row--1) .home-posts__post-wrapper,
  .home-posts__row:not(.home-posts__row--1) .home-posts__post-content,
  .home-posts__row:not(.home-posts__row--1) .home-posts__title {
    display: block;
  }
}

.home-posts__post {
  flex: 1;
  margin: 30px 0;
}
@media (min-width: 768px) {
  .home-posts__post {
    margin: 15px 0;
    padding: 0 15px;
  }
}
.home-posts__post a:hover,
.home-posts__post a:focus {
  text-decoration: none;
}
.home-posts__post .btn {
  line-height: 1.25;
  margin-bottom: 15px;
  white-space: normal;
  width: 100%;
}
@media (min-width: 768px) {
  .home-posts__post .btn {
    margin-bottom: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .home-posts__post .btn {
    min-width: min(24rem, 100%);
    width: auto;
  }
}

.home-posts__image {
  position: relative;
  background-color: #f2f2f2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.home-posts__image:before {
  content: "";
  display: block;
  padding-top: 75%;
  width: 100%;
}
.home-posts__image > img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.home-posts__title {
  font-size: 2rem;
  font-weight: 900;
  margin: 1.5rem 0;
}
@media (min-width: 992px) {
  .home-posts__title {
    font-size: 3.2rem;
  }
}

/*****************************************************************************
 * Featured Products
 *****************************************************************************/
.home-products {
  margin-top: 30px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .home-products {
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, #00bce7 50%, #00bce7 100%);
    margin-top: 60px;
  }
}
.home-products .h1 {
  margin-bottom: 30px;
}
.home-products .product-teaser {
  background: #fff;
  margin-bottom: 0;
  min-height: 100%;
}
.home-products .product-teaser a {
  border: 0;
}
.home-products .product-teaser .product-teaser__thumb {
  padding: 0;
}
.home-products .col-sm-3,
.home-products .col-md-3 {
  margin-bottom: 1em;
}

/*****************************************************************************
 * Misc Content
 *****************************************************************************/
.home-content {
  margin: 30px auto;
}
.home-content p:last-child {
  margin-bottom: 0;
}

.home #footer {
  margin-top: 0;
}

/*****************************************************************************
 * Shopify Callouts
 *****************************************************************************/
@media (min-width: 768px) {
  .shopify-callouts {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .shopify-callouts {
    margin: 0 0 -25px;
  }
}
.shopify-callouts .callout {
  max-width: 228px;
}
@media (min-width: 1200px) {
  .shopify-callouts .callout {
    margin-left: 30px;
  }
}
.shopify-callouts .callout + .callout {
  margin-top: 2px;
}
.shopify-callouts .callout-sm {
  background-color: #20419a;
  display: block;
  margin: 5px 0;
}
.shopify-callouts .find-a-store {
  background-color: #20419a;
  color: #fff;
  font-size: 12px;
  margin: 2px 0;
  max-width: 228px;
  padding: 15px;
}
@media (min-width: 992px) {
  .shopify-callouts .find-a-store {
    padding: 25px;
  }
}
@media (min-width: 1200px) {
  .shopify-callouts .find-a-store {
    margin-left: 30px;
  }
}
.shopify-callouts .find-a-store a {
  color: #fff;
}
.shopify-callouts .find-a-store .checkbox {
  text-transform: capitalize;
}
.shopify-callouts .find-a-store input {
  background-color: #dedede;
}
.shopify-callouts .find-a-store button {
  color: #20419a;
  background-color: #f2f2f2;
  border-color: #ccc;
  line-height: 1.5;
  padding: 5px 15px;
}
.shopify-callouts .find-a-store button:focus, .shopify-callouts .find-a-store button.focus {
  color: #20419a;
  background-color: rgb(216.5, 216.5, 216.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.shopify-callouts .find-a-store button:hover {
  color: #20419a;
  background-color: rgb(216.5, 216.5, 216.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.shopify-callouts .find-a-store button:active, .shopify-callouts .find-a-store button.active, .open > .shopify-callouts .find-a-store button.dropdown-toggle {
  color: #20419a;
  background-color: rgb(216.5, 216.5, 216.5);
  background-image: none;
  border-color: rgb(173.4, 173.4, 173.4);
}
.shopify-callouts .find-a-store button:active:hover, .shopify-callouts .find-a-store button:active:focus, .shopify-callouts .find-a-store button:active.focus, .shopify-callouts .find-a-store button.active:hover, .shopify-callouts .find-a-store button.active:focus, .shopify-callouts .find-a-store button.active.focus, .open > .shopify-callouts .find-a-store button.dropdown-toggle:hover, .open > .shopify-callouts .find-a-store button.dropdown-toggle:focus, .open > .shopify-callouts .find-a-store button.dropdown-toggle.focus {
  color: #20419a;
  background-color: rgb(198.65, 198.65, 198.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.shopify-callouts .find-a-store button.disabled:hover, .shopify-callouts .find-a-store button.disabled:focus, .shopify-callouts .find-a-store button.disabled.focus, .shopify-callouts .find-a-store button[disabled]:hover, .shopify-callouts .find-a-store button[disabled]:focus, .shopify-callouts .find-a-store button[disabled].focus, fieldset[disabled] .shopify-callouts .find-a-store button:hover, fieldset[disabled] .shopify-callouts .find-a-store button:focus, fieldset[disabled] .shopify-callouts .find-a-store button.focus {
  background-color: #f2f2f2;
  border-color: #ccc;
}
.shopify-callouts .find-a-store button .badge {
  color: #f2f2f2;
  background-color: #20419a;
}
.shopify-callouts .find-a-store .heading {
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
}
.shopify-callouts .find-a-store .heading:hover, .shopify-callouts .find-a-store .heading:focus, .shopify-callouts .find-a-store .heading:active {
  text-decoration: underline;
}
.shopify-callouts .find-a-store .heading[aria-expanded=true] {
  margin-bottom: 1rem;
}
.shopify-callouts .find-a-store .heading[aria-expanded=true] .fa-angle-right {
  transform: rotate(90deg);
}
.shopify-callouts .find-a-store .heading .fa-angle-right {
  transition: transform 0.2s ease-out;
}
.shopify-callouts .find-a-store strong {
  font-weight: 900;
}
.shopify-callouts .find-a-store small {
  color: #fff;
}
.shopify-callouts .find-a-store small a {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .landing-page {
    margin-top: -25px;
  }
}
.landing-page > header {
  background-color: #20419a;
  margin-bottom: 25px;
  overflow: hidden;
}
.landing-page > header .page-header {
  margin: 0;
}
.landing-page > header h1 {
  color: #fff;
  margin: 30px 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .landing-page > header h1 {
    margin-bottom: 30px;
    text-align: left;
  }
}
.landing-page > header .brands {
  background-color: #20419a;
  color: #fff;
  margin: 0;
  padding: 2rem 1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.landing-page > header .brands a {
  color: #fff;
}
.landing-page > header .brands a:focus {
  outline-color: #fff;
}
.landing-page > header .brands a:focus:not(:focus-visible) {
  outline-color: transparent;
}
.landing-page > header .brands a:focus-visible {
  outline-color: #fff;
}
.landing-page > header .brands .row.divide > [class*=col-]:not(:last-child):after {
  background: #fff;
  min-height: auto;
}
@media (max-width: 767px) {
  .landing-page > header .brands .row.divide > [class*=col-]:not(:last-child):after {
    display: none;
  }
}
.landing-page > header .brands h2 {
  color: #fff;
  font-size: 20px;
  margin: 2.5rem 0;
}
.landing-page .page-description {
  color: #20419a;
  text-align: center;
}
.landing-page .page-description a {
  text-decoration: underline;
}
.landing-page .brands {
  margin: 4rem 0 2rem;
}
@media (min-width: 768px) {
  .landing-page .brands {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.landing-page .brands .row {
  align-items: stretch;
}
.landing-page .brands .row + .row {
  margin-top: 2rem;
}
.landing-page .brands .brand-image {
  background-color: #007cb5;
  background-position: center center;
  background-size: cover;
  min-height: 320px;
}
.landing-page .brands .brand-info {
  background-color: #20419a;
  background-position: center center;
  background-size: cover;
  color: #fff;
  padding: 4rem 2rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .landing-page .brands .brand-info {
    display: flex;
    align-items: center;
    justify-content: center;
    /* IE Fix */
  }
  .landing-page .brands .brand-info > div {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .landing-page .brands .brand-info {
    padding: 6rem 4rem;
  }
}
.landing-page .brands .brand-info h3 {
  color: #fff;
  margin: 0 0 2rem;
}
.landing-page .brands .brand-info h3 img {
  max-width: 160px;
}
.landing-page .brands .brand-info a:not(.btn) {
  color: #ffda02;
  text-decoration: underline;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.landing-page .brands .brand-info a:not(.btn):hover, .landing-page .brands .brand-info a:not(.btn):focus {
  color: #ffef94;
}
.landing-page .brands .brand-info .btn {
  border: 1px solid #fff;
  border-radius: 2rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  padding: 0.5rem 2rem;
}
.landing-page .posts {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .landing-page .posts header {
    margin-bottom: 1rem;
  }
}
.landing-page .posts h2 {
  color: #464646;
}
.landing-page .posts .post {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .landing-page .posts .post {
    max-width: 480px;
  }
}
.landing-page .posts .post a {
  color: #464646;
}
.landing-page .posts .post a:hover, .landing-page .posts .post a:focus {
  color: rgb(34.425, 34.425, 34.425);
}
.landing-page .posts .post .teaser-image {
  background-position: center center;
  background-size: cover;
  display: block;
  margin: 1rem 0;
  min-height: 120px;
  overflow: hidden;
  padding-bottom: 66.666%;
  text-indent: -9999px;
}

/**
 * Brand Slider
 */
#brand-slider {
  display: none;
  margin: 0 2rem;
}
#brand-slider.slick-initialized {
  display: block;
}
#brand-slider img {
  max-height: 60px;
}
#brand-slider .brand {
  display: inline-block;
  padding: 0.5rem 2rem;
}
#brand-slider .slick-track {
  display: flex;
}
@media (min-width: 768px) {
  #brand-slider .slick-track {
    margin-left: 0;
  }
}
#brand-slider .slick-track .slick-slide {
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center;
}
#brand-slider .slick-track .slick-slide:focus, #brand-slider .slick-track .slick-slide:focus-visible {
  background-color: rgba(255, 255, 255, 0.1);
  outline-color: transparent;
  outline-offset: -2px;
}
#brand-slider .slick-prev,
#brand-slider .slick-next {
  height: 22px;
  width: 22px;
}
#brand-slider .slick-prev::before,
#brand-slider .slick-next::before {
  color: #fff;
}
#brand-slider .slick-prev:focus,
#brand-slider .slick-next:focus {
  opacity: 0.5;
}

/**
 * Posts
 */
.post-category-list {
  line-height: 1.5;
  margin: 1rem 0;
}
.post-category-list a {
  color: #007cb5;
  margin-bottom: 1em;
}
.post-category-list a.active {
  font-weight: bold;
  text-decoration: underline;
}
.post-category-list .view-all a {
  border: 1px solid;
  border-radius: 999px;
  font-weight: bold;
  margin-right: 1rem;
  padding: 0.25rem 1.5rem;
  position: relative;
  top: 1px;
}
@media (min-width: 768px) {
  .post-category-list .view-all a {
    margin-right: 2rem;
  }
}
.post-category-list .view-all a:hover, .post-category-list .view-all a:focus {
  color: #20419a;
  text-decoration: none;
}
.post-category-list li {
  border-right: 1px solid #007cb5;
  margin-right: 1rem;
  padding-left: 0;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .post-category-list li {
    margin-right: 2rem;
    padding-right: 2rem;
  }
}
.post-category-list li.view-all, .post-category-list li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

#post-search-form {
  float: none;
  margin-top: 30px !important;
  width: 100%;
}
#post-search-form .form-group {
  width: 100%;
  /** Hack for full width */
}
#post-search-form .form-group .input-group {
  width: 100%;
}
#post-search-form .form-group .input-group-btn {
  display: table-cell;
  width: 1%;
}
@media (min-width: 768px) {
  #post-search-form {
    padding-left: 15px;
  }
}

.post-card {
  background: #464646;
  color: #464646;
  display: block;
  min-height: 100px;
  position: relative;
}
.post-card span {
  background: #fff;
  display: block;
  font-size: 14px;
  max-width: 90%;
  opacity: 0.9;
  padding: 10px 15px;
  position: absolute;
  bottom: 20px;
  left: 0;
}
.post-card span h3 {
  color: #464646;
  display: block;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 0.25rem;
  margin-top: 0;
}
.post-card span small {
  display: inline-block;
  line-height: 1.5;
}
.post-card:hover img {
  opacity: 0.6;
}
.post-card img {
  transition: opacity 0.5s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.post-list li {
  margin-bottom: 0.25em;
}

#post-wrapper .loading-indicator {
  clear: both;
  color: #6a6a6a;
  font-size: 2em;
  margin: 0.5em auto;
  text-align: center;
  width: 100%;
}
#post-wrapper .grid {
  margin-left: -8px;
  margin-right: -8px;
}
#post-wrapper .grid .grid-item,
#post-wrapper .grid .grid-sizer {
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
}
@media (min-width: 480px) {
  #post-wrapper .grid .grid-item,
  #post-wrapper .grid .grid-sizer {
    width: 50%;
  }
}
@media (min-width: 992px) {
  #post-wrapper .grid .grid-item,
  #post-wrapper .grid .grid-sizer {
    width: 33.33333%;
  }
}
#post-wrapper .grid .card {
  background: #464646;
  color: #464646;
  display: block;
  margin-bottom: 16px;
  min-height: 100px;
  position: relative;
}
#post-wrapper .grid .card span {
  background: #fff;
  display: block;
  font-size: 14px;
  max-width: 90%;
  opacity: 0.9;
  padding: 10px 15px;
  position: absolute;
  bottom: 20px;
  left: 0;
}
#post-wrapper .grid .card span h3 {
  color: #464646;
  display: block;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 0.25rem;
  margin-top: 0;
}
#post-wrapper .grid .card span small {
  display: inline-block;
  line-height: 1.5;
}
#post-wrapper .grid .card:hover img {
  opacity: 0.6;
}
#post-wrapper .grid .card img {
  transition: opacity 0.5s ease;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 767px) {
  #post-wrapper .grid .card img {
    max-width: none;
    width: 100%;
  }
}
#post-wrapper .load-btn {
  margin: 30px 0 15px;
  min-width: 240px;
}
#post-wrapper .sidebar section {
  border-top: 1px solid #f2f2f2;
  color: #767676;
  margin-left: -15px;
  margin-right: -15px;
  padding: 30px 15px;
}
#post-wrapper .sidebar section h2 {
  color: #6a6a6a;
  font-size: 1em;
  margin: 0 0 1.5em;
}
@media (min-width: 768px) {
  #post-wrapper .sidebar section {
    padding: 30px;
  }
}
#post-wrapper .sidebar .label {
  display: inline-block;
  line-height: 1.6;
  margin: 0 5px 5px 0;
}

#post-row .brand-primary {
  color: #20419a;
}
#post-row .brand-danger {
  color: #e7201d;
}
#post-row .label {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0.75em;
  margin-right: 0.75em;
}
#post-row .post-wrapper {
  background-color: #f2f2f2;
  padding: 15px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #post-row .post-wrapper {
    padding: 30px;
    padding-bottom: 45px;
  }
}
#post-row .post-wrapper .tags .label {
  font-size: 80%;
  display: inline-block;
  line-height: 1.6;
  margin: 15px 10px 0 0;
}
#post-row .post-img {
  display: block;
  margin-bottom: 15px;
}
#post-row .post-thumb {
  background: #000;
  display: block;
}
#post-row .post-thumb img {
  opacity: 0.6;
  transition: opacity 0.5s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#post-row .post-thumb:hover img, #post-row .post-thumb:focus img {
  opacity: 1;
}
#post-row .post-title {
  color: #464646;
  font-size: 1.5em;
}
#post-row .post-actions {
  margin: 35px 0 15px;
}
#post-row .post-actions .btn {
  margin: 0 10px 10px 0;
}
#post-row .post-actions .share-widget .btn {
  margin-right: 0;
}
@media (min-width: 992px) {
  #post-row .sidebar.menu-affixed {
    padding-top: 46px;
  }
}
#post-row .sidebar .nav-wrapper {
  background-color: #f2f2f2;
  margin-left: -15px;
  margin-right: -15px;
}
#post-row .sidebar .nav-wrapper i {
  font-size: 18px;
}
#post-row .sidebar .nav-wrapper li + li {
  margin-left: -1px;
}
#post-row .sidebar .nav-wrapper li a {
  border: 1px solid #dedede;
  border-top-color: #f2f2f2;
  border-bottom: none;
}
#post-row .sidebar .nav-wrapper li.active > a {
  background-color: #fff;
  border-left: none;
  border-right: none;
  color: #20419a;
  z-index: 3;
}
#post-row .sidebar section {
  border-bottom: 1px solid #f2f2f2;
  color: #767676;
  margin-left: -15px;
  margin-right: -15px;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  #post-row .sidebar section {
    padding: 30px;
  }
}
#post-row .sidebar section:last-child {
  border-bottom: none;
}
#post-row .sidebar section h2 {
  color: #6a6a6a;
  font-size: 1em;
  margin: 0 0 1.5em;
}
#post-row .sidebar section dl {
  margin-bottom: 0;
}
#post-row .sidebar section dt {
  color: #20419a;
}
#post-row .sidebar section dd {
  font-size: 90%;
}
#post-row .sidebar section .author-row {
  margin-bottom: 30px;
  min-height: 50px;
  overflow: hidden;
  padding-left: 60px;
  position: relative;
}
#post-row .sidebar section .author-row .pic {
  left: 0;
  position: absolute;
  top: 0;
}
#post-row .sidebar section .rating .fa-star,
#post-row .sidebar section .rating .fa-star-half,
#post-row .sidebar section .rating .fa-star-half-o {
  color: #ffda02;
}
#post-row .sidebar section .rating .fa-star-o {
  color: #dedede;
}
#post-row .sidebar section .rating small {
  color: rgb(196.5, 196.5, 196.5);
  font-size: 12px;
}

/**
 * Styles provided by tyler.lirette@poolcorp.com on May 6, 2024
 */
.privacy-wrapper .otnotice-menu, .privacy-wrapper .otnotice-menu-mobile, .privacy-wrapper .otnotice-version, .privacy-wrapper .otnotice__version {
  display: none !important;
}

.privacy-wrapper .otnotice-content {
  padding-inline: 0;
}

.privacy-wrapper .otnotice-content .otnotice-sections {
  margin-inline: 0;
}

.privacy-wrapper .otnotice-content .otnotice-sections .otnotice-section .otnotice-section-content {
  margin-inline: 0 !important;
}

.privacy-wrapper .otnotice-content .otnotice-sections .otnotice-section .otnotice-section-content table tr {
  border: 0;
}

.privacy-wrapper .otnotice-content .otnotice-sections .otnotice-section .otnotice-section-content table tr:nth-of-type(2n) {
  background-color: #f8f8f8;
}

.privacy-wrapper .otnotice-content .otnotice-sections .otnotice-section .otnotice-section-content table tr td {
  border-bottom: 0;
  border-inline: 0;
  border-top: 1px solid #dee2e6;
}

.privacy-wrapper .otnotice-content .otnotice-sections .otnotice-section .otnotice-section-content table tr td ul {
  margin-bottom: 0;
}

.privacy-wrapper .otnotice-content .otnotice-sections .otnotice-section .otnotice-section-content table tr td ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .privacy-wrapper .otnotice-content .otnotice-sections .otnotice-section .otnotice-section-content table th {
    display: none;
  }
  .privacy-wrapper .otnotice-content .otnotice-sections .otnotice-section .otnotice-section-content table td {
    display: block;
  }
  .privacy-wrapper .otnotice-content .otnotice-sections .otnotice-section .otnotice-section-content table td:before {
    content: attr(data-cell) ": ";
    font-weight: 700;
    display: block;
  }
}
.privacy-wrapper .otnotice-content .otnotice-sections .otnotice-section .otnotice-section-content ul {
  padding-inline: 2rem 0;
}

.privacy-wrapper .otnotice-content .otnotice-sections .otnotice-section .otnotice-section-content ul.list-unstyled.pl-0 {
  padding-left: 0;
}

.privacy-wrapper .otnotice-content .otnotice-sections .otnotice-section .otnotice-section-content ul li {
  position: relative;
}

.privacy-wrapper .otnotice-content .otnotice-sections .otnotice-section .otnotice-section-content ul span {
  padding-right: 0.75rem;
  position: absolute;
  left: -20px;
}

#sale-modal .modal-header {
  border-bottom: 0;
}
#sale-modal .modal-content {
  border-radius: 0;
}
#sale-modal .form-inline .input-group {
  display: table;
  width: 100%;
}
#sale-modal .form-inline .input-group .input-group-btn {
  width: 1%;
}

.sale-wrapper {
  background: #20419a;
  color: #fff;
  margin-top: 2rem;
}
.sale-wrapper header {
  padding: 3rem 2rem;
}
@media (min-width: 992px) {
  .sale-wrapper header {
    padding: 4rem 3rem;
  }
}
.sale-wrapper header h1,
.sale-wrapper header h2,
.sale-wrapper header h3,
.sale-wrapper header h4,
.sale-wrapper header h5 {
  color: #fff;
  margin: 0;
}
.sale-wrapper header a {
  color: #fff;
}
@media (max-width: 767px) {
  .sale-wrapper header .h1 {
    font-size: 36px;
  }
}
.sale-wrapper .main {
  background: #20419a;
  padding: 0 2rem;
}
.sale-wrapper .main .blocked,
.sale-wrapper .main .loading,
.sale-wrapper .main .message {
  align-items: center;
  display: flex;
  font-size: 20px;
  justify-content: center;
  min-height: 320px;
  text-align: center;
}
.sale-wrapper .main .blocked a,
.sale-wrapper .main .blocked .btn-link,
.sale-wrapper .main .loading a,
.sale-wrapper .main .loading .btn-link,
.sale-wrapper .main .message a,
.sale-wrapper .main .message .btn-link {
  color: #fff;
  text-decoration: underline;
}
.sale-wrapper .main .embed-responsive iframe {
  border-left: 1px solid #ededed;
}
.sale-wrapper .main #sale-iframe {
  min-height: 320px;
}
.sale-wrapper footer {
  padding: 3rem 2rem;
  position: relative;
  text-align: center;
}
.sale-wrapper footer .btn--fallback {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 2rem;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .sale-wrapper footer .btn--fallback {
    bottom: 2rem;
    margin-top: 0;
    position: absolute;
    right: 1rem;
  }
}
.sale-wrapper .btn:focus {
  outline-color: #fff;
}
.sale-wrapper .btn:focus:not(:focus-visible) {
  outline-color: transparent;
}
.sale-wrapper .btn:focus-visible {
  outline-color: #fff;
}

/**
 * Search Results
 */
.search-result .pricing {
  font-size: 20px;
  line-height: 1em;
  vertical-align: middle;
}
.search-result .pricing .unavailable {
  font-size: 12px;
  line-height: 1.3;
}
.search-result .price {
  font-weight: bold;
}
.search-result .price sup {
  font-weight: normal;
}

/*****************************************************************************
 * Service Form
 *****************************************************************************/
body.get-a-quote #main {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='20'%3E%3Cpath d='M-10 3L20 17L50 3L80 17' stroke-linecap='square' stroke-width='3' stroke='hsla(360,100%25,100%25,.0625)' fill='none'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='20'%3E%3Cpath d='M-10 3L20 17L50 3L80 17' stroke-linecap='square' stroke-width='3' stroke='hsla(360,100%25,100%25,.0625)' fill='none'/%3E%3C/svg%3E"), linear-gradient(to bottom, #fff, #fff 33%, #ffda02 33%, #ffda02);
  background-position: 0px 0px, 0px 10px, 0px 0px;
}

.service-form {
  background-color: #20419a;
  border: 1rem solid #fff;
  max-width: 540px;
  margin: 1.5rem auto 3rem;
  padding: 0.5rem;
}
.service-form.screen-review {
  max-width: 960px;
}
.service-form .grecaptcha-badge {
  display: none;
  visibility: hidden;
}

.service-form__form {
  background: #fff;
  padding: 2rem;
}
.service-form__form legend {
  border: 0;
  color: #20419a;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.service-form__form .field-wrapper {
  position: relative;
}
.service-form__form .field-wrapper label {
  color: #20419a;
  font-size: 1.2rem;
  left: 1rem;
  position: absolute;
  text-transform: uppercase;
  top: 1rem;
  z-index: 10;
}
.service-form__form .field-wrapper input,
.service-form__form .field-wrapper select,
.service-form__form .field-wrapper textarea {
  background: #fff;
  border: 1px solid #949494;
  border-radius: 0;
  box-shadow: none;
  color: #464646;
  height: auto;
  padding: 3.5rem 1rem 0.75rem;
}
.service-form__form .field-wrapper input:focus,
.service-form__form .field-wrapper select:focus,
.service-form__form .field-wrapper textarea:focus {
  border-color: #20419a;
  box-shadow: none;
}
.service-form__form .field-wrapper input::-moz-placeholder, .service-form__form .field-wrapper select::-moz-placeholder, .service-form__form .field-wrapper textarea::-moz-placeholder {
  color: #767676;
  font-style: italic;
}
.service-form__form .field-wrapper input::placeholder,
.service-form__form .field-wrapper select::placeholder,
.service-form__form .field-wrapper textarea::placeholder {
  color: #767676;
  font-style: italic;
}
.service-form__form .field-wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+CiAgPHBhdGgKICAgIGQ9Ik05LjI5MyAxMi45NWwuNzA3LjcwN0wxNS42NTcgOGwtMS40MTQtMS40MTRMMTAgMTAuODI4IDUuNzU3IDYuNTg2IDQuMzQzIDh6IgogICAgZmlsbD0iIzZhNmE2YSIKICAvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-size: 1.6rem;
  background-position: right 0.9rem bottom 1.2rem;
}
.service-form__form .field-wrapper select:invalid {
  color: #767676;
  font-style: italic;
}
.service-form__form .field-wrapper .arrow {
  bottom: 0;
  padding: 0.5rem 1rem;
  position: absolute;
  right: 0;
}
.service-form__form .field-wrapper .arrow svg {
  fill: #6a6a6a;
  height: 1.6rem;
  width: 1.6rem;
}
.service-form__form .checkbox-lg {
  align-items: flex-start;
  display: flex;
  justify-content: center;
}
.service-form__form .checkbox-lg input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-origin: border-box;
  border: 1px solid #20419a;
  color: #20419a;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  flex-shrink: 0;
  height: 2.5rem;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
  width: 2.5rem;
}
@media not print {
  .service-form__form .checkbox-lg input::-ms-check {
    color: "transparent";
    background: "inherit";
    border-color: "inherit";
    border-radius: "inherit";
  }
}
.service-form__form .checkbox-lg input:focus {
  outline-offset: 4px;
}
.service-form__form .checkbox-lg input:checked {
  background-color: currentColor;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-color: transparent;
}
.service-form__form .checkbox-lg label {
  color: #20419a;
  font-weight: normal;
  margin-left: 1rem;
}
.service-form__form .has-error input,
.service-form__form .has-error select,
.service-form__form .has-error textarea {
  border-color: #e7201d;
}
.service-form__form .has-error .help-block {
  color: #e7201d;
}
.service-form__form .intl-tel-input .selected-flag .iti-flag {
  bottom: 1.25rem;
  top: auto;
}
.service-form__form .actions {
  margin: 2rem 0 0.5rem;
}
.service-form__form .actions .btn {
  font-weight: bold;
  margin: 0 auto;
  max-width: 320px;
}
.service-form__form .actions .btn-back {
  color: #767676;
  font-weight: normal;
  margin-top: 2rem;
  padding: 0;
}

.service-form__heading {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.7;
  margin: 0.5rem 0 1rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.service-form__heading em {
  background: #fff;
  border-radius: 9999px;
  color: #20419a;
  display: inline-block;
  font-style: normal;
  height: 1.667em;
  margin: 0 0.05em;
  text-align: center;
  width: 1.667em;
}

.service-form__screen-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.service-form__screen-heading {
  flex-grow: 1;
  font-weight: 900;
}
.screen-review .service-form__screen-heading {
  font-size: 2.4rem;
}

.service-form__disclaimer {
  border-top: 1px solid #f2f2f2;
  color: #767676;
  font-size: 12px;
  margin-top: 3rem;
  padding-top: 2rem;
}

/*****************************************************************************
 * Service Form Progress Circle
 *****************************************************************************/
.progress-circle {
  height: 6rem;
  flex-shrink: 0;
  position: relative;
  transform: scale(0.8) translateX(1.5rem);
  width: 6rem;
}
@media (min-width: 480px) {
  .progress-circle {
    margin-left: 2rem;
    transform: none;
  }
}

.progress-circle__pie {
  clip: rect(0, 6rem, 6rem, 3rem);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.progress-circle__pie__half {
  border: 0.3rem solid #20419a;
  border-radius: 50%;
  clip: rect(0, 3rem, 6rem, 0);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.progress-circle__label {
  color: #20419a;
  font-size: 1.2rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.progress-circle__label strong {
  font-weight: 900;
}

.progress-circle__bg {
  border: 0.3rem solid #dedede;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.progress-circle--25 .progress-circle__pie .progress-circle__pie__half {
  border-color: #20419a;
}
.progress-circle--25 .progress-circle__pie .progress-circle__pie__half--left {
  transform: rotate(90deg);
}
.progress-circle--25 .progress-circle__pie .progress-circle__pie__half--right {
  display: none;
}

.progress-circle--50 .progress-circle__pie .progress-circle__pie__half {
  border-color: #20419a;
}
.progress-circle--50 .progress-circle__pie .progress-circle__pie__half--left {
  transform: rotate(180deg);
}
.progress-circle--50 .progress-circle__pie .progress-circle__pie__half--right {
  display: none;
}

.progress-circle--75 .progress-circle__pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle--75 .progress-circle__pie .progress-circle__pie__half {
  border-color: #20419a;
}
.progress-circle--75 .progress-circle__pie .progress-circle__pie__half--left {
  transform: rotate(270deg);
}
.progress-circle--75 .progress-circle__pie .progress-circle__pie__half--right {
  transform: rotate(180deg);
}

.progress-circle--100 .progress-circle__pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle--100 .progress-circle__pie .progress-circle__pie__half {
  border-color: #20419a;
}
.progress-circle--100 .progress-circle__pie .progress-circle__pie__half--left {
  transform: rotate(360deg);
}
.progress-circle--100 .progress-circle__pie .progress-circle__pie__half--right {
  transform: rotate(180deg);
}

/*****************************************************************************
 * Service Form Modal
 *****************************************************************************/
@media (min-width: 560px) {
  .modal--service-form .modal-dialog {
    margin: 30px auto;
    max-width: 540px;
  }
}
.modal--service-form .modal-body {
  padding: 1rem;
}
.modal--service-form button.close {
  background: white;
  border: 2px solid #fff;
  border-radius: 3rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  color: #20419a;
  font-size: 3rem;
  height: 3.6rem;
  opacity: 1;
  position: relative;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(25%, -25%);
  width: 3.6rem;
  z-index: 10;
}
.modal--service-form button.close:focus {
  border-color: #20419a;
  box-shadow: 0 0 0 2px #fff;
  outline: none;
}
.modal--service-form .service-form {
  border: 0;
  margin: 0;
  max-width: 100%;
}

/*****************************************************************************
 * Service Promotions
 *****************************************************************************/
.service-promo {
  max-width: var(--viewportWidth) !important;
  width: var(--viewportWidth) !important;
  margin-left: calc(var(--viewportWidth) / -2 + 50%) !important;
  margin-right: calc(var(--viewportWidth) / -2 + 50%) !important;
  background-color: #ffda02;
  color: #20419a;
  margin-bottom: 1.5rem;
  padding: 1rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .service-promo {
    margin-top: -25px;
    text-align: left;
  }
}
.service-promo a:not(.service-promo__cta) {
  color: #fff;
}
.service-promo p:last-child {
  margin-bottom: 0;
}

.service-promo__title {
  font-size: 20px;
  font-weight: bold;
  margin: 0.75rem 0 0.5rem;
}

.service-promo__disclaimer {
  font-size: 12px;
  margin-bottom: 0.75rem;
}

.service-promo__cta {
  background: #20419a;
  border-radius: 999px;
  color: white;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 1rem 0;
  max-width: 320px;
  padding: 0.75rem 3rem;
  text-align: center;
  text-transform: uppercase;
  transition: transform 0.2s ease-in-out;
  white-space: nowrap;
}
.service-promo__cta:hover, .service-promo__cta:focus {
  color: white;
  text-decoration: none;
  transform: scale(1.05);
}
.service-promo__cta:focus {
  outline-color: #20419a;
}
.service-promo__cta:focus:not(:focus-visible) {
  outline-color: transparent;
}
.service-promo__cta:focus-visible {
  outline-color: #20419a;
}
.service-promo__cta em {
  background: white;
  border-radius: 9999px;
  color: #20419a;
  display: inline-block;
  font-style: normal;
  height: 1.667em;
  margin: 0 0.05em;
  text-align: center;
  width: 1.667em;
}

.service-promo > .container + .container .service-promo__cta {
  display: none;
}

.service-form .service-promo {
  font-size: 12px;
  margin: 0 !important;
  max-width: 100%;
  padding: 0.75rem 1.25rem;
  text-align: left;
  width: 100% !important;
}
.service-form .service-promo .service-promo__title {
  font-size: 14px;
  margin: 0;
}
.service-form .service-promo .service-promo__disclaimer {
  font-size: 11px;
  margin: 0;
}
.service-form .service-promo .service-promo__icon {
  font-size: 14px;
  margin-right: 0.75rem;
}

#price-slider .range {
  font-size: 0.8em;
  line-height: 3em;
}
#price-slider .slider {
  margin-bottom: 15px;
}
#price-slider .noUi-connect {
  background-color: #20419a;
}

.catalog .price {
  color: #464646;
}

.catalog .breadcrumb {
  margin-bottom: 2em;
}

.variant-form select {
  width: auto;
}

.product-teaser {
  height: 100%;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}
.product-teaser h3 {
  height: 100%;
  margin: 0;
}
.product-teaser a {
  border: 1px solid #dedede;
  color: #464646;
  display: block;
  font-size: 16px;
  height: 100%;
  text-decoration: none;
  transition: color 0.2s, border-color 0.2s;
}
.product-teaser a:hover .product-teaser__icon {
  display: block;
}
.product-teaser a:hover, .product-teaser a:focus {
  border-color: #20419a;
  color: #20419a;
}
.product-teaser .product-teaser__thumb {
  overflow: hidden;
  padding: 0.5rem;
  position: relative;
}
.product-teaser .lazy-img-wrapper {
  position: relative;
}
.product-teaser .lazy-img-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  width: 100%;
}
.product-teaser .lazy-img-wrapper > img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.product-teaser .product-teaser__icon {
  background-color: #20419a;
  border-radius: 1.618em;
  display: none;
  height: 40px;
  left: 50%;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  z-index: 1;
}
.product-teaser .product-teaser__icon i {
  color: #fff;
  font-size: 20px;
  line-height: 42px;
}
.product-teaser .product-teaser__title {
  padding: 1rem;
}
@media (min-width: 375px) {
  .product-teaser .product-teaser__title {
    padding: 1.5rem;
  }
}
.product-teaser .sale-badge {
  background: #007cb5;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 15px;
  z-index: 2;
}
.product-teaser .sale-badge strong {
  color: #fff;
  display: block;
  font-size: 14px;
  position: relative;
  text-align: center;
  top: 10px;
  z-index: 2;
}
.product-teaser .sale-badge:before, .product-teaser .sale-badge:after {
  background: #007cb5;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}
.product-teaser .sale-badge:before {
  transform: rotate(30deg);
}
.product-teaser .sale-badge:after {
  transform: rotate(60deg);
}
@media (max-width: 767px) {
  .product-teaser .sale-badge {
    height: 30px;
    right: 10px;
    top: 10px;
    width: 30px;
  }
  .product-teaser .sale-badge:before, .product-teaser .sale-badge:after {
    height: 30px;
    width: 30px;
  }
  .product-teaser .sale-badge span {
    font-size: 10px;
    top: 7px;
  }
}

@media (min-width: 768px) {
  #catalog-main .product-teaser {
    margin-bottom: 0;
    min-height: 100%;
  }
  #catalog-main div[class^=col-] {
    margin-bottom: 1em;
  }
}

@media (max-width: 767px) {
  #collection-description.readmore {
    height: 10rem;
    overflow: hidden;
    position: relative;
  }
  #collection-description.readmore::after {
    background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 80%);
    bottom: 0;
    content: "";
    height: 10rem;
    left: 0;
    position: absolute;
    right: 0;
  }
  #collection-description.readmore[aria-expanded=true] {
    height: auto;
    overflow: visible;
  }
  #collection-description.readmore[aria-expanded=true]::after {
    display: none;
  }
  #collection-description.readmore + .readmore-link {
    display: inline-block;
    margin-top: 1rem;
  }
}

.readmore-link {
  display: none;
}

.store-header {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.store-badge {
  height: 70px;
  width: 70px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .store-badge {
    height: 100px;
    width: 100px;
  }
}
@media (min-width: 992px) {
  .store-badge {
    height: 140px;
    width: 140px;
  }
}

.store-h1 {
  font-size: 26px;
}

.store-h2 {
  font-size: 20px;
}

.store h1 {
  margin-top: 0;
}
.store h1 + h2 {
  margin-top: 10px;
}
.store h2 .label {
  background-color: #ffda02;
  bottom: 4px;
  color: #20419a;
  display: inline-block;
  font-size: 12px;
  padding: 0.3em 0.8em;
  position: relative;
}
.store .contact,
.store .hours {
  margin: 15px 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .store .contact,
  .store .hours {
    margin-top: 0;
  }
}
.store .contact {
  padding-bottom: 26px;
  line-height: 1.7;
}
.store .contact i {
  color: #6a6a6a;
  text-align: center;
  width: 20px;
}
.store .hours h3 {
  color: inherit;
  margin: 0.25em 0;
}
.store .engage {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .store .engage {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .store .engage {
    max-width: 320px;
  }
}
.store .actions {
  margin-bottom: 15px;
}
.store .actions a,
.store .actions button {
  font-size: 14px;
  margin: 4px 0;
}
.store .actions .btn-default {
  background-color: #007cb5;
  border-color: #007cb5;
  color: white;
  font-weight: bold;
}
@media (min-width: 768px) {
  .store .engage-small .actions {
    margin-bottom: 0;
  }
  .store .engage-small p {
    margin-bottom: 0;
  }
  .store .engage-small button {
    font-size: 12px;
    margin: 0;
    padding: 4px 8px;
  }
  .store .engage-small #share .share-link {
    font-size: 12px;
    padding: 6px;
  }
}
@media (max-width: 767px) {
  .store .contact,
  .store .hours,
  .store .engage,
  .store .store-owner {
    margin-bottom: 30px;
  }
}
.store #locator-map {
  height: 280px;
}
@media (min-width: 768px) {
  .store #locator-map {
    height: 430px;
  }
}
@media (min-width: 768px) {
  .store .locator-map-lg {
    height: 700px !important;
  }
}

.locally-owned {
  font-size: 12px;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}

#store-tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -10px 0;
}
#store-tabs .store-tab {
  border: 2px solid #20419a;
  flex: 1 1 100%;
  max-width: 100%;
  margin: 0 10px 20px;
}
@media (min-width: 480px) {
  #store-tabs .store-tab {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (min-width: 992px) {
  #store-tabs .store-tab {
    flex: 1 1 calc(33% - 20px);
    max-width: calc(33% - 20px);
  }
}
#store-tabs .store-tab .btn {
  font-weight: bold;
}
#store-tabs .panel-title {
  background: #20419a;
  color: #fff;
  padding: 15px;
}
#store-tabs .panel-body,
#store-tabs .sale-tab .sale__teaser {
  padding: 15px;
}
#store-tabs .sale-tab .panel-body {
  padding: 0;
}
#store-tabs .sale > a {
  display: block;
}
#store-tabs .sale > a:hover, #store-tabs .sale > a:focus {
  text-decoration: none;
}
#store-tabs .sale > a:hover strong, #store-tabs .sale > a:focus strong {
  background: rgb(0, 106.5303867403, 155.5);
}
#store-tabs .sale > strong,
#store-tabs .sale > a strong {
  background: #007cb5;
  color: #fff;
  display: block;
  font-size: 20px;
  padding: 30px 15px;
  text-align: center;
}

#store-tabs-accordion .panel-heading {
  padding: 0;
}
#store-tabs-accordion .panel-title a {
  font-size: 14px;
  padding: 20px 15px;
}
#store-tabs-accordion .panel-title a i {
  text-align: center;
  width: 20px;
}
#store-tabs-accordion .panel-title a:hover,
#store-tabs-accordion .panel-title a:focus {
  text-decoration: none;
}
#store-tabs-accordion .panel + .panel {
  margin-top: -1px;
}

#store-panes ul,
#store-tabs-accordion ul {
  margin-bottom: 0;
}

#locator-search input {
  background-color: #f2f2f2;
}
#locator-search .btn-default {
  background-color: #fff;
  line-height: 1;
  padding: 10px 12px;
}
#locator-search .help-block {
  font-size: 14px;
  margin-left: 15px;
}

#locator {
  margin-bottom: 15px;
  position: relative;
}
#locator .street-view {
  border: 2px solid #fff;
  border-radius: 2px;
  bottom: 20px;
  display: inline-block;
  height: auto;
  left: 20px;
  max-width: 200px;
  position: absolute;
}
@media (max-width: 767px) {
  #locator .street-view {
    border: none;
    border-radius: 0;
    display: block;
    margin: 1em auto 0;
    max-width: 100%;
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #locator .street-view {
    max-width: 150px;
  }
}

#locator-widget {
  margin: 14px auto;
}

#locator-map {
  height: 280px;
}
@media (min-width: 768px) {
  #locator-map {
    height: 460px;
  }
}
@media (min-width: 992px) {
  #locator-map {
    height: 420px;
  }
}
@media (min-width: 1200px) {
  #locator-map {
    height: 480px;
  }
}

#locator-map {
  background-color: #dedede;
}

#locator-results {
  margin-bottom: 15px;
}
#locator-results .result {
  padding: 15px 0;
  position: relative;
}
#locator-results .result .label {
  background-color: #fff;
  border: 1px solid #007cb5;
  bottom: 3px;
  color: #20419a;
  display: inline-block;
  font-size: 10px;
  padding: 0.3em 0.8em;
  position: relative;
}
#locator-results .result:nth-child(odd) {
  background-color: #f2f2f2;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
}
#locator-results .result:nth-child(odd) .btn-default {
  background-color: #fff;
}
#locator-results .result:nth-child(odd) .btn-default:hover, #locator-results .result:nth-child(odd) .btn-default:active {
  background-color: #f6f6f6;
}
#locator-results .result:nth-child(odd) small,
#locator-results .result:nth-child(odd) .text-muted {
  color: #616161;
}
#locator-results::-webkit-scrollbar {
  width: 13px;
  height: 13px;
}
#locator-results::-webkit-scrollbar {
  -webkit-appearance: none;
}
#locator-results::-webkit-scrollbar:vertical {
  width: 11px;
}
#locator-results::-webkit-scrollbar:horizontal {
  height: 11px;
}
#locator-results::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}
#locator-results::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
}

#collapse-locator-filters {
  margin-bottom: 0;
}

.location {
  margin-bottom: 22px;
}

.locator-component-map {
  position: relative;
}
.locator-component-map .no-results {
  background: #214199;
  color: white;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 0;
  padding: 1.5rem;
  position: absolute;
  opacity: 0.95;
  top: 0;
  width: 50%;
}
@media (max-width: 767px) {
  .locator-component-map .no-results {
    opacity: 1;
    position: relative;
    width: 100%;
  }
}
.locator-component-map .no-results .h4 {
  color: #fff;
}
@media (min-width: 1200px) {
  .locator-component-map .no-results .h4 {
    font-size: 28px;
  }
}
.locator-component-map .no-results .message {
  margin: auto 0;
}

.locator-component-results h2 {
  display: inline-block;
  margin-right: 1rem;
  margin-top: 0;
}
.locator-component-results .tags {
  display: inline-block;
  line-height: 1.5;
}
.locator-component-results .tags button {
  bottom: 0.3em;
  border: 0;
  display: inline-block;
  font-size: 10px;
  margin: 0 1rem 0.5rem 0;
  padding: 0.3em 0.6em;
  position: relative;
}
.locator-component-results .tags button i {
  margin-right: 0.25em;
}

.locator-component-filters {
  margin-bottom: 30px;
}
.locator-component-filters h3 {
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 30px;
}
.locator-component-filters h3 span {
  display: block;
}
.locator-component-filters .filter-count {
  align-items: center;
  background-color: #20419a;
  border-radius: 9999px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: bold;
  height: 2rem;
  justify-content: center;
  line-height: 1;
  margin-left: 0.5rem;
  position: relative;
  top: -3px;
  width: 2rem;
}
.locator-component-filters .btn {
  background-color: #fff;
  padding: 0.5rem 1.25rem;
}
.locator-component-filters .btn:active {
  background-color: #f5f8ff;
}
.locator-component-filters .is-selected {
  background-color: #f5f8ff;
  border: 1px solid #20419a;
  color: #20419a;
  font-weight: bold;
}
.locator-component-filters .filter-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.locator-component-filters .btn-clear-filters {
  background: transparent;
  border: 0;
  color: #20419a;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.025em;
  margin-left: 2rem;
  padding: 0;
  text-decoration: underline;
}
.locator-component-filters .btn-filter-dropdown {
  background-color: #fff;
  border-color: #949494;
  border-radius: 0;
  display: block;
  padding: 2.5rem 1rem 0.5rem;
  position: relative;
  text-align: left;
  width: 100%;
}
.locator-component-filters .btn-filter-dropdown[aria-expanded=true] {
  border-color: #20419a;
}
.locator-component-filters .btn-filter-dropdown[aria-expanded=true] .btn-filter-dropdown-caret {
  transform: rotate(90deg);
}
.locator-component-filters .btn-filter-dropdown.is-selected {
  background-color: #f5f8ff;
}
.locator-component-filters .btn-filter-dropdown.is-selected .btn-filter-dropdown-status {
  color: #20419a;
  font-style: normal;
}
.locator-component-filters .btn-filter-dropdown-heading {
  color: #20419a;
  font-size: 12px;
  font-weight: bold;
  left: 1rem;
  letter-spacing: 0.025em;
  position: absolute;
  text-transform: uppercase;
  top: 0.667rem;
}
.locator-component-filters .btn-filter-dropdown-status {
  color: #767676;
  font-size: 14px;
  font-style: italic;
}
.locator-component-filters .btn-filter-dropdown-caret {
  color: #20419a;
  float: right;
  margin-top: 3px;
  transition: transform 0.2s ease-out;
}
.locator-component-filters .dropdown-menu {
  border-color: #20419a;
  border-top-color: #fff;
  box-shadow: none;
  margin-top: -1px;
  padding: 0;
  width: 100%;
}
.locator-component-filters .dropdown-menu .checkbox {
  margin: 1px 0 0;
}
.locator-component-filters .dropdown-menu .checkbox:first-child {
  margin-top: 0;
}
.locator-component-filters .dropdown-menu .checkbox.is-selected {
  border: 0;
}
.locator-component-filters .dropdown-menu .checkbox label {
  font-size: 14px;
  margin: 0;
  padding: 0.75rem 1rem 0.75rem 3rem;
  width: 100%;
}
.locator-component-filters .dropdown-menu .checkbox label:hover {
  background-color: #f5f8ff;
}
.locator-component-filters .dropdown-menu .checkbox input:focus {
  outline-offset: 2px;
}
.locator-component-filters .btn-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media (min-width: 480px) {
  .locator-component-filters .btn-grid {
    flex-wrap: nowrap;
  }
}
.locator-component-filters .btn-grid > .col {
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 50%;
}
@media (min-width: 480px) {
  .locator-component-filters .btn-grid > .col {
    min-width: 24%; /* This is hardcoded for Above Ground Pools */
    width: auto;
  }
}
@media (min-width: 1200px) {
  .locator-component-filters .btn-grid > .col {
    width: 25%;
  }
}
.locator-component-filters .btn-grid .btn {
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  line-height: 1.25;
  padding: 1rem;
  text-align: left;
  white-space: normal;
  width: 100%;
}

.store-directory {
  overflow: hidden;
}
.store-directory ul {
  display: grid;
  grid-auto-flow: column;
  margin-bottom: 0;
}
.store-directory ul li {
  float: left;
  min-width: 250px;
}
.store-directory .panel-title button {
  background: none;
  border: none;
  font-weight: 700;
  margin: 0;
  padding: 5px 15px 5px 0;
  text-align: left;
  width: 100%;
}

.rating-stars {
  color: #e6701c;
  font-weight: bold;
}

.store-locator-header {
  background: #20419a;
  color: #fff;
  margin-bottom: 50px;
  padding: 2rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .store-locator-header {
    margin-top: -25px;
    padding: 3rem 0;
    text-align: left;
  }
}
.store-locator-header h1 {
  margin: 0;
}

.locator-component-search > h2 {
  margin-top: 0;
}
.locator-component-search .geolocate-btn {
  background: transparent;
  border: 0;
  color: #20419a;
  padding: 0;
  text-decoration: underline;
}
.locator-component-search .alert {
  font-size: 14px;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
}

.find-a-store-h3,
.find-a-store-h2 {
  font-weight: 900;
}

.find-a-store-h3 {
  margin-bottom: 4px;
  margin-top: 0;
}

.find-a-store-h2 {
  margin-bottom: 32px;
  margin-top: 0;
  font-size: 42px;
}

button.my-store {
  color: #fff;
  background-color: #20419a;
  border-color: #20419a;
}
button.my-store:focus, button.my-store.focus {
  color: #fff;
  background-color: rgb(23.2258064516, 47.1774193548, 111.7741935484);
  border-color: rgb(10.064516129, 20.4435483871, 48.435483871);
}
button.my-store:hover {
  color: #fff;
  background-color: rgb(23.2258064516, 47.1774193548, 111.7741935484);
  border-color: rgb(21.4709677419, 43.6129032258, 103.3290322581);
}
button.my-store:active, button.my-store.active, .open > button.my-store.dropdown-toggle {
  color: #fff;
  background-color: rgb(23.2258064516, 47.1774193548, 111.7741935484);
  background-image: none;
  border-color: rgb(21.4709677419, 43.6129032258, 103.3290322581);
}
button.my-store:active:hover, button.my-store:active:focus, button.my-store:active.focus, button.my-store.active:hover, button.my-store.active:focus, button.my-store.active.focus, .open > button.my-store.dropdown-toggle:hover, .open > button.my-store.dropdown-toggle:focus, .open > button.my-store.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(17.0838709677, 34.7016129032, 82.2161290323);
  border-color: rgb(10.064516129, 20.4435483871, 48.435483871);
}
button.my-store.disabled:hover, button.my-store.disabled:focus, button.my-store.disabled.focus, button.my-store[disabled]:hover, button.my-store[disabled]:focus, button.my-store[disabled].focus, fieldset[disabled] button.my-store:hover, fieldset[disabled] button.my-store:focus, fieldset[disabled] button.my-store.focus {
  background-color: #20419a;
  border-color: #20419a;
}
button.my-store .badge {
  color: #20419a;
  background-color: #fff;
}

.btn-my-store:disabled {
  opacity: 1;
}

#user-menu.affix {
  position: fixed;
  top: 15px;
  z-index: 99;
}
@media (max-width: 767px) {
  #user-menu.affix {
    position: static;
    top: 0;
  }
}
#user-menu.is-taller-than-main {
  position: static !important;
  top: 0 !important;
}
#user-menu .list-group-item.active,
#user-menu .list-group-item.active:hover,
#user-menu .list-group-item.active:focus {
  background-color: #6a6a6a;
  border-color: #6a6a6a;
}
@media (max-width: 991px) {
  #user-menu {
    font-size: 75%;
  }
}

@media (min-width: 768px) {
  .user-info-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.user-info-row {
  margin-top: 25px;
}
.user-info-row h1 {
  margin: 0;
}
.user-info-row .primary-address .info {
  color: #6a6a6a;
  font-size: 20px;
}
@media (min-width: 768px) {
  .user-info-row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .user-info-row > [class^=col-] {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#pool-profile {
  margin-bottom: 15px;
  padding-bottom: 67.5675676%;
  position: relative;
}
#pool-profile > svg {
  background-color: #fcfcfc;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#pool-profile > svg .btn-svg {
  cursor: pointer;
}
#pool-profile #svg-equipment-btns svg {
  cursor: pointer;
}
#pool-profile .animation-toggle {
  color: #fff;
  font-size: 10px;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#pool-profile .animation-toggle:hover {
  opacity: 1;
}
#pool-profile .animation-toggle:hover, #pool-profile .animation-toggle:focus {
  text-decoration: none;
}

#pool-profile-modal .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}
#pool-profile-modal .modal-body {
  padding: 0 30px 15px;
}
#pool-profile-modal .modal-body h2 {
  margin-top: 0;
}

#equipment-btns {
  padding-bottom: 15px;
  text-align: center;
}
#equipment-btns .btn {
  color: #6a6a6a;
  margin: 0 5px;
  padding: 7px 14px;
  text-transform: capitalize;
}
#equipment-btns .btn i {
  color: #ef6c00;
}
#equipment-btns .btn .fa-check {
  color: #11872d;
}

.user-panels section {
  margin-bottom: 30px;
}
.user-panels section h2 {
  font-size: 20px;
  margin-top: 0;
}
.user-panels section .view-all {
  margin-top: 10px;
}
.user-panels table {
  margin-bottom: 0;
  /* Match XS button */
}
.user-panels table thead tr th {
  font-size: 12px;
}
@media (min-width: 992px) {
  .user-panels table thead tr th {
    font-size: 14px;
  }
}
.user-panels table .label {
  border-radius: 999px;
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  padding: 1.5px 10px;
}
.user-panels .store-orders-component table {
  min-height: 4em;
}
.user-panels .store-orders-component tbody {
  position: relative;
}
.user-panels .store-orders-component .loading-indicator {
  background: none;
  border: none;
  font-size: 2em;
  left: 50%;
  margin-left: -1em;
  margin-top: -1em;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.user-panels .store-orders-component .loading-indicator td {
  background: none;
  border: none;
  padding: 0;
}
.user-panels .store-orders-component.loading .order-row {
  opacity: 0.25;
}
.user-panels .pool-profile-component .loading-indicator {
  font-size: 2em;
  text-align: center;
}
.user-panels .pool-service-history-component,
.user-panels .water-tests-component {
  position: relative;
}
.user-panels .pool-service-history-component .loading-indicator,
.user-panels .water-tests-component .loading-indicator {
  font-size: 2em;
  left: 50%;
  margin-left: -1em;
  margin-top: -1em;
  position: absolute;
  top: 50%;
  z-index: 2;
}
.user-panels .pool-service-history-component.loading .results,
.user-panels .water-tests-component.loading .results {
  opacity: 0.25;
}
.user-panels .pool-service-history-component p {
  margin-bottom: 0;
}
.user-panels .pool-service-history-component .panel-footer {
  font-size: 12px;
}
.user-panels .water-test-pane h2 {
  margin-top: 0;
}
.user-panels .water-test-pane + .water-test-pane {
  border-top: 1px solid #dedede;
  margin-top: 30px;
  padding-top: 30px;
}
.user-panels .water-test thead tr {
  background-color: #6a6a6a;
  text-shadow: none;
}
.user-panels .water-test tbody tr {
  background-color: #f2f2f2;
}
.user-panels .water-test .label {
  border: 1px solid;
  border-radius: 999px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 0.75rem;
}
.user-panels .water-test .label-danger {
  background-color: #ffebee;
  border-color: #e7201d;
  color: #d32f2f;
}
.user-panels .water-test .label-primary {
  background-color: #e1f5fe;
  border-color: #20419a;
  color: #20419a;
}
.user-panels .water-test .label-warning {
  background-color: #fff3e0;
  border-color: #f99d2a;
  color: #b53d00;
}
@media (max-width: 767px) {
  .user-panels .water-test {
    border: none;
    display: block;
    overflow: hidden;
  }
  .user-panels .water-test th,
  .user-panels .water-test td,
  .user-panels .water-test tr {
    border-left: none;
    border-right: none;
    border-width: 1px;
    display: block;
  }
  .user-panels .water-test th,
  .user-panels .water-test td {
    height: 50px;
    line-height: 34px;
  }
  .user-panels .water-test td {
    border-bottom: none;
  }
  .user-panels .water-test td:first-child {
    border-top: none;
  }
  .user-panels .water-test th:last-child {
    border-bottom: none;
  }
  .user-panels .water-test thead,
  .user-panels .water-test tbody {
    border: none;
    float: left;
    width: 50%;
  }
}

.primary-address h2 {
  margin: 0;
}
.primary-address h3 {
  margin-top: 0;
}

@media (min-width: 992px) {
  .primary-store:before {
    background: #dedede;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -7px;
    min-height: 120px;
  }
}
@media (max-width: 991px) {
  .primary-store {
    border-top: 1px solid #dedede;
    padding-top: 30px;
  }
}
/**
 * User Edit Page
 */
.page-user-edit .profile-incomplete-alert {
  display: none;
}

#user-edit-section fieldset {
  border: 1px solid #dedede;
  border-radius: 2px;
  margin-bottom: 25px;
  padding: 10px;
}
#user-edit-section fieldset legend {
  float: left;
}

/**
 * Registration page
 */
#signup-benefits {
  background: #20419a url(/img/auth/pattern.png);
  color: #fff;
  margin-top: 2em;
  padding: 2.5em 1.5em;
}
#signup-benefits h2 {
  color: #fff;
  margin-top: 0;
}
#signup-benefits ul {
  list-style: none;
  margin: 2em 0;
  padding-left: 1em;
}
#signup-benefits ul li::before {
  color: #ffda02;
  content: "●";
  font-weight: bold;
  margin-right: 0.75em;
}

.bg-wave {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='20'%3E%3Cpath d='M-10 3L20 17L50 3L80 17' stroke-linecap='square' stroke-width='3' stroke='hsla(360,100%25,100%25,.0625)' fill='none'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='20'%3E%3Cpath d='M-10 3L20 17L50 3L80 17' stroke-linecap='square' stroke-width='3' stroke='hsla(360,100%25,100%25,.0625)' fill='none'/%3E%3C/svg%3E");
  background-position: 0px 0px, 0px 10px;
}

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

.bg-blue {
  background-color: #007cb5;
}

.bg-orange {
  background-color: #f99d2a;
}

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

.header-wave {
  background-image: url(../img/wave-line.svg);
  background-position: bottom left;
  background-repeat: repeat-x;
  font-size: 4rem;
}
.header-wave span {
  background: #fff;
  padding-right: 2rem;
  position: relative;
  top: 0.05em;
}
@media (min-width: 768px) {
  .header-wave span {
    font-size: 5rem;
    top: 0.1em;
  }
}
@media (min-width: 992px) {
  .header-wave span {
    top: 0.15em;
  }
}
.header-wave.text-center {
  text-align: left;
}
@media (min-width: 768px) {
  .header-wave.text-center {
    text-align: center;
  }
  .header-wave.text-center span {
    padding-left: 2rem;
  }
}

.header-wave--inverse span {
  background: #20419a;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.flex-row:before, .flex-row:after {
  flex-basis: 0;
  order: 1;
}
.flex-row > [class^=col-] {
  display: flex;
  flex-direction: column;
}

.flex {
  display: flex;
}

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

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.h-4 {
  height: 1rem;
}

.w-4 {
  width: 1rem;
}

.h-8 {
  height: 2rem;
}

.w-8 {
  width: 2rem;
}

.h-12 {
  height: 3rem;
}

.w-12 {
  width: 3rem;
}

.w-32 {
  width: 8rem;
}

.m-0 {
  margin: 0;
}

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

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

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

.mt-2 {
  margin-top: 0.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.my-0 {
  margin-bottom: 0;
  margin-top: 0;
}

.my-4 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.my-12 {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.font-normal {
  font-weight: normal;
}

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

.font-bolder {
  font-weight: 900;
}

.outline-white {
  outline-color: #fff;
}

.border-primary {
  border-color: #20419a;
}

@media (min-width: 768px) {
  .container.pull-down {
    margin-top: -25px;
  }
}

.container.pull-up {
  margin-bottom: -60px;
}

.push-up {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .push-up-sm-up {
    margin-top: 30px;
  }
}
.push-down {
  margin-bottom: 30px;
}

.pull-out {
  margin-left: -15px;
  margin-right: -15px;
}

.text-gray-dark {
  color: #464646;
}

.text-xs {
  font-size: 12px;
}

.text-sm {
  font-size: 14px;
}

.text-large {
  font-size: 20px;
}

.text-underline {
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
}

.text-pad {
  padding: 15px;
}

.text-pad-lg {
  padding: 30px;
}

.flex-center-vertical,
.justify-center {
  align-items: center;
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

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

.flex-no-wrap {
  flex-wrap: nowrap;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

/**
 * Remove underline on certain elements
 */
.no-underline:hover,
.no-underline:active,
.no-underline:focus {
  text-decoration: none;
}

/**
 * Simulates text centered in a horiztonal rule
 */
.strike {
  display: block;
  margin: 15px auto;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

.strike > span {
  position: relative;
  display: inline-block;
}

.strike > span:before,
.strike > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 1px;
  background: #dedede;
}

.strike > span:before {
  right: 100%;
  margin-right: 15px;
}

.strike > span:after {
  left: 100%;
  margin-left: 15px;
}

/**
 * Add a vertical divider to columns of these rows
 */
.row.divide > [class*=col-]:not(:last-child):after {
  background: rgb(196.5, 196.5, 196.5);
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  min-height: 120px;
}

/**
 * Star Ratings
 */
.star-rating {
  display: inline-block;
  letter-spacing: 3px;
  position: relative;
}
.star-rating:before {
  color: #dedede;
  content: "\f005\f005\f005\f005\f005";
  display: block;
  font-family: FontAwesome;
  left: 0;
  top: 0;
}
.star-rating span {
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.star-rating span:before {
  color: #ffda02;
  content: "\f005\f005\f005\f005\f005";
  display: block;
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  top: 0;
}

/**
 * ____ A ____
 */
._a_ {
  font-size: 2.5rem;
  color: #20419a;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1.6;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 768px) {
  ._a_ {
    font-size: 3rem;
  }
}
._a_ em {
  background: #20419a;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-style: normal;
  height: 1.667em;
  margin: 0 0.5rem;
  text-align: center;
  width: 1.667em;
}

._a_--lg {
  font-size: 3.25rem;
}
@media (min-width: 768px) {
  ._a_--lg {
    font-size: 4rem;
  }
}

@media (min-width: 768px) {
  ._a_--lg-sm-up {
    font-size: 4rem;
  }
}

._a_--inverse {
  color: #fff;
}
._a_--inverse em {
  background: #fff;
  color: #20419a;
}

._a_--inverse-secondary {
  color: #fff;
}
._a_--inverse-secondary em {
  background: #fff;
  color: #007cb5;
}

/**
 * Vertical Tabs
 */
@media (min-width: 768px) {
  .vertical-tabs-row .col-tabs {
    padding-right: 0;
  }
  .vertical-tabs-row .col-panes {
    border: 1px solid #dedede;
    margin-bottom: -1px;
  }
}
@media (max-width: 767px) {
  .vertical-tabs-row .col-tabs,
  .vertical-tabs-row .col-panes {
    width: 100%;
  }
}
.vertical-tabs-row .tab-pane.active {
  padding: 30px 15px;
}

.vertical-tabs {
  border-bottom: none;
}
.vertical-tabs > li {
  float: none;
  margin-right: -1px;
}
.vertical-tabs > li > a {
  background-color: #f7f7f7;
  border: 1px solid #dedede;
  border-radius: 0;
  color: #464646;
  font-size: 14px;
  font-weight: bold;
  margin-right: 0;
  padding: 20px 15px;
  position: relative;
  z-index: 1;
}
.vertical-tabs > li > a i {
  text-align: center;
  width: 16px;
}
.vertical-tabs > li.active > a, .vertical-tabs > li.active > a:hover, .vertical-tabs > li.active > a:focus {
  background-color: #fff;
  border-bottom-color: #dedede;
  border-right-color: #fff;
  color: #464646;
}
@media (max-width: 767px) {
  .vertical-tabs > li.dropdown.active > a {
    border-right-color: #dedede;
    cursor: pointer;
  }
  .vertical-tabs .dropdown-menu {
    width: 100%;
  }
  .vertical-tabs .dropdown-menu > li > a {
    padding: 5px 15px;
  }
  .vertical-tabs .dropdown-menu > li > a > i {
    text-align: center;
    width: 16px;
  }
}

/**
 * Various breakpoint-related helpers.
 */
@media (min-width: 480px) {
  .hidden-xs-up {
    display: none !important;
  }
}

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

@media (min-width: 480px) {
  .center-block-xs-up {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .center-block-xs-down {
    margin: 0 auto;
  }
}

@media (min-width: 480px) {
  .text-center-xs-up {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .text-center-xs-down {
    text-align: center;
  }
}

@media (min-width: 480px) {
  .text-left-xs-up {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .text-left-xs-down {
    text-align: left;
  }
}

@media (min-width: 480px) {
  .text-right-xs-up {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .text-right-xs-down {
    text-align: right;
  }
}

@media (min-width: 480px) {
  .flex-row-xs-up {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-row-xs-up:before, .flex-row-xs-up:after {
    flex-basis: 0;
    order: 1;
  }
  .flex-row-xs-up > [class^=col-] {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .flex-row-xs-down {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-row-xs-down:before, .flex-row-xs-down:after {
    flex-basis: 0;
    order: 1;
  }
  .flex-row-xs-down > [class^=col-] {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 480px) {
  .pull-left-xs-up {
    float: left !important;
  }
}

@media (max-width: 767px) {
  .pull-left-xs-down {
    float: left !important;
  }
}

@media (min-width: 480px) {
  .pull-right-xs-up {
    float: right !important;
  }
}

@media (max-width: 767px) {
  .pull-right-xs-down {
    float: right !important;
  }
}

@media (min-width: 480px) {
  .flex-grow-xs-1 {
    flex-grow: 1 !important;
  }
}

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

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

@media (min-width: 768px) {
  .center-block-sm-up {
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .center-block-sm-down {
    margin: 0 auto;
  }
}

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

@media (max-width: 991px) {
  .text-center-sm-down {
    text-align: center;
  }
}

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

@media (max-width: 991px) {
  .text-left-sm-down {
    text-align: left;
  }
}

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

@media (max-width: 991px) {
  .text-right-sm-down {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .flex-row-sm-up {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-row-sm-up:before, .flex-row-sm-up:after {
    flex-basis: 0;
    order: 1;
  }
  .flex-row-sm-up > [class^=col-] {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .flex-row-sm-down {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-row-sm-down:before, .flex-row-sm-down:after {
    flex-basis: 0;
    order: 1;
  }
  .flex-row-sm-down > [class^=col-] {
    display: flex;
    flex-direction: column;
  }
}

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

@media (max-width: 991px) {
  .pull-left-sm-down {
    float: left !important;
  }
}

@media (min-width: 768px) {
  .pull-right-sm-up {
    float: right !important;
  }
}

@media (max-width: 991px) {
  .pull-right-sm-down {
    float: right !important;
  }
}

@media (min-width: 768px) {
  .flex-grow-sm-1 {
    flex-grow: 1 !important;
  }
}

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

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

@media (min-width: 992px) {
  .center-block-md-up {
    margin: 0 auto;
  }
}

@media (max-width: 1199px) {
  .center-block-md-down {
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .text-center-md-up {
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .text-center-md-down {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .text-left-md-up {
    text-align: left;
  }
}

@media (max-width: 1199px) {
  .text-left-md-down {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .text-right-md-up {
    text-align: right;
  }
}

@media (max-width: 1199px) {
  .text-right-md-down {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .flex-row-md-up {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-row-md-up:before, .flex-row-md-up:after {
    flex-basis: 0;
    order: 1;
  }
  .flex-row-md-up > [class^=col-] {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 1199px) {
  .flex-row-md-down {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-row-md-down:before, .flex-row-md-down:after {
    flex-basis: 0;
    order: 1;
  }
  .flex-row-md-down > [class^=col-] {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .pull-left-md-up {
    float: left !important;
  }
}

@media (max-width: 1199px) {
  .pull-left-md-down {
    float: left !important;
  }
}

@media (min-width: 992px) {
  .pull-right-md-up {
    float: right !important;
  }
}

@media (max-width: 1199px) {
  .pull-right-md-down {
    float: right !important;
  }
}

@media (min-width: 992px) {
  .flex-grow-md-1 {
    flex-grow: 1 !important;
  }
}

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

.hidden-lg-down {
  display: none !important;
}

@media (min-width: 1200px) {
  .center-block-lg-up {
    margin: 0 auto;
  }
}

.center-block-lg-down {
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .text-center-lg-up {
    text-align: center;
  }
}

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

@media (min-width: 1200px) {
  .text-left-lg-up {
    text-align: left;
  }
}

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

@media (min-width: 1200px) {
  .text-right-lg-up {
    text-align: right;
  }
}

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

@media (min-width: 1200px) {
  .flex-row-lg-up {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-row-lg-up:before, .flex-row-lg-up:after {
    flex-basis: 0;
    order: 1;
  }
  .flex-row-lg-up > [class^=col-] {
    display: flex;
    flex-direction: column;
  }
}

.flex-row-lg-down {
  display: flex;
  flex-wrap: wrap;
}
.flex-row-lg-down:before, .flex-row-lg-down:after {
  flex-basis: 0;
  order: 1;
}
.flex-row-lg-down > [class^=col-] {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .pull-left-lg-up {
    float: left !important;
  }
}

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

@media (min-width: 1200px) {
  .pull-right-lg-up {
    float: right !important;
  }
}

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

@media (min-width: 1200px) {
  .flex-grow-lg-1 {
    flex-grow: 1 !important;
  }
}

@media (max-width: 767px) {
  .btn-block-xs-down {
    width: 100%;
  }
  .pull-out-xs-down {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .flex-sm-up {
    -webkit-display: flex;
    display: flex;
  }
  .no-collapse-sm-up {
    display: inherit;
    height: auto !important;
  }
  .pull-right-sm-up {
    float: right !important;
  }
  .flex-no-wrap-sm-up {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .sr-only-md-up {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
@media print {
  /* Hide URLs */
  a[href]::after {
    content: none;
  }
  .col-print-6 {
    float: left;
    width: 50%;
  }
  .hidden-print {
    display: none;
  }
}
