@charset "UTF-8";
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

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

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

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/*img {
    border: 0;
}*/

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

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

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table, th, td {
    border: 1px solid;
    padding: 5px;
    margin: 5px;
}

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

td, th {
    padding: 0;
}

@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

/*    img {
        max-width: 100% !important;
    }*/

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td, .table th {
        background-color: #fff !important;
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Noto Serif", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-size: 16px;
    line-height: 1.5;
    color: #4a4a4a;
    background-color: #fff;
}

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

a {
    color: #084a6f;
    text-decoration: none;
}

a:hover, a:focus {
    color: inherit;
    text-decoration: underline;
}

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

figure {
    margin: 0;
}

/*img {
    vertical-align: middle;
}*/

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

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

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

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

hr {
    margin-top: 24px;
    margin-bottom: 24px;
    border: 0;
    border-top: 1px solid #F2F2F2;
}

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

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

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    text-align: center;
    font-family: "Noto Serif", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-weight: 600;
    line-height: 1.418;
    color: #333;
}

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

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 24px;
    margin-bottom: 12px;
}

h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
    font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 12px;
    margin-bottom: 12px;
}

h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
    font-size: 75%;
}

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

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

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

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

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

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

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 24px;
    }

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

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

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

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

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

p {
    margin: 0 0 12px;
}

.lead {
    margin-bottom: 24px;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
    color: #939598;
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
    color: #DDDDDD;
}

.text-primary {
    color: #F0A426;
}

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

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

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

.text-info {
    color: #11aaff;
}

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

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

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

.text-danger {
    color: #cf171d;
}

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

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #F0A426;
}

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

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

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

.bg-info {
    background-color: rgba(14, 138, 207, 0.1);
}

a.bg-info:hover, a.bg-info:focus {
    background-color: rgba(11, 106, 159, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

dt, dd {
    line-height: 1.5;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

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

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

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

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

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

.initialism {
    font-size: 90%;
}

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

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

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

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

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

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

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

address {
    margin-bottom: 24px;
    font-style: normal;
    line-height: 1.5;
}

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

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

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

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

pre {
    display: block;
    padding: 11.5px;
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.5;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px;
}

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

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

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

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

.container:after {
    clear: both;
}

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

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

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

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

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

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

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

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

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

.row:after {
    clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: 13px;
    padding-right: 13px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

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

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

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

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

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

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

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

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

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

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

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

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

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

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

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

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

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

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

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

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

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

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

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

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

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

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

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

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

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

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

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

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

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

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

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

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

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

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

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

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

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

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

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

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

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

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

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

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

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

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

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

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

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

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

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

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

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

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

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

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

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

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

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

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

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

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

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

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

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

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

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

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

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

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

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

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

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

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

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

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

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

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

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

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

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

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

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

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

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

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

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

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

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

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

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

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

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

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

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

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

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

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

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

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

@media (min-width: 1300px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

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

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

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

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

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

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

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

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

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

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

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

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

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

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

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

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

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

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

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

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

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

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

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

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

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

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

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

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

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

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

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

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

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

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

table {
    background-color: transparent;
}

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

th {
    text-align: left;
}

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

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

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

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

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

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

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

.table-bordered {
    border: 1px solid #ddd;
}

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

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

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

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

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

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

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

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

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

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

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
    background-color: rgba(14, 138, 207, 0.1);
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: rgba(12, 122, 183, 0.1);
}

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

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

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

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

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

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 18px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

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

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.5;
    color: #414042;
}

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

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

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

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

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

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

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #F2F2F2;
    opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 38px;
    }

    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm input[type="month"] {
        line-height: 33px;
    }

    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
        line-height: 49px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-group-sm .form-control-static {
    height: 33px;
    min-height: 38px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5;
}

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

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

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

.form-group-lg .form-control {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 5px;
}

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

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

.form-group-lg .form-control-static {
    height: 49px;
    min-height: 44px;
    padding: 11px 16px;
    font-size: 20px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

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

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #cf171d;
}

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

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

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

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

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

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

.btn-primary {
    color: #cccccc;
    background-color: #F0A426;
    border-color: #ec9910;
}

.btn-primary:focus, .btn-primary.focus {
    color: #cccccc;
    background-color: #d48a0f;
    border-color: #754c08;
}

.btn-primary:hover {
    color: #cccccc;
    background-color: #d48a0f;
    border-color: #b3740c;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #cccccc;
    background-color: #d48a0f;
    border-color: #b3740c;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
    color: #cccccc;
    background-color: #b3740c;
    border-color: #754c08;
}

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

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

.btn-primary .badge {
    color: #F0A426;
    background-color: #cccccc;
}

.btn-success {
    color: #fff;
    background-color: #009437;
    border-color: #007b2e;
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #006124;
    border-color: black;
}

.btn-success:hover {
    color: #fff;
    background-color: #006124;
    border-color: #003d17;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #006124;
    border-color: #003d17;
}

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

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

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #009437;
    border-color: #007b2e;
}

.btn-success .badge {
    color: #009437;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #11aaff;
    border-color: #009ef7;
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #008edd;
    border-color: #004d77;
}

.btn-info:hover {
    color: #fff;
    background-color: #008edd;
    border-color: #0077b9;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #008edd;
    border-color: #0077b9;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #0077b9;
    border-color: #004d77;
}

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

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #11aaff;
    border-color: #009ef7;
}

.btn-info .badge {
    color: #11aaff;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #F8B717;
    border-color: #eeac07;
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #d69a06;
    border-color: #735203;
}

.btn-warning:hover {
    color: #fff;
    background-color: #d69a06;
    border-color: #b38105;
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #d69a06;
    border-color: #b38105;
}

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

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

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #F8B717;
    border-color: #eeac07;
}

.btn-warning .badge {
    color: #F8B717;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #cf171d;
    border-color: #b8141a;
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #a11217;
    border-color: #45080a;
}

.btn-danger:hover {
    color: #fff;
    background-color: #a11217;
    border-color: #810e12;
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a11217;
    border-color: #810e12;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #810e12;
    border-color: #45080a;
}

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

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

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

.btn-link {
    color: #084a6f;
    font-weight: normal;
    border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

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

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

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

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

.dropup, .dropdown {
    position: relative;
}

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

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

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

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    color: #333;
    white-space: nowrap;
}

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

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

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

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

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

.open > a {
    outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #414042;
    text-align: center;
    background-color: #F2F2F2;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 2px;
}

.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav:after {
    clear: both;
}

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

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

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

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

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

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #F2F2F2;
    border-color: #084a6f;
}

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

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

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.5;
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0;
}

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

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

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

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

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

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

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

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

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

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

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

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

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

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

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

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

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 3px 3px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

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

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

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

.navbar {
    position: relative;
    min-height: 45px;
    margin-bottom: 24px;
    border: 1px solid transparent;
}

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

.navbar:after {
    clear: both;
}

@media (min-width: 992px) {
    .navbar {
        border-radius: 3px;
    }
}

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

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

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

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

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

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

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

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

@media (min-width: 992px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

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

@media (min-width: 992px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

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

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

.navbar-brand {
    float: left;
    padding: 10.5px 13px;
    font-size: 20px;
    line-height: 24px;
    height: 45px;
}

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

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

@media (min-width: 992px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -13px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 13px;
    padding: 9px 10px;
    margin-top: 5.5px;
    margin-bottom: 5.5px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
}

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

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

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

@media (min-width: 992px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 5.25px -13px;
}

.navbar-nav > li > a {
    padding-top: 10.5px;
    padding-bottom: 10.5px;
    line-height: 28px;
}

@media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 24px;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

@media (min-width: 992px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

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

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

.navbar-form {
    margin-left: -13px;
    margin-right: -13px;
    padding: 10px 13px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 3.5px;
    margin-bottom: 3.5px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
        width: auto;
    }

    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio label, .navbar-form .checkbox label {
        padding-left: 0;
    }

    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 991px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

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

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

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

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 6px;
    margin-bottom: 6px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 11.5px;
    margin-bottom: 11.5px;
}

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

@media (min-width: 992px) {
    .navbar-text {
        float: left;
        margin-left: 13px;
        margin-right: 13px;
    }
}

@media (min-width: 992px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -13px;
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

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

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

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
}

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

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

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

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

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

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

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

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

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

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

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

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

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

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

.navbar-inverse .navbar-brand {
    color: white;
}

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

.navbar-inverse .navbar-text {
    color: white;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
}

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

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

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

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

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

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

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

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

@media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }

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

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

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

.navbar-inverse .navbar-link {
    color: white;
}

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

.navbar-inverse .btn-link {
    color: white;
}

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

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

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 24px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 3px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb > .active {
    color: #939598;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 24px 0;
    border-radius: 3px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.5;
    text-decoration: none;
    color: #084a6f;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

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

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

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    z-index: 2;
    color: inherit;
    background-color: #F2F2F2;
    border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #F0A426;
    border-color: #F0A426;
    cursor: default;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #DDDDDD;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

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

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

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

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

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

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

.pager {
    padding-left: 0;
    margin: 24px 0;
    list-style: none;
    text-align: center;
}

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

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

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

.pager .next > a, .pager .next > span {
    float: right;
}

.pager .previous > a, .pager .previous > span {
    float: left;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #DDDDDD;
    background-color: #fff;
    cursor: not-allowed;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

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

.label-default {
    background-color: #DDDDDD;
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #c4c4c4;
}

.label-primary {
    background-color: #F0A426;
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #d48a0f;
}

.label-success {
    background-color: #009437;
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #006124;
}

.label-info {
    background-color: #11aaff;
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #008edd;
}

.label-warning {
    background-color: #F8B717;
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #d69a06;
}

.label-danger {
    background-color: #cf171d;
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #a11217;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #DDDDDD;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #084a6f;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

.list-group-item > .badge + .badge {
    margin-right: 5px;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

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

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #F2F2F2;
}

.jumbotron h1, .jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200;
}

.jumbotron > hr {
    border-top-color: #d9d9d9;
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 5px;
    padding-left: 13px;
    padding-right: 13px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

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

    .jumbotron h1, .jumbotron .h1 {
        font-size: 72px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 24px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

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

.thumbnail .caption {
    padding: 9px;
    color: #4a4a4a;
}

.thumbnail .caption p {
    display: inline;
}

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

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

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

.alert .alert-link {
    font-weight: bold;
}

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

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

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

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: rgba(14, 138, 207, 0.1);
    border-color: rgba(12, 143, 174, 0.1);
    color: #11aaff;
}

.alert-info hr {
    border-top-color: rgba(10, 123, 150, 0.1);
}

.alert-info .alert-link {
    color: #008edd;
}

.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: #cf171d;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #a11217;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 24px;
    margin-bottom: 24px;
    background-color: #f5f5f5;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background-color: #F0A426;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #009437;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #11aaff;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #F8B717;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #cf171d;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media, .media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right, .media > .pull-right {
    padding-left: 10px;
}

.media-left, .media > .pull-left {
    padding-right: 10px;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

a.list-group-item, button.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #F2F2F2;
    color: #DDDDDD;
    cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #DDDDDD;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #F0A426;
    border-color: #F0A426;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #fdf4e5;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:hover, button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active, button.list-group-item-success.active:hover, button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #11aaff;
    background-color: rgba(14, 138, 207, 0.1);
}

a.list-group-item-info, button.list-group-item-info {
    color: #11aaff;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:hover, button.list-group-item-info:focus {
    color: #11aaff;
    background-color: rgba(12, 122, 183, 0.1);
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active, button.list-group-item-info.active:hover, button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #11aaff;
    border-color: #11aaff;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:hover, button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active, button.list-group-item-warning.active:hover, button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #cf171d;
    background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #cf171d;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:hover, button.list-group-item-danger:focus {
    color: #cf171d;
    background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active, button.list-group-item-danger.active:hover, button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #cf171d;
    border-color: #cf171d;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 24px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-body:before, .panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.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: 2px;
    border-bottom-left-radius: 2px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0;
}

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 2px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 2px;
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 2px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 2px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 24px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    color: #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: #F0A426;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #F0A426;
    border-color: #F0A426;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #F0A426;
}

.panel-primary > .panel-heading .badge {
    color: #F0A426;
    background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #F0A426;
}

.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: rgba(12, 143, 174, 0.1);
}

.panel-info > .panel-heading {
    color: #11aaff;
    background-color: rgba(14, 138, 207, 0.1);
    border-color: rgba(12, 143, 174, 0.1);
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: rgba(12, 143, 174, 0.1);
}

.panel-info > .panel-heading .badge {
    color: rgba(14, 138, 207, 0.1);
    background-color: #11aaff;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: rgba(12, 143, 174, 0.1);
}

.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: #cf171d;
    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: #cf171d;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #F2F2F2;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 5px;
}

.well-sm {
    padding: 9px;
    border-radius: 2px;
}

.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
    content: " ";
    display: table;
}

.modal-header:after {
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Noto Serif", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 3px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Noto Serif", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 16px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 16px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 4px 4px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xl {
    display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-xl-block, .visible-xl-inline, .visible-xl-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1300px) {
    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table !important;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl, td.visible-xl {
        display: table-cell !important;
    }
}

@media (min-width: 1300px) {
    .visible-xl-block {
        display: block !important;
    }
}

@media (min-width: 1300px) {
    .visible-xl-inline {
        display: inline !important;
    }
}

@media (min-width: 1300px) {
    .visible-xl-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (min-width: 1300px) {
    .hidden-xl {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

@charset "UTF-8";
@font-face {
    font-family: 'FontAwesome';
    src: url("/dist/fonts/font-awesome/fontawesome-webfont.eot?v=4.5.0");
    src: url("/dist/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("/dist/fonts/font-awesome/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("/dist/fonts/font-awesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("/dist/fonts/font-awesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("/dist/fonts/font-awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before, .fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before, .fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before, .fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before, .fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before, .fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before, .fa-users:before {
    content: "";
}

.fa-chain:before, .fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before, .fa-scissors:before {
    content: "";
}

.fa-copy:before, .fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before, .fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before, .fa-sort:before {
    content: "";
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "";
}

.fa-legal:before, .fa-gavel:before {
    content: "";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before, .fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before, .fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before, .fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before, .fa-usd:before {
    content: "";
}

.fa-rupee:before, .fa-inr:before {
    content: "";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "";
}

.fa-won:before, .fa-krw:before {
    content: "";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before, .fa-car:before {
    content: "";
}

.fa-cab:before, .fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before, .fa-rebel:before {
    content: "";
}

.fa-ge:before, .fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before, .fa-weixin:before {
    content: "";
}

.fa-send:before, .fa-paper-plane:before {
    content: "";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before, .fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before, .fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-yc:before, .fa-y-combinator:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "";
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-tv:before, .fa-television:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

@charset "UTF-8";
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/*img {
    border: 0;
}*/

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

/*    img {
        max-width: 100% !important;
    }*/

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td, .table th {
        background-color: #fff !important;
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("/dist/fonts/bootstrap/glyphicons-halflings-regular.eot");
    src: url("/dist/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("glyphicons-halflings-regular.woff2") format("woff2"), url("/dist/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("/dist/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("/dist/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
    font-display: swap;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before, .glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Noto Serif", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-size: 16px;
    line-height: 1.5;
    color: #4a4a4a;
    background-color: #fff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #084a6f;
    text-decoration: none;
}

a:hover, a:focus {
    color: inherit;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}


picture img {
    border-radius: 14px;
    margin: 20px auto;
}

/*img {
    vertical-align: middle;
}*/

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 5px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 24px;
    margin-bottom: 24px;
    border: 0;
    border-top: 1px solid #F2F2F2;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Noto Serif", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-weight: 600;
    line-height: 1.418;
    color: #333;
}

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #DDDDDD;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 24px;
    margin-bottom: 12px;
}

h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
    font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 12px;
    margin-bottom: 12px;
}

h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
    font-size: 75%;
}

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 32px;
}

h3, .h3 {
    font-size: 28px;
}

h4, .h4 {
    font-size: 20px;
}

h5, .h5 {
    font-size: 16px;
}

h6, .h6 {
    font-size: 14px;
}

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 24px;
    }

    h2, .h2 {
        font-size: 21px;
    }

    h3, .h3 {
        font-size: 18px;
    }

    h4, .h4 {
        font-size: 16px;
    }

    h5, .h5 {
        font-size: 14px;
    }

    h6, .h6 {
        font-size: 12px;
    }
}

p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

/*p {
    margin: 0 0 12px;
}*/

.lead {
    margin-bottom: 24px;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
    color: #939598;
}

small, .small {
    font-size: 87%;
}

mark, .mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase, .initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #DDDDDD;
}

.text-primary {
    color: #F0A426;
}

a.text-primary:hover, a.text-primary:focus {
    color: #d48a0f;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover, a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #11aaff;
}

a.text-info:hover, a.text-info:focus {
    color: #008edd;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover, a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #cf171d;
}

a.text-danger:hover, a.text-danger:focus {
    color: #a11217;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #F0A426;
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #d48a0f;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: rgba(14, 138, 207, 0.1);
}

a.bg-info:hover, a.bg-info:focus {
    background-color: rgba(11, 106, 159, 0.1);
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 11px;
    margin: 48px 0 24px;
    border-bottom: 1px solid #F2F2F2;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 12px;
}

ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 24px;
}

dt, dd {
    line-height: 1.5;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 992px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #DDDDDD;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 12px 24px;
    margin: 0 0 24px;
    font-size: 20px;
    border-left: 5px solid #F2F2F2;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    color: #DDDDDD;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #F2F2F2;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 24px;
    font-style: normal;
    line-height: 1.5;
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 3px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 2px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}

pre {
    display: block;
    padding: 11.5px;
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.5;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 13px;
    padding-right: 13px;
}

.container:before, .container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 781px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 927px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1126px;
    }
}

@media (min-width: 1300px) {
    .container {
        width: 1300px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 13px;
    padding-right: 13px;
}

.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -13px;
    margin-right: -13px;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: 13px;
    padding-right: 13px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1300px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-offset-0 {
        margin-left: 0%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #DDDDDD;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
    background-color: rgba(14, 138, 207, 0.1);
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: rgba(12, 122, 183, 0.1);
}

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 18px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.5;
    color: #414042;
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #414042;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #F2F2F2;
    opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 38px;
    }

    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm input[type="month"] {
        line-height: 33px;
    }

    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
        line-height: 49px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label, .checkbox label {
    min-height: 24px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 40px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}

.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 2px;
}

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
    height: 33px;
    line-height: 33px;
}

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 2px;
}

.form-group-sm select.form-control {
    height: 33px;
    line-height: 33px;
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 33px;
    min-height: 38px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 5px;
}

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
    height: 49px;
    line-height: 49px;
}

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-lg .form-control {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 5px;
}

.form-group-lg select.form-control {
    height: 49px;
    line-height: 49px;
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 49px;
    min-height: 44px;
    padding: 11px 16px;
    font-size: 20px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 47.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 49px;
    height: 49px;
    line-height: 49px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #cf171d;
}

.has-error .form-control {
    border-color: #cf171d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #a11217;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ed5f63;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ed5f63;
}

.has-error .input-group-addon {
    color: #cf171d;
    border-color: #cf171d;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #cf171d;
}

.has-feedback label ~ .form-control-feedback {
    top: 29px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #8a8a8a;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 31px;
}

.form-horizontal .form-group {
    margin-left: -13px;
    margin-right: -13px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 13px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 14px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #cccccc;
    background-color: #F0A426;
    border-color: #ec9910;
}

.btn-primary:focus, .btn-primary.focus {
    color: #cccccc;
    background-color: #d48a0f;
    border-color: #754c08;
}

.btn-primary:hover {
    color: #cccccc;
    background-color: #d48a0f;
    border-color: #b3740c;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #cccccc;
    background-color: #d48a0f;
    border-color: #b3740c;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
    color: #cccccc;
    background-color: #b3740c;
    border-color: #754c08;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #F0A426;
    border-color: #ec9910;
}

.btn-primary .badge {
    color: #F0A426;
    background-color: #cccccc;
}

.btn-success {
    color: #fff;
    background-color: #009437;
    border-color: #007b2e;
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #006124;
    border-color: black;
}

.btn-success:hover {
    color: #fff;
    background-color: #006124;
    border-color: #003d17;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #006124;
    border-color: #003d17;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #003d17;
    border-color: black;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #009437;
    border-color: #007b2e;
}

.btn-success .badge {
    color: #009437;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #11aaff;
    border-color: #009ef7;
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #008edd;
    border-color: #004d77;
}

.btn-info:hover {
    color: #fff;
    background-color: #008edd;
    border-color: #0077b9;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #008edd;
    border-color: #0077b9;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #0077b9;
    border-color: #004d77;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #11aaff;
    border-color: #009ef7;
}

.btn-info .badge {
    color: #11aaff;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #F8B717;
    border-color: #eeac07;
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #d69a06;
    border-color: #735203;
}

.btn-warning:hover {
    color: #fff;
    background-color: #d69a06;
    border-color: #b38105;
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #d69a06;
    border-color: #b38105;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #b38105;
    border-color: #735203;
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #F8B717;
    border-color: #eeac07;
}

.btn-warning .badge {
    color: #F8B717;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #cf171d;
    border-color: #b8141a;
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #a11217;
    border-color: #45080a;
}

.btn-danger:hover {
    color: #fff;
    background-color: #a11217;
    border-color: #810e12;
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a11217;
    border-color: #810e12;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #810e12;
    border-color: #45080a;
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #cf171d;
    border-color: #b8141a;
}

.btn-danger .badge {
    color: #cf171d;
    background-color: #fff;
}

.btn-link {
    color: #084a6f;
    font-weight: normal;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
    color: inherit;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #DDDDDD;
    text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 5px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 2px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 2px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup, .dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #F0A426;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #DDDDDD;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #DDDDDD;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 992px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table;
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}

.btn-group-vertical > .btn-group:after {
    clear: both;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #414042;
    text-align: center;
    background-color: #F2F2F2;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 2px;
}

.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 5px;
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav:before, .nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #F2F2F2;
}

.nav > li.disabled > a {
    color: #DDDDDD;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #DDDDDD;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #F2F2F2;
    border-color: #084a6f;
}

.nav .nav-divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.5;
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #F2F2F2 #F2F2F2 #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #414042;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 3px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #F0A426;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 3px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 3px 3px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 45px;
    margin-bottom: 24px;
    border: 1px solid transparent;
}

.navbar:before, .navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

@media (min-width: 992px) {
    .navbar {
        border-radius: 3px;
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 992px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 13px;
    padding-left: 13px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 992px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-right: -13px;
    margin-left: -13px;
}

@media (min-width: 992px) {
    .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 992px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 992px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 10.5px 13px;
    font-size: 20px;
    line-height: 24px;
    height: 45px;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand > img {
    display: block;
}

@media (min-width: 992px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -13px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 13px;
    padding: 9px 10px;
    margin-top: 5.5px;
    margin-bottom: 5.5px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 992px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 5.25px -13px;
}

.navbar-nav > li > a {
    padding-top: 10.5px;
    padding-bottom: 10.5px;
    line-height: 28px;
}

@media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 24px;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

@media (min-width: 992px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 10.5px;
        padding-bottom: 10.5px;
    }
}

.navbar-form {
    margin-left: -13px;
    margin-right: -13px;
    padding: 10px 13px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 3.5px;
    margin-bottom: 3.5px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
        width: auto;
    }

    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio label, .navbar-form .checkbox label {
        padding-left: 0;
    }

    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 991px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 3.5px;
    margin-bottom: 3.5px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 6px;
    margin-bottom: 6px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 11.5px;
    margin-bottom: 11.5px;
}

.navbar-text {
    margin-top: 10.5px;
    margin-bottom: 10.5px;
}

@media (min-width: 992px) {
    .navbar-text {
        float: left;
        margin-left: 13px;
        margin-right: 13px;
    }
}

@media (min-width: 992px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -13px;
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

.navbar-inverse .navbar-brand {
    color: white;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: white;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff;
}

@media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: white;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: white;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 24px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 3px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb > .active {
    color: #939598;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 24px 0;
    border-radius: 3px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.5;
    text-decoration: none;
    color: #084a6f;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    z-index: 2;
    color: inherit;
    background-color: #F2F2F2;
    border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #F0A426;
    border-color: #F0A426;
    cursor: default;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #DDDDDD;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.pager {
    padding-left: 0;
    margin: 24px 0;
    list-style: none;
    text-align: center;
}

.pager:before, .pager:after {
    content: " ";
    display: table;
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #F2F2F2;
}

.pager .next > a, .pager .next > span {
    float: right;
}

.pager .previous > a, .pager .previous > span {
    float: left;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #DDDDDD;
    background-color: #fff;
    cursor: not-allowed;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #DDDDDD;
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #c4c4c4;
}

.label-primary {
    background-color: #F0A426;
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #d48a0f;
}

.label-success {
    background-color: #009437;
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #006124;
}

.label-info {
    background-color: #11aaff;
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #008edd;
}

.label-warning {
    background-color: #F8B717;
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #d69a06;
}

.label-danger {
    background-color: #cf171d;
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #a11217;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #DDDDDD;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #084a6f;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

.list-group-item > .badge + .badge {
    margin-right: 5px;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #F2F2F2;
}

.jumbotron h1, .jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200;
}

.jumbotron > hr {
    border-top-color: #d9d9d9;
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 5px;
    padding-left: 13px;
    padding-right: 13px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 72px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 24px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.thumbnail > img, .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #4a4a4a;
}

.thumbnail .caption p {
    display: inline;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #084a6f;
}

.alert {
    padding: 15px;
    margin-bottom: 24px;
    border: 1px solid transparent;
    border-radius: 3px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p, .alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: rgba(14, 138, 207, 0.1);
    border-color: rgba(12, 143, 174, 0.1);
    color: #11aaff;
}

.alert-info hr {
    border-top-color: rgba(10, 123, 150, 0.1);
}

.alert-info .alert-link {
    color: #008edd;
}

.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: #cf171d;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #a11217;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 24px;
    margin-bottom: 24px;
    background-color: #f5f5f5;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background-color: #F0A426;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #009437;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #11aaff;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #F8B717;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #cf171d;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media, .media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right, .media > .pull-right {
    padding-left: 10px;
}

.media-left, .media > .pull-left {
    padding-right: 10px;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

a.list-group-item, button.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #F2F2F2;
    color: #DDDDDD;
    cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #DDDDDD;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #F0A426;
    border-color: #F0A426;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #fdf4e5;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:hover, button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active, button.list-group-item-success.active:hover, button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #11aaff;
    background-color: rgba(14, 138, 207, 0.1);
}

a.list-group-item-info, button.list-group-item-info {
    color: #11aaff;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:hover, button.list-group-item-info:focus {
    color: #11aaff;
    background-color: rgba(12, 122, 183, 0.1);
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active, button.list-group-item-info.active:hover, button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #11aaff;
    border-color: #11aaff;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:hover, button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active, button.list-group-item-warning.active:hover, button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #cf171d;
    background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #cf171d;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:hover, button.list-group-item-danger:focus {
    color: #cf171d;
    background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active, button.list-group-item-danger.active:hover, button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #cf171d;
    border-color: #cf171d;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 24px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-body:before, .panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.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: 2px;
    border-bottom-left-radius: 2px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0;
}

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 2px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 2px;
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 2px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 2px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 24px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    color: #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: #F0A426;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #F0A426;
    border-color: #F0A426;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #F0A426;
}

.panel-primary > .panel-heading .badge {
    color: #F0A426;
    background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #F0A426;
}

.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: rgba(12, 143, 174, 0.1);
}

.panel-info > .panel-heading {
    color: #11aaff;
    background-color: rgba(14, 138, 207, 0.1);
    border-color: rgba(12, 143, 174, 0.1);
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: rgba(12, 143, 174, 0.1);
}

.panel-info > .panel-heading .badge {
    color: rgba(14, 138, 207, 0.1);
    background-color: #11aaff;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: rgba(12, 143, 174, 0.1);
}

.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: #cf171d;
    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: #cf171d;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #F2F2F2;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 5px;
}

.well-sm {
    padding: 9px;
    border-radius: 2px;
}

.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
    content: " ";
    display: table;
}

.modal-header:after {
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Noto Serif", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 3px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Noto Serif", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 16px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 16px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 4px 4px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xl {
    display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-xl-block, .visible-xl-inline, .visible-xl-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1300px) {
    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table !important;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl, td.visible-xl {
        display: table-cell !important;
    }
}

@media (min-width: 1300px) {
    .visible-xl-block {
        display: block !important;
    }
}

@media (min-width: 1300px) {
    .visible-xl-inline {
        display: inline !important;
    }
}

@media (min-width: 1300px) {
    .visible-xl-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (min-width: 1300px) {
    .hidden-xl {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

@charset "UTF-8";
@font-face {
    font-family: 'FontAwesome';
    src: url("/dist/fonts/font-awesome/fontawesome-webfont.eot?v=4.5.0");
    src: url("/dist/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("/dist/fonts/font-awesome/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("/dist/fonts/font-awesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("/dist/fonts/font-awesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("/dist/fonts/font-awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before, .fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before, .fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before, .fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before, .fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before, .fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before, .fa-users:before {
    content: "";
}

.fa-chain:before, .fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before, .fa-scissors:before {
    content: "";
}

.fa-copy:before, .fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before, .fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before, .fa-sort:before {
    content: "";
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "";
}

.fa-legal:before, .fa-gavel:before {
    content: "";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before, .fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before, .fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before, .fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before, .fa-usd:before {
    content: "";
}

.fa-rupee:before, .fa-inr:before {
    content: "";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "";
}

.fa-won:before, .fa-krw:before {
    content: "";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before, .fa-car:before {
    content: "";
}

.fa-cab:before, .fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before, .fa-rebel:before {
    content: "";
}

.fa-ge:before, .fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before, .fa-weixin:before {
    content: "";
}

.fa-send:before, .fa-paper-plane:before {
    content: "";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before, .fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before, .fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-yc:before, .fa-y-combinator:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "";
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-tv:before, .fa-television:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

@charset "UTF-8";
header {
    padding: 25px 0 25px 0;
}

header .search-align {
    padding-top: 25px;
    display: block;
}

header .social-align {
    padding-top: 33px;
    display: block;
}

header .user-transactions {
    padding-top: 8.33333333px;
}

header .user-transactions i {
    padding-right: .5em;
}

header .user-transactions ul {
    margin-bottom: 8.33333333px;
}

header .user-transactions .search-input {
    border: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px 0 0 3px;
}

header .user-transactions > form {
    padding-top: 5px;
    margin: 0;
}

@media (min-width: 768px) {
    header .user-transactions .search-form {
        min-width: 340px;
    }

    header .user-transactions .search-form .search-input {
        min-width: 300px;
    }
}

@media (max-width: 768px) {
    header .user-transactions .search-form {
        min-width: 400px;
    }

    header .user-transactions .search-form .search-input {
        min-width: 250px;
    }
}

.header {
    background-color: #414042;
    border-bottom: #F0A426 1px solid;
    color: white;
}

.header a {
    color: white;
}

.main-logo img {
    max-width: 100%;
    margin-left: -25px;
    max-height: 67px;
}

@media (max-width: 1199px) {
    .main-logo img {
        margin-left: 0;
    }
}

.mobile-search-btn .glyphicon-search {
    font-size: 24px;
}

.mobile-search-btn .search-toggle {
    margin-top: 10px;
}

.sub-banner {
    background-color: #F2F2F2;
    height: 41px;
}

.sub-banner .container {
    padding-left: 0;
    padding-right: 0;
}

.sub-banner + .container {
    margin-top: 25px;
}

.sub-banner .local-navigation {
    padding: 8px 15px;
    margin-bottom: 0;
}

.sub-banner .local-navigation li {
    padding-right: 15px;
}

footer.footer {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #414042;
    border-top: #F0A426 1px solid;
    color: white;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

footer.footer a {
    color: white;
    display: block;
    clear: both;
}

@media (max-width: 768px) {
    footer.footer a {
        text-align: left;
    }
}

@media (max-width: 992px) {
    footer.footer a {
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
}

@media (max-width: 768px) {
    footer.footer .footer-logo ~ .col-xs-6:nth-child(2n) {
        clear: both;
    }
}

footer.footer .copyright-text {
    margin-top: 12.5px;
    padding-top: 12.5px;
    border-top: 1px solid #F0A426;
}

footer.footer .social-footer {
    float: right;
}

footer.footer .social-footer .social-links {
    padding-top: 0;
    border: none;
}

footer.footer .social-footer .social-links li a {
    padding: 5px 3px 1px 3px;
}

@media (max-width: 768px) {
    footer.footer .social-footer {
        clear: both;
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        position: initial;
    }

    footer.footer .social-footer .social-links {
        text-align: center;
    }

    footer.footer .social-footer .social-links li a {
        padding: 5px;
    }
}

footer.footer .rel {
    height: 140px;
}

footer.footer .logo-footer {
    height: auto;
    padding-bottom: 25px;
    margin: auto;
    max-width: 100%;
    height: auto;
}

@media (max-width: 480px) {
    footer.footer .logo-footer {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    footer.footer .copyright-text {
        text-align: center;
    }
}

@media (max-width: 1300px) {
    footer.footer .newsletter-signup {
        display: block;
        border-bottom: 1px solid #F0A426;
        margin-bottom: 25px;
    }

    footer.footer .newsletter-signup .newsletter-container {
        margin: auto;
        max-width: 50vw;
    }
}

@media (max-width: 1300px) and (max-width: 992px) {
    footer.footer .newsletter-signup .newsletter-container {
        max-width: 90vw;
    }

    footer.footer .newsletter-signup .newsletter-container form {
        overflow: auto;
    }

    footer.footer .newsletter-signup .newsletter-container input, footer.footer .newsletter-signup .newsletter-container button {
        display: inline-block;
        margin-bottom: 5px;
    }

    footer.footer .newsletter-signup .newsletter-container button {
        float: right;
        font-size: 14px;
    }
}

@media (max-width: 1300px) {
    footer.footer .newsletter-signup .newsletter-container span {
        margin-bottom: 15px;
        display: block;
    }

    footer.footer .newsletter-signup .newsletter-container .newsletter-form input {
        width: 69%;
    }

    footer.footer .newsletter-signup .newsletter-container .newsletter-form button {
        width: 30%;
    }
}

@media (max-width: 1300px) and (max-width: 480px) {
    footer.footer .newsletter-signup .newsletter-container .newsletter-form input, footer.footer .newsletter-signup .newsletter-container .newsletter-form button {
        display: block;
        width: 100%;
    }
}

@media (max-width: 1200px) {
    footer.footer .footer-logo {
        text-align: center;
    }
}

footer.footer input[type="email"] {
    min-width: 260px;
}

.footer-top {
    margin-top: 25px;
    background-color: #DDDDDD;
}

.footer-top .footer-menu {
    list-style: none;
    padding: 0 50px 0 0;
    margin: 0;
    font-family: "Noto Serif", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    overflow: hidden;
    height: 41px;
    position: relative;
}

.footer-top .footer-menu li {
    display: inline-block;
    margin: 0;
    height: 41px;
    vertical-align: top;
}

.footer-top .footer-menu li a {
    color: #084a6f;
    padding: 0 15px;
    height: 41px;
    line-height: 41px;
    white-space: nowrap;
    display: block;
}

.footer-top .footer-menu li a:hover {
    background-color: #084a6f;
    color: #DDDDDD;
    text-decoration: none;
}

.footer-top .footer-menu li.back-to-top {
    background-color: #084a6f;
    position: relative;
}

.footer-top .footer-menu li.back-to-top a {
    padding: 0 50px;
    padding: 0 4vw;
    color: white;
}

.footer-top .footer-menu.open-ext-menu {
    overflow: visible;
    height: initial;
}

.footer-top .footer-menu .home {
    position: relative;
}

.footer-top .footer-menu .home span.glyphicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-top .footer-menu .btn-xs {
    padding: 0 10px;
    height: 41px;
    line-height: 41px;
    max-height: 41px;
    min-height: 41px;
    cursor: pointer;
}

.footer-top .footer-menu .btn-xs:hover {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #084a6f;
    color: #DDDDDD;
}

.footer-top .footer-menu .btn-xs:before {
    font-family: 'Glyphicons Halflings';
    content: "\e236";
    font-size: 12px;
    margin-right: 5px;
}

.footer-top .footer-menu.open-ext-menu .btn-xs:before {
    font-family: 'Glyphicons Halflings';
    content: "\e014";
    font-size: 12px;
    margin-right: 5px;
}

.footer-top .menu-btn {
    position: absolute;
    right: 0;
    color: #084a6f;
}

.meganav {
    margin-bottom: 0;
    background-color: #333;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: "Noto Serif", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-weight: 700;
    height: 49px;
}

@media (max-width: 767px) {
    .meganav.minimal-nav {
        height: 60px;
    }
}

.meganav a {
    color: white;
}

.meganav a:hover {
    color: #414042;
}

.meganav a:focus {
    color: #414042;
}

.meganav .dropdown.open a {
    color: #414042;
}

.meganav .active {
    background-color: #F2F2F2;
    color: #414042;
}

.meganav .active a {
    color: #414042;
}

.meganav .active .caret {
    background-image: url("/dist/images/icons/caret-down-dark.svg");
}

.meganav .navbar-collapse, .meganav .container-fluid {
    padding-left: 0;
    padding-right: 14px;
}

.meganav .navbar-nav {
    position: relative;
    display: inline-block;
}

.meganav .navbar-nav > li > .dropdown-menu {
    clear: both;
    position: absolute;
    left: 0;
    background-color: #F2F2F2;
    border: none;
}

.meganav .dropdown-menu > li > a:hover, .meganav .dropdown-menu > li > a:focus {
    background-color: #F0A426;
    color: #414042;
}

.meganav .container {
    padding-left: 13px;
    padding-right: 0;
}

.meganav .cta-btn {
    text-transform: uppercase;
    min-width: 125px;
    text-align: center;
}

.meganav .cta-btn .signed-in {
    text-transform: none;
}

.meganav .blue-bg {
    background-color: #084a6f;
    min-width: 155px;
}

@media (max-width: 1299px) {
    .meganav .blue-bg {
        min-width: 125px;
    }
}

@media (max-width: 991px) {
    .meganav .blue-bg {
        width: 100%;
    }
}

.meganav .gray-bg {
    background-color: #606265;
}

@media (max-width: 991px) {
    .meganav .gray-bg {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .meganav .container {
        padding-left: 0;
        padding-right: 0;
    }

    .meganav .section-nav {
        display: none;
    }

    .meganav .dropdown:hover > .dropdown-menu {
        display: none;
    }

    .meganav .dropdown > .dropdown-menu {
        padding-top: 0;
        display: none;
        position: relative !important;
        width: 100%;
        margin-bottom: 12.5px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .meganav .dropdown-submenu .dropdown-menu {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .meganav .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .meganav .section-nav {
        display: none;
    }

    .meganav .dropdown:hover > .dropdown-menu {
        display: none;
    }

    .meganav .dropdown > .dropdown-menu {
        padding-top: 0;
        display: none;
        position: relative !important;
        width: 100%;
        margin-bottom: 12.5px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .meganav .dropdown-submenu .dropdown-menu {
        display: none;
    }

    .meganav .dropdown span.caret {
        position: absolute;
        right: 12.5px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .meganav .dropdown span.caret-right {
        display: none;
    }

    .meganav .mobile-search input {
        width: 80%;
    }
}

.meganav .nav > .dropdown.open {
    position: initial;
}

.meganav .nav > .dropdown.open .dropdown-menu {
    width: 100%;
}

.meganav .nav > .dropdown.open .dropdown-menu:before {
    left: 0;
    width: 100%;
    background-color: #F2F2F2;
}

.meganav .glyphicon {
    line-height: 25px;
}

@media (max-width: 991px) {
    .meganav .nav > li {
        display: block;
    }

    .meganav .navbar-nav {
        display: block;
    }
}

.navbar-toggle {
    margin: 0;
    color: white;
}

@media (max-width: 991px) {
    .container > .navbar-collapse {
        margin: 0;
        position: absolute;
        background-color: #414042;
        width: 100%;
        z-index: 10000;
        padding: 0;
        left: 0;
    }
}

@media (min-width: 768px) {
    .user-transactions {
        float: right;
    }

    .user-transactions li {
        display: block;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .user-transactions {
        float: initial;
    }

    .user-transactions .search-input {
        display: inline-block;
        width: 60%;
        margin: 0;
    }

    .user-transactions .rounded-submit {
        display: inline-block;
    }
}

.nav--login-wrap {
    position: relative;
    display: inline-block;
    float: right;
}

@media (max-width: 991px) {
    .nav--login-wrap {
        display: block;
        float: none;
    }
}

.nav--login-wrap > li {
    display: inline-block;
    margin-right: 0;
}

.nav--login-wrap > li:last-of-type {
    float: right;
}

@media (max-width: 991px) {
    .nav--login-wrap > li {
        float: none;
    }
}

.nav--login-wrap > li > a {
    position: unset;
    padding-top: 13px;
    padding-bottom: 12px;
}

.nav--login-wrap .dropdown-menu {
    clear: both;
    border: none;
    width: 280px;
    left: auto;
    right: 0;
    margin: 0;
}

.nav--login-wrap .dropdown-menu.dropdown-menu--sign-in {
    background-color: #F2F2F2;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media (max-width: 991px) {
    .nav--login-wrap .dropdown-menu.dropdown-menu--sign-in {
        margin-bottom: 0;
    }
}

.nav--login-wrap .dropdown-menu.dropdown-menu--sign-in .sign-in {
    padding: 10px 10px 0 10px;
}

.nav--login-wrap .dropdown-menu.dropdown-menu--sign-in .sign-in a {
    color: white;
}

.nav--login-wrap .dropdown-menu.dropdown-menu--sign-in .sign-in a.btn:hover, .nav--login-wrap .dropdown-menu.dropdown-menu--sign-in .sign-in a.btn:focus {
    color: white;
    background-color: #052a3f;
}

.nav--login-wrap .dropdown-menu.dropdown-menu--sign-in li > a {
    padding: 10px 10px 7px 10px;
    text-transform: none;
}

.nav--login-wrap .dropdown-menu.dropdown-menu--sign-in hr {
    margin: 17px -10px 7px -10px;
    border-color: #DDDDDD;
}

@media (min-width: 992px) {
    .featured-link {
        float: right !important;
    }
}

.dropdown-menu.with-img {
    height: 150px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-submenu {
    width: 100%;
}

.dropdown-submenu .nav-img {
    position: absolute;
    top: -30px;
}

.dropdown-submenu > .dropdown-menu {
    top: 25px;
    background-color: #F2F2F2;
    border: none;
    @box-shadow (0);
}

.dropdown-submenu i {
    float: right;
    margin-top: 8px;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu .dropdown-menu {
    clear: both;
    position: absolute;
    left: 0;
    border: none;
}

.dropdown-submenu .dropdown-menu ul {
    padding-left: 0;
}

.dropdown-submenu .dropdown-menu ul li {
    list-style-type: none;
}

.dropdown-submenu .dropdown-menu a {
    display: block;
    color: #414042;
    font-size: 16px;
    font-weight: normal;
    padding: 3px 20px;
}

.dropdown-submenu .dropdown-menu a:hover {
    background-color: #F0A426;
    text-decoration: none;
}

.dropdown-submenu.active a {
    color: #414042;
}

.dropdown-submenu a {
    padding-right: 12.5px;
}

.dropdown-submenu .caret-right {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12.5px;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

@media (min-width: 768px) {
    .dropdown-submenu:hover > .dropdown-menu, .dropdown:focus > .dropdown-menu, .dropdown:hover > .dropdown-menu {
        display: block;
    }
}

.dropdown-submenu > .dropdown-menu {
    margin-left: 208px;
    margin-top: -25px;
    -moz-box-shadow: rgba(65, 64, 66, 0.1) 1px 0px 5px 0px;
    -webkit-box-shadow: rgba(65, 64, 66, 0.1) 1px 0px 5px 0px;
    box-shadow: rgba(65, 64, 66, 0.1) 1px 0px 5px 0px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    overflow: visible;
    background-color: #F2F2F2;
}

.dropdown-submenu > .dropdown-menu .submenu-container {
    display: table;
}

.dropdown-submenu > .dropdown-menu ul {
    overflow: hidden;
    display: table-cell;
    vertical-align: top;
    min-width: 250px;
}

.dropdown-submenu > .dropdown-menu ul li {
    display: block;
}

.dropdown-submenu > .dropdown-menu .img-holder {
    display: table-cell;
    vertical-align: top;
    background-color: #F2F2F2;
    padding-right: 5px;
    overflow: hidden;
}

.dropdown-submenu > .dropdown-menu .img-holder img {
    width: 250px;
    max-width: initial;
    height: auto;
    border: 1px solid #DDDDDD;
}

.mobile-search {
    padding: 12.5px;
}

.mobile-search .search-form {
    margin: auto;
    text-align: center;
}

.mobile-search input {
    width: 75%;
    display: inline-block;
}

.mobile-search button.submit {
    display: inline-block;
    position: absolute;
    color: white;
}

.section-nav {
    padding-left: 0;
    margin: 0;
    z-index: 100;
    position: absolute;
    clear: both;
}

.section-nav > li {
    display: inline-block;
}

.section-nav > li a {
    display: block;
    color: #414042;
    padding: 8px 5px;
}

.section-nav > li:first-child {
    padding-left: 14px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .section-nav > li:first-child {
        padding-left: 5px;
    }
}

.section-nav.overflow-hidden {
    overflow: hidden;
}

.section-nav.overflow {
    overflow: initial;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .navbar-nav {
        margin: 0;
    }

    .navbar-nav > li > a {
        padding: 10.5px 6px;
    }

    .meganav .renew {
        display: none;
    }

    .meganav .blue-bg, .meganav .gray-bg {
        min-width: 100px;
        min-width: initial;
    }
}

@media (max-width: 768px) {
    .container > .navbar-header {
        margin: 0;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-nav > li > a {
        padding-left: 12.5px;
    }

    .section-nav {
        display: none;
        width: 100%;
        background-color: #F2F2F2;
    }

    .section-nav > li {
        display: block;
        padding-left: 14px;
    }

    .section-nav > li:first-child {
        padding-left: 14px;
    }

    .toggle-featured-nav {
        height: 41px;
        text-align: left;
        padding: 7.5px 10px;
        color: #414042;
        position: relative;
    }

    .toggle-featured-nav .caret {
        position: absolute;
        right: 12.5px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .dropdown span.caret {
        position: absolute;
        right: 12.5px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

a.dropdown-toggle:hover .caret, a.dropdown-toggle:focus .caret {
    background-image: url("/dist/images/icons/caret-down-dark.svg");
}

@media (max-width: 768px) {
    .logged-in {
        width: 100%;
    }
}

.minimal-nav ul {
    padding: 0;
    margin: 0;
    display: block;
}

.minimal-nav ul > li {
    list-style-type: none;
    display: inline-block;
    float: left;
    position: relative;
}

.minimal-nav ul > li.dropdown span.caret {
    position: initial;
    display: inline-block;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: 0;
}

.minimal-nav ul > li:first-of-type a {
    padding: 11px 10px 12px 10px;
}

.minimal-nav ul li > a {
    padding: 12px 9px 13px 9px;
    display: block;
    position: relative;
}

.minimal-nav ul li > a:hover, .minimal-nav ul li > a:focus {
    color: #414042;
    background-color: #DDDDDD;
}

.minimal-nav ul .navbar-toggle {
    padding: 10.5px;
    display: block;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.minimal-nav ul .navbar-toggle:hover, .minimal-nav ul .navbar-toggle:focus {
    color: #414042;
    background-color: #DDDDDD;
}

@media (max-width: 767px) {
    .minimal-nav ul li:nth-of-type(4) {
        display: none;
    }
}

.minimal-nav .mobile-dropdown-menu {
    margin-top: 0;
    display: none;
    z-index: 1000;
    padding: 0;
    clear: both;
    background-color: #F2F2F2;
}

.minimal-nav .mobile-dropdown-menu li {
    display: block;
    clear: both;
    width: 100%;
    background-color: #F2F2F2;
    z-index: 1000;
}

.minimal-nav .mobile-dropdown-menu li:last-of-type {
    border-bottom: 1px solid #939598;
}

.minimal-nav .mobile-dropdown-menu li a {
    display: block;
    color: #414042;
}

.minimal-nav .mobile-dropdown-toggle:hover span.caret, .minimal-nav .mobile-dropdown-toggle:focus span.caret {
    background-image: url("/dist/images/icons/caret-down-dark.svg");
}

.minimal-nav .mobile-dropdown-toggle.open span.caret {
    background-image: url("/dist/images/icons/caret-down-dark.svg");
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.minimal-nav .container .row {
    margin-left: -7px;
    margin-right: 0;
}

.breadcrumb {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 25px;
    padding-left: 0;
}

.breadcrumb-container {
    background-color: #f5f5f5;
}

@media (max-width: 768px) {
    .breadcrumb > li.active {
        display: none;
    }
}

.news-article > img {
    margin-bottom: 25px;
}

.article-lead {
    overflow: auto;
}

.author-img {
    border: 1px solid #DDDDDD;
}

.author-details {
    display: block;
    border-top: 1px solid #DDDDDD;
    padding: 10px 0;
}

@media (max-width: 991px) {
    .author-details {
        display: block;
    }
}

.author-details + .detail-col.social-links {
    display: inline-block;
}

.author-details .img-detail {
    display: inline-block;
}

.author-details .text-detail {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}

.author-details .text-detail .author-detail {
    margin: 0;
}

.author-detail {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

.author-detail li {
    line-height: 1;
    color: #939598;
}

.author-detail li a {
    text-decoration: none;
    font-weight: 700;
    color: #939598;
}

.social-links {
    padding: 5px 0;
    margin-bottom: 15px;
    display: block;
}

.social-links ul {
    z-index: 3;
    margin: 0;
    height: 40px;
    padding-top: 10px;
}

.masthead-img {
    margin-top: -25px;
    min-height: 250px;
    position: relative;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 25px;
}

.masthead-img:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #414042);
    opacity: 0.9;
}

.masthead-img .headline {
    position: absolute;
    bottom: 6.25px;
    color: white;
    display: block;
}

.masthead-img .container {
    clear: both;
}

.masthead-img + .container > .row > .sidebar {
    margin-top: 0;
}

@media (max-width: 1200px) {
    .article-body iframe, .paywall-content iframe {
        width: 100% !important;
        min-height: 300px;
    }
}

.featured-news {
    border-bottom: 1px #F2F2F2 solid;
    margin-bottom: 25px;
}

.featured-news img {
    margin-bottom: 25px;
}

.featured-news .main-news-item .media-heading {
    margin-bottom: 12.5px;
}

.featured-news .main-news-item .media-right {
    min-width: 348px;
}

.featured-news .media-body {
    padding-bottom: 12.5px;
}

.featured-news + .featured-news {
    border-bottom: none;
    margin-bottom: 0;
}

.featured-news-list dd {
    border-bottom: 1px #F2F2F2 solid;
    padding-bottom: 12.5px;
    margin-bottom: 12.5px;
}

.featured-news-list dd:last-child {
    border-bottom: none;
}

.featured-news-list dt {
    line-height: 1.418;
}

.featured-news-list dt a {
    display: block;
}

.media.news-list {
    margin-top: 25px;
}

.media.news-list img {
    max-width: 125px;
    height: auto;
}

.sidebar .media-heading {
    line-height: 1.418;
}

.sidebar .media-heading a {
    color: #414042;
}

.additional-news {
    margin-bottom: 25px;
}

.recent-news img {
    max-width: 100%;
}

a.media-body-wrapper {
    background-color: #F2F2F2;
    display: block;
    height: 100%;
    border-bottom: 2px solid #084a6f;
    padding-bottom: 25px;
    position: relative;
}

a.media-body-wrapper .media-heading, a.media-body-wrapper .date.detail {
    padding: 10px;
}

a.media-body-wrapper:hover {
    text-decoration: none;
}

a.media-body-wrapper:hover .media-heading {
    color: #084a6f;
}

@media (min-width: 1300px) {
    a.media-body-wrapper:after {
        position: absolute;
        content: ' ';
        top: 0;
        left: -14px;
        bottom: 0;
        width: 1px;
        border-left: 1px #DDDDDD solid;
    }
}

a.media-body-wrapper .date.detail {
    position: absolute;
    bottom: 0;
}

.horizontal-list.flex-container {
    overflow: hidden;
}

p.embargoed {
    color: red;
    font-size: 18px;
}

@media (max-width: 1299px) {
    .horizontal-list.flex-container {
        overflow: visible;
    }
}

@media (max-width: 991px) {
    .horizontal-list.flex-container {
        display: block;
        display: inline-flex;
    }

    .horizontal-list.flex-container .media-body-wrapper {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .horizontal-list.flex-container {
        display: block;
    }
}

.login-page-form legend {
    border: none;
    font-size: 16px;
}

form {
    margin-bottom: 25px;
}

form .input-sizing {
    display: block;
}

form .input-sizing .small-input {
    width: 6em;
}

form .input-sizing .medium-input {
    max-width: 9em;
}

form .input-sizing .inline {
    display: inline-block;
}

form .input-sizing .inline + span.help-block {
    display: inline;
}

form label {
    color: #666;
}

form .control-indicator {
    position: absolute;
    top: 4px;
    left: 3px;
    display: block;
    width: 17px;
    height: 17px;
    line-height: 17px;
    font-size: 75%;
    color: #eee;
    text-align: center;
    border: 1px solid #DDDDDD;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: white;
    background-size: 50% 50%;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

form .checkbox input[type="checkbox"], form .checkbox-inline input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

form .checkbox input[type="checkbox"]:checked ~ .control-indicator, form .checkbox-inline input[type="checkbox"]:checked ~ .control-indicator {
    color: #fff;
    background-color: #084a6f;
    background-image: url("/images/icons/tick.svg");
    border: none;
}

form .checkbox label, form .radio label {
    padding-left: 28px;
}

form .checkbox-inline, form .radio-inline {
    padding-left: 28px;
}

form input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

form input[type="radio"] ~ .control-indicator {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

form input[type="radio"]:checked ~ .control-indicator {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
    background-color: #1af;
    border: 1px solid white;
    border: 1px solid transparent;
    background-position: center;
}

form .form-control {
    padding: 10px 11px;
    line-height: 16px;
    min-height: 45px;
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

form .form-control:focus {
    border-color: #084a6f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(8, 74, 111, 0.4);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(8, 74, 111, 0.4);
}

form .btn {
    text-transform: uppercase;
}

form button, form input, form optgroup, form select, form textarea {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

form input:focus ~ .control-indicator {
    -moz-box-shadow: 0 0 0 0.1em #fff, 0 0 0 0.2rem #084a6f;
    -webkit-box-shadow: 0 0 0 0.1em #fff, 0 0 0 0.2rem #084a6f;
    box-shadow: 0 0 0 0.1em #fff, 0 0 0 0.2rem #084a6f;
}

.sign-up-boxout {
    background-color: #084a6f;
    color: white;
    padding: 10px 20px;
    -moz-box-shadow: inset 0 -5px 0 rgba(51, 51, 51, 0.2);
    -webkit-box-shadow: inset 0 -5px 0 rgba(51, 51, 51, 0.2);
    box-shadow: inset 0 -5px 0 rgba(51, 51, 51, 0.2);
}

.sign-up-boxout .form-group {
    width: 100%;
}

.sign-up-boxout h4, .sign-up-boxout label {
    color: white;
    padding-right: 5px;
    margin-right: 35px;
}

.sign-up-boxout input {
    min-width: 300px;
    margin-right: 10px;
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .sign-up-boxout input {
        min-width: 250px;
    }

    .sign-up-boxout label {
        margin-right: 0;
    }
}

.sign-up-boxout p {
    margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sign-up-boxout input {
        min-width: 160px;
        max-width: 190px;
        margin: 0;
    }

    .sign-up-boxout label {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .sign-up-boxout label {
        display: block;
    }

    .sign-up-boxout .btn {
        margin-top: 10px;
        width: 100%;
    }

    .sign-up-boxout input[type="email"] {
        width: 100%;
    }
}

.sign-up-boxout + .recent-news {
    margin-top: 25px;
}

.form-inline .radio label, .form-inline .checkbox label {
    padding: 0 14px;
}

span.field-validation-error {
    color: #cf171d;
    margin: 5px 0;
    display: block;
}

span.field-validation-error:before {
    content: ' * ';
}

.validation-summary-errors {
    font-weight: bold;
    background-color: #F2F2F2;
    padding: 10px;
    border-bottom: 3px solid #cf171d;
    margin-bottom: 10px;
}

.validation-summary-errors ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.validation-summary-errors ul li {
    margin-bottom: 3px;
}

.detail-container {
    color: #DDDDDD;
    display: table;
    margin-bottom: 25px;
    overflow: hidden;
    width: 100%;
}

.detail-container span.detail {
    display: block;
}

.detail-container.in-article .author-details {
    border: none;
    display: inline-block;
}

.detail-container.in-article .social-links {
    float: right;
}

.detail-container.in-article .social-links h4 {
    margin: 0;
}

.detail-container .detail-col {
    display: table-cell;
    vertical-align: middle;
    margin-right: 12.5px;
}

.detail-container .detail-col.img-detail {
    width: 75px;
}

.detail-container .detail-col.text-detail {
    padding-right: 12.5px;
}

.detail-container .detail-col .social-links {
    float: right;
}

.detail-container .detail-col img {
    display: inline-block;
    margin-bottom: 0;
    max-width: 100%;
    height: auto;
    margin-right: 12.5px;
}

.detail-container .social-links.visible-lg {
    display: inline-block;
    float: right;
    padding-top: 0;
}

.social-links.bordered-container {
    display: block;
}

.social-links.bordered-container li.share-title {
    color: #939598;
    font-size: 14px;
    vertical-align: top;
    padding-top: 3px;
    padding-right: 15px;
}

.secondary-navigation {
    font-size: 14.5px;
    line-height: 1.5;
}

.secondary-navigation > ul.nav > li {
    margin: 0;
}

.secondary-navigation > ul.nav > li.active {
    background-color: #f5f5f5;
    color: #bc7a0d;
    border-bottom: 1px solid #F2F2F2;
}

.secondary-navigation > ul {
    padding-left: 0;
}

.secondary-navigation > ul > li {
    list-style-type: none;
    margin-bottom: 5px;
}

.secondary-navigation > ul > li a {
    display: block;
}

.secondary-navigation > ul > li a:hover {
    text-decoration: none;
    background-color: #F2F2F2;
}

.secondary-navigation > ul > li.active > a {
    padding-left: 5px;
    text-decoration: none;
}

.secondary-navigation > ul > li.dropdown-subnav {
    position: relative;
    z-index: 0;
}

.secondary-navigation > ul > li.dropdown-subnav.active-list a:hover {
    padding-left: 0;
    border: none;
}

.secondary-navigation > ul > li.dropdown-subnav .dropdown-menu {
    display: none;
    position: relative;
    min-width: initial;
    float: none;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 0;
    margin-top: 0;
}

.secondary-navigation > ul > li.dropdown-subnav .dropdown-menu.open {
    display: block;
}

.secondary-navigation > ul > li.dropdown-subnav .dropdown-menu > li > a {
    white-space: inherit;
    padding-left: 12.5px;
}

.secondary-navigation > ul select {
    display: none;
    margin-top: -25px;
}

.secondary-nav-dropdown {
    position: relative;
}

.secondary-nav-dropdown .open-menu {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    padding: 0 5px;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 32px;
    min-width: 30px;
}

.secondary-nav-dropdown .open-menu .caret {
    display: block;
    margin: 10.5px 5px;
    background-image: url("/images/icons/caret-down-dark.svg");
}

.secondary-nav-dropdown .open-menu:hover {
    background-color: #F2F2F2;
}

.secondary-nav-dropdown > a {
    padding: 5px 30px 5px 5px;
}

.secondary-nav-dropdown + ul {
    background-color: #f5f5f5;
}

.secondary-nav-dropdown + ul li.active {
    background-color: #414042;
}

.secondary-nav-dropdown + ul li.active a {
    text-decoration: none;
    background-color: #DDDDDD;
    color: #222222;
}

.secondary-nav-dropdown + ul li a {
    font-size: small;
    border: none;
    color: #414042;
    padding: 2.5px 12.5px;
    -moz-transition-property: border;
    -o-transition-property: border;
    -webkit-transition-property: border;
    transition-property: border;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-transition-property: padding-left;
    -o-transition-property: padding-left;
    -webkit-transition-property: padding-left;
    transition-property: padding-left;
}

.secondary-nav-dropdown + ul li a:hover {
    text-decoration: none;
    background-color: #DDDDDD;
    color: #084a6f;
}

.secondary-nav-dropdown li.active {
    color: white;
}

.cookie-message {
    padding: 12.5px 0;
    background-color: #F2F2F2;
}

.cookie-message p {
    margin: 0;
}

.cookie-message a.btn {
    margin-bottom: 12.5px;
}

.cookie-message .btn-holder {
    padding-left: 0;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
    background: #414042;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #414042;
    -webkit-box-shadow: 0 0 5px #414042;
    box-shadow: 0 0 5px #414042;
    border: 5px solid #414042;
    left: -5px;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url("/dist/css/images/bx_loader.gif") center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

.bx-wrapper .bx-prev {
    left: 0;
    background: url("/dist/css/images/angle-left.svg") no-repeat;
    background-position: 30% 45%;
}

.bx-wrapper .bx-next {
    right: 0;
    background: url("/dist/css/images/angle-right.svg") no-repeat;
    background-position: 70% 45%;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 0;
    outline: 0;
    width: 10%;
    height: 90%;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url("/dist/css/images/controls.png") -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url("/dist/css/images/controls.png") -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.bx-wrapper .bx-caption p {
    margin: 0;
    display: inline;
}

.bx-wrapper .bx-caption .count {
    position: relative;
    padding-left: 25px;
}

.bx-wrapper .bx-caption .count:before {
    font-family: 'Glyphicons Halflings';
    content: "\e046";
    display: inline-block;
    margin-right: 3px;
    line-height: 17px;
    bottom: 1px;
    left: 0;
    position: absolute;
}

.bx-wrapper .bx-caption span {
    display: block;
    padding: 10px;
    font-size: 17px;
}

.bx-wrapper {
    margin: 0 0 25px 0;
}

.bx-wrapper .bx-viewport {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
}

.bx-wrapper .bx-pager {
    padding-top: 12.5px;
}

.bx-wrapper img {
}

.bx-wrapper .bx-caption {
    position: inherit;
    background-color: #414042;
    color: #F2F2F2;
}

.bx-wrapper .bx-caption .count {
    display: inline;
}

.image-gallery-pager {
    margin-bottom: 25px;
    text-align: center;
    max-width: 700px;
    border-bottom: 3px solid #414042;
    border-left: 3px solid #414042;
    border-right: 3px solid #414042;
    background: #414042;
}

.filmstrip {
    display: inline-block;
    padding: 5px;
}

.filmstrip img {
    max-width: 128px;
    max-height: 128px;
    border: 2px solid #414042;
}

.filmstrip img:hover {
    border: 2px solid #DDDDDD;
}

.filmstrip .active > img {
    border: 2px solid white;
}

.bx-wrapper {
    margin-bottom: 0;
}

a.view-all {
    height: 125px;
    width: 125px;
    text-align: center;
    background-color: #F2F2F2;
    color: #414042;
}

.bx-wrapper {
    text-align: center;
    border-top: 10.5px solid #414042;
    border-left: 3px solid #414042;
    border-right: 3px solid #414042;
}

.bx-wrapper img {
    margin: auto;
    max-width: 100%;
    width: initial;
}

@media (max-width: 768px) {
    .filmstrip img {
        max-width: 100px;
    }
}

.photo-slide-container h3 {
    padding-right: 80px;
}

.photo-slide-container .bx-wrapper {
    border: none;
    text-align: left;
    padding-bottom: 25px;
}

.photo-slide-container .bx-wrapper img {
    margin: 0;
}

.photo-slide-container .photo-controls {
    position: absolute;
    right: 14px;
    top: 0;
}

.photo-slide-container .photo-controls .photo-slider-prev {
    display: inline-block;
}

.photo-slide-container .photo-controls .photo-slider-prev .bx-prev {
    background-color: #F2F2F2;
    width: 36px;
    height: 36px;
    background-image: none;
    display: block;
    text-align: center;
    line-height: 36px;
    color: #414042;
}

.photo-slide-container .photo-controls .photo-slider-prev .bx-prev:before {
    font-family: FontAwesome;
    content: '\f053';
}

.photo-slide-container .photo-controls .photo-slider-prev .bx-prev:hover {
    text-decoration: none;
    background-color: #414042;
    color: #F2F2F2;
}

.photo-slide-container .photo-controls .photo-slider-next {
    display: inline-block;
}

.photo-slide-container .photo-controls .photo-slider-next .bx-next {
    background-color: #F2F2F2;
    width: 36px;
    height: 36px;
    background-image: none;
    display: block;
    text-align: center;
    line-height: 36px;
    color: #414042;
}

.photo-slide-container .photo-controls .photo-slider-next .bx-next:before {
    font-family: FontAwesome;
    content: '\f054';
}

.photo-slide-container .photo-controls .photo-slider-next .bx-next:hover {
    text-decoration: none;
    background-color: #414042;
    color: #F2F2F2;
}

.iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    margin-bottom: 25px;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container {
    margin-bottom: 1em;
}

.top > .pager li {
    display: inline;
    float: left;
    font-weight: bold;
}

.top > .pager li a {
    font-weight: normal;
    margin: 0 12.5px;
    display: inline-block;
    border: none;
    padding: 0;
}

.top > .pager li a:hover {
    text-decoration: underline;
    background-color: white;
}

.top > .pager li form.form-inline {
    position: absolute;
    right: 0;
}

.pager li > a, .pager li > span {
    border: none;
    border-radius: 3px;
}

@media (min-width: 992px) and (max-width: 1299px) {
    .pager li > a, .pager li > span {
        padding: 5px 9px;
    }
}

.footer > .pager {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #939598;
}

.footer > .pager .form-inline {
    padding-top: 12.5px;
}

.footer > .pager li span, .footer > .pager li a {
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.footer > .pager .active {
    background-color: #084a6f;
    color: white;
}

.footer > .pager .first-page {
    float: left;
}

.footer > .pager .last-page {
    float: right;
}

@media (max-width: 767px) {
    .footer > .pager .first-page, .footer > .pager .last-page {
        float: none;
        display: block;
    }
}

.calendar-upcoming {
    border-left: #F2F2F2 1px solid;
    border-right: #F2F2F2 1px solid;
    width: 100%;
    max-width: 338px;
}

@media (min-width: 769px) and (max-width: 1100px) {
    .calendar-upcoming {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .calendar-upcoming {
        width: 100%;
        max-width: 670px;
    }
}

.calendar-upcoming dl {
    padding: 25px;
    margin-bottom: 0;
}

.calendar-upcoming dl dt {
    margin-top: 6.25px;
    font-size: 17px;
}

.calendar-upcoming dl dt:first-child {
    margin-top: 0;
}

.calendar-upcoming + a {
    margin-top: 5px;
}

.sidebar-calendar {
    display: block;
    width: 300px;
    margin: auto;
}

.calendar-filter .form-group {
    overflow: auto;
}

.calendar-filter .form-group > label.col-sm-3 {
    padding-left: 0;
}

.calendar-filter .checkbox input {
    margin-top: 5px;
}

.calendar-filter .checkbox + .checkbox {
    margin: 10px 0;
    display: inline-block;
}

.calendar-filter .regions-countries {
    border-bottom: 1px solid #DDDDDD;
}

.calendar-filter .regions-countries .checkbox {
    display: block;
}

.calendar-filter .regions .checkbox {
    display: block;
}

.calendar-filter.well {
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    padding: 0;
}

.calendar-filter.well h4 {
    padding: 15px;
    border-bottom: 1px solid #DDDDDD;
    margin-top: 0;
}

.calendar-filter.well form {
    padding: 0 15px 15px 15px;
}

.calendar-filter.well .link-top-right {
    position: absolute;
    right: 23px;
    cursor: pointer;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.calendar-filter.well .link-top-right:after {
    background-image: url("/images/icons/caret-blue-down.svg");
    background-repeat: no-repeat;
    content: '';
    display: block;
    width: 12px;
    height: 31px;
    line-height: 35px;
    float: right;
    transform: rotate(90deg);
}

@media (min-width: 992px) {
    .calendar-filter.well.collapsible-well a[data-toggle="collapse"] {
        display: none;
    }
}

.calendar-filter .btn-block {
    min-width: 100%;
}

.calendar-filter .checkbox-inline.no-margin {
    margin: 0;
}

.calendar-results, .results-content {
    padding-bottom: 12.5px;
}

.calendar-results span.date-from:after, .results-content span.date-from:after {
    content: ' - ';
}

.calendar-results .start-time, .results-content .start-time {
    display: block;
}

.calendar-results h4.no-margin, .results-content h4.no-margin {
    margin-bottom: 0px;
}

.calendar-results h5.event-title, .results-content h5.event-title {
    margin-top: 0px;
    font-weight: normal;
}

.calendar-results address, .results-content address {
    display: inline;
}

.calendar-results address span:after, .results-content address span:after {
    content: ',';
}

.calendar-results address span:last-child:after, .results-content address span:last-child:after {
    content: ' ';
}

.calendar-results .table tr:first-child td, .results-content .table tr:first-child td {
    border-top: none;
}

.calendar-results .table tr:last-child td, .results-content .table tr:last-child td {
    border-bottom: 1px solid #DDDDDD;
}

.daterangepicker {
    position: absolute;
    background: #fff;
    top: 100px;
    left: 20px;
    padding: 4px;
    margin-top: 1px;
    border-radius: 4px;
    width: 278px;
}

.daterangepicker.opensleft:before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker.opensleft:after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.daterangepicker.openscenter:before {
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker.openscenter:after {
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.daterangepicker.opensright:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker.opensright:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.daterangepicker.dropup {
    margin-top: -5px;
}

.daterangepicker.dropup:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc;
}

.daterangepicker.dropup:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
}

.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3000;
}

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none;
}

.daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px;
}

.daterangepicker.show-calendar .calendar {
    display: block;
}

.daterangepicker .calendar.single .calendar-table {
    border: none;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
    white-space: nowrap;
    text-align: center;
    min-width: 32px;
}

.daterangepicker .calendar-table {
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
    background: #fff;
}

.daterangepicker table {
    width: 100%;
    margin: 0;
}

.daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    white-space: nowrap;
    cursor: pointer;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    color: #999;
    background: #fff;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background: #eee;
}

.daterangepicker td.in-range {
    background: #ebf4f8;
    border-radius: 0;
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #084a6f;
    border-color: #084a6f;
    color: #fff;
}

.daterangepicker td.week, .daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}

.daterangepicker select.yearselect {
    width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0;
}

.daterangepicker th.month {
    width: auto;
}

.daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    display: block;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%;
}

.daterangepicker .input-mini.active {
    border: 1px solid #357ebd;
}

.daterangepicker .daterangepicker_input i {
    position: absolute;
    left: 8px;
    top: 8px;
}

.daterangepicker .daterangepicker_input {
    position: relative;
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px;
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.daterangepicker .ranges {
    font-size: 11px;
    float: none;
    margin: 4px;
    text-align: left;
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.daterangepicker .ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #084a6f;
    padding: 3px 12px;
    margin-bottom: 8px;
    border-radius: 5px;
    cursor: pointer;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background: #084a6f;
    border: 1px solid #084a6f;
    color: #fff;
}

@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
    }

    .daterangepicker .ranges ul {
        width: 160px;
    }

    .daterangepicker.single .ranges ul {
        width: 100%;
    }

    .daterangepicker .calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .daterangepicker .calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .daterangepicker .calendar.left {
        clear: left;
        margin-right: 0;
    }

    .daterangepicker.single .calendar.left {
        clear: none;
    }

    .daterangepicker.single .ranges, .daterangepicker.single .calendar {
        float: left;
    }

    .daterangepicker .calendar.right {
        margin-left: 0;
    }

    .daterangepicker .left .daterangepicker_input {
        padding-right: 12px;
    }

    .daterangepicker .calendar.left .calendar-table {
        padding-right: 12px;
    }

    .daterangepicker .ranges, .daterangepicker .calendar {
        float: left;
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
        float: left;
    }

    .daterangepicker .calendar.left {
        clear: none;
    }
}

.calendar-topper {
    background-color: #414042;
    padding: 12.5px 25px;
    color: white;
    border-bottom: 8px solid #F0A426;
    background-image: url("/dist/images/gavel.jpg");
    background-repeat: no-repeat;
    background-position: bottom right;
}

.calendar-topper h4 {
    font-size: 30px;
}

.calendar-topper:hover {
    text-decoration: none;
}

.calendar-topper p {
    line-height: 1.3;
    max-width: 60%;
    font-size: 90%;
}

.calendar-topper p strong {
    font-size: 130%;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #222222;
}

.ui-widget-content a {
    color: #222222;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url("/dist/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

.ui-widget-header a {
    color: #222222;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url("/dist/css/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    background: #dadada url("/dist/css/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff url("/dist/css/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url("/dist/css/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
    color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url("/dist/css/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
    color: #cd0a0a;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("/dist/css/images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("/dist/css/images/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("/dist/css/images/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("/dist/css/images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("/dist/css/images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("/dist/css/images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("/dist/css/images/ui-icons_cd0a0a_256x240.png");
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #222222;
}

.ui-widget-content a {
    color: #222222;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url("/dist/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

.ui-widget-header a {
    color: #222222;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url("/dist/css/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    background: #dadada url("/dist/css/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff url("/dist/css/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url("/dist/css/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
    color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url("/dist/css/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
    color: #cd0a0a;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("/dist/css/images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("/dist/css/images/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("/dist/css/images/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("/dist/css/images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("/dist/css/images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("/dist/css/images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("/dist/css/images/ui-icons_cd0a0a_256x240.png");
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}

.date-picker {
    width: 170px;
    height: 25px;
    padding: 0;
    border: 0;
    line-height: 25px;
    padding-left: 10px;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    cursor: pointer;
    color: #303030;
    position: relative;
    z-index: 2;
}

.date-picker-wrapper {
    position: absolute;
    z-index: 1;
    border: 1px solid #bfbfbf;
    background-color: #efefef;
    padding: 5px 12px;
    font-size: 12px;
    line-height: 20px;
    color: #aaa;
    font-family: Arial;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    box-sizing: initial;
}

.date-picker-wrapper.inline-wrapper {
    position: relative;
    box-shadow: none;
    display: inline-block;
}

.date-picker-wrapper.single-date {
    width: auto;
}

.date-picker-wrapper.no-shortcuts {
    padding-bottom: 12px;
}

.date-picker-wrapper.no-topbar {
    padding-top: 12px;
}

.date-picker-wrapper .footer {
    font-size: 11px;
    padding-top: 3px;
}

.date-picker-wrapper b {
    color: #666;
    font-weight: 700;
}

.date-picker-wrapper a {
    color: #6bb4d6;
    text-decoration: underline;
}

.date-picker-wrapper .month-name {
    text-transform: uppercase;
}

.date-picker-wrapper .month-wrapper {
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    background-color: #fff;
    padding: 5px;
    cursor: default;
    position: relative;
    _overflow: hidden;
}

.date-picker-wrapper .month-wrapper table {
    width: 190px;
    float: left;
}

.date-picker-wrapper .month-wrapper table.month2 {
    width: 190px;
    float: left;
}

.date-picker-wrapper .month-wrapper table th, .date-picker-wrapper .month-wrapper table td {
    vertical-align: middle;
    text-align: center;
    line-height: 14px;
    margin: 0px;
    padding: 0px;
}

.date-picker-wrapper .month-wrapper table .day {
    padding: 5px 0;
    line-height: 1;
    font-size: 12px;
    margin-bottom: 1px;
    color: #ccc;
    cursor: default;
}

.date-picker-wrapper .month-wrapper table div.day.lastMonth, .date-picker-wrapper .month-wrapper table div.day.nextMonth {
    color: #999;
    cursor: default;
}

.date-picker-wrapper .month-wrapper table .day.checked {
    background-color: #9cdbf7;
}

.date-picker-wrapper .month-wrapper table .week-name {
    height: 20px;
    line-height: 20px;
    font-weight: 100;
    text-transform: uppercase;
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
    cursor: help !important;
}

.date-picker-wrapper .time label {
    white-space: nowrap;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
    color: #333;
    cursor: pointer;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    background-color: #cdecfa;
}

.date-picker-wrapper .month-wrapper table .day.nextMonth, .date-picker-wrapper .month-wrapper table .day.lastMonth {
    display: none;
}

.date-picker-wrapper .month-wrapper table .day.real-today {
    background-color: #ffe684;
}

.date-picker-wrapper .month-wrapper table .day.real-today.checked, .date-picker-wrapper .month-wrapper table .day.real-today.hovering {
    background-color: #70ccd5;
}

.date-picker-wrapper table .caption {
    height: 40px;
}

.date-picker-wrapper table .caption .next, .date-picker-wrapper table .caption .prev {
    padding: 0 5px;
    cursor: pointer;
}

.date-picker-wrapper table .caption .next:hover, .date-picker-wrapper table .caption .prev:hover {
    background-color: #ccc;
    color: white;
}

.date-picker-wrapper .gap {
    position: relative;
    z-index: 1;
    width: 15px;
    height: 100%;
    background-color: red;
    font-size: 0;
    line-height: 0;
    float: left;
    top: -5px;
    margin: 0 10px -10px;
    visibility: hidden;
    height: 0;
}

.date-picker-wrapper .gap .gap-lines {
    height: 100%;
    overflow: hidden;
}

.date-picker-wrapper .gap .gap-line {
    height: 15px;
    width: 15px;
    position: relative;
}

.date-picker-wrapper .gap .gap-line .gap-1 {
    z-index: 1;
    height: 0;
    border-left: 8px solid white;
    border-top: 8px solid #eee;
    border-bottom: 8px solid #eee;
}

.date-picker-wrapper .gap .gap-line .gap-2 {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 2;
    height: 0;
    border-left: 8px solid transparent;
    border-top: 8px solid white;
}

.date-picker-wrapper .gap .gap-line .gap-3 {
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 2;
    height: 0;
    border-left: 8px solid transparent;
    border-bottom: 8px solid white;
}

.date-picker-wrapper .gap .gap-top-mask {
    width: 6px;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 1px;
    background-color: #eee;
    z-index: 3;
}

.date-picker-wrapper .gap .gap-bottom-mask {
    width: 6px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 7px;
    background-color: #eee;
    z-index: 3;
}

.date-picker-wrapper .selected-days {
    display: none;
}

.date-picker-wrapper .drp_top-bar {
    line-height: 1.4;
    position: relative;
    padding: 10px 40px 10px 0;
}

.date-picker-wrapper .drp_top-bar .error-top {
    display: none;
}

.date-picker-wrapper .drp_top-bar .normal-top {
    display: none;
}

.date-picker-wrapper .drp_top-bar .default-top {
    display: block;
}

.date-picker-wrapper .drp_top-bar.error .default-top {
    display: none;
}

.date-picker-wrapper .drp_top-bar.error .error-top {
    display: block;
    color: red;
}

.date-picker-wrapper .drp_top-bar.normal .default-top {
    display: none;
}

.date-picker-wrapper .drp_top-bar.normal .normal-top {
    display: block;
}

.date-picker-wrapper .drp_top-bar .apply-btn {
    position: absolute;
    right: 0px;
    top: 6px;
    padding: 3px 5px;
    margin: 0;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    color: #d9eef7;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
    color: white;
    line-height: initial;
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
    cursor: pointer;
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top, #fff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.date-picker-wrapper .time {
    position: relative;
}

.date-picker-wrapper.single-month .time {
    display: none;
}

.date-picker-wrapper .time input[type=range] {
    vertical-align: middle;
    width: 129px;
    padding: 0;
    margin: 0;
    height: 20px;
}

.date-picker-wrapper .time1, .time2 {
    width: 180px;
    padding: 0 5px;
    text-align: center;
}

.date-picker-wrapper .time1 {
    float: left;
}

.date-picker-wrapper .time2 {
    float: right;
}

.date-picker-wrapper .hour, .minute {
    text-align: right;
}

.date-picker-wrapper .hide {
    display: none;
}

.date-picker-wrapper .first-date-selected {
    background-color: #49e !important;
    color: white !important;
}

.date-picker-wrapper .last-date-selected {
    background-color: #49e !important;
    color: white !important;
}

.date-picker-wrapper .date-range-length-tip {
    position: absolute;
    margin-top: -4px;
    margin-left: -8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    display: none;
    background-color: yellow;
    padding: 0 6px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 16px;
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

.date-picker-wrapper .date-range-length-tip:after {
    content: '';
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid yellow;
    left: 50%;
    margin-left: -4px;
    bottom: -4px;
}

.date-picker-wrapper.two-months.no-gap .month1 .next, .date-picker-wrapper.two-months.no-gap .month2 .prev {
    display: none;
}

.date-picker-wrapper .week-number {
    padding: 5px 0;
    line-height: 1;
    font-size: 12px;
    margin-bottom: 1px;
    color: #999;
    cursor: pointer;
}

.date-picker-wrapper .week-number.week-number-selected {
    color: #4499EE;
    font-weight: bold;
}

.classifieds {
    padding-bottom: 12.5px;
    margin-bottom: 25px;
    border-bottom: 1px solid #F2F2F2;
    overflow: auto;
}

.classifieds .portrait-image {
    max-height: 80px;
}

.classifieds .landscape-image {
    max-width: 200px;
}

@media (max-width: 991px) {
    .classifieds > .media-right {
        display: block;
        padding: 0;
    }

    .classifieds > .media-right img {
        max-width: 100%;
    }
}

.calendar-filter .checkbox {
    padding: 0;
}

.calendar-filter .checkbox label {
    display: block;
}

@media (max-width: 768px) {
    .featured-highlights {
        margin: 25px 0;
    }

    .featured-highlights img {
        max-width: 100%;
        height: auto;
    }
}

.featured-highlights .pre-title {
    color: #414042;
}

.featured-highlights .pre-title:after {
    content: "/ ";
    padding: 0 5px;
    color: #ccc;
}

.featured-highlights .highlights-list {
    padding: 0;
}

.featured-highlights .highlights-list .featured-image {
    display: table-cell;
    vertical-align: top;
}

@media (min-width: 768px) {
    .featured-highlights .highlights-list .featured-image + .media-heading {
        width: 362px;
    }
}

.featured-highlights .highlights-list .media-heading {
    display: table-cell;
    vertical-align: middle;
    padding: 12.5px;
}

.featured-highlights .highlights-list .media-heading h5 {
    margin: 0;
}

.featured-highlights .highlights-list .media-heading p {
    color: #414042;
    font-weight: normal;
    margin: 8.33333333px 0;
}

.featured-highlights .highlights-list li {
    list-style-type: none;
    background-color: #F2F2F2;
}

.featured-highlights .highlights-list li:last-child a {
    border-bottom: none;
}

.featured-highlights .highlights-list li a {
    line-height: 1.418;
    display: block;
    font-weight: 500;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    margin-bottom: 10px;
}

.featured-highlights .highlights-list li a:hover {
    text-decoration: none;
    background-color: #F2F2F2;
}

@media (max-width: 768px) {
    .featured-highlights .highlights-list .featured-image {
        display: block;
        min-width: 200px;
    }

    .featured-highlights .highlights-list .featured-image img {
        max-width: 100%;
        height: auto;
    }
}

.featured-highlights .featured {
    background-color: #F2F2F2;
    position: relative;
    margin-bottom: 10px;
    display: table;
}

@media (max-width: 768px) {
    .featured-highlights .featured {
        display: block;
    }
}

.featured-highlights .featured:hover {
    background-color: #ededed;
}

.featured-highlights .featured a:hover {
    text-decoration: none;
}

.featured-highlights .featured .featured-image {
    display: table-cell;
    vertical-align: top;
}

.featured-highlights .featured .media-heading {
    padding: 12.5px;
    display: table-cell;
    vertical-align: top;
}

.featured-highlights .featured .media-heading h4 {
    margin-top: 0;
}

.featured-highlights .featured .media-heading p {
    color: #414042;
}

.featured-highlights .featured .read-more {
    position: absolute;
    right: 12.5px;
    bottom: 6.25px;
}

@media (max-width: 768px) {
    .featured-highlights .featured .featured-image {
        display: block;
    }

    .featured-highlights .featured .featured-image img {
        max-width: 100%;
        height: auto;
    }

    .featured-highlights .featured .media-heading {
        display: block;
    }
}

.featured-highlights .feature-col {
    position: relative;
}

.featured-highlights .feature-col a:hover {
    text-decoration: none;
}

.featured-highlights .feature-col .media-heading {
    background-color: #F2F2F2;
    padding: 8.33333333px;
}

.featured-highlights .feature-col h5 {
    margin-top: 0;
}

.featured-highlights .feature-col p {
    color: #414042;
    line-height: 1.4518;
}

.featured-highlights .feature-col .read-more {
    position: absolute;
    right: 8.33333333px;
    bottom: 5px;
}

.featured-highlights .left-col {
    padding-right: 5px;
}

.featured-highlights .right-col {
    padding-left: 5px;
}

@media (max-width: 768px) {
    .featured-highlights .left-col, .featured-highlights .right-col {
        padding-right: 14px;
        padding-left: 14px;
    }
}

.search-result {
    margin-bottom: 25px;
}

.search-result span {
    display: block;
}

.search-result a:hover {
    text-decoration: none;
}

.search-result a:hover .title {
    text-decoration: underline;
}

.search-result .pre-title, .search-result .title {
    display: inline;
}

.search-result h4 {
    margin-bottom: 1px;
}

.list-block .list-block-bordered-bottom {
    border-bottom: 1px solid #DDDDDD;
    display: block;
    padding-bottom: 12.5px;
    margin-bottom: 12.5px;
}

.list-block .list-block-bordered-bottom h5 {
    margin-top: 0;
}

.home-block {
    background-color: #F2F2F2;
    border: 1px solid #DDDDDD;
    border-bottom: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
    box-shadow: inset 0 -2px 0 rgba(8, 74, 111, 0.35);
    position: relative;
}

.home-block:hover {
    box-shadow: inset 0 -2px 0 #084a6f;
}

@media (max-width: 767px) {
    .home-block.list-item {
        display: flex;
        flex-direction: row;
        margin-bottom: 16px;
        flex: 1;
    }

    .home-block.list-item .image {
        max-width: 135px;
        display: flex;
        flex: 1 0 auto;
        height: auto;
        overflow: hidden;
        position: relative;
    }

    .home-block.list-item .image img {
        height: 80px;
    }
}

@media (min-width: 1300px) {
    .home-block.list-item:after {
        position: absolute;
        content: ' ';
        top: 0;
        right: -15px;
        bottom: 0;
        width: 1px;
        border-right: 1px #DDDDDD dashed;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .home-block.list-item {
    }
}

.home-block .media-container img {
    float: right;
}

.home-block .pre-title {
    color: #084a6f;
}

.home-block .content {
    padding: 8px 8px 32px 8px;
    color: #666;
}

.home-block .content h5, .home-block .content h6 {
    padding: 0;
    margin: 0;
    color: #222222;
}

.home-block .content p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
}

.home-block .content .date {
    color: #084a6f;
    font-size: 14px;
    display: block;
    position: absolute;
    bottom: 5px;
}

.home-block.home-hero h5 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 28px;
    color: #222222;
}

.home-block.home-hero .content {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

@media (min-width: 1300px) {
    .home-block.home-hero .content {
        min-height: 345px;
    }
}

.home-block.headline {
    padding-bottom: 30px;
    width: 285px;
}

.section-headline {
    color: #084a6f;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 189px;
    width: 14.5%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 13px;
}

@media (min-width: 1200px) {
    .section-headline {
        margin-right: 14px;
    }
}

.section-headline .btn {
    min-width: 100%;
    font-size: 14px;
}

.section-headline + .row {
    display: flex;
    flex: 1;
}

@media (max-width: 1199px) {
    .section-headline + .row {
        flex: 1 0 auto;
    }
}

.highlighted-headline {
    color: #084a6f;
}

.highlighted-headline:after {
    content: '/';
    display: inline-block;
    margin: 0 0.3em;
}

.advert {
    margin-bottom: 20px;
}

.saleroom .home-block {
    border-bottom-color: #F0A426;
}

.saleroom .price {
    color: #084a6f;
    margin-top: 20px;
    font-family: "Noto Serif", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-weight: 700;
    display: block;
}

.saleroom .read-more-button {
    background-color: #414042;
    box-shadow: 0px 2px #0e0e0e;
    font-size: 12px;
}

@media (max-width: 992px) {
    .section-headline .read-more-button {
        margin-bottom: 20px;
    }
}

.caret {
    background-image: url("/dist/images/icons/caret-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    width: 10px;
    height: 10px;
}

.rounded-submit {
    background-color: #084a6f;
    border-radius: 0 3px 3px 0;
    box-shadow: inset 0 -2px 0 rgba(65, 64, 65, 0.35);
    margin-left: -5px;
    color: white;
}

.home-block-link {
    margin-bottom: 16px;
    display: flex;
    flex: 1 1 auto;
}

.home-block-link:last-child {
    padding-right: 0;
}

.home-block-link:hover {
    text-decoration: none;
}

.home-block-link .home-block {
    flex: 1 1 0px;
}

.table-list {
    display: block;
    overflow: hidden;
}

.table-list .list-group {
    display: inline-block;
    margin: 0;
}

#home-page-content > .row {
    margin-bottom: 50px;
}

.home-row {
    display: flex;
}

@media (max-width: 1199px) {
    .home-row {
        flex-direction: column;
    }
}

.home-row .section-headline {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 14.5%;
}

@media (max-width: 1199px) {
    .home-row .section-headline {
        display: block;
        width: 100%;
        flex: none;
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .home-row .section-headline {
        padding: 0 7px;
    }
}

.home-row .section-headline .btn-container {
    display: block;
    width: 100%;
    margin-bottom: 18px;
    margin-top: auto;
}

@media (max-width: 1199px) {
    .home-row .section-headline .btn-container {
        display: none;
    }
}

.home-row .section-headline .content {
    padding: 0;
    color: #414042;
    font-size: 14px;
}

@media (max-width: 767px) {
    .home-row .flex-container {
        display: block;
        flex: none;
    }

    .home-row .flex-container .flex-col {
        display: block;
        margin: 0;
    }

    .home-row .row {
        display: block;
    }
}

.homepage-row img {
    max-width: 100%;
    height: auto;
}

.homepage-row + .homepage-row {
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .homepage-row + .homepage-row {
        margin-top: 30px;
    }
}

.masthead-home {
    background-color: #F2F2F2;
    padding: 29px 0;
    background-color: #F2F2F2;
}

.masthead-home h1, .masthead-home h2, .masthead-home h3, .masthead-home h4 {
    margin-top: 0;
}

.masthead-home.defaultGrey {
    background-image: radial-gradient(circle 242px at 38.35% 106.76%, #f5f5f5 0%, #e7e7e8 100%);
}

.masthead-home .text-center .narrow-content {
    justify-content: center;
}

.masthead-home .masthead-btn.btn.btn-primary {
    box-shadow: none;
}

.masthead-home.narrow {
    padding: 6.25px 0;
    min-height: 41px;
    background-color: #e7e7e8;
    background-image: none;
}

.masthead-home.narrow.medium {
    padding: 25px 0;
    font-size: 21px;
}

.masthead-home.narrow .narrow-content {
    padding: 0 5px;
    letter-spacing: 0.1px;
}

@media (min-width: 768px) {
    .masthead-home.narrow .narrow-content {
        display: flex;
        align-items: center;
    }
}

.masthead-home.narrow .narrow-content.h1, .masthead-home.narrow .narrow-content.h2, .masthead-home.narrow .narrow-content.h3, .masthead-home.narrow .narrow-content.h4 {
    color: inherit;
    font-family: inherit;
    margin: 5px 0;
}

.masthead-home.narrow .narrow-content.text-small {
    font-size: 18px;
}

.masthead-home.narrow .narrow-content.text-small .masthead-btn {
    margin: 0 12px;
}

.masthead-home.narrow .narrow-content.text-medium {
    font-size: 24px;
    padding: 8px 0px;
}

.masthead-home.narrow .narrow-content.text-medium .masthead-btn {
    font-size: 20px;
    padding: 5px 20px;
    margin: 0 16px;
}

.masthead-home.narrow .narrow-content.text-large {
    font-size: 30px;
    padding: 16px 0px;
}

.masthead-home.narrow .narrow-content.text-large .masthead-btn {
    font-size: 20px;
    padding: 5px 20px;
    margin: 0 16px;
}

@media (max-width: 991px) {
    .masthead-home.narrow .narrow-content span {
        margin: 5px 0;
    }
}

.masthead-home.narrow .masthead-btn {
    padding: 8px 20px;
    margin: 0 8px;
    border-radius: 4px;
    background-color: #084a6f;
    color: white;
    display: inline-block;
    font-size: 90%;
}

@media (max-width: 991px) {
    .masthead-home.narrow .masthead-btn {
        margin-top: 5px;
        display: block;
    }
}

.content > .masthead-home {
    margin-top: -25px;
    margin-bottom: 25px;
}

.section-highlight {
    background-color: #F2F2F2;
    padding-top: 32px;
    margin-bottom: 32px;
    margin-top: 32px;
    padding-bottom: 24px;
}

.section-highlight .curated-block-link > a {
    background-color: white;
    box-shadow: inset 0 -3px 0 #F0A426;
}

.section-highlight .curated-block-link > a:hover {
    color: #414042;
    box-shadow: inset 0 -3px 0 #d48a0f;
}

.section-highlight .curated-block-link > a h5 {
    color: #084a6f;
}

.section-highlight .flex-wrapper .curated-block.list-item {
    margin-right: 0;
}

.section-highlight.buyatauctiononlinerow .section-headline {
    background-color: #414042;
    padding-bottom: 100px;
    margin-bottom: 16px;
}

@media (max-width: 1199px) {
    .section-highlight.buyatauctiononlinerow .section-headline {
        padding-bottom: 16px;
    }
}

.section-highlight.buyatauctiononlinerow .section-headline .blue-title {
    color: #F0A426;
    padding-left: 20px;
    padding-top: 15px;
}

@media (max-width: 1199px) {
    .section-highlight.buyatauctiononlinerow .section-headline .blue-title {
        text-align: center;
        font-size: 20px;
    }
}

.section-highlight.buyatauctiononlinerow .section-headline .content {
    display: block;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
    font-size: 22px;
    padding-top: 75px;
    padding-left: 20px;
}

@media (max-width: 1199px) {
    .section-highlight.buyatauctiononlinerow .section-headline .content {
        padding-top: 0;
        font-size: 14px;
        text-align: center;
        display: none;
    }
}

.section-highlight.buyatauctiononlinerow .section-headline .btn {
    position: absolute;
    bottom: 9px;
    right: 9px;
    left: 9px;
    min-width: auto;
    min-width: initial;
    display: block;
    margin: auto;
    font-size: 18px;
    padding: 10px;
    background-color: transparent;
    box-shadow: none;
    min-height: initial;
}

.section-highlight.buyatauctiononlinerow .section-headline .btn:hover {
    background-color: #F0A426;
    box-shadow: none;
    color: #414042;
}

.section-highlight.buyatauctiononlinerow .section-headline .btn-container {
    padding-top: 8px;
    display: inline-block;
}

.table-list--featured-count-3 .flex-wrapper {
    flex-direction: column;
}

@media (min-width: 768px) and (max-width: 991px) {
    .featuresrow .ad--container .news {
        margin-right: 10px;
    }
}

.btn {
    min-height: 45px;
    padding: 10px 20px;
    min-width: 200px;
    font-size: 18px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: pre-wrap;
}

.btn.btn-primary {
    background-color: #084a6f;
    color: #F2F2F2;
    -moz-box-shadow: 0px 2px #052a3f;
    -webkit-box-shadow: 0px 2px #052a3f;
    box-shadow: 0px 2px #052a3f;
}

.btn.btn-primary:hover {
    background-color: #0b6a9f;
    -moz-box-shadow: 0px 2px #084a6f;
    -webkit-box-shadow: 0px 2px #084a6f;
    box-shadow: 0px 2px #084a6f;
}

.btn.btn-default {
    background-color: white;
    border: #F2F2F2 1px solid;
    color: #bbb;
}

.btn.btn-default:hover {
    color: #222222;
    background-color: #bbb;
}

.btn.btn-dark {
    background-color: #414042;
    -moz-box-shadow: 0px 2px black;
    -webkit-box-shadow: 0px 2px black;
    box-shadow: 0px 2px black;
    color: #F2F2F2;
}

.btn.btn-dark:hover {
    background-color: black;
    -moz-box-shadow: 0px 2px #747276;
    -webkit-box-shadow: 0px 2px #747276;
    box-shadow: 0px 2px #747276;
}

.btn.btn-xs {
    min-width: initial;
    padding: 10px 20px;
}

.cookie-message .btn-holder {
    width: 100%;
}

.cookie-message .btn-holder a.btn {
    min-width: initial;
}

@media (max-width: 768px) {
    .cookie-message .btn-holder a.btn {
        display: block;
        width: 100%;
        font-size: 16px;
    }
}

.alert {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #4a4a4a;
}

.alert.alert-info {
    border-color: #084a6f;
}

.tab-content .table tr:first-child td {
    border-top: none;
}

.nav-tabs {
    border-bottom: 1px solid #DDDDDD;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
    border-bottom: 3px solid #084a6f;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    font-weight: bold;
}

.paywall {
    padding: 0;
    display: block;
    background-color: #DDDDDD;
    position: relative;
    min-height: 1px;
    margin-top: 40px;
    margin-bottom: 1em;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjMwMDBweCIgY3k9IjMwMHB4IiByPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGRkZGRkIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -moz-radial-gradient(3000px 300px, #ffffff 0%, #dddddd 100%);
    background-image: -webkit-radial-gradient(3000px 300px, #ffffff 0%, #dddddd 100%);
    background-image: radial-gradient(3000px 300px, #ffffff 0%, #dddddd 100%);
}

@media (max-width: 991px) {
    .paywall {
        margin-left: 0;
        margin-right: 0;
    }
}

.paywall h2 {
    font-weight: normal;
}

.paywall .banner-image {
    display: inline-block;
    min-height: 375px;
    display: block;
    overflow: auto;
}

@media (max-width: 1199px) {
    .paywall .banner-image {
        background-size: 45%;
        padding-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .paywall .banner-image {
        background-image: none;
        background-size: 0;
        padding-bottom: 25px;
    }
}

.paywall .paywall-banner {
    background-color: #DDDDDD;
    color: #333;
    padding: 18px;
}

.paywall .paywall-banner p {
    margin-bottom: 0;
    font-size: 24px;
}

.paywall .paywall-banner a {
    color: #F0A426;
}

.paywall .device-banner {
    margin-top: 25px;
    border-left: 1px solid #939598;
    padding-left: 4.15%;
    margin-left: 4.15%;
    min-height: 375px;
}

@media (max-width: 1200px) {
    .paywall .device-banner {
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .paywall .device-banner {
        border-top: 1px solid #939598;
        padding-top: 25px;
        border-left: none;
        min-height: 200px;
    }
}

.paywall ul {
    padding-top: 15px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.paywall form {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 25px;
    padding-left: 4.15%;
}

.paywall form legend {
    border: none;
    font-size: 32px;
}

.inverse .paywall-inline-message {
    margin-top: 25px;
}

.inverse .paywall-inline-message:before {
    background-image: none;
}

.paywall-inline-message {
    text-align: center;
    margin-bottom: 25px;
}

.paywall-inline-message h3 {
    margin-top: 10px;
    font-weight: normal;
}

.paywall-inline-message:before {
    content: '';
    height: 150px;
    margin-top: -150px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 5%, rgba(255, 255, 255, 0.9) 95%, #ffffff 100%);
    width: 100%;
    display: block;
}

.paywall-inline-message a:not(.btn) {
    font-size: 28px;
}

.paywall-inline-message a.btn.btn-primary {
    box-shadow: 0px 2px rgba(0, 0, 0, 0.2);
}

.paywall-inline-message a.btn.btn-primary:hover {
    box-shadow: 0px 2px rgba(0, 0, 0, 0.5);
}

li.printed-sub-link {
    padding-top: 16px;
}

h1.locked:before, h2.locked:before, h3.locked:before {
    content: '\e033';
    color: #939598;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 75%;
}

.paywall-teaser-container {
    margin-bottom: 25px;
}

.freemium-countdown-message {
    border-top: 3px solid #DDDDDD;
    border-bottom: 3px solid #DDDDDD;
    text-align: center;
    margin-bottom: 1em;
    padding-top: 0 !important;
    padding-bottom: 1em;
}

.freemium-countdown-message h1, .freemium-countdown-message h2, .freemium-countdown-message h3 {
    font-weight: normal;
    margin: 12.5px 0;
}

.freemium-countdown-message a.subscribe-button {
    font-size: 28px;
    line-height: 0.5em;
}

.freemium-countdown-message span > * {
    color: inherit;
}

.freemium-countdown-message a.btn.btn-primary {
    box-shadow: 0px 2px rgba(0, 0, 0, 0.2);
}

.freemium-countdown-message a.btn.btn-primary:hover {
    box-shadow: 0px 2px rgba(0, 0, 0, 0.5);
}

.styled-message > * {
    color: inherit;
}

.editions .issue {
    display: inline-block;
    background-color: #F2F2F2;
    border: 1px solid #DDDDDD;
    border-bottom: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
    margin-bottom: 14px;
    box-shadow: inset 0 -2px 0 rgba(8, 74, 111, 0.35);
    position: relative;
    max-width: 216px;
    margin-right: 18px;
}

.editions .issue:nth-of-type(4) {
    margin: 0;
}

.editions .issue:hover {
    box-shadow: inset 0 -2px 0 #084a6f;
}

.editions .issue .issue-info {
    padding: 0 13px 13px 13px;
}

.editions .issue .date {
    color: #b2b2b2;
    font-size: 14px;
    display: block;
}

.editions .issue a:hover {
    text-decoration: none;
}

.curated-block-link > a {
    margin-bottom: 16px;
    font-size: 14px;
    color: #222222;
    background-color: #F2F2F2;
    border: 1px solid #DDDDDD;
    border-bottom: none;
    box-shadow: inset 0 -2px 0 rgba(11, 106, 159, 0.35);
    flex: 1 1 auto;
}

.curated-block-link > a:hover {
    text-decoration: none;
    box-shadow: inset 0 -2px 0 #0b6a9f;
}

@media (max-width: 767px) {
    .curated-block-link > a {
        width: 100%;
        flex-direction: row;
        display: flex;
        padding-bottom: 3px;
    }
}

@media (max-width: 767px) {
    .curated-block-link.curated-block-link--flex-col-xs > a {
        flex-direction: column;
    }
}

.curated-block-link.curated-block-link--with-border {
    position: relative;
}

@media (min-width: 1300px) {
    .curated-block-link.curated-block-link--with-border:after {
        position: absolute;
        content: ' ';
        top: 0;
        right: 15px;
        bottom: 16px;
        width: 1px;
        border-right: 1px #DDDDDD dashed;
    }
}

.curated-block-link .date {
    color: #084a6f;
    font-size: 14px;
}

.flex-col {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 1 1 auto;
    margin-right: 29px;
    min-height: 100px;
}

@media (max-width: 1199px) {
    .flex-col {
        min-height: 50px;
    }
}

.flex-col .curated-block-link {
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0%;
}

.flex-col .curated-block.featured {
    flex: 1 0 0px;
    display: flex;
    flex-direction: column;
}

.flex-col.featured-col {
    flex-basis: 38.2938%;
    flex-basis: 404px;
}

.flex-col.featured-col .curated-block-link--with-image {
    -webkit-flex: 1;
}

.flex-col.featured-col .curated-block-link--with-image + .curated-block-link {
    flex: 0 1 auto;
    flex-direction: column;
}

@media (max-width: 1199px) {
    .flex-col.featured-col .curated-block-link--with-image + .curated-block-link {
        flex-direction: row;
    }
}

.flex-col.list-col {
    flex-basis: 30.8531%;
    flex-basis: 296px;
}

.flex-col.one-third-col {
    flex-basis: 33.33%;
}

.flex-col.two-third-col {
    flex-basis: 66.66%;
}

.flex-col.quarter-col {
    width: 25%;
    flex-basis: 25%;
}

.flex-col.half-col {
    width: 50%;
}

.flex-col.three-quarter-col {
    width: 75%;
}

@media (max-width: 991px) {
    .flex-col.three-quarter-col, .flex-col.half-col, .flex-col.quarter-col {
        width: 100%;
    }
}

.flex-col .curated-block .pre-title {
    color: #084a6f;
}

.flex-col .curated-block .content {
    padding: 8px;
    color: #666;
    position: relative;
    flex: 1 0 0px;
}

.flex-col .curated-block .content h5, .flex-col .curated-block .content h6 {
    padding: 0;
    margin: 0 0 10px 0;
    color: #222222;
    font-size: 18px;
}

.flex-col .curated-block .content p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
}

.flex-col .curated-block .content .date {
    color: #084a6f;
    font-size: 14px;
    display: block;
}

.flex-col .curated-block .curated-block-image {
    display: block;
    flex: 1 0 0px;
}

@media (max-width: 1199px) {
    .flex-col .curated-block .curated-block-image {
        overflow: visible;
        flex: 0 1 0px;
    }
}

.flex-initial {
    flex: 1 1 auto;
}

.list-col.list-col--width-secondary {
    width: 58.734%;
}

@media (max-width: 1199px) {
    .list-col.list-col--width-secondary {
        width: 100%;
    }
}

.list-col .list-block {
    width: 25%;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1199px) {
    .list-col .list-block {
        width: 100%;
        flex: 1 0 auto;
    }
}

.list-col .list-block > a {
    display: flex;
    flex-direction: column;
    background-color: #F2F2F2;
    border-bottom: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 32px;
    border-bottom: 3px solid #0b6a9f;
    padding: 0 10px 10px 10px;
    margin-right: 30px;
    flex: 1 1 0px;
}

@media (max-width: 1199px) {
    .list-col .list-block > a {
        margin-right: 0;
    }
}

.list-col .list-block > a h4 {
    display: inline-block;
    font-size: 16px;
}

.list-col .list-block .content {
    padding: 0;
    flex: 1 0 auto;
}

.list-col .list-block .date {
    color: #084a6f;
    font-size: 14px;
}

@media (max-width: 1199px) {
    .morenewsrow .flex-wrapper {
        flex-direction: column;
    }

    .morenewsrow .flex-wrapper .flex-col {
        margin: 0;
    }

    .morenewsrow .flex-wrapper .flex-col.flex-wrapper--two-image-col {
        flex: 1 1 auto;
    }
}

@media (max-width: 1199px) {
    .morenewsrow .flex-wrapper .flex-wrapper--two-image-col + .list-col {
        flex: 1 0 auto;
        width: 100%;
    }

    .morenewsrow .flex-wrapper .flex-wrapper--two-image-col + .list-col .list-block {
        width: 100%;
    }

    .morenewsrow .flex-wrapper .flex-wrapper--two-image-col + .list-col .list-block > a {
        margin: 0 30px 0 0;
    }
}

@media (max-width: 991px) {
    .morenewsrow .flex-wrapper .flex-wrapper--two-image-col + .list-col .list-block > a {
        margin: 0;
    }
}

.morenewsrow .extra-news {
    flex-wrap: nowrap;
    flex: 1 1 auto;
}

@media (max-width: 991px) {
    .morenewsrow .extra-news {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .morenewsrow .extra-news {
        flex-wrap: wrap;
        flex-direction: row;
    }
}

.morenewsrow .extra-news .list-block {
    flex-direction: row;
}

@media (min-width: 1200px) {
    .morenewsrow .extra-news .list-block:nth-child(1), .morenewsrow .extra-news .list-block:nth-child(2) {
        width: 240px;
        margin-right: 30px;
    }
}

.morenewsrow .extra-news .list-block:nth-child(1) > a, .morenewsrow .extra-news .list-block:nth-child(2) > a {
    margin: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .morenewsrow .extra-news .list-block:nth-child(1), .morenewsrow .extra-news .list-block:nth-child(2) {
        width: 50%;
        flex: 1 0 50%;
    }

    .morenewsrow .extra-news .list-block:nth-child(1) > a, .morenewsrow .extra-news .list-block:nth-child(2) > a {
        margin-right: 0;
    }
}

@media (max-width: 1199px) {
    .morenewsrow .extra-news .list-block:nth-child(1), .morenewsrow .extra-news .list-block:nth-child(2) {
        margin-right: 0;
    }
}

.morenewsrow .extra-news .list-block:nth-child(3), .morenewsrow .extra-news .list-block:nth-child(4) {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
}

@media (max-width: 1199px) {
    .morenewsrow .extra-news .list-block:nth-child(3), .morenewsrow .extra-news .list-block:nth-child(4) {
        flex-basis: 22%;
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .morenewsrow .extra-news .list-block:nth-child(3), .morenewsrow .extra-news .list-block:nth-child(4) {
        width: 100%;
        flex: 1 1 auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .morenewsrow .extra-news .list-block:nth-child(1) > a, .morenewsrow .extra-news .list-block:nth-child(3) > a {
        margin-right: 30px;
    }
}

@media (max-width: 1199px) {
    .morenewsrow .extra-news .list-block:nth-child(even) {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .morenewsrow .extra-news .list-block:nth-child(3) > a {
        margin-right: 15px;
    }

    .morenewsrow .extra-news .list-block:last-of-type > a {
        margin-right: 0;
        margin-left: 15px;
    }
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex: 1 1 auto;
}

.flex-container > div.flex-col:last-of-type {
    margin-right: 0;
}

.margin-fix {
    margin-right: -30px !important;
}

@media (max-width: 991px) {
    .margin-fix {
        margin-right: 0 !important;
    }
}

.flex-col > .flex-wrapper {
    flex: 1 0 auto;
}

.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

@media (max-width: 767px) {
    .flex-wrapper {
        display: block;
    }
}

.flex-wrapper .curated-block-link {
    display: flex;
}

.flex-wrapper .curated-block-link:nth-of-type(3n+0) {
    margin-right: 0;
}

.flex-wrapper .curated-block-link .list-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: 30px;
}

@media (max-width: 991px) {
    .flex-wrapper .curated-block-link .list-item {
        margin-right: 0;
    }
}

.flex-wrapper .curated-block-link .list-item .content {
    flex: 1 0 auto;
    padding: 8px;
}

.flex-wrapper .curated-block-link .list-item .content h5 {
    margin-top: 0;
}

.flex-wrapper .curated-block-link .list-item .bottom {
    padding: 0 8px 8px 8px;
}

.flex-wrapper.flex-wrapper--span-highlight .curated-block-link {
    width: 331px;
    margin-right: 32px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .flex-wrapper.flex-wrapper--span-highlight .curated-block-link {
        margin-right: 0;
        width: 50%;
    }

    .flex-wrapper.flex-wrapper--span-highlight .curated-block-link:nth-child(odd) > a {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .flex-wrapper.flex-wrapper--span-highlight .curated-block-link {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .flex-wrapper.flex-wrapper--span-highlight .curated-block-link:nth-of-type(3n+0) {
        margin-right: 0;
    }
}

.flex-wrapper.flex-wrapper--span-25 .curated-block-link {
    width: 25%;
    flex-basis: 25%;
}

.flex-wrapper.flex-wrapper--span-25 .curated-block-link:nth-of-type(4n+0):after {
    border: none;
}

.flex-wrapper.flex-wrapper--span-50 .curated-block-link {
    width: 50%;
    flex-basis: 50%;
}

@media (max-width: 991px) {
    .flex-wrapper.flex-wrapper--span-50 .curated-block-link {
        width: 100%;
        flex-basis: 100%;
    }
}

.flex-wrapper.flex-wrapper--span-50 .curated-block-link:nth-of-type(2n+0):after {
    border: none;
}

@media (min-width: 1200px) {
    .flex-wrapper .flex-wrapper--two-image-col {
        max-width: 240px;
    }
}

@media (max-width: 991px) {
    .flex-wrapper .flex-wrapper--two-image-col {
        max-width: 100%;
        margin-right: 30px;
    }
}

@media (max-width: 991px) {
    .flex-wrapper .flex-wrapper--two-image-col {
        margin-right: 30px;
    }

    .flex-wrapper .flex-wrapper--two-image-col:nth-child(odd) {
        flex: 0 1 auto;
    }

    .flex-wrapper .flex-wrapper--two-image-col:nth-child(even) {
        margin-right: 0;
    }

    .flex-wrapper .flex-wrapper--two-image-col:nth-child(1), .flex-wrapper .flex-wrapper--two-image-col:nth-child(2) {
        width: 100%;
        margin: 0;
        flex: 1 0 100%;
    }
}

.flex-wrapper .flex-wrapper--two-image-col img {
    max-width: 100%;
}

.flex-wrapper .flex-wrapper--two-image-col + .list-col {
    width: 567px;
    width: 52.7579%;
    flex: 1 0 0px;
    flex-wrap: wrap;
    flex-direction: row;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .flex-wrapper .flex-wrapper--two-image-col + .list-col {
        margin-right: 0 !important;
    }
}

@media (max-width: 991px) {
    .flex-wrapper .flex-wrapper--two-image-col + .list-col {
        width: 100%;
        flex: 1 0 100%;
    }
}

.flex-wrapper .flex-wrapper--two-image-col + .list-col .list-block {
    width: 50%;
    flex: 1 0 50%;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 991px) {
    .flex-wrapper .flex-wrapper--two-image-col + .list-col .list-block {
        width: 100%;
        flex: 1 0 100%;
    }
}

.flex-wrapper .flex-wrapper--two-image-col + .list-col .list-block > a {
    display: flex;
    flex-direction: column;
    background-color: #F2F2F2;
    border-bottom: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 32px;
    border-bottom: 3px solid #0b6a9f;
    padding: 0 10px 10px 10px;
    margin-right: 30px;
    flex: 1 1 auto;
}

@media (max-width: 991px) {
    .flex-wrapper .flex-wrapper--two-image-col + .list-col .list-block > a {
        margin-right: 0;
        flex-direction: column;
    }
}

.flex-wrapper .flex-wrapper--two-image-col + .list-col .list-block > a h4 {
    display: inline-block;
    font-size: 16px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .flex-wrapper .flex-wrapper--two-image-col + .list-col .list-block:nth-child(even) > a {
        margin-right: 0;
    }
}

.flex-wrapper .flex-wrapper--two-image-col + .list-col .list-block .content {
    padding: 0;
    flex: 1 0 auto;
}

.flex-wrapper .flex-wrapper--two-image-col + .list-col .list-block .date {
    color: #084a6f;
    font-size: 14px;
}

@media (min-width: 1200px) {
    .flex-wrapper .flex-col {
        flex-basis: 250px;
    }
}

@media (max-width: 991px) {
    .flex-wrapper .flex-col {
        margin: 0;
    }
}

.flex-wrapper .flex-col .content {
    flex: 1 0 auto;
}

.flex-col .list-block {
    display: flex;
    margin-bottom: 16px;
    background-color: #F2F2F2;
    border-bottom: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
    border-bottom: 3px solid #0b6a9f;
    flex: 1 1 auto;
}

@media (max-width: 1199px) {
    .flex-col .list-block {
        padding-bottom: 0;
        margin-bottom: 16px;
    }
}

.flex-col .list-block-item {
    display: flex;
    flex-direction: column;
    flex: 1 1 0px;
}

@media (max-width: 1199px) {
    .flex-col .list-block-item {
        flex-direction: row;
    }
}

@media (max-width: 1199px) {
    .flex-col .list-block-item.list-block-item--mobile-col {
        flex-direction: column;
    }
}

@media (min-width: 992px) and (max-width: 1299px) {
    .flex-col .list-block-item.list-block-item--tab-col {
        flex-direction: column;
    }

    .flex-col .list-block-item.list-block-item--tab-col .list-block-image {
        max-width: 100%;
        margin: 0;
    }
}

@media (max-width: 1199px) {
    .flex-col .list-block-item .list-block-image {
        flex: 1 0 auto;
        max-width: 135px;
        overflow: hidden;
    }
}

.flex-col .list-block-item .list-block-image img {
    height: auto;
}

.flex-col .list-block-item .list-block-image + h4 {
    padding: 0 10px;
}

.flex-col .list-block-item .content {
    padding: 0 10px;
    flex: 1 0 auto;
    color: #666;
    font-size: 14px;
}

@media (max-width: 1199px) {
    .flex-col .list-block-item .content {
        flex: 1 0 0px;
    }
}

.flex-col .list-block-item .date {
    color: #084a6f;
    font-size: 14px;
}

.flex-col .list-block-item span {
    color: #666;
    font-size: 14px;
}

@media (min-width: 1200px) {
    .flex-col .list-block-item span {
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .flex-col .list-block-item span:last-of-type {
        padding-bottom: 10px;
    }
}

.latestjobsrow span {
    display: inline-block;
}

.latestnewsrow .curated-block .content h5, .latestnewsrow .curated-block .content h6 {
    font-size: 16px;
}

.latestnewsrow h5, .latestnewsrow h6 {
    font-size: 16px;
}

@media (min-width: 992px) {
    .latestnewsrow .hero-row {
        display: flex;
    }

    .latestnewsrow .hero-row .home-block-container {
        flex: 1 0 auto;
        display: flex;
    }

    .latestnewsrow .hero-row .hero-ad-container {
        flex: 1 0 auto;
    }
}

.list-block a:hover, .list-block a:focus {
    text-decoration: none;
}

.list-block a:hover h1, .list-block a:hover h2, .list-block a:hover h3, .list-block a:hover h4, .list-block a:hover h5, .list-block a:hover h6, .list-block a:focus h1, .list-block a:focus h2, .list-block a:focus h3, .list-block a:focus h4, .list-block a:focus h5, .list-block a:focus h6 {
    color: #084a6f;
}

.latestjobsrow .list-block {
    width: 25%;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
}

@media (max-width: 991px) {
    .latestjobsrow .list-block {
        width: 100%;
    }
}

.latestjobsrow .list-block > a {
    display: flex;
    flex-direction: column;
    background-color: #F2F2F2;
    border-bottom: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 32px;
    border-bottom: 3px solid #084a6f;
    padding: 0 10px 10px 10px;
    margin-right: 30px;
    flex: 1 1 0px;
}

@media (max-width: 991px) {
    .latestjobsrow .list-block > a {
        margin-right: 0;
    }
}

.latestjobsrow .list-block > a h4 {
    display: inline-block;
    font-size: 16px;
}

.latestjobsrow .list-block .content {
    padding: 0;
    flex: 1 0 auto;
    color: #666;
    font-size: 14px;
}

.latestjobsrow .list-block .date {
    color: #084a6f;
    font-size: 14px;
}

.latestjobsrow .list-block span {
    color: #666;
    font-size: 14px;
}

@media (max-width: 991px) {
    .latestjobsrow .list-block span:last-of-type {
        padding-bottom: 10px;
    }
}

.guidesrow .flex-col .list-block-item {
    flex-direction: column;
}

@media (max-width: 767px) {
    .guidesrow .flex-col .list-block-item {
        flex-direction: row;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .guidesrow .flex-col .list-block-item .list-block-image {
        max-width: 100%;
    }
}

.theme-container {
    margin-top: -25px;
}

.marketing-row {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
}

.marketing-row h1, .marketing-row h2, .marketing-row h3, .marketing-row h4, .marketing-row h5 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.marketing-row .btn-primary {
    background-color: #9e1216;
    -moz-box-shadow: #420809 0 2px 0;
    -webkit-box-shadow: #420809 0 2px 0;
    box-shadow: #420809 0 2px 0;
    min-width: inherit;
}

.marketing-row .btn-primary:hover {
    background-color: #700d10;
    -moz-box-shadow: #9e1216 0 2px 0;
    -webkit-box-shadow: #9e1216 0 2px 0;
    box-shadow: #9e1216 0 2px 0;
}

.marketing-row .btn {
    margin-bottom: 10px;
}

.marketing-row.wallpaper {
    color: white;
    background-color: #9e1216;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 75px;
}

.marketing-row.wallpaper h1, .marketing-row.wallpaper h2, .marketing-row.wallpaper h3, .marketing-row.wallpaper h4, .marketing-row.wallpaper h5 {
    color: white;
}

.marketing-row.wallpaper:after {
    content: " ";
    color: black;
    display: block;
    background-color: white;
}

@media (min-width: 768px) {
    .marketing-row.wallpaper:after {
        height: 130px;
    }
}

.marketing-row.wallpaper.bg-after-gray:after {
    background-color: #F2F2F2;
}

.marketing-row.wallpaper.bg-after-red:after {
    background-color: #9e1216;
}

.marketing-row.wallpaper.bg-after-dark-gray:after {
    background-color: #939598;
}

.marketing-row.wallpaper .lead {
    color: white;
}

.marketing-row.wallpaper .container {
    min-height: 432px;
}

.marketing-row.center {
    text-align: center;
}

.marketing-row.offset-image .img-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 50px;
}

.marketing-row.equal-padding {
    padding: 23px 0;
}

.marketing-row + .svg-triangle {
    text-align: center;
    margin: auto;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.marketing-row + .svg-triangle svg {
    fill: #9e1216;
}

.marketing-row[class*="with-custom-bg-"] {
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.marketing-row.with-custom-bg-left {
    background-position: left;
}

.marketing-row.with-custom-bg-right {
    background-position: right;
}

@media (max-width: 1199px) {
    .marketing-row.with-custom-bg-right, .marketing-row.with-custom-bg-, .marketing-row.with-custom-bg-left {
        background-size: 40%;
    }
}

.marketing-row.extended-height .container, .marketing-row.full-height .container {
    min-height: 50vh;
    position: relative;
}

.marketing-row.extended-height .container .content, .marketing-row.full-height .container .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.marketing-row.standard-height {
    padding: 25px 0;
}

.marketing-row.compressed-height .container {
    min-height: 25vh;
}

.marketing-row.extended-height .container {
    min-height: 75vh;
}

.marketing-row.full-height .container {
    min-height: 100vh;
}

.marketing-row.bg-gray {
    background-color: #F2F2F2;
}

.marketing-row.bg-gray-alpha {
    background-color: rgba(242, 242, 242, 0.25);
    border-bottom: 1px solid #F2F2F2;
}

.marketing-row.bg-dark-gray {
    background-color: #939598;
}

.marketing-row.bg-red {
    background-color: #9e1216;
}

.marketing-row.small .container {
    height: 50vh;
}

.marketing-row:last-of-type {
    margin-bottom: -25px;
}

.marketing-row .info-panels {
    background-color: white;
    color: #9e1216;
    margin-bottom: 20px;
    border: 1px solid #DDDDDD;
}

.marketing-row .info-panels h3 {
    color: #9e1216;
    font-size: 24px;
}

.marketing-row .info-panels .glyphicon {
    font-size: 56px;
}

.marketing-row .info-panels span.text {
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.marketing-row .info-panels .info-panel {
    border-left: 1px solid #DDDDDD;
    padding: 20px;
}

.marketing-row .info-panels .info-panel:first-of-type {
    border: none;
}

.marketing-row .info-panels .info-panel a {
    display: block;
    color: #9e1216;
}

.marketing-row .info-panels .info-panel a:hover {
    text-decoration: none;
    color: #700d10;
}

.marketing-row .info-panels .info-panel a:hover h3 {
    color: #700d10;
}

.marketing-row.package-selection-billboard {
    padding-top: 87px;
    padding-bottom: 36px;
}

@media (max-width: 991px) {
    .marketing-row.package-selection-billboard {
        text-align: center;
    }

    .marketing-row.package-selection-billboard h1:first-of-type {
        margin-top: 12px;
    }
}

.marketing-row .content {
    padding-top: 0;
}

.blue-theme .marketing-row + .svg-triangle svg {
    fill: #084a6f;
}

.blue-theme .marketing-row.wallpaper {
    background-color: #084a6f;
}

.blue-theme .marketing-row .info-panels {
    color: #084a6f;
}

.blue-theme .marketing-row .info-panels h3 {
    color: #084a6f;
    font-size: 24px;
}

.blue-theme .marketing-row .info-panels .info-panel a {
    color: #084a6f;
}

.blue-theme .marketing-row .info-panels .info-panel a:hover {
    color: #052a3f;
}

.blue-theme .marketing-row .info-panels .info-panel a:hover h3 {
    color: #052a3f;
}

.blue-theme .marketing-row .btn-primary {
    background-color: #084a6f;
    -moz-box-shadow: #052a3f 0 2px 0;
    -webkit-box-shadow: #052a3f 0 2px 0;
    box-shadow: #052a3f 0 2px 0;
}

.blue-theme .marketing-row .btn-primary:hover {
    background-color: #0b6a9f;
    -moz-box-shadow: #084a6f 0 2px 0;
    -webkit-box-shadow: #084a6f 0 2px 0;
    box-shadow: #084a6f 0 2px 0;
}

.gold-theme .marketing-row + .svg-triangle svg {
    fill: #F0A426;
}

.gold-theme .marketing-row.wallpaper {
    background-color: #F0A426;
}

.gold-theme .marketing-row .info-panels {
    color: #F0A426;
}

.gold-theme .marketing-row .info-panels h3 {
    color: #F0A426;
    font-size: 24px;
}

.gold-theme .marketing-row .info-panels .info-panel a {
    color: #F0A426;
}

.gold-theme .marketing-row .info-panels .info-panel a:hover {
    color: #d48a0f;
}

.gold-theme .marketing-row .info-panels .info-panel a:hover h3 {
    color: #d48a0f;
}

.gold-theme .marketing-row .btn-primary {
    background-color: #F0A426;
    -moz-box-shadow: #d48a0f 0 2px 0;
    -webkit-box-shadow: #d48a0f 0 2px 0;
    box-shadow: #d48a0f 0 2px 0;
}

.gold-theme .marketing-row .btn-primary:hover {
    background-color: #d48a0f;
    -moz-box-shadow: #F0A426 0 2px 0;
    -webkit-box-shadow: #F0A426 0 2px 0;
    box-shadow: #F0A426 0 2px 0;
}

.white-theme .marketing-row + .svg-triangle svg {
    fill: #fff;
}

.white-theme .marketing-row.wallpaper {
    background-color: #fff;
}

.white-theme .marketing-row .info-panels {
    color: #fff;
}

.white-theme .marketing-row .info-panels h3 {
    color: #fff;
    font-size: 24px;
}

.white-theme .marketing-row .info-panels .info-panel a {
    color: #fff;
}

.white-theme .marketing-row .info-panels .info-panel a:hover {
    color: #e6e6e6;
}

.white-theme .marketing-row .info-panels .info-panel a:hover h3 {
    color: #e6e6e6;
}

.white-theme .marketing-row .btn-primary {
    background-color: #fff;
    -moz-box-shadow: #e6e6e6 0 2px 0;
    -webkit-box-shadow: #e6e6e6 0 2px 0;
    box-shadow: #e6e6e6 0 2px 0;
}

.white-theme .marketing-row .btn-primary:hover {
    background-color: #e6e6e6;
    -moz-box-shadow: #fff 0 2px 0;
    -webkit-box-shadow: #fff 0 2px 0;
    box-shadow: #fff 0 2px 0;
}

.light-secondary .btn.btn-dark {
    background-color: #939598;
    -moz-box-shadow: #797b7f 0 2px 0;
    -webkit-box-shadow: #797b7f 0 2px 0;
    box-shadow: #797b7f 0 2px 0;
}

.light-secondary .btn.btn-dark:hover {
    background-color: #797b7f;
    -moz-box-shadow: #333 0 2px 0;
    -webkit-box-shadow: #333 0 2px 0;
    box-shadow: #333 0 2px 0;
}

.dark-secondary .marketing-row.wallpaper {
    color: #414042;
}

.dark-secondary .marketing-row.wallpaper .lead {
    color: #414042;
}

.dark-secondary .marketing-row.wallpaper h1 {
    color: #414042;
}

.svg-triangle + .marketing-row {
    padding-top: 50px;
}

.content > .marketing-row:first-of-type {
    margin-top: -25px;
}

.bundle-picker {
    padding-bottom: 50px;
}

@media (max-width: 800px) {
    .bundle-picker p:first-of-type {
        margin-bottom: 40px;
    }
}

.pricing-table {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #DDDDDD;
    border-top: 5px solid #11aaff;
    margin-top: 20px;
    margin: auto;
}

@media (min-width: 800px) {
    .pricing-table {
        display: table;
        table-layout: fixed;
    }
}

.pricing-table .pricing-panel {
    display: block;
    margin: auto;
    transition: all ease 0.3s;
}

@media (min-width: 800px) {
    .pricing-table .pricing-panel {
        display: table-cell;
        border-right: 1px solid #DDDDDD;
        position: relative;
        padding-bottom: 20%;
    }
}

@media (max-width: 800px) {
    .pricing-table .pricing-panel {
        border-bottom: 1px solid #DDDDDD;
        min-width: 100%;
    }
}

.pricing-table .pricing-panel:last-of-type {
    border: none;
}

.pricing-table .pricing-panel:hover {
    background-color: #F2F2F2;
}

.pricing-table .best-offer {
    background-color: #70ce03;
    color: white;
}

@media (min-width: 800px) {
    .pricing-table .best-offer {
        position: absolute;
        top: -17px;
        height: 25px;
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
    }

    .pricing-table .best-offer:before {
        height: 12px;
        background-color: transparent;
        width: 12px;
        display: block;
        content: ' ';
        position: absolute;
        left: -12px;
        border-left: 12px solid transparent;
        border-bottom: 12px solid #61b303;
    }

    .pricing-table .best-offer:after {
        height: 12px;
        background-color: transparent;
        width: 12px;
        display: block;
        content: ' ';
        position: absolute;
        right: -12px;
        top: 0;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #61b303;
    }
}

.pricing-table .pricing-panel-body {
    padding: 20px;
    min-height: 200px;
}

@media (min-width: 800px) {
    .pricing-table .pricing-panel-body {
        padding: 5px;
    }
}

.pricing-table .pricing-panel-footer {
    border-top: 1px solid #DDDDDD;
    padding: 20px 0;
}

@media (min-width: 800px) {
    .pricing-table .pricing-panel-footer {
        position: absolute;
        bottom: 0;
        padding: 10px;
        width: 100%;
    }
}

.pricing-table .pricing-panel-footer span.price {
    font-size: 28px;
    display: block;
}

.pricing-table .pricing-panel-footer span.price-details, .pricing-table .pricing-panel-footer span.regular-price {
    font-size: 12px;
    display: block;
    color: #666;
}

.pricing-table .pricing-panel-footer span.regular-price {
    margin-bottom: 5px;
}

.bundle-picker .toggle-prices {
    margin: 35px 0;
}

.bundle-picker .toggle-prices li a {
    color: #11aaff;
    font-weight: bold;
    padding: 9px 7px;
}

.bundle-picker .toggle-prices li.active a {
    color: #939598;
    border: 1px solid #DDDDDD;
    font-weight: 400;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.faq-list {
    margin: 50px 0;
    display: block;
}

.faq-list .faq-item {
    border-bottom: 1px solid #DDDDDD;
}

.faq-list .faq-item h4 {
    margin: 19px 0;
    padding-right: 20px;
}

.faq-list .faq-item h4:after {
    font-family: 'Glyphicons Halflings';
    content: "\e113";
    position: absolute;
    right: 10px;
    color: #939598;
}

.faq-list .faq-item a.collapsed h4:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    position: absolute;
    right: 10px;
    color: #939598;
}

.content > .tabbed-billboard {
    margin-top: -26px;
}

@media (max-width: 767px) {
    .content > .tabbed-billboard {
        margin-top: -7px;
    }
}

.tabbed-billboard {
    margin-bottom: 25px;
    position: relative;
    color: white;
}

.tabbed-billboard .tab-pane {
    background: #434343;
    background: radial-gradient(ellipse at center, #434343, #000000);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    min-height: 320px;
    padding: 25px;
}

.tabbed-billboard .tab-pane .banner-promo-text {
    margin-bottom: 50px;
}

.tabbed-billboard.overlay:before {
    content: ' ';
    background-color: rgba(34, 34, 34, 0.25);
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

.tabbed-billboard .content {
    margin-top: 0;
    padding-top: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 24px;
}

.tabbed-billboard .content h1 {
    color: white;
    font-size: 52px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 64px;
}

@media (max-width: 1199px) {
    .tabbed-billboard .content h1 {
        font-size: 42px;
        line-height: 52px;
    }
}

@media (max-width: 991px) {
    .tabbed-billboard .content h1 {
        max-width: 100%;
    }
}

.tabbed-billboard .content a.btn {
    text-shadow: none;
}

.tabbed-billboard .content .foreground-image {
    margin: 50px 0 0 0;
}

.tabbed-billboard .content .foreground-image img {
    max-width: 100%;
    height: auto;
}

.tabbed-billboard .tabbed-options {
    padding: 0;
    width: 100%;
    display: table;
    table-layout: fixed;
    margin-bottom: 0;
}

.tabbed-billboard .tabbed-options li {
    display: table-cell;
    background-color: #333;
}

.tabbed-billboard .tabbed-options li a {
    color: white;
    padding: 20px 40px;
    display: block;
}

.tabbed-billboard .tabbed-options li.active {
    background-color: black;
}

.tabbed-billboard .tabbed-options li + li {
    border-left: 1px solid #DDDDDD;
}

@media (max-width: 767px) {
    .package-row.navbar-right {
        margin-right: 0;
    }

    .marketing-row.wallpaper .img-container {
        display: block;
        width: 100%;
        padding: 0;
        position: absolute;
        margin-bottom: 25px;
    }

    .marketing-row.wallpaper:after {
        height: 75px;
    }

    .marketing-row:not(.wallpaper) {
        background-image: none !important;
    }

    .marketing-row.extended-height .container {
        min-height: 40vh;
    }

    .marketing-row.extended-height .container .content {
        padding: 25px 15px;
        position: initial;
        top: 0;
        transform: initial;
    }

    .marketing-row .content {
        padding: 25px 15px;
    }
}

.inherit-colours h1, .inherit-colours h2, .inherit-colours h3, .inherit-colours h4, .inherit-colours p {
    color: inherit;
}

.text-black, .text-black h4 {
    color: #000 !important;
}

.text-white, .text-white h4 {
    color: #fff !important;
}

.text-red, .text-red h4 {
    color: #ff0000 !important;
}

.text-blue, .text-blue h4 {
    color: #000080 !important;
}

.text-green, .text-green h4 {
    color: #00ff00 !important;
}

.toc {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

@media (max-width: 767px) {
    .toc {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .toc {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

.toc ul {
    padding: 0 20px;
}

.toc ul a {
    color: #4a4a4a;
    display: block;
    padding: 0 0.33em 0.66em 0;
}

section.table-of-contents {
    margin-top: 25px;
    padding: 25px 0;
    background: #F2F2F2;
}

section.table-of-contents hr {
    border-top: 1px solid #DDDDDD;
}

section.table-of-contents h2, section.table-of-contents h3, section.table-of-contents h4 {
    margin-top: 0;
}

.section-title h4, .table-of-contents h4 {
    font-size: 18px;
}

.section-title .glyphicon-search, .table-of-contents .glyphicon-search {
    margin-right: 5px;
}

.toc-search .form-group {
    display: inline-block;
    width: 70%;
}

@media (max-width: 991px) {
    .toc-search .form-group {
        width: 100%;
    }
}

.toc-search .btn {
    min-height: 42px;
    padding: 5px 20px;
    margin-top: -5px;
    position: absolute;
    bottom: 43px;
    margin-left: 10px;
}

@media (max-width: 991px) {
    .toc-search .btn {
        width: 100%;
        margin-left: 0;
        position: initial;
    }
}

.cover-container {
    background-color: #414042;
    color: #F2F2F2;
    text-align: center;
    padding: 15px;
}

.toc-search-results-container {
    margin: 12px 0;
}

.inverse {
    background-color: #333;
    color: white;
}

.inverse h1, .inverse h2, .inverse h3, .inverse h4, .inverse h5 {
    color: white;
}

.inverse .social-links li a {
    color: white;
    border-color: white;
}

.inverse .social-links.bordered-container li.share-title {
    color: white;
}

.inverse + .footer-top {
    margin-top: 0;
}

.inverse .paywall {
    margin-bottom: 0px;
    color: #333;
}

.inverse .paywall h1, .inverse .paywall h2, .inverse .paywall h3, .inverse .paywall h4, .inverse .paywall h5 {
    color: #333;
}

.inverse .paywall .paywall-banner p {
    color: #333;
}

.inverse + .ad-container.container {
    display: none;
}

.ad {
    margin-bottom: 16px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.display-advert {
    margin-bottom: 16px;
}

.ad > div:before, .display-advert > div:before {
    content: "Advertisement";
    font-size: 12px;
    color: #939598;
    display: block;
}

.ad + .spaced-container, .display-advert + .spaced-container {
    margin-top: 25px;
}

.advertisementrow .home-row {
    display: block;
}

.homepage-row .ad--mpu {
    margin-right: auto;
    margin-left: auto;
    height: 320px;
}

@media (max-width: 991px) {
    .homepage-row .ad--mpu {
        display: table;
    }
}

.ad--container {
    display: flex;
    flex-direction: row;
    width: 100%;
}

@media (max-width: 991px) {
    .ad--container {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .ad--container {
        flex-direction: column;
    }
}

.ad--container .news {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

@media (max-width: 991px) {
    .ad--container .news {
        flex: 0 1 0%;
        -webkit-flex: 1;
    }
}

.ad--container .news .curated-block-link {
    width: 100%;
    margin-right: 25px;
    flex: 1 1 auto;
}

.curated-block-link + .ad--container {
    margin-right: 15px;
}

@media (max-width: 991px) {
    .curated-block-link + .ad--container {
        margin-right: 0;
    }
}

.selection-options-table {
    margin-top: 3em;
    margin-bottom: 1em;
}

.offer-selections {
    display: table;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #DDDDDD;
    border-bottom: none;
    margin-bottom: 1em;
}

.offer-selections .text-muted {
    color: #939598;
    font-weight: 400;
}

.offer-selections .offer-variation {
    border-bottom: 1px solid #DDDDDD;
    padding: 8px;
}

.offer-selections .offer-variation.active {
    background-color: #F2F2F2;
}

.offer-selections .offer-variation label {
    cursor: pointer;
}

.offer-selections .offer-variation .radio-selection, .offer-selections .offer-variation .cell {
    display: table-cell;
    vertical-align: middle;
}

.offer-selections .offer-variation .radio-selection {
    padding: 10px 20px;
}

.offer-selections .offer-variation .radio-selection {
    width: 7%;
}

.offer-selections .offer-variation .option-text {
    width: 53%;
}

.offer-selections .offer-variation .card-details {
    width: 10%;
}

.offer-selections .offer-variation .saving-text {
    width: 30%;
    text-align: right;
}

@media (max-width: 767px) {
    .offer-selections .offer-variation .option-text {
        width: 93%;
    }

    .offer-selections .offer-variation .card-details {
        display: table;
        width: 100%;
        text-align: center;
    }

    .offer-selections .offer-variation .card-details label {
        text-align: center;
    }

    .offer-selections .offer-variation .card-details label .text-detail {
        display: block;
    }

    .offer-selections .offer-variation .saving-text {
        display: table;
        width: 100%;
        text-align: center;
    }
}

.skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
}

.content {
    padding-top: 25px;
}

a.skip:active, a.skip:focus, a.skip:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
}

.rel {
    position: relative;
}

.rel .vertical-align {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.rounded-submit {
    background-color: #084a6f;
    color: #DDDDDD;
    border: none;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.rounded-submit:hover {
    background-color: #F0A426;
}

.form-control.rounded-submit {
    width: initial;
}

.content .rounded-submit {
    background-color: #084a6f;
    color: #414042;
}

.content .rounded-submit:hover {
    background-color: #F0A426;
}

.navbar-toggle .icon-bar {
    color: #414042;
}

blockquote footer {
    padding: 0;
    background-color: initial;
    margin-top: 0;
}

.sidebar {
    margin-top: 25px;
}

.text-brand-primary {
    color: #F0A426;
}

span.detail {
    color: #939598;
    font-size: smaller;
}

.divider:before {
    content: " | ";
    padding: 0 6.25px;
}

hr.dots {
    margin: 1em 0;
    border-top: 1px dotted #F2F2F2;
    clear: both;
}

hr.space {
    clear: both;
    margin: 0.5em 0;
    padding: 0.5px 0;
    border: 0;
}

.tweet {
    margin: auto;
    width: 500px;
    margin-bottom: 25px;
}

@media (max-width: 500px) {
    .tweet {
        width: 100%;
    }
}

.thumbnail {
    padding: 0;
    border: 0;
}

.thumbnail .img-responsive {
    margin-bottom: 0;
}

.thumbnail .caption {
    padding: 12.5px;
    margin-bottom: 25px;
    overflow: hidden;
    font-size: 14px;
    color: #414042;
    background-color: #F2F2F2;
}

.thumbnail .caption p {
    margin: 0;
}

.thumbnail .caption i {
    color: #414042;
    margin-right: 6.25px;
}

.media-heading {
    padding-bottom: 0;
    margin-bottom: 0;
}

.list-group.no-border .list-group-item {
    border: none;
    padding: 6.25px 0;
}

.tags-title {
    color: #939598;
    font-size: 14px;
    padding-right: 20px;
    padding-top: 5px;
    display: inline;
    position: absolute;
}

.tags {
    padding-left: 55px;
    display: block;
}

.tags li {
    margin: 8px 0;
    display: inline-block;
}

.tags li a {
    background-color: #DDDDDD;
    padding: 6.25px 12.5px;
    color: #414042;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.tags li a:hover {
    background-color: #084a6f;
    text-decoration: none;
    color: white;
}

.social-links {
    display: table;
}

.social-links a {
    width: 32px;
    height: 32px;
    display: table-cell;
    vertical-align: middle;
    color: #333;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #939598;
    text-align: center;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.social-links ul {
    padding-top: 6.25px;
    margin-left: 0;
}

.social-links ul li {
    padding: 0;
}

.social-links ul li a:hover {
    background-color: #939598;
    color: white;
}

.social-links ul .fa {
    font-size: 14px;
}

.social-links .twitter-blue {
    background-color: #55acee;
}

.social-links .facebook-blue {
    background-color: #3b5999;
}

.social-links .google-red {
    background-color: #DC4E41;
}

.social-links .linked-in-blue {
    background-color: #0077B5;
}

.footer .social-links .fa {
    width: initial;
}

.spaced-container {
    margin-bottom: 25px;
}

.sidebar .spaced-container {
    margin-top: 25px;
}

.caret-right {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid;
}

.caret-left {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid;
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid;
}

.search-toggle {
    float: right;
    margin-right: 0;
}

.item-video {
    background-color: black;
    height: 350px;
}

.media .img-thumbnail {
    max-width: initial;
}

.flat-top {
    margin-top: 0;
    padding-top: 0;
}

.sans-serif, .sans-serif h1, .sans-serif h2, .sans-serif h3, .sans-serif h4, .sans-serif h5 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.serif, .serif h1, .serif h2, .serif h3, .serif h4, .serif h5 {
    font-family: "Noto Serif", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}

.emphasised-link {
    display: block;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.login-page-form.emphasised-link {
    padding-top: 1em;
}

.content h1:first-of-type, .h1:first-of-type, h2:first-of-type, .h2:first-of-type {
    margin-top: 0;
}

.intro {
    padding-bottom: 12.5px;
    margin-bottom: 12.5px;
}

.overflow-text {
    overflow: auto;
}

.image-cta-list a {
    display: block;
    font-weight: 500;
    font-size: 16px;
}

.image-cta-list a:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "";
    float: right;
    margin-top: 5px;
    padding-left: 5px;
}

.image-cta-list img {
    display: block;
}

.definition-list {
    margin-bottom: 25px;
}

.definition-list dt {
    font-size: 17px;
}

.definition-list dd {
    margin-bottom: 8.33333333px;
}

.article-body .thumbnail.pull-left, .thumbnail.pull-right {
    padding: 8.33333333px;
    margin-bottom: 0;
}

.article-body .thumbnail.pull-left > img, .thumbnail.pull-right > img {
    margin-left: initial;
    margin-right: initial;
}

.horizontal-list .media-body {
    margin-bottom: 12.5px;
}

@media (max-width: 768px) {
    .content {
        padding-top: 12.5px;
    }

    .container {
        padding-left: 7px;
        padding-right: 7px;
    }

    .container .row {
        margin-left: -7px;
        margin-right: -7px;
    }
}

@media (max-width: 768px) {
    .recent-news .videoarticle, .recent-news .newsarticle, .recent-news .photostoryarticle {
        padding: 0 8px;
    }
}

div[class*="col-md-"] + .spaced-container {
    margin-top: 0;
}

.row-spacing, .clear {
    clear: both;
}

.pre-title {
    color: #084a6f;
}

.pre-title:after {
    content: "/ ";
    padding: 0 5px;
    color: #939598;
}

.pre-title:hover {
    text-decoration: none;
}

.open-transform .caret {
    margin-top: -5px;
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.rotate180 {
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

img.portrait, img.landscape, img.square {
    max-width: 100%;
    height: auto;
}

.home-hero div.image {
    float: right;
}

.videoarticle div.image, .videoarticle a.img-wrapper {
    position: relative;
    display: block;
}

.videoarticle div.image:before, .videoarticle a.img-wrapper:before {
    background-color: #414042;
    color: white;
    position: absolute;
    font-family: FontAwesome;
    content: "\f04b";
    line-height: 42px;
    text-align: center;
    font-size: 22px;
    bottom: 0;
    left: 0;
    width: 42px;
    height: 42px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

@media (max-width: 768px) {
    .videoarticle div.image:before, .videoarticle a.img-wrapper:before {
        width: 40px;
        height: 40px;
    }
}

.videoarticle div.image:hover:before, .videoarticle a.img-wrapper:hover:before {
    background-color: #F2F2F2;
    color: #414042;
}

.horizontal-list .newsarticle > a > div.image:before {
    display: none;
}

.horizontal-list .photostoryarticle > a > div.image:before {
    content: "\f1c5" !important;
}

.horizontal-list .videoarticle > a > div.image:before {
    content: "\f04b" !important;
}

.photostoryarticle div.image, .photostoryarticle a.img-wrapper {
    position: relative;
    display: block;
}

.photostoryarticle div.image:before, .photostoryarticle a.img-wrapper:before {
    background-color: #414042;
    color: white;
    position: absolute;
    font-family: FontAwesome;
    content: "\f1c5";
    line-height: 42px;
    text-align: center;
    font-size: 22px;
    bottom: 0;
    left: 0;
    width: 42px;
    height: 42px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

@media (max-width: 768px) {
    .photostoryarticle div.image:before, .photostoryarticle a.img-wrapper:before {
        width: 30px;
        height: 30px;
    }
}

.photostoryarticle div.image:hover:before, .photostoryarticle a.img-wrapper:hover:before {
    background-color: #F2F2F2;
    color: #414042;
}

.bordered-container {
    padding: 12.5px 0;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.bordered-container > h4, .bordered-container h3, .bordered-container h2, .bordered-container h1 {
    margin-top: 0;
}

.bordered-container + .bordered-container {
    border-top: none;
}

.bordered-container .tags {
    margin-bottom: 0;
}

.bordered-container.margin {
    margin: 12.5px 0;
}

@media (max-width: 992px) {
    .sitemap {
        padding-left: 10px;
    }
}

.photo-slide-container {
    background-color: white;
    margin-bottom: 1em;
}

.photo-slide-container .bx-wrapper {
    background-color: white;
}

.photo-slide-container .bx-wrapper h3 {
    margin-top: 0px;
}

.featured-news-list dt a {
    color: #333;
}

.featured-news-list dt a:hover {
    color: #084a6f;
}

.featured-news-list dt a:focus {
    color: #084a6f;
}

.border-left {
    border-left: 1px solid #DDDDDD;
}

.no-padding {
    padding: 3px;
}

blockquote {
    font-size: 24px;
    line-height: 31px;
    color: #939598;
    font-style: italic;
    padding: 0 0 0 50px;
    margin-top: 25px;
    background-image: url("/dist/images/icons/quotes.png");
    background-image: url("/dist/images/icons/quotes.svg");
    background-repeat: no-repeat;
    background-position: top left;
    border: none;
}

.content-highlight {
    font-size: 18px;
    font-style: italic;
    border-left: 3px solid #084a6f;
    padding-left: 11px;
    color: #333;
}

#switch-location-group.flag-icon-us {
    background-image: url("/images/icons/us-flag.svg");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position-x: 85%;
    background-position-y: center;
}

#switch-location-group.flag-icon-uk {
    background-image: url("/images/icons/uk-flag.svg");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position-x: 85%;
    background-position-y: center;
}

#switch-location-group.flag-icon-row {
    background-image: url("/images/icons/row-flag.svg");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position-x: 85%;
    background-position-y: center;
}

#switch-location-group.flag-icon-euro {
    background-image: url("/images/icons/euro-flag.svg");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position-x: 85%;
    background-position-y: center;
}

.switch-location-group {
    display: inline-block;
    float: right;
    color: #DDDDDD;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
    .switch-location-group {
        margin-bottom: 0;
    }
}

.switch-location-group select {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    height: 49px;
    padding: 5px;
    width: 235px;
    color: #DDDDDD;
    appearence: none;
}

.switch-location-group select:focus {
    border-color: #F0A426;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.switch-location-group select[selected] {
    background-color: red;
}

.switch-location-group option {
    background-color: #333;
    color: #DDDDDD;
    border: none;
    appearance: none;
}

.switch-location-group .col-form-label {
    line-height: 45px;
    margin: 0;
}

.alert-bordered-bottom {
    border-bottom: 1px solid #DDDDDD;
    display: block;
    padding-bottom: 12.5px;
    margin-bottom: 12.5px;
}

.paywall-link:before {
    content: "\e033";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    margin: 0 3px;
}

.no-paywall-link:before {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    margin: 0 3px;
}

.advert {
    max-width: 100%;
    height: auto;
}

.advert-container {
    margin: 0;
}

.advert-container img {
    max-width: 100%;
    height: auto;
}

.advert-container .advert-controls {
    margin: 20px 0;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.advert-container .advert-controls > span {
    display: table-cell;
    padding: 5px 0;
}

.advert-container .advert-controls > span .glyphicon {
    margin: 0 5px;
}

.advert-container .advert-controls > span.previous {
    text-align: left;
}

.advert-container .advert-controls > span.next {
    text-align: right;
}

.advert-container .advert-controls > span.results {
    text-align: center;
}

.advert-container .advert-controls > span a {
    color: white;
    display: block;
}

.large-text {
    font-size: 32px;
    font-weight: 300;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .added-margin-md {
        margin-top: 115px;
    }
}

.blue-title {
    color: #084a6f;
}

.related > .spaced-container:first-of-type {
    margin-top: 0;
}

.related .related-news {
    margin-bottom: 10px;
}

.img-placeholder-container {
    overflow: hidden;
}

.img-placeholder-container .img-placeholder {
    background-color: #F2F2F2;
    display: block;
    height: 73px;
    width: 110px;
    margin-top: 5px;
}

.related-news .related-image {
    padding-top: 5px;
}

.related-news .related-image .image {
    width: 110px;
    height: auto;
}

.spaced-container.raw-placement {
    margin-bottom: 0;
}

.raw-placement > div[data-google-query-id] {
    margin-bottom: 25px;
}

.page-turner-container {
    height: 974px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.wrapper-grey {
    background-color: #F2F2F2;
    padding: 25px 0;
    margin-top: 25px;
    margin-bottom: -25px;
}

hr.vertical-space {
    height: 1px;
    border: none;
}

p > em + a:before {
    content: ' ';
}

.recent-news {
    margin-bottom: 25px;
}

.test-muted {
    color: #b2b2b2;
}

.img-container {
    overflow: auto;
}

@media (max-width: 991px) {
    .img-container {
        text-align: center;
    }

    .img-container > img {
        float: none !important;
        margin: auto;
    }
}

.print-pagination {
    border: 1px solid #DDDDDD;
    padding: 5px 15px;
    margin: 5px 0px;
}

@media (max-width: 767px) {
    .print-pagination a, .print-pagination strong {
        font-size: 14px;
    }

    .print-pagination p {
        line-height: 1.3;
    }
}

@media (max-width: 768px) {
    .print-pagination .row [class*='col-'] {
        padding-left: 7px;
        padding-right: 7px;
    }
}

.print-pagination figure {
    margin: 5px 0 5px auto;
    position: relative;
    max-width: 135px;
}

.print-pagination figure:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.print-pagination img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.print-pagination .text-left figure {
    margin-left: 0;
}

.print-pagination .page {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    padding: 5px 0;
    display: inline-block;
}

@media print {
    a {
        page-break-inside: avoid;
    }

    a[href]:after {
        content: none;
    }

    [class*="col-sm-"] {
        float: left;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .visible-xs {
        display: none !important;
    }

    .hidden-xs {
        display: block !important;
    }

    table.hidden-xs {
        display: table;
    }

    tr.hidden-xs {
        display: table-row !important;
    }

    th.hidden-xs, td.hidden-xs {
        display: table-cell !important;
    }

    .hidden-xs.hidden-print {
        display: none !important;
    }

    .hidden-sm {
        display: none !important;
    }

    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }

    .header {
        background-image: url("/images/atg-master-logo.png") !important;
        background-color: #414042 !important;
        background-repeat: no-repeat !important;
        background-size: 250px !important;
        background-position: left center !important;
        height: 100px !important;
        display: none;
    }

    .header .main-logo {
        display: none;
    }

    .breadcrumb-container {
        background-color: #f5f5f5 !important;
    }

    input {
        background-color: white !important;
    }

    .social-links, .social-links.bordered-container, .user-transactions, footer, .footer-top, .sign-up-boxout, .mobile-search-btn, .recent-news {
        display: none !important;
    }

    .container {
        width: 95%;
        margin: 0;
        float: none;
    }

    .newsarticle .col-md-6.col-sm-12 {
        width: 65%;
        float: left;
    }

    .newsarticle .col-xs-12.col-sm-12.col-md-4.col-lg-4.col-xl-3.col-xl-offset-1 {
        width: 25%;
        margin: 0;
        float: left;
        min-width: 300px;
    }

    .newsarticle .col-xs-12.col-sm-12.col-md-4.col-lg-4.col-xl-3.col-xl-offset-1 .media-left.related-image {
        display: none;
    }

    .photostoryarticle .article-body {
        width: 65% !important;
        float: left;
    }

    .photostoryarticle .col-xs-12.col-sm-12.col-md-4.col-lg-4.col-xl-3.col-xl-offset-1 {
        width: 25% !important;
        margin: 0;
        float: left;
        min-width: 300px;
    }

    .photostoryarticle .col-md-2.col-sm-12 {
        display: none;
    }

    .photostoryarticle .bx-wrapper .bx-caption {
        word-break: break-all;
        width: initial;
    }

    .newssection .col-md-2 {
        display: none;
    }

    .newssection .secondary-navigation {
        display: none;
    }

    .calendar .col-lg-3.col-md-3.col-sm-12.col-xs-12:first-of-type {
        display: none;
    }

    .calendar .col-lg-6 col-md-6 col-sm-12.col-xs-12 {
        width: 50%;
        float: left;
        margin: 0;
    }

    .calendar .col-lg-3.col-md-3.col-sm-12.col-xs-12 {
        width: 20%;
        float: left;
        margin: 0;
    }

    .hidden-xs, .hidden-sm {
        display: none !important;
    }

    .bxslider * {
        display: block !important;
    }

    .bx-viewport {
        height: auto !important;
    }

    .bx-wrapper .item, .bx-wrapper .image-gallery {
        width: 100% !important;
    }

    .bx-wrapper .item {
        display: none !important;
    }

    .bx-wrapper .item.active {
        display: block !important;
    }

    .bx-clone, .item.active.bx-clone {
        display: none !important;
    }

    .image-gallery {
        transform: none !important;
    }

    .bx-wrapper, .image-gallery-pager {
        border: none;
        border-left: none;
        border-right: none;
        max-width: 100% !important;
    }

    .image-gallery-pager {
        padding: 3em 0;
    }

    .bx-wrapper, .image-gallery-pager {
        margin: auto;
    }
}

@media (max-width: 991px) {
    .hidden-desktop {
        display: block;
    }
}

@media (min-width: 992px) {
    .hidden-desktop {
        display: none;
    }
}

@media (max-width: 991px) {
    .visible-desktop {
        display: none;
    }
}

@media (min-width: 992px) {
    .visible-desktop {
        display: block;
    }
}

html.swipebox-html.swipebox-touch {
    overflow: hidden !important;
}

#swipebox-overlay img {
    border: none !important;
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    user-select: none;
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#swipebox-slider {
    transition: transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer;
}

#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
}

#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide .swipebox-inline-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

#swipebox-slider .slide-loading {
    background: url("/dist/css/img/loader.gif") no-repeat center center;
}

#swipebox-bottom-bar, #swipebox-top-bar {
    transition: 0.5s;
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
}

#swipebox-bottom-bar {
    bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
    transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
    top: -50px;
}

#swipebox-top-bar.visible-bars {
    transform: translate3d(0, 50px, 0);
}

#swipebox-title {
    display: block;
    width: 100%;
    text-align: center;
}

#swipebox-prev, #swipebox-next, #swipebox-close {
    background-image: url("/dist/css/img/icons.png");
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0;
}

#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
}

#swipebox-prev {
    background-position: -32px 13px;
    float: left;
}

#swipebox-next {
    background-position: -78px 13px;
    float: right;
}

#swipebox-close {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
    display: none;
}

#swipebox-prev.disabled, #swipebox-next.disabled {
    opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
    backface-visibility: hidden;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0;
}

.swipebox-touch #swipebox-container:before {
    left: 0;
    box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
    right: 0;
    box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
    opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1;
}

@keyframes rightSpring {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@keyframes leftSpring {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

@media screen and (min-width: 800px) {
    #swipebox-close {
        right: 10px;
    }

    #swipebox-arrows {
        width: 92%;
        max-width: 800px;
    }
}

#swipebox-overlay {
    background: #0d0d0d;
}

#swipebox-bottom-bar, #swipebox-top-bar {
    text-shadow: 1px 1px 1px black;
    background: #000;
    opacity: 0.95;
}

#swipebox-top-bar {
    color: white !important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica, Arial, sans-serif;
}

.breadcrumb {
    margin-top: 0;
}

@charset "UTF-8";
header {
    padding: 25px 0 25px 0;
}

header .search-align {
    padding-top: 25px;
    display: block;
}

header .social-align {
    padding-top: 33px;
    display: block;
}

header .user-transactions {
    padding-top: 8.33333333px;
}

header .user-transactions i {
    padding-right: .5em;
}

header .user-transactions ul {
    margin-bottom: 8.33333333px;
}

header .user-transactions .search-input {
    border: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px 0 0 3px;
}

header .user-transactions > form {
    padding-top: 5px;
    margin: 0;
}

@media (min-width: 768px) {
    header .user-transactions .search-form {
        min-width: 340px;
    }

    header .user-transactions .search-form .search-input {
        min-width: 300px;
    }
}

@media (max-width: 768px) {
    header .user-transactions .search-form {
        min-width: 400px;
    }

    header .user-transactions .search-form .search-input {
        min-width: 250px;
    }
}

.header {
    background-color: #414042;
    border-bottom: #F0A426 1px solid;
    color: white;
}

.header a {
    color: white;
}

.main-logo img {
    max-width: 100%;
    margin-left: -25px;
    max-height: 67px;
}

@media (max-width: 1199px) {
    .main-logo img {
        margin-left: 0;
    }
}

.mobile-search-btn .glyphicon-search {
    font-size: 24px;
}

.mobile-search-btn .search-toggle {
    margin-top: 10px;
}

.sub-banner {
    background-color: #F2F2F2;
    height: 41px;
}

.sub-banner .container {
    padding-left: 0;
    padding-right: 0;
}

.sub-banner + .container {
    margin-top: 25px;
}

.sub-banner .local-navigation {
    padding: 8px 15px;
    margin-bottom: 0;
}

.sub-banner .local-navigation li {
    padding-right: 15px;
}

footer.footer {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #414042;
    border-top: #F0A426 1px solid;
    color: white;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

footer.footer a {
    color: white;
    display: block;
    clear: both;
}

@media (max-width: 768px) {
    footer.footer a {
        text-align: left;
    }
}

@media (max-width: 992px) {
    footer.footer a {
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
}

@media (max-width: 768px) {
    footer.footer .footer-logo ~ .col-xs-6:nth-child(2n) {
        clear: both;
    }
}

footer.footer .copyright-text {
    margin-top: 12.5px;
    padding-top: 12.5px;
    border-top: 1px solid #F0A426;
}

footer.footer .social-footer {
    float: right;
}

footer.footer .social-footer .social-links {
    padding-top: 0;
    border: none;
}

footer.footer .social-footer .social-links li a {
    padding: 5px 3px 1px 3px;
}

@media (max-width: 768px) {
    footer.footer .social-footer {
        clear: both;
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        position: initial;
    }

    footer.footer .social-footer .social-links {
        text-align: center;
    }

    footer.footer .social-footer .social-links li a {
        padding: 5px;
    }
}

footer.footer .rel {
    height: 140px;
}

footer.footer .logo-footer {
    height: auto;
    padding-bottom: 25px;
    margin: auto;
    max-width: 100%;
    height: auto;
}

@media (max-width: 480px) {
    footer.footer .logo-footer {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    footer.footer .copyright-text {
        text-align: center;
    }
}

@media (max-width: 1300px) {
    footer.footer .newsletter-signup {
        display: block;
        border-bottom: 1px solid #F0A426;
        margin-bottom: 25px;
    }

    footer.footer .newsletter-signup .newsletter-container {
        margin: auto;
        max-width: 50vw;
    }
}

@media (max-width: 1300px) and (max-width: 992px) {
    footer.footer .newsletter-signup .newsletter-container {
        max-width: 90vw;
    }

    footer.footer .newsletter-signup .newsletter-container form {
        overflow: auto;
    }

    footer.footer .newsletter-signup .newsletter-container input, footer.footer .newsletter-signup .newsletter-container button {
        display: inline-block;
        margin-bottom: 5px;
    }

    footer.footer .newsletter-signup .newsletter-container button {
        float: right;
        font-size: 14px;
    }
}

@media (max-width: 1300px) {
    footer.footer .newsletter-signup .newsletter-container span {
        margin-bottom: 15px;
        display: block;
    }

    footer.footer .newsletter-signup .newsletter-container .newsletter-form input {
        width: 69%;
    }

    footer.footer .newsletter-signup .newsletter-container .newsletter-form button {
        width: 30%;
    }
}

@media (max-width: 1300px) and (max-width: 480px) {
    footer.footer .newsletter-signup .newsletter-container .newsletter-form input, footer.footer .newsletter-signup .newsletter-container .newsletter-form button {
        display: block;
        width: 100%;
    }
}

@media (max-width: 1200px) {
    footer.footer .footer-logo {
        text-align: center;
    }
}

footer.footer input[type="email"] {
    min-width: 260px;
}

.footer-top {
    margin-top: 25px;
    background-color: #DDDDDD;
}

.footer-top .footer-menu {
    list-style: none;
    padding: 0 50px 0 0;
    margin: 0;
    font-family: "Noto Serif", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    overflow: hidden;
    height: 41px;
    position: relative;
}

.footer-top .footer-menu li {
    display: inline-block;
    margin: 0;
    height: 41px;
    vertical-align: top;
}

.footer-top .footer-menu li a {
    color: #084a6f;
    padding: 0 15px;
    height: 41px;
    line-height: 41px;
    white-space: nowrap;
    display: block;
}

.footer-top .footer-menu li a:hover {
    background-color: #084a6f;
    color: #DDDDDD;
    text-decoration: none;
}

.footer-top .footer-menu li.back-to-top {
    background-color: #084a6f;
    position: relative;
}

.footer-top .footer-menu li.back-to-top a {
    padding: 0 50px;
    padding: 0 4vw;
    color: white;
}

.footer-top .footer-menu.open-ext-menu {
    overflow: visible;
    height: initial;
}

.footer-top .footer-menu .home {
    position: relative;
}

.footer-top .footer-menu .home span.glyphicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-top .footer-menu .btn-xs {
    padding: 0 10px;
    height: 41px;
    line-height: 41px;
    max-height: 41px;
    min-height: 41px;
    cursor: pointer;
}

.footer-top .footer-menu .btn-xs:hover {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #084a6f;
    color: #DDDDDD;
}

.footer-top .footer-menu .btn-xs:before {
    font-family: 'Glyphicons Halflings';
    content: "\e236";
    font-size: 12px;
    margin-right: 5px;
}

.footer-top .footer-menu.open-ext-menu .btn-xs:before {
    font-family: 'Glyphicons Halflings';
    content: "\e014";
    font-size: 12px;
    margin-right: 5px;
}

.footer-top .menu-btn {
    position: absolute;
    right: 0;
    color: #084a6f;
}

.meganav {
    margin-bottom: 0;
    background-color: #333;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: "Noto Serif", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-weight: 700;
    height: 49px;
}

@media (max-width: 767px) {
    .meganav.minimal-nav {
        height: 60px;
    }
}

.meganav a {
    color: white;
}

.meganav a:hover {
    color: #414042;
}

.meganav a:focus {
    color: #414042;
}

.meganav .dropdown.open a {
    color: #414042;
}

.meganav .active {
    background-color: #F2F2F2;
    color: #414042;
}

.meganav .active a {
    color: #414042;
}

.meganav .active .caret {
    background-image: url("/dist/images/icons/caret-down-dark.svg");
}

.meganav .navbar-collapse, .meganav .container-fluid {
    padding-left: 0;
    padding-right: 14px;
}

.meganav .navbar-nav {
    position: relative;
    display: inline-block;
}

.meganav .navbar-nav > li > .dropdown-menu {
    clear: both;
    position: absolute;
    left: 0;
    background-color: #F2F2F2;
    border: none;
}

.meganav .dropdown-menu > li > a:hover, .meganav .dropdown-menu > li > a:focus {
    background-color: #F0A426;
    color: #414042;
}

.meganav .container {
    padding-left: 13px;
    padding-right: 0;
}

.meganav .cta-btn {
    text-transform: uppercase;
    min-width: 125px;
    text-align: center;
}

.meganav .cta-btn .signed-in {
    text-transform: none;
}

.meganav .blue-bg {
    background-color: #084a6f;
    min-width: 155px;
}

@media (max-width: 1299px) {
    .meganav .blue-bg {
        min-width: 125px;
    }
}

@media (max-width: 991px) {
    .meganav .blue-bg {
        width: 100%;
    }
}

.meganav .gray-bg {
    background-color: #606265;
}

@media (max-width: 991px) {
    .meganav .gray-bg {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .meganav .container {
        padding-left: 0;
        padding-right: 0;
    }

    .meganav .section-nav {
        display: none;
    }

    .meganav .dropdown:hover > .dropdown-menu {
        display: none;
    }

    .meganav .dropdown > .dropdown-menu {
        padding-top: 0;
        display: none;
        position: relative !important;
        width: 100%;
        margin-bottom: 12.5px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .meganav .dropdown-submenu .dropdown-menu {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .meganav .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .meganav .section-nav {
        display: none;
    }

    .meganav .dropdown:hover > .dropdown-menu {
        display: none;
    }

    .meganav .dropdown > .dropdown-menu {
        padding-top: 0;
        display: none;
        position: relative !important;
        width: 100%;
        margin-bottom: 12.5px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .meganav .dropdown-submenu .dropdown-menu {
        display: none;
    }

    .meganav .dropdown span.caret {
        position: absolute;
        right: 12.5px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .meganav .dropdown span.caret-right {
        display: none;
    }

    .meganav .mobile-search input {
        width: 80%;
    }
}

.meganav .nav > .dropdown.open {
    position: initial;
}

.meganav .nav > .dropdown.open .dropdown-menu {
    width: 100%;
}

.meganav .nav > .dropdown.open .dropdown-menu:before {
    left: 0;
    width: 100%;
    background-color: #F2F2F2;
}

.meganav .glyphicon {
    line-height: 25px;
}

@media (max-width: 991px) {
    .meganav .nav > li {
        display: block;
    }

    .meganav .navbar-nav {
        display: block;
    }
}

.navbar-toggle {
    margin: 0;
    color: white;
}

@media (max-width: 991px) {
    .container > .navbar-collapse {
        margin: 0;
        position: absolute;
        background-color: #414042;
        width: 100%;
        z-index: 10000;
        padding: 0;
        left: 0;
    }
}

@media (min-width: 768px) {
    .user-transactions {
        float: right;
    }

    .user-transactions li {
        display: block;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .user-transactions {
        float: initial;
    }

    .user-transactions .search-input {
        display: inline-block;
        width: 60%;
        margin: 0;
    }

    .user-transactions .rounded-submit {
        display: inline-block;
    }
}

.nav--login-wrap {
    position: relative;
    display: inline-block;
    float: right;
}

@media (max-width: 991px) {
    .nav--login-wrap {
        display: block;
        float: none;
    }
}

.nav--login-wrap > li {
    display: inline-block;
    margin-right: 0;
}

.nav--login-wrap > li:last-of-type {
    float: right;
}

@media (max-width: 991px) {
    .nav--login-wrap > li {
        float: none;
    }
}

.nav--login-wrap > li > a {
    position: unset;
    padding-top: 13px;
    padding-bottom: 12px;
}

.nav--login-wrap .dropdown-menu {
    clear: both;
    border: none;
    width: 280px;
    left: auto;
    right: 0;
    margin: 0;
}

.nav--login-wrap .dropdown-menu.dropdown-menu--sign-in {
    background-color: #F2F2F2;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media (max-width: 991px) {
    .nav--login-wrap .dropdown-menu.dropdown-menu--sign-in {
        margin-bottom: 0;
    }
}

.nav--login-wrap .dropdown-menu.dropdown-menu--sign-in .sign-in {
    padding: 10px 10px 0 10px;
}

.nav--login-wrap .dropdown-menu.dropdown-menu--sign-in .sign-in a {
    color: white;
}

.nav--login-wrap .dropdown-menu.dropdown-menu--sign-in .sign-in a.btn:hover, .nav--login-wrap .dropdown-menu.dropdown-menu--sign-in .sign-in a.btn:focus {
    color: white;
    background-color: #052a3f;
}

.nav--login-wrap .dropdown-menu.dropdown-menu--sign-in li > a {
    padding: 10px 10px 7px 10px;
    text-transform: none;
}

.nav--login-wrap .dropdown-menu.dropdown-menu--sign-in hr {
    margin: 17px -10px 7px -10px;
    border-color: #DDDDDD;
}

@media (min-width: 992px) {
    .featured-link {
        float: right !important;
    }
}

.dropdown-menu.with-img {
    height: 150px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-submenu {
    width: 100%;
}

.dropdown-submenu .nav-img {
    position: absolute;
    top: -30px;
}

.dropdown-submenu > .dropdown-menu {
    top: 25px;
    background-color: #F2F2F2;
    border: none;
    @box-shadow (0);
}

.dropdown-submenu i {
    float: right;
    margin-top: 8px;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu .dropdown-menu {
    clear: both;
    position: absolute;
    left: 0;
    border: none;
}

.dropdown-submenu .dropdown-menu ul {
    padding-left: 0;
}

.dropdown-submenu .dropdown-menu ul li {
    list-style-type: none;
}

.dropdown-submenu .dropdown-menu a {
    display: block;
    color: #414042;
    font-size: 16px;
    font-weight: normal;
    padding: 3px 20px;
}

.dropdown-submenu .dropdown-menu a:hover {
    background-color: #F0A426;
    text-decoration: none;
}

.dropdown-submenu.active a {
    color: #414042;
}

.dropdown-submenu a {
    padding-right: 12.5px;
}

.dropdown-submenu .caret-right {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12.5px;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

@media (min-width: 768px) {
    .dropdown-submenu:hover > .dropdown-menu, .dropdown:focus > .dropdown-menu, .dropdown:hover > .dropdown-menu {
        display: block;
    }
}

.dropdown-submenu > .dropdown-menu {
    margin-left: 208px;
    margin-top: -25px;
    -moz-box-shadow: rgba(65, 64, 66, 0.1) 1px 0px 5px 0px;
    -webkit-box-shadow: rgba(65, 64, 66, 0.1) 1px 0px 5px 0px;
    box-shadow: rgba(65, 64, 66, 0.1) 1px 0px 5px 0px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    overflow: visible;
    background-color: #F2F2F2;
}

.dropdown-submenu > .dropdown-menu .submenu-container {
    display: table;
}

.dropdown-submenu > .dropdown-menu ul {
    overflow: hidden;
    display: table-cell;
    vertical-align: top;
    min-width: 250px;
}

.dropdown-submenu > .dropdown-menu ul li {
    display: block;
}

.dropdown-submenu > .dropdown-menu .img-holder {
    display: table-cell;
    vertical-align: top;
    background-color: #F2F2F2;
    padding-right: 5px;
    overflow: hidden;
}

.dropdown-submenu > .dropdown-menu .img-holder img {
    width: 250px;
    max-width: initial;
    height: auto;
    border: 1px solid #DDDDDD;
}

.mobile-search {
    padding: 12.5px;
}

.mobile-search .search-form {
    margin: auto;
    text-align: center;
}

.mobile-search input {
    width: 75%;
    display: inline-block;
}

.mobile-search button.submit {
    display: inline-block;
    position: absolute;
    color: white;
}

.section-nav {
    padding-left: 0;
    margin: 0;
    z-index: 100;
    position: absolute;
    clear: both;
}

.section-nav > li {
    display: inline-block;
}

.section-nav > li a {
    display: block;
    color: #414042;
    padding: 8px 5px;
}

.section-nav > li:first-child {
    padding-left: 14px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .section-nav > li:first-child {
        padding-left: 5px;
    }
}

.section-nav.overflow-hidden {
    overflow: hidden;
}

.section-nav.overflow {
    overflow: initial;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .navbar-nav {
        margin: 0;
    }

    .navbar-nav > li > a {
        padding: 10.5px 6px;
    }

    .meganav .renew {
        display: none;
    }

    .meganav .blue-bg, .meganav .gray-bg {
        min-width: 100px;
        min-width: initial;
    }
}

@media (max-width: 768px) {
    .container > .navbar-header {
        margin: 0;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-nav > li > a {
        padding-left: 12.5px;
    }

    .section-nav {
        display: none;
        width: 100%;
        background-color: #F2F2F2;
    }

    .section-nav > li {
        display: block;
        padding-left: 14px;
    }

    .section-nav > li:first-child {
        padding-left: 14px;
    }

    .toggle-featured-nav {
        height: 41px;
        text-align: left;
        padding: 7.5px 10px;
        color: #414042;
        position: relative;
    }

    .toggle-featured-nav .caret {
        position: absolute;
        right: 12.5px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .dropdown span.caret {
        position: absolute;
        right: 12.5px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

a.dropdown-toggle:hover .caret, a.dropdown-toggle:focus .caret {
    background-image: url("/dist/images/icons/caret-down-dark.svg");
}

@media (max-width: 768px) {
    .logged-in {
        width: 100%;
    }
}

.minimal-nav ul {
    padding: 0;
    margin: 0;
    display: block;
}

.minimal-nav ul > li {
    list-style-type: none;
    display: inline-block;
    float: left;
    position: relative;
}

.minimal-nav ul > li.dropdown span.caret {
    position: initial;
    display: inline-block;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: 0;
}

.minimal-nav ul > li:first-of-type a {
    padding: 11px 10px 12px 10px;
}

.minimal-nav ul li > a {
    padding: 12px 9px 13px 9px;
    display: block;
    position: relative;
}

.minimal-nav ul li > a:hover, .minimal-nav ul li > a:focus {
    color: #414042;
    background-color: #DDDDDD;
}

.minimal-nav ul .navbar-toggle {
    padding: 10.5px;
    display: block;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.minimal-nav ul .navbar-toggle:hover, .minimal-nav ul .navbar-toggle:focus {
    color: #414042;
    background-color: #DDDDDD;
}

@media (max-width: 767px) {
    .minimal-nav ul li:nth-of-type(4) {
        display: none;
    }
}

.minimal-nav .mobile-dropdown-menu {
    margin-top: 0;
    display: none;
    z-index: 1000;
    padding: 0;
    clear: both;
    background-color: #F2F2F2;
}

.minimal-nav .mobile-dropdown-menu li {
    display: block;
    clear: both;
    width: 100%;
    background-color: #F2F2F2;
    z-index: 1000;
}

.minimal-nav .mobile-dropdown-menu li:last-of-type {
    border-bottom: 1px solid #939598;
}

.minimal-nav .mobile-dropdown-menu li a {
    display: block;
    color: #414042;
}

.minimal-nav .mobile-dropdown-toggle:hover span.caret, .minimal-nav .mobile-dropdown-toggle:focus span.caret {
    background-image: url("/dist/images/icons/caret-down-dark.svg");
}

.minimal-nav .mobile-dropdown-toggle.open span.caret {
    background-image: url("/dist/images/icons/caret-down-dark.svg");
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.minimal-nav .container .row {
    margin-left: -7px;
    margin-right: 0;
}

.breadcrumb {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 25px;
    padding-left: 0;
}

.breadcrumb-container {
    background-color: #f5f5f5;
}

@media (max-width: 768px) {
    .breadcrumb > li.active {
        display: none;
    }
}

.news-article > img {
    margin-bottom: 25px;
}

.article-lead {
    overflow: auto;
}

.author-img {
    border: 1px solid #DDDDDD;
}

.author-details {
    display: block;
    border-top: 1px solid #DDDDDD;
    padding: 10px 0;
}

@media (max-width: 991px) {
    .author-details {
        display: block;
    }
}

.author-details + .detail-col.social-links {
    display: inline-block;
}

.author-details .img-detail {
    display: inline-block;
}

.author-details .text-detail {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}

.author-details .text-detail .author-detail {
    margin: 0;
}

.author-detail {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

.author-detail li {
    line-height: 1;
    color: #939598;
}

.author-detail li a {
    text-decoration: none;
    font-weight: 700;
    color: #939598;
}

.social-links {
    padding: 5px 0;
    margin-bottom: 15px;
    display: block;
}

.social-links ul {
    z-index: 3;
    margin: 0;
    height: 40px;
    padding-top: 10px;
}

.masthead-img {
    margin-top: -25px;
    min-height: 250px;
    position: relative;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 25px;
}

.masthead-img:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #414042);
    opacity: 0.9;
}

.masthead-img .headline {
    position: absolute;
    bottom: 6.25px;
    color: white;
    display: block;
}

.masthead-img .container {
    clear: both;
}

.masthead-img + .container > .row > .sidebar {
    margin-top: 0;
}

@media (max-width: 1200px) {
    .article-body iframe, .paywall-content iframe {
        width: 100% !important;
        min-height: 300px;
    }
}

.featured-news {
    border-bottom: 1px #F2F2F2 solid;
    margin-bottom: 25px;
}

.featured-news img {
    margin-bottom: 25px;
}

.featured-news .main-news-item .media-heading {
    margin-bottom: 12.5px;
}

.featured-news .main-news-item .media-right {
    min-width: 348px;
}

.featured-news .media-body {
    padding-bottom: 12.5px;
}

.featured-news + .featured-news {
    border-bottom: none;
    margin-bottom: 0;
}

.featured-news-list dd {
    border-bottom: 1px #F2F2F2 solid;
    padding-bottom: 12.5px;
    margin-bottom: 12.5px;
}

.featured-news-list dd:last-child {
    border-bottom: none;
}

.featured-news-list dt {
    line-height: 1.418;
}

.featured-news-list dt a {
    display: block;
}

.media.news-list {
    margin-top: 25px;
}

.media.news-list img {
    max-width: 125px;
    height: auto;
}

.sidebar .media-heading {
    line-height: 1.418;
}

.sidebar .media-heading a {
    color: #414042;
}

.additional-news {
    margin-bottom: 25px;
}

.recent-news img {
    max-width: 100%;
}

a.media-body-wrapper {
    background-color: #F2F2F2;
    display: block;
    height: 100%;
    border-bottom: 2px solid #084a6f;
    padding-bottom: 25px;
    position: relative;
}

a.media-body-wrapper .media-heading, a.media-body-wrapper .date.detail {
    padding: 10px;
}

a.media-body-wrapper:hover {
    text-decoration: none;
}

a.media-body-wrapper:hover .media-heading {
    color: #084a6f;
}

@media (min-width: 1300px) {
    a.media-body-wrapper:after {
        position: absolute;
        content: ' ';
        top: 0;
        left: -14px;
        bottom: 0;
        width: 1px;
        border-left: 1px #DDDDDD solid;
    }
}

a.media-body-wrapper .date.detail {
    position: absolute;
    bottom: 0;
}

.horizontal-list.flex-container {
    overflow: hidden;
}

p.embargoed {
    color: red;
    font-size: 18px;
}

@media (max-width: 1299px) {
    .horizontal-list.flex-container {
        overflow: visible;
    }
}

@media (max-width: 991px) {
    .horizontal-list.flex-container {
        display: block;
        display: inline-flex;
    }

    .horizontal-list.flex-container .media-body-wrapper {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .horizontal-list.flex-container {
        display: block;
    }
}

.login-page-form legend {
    border: none;
    font-size: 16px;
}

form {
    margin-bottom: 25px;
}

form .input-sizing {
    display: block;
}

form .input-sizing .small-input {
    width: 6em;
}

form .input-sizing .medium-input {
    max-width: 9em;
}

form .input-sizing .inline {
    display: inline-block;
}

form .input-sizing .inline + span.help-block {
    display: inline;
}

form label {
    color: #666;
}

form .control-indicator {
    position: absolute;
    top: 4px;
    left: 3px;
    display: block;
    width: 17px;
    height: 17px;
    line-height: 17px;
    font-size: 75%;
    color: #eee;
    text-align: center;
    border: 1px solid #DDDDDD;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: white;
    background-size: 50% 50%;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

form .checkbox input[type="checkbox"], form .checkbox-inline input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

form .checkbox input[type="checkbox"]:checked ~ .control-indicator, form .checkbox-inline input[type="checkbox"]:checked ~ .control-indicator {
    color: #fff;
    background-color: #084a6f;
    background-image: url("/images/icons/tick.svg");
    border: none;
}

form .checkbox label, form .radio label {
    padding-left: 28px;
}

form .checkbox-inline, form .radio-inline {
    padding-left: 28px;
}

form input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

form input[type="radio"] ~ .control-indicator {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

form input[type="radio"]:checked ~ .control-indicator {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
    background-color: #1af;
    border: 1px solid white;
    border: 1px solid transparent;
    background-position: center;
}

form .form-control {
    padding: 10px 11px;
    line-height: 16px;
    min-height: 45px;
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

form .form-control:focus {
    border-color: #084a6f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(8, 74, 111, 0.4);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(8, 74, 111, 0.4);
}

form .btn {
    text-transform: uppercase;
}

form button, form input, form optgroup, form select, form textarea {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

form input:focus ~ .control-indicator {
    -moz-box-shadow: 0 0 0 0.1em #fff, 0 0 0 0.2rem #084a6f;
    -webkit-box-shadow: 0 0 0 0.1em #fff, 0 0 0 0.2rem #084a6f;
    box-shadow: 0 0 0 0.1em #fff, 0 0 0 0.2rem #084a6f;
}

.sign-up-boxout {
    background-color: #084a6f;
    color: white;
    padding: 10px 20px;
    -moz-box-shadow: inset 0 -5px 0 rgba(51, 51, 51, 0.2);
    -webkit-box-shadow: inset 0 -5px 0 rgba(51, 51, 51, 0.2);
    box-shadow: inset 0 -5px 0 rgba(51, 51, 51, 0.2);
}

.sign-up-boxout .form-group {
    width: 100%;
}

.sign-up-boxout h4, .sign-up-boxout label {
    color: white;
    padding-right: 5px;
    margin-right: 35px;
}

.sign-up-boxout input {
    min-width: 300px;
    margin-right: 10px;
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .sign-up-boxout input {
        min-width: 250px;
    }

    .sign-up-boxout label {
        margin-right: 0;
    }
}

.sign-up-boxout p {
    margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sign-up-boxout input {
        min-width: 160px;
        max-width: 190px;
        margin: 0;
    }

    .sign-up-boxout label {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .sign-up-boxout label {
        display: block;
    }

    .sign-up-boxout .btn {
        margin-top: 10px;
        width: 100%;
    }

    .sign-up-boxout input[type="email"] {
        width: 100%;
    }
}

.sign-up-boxout + .recent-news {
    margin-top: 25px;
}

.form-inline .radio label, .form-inline .checkbox label {
    padding: 0 14px;
}

span.field-validation-error {
    color: #cf171d;
    margin: 5px 0;
    display: block;
}

span.field-validation-error:before {
    content: ' * ';
}

.validation-summary-errors {
    font-weight: bold;
    background-color: #F2F2F2;
    padding: 10px;
    border-bottom: 3px solid #cf171d;
    margin-bottom: 10px;
}

.validation-summary-errors ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.validation-summary-errors ul li {
    margin-bottom: 3px;
}

.detail-container {
    color: #DDDDDD;
    display: table;
    margin-bottom: 25px;
    overflow: hidden;
    width: 100%;
}

.detail-container span.detail {
    display: block;
}

.detail-container.in-article .author-details {
    border: none;
    display: inline-block;
}

.detail-container.in-article .social-links {
    float: right;
}

.detail-container.in-article .social-links h4 {
    margin: 0;
}

.detail-container .detail-col {
    display: table-cell;
    vertical-align: middle;
    margin-right: 12.5px;
}

.detail-container .detail-col.img-detail {
    width: 75px;
}

.detail-container .detail-col.text-detail {
    padding-right: 12.5px;
}

.detail-container .detail-col .social-links {
    float: right;
}

.detail-container .detail-col img {
    display: inline-block;
    margin-bottom: 0;
    max-width: 100%;
    height: auto;
    margin-right: 12.5px;
}

.detail-container .social-links.visible-lg {
    display: inline-block;
    float: right;
    padding-top: 0;
}

.social-links.bordered-container {
    display: block;
}

.social-links.bordered-container li.share-title {
    color: #939598;
    font-size: 14px;
    vertical-align: top;
    padding-top: 3px;
    padding-right: 15px;
}

.secondary-navigation {
    font-size: 14.5px;
    line-height: 1.5;
}

.secondary-navigation > ul.nav > li {
    margin: 0;
}

.secondary-navigation > ul.nav > li.active {
    background-color: #f5f5f5;
    color: #bc7a0d;
    border-bottom: 1px solid #F2F2F2;
}

.secondary-navigation > ul {
    padding-left: 0;
}

.secondary-navigation > ul > li {
    list-style-type: none;
    margin-bottom: 5px;
}

.secondary-navigation > ul > li a {
    display: block;
}

.secondary-navigation > ul > li a:hover {
    text-decoration: none;
    background-color: #F2F2F2;
}

.secondary-navigation > ul > li.active > a {
    padding-left: 5px;
    text-decoration: none;
}

.secondary-navigation > ul > li.dropdown-subnav {
    position: relative;
    z-index: 0;
}

.secondary-navigation > ul > li.dropdown-subnav.active-list a:hover {
    padding-left: 0;
    border: none;
}

.secondary-navigation > ul > li.dropdown-subnav .dropdown-menu {
    display: none;
    position: relative;
    min-width: initial;
    float: none;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 0;
    margin-top: 0;
}

.secondary-navigation > ul > li.dropdown-subnav .dropdown-menu.open {
    display: block;
}

.secondary-navigation > ul > li.dropdown-subnav .dropdown-menu > li > a {
    white-space: inherit;
    padding-left: 12.5px;
}

.secondary-navigation > ul select {
    display: none;
    margin-top: -25px;
}

.secondary-nav-dropdown {
    position: relative;
}

.secondary-nav-dropdown .open-menu {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    padding: 0 5px;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 32px;
    min-width: 30px;
}

.secondary-nav-dropdown .open-menu .caret {
    display: block;
    margin: 10.5px 5px;
    background-image: url("/images/icons/caret-down-dark.svg");
}

.secondary-nav-dropdown .open-menu:hover {
    background-color: #F2F2F2;
}

.secondary-nav-dropdown > a {
    padding: 5px 30px 5px 5px;
}

.secondary-nav-dropdown + ul {
    background-color: #f5f5f5;
}

.secondary-nav-dropdown + ul li.active {
    background-color: #414042;
}

.secondary-nav-dropdown + ul li.active a {
    text-decoration: none;
    background-color: #DDDDDD;
    color: #222222;
}

.secondary-nav-dropdown + ul li a {
    font-size: small;
    border: none;
    color: #414042;
    padding: 2.5px 12.5px;
    -moz-transition-property: border;
    -o-transition-property: border;
    -webkit-transition-property: border;
    transition-property: border;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-transition-property: padding-left;
    -o-transition-property: padding-left;
    -webkit-transition-property: padding-left;
    transition-property: padding-left;
}

.secondary-nav-dropdown + ul li a:hover {
    text-decoration: none;
    background-color: #DDDDDD;
    color: #084a6f;
}

.secondary-nav-dropdown li.active {
    color: white;
}

.cookie-message {
    padding: 12.5px 0;
    background-color: #F2F2F2;
}

.cookie-message p {
    margin: 0;
}

.cookie-message a.btn {
    margin-bottom: 12.5px;
}

.cookie-message .btn-holder {
    padding-left: 0;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
    background: #414042;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #414042;
    -webkit-box-shadow: 0 0 5px #414042;
    box-shadow: 0 0 5px #414042;
    border: 5px solid #414042;
    left: -5px;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url("/dist/css/images/bx_loader.gif") center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

.bx-wrapper .bx-prev {
    left: 0;
    background: url("/dist/css/images/angle-left.svg") no-repeat;
    background-position: 30% 45%;
}

.bx-wrapper .bx-next {
    right: 0;
    background: url("/dist/css/images/angle-right.svg") no-repeat;
    background-position: 70% 45%;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 0;
    outline: 0;
    width: 10%;
    height: 90%;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url("/dist/css/images/controls.png") -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url("/dist/css/images/controls.png") -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.bx-wrapper .bx-caption p {
    margin: 0;
    display: inline;
}

.bx-wrapper .bx-caption .count {
    position: relative;
    padding-left: 25px;
}

.bx-wrapper .bx-caption .count:before {
    font-family: 'Glyphicons Halflings';
    content: "\e046";
    display: inline-block;
    margin-right: 3px;
    line-height: 17px;
    bottom: 1px;
    left: 0;
    position: absolute;
}

.bx-wrapper .bx-caption span {
    display: block;
    padding: 10px;
    font-size: 17px;
}

.bx-wrapper {
    margin: 0 0 25px 0;
}

.bx-wrapper .bx-viewport {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
}

.bx-wrapper .bx-pager {
    padding-top: 12.5px;
}

.bx-wrapper img {
}

.bx-wrapper .bx-caption {
    position: inherit;
    background-color: #414042;
    color: #F2F2F2;
}

.bx-wrapper .bx-caption .count {
    display: inline;
}

.image-gallery-pager {
    margin-bottom: 25px;
    text-align: center;
    max-width: 700px;
    border-bottom: 3px solid #414042;
    border-left: 3px solid #414042;
    border-right: 3px solid #414042;
    background: #414042;
}

.filmstrip {
    display: inline-block;
    padding: 5px;
}

.filmstrip img {
    max-width: 128px;
    max-height: 128px;
    border: 2px solid #414042;
}

.filmstrip img:hover {
    border: 2px solid #DDDDDD;
}

.filmstrip .active > img {
    border: 2px solid white;
}

.bx-wrapper {
    margin-bottom: 0;
}

a.view-all {
    height: 125px;
    width: 125px;
    text-align: center;
    background-color: #F2F2F2;
    color: #414042;
}

.bx-wrapper {
    text-align: center;
    border-top: 10.5px solid #414042;
    border-left: 3px solid #414042;
    border-right: 3px solid #414042;
}

.bx-wrapper img {
    margin: auto;
    max-width: 100%;
    width: initial;
}

@media (max-width: 768px) {
    .filmstrip img {
        max-width: 100px;
    }
}

.photo-slide-container h3 {
    padding-right: 80px;
}

.photo-slide-container .bx-wrapper {
    border: none;
    text-align: left;
    padding-bottom: 25px;
}

.photo-slide-container .bx-wrapper img {
    margin: 0;
}

.photo-slide-container .photo-controls {
    position: absolute;
    right: 14px;
    top: 0;
}

.photo-slide-container .photo-controls .photo-slider-prev {
    display: inline-block;
}

.photo-slide-container .photo-controls .photo-slider-prev .bx-prev {
    background-color: #F2F2F2;
    width: 36px;
    height: 36px;
    background-image: none;
    display: block;
    text-align: center;
    line-height: 36px;
    color: #414042;
}

.photo-slide-container .photo-controls .photo-slider-prev .bx-prev:before {
    font-family: FontAwesome;
    content: '\f053';
}

.photo-slide-container .photo-controls .photo-slider-prev .bx-prev:hover {
    text-decoration: none;
    background-color: #414042;
    color: #F2F2F2;
}

.photo-slide-container .photo-controls .photo-slider-next {
    display: inline-block;
}

.photo-slide-container .photo-controls .photo-slider-next .bx-next {
    background-color: #F2F2F2;
    width: 36px;
    height: 36px;
    background-image: none;
    display: block;
    text-align: center;
    line-height: 36px;
    color: #414042;
}

.photo-slide-container .photo-controls .photo-slider-next .bx-next:before {
    font-family: FontAwesome;
    content: '\f054';
}

.photo-slide-container .photo-controls .photo-slider-next .bx-next:hover {
    text-decoration: none;
    background-color: #414042;
    color: #F2F2F2;
}

.iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    margin-bottom: 25px;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container {
    margin-bottom: 1em;
}

.top > .pager li {
    display: inline;
    float: left;
    font-weight: bold;
}

.top > .pager li a {
    font-weight: normal;
    margin: 0 12.5px;
    display: inline-block;
    border: none;
    padding: 0;
}

.top > .pager li a:hover {
    text-decoration: underline;
    background-color: white;
}

.top > .pager li form.form-inline {
    position: absolute;
    right: 0;
}

.pager li > a, .pager li > span {
    border: none;
    border-radius: 3px;
}

@media (min-width: 992px) and (max-width: 1299px) {
    .pager li > a, .pager li > span {
        padding: 5px 9px;
    }
}

.footer > .pager {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #939598;
}

.footer > .pager .form-inline {
    padding-top: 12.5px;
}

.footer > .pager li span, .footer > .pager li a {
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.footer > .pager .active {
    background-color: #084a6f;
    color: white;
}

.footer > .pager .first-page {
    float: left;
}

.footer > .pager .last-page {
    float: right;
}

@media (max-width: 767px) {
    .footer > .pager .first-page, .footer > .pager .last-page {
        float: none;
        display: block;
    }
}

.calendar-upcoming {
    border-left: #F2F2F2 1px solid;
    border-right: #F2F2F2 1px solid;
    width: 100%;
    max-width: 338px;
}

@media (min-width: 769px) and (max-width: 1100px) {
    .calendar-upcoming {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .calendar-upcoming {
        width: 100%;
        max-width: 670px;
    }
}

.calendar-upcoming dl {
    padding: 25px;
    margin-bottom: 0;
}

.calendar-upcoming dl dt {
    margin-top: 6.25px;
    font-size: 17px;
}

.calendar-upcoming dl dt:first-child {
    margin-top: 0;
}

.calendar-upcoming + a {
    margin-top: 5px;
}

.sidebar-calendar {
    display: block;
    width: 300px;
    margin: auto;
}

.calendar-filter .form-group {
    overflow: auto;
}

.calendar-filter .form-group > label.col-sm-3 {
    padding-left: 0;
}

.calendar-filter .checkbox input {
    margin-top: 5px;
}

.calendar-filter .checkbox + .checkbox {
    margin: 10px 0;
    display: inline-block;
}

.calendar-filter .regions-countries {
    border-bottom: 1px solid #DDDDDD;
}

.calendar-filter .regions-countries .checkbox {
    display: block;
}

.calendar-filter .regions .checkbox {
    display: block;
}

.calendar-filter.well {
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    padding: 0;
}

.calendar-filter.well h4 {
    padding: 15px;
    border-bottom: 1px solid #DDDDDD;
    margin-top: 0;
}

.calendar-filter.well form {
    padding: 0 15px 15px 15px;
}

.calendar-filter.well .link-top-right {
    position: absolute;
    right: 23px;
    cursor: pointer;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.calendar-filter.well .link-top-right:after {
    background-image: url("/images/icons/caret-blue-down.svg");
    background-repeat: no-repeat;
    content: '';
    display: block;
    width: 12px;
    height: 31px;
    line-height: 35px;
    float: right;
    transform: rotate(90deg);
}

@media (min-width: 992px) {
    .calendar-filter.well.collapsible-well a[data-toggle="collapse"] {
        display: none;
    }
}

.calendar-filter .btn-block {
    min-width: 100%;
}

.calendar-filter .checkbox-inline.no-margin {
    margin: 0;
}

.calendar-results, .results-content {
    padding-bottom: 12.5px;
}

.calendar-results span.date-from:after, .results-content span.date-from:after {
    content: ' - ';
}

.calendar-results .start-time, .results-content .start-time {
    display: block;
}

.calendar-results h4.no-margin, .results-content h4.no-margin {
    margin-bottom: 0px;
}

.calendar-results h5.event-title, .results-content h5.event-title {
    margin-top: 0px;
    font-weight: normal;
}

.calendar-results address, .results-content address {
    display: inline;
}

.calendar-results address span:after, .results-content address span:after {
    content: ',';
}

.calendar-results address span:last-child:after, .results-content address span:last-child:after {
    content: ' ';
}

.calendar-results .table tr:first-child td, .results-content .table tr:first-child td {
    border-top: none;
}

.calendar-results .table tr:last-child td, .results-content .table tr:last-child td {
    border-bottom: 1px solid #DDDDDD;
}

.daterangepicker {
    position: absolute;
    background: #fff;
    top: 100px;
    left: 20px;
    padding: 4px;
    margin-top: 1px;
    border-radius: 4px;
    width: 278px;
}

.daterangepicker.opensleft:before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker.opensleft:after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.daterangepicker.openscenter:before {
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker.openscenter:after {
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.daterangepicker.opensright:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker.opensright:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.daterangepicker.dropup {
    margin-top: -5px;
}

.daterangepicker.dropup:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc;
}

.daterangepicker.dropup:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
}

.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3000;
}

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none;
}

.daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px;
}

.daterangepicker.show-calendar .calendar {
    display: block;
}

.daterangepicker .calendar.single .calendar-table {
    border: none;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
    white-space: nowrap;
    text-align: center;
    min-width: 32px;
}

.daterangepicker .calendar-table {
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
    background: #fff;
}

.daterangepicker table {
    width: 100%;
    margin: 0;
}

.daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    white-space: nowrap;
    cursor: pointer;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    color: #999;
    background: #fff;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background: #eee;
}

.daterangepicker td.in-range {
    background: #ebf4f8;
    border-radius: 0;
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #084a6f;
    border-color: #084a6f;
    color: #fff;
}

.daterangepicker td.week, .daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}

.daterangepicker select.yearselect {
    width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0;
}

.daterangepicker th.month {
    width: auto;
}

.daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    display: block;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%;
}

.daterangepicker .input-mini.active {
    border: 1px solid #357ebd;
}

.daterangepicker .daterangepicker_input i {
    position: absolute;
    left: 8px;
    top: 8px;
}

.daterangepicker .daterangepicker_input {
    position: relative;
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px;
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.daterangepicker .ranges {
    font-size: 11px;
    float: none;
    margin: 4px;
    text-align: left;
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.daterangepicker .ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #084a6f;
    padding: 3px 12px;
    margin-bottom: 8px;
    border-radius: 5px;
    cursor: pointer;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background: #084a6f;
    border: 1px solid #084a6f;
    color: #fff;
}

@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
    }

    .daterangepicker .ranges ul {
        width: 160px;
    }

    .daterangepicker.single .ranges ul {
        width: 100%;
    }

    .daterangepicker .calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .daterangepicker .calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .daterangepicker .calendar.left {
        clear: left;
        margin-right: 0;
    }

    .daterangepicker.single .calendar.left {
        clear: none;
    }

    .daterangepicker.single .ranges, .daterangepicker.single .calendar {
        float: left;
    }

    .daterangepicker .calendar.right {
        margin-left: 0;
    }

    .daterangepicker .left .daterangepicker_input {
        padding-right: 12px;
    }

    .daterangepicker .calendar.left .calendar-table {
        padding-right: 12px;
    }

    .daterangepicker .ranges, .daterangepicker .calendar {
        float: left;
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
        float: left;
    }

    .daterangepicker .calendar.left {
        clear: none;
    }
}

.calendar-topper {
    background-color: #414042;
    padding: 12.5px 25px;
    color: white;
    border-bottom: 8px solid #F0A426;
    background-image: url("/dist/images/gavel.jpg");
    background-repeat: no-repeat;
    background-position: bottom right;
}

.calendar-topper h4 {
    font-size: 30px;
}

.calendar-topper:hover {
    text-decoration: none;
}

.calendar-topper p {
    line-height: 1.3;
    max-width: 60%;
    font-size: 90%;
}

.calendar-topper p strong {
    font-size: 130%;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #222222;
}

.ui-widget-content a {
    color: #222222;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url("/dist/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

.ui-widget-header a {
    color: #222222;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url("/dist/css/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    background: #dadada url("/dist/css/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff url("/dist/css/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url("/dist/css/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
    color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url("/dist/css/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
    color: #cd0a0a;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("/dist/css/images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("/dist/css/images/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("/dist/css/images/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("/dist/css/images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("/dist/css/images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("/dist/css/images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("/dist/css/images/ui-icons_cd0a0a_256x240.png");
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #222222;
}

.ui-widget-content a {
    color: #222222;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url("/dist/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

.ui-widget-header a {
    color: #222222;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url("/dist/css/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    background: #dadada url("/dist/css/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff url("/dist/css/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url("/dist/css/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
    color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url("/dist/css/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
    color: #cd0a0a;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("/dist/css/images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("/dist/css/images/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("/dist/css/images/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("/dist/css/images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("/dist/css/images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("/dist/css/images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("/dist/css/images/ui-icons_cd0a0a_256x240.png");
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}

.date-picker {
    width: 170px;
    height: 25px;
    padding: 0;
    border: 0;
    line-height: 25px;
    padding-left: 10px;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    cursor: pointer;
    color: #303030;
    position: relative;
    z-index: 2;
}

.date-picker-wrapper {
    position: absolute;
    z-index: 1;
    border: 1px solid #bfbfbf;
    background-color: #efefef;
    padding: 5px 12px;
    font-size: 12px;
    line-height: 20px;
    color: #aaa;
    font-family: Arial;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    box-sizing: initial;
}

.date-picker-wrapper.inline-wrapper {
    position: relative;
    box-shadow: none;
    display: inline-block;
}

.date-picker-wrapper.single-date {
    width: auto;
}

.date-picker-wrapper.no-shortcuts {
    padding-bottom: 12px;
}

.date-picker-wrapper.no-topbar {
    padding-top: 12px;
}

.date-picker-wrapper .footer {
    font-size: 11px;
    padding-top: 3px;
}

.date-picker-wrapper b {
    color: #666;
    font-weight: 700;
}

.date-picker-wrapper a {
    color: #6bb4d6;
    text-decoration: underline;
}

.date-picker-wrapper .month-name {
    text-transform: uppercase;
}

.date-picker-wrapper .month-wrapper {
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    background-color: #fff;
    padding: 5px;
    cursor: default;
    position: relative;
    _overflow: hidden;
}

.date-picker-wrapper .month-wrapper table {
    width: 190px;
    float: left;
}

.date-picker-wrapper .month-wrapper table.month2 {
    width: 190px;
    float: left;
}

.date-picker-wrapper .month-wrapper table th, .date-picker-wrapper .month-wrapper table td {
    vertical-align: middle;
    text-align: center;
    line-height: 14px;
    margin: 0px;
    padding: 0px;
}

.date-picker-wrapper .month-wrapper table .day {
    padding: 5px 0;
    line-height: 1;
    font-size: 12px;
    margin-bottom: 1px;
    color: #ccc;
    cursor: default;
}

.date-picker-wrapper .month-wrapper table div.day.lastMonth, .date-picker-wrapper .month-wrapper table div.day.nextMonth {
    color: #999;
    cursor: default;
}

.date-picker-wrapper .month-wrapper table .day.checked {
    background-color: #9cdbf7;
}

.date-picker-wrapper .month-wrapper table .week-name {
    height: 20px;
    line-height: 20px;
    font-weight: 100;
    text-transform: uppercase;
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
    cursor: help !important;
}

.date-picker-wrapper .time label {
    white-space: nowrap;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
    color: #333;
    cursor: pointer;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    background-color: #cdecfa;
}

.date-picker-wrapper .month-wrapper table .day.nextMonth, .date-picker-wrapper .month-wrapper table .day.lastMonth {
    display: none;
}

.date-picker-wrapper .month-wrapper table .day.real-today {
    background-color: #ffe684;
}

.date-picker-wrapper .month-wrapper table .day.real-today.checked, .date-picker-wrapper .month-wrapper table .day.real-today.hovering {
    background-color: #70ccd5;
}

.date-picker-wrapper table .caption {
    height: 40px;
}

.date-picker-wrapper table .caption .next, .date-picker-wrapper table .caption .prev {
    padding: 0 5px;
    cursor: pointer;
}

.date-picker-wrapper table .caption .next:hover, .date-picker-wrapper table .caption .prev:hover {
    background-color: #ccc;
    color: white;
}

.date-picker-wrapper .gap {
    position: relative;
    z-index: 1;
    width: 15px;
    height: 100%;
    background-color: red;
    font-size: 0;
    line-height: 0;
    float: left;
    top: -5px;
    margin: 0 10px -10px;
    visibility: hidden;
    height: 0;
}

.date-picker-wrapper .gap .gap-lines {
    height: 100%;
    overflow: hidden;
}

.date-picker-wrapper .gap .gap-line {
    height: 15px;
    width: 15px;
    position: relative;
}

.date-picker-wrapper .gap .gap-line .gap-1 {
    z-index: 1;
    height: 0;
    border-left: 8px solid white;
    border-top: 8px solid #eee;
    border-bottom: 8px solid #eee;
}

.date-picker-wrapper .gap .gap-line .gap-2 {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 2;
    height: 0;
    border-left: 8px solid transparent;
    border-top: 8px solid white;
}

.date-picker-wrapper .gap .gap-line .gap-3 {
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 2;
    height: 0;
    border-left: 8px solid transparent;
    border-bottom: 8px solid white;
}

.date-picker-wrapper .gap .gap-top-mask {
    width: 6px;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 1px;
    background-color: #eee;
    z-index: 3;
}

.date-picker-wrapper .gap .gap-bottom-mask {
    width: 6px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 7px;
    background-color: #eee;
    z-index: 3;
}

.date-picker-wrapper .selected-days {
    display: none;
}

.date-picker-wrapper .drp_top-bar {
    line-height: 1.4;
    position: relative;
    padding: 10px 40px 10px 0;
}

.date-picker-wrapper .drp_top-bar .error-top {
    display: none;
}

.date-picker-wrapper .drp_top-bar .normal-top {
    display: none;
}

.date-picker-wrapper .drp_top-bar .default-top {
    display: block;
}

.date-picker-wrapper .drp_top-bar.error .default-top {
    display: none;
}

.date-picker-wrapper .drp_top-bar.error .error-top {
    display: block;
    color: red;
}

.date-picker-wrapper .drp_top-bar.normal .default-top {
    display: none;
}

.date-picker-wrapper .drp_top-bar.normal .normal-top {
    display: block;
}

.date-picker-wrapper .drp_top-bar .apply-btn {
    position: absolute;
    right: 0px;
    top: 6px;
    padding: 3px 5px;
    margin: 0;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    color: #d9eef7;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
    color: white;
    line-height: initial;
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
    cursor: pointer;
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top, #fff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.date-picker-wrapper .time {
    position: relative;
}

.date-picker-wrapper.single-month .time {
    display: none;
}

.date-picker-wrapper .time input[type=range] {
    vertical-align: middle;
    width: 129px;
    padding: 0;
    margin: 0;
    height: 20px;
}

.date-picker-wrapper .time1, .time2 {
    width: 180px;
    padding: 0 5px;
    text-align: center;
}

.date-picker-wrapper .time1 {
    float: left;
}

.date-picker-wrapper .time2 {
    float: right;
}

.date-picker-wrapper .hour, .minute {
    text-align: right;
}

.date-picker-wrapper .hide {
    display: none;
}

.date-picker-wrapper .first-date-selected {
    background-color: #49e !important;
    color: white !important;
}

.date-picker-wrapper .last-date-selected {
    background-color: #49e !important;
    color: white !important;
}

.date-picker-wrapper .date-range-length-tip {
    position: absolute;
    margin-top: -4px;
    margin-left: -8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    display: none;
    background-color: yellow;
    padding: 0 6px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 16px;
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

.date-picker-wrapper .date-range-length-tip:after {
    content: '';
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid yellow;
    left: 50%;
    margin-left: -4px;
    bottom: -4px;
}

.date-picker-wrapper.two-months.no-gap .month1 .next, .date-picker-wrapper.two-months.no-gap .month2 .prev {
    display: none;
}

.date-picker-wrapper .week-number {
    padding: 5px 0;
    line-height: 1;
    font-size: 12px;
    margin-bottom: 1px;
    color: #999;
    cursor: pointer;
}

.date-picker-wrapper .week-number.week-number-selected {
    color: #4499EE;
    font-weight: bold;
}

.classifieds {
    padding-bottom: 12.5px;
    margin-bottom: 25px;
    border-bottom: 1px solid #F2F2F2;
    overflow: auto;
}

.classifieds .portrait-image {
    max-height: 80px;
}

.classifieds .landscape-image {
    max-width: 200px;
}

@media (max-width: 991px) {
    .classifieds > .media-right {
        display: block;
        padding: 0;
    }

    .classifieds > .media-right img {
        max-width: 100%;
    }
}

.calendar-filter .checkbox {
    padding: 0;
}

.calendar-filter .checkbox label {
    display: block;
}

@media (max-width: 768px) {
    .featured-highlights {
        margin: 25px 0;
    }

    .featured-highlights img {
        max-width: 100%;
        height: auto;
    }
}

.featured-highlights .pre-title {
    color: #414042;
}

.featured-highlights .pre-title:after {
    content: "/ ";
    padding: 0 5px;
    color: #ccc;
}

.featured-highlights .highlights-list {
    padding: 0;
}

.featured-highlights .highlights-list .featured-image {
    display: table-cell;
    vertical-align: top;
}

@media (min-width: 768px) {
    .featured-highlights .highlights-list .featured-image + .media-heading {
        width: 362px;
    }
}

.featured-highlights .highlights-list .media-heading {
    display: table-cell;
    vertical-align: middle;
    padding: 12.5px;
}

.featured-highlights .highlights-list .media-heading h5 {
    margin: 0;
}

.featured-highlights .highlights-list .media-heading p {
    color: #414042;
    font-weight: normal;
    margin: 8.33333333px 0;
}

.featured-highlights .highlights-list li {
    list-style-type: none;
    background-color: #F2F2F2;
}

.featured-highlights .highlights-list li:last-child a {
    border-bottom: none;
}

.featured-highlights .highlights-list li a {
    line-height: 1.418;
    display: block;
    font-weight: 500;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    margin-bottom: 10px;
}

.featured-highlights .highlights-list li a:hover {
    text-decoration: none;
    background-color: #F2F2F2;
}

@media (max-width: 768px) {
    .featured-highlights .highlights-list .featured-image {
        display: block;
        min-width: 200px;
    }

    .featured-highlights .highlights-list .featured-image img {
        max-width: 100%;
        height: auto;
    }
}

.featured-highlights .featured {
    background-color: #F2F2F2;
    position: relative;
    margin-bottom: 10px;
    display: table;
}

@media (max-width: 768px) {
    .featured-highlights .featured {
        display: block;
    }
}

.featured-highlights .featured:hover {
    background-color: #ededed;
}

.featured-highlights .featured a:hover {
    text-decoration: none;
}

.featured-highlights .featured .featured-image {
    display: table-cell;
    vertical-align: top;
}

.featured-highlights .featured .media-heading {
    padding: 12.5px;
    display: table-cell;
    vertical-align: top;
}

.featured-highlights .featured .media-heading h4 {
    margin-top: 0;
}

.featured-highlights .featured .media-heading p {
    color: #414042;
}

.featured-highlights .featured .read-more {
    position: absolute;
    right: 12.5px;
    bottom: 6.25px;
}

@media (max-width: 768px) {
    .featured-highlights .featured .featured-image {
        display: block;
    }

    .featured-highlights .featured .featured-image img {
        max-width: 100%;
        height: auto;
    }

    .featured-highlights .featured .media-heading {
        display: block;
    }
}

.featured-highlights .feature-col {
    position: relative;
}

.featured-highlights .feature-col a:hover {
    text-decoration: none;
}

.featured-highlights .feature-col .media-heading {
    background-color: #F2F2F2;
    padding: 8.33333333px;
}

.featured-highlights .feature-col h5 {
    margin-top: 0;
}

.featured-highlights .feature-col p {
    color: #414042;
    line-height: 1.4518;
}

.featured-highlights .feature-col .read-more {
    position: absolute;
    right: 8.33333333px;
    bottom: 5px;
}

.featured-highlights .left-col {
    padding-right: 5px;
}

.featured-highlights .right-col {
    padding-left: 5px;
}

@media (max-width: 768px) {
    .featured-highlights .left-col, .featured-highlights .right-col {
        padding-right: 14px;
        padding-left: 14px;
    }
}

.search-result {
    margin-bottom: 25px;
}

.search-result span {
    display: block;
}

.search-result a:hover {
    text-decoration: none;
}

.search-result a:hover .title {
    text-decoration: underline;
}

.search-result .pre-title, .search-result .title {
    display: inline;
}

.search-result h4 {
    margin-bottom: 1px;
}

.list-block .list-block-bordered-bottom {
    border-bottom: 1px solid #DDDDDD;
    display: block;
    padding-bottom: 12.5px;
    margin-bottom: 12.5px;
}

.list-block .list-block-bordered-bottom h5 {
    margin-top: 0;
}

.home-block {
    background-color: #F2F2F2;
    border: 1px solid #DDDDDD;
    border-bottom: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
    box-shadow: inset 0 -2px 0 rgba(8, 74, 111, 0.35);
    position: relative;
}

.home-block:hover {
    box-shadow: inset 0 -2px 0 #084a6f;
}

@media (max-width: 767px) {
    .home-block.list-item {
        display: flex;
        flex-direction: row;
        margin-bottom: 16px;
        flex: 1;
    }

    .home-block.list-item .image {
        max-width: 135px;
        display: flex;
        flex: 1 0 auto;
        height: auto;
        overflow: hidden;
        position: relative;
    }

    .home-block.list-item .image img {
        height: 80px;
    }
}

@media (min-width: 1300px) {
    .home-block.list-item:after {
        position: absolute;
        content: ' ';
        top: 0;
        right: -15px;
        bottom: 0;
        width: 1px;
        border-right: 1px #DDDDDD dashed;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .home-block.list-item {
    }
}

.home-block .media-container img {
    float: right;
}

.home-block .pre-title {
    color: #084a6f;
}

.home-block .content {
    padding: 8px 8px 32px 8px;
    color: #666;
}

.home-block .content h5, .home-block .content h6 {
    padding: 0;
    margin: 0;
    color: #222222;
}

.home-block .content p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
}

.home-block .content .date {
    color: #084a6f;
    font-size: 14px;
    display: block;
    position: absolute;
    bottom: 5px;
}

.home-block.home-hero h5 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 28px;
    color: #222222;
}

.home-block.home-hero .content {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

@media (min-width: 1300px) {
    .home-block.home-hero .content {
        min-height: 345px;
    }
}

.home-block.headline {
    padding-bottom: 30px;
    width: 285px;
}

.section-headline {
    color: #084a6f;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 189px;
    width: 14.5%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 13px;
}

@media (min-width: 1200px) {
    .section-headline {
        margin-right: 14px;
    }
}

.section-headline .btn {
    min-width: 100%;
    font-size: 14px;
}

.section-headline + .row {
    display: flex;
    flex: 1;
}

@media (max-width: 1199px) {
    .section-headline + .row {
        flex: 1 0 auto;
    }
}

.highlighted-headline {
    color: #084a6f;
}

.highlighted-headline:after {
    content: '/';
    display: inline-block;
    margin: 0 0.3em;
}

.advert {
    margin-bottom: 20px;
}

.saleroom .home-block {
    border-bottom-color: #F0A426;
}

.saleroom .price {
    color: #084a6f;
    margin-top: 20px;
    font-family: "Noto Serif", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-weight: 700;
    display: block;
}

.saleroom .read-more-button {
    background-color: #414042;
    box-shadow: 0px 2px #0e0e0e;
    font-size: 12px;
}

@media (max-width: 992px) {
    .section-headline .read-more-button {
        margin-bottom: 20px;
    }
}

.caret {
    background-image: url("/dist/images/icons/caret-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    width: 10px;
    height: 10px;
}

.rounded-submit {
    background-color: #084a6f;
    border-radius: 0 3px 3px 0;
    box-shadow: inset 0 -2px 0 rgba(65, 64, 65, 0.35);
    margin-left: -5px;
    color: white;
}

.home-block-link {
    margin-bottom: 16px;
    display: flex;
    flex: 1 1 auto;
}

.home-block-link:last-child {
    padding-right: 0;
}

.home-block-link:hover {
    text-decoration: none;
}

.home-block-link .home-block {
    flex: 1 1 0px;
}

.table-list {
    display: block;
    overflow: hidden;
}

.table-list .list-group {
    display: inline-block;
    margin: 0;
}

#home-page-content > .row {
    margin-bottom: 50px;
}

.home-row {
    display: flex;
}

@media (max-width: 1199px) {
    .home-row {
        flex-direction: column;
    }
}

.home-row .section-headline {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 14.5%;
}

@media (max-width: 1199px) {
    .home-row .section-headline {
        display: block;
        width: 100%;
        flex: none;
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .home-row .section-headline {
        padding: 0 7px;
    }
}

.home-row .section-headline .btn-container {
    display: block;
    width: 100%;
    margin-bottom: 18px;
    margin-top: auto;
}

@media (max-width: 1199px) {
    .home-row .section-headline .btn-container {
        display: none;
    }
}

.home-row .section-headline .content {
    padding: 0;
    color: #414042;
    font-size: 14px;
}

@media (max-width: 767px) {
    .home-row .flex-container {
        display: block;
        flex: none;
    }

    .home-row .flex-container .flex-col {
        display: block;
        margin: 0;
    }

    .home-row .row {
        display: block;
    }
}

.homepage-row img {
    max-width: 100%;
    height: auto;
}

.homepage-row + .homepage-row {
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .homepage-row + .homepage-row {
        margin-top: 30px;
    }
}

.masthead-home {
    background-color: #F2F2F2;
    padding: 29px 0;
    background-color: #F2F2F2;
}

.masthead-home h1, .masthead-home h2, .masthead-home h3, .masthead-home h4 {
    margin-top: 0;
}

.masthead-home.defaultGrey {
    background-image: radial-gradient(circle 242px at 38.35% 106.76%, #f5f5f5 0%, #e7e7e8 100%);
}

.masthead-home .text-center .narrow-content {
    justify-content: center;
}

.masthead-home .masthead-btn.btn.btn-primary {
    box-shadow: none;
}

.masthead-home.narrow {
    padding: 6.25px 0;
    min-height: 41px;
    background-color: #e7e7e8;
    background-image: none;
}

.masthead-home.narrow.medium {
    padding: 25px 0;
    font-size: 21px;
}

.masthead-home.narrow .narrow-content {
    padding: 0 5px;
    letter-spacing: 0.1px;
}

@media (min-width: 768px) {
    .masthead-home.narrow .narrow-content {
        display: flex;
        align-items: center;
    }
}

.masthead-home.narrow .narrow-content.h1, .masthead-home.narrow .narrow-content.h2, .masthead-home.narrow .narrow-content.h3, .masthead-home.narrow .narrow-content.h4 {
    color: inherit;
    font-family: inherit;
    margin: 5px 0;
}

.masthead-home.narrow .narrow-content.text-small {
    font-size: 18px;
}

.masthead-home.narrow .narrow-content.text-small .masthead-btn {
    margin: 0 12px;
}

.masthead-home.narrow .narrow-content.text-medium {
    font-size: 24px;
    padding: 8px 0px;
}

.masthead-home.narrow .narrow-content.text-medium .masthead-btn {
    font-size: 20px;
    padding: 5px 20px;
    margin: 0 16px;
}

.masthead-home.narrow .narrow-content.text-large {
    font-size: 30px;
    padding: 16px 0px;
}

.masthead-home.narrow .narrow-content.text-large .masthead-btn {
    font-size: 20px;
    padding: 5px 20px;
    margin: 0 16px;
}

@media (max-width: 991px) {
    .masthead-home.narrow .narrow-content span {
        margin: 5px 0;
    }
}

.masthead-home.narrow .masthead-btn {
    padding: 8px 20px;
    margin: 0 8px;
    border-radius: 4px;
    background-color: #084a6f;
    color: white;
    display: inline-block;
    font-size: 90%;
}

@media (max-width: 991px) {
    .masthead-home.narrow .masthead-btn {
        margin-top: 5px;
        display: block;
    }
}

.content > .masthead-home {
    margin-top: -25px;
    margin-bottom: 25px;
}

.section-highlight {
    background-color: #F2F2F2;
    padding-top: 32px;
    margin-bottom: 32px;
    margin-top: 32px;
    padding-bottom: 24px;
}

.section-highlight .curated-block-link > a {
    background-color: white;
    box-shadow: inset 0 -3px 0 #F0A426;
}

.section-highlight .curated-block-link > a:hover {
    color: #414042;
    box-shadow: inset 0 -3px 0 #d48a0f;
}

.section-highlight .curated-block-link > a h5 {
    color: #084a6f;
}

.section-highlight .flex-wrapper .curated-block.list-item {
    margin-right: 0;
}

.section-highlight.buyatauctiononlinerow .section-headline {
    background-color: #414042;
    padding-bottom: 100px;
    margin-bottom: 16px;
}

@media (max-width: 1199px) {
    .section-highlight.buyatauctiononlinerow .section-headline {
        padding-bottom: 16px;
    }
}

.section-highlight.buyatauctiononlinerow .section-headline .blue-title {
    color: #F0A426;
    padding-left: 20px;
    padding-top: 15px;
}

@media (max-width: 1199px) {
    .section-highlight.buyatauctiononlinerow .section-headline .blue-title {
        text-align: center;
        font-size: 20px;
    }
}

.section-highlight.buyatauctiononlinerow .section-headline .content {
    display: block;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
    font-size: 22px;
    padding-top: 75px;
    padding-left: 20px;
}

@media (max-width: 1199px) {
    .section-highlight.buyatauctiononlinerow .section-headline .content {
        padding-top: 0;
        font-size: 14px;
        text-align: center;
        display: none;
    }
}

.section-highlight.buyatauctiononlinerow .section-headline .btn {
    position: absolute;
    bottom: 9px;
    right: 9px;
    left: 9px;
    min-width: auto;
    min-width: initial;
    display: block;
    margin: auto;
    font-size: 18px;
    padding: 10px;
    background-color: transparent;
    box-shadow: none;
    min-height: initial;
}

.section-highlight.buyatauctiononlinerow .section-headline .btn:hover {
    background-color: #F0A426;
    box-shadow: none;
    color: #414042;
}

.section-highlight.buyatauctiononlinerow .section-headline .btn-container {
    padding-top: 8px;
    display: inline-block;
}

.table-list--featured-count-3 .flex-wrapper {
    flex-direction: column;
}

@media (min-width: 768px) and (max-width: 991px) {
    .featuresrow .ad--container .news {
        margin-right: 10px;
    }
}

.btn {
    min-height: 45px;
    padding: 10px 20px;
    min-width: 200px;
    font-size: 18px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: pre-wrap;
}

.btn.btn-primary {
    background-color: #084a6f;
    color: #F2F2F2;
    -moz-box-shadow: 0px 2px #052a3f;
    -webkit-box-shadow: 0px 2px #052a3f;
    box-shadow: 0px 2px #052a3f;
}

.btn.btn-primary:hover {
    background-color: #0b6a9f;
    -moz-box-shadow: 0px 2px #084a6f;
    -webkit-box-shadow: 0px 2px #084a6f;
    box-shadow: 0px 2px #084a6f;
}

.btn.btn-default {
    background-color: white;
    border: #F2F2F2 1px solid;
    color: #bbb;
}

.btn.btn-default:hover {
    color: #222222;
    background-color: #bbb;
}

.btn.btn-dark {
    background-color: #414042;
    -moz-box-shadow: 0px 2px black;
    -webkit-box-shadow: 0px 2px black;
    box-shadow: 0px 2px black;
    color: #F2F2F2;
}

.btn.btn-dark:hover {
    background-color: black;
    -moz-box-shadow: 0px 2px #747276;
    -webkit-box-shadow: 0px 2px #747276;
    box-shadow: 0px 2px #747276;
}

.btn.btn-xs {
    min-width: initial;
    padding: 10px 20px;
}

.cookie-message .btn-holder {
    width: 100%;
}

.cookie-message .btn-holder a.btn {
    min-width: initial;
}

@media (max-width: 768px) {
    .cookie-message .btn-holder a.btn {
        display: block;
        width: 100%;
        font-size: 16px;
    }
}

.alert {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #4a4a4a;
}

.alert.alert-info {
    border-color: #084a6f;
}

.tab-content .table tr:first-child td {
    border-top: none;
}

.nav-tabs {
    border-bottom: 1px solid #DDDDDD;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
    border-bottom: 3px solid #084a6f;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    font-weight: bold;
}

.paywall {
    padding: 0;
    display: block;
    background-color: #DDDDDD;
    position: relative;
    min-height: 1px;
    margin-top: 40px;
    margin-bottom: 1em;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjMwMDBweCIgY3k9IjMwMHB4IiByPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGRkZGRkIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -moz-radial-gradient(3000px 300px, #ffffff 0%, #dddddd 100%);
    background-image: -webkit-radial-gradient(3000px 300px, #ffffff 0%, #dddddd 100%);
    background-image: radial-gradient(3000px 300px, #ffffff 0%, #dddddd 100%);
}

@media (max-width: 991px) {
    .paywall {
        margin-left: 0;
        margin-right: 0;
    }
}

.paywall h2 {
    font-weight: normal;
}

.paywall .banner-image {
    display: inline-block;
    min-height: 375px;
    display: block;
    overflow: auto;
}

@media (max-width: 1199px) {
    .paywall .banner-image {
        background-size: 45%;
        padding-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .paywall .banner-image {
        background-image: none;
        background-size: 0;
        padding-bottom: 25px;
    }
}

.paywall .paywall-banner {
    background-color: #DDDDDD;
    color: #333;
    padding: 18px;
}

.paywall .paywall-banner p {
    margin-bottom: 0;
    font-size: 24px;
}

.paywall .paywall-banner a {
    color: #F0A426;
}

.paywall .device-banner {
    margin-top: 25px;
    border-left: 1px solid #939598;
    padding-left: 4.15%;
    margin-left: 4.15%;
    min-height: 375px;
}

@media (max-width: 1200px) {
    .paywall .device-banner {
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .paywall .device-banner {
        border-top: 1px solid #939598;
        padding-top: 25px;
        border-left: none;
        min-height: 200px;
    }
}

.paywall ul {
    padding-top: 15px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.paywall form {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 25px;
    padding-left: 4.15%;
}

.paywall form legend {
    border: none;
    font-size: 32px;
}

.inverse .paywall-inline-message {
    margin-top: 25px;
}

.inverse .paywall-inline-message:before {
    background-image: none;
}

.paywall-inline-message {
    text-align: center;
    margin-bottom: 25px;
}

.paywall-inline-message h3 {
    margin-top: 10px;
    font-weight: normal;
}

.paywall-inline-message:before {
    content: '';
    height: 150px;
    margin-top: -150px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 5%, rgba(255, 255, 255, 0.9) 95%, #ffffff 100%);
    width: 100%;
    display: block;
}

.paywall-inline-message a:not(.btn) {
    font-size: 28px;
}

.paywall-inline-message a.btn.btn-primary {
    box-shadow: 0px 2px rgba(0, 0, 0, 0.2);
}

.paywall-inline-message a.btn.btn-primary:hover {
    box-shadow: 0px 2px rgba(0, 0, 0, 0.5);
}

li.printed-sub-link {
    padding-top: 16px;
}

h1.locked:before, h2.locked:before, h3.locked:before {
    content: '\e033';
    color: #939598;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 75%;
}

.paywall-teaser-container {
    margin-bottom: 25px;
}

.freemium-countdown-message {
    border-top: 3px solid #DDDDDD;
    border-bottom: 3px solid #DDDDDD;
    text-align: center;
    margin-bottom: 1em;
    padding-top: 0 !important;
    padding-bottom: 1em;
}

.freemium-countdown-message h1, .freemium-countdown-message h2, .freemium-countdown-message h3 {
    font-weight: normal;
    margin: 12.5px 0;
}

.freemium-countdown-message a.subscribe-button {
    font-size: 28px;
    line-height: 0.5em;
}

.freemium-countdown-message span > * {
    color: inherit;
}

.freemium-countdown-message a.btn.btn-primary {
    box-shadow: 0px 2px rgba(0, 0, 0, 0.2);
}

.freemium-countdown-message a.btn.btn-primary:hover {
    box-shadow: 0px 2px rgba(0, 0, 0, 0.5);
}

.styled-message > * {
    color: inherit;
}

.editions .issue {
    display: inline-block;
    background-color: #F2F2F2;
    border: 1px solid #DDDDDD;
    border-bottom: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
    margin-bottom: 14px;
    box-shadow: inset 0 -2px 0 rgba(8, 74, 111, 0.35);
    position: relative;
    max-width: 216px;
    margin-right: 18px;
}

.editions .issue:nth-of-type(4) {
    margin: 0;
}

.editions .issue:hover {
    box-shadow: inset 0 -2px 0 #084a6f;
}

.editions .issue .issue-info {
    padding: 0 13px 13px 13px;
}

.editions .issue .date {
    color: #b2b2b2;
    font-size: 14px;
    display: block;
}

.editions .issue a:hover {
    text-decoration: none;
}

.curated-block-link > a {
    margin-bottom: 16px;
    font-size: 14px;
    color: #222222;
    background-color: #F2F2F2;
    border: 1px solid #DDDDDD;
    border-bottom: none;
    box-shadow: inset 0 -2px 0 rgba(11, 106, 159, 0.35);
    flex: 1 1 auto;
}

.curated-block-link > a:hover {
    text-decoration: none;
    box-shadow: inset 0 -2px 0 #0b6a9f;
}

@media (max-width: 767px) {
    .curated-block-link > a {
        width: 100%;
        flex-direction: row;
        display: flex;
        padding-bottom: 3px;
    }
}

@media (max-width: 767px) {
    .curated-block-link.curated-block-link--flex-col-xs > a {
        flex-direction: column;
    }
}

.curated-block-link.curated-block-link--with-border {
    position: relative;
}

@media (min-width: 1300px) {
    .curated-block-link.curated-block-link--with-border:after {
        position: absolute;
        content: ' ';
        top: 0;
        right: 15px;
        bottom: 16px;
        width: 1px;
        border-right: 1px #DDDDDD dashed;
    }
}

.curated-block-link .date {
    color: #084a6f;
    font-size: 14px;
}

.flex-col {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 1 1 auto;
    margin-right: 29px;
    min-height: 100px;
}

@media (max-width: 1199px) {
    .flex-col {
        min-height: 50px;
    }
}

.flex-col .curated-block-link {
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0%;
}

.flex-col .curated-block.featured {
    flex: 1 0 0px;
    display: flex;
    flex-direction: column;
}

.flex-col.featured-col {
    flex-basis: 38.2938%;
    flex-basis: 404px;
}

.flex-col.featured-col .curated-block-link--with-image {
    -webkit-flex: 1;
}

.flex-col.featured-col .curated-block-link--with-image + .curated-block-link {
    flex: 0 1 auto;
    flex-direction: column;
}

@media (max-width: 1199px) {
    .flex-col.featured-col .curated-block-link--with-image + .curated-block-link {
        flex-direction: row;
    }
}

.flex-col.list-col {
    flex-basis: 30.8531%;
    flex-basis: 296px;
}

.flex-col.one-third-col {
    flex-basis: 33.33%;
}

.flex-col.two-third-col {
    flex-basis: 66.66%;
}

.flex-col.quarter-col {
    width: 25%;
    flex-basis: 25%;
}

.flex-col.half-col {
    width: 50%;
}

.flex-col.three-quarter-col {
    width: 75%;
}

@media (max-width: 991px) {
    .flex-col.three-quarter-col, .flex-col.half-col, .flex-col.quarter-col {
        width: 100%;
    }
}

.flex-col .curated-block .pre-title {
    color: #084a6f;
}

.flex-col .curated-block .content {
    padding: 8px;
    color: #666;
    position: relative;
    flex: 1 0 0px;
}

.flex-col .curated-block .content h5, .flex-col .curated-block .content h6 {
    padding: 0;
    margin: 0 0 10px 0;
    color: #222222;
    font-size: 18px;
}

.flex-col .curated-block .content p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
}

.flex-col .curated-block .content .date {
    color: #084a6f;
    font-size: 14px;
    display: block;
}

.flex-col .curated-block .curated-block-image {
    display: block;
    flex: 1 0 0px;
}

@media (max-width: 1199px) {
    .flex-col .curated-block .curated-block-image {
        overflow: visible;
        flex: 0 1 0px;
    }
}

.flex-initial {
    flex: 1 1 auto;
}

.list-col.list-col--width-secondary {
    width: 58.734%;
}

@media (max-width: 1199px) {
    .list-col.list-col--width-secondary {
        width: 100%;
    }
}

.list-col .list-block {
    width: 25%;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1199px) {
    .list-col .list-block {
        width: 100%;
        flex: 1 0 auto;
    }
}

.list-col .list-block > a {
    display: flex;
    flex-direction: column;
    background-color: #F2F2F2;
    border-bottom: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 32px;
    border-bottom: 3px solid #0b6a9f;
    padding: 0 10px 10px 10px;
    margin-right: 30px;
    flex: 1 1 0px;
}

@media (max-width: 1199px) {
    .list-col .list-block > a {
        margin-right: 0;
    }
}

.list-col .list-block > a h4 {
    display: inline-block;
    font-size: 16px;
}

.list-col .list-block .content {
    padding: 0;
    flex: 1 0 auto;
}

.list-col .list-block .date {
    color: #084a6f;
    font-size: 14px;
}

@media (max-width: 1199px) {
    .morenewsrow .flex-wrapper {
        flex-direction: column;
    }

    .morenewsrow .flex-wrapper .flex-col {
        margin: 0;
    }

    .morenewsrow .flex-wrapper .flex-col.flex-wrapper--two-image-col {
        flex: 1 1 auto;
    }
}

@media (max-width: 1199px) {
    .morenewsrow .flex-wrapper .flex-wrapper--two-image-col + .list-col {
        flex: 1 0 auto;
        width: 100%;
    }

    .morenewsrow .flex-wrapper .flex-wrapper--two-image-col + .list-col .list-block {
        width: 100%;
    }

    .morenewsrow .flex-wrapper .flex-wrapper--two-image-col + .list-col .list-block > a {
        margin: 0 30px 0 0;
    }
}

@media (max-width: 991px) {
    .morenewsrow .flex-wrapper .flex-wrapper--two-image-col + .list-col .list-block > a {
        margin: 0;
    }
}

.morenewsrow .extra-news {
    flex-wrap: nowrap;
    flex: 1 1 auto;
}

@media (max-width: 991px) {
    .morenewsrow .extra-news {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .morenewsrow .extra-news {
        flex-wrap: wrap;
        flex-direction: row;
    }
}

.morenewsrow .extra-news .list-block {
    flex-direction: row;
}

@media (min-width: 1200px) {
    .morenewsrow .extra-news .list-block:nth-child(1), .morenewsrow .extra-news .list-block:nth-child(2) {
        width: 240px;
        margin-right: 30px;
    }
}

.morenewsrow .extra-news .list-block:nth-child(1) > a, .morenewsrow .extra-news .list-block:nth-child(2) > a {
    margin: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .morenewsrow .extra-news .list-block:nth-child(1), .morenewsrow .extra-news .list-block:nth-child(2) {
        width: 50%;
        flex: 1 0 50%;
    }

    .morenewsrow .extra-news .list-block:nth-child(1) > a, .morenewsrow .extra-news .list-block:nth-child(2) > a {
        margin-right: 0;
    }
}

@media (max-width: 1199px) {
    .morenewsrow .extra-news .list-block:nth-child(1), .morenewsrow .extra-news .list-block:nth-child(2) {
        margin-right: 0;
    }
}

.morenewsrow .extra-news .list-block:nth-child(3), .morenewsrow .extra-news .list-block:nth-child(4) {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
}

@media (max-width: 1199px) {
    .morenewsrow .extra-news .list-block:nth-child(3), .morenewsrow .extra-news .list-block:nth-child(4) {
        flex-basis: 22%;
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .morenewsrow .extra-news .list-block:nth-child(3), .morenewsrow .extra-news .list-block:nth-child(4) {
        width: 100%;
        flex: 1 1 auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .morenewsrow .extra-news .list-block:nth-child(1) > a, .morenewsrow .extra-news .list-block:nth-child(3) > a {
        margin-right: 30px;
    }
}

@media (max-width: 1199px) {
    .morenewsrow .extra-news .list-block:nth-child(even) {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .morenewsrow .extra-news .list-block:nth-child(3) > a {
        margin-right: 15px;
    }

    .morenewsrow .extra-news .list-block:last-of-type > a {
        margin-right: 0;
        margin-left: 15px;
    }
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex: 1 1 auto;
}

.flex-container > div.flex-col:last-of-type {
    margin-right: 0;
}

.margin-fix {
    margin-right: -30px !important;
}

@media (max-width: 991px) {
    .margin-fix {
        margin-right: 0 !important;
    }
}

.flex-col > .flex-wrapper {
    flex: 1 0 auto;
}

.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

@media (max-width: 767px) {
    .flex-wrapper {
        display: block;
    }
}

.flex-wrapper .curated-block-link {
    display: flex;
}

.flex-wrapper .curated-block-link:nth-of-type(3n+0) {
    margin-right: 0;
}

.flex-wrapper .curated-block-link .list-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: 30px;
}

@media (max-width: 991px) {
    .flex-wrapper .curated-block-link .list-item {
        margin-right: 0;
    }
}

.flex-wrapper .curated-block-link .list-item .content {
    flex: 1 0 auto;
    padding: 8px;
}

.flex-wrapper .curated-block-link .list-item .content h5 {
    margin-top: 0;
}

.flex-wrapper .curated-block-link .list-item .bottom {
    padding: 0 8px 8px 8px;
}

.flex-wrapper.flex-wrapper--span-highlight .curated-block-link {
    width: 331px;
    margin-right: 32px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .flex-wrapper.flex-wrapper--span-highlight .curated-block-link {
        margin-right: 0;
        width: 50%;
    }

    .flex-wrapper.flex-wrapper--span-highlight .curated-block-link:nth-child(odd) > a {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .flex-wrapper.flex-wrapper--span-highlight .curated-block-link {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .flex-wrapper.flex-wrapper--span-highlight .curated-block-link:nth-of-type(3n+0) {
        margin-right: 0;
    }
}

.flex-wrapper.flex-wrapper--span-25 .curated-block-link {
    width: 25%;
    flex-basis: 25%;
}

.flex-wrapper.flex-wrapper--span-25 .curated-block-link:nth-of-type(4n+0):after {
    border: none;
}

.flex-wrapper.flex-wrapper--span-50 .curated-block-link {
    width: 50%;
    flex-basis: 50%;
}

@media (max-width: 991px) {
    .flex-wrapper.flex-wrapper--span-50 .curated-block-link {
        width: 100%;
        flex-basis: 100%;
    }
}

.flex-wrapper.flex-wrapper--span-50 .curated-block-link:nth-of-type(2n+0):after {
    border: none;
}

@media (min-width: 1200px) {
    .flex-wrapper .flex-wrapper--two-image-col {
        max-width: 240px;
    }
}

@media (max-width: 991px) {
    .flex-wrapper .flex-wrapper--two-image-col {
        max-width: 100%;
        margin-right: 30px;
    }
}

@media (max-width: 991px) {
    .flex-wrapper .flex-wrapper--two-image-col {
        margin-right: 30px;
    }

    .flex-wrapper .flex-wrapper--two-image-col:nth-child(odd) {
        flex: 0 1 auto;
    }

    .flex-wrapper .flex-wrapper--two-image-col:nth-child(even) {
        margin-right: 0;
    }

    .flex-wrapper .flex-wrapper--two-image-col:nth-child(1), .flex-wrapper .flex-wrapper--two-image-col:nth-child(2) {
        width: 100%;
        margin: 0;
        flex: 1 0 100%;
    }
}

.flex-wrapper .flex-wrapper--two-image-col img {
    max-width: 100%;
}

.flex-wrapper .flex-wrapper--two-image-col + .list-col {
    width: 567px;
    width: 52.7579%;
    flex: 1 0 0px;
    flex-wrap: wrap;
    flex-direction: row;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .flex-wrapper .flex-wrapper--two-image-col + .list-col {
        margin-right: 0 !important;
    }
}

@media (max-width: 991px) {
    .flex-wrapper .flex-wrapper--two-image-col + .list-col {
        width: 100%;
        flex: 1 0 100%;
    }
}

.flex-wrapper .flex-wrapper--two-image-col + .list-col .list-block {
    width: 50%;
    flex: 1 0 50%;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 991px) {
    .flex-wrapper .flex-wrapper--two-image-col + .list-col .list-block {
        width: 100%;
        flex: 1 0 100%;
    }
}

.flex-wrapper .flex-wrapper--two-image-col + .list-col .list-block > a {
    display: flex;
    flex-direction: column;
    background-color: #F2F2F2;
    border-bottom: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 32px;
    border-bottom: 3px solid #0b6a9f;
    padding: 0 10px 10px 10px;
    margin-right: 30px;
    flex: 1 1 auto;
}

@media (max-width: 991px) {
    .flex-wrapper .flex-wrapper--two-image-col + .list-col .list-block > a {
        margin-right: 0;
        flex-direction: column;
    }
}

.flex-wrapper .flex-wrapper--two-image-col + .list-col .list-block > a h4 {
    display: inline-block;
    font-size: 16px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .flex-wrapper .flex-wrapper--two-image-col + .list-col .list-block:nth-child(even) > a {
        margin-right: 0;
    }
}

.flex-wrapper .flex-wrapper--two-image-col + .list-col .list-block .content {
    padding: 0;
    flex: 1 0 auto;
}

.flex-wrapper .flex-wrapper--two-image-col + .list-col .list-block .date {
    color: #084a6f;
    font-size: 14px;
}

@media (min-width: 1200px) {
    .flex-wrapper .flex-col {
        flex-basis: 250px;
    }
}

@media (max-width: 991px) {
    .flex-wrapper .flex-col {
        margin: 0;
    }
}

.flex-wrapper .flex-col .content {
    flex: 1 0 auto;
}

.flex-col .list-block {
    display: flex;
    margin-bottom: 16px;
    background-color: #F2F2F2;
    border-bottom: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
    border-bottom: 3px solid #0b6a9f;
    flex: 1 1 auto;
}

@media (max-width: 1199px) {
    .flex-col .list-block {
        padding-bottom: 0;
        margin-bottom: 16px;
    }
}

.flex-col .list-block-item {
    display: flex;
    flex-direction: column;
    flex: 1 1 0px;
}

@media (max-width: 1199px) {
    .flex-col .list-block-item {
        flex-direction: row;
    }
}

@media (max-width: 1199px) {
    .flex-col .list-block-item.list-block-item--mobile-col {
        flex-direction: column;
    }
}

@media (min-width: 992px) and (max-width: 1299px) {
    .flex-col .list-block-item.list-block-item--tab-col {
        flex-direction: column;
    }

    .flex-col .list-block-item.list-block-item--tab-col .list-block-image {
        max-width: 100%;
        margin: 0;
    }
}

@media (max-width: 1199px) {
    .flex-col .list-block-item .list-block-image {
        flex: 1 0 auto;
        max-width: 135px;
        overflow: hidden;
    }
}

.flex-col .list-block-item .list-block-image img {
    height: auto;
}

.flex-col .list-block-item .list-block-image + h4 {
    padding: 0 10px;
}

.flex-col .list-block-item .content {
    padding: 0 10px;
    flex: 1 0 auto;
    color: #666;
    font-size: 14px;
}

@media (max-width: 1199px) {
    .flex-col .list-block-item .content {
        flex: 1 0 0px;
    }
}

.flex-col .list-block-item .date {
    color: #084a6f;
    font-size: 14px;
}

.flex-col .list-block-item span {
    color: #666;
    font-size: 14px;
}

@media (min-width: 1200px) {
    .flex-col .list-block-item span {
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .flex-col .list-block-item span:last-of-type {
        padding-bottom: 10px;
    }
}

.latestjobsrow span {
    display: inline-block;
}

.latestnewsrow .curated-block .content h5, .latestnewsrow .curated-block .content h6 {
    font-size: 16px;
}

.latestnewsrow h5, .latestnewsrow h6 {
    font-size: 16px;
}

@media (min-width: 992px) {
    .latestnewsrow .hero-row {
        display: flex;
    }

    .latestnewsrow .hero-row .home-block-container {
        flex: 1 0 auto;
        display: flex;
    }

    .latestnewsrow .hero-row .hero-ad-container {
        flex: 1 0 auto;
    }
}

.list-block a:hover, .list-block a:focus {
    text-decoration: none;
}

.list-block a:hover h1, .list-block a:hover h2, .list-block a:hover h3, .list-block a:hover h4, .list-block a:hover h5, .list-block a:hover h6, .list-block a:focus h1, .list-block a:focus h2, .list-block a:focus h3, .list-block a:focus h4, .list-block a:focus h5, .list-block a:focus h6 {
    color: #084a6f;
}

.latestjobsrow .list-block {
    width: 25%;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
}

@media (max-width: 991px) {
    .latestjobsrow .list-block {
        width: 100%;
    }
}

.latestjobsrow .list-block > a {
    display: flex;
    flex-direction: column;
    background-color: #F2F2F2;
    border-bottom: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 32px;
    border-bottom: 3px solid #084a6f;
    padding: 0 10px 10px 10px;
    margin-right: 30px;
    flex: 1 1 0px;
}

@media (max-width: 991px) {
    .latestjobsrow .list-block > a {
        margin-right: 0;
    }
}

.latestjobsrow .list-block > a h4 {
    display: inline-block;
    font-size: 16px;
}

.latestjobsrow .list-block .content {
    padding: 0;
    flex: 1 0 auto;
    color: #666;
    font-size: 14px;
}

.latestjobsrow .list-block .date {
    color: #084a6f;
    font-size: 14px;
}

.latestjobsrow .list-block span {
    color: #666;
    font-size: 14px;
}

@media (max-width: 991px) {
    .latestjobsrow .list-block span:last-of-type {
        padding-bottom: 10px;
    }
}

.guidesrow .flex-col .list-block-item {
    flex-direction: column;
}

@media (max-width: 767px) {
    .guidesrow .flex-col .list-block-item {
        flex-direction: row;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .guidesrow .flex-col .list-block-item .list-block-image {
        max-width: 100%;
    }
}

.theme-container {
    margin-top: -25px;
}

.marketing-row {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
}

.marketing-row h1, .marketing-row h2, .marketing-row h3, .marketing-row h4, .marketing-row h5 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.marketing-row .btn-primary {
    background-color: #9e1216;
    -moz-box-shadow: #420809 0 2px 0;
    -webkit-box-shadow: #420809 0 2px 0;
    box-shadow: #420809 0 2px 0;
    min-width: inherit;
}

.marketing-row .btn-primary:hover {
    background-color: #700d10;
    -moz-box-shadow: #9e1216 0 2px 0;
    -webkit-box-shadow: #9e1216 0 2px 0;
    box-shadow: #9e1216 0 2px 0;
}

.marketing-row .btn {
    margin-bottom: 10px;
}

.marketing-row.wallpaper {
    color: white;
    background-color: #9e1216;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 75px;
}

.marketing-row.wallpaper h1, .marketing-row.wallpaper h2, .marketing-row.wallpaper h3, .marketing-row.wallpaper h4, .marketing-row.wallpaper h5 {
    color: white;
}

.marketing-row.wallpaper:after {
    content: " ";
    color: black;
    display: block;
    background-color: white;
}

@media (min-width: 768px) {
    .marketing-row.wallpaper:after {
        height: 130px;
    }
}

.marketing-row.wallpaper.bg-after-gray:after {
    background-color: #F2F2F2;
}

.marketing-row.wallpaper.bg-after-red:after {
    background-color: #9e1216;
}

.marketing-row.wallpaper.bg-after-dark-gray:after {
    background-color: #939598;
}

.marketing-row.wallpaper .lead {
    color: white;
}

.marketing-row.wallpaper .container {
    min-height: 432px;
}

.marketing-row.center {
    text-align: center;
}

.marketing-row.offset-image .img-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 50px;
}

.marketing-row.equal-padding {
    padding: 23px 0;
}

.marketing-row + .svg-triangle {
    text-align: center;
    margin: auto;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.marketing-row + .svg-triangle svg {
    fill: #9e1216;
}

.marketing-row[class*="with-custom-bg-"] {
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.marketing-row.with-custom-bg-left {
    background-position: left;
}

.marketing-row.with-custom-bg-right {
    background-position: right;
}

@media (max-width: 1199px) {
    .marketing-row.with-custom-bg-right, .marketing-row.with-custom-bg-, .marketing-row.with-custom-bg-left {
        background-size: 40%;
    }
}

.marketing-row.extended-height .container, .marketing-row.full-height .container {
    min-height: 50vh;
    position: relative;
}

.marketing-row.extended-height .container .content, .marketing-row.full-height .container .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.marketing-row.standard-height {
    padding: 25px 0;
}

.marketing-row.compressed-height .container {
    min-height: 25vh;
}

.marketing-row.extended-height .container {
    min-height: 75vh;
}

.marketing-row.full-height .container {
    min-height: 100vh;
}

.marketing-row.bg-gray {
    background-color: #F2F2F2;
}

.marketing-row.bg-gray-alpha {
    background-color: rgba(242, 242, 242, 0.25);
    border-bottom: 1px solid #F2F2F2;
}

.marketing-row.bg-dark-gray {
    background-color: #939598;
}

.marketing-row.bg-red {
    background-color: #9e1216;
}

.marketing-row.small .container {
    height: 50vh;
}

.marketing-row:last-of-type {
    margin-bottom: -25px;
}

.marketing-row .info-panels {
    background-color: white;
    color: #9e1216;
    margin-bottom: 20px;
    border: 1px solid #DDDDDD;
}

.marketing-row .info-panels h3 {
    color: #9e1216;
    font-size: 24px;
}

.marketing-row .info-panels .glyphicon {
    font-size: 56px;
}

.marketing-row .info-panels span.text {
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.marketing-row .info-panels .info-panel {
    border-left: 1px solid #DDDDDD;
    padding: 20px;
}

.marketing-row .info-panels .info-panel:first-of-type {
    border: none;
}

.marketing-row .info-panels .info-panel a {
    display: block;
    color: #9e1216;
}

.marketing-row .info-panels .info-panel a:hover {
    text-decoration: none;
    color: #700d10;
}

.marketing-row .info-panels .info-panel a:hover h3 {
    color: #700d10;
}

.marketing-row.package-selection-billboard {
    padding-top: 87px;
    padding-bottom: 36px;
}

@media (max-width: 991px) {
    .marketing-row.package-selection-billboard {
        text-align: center;
    }

    .marketing-row.package-selection-billboard h1:first-of-type {
        margin-top: 12px;
    }
}

.marketing-row .content {
    padding-top: 0;
}

.blue-theme .marketing-row + .svg-triangle svg {
    fill: #084a6f;
}

.blue-theme .marketing-row.wallpaper {
    background-color: #084a6f;
}

.blue-theme .marketing-row .info-panels {
    color: #084a6f;
}

.blue-theme .marketing-row .info-panels h3 {
    color: #084a6f;
    font-size: 24px;
}

.blue-theme .marketing-row .info-panels .info-panel a {
    color: #084a6f;
}

.blue-theme .marketing-row .info-panels .info-panel a:hover {
    color: #052a3f;
}

.blue-theme .marketing-row .info-panels .info-panel a:hover h3 {
    color: #052a3f;
}

.blue-theme .marketing-row .btn-primary {
    background-color: #084a6f;
    -moz-box-shadow: #052a3f 0 2px 0;
    -webkit-box-shadow: #052a3f 0 2px 0;
    box-shadow: #052a3f 0 2px 0;
}

.blue-theme .marketing-row .btn-primary:hover {
    background-color: #0b6a9f;
    -moz-box-shadow: #084a6f 0 2px 0;
    -webkit-box-shadow: #084a6f 0 2px 0;
    box-shadow: #084a6f 0 2px 0;
}

.gold-theme .marketing-row + .svg-triangle svg {
    fill: #F0A426;
}

.gold-theme .marketing-row.wallpaper {
    background-color: #F0A426;
}

.gold-theme .marketing-row .info-panels {
    color: #F0A426;
}

.gold-theme .marketing-row .info-panels h3 {
    color: #F0A426;
    font-size: 24px;
}

.gold-theme .marketing-row .info-panels .info-panel a {
    color: #F0A426;
}

.gold-theme .marketing-row .info-panels .info-panel a:hover {
    color: #d48a0f;
}

.gold-theme .marketing-row .info-panels .info-panel a:hover h3 {
    color: #d48a0f;
}

.gold-theme .marketing-row .btn-primary {
    background-color: #F0A426;
    -moz-box-shadow: #d48a0f 0 2px 0;
    -webkit-box-shadow: #d48a0f 0 2px 0;
    box-shadow: #d48a0f 0 2px 0;
}

.gold-theme .marketing-row .btn-primary:hover {
    background-color: #d48a0f;
    -moz-box-shadow: #F0A426 0 2px 0;
    -webkit-box-shadow: #F0A426 0 2px 0;
    box-shadow: #F0A426 0 2px 0;
}

.white-theme .marketing-row + .svg-triangle svg {
    fill: #fff;
}

.white-theme .marketing-row.wallpaper {
    background-color: #fff;
}

.white-theme .marketing-row .info-panels {
    color: #fff;
}

.white-theme .marketing-row .info-panels h3 {
    color: #fff;
    font-size: 24px;
}

.white-theme .marketing-row .info-panels .info-panel a {
    color: #fff;
}

.white-theme .marketing-row .info-panels .info-panel a:hover {
    color: #e6e6e6;
}

.white-theme .marketing-row .info-panels .info-panel a:hover h3 {
    color: #e6e6e6;
}

.white-theme .marketing-row .btn-primary {
    background-color: #fff;
    -moz-box-shadow: #e6e6e6 0 2px 0;
    -webkit-box-shadow: #e6e6e6 0 2px 0;
    box-shadow: #e6e6e6 0 2px 0;
}

.white-theme .marketing-row .btn-primary:hover {
    background-color: #e6e6e6;
    -moz-box-shadow: #fff 0 2px 0;
    -webkit-box-shadow: #fff 0 2px 0;
    box-shadow: #fff 0 2px 0;
}

.light-secondary .btn.btn-dark {
    background-color: #939598;
    -moz-box-shadow: #797b7f 0 2px 0;
    -webkit-box-shadow: #797b7f 0 2px 0;
    box-shadow: #797b7f 0 2px 0;
}

.light-secondary .btn.btn-dark:hover {
    background-color: #797b7f;
    -moz-box-shadow: #333 0 2px 0;
    -webkit-box-shadow: #333 0 2px 0;
    box-shadow: #333 0 2px 0;
}

.dark-secondary .marketing-row.wallpaper {
    color: #414042;
}

.dark-secondary .marketing-row.wallpaper .lead {
    color: #414042;
}

.dark-secondary .marketing-row.wallpaper h1 {
    color: #414042;
}

.svg-triangle + .marketing-row {
    padding-top: 50px;
}

.content > .marketing-row:first-of-type {
    margin-top: -25px;
}

.bundle-picker {
    padding-bottom: 50px;
}

@media (max-width: 800px) {
    .bundle-picker p:first-of-type {
        margin-bottom: 40px;
    }
}

.pricing-table {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #DDDDDD;
    border-top: 5px solid #11aaff;
    margin-top: 20px;
    margin: auto;
}

@media (min-width: 800px) {
    .pricing-table {
        display: table;
        table-layout: fixed;
    }
}

.pricing-table .pricing-panel {
    display: block;
    margin: auto;
    transition: all ease 0.3s;
}

@media (min-width: 800px) {
    .pricing-table .pricing-panel {
        display: table-cell;
        border-right: 1px solid #DDDDDD;
        position: relative;
        padding-bottom: 20%;
    }
}

@media (max-width: 800px) {
    .pricing-table .pricing-panel {
        border-bottom: 1px solid #DDDDDD;
        min-width: 100%;
    }
}

.pricing-table .pricing-panel:last-of-type {
    border: none;
}

.pricing-table .pricing-panel:hover {
    background-color: #F2F2F2;
}

.pricing-table .best-offer {
    background-color: #70ce03;
    color: white;
}

@media (min-width: 800px) {
    .pricing-table .best-offer {
        position: absolute;
        top: -17px;
        height: 25px;
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
    }

    .pricing-table .best-offer:before {
        height: 12px;
        background-color: transparent;
        width: 12px;
        display: block;
        content: ' ';
        position: absolute;
        left: -12px;
        border-left: 12px solid transparent;
        border-bottom: 12px solid #61b303;
    }

    .pricing-table .best-offer:after {
        height: 12px;
        background-color: transparent;
        width: 12px;
        display: block;
        content: ' ';
        position: absolute;
        right: -12px;
        top: 0;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #61b303;
    }
}

.pricing-table .pricing-panel-body {
    padding: 20px;
    min-height: 200px;
}

@media (min-width: 800px) {
    .pricing-table .pricing-panel-body {
        padding: 5px;
    }
}

.pricing-table .pricing-panel-footer {
    border-top: 1px solid #DDDDDD;
    padding: 20px 0;
}

@media (min-width: 800px) {
    .pricing-table .pricing-panel-footer {
        position: absolute;
        bottom: 0;
        padding: 10px;
        width: 100%;
    }
}

.pricing-table .pricing-panel-footer span.price {
    font-size: 28px;
    display: block;
}

.pricing-table .pricing-panel-footer span.price-details, .pricing-table .pricing-panel-footer span.regular-price {
    font-size: 12px;
    display: block;
    color: #666;
}

.pricing-table .pricing-panel-footer span.regular-price {
    margin-bottom: 5px;
}

.bundle-picker .toggle-prices {
    margin: 35px 0;
}

.bundle-picker .toggle-prices li a {
    color: #11aaff;
    font-weight: bold;
    padding: 9px 7px;
}

.bundle-picker .toggle-prices li.active a {
    color: #939598;
    border: 1px solid #DDDDDD;
    font-weight: 400;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.faq-list {
    margin: 50px 0;
    display: block;
}

.faq-list .faq-item {
    border-bottom: 1px solid #DDDDDD;
}

.faq-list .faq-item h4 {
    margin: 19px 0;
    padding-right: 20px;
}

.faq-list .faq-item h4:after {
    font-family: 'Glyphicons Halflings';
    content: "\e113";
    position: absolute;
    right: 10px;
    color: #939598;
}

.faq-list .faq-item a.collapsed h4:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    position: absolute;
    right: 10px;
    color: #939598;
}

.content > .tabbed-billboard {
    margin-top: -26px;
}

@media (max-width: 767px) {
    .content > .tabbed-billboard {
        margin-top: -7px;
    }
}

.tabbed-billboard {
    margin-bottom: 25px;
    position: relative;
    color: white;
}

.tabbed-billboard .tab-pane {
    background: #434343;
    background: radial-gradient(ellipse at center, #434343, #000000);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    min-height: 320px;
    padding: 25px;
}

.tabbed-billboard .tab-pane .banner-promo-text {
    margin-bottom: 50px;
}

.tabbed-billboard.overlay:before {
    content: ' ';
    background-color: rgba(34, 34, 34, 0.25);
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

.tabbed-billboard .content {
    margin-top: 0;
    padding-top: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 24px;
}

.tabbed-billboard .content h1 {
    color: white;
    font-size: 52px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 64px;
}

@media (max-width: 1199px) {
    .tabbed-billboard .content h1 {
        font-size: 42px;
        line-height: 52px;
    }
}

@media (max-width: 991px) {
    .tabbed-billboard .content h1 {
        max-width: 100%;
    }
}

.tabbed-billboard .content a.btn {
    text-shadow: none;
}

.tabbed-billboard .content .foreground-image {
    margin: 50px 0 0 0;
}

.tabbed-billboard .content .foreground-image img {
    max-width: 100%;
    height: auto;
}

.tabbed-billboard .tabbed-options {
    padding: 0;
    width: 100%;
    display: table;
    table-layout: fixed;
    margin-bottom: 0;
}

.tabbed-billboard .tabbed-options li {
    display: table-cell;
    background-color: #333;
}

.tabbed-billboard .tabbed-options li a {
    color: white;
    padding: 20px 40px;
    display: block;
}

.tabbed-billboard .tabbed-options li.active {
    background-color: black;
}

.tabbed-billboard .tabbed-options li + li {
    border-left: 1px solid #DDDDDD;
}

@media (max-width: 767px) {
    .package-row.navbar-right {
        margin-right: 0;
    }

    .marketing-row.wallpaper .img-container {
        display: block;
        width: 100%;
        padding: 0;
        position: absolute;
        margin-bottom: 25px;
    }

    .marketing-row.wallpaper:after {
        height: 75px;
    }

    .marketing-row:not(.wallpaper) {
        background-image: none !important;
    }

    .marketing-row.extended-height .container {
        min-height: 40vh;
    }

    .marketing-row.extended-height .container .content {
        padding: 25px 15px;
        position: initial;
        top: 0;
        transform: initial;
    }

    .marketing-row .content {
        padding: 25px 15px;
    }
}

.inherit-colours h1, .inherit-colours h2, .inherit-colours h3, .inherit-colours h4, .inherit-colours p {
    color: inherit;
}

.text-black, .text-black h4 {
    color: #000 !important;
}

.text-white, .text-white h4 {
    color: #fff !important;
}

.text-red, .text-red h4 {
    color: #ff0000 !important;
}

.text-blue, .text-blue h4 {
    color: #000080 !important;
}

.text-green, .text-green h4 {
    color: #00ff00 !important;
}

.toc {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

@media (max-width: 767px) {
    .toc {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .toc {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

.toc ul {
    padding: 0 20px;
}

.toc ul a {
    color: #4a4a4a;
    display: block;
    padding: 0 0.33em 0.66em 0;
}

section.table-of-contents {
    margin-top: 25px;
    padding: 25px 0;
    background: #F2F2F2;
}

section.table-of-contents hr {
    border-top: 1px solid #DDDDDD;
}

section.table-of-contents h2, section.table-of-contents h3, section.table-of-contents h4 {
    margin-top: 0;
}

.section-title h4, .table-of-contents h4 {
    font-size: 18px;
}

.section-title .glyphicon-search, .table-of-contents .glyphicon-search {
    margin-right: 5px;
}

.toc-search .form-group {
    display: inline-block;
    width: 70%;
}

@media (max-width: 991px) {
    .toc-search .form-group {
        width: 100%;
    }
}

.toc-search .btn {
    min-height: 42px;
    padding: 5px 20px;
    margin-top: -5px;
    position: absolute;
    bottom: 43px;
    margin-left: 10px;
}

@media (max-width: 991px) {
    .toc-search .btn {
        width: 100%;
        margin-left: 0;
        position: initial;
    }
}

.cover-container {
    background-color: #414042;
    color: #F2F2F2;
    text-align: center;
    padding: 15px;
}

.toc-search-results-container {
    margin: 12px 0;
}

.inverse {
    background-color: #333;
    color: white;
}

.inverse h1, .inverse h2, .inverse h3, .inverse h4, .inverse h5 {
    color: white;
}

.inverse .social-links li a {
    color: white;
    border-color: white;
}

.inverse .social-links.bordered-container li.share-title {
    color: white;
}

.inverse + .footer-top {
    margin-top: 0;
}

.inverse .paywall {
    margin-bottom: 0px;
    color: #333;
}

.inverse .paywall h1, .inverse .paywall h2, .inverse .paywall h3, .inverse .paywall h4, .inverse .paywall h5 {
    color: #333;
}

.inverse .paywall .paywall-banner p {
    color: #333;
}

.inverse + .ad-container.container {
    display: none;
}

.ad {
    margin-bottom: 16px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.display-advert {
    margin-bottom: 16px;
}

.ad > div:before, .display-advert > div:before {
    content: "Advertisement";
    font-size: 12px;
    color: #939598;
    display: block;
}

.ad + .spaced-container, .display-advert + .spaced-container {
    margin-top: 25px;
}

.advertisementrow .home-row {
    display: block;
}

.homepage-row .ad--mpu {
    margin-right: auto;
    margin-left: auto;
    height: 320px;
}

@media (max-width: 991px) {
    .homepage-row .ad--mpu {
        display: table;
    }
}

.ad--container {
    display: flex;
    flex-direction: row;
    width: 100%;
}

@media (max-width: 991px) {
    .ad--container {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .ad--container {
        flex-direction: column;
    }
}

.ad--container .news {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

@media (max-width: 991px) {
    .ad--container .news {
        flex: 0 1 0%;
        -webkit-flex: 1;
    }
}

.ad--container .news .curated-block-link {
    width: 100%;
    margin-right: 25px;
    flex: 1 1 auto;
}

.curated-block-link + .ad--container {
    margin-right: 15px;
}

@media (max-width: 991px) {
    .curated-block-link + .ad--container {
        margin-right: 0;
    }
}

.selection-options-table {
    margin-top: 3em;
    margin-bottom: 1em;
}

.offer-selections {
    display: table;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #DDDDDD;
    border-bottom: none;
    margin-bottom: 1em;
}

.offer-selections .text-muted {
    color: #939598;
    font-weight: 400;
}

.offer-selections .offer-variation {
    border-bottom: 1px solid #DDDDDD;
    padding: 8px;
}

.offer-selections .offer-variation.active {
    background-color: #F2F2F2;
}

.offer-selections .offer-variation label {
    cursor: pointer;
}

.offer-selections .offer-variation .radio-selection, .offer-selections .offer-variation .cell {
    display: table-cell;
    vertical-align: middle;
}

.offer-selections .offer-variation .radio-selection {
    padding: 10px 20px;
}

.offer-selections .offer-variation .radio-selection {
    width: 7%;
}

.offer-selections .offer-variation .option-text {
    width: 53%;
}

.offer-selections .offer-variation .card-details {
    width: 10%;
}

.offer-selections .offer-variation .saving-text {
    width: 30%;
    text-align: right;
}

@media (max-width: 767px) {
    .offer-selections .offer-variation .option-text {
        width: 93%;
    }

    .offer-selections .offer-variation .card-details {
        display: table;
        width: 100%;
        text-align: center;
    }

    .offer-selections .offer-variation .card-details label {
        text-align: center;
    }

    .offer-selections .offer-variation .card-details label .text-detail {
        display: block;
    }

    .offer-selections .offer-variation .saving-text {
        display: table;
        width: 100%;
        text-align: center;
    }
}

.skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
}

.content {
    padding-top: 25px;
}

a.skip:active, a.skip:focus, a.skip:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
}

.rel {
    position: relative;
}

.rel .vertical-align {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.rounded-submit {
    background-color: #084a6f;
    color: #DDDDDD;
    border: none;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.rounded-submit:hover {
    background-color: #F0A426;
}

.form-control.rounded-submit {
    width: initial;
}

.content .rounded-submit {
    background-color: #084a6f;
    color: #414042;
}

.content .rounded-submit:hover {
    background-color: #F0A426;
}

.navbar-toggle .icon-bar {
    color: #414042;
}

blockquote footer {
    padding: 0;
    background-color: initial;
    margin-top: 0;
}

.sidebar {
    margin-top: 25px;
}

.text-brand-primary {
    color: #F0A426;
}

span.detail {
    color: #939598;
    font-size: smaller;
}

.divider:before {
    content: " | ";
    padding: 0 6.25px;
}

hr.dots {
    margin: 1em 0;
    border-top: 1px dotted #F2F2F2;
    clear: both;
}

hr.space {
    clear: both;
    margin: 0.5em 0;
    padding: 0.5px 0;
    border: 0;
}

.tweet {
    margin: auto;
    width: 500px;
    margin-bottom: 25px;
}

@media (max-width: 500px) {
    .tweet {
        width: 100%;
    }
}

.thumbnail {
    padding: 0;
    border: 0;
}

.thumbnail .img-responsive {
    margin-bottom: 0;
}

.thumbnail .caption {
    padding: 12.5px;
    margin-bottom: 25px;
    overflow: hidden;
    font-size: 14px;
    color: #414042;
    background-color: #F2F2F2;
}

.thumbnail .caption p {
    margin: 0;
}

.thumbnail .caption i {
    color: #414042;
    margin-right: 6.25px;
}

.media-heading {
    padding-bottom: 0;
    margin-bottom: 0;
}

.list-group.no-border .list-group-item {
    border: none;
    padding: 6.25px 0;
}

.tags-title {
    color: #939598;
    font-size: 14px;
    padding-right: 20px;
    padding-top: 5px;
    display: inline;
    position: absolute;
}

.tags {
    padding-left: 55px;
    display: block;
}

.tags li {
    margin: 8px 0;
    display: inline-block;
}

.tags li a {
    background-color: #DDDDDD;
    padding: 6.25px 12.5px;
    color: #414042;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.tags li a:hover {
    background-color: #084a6f;
    text-decoration: none;
    color: white;
}

.social-links {
    display: table;
}

.social-links a {
    width: 32px;
    height: 32px;
    display: table-cell;
    vertical-align: middle;
    color: #333;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #939598;
    text-align: center;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.social-links ul {
    padding-top: 6.25px;
    margin-left: 0;
}

.social-links ul li {
    padding: 0;
}

.social-links ul li a:hover {
    background-color: #939598;
    color: white;
}

.social-links ul .fa {
    font-size: 14px;
}

.social-links .twitter-blue {
    background-color: #55acee;
}

.social-links .facebook-blue {
    background-color: #3b5999;
}

.social-links .google-red {
    background-color: #DC4E41;
}

.social-links .linked-in-blue {
    background-color: #0077B5;
}

.footer .social-links .fa {
    width: initial;
}

.spaced-container {
    margin-bottom: 25px;
}

.sidebar .spaced-container {
    margin-top: 25px;
}

.caret-right {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid;
}

.caret-left {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid;
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid;
}

.search-toggle {
    float: right;
    margin-right: 0;
}

.item-video {
    background-color: black;
    height: 350px;
}

.media .img-thumbnail {
    max-width: initial;
}

.flat-top {
    margin-top: 0;
    padding-top: 0;
}

.sans-serif, .sans-serif h1, .sans-serif h2, .sans-serif h3, .sans-serif h4, .sans-serif h5 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.serif, .serif h1, .serif h2, .serif h3, .serif h4, .serif h5 {
    font-family: "Noto Serif", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}

.emphasised-link {
    display: block;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.login-page-form.emphasised-link {
    padding-top: 1em;
}

.content h1:first-of-type, .h1:first-of-type, h2:first-of-type, .h2:first-of-type {
    margin-top: 0;
}

.intro {
    padding-bottom: 12.5px;
    margin-bottom: 12.5px;
}

.overflow-text {
    overflow: auto;
}

.image-cta-list a {
    display: block;
    font-weight: 500;
    font-size: 16px;
}

.image-cta-list a:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "";
    float: right;
    margin-top: 5px;
    padding-left: 5px;
}

.image-cta-list img {
    display: block;
}

.definition-list {
    margin-bottom: 25px;
}

.definition-list dt {
    font-size: 17px;
}

.definition-list dd {
    margin-bottom: 8.33333333px;
}

.article-body .thumbnail.pull-left, .thumbnail.pull-right {
    padding: 8.33333333px;
    margin-bottom: 0;
}

.article-body .thumbnail.pull-left > img, .thumbnail.pull-right > img {
    margin-left: initial;
    margin-right: initial;
}

.horizontal-list .media-body {
    margin-bottom: 12.5px;
}

@media (max-width: 768px) {
    .content {
        padding-top: 12.5px;
    }

    .container {
        padding-left: 7px;
        padding-right: 7px;
    }

    .container .row {
        margin-left: -7px;
        margin-right: -7px;
    }
}

@media (max-width: 768px) {
    .recent-news .videoarticle, .recent-news .newsarticle, .recent-news .photostoryarticle {
        padding: 0 8px;
    }
}

div[class*="col-md-"] + .spaced-container {
    margin-top: 0;
}

.row-spacing, .clear {
    clear: both;
}

.pre-title {
    color: #084a6f;
}

.pre-title:after {
    content: "/ ";
    padding: 0 5px;
    color: #939598;
}

.pre-title:hover {
    text-decoration: none;
}

.open-transform .caret {
    margin-top: -5px;
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.rotate180 {
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

img.portrait, img.landscape, img.square {
    max-width: 100%;
    height: auto;
}

.home-hero div.image {
    float: right;
}

.videoarticle div.image, .videoarticle a.img-wrapper {
    position: relative;
    display: block;
}

.videoarticle div.image:before, .videoarticle a.img-wrapper:before {
    background-color: #414042;
    color: white;
    position: absolute;
    font-family: FontAwesome;
    content: "\f04b";
    line-height: 42px;
    text-align: center;
    font-size: 22px;
    bottom: 0;
    left: 0;
    width: 42px;
    height: 42px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

@media (max-width: 768px) {
    .videoarticle div.image:before, .videoarticle a.img-wrapper:before {
        width: 40px;
        height: 40px;
    }
}

.videoarticle div.image:hover:before, .videoarticle a.img-wrapper:hover:before {
    background-color: #F2F2F2;
    color: #414042;
}

.horizontal-list .newsarticle > a > div.image:before {
    display: none;
}

.horizontal-list .photostoryarticle > a > div.image:before {
    content: "\f1c5" !important;
}

.horizontal-list .videoarticle > a > div.image:before {
    content: "\f04b" !important;
}

.photostoryarticle div.image, .photostoryarticle a.img-wrapper {
    position: relative;
    display: block;
}

.photostoryarticle div.image:before, .photostoryarticle a.img-wrapper:before {
    background-color: #414042;
    color: white;
    position: absolute;
    font-family: FontAwesome;
    content: "\f1c5";
    line-height: 42px;
    text-align: center;
    font-size: 22px;
    bottom: 0;
    left: 0;
    width: 42px;
    height: 42px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

@media (max-width: 768px) {
    .photostoryarticle div.image:before, .photostoryarticle a.img-wrapper:before {
        width: 30px;
        height: 30px;
    }
}

.photostoryarticle div.image:hover:before, .photostoryarticle a.img-wrapper:hover:before {
    background-color: #F2F2F2;
    color: #414042;
}

.bordered-container {
    padding: 12.5px 0;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.bordered-container > h4, .bordered-container h3, .bordered-container h2, .bordered-container h1 {
    margin-top: 0;
}

.bordered-container + .bordered-container {
    border-top: none;
}

.bordered-container .tags {
    margin-bottom: 0;
}

.bordered-container.margin {
    margin: 12.5px 0;
}

@media (max-width: 992px) {
    .sitemap {
        padding-left: 10px;
    }
}

.photo-slide-container {
    background-color: white;
    margin-bottom: 1em;
}

.photo-slide-container .bx-wrapper {
    background-color: white;
}

.photo-slide-container .bx-wrapper h3 {
    margin-top: 0px;
}

.featured-news-list dt a {
    color: #333;
}

.featured-news-list dt a:hover {
    color: #084a6f;
}

.featured-news-list dt a:focus {
    color: #084a6f;
}

.border-left {
    border-left: 1px solid #DDDDDD;
}

.no-padding {
    padding: 3px;
}

blockquote {
    font-size: 24px;
    line-height: 31px;
    color: #939598;
    font-style: italic;
    padding: 0 0 0 50px;
    margin-top: 25px;
    background-image: url("/dist/images/icons/quotes.png");
    background-image: url("/dist/images/icons/quotes.svg");
    background-repeat: no-repeat;
    background-position: top left;
    border: none;
}

.content-highlight {
    font-size: 18px;
    font-style: italic;
    border-left: 3px solid #084a6f;
    padding-left: 11px;
    color: #333;
}

#switch-location-group.flag-icon-us {
    background-image: url("/images/icons/us-flag.svg");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position-x: 85%;
    background-position-y: center;
}

#switch-location-group.flag-icon-uk {
    background-image: url("/images/icons/uk-flag.svg");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position-x: 85%;
    background-position-y: center;
}

#switch-location-group.flag-icon-row {
    background-image: url("/images/icons/row-flag.svg");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position-x: 85%;
    background-position-y: center;
}

#switch-location-group.flag-icon-euro {
    background-image: url("/images/icons/euro-flag.svg");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position-x: 85%;
    background-position-y: center;
}

.switch-location-group {
    display: inline-block;
    float: right;
    color: #DDDDDD;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
    .switch-location-group {
        margin-bottom: 0;
    }
}

.switch-location-group select {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    height: 49px;
    padding: 5px;
    width: 235px;
    color: #DDDDDD;
    appearence: none;
}

.switch-location-group select:focus {
    border-color: #F0A426;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.switch-location-group select[selected] {
    background-color: red;
}

.switch-location-group option {
    background-color: #333;
    color: #DDDDDD;
    border: none;
    appearance: none;
}

.switch-location-group .col-form-label {
    line-height: 45px;
    margin: 0;
}

.alert-bordered-bottom {
    border-bottom: 1px solid #DDDDDD;
    display: block;
    padding-bottom: 12.5px;
    margin-bottom: 12.5px;
}

.paywall-link:before {
    content: "\e033";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    margin: 0 3px;
}

.no-paywall-link:before {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    margin: 0 3px;
}

.advert {
    max-width: 100%;
    height: auto;
}

.advert-container {
    margin: 0;
}

.advert-container img {
    max-width: 100%;
    height: auto;
}

.advert-container .advert-controls {
    margin: 20px 0;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.advert-container .advert-controls > span {
    display: table-cell;
    padding: 5px 0;
}

.advert-container .advert-controls > span .glyphicon {
    margin: 0 5px;
}

.advert-container .advert-controls > span.previous {
    text-align: left;
}

.advert-container .advert-controls > span.next {
    text-align: right;
}

.advert-container .advert-controls > span.results {
    text-align: center;
}

.advert-container .advert-controls > span a {
    color: white;
    display: block;
}

.large-text {
    font-size: 32px;
    font-weight: 300;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .added-margin-md {
        margin-top: 115px;
    }
}

.blue-title {
    color: #084a6f;
}

.related > .spaced-container:first-of-type {
    margin-top: 0;
}

.related .related-news {
    margin-bottom: 10px;
}

.img-placeholder-container {
    overflow: hidden;
}

.img-placeholder-container .img-placeholder {
    background-color: #F2F2F2;
    display: block;
    height: 73px;
    width: 110px;
    margin-top: 5px;
}

.related-news .related-image {
    padding-top: 5px;
}

.related-news .related-image .image {
    width: 110px;
    height: auto;
}

.spaced-container.raw-placement {
    margin-bottom: 0;
}

.raw-placement > div[data-google-query-id] {
    margin-bottom: 25px;
}

.page-turner-container {
    height: 974px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.wrapper-grey {
    background-color: #F2F2F2;
    padding: 25px 0;
    margin-top: 25px;
    margin-bottom: -25px;
}

hr.vertical-space {
    height: 1px;
    border: none;
}

p > em + a:before {
    content: ' ';
}

.recent-news {
    margin-bottom: 25px;
}

.test-muted {
    color: #b2b2b2;
}

.img-container {
    overflow: auto;
}

@media (max-width: 991px) {
    .img-container {
        text-align: center;
    }

    .img-container > img {
        float: none !important;
        margin: auto;
    }
}

.print-pagination {
    border: 1px solid #DDDDDD;
    padding: 5px 15px;
    margin: 5px 0px;
}

@media (max-width: 767px) {
    .print-pagination a, .print-pagination strong {
        font-size: 14px;
    }

    .print-pagination p {
        line-height: 1.3;
    }
}

@media (max-width: 768px) {
    .print-pagination .row [class*='col-'] {
        padding-left: 7px;
        padding-right: 7px;
    }
}

.print-pagination figure {
    margin: 5px 0 5px auto;
    position: relative;
    max-width: 135px;
}

.print-pagination figure:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.print-pagination img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.print-pagination .text-left figure {
    margin-left: 0;
}

.print-pagination .page {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    padding: 5px 0;
    display: inline-block;
}

@media print {
    a {
        page-break-inside: avoid;
    }

    a[href]:after {
        content: none;
    }

    [class*="col-sm-"] {
        float: left;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .visible-xs {
        display: none !important;
    }

    .hidden-xs {
        display: block !important;
    }

    table.hidden-xs {
        display: table;
    }

    tr.hidden-xs {
        display: table-row !important;
    }

    th.hidden-xs, td.hidden-xs {
        display: table-cell !important;
    }

    .hidden-xs.hidden-print {
        display: none !important;
    }

    .hidden-sm {
        display: none !important;
    }

    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }

    .header {
        background-image: url("/images/atg-master-logo.png") !important;
        background-color: #414042 !important;
        background-repeat: no-repeat !important;
        background-size: 250px !important;
        background-position: left center !important;
        height: 100px !important;
        display: none;
    }

    .header .main-logo {
        display: none;
    }

    .breadcrumb-container {
        background-color: #f5f5f5 !important;
    }

    input {
        background-color: white !important;
    }

    .social-links, .social-links.bordered-container, .user-transactions, footer, .footer-top, .sign-up-boxout, .mobile-search-btn, .recent-news {
        display: none !important;
    }

    .container {
        width: 95%;
        margin: 0;
        float: none;
    }

    .newsarticle .col-md-6.col-sm-12 {
        width: 65%;
        float: left;
    }

    .newsarticle .col-xs-12.col-sm-12.col-md-4.col-lg-4.col-xl-3.col-xl-offset-1 {
        width: 25%;
        margin: 0;
        float: left;
        min-width: 300px;
    }

    .newsarticle .col-xs-12.col-sm-12.col-md-4.col-lg-4.col-xl-3.col-xl-offset-1 .media-left.related-image {
        display: none;
    }

    .photostoryarticle .article-body {
        width: 65% !important;
        float: left;
    }

    .photostoryarticle .col-xs-12.col-sm-12.col-md-4.col-lg-4.col-xl-3.col-xl-offset-1 {
        width: 25% !important;
        margin: 0;
        float: left;
        min-width: 300px;
    }

    .photostoryarticle .col-md-2.col-sm-12 {
        display: none;
    }

    .photostoryarticle .bx-wrapper .bx-caption {
        word-break: break-all;
        width: initial;
    }

    .newssection .col-md-2 {
        display: none;
    }

    .newssection .secondary-navigation {
        display: none;
    }

    .calendar .col-lg-3.col-md-3.col-sm-12.col-xs-12:first-of-type {
        display: none;
    }

    .calendar .col-lg-6 col-md-6 col-sm-12.col-xs-12 {
        width: 50%;
        float: left;
        margin: 0;
    }

    .calendar .col-lg-3.col-md-3.col-sm-12.col-xs-12 {
        width: 20%;
        float: left;
        margin: 0;
    }

    .hidden-xs, .hidden-sm {
        display: none !important;
    }

    .bxslider * {
        display: block !important;
    }

    .bx-viewport {
        height: auto !important;
    }

    .bx-wrapper .item, .bx-wrapper .image-gallery {
        width: 100% !important;
    }

    .bx-wrapper .item {
        display: none !important;
    }

    .bx-wrapper .item.active {
        display: block !important;
    }

    .bx-clone, .item.active.bx-clone {
        display: none !important;
    }

    .image-gallery {
        transform: none !important;
    }

    .bx-wrapper, .image-gallery-pager {
        border: none;
        border-left: none;
        border-right: none;
        max-width: 100% !important;
    }

    .image-gallery-pager {
        padding: 3em 0;
    }

    .bx-wrapper, .image-gallery-pager {
        margin: auto;
    }
}

@media (max-width: 991px) {
    .hidden-desktop {
        display: block;
    }
}

@media (min-width: 992px) {
    .hidden-desktop {
        display: none;
    }
}

@media (max-width: 991px) {
    .visible-desktop {
        display: none;
    }
}

@media (min-width: 992px) {
    .visible-desktop {
        display: block;
    }
}

html.swipebox-html.swipebox-touch {
    overflow: hidden !important;
}

#swipebox-overlay img {
    border: none !important;
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    user-select: none;
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#swipebox-slider {
    transition: transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer;
}

#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
}

#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide .swipebox-inline-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

#swipebox-slider .slide-loading {
    background: url("/dist/css/img/loader.gif") no-repeat center center;
}

#swipebox-bottom-bar, #swipebox-top-bar {
    transition: 0.5s;
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
}

#swipebox-bottom-bar {
    bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
    transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
    top: -50px;
}

#swipebox-top-bar.visible-bars {
    transform: translate3d(0, 50px, 0);
}

#swipebox-title {
    display: block;
    width: 100%;
    text-align: center;
}

#swipebox-prev, #swipebox-next, #swipebox-close {
    background-image: url("/dist/css/img/icons.png");
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0;
}

#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
}

#swipebox-prev {
    background-position: -32px 13px;
    float: left;
}

#swipebox-next {
    background-position: -78px 13px;
    float: right;
}

#swipebox-close {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
    display: none;
}

#swipebox-prev.disabled, #swipebox-next.disabled {
    opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
    backface-visibility: hidden;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0;
}

.swipebox-touch #swipebox-container:before {
    left: 0;
    box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
    right: 0;
    box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
    opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1;
}

@keyframes rightSpring {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@keyframes leftSpring {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

@media screen and (min-width: 800px) {
    #swipebox-close {
        right: 10px;
    }

    #swipebox-arrows {
        width: 92%;
        max-width: 800px;
    }
}

#swipebox-overlay {
    background: #0d0d0d;
}

#swipebox-bottom-bar, #swipebox-top-bar {
    text-shadow: 1px 1px 1px black;
    background: #000;
    opacity: 0.95;
}

#swipebox-top-bar {
    color: white !important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica, Arial, sans-serif;
}

.breadcrumb {
    margin-top: 0;
}
