@charset "UTF-8";
/*! 
* dirt-track | https://dirttrack.bank/
* v1.0.1 | Built Sep 03 2024 17:03:17 CDT
* Developed by BrownBoots Interactive, Inc. | https://www.brownboots.com/
*/
/*! 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;
  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: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.375;
  color: #fff;
  background-color: #0A0A0A;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #419DFF;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #fff;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-responsive.pull-right {
  margin: 0 0 22px 22px;
}
.img-responsive.pull-left {
  margin: 0 22px 22px 0;
}
.img-responsive.no-float {
  float: none !important;
}
.img-responsive.pull-right.no-float,
.img-responsive.pull-left.no-float {
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
}
.img-rounded {
  border-radius: 100%;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.375;
  background-color: #0A0A0A;
  border: 1px solid #ddd;
  border-radius: 30px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 33px;
  margin-bottom: 33px;
  border: 0;
  border-top: 1px solid #666;
}
.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 {
  margin: 0 0 22px 0;
  font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.15;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-weight: 700;
  font-style: normal;
  font-size: 55px;
  line-height: 1.15;
  font-family: "franklin-gothic-urw-comp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #fff;
}
h2,
.h2 {
  font-weight: 700;
  font-style: italic;
  font-size: 36px;
  line-height: 1.15;
  font-family: "franklin-gothic-urw-comp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #419DFF;
}
h3,
.h3 {
  font-weight: 400;
  font-style: italic;
  font-size: 25px;
  line-height: 1.15;
  font-family: "franklin-gothic-urw-comp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #419DFF;
}
h4,
.h4 {
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.15;
  font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #858585;
}
h5,
.h5 {
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.15;
  font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  text-transform: none;
  color: #419DFF;
}
h6,
.h6 {
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.15;
  font-family: "franklin-gothic-urw-comp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 90px;
    line-height: 1.15;
    letter-spacing: 0.015em;
  }
  h2,
  .h2 {
    font-size: 55px;
    line-height: 1.15;
    letter-spacing: 0.015em;
  }
  h3,
  .h3 {
    font-size: 36px;
    line-height: 1.15;
    letter-spacing: 0.015em;
  }
  h4,
  .h4 {
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0.025em;
  }
  h5,
  .h5 {
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: normal;
  }
  h6,
  .h6 {
    font-size: 17px;
    line-height: 1.15;
    letter-spacing: 0.015em;
  }
}
.content *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.row) + h1,
.content *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.row) + .h1,
.content *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.row) + h2,
.content *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.row) + .h2,
.content *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.row) + h3,
.content *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.row) + .h3,
.content *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.row) + h4,
.content *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.row) + .h4,
.content *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.row) + h5,
.content *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.row) + .h5,
.content *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.row) + h6,
.content *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.row) + .h6 {
  margin-top: 44px;
}
@media (max-width: 768px) {
  body {
    font-size: 17px;
    line-height: 25px;
  }
}
p {
  margin: 0 0 22px 0;
}
.lead {
  margin-bottom: 33px;
  font-size: 27px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 36px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #419DFF;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0e83ff;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #419DFF;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0e83ff;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 15.5px;
  margin: 66px 0 33px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 22px;
  padding-left: 25px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 22px;
  margin-bottom: 0;
}
ul li,
ol li {
  margin-bottom: 22px;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 33px;
}
dt,
dd {
  line-height: 1.375;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: none;
  color: #419DFF;
  text-decoration: #419DFF double underline;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
dfn {
  font-style: italic;
}
blockquote {
  padding: 16.5px 33px;
  margin: 0 0 33px;
  font-size: 30px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.375;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 33px;
  font-style: normal;
  line-height: 1.375;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@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;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
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: 15px;
  padding-bottom: 15px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 33px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 15px;
  line-height: 1.375;
  vertical-align: top;
  border-top: 1px solid #666666;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #666666;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #666666;
}
.table .table {
  background-color: #0A0A0A;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 10px;
}
.table-bordered {
  border: 1px solid #666666;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #666666;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #1D1D1D;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 24.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #666666;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 33px;
  font-size: 36px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
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: 10px;
  font-size: 24px;
  line-height: 1.375;
  color: #1C1C1C;
}
.form-control {
  display: block;
  width: 100%;
  height: 53px;
  padding: 9px 20px;
  font-size: 24px;
  line-height: 1.375;
  color: #1C1C1C;
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 30px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #419DFF;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(65, 157, 255, 0.6);
}
.form-control:focus {
  border-color: #419DFF;
  outline: 0;
  box-shadow: 0 0 8px rgba(65, 157, 255, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 53px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 43px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 70px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 33px;
  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,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
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: 57px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 43px;
  padding: 5px 10px;
  font-size: 21px;
  line-height: 1.5;
  border-radius: 5px;
}
select.input-sm {
  height: 43px;
  line-height: 43px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 43px;
  padding: 5px 10px;
  font-size: 21px;
  line-height: 1.5;
  border-radius: 5px;
}
.form-group-sm select.form-control {
  height: 43px;
  line-height: 43px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 43px;
  min-height: 54px;
  padding: 6px 10px;
  font-size: 21px;
  line-height: 1.5;
}
.input-lg {
  height: 70px;
  padding: 14px 40px;
  font-size: 30px;
  line-height: 1.3333333;
  border-radius: 100%;
}
select.input-lg {
  height: 70px;
  line-height: 70px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 70px;
  padding: 14px 40px;
  font-size: 30px;
  line-height: 1.3333333;
  border-radius: 100%;
}
.form-group-lg select.form-control {
  height: 70px;
  line-height: 70px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 70px;
  min-height: 63px;
  padding: 15px 40px;
  font-size: 30px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 66.25px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 53px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 43px;
  height: 43px;
  line-height: 43px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 38px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #ffffff;
}
@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: 10px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 43px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 10px;
    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: 15px;
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 21px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 9px 20px;
  font-size: 24px;
  line-height: 1.375;
  border-radius: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  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: #fff;
  background-color: #0054AD;
  border-color: #0054AD;
}
.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #003b7a;
  border-color: #00162e;
}
.btn-default:hover {
  color: #fff;
  background-color: #003b7a;
  border-color: #003670;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #003b7a;
  background-image: none;
  border-color: #003670;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #002a56;
  border-color: #00162e;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #0054AD;
  border-color: #0054AD;
}
.btn-default .badge {
  color: #0054AD;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #0054AD;
  border-color: #0054AD;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #003b7a;
  border-color: #00162e;
}
.btn-primary:hover {
  color: #fff;
  background-color: #003b7a;
  border-color: #003670;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #003b7a;
  background-image: none;
  border-color: #003670;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #002a56;
  border-color: #00162e;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #0054AD;
  border-color: #0054AD;
}
.btn-primary .badge {
  color: #0054AD;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #419DFF;
  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: #fff;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 14px 40px;
  font-size: 30px;
  line-height: 1.3333333;
  border-radius: 100%;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 21px;
  line-height: 1.5;
  border-radius: 5px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 21px;
  line-height: 1.5;
  border-radius: 5px;
}
.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: 24px;
  text-align: left;
  list-style: none;
  background-color: #0054AD;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  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: 15.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.375;
  color: #fff;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: white;
  text-decoration: none;
  background-color: #419DFF;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #0054AD;
  text-decoration: none;
  background-color: #419DFF;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  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: 21px;
  line-height: 1.375;
  color: #777777;
  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 {
    right: auto;
    left: 0;
  }
}
.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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 70px;
  padding: 14px 40px;
  font-size: 30px;
  line-height: 1.3333333;
  border-radius: 100%;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 70px;
  line-height: 70px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 43px;
  padding: 5px 10px;
  font-size: 21px;
  line-height: 1.5;
  border-radius: 5px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 43px;
  line-height: 43px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 9px 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: #1C1C1C;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #fff;
  border-radius: 30px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 21px;
  border-radius: 5px;
}
.input-group-addon.input-lg {
  padding: 14px 40px;
  font-size: 30px;
  border-radius: 100%;
}
.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 > 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: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #419DFF;
}
.nav .nav-divider {
  height: 1px;
  margin: 15.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.375;
  border: 1px solid transparent;
  border-radius: 30px 30px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #0A0A0A;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 30px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 30px 30px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #0A0A0A;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 30px;
}
.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: #0054AD;
  background-color: #419DFF;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 30px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 30px 30px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #0A0A0A;
  }
}
.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: 33px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 30px;
  }
}
@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.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-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 8.5px 15px;
  font-size: 30px;
  line-height: 33px;
}
.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: 30px;
}
.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: 4.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 33px;
}
@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: 33px;
  }
  .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: 8.5px;
    padding-bottom: 8.5px;
  }
}
.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: -1.5px;
  margin-bottom: -1.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: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: -1.5px;
  margin-bottom: -1.5px;
}
.navbar-btn.btn-sm {
  margin-top: 3.5px;
  margin-bottom: 3.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 8.5px;
  margin-bottom: 8.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: #419DFF;
  border-color: #419DFF;
}
.navbar-default .navbar-brand {
  color: white;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: white;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: white;
}
.navbar-default .navbar-nav > li > a {
  color: white;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: white;
  background-color: #0054AD;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: #0054AD;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #b0b1b4;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: white;
  background-color: #0054AD;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: #0054AD;
  }
  .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: white;
    background-color: #0054AD;
  }
  .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: #b0b1b4;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #419DFF;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #b2b2b2;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #419DFF;
}
.navbar-default .navbar-link {
  color: white;
}
.navbar-default .navbar-link:hover {
  color: white;
}
.navbar-default .btn-link {
  color: white;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: white;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #b0b1b4;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.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: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .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: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 33px;
  line-height: 1.375;
  background-color: #0A0A0A;
  border: 1px solid #ddd;
  border-radius: 30px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #419DFF;
}
.thumbnail .caption {
  padding: 9px;
  color: #fff;
}
.alert {
  padding: 15px;
  margin-bottom: 33px;
  border: 1px solid transparent;
  border-radius: 30px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.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;
}
.panel {
  margin-bottom: 33px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 29px;
  border-top-right-radius: 29px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  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: 29px;
  border-bottom-left-radius: 29px;
}
.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: 29px;
  border-top-right-radius: 29px;
}
.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: 29px;
  border-bottom-left-radius: 29px;
}
.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: 29px;
  border-top-right-radius: 29px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 29px;
  border-top-right-radius: 29px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 29px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 29px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 29px;
  border-bottom-left-radius: 29px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 29px;
  border-bottom-left-radius: 29px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 29px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 29px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #666666;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 33px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 30px;
}
.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: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #419DFF;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #419DFF;
  border-color: #419DFF;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #419DFF;
}
.panel-primary > .panel-heading .badge {
  color: #419DFF;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #419DFF;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.375;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  font-size: 24px;
  background-color: #fff;
  background-clip: padding-box;
  /*border: 1px solid @popover-fallback-border-color;
  border: 1px solid @popover-border-color;
  border-radius: @border-radius-large;
  .box-shadow(0 5px 10px rgba(0,0,0,.2));*/
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 24px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 99% 99% 0 0;
}
.popover-content {
  padding: 0 15px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.utility-links:before,
.utility-links:after,
.footer-utility-links:before,
.footer-utility-links:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.utility-links:after,
.footer-utility-links:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 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;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -ms-transform: translate3d(0, 0, 0);
  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('/images/slick-carousel/slick/ajax-loader.gif') center center no-repeat;
}
/* 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%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus: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;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('/fonts/slick-carousel/slick/fonts/slick.eot');
  src: url('/fonts/slick-carousel/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/fonts/slick-carousel/slick/fonts/slick.woff') format('woff'), url('/fonts/slick-carousel/slick/fonts/slick.ttf') format('truetype'), url('/fonts/slick-carousel/slick/fonts/slick.svg#slick') format('svg');
}
.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;
}
/*
@slick-arrow-color: @brand-primary;
@slick-opacity-default: 0.60;

.slick-prev,
.slick-next {
  z-index: 1;
  width: 32px;
  height: 32px;
  transform: none;
}

.slick-prev {
  top: @half-grid-gutter-width;
  left: @half-grid-gutter-width;

  @media (min-width: @screen-sm-min) {
    top: 50%;
    left: 25px;
  }
}

.slick-next {
  top: @half-grid-gutter-width;
  right: @half-grid-gutter-width;

  @media (min-width: @screen-sm-min) {
    top: 50%;
    right: 25px;
  }
}

.slick-prev:before, .slick-next:before {
  font-size: 32px;
}
*/
.btn-custom {
  padding: 14px 40px;
  font-size: 24px;
  line-height: 1;
  border-radius: 30px;
  border-color: #0054AD;
  font-family: "franklin-gothic-urw-comp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .025em;
  text-transform: uppercase;
  font-style: italic;
  text-shadow: none;
}
.btn-custom:focus,
.btn-custom.focus {
  background-color: #419DFF;
  border-color: #419DFF;
  color: #0B335D;
  box-shadow: none;
}
.btn-custom:hover {
  background-color: #419DFF;
  border-color: #419DFF;
  color: #0B335D;
  box-shadow: none;
}
.btn-custom:active,
.btn-custom.active,
.open > .dropdown-toggle.btn-custom {
  background-color: #419DFF;
  border-color: #419DFF;
  color: #0B335D;
  box-shadow: none;
}
.btn-custom:active:hover,
.btn-custom.active:hover,
.open > .dropdown-toggle.btn-custom:hover,
.btn-custom:active:focus,
.btn-custom.active:focus,
.open > .dropdown-toggle.btn-custom:focus,
.btn-custom:active.focus,
.btn-custom.active.focus,
.open > .dropdown-toggle.btn-custom.focus {
  background-color: #0A0A0A;
  border-color: #0A0A0A;
  box-shadow: none;
}
@media (max-width: 767px) {
  .btn-custom {
    width: 290px;
    white-space: normal;
  }
}
.btn-transparent {
  font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  background: none;
  border-color: white;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7), inset 1px 1px 4px rgba(0, 0, 0, 0.7);
}
.btn-transparent:focus,
.btn-transparent.focus,
.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent.active {
  color: white;
  text-shadow: none;
  background-color: #419DFF;
  border-color: white;
  box-shadow: none;
}
.btn-secondary {
  color: #fff;
  background-color: #0054AD;
  border-color: #fff;
  border-color: #0054AD;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #003b7a;
  border-color: #bfbfbf;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #003b7a;
  border-color: #e0e0e0;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #003b7a;
  background-image: none;
  border-color: #e0e0e0;
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
  color: #fff;
  background-color: #002a56;
  border-color: #bfbfbf;
}
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
  background-color: #0054AD;
  border-color: #fff;
}
.btn-secondary .badge {
  color: #0054AD;
  background-color: #fff;
}
.btn-secondary:focus,
.btn-secondary.focus {
  background-color: #419DFF;
  border-color: #419DFF;
  color: #0B335D;
  box-shadow: none;
}
.btn-secondary:hover {
  background-color: #419DFF;
  border-color: #419DFF;
  color: #0B335D;
  box-shadow: none;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-color: #419DFF;
  border-color: #419DFF;
  color: #0B335D;
  box-shadow: none;
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
  background-color: #0A0A0A;
  border-color: #0A0A0A;
  box-shadow: none;
}
.btn-tertiary {
  color: #fff;
  background-color: #0A0A0A;
  border-color: #fff;
  border-color: #0A0A0A;
}
.btn-tertiary:focus,
.btn-tertiary.focus {
  color: #fff;
  background-color: #000000;
  border-color: #bfbfbf;
}
.btn-tertiary:hover {
  color: #fff;
  background-color: #000000;
  border-color: #e0e0e0;
}
.btn-tertiary:active,
.btn-tertiary.active,
.open > .dropdown-toggle.btn-tertiary {
  color: #fff;
  background-color: #000000;
  background-image: none;
  border-color: #e0e0e0;
}
.btn-tertiary:active:hover,
.btn-tertiary.active:hover,
.open > .dropdown-toggle.btn-tertiary:hover,
.btn-tertiary:active:focus,
.btn-tertiary.active:focus,
.open > .dropdown-toggle.btn-tertiary:focus,
.btn-tertiary:active.focus,
.btn-tertiary.active.focus,
.open > .dropdown-toggle.btn-tertiary.focus {
  color: #fff;
  background-color: #000000;
  border-color: #bfbfbf;
}
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary:hover,
.btn-tertiary.disabled:focus,
.btn-tertiary[disabled]:focus,
fieldset[disabled] .btn-tertiary:focus,
.btn-tertiary.disabled.focus,
.btn-tertiary[disabled].focus,
fieldset[disabled] .btn-tertiary.focus {
  background-color: #0A0A0A;
  border-color: #fff;
}
.btn-tertiary .badge {
  color: #0A0A0A;
  background-color: #fff;
}
.btn-tertiary:focus,
.btn-tertiary.focus {
  background-color: #419DFF;
  border-color: #419DFF;
  color: #0B335D;
  box-shadow: none;
}
.btn-tertiary:hover {
  background-color: #419DFF;
  border-color: #419DFF;
  color: #0B335D;
  box-shadow: none;
}
.btn-tertiary:active,
.btn-tertiary.active,
.open > .dropdown-toggle.btn-tertiary {
  background-color: #419DFF;
  border-color: #419DFF;
  color: #0B335D;
  box-shadow: none;
}
.btn-tertiary:active:hover,
.btn-tertiary.active:hover,
.open > .dropdown-toggle.btn-tertiary:hover,
.btn-tertiary:active:focus,
.btn-tertiary.active:focus,
.open > .dropdown-toggle.btn-tertiary:focus,
.btn-tertiary:active.focus,
.btn-tertiary.active.focus,
.open > .dropdown-toggle.btn-tertiary.focus {
  background-color: #0A0A0A;
  border-color: #0A0A0A;
  box-shadow: none;
}
.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 9px 20px;
  line-height: 1.375;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #0054AD;
  padding: 14px 40px;
  font-size: 24px;
  line-height: 1;
  border-radius: 30px;
  border-color: #0054AD;
  font-family: "franklin-gothic-urw-comp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .025em;
  text-transform: uppercase;
  font-style: italic;
  text-shadow: none;
}
.button:focus,
.button:active:focus,
.button.active:focus,
.button.focus,
.button:active.focus,
.button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.button:hover,
.button:focus,
.button.focus {
  color: #fff;
  text-decoration: none;
}
.button:active,
.button.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.button.disabled,
fieldset[disabled] a.button {
  pointer-events: none;
}
.button:focus,
.button.focus {
  color: #fff;
  background-color: #003b7a;
  border-color: #00162e;
}
.button:hover {
  color: #fff;
  background-color: #003b7a;
  border-color: #003670;
}
.button:active,
.button.active,
.open > .dropdown-toggle.button {
  color: #fff;
  background-color: #003b7a;
  background-image: none;
  border-color: #003670;
}
.button:active:hover,
.button.active:hover,
.open > .dropdown-toggle.button:hover,
.button:active:focus,
.button.active:focus,
.open > .dropdown-toggle.button:focus,
.button:active.focus,
.button.active.focus,
.open > .dropdown-toggle.button.focus {
  color: #fff;
  background-color: #002a56;
  border-color: #00162e;
}
.button.disabled:hover,
.button[disabled]:hover,
fieldset[disabled] .button:hover,
.button.disabled:focus,
.button[disabled]:focus,
fieldset[disabled] .button:focus,
.button.disabled.focus,
.button[disabled].focus,
fieldset[disabled] .button.focus {
  background-color: #0054AD;
  border-color: #0054AD;
}
.button .badge {
  color: #0054AD;
  background-color: #fff;
}
.button:focus,
.button.focus {
  background-color: #419DFF;
  border-color: #419DFF;
  color: #0B335D;
  box-shadow: none;
}
.button:hover {
  background-color: #419DFF;
  border-color: #419DFF;
  color: #0B335D;
  box-shadow: none;
}
.button:active,
.button.active,
.open > .dropdown-toggle.button {
  background-color: #419DFF;
  border-color: #419DFF;
  color: #0B335D;
  box-shadow: none;
}
.button:active:hover,
.button.active:hover,
.open > .dropdown-toggle.button:hover,
.button:active:focus,
.button.active:focus,
.open > .dropdown-toggle.button:focus,
.button:active.focus,
.button.active.focus,
.open > .dropdown-toggle.button.focus {
  background-color: #0A0A0A;
  border-color: #0A0A0A;
  box-shadow: none;
}
@media (max-width: 767px) {
  .button {
    width: 290px;
    white-space: normal;
  }
}
.has-inline-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -22px -15px;
}
.has-inline-buttons .button,
.has-inline-buttons .btn {
  display: block;
  margin: 22px 15px;
}
input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
}
.way-offsides {
  position: absolute;
  left: -50000px;
}
.form-control {
  font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form-control:placeholder-shown {
  color: #0A0A0A;
}
.form-control:-ms-input-placeholder {
  color: #0A0A0A;
}
.form-control::placeholder {
  color: #0A0A0A;
}
.form-control::-ms-input-placeholder {
  color: #0A0A0A;
}
.input-group .input-group-addon {
  border-radius: 0;
}
.input-group .input-group-btn .btn {
  border-radius: 0;
}
.form-group .form-control:not(:focus) {
  box-shadow: unset;
}
.form-group.magic-label {
  position: relative;
}
.form-group.magic-label label {
  position: absolute;
  top: 10px;
  left: 21px;
  width: 1px;
  transition: all ease 0.3s;
  font-weight: 400;
  font-size: 24px;
  font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
  white-space: nowrap;
  text-align: right;
}
.form-group.magic-label.focus-or-filled label {
  width: calc(100% - (20px * 2) - 2px);
  opacity: 0.5;
}
.form-group.magic-label.required label:first-child::after {
  content: "*";
  position: relative;
  left: 5px;
  color: #0054AD;
}
.content .alert.warn :last-child {
  margin-bottom: 0;
}
.required {
  color: #d9534f;
}
form .fake-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
form .required label,
form .required .fake-label {
  color: white;
}
form .required label:first-child::after,
form .required .fake-label:first-child::after {
  content: "*";
  position: relative;
  left: 5px;
  color: #d9534f;
}
form fieldset legend.fake-label,
form fieldset legend.checkbox-radio-group-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: inherit;
  color: #0A0A0A;
  border: none;
  cursor: default;
}
form fieldset .required label:first-child::after {
  content: "";
  display: none;
}
form.contact .loan-type legend::after {
  content: "*";
  position: relative;
  left: 5px;
  color: #0054AD;
}
.normal-link:not(.btn) {
  text-decoration: underline;
}
.normal-link:not(.btn):hover,
.normal-link:not(.btn):focus {
  text-decoration: underline;
  color: #fff;
}
.equal-height-columns {
  overflow: hidden;
}
.equal-height-columns > [class*="col-"] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
@media (max-width: 767px) {
  .full-mobile-vw-width {
    width: 100vw;
    margin-left: -15px;
  }
}
.override-row-col-gutters {
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 0;
  padding-left: 0;
}
.force-word-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.line-clamp-1 {
  /* autoprefixer: off */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.line-clamp-2 {
  /* autoprefixer: off */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.line-clamp-3 {
  /* autoprefixer: off */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.line-clamp-4 {
  /* autoprefixer: off */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.line-clamp-5 {
  /* autoprefixer: off */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
/* <div class="img-wrapper">
     <img src="..." srcset="... 1x, ... 2x, ... 3x" ... /> <!-- the plugin will use Image.currentSrc in case the <img> has a srcset attribute -->
   </div>
*/
/* .img-wrapper {
     .image-auto-crop(
       (290 / 145), // these values come from the mobile subpage layout
       (4 / 3),
       @screen-xs-two-thirds,
       345px,
       380px,
       380px,
       center center
     );
   }
*/
body {
  color: #fff;
  background-color: #0A0A0A;
  background-repeat: repeat;
  background-position: top left;
}
.container > .row.equal-height-columns {
  background-color: #0A0A0A;
}
hr,
.hr {
  position: relative;
  display: block;
  margin-top: 55px;
  margin-bottom: 55px;
  border: inherit;
  border-top: 1px solid #666;
}
.navbar-default .navbar-nav > li {
  margin: 0;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active:hover > a,
.navbar-default .navbar-nav > li.active:focus > a {
  background: none;
}
.navbar-default .navbar-nav > li.active > a > svg,
.navbar-default .navbar-nav > li.active:hover > a > svg,
.navbar-default .navbar-nav > li.active:focus > a > svg {
  fill: white;
}
.navbar-default .navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover > svg,
.navbar-default .navbar-nav > li > a:active > svg,
.navbar-default .navbar-nav > li > a:focus > svg {
  fill: #fff;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
  }
  .navbar-default .navbar-nav.flex > li {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
}
.utility-links {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin: 4.25px -15px;
  margin: 0 -15px 22px -15px;
}
.utility-links > li {
  position: relative;
  display: block;
}
.utility-links > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.utility-links > li > a:hover,
.utility-links > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.utility-links > li.disabled > a {
  color: #777777;
}
.utility-links > li.disabled > a:hover,
.utility-links > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.utility-links .open > a,
.utility-links .open > a:hover,
.utility-links .open > a:focus {
  background-color: #eeeeee;
  border-color: #419DFF;
}
.utility-links .nav-divider {
  height: 1px;
  margin: 15.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.utility-links > li > a > img {
  max-width: none;
}
.utility-links > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 33px;
}
@media (max-width: 767px) {
  .utility-links .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .utility-links .open .dropdown-menu > li > a,
  .utility-links .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .utility-links .open .dropdown-menu > li > a {
    line-height: 33px;
  }
  .utility-links .open .dropdown-menu > li > a:hover,
  .utility-links .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .utility-links {
    float: left;
    margin: 0;
  }
  .utility-links > li {
    float: left;
  }
  .utility-links > li > a {
    padding-top: 8.5px;
    padding-bottom: 8.5px;
  }
}
@media (max-width: 767px) {
  .utility-links > li.dropdown > a {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .utility-links .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .utility-links .dropdown-toggle,
  .utility-links a > svg {
    display: none !important;
  }
}
.utility-links > li > a {
  font-size: 20px;
  letter-spacing: .025em;
}
.utility-links > li > a:hover,
.utility-links > li > a:active,
.utility-links > li > a:focus {
  background-color: #419DFF;
}
@media (min-width: 768px) {
  .utility-links.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
  }
  .utility-links.flex > li {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
  .utility-links > li > a {
    font-size: 12px;
  }
  .utility-links > li > a:hover,
  .utility-links > li > a:focus {
    text-decoration: underline;
    background: none;
  }
}
#back-to-top {
  position: fixed;
  z-index: 14;
  right: 0;
  bottom: 100px;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 12px;
  font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: white;
  background: #419DFF;
}
#back-to-top .glyphicon {
  font-size: 24px;
}
#back-to-top .glyphicon.glyphicon-chevron-up {
  top: 0;
  left: 2px;
  line-height: inherit;
}
#back-to-top:hover,
#back-to-top:focus {
  background-color: #0054AD;
}
@media (min-width: 768px) {
  .fdic-wrapper {
    border-bottom: 1px solid #333;
    padding: 2px 0;
  }
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  /*margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;*/
}
/*.dropdown-submenu>a::after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a::after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}*/
.navbar {
  min-height: 0;
  border-radius: 0;
  margin-bottom: 0;
  border: none;
}
@media (max-width: 767px) {
  .navbar-nav > li.dropdown > a {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .navbar-nav .dropdown-toggle,
  .navbar-nav a > svg {
    display: none !important;
  }
}
.site-header {
  font-family: "franklin-gothic-urw-comp", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .site-header {
    position: absolute;
    z-index: 10;
    width: 100%;
  }
}
.site-header a {
  color: white;
}
.navbar-brand {
  height: auto;
  padding-top: 0;
  padding-bottom: 15px;
}
.navbar-brand a {
  display: block;
}
.navbar-brand .logo {
  width: 265px;
  height: 39.42px;
}
@media (min-width: 768px) {
  .navbar-brand .logo {
    width: 265px;
    height: 39.42px;
  }
}
.navbar-default .navbar-collapse {
  border: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .navbar-default .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-default {
  padding-top: 18px;
  background-color: #0A0A0A;
}
@media (min-width: 768px) {
  .navbar-default {
    padding-top: 25px;
    background: linear-gradient(to top, rgba(10, 10, 10, 0) 0%, #0a0a0a 100%);
    height: 210px;
  }
}
.navbar-default .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}
.navbar-default .navbar-nav > li {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li.dropdown.open {
    position: relative;
  }
  .navbar-default .navbar-nav > li.dropdown.open::after {
    content: "";
    position: absolute;
    top: -50px;
    right: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    bottom: unset;
    width: 0;
    height: 0;
    border-top: 14px solid #0054AD;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 1001;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li.dropdown {
    position: relative;
  }
  .navbar-default .navbar-nav > li.dropdown > a:after {
    content: '';
    background: url(/images/caret-down.svg);
    width: 7.95px;
    height: 5.95px;
    display: inline-block;
    margin-left: 7.5px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .navbar-default .navbar-nav > li.dropdown:hover > a:before,
  .navbar-default .navbar-nav > li.dropdown:focus > a:before {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 9px;
    width: 0;
    height: 0;
    border-bottom: 14px solid #0054AD;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  .navbar-default .navbar-nav > li + li {
    border-top: none;
  }
  .navbar-default .navbar-nav > li.active > a,
  .navbar-default .navbar-nav > li.active:hover > a,
  .navbar-default .navbar-nav > li.active:focus > a,
  .navbar-default .navbar-nav > li:hover > a,
  .navbar-default .navbar-nav > li:focus > a {
    text-decoration: underline;
    background-color: transparent;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-default .navbar-nav > li.dropdown:hover > a:before,
  .navbar-default .navbar-nav > li.dropdown:focus > a:before {
    right: 2px;
  }
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li button {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li button {
    display: block;
    text-align: center;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li button {
    padding: 0 8px;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li button {
    padding: 0 15px;
  }
}
.navbar-default .navbar-nav > li.more-menu {
  width: 60px;
}
.navbar-default .navbar-nav > li button {
  width: 100%;
  border: none;
  background: none;
}
.navbar-default .navbar-nav > li button:hover svg,
.navbar-default .navbar-nav > li button:focus svg {
  fill: white;
}
.navbar-default .navbar-nav .open .dropdown-menu,
.navbar-default .navbar-nav:hover .dropdown-menu,
.navbar-default .navbar-nav:focus .dropdown-menu {
  padding: 0;
  background: #0054AD;
  border: none;
  box-shadow: none;
  padding-top: 17px;
  padding-bottom: 17px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu,
  .navbar-default .navbar-nav:hover .dropdown-menu,
  .navbar-default .navbar-nav:focus .dropdown-menu {
    left: calc((250px - 100%) / 2 * -1);
    width: 250px;
    font-size: 16px;
    line-height: 18px;
    background: #0054AD;
    position: absolute;
    -ms-transform: translateY(-100%) translateY(-81px) translateY(-20px);
    transform: translateY(calc(-100% - 81px - 20px));
    box-shadow: 0 0 40px #000;
  }
}
.navbar-default .navbar-nav .open .dropdown-menu > li,
.navbar-default .navbar-nav:hover .dropdown-menu > li,
.navbar-default .navbar-nav:focus .dropdown-menu > li {
  margin: 0;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a,
.navbar-default .navbar-nav:hover .dropdown-menu > li > a,
.navbar-default .navbar-nav:focus .dropdown-menu > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.025em;
  color: #fff;
  font-family: "franklin-gothic-urw-comp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav:hover .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav:focus .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav:hover .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav:focus .dropdown-menu > li > a:focus {
  color: white;
  text-decoration: underline;
  background-color: transparent;
}
@media (max-width: 767px) {
  .navbar-default .navbar-collapse .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    background-color: #0B335D;
    position: fixed;
    bottom: 0;
    z-index: 20;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 18px;
  }
  .navbar-default .navbar-collapse .navbar-nav a,
  .navbar-default .navbar-collapse .navbar-nav button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 9px;
  }
  .navbar-default .navbar-collapse .navbar-nav svg {
    width: 35px;
    height: 35px;
    fill: #9acbff;
    margin-bottom: 7px;
  }
}
#expandable-sidenav {
  height: 100vh;
  width: 195px;
  position: fixed;
  z-index: 15;
  top: 0;
  right: -195px;
  background-color: #042343;
  overflow-x: hidden;
  transition: all ease-in 0.5s;
  padding-top: 40px;
  padding-bottom: 85px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#expandable-sidenav a {
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
}
#expandable-sidenav.expanded {
  -ms-transform: translateX(-195px);
      transform: translateX(-195px);
}
#expandable-sidenav ul {
  margin: 0 24px;
  padding-left: 0;
}
#expandable-sidenav .main-links li {
  font-size: 22px;
  list-style: none;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
}
#expandable-sidenav .secondary-nav li {
  list-style: none;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 20px;
  font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.online-banking-login-wrapper .online-banking-login-toggle {
  display: block !important;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
  color: #fff;
  background: #0054AD;
  border: none;
  box-shadow: none;
  text-align: left;
  padding: 25px 15px;
}
@media (min-width: 768px) {
  .online-banking-login-wrapper .online-banking-login-toggle {
    display: none !important;
  }
}
.online-banking-login-wrapper .online-banking-login-toggle svg {
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 5px;
  fill: #9ACBFF;
  transition: transform 0.2s ease-in;
  float: right;
}
.online-banking-login-wrapper .online-banking-login-toggle[aria-expanded="true"] svg {
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.online-banking-login-wrapper .online-banking-login {
  display: none;
  z-index: 1;
  margin-right: 0;
  padding: 27px 30px;
  text-align: center;
  background-color: #0054AD;
}
.online-banking-login-wrapper .online-banking-login.open {
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .online-banking-login-wrapper .online-banking-login .form-group.magic-label.focus-or-filled label {
    display: none;
  }
}
.online-banking-login-wrapper .online-banking-login .login-links {
  margin: 10px 0 0 0;
  font-size: 11px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.online-banking-login-wrapper .online-banking-login .login-links a {
  color: #fff;
  font-size: 13px;
}
@media (min-width: 768px) {
  .online-banking-login-wrapper .online-banking-login {
    width: 250px;
    padding: 20px 42.5px 25px 42.5px;
    background: url(/images/login-bg.png);
    background-size: cover;
    box-shadow: 0 3px 6px #00000029;
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .online-banking-login-wrapper .online-banking-login {
    width: 200px;
    padding: 30px 15px 25px 15px;
  }
}
@media (min-width: 1200px) {
  .online-banking-login-wrapper .online-banking-login {
    width: 270px;
    padding: 20px 52.5px 25px 52.5px;
  }
}
.online-banking-login-wrapper .online-banking-login .form-group {
  margin: 0 0 12px 0;
}
.online-banking-login-wrapper .online-banking-login .form-group label {
  top: 0;
  left: 0;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.025em;
  text-transform: none;
  line-height: 30px;
  padding: 1px 15px;
  color: #0A0A0A;
}
.online-banking-login-wrapper .online-banking-login .form-group.focus-or-filled label {
  width: calc(100% - 12px);
}
.online-banking-login-wrapper .online-banking-login .form-control {
  height: 30px;
  margin: 0;
  padding: 7px 15px;
  font-size: 13px;
  font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.025em;
}
.online-banking-login-wrapper .online-banking-login .btn {
  display: block;
  width: 100%;
  margin-top: 2px;
  font-size: 16px;
  background-color: #0B335D;
  border-color: #0B335D;
  padding: 7px 40px;
}
.online-banking-login-wrapper .online-banking-login .btn:hover,
.online-banking-login-wrapper .online-banking-login .btn:focus,
.online-banking-login-wrapper .online-banking-login .btn:active {
  background-color: #fff;
  border-color: #fff;
}
aside.subpage-side-image {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  aside.subpage-side-image {
    float: left;
    width: 41.66666667%;
  }
}
.site-footer {
  padding-top: 35px;
  padding-bottom: 135px;
  font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  background: url("/images/footer-bg_mobile.png");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 10;
  position: relative;
  margin-top: -58px;
}
.site-footer p:not(.h6) {
  font-size: 18px;
}
.site-footer img:not(.logo-member-fdic) {
  display: block;
  margin: auto;
}
.site-footer .footer-gauges {
  padding-top: 50px;
  width: 100%;
}
.site-footer .footer-logo {
  padding-bottom: 30px;
}
.site-footer a {
  color: white;
  text-decoration: underline;
}
.site-footer a:hover,
.site-footer a:active,
.site-footer a:focus {
  color: #419DFF;
  background: transparent;
  text-decoration: underline;
}
.site-footer .h6 {
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .site-footer {
    background: url("/images/footer-bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 0;
    margin-top: -154px;
    padding-bottom: 45px;
  }
  .site-footer .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-box-pack: justify;
  }
  .site-footer .row .col-xs-12 {
    width: auto;
  }
  .site-footer .footer-gauges {
    padding-top: 56px;
    max-width: 690px;
  }
  .site-footer .footer-logo {
    padding-bottom: 75px;
  }
  .site-footer p:not(.h6) {
    font-size: 16px;
  }
  .site-footer a {
    text-decoration: none;
  }
}
.secondary-nav {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 10px;
}
.secondary-nav > li {
  margin-bottom: 18px;
}
.footer-utility-links {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin: 4.25px -15px;
  margin: 0 -15px 22px -15px;
  margin-bottom: 30px;
}
.footer-utility-links > li {
  position: relative;
  display: block;
}
.footer-utility-links > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.footer-utility-links > li > a:hover,
.footer-utility-links > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.footer-utility-links > li.disabled > a {
  color: #777777;
}
.footer-utility-links > li.disabled > a:hover,
.footer-utility-links > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.footer-utility-links .open > a,
.footer-utility-links .open > a:hover,
.footer-utility-links .open > a:focus {
  background-color: #eeeeee;
  border-color: #419DFF;
}
.footer-utility-links .nav-divider {
  height: 1px;
  margin: 15.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.footer-utility-links > li > a > img {
  max-width: none;
}
.footer-utility-links > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 33px;
}
@media (max-width: 767px) {
  .footer-utility-links .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .footer-utility-links .open .dropdown-menu > li > a,
  .footer-utility-links .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .footer-utility-links .open .dropdown-menu > li > a {
    line-height: 33px;
  }
  .footer-utility-links .open .dropdown-menu > li > a:hover,
  .footer-utility-links .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .footer-utility-links {
    float: left;
    margin: 0;
  }
  .footer-utility-links > li {
    float: left;
  }
  .footer-utility-links > li > a {
    padding-top: 8.5px;
    padding-bottom: 8.5px;
  }
}
@media (max-width: 767px) {
  .footer-utility-links > li.dropdown > a {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .footer-utility-links .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .footer-utility-links .dropdown-toggle,
  .footer-utility-links a > svg {
    display: none !important;
  }
}
.footer-utility-links > li > a {
  font-size: 20px;
  letter-spacing: .025em;
}
.footer-utility-links > li > a:hover,
.footer-utility-links > li > a:active,
.footer-utility-links > li > a:focus {
  background-color: #419DFF;
}
@media (min-width: 768px) {
  .footer-utility-links.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
  }
  .footer-utility-links.flex > li {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
  .footer-utility-links > li > a {
    font-size: 12px;
  }
  .footer-utility-links > li > a:hover,
  .footer-utility-links > li > a:focus {
    text-decoration: underline;
    background: none;
  }
}
.footer-utility-links > li {
  margin: 0;
  max-width: none;
}
.footer-utility-links > li > a {
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 12px;
}
.footer-utility-links > li > a:hover,
.footer-utility-links > li > a:active,
.footer-utility-links > li > a:focus {
  background: transparent;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .footer-utility-links {
    width: 100%;
    min-height: 0;
  }
  .footer-utility-links > li {
    float: none;
    display: block;
    line-height: 18px;
  }
  .footer-utility-links > li > a {
    font-size: 16px;
    line-height: 18px;
    padding-left: 0;
    padding-bottom: 18px;
  }
  .footer-utility-links > li > a:hover,
  .footer-utility-links > li > a:active,
  .footer-utility-links > li > a:focus {
    background-color: transparent;
  }
}
.footer-bank-info {
  min-width: 160px;
}
@media (min-width: 768px) {
  .footer-bank-info .routing {
    margin-bottom: 18px;
  }
}
.footer-logos {
  width: calc(50% - 30px);
}
.footer-logos:before,
.footer-logos:after {
  display: table;
  content: " ";
}
.footer-logos:after {
  clear: both;
}
.footer-logos:before,
.footer-logos:after {
  display: table;
  content: " ";
}
.footer-logos:after {
  clear: both;
}
@media (min-width: 768px) {
  .footer-logos {
    width: calc(75% - 30px);
  }
}
.logo-member-fdic,
.logo-equal-housing,
.logo-ncua-insured {
  display: inline-block;
  width: 110px;
  height: auto;
}
.logo-member-fdic {
  height: 68px;
}
body.investments .logo-member-fdic {
  visibility: hidden;
  display: none;
}
.footer-boilerplate {
  clear: both;
  margin-top: 23px;
  margin-bottom: 0;
  font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer-boilerplate small {
  display: block;
  font-size: 12px;
  line-height: 15px;
  color: white;
}
.footer-boilerplate small a:not(.btn) {
  font-size: inherit;
  font-variant: normal;
  text-transform: none;
  text-decoration: underline;
}
.footer-boilerplate .copyright {
  display: block;
}
@media (min-width: 768px) {
  .footer-boilerplate {
    max-width: 180px;
  }
}
@media (min-width: 992px) {
  .footer-boilerplate {
    max-width: 240px;
  }
}
.site-footer .footer-col-sep::before {
  content: "";
  display: block;
  height: 90px;
  border-left: 1px solid #419DFF;
  margin-top: 10px;
}
/* automagic accordions */
button.expand-collapse {
  margin-bottom: 10px;
}
button.expand-collapse[aria-pressed="true"] .expand {
  display: none;
}
button.expand-collapse[aria-pressed="true"] .collapse {
  display: inline;
}
.js-accordion {
  margin-bottom: 44px;
}
.js-accordion .js-accordion__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 20px 25px 20px 25px;
  font-weight: 700;
  font-size: 25px;
  font-style: italic;
  line-height: 33px;
  font-family: "franklin-gothic-urw-comp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-align: left;
  color: white;
  background: #0A0A0A;
  border: none;
  border-bottom: 1px #666666 solid;
}
@media (min-width: 768px) {
  .js-accordion .js-accordion__header {
    font-size: 27px;
  }
}
.js-accordion .js-accordion__header:hover,
.js-accordion .js-accordion__header:active,
.js-accordion .js-accordion__header:focus {
  background: #1D1D1D;
}
.js-accordion .js-accordion__header .icon {
  display: none;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-left: 15px;
}
.js-accordion .js-accordion__header .icon:not(.glyphicon) {
  position: relative;
  bottom: 1px;
  fill: #858585;
}
.js-accordion .js-accordion__header .icon:not(.glyphicon).closed {
  width: 35px;
  height: 35px;
}
.js-accordion .js-accordion__header .icon:not(.glyphicon).open {
  width: 35px;
  height: 35px;
}
.js-accordion .js-accordion__header[aria-expanded="false"] .icon:first-of-type {
  display: block;
}
.js-accordion .js-accordion__header[aria-expanded="false"] .glypicon:first-of-type {
  display: inline;
}
.js-accordion .js-accordion__header[aria-expanded="true"] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border: none;
}
.js-accordion .js-accordion__header[aria-expanded="true"] .icon:last-of-type {
  display: block;
}
.js-accordion .js-accordion__header[aria-expanded="true"] .glyphicon:last-of-type {
  display: inline;
}
.js-accordion .js-accordion__header.open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #1D1D1D;
}
.js-accordion:not([data-icon-closed]) .js-accordion__header::after,
.js-accordion[data-icon-closed=""] .js-accordion__header::after {
  margin-left: 15px;
  font-size: 24px;
  font-weight: 700;
}
.js-accordion:not([data-icon-closed]) .js-accordion__header[aria-expanded="false"]::after,
.js-accordion[data-icon-closed=""] .js-accordion__header[aria-expanded="false"]::after {
  content: "+";
}
.js-accordion:not([data-icon-closed]) .js-accordion__header[aria-expanded="true"]::after,
.js-accordion[data-icon-closed=""] .js-accordion__header[aria-expanded="true"]::after {
  content: "–";
}
.js-accordion .js-accordion__panel {
  background: #1D1D1D;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  border-radius: 0;
}
.js-accordion .js-accordion__panel[aria-hidden="true"] {
  display: none;
}
.js-accordion .js-accordion__panel .inner {
  padding: 0 25px 30px 25px;
}
.js-accordion .js-accordion__panel .inner > *:last-child,
.js-accordion .js-accordion__panel .inner > ul > li:last-child,
.js-accordion .js-accordion__panel .inner > ol > li:last-child {
  margin-bottom: 0;
}
.js-accordion .animated-accordion__header {
  transition: border-radius 150ms ease;
}
.js-accordion .js-accordion__title,
.js-accordion .animated-accordion__title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.js-accordion .animated-accordion__panel {
  display: block;
  overflow: hidden;
  opacity: 1;
  transition: visibility 0s ease, max-height 0.5s ease, opacity 0.5s ease;
  max-height: 1000em;
  visibility: visible;
  transition-delay: 0s;
  margin: 0;
  padding: 0;
}
.js-accordion .animated-accordion__panel.open {
  max-height: none;
}
.js-accordion .animated-accordion__panel.open.transitioning {
  max-height: 100em;
}
.js-accordion [aria-hidden="true"].animated-accordion__panel {
  display: block;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition-delay: .5s, 0s, 0s, 0s;
  margin: 0;
  padding: 0;
}
/* old-style accordions */
p.expand-collapse {
  margin-bottom: 22px;
}
p.expand-collapse .btn {
  padding: 14px 40px;
  font-size: 24px;
  line-height: 1;
  border-radius: 30px;
  font-family: "franklin-gothic-urw-comp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .025em;
  text-transform: uppercase;
  font-style: italic;
  text-shadow: none;
  color: #fff;
  background-color: #0054AD;
  border-color: #fff;
  border-color: #0054AD;
  margin-bottom: 22px;
}
p.expand-collapse .btn:focus,
p.expand-collapse .btn.focus {
  background-color: #419DFF;
  border-color: #419DFF;
  color: #0B335D;
  box-shadow: none;
}
p.expand-collapse .btn:hover {
  background-color: #419DFF;
  border-color: #419DFF;
  color: #0B335D;
  box-shadow: none;
}
p.expand-collapse .btn:active,
p.expand-collapse .btn.active,
.open > .dropdown-togglep.expand-collapse .btn {
  background-color: #419DFF;
  border-color: #419DFF;
  color: #0B335D;
  box-shadow: none;
}
p.expand-collapse .btn:active:hover,
p.expand-collapse .btn.active:hover,
.open > .dropdown-togglep.expand-collapse .btn:hover,
p.expand-collapse .btn:active:focus,
p.expand-collapse .btn.active:focus,
.open > .dropdown-togglep.expand-collapse .btn:focus,
p.expand-collapse .btn:active.focus,
p.expand-collapse .btn.active.focus,
.open > .dropdown-togglep.expand-collapse .btn.focus {
  background-color: #0A0A0A;
  border-color: #0A0A0A;
  box-shadow: none;
}
@media (max-width: 767px) {
  p.expand-collapse .btn {
    width: 290px;
    white-space: normal;
  }
}
p.expand-collapse .btn:focus,
p.expand-collapse .btn.focus {
  color: #fff;
  background-color: #003b7a;
  border-color: #bfbfbf;
}
p.expand-collapse .btn:hover {
  color: #fff;
  background-color: #003b7a;
  border-color: #e0e0e0;
}
p.expand-collapse .btn:active,
p.expand-collapse .btn.active,
.open > .dropdown-togglep.expand-collapse .btn {
  color: #fff;
  background-color: #003b7a;
  background-image: none;
  border-color: #e0e0e0;
}
p.expand-collapse .btn:active:hover,
p.expand-collapse .btn.active:hover,
.open > .dropdown-togglep.expand-collapse .btn:hover,
p.expand-collapse .btn:active:focus,
p.expand-collapse .btn.active:focus,
.open > .dropdown-togglep.expand-collapse .btn:focus,
p.expand-collapse .btn:active.focus,
p.expand-collapse .btn.active.focus,
.open > .dropdown-togglep.expand-collapse .btn.focus {
  color: #fff;
  background-color: #002a56;
  border-color: #bfbfbf;
}
p.expand-collapse .btn.disabled:hover,
p.expand-collapse .btn[disabled]:hover,
fieldset[disabled] p.expand-collapse .btn:hover,
p.expand-collapse .btn.disabled:focus,
p.expand-collapse .btn[disabled]:focus,
fieldset[disabled] p.expand-collapse .btn:focus,
p.expand-collapse .btn.disabled.focus,
p.expand-collapse .btn[disabled].focus,
fieldset[disabled] p.expand-collapse .btn.focus {
  background-color: #0054AD;
  border-color: #fff;
}
p.expand-collapse .btn .badge {
  color: #0054AD;
  background-color: #fff;
}
p.expand-collapse .btn:focus,
p.expand-collapse .btn.focus {
  background-color: #419DFF;
  border-color: #419DFF;
  color: #0B335D;
  box-shadow: none;
}
p.expand-collapse .btn:hover {
  background-color: #419DFF;
  border-color: #419DFF;
  color: #0B335D;
  box-shadow: none;
}
p.expand-collapse .btn:active,
p.expand-collapse .btn.active,
.open > .dropdown-togglep.expand-collapse .btn {
  background-color: #419DFF;
  border-color: #419DFF;
  color: #0B335D;
  box-shadow: none;
}
p.expand-collapse .btn:active:hover,
p.expand-collapse .btn.active:hover,
.open > .dropdown-togglep.expand-collapse .btn:hover,
p.expand-collapse .btn:active:focus,
p.expand-collapse .btn.active:focus,
.open > .dropdown-togglep.expand-collapse .btn:focus,
p.expand-collapse .btn:active.focus,
p.expand-collapse .btn.active.focus,
.open > .dropdown-togglep.expand-collapse .btn.focus {
  background-color: #0A0A0A;
  border-color: #0A0A0A;
  box-shadow: none;
}
.expand-link {
  margin-right: 22px;
}
@media (min-width: 768px) {
  .expand-link {
    margin-bottom: 0;
  }
}
.accordion .ui-state-default .glyphicon-menu-right {
  display: inline-block;
}
.accordion .ui-state-default .glyphicon-menu-down {
  display: none;
}
.accordion .ui-state-active .glyphicon-menu-down {
  display: inline-block;
}
.accordion .ui-state-active .glyphicon-menu-right {
  display: none;
}
.ui-accordion-header:hover {
  cursor: pointer;
}
.ui-accordion-header {
  margin: 0;
  padding: 18px 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  color: white;
  background: #419DFF;
}
.ui-accordion-header .glyphicon {
  margin-top: -6px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #419DFF;
  background: #0A0A0A;
  border-radius: 100px;
}
.ui-accordion-content {
  margin-bottom: 44px;
  padding: 20px;
  line-height: 25px;
  background: #eeeeee;
}
.ui-accordion-content .img-responsive {
  float: right !important;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .ui-accordion-content .img-responsive {
    max-width: 50%;
  }
}
.ui-accordion-content.location h3 {
  margin-bottom: 5px;
}
.ui-accordion-content .address,
.ui-accordion-content .contact,
.ui-accordion-content .hours,
.ui-accordion-content .atm {
  margin-bottom: 22px;
}
.ui-accordion-content .address p,
.ui-accordion-content .contact p,
.ui-accordion-content .hours p,
.ui-accordion-content .atm p {
  margin: 0;
}
.ui-accordion-content .contact th,
.ui-accordion-content .hours th {
  padding-right: 22px;
}
.ui-accordion-content .contact th::after,
.ui-accordion-content .hours th::after {
  content: ": ";
}
.ui-accordion-content .bold {
  font-weight: 700;
}
.alert {
  border-radius: 5px;
}
.alert-message-box {
  padding-top: 22px;
  padding-bottom: 22px;
  color: white;
}
@media (min-width: 1300px) {
  .alert-message-box {
    margin-right: auto;
    margin-left: auto;
  }
}
.alert-message-box button {
  float: right;
  background-color: transparent;
  border: none;
}
.alert-message-box button svg {
  width: 10px;
  height: 10px;
  stroke: white;
  fill: white;
}
.alert-message-box button:focus,
.alert-message-box button:active {
  outline: 1px dotted white;
}
.alert-message-box button:hover svg,
.alert-message-box button:focus svg,
.alert-message-box button:active svg {
  stroke: #111111;
  fill: #111111;
}
.alert-message-box .alert-message {
  padding: 10px;
}
@media (min-width: 768px) {
  .alert-message-box .alert-message {
    display: -ms-flexbox;
    display: flex;
    min-height: 85px;
    padding: 0;
  }
}
.alert-message-box img {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  display: block;
  width: 45px;
  height: 45px;
  margin-top: 5px;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .alert-message-box img {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 0;
  }
}
.alert-message-box .alert-message-text :last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .alert-message-box .alert-message-text {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
}
.alert-message-box .h2,
.alert-message-box .h3 {
  margin-bottom: 0;
  color: inherit;
  font-size: 25px;
}
.alert-message-box p {
  font-size: 17px;
}
.alert-message-box a {
  text-decoration: underline;
  color: white;
  outline-color: white;
}
.alert-message-box a:hover,
.alert-message-box a:focus,
.alert-message-box a:active {
  color: #0A0A0A;
}
.alert-message-box.notification {
  background-color: #666;
}
.alert-message-box.maintenance {
  background-color: #0054AD;
}
.alert-message-box.warning {
  background-color: #c92a2a;
}
#kwiklinks form {
  display: none;
}
#cal_month_hdr {
  margin: 44px 0 44px 0;
}
#cal_month_hdr:before,
#cal_month_hdr:after {
  display: table;
  content: " ";
}
#cal_month_hdr:after {
  clear: both;
}
#cal_month_hdr:before,
#cal_month_hdr:after {
  display: table;
  content: " ";
}
#cal_month_hdr:after {
  clear: both;
}
#cal_month_hdr a {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}
table.calendar {
  display: block;
  border: none;
}
table.calendar tr {
  display: inline;
}
table.calendar th {
  display: none;
}
table.calendar td {
  display: none;
}
table.calendar td.not-empty {
  display: block;
  padding-bottom: 44px;
}
table.calendar .date {
  margin: 0 0 22px 0;
  font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-weight: 400;
  font-style: italic;
  font-size: 25px;
  line-height: 1.15;
  font-family: "franklin-gothic-urw-comp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #419DFF;
}
table.calendar .date small,
table.calendar .date .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
table.calendar .date small,
table.calendar .date .small {
  font-size: 65%;
}
table.calendar .link {
  display: none;
}
table.calendar .nolink {
  display: block;
}
@media (min-width: 992px) {
  #cal_month_hdr {
    text-align: center;
  }
  #cal_month_hdr a {
    display: inline;
    float: none;
  }
  table.calendar {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  table.calendar tr {
    display: table-row;
  }
  table.calendar tr:nth-child(even) td:nth-child(odd),
  table.calendar tr:nth-child(odd) td:nth-child(even) {
    background: #1D1D1D;
  }
  table.calendar tr:nth-child(even) td:nth-child(odd).today,
  table.calendar tr:nth-child(odd) td:nth-child(even).today {
    background: #eeeeee;
  }
  table.calendar th {
    display: table-cell;
    width: calc(100% / 7);
    padding: 0 0 5px 0;
    font-weight: normal;
    font-size: 15px;
    font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    vertical-align: top;
    color: #419DFF;
  }
  table.calendar td {
    display: table-cell;
    height: 100px;
    min-height: 100px;
    padding: 1px 5px 15px 5px;
    vertical-align: top;
    font-size: 13px;
    line-height: 15px;
    border: 1px solid #b0b1b4;
  }
  table.calendar td.today {
    background: #eeeeee;
  }
  table.calendar td.not-empty {
    display: table-cell;
    padding-bottom: 15px;
  }
  table.calendar td ul {
    margin: 0 0 0 5px;
    padding: 0;
    list-style: none;
  }
  table.calendar td li {
    margin: 0 0 22px 0;
    padding: 0;
  }
  table.calendar td li:last-child {
    margin: 0;
  }
  table.calendar .date {
    margin-bottom: 5px;
    font-weight: 400;
    letter-spacing: 0;
    color: #0054AD;
  }
  table.calendar .date span {
    display: none;
  }
}
.content a[rel~="external"]:not(.btn),
.content a[target="_blank"]:not(.btn) {
  display: inline-block;
  padding-right: 15px;
}
.content a[href*=".pdf"]:not(.btn),
.content a[href*=".doc"]:not(.btn),
.content a[href*=".docx"]:not(.btn),
.content a[href*=".ppt"]:not(.btn),
.content a[href*=".pptx"]:not(.btn),
.content a[href*=".xls"]:not(.btn),
.content a[href*=".xlsx"]:not(.btn),
.content a[href*=".xlt"]:not(.btn) {
  display: inline-block;
  padding-right: 25px;
}
.content a[rel~="external"]::after,
.content a[target="_blank"]::after {
  content: url(/images/icon-external-link-small.png);
  position: absolute;
  padding-left: 5px;
}
.content a[href*=".pdf"]::after {
  content: url(/images/icon-pdf-small.png);
  position: absolute;
  padding-left: 3px;
}
.content a[href*=".doc"]::after,
.content a[href*=".docx"]::after {
  content: url(/images/icon-word-small.png);
  position: absolute;
  padding-top: 1px;
  padding-left: 4px;
}
.content a[href*=".ppt"]::after,
.content a[href*=".pptx"]::after {
  content: url(/images/icon-powerpoint-small.png);
  position: absolute;
  padding-top: 1px;
  padding-left: 4px;
}
.content a[href*=".xls"]::after,
.content a[href*=".xlsx"]::after,
.content a[href*=".xlt"]::after {
  content: url(/images/icon-excel-small.png);
  position: absolute;
  padding-top: 1px;
  padding-left: 4px;
}
.content a[rel~="external"].btn,
.content a[target="_blank"].btn,
.content a[href*=".pdf"].btn,
.content a[href*=".doc"].btn,
.content a[href*=".docx"].btn,
.content a[href*=".ppt"].btn,
.content a[href*=".pptx"].btn,
.content a[href*=".xls"].btn,
.content a[href*=".xlsx"].btn,
.content a[href*=".xlt"].btn {
  position: relative;
}
.content a.btn::after {
  padding-left: 28px;
  right: -25px;
}
.content a[rel~="external"].btn::after,
.content a[target="_blank"].btn::after {
  top: 8.375px;
  right: -20px;
}
.content a[href*=".pdf"].btn::after,
.content a[href*=".doc"].btn::after,
.content a[href*=".docx"].btn::after,
.content a[href*=".ppt"].btn::after,
.content a[href*=".pptx"].btn::after,
.content a[href*=".xls"].btn::after,
.content a[href*=".xlsx"].btn::after,
.content a[href*=".xlt"].btn::after {
  top: 10.375px;
}
.debit-card-wrapper .slider-image .galleryDesc {
  display: none;
}
.debit-card-wrapper .slider-image .slick-list {
  overflow: visible;
}
.debit-card-wrapper .slider-image .card-slide {
  position: relative;
  -ms-transform: skewY(-5deg);
      transform: skewY(-5deg);
  max-width: 565px;
  margin: auto;
}
.debit-card-wrapper .slider-image .card-slide::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/card-overlay.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 20px;
}
.debit-card-wrapper .slider-image .card-slide.default::after {
  background: none;
}
.debit-card-wrapper .slider-image img {
  display: block;
  height: auto;
  border-radius: 20px;
  width: 100%;
}
.debit-card-wrapper .slider-navigation .galleryDesc {
  font-size: 18px;
}
.slider-image.row {
  margin-left: 0;
  margin-right: 0;
}
.modal .modal-title {
  margin-top: 0 !important;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .modal .modal-title {
    line-height: 1.15;
  }
}
@media (min-width: 768px) {
  .modal .modal-header {
    padding: 30px 30px 15px 30px;
  }
  .modal .modal-body {
    padding: 15px 30px 15px 30px;
  }
  .modal .modal-footer {
    padding: 30px;
  }
}
.modal .modal-body > *:last-of-type {
  margin: 0;
}
.modal .modal-footer {
  text-align: left;
}
.modal .modal-footer .btn {
  display: inline-block;
}
.modal .modal-footer .btn + .btn {
  margin-left: 0;
}
@media (max-width: 370px) {
  .modal .modal-footer .btn {
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .modal .modal-footer .btn {
    width: auto;
  }
}
@media (max-width: 349px) {
  .modal .modal-footer .modal-cancel {
    font-size: 14px;
  }
}
@media (min-width: 350px) {
  .modal .modal-footer .modal-cancel {
    position: relative;
    bottom: 4px;
  }
}
.modal .modal-footer .modal-continue {
  float: right;
}
.modal.external-link-disclaimer-modal-popup code {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.modal-content {
  background-color: #0A0A0A;
  border-radius: 0;
  border: 1px solid #fff;
}
.modal-content .close {
  line-height: 20px;
  text-shadow: none;
  opacity: 1;
}
.modal-content .close span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.modal-content .close svg {
  fill: #fff;
  width: 19.8px;
  height: 19.8px;
  margin-left: 15px;
}
.video-modal-popup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.video-modal-popup .close {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-family: "franklin-gothic-urw-comp", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.video-modal-popup .close span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: white;
}
.video-modal-popup .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.video-modal-popup .modal-content .modal-header,
.video-modal-popup .modal-content .modal-body {
  padding: 0;
}
.video-modal-popup .modal-content .modal-header {
  border: 0;
  padding-bottom: 10px;
}
.staff-photo-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: -15px;
}
.staff-photo-group .staff-photo {
  margin: 15px;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}
@media (min-width: 383.5px) {
  .staff-photo-group .staff-photo {
    width: calc(50% - 30px);
  }
}
@media (min-width: 575.25px) {
  .staff-photo-group .staff-photo {
    width: calc(33% - 30px);
  }
}
@media (min-width: 768px) {
  .staff-photo-group .staff-photo {
    width: calc(33% - 30px);
  }
}
@media (min-width: 992px) {
  .staff-photo-group .staff-photo {
    width: calc(25% - 30px);
  }
}
.staff-photo {
  padding: 0;
  border: none;
}
.staff-photo .caption {
  padding: 10px 0 0 0;
  text-align: center;
}
.staff-photo .caption span {
  display: block;
}
.staff-photo .caption span:empty {
  display: none;
}
caption {
  color: #fff;
}
.table-rounded {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 30px;
}
.table-rounded tr:first-child th:first-child,
.table-rounded tr:first-child td:first-child {
  border-top-left-radius: 30px;
}
.table-rounded tr:first-child th:last-child,
.table-rounded tr:first-child td:last-child {
  border-top-right-radius: 30px;
}
.table-rounded tr:last-child td:first-child {
  border-bottom-left-radius: 30px;
}
.table-rounded tr:last-child td:last-child {
  border-bottom-right-radius: 30px;
}
.table-rounded tbody tr:last-child th:first-child:first-child {
  border-bottom-left-radius: 30px;
}
.table-rounded tbody tr:last-child th:first-child:last-child {
  border-bottom-right-radius: 30px;
}
.table-rounded thead + tbody tr:first-child > :first-child,
.table-rounded thead + tbody tr:first-child > :last-child {
  border-radius: 0;
}
.table-rounded.stacktable tr.st-head-row-main .st-val {
  border-left: none;
  border-top-left-radius: 30px;
}
.table-rounded.stacktable tr:nth-child(2) .st-head-row:first-child {
  border-top-left-radius: 30px;
}
.table-rounded.stacktable tr:nth-child(2) .st-head-row:last-child {
  border-top-right-radius: 30px;
}
.table-striped.table-rounded > tbody > tr:nth-of-type(2n+1) {
  background: none;
}
.table-striped.table-rounded > tbody > tr:nth-of-type(2n+1) th,
.table-striped.table-rounded > tbody > tr:nth-of-type(2n+1) td {
  background: #1D1D1D;
}
.comparison,
.rates {
  border: none;
  border-bottom: 1px solid #666666;
}
.comparison th,
.rates th {
  font-weight: normal;
  font-size: 20px;
  font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #419DFF;
}
.comparison > thead > tr > th,
.rates > thead > tr > th {
  padding-top: 15px;
  padding-bottom: 30px;
  vertical-align: middle;
  font-size: 24px;
  line-height: 24px;
  color: white;
  background: #0054AD;
  border: none;
  font-family: "franklin-gothic-urw-comp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
}
.comparison > thead > tr > th:first-child,
.rates > thead > tr > th:first-child {
  border-left: none;
}
.comparison > thead > tr > th:last-child,
.rates > thead > tr > th:last-child {
  border-right: none;
}
.comparison > tbody > tr > th,
.rates > tbody > tr > th,
.comparison > tbody > tr > td,
.rates > tbody > tr > td {
  vertical-align: middle;
  text-align: left;
  border-width: 0;
}
.comparison > tbody > tr > td,
.rates > tbody > tr > td {
  font-size: 17px;
}
.comparison.stacktable > tbody > tr > th:empty,
.rates.stacktable > tbody > tr > th:empty {
  display: none;
}
.comparison.stacktable > tbody > tr > th[scope="col"],
.rates.stacktable > tbody > tr > th[scope="col"] {
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  background: #0054AD;
  font-family: "franklin-gothic-urw-comp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
}
.comparison.stacktable > tbody > tr .st-key,
.rates.stacktable > tbody > tr .st-key {
  width: 35%;
  min-width: 130px;
  max-width: 250px;
}
.rates {
  width: 100%;
  max-width: 100%;
  margin-bottom: 33px;
  border: 1px solid #666666;
  border: none;
  border-bottom: 1px solid #666666;
}
.rates > thead > tr > th,
.rates > tbody > tr > th,
.rates > tfoot > tr > th,
.rates > thead > tr > td,
.rates > tbody > tr > td,
.rates > tfoot > tr > td {
  padding: 15px;
  line-height: 1.375;
  vertical-align: top;
  border-top: 1px solid #666666;
}
.rates > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #666666;
}
.rates > caption + thead > tr:first-child > th,
.rates > colgroup + thead > tr:first-child > th,
.rates > thead:first-child > tr:first-child > th,
.rates > caption + thead > tr:first-child > td,
.rates > colgroup + thead > tr:first-child > td,
.rates > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.rates > tbody + tbody {
  border-top: 2px solid #666666;
}
.rates .table {
  background-color: #0A0A0A;
}
.rates > tbody > tr:nth-of-type(odd) {
  background-color: #1D1D1D;
}
.rates > thead > tr > th,
.rates > tbody > tr > th,
.rates > tfoot > tr > th,
.rates > thead > tr > td,
.rates > tbody > tr > td,
.rates > tfoot > tr > td {
  border: 1px solid #666666;
}
.rates > thead > tr > th,
.rates > thead > tr > td {
  border-bottom-width: 2px;
}
.rates th {
  font-weight: normal;
  font-size: 20px;
  font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #419DFF;
}
.rates > thead > tr > th {
  padding-top: 15px;
  padding-bottom: 30px;
  vertical-align: middle;
  font-size: 24px;
  line-height: 24px;
  color: white;
  background: #0054AD;
  border: none;
  font-family: "franklin-gothic-urw-comp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
}
.rates > thead > tr > th:first-child {
  border-left: none;
}
.rates > thead > tr > th:last-child {
  border-right: none;
}
.rates > tbody > tr > th,
.rates > tbody > tr > td {
  vertical-align: middle;
  text-align: left;
  border-width: 0;
}
.rates > tbody > tr > td {
  font-size: 17px;
}
.rates.stacktable > tbody > tr > th:empty {
  display: none;
}
.rates.stacktable > tbody > tr > th[scope="col"] {
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  background: #0054AD;
  font-family: "franklin-gothic-urw-comp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
}
.rates.stacktable > tbody > tr .st-key {
  width: 35%;
  min-width: 130px;
  max-width: 250px;
}
.rates.stacktable > tbody > tr .st-key {
  width: 60%;
  min-width: 0;
  max-width: none;
}
.rates.stacktable > tbody > tr .st-val {
  width: 40%;
}
@media (min-width: 768px) {
  .rates .product {
    width: 30%;
  }
  .rates .min {
    width: 25%;
  }
  .rates .rate {
    width: 25%;
  }
  .rates .apy {
    width: 20%;
  }
}
.row .content {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .row .content {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .row .content {
    left: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .row .content {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .row .content {
    left: 25%;
  }
}
.equal-height-columns .content {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
header.content-header {
  background: #0A0A0A;
  position: relative;
}
header.content-header .foreground-image {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 5;
}
header.content-header .foreground-image img {
  z-index: 2;
  position: absolute;
  width: 100%;
  max-width: 400px;
  bottom: 60px;
}
@media (min-width: 768px) {
  header.content-header .foreground-image img {
    max-width: 500px;
    left: -120px;
    bottom: -50px;
    animation: car 1s ease-in-out forwards;
  }
  @keyframes car {
    from {
      left: 300px;
      bottom: 30px;
      animation-timing-function: ease-in;
    }
    to {
      left: -120px;
      bottom: -50px;
      animation-timing-function: ease-out;
    }
  }
}
@media (min-width: 992px) {
  header.content-header .foreground-image img {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  header.content-header .foreground-image img {
    max-width: 700px;
  }
}
header.content-header .foreground-image #banner-tire-track {
  width: 624px;
  height: 231px;
  position: absolute;
  bottom: -20px;
  left: -60px;
}
@media (min-width: 768px) {
  header.content-header .foreground-image #banner-tire-track {
    bottom: -90px;
    left: 100px;
  }
}
@media (min-width: 992px) {
  header.content-header .foreground-image #banner-tire-track {
    width: 824px;
    height: 306px;
    bottom: -140px;
  }
}
header.content-header h1 {
  margin: 22px 0;
  text-shadow: 0 2px 4px #00000096;
}
@media (min-width: 768px) {
  header.content-header h1 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0;
    position: absolute;
    bottom: 65px;
    right: 0;
    z-index: 10;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  header.content-header h1 {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header.content-header h1 {
    font-size: 50px;
  }
}
header.content-header #background-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 350px;
  opacity: 60%;
}
@media (max-width: 767px) {
  header.content-header #background-image:before,
  header.content-header #background-image:after {
    content: '';
    background: linear-gradient(to top, rgba(10, 10, 10, 0) 0%, #0a0a0a 100%);
    display: block;
    width: 100%;
    height: 30px;
  }
  header.content-header #background-image:before {
    background: linear-gradient(to bottom, rgba(10, 10, 10, 0) 0%, #0a0a0a 100%);
    bottom: 0;
    position: absolute;
  }
}
@media (min-width: 768px) {
  header.content-header #background-image {
    height: 100%;
    position: absolute;
    top: 0;
  }
  header.content-header #background-image:before {
    content: '';
    background: url(/images/radial-gradients/radial-gradient_DCH1.svg);
    background-size: cover;
    width: 100%;
    display: block;
  }
}
@media (min-width: 768px) {
  header.content-header .container,
  header.content-header #background-image:before {
    height: 550px;
  }
}
@media (min-width: 1500px) {
  header.content-header .container,
  header.content-header #background-image:before {
    height: 700px;
  }
}
@media (max-width: 767px) {
  header.content-header .container {
    width: 100%;
    background-color: #0A0A0A;
    text-align: center;
  }
}
@media (min-width: 768px) {
  header.content-header .container {
    position: relative;
  }
}
@media (max-width: 767px) {
  header.content-header {
    padding-bottom: 90px;
    overflow: hidden;
  }
}
.hr + h2,
.hr + h3 {
  margin-bottom: 44px;
}
.site-content {
  background-color: #0A0A0A;
}
.content a:not(.btn) {
  text-decoration: underline;
}
.content a:not(.btn):hover,
.content a:not(.btn):focus {
  text-decoration: underline;
  color: #fff;
}
.img-responsive.pull-right {
  margin: 0 0 22px 22px;
}
.img-responsive.pull-left {
  margin: 0 22px 22px 0;
}
.img-responsive.no-float {
  float: none !important;
}
.img-responsive.pull-right.no-float,
.img-responsive.pull-left.no-float {
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
}
.content header.article-header:before,
.content header.article-header:after {
  display: table;
  content: " ";
}
.content header.article-header:after {
  clear: both;
}
.content header.article-header:before,
.content header.article-header:after {
  display: table;
  content: " ";
}
.content header.article-header:after {
  clear: both;
}
.content header.article-header nav {
  float: left;
  margin: 0 0 22px 0;
  padding: 30px;
  font-size: 14px;
  background: #0A0A0A;
}
.content header.article-header nav a:hover,
.content header.article-header nav a:focus {
  color: white;
}
.app-download {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -22px -15px;
}
.app-download a {
  display: block;
  margin: 22px 15px;
}
.app-download img {
  display: inline-block;
  width: 196px;
  height: 58px;
}
@media speech {
  .privacy_table caption {
    display: block;
  }
}
.disclaimer {
  margin-top: 66px;
  padding-top: 66px;
  border-top: 1px solid #666;
}
.disclaimer,
.disclaimer small {
  font-size: 12px;
  letter-spacing: 0.025em;
}
[data-pullquote]::before {
  content: attr(data-pullquote);
  float: left;
  max-width: 50%;
  margin: 0 1em 0.5em 0;
  padding: 16.5px 33px;
  font-size: 30px;
  background: #242424;
  border-left: 5px solid #eeeeee;
}
@media (min-width: 768px) {
  [data-pullquote]::before {
    margin-left: -6em;
  }
}
.site-content {
  margin-top: 90px;
}
.site-content main.content {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  left: 0;
}
@media (min-width: 768px) {
  .site-content main.content {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 768px) {
  .site-content main.content {
    bottom: -50px;
  }
}
.site-content main.no-sidebar {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  bottom: 0;
}
@media (min-width: 768px) {
  .site-content main.no-sidebar {
    float: left;
    width: 100%;
  }
}
.site-content .subpage-side-image img {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .site-content .subpage-side-image img {
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .site-content .subpage-side-image::after {
    content: url(/images/2tracks.svg);
    display: block;
    width: 300px;
    height: 393px;
    margin-top: -50px;
  }
}
@media (min-width: 992px) {
  .site-content .subpage-side-image::after {
    width: 400px;
    height: 521.5px;
  }
}
@media (min-width: 992px) {
  .site-content {
    margin-top: 220px;
  }
}
.subpage-cta-area {
  margin-top: 65px;
}
@media (max-width: 767px) {
  .subpage-cta-area .container {
    margin-bottom: 40px;
  }
  .subpage-cta-area .image-container {
    position: relative;
  }
  .subpage-cta-area .image-container:after {
    content: '';
    background: url(/images/radial-gradients/radial-gradient_cta-mobile.svg);
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .subpage-cta-area {
    text-align: center;
    text-shadow: 0 3px 6px #00000079;
    padding-bottom: 264px;
    position: relative;
  }
  .subpage-cta-area .image-container {
    background-image: url(/image_resize.php?cache=1&w=1920&h=1920&img=/sft1350/dashcam.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 60%;
    position: absolute;
    top: 0;
  }
  .subpage-cta-area:before {
    content: '';
    height: 100px;
    width: 100%;
    background: linear-gradient(to top, rgba(10, 10, 10, 0) 0%, #0a0a0a 100%);
    display: block;
    margin-bottom: 130px;
  }
  .subpage-cta-area:after {
    content: '';
    background: url(/images/radial-gradients/radial-gradient_cta.svg);
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 80%;
  }
  .subpage-cta-area .container {
    position: relative;
    z-index: 2;
  }
}
.blog-feed-post {
  margin-top: 66px;
  margin-bottom: 66px;
}
@media (min-width: 768px) {
  .blog-feed-post {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 30px;
    border-left: 10px solid #419DFF;
  }
}
.blog-feed-post h3 {
  margin-bottom: 5px;
}
.blog-feed-post time {
  margin: 0 0 22px 0;
  font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.15;
  font-family: "franklin-gothic-urw-comp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0;
  color: #fff;
}
.blog-feed-post time small,
.blog-feed-post time .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.blog-feed-post time small,
.blog-feed-post time .small {
  font-size: 75%;
}
.blog-feed-post time::after {
  content: " •";
  display: inline;
  margin-left: 0.5em;
  font-size: 24px;
  font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.blog-feed-post header p {
  margin-bottom: 7px;
}
.blog-feed-post header span {
  margin-left: 0.5em;
}
.blog-feed-post p {
  margin-bottom: 5px;
}
.blog-feed-post .read-more {
  margin: 0 0 22px 0;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.15;
  font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  text-transform: none;
  color: #419DFF;
  margin: 0;
  letter-spacing: 0;
}
.blog-feed-post .read-more small,
.blog-feed-post .read-more .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.blog-feed-post .read-more small,
.blog-feed-post .read-more .small {
  font-size: 75%;
}
.content .blog-feed-post {
  float: none !important;
}
@media (min-width: 1200px) {
  .content .blog-feed-post {
    width: 75%;
  }
}
.content .blog-feed-post h3 {
  letter-spacing: 0;
  text-transform: none;
}
.content .blog-feed-post h3 a,
.content .blog-feed-post .read-more a {
  text-decoration: none;
}
.content .blog-feed-post h3 a:hover,
.content .blog-feed-post .read-more a:hover,
.content .blog-feed-post h3 a:active,
.content .blog-feed-post .read-more a:active {
  text-decoration: underline;
}
.search-form .search-box label {
  display: block;
}
.searchBox {
  display: none;
}
.mainlist {
  margin: 0 0 22px 0;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.15;
  font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #858585;
  margin-bottom: 22px;
}
.mainlist small,
.mainlist .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.mainlist small,
.mainlist .small {
  font-size: 75%;
}
.mainlist .navdown {
  display: none;
}
.mainlist strong {
  font-weight: 400;
}
.resultlist {
  margin-top: 77px;
  margin-bottom: 77px;
}
.resultlist .navup {
  display: none;
}
.resultlist .title {
  margin: 0 0 22px 0;
  font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-weight: 400;
  font-style: italic;
  font-size: 25px;
  line-height: 1.15;
  font-family: "franklin-gothic-urw-comp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #419DFF;
}
.resultlist .title small,
.resultlist .title .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.resultlist .title small,
.resultlist .title .small {
  font-size: 65%;
}
.resultlist .title .sml {
  display: none;
}
.resultlist .title a {
  text-decoration: none;
}
.resultlist .title a:hover,
.resultlist .title a:focus {
  text-decoration: underline;
}
.resultlist .url {
  font-size: 21px;
  text-transform: none;
}
.resultlist .url strong {
  display: none;
}
.resultlist .mak_1,
.resultlist .mak_2 {
  display: inline-block;
  padding-right: 4px;
  padding-left: 4px;
  color: white;
  background-color: #0054AD;
}
.sitemap-container {
  margin-right: -15px;
  margin-left: -15px;
}
.sitemap-container hr {
  display: none;
}
.sitemap-container .sitemap-column {
  margin-bottom: 44px;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
}
.sitemap-container .sitemap-column > li > a,
.sitemap-container .sitemap-column > li > span {
  margin: 0 0 22px 0;
  font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 36px;
  line-height: 1.15;
  font-family: "franklin-gothic-urw-comp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #419DFF;
}
.sitemap-container .sitemap-column > li > a small,
.sitemap-container .sitemap-column > li > span small,
.sitemap-container .sitemap-column > li > a .small,
.sitemap-container .sitemap-column > li > span .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.sitemap-container .sitemap-column > li > a small,
.sitemap-container .sitemap-column > li > span small,
.sitemap-container .sitemap-column > li > a .small,
.sitemap-container .sitemap-column > li > span .small {
  font-size: 65%;
}
.sitemap-container .sitemap-column > li > a {
  text-decoration: none;
}
.sitemap-container .sitemap-column > li > a:hover,
.sitemap-container .sitemap-column > li > a:focus {
  text-decoration: underline;
}
.sitemap-container .sitemap-column ul {
  padding-left: 0;
  list-style: none;
}
.sitemap-container .sitemap-column ul ul {
  padding-left: 22px;
  list-style: disc;
}
@media (min-width: 768px) {
  .sitemap-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .sitemap-container .sitemap-column {
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
  }
}
@media (min-width: 992px) {
  .sitemap-container .sitemap-column {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
body.home {
  overflow-x: hidden;
}
.home main section {
  background: url('/images/dirt-background-seamless.jpg');
  background-repeat: repeat;
}
section.homepage-hero {
  background: #0A0A0A;
  position: relative;
}
section.homepage-hero .background-image {
  background-image: url(/TEMP/TEMP-home-car.png);
  background-size: cover;
  background-position: center 70%;
  width: 100%;
  height: 256px;
}
section.homepage-hero .background-image:before,
section.homepage-hero .background-image:after {
  content: '';
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  section.homepage-hero .background-image {
    position: relative;
  }
  section.homepage-hero .background-image:before {
    height: 80px;
    background: linear-gradient(to top, rgba(10, 10, 10, 0) 0%, #0a0a0a 100%);
  }
  section.homepage-hero .background-image:after {
    background: url(/images/radial-gradients/radial-gradient_home-mobile.svg);
    background-size: cover;
    height: 101%;
    position: absolute;
    top: -1px;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  section.homepage-hero .background-image {
    height: 100%;
    position: absolute;
    top: 0;
  }
  section.homepage-hero .background-image:before {
    background: url(/images/radial-gradients/radial-gradient_home.svg);
    background-size: cover;
  }
  section.homepage-hero .background-image:after {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
  }
}
@media (min-width: 768px) {
  section.homepage-hero .container,
  section.homepage-hero .background-image:before,
  section.homepage-hero .background-image:after {
    height: 768px;
  }
}
@media (min-width: 1500px) {
  section.homepage-hero .container,
  section.homepage-hero .background-image:before,
  section.homepage-hero .background-image:after {
    height: 968px;
  }
}
@media (max-width: 767px) {
  section.homepage-hero .container {
    width: 100%;
    background-color: #0A0A0A;
  }
}
@media (min-width: 768px) {
  section.homepage-hero .container {
    position: relative;
  }
}
section.homepage-hero h1 {
  margin: 22px 0;
  text-shadow: 0 3px 4px #00000096;
}
@media (min-width: 768px) {
  section.homepage-hero h1 {
    line-height: 80px;
  }
}
section.homepage-hero p {
  text-shadow: 0 3px 6px #00000096;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  section.homepage-hero p {
    font-size: 28px;
    line-height: 36px;
  }
}
section.homepage-hero .btn {
  width: 220px;
  margin-right: 26px;
  text-shadow: none;
}
@media (max-width: 767px) {
  section.homepage-hero .btn {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  section.homepage-hero .hero-content-wrapper,
  section.homepage-hero .shifter-wrapper {
    position: absolute !important;
    bottom: 70px;
    z-index: 10;
  }
  section.homepage-hero .hero-content-wrapper {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    left: 0;
  }
  section.homepage-hero .shifter-wrapper {
    right: 0;
  }
  section.homepage-hero .shifter-wrapper #shifter-shapes {
    fill: #666;
    display: block;
    width: 165px;
    padding-bottom: 10px;
    margin: auto;
  }
  section.homepage-hero .shifter-wrapper #big-shift {
    -ms-transform-origin: 50% bottom;
        transform-origin: 50% bottom;
  }
  section.homepage-hero .shifter-wrapper .shifting-animation {
    animation: shifting 0.75s ease-in-out forwards;
  }
  section.homepage-hero .shifter-wrapper .shifting-animation-reverse {
    animation: shifting-reverse 0.75s ease-in-out forwards;
  }
  @keyframes shifting {
    from {
      transform: rotate(0deg);
      animation-timing-function: ease-out;
    }
    to {
      transform: rotate(50deg);
      animation-timing-function: ease-out;
    }
  }
  @keyframes shifting-reverse {
    from {
      transform: rotate(50deg);
      animation-timing-function: ease-out;
    }
    to {
      transform: rotate(0deg);
      animation-timing-function: ease-out;
    }
  }
  section.homepage-hero .shifter-wrapper a {
    font-size: 16px;
    font-style: italic;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  section.homepage-hero .hero-content-wrapper {
    float: left;
    width: 75%;
  }
}
section.homepage-intro {
  position: relative;
  background-position: bottom center;
}
section.homepage-intro:before {
  content: '';
  height: 180px;
  width: 100%;
  background: linear-gradient(to top, rgba(10, 10, 10, 0) 0%, #0a0a0a 100%);
  display: block;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  section.homepage-intro a.btn {
    margin: auto;
  }
}
section.homepage-intro .container {
  padding-top: 60px;
  padding-bottom: 65px;
}
@media (min-width: 768px) {
  section.homepage-intro .container {
    padding-top: 120px;
  }
}
@media (min-width: 768px) {
  section.homepage-intro {
    text-align: center;
  }
  section.homepage-intro:after {
    content: '';
    height: 60px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(10, 10, 10, 0) 0%, #0a0a0a 100%);
    display: block;
    position: absolute;
    bottom: 0;
  }
}
section.homepage-intro .homepage-carousel {
  padding-top: 80px;
  clear: both;
  position: relative;
  overflow-x: hidden;
}
section.homepage-intro .homepage-carousel .spinning-animation {
  animation: spinning 0.35s ease-in-out forwards;
}
section.homepage-intro .homepage-carousel .spinning-animation-reverse {
  animation: spinning-reverse 0.35s ease-in-out forwards;
}
@keyframes spinning {
  from {
    transform: scaleX(1);
    animation-timing-function: ease-in;
  }
  to {
    transform: scaleX(0);
    animation-timing-function: ease-out;
  }
}
@keyframes spinning-reverse {
  from {
    transform: scaleX(0);
    animation-timing-function: ease-out;
  }
  to {
    transform: scaleX(1);
    animation-timing-function: ease-in;
  }
}
section.homepage-intro .homepage-carousel #homepage-carousel-2,
section.homepage-intro .homepage-carousel .slider-image {
  padding-bottom: 100px;
  margin-bottom: 40px;
}
section.homepage-intro .homepage-carousel #homepage-carousel-2:after,
section.homepage-intro .homepage-carousel .slider-image:after {
  content: '';
  background: url("/images/card-shadow.svg");
  background-size: cover;
  width: calc(100% - 30px);
  height: calc(100% * (110 / 672));
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  section.homepage-intro .homepage-carousel #homepage-carousel-2:after,
  section.homepage-intro .homepage-carousel .slider-image:after {
    height: calc(100vw * (110 / 672));
  }
}
@media (min-width: 992px) {
  section.homepage-intro .homepage-carousel #homepage-carousel-2:after,
  section.homepage-intro .homepage-carousel .slider-image:after {
    width: 672px;
    height: 120px;
  }
}
section.homepage-intro .homepage-carousel #homepage-carousel-2 .slick-slide,
section.homepage-intro .homepage-carousel .slider-image .slick-slide {
  transition-delay: 350ms !important;
}
section.homepage-intro .homepage-carousel #homepage-carousel-2 .card-slide img,
section.homepage-intro .homepage-carousel .slider-image .card-slide img,
section.homepage-intro .homepage-carousel #homepage-carousel-2 .slide img,
section.homepage-intro .homepage-carousel .slider-image .slide img {
  width: 100%;
  max-width: 565px;
  margin: auto;
}
@media (min-width: 768px) {
  section.homepage-intro .homepage-carousel #homepage-carousel-2,
  section.homepage-intro .homepage-carousel .slider-image {
    padding-bottom: 160px;
  }
}
section.homepage-intro .homepage-carousel .slider-buttons-wrapper,
section.homepage-intro .homepage-carousel .slider-navigation {
  text-align: center;
}
section.homepage-intro .homepage-carousel .slider-buttons-wrapper .tip-text,
section.homepage-intro .homepage-carousel .slider-navigation .tip-text {
  display: block;
  font-size: 20px;
  margin-bottom: 16px;
  font-family: "franklin-gothic-urw-comp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #419DFF;
}
section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-buttons a,
section.homepage-intro .homepage-carousel .slider-navigation .slider-buttons a,
section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-nav a,
section.homepage-intro .homepage-carousel .slider-navigation .slider-nav a,
section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-buttons .slick-slide,
section.homepage-intro .homepage-carousel .slider-navigation .slider-buttons .slick-slide,
section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-nav .slick-slide,
section.homepage-intro .homepage-carousel .slider-navigation .slider-nav .slick-slide {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-buttons a,
  section.homepage-intro .homepage-carousel .slider-navigation .slider-buttons a,
  section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-nav a,
  section.homepage-intro .homepage-carousel .slider-navigation .slider-nav a,
  section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-buttons .slick-slide,
  section.homepage-intro .homepage-carousel .slider-navigation .slider-buttons .slick-slide,
  section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-nav .slick-slide,
  section.homepage-intro .homepage-carousel .slider-navigation .slider-nav .slick-slide {
    margin-bottom: 40px;
  }
}
section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-buttons a img,
section.homepage-intro .homepage-carousel .slider-navigation .slider-buttons a img,
section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-nav a img,
section.homepage-intro .homepage-carousel .slider-navigation .slider-nav a img,
section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-buttons .slick-slide img,
section.homepage-intro .homepage-carousel .slider-navigation .slider-buttons .slick-slide img,
section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-nav .slick-slide img,
section.homepage-intro .homepage-carousel .slider-navigation .slider-nav .slick-slide img {
  border: 2px solid #666666;
}
section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-buttons a img:hover,
section.homepage-intro .homepage-carousel .slider-navigation .slider-buttons a img:hover,
section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-nav a img:hover,
section.homepage-intro .homepage-carousel .slider-navigation .slider-nav a img:hover,
section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-buttons .slick-slide img:hover,
section.homepage-intro .homepage-carousel .slider-navigation .slider-buttons .slick-slide img:hover,
section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-nav .slick-slide img:hover,
section.homepage-intro .homepage-carousel .slider-navigation .slider-nav .slick-slide img:hover,
section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-buttons a img.active,
section.homepage-intro .homepage-carousel .slider-navigation .slider-buttons a img.active,
section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-nav a img.active,
section.homepage-intro .homepage-carousel .slider-navigation .slider-nav a img.active,
section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-buttons .slick-slide img.active,
section.homepage-intro .homepage-carousel .slider-navigation .slider-buttons .slick-slide img.active,
section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-nav .slick-slide img.active,
section.homepage-intro .homepage-carousel .slider-navigation .slider-nav .slick-slide img.active {
  cursor: pointer;
  border-color: #419DFF;
}
@media (max-width: 767px) {
  section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-buttons a img,
  section.homepage-intro .homepage-carousel .slider-navigation .slider-buttons a img,
  section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-nav a img,
  section.homepage-intro .homepage-carousel .slider-navigation .slider-nav a img,
  section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-buttons .slick-slide img,
  section.homepage-intro .homepage-carousel .slider-navigation .slider-buttons .slick-slide img,
  section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-nav .slick-slide img,
  section.homepage-intro .homepage-carousel .slider-navigation .slider-nav .slick-slide img {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    width: 96px;
  }
}
@media (min-width: 768px) {
  section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-buttons a img,
  section.homepage-intro .homepage-carousel .slider-navigation .slider-buttons a img,
  section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-nav a img,
  section.homepage-intro .homepage-carousel .slider-navigation .slider-nav a img,
  section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-buttons .slick-slide img,
  section.homepage-intro .homepage-carousel .slider-navigation .slider-buttons .slick-slide img,
  section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-nav .slick-slide img,
  section.homepage-intro .homepage-carousel .slider-navigation .slider-nav .slick-slide img {
    display: block;
    width: 155px;
    margin: 0 auto 5px auto;
  }
}
section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-buttons .slick-current img,
section.homepage-intro .homepage-carousel .slider-navigation .slider-buttons .slick-current img,
section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-nav .slick-current img,
section.homepage-intro .homepage-carousel .slider-navigation .slider-nav .slick-current img {
  border-color: #419DFF;
}
section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-buttons .photo-upload,
section.homepage-intro .homepage-carousel .slider-navigation .slider-buttons .photo-upload,
section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-nav .photo-upload,
section.homepage-intro .homepage-carousel .slider-navigation .slider-nav .photo-upload {
  color: #fff;
  font-size: 19px;
  line-height: 19px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  padding: 8px;
  background-color: #0A0A0A;
}
@media (min-width: 768px) {
  section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-buttons .photo-upload,
  section.homepage-intro .homepage-carousel .slider-navigation .slider-buttons .photo-upload,
  section.homepage-intro .homepage-carousel .slider-buttons-wrapper .slider-nav .photo-upload,
  section.homepage-intro .homepage-carousel .slider-navigation .slider-nav .photo-upload {
    font-size: 27px;
    line-height: 28px;
  }
}
section.homepage-intro .homepage-carousel .slider-buttons-wrapper #arrow-wrapper,
section.homepage-intro .homepage-carousel .slider-navigation #arrow-wrapper {
  margin-top: 25px;
}
section.homepage-intro .homepage-carousel .slider-buttons-wrapper #left-slider-arrow,
section.homepage-intro .homepage-carousel .slider-navigation #left-slider-arrow,
section.homepage-intro .homepage-carousel .slider-buttons-wrapper #right-slider-arrow,
section.homepage-intro .homepage-carousel .slider-navigation #right-slider-arrow {
  background: none;
  border: none;
}
section.homepage-intro .homepage-carousel .slider-buttons-wrapper #left-slider-arrow:hover,
section.homepage-intro .homepage-carousel .slider-navigation #left-slider-arrow:hover,
section.homepage-intro .homepage-carousel .slider-buttons-wrapper #right-slider-arrow:hover,
section.homepage-intro .homepage-carousel .slider-navigation #right-slider-arrow:hover,
section.homepage-intro .homepage-carousel .slider-buttons-wrapper #left-slider-arrow:active,
section.homepage-intro .homepage-carousel .slider-navigation #left-slider-arrow:active,
section.homepage-intro .homepage-carousel .slider-buttons-wrapper #right-slider-arrow:active,
section.homepage-intro .homepage-carousel .slider-navigation #right-slider-arrow:active,
section.homepage-intro .homepage-carousel .slider-buttons-wrapper #left-slider-arrow:focus,
section.homepage-intro .homepage-carousel .slider-navigation #left-slider-arrow:focus,
section.homepage-intro .homepage-carousel .slider-buttons-wrapper #right-slider-arrow:focus,
section.homepage-intro .homepage-carousel .slider-navigation #right-slider-arrow:focus {
  outline: 1px dotted white;
  outline-offset: 3px;
}
section.homepage-intro .homepage-carousel .slider-buttons-wrapper #left-slider-arrow svg,
section.homepage-intro .homepage-carousel .slider-navigation #left-slider-arrow svg,
section.homepage-intro .homepage-carousel .slider-buttons-wrapper #right-slider-arrow svg,
section.homepage-intro .homepage-carousel .slider-navigation #right-slider-arrow svg {
  width: 45px;
  height: 38px;
}
section.homepage-intro .homepage-carousel .slider-buttons-wrapper #right-slider-arrow,
section.homepage-intro .homepage-carousel .slider-navigation #right-slider-arrow {
  margin-left: 50px;
}
section.homepage-intro .homepage-carousel .slider-buttons-wrapper #right-slider-arrow svg,
section.homepage-intro .homepage-carousel .slider-navigation #right-slider-arrow svg {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
@media (min-width: 768px) {
  section.homepage-intro .homepage-carousel .slider-buttons-wrapper,
  section.homepage-intro .homepage-carousel .slider-navigation {
    margin-top: -30px;
  }
}
section.homepage-video {
  background-position: top center;
}
section.homepage-video h2 {
  font-size: 36px;
}
section.homepage-video .circle-cta {
  width: 178px;
  height: 178px;
  line-height: 178px;
  border-radius: 50%;
  text-shadow: none;
  float: right;
  padding: 0;
}
@media (max-width: 767px) {
  section.homepage-video .circle-cta {
    margin: 0 auto 20px auto;
    float: none;
    display: block;
  }
}
section.homepage-video .container {
  position: relative;
}
@media (max-width: 767px) {
  section.homepage-video .container {
    padding-bottom: 40px;
  }
  section.homepage-video .container:after {
    content: '';
    height: 60px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(10, 10, 10, 0) 0%, #0a0a0a 100%);
    display: block;
    position: absolute;
    bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  section.homepage-video .container {
    z-index: 2;
  }
}
@media (max-width: 767px) {
  section.homepage-video .image-container {
    position: relative;
  }
  section.homepage-video .image-container:after {
    content: '';
    background: url(/images/radial-gradients/radial-gradient_cta-mobile.svg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  section.homepage-video {
    text-shadow: 0 3px 6px #00000079;
    padding-bottom: 264px;
    position: relative;
    padding-top: 60px;
    min-height: 868px;
    overflow: hidden;
  }
  section.homepage-video .background-video {
    position: absolute;
    top: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
  }
  section.homepage-video:after {
    content: '';
    background: url(/images/radial-gradients/radial-gradient_cta.svg);
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
  }
}
.cms_hideme {
  display: none;
}
#cms_overall .globalcmsnav {
  box-sizing: initial;
}
#cms_overall .site-footer img:not(.logo-member-fdic) {
  display: block;
  margin: auto;
}
#cms_overall .site-footer .footer-gauges {
  padding-top: 56px;
  max-width: 690px;
}
#cms_overall #cmsbody {
  width: 100%;
  padding: 0 5%;
  margin-left: 0;
  background-color: #0a0a0a;
}
#cms_overall #cmsbody .site-header {
  position: static;
}
#cms_overall #cmsbody .online-banking-login-wrapper {
  display: none;
}
#cms_overall #cmsbody .homepage-hero .background-image,
#cms_overall #cmsbody .homepage-video video {
  position: static;
  width: 400px;
  height: 300px;
}
#cms_overall #cmsbody .homepage-hero .background-image:before,
#cms_overall #cmsbody .homepage-video video:before,
#cms_overall #cmsbody .homepage-hero .background-image:after,
#cms_overall #cmsbody .homepage-video video:after {
  display: none;
}
#cms_overall #cmsbody .homepage-video:after {
  display: none;
}
#cms_overall #cmsbody .content-header .container {
  height: auto;
  padding-bottom: 60px;
}
#cms_overall #cmsbody .content-header .foreground-image {
  display: none;
  position: static;
}
#cms_overall #cmsbody .content-header h1 {
  position: static;
}
#cms_overall #cmsbody .content-header #background-image {
  position: static;
}
#cms_overall #cmsbody .content-header #background-image:before {
  display: none;
}
#cms_overall #cmsbody .site-content {
  margin-top: 0;
}
#cms_overall #cmsbody .site-content main.content {
  bottom: 0;
}
#cms_overall #cmseditarea {
  color: #333333;
}
#cms_overall .cmstokentitle {
  text-shadow: none;
}
#cms_overall .cmselemtitle img,
#cms_overall .cmselemdelete img {
  width: auto;
  display: inline;
}
#cms_overall .content .thumbnail {
  width: 130px;
}
#cms_overall:not(.cms_staging) #online-banking-login-desktop,
#cms_overall:not(.cms_staging) .navbar-form {
  display: none;
}
#cms_overall:not(.cms_staging) .header-utility-links {
  visibility: hidden;
}
#cms_overall:not(.cms_staging) .homepage-carousel .slide {
  position: relative;
}
#cms_overall:not(.cms_staging) .homepage-carousel img {
  visibility: visible;
}
#cms_overall:not(.cms_staging) .homepage-callouts {
  margin-top: 0;
}
#cms_overall:not(.cms_staging) .subpage-side-image::after {
  margin-top: 0;
}
#cms_overall .slider-for {
  height: auto;
}
body.blog #cms_overall .side-nav {
  display: none;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@media print {
  .container {
    width: auto;
  }
}
@media print {
  .online-banking-login,
  .header-utility-links,
  .navbar-default .navbar-collapse.collapse,
  .navbar-default .navbar-nav,
  .site-sidebar,
  .site-footer .navbar-nav,
  .footer-utility-links,
  .footer-contact section {
    display: none !important;
  }
  .site-header .navbar {
    display: block;
    margin-bottom: 22px;
    border-bottom: 1px solid black;
  }
  .container > .navbar-header {
    position: static;
  }
  .container > .navbar-header a[href]:after {
    content: "";
  }
  .container > .navbar-header .navbar-brand .logo-print {
    width: 265px;
    height: 39.42px;
  }
  #content,
  .content {
    position: static;
    width: 100%;
    margin: 0;
  }
  .site-footer .container:not(.site-footer-upper) {
    display: block;
  }
  .footer-contact,
  .footer-logos {
    width: auto;
    max-width: none;
  }
}
/*# sourceMappingURL=main.css.map */