﻿@charset "UTF-8";

/*! 
* labette-bank | https://www.labettebank.com/
* v1.0.0 | Built Jul 20 2018 11:01:15 CDT
* Developed by BrownBoots Interactive, Inc. | http://www.brownboots.com/
*/


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

.btn,
.caret,
.checkbox-inline,
.radio-inline,
img {
    vertical-align: middle;
}

hr,
img {
    border: 0;
}

body,
figure {
    margin: 0;
}

.img-thumbnail,
.table,
label {
    max-width: 100%;
}

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

.slick-slider,
html {
    -webkit-tap-highlight-color: transparent;
}

.slick-slide.dragging img,
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

#cms_overall:not(.cms_staging) .header-utility-links,
.invisible,
.landing-page .site-footer .navbar-nav li,
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

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

b,
optgroup,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    margin: 0.67em 0;
}

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

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

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

pre,
textarea {
    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.close,
input:not([type="checkbox"]):not([type="radio"]) {
    -webkit-appearance: none;
}

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

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

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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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 {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid;
    }
    *,
     :after,
     :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
    }
    thead {
        display: table-header-group;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        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 td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}

.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-warning.active,
.btn-warning:active,
.btn.active,
.btn:active,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover,
.form-control,
.navbar-toggle,
.open>.dropdown-toggle.btn-danger,
.open>.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-info,
.open>.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.btn-warning {
    background-image: none;
}

.img-thumbnail,
body {
    background-color: #fff;
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url(../fonts/bootstrap/glyphicons-halflings-regular.eot);
    src: url(../fonts/bootstrap/glyphicons-halflings-regulard41d.eot) 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) 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-eur:before,
.glyphicon-euro: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,
.glyphicon-btc:before,
.glyphicon-xbt:before {
    content: "\e227";
}

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

.glyphicon-rub:before,
.glyphicon-ruble: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";
}

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

html {
    font-size: 10px;
}

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.388;
    color: #36383a;
}

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

a {
    color: #c93;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #1d307b;
    text-decoration: underline;
}

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

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

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

.img-thumbnail {
    padding: 4px;
    line-height: 1.388;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    height: auto;
}

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

hr {
    border-top: 1px solid #eee;
}

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

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 16px;
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.1;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}

.h1,
.h2,
h1,
h2 {
    font-family: Lora, serif;
    font-weight: 700;
    letter-spacing: 0;
}

.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-size: 44px;
    line-height: normal;
    color: #1d307b;
}

.h2,
h2 {
    font-size: 30px;
    line-height: 35px;
    color: #1d307b;
}

.h3,
h3 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0;
    color: #c93;
    text-transform: uppercase;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    line-height: 1;
    text-transform: uppercase;
}

.h4,
h4 {
    font-size: 14px;
    letter-spacing: 0.1em;
    color: inherit;
}

.h5,
h5 {
    font-size: 12px;
    letter-spacing: 0.15em;
    color: #c93;
}

.h6,
h6 {
    font-size: 10px;
    letter-spacing: 0.16em;
    color: inherit;
    font-weight: 600;
}

.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)+.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)+.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)+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)+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)+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 {
    margin-top: 32px;
}

p {
    margin: 0 0 16px;
}

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

dt,
label {
    font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
    color: #777;
}

.text-primary {
    color: #1d307b;
}

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

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

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

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

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

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

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

.text-danger {
    color: #1d307b;
}

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

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

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

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

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3;
}

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

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee;
}

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

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5;
}

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

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 11px;
    margin: 48px 0 24px;
    border-bottom: 1px solid #eee;
}

ol,
ol li,
ul,
ul li {
    margin-bottom: 16px;
}

dl,
ol,
ul {
    margin-top: 0;
}

ol,
ul {
    padding-left: 20px;
}

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

ol li,
ul li {
    padding-left: 5px;
}

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

.list-inline {
    margin-left: -5px;
}

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

dl {
    margin-bottom: 24px;
}

dd,
dt {
    line-height: 1.388;
}

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;
    }
    .container {
        width: 750px;
    }
}

#cal_month_hdr:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.content header.article-header:after,
.dl-horizontal dd:after,
.footer-boilerplate,
.form-horizontal .form-group:after,
.header-utility-links:after,
.login-mobile:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.panel-body:after,
.row:after,
.slick-track:after,
.utility-links:after {
    clear: both;
}

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

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

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

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
}

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

.table,
address {
    margin-bottom: 24px;
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.388;
    color: #777;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}

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

caption,
th {
    text-align: left;
}

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

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

address {
    font-style: normal;
    line-height: 1.388;
}

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

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

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

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

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    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-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        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-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        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-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #777;
}

.table {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

fieldset,
legend {
    padding: 0;
    border: 0;
}

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

legend {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    font-size: 27px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
}

.media-object.img-thumbnail,
.nav>li>a>img {
    max-width: none;
}

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

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

.form-control,
output {
    font-size: 18px;
    line-height: 1.388;
    color: #555;
    display: block;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

output {
    padding-top: 10px;
}

.form-control {
    width: 100%;
    height: 44px;
    padding: 9px 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #1d307b;
    outline: 0;
    box-shadow: 0 0 8px rgba(131, 11, 11, 0.6);
}

.form-control::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #777;
}

.form-control::-webkit-input-placeholder {
    color: #777;
}

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

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    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: 44px;
    }
    .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"],
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm {
        line-height: 36px;
    }
    .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"],
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg {
        line-height: 53px;
    }
}

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

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

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

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

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

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

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

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

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

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

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}

.form-group-sm .form-control,
.input-sm {
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 0;
}

.input-sm {
    height: 36px;
    line-height: 1.5;
}

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

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

.form-group-sm .form-control {
    height: 36px;
    line-height: 1.5;
}

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

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

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

.input-lg {
    height: 53px;
    padding: 10px 16px;
    font-size: 23px;
    line-height: 1.3333333;
    border-radius: 0;
}

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

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

.form-group-lg .form-control {
    height: 53px;
    padding: 10px 16px;
    font-size: 23px;
    line-height: 1.3333333;
    border-radius: 0;
}

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

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

.form-group-lg .form-control-static {
    height: 53px;
    min-height: 47px;
    padding: 11px 16px;
    font-size: 23px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

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

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

.collapsing,
.dropdown,
.dropup {
    position: relative;
}

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

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

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

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-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;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #1d307b;
}

.has-error .form-control {
    border-color: #1d307b;
    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: #1d307b;
    border-color: #1d307b;
    background-color: #f2dede;
}

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

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

.help-block {
    display: block;
    margin-bottom: 10px;
    color: #73787c;
}

@media (min-width: 768px) {
    .form-inline .form-control-static,
    .form-inline .form-group {
        display: inline-block;
    }
    .form-inline .control-label,
    .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .form-inline .input-group>.form-control {
        width: 100%;
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }
    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 10px;
    }
}

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

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
}

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

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

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

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

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 9px 15px;
    font-size: 18px;
    line-height: 1.388;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

.btn.active,
.btn:active,
.dropdown-toggle:focus,
.navbar-toggle:focus,
.open>a,
.slick-dots li button,
.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus,
.slick-next,
.slick-prev {
    outline: 0;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #36383a;
    text-decoration: none;
}

.btn.active,
.btn:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}

.btn-default {
    color: #36383a;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default.focus,
.btn-default:focus {
    color: #36383a;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #36383a;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #36383a;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}

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

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

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #540707;
    border-color: #0d0101;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #540707;
    border-color: #4b0606;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #330404;
    border-color: #0d0101;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #1d307b;
    border-color: #1d307b;
}

.btn-primary .badge {
    color: #1d307b;
    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.active,
.btn-success:active,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

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

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    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.active,
.btn-info:active,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    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.active,
.btn-warning:active,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

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

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

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

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}

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

.btn-link {
    color: #c93;
    font-weight: 400;
    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:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}

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

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

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

.btn-sm,
.btn-xs {
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-sm {
    padding: 5px 10px;
}

.btn-xs {
    padding: 1px 5px;
}

.btn-block {
    display: block;
}

.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 {
    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;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.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;
    list-style: none;
    font-size: 18px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

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

.dropdown-header,
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    line-height: 1.388;
    white-space: nowrap;
}

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

.dropdown-menu>li>a {
    clear: both;
    font-weight: 400;
    color: #1d307b;
}

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

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

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

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

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

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

.dropdown-header {
    font-size: 16px;
    color: #777;
}

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

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

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

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

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

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

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

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

.input-group .form-control:focus {
    z-index: 3;
}

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

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

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.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: 36px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0;
}

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

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

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

.nav>li,
.nav>li>a {
    display: block;
    position: relative;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn: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 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0;
}

.alert .alert-link,
.close {
    font-weight: 700;
}

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

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 23px;
    border-radius: 0;
}

.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
    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-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

.nav>li>a {
    padding: 10px 15px;
}

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

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

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

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

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

.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.388;
    border: 1px solid transparent;
    border-radius: 0;
}

.navbar-brand,
.navbar-nav>li>a {
    line-height: 24px;
}

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

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

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

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

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

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

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 0;
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff;
    }
}

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

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

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

.nav-pills>li+li {
    margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #150844;
}

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

.nav-justified {
    width: 100%;
}

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

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

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

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

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

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

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

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

.navbar {
    position: relative;
    min-height: 50px;
}

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

.navbar-collapse.in {
    overflow-y: auto;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}

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

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
    .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-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

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

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

.navbar-brand {
    float: left;
    padding: 13px 15px;
    font-size: 23px;
    height: 50px;
}

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

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

@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0;
    }
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

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

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

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

.navbar-nav {
    margin: 6.5px -15px;
}

@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 .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 24px;
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 13px;
        padding-bottom: 13px;
    }
}

.navbar-form {
    padding: 10px 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: 3px -15px;
}

@media (min-width: 768px) {
    .navbar-form .form-control-static,
    .navbar-form .form-group {
        display: inline-block;
    }
    .navbar-form .control-label,
    .navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }
    .navbar-form .input-group>.form-control {
        width: 100%;
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0;
    }
    .navbar-form .checkbox input[type="checkbox"],
    .navbar-form .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none;
    }
}

.media-object,
.thumbnail {
    display: block;
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

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

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

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

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

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

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

.alert,
.thumbnail {
    margin-bottom: 24px;
}

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

.navbar-default {
    background-color: #1d307b;
    border-color: #1d307b;
}

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

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

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
    color: #fff;
}

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

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

.navbar-default .navbar-toggle {
    border-color: transparent;
}

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

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #1d307b;
}

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

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: #1d307b;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #b0b1b4;
        background-color: transparent;
    }
}

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

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

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

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

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

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

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

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

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

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

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

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

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

@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:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

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

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

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

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

.thumbnail {
    padding: 4px;
    line-height: 1.388;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: border 0.2s ease-in-out;
}

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

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

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

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

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

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

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

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

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

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

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

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

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

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

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

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

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

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

.panel-heading>.dropdown .dropdown-toggle,
.panel-title,
.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit;
}

.media {
    margin-top: 15px;
}

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

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

.media-body {
    width: 10000px;
}

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

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

.media-body,
.media-left,
.media-right {
    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: 24px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-title,
.panel>.list-group,
.panel>.panel-collapse>.list-group,
.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0;
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.panel-title {
    font-size: 21px;
}

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

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel-group .panel-heading,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0;
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

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

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: -1;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: -1;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: -1;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: -1;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0;
}

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

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

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

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

.panel-group {
    margin-bottom: 24px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    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: #333;
    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: #333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #1d307b;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #1d307b;
    border-color: #1d307b;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #1d307b;
}

.panel-primary>.panel-heading .badge {
    color: #1d307b;
    background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #1d307b;
}

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

.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 embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

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

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

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

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

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    font-size: 18px;
    background-color: #fff;
    background-clip: padding-box;
}

.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: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1 -1 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: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.left>.arrow:after,
.popover.right>.arrow:after {
    bottom: -10px;
    content: " ";
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
    left: 1px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.header-utility-links:after,
.header-utility-links:before,
.login-mobile:after,
.login-mobile:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before,
.utility-links:after,
.utility-links:before {
    content: " ";
    display: table;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

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

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.our-team tbody .title,
.our-team-condensed tbody .title {
    font-style: italic;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
    .visible-xs-block {
        display: block !important;
    }
    .visible-xs-inline {
        display: inline !important;
    }
    .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;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
    .visible-sm-block {
        display: block !important;
    }
    .visible-sm-inline {
        display: inline !important;
    }
    .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;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
    .visible-md-block {
        display: block !important;
    }
    .visible-md-inline {
        display: inline !important;
    }
    .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;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
    .visible-lg-block {
        display: block !important;
    }
    .visible-lg-inline {
        display: inline !important;
    }
    .visible-lg-inline-block {
        display: inline-block !important;
    }
    .hidden-lg {
        display: none !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;
    }
}

.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;
    }
    td.visible-print,
    th.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;
    }
    .hidden-print {
        display: none !important;
    }
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block;
}

.slick-slider {
    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;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-dots li,
.slick-dots li button {
    cursor: pointer;
    height: 20px;
    width: 20px;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    left: 0;
    top: 0;
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}

.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-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots,
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    padding: 0;
}

.slick-loading .slick-list {
    background: url(../images/slick-carousel/slick/ajax-loader.gif) center center no-repeat #fff;
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/slick-carousel/slick/fonts/slick.eot);
    src: url(../fonts/slick-carousel/slick/fonts/slickd41d.eot) 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) format("svg");
}

.slick-next,
.slick-prev {
    cursor: pointer;
    background: 0 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none;
}

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

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

.slick-next:before,
.slick-prev:before {
    line-height: 1;
    color: #1d307b;
    opacity: 0.6;
}

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

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

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

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

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

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

.slick-dots {
    bottom: -25px;
    list-style: none;
    text-align: center;
    margin: 0;
    width: 100%;
    visibility: hidden;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}

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

.content:empty,
.slick-next::before,
.slick-prev::before {
    display: none;
}

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

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "â€¢";
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: 0.25;
}

.btn-custom,
.btn-transparent {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.6;
}

.slick-next,
.slick-prev {
    z-index: 1;
    width: 35px;
    height: 35px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    font-size: 18px;
    line-height: 1;
    color: #fff;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background: 0 0;
    opacity: 1;
    color: #1d307b;
    outline: #1d307b dotted 1px;
}

.btn-secondary,
.btn-secondary.active,
.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-transparent,
.open>.dropdown-toggle.btn-secondary,
.open>.dropdown-toggle.btn-secondary.focus,
.open>.dropdown-toggle.btn-secondary:focus,
.open>.dropdown-toggle.btn-secondary:hover {
    color: #fff;
}

.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
}

@media (min-width: 768px) {
    .slick-next,
    .slick-prev {
        font-size: 35px;
    }
    .slick-prev {
        left: 25px;
    }
    .slick-next {
        right: 25px;
    }
}

.slick-next:before,
.slick-prev:before {
    font-size: 32px;
}

.btn-custom {
    padding: 9px 15px;
    line-height: 1.388;
    border-radius: 0;
    border-color: #1d307b;
    min-width: 215px;
    font-size: 16px;
    letter-spacing: 0.025em;
    transition: 125ms;
}

.btn-custom.active,
.btn-custom.active.focus,
.btn-custom.active:focus,
.btn-custom.active:hover,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:active.focus,
.btn-custom:active:focus,
.btn-custom:active:hover,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom,
.open>.dropdown-toggle.btn-custom.focus,
.open>.dropdown-toggle.btn-custom:focus,
.open>.dropdown-toggle.btn-custom:hover {
    background-color: #1d307b;
    border-color: #1d307b;
    box-shadow: none;
}

.btn-transparent {
    text-decoration: none;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
    background: 0 0;
    border-color: #fff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7), inset 1px 1px 4px rgba(0, 0, 0, 0.7);
}

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

.btn-transparent.active,
.btn-transparent.focus,
.btn-transparent:active,
.btn-transparent:focus,
.btn-transparent:hover {
    color: #fff;
    text-shadow: none;
    background-color: #1d307b;
    border-color: #fff;
    box-shadow: none;
}

.btn-secondary {
    background-color: #c93;
    border-color: #c93;
}

.btn-secondary.disabled.focus,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary[disabled].focus,
.btn-secondary[disabled]:focus,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary.focus,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary:hover {
    background-color: #c93;
    border-color: #fff;
}

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

.btn-tertiary.active,
.btn-tertiary.active.focus,
.btn-tertiary.active:focus,
.btn-tertiary.active:hover,
.btn-tertiary.focus,
.btn-tertiary:active,
.btn-tertiary:active.focus,
.btn-tertiary:active:focus,
.btn-tertiary:active:hover,
.btn-tertiary:focus,
.btn-tertiary:hover,
.open>.dropdown-toggle.btn-tertiary,
.open>.dropdown-toggle.btn-tertiary.focus,
.open>.dropdown-toggle.btn-tertiary:focus,
.open>.dropdown-toggle.btn-tertiary:hover {
    color: #fff;
}

.btn-secondary.active,
.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.btn-secondary:focus,
.btn-secondary:hover,
.open>.dropdown-toggle.btn-secondary,
.open>.dropdown-toggle.btn-secondary.focus,
.open>.dropdown-toggle.btn-secondary:focus,
.open>.dropdown-toggle.btn-secondary:hover {
    background-color: #1d307b;
    border-color: #1d307b;
    box-shadow: none;
}

.btn-tertiary {
    color: #fff;
    background-color: #1d307b;
    border-color: #1d307b;
}

.btn-tertiary.disabled.focus,
.btn-tertiary.disabled:focus,
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled].focus,
.btn-tertiary[disabled]:focus,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary.focus,
fieldset[disabled] .btn-tertiary:focus,
fieldset[disabled] .btn-tertiary:hover {
    background-color: #1d307b;
    border-color: #fff;
}

.btn-tertiary .badge {
    color: #1d307b;
    background-color: #fff;
}

.btn-tertiary.active,
.btn-tertiary.active.focus,
.btn-tertiary.active:focus,
.btn-tertiary.active:hover,
.btn-tertiary.focus,
.btn-tertiary:active,
.btn-tertiary:active.focus,
.btn-tertiary:active:focus,
.btn-tertiary:active:hover,
.btn-tertiary:focus,
.btn-tertiary:hover,
.open>.dropdown-toggle.btn-tertiary,
.open>.dropdown-toggle.btn-tertiary.focus,
.open>.dropdown-toggle.btn-tertiary:focus,
.open>.dropdown-toggle.btn-tertiary:hover {
    background-color: #1d307b;
    border-color: #1d307b;
    box-shadow: none;
}

.way-offsides {
    position: absolute;
    left: -50000px;
}

.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: 16px;
    width: 1px;
    transition: all ease 0.3s;
    font-weight: 400;
    font-size: 18px;
    font-family: Lora, serif;
    white-space: nowrap;
    text-align: right;
}

#back-to-top,
.side-nav .nav,
.site-footer,
.site-header {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.form-group.magic-label.focus-or-filled label {
    width: calc(100% - (15px * 2) - 2px);
    opacity: 0.5;
}

.form-group.magic-label.required label:first-child::after {
    content: "*";
    position: relative;
    left: 5px;
    color: #c93;
}

.content .alert.warn :last-child {
    margin-bottom: 0;
}

.content .required {
    color: #c93;
}

.content form .required label {
    color: #36383a;
}

.content form .required label:first-child::after {
    content: "*";
    position: relative;
    left: 5px;
    color: #c93;
}

.content form fieldset legend {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: inherit;
    color: #36383a;
    border: none;
    cursor: default;
}

.content form fieldset .required label:first-child::after {
    content: "";
    display: none;
}

.content form.contact .loan-type legend::after {
    content: "*";
    position: relative;
    left: 5px;
    color: #c93;
}

.normal-link:not(.btn) {
    text-decoration: underline;
}

.normal-link:not(.btn):focus,
.normal-link:not(.btn):hover {
    text-decoration: underline;
    color: #1d307b;
}

.equal-height-columns {
    overflow: hidden;
}

.equal-height-columns>[class*="col-"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

body {
    background-repeat: repeat;
    background-position: top left;
}

body.home {
    background: #fff;
}

* {
    transition: color 125ms ease-in, background-color 125ms ease-in, border 125ms ease-in;
}

.container>.row.equal-height-columns {
    background-color: #fff;
}

.content a:not(.btn):not([href]),
.content a:not(.btn):not([href]):active,
.content a:not(.btn):not([href]):focus,
.content a:not(.btn):not([href]):hover {
    text-decoration: none;
    color: inherit;
}

hr {
    margin-top: 32px;
    margin-bottom: 32px;
    border-color: #e2e2e2;
}

.navbar-nav>li {
    margin: 0;
}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-nav>li>a:active,
.navbar-nav>li>a:focus,
.navbar-nav>li>a:hover {
    background-color: #c93;
}

@media (min-width: 768px) {
    .navbar-nav.flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    .navbar-nav.flex>li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

.utility-links>li,
.utility-links>li>a {
    position: relative;
    display: block;
}

.utility-links {
    padding-left: 0;
    list-style: none;
    margin: 0 -15px 16px;
}

.utility-links>li>a {
    padding: 10px 15px;
}

.utility-links>li>a:focus,
.utility-links>li>a:hover {
    text-decoration: none;
}

.utility-links>li.disabled>a {
    color: #777;
}

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

.utility-links .open>a,
.utility-links .open>a:focus,
.utility-links .open>a:hover {
    background-color: #eee;
    border-color: #c93;
}

.utility-links .nav-divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.utility-links>li>a>img {
    max-width: none;
}

@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 .dropdown-header,
    .utility-links .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px;
    }
    .utility-links .open .dropdown-menu>li>a {
        line-height: 24px;
    }
    .utility-links .open .dropdown-menu>li>a:focus,
    .utility-links .open .dropdown-menu>li>a:hover {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .utility-links {
        float: left;
        margin: 0;
    }
    .utility-links>li {
        float: left;
    }
    .utility-links>li>a {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .utility-links.flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    .utility-links.flex>li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

.utility-links>li {
    margin: 0;
}

.utility-links>li>a {
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    letter-spacing: 0.025em;
}

.utility-links .glyphicon-chevron-right,
.utility-links .glyphicon-menu-right,
.utility-links .glyphicon-plus,
.utility-links .open .glyphicon-chevron-down,
.utility-links .open .glyphicon-menu-down,
.utility-links .open .glyphicon-minus {
    display: inline;
}

.utility-links .glyphicon-chevron-down,
.utility-links .glyphicon-menu-down,
.utility-links .glyphicon-minus,
.utility-links .open .glyphicon-chevron-right,
.utility-links .open .glyphicon-menu-right,
.utility-links .open .glyphicon-plus {
    display: none;
}

.utility-links>li>a:active,
.utility-links>li>a:focus,
.utility-links>li>a:hover {
    background-color: #c93;
}

@media (min-width: 768px) {
    .utility-links .glyphicon-chevron-down,
    .utility-links .glyphicon-chevron-right,
    .utility-links .glyphicon-menu-down,
    .utility-links .glyphicon-menu-right,
    .utility-links .glyphicon-minus,
    .utility-links .glyphicon-plus,
    .utility-links .open .glyphicon-chevron-down,
    .utility-links .open .glyphicon-chevron-right,
    .utility-links .open .glyphicon-menu-down,
    .utility-links .open .glyphicon-menu-right,
    .utility-links .open .glyphicon-minus,
    .utility-links .open .glyphicon-plus {
        display: none;
    }
    .utility-links .dropdown:hover>.dropdown-menu {
        display: block;
    }
    .utility-links.flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    .utility-links.flex>li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .utility-links>li>a {
        font-size: 10px;
    }
    .utility-links>li>a:focus,
    .utility-links>li>a:hover {
        text-decoration: underline;
        background-color: transparent;
    }
}

#back-to-top,
.header-utility-links>li>a:focus,
.header-utility-links>li>a:hover {
    text-decoration: none;
}

@media (min-width: 992px) {
    .utility-links>li>a {
        font-size: 12px;
    }
}

#back-to-top {
    position: fixed;
    z-index: 10050;
    right: 0;
    bottom: 50px;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 12px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #1d307b;
}

#back-to-top .glyphicon {
    font-size: 24px;
}

#back-to-top .glyphicon.glyphicon-chevron-up {
    top: 0;
    left: 2px;
    line-height: inherit;
}

#back-to-top:focus,
#back-to-top:hover {
    background-color: #c93;
}

.navbar-collapse {
    max-height: none;
}

.navbar-nav .glyphicon-chevron-right,
.navbar-nav .glyphicon-menu-right,
.navbar-nav .glyphicon-plus,
.navbar-nav .open .glyphicon-chevron-down,
.navbar-nav .open .glyphicon-menu-down,
.navbar-nav .open .glyphicon-minus {
    display: inline;
}

.navbar-nav .glyphicon-chevron-down,
.navbar-nav .glyphicon-menu-down,
.navbar-nav .glyphicon-minus,
.navbar-nav .open .glyphicon-chevron-right,
.navbar-nav .open .glyphicon-menu-right,
.navbar-nav .open .glyphicon-plus {
    display: none;
}

.site-header a {
    color: #fff;
}

.login-mobile {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    text-align: center;
    color: #1d307b;
    background: #fff;
    border-top: 10px solid #1d307b;
    padding: 15px 15px 20px;
}

@media (min-width: 768px) {
    .navbar-nav .glyphicon-chevron-down,
    .navbar-nav .glyphicon-chevron-right,
    .navbar-nav .glyphicon-menu-down,
    .navbar-nav .glyphicon-menu-right,
    .navbar-nav .glyphicon-minus,
    .navbar-nav .glyphicon-plus,
    .navbar-nav .open .glyphicon-chevron-down,
    .navbar-nav .open .glyphicon-chevron-right,
    .navbar-nav .open .glyphicon-menu-down,
    .navbar-nav .open .glyphicon-menu-right,
    .navbar-nav .open .glyphicon-minus,
    .navbar-nav .open .glyphicon-plus {
        display: none;
    }
    .navbar-nav .dropdown:hover>.dropdown-menu {
        display: block;
    }
    .login-mobile {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .login-mobile {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .login-mobile {
        width: 1170px;
    }
}

.login-mobile>.navbar-collapse,
.login-mobile>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

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

.login-mobile span {
    display: block;
    margin-bottom: 16px;
}

.login-mobile .btn {
    display: block;
    max-width: 290px;
    margin: 0 auto;
}

.navbar {
    background: #f2f2f2;
    margin-bottom: 0;
    border: none;
}

.navbar-header {
    background-color: #f9f9f9;
}

.navbar-brand .logo {
    width: 215px;
    height: 47px;
    margin-top: 5px;
}

@media (min-width: 768px) {
    .navbar {
        background: #f9f9f9;
    }
    .navbar-brand .logo {
        margin: 0;
        width: 170px;
        height: 37px;
    }
}

@media (min-width: 992px) {
    .navbar-brand .logo {
        width: 295px;
        height: 64px;
    }
}

.navbar-default .navbar-toggle {
    width: 56px;
    padding: 5px 3px 5px 5px;
    color: #36383a;
}

.navbar-default .navbar-toggle .icon-menu {
    display: block;
    border: 2px solid #36383a;
    padding: 15px 5px;
    margin-bottom: 5px;
}

.navbar-default .navbar-toggle .icon-menu .icon-bar {
    width: 100%;
    background-color: #36383a;
}

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

.navbar-default .navbar-toggle:focus .icon-menu,
.navbar-default .navbar-toggle:hover .icon-menu {
    background-color: #1d307b;
    border: 2px solid #1d307b;
}

.navbar-default .navbar-toggle:focus .icon-menu .icon-bar,
.navbar-default .navbar-toggle:hover .icon-menu .icon-bar {
    width: 100%;
    background-color: #fff;
}

.navbar-default .navbar-toggle .text {
    margin-top: -5px;
    margin-bottom: 3px;
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.navbar-default .navbar-collapse {
    border: none;
    box-shadow: none;
}

@media (min-width: 768px) {
    .navbar-default .navbar-collapse {
        width: calc(100% - 170px - 150px - 15px);
        margin-right: 150px;
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-default .navbar-nav>li:focus>a,
    .navbar-default .navbar-nav>li:hover>a {
        color: #fff;
        background-color: #1d307b;
    }
}

@media (min-width: 992px) {
    .navbar-default .navbar-collapse {
        width: calc(100% - 295px - 150px - 50px - 15px);
        margin-right: 200px;
    }
}

@media (min-width: 1200px) {
    .navbar-default .navbar-collapse {
        margin-right: 191px;
    }
}

.navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-nav>li {
    margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #36383a;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Lora, serif;
    font-size: 16px;
    line-height: 60px;
    letter-spacing: 0.025em;
    border-top: 1px solid #cecfcf;
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
        line-height: 75px;
        border-top: none;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        line-height: 100px;
        padding-top: 10px;
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-default .navbar-nav>li>a.active,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    border-top-color: #cecfcf;
    background-color: #1d307b;
}

.navbar-default .navbar-nav>li>a .glyphicon {
    line-height: 60px;
}

.navbar-default .navbar-nav>li.open>a {
    border-top-color: #cecfcf;
}

.navbar-default .navbar-nav .open .dropdown-menu,
.navbar-default .navbar-nav:focus .dropdown-menu,
.navbar-default .navbar-nav:hover .dropdown-menu {
    padding: 0;
    background: #f9f9f9;
    box-shadow: none;
}

.navbar-default .navbar-nav .open .dropdown-menu>li,
.navbar-default .navbar-nav:focus .dropdown-menu>li,
.navbar-default .navbar-nav:hover .dropdown-menu>li {
    margin: 0;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a,
.navbar-default .navbar-nav:focus .dropdown-menu>li>a,
.navbar-default .navbar-nav:hover .dropdown-menu>li>a {
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0.025em;
    color: #36383a;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a.active::before,
.navbar-default .navbar-nav:focus .dropdown-menu>li>a.active::before,
.navbar-default .navbar-nav:hover .dropdown-menu>li>a.active::before {
    content: "Â» ";
    float: left;
    display: inline-block;
    line-height: inherit;
    padding: 0 3px 0 5px;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-default .navbar-nav:focus .dropdown-menu>li>a:hover,
.navbar-default .navbar-nav:hover .dropdown-menu>li>a:hover {
    color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a.active,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav:focus .dropdown-menu>li>a.active,
.navbar-default .navbar-nav:focus .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav:hover .dropdown-menu>li>a.active,
.navbar-default .navbar-nav:hover .dropdown-menu>li>a:focus {
    background-color: #f9f9f9;
    color: #36383a;
}

.navbar-default .navbar-form.search {
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 35px;
    border: none;
    background: #f2f2f2;
    border-top: 1px solid #cecfcf;
}

@media (min-width: 768px) {
    .navbar-default .navbar-form.search {
        display: inline-block;
        position: relative;
        top: -4px;
        margin-left: 9px;
        padding: 0;
        background: 0 0;
        border: none;
    }
}

.navbar-default .navbar-form.search label {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 21px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #36383a;
}

.navbar-default .navbar-form.search label span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
    font-family: Lora, serif;
    letter-spacing: normal;
    text-transform: none;
    color: #36383a;
}

.navbar-default .navbar-form.search .form-control {
    box-shadow: unset;
}

.navbar-default .navbar-form.search .form-control:not(:focus) {
    border-color: #fff;
}

@media (min-width: 768px) {
    .navbar-default .navbar-form.search .form-control {
        width: 105px;
        height: auto;
        padding: 3px 5px;
        font-size: 10px;
        line-height: 1;
        color: #000;
    }
    .navbar-default .navbar-form.search .form-control:focus {
        box-shadow: unset;
    }
}

.navbar-default .navbar-form.search .btn {
    color: #36383a;
    border-color: transparent;
    background-color: #e2e2e2;
    padding-left: 25px;
    padding-right: 25px;
}

.navbar-default .navbar-form.search .btn:focus,
.navbar-default .navbar-form.search .btn:hover {
    color: #fff;
    background-color: #1d307b;
}

@media (min-width: 768px) {
    .navbar-default .navbar-form.search .btn {
        margin-right: 10px;
        padding: 2px 5px 3px;
        font-size: 11px;
        color: #f9f9f9;
        background-color: #1d307b;
    }
    .navbar-default .navbar-form.search .btn:focus,
    .navbar-default .navbar-form.search .btn:hover {
        color: #f9f9f9;
        background-color: #1d307b;
        outline: #f9f9f9 dotted 1px;
    }
}

.online-banking-login.login-desktop {
    position: absolute;
    right: 15px;
    z-index: 1;
    width: 150px;
    margin: 0;
    padding: 0;
    text-align: center;
    background: 0 0;
}

@media (max-width: 767px) {
    .online-banking-login.login-desktop {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .navbar-default .navbar-form.search .btn {
        margin-right: 0;
    }
    .online-banking-login.login-desktop {
        width: 200px;
    }
}

.online-banking-login.login-desktop .form-wrapper:first-of-type {
    position: relative;
    padding: 0;
    background-color: #1d307b;
}

.online-banking-login.login-desktop .form-wrapper:first-of-type::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: -12px;
    left: calc(50% - 12px);
    border-top: 12px solid #1d307b;
    border-left: 12px solid #fff;
    border-right: 12px solid #fff;
}

.online-banking-login.login-desktop .form-wrapper:last-of-type {
    padding: 20px 15px 12px;
    background-color: #fff;
}

.online-banking-login.login-desktop .h4 {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 45px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #fff;
}

.online-banking-login.login-desktop label {
    display: block;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    text-align: left;
}

.online-banking-login.login-desktop .form-group {
    margin: 0 0 8px;
}

.online-banking-login.login-desktop .form-control {
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 6px;
    font-size: 11px;
    font-family: Lora, serif;
    letter-spacing: 0.025em;
}

.online-banking-login.login-desktop .btn {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: #1d307b;
}

.online-banking-login.login-desktop .btn:focus,
.online-banking-login.login-desktop .btn:hover {
    background: #1d307b;
}

.online-banking-login.login-desktop .login-links {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.025em;
}

.online-banking-login.login-desktop .login-links:first-of-type {
    margin-top: 20px;
}

.online-banking-login.login-desktop .login-links a {
    color: #c93;
}

@media (min-width: 768px) {
    .utility-navigation {
        background-color: #1d307b;
    }
    .utility-navigation .container {
        position: relative;
    }
    .navbar .nav.navbar-nav,
    .site-header {
        background-color: #f9f9f9;
    }
}

.header-utility-links {
    padding-left: 0;
    list-style: none;
    margin: 0 -15px 16px;
}

@media (max-width: 767px) {
    .header-utility-links {
        display: none !important;
    }
}

.header-utility-links>li,
.header-utility-links>li>a {
    display: block;
    position: relative;
}

.header-utility-links>li>a {
    padding: 10px 15px;
}

.header-utility-links>li.disabled>a {
    color: #777;
}

.header-utility-links>li.disabled>a:focus,
.header-utility-links>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.header-utility-links .open>a,
.header-utility-links .open>a:focus,
.header-utility-links .open>a:hover {
    background-color: #eee;
    border-color: #c93;
}

.header-utility-links .nav-divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.header-utility-links>li>a>img {
    max-width: none;
}

@media (max-width: 767px) {
    .header-utility-links .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .header-utility-links .open .dropdown-menu .dropdown-header,
    .header-utility-links .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px;
    }
    .header-utility-links .open .dropdown-menu>li>a {
        line-height: 24px;
    }
    .header-utility-links .open .dropdown-menu>li>a:focus,
    .header-utility-links .open .dropdown-menu>li>a:hover {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .header-utility-links {
        float: left;
        margin: 0;
    }
    .header-utility-links>li {
        float: left;
    }
    .header-utility-links>li>a {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .header-utility-links.flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    .header-utility-links.flex>li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

.header-utility-links>li {
    margin: 0;
}

.header-utility-links>li>a {
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    letter-spacing: 0.025em;
}

.header-utility-links .glyphicon-chevron-right,
.header-utility-links .glyphicon-menu-right,
.header-utility-links .glyphicon-plus,
.header-utility-links .open .glyphicon-chevron-down,
.header-utility-links .open .glyphicon-menu-down,
.header-utility-links .open .glyphicon-minus {
    display: inline;
}

.header-utility-links .glyphicon-chevron-down,
.header-utility-links .glyphicon-menu-down,
.header-utility-links .glyphicon-minus,
.header-utility-links .open .glyphicon-chevron-right,
.header-utility-links .open .glyphicon-menu-right,
.header-utility-links .open .glyphicon-plus {
    display: none;
}

.header-utility-links>li>a:active,
.header-utility-links>li>a:focus,
.header-utility-links>li>a:hover {
    background-color: #c93;
}

@media (min-width: 768px) {
    .header-utility-links .glyphicon-chevron-down,
    .header-utility-links .glyphicon-chevron-right,
    .header-utility-links .glyphicon-menu-down,
    .header-utility-links .glyphicon-menu-right,
    .header-utility-links .glyphicon-minus,
    .header-utility-links .glyphicon-plus,
    .header-utility-links .open .glyphicon-chevron-down,
    .header-utility-links .open .glyphicon-chevron-right,
    .header-utility-links .open .glyphicon-menu-down,
    .header-utility-links .open .glyphicon-menu-right,
    .header-utility-links .open .glyphicon-minus,
    .header-utility-links .open .glyphicon-plus {
        display: none;
    }
    .header-utility-links .dropdown:hover>.dropdown-menu {
        display: block;
    }
    .header-utility-links.flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    .header-utility-links.flex>li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .header-utility-links>li>a {
        font-size: 10px;
    }
    .header-utility-links>li>a:focus,
    .header-utility-links>li>a:hover {
        text-decoration: underline;
        background-color: transparent;
    }
    .header-utility-links {
        margin-right: 165px;
        margin-bottom: 0;
        padding-top: 0;
        padding-left: 0;
    }
    .header-utility-links>li {
        float: none;
        display: inline-block;
        position: relative;
        margin: 0;
        padding: 0;
        font-size: 12px;
        text-transform: uppercase;
        color: #fff;
    }
    .header-utility-links>li+li::before {
        content: "|";
    }
    .header-utility-links>li>a:not(.social) {
        display: inline-block;
        padding: 5px 5px 5px 10px;
        line-height: 35px;
    }
    .header-utility-links>li>a.social {
        display: inline-block;
        position: relative;
        top: -2px;
        padding: 0;
        line-height: 20px;
    }
    .header-utility-links>li>a.social img {
        width: 20px;
        height: 20px;
    }
    .header-utility-links>li>a.social:first-of-type {
        margin-right: 5px;
        margin-left: 20px;
    }
    .header-utility-links>li:last-child {
        display: none;
    }
}

.site-sidebar {
    position: relative;
    min-height: 1px;
    padding-top: 35px;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    .site-sidebar {
        float: left;
        width: 33.33333333%;
        right: 66.66666667%;
    }
}

@media (min-width: 992px) {
    .header-utility-links>li>a {
        font-size: 12px;
    }
    .header-utility-links {
        margin-right: 215px;
    }
    .header-utility-links>li:last-child {
        display: inline-block;
    }
    .header-utility-links>li>a.social+a.social {
        margin-right: 0;
    }
    .site-sidebar {
        float: left;
        width: 25%;
        right: 75%;
    }
}

.equal-height-columns .site-sidebar {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    position: relative;
}

.equal-height-columns .site-sidebar::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #f9f9f9;
}

.side-nav .nav>li.active>a,
.side-nav .nav>li>a.active,
.side-nav .nav>li>a:focus,
.side-nav .nav>li>a:hover {
    background: 0 0;
    text-decoration: underline;
}

.equal-height-columns .site-sidebar>* {
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .equal-height-columns .site-sidebar::before {
        left: 15px;
        width: calc(100% - 30px);
    }
    .site-sidebar {
        padding-left: 30px;
        padding-right: 30px;
        right: 68.666%;
    }
}

@media (min-width: 992px) {
    .site-sidebar {
        right: 77%;
    }
}

.side-nav .nav {
    margin-bottom: 32px;
}

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

.side-nav .nav>li>a {
    padding-top: 17px;
    padding-bottom: 17px;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    text-transform: uppercase;
    color: #c93;
}

@media (min-width: 768px) {
    .side-nav .nav>li>a {
        font-size: 18px;
    }
}

.side-nav .nav>li.active>a:focus,
.side-nav .nav>li.active>a:hover {
    color: #36383a;
}

.side-nav .nav>li>ul {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0;
    list-style: none;
    font-size: 14px;
}

.side-nav .nav>li>ul>li {
    margin-bottom: 0;
    padding: 0;
}

.side-nav .nav>li>ul>li>a {
    display: block;
    padding: 13px 15px;
    text-decoration: none;
    color: #36383a;
}

.side-nav .nav>li>ul>li.active>a,
.side-nav .nav>li>ul>li:focus>a,
.side-nav .nav>li>ul>li:hover>a,
.side-nav .nav>li>ul>li>a.active,
.side-nav .nav>li>ul>li>a:focus,
.side-nav .nav>li>ul>li>a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .side-nav .nav>li>ul>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 16px;
    }
}

.side-nav .nav>li>ul>li.active::before {
    content: "Â» ";
    float: left;
    display: inline-block;
    padding-top: 12px;
    padding-bottom: 13px;
    padding-left: 15px;
    line-height: inherit;
}

.side-nav .nav>li>ul>li.active>a {
    padding-left: 27px;
    text-decoration: none;
}

.side-nav .nav>li>ul>li.active>a:focus,
.side-nav .nav>li>ul>li.active>a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .side-nav .nav>li>ul>li.active::before {
        padding-top: 16px;
        padding-bottom: 15px;
    }
}

.site-footer {
    padding-top: 35px;
    padding-bottom: 45px;
    background: #f9f9f9;
    border-top: 10px solid #1d307b;
}

.site-footer .container {
    max-width: 350px;
    margin-left: 0;
}

@media (min-width: 768px) {
    .site-footer .container {
        max-width: none;
        margin-left: auto;
    }
}

.site-footer .btn {
    min-width: 175px;
    max-width: 290px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    letter-spacing: 0.025em;
}

.site-footer h6,
.site-footer p {
    line-height: 22px;
    letter-spacing: 0;
    font-size: 14px;
}

.site-footer p {
    font-family: Lora, serif;
}

.site-footer h6 {
    color: #c93;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.site-footer-upper {
    margin-bottom: 0px;
    color: #fff;
    background-color: #1d307b;
}

.site-footer-upper .navbar-nav>li>a {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding-right: 10px;
    padding-left: 15px;
}

.site-footer-upper .navbar-nav>li>a:focus,
.site-footer-upper .navbar-nav>li>a:hover {
    text-decoration: underline;
    background: 0 0;
}

@media (min-width: 768px) {
    .site-footer {
        border-top: none;
        padding-top: 0;
    }
    .site-footer-upper .navbar-nav {
        width: 100%;
        min-height: 0;
        text-align: center;
        text-transform: capitalize;
        font-family: Lora, serif;
        font-size: 14px;
        letter-spacing: 0;
        font-weight: 700;
    }
    .site-footer-upper .navbar-nav>li {
        float: none;
        display: inline-block;
    }
    .site-footer-upper .navbar-nav>li:first-child:before {
        content: "";
    }
    .site-footer-upper .navbar-nav>li::before {
        content: "|";
    }
    .site-footer-upper .navbar-nav>li a {
        color: #fff;
        display: inline-block;
        line-height: 20px;
    }
    .site-footer-lower .logo,
    .site-footer-lower .logo img {
        display: block;
        width: 115px;
        height: 155px;
    }
}

.footer-bank-info,
.footer-bank-info .phone a {
    color: #000;
}

.footer-bank-info .routing {
    float: left;
    width: 50%;
}

.footer-bank-info .routing p {
    letter-spacing: 0.15em;
}

.footer-bank-info .phone {
    float: right;
    width: 50%;
}

.footer-bank-info p {
    margin-bottom: 30px;
}

.footer-bank-info .btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.logo-equal-housing,
.logo-member-fdic,
.logo-ncua-insured,
.site-footer p.social a {
    display: inline-block;
}

@media (min-width: 768px) {
    .footer-bank-info {
        margin-top: 10px;
    }
    .footer-bank-info .routing p {
        margin-bottom: 5px;
    }
    .footer-bank-info .phone p {
        margin-bottom: 20px;
    }
}

.footer-utility-links {
    font-family: Lora, serif;
    color: #36383a;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    list-style: none;
    margin-left: -15px;
    margin-top: 30px;
    margin-bottom: 28px;
}

.expand-collapse .btn,
.footer-boilerplate small {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footer-utility-links li {
    margin-bottom: 5px;
}

.footer-utility-links li a {
    text-decoration: none;
    color: #36383a;
}

.footer-utility-links li a:focus,
.footer-utility-links li a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .footer-utility-links {
        margin-top: 10px;
    }
}

.site-footer p.social {
    float: right;
    width: 75px;
}

.site-footer p.social a img {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 30px;
}

.site-footer p.social a.facebook {
    margin-right: 5px;
}

@media (min-width: 768px) {
    .site-footer p.social a img {
        margin-top: 0;
    }
}

.footer-logos {
    float: left;
    width: 200px;
    margin-top: 15px;
}

.logo-member-fdic {
    height: 60px;
    width: auto;
}

.logo-equal-housing {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

body.investments .logo-member-fdic {
    visibility: hidden;
    display: none;
}

@media (min-width: 768px) {
    .site-footer .flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .site-footer .logo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .site-footer .footer-utility-links {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .site-footer .footer-bank-info {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .site-footer .footer-logo-container {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .site-footer .footer-bank-info .phone,
    .site-footer .footer-bank-info .routing,
    .site-footer .footer-logos,
    .site-footer p.social {
        float: none;
        width: auto;
    }
    .footer-logo-container {
        margin-top: 15px;
    }
    .footer-logo-container p.social {
        margin-bottom: 30px;
    }
}

.footer-boilerplate {
    margin-top: 20px;
    margin-bottom: 0;
    border-top: 1px solid #e8e8e8;
}

.footer-boilerplate small {
    display: block;
    font-size: 11px;
    line-height: 20px;
    margin-top: 20px;
    letter-spacing: 0;
    color: #5a5b5d;
}

.footer-boilerplate small span {
    color: #36383a;
}

.expand-collapse .btn.active,
.expand-collapse .btn.active.focus,
.expand-collapse .btn.active:focus,
.expand-collapse .btn.active:hover,
.expand-collapse .btn.focus,
.expand-collapse .btn:active,
.expand-collapse .btn:active.focus,
.expand-collapse .btn:active:focus,
.expand-collapse .btn:active:hover,
.expand-collapse .btn:focus,
.expand-collapse .btn:hover,
.open>.dropdown-toggle.expand-collapse .btn,
.open>.dropdown-toggle.expand-collapse .btn.focus,
.open>.dropdown-toggle.expand-collapse .btn:focus,
.open>.dropdown-toggle.expand-collapse .btn:hover {
    color: #fff;
}

.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 {
        width: calc(75% - 30px);
        margin-top: 0;
        margin-left: calc(16.66666667% + 38px);
        padding-top: 20px;
    }
    .footer-boilerplate .copyright,
    .footer-boilerplate small {
        display: inline;
    }
}

@media (min-width: 992px) {
    .footer-boilerplate {
        width: calc(75% - 65px);
        margin-left: calc(16.66666667% + 75px);
    }
}

@media (min-width: 1200px) {
    .site-sidebar {
        right: 75%;
    }
    .footer-boilerplate {
        width: calc(75% - 100px);
        margin-left: calc(16.66666667% + 108px);
    }
}

.expand-collapse {
    margin-bottom: 16px;
}

.expand-collapse .btn {
    padding: 9px 15px;
    line-height: 1.388;
    border-radius: 0;
    min-width: 215px;
    font-size: 16px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    transition: 125ms;
    color: #fff;
    background-color: #c93;
    border-color: #c93;
    margin-bottom: 16px;
}

.ui-accordion-header,
table.calendar .date {
    letter-spacing: 0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

.expand-collapse .btn.disabled.focus,
.expand-collapse .btn.disabled:focus,
.expand-collapse .btn.disabled:hover,
.expand-collapse .btn[disabled].focus,
.expand-collapse .btn[disabled]:focus,
.expand-collapse .btn[disabled]:hover,
fieldset[disabled] .expand-collapse .btn.focus,
fieldset[disabled] .expand-collapse .btn:focus,
fieldset[disabled] .expand-collapse .btn:hover {
    background-color: #c93;
    border-color: #fff;
}

.expand-collapse .btn .badge {
    color: #c93;
    background-color: #fff;
}

.expand-collapse .btn.active,
.expand-collapse .btn.active.focus,
.expand-collapse .btn.active:focus,
.expand-collapse .btn.active:hover,
.expand-collapse .btn.focus,
.expand-collapse .btn:active,
.expand-collapse .btn:active.focus,
.expand-collapse .btn:active:focus,
.expand-collapse .btn:active:hover,
.expand-collapse .btn:focus,
.expand-collapse .btn:hover,
.open>.dropdown-toggle.expand-collapse .btn,
.open>.dropdown-toggle.expand-collapse .btn.focus,
.open>.dropdown-toggle.expand-collapse .btn:focus,
.open>.dropdown-toggle.expand-collapse .btn:hover {
    background-color: #1d307b;
    border-color: #1d307b;
    box-shadow: none;
}

.expand-link {
    margin-right: 16px;
}

@media (min-width: 768px) {
    .expand-link {
        margin-bottom: 0;
    }
    .ui-accordion-content .img-responsive {
        max-width: 50%;
    }
}

.accordion .ui-state-default .glyphicon-plus {
    display: inline-block;
}

.accordion .ui-state-default .glyphicon-minus {
    display: none;
}

.accordion .ui-state-active .glyphicon-minus {
    display: inline-block;
}

#kwiklinks form,
.accordion .ui-state-active .glyphicon-plus {
    display: none;
}

.ui-accordion-header:hover {
    cursor: pointer;
}

.ui-accordion-header {
    margin: 0;
    padding: 18px 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #36383a;
    background: #ededee;
    border: 1px solid #b3b4b7;
}

.ui-accordion-header .glyphicon {
    margin-top: -6px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #36383a;
    background: 0 0;
    border-radius: 100px;
}

.ui-accordion-content {
    border: 1px solid #b3b4b7;
    border-top: none;
    margin-bottom: 32px;
    padding: 20px;
    line-height: 25px;
    background: #fff;
}

.ui-accordion-content .img-responsive {
    float: right !important;
    margin-bottom: 16px;
}

.ui-accordion-content.location h3 {
    margin-bottom: 5px;
}

.ui-accordion-content .address,
.ui-accordion-content .atm,
.ui-accordion-content .contact,
.ui-accordion-content .hours {
    margin-bottom: 16px;
}

.ui-accordion-content .address p,
.ui-accordion-content .atm p,
.ui-accordion-content .contact p,
.ui-accordion-content .hours p {
    margin: 0;
}

.ui-accordion-content .contact th,
.ui-accordion-content .hours th {
    padding-right: 16px;
}

.ui-accordion-content .contact th::after,
.ui-accordion-content .hours th::after {
    content: ": ";
}

.ui-accordion-content .bold {
    font-weight: 700;
}

#cal_month_hdr {
    margin: 32px 0;
}

#cal_month_hdr:after,
#cal_month_hdr:before {
    content: " ";
    display: table;
}

#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 td,
table.calendar th {
    display: none;
}

table.calendar td.not-empty {
    display: block;
    padding-bottom: 32px;
}

table.calendar .date {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 24px;
    color: #c93;
    text-transform: uppercase;
}

table.calendar .date .small,
table.calendar .date small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 65%;
}

table.calendar .link {
    display: none;
}

table.calendar .nolink {
    display: block;
}

@media (min-width: 992px) {
    #cal_month_hdr,
    table.calendar th {
        text-align: center;
    }
    table.calendar td,
    table.calendar th {
        vertical-align: top;
        display: table-cell;
    }
    #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: #f9f9f9;
    }
    table.calendar td.today,
    table.calendar tr:nth-child(even) td:nth-child(odd).today,
    table.calendar tr:nth-child(odd) td:nth-child(even).today {
        background: #eee;
    }
    table.calendar th {
        width: calc(100% / 7);
        padding: 0 0 5px;
        font-weight: 400;
        font-size: 15px;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #1d307b;
    }
    table.calendar td {
        height: 100px;
        min-height: 100px;
        padding: 1px 5px 15px;
        font-size: 13px;
        line-height: 15px;
        border: 1px solid #b0b1b4;
    }
    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 16px;
        padding: 0;
    }
    table.calendar td li:last-child {
        margin: 0;
    }
    table.calendar .date {
        margin-bottom: 5px;
        font-weight: 400;
        letter-spacing: 0;
        color: #c93;
    }
    table.calendar .date span {
        display: none;
    }
}

.content a[rel~="external"]:not(.btn),
.content a[target="_blank"]:not(.btn) {
    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) {
    padding-right: 25px;
}

.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[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,
.content a[rel~="external"].btn,
.content a[target="_blank"].btn,
.gallery_full,
.row .content,
div.content-header {
    position: relative;
}

.content a.btn::after {
    padding-left: 23px;
    right: -25px;
}

.content a[rel~="external"].btn::after,
.content a[target="_blank"].btn::after {
    top: 8.39px;
    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.39px;
}

.gallery_full {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 32px;
    text-align: center;
}

@media (max-width: 520px) {
    .gallery_full {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 521px) and (max-width: 767px) {
    .gallery_full {
        position: relative;
        float: left;
        width: 33.33333333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .gallery_full {
        float: left;
        width: 33.33333333%;
    }
}

@media (min-width: 992px) {
    .gallery_full {
        float: left;
        width: 25%;
    }
}

.gallery_full .gallery_img img.no-float,
.slider-for img.no-float {
    float: none !important;
}

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

.gallery_full .gallery_img img.pull-right {
    margin: 0 0 16px 16px;
}

.gallery_full .gallery_img img.pull-left {
    margin: 0 16px 16px 0;
}

.gallery_full .gallery_img img.pull-left.no-float,
.gallery_full .gallery_img img.pull-right.no-float {
    display: inline-block;
}

.gallery_full .gallery_title {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.15;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.025em;
    color: #1d307b;
}

.gallery_full .gallery_desc {
    font-size: 14px;
    line-height: 1.285714285714286;
}

.gallery_full .gallery_desc .absoluteIframeDOMWindow {
    display: none;
}

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

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

.slider-for {
    margin-bottom: 16px;
}

.slider-for img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 400px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
}

.slider-for img.pull-right {
    margin: 0 0 16px 16px;
}

.slider-for img.pull-left {
    margin: 0 16px 16px 0;
}

.slider-for img.pull-left.no-float,
.slider-for img.pull-right.no-float {
    display: inline-block;
}

.slider-for .galleryDesc {
    text-align: center;
}

.slider-navigation {
    display: none;
    margin-bottom: 32px;
}

.slider-navigation .galleryDesc,
.slider-navigation img {
    display: none;
}

@media (min-width: 768px) {
    .slider-navigation {
        display: block;
    }
    .slider-navigation .slick-track {
        margin-right: auto;
        margin-left: auto;
    }
    .slider-navigation .slick-slide {
        margin-right: 16px;
        border: 5px solid #fff;
    }
    .slider-navigation .slick-slide.slick-current {
        border-color: #1d307b;
    }
    .slider-navigation .slick-slide:hover {
        cursor: pointer;
        border-color: #c93;
    }
    .slider-navigation img {
        display: block;
        width: 100%;
        height: auto;
    }
}

.staff-element {
    padding: 0;
    border: none;
}

.staff-element .caption {
    padding: 10px 0 0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
}

.staff-element .caption span {
    display: block;
}

.staff-element .caption span.staff-email:empty,
.staff-element .caption span.staff-job-title:empty,
.staff-element .caption span.staff-tel:empty {
    display: none;
}

.staff-element .caption span.staff-name {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: 0.025em;
    color: #1d307b;
}

.staff-element .caption span.staff-job-title {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.285714285714286;
    font-family: Lora, serif;
}

.staff-element .caption span.staff-email,
.staff-element .caption span.staff-tel {
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 1.0625;
    color: #c93;
}

.staff-element .caption span.staff-email a,
.staff-element .caption span.staff-tel a {
    text-decoration: none;
    color: #c93;
}

.staff-element .caption span.staff-email a:not(.btn),
.staff-element .caption span.staff-tel a:not(.btn) {
    text-decoration: underline;
}

.staff-element .caption span.staff-email a:not(.btn):focus,
.staff-element .caption span.staff-email a:not(.btn):hover,
.staff-element .caption span.staff-tel a:not(.btn):focus,
.staff-element .caption span.staff-tel a:not(.btn):hover {
    text-decoration: underline;
    color: #1d307b;
}

.staff-element .caption span.staff-nmls {
    margin-bottom: 35px;
    font-size: 10px;
    line-height: 1.416666666666667;
    color: #c93;
}

.staff-photo {
    padding: 0;
    border: none;
}

.staff-photo .caption {
    padding: 10px 0 0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
}

.staff-photo .caption span {
    display: block;
}

.atm_location td .address .extended_address,
.comparison.stacktable>tbody>tr>th:empty,
.locations+.contact,
.our-team.stacktable.small-only .st-key,
.our-team.stacktable.small-only.misc .nmls,
.our-team.stacktable.small-only.misc .title,
.rates.stacktable>tbody>tr>th:empty,
.staff-photo .caption span.staff-email:empty,
.staff-photo .caption span.staff-job-title:empty,
.staff-photo .caption span.staff-tel:empty {
    display: none;
}

.staff-photo .caption span.staff-name {
    margin-bottom: 5px;
    line-height: 1.15;
    letter-spacing: 0.025em;
    color: #1d307b;
}

.staff-photo .caption span.staff-job-title {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.285714285714286;
    font-family: Lora, serif;
}

.comparison th,
.rates th {
    font-weight: 600;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.staff-photo .caption span.staff-email,
.staff-photo .caption span.staff-tel {
    margin-bottom: 2px;
    line-height: 1.0625;
    color: #c93;
}

.staff-photo .caption span.staff-email a,
.staff-photo .caption span.staff-tel a {
    text-decoration: none;
    color: #c93;
}

.staff-photo .caption span.staff-email a:not(.btn),
.staff-photo .caption span.staff-tel a:not(.btn) {
    text-decoration: underline;
}

.staff-photo .caption span.staff-email a:not(.btn):focus,
.staff-photo .caption span.staff-email a:not(.btn):hover,
.staff-photo .caption span.staff-tel a:not(.btn):focus,
.staff-photo .caption span.staff-tel a:not(.btn):hover {
    text-decoration: underline;
    color: #1d307b;
}

.staff-photo .caption span.staff-nmls {
    margin-bottom: 35px;
    font-size: 10px;
    line-height: 1.416666666666667;
    color: #c93;
}

.staff-photo .caption span.staff-email,
.staff-photo .caption span.staff-name,
.staff-photo .caption span.staff-tel {
    font-size: 14px;
}

.comparison th,
.comparison>tbody>tr>td,
.rates th,
.rates>tbody>tr>td,
.rates>thead>tr>th {
    font-size: 16px;
}

.comparison th,
.rates th {
    color: #c93;
}

.comparison>thead,
.rates>thead {
    border-top: 1px solid #1d307b;
    border-right: 1px solid #1d307b;
    border-left: 1px solid #1d307b;
    border-bottom: 6px solid #c93;
}

.comparison>thead>tr>th,
.rates>thead>tr>th {
    padding-top: 30px;
    padding-bottom: 30px;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #1d307b;
    border: none;
}

.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>td,
.comparison>tbody>tr>th,
.rates>tbody>tr>td,
.rates>tbody>tr>th {
    vertical-align: middle;
    text-align: center;
    border-width: 1px;
}

.comparison.stacktable>tbody>tr>th[scope="col"],
.rates.stacktable>tbody>tr>th[scope="col"] {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background: #1d307b;
    border-top: 1px solid #1d307b;
    border-left: 1px solid #1d307b;
    border-right: 1px solid #1d307b;
    border-bottom: 6px solid #c93;
}

.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: 24px;
    border: 1px solid #ddd;
}

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

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

.rates .table {
    background-color: #fff;
}

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

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

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

.rates th {
    color: #c93;
}

.rates>thead {
    border-top: 1px solid #1d307b;
    border-right: 1px solid #1d307b;
    border-left: 1px solid #1d307b;
    border-bottom: 6px solid #c93;
}

.rates>thead>tr>th {
    padding-top: 30px;
    padding-bottom: 30px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background: #1d307b;
    border: none;
}

.rates>thead>tr>th:first-child {
    border-left: none;
}

.rates>thead>tr>th:last-child {
    border-right: none;
}

.rates>tbody>tr>td,
.rates>tbody>tr>th {
    vertical-align: middle;
    text-align: center;
    border-width: 1px;
}

.rates.stacktable>tbody>tr>th[scope="col"] {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background: #1d307b;
    border-top: 1px solid #1d307b;
    border-left: 1px solid #1d307b;
    border-right: 1px solid #1d307b;
    border-bottom: 6px solid #c93;
}

.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,
    .rates .rate {
        width: 25%;
    }
    .rates .apy {
        width: 20%;
    }
}

.our-team {
    margin: 32px 0;
}

.our-team tbody th,
.our-team.stacktable.small-only.branch-heading-table .st-val {
    margin-top: 0;
    margin-bottom: 16px;
    font-family: Lora, serif;
    letter-spacing: 0;
}

.our-team td,
.our-team th {
    padding-bottom: 15px;
    vertical-align: top;
}

.our-team thead th {
    padding-bottom: 30px;
    white-space: nowrap;
}

.our-team thead th+th {
    padding-left: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .our-team {
        font-size: 13px;
    }
    .our-team thead th+th {
        padding-left: 5px;
    }
}

.our-team tbody th {
    line-height: 35px;
    color: #1d307b;
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 24px;
}

.our-team tbody th .small,
.our-team tbody th small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 65%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .our-team tbody th {
        font-size: 20px;
    }
}

.our-team tbody td {
    line-height: 1.2;
}

.our-team tbody td+td,
.our-team tbody th+td {
    padding-left: 15px;
}

.our-team tbody .name {
    font-weight: 700;
}

.our-team.stacktable.small-only {
    width: 100%;
}

.our-team.stacktable.small-only .st-val {
    padding: 0 0 5px;
}

.our-team.stacktable.small-only .st-val.nmls {
    font-size: 14px;
}

.our-team.stacktable.small-only.branch-heading-table .st-val {
    line-height: 35px;
    color: #1d307b;
    font-weight: 700;
    font-size: 24px;
}

.our-team.stacktable.small-only.branch-heading-table .st-val .small,
.our-team.stacktable.small-only.branch-heading-table .st-val small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 65%;
}

.our-team-condensed {
    width: 100%;
    margin: 32px 0;
    font-size: 12px;
}

@media (max-width: 991px) {
    .our-team-condensed {
        font-size: 10px;
    }
}

.our-team-condensed td,
.our-team-condensed th {
    font-size: 12px;
    padding-bottom: 4px;
    vertical-align: top;
    line-height: 1;
    white-space: nowrap;
}

.our-team-condensed thead th {
    padding-bottom: 16px;
}

.our-team-condensed td+td,
.our-team-condensed th+td,
.our-team-condensed th+th {
    padding-left: 10px;
}

.our-team-condensed hr {
    margin-top: 12px;
    margin-bottom: 12px;
}

.our-team-condensed tbody .name {
    font-weight: 600;
}

.locations {
    margin-bottom: 70px;
}

.locations .or {
    text-align: left;
    font-weight: 700;
}

.locations .form-control#zipcode {
    width: 90px;
}

.locations fieldset {
    margin-top: 25px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .locations fieldset {
        margin-bottom: 3px;
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .slider-for img {
        max-height: 600px;
    }
    .locations fieldset {
        margin-bottom: 25px;
    }
}

.locations .input-group-addon {
    padding-left: 7px;
    background: 0 0;
    border: none;
}

#page-content #map_canvas img {
    float: none;
    margin-left: 0;
    margin-bottom: 0;
    max-width: none;
}

#map_canvas {
    margin-bottom: 20px;
    height: 400px;
    background: #ccc;
}

.locations {
    table-layout: fixed;
    margin: 0 0 40px;
}

.locations h3 {
    padding: 10px 10px 0 0;
    font-size: 18px;
    line-height: 20px;
}

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

.locations .location>td {
    font: 14px/18px Trebuchet, "Trebuchet MS", "Fira Sans", Verdana, sans-serif;
    vertical-align: top;
    border-bottom: 1px solid #b6b6b6;
}

@media screen and (min-width: 600px) {
    .or {
        text-align: center;
    }
    .location .contact,
    .location .street {
        margin-right: 10px !important;
        padding-left: 10px !important;
        border-right: 1px solid #eee;
    }
    .location td.hours {
        padding-left: 10px !important;
    }
}

.location td .street {
    padding: 20px 0 0;
    width: 175px;
}

.location td .street p.has_atm {
    font-style: italic;
}

.location td .street p.has_atm img {
    float: left;
    margin-right: 5px;
}

.location td .contact {
    padding: 20px 0 0;
    width: 210px;
}

.location td .hours {
    padding: 20px 0 0;
    width: 275px;
}

.location td .hours td {
    border-right: none !important;
}

.location td .hours tbody tr:nth-child(even) {
    background-color: #f6f6f6;
}

.location .street h3 {
    color: #1d307b;
}

.location table .hours {
    width: 100%;
    margin: 0 0 20px;
}

.location table .hours th {
    width: 130px;
    font-weight: 400;
    text-align: left;
}

.location table .hours td {
    border: none;
}

.atm_location td {
    font: 14px/18px Trebuchet, "Trebuchet MS", "Fira Sans", Verdana, sans-serif;
    white-space: nowrap;
    vertical-align: top;
}

.blog-feed-post time,
header.content-header .transparent-bg h1 small {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.atm_location td .name {
    width: 275px;
}

.atm_location td .address address {
    margin: 0;
}

.atm_location td .distance {
    width: 100px;
}

@media screen and (max-width: 600px) {
    .location .street h3,
    table.locations+h2 {
        font-weight: 400;
        font-size: 30px;
        line-height: normal;
    }
    #map_canvas,
    #map_canvas+div {
        display: none;
    }
    .atm_location .name,
    .location .contact,
    .location .hours,
    .location .street {
        display: block;
        width: 100%;
    }
    .locations {
        width: 100%;
    }
    form.locations+h2 {
        padding-bottom: 15px;
        border-bottom: 1px solid #b6b6b6;
    }
    .location .street {
        border: none;
        padding-top: 40px;
    }
    .location .street p.has_atm {
        margin-bottom: 15px;
    }
    .location .street h3 {
        margin: 0 0 15px;
    }
    .location .contact {
        padding: 0;
        border: none;
    }
    .location .contact h3 {
        padding-right: 10px;
    }
    .location .hours {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .location address {
        margin-bottom: 5px;
    }
    .location table .hours {
        margin-bottom: 15px;
    }
    table.locations+h2 {
        margin: 0 0 15px;
    }
    .atm_location .name {
        border: none;
    }
    .atm_location .name br {
        display: none;
    }
    .atm_location .name a {
        display: block;
        margin-top: 15px;
    }
    .atm_location .name h3 {
        margin-top: 15px;
        margin-bottom: -15px;
    }
    .atm_location .address {
        display: block;
        width: 100%;
        border: none;
    }
    .atm_location .distance {
        display: block;
        width: 100%;
    }
    .atm_location .distance br,
    .atm_location .distance h3 {
        display: none;
    }
    #results {
        width: auto;
    }
}

.shazam-map-separator {
    margin: 50px 0;
}

.row .content {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .row .content {
        float: left;
        width: 66.66666667%;
        left: 33.33333333%;
    }
}

@media (min-width: 992px) {
    .row .content {
        float: left;
        width: 75%;
        left: 25%;
    }
}

.equal-height-columns .content {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

header.content-header {
    background: #e2e2e2;
}

header.content-header .container {
    background-color: #f9f9f9;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

header.content-header .container .row>div {
    margin-top: 210px;
}

header.content-header .transparent-bg {
    width: 100vw;
    margin-left: -15px;
    background-color: rgba(223, 223, 223, 0.9);
    padding: 35px 15px;
}

header.content-header .transparent-bg h1 {
    margin: 0;
    line-height: 1;
}

header.content-header .transparent-bg h1 small {
    display: block;
    margin-top: 15px;
    font-size: 22px;
    line-height: 26px;
    text-transform: none;
    color: #36383a;
}

header.content-header .transparent-bg h1 small::after {
    content: "";
    display: block;
    width: 70px;
    margin-top: 20px;
    border-top: 2px solid #3e3e3e;
}

@media (min-width: 768px) {
    header.content-header .container {
        background-clip: content-box;
        background-color: transparent;
        overflow: hidden;
        padding-left: 0;
    }
    header.content-header .container .row>div {
        margin-top: 0;
    }
    header.content-header .transparent-bg {
        display: inline-block;
        width: 44%;
        margin-left: 0;
        padding: 95px 30px;
    }
}

@media (min-width: 992px) {
    header.content-header .transparent-bg {
        width: 33%;
    }
}

@media (min-width: 1200px) {
    header.content-header .container {
        padding-left: 15px;
        background: url("bg1.jpg") 0 0 / 100% 100% !important;
    }
    header.content-header .transparent-bg {
        width: 28%;
    }
}

.content h2.KJEDefinitionsHeader {
    font-size: 30px;
    color: #1d307b;
}

.content .KJEDefinitions dl {
    padding-left: 0;
}

.content .KJEDefinitions dt {
    text-transform: uppercase;
    color: #c93;
    font-weight: 400;
}

.content .KJEDefinitions dd {
    color: #36383a;
    margin-left: 0;
}

.content .dinkytown-calculator-disclaimer p {
    line-height: 1;
}

.content .dinkytown-calculator-disclaimer p small {
    font-size: 12px;
}

.hr+h2,
.hr+h3 {
    margin-bottom: 32px;
}

.site-content {
    background-color: #fff;
}

.content {
    padding-top: 35px;
}

.content a:not(.btn) {
    text-decoration: underline;
}

.content a:not(.btn):focus,
.content a:not(.btn):hover {
    text-decoration: underline;
    color: #1d307b;
}

.content> :last-child {
    margin-bottom: 40px;
}

.img-responsive.pull-right {
    margin: 0 0 16px 16px;
}

.img-responsive.pull-left {
    margin: 0 16px 16px 0;
}

.img-responsive.no-float {
    float: none !important;
}

.img-responsive.pull-left.no-float,
.img-responsive.pull-right.no-float {
    display: inline-block;
}

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

.content header.article-header nav {
    float: left;
    margin: 0 0 16px;
    padding: 30px;
    font-size: 14px;
    background: #1d307b;
}

.content header.article-header nav a:focus,
.content header.article-header nav a:hover {
    color: #fff;
}

div.content-header {
    width: 100vw;
    margin-left: -15px;
    border-bottom: 8px solid #ddd;
}

@media (min-width: 768px) {
    div.content-header {
        width: calc(100% + 30px + 15px);
        margin-left: -30px;
    }
    .blog-feed-post {
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 30px;
        border-left: 10px solid #1d307b;
    }
}

div.content-header picture .img-responsive {
    width: 100%;
}

.site-content .community1,
.site-content .community2 {
    width: 100%;
    display: block;
}

@media (min-width: 992px) {
    .site-content .community1 {
        float: left;
        width: 55%;
    }
    .site-content .community2 {
        float: right;
        max-width: 280px;
    }
}

@media (min-width: 1200px) {
    .site-content .community1 {
        float: left;
        width: 63%;
    }
}

.app-download img {
    display: inline-block;
    width: auto;
    height: 40px;
}

.app-download+.app-download img {
    margin-top: 16px;
}

@media (min-width: 337px) {
    .app-download+.app-download img {
        margin-top: 0;
    }
}

@media speech {
    .privacy_table caption {
        display: block;
    }
}

.blog-feed-post {
    margin-top: 48px;
    margin-bottom: 48px;
}

.blog-feed-post h3 {
    margin-bottom: 5px;
}

.blog-feed-post time {
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0;
    color: #36383a;
}

.blog-feed-post time .small,
.blog-feed-post time small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 75%;
}

.blog-feed-post time::after {
    content: " â€¢";
    display: inline;
    margin-left: 0.5em;
    font-size: 18px;
    font-family: Lora, 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 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #c93;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0;
}

.blog-feed-post .read-more .small,
.blog-feed-post .read-more small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    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;
}

.mainlist,
.resultlist .title {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

.content .blog-feed-post .read-more a,
.content .blog-feed-post h3 a {
    text-decoration: none;
}

.content .blog-feed-post .read-more a:active,
.content .blog-feed-post .read-more a:hover,
.content .blog-feed-post h3 a:active,
.content .blog-feed-post h3 a:hover {
    text-decoration: underline;
}

.search-form .search-box label {
    display: block;
}

.mainlist .navdown,
.resultlist .navup,
.resultlist .title .sml,
.resultlist .url strong,
.searchBox {
    display: none;
}

.mainlist {
    margin-top: 0;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: inherit;
    margin-bottom: 16px;
}

.mainlist .small,
.mainlist small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 75%;
}

.mainlist strong {
    font-weight: 400;
}

.resultlist {
    margin-top: 56px;
    margin-bottom: 56px;
}

.resultlist .title {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0;
    color: #c93;
}

.resultlist .title .small,
.resultlist .title small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 65%;
}

.resultlist .title a {
    text-decoration: none;
}

.resultlist .title a:focus,
.resultlist .title a:hover {
    text-decoration: underline;
}

.resultlist .url {
    font-size: 16px;
    text-transform: none;
}

.resultlist .mak_1,
.resultlist .mak_2 {
    display: inline-block;
    padding-right: 4px;
    padding-left: 4px;
    color: #fff;
    background-color: #c93;
}

.sitemap-container {
    margin-right: -15px;
    margin-left: -15px;
}

.sitemap-container hr {
    display: none;
}

.sitemap-container .sitemap-column {
    margin-bottom: 32px;
    padding-left: 15px;
    padding-right: 15px;
    list-style: none;
}

.sitemap-container .sitemap-column>li>a,
.sitemap-container .sitemap-column>li>span {
    margin-top: 0;
    margin-bottom: 16px;
    font-family: Lora, serif;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0;
    color: #1d307b;
    font-weight: 700;
}

.sitemap-container .sitemap-column>li>a .small,
.sitemap-container .sitemap-column>li>a small,
.sitemap-container .sitemap-column>li>span .small,
.sitemap-container .sitemap-column>li>span small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 65%;
}

.sitemap-container .sitemap-column>li>a {
    text-decoration: none;
}

.sitemap-container .sitemap-column>li>a:focus,
.sitemap-container .sitemap-column>li>a:hover {
    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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .sitemap-container .sitemap-column {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }
}

.homepage-alert-box {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 25px;
    color: #fff;
}

.homepage-alert-box.announcement,
.homepage-alert-box.maintenance,
.homepage-alert-box.warning {
    background: #c93;
}

.homepage-alert-box .alert-message {
    padding: 15px;
    border: none;
}

.homepage-alert-box .alert-message> :last-child {
    margin-bottom: 0;
}

.homepage-alert-box img {
    display: block;
    width: 70px;
    height: 70px;
    margin-bottom: 16px;
}

.homepage-alert-box .h2 {
    margin-bottom: 10px;
    letter-spacing: 0.025em;
    color: #fff;
}

.homepage-alert-box p:not(.h2) {
    font-size: 16px;
}

@media (min-width: 768px) {
    .homepage-alert-box {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .homepage-alert-box .alert-message {
        padding: 25px 35px;
    }
    .homepage-alert-box img {
        float: left;
        margin-right: 25px;
        margin-bottom: 0;
    }
    .homepage-alert-box .h3,
    .homepage-alert-box p {
        margin-left: 96px;
    }
}

@media (min-width: 992px) {
    .sitemap-container .sitemap-column {
        -ms-flex-preferred-size: 33.333333333%;
        flex-basis: 33.333333333%;
    }
    .homepage-alert-box .alert-message {
        padding: 25px 80px 25px 35px;
    }
}

body.home .homepage-alert-box {
    margin: 0;
}

body.home main .hr,
body.home main hr,
body:not(.home) .homepage-alert-box {
    display: none;
}

body.home main section> :last-child {
    margin-bottom: 0;
}

body.home main section h2 {
    margin-top: 0;
    margin-bottom: 16px;
    font-family: Lora, serif;
    line-height: normal;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0;
    color: #1d307b;
}

body.home main section h2 .small,
body.home main section h2 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 65%;
}

body.home main section .form-control {
    border-color: #fff;
}

body.home main section .btn {
    max-width: 290px;
}

@media (min-width: 768px) {
    body.home main section h2 {
        padding-bottom: 0;
        border-bottom: none;
    }
    body.home main section p {
        font-size: 18px;
        line-height: 23px;
    }
    body.home main section .form-inline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    body.home main section .form-inline .form-group {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: 15px;
    }
    body.home main section .form-inline .form-group .form-control {
        width: 100%;
    }
    body.home main section .form-inline .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: auto;
        max-width: none;
    }
    body.home main .hr,
    body.home main hr {
        display: block;
    }
    body.home main .hr::before,
    body.home main hr::before {
        background-color: #1d307b;
    }
}

.homepage-carousel {
    padding-bottom: 40px;
}

.homepage-carousel .slick-next,
.homepage-carousel .slick-prev {
    top: 155px;
}

.homepage-carousel .slick-dots {
    bottom: 40px;
}

.homepage-carousel .slick-dots li,
.homepage-carousel .slick-dots li button,
.homepage-carousel .slick-dots li button::before {
    width: 40px;
    height: 40px;
}

.homepage-carousel .slick-dots li button::before {
    font-size: 25px;
    line-height: 45px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

.homepage-carousel .slick-dots .slick-active button::before,
.homepage-carousel .slick-dots li button::before {
    color: #1d307b;
}

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

.homepage-carousel .slide {
    padding-bottom: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    .homepage-carousel .slide {
        background: 0 0 !important;
    }
}

.homepage-carousel .slide .img-container {
    position: relative;
    height: 200px;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

.homepage-carousel .slide .img-container .img-responsive {
    display: none;
}

.homepage-carousel .slide-text {
    margin-top: 20px;
}

.homepage-carousel .slide-text h2 {
    padding: 0;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0;
    border: none;
}

.homepage-carousel .slide-text p {
    font-size: 18px;
    line-height: 22px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
    .homepage-carousel .slick-dots {
        bottom: 50px;
    }
    .homepage-carousel .slick-dots .slick-active button::before,
    .homepage-carousel .slick-dots li button::before {
        color: #fff;
    }
    .homepage-carousel .slide .img-container {
        display: none;
    }
    .homepage-carousel .slick-next,
    .homepage-carousel .slick-prev {
        top: 250px;
    }
    .homepage-carousel .slide {
        height: 535px !important;
        padding-bottom: 0;
    }
    .homepage-carousel .slide img {
        display: none;
    }
    .homepage-carousel .slide-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 50px;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
        background: rgba(0, 0, 0, 0.25);
    }
    .homepage-carousel .slide-text h2 {
        max-width: 991px;
        margin-bottom: 10px;
        font-size: 60px;
        line-height: 68px;
        color: #fff;
    }
    .homepage-carousel .slide-text p {
        max-width: 991px;
        font-size: 20px;
        line-height: 28px;
        color: #fff;
    }
    .homepage-carousel .slide-text .btn {
        text-shadow: none;
    }
}

body.home main .homepage-callouts {
    background: 0 0;
}

body.home main .homepage-callouts .service {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 500px) {
    body.home main .homepage-callouts .service {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    body.home main .homepage-callouts .service {
        float: left;
        width: 25%;
    }
}

body.home main .homepage-callouts .thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 148px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    text-align: center;
    background: #f2f2f2;
    border: none;
}

body.home main .homepage-callouts .thumbnail a {
    color: #1d307b;
}

body.home main .homepage-callouts .thumbnail img,
body.home main .homepage-callouts .thumbnail svg {
    display: block;
    width: 90px;
    height: 90px;
    margin: 40px auto 16px;
}

body.home main .homepage-callouts .thumbnail h3 {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #1d307b;
}

body.home main .homepage-callouts .thumbnail:focus,
body.home main .homepage-callouts .thumbnail:hover {
    background-color: #1d307b;
}

body.home main .homepage-callouts .thumbnail:focus img,
body.home main .homepage-callouts .thumbnail:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    body.home main .homepage-callouts .thumbnail:focus img,
    body.home main .homepage-callouts .thumbnail:hover img {
        -webkit-filter: none;
        filter: none;
        background: #f2f2f2;
        border-radius: 100%;
    }
}

body.home main .homepage-callouts .thumbnail:focus svg .cls-1,
body.home main .homepage-callouts .thumbnail:hover svg .cls-1 {
    fill: #f9f9f9;
}

body.home main .homepage-callouts .thumbnail:focus h3,
body.home main .homepage-callouts .thumbnail:hover h3 {
    color: #f9f9f9;
}

body.home main .homepage-callouts .thumbnail:focus a,
body.home main .homepage-callouts .thumbnail:hover a {
    text-decoration: none;
}

@media (min-width: 768px) {
    body.home main .homepage-callouts {
        margin-bottom: 90px;
        margin-top: 20px;
    }
    body.home main .homepage-callouts .thumbnail {
        margin-bottom: 0;
    }
    body.home main .homepage-callouts .thumbnail img,
    body.home main .homepage-callouts .thumbnail svg {
        margin-top: 30px;
        margin-bottom: 10px;
        max-width: 60px;
        max-height: 60px;
    }
    body.home main .homepage-callouts .thumbnail h3 {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 18px;
    }
}

body.home main .homepage-about {
    background: #fff;
    margin-bottom: 50px;
}

body.home main .homepage-about .btn {
    margin: auto;
    display: block;
    width: 100%;
}

body.home main .homepage-about img {
    width: 100%;
}

body.home main .homepage-about .col-sm-5 h2 {
    margin-top: 20px;
}

body.home main .homepage-about .about-blurbs {
    margin-bottom: 10px;
}

body.home main .homepage-about .about-blurbs img {
    margin-bottom: 25px;
}

body.home main .homepage-about .about-blurbs h3 {
    line-height: 25px !important;
    font-size: 22px !important;
    margin-top: 0;
    margin-bottom: 16px;
    font-family: Lora, serif;
    letter-spacing: 0;
    color: #1d307b;
    font-weight: 700;
    text-transform: none;
}

body.home main .homepage-about .about-blurbs h3 .small,
body.home main .homepage-about .about-blurbs h3 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 65%;
}

body.home main .homepage-about .about-blurbs:last-child {
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    body.home main .homepage-about {
        margin-bottom: 100px;
    }
    body.home main .homepage-about .btn {
        float: left;
    }
    body.home main .homepage-about .about-blurbs {
        display: block;
        margin-bottom: 10px;
    }
    body.home main .homepage-about .about-blurbs:after,
    body.home main .homepage-about .about-blurbs:before {
        content: " ";
        display: table;
    }
    body.home main .homepage-about .about-blurbs:after {
        clear: both;
    }
    body.home main .homepage-about .about-blurbs img {
        width: 210px;
        margin-right: 15px;
        margin-bottom: 15px;
        float: left;
    }
    body.home main .homepage-about .about-blurbs h3 {
        margin-top: 0;
        margin-bottom: 16px;
        font-family: Lora, serif;
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 0;
        color: #1d307b;
        font-weight: 700;
        text-transform: none;
    }
    body.home main .homepage-about .about-blurbs h3 .small,
    body.home main .homepage-about .about-blurbs h3 small {
        font-weight: 400;
        line-height: 1;
        color: #777;
        font-size: 65%;
    }
}

@media (max-width: 990px) and (min-width: 768px) {
    body.home main .homepage-about {
        margin-bottom: 65px;
    }
    body.home main .homepage-about .about-blurbs img {
        display: none;
    }
    body.home main .homepage-about .about-blurbs h3 {
        margin-bottom: 8px;
    }
    body.home main .homepage-about .about-blurbs p {
        margin-bottom: 10px;
    }
}

.homepage-quicklinks {
    /* background: url(../images/button-section-background.jpg) bottom center no-repeat #f9f9f9; */
    background-size: cover;
    padding-bottom: 60px;
}

.homepage-quicklinks .quicklinks-heading {
    text-align: center;
    margin: auto;
    padding-top: 70px;
    max-width: 515px;
}

.homepage-quicklinks .quicklinks-heading p a {
    margin: auto;
}

.homepage-quicklinks img {
    margin-bottom: 25px;
    margin-top: 30px;
    height: auto;
    width: 50px;
}

.homepage-quicklinks .quicklinks {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    text-align: center;
}

.homepage-quicklinks .quicklinks .quicklinks-height {
    position: relative;
}

@media (min-width: 768px) {
    .homepage-quicklinks .quicklinks {
        float: left;
        width: 33.33333333%;
    }
    .homepage-quicklinks .quicklinks .quicklinks-height p:first-of-type {
        padding-bottom: calc(40px + 15px);
    }
    .homepage-quicklinks .quicklinks .btn {
        position: absolute;
        bottom: 0;
        left: 2%;
        max-width: 200px;
    }
}

.homepage-quicklinks .quicklinks .btn {
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
}

.landing-page .site-footer .footer-utility-links li,
.site-footer .footer-utility-links li.home {
    display: none;
}

@media (min-width: 992px) {
    .homepage-quicklinks .quicklinks .btn {
        left: 14%;
    }
}

@media (min-width: 1200px) {
    .homepage-quicklinks .quicklinks .btn {
        left: 20%;
    }
}

.homepage-quicklinks .quicklinks h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.025em;
}

.homepage-newsletter {
    background: #fff;
}

@media (min-width: 768px) {
    .homepage-quicklinks {
        padding-bottom: 110px;
    }
    .landing-page .site-header .logo {
        width: 295px;
        height: 64px;
    }
}

.landing-page .site-footer .footer-utility-links li.home,
.landing-page .site-footer .footer-utility-links li.privacy-policy {
    display: block;
}

.branch-info {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.branch-info h3 {
    margin-bottom: 20px;
    font-size: 20px;
}

.branch-info .branch-cols .atm,
.branch-info .branch-cols .mailing {
    margin-top: 15px;
}

.branch-info .branch-cols .branch-name {
    color: #1d307b;
}

.branch-info .branch-cols span {
    display: block;
    width: 100%;
}

@media (min-width: 768px) {
    .branch-cols {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 32%;
        flex: 0 1 32%;
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .branch-cols {
        -webkit-box-flex: 2;
        -ms-flex: 2 1 auto;
        flex: 2 1 auto;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .branch-cols,
    .branch-info {
        float: none;
        display: block;
    }
    .branch-cols {
        width: 100%;
        margin-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ededee;
    }
    .branch-cols h3 {
        margin-bottom: 5px;
    }
}

.branch-column-separator {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    min-width: 1px;
}

.branch-column-separator::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 2px);
    height: 100%;
    border-left: 1px solid #ededee;
}

#cms_overall:not(.cms_staging) #online-banking-login-desktop,
#cms_overall:not(.cms_staging) .navbar-form,
.cms_hideme {
    display: none;
}

@media (min-width: 768px) and (max-width: 992px) {
    .branch-column-separator {
        display: none;
    }
}

#cms_overall .globalcmsnav {
    box-sizing: initial;
}

#cms_overall .cmselemdelete img,
#cms_overall .cmselemtitle img {
    width: auto;
}

#cms_overall .content .thumbnail {
    width: 130px;
}

#cms_overall:not(.cms_staging) .homepage-carousel .slide {
    height: auto !important;
    position: relative;
}

#cms_overall:not(.cms_staging) .homepage-carousel .slide .img-container {
    float: left;
}

@media (min-width: 768px) {
    #cms_overall:not(.cms_staging) .homepage-carousel .slide .img-container {
        display: block;
    }
}

#cms_overall:not(.cms_staging) .homepage-carousel .slide .img-responsive {
    display: block;
    width: 300px;
    height: auto;
    margin-right: 15px;
    margin-bottom: 30px;
}

#cms_overall:not(.cms_staging) .homepage-carousel .slide .slide-text {
    position: static;
    display: block;
    padding-top: 0;
}

#cms_overall:not(.cms_staging) .homepage-carousel img {
    visibility: visible;
}

#cms_overall:not(.cms_staging) .homepage-callouts {
    margin-top: 0;
}

#cms_overall .slider-for {
    height: auto;
}

body.blog #cms_overall .side-nav {
    display: none;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@media print {
    .container {
        width: auto;
    }
    .content-header,
    .footer-utility-links,
    .header-utility-links,
    .home main .homepage-callouts .callouts-svg,
    .homepage-about img,
    .homepage-quicklinks img,
    .navbar-default .navbar-collapse.collapse,
    .navbar-default .navbar-nav,
    .online-banking-login,
    .site-footer .flex-container,
    .site-footer .navbar-nav,
    .site-sidebar {
        display: none !important;
    }
    .equal-height-columns .content {
        margin-bottom: 0;
        padding-bottom: 30px;
    }
    .site-footer {
        margin-top: 16px;
        border-top: 1px solid #000;
    }
    .btn-primary {
        border: none;
    }
    .site-header .navbar {
        display: block;
        margin-bottom: 16px;
        border-bottom: 1px solid #000;
    }
    .container>.navbar-header {
        position: static;
    }
    .container>.navbar-header a[href]:after {
        content: "";
    }
    .container>.navbar-header img {
        display: block;
        width: 215px;
        height: 49px;
    }
    #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=labette-bank-2018-07-20-11-01-15-CDT.min.css.map */

.form-wrapper p:nth-child(3) {
    visibility: hidden;
}

.form-wrapper p:nth-child(4) {
    display: none;
}

a.social {
    pointer-events: none;
}

ul .slick-dots {
    display: none !important;
}

.footer-bank-info .phone {
    visibility: visible;
}

.site-footer-lower.container {
    display: block;
}

.equal-height-columns .content {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

header.content-header {
    background: #e2e2e2;
}

header.content-header .container {
    background-color: #f9f9f9;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

header.content-header .container .row>div {
    margin-top: 210px;
}

header.content-header .transparent-bg {
    width: 100vw;
    margin-left: -15px;
    background-color: rgba(223, 223, 223, 0.9);
    padding: 35px 15px;
}

header.content-header .transparent-bg h1 {
    margin: 0;
    line-height: 1;
}

header.content-header .transparent-bg h1 small {
    display: block;
    margin-top: 15px;
    font-size: 22px;
    line-height: 26px;
    text-transform: none;
    color: #36383a;
}

header.content-header .transparent-bg h1 small::after {
    content: "";
    display: block;
    width: 70px;
    margin-top: 20px;
    border-top: 2px solid #3e3e3e;
}

@media (min-width: 768px) {
    header.content-header .container {
        background-clip: content-box;
        background-color: transparent;
        overflow: hidden;
        padding-left: 0;
    }
    header.content-header .container .row>div {
        margin-top: 0;
    }
    header.content-header .transparent-bg {
        display: inline-block;
        width: 44%;
        margin-left: 0;
        padding: 95px 30px;
    }
}

@media (min-width: 992px) {
    header.content-header .transparent-bg {
        width: 33%;
    }
}

@media (min-width: 1200px) {
    header.content-header .container {
        padding-left: 15px;
        background: url("bg1.jpg") 0 0 / 100% 100% !important;
    }
    header.content-header .transparent-bg {
        width: 28%;
    }
}

.content h2.KJEDefinitionsHeader {
    font-size: 30px;
    color: #1d307b;
}

.content .KJEDefinitions dl {
    padding-left: 0;
}

.content .KJEDefinitions dt {
    text-transform: uppercase;
    color: #c93;
    font-weight: 400;
}

.content .KJEDefinitions dd {
    color: #36383a;
    margin-left: 0;
}

.content .dinkytown-calculator-disclaimer p {
    line-height: 1;
}

.content .dinkytown-calculator-disclaimer p small {
    font-size: 12px;
}

.hr+h2,
.hr+h3 {
    margin-bottom: 32px;
}

.site-content {
    background-color: #fff;
}

.content {
    padding-top: 35px;
}

.content a:not(.btn) {
    text-decoration: underline;
}

.content a:not(.btn):focus,
.content a:not(.btn):hover {
    text-decoration: underline;
    color: #1d307b;
}

.content> :last-child {
    margin-bottom: 40px;
}

.img-responsive.pull-right {
    margin: 0 0 16px 16px;
}

.img-responsive.pull-left {
    margin: 0 16px 16px 0;
}

.img-responsive.no-float {
    float: none !important;
}

.img-responsive.pull-left.no-float,
.img-responsive.pull-right.no-float {
    display: inline-block;
}

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

.content header.article-header nav {
    float: left;
    margin: 0 0 16px;
    padding: 30px;
    font-size: 14px;
    background: #1d307b;
}

.content header.article-header nav a:focus,
.content header.article-header nav a:hover {
    color: #fff;
}

div.content-header {
    width: 100vw;
    margin-left: -15px;
    border-bottom: 8px solid #ddd;
}

@media (min-width: 768px) {
    div.content-header {
        width: calc(100% + 30px + 15px);
        margin-left: -30px;
    }
    .blog-feed-post {
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 30px;
        border-left: 10px solid #1d307b;
    }
}

div.content-header picture .img-responsive {
    width: 100%;
}

.site-content .community1,
.site-content .community2 {
    width: 100%;
    display: block;
}

@media (min-width: 992px) {
    .site-content .community1 {
        float: left;
        width: 55%;
    }
    .site-content .community2 {
        float: right;
        max-width: 280px;
    }
}

@media (min-width: 1200px) {
    .site-content .community1 {
        float: left;
        width: 63%;
    }
}

.app-download img {
    display: inline-block;
    width: auto;
    height: 40px;
}

.app-download+.app-download img {
    margin-top: 16px;
}

@media (min-width: 337px) {
    .app-download+.app-download img {
        margin-top: 0;
    }
}

@media speech {
    .privacy_table caption {
        display: block;
    }
}

.blog-feed-post {
    margin-top: 48px;
    margin-bottom: 48px;
}

.blog-feed-post h3 {
    margin-bottom: 5px;
}

.blog-feed-post time {
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0;
    color: #36383a;
}

.blog-feed-post time .small,
.blog-feed-post time small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 75%;
}

.blog-feed-post time::after {
    content: " â€¢";
    display: inline;
    margin-left: 0.5em;
    font-size: 18px;
    font-family: Lora, 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 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #c93;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0;
}

.blog-feed-post .read-more .small,
.blog-feed-post .read-more small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    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;
}

.mainlist,
.resultlist .title {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

.content .blog-feed-post .read-more a,
.content .blog-feed-post h3 a {
    text-decoration: none;
}

.content .blog-feed-post .read-more a:active,
.content .blog-feed-post .read-more a:hover,
.content .blog-feed-post h3 a:active,
.content .blog-feed-post h3 a:hover {
    text-decoration: underline;
}

.search-form .search-box label {
    display: block;
}

.mainlist .navdown,
.resultlist .navup,
.resultlist .title .sml,
.resultlist .url strong,
.searchBox {
    display: none;
}

.mainlist {
    margin-top: 0;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: inherit;
    margin-bottom: 16px;
}

.mainlist .small,
.mainlist small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 75%;
}

.mainlist strong {
    font-weight: 400;
}

.resultlist {
    margin-top: 56px;
    margin-bottom: 56px;
}

.resultlist .title {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0;
    color: #c93;
}

.resultlist .title .small,
.resultlist .title small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 65%;
}

.resultlist .title a {
    text-decoration: none;
}

.resultlist .title a:focus,
.resultlist .title a:hover {
    text-decoration: underline;
}

.resultlist .url {
    font-size: 16px;
    text-transform: none;
}

.resultlist .mak_1,
.resultlist .mak_2 {
    display: inline-block;
    padding-right: 4px;
    padding-left: 4px;
    color: #fff;
    background-color: #c93;
}

.sitemap-container {
    margin-right: -15px;
    margin-left: -15px;
}

.sitemap-container hr {
    display: none;
}

.sitemap-container .sitemap-column {
    margin-bottom: 32px;
    padding-left: 15px;
    padding-right: 15px;
    list-style: none;
}

.sitemap-container .sitemap-column>li>a,
.sitemap-container .sitemap-column>li>span {
    margin-top: 0;
    margin-bottom: 16px;
    font-family: Lora, serif;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0;
    color: #1d307b;
    font-weight: 700;
}

.sitemap-container .sitemap-column>li>a .small,
.sitemap-container .sitemap-column>li>a small,
.sitemap-container .sitemap-column>li>span .small,
.sitemap-container .sitemap-column>li>span small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 65%;
}

.sitemap-container .sitemap-column>li>a {
    text-decoration: none;
}

.sitemap-container .sitemap-column>li>a:focus,
.sitemap-container .sitemap-column>li>a:hover {
    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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .sitemap-container .sitemap-column {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }
}

.homepage-alert-box {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 25px;
    color: #fff;
}

.homepage-alert-box.announcement,
.homepage-alert-box.maintenance,
.homepage-alert-box.warning {
    background: #c93;
}

.homepage-alert-box .alert-message {
    padding: 15px;
    border: none;
}

.homepage-alert-box .alert-message> :last-child {
    margin-bottom: 0;
}

.homepage-alert-box img {
    display: block;
    width: 70px;
    height: 70px;
    margin-bottom: 16px;
}

.homepage-alert-box .h2 {
    margin-bottom: 10px;
    letter-spacing: 0.025em;
    color: #fff;
}

.homepage-alert-box p:not(.h2) {
    font-size: 16px;
}

@media (min-width: 768px) {
    .homepage-alert-box {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .homepage-alert-box .alert-message {
        padding: 25px 35px;
    }
    .homepage-alert-box img {
        float: left;
        margin-right: 25px;
        margin-bottom: 0;
    }
    .homepage-alert-box .h3,
    .homepage-alert-box p {
        margin-left: 96px;
    }
}

@media (min-width: 992px) {
    .sitemap-container .sitemap-column {
        -ms-flex-preferred-size: 33.333333333%;
        flex-basis: 33.333333333%;
    }
    .homepage-alert-box .alert-message {
        padding: 25px 80px 25px 35px;
    }
}

body.home .homepage-alert-box {
    margin: 0;
}

body.home main .hr,
body.home main hr,
body:not(.home) .homepage-alert-box {
    display: none;
}

body.home main section> :last-child {
    margin-bottom: 0;
}

body.home main section h2 {
    margin-top: 0;
    margin-bottom: 16px;
    font-family: Lora, serif;
    line-height: normal;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0;
    color: #1d307b;
}

body.home main section h2 .small,
body.home main section h2 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 65%;
}

body.home main section .form-control {
    border-color: #fff;
}

body.home main section .btn {
    max-width: 290px;
}

@media (min-width: 768px) {
    body.home main section h2 {
        padding-bottom: 0;
        border-bottom: none;
    }
    body.home main section p {
        font-size: 18px;
        line-height: 23px;
    }
    body.home main section .form-inline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    body.home main section .form-inline .form-group {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: 15px;
    }
    body.home main section .form-inline .form-group .form-control {
        width: 100%;
    }
    body.home main section .form-inline .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: auto;
        max-width: none;
    }
    body.home main .hr,
    body.home main hr {
        display: block;
    }
    body.home main .hr::before,
    body.home main hr::before {
        background-color: #1d307b;
    }
}

.homepage-carousel {
    padding-bottom: 40px;
}

.homepage-carousel .slick-next,
.homepage-carousel .slick-prev {
    top: 155px;
}

.homepage-carousel .slick-dots {
    bottom: 40px;
}

.homepage-carousel .slick-dots li,
.homepage-carousel .slick-dots li button,
.homepage-carousel .slick-dots li button::before {
    width: 40px;
    height: 40px;
}

.homepage-carousel .slick-dots li button::before {
    font-size: 25px;
    line-height: 45px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

.homepage-carousel .slick-dots .slick-active button::before,
.homepage-carousel .slick-dots li button::before {
    color: #1d307b;
}

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

.homepage-carousel .slide {
    padding-bottom: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    .homepage-carousel .slide {
        background: 0 0 !important;
    }
}

.homepage-carousel .slide .img-container {
    position: relative;
    height: 200px;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

.homepage-carousel .slide .img-container .img-responsive {
    display: none;
}

.homepage-carousel .slide-text {
    margin-top: 20px;
}

.homepage-carousel .slide-text h2 {
    padding: 0;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0;
    border: none;
}

.homepage-carousel .slide-text p {
    font-size: 18px;
    line-height: 22px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
    .homepage-carousel .slick-dots {
        bottom: 50px;
    }
    .homepage-carousel .slick-dots .slick-active button::before,
    .homepage-carousel .slick-dots li button::before {
        color: #fff;
    }
    .homepage-carousel .slide .img-container {
        display: none;
    }
    .homepage-carousel .slick-next,
    .homepage-carousel .slick-prev {
        top: 250px;
    }
    .homepage-carousel .slide {
        height: 535px !important;
        padding-bottom: 0;
    }
    .homepage-carousel .slide img {
        display: none;
    }
    .homepage-carousel .slide-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 50px;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
        background: rgba(0, 0, 0, 0.25);
    }
    .homepage-carousel .slide-text h2 {
        max-width: 991px;
        margin-bottom: 10px;
        font-size: 60px;
        line-height: 68px;
        color: #fff;
    }
    .homepage-carousel .slide-text p {
        max-width: 991px;
        font-size: 20px;
        line-height: 28px;
        color: #fff;
    }
    .homepage-carousel .slide-text .btn {
        text-shadow: none;
    }
}

body.home main .homepage-callouts {
    background: 0 0;
}

body.home main .homepage-callouts .service {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 500px) {
    body.home main .homepage-callouts .service {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    body.home main .homepage-callouts .service {
        float: left;
        width: 25%;
    }
}

body.home main .homepage-callouts .thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 148px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    text-align: center;
    background: #f2f2f2;
    border: none;
}

body.home main .homepage-callouts .thumbnail a {
    color: #1d307b;
}

body.home main .homepage-callouts .thumbnail img,
body.home main .homepage-callouts .thumbnail svg {
    display: block;
    width: 90px;
    height: 90px;
    margin: 40px auto 16px;
}

body.home main .homepage-callouts .thumbnail h3 {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #1d307b;
}

body.home main .homepage-callouts .thumbnail:focus,
body.home main .homepage-callouts .thumbnail:hover {
    background-color: #1d307b;
}

body.home main .homepage-callouts .thumbnail:focus img,
body.home main .homepage-callouts .thumbnail:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    body.home main .homepage-callouts .thumbnail:focus img,
    body.home main .homepage-callouts .thumbnail:hover img {
        -webkit-filter: none;
        filter: none;
        background: #f2f2f2;
        border-radius: 100%;
    }
}

body.home main .homepage-callouts .thumbnail:focus svg .cls-1,
body.home main .homepage-callouts .thumbnail:hover svg .cls-1 {
    fill: #f9f9f9;
}

body.home main .homepage-callouts .thumbnail:focus h3,
body.home main .homepage-callouts .thumbnail:hover h3 {
    color: #f9f9f9;
}

body.home main .homepage-callouts .thumbnail:focus a,
body.home main .homepage-callouts .thumbnail:hover a {
    text-decoration: none;
}

@media (min-width: 768px) {
    body.home main .homepage-callouts {
        margin-bottom: 90px;
        margin-top: 20px;
    }
    body.home main .homepage-callouts .thumbnail {
        margin-bottom: 0;
    }
    body.home main .homepage-callouts .thumbnail img,
    body.home main .homepage-callouts .thumbnail svg {
        margin-top: 30px;
        margin-bottom: 10px;
        max-width: 60px;
        max-height: 60px;
    }
    body.home main .homepage-callouts .thumbnail h3 {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 18px;
    }
}

body.home main .homepage-about {
    background: #fff;
    margin-bottom: 50px;
}

body.home main .homepage-about .btn {
    margin: auto;
    display: block;
    width: 100%;
}

body.home main .homepage-about img {
    width: 100%;
}

body.home main .homepage-about .col-sm-5 h2 {
    margin-top: 20px;
}

body.home main .homepage-about .about-blurbs {
    margin-bottom: 10px;
}

body.home main .homepage-about .about-blurbs img {
    margin-bottom: 25px;
}

body.home main .homepage-about .about-blurbs h3 {
    line-height: 25px !important;
    font-size: 22px !important;
    margin-top: 0;
    margin-bottom: 16px;
    font-family: Lora, serif;
    letter-spacing: 0;
    color: #1d307b;
    font-weight: 700;
    text-transform: none;
}

body.home main .homepage-about .about-blurbs h3 .small,
body.home main .homepage-about .about-blurbs h3 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 65%;
}

body.home main .homepage-about .about-blurbs:last-child {
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    body.home main .homepage-about {
        margin-bottom: 100px;
    }
    body.home main .homepage-about .btn {
        float: left;
    }
    body.home main .homepage-about .about-blurbs {
        display: block;
        margin-bottom: 10px;
    }
    body.home main .homepage-about .about-blurbs:after,
    body.home main .homepage-about .about-blurbs:before {
        content: " ";
        display: table;
    }
    body.home main .homepage-about .about-blurbs:after {
        clear: both;
    }
    body.home main .homepage-about .about-blurbs img {
        width: 210px;
        margin-right: 15px;
        margin-bottom: 15px;
        float: left;
    }
    body.home main .homepage-about .about-blurbs h3 {
        margin-top: 0;
        margin-bottom: 16px;
        font-family: Lora, serif;
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 0;
        color: #1d307b;
        font-weight: 700;
        text-transform: none;
    }
    body.home main .homepage-about .about-blurbs h3 .small,
    body.home main .homepage-about .about-blurbs h3 small {
        font-weight: 400;
        line-height: 1;
        color: #777;
        font-size: 65%;
    }
}

@media (max-width: 990px) and (min-width: 768px) {
    body.home main .homepage-about {
        margin-bottom: 65px;
    }
    body.home main .homepage-about .about-blurbs img {
        display: none;
    }
    body.home main .homepage-about .about-blurbs h3 {
        margin-bottom: 8px;
    }
    body.home main .homepage-about .about-blurbs p {
        margin-bottom: 10px;
    }
}

.homepage-quicklinks {
    /* background: url(../images/button-section-background.jpg) bottom center no-repeat #f9f9f9; */
    background-size: cover;
    padding-bottom: 60px;
}

.homepage-quicklinks .quicklinks-heading {
    text-align: center;
    margin: auto;
    padding-top: 70px;
    max-width: 515px;
}

.homepage-quicklinks .quicklinks-heading p a {
    margin: auto;
}

.homepage-quicklinks img {
    margin-bottom: 25px;
    margin-top: 30px;
    height: auto;
    width: 50px;
}

.homepage-quicklinks .quicklinks {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    text-align: center;
}

.homepage-quicklinks .quicklinks .quicklinks-height {
    position: relative;
}

@media (min-width: 768px) {
    .homepage-quicklinks .quicklinks {
        float: left;
        width: 33.33333333%;
    }
    .homepage-quicklinks .quicklinks .quicklinks-height p:first-of-type {
        padding-bottom: calc(40px + 15px);
    }
    .homepage-quicklinks .quicklinks .btn {
        position: absolute;
        bottom: 0;
        left: 2%;
        max-width: 200px;
    }
}

.homepage-quicklinks .quicklinks .btn {
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
}

.landing-page .site-footer .footer-utility-links li,
.site-footer .footer-utility-links li.home {
    display: none;
}

@media (min-width: 992px) {
    .homepage-quicklinks .quicklinks .btn {
        left: 14%;
    }
}

@media (min-width: 1200px) {
    .homepage-quicklinks .quicklinks .btn {
        left: 20%;
    }
}

.homepage-quicklinks .quicklinks h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.025em;
}

.homepage-newsletter {
    background: #fff;
}

@media (min-width: 768px) {
    .homepage-quicklinks {
        padding-bottom: 110px;
    }
    .landing-page .site-header .logo {
        width: 295px;
        height: 64px;
    }
}

.landing-page .site-footer .footer-utility-links li.home,
.landing-page .site-footer .footer-utility-links li.privacy-policy {
    display: block;
}

.branch-info {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.branch-info h3 {
    margin-bottom: 20px;
    font-size: 20px;
}

.branch-info .branch-cols .atm,
.branch-info .branch-cols .mailing {
    margin-top: 15px;
}

.branch-info .branch-cols .branch-name {
    color: #1d307b;
}

.branch-info .branch-cols span {
    display: block;
    width: 100%;
}

@media (min-width: 768px) {
    .branch-cols {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 32%;
        flex: 0 1 32%;
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .branch-cols {
        -webkit-box-flex: 2;
        -ms-flex: 2 1 auto;
        flex: 2 1 auto;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .branch-cols,
    .branch-info {
        float: none;
        display: block;
    }
    .branch-cols {
        width: 100%;
        margin-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ededee;
    }
    .branch-cols h3 {
        margin-bottom: 5px;
    }
}

.branch-column-separator {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    min-width: 1px;
}

.branch-column-separator::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 2px);
    height: 100%;
    border-left: 1px solid #ededee;
}

#cms_overall:not(.cms_staging) #online-banking-login-desktop,
#cms_overall:not(.cms_staging) .navbar-form,
.cms_hideme {
    display: none;
}

@media (min-width: 768px) and (max-width: 992px) {
    .branch-column-separator {
        display: none;
    }
}

#cms_overall .globalcmsnav {
    box-sizing: initial;
}

#cms_overall .cmselemdelete img,
#cms_overall .cmselemtitle img {
    width: auto;
}

#cms_overall .content .thumbnail {
    width: 130px;
}

#cms_overall:not(.cms_staging) .homepage-carousel .slide {
    height: auto !important;
    position: relative;
}

#cms_overall:not(.cms_staging) .homepage-carousel .slide .img-container {
    float: left;
}

@media (min-width: 768px) {
    #cms_overall:not(.cms_staging) .homepage-carousel .slide .img-container {
        display: block;
    }
}

#cms_overall:not(.cms_staging) .homepage-carousel .slide .img-responsive {
    display: block;
    width: 300px;
    height: auto;
    margin-right: 15px;
    margin-bottom: 30px;
}

#cms_overall:not(.cms_staging) .homepage-carousel .slide .slide-text {
    position: static;
    display: block;
    padding-top: 0;
}

#cms_overall:not(.cms_staging) .homepage-carousel img {
    visibility: visible;
}

#cms_overall:not(.cms_staging) .homepage-callouts {
    margin-top: 0;
}

#cms_overall .slider-for {
    height: auto;
}

body.blog #cms_overall .side-nav {
    display: none;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@media print {
    .container {
        width: auto;
    }
    .content-header,
    .footer-utility-links,
    .header-utility-links,
    .home main .homepage-callouts .callouts-svg,
    .homepage-about img,
    .homepage-quicklinks img,
    .navbar-default .navbar-collapse.collapse,
    .navbar-default .navbar-nav,
    .online-banking-login,
    .site-footer .flex-container,
    .site-footer .navbar-nav,
    .site-sidebar {
        display: none !important;
    }
    .equal-height-columns .content {
        margin-bottom: 0;
        padding-bottom: 30px;
    }
    .site-footer {
        margin-top: 16px;
        border-top: 1px solid #000;
    }
    .btn-primary {
        border: none;
    }
    .site-header .navbar {
        display: block;
        margin-bottom: 16px;
        border-bottom: 1px solid #000;
    }
    .container>.navbar-header {
        position: static;
    }
    .container>.navbar-header a[href]:after {
        content: "";
    }
    .container>.navbar-header img {
        display: block;
        width: 215px;
        height: 49px;
    }
    #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=labette-bank-2018-07-20-11-01-15-CDT.min.css.map */

.form-wrapper p:nth-child(3) {
    visibility: hidden;
}

.form-wrapper p:nth-child(4) {
    display: none;
}

a.social {
    pointer-events: none;
}

ul .slick-dots {
    display: none !important;
}

.footer-bank-info .phone {
    visibility: visible;
}

.site-footer-lower.container {
    display: block;
}

display: block;

}