<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
 html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
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 {
    -webkit-box-sizing: content-box;
    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"] {
    -webkit-box-sizing: border-box;
    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;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.42857;
    color: #3a3a3a;
    background-color: #fff;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #4571a2;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #4571a2;
    text-decoration: underline;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -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: 18px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
	color:#FFFFFF;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:after,
.container:before {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid:after,
.container-fluid:before {
    content: " ";
    display: table;
}
.container-fluid:after {
    clear: both;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:after,
.row:before {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}
.col-xs-1 {
    width: 8.33333%;
}
.col-xs-2 {
    width: 16.66667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.33333%;
}
.col-xs-5 {
    width: 41.66667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.33333%;
}
.col-xs-8 {
    width: 66.66667%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 83.33333%;
}
.col-xs-11 {
    width: 91.66667%;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-pull-1 {
    right: 8.33333%;
}
.col-xs-pull-2 {
    right: 16.66667%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-4 {
    right: 33.33333%;
}
.col-xs-pull-5 {
    right: 41.66667%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-7 {
    right: 58.33333%;
}
.col-xs-pull-8 {
    right: 66.66667%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-10 {
    right: 83.33333%;
}
.col-xs-pull-11 {
    right: 91.66667%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-push-1 {
    left: 8.33333%;
}
.col-xs-push-2 {
    left: 16.66667%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-4 {
    left: 33.33333%;
}
.col-xs-push-5 {
    left: 41.66667%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-7 {
    left: 58.33333%;
}
.col-xs-push-8 {
    left: 66.66667%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-10 {
    left: 83.33333%;
}
.col-xs-push-11 {
    left: 91.66667%;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
.col-xs-offset-1 {
    margin-left: 8.33333%;
}
.col-xs-offset-2 {
    margin-left: 16.66667%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-4 {
    margin-left: 33.33333%;
}
.col-xs-offset-5 {
    margin-left: 41.66667%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-7 {
    margin-left: 58.33333%;
}
.col-xs-offset-8 {
    margin-left: 66.66667%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-10 {
    margin-left: 83.33333%;
}
.col-xs-offset-11 {
    margin-left: 91.66667%;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333%;
    }
    .col-sm-5 {
        width: 41.66667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333%;
    }
    .col-sm-8 {
        width: 66.66667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333%;
    }
    .col-sm-11 {
        width: 91.66667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-2 {
        right: 16.66667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333%;
    }
    .col-sm-pull-5 {
        right: 41.66667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.33333%;
    }
    .col-sm-pull-8 {
        right: 66.66667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333%;
    }
    .col-sm-pull-11 {
        right: 91.66667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-2 {
        left: 16.66667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333%;
    }
    .col-sm-push-5 {
        left: 41.66667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.33333%;
    }
    .col-sm-push-8 {
        left: 66.66667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333%;
    }
    .col-sm-push-11 {
        left: 91.66667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333%;
    }
    .col-md-5 {
        width: 41.66667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333%;
    }
    .col-md-11 {
        width: 91.66667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-2 {
        right: 16.66667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.33333%;
    }
    .col-md-pull-5 {
        right: 41.66667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.33333%;
    }
    .col-md-pull-8 {
        right: 66.66667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.33333%;
    }
    .col-md-pull-11 {
        right: 91.66667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-2 {
        left: 16.66667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.33333%;
    }
    .col-md-push-5 {
        left: 41.66667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.33333%;
    }
    .col-md-push-8 {
        left: 66.66667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.33333%;
    }
    .col-md-push-11 {
        left: 91.66667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-2 {
        width: 16.66667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333%;
    }
    .col-lg-5 {
        width: 41.66667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333%;
    }
    .col-lg-8 {
        width: 66.66667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333%;
    }
    .col-lg-11 {
        width: 91.66667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-2 {
        right: 16.66667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.33333%;
    }
    .col-lg-pull-5 {
        right: 41.66667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.33333%;
    }
    .col-lg-pull-8 {
        right: 66.66667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.33333%;
    }
    .col-lg-pull-11 {
        right: 91.66667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-2 {
        left: 16.66667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.33333%;
    }
    .col-lg-push-5 {
        left: 41.66667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.33333%;
    }
    .col-lg-push-8 {
        left: 66.66667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.33333%;
    }
    .col-lg-push-11 {
        left: 91.66667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 18px;
}
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; thead &gt; tr &gt; th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table &gt; thead &gt; tr &gt; th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table &gt; caption + thead &gt; tr:first-child &gt; td,
.table &gt; caption + thead &gt; tr:first-child &gt; th,
.table &gt; colgroup + thead &gt; tr:first-child &gt; td,
.table &gt; colgroup + thead &gt; tr:first-child &gt; th,
.table &gt; thead:first-child &gt; tr:first-child &gt; td,
.table &gt; thead:first-child &gt; tr:first-child &gt; th {
    border-top: 0;
}
.table &gt; tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed &gt; tbody &gt; tr &gt; td,
.table-condensed &gt; tbody &gt; tr &gt; th,
.table-condensed &gt; tfoot &gt; tr &gt; td,
.table-condensed &gt; tfoot &gt; tr &gt; th,
.table-condensed &gt; thead &gt; tr &gt; td,
.table-condensed &gt; thead &gt; tr &gt; th {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered &gt; tbody &gt; tr &gt; td,
.table-bordered &gt; tbody &gt; tr &gt; th,
.table-bordered &gt; tfoot &gt; tr &gt; td,
.table-bordered &gt; tfoot &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td,
.table-bordered &gt; thead &gt; tr &gt; th {
    border: 1px solid #ddd;
}
.table-bordered &gt; thead &gt; tr &gt; td,
.table-bordered &gt; thead &gt; tr &gt; th {
    border-bottom-width: 2px;
}
.table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover &gt; tbody &gt; 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 &gt; tbody &gt; tr.active &gt; td,
.table &gt; tbody &gt; tr.active &gt; th,
.table &gt; tbody &gt; tr &gt; td.active,
.table &gt; tbody &gt; tr &gt; th.active,
.table &gt; tfoot &gt; tr.active &gt; td,
.table &gt; tfoot &gt; tr.active &gt; th,
.table &gt; tfoot &gt; tr &gt; td.active,
.table &gt; tfoot &gt; tr &gt; th.active,
.table &gt; thead &gt; tr.active &gt; td,
.table &gt; thead &gt; tr.active &gt; th,
.table &gt; thead &gt; tr &gt; td.active,
.table &gt; thead &gt; tr &gt; th.active {
    background-color: #f5f5f5;
}
.table-hover &gt; tbody &gt; tr.active:hover &gt; td,
.table-hover &gt; tbody &gt; tr.active:hover &gt; th,
.table-hover &gt; tbody &gt; tr:hover &gt; .active,
.table-hover &gt; tbody &gt; tr &gt; td.active:hover,
.table-hover &gt; tbody &gt; tr &gt; th.active:hover {
    background-color: #e8e8e8;
}
.table &gt; tbody &gt; tr.success &gt; td,
.table &gt; tbody &gt; tr.success &gt; th,
.table &gt; tbody &gt; tr &gt; td.success,
.table &gt; tbody &gt; tr &gt; th.success,
.table &gt; tfoot &gt; tr.success &gt; td,
.table &gt; tfoot &gt; tr.success &gt; th,
.table &gt; tfoot &gt; tr &gt; td.success,
.table &gt; tfoot &gt; tr &gt; th.success,
.table &gt; thead &gt; tr.success &gt; td,
.table &gt; thead &gt; tr.success &gt; th,
.table &gt; thead &gt; tr &gt; td.success,
.table &gt; thead &gt; tr &gt; th.success {
    background-color: #dff0d8;
}
.table-hover &gt; tbody &gt; tr.success:hover &gt; td,
.table-hover &gt; tbody &gt; tr.success:hover &gt; th,
.table-hover &gt; tbody &gt; tr:hover &gt; .success,
.table-hover &gt; tbody &gt; tr &gt; td.success:hover,
.table-hover &gt; tbody &gt; tr &gt; th.success:hover {
    background-color: #d0e9c6;
}
.table &gt; tbody &gt; tr.info &gt; td,
.table &gt; tbody &gt; tr.info &gt; th,
.table &gt; tbody &gt; tr &gt; td.info,
.table &gt; tbody &gt; tr &gt; th.info,
.table &gt; tfoot &gt; tr.info &gt; td,
.table &gt; tfoot &gt; tr.info &gt; th,
.table &gt; tfoot &gt; tr &gt; td.info,
.table &gt; tfoot &gt; tr &gt; th.info,
.table &gt; thead &gt; tr.info &gt; td,
.table &gt; thead &gt; tr.info &gt; th,
.table &gt; thead &gt; tr &gt; td.info,
.table &gt; thead &gt; tr &gt; th.info {
    background-color: #d9edf7;
}
.table-hover &gt; tbody &gt; tr.info:hover &gt; td,
.table-hover &gt; tbody &gt; tr.info:hover &gt; th,
.table-hover &gt; tbody &gt; tr:hover &gt; .info,
.table-hover &gt; tbody &gt; tr &gt; td.info:hover,
.table-hover &gt; tbody &gt; tr &gt; th.info:hover {
    background-color: #c4e3f3;
}
.table &gt; tbody &gt; tr.warning &gt; td,
.table &gt; tbody &gt; tr.warning &gt; th,
.table &gt; tbody &gt; tr &gt; td.warning,
.table &gt; tbody &gt; tr &gt; th.warning,
.table &gt; tfoot &gt; tr.warning &gt; td,
.table &gt; tfoot &gt; tr.warning &gt; th,
.table &gt; tfoot &gt; tr &gt; td.warning,
.table &gt; tfoot &gt; tr &gt; th.warning,
.table &gt; thead &gt; tr.warning &gt; td,
.table &gt; thead &gt; tr.warning &gt; th,
.table &gt; thead &gt; tr &gt; td.warning,
.table &gt; thead &gt; tr &gt; th.warning {
    background-color: #fcf8e3;
}
.table-hover &gt; tbody &gt; tr.warning:hover &gt; td,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; th,
.table-hover &gt; tbody &gt; tr:hover &gt; .warning,
.table-hover &gt; tbody &gt; tr &gt; td.warning:hover,
.table-hover &gt; tbody &gt; tr &gt; th.warning:hover {
    background-color: #faf2cc;
}
.table &gt; tbody &gt; tr.danger &gt; td,
.table &gt; tbody &gt; tr.danger &gt; th,
.table &gt; tbody &gt; tr &gt; td.danger,
.table &gt; tbody &gt; tr &gt; th.danger,
.table &gt; tfoot &gt; tr.danger &gt; td,
.table &gt; tfoot &gt; tr.danger &gt; th,
.table &gt; tfoot &gt; tr &gt; td.danger,
.table &gt; tfoot &gt; tr &gt; th.danger,
.table &gt; thead &gt; tr.danger &gt; td,
.table &gt; thead &gt; tr.danger &gt; th,
.table &gt; thead &gt; tr &gt; td.danger,
.table &gt; thead &gt; tr &gt; th.danger {
    background-color: #f2dede;
}
.table-hover &gt; tbody &gt; tr.danger:hover &gt; td,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; th,
.table-hover &gt; tbody &gt; tr:hover &gt; .danger,
.table-hover &gt; tbody &gt; tr &gt; td.danger:hover,
.table-hover &gt; tbody &gt; tr &gt; th.danger:hover {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 13.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive &gt; .table {
        margin-bottom: 0;
    }
    .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td,
    .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th,
    .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td,
    .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th,
    .table-responsive &gt; .table &gt; thead &gt; tr &gt; td,
    .table-responsive &gt; .table &gt; thead &gt; tr &gt; th {
        white-space: nowrap;
    }
    .table-responsive &gt; .table-bordered {
        border: 0;
    }
    .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
    .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
    .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child,
    .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
    .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
    .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child {
        border-left: 0;
    }
    .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
    .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
    .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child,
    .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
    .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
    .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child {
        border-right: 0;
    }
    .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
    .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
    .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
    .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th {
        border-bottom: 0;
    }
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
    font-size: 19.5px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 13px;
    line-height: 1.42857;
    color: #555;
}
.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    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, -webkit-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: #eee;
    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="datetime-local"].form-control,
    input[type="month"].form-control,
    input[type="time"].form-control {
        line-height: 32px;
    }
    .input-group-sm input[type="date"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    .input-group-sm input[type="time"],
    input[type="date"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    input[type="time"].input-sm {
        line-height: 30px;
    }
    .input-group-lg input[type="date"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"],
    .input-group-lg input[type="time"],
    input[type="date"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    input[type="time"].input-lg {
        line-height: 45px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label,
.radio label {
    min-height: 18px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
    cursor: not-allowed;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 31px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 30px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33333;
    border-radius: 6px;
}
select.input-lg {
    height: 45px;
    line-height: 45px;
}
select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 45px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33333;
    border-radius: 6px;
}
.form-group-lg select.form-control {
    height: 45px;
    line-height: 45px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 45px;
    min-height: 35px;
    padding: 11px 16px;
    font-size: 17px;
    line-height: 1.33333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 40px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d;
}
.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 .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -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 .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -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: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 23px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #7a7a7a;
}
@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 .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .form-inline .input-group &gt; .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }
    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 25px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    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: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 17px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
    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;
    -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 &gt; .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open &gt; .btn-default.dropdown-toggle.focus,
.open &gt; .btn-default.dropdown-toggle:focus,
.open &gt; .btn-default.dropdown-toggle:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open &gt; .btn-default.dropdown-toggle {
    background-image: none;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #114278;
    border-color: #0e3662;
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #0b294b;
    border-color: #000;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0b294b;
    border-color: #06182c;
}
.btn-primary.active,
.btn-primary:active,
.open &gt; .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0b294b;
    border-color: #06182c;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open &gt; .btn-primary.dropdown-toggle.focus,
.open &gt; .btn-primary.dropdown-toggle:focus,
.open &gt; .btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #06182c;
    border-color: #000;
}
.btn-primary.active,
.btn-primary:active,
.open &gt; .btn-primary.dropdown-toggle {
    background-image: none;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #114278;
    border-color: #0e3662;
}
.btn-primary .badge {
    color: #114278;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open &gt; .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open &gt; .btn-success.dropdown-toggle.focus,
.open &gt; .btn-success.dropdown-toggle:focus,
.open &gt; .btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open &gt; .btn-success.dropdown-toggle {
    background-image: none;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open &gt; .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open &gt; .btn-info.dropdown-toggle.focus,
.open &gt; .btn-info.dropdown-toggle:focus,
.open &gt; .btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.open &gt; .btn-info.dropdown-toggle {
    background-image: none;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open &gt; .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open &gt; .btn-warning.dropdown-toggle.focus,
.open &gt; .btn-warning.dropdown-toggle:focus,
.open &gt; .btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.open &gt; .btn-warning.dropdown-toggle {
    background-image: none;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open &gt; .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open &gt; .btn-danger.dropdown-toggle.focus,
.open &gt; .btn-danger.dropdown-toggle:focus,
.open &gt; .btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.open &gt; .btn-danger.dropdown-toggle {
    background-image: none;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    color: #4571a2;
    font-weight: 400;
    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:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
    color: #4571a2;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}
.btn-group-lg &gt; .btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33333;
    border-radius: 6px;
}
.btn-group-sm &gt; .btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-xs &gt; .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].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;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-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-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown,
.dropup {
    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: 13px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -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: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu &gt; li &gt; a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu &gt; li &gt; a:focus,
.dropdown-menu &gt; li &gt; a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:focus,
.dropdown-menu &gt; .active &gt; a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #114278;
}
.dropdown-menu &gt; .disabled &gt; a,
.dropdown-menu &gt; .disabled &gt; a:focus,
.dropdown-menu &gt; .disabled &gt; a:hover {
    color: #777;
}
.dropdown-menu &gt; .disabled &gt; a:focus,
.dropdown-menu &gt; .disabled &gt; a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
}
.open &gt; .dropdown-menu {
    display: block;
}
.open &gt; 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: 12px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right &gt; .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group-vertical &gt; .btn,
.btn-group &gt; .btn {
    position: relative;
    float: left;
}
.btn-group-vertical &gt; .btn.active,
.btn-group-vertical &gt; .btn:active,
.btn-group-vertical &gt; .btn:focus,
.btn-group-vertical &gt; .btn:hover,
.btn-group &gt; .btn.active,
.btn-group &gt; .btn:active,
.btn-group &gt; .btn:focus,
.btn-group &gt; .btn:hover {
    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:after,
.btn-toolbar:before {
    content: " ";
    display: table;
}
.btn-toolbar:after {
    clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar &gt; .btn,
.btn-toolbar &gt; .btn-group,
.btn-toolbar &gt; .input-group {
    margin-left: 5px;
}
.btn-group &gt; .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group &gt; .btn:first-child {
    margin-left: 0;
}
.btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group &gt; .btn:last-child:not(:first-child),
.btn-group &gt; .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group &gt; .btn-group {
    float: left;
}
.btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
    border-radius: 0;
}
.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group &gt; .btn-group:last-child:not(:first-child) &gt; .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 &gt; .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group-lg.btn-group &gt; .btn + .dropdown-toggle,
.btn-group &gt; .btn-lg + .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-group-lg &gt; .btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-group-lg &gt; .btn .caret,
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group,
.btn-group-vertical &gt; .btn-group &gt; .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical &gt; .btn-group:after,
.btn-group-vertical &gt; .btn-group:before {
    content: " ";
    display: table;
}
.btn-group-vertical &gt; .btn-group:after {
    clear: both;
}
.btn-group-vertical &gt; .btn-group &gt; .btn {
    float: none;
}
.btn-group-vertical &gt; .btn + .btn,
.btn-group-vertical &gt; .btn + .btn-group,
.btn-group-vertical &gt; .btn-group + .btn,
.btn-group-vertical &gt; .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical &gt; .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical &gt; .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
    border-radius: 0;
}
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .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 &gt; .btn,
.btn-group-justified &gt; .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified &gt; .btn-group .btn {
    width: 100%;
}
.btn-group-justified &gt; .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] &gt; .btn input[type="checkbox"],
[data-toggle="buttons"] &gt; .btn input[type="radio"],
[data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="checkbox"],
[data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav:after,
.nav:before {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav &gt; li {
    position: relative;
    display: block;
}
.nav &gt; li &gt; a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav &gt; li &gt; a:focus,
.nav &gt; li &gt; a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav &gt; li.disabled &gt; a {
    color: #777;
}
.nav &gt; li.disabled &gt; a:focus,
.nav &gt; li.disabled &gt; a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open &gt; a,
.nav .open &gt; a:focus,
.nav .open &gt; a:hover {
    background-color: #eee;
    border-color: #4571a2;
}
.nav .nav-divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav &gt; li &gt; a &gt; img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs &gt; li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs &gt; li &gt; a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs &gt; li &gt; a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:focus,
.nav-tabs &gt; li.active &gt; a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-pills &gt; li {
    float: left;
}
.nav-pills &gt; li &gt; a {
    border-radius: 4px;
}
.nav-pills &gt; li + li {
    margin-left: 2px;
}
.nav-pills &gt; li.active &gt; a,
.nav-pills &gt; li.active &gt; a:focus,
.nav-pills &gt; li.active &gt; a:hover {
    color: #fff;
    background-color: #114278;
}
.nav-stacked &gt; li {
    float: none;
}
.nav-stacked &gt; li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}
.nav-justified &gt; li,
.nav-tabs.nav-justified &gt; li {
    float: none;
}
.nav-justified &gt; li &gt; a,
.nav-tabs.nav-justified &gt; li &gt; a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified &gt; .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified &gt; li,
    .nav-tabs.nav-justified &gt; li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified &gt; li &gt; a,
    .nav-tabs.nav-justified &gt; li &gt; a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}
.nav-tabs-justified &gt; li &gt; a,
.nav-tabs.nav-justified &gt; li &gt; a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified &gt; .active &gt; a,
.nav-tabs-justified &gt; .active &gt; a:focus,
.nav-tabs-justified &gt; .active &gt; a:hover,
.nav-tabs.nav-justified &gt; .active &gt; a,
.nav-tabs.nav-justified &gt; .active &gt; a:focus,
.nav-tabs.nav-justified &gt; .active &gt; a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified &gt; li &gt; a,
    .nav-tabs.nav-justified &gt; li &gt; a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified &gt; .active &gt; a,
    .nav-tabs-justified &gt; .active &gt; a:focus,
    .nav-tabs-justified &gt; .active &gt; a:hover,
    .nav-tabs.nav-justified &gt; .active &gt; a,
    .nav-tabs.nav-justified &gt; .active &gt; a:focus,
    .nav-tabs.nav-justified &gt; .active &gt; a:hover {
        border-bottom-color: #fff;
    }
}
.tab-content &gt; .tab-pane {
    display: none;
}
.tab-content &gt; .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 18px;
    border: 1px solid transparent;
}
.navbar:after,
.navbar:before {
    content: " ";
    display: table;
}
.navbar:after {
    clear: both;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
.navbar-header:after,
.navbar-header:before {
    content: " ";
    display: table;
}
.navbar-header:after {
    clear: both;
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse:after,
.navbar-collapse:before {
    content: " ";
    display: table;
}
.navbar-collapse:after {
    clear: both;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}
.container-fluid &gt; .navbar-collapse,
.container-fluid &gt; .navbar-header,
.container &gt; .navbar-collapse,
.container &gt; .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container-fluid &gt; .navbar-collapse,
    .container-fluid &gt; .navbar-header,
    .container &gt; .navbar-collapse,
    .container &gt; .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        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: 16px 15px;
    font-size: 17px;
    line-height: 18px;
    height: 50px;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-brand &gt; img {
    display: block;
}
@media (min-width: 768px) {
    .navbar &gt; .container .navbar-brand,
    .navbar &gt; .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 8px -15px;
}
.navbar-nav &gt; li &gt; a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu &gt; li &gt; a {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu &gt; li &gt; a {
        line-height: 18px;
    }
    .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus,
    .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav &gt; li {
        float: left;
    }
    .navbar-nav &gt; li &gt; a {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}
.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    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: 9px;
    margin-bottom: 9px;
}
@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 .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }
    .navbar-form .input-group &gt; .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0;
    }
    .navbar-form .checkbox input[type="checkbox"],
    .navbar-form .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.navbar-nav &gt; li &gt; .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav &gt; li &gt; .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 9px;
    margin-bottom: 9px;
}
.btn-group-sm &gt; .navbar-btn.btn,
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.btn-group-xs &gt; .navbar-btn.btn,
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 16px;
    margin-bottom: 16px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav &gt; li &gt; a {
    color: #777;
}
.navbar-default .navbar-nav &gt; li &gt; a:focus,
.navbar-default .navbar-nav &gt; li &gt; a:hover {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:focus,
.navbar-default .navbar-nav &gt; .active &gt; a:hover {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav &gt; .disabled &gt; a,
.navbar-default .navbar-nav &gt; .disabled &gt; a:focus,
.navbar-default .navbar-nav &gt; .disabled &gt; a:hover {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    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 &gt; .open &gt; a,
.navbar-default .navbar-nav &gt; .open &gt; a:focus,
.navbar-default .navbar-nav &gt; .open &gt; a:hover {
    background-color: #e7e7e7;
    color: #555;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover {
        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:focus,
.navbar-default .btn-link:hover {
    color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav &gt; li &gt; a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav &gt; li &gt; a:focus,
.navbar-inverse .navbar-nav &gt; li &gt; a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav &gt; .active &gt; a,
.navbar-inverse .navbar-nav &gt; .active &gt; a:focus,
.navbar-inverse .navbar-nav &gt; .active &gt; a:hover {
    color: #fff;
    background-color: #090909;
}
.navbar-inverse .navbar-nav &gt; .disabled &gt; a,
.navbar-inverse .navbar-nav &gt; .disabled &gt; a:focus,
.navbar-inverse .navbar-nav &gt; .disabled &gt; a:hover {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav &gt; .open &gt; a,
.navbar-inverse .navbar-nav &gt; .open &gt; a:focus,
.navbar-inverse .navbar-nav &gt; .open &gt; a:hover {
    background-color: #090909;
    color: #fff;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .dropdown-header {
        border-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover {
        color: #fff;
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 18px 0;
    border-radius: 4px;
}
.pagination &gt; li {
    display: inline;
}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #4571a2;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:focus,
.pagination &gt; li &gt; span:hover {
    z-index: 2;
    color: #4571a2;
    background-color: #eee;
    border-color: #ddd;
}
.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; span:focus,
.pagination &gt; .active &gt; span:hover {
    z-index: 3;
    color: #fff;
    background-color: #114278;
    border-color: #114278;
    cursor: default;
}
.pagination &gt; .disabled &gt; a,
.pagination &gt; .disabled &gt; a:focus,
.pagination &gt; .disabled &gt; a:hover,
.pagination &gt; .disabled &gt; span,
.pagination &gt; .disabled &gt; span:focus,
.pagination &gt; .disabled &gt; span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg &gt; li &gt; a,
.pagination-lg &gt; li &gt; span {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33333;
}
.pagination-lg &gt; li:first-child &gt; a,
.pagination-lg &gt; li:first-child &gt; span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg &gt; li:last-child &gt; a,
.pagination-lg &gt; li:last-child &gt; span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm &gt; li &gt; a,
.pagination-sm &gt; li &gt; span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm &gt; li:first-child &gt; a,
.pagination-sm &gt; li:first-child &gt; span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm &gt; li:last-child &gt; a,
.pagination-sm &gt; li:last-child &gt; span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.close {
    float: right;
    font-size: 19.5px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    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%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -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;
}
.modal-backdrop.in {
    opacity: 0.5;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header:after,
.modal-header:before {
    content: " ";
    display: table;
}
.modal-header:after {
    clear: both;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer:after,
.modal-footer:before {
    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;
    }
}
.clearfix:after,
.clearfix:before {
    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-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-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;
    }
    td.visible-xs,
    th.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;
    }
    td.visible-sm,
    th.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;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
@media (max-width: 768px) {
    body:before {
        background: rgba(0, 0, 0, 0.5);
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 0.2s ease-out;
        -o-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out;
        z-index: 10;
    }
}
body {
    font-size: 13px;
    font-size: 1.3rem;
}
main:after,
main:before {
    content: "";
    display: table;
}
main:after {
    clear: both;
}
button,
input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
}
select::-ms-expand {
    display: none;
}
a,
svg {
    -webkit-transition: color 0.1s linear, fill 0.1s linear, opacity 0.1s linear;
    -o-transition: color 0.1s linear, fill 0.1s linear, opacity 0.1s linear;
    transition: color 0.1s linear, fill 0.1s linear, opacity 0.1s linear;
}
a {
    outline: 0 !important;
}
svg,
svg:not(:root) {
    overflow: visible !important;
}
address {
    font-style: inherit;
}
small {
    font-size: 90%;
    color: #7a7a7a;
}
blockquote {
    font-style: italic;
}
::-moz-selection {
    background-color: #4571a2;
    color: #fff;
}
::selection {
    background-color: #4571a2;
    color: #fff;
}
.container,
.container-fluid {
    max-width: 1220px;
}
.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}
.gray-box {
    background: #f5f5f5;
    border-radius: 6px;
}
.gray-box:after,
.gray-box:before {
    content: "";
    display: table;
}
.gray-box:after {
    clear: both;
}
.gray-box:not(.home-flexslider) {
    padding: 15px;
}
.gray-box:not(.home-flexslider) .article-image {
    margin-right: auto;
    margin-left: 0;
    display: block;
    float: none;
}
.nav-open {
    overflow: hidden;
}
.nav-open:before {
    height: 120%;
    opacity: 1;
    pointer-events: auto;
}
.nav-open .site-nav {
    position: fixed;
}
@media print {
    .section-title:after,
    .sidebar-left,
    .sidebar-right,
    .site-footer,
    .site-header {
        display: none !important;
    }
    .print-visible {
        display: block !important;
    }
    .article-footer,
    .breadcrumbs,
    .btn-print,
    .print-hidden,
    .sidebar-mobile-nav-toggle {
        display: none !important;
    }
    .section-title span {
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        padding: 0 !important;
    }
    .article-image {
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
}
.article-image,
.bordered-image,
.gallery-carousel-image,
.gallery-image,
.home-bottom-col .article-image,
.listing-article-image,
.listing-person-image,
.slide-image {
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 0 1px #e2e2e2;
    box-shadow: 0 0 0 1px #e2e2e2;
    display: block;
    overflow: hidden;
}
.visible-text-version {
    display: none !important;
}
.banner {
    text-align: center;
}
.banner a {
    display: inline-block;
}
.banner img {
    max-width: 100%;
}
.btn {
    background: 0 0;
    border: none;
    border-radius: 0;
    display: block;
    position: relative;
    -webkit-transition: color 0.2s ease-out, opacity 0.2s ease-out;
    -o-transition: color 0.2s ease-out, opacity 0.2s ease-out;
    transition: color 0.2s ease-out, opacity 0.2s ease-out;
}
.btn:active,
.btn:focus,
.btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    cursor: pointer;
}
.btn .icon {
    position: absolute;
    -webkit-transition: fill 0.2s ease-out, opacity 0.2s ease-out;
    -o-transition: fill 0.2s ease-out, opacity 0.2s ease-out;
    transition: fill 0.2s ease-out, opacity 0.2s ease-out;
}
.btn-search-toggle {
    padding: 0;
    width: 50px;
    height: 50px;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.btn-search-toggle .icon {
    fill: #fff;
    width: 16px;
    height: 16px;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-search-toggle:not(.collapsed) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.btn-webmail {
    padding: 0;
    width: 50px;
    height: 50px;
}
.btn-webmail .icon {
    fill: #fff;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-webmail:active,
.btn-webmail:focus,
.btn-webmail:hover {
    opacity: 0.5;
}
.btn-kebab {
    padding: 0;
    width: 50px;
    height: 50px;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.btn-kebab .icon-dot {
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 7px 0 #fff, 0 -7px 0 #fff;
    box-shadow: 0 7px 0 #fff, 0 -7px 0 #fff;
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.btn-kebab:not(.collapsed) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.btn-flag {
    padding: 0;
    float: right;
    width: 50px;
    height: 50px;
}
.btn-flag .icon {
    width: 24px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-lang {
    padding: 16px 12px;
    color: #fff;
}
.btn-lang:active,
.btn-lang:focus,
.btn-lang:hover {
    color: rgba(255, 255, 255, 0.5);
}
.btn-search {
    padding: 0;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.btn-search .icon {
    fill: #b0c1d4;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-search:active .icon,
.btn-search:focus .icon,
.btn-search:hover .icon {
    fill: #114278;
}
@media (min-width: 992px) {
    
}
.btn-blue,
.btn-light-blue,
.gallery-carousel .flex-direction-nav a,
.gallery-slider .flex-direction-nav a,
.sidebar-gallery-tabs .flex-direction-nav a {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 8px #a7a7a7;
    box-shadow: 0 0 8px #a7a7a7;
    padding: 4px 8px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.7;
}
.btn-blue:active,
.btn-blue:focus,
.btn-blue:hover,
.btn-light-blue:active,
.btn-light-blue:focus,
.btn-light-blue:hover,
.gallery-carousel .flex-direction-nav a:active,
.gallery-carousel .flex-direction-nav a:focus,
.gallery-carousel .flex-direction-nav a:hover,
.gallery-slider .flex-direction-nav a:active,
.gallery-slider .flex-direction-nav a:focus,
.gallery-slider .flex-direction-nav a:hover,
.sidebar-gallery-tabs .flex-direction-nav a:active,
.sidebar-gallery-tabs .flex-direction-nav a:focus,
.sidebar-gallery-tabs .flex-direction-nav a:hover {
    opacity: 1;
}
.btn-blue,
.gallery-carousel .flex-direction-nav a,
.gallery-slider .flex-direction-nav a,
.sidebar-gallery-tabs .flex-direction-nav a {
    background: #114278;
    background: -webkit-gradient(linear, left top, left bottom, from(#92b7e1), color-stop(41%, #4d78a9), color-stop(42%, #0b3d74), color-stop(44%, #0b3d74), to(#6390c1));
    background: -webkit-linear-gradient(top, #92b7e1 0, #4d78a9 41%, #0b3d74 42%, #0b3d74 44%, #6390c1 100%);
    background: -o-linear-gradient(top, #92b7e1 0, #4d78a9 41%, #0b3d74 42%, #0b3d74 44%, #6390c1 100%);
    background: linear-gradient(to bottom, #92b7e1 0, #4d78a9 41%, #0b3d74 42%, #0b3d74 44%, #6390c1 100%);
    border: 1px solid #c1cedd;
}
.btn-blue:active,
.btn-blue:focus,
.btn-blue:hover,
.gallery-carousel .flex-direction-nav a:active,
.gallery-carousel .flex-direction-nav a:focus,
.gallery-carousel .flex-direction-nav a:hover,
.gallery-slider .flex-direction-nav a:active,
.gallery-slider .flex-direction-nav a:focus,
.gallery-slider .flex-direction-nav a:hover,
.sidebar-gallery-tabs .flex-direction-nav a:active,
.sidebar-gallery-tabs .flex-direction-nav a:focus,
.sidebar-gallery-tabs .flex-direction-nav a:hover {
    background: #114278;
    background: -webkit-gradient(linear, left top, left bottom, from(#92b7e1), color-stop(41%, #4d78a9), color-stop(42%, #0b3d74), color-stop(44%, #0b3d74), to(#6390c1));
    background: -webkit-linear-gradient(top, #92b7e1 0, #4d78a9 41%, #0b3d74 42%, #0b3d74 44%, #6390c1 100%);
    background: -o-linear-gradient(top, #92b7e1 0, #4d78a9 41%, #0b3d74 42%, #0b3d74 44%, #6390c1 100%);
    background: linear-gradient(to bottom, #92b7e1 0, #4d78a9 41%, #0b3d74 42%, #0b3d74 44%, #6390c1 100%);
    -webkit-box-shadow: 0 0 8px #a7a7a7;
    box-shadow: 0 0 8px #a7a7a7;
    color: #fff;
}
.btn-light-blue {
    background: #c1cedd;
    background: -webkit-gradient(linear, left top, left bottom, from(#b4cfed), color-stop(41%, #85b1e2), color-stop(42%, #5c97d8), color-stop(44%, #5c97d8), to(#93b7de));
    background: -webkit-linear-gradient(top, #b4cfed 0, #85b1e2 41%, #5c97d8 42%, #5c97d8 44%, #93b7de 100%);
    background: -o-linear-gradient(top, #b4cfed 0, #85b1e2 41%, #5c97d8 42%, #5c97d8 44%, #93b7de 100%);
    background: linear-gradient(to bottom, #b4cfed 0, #85b1e2 41%, #5c97d8 42%, #5c97d8 44%, #93b7de 100%);
    border: 1px solid #c1cedd;
}
.btn-light-blue:active,
.btn-light-blue:focus,
.btn-light-blue:hover {
    background: #c1cedd;
    background: -webkit-gradient(linear, left top, left bottom, from(#b4cfed), color-stop(41%, #85b1e2), color-stop(42%, #5c97d8), color-stop(44%, #5c97d8), to(#93b7de));
    background: -webkit-linear-gradient(top, #b4cfed 0, #85b1e2 41%, #5c97d8 42%, #5c97d8 44%, #93b7de 100%);
    background: -o-linear-gradient(top, #b4cfed 0, #85b1e2 41%, #5c97d8 42%, #5c97d8 44%, #93b7de 100%);
    background: linear-gradient(to bottom, #b4cfed 0, #85b1e2 41%, #5c97d8 42%, #5c97d8 44%, #93b7de 100%);
    -webkit-box-shadow: 0 0 8px #a7a7a7;
    box-shadow: 0 0 8px #a7a7a7;
    color: #fff;
}
.btn-print {
    padding: 10px 10px 11px 43px;
}
.btn-print:active .icon,
.btn-print:focus .icon,
.btn-print:hover .icon {
    fill: #114278;
}
.btn-print .icon {
    fill: #4571a2;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.link-orange {
    color: #ff7a29 !important;
}
.change-fontsize .aside-article-title {
    font-size: 105% !important;
}
.change-fontsize .aside-article-title time {
    font-size: 85%;
}
.change-fontsize.home-page .aside-article-title {
    font-size: 115% !important;
}
.change-fontsize .home-article-title {
    font-size: 108% !important;
}
.change-fontsize .home-article-title time {
    font-size: 85% !important;
}
.change-fontsize .listing-article-title {
    font-size: 131%;
}
.change-fontsize .gallery-image-caption {
    font-size: 96%;
}
.change-fontsize.item-article .section-title {
    font-size: 115%;
}
.change-fontsize .article-subtitle {
    font-size: 138%;
}
.input-select {
    display: inline-block;
    position: relative;
}
.input-select select {
    background: #f2f2f2;
    border: none;
    border-radius: 6px;
    padding: 9px 32px 9px 8px;
    display: block;
    width: 100%;
}
.input-select .icon {
    fill: #7a7a7a;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
}
.checkbox-group {
    float: left;
    clear: both;
    position: relative;
}
.checkbox-group input[type="checkbox"] {
    display: block;
    float: right;
    position: absolute;
    opacity: 0;
}
.checkbox-group input[type="checkbox"]:checked + label:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KPHBhdGggZD0iTTMxLjY0NiA3LjAwOWwtMi41NjgtMi41NjhjLTAuNDc2LTAuNDczLTEuMjQtMC40NzMtMS43MTQgMGwtMTUuNDAyIDE1LjQwMS03LjMyNi03LjM3OGMtMC40NzMtMC40NzMtMS4yMzktMC40NzMtMS43MTMgMGwtMi41NjggMi41NjljLTAuNDczIDAuNDc0LTAuNDczIDEuMjQgMCAxLjcxM2wxMC43NDIgMTAuODE0YzAuNDczIDAuNDczIDEuMjQgMC40NzMgMS43MTMgMGwxOC44MzYtMTguODM3YzAuNDcyLTAuNDczIDAuNDcyLTEuMjQxIDAtMS43MTR6Ij48L3BhdGg+Cjwvc3ZnPgo=);
    background-size: cover;
    position: absolute;
    top: 7px;
    right: 2px;
}
.checkbox-group label {
    padding-right: 20px;
    display: block;
    float: left;
    cursor: pointer;
}
.checkbox-group label:before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background: #f2f3f4;
    border: 1px solid #c0c0c1;
    position: absolute;
    top: 5px;
    right: 0;
}
.radio-group {
    margin-bottom: 5px;
    position: relative;
}
.radio-group label {
    margin-bottom: 0;
    padding-left: 20px;
    cursor: pointer;
}
.radio-group label:before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background: #f2f3f4;
    border: 1px solid #c0c0c1;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 0;
}
.radio-group input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.radio-group input[type="radio"]:checked + label:before {
    background: #444;
    -webkit-box-shadow: inset 0 0 0 3px #f2f3f4;
    box-shadow: inset 0 0 0 3px #f2f3f4;
}
@media (max-width: 991px) {
    .radio-group {
        margin-bottom: 15px;
    }
    .radio-group label {
        padding: 4px 0 2px 30px;
    }
    .radio-group label:before {
        width: 20px;
        height: 20px;
    }
    .radio-group input[type="radio"]:checked + label:before {
        -webkit-box-shadow: inset 0 0 0 5px #f2f3f4;
        box-shadow: inset 0 0 0 5px #f2f3f4;
    }
}
.textarea-group textarea {
    background: #f2f2f2;
    border-radius: 5px;
    padding: 11px;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
}
@media (min-width: 768px) {
    .textarea-group textarea {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
.radio-text-group:after,
.radio-text-group:before {
    content: "";
    display: table;
}
.radio-text-group:after {
    clear: both;
}
.radio-text-group label {
    float: left;
}
.radio-text-group input[type="text"] {
    background: #f2f2f2;
    border-radius: 5px;
    margin-top: 5px;
    margin-left: 20px;
    padding: 11px;
    float: left;
    clear: both;
    width: 100%;
    max-width: 240px;
}
@media (min-width: 568px) and (max-width: 991px) {
    .radio-text-group label:before {
        top: 10px !important;
    }
}
@media (min-width: 568px) {
    .radio-text-group label {
        float: none;
    }
    .radio-text-group label:before {
        top: 14px;
    }
    .radio-text-group input[type="text"] {
        margin-top: 0;
        margin-left: 10px;
        float: none;
        clear: none;
    }
}
table {
    border: 2px solid #369;
    margin-bottom: 20px;
}
table td,
table th {
    border-right: 2px solid #369;
    border-bottom: 2px solid #369;
    padding: 5px 8px;
}
table td p,
table th p {
    margin: 0 0 10px 0;
}
table td p:last-of-type,
table th p:last-of-type {
    margin-bottom: 0;
}
table th {
    background-color: #369;
    color: #fff;
    font-weight: 700;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
.section-title {
    margin: 0 0 23px 0;
    width: 100%;
    position: relative;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    font-style: italic;
    color: #575757;
    text-transform: uppercase;
}
.section-title span {
    background: #fff;
    -webkit-box-shadow: 5px 0 0 #fff;
    box-shadow: 5px 0 0 #fff;
    padding-right: 5px;
    max-width: 100%;
    position: relative;
    z-index: 2;
}
.section-title:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    border-top: 3px solid #ebebeb;
    position: absolute;
    bottom: 9px;
    left: 0;
    z-index: 1;
}
.slide-title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #4571a2;
    line-height: 1.28;
    -webkit-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.slide-title a {
    text-decoration: none;
}
.slide-title a:active,
.slide-title a:focus,
.slide-title a:hover {
    color: #114278;
}
.aside-article-title {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 600;
    color: #4571a2;
}
.aside-article-title a {
    text-decoration: none;
}
.aside-article-title a:active,
.aside-article-title a:focus,
.aside-article-title a:hover {
    color: #114278;
}
.aside-article-title span,
.aside-article-title time {
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    color: #575757;
}
.aside-article-title + .btn-read-more {
    margin-top: 25px;
}
.home-article-title {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #114278;
}
.home-article-title a {
    text-decoration: none;
}
.home-article-title a:active,
.home-article-title a:focus,
.home-article-title a:hover {
    color: #114278;
}
.home-article-title span,
.home-article-title time {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #797979;
}
.light-title {
    margin-bottom: 5px;
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 300;
    color: #3d3d3d;
}
.blue-box-title {
    margin-bottom: 5px;
    font-size: 17px;
    font-size: 1.7rem;
}
.article-title,
.listing-article-title {
    font-size: 17px;
    font-size: 1.7rem;
    color: #4571a2;
    line-height: 1.3;
}
.article-title a:active,
.article-title a:focus,
.article-title a:hover,
.listing-article-title a:active,
.listing-article-title a:focus,
.listing-article-title a:hover {
    text-decoration: none;
    color: #114278;
}
.article-title {
    margin-bottom: 20px;
}
.article-subtitle {
    margin: 10px 0;
    font-size: 18px;
    font-size: 1.8rem;
    color: #4571a2;
}
.navbar {
    border: none;
    margin-bottom: 0;
}
.navbar:after,
.navbar:before {
    content: "";
    display: table;
}
.navbar:after {
    clear: both;
}
.navbar-collapse {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header-mobile {
    background: #114278;
    position: relative;
    z-index: 15;
}
.header-mobile:after,
.header-mobile:before {
    content: "";
    display: table;
}
.header-mobile:after {
    clear: both;
}
.navbar-toggle {
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 10px;
    display: block;
    float: left;
}
.navbar-toggle .icon-bar {
    background: #fff;
    border-radius: 0;
    display: block;
    width: 16px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.navbar-toggle .icon-bar:after,
.navbar-toggle .icon-bar:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: inherit;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: width 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out, width 0.2s ease-out;
    transition: transform 0.2s ease-out, width 0.2s ease-out;
    transition: transform 0.2s ease-out, width 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.navbar-toggle .icon-bar:before {
    -webkit-transform: translateY(-300%);
    -ms-transform: translateY(-300%);
    transform: translateY(-300%);
}
.navbar-toggle .icon-bar:after {
    -webkit-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%);
}
.navbar-toggle:not(.collapsed) .icon-bar:after,
.navbar-toggle:not(.collapsed) .icon-bar:before {
    width: 70%;
}
.navbar-toggle:not(.collapsed) .icon-bar:before {
    -webkit-transform: rotate(-35deg) translateY(-160%) translateX(15%);
    -ms-transform: rotate(-35deg) translateY(-160%) translateX(15%);
    transform: rotate(-35deg) translateY(-160%) translateX(15%);
}
.navbar-toggle:not(.collapsed) .icon-bar:after {
    -webkit-transform: rotate(35deg) translateY(160%) translateX(15%);
    -ms-transform: rotate(35deg) translateY(160%) translateX(15%);
    transform: rotate(35deg) translateY(160%) translateX(15%);
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: block;
    }
}
@media (min-width: 992px) {
    .navbar-toggle {
        display: none;
    }
}
.logo-container {
    float: left;
    width: 100%;
}
@media (min-width: 768px) {
    .logo-container {
        width: auto;
    }
}
.site-logo {
    margin: 7.5px 0;
    display: block;
    font-size: 0;
    color: transparent;
}
.site-logo img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
@media (min-width: 768px) {
    .site-logo {
        margin: 27px 15px 0;
    }
}
.topbar {
    background: #114278;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
    padding: 0;
    position: absolute;
    top: 50px;
    /* right: 0; */
    width: 190px;
    z-index: 12;
}
.topbar ul:after,
.topbar ul:before {
    content: "";
    display: table;
}
.topbar ul:after {
    clear: both;
}
.topbar li {
    display: block;
    position: relative;
}
.topbar a {
    padding: 15px 20px;
    display: block;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    -webkit-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}
.topbar a:active,
.topbar a:focus,
.topbar a:hover {
    background: rgba(0, 0, 0, 0.1);
}
.topbar .icon {
    fill: #fff;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.topbar .site-lang {
    display: none;
}
@media (max-width: 991px) {
    .topbar li {
        float: left;
        clear: both;
        width: 100%;
    }
}
.topnav {
    border-bottom: 3px solid rgba(255, 255, 255, 0.1);
    margin: 0;
}
.topnav-icon {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    float: left;
}
.topnav-icon a {
    padding: 8px 20px;
    width: auto;
    height: 39px;
    position: relative;
    font-size: 0;
    color: transparent;
    text-indent: -9999px;
}
.topnav-icon .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
    .topnav-icon {
        width: 50% !important;
        clear: none !important;
    }
    .topnav-icon.full {
        width: 100% !important;
    }
}
.topnav-bottom {
    margin: 0;
}
.topnav-font-size {
    margin-bottom: 10px;
    position: relative;
}
.topnav-font-size:after,
.topnav-font-size:before {
    content: "";
    display: table;
}
.topnav-font-size:after {
    clear: both;
}
.topnav-font-size .btn,
.topnav-font-size span {
    display: block;
    float: left;
}
.topnav-font-size span {
    padding: 9px 14px 8px 20px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
}
.topnav-font-size .btn {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
    width: 39px;
    height: 39px;
    color: transparent;
    font-size: 0;
    -webkit-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}
.topnav-font-size .btn:active,
.topnav-font-size .btn:focus,
.topnav-font-size .btn:hover {
    background: rgba(0, 0, 0, 0.1);
}
.topnav-font-size .btn:first-of-type {
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
}
.topnav-font-size .btn:last-of-type {
    border-left: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.topnav-font-size .btn .icon {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.searchbar {
    background: #114278;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.11);
    float: right;
    clear: both;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 12;
}
.searchbar input[type="search"],
.searchbar input[type="text"] {
    background: #f2f2f2;
    border-radius: 5px;
    margin: 10px;
    padding: 11px 46px 8px 11px;
    display: block;
    min-width: 240px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
}
@media (min-width: 992px) {
  
}
@media (min-width: 992px) and (max-width: 1199px) {
    .topnav-bottom {
        margin: 12px 0 14px;
    }
    .topnav-font-size .btn {
        margin: 0 0 0 10px;
        width: 29px;
        height: 29px;
    }
}
@media (min-width: 992px) {
    /* .searchbar { */
        /* display: block; */
    /* } */
}
.site-nav {
    background: #fff;
    -webkit-box-shadow: 0 100px 0 #fff, 0 0 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 100px 0 #fff, 0 0 4px rgba(0, 0, 0, 0.25);
    padding: 50px 0;
    width: 100%;
    max-width: 240px;
    height: 100% !important;
    min-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    z-index: 11;
}
.site-nav.navbar-collapse {
    margin: 0;
}
.site-nav.in {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.site-nav &gt; ul {
    margin: 0;
    width: 100%;
}
.site-nav &gt; ul &gt; li {
    border-bottom: 1px solid #eee;
    position: relative;
}
.site-nav &gt; ul &gt; li:last-child {
    border-bottom: none;
}
.site-nav &gt; ul &gt; li &gt; a {
    padding: 14px 20px;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: color 0.2s ease-out, background 0.2s ease-out;
    -o-transition: color 0.2s ease-out, background 0.2s ease-out;
    transition: color 0.2s ease-out, background 0.2s ease-out;
}
.site-nav &gt; ul &gt; li &gt; a:active,
.site-nav &gt; ul &gt; li &gt; a:focus,
.site-nav &gt; ul &gt; li &gt; a:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #114278;
}
.site-nav a {
    text-decoration: none;
}
.site-nav .active a {
    font-weight: 700;
    color: #114278;
}
@media (min-width: 768px) {
    .site-nav {
        background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), color-stop(18%, #f3f3f3), color-stop(18%, #e8e8e8), to(#fefefe));
        background: -webkit-linear-gradient(top, #fefefe 0, #f3f3f3 18%, #e8e8e8 18%, #fefefe 100%);
        background: -o-linear-gradient(top, #fefefe 0, #f3f3f3 18%, #e8e8e8 18%, #fefefe 100%);
        background: linear-gradient(to bottom, #fefefe 0, #f3f3f3 18%, #e8e8e8 18%, #fefefe 100%);
        border: 1px solid #ededed;
        border-radius: 4px;
        -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.11);
        box-shadow: 0 0 9px rgba(0, 0, 0, 0.11);
        margin-top: 22px !important;
        padding-top: 0;
        width: 100%;
        max-width: none;
        height: auto !important;
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .site-nav &gt; ul {
        width: auto;
    }
    .site-nav &gt; ul &gt; li {
        border-bottom: none;
        float: left;
    }
    .site-nav &gt; ul &gt; li:last-child:before {
        display: none;
    }
    .site-nav &gt; ul &gt; li:before {
        background: #c9c9c9;
        -webkit-box-shadow: 1px 0 0 #fff;
        box-shadow: 1px 0 0 #fff;
        content: "";
        display: block;
        width: 1px;
        height: 40%;
        position: absolute;
        top: 55%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .site-nav &gt; ul &gt; li &gt; a {
        padding: 15px 20px 13px;
        font-size: 15px;
        font-size: 1.5rem;
    }
    .site-nav &gt; ul &gt; li &gt; a:active,
    .site-nav &gt; ul &gt; li &gt; a:focus,
    .site-nav &gt; ul &gt; li &gt; a:hover {
        background: 0 0;
    }
}
body.okayNav-loaded {
    overflow-x: hidden;
}
.okayNav ul {
    float: left;
}
.okayNav a {
    position: relative;
    z-index: 1;
}
.okayNav .okayNav__menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
}
.okayNav__nav--visible {
    overflow: hidden;
    white-space: nowrap;
}
.okayNav__nav--visible li {
    display: block;
}
.okayNav__nav--invisible {
    background: #f9f9f9;
    -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.11);
    padding: 0;
    max-height: 0;
    position: absolute;
    top: 85%;
    right: 0;
    -webkit-transition: max-height 0.5s ease-out;
    -o-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    list-style: none;
    overflow: hidden;
    z-index: 50;
}
.okayNav__nav--invisible.nav-open {
    max-height: 400px;
    overflow-y: auto;
}
.okayNav__nav--invisible.opening {
    overflow: hidden !important;
}
.okayNav__nav--invisible li {
    width: 100%;
    clear: both;
}
.okayNav__nav--invisible li:before {
    display: none !important;
}
.okayNav__menu-toggle {
    cursor: pointer;
    display: block;
    float: left;
    width: 53px;
    height: 53px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    z-index: 1;
}
.okayNav__menu-toggle.okay-invisible {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.okayNav__menu-toggle span {
    background: #114278;
    border-radius: 50%;
    -webkit-box-shadow: 7px 0 0 #114278, -7px 0 0 #114278;
    box-shadow: 7px 0 0 #114278, -7px 0 0 #114278;
    display: block;
    height: 4px;
    width: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.okayNav__menu-toggle.icon--active {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.okayNav__menu-toggle,
.okayNav__menu-toggle:active,
.okayNav__menu-toggle:focus,
.okayNav__menu-toggle:hover {
    outline: 0;
}
@media (min-width: 768px) {
    .okayNav:not(.loaded) {
        visibility: hidden;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .okayNav__menu-toggle.okay-invisible {
        opacity: 0;
    }
}
.site-content {
    margin-top: 42px;
}
.sidebar-left {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .site-content.page-inner &gt; .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .item-listing {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .sidebar-left {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .sidebar-right {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .sidebar-nav {
        display: none;
    }
}
.sidebar-nav {
    background: #f4f4f4;
    border-radius: 6px;
    margin-bottom: 14px;
    padding: 8px;
}
.sidebar-nav li {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d6d6d6;
    position: relative;
}
.sidebar-nav li:first-child {
    border-top: none;
}
.sidebar-nav li:last-child {
    border-bottom: none;
}
.sidebar-nav li.active:before,
.sidebar-nav li:hover:before {
    opacity: 1;
}
.sidebar-nav li.active &gt; a {
    padding-left: 12px;
    color: #fff;
    text-decoration: none;
	background: #000;
}
.sidebar-nav li.active &gt; a:before {
    -webkit-box-shadow: 0 0 0 2px #369, inset 0 0 0 2px #369;
    box-shadow: 0 0 0 2px #369, inset 0 0 0 2px #369;
}
.sidebar-nav li.active &gt; a:after,
.sidebar-nav li.active &gt; a:before {
    opacity: 1;
}
.sidebar-nav li.active &gt; .submenu {
    border-top: 1px solid #fff;
    -webkit-box-shadow: 0 -1px 0 0 #d6d6d6;
    box-shadow: 0 -1px 0 0 #d6d6d6;
    padding: 5px 5px 5px 10px;
    max-height: 1000px;
}
.sidebar-nav a {
    padding: 9px 0;
    display: block;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: font-size 0.2s ease-out, color 0.2s ease-out, padding 0.2s ease-out;
    -o-transition: font-size 0.2s ease-out, color 0.2s ease-out, padding 0.2s ease-out;
    transition: font-size 0.2s ease-out, color 0.2s ease-out, padding 0.2s ease-out;
    z-index: 3;
}
.sidebar-nav a:active,
.sidebar-nav a:focus,
.sidebar-nav a:hover {
    color: #fff;
    text-decoration: none;
}
.sidebar-nav a:active:before,
.sidebar-nav a:focus:before,
.sidebar-nav a:hover:before {
    -webkit-box-shadow: 0 0 0 2px #369, inset 0 0 0 2px #369;
    box-shadow: 0 0 0 2px #369, inset 0 0 0 2px #369;
}
.sidebar-nav a:active:before,
.sidebar-nav a:focus:before,
.sidebar-nav a:hover:before {
    opacity: 1;
}
.sidebar-nav a:before {
    content: "";
    display: block;
    width: 105%;
    height: 100%;
    background: #369;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0 0 #587da9;
    box-shadow: 0 0 0 0 #587da9;
    position: absolute;
    top: 0;
    opacity: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.2s ease-out, -webkit-box-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, -webkit-box-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -o-transition: box-shadow 0.2s ease-out, opacity 0.2s ease-out, transform 0.2s ease-out;
    transition: box-shadow 0.2s ease-out, opacity 0.2s ease-out, transform 0.2s ease-out;
    transition: box-shadow 0.2s ease-out, opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out;
    z-index: -1;
}
.sidebar-nav a:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEyLjAzOSAwLjg3M2MxLjE1MyAxLjEyNSAxMi40MTggMTIuOTU1IDEyLjQxOCAxMi45NTUgMC42MTYgMC42MDEgMC45MjMgMS4zODcgMC45MjMgMi4xNzMgMCAwLjc4Ny0wLjMwNyAxLjU3My0wLjkyMyAyLjE3NCAwIDAtMTEuMjY1IDExLjgyOS0xMi40MTggMTIuOTUtMS4xNTMgMS4xMjctMy4yMjQgMS4yMDYtNC40NTkgMC0xLjIzLTEuMTk4LTEuMzI3LTIuODcyIDAtNC4zNDRsMTAuMzM4LTEwLjc4MS0xMC4zMzQtMTAuNzc5Yy0xLjMyOC0xLjQ3My0xLjIzMi0zLjE0OCAwLTQuMzQ4IDEuMjMtMS4yMDEgMy4zMDUtMS4xMjYgNC40NTUgMHYweiI+PC9wYXRoPgo8L3N2Zz4K)
        no-repeat 50% 50%;
    background-size: cover;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    top: 14px;
    left: 0;
    opacity: 0;
    z-index: 6;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.sidebar-nav .submenu-container:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid #ccc;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    top: 16px;
    right: 4px;
    pointer-events: none;
    -webkit-transition: border-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: border-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -o-transition: border-color 0.2s ease-out, transform 0.2s ease-out;
    transition: border-color 0.2s ease-out, transform 0.2s ease-out;
    transition: border-color 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    z-index: 7;
}
.sidebar-nav .submenu-container.active:before,
.sidebar-nav .submenu-container:active:before,
.sidebar-nav .submenu-container:focus:before,
.sidebar-nav .submenu-container:hover:before {
    border-top-color: #fff !important;
}
.sidebar-nav .submenu-container.active:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sidebar-nav .submenu-container &gt; a {
    padding-right: 15px;
}
.sidebar-nav .submenu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: border 0.2s ease-out, padding 0.2s ease-out, max-height 0.5s ease-out, -webkit-box-shadow 0.2s ease-out;
    transition: border 0.2s ease-out, padding 0.2s ease-out, max-height 0.5s ease-out, -webkit-box-shadow 0.2s ease-out;
    -o-transition: border 0.2s ease-out, box-shadow 0.2s ease-out, padding 0.2s ease-out, max-height 0.5s ease-out;
    transition: border 0.2s ease-out, box-shadow 0.2s ease-out, padding 0.2s ease-out, max-height 0.5s ease-out;
    transition: border 0.2s ease-out, box-shadow 0.2s ease-out, padding 0.2s ease-out, max-height 0.5s ease-out, -webkit-box-shadow 0.2s ease-out;
}
@media (min-width: 768px) and (max-width: 991px) {
    .sidebar-nav a {
        font-size: 12px;
        font-size: 1.2rem;
    }
    .sidebar-nav li.active &gt; a:after {
        top: 13px;
    }
}
@media (min-width: 992px) {
    .sidebar-nav {
        padding: 16px;
    }
    .sidebar-nav li.active &gt; .submenu {
        padding: 5px 5px 5px 20px;
    }
    .sidebar-nav a {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .sidebar-nav .submenu-container:before {
        right: 10px;
    }
}
.sidebar-mobile-nav-toggle {
    background: #f4f4f4;
    border-radius: 6px;
    padding: 12px;
    width: 100%;
    font-weight: 700;
    color: #4571a2;
    text-align: left;
    -webkit-transition: border-radius 0.5s ease-out, color 0.2s ease-out;
    -o-transition: border-radius 0.5s ease-out, color 0.2s ease-out;
    transition: border-radius 0.5s ease-out, color 0.2s ease-out;
}
.sidebar-mobile-nav-toggle:active,
.sidebar-mobile-nav-toggle:focus,
.sidebar-mobile-nav-toggle:hover {
    color: #114278;
}
.sidebar-mobile-nav-toggle:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid #4571a2;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    right: 16px;
}
.sidebar-mobile-nav {
    margin-bottom: 20px;
}
.sidebar-mobile-nav:after,
.sidebar-mobile-nav:before {
    content: "";
    display: table;
}
.sidebar-mobile-nav:after {
    clear: both;
}
.sidebar-mobile-nav.active .sidebar-mobile-nav-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.sidebar-mobile-nav.active .sidebar-mobile-nav-toggle:after {
    -webkit-transform: rotate(180deg) translateY(-50%);
    -ms-transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translateY(-50%);
}
.sidebar-mobile-nav.active .sidebar-nav-container {
    max-height: 800px;
}
.sidebar-mobile-nav .sidebar-nav-container {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.5s ease-out;
    -o-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
}
.sidebar-mobile-nav .sidebar-nav {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    display: block;
}
.sidebar-mobile-nav .sidebar-nav a:before {
    width: 102%;
}
.pagination-container {
    margin: 0 0 40px;
    text-align: center;
}
.pagination {
    margin: 0;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.pagination &gt; li {
    margin: 0 5px;
    display: inline-block;
    overflow: hidden;
}
.pagination &gt; li &gt; a {
    border: none;
    border-radius: 10px;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 700;
    color: #4571a2;
    -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
    -o-transition: background 0.2s ease-out, color 0.2s ease-out;
    transition: background 0.2s ease-out, color 0.2s ease-out;
}
.pagination &gt; li &gt; a:first-child,
.pagination &gt; li &gt; a:last-child {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.pagination &gt; li.active &gt; a {
    background: #e9e9e9;
    color: #4A4A4A;
}
.pagination &gt; li.active &gt; a:active,
.pagination &gt; li.active &gt; a:focus,
.pagination &gt; li.active &gt; a:hover {
    background: #e9e9e9;
    color: #4A4A4A;
}
.pagination .next,
.pagination .prev {
    margin: 5px 0;
}
.pagination .next,
.pagination .next a,
.pagination .prev,
.pagination .prev a {
    width: 100%;
}
@media (min-width: 480px) {
    .pagination {
        width: auto;
    }
    .pagination .next,
    .pagination .prev {
        margin: 0;
        width: auto;
    }
    .pagination &gt; li {
        float: left;
    }
}
@media (min-width: 568px) and (max-width: 991px) {
    .sidebar-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.breadcrumbs {
    margin-top: 5px;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
}
.breadcrumbs ul {
    overflow-x: auto;
}
.breadcrumbs li {
    margin-right: 3px;
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #575757;
}
.breadcrumbs a {
    padding: 5px 12px 5px 0;
    display: block;
    color: #4571a2;
}
.breadcrumbs + .site-content {
    margin-top: 20px;
}
.breadcrumbs .icon {
    fill: #939393;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    pointer-events: none;
}
@media (min-width: 768px) {
    .breadcrumbs {
        padding: 0 30px;
    }
}
.home-slider {
    font-size: 15px;
    font-size: 1.5rem;
}
.home-slider .home-flexslider {
    margin-bottom: 42px;
    width: 100%;
    position: relative;
}
.home-slider li {
    list-style: none;
}
.home-slider .btn-read-more {
    margin-bottom: 20px;
}
.home-slider .slides {
    width: 100%;
}
.home-slider .slides li {
    display: none;
    width: 100%;
}
.home-slider .slides li:first-child {
    display: block;
}
.home-slider .slides li div {
    padding: 15px;
}
.home-slider .flex-control-nav {
    margin: 0;
    padding: 0 16px;
    position: absolute;
    bottom: -10px;
    left: 0;
    list-style: none;
}
.home-slider .flex-control-nav li {
    margin: 3px;
    display: block;
    float: left;
}
.home-slider .flex-control-nav li a {
    background: silver;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff;
    display: block;
    width: 13px;
    height: 13px;
    font-size: 0;
    color: transparent;
}
.home-slider .flex-control-nav li a.flex-active {
    background: #4571a2;
}
@media (min-width: 768px) {
    .home-slider .home-flexslider {
        /* margin-bottom: 0;*/
    }
}
.slide-image {
    margin-bottom: 10px;
    width: 100%;
    position: relative;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
	border:0 !important;
	box-shadow:none;
}
.slide-image:before {
    content: "";
    padding-top: 75.42373%;
    display: block;
    width: 100%;
}
.slide-image:before {
    z-index: 2;
}
.slide-image img {
    display: block;
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    z-index: 0;
}
@media (min-width: 480px) {
    .slide-image {
        margin-bottom: 0;
        margin-left: 20px;
        max-width: 200px;
    }
}
@media (min-width: 992px) {
    .slide-image {
        max-width: 420px;
    }
}
@media (min-width: 568px) and (max-width: 767px) {
    .aside-link-section {
        width: 50%;
    }
}
.home-top-row {
    margin-bottom: 38px;
}
.home-bottom-col {
    margin-bottom: 40px;
}
.home-bottom-col:nth-child(odd) {
    clear: left;
}
.home-bottom-col .gray-box {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.home-bottom-col .article-image {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}
@media (min-width: 568px) {
    .home-bottom-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .home-bottom-col {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }
}
@media (min-width: 568px) and (max-width: 767px) {
    .home-bottom-col {
        width: 50% !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .home-bottom-col {
        float: left;
        width: 49.935%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home-bottom-col {
        width: 24.95%;
    }
    .home-bottom-col.home-contacts-col {
        width: 33.3333%;
    }
}
@media (min-width: 992px) {
    .home-bottom-col:nth-child(odd) {
        clear: none;
    }
}
.home-aside-links &gt; ul {
    border-bottom: 3px solid #ebebeb;
    padding-bottom: 10px;
    width: 100%;
}
.home-aside-links li {
    border-bottom: 1px solid #ebebeb;
    padding: 9px;
}
.home-aside-links li:after,
.home-aside-links li:before {
    content: "";
    display: table;
}
.home-aside-links li:after {
    clear: both;
}
.home-aside-links li:last-child {
    border-bottom: none;
}
.home-aside-links a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    color: #4571a2;
    text-decoration: none;
}
.home-aside-links a:active,
.home-aside-links a:focus,
.home-aside-links a:hover {
    color: #114278;
}
.home-aside-links a:active .icon,
.home-aside-links a:focus .icon,
.home-aside-links a:hover .icon {
    fill: #114278;
}
.home-aside-links a span {
    float: left;
}
.home-aside-links .icon {
    margin-right: 10px;
    fill: #4571a2;
    float: left;
    min-width: 48px;
    width: 48px;
    height: 48px;
}
@media (min-width: 768px) {
    .home-aside-links a span {
        max-width: 375px;
    }
}
@media (min-width: 992px) {
    .home-aside-links a span {
        max-width: 175px;
    }
}
@media (min-width: 1200px) {
    .home-aside-links a {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .home-aside-links .icon {
        min-width: 64px;
        width: 64px;
        height: 64px;
    }
}
.renewable-energy {
    margin-top: 20px;
    display: block;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.renewable-energy:active,
.renewable-energy:focus,
.renewable-energy:hover {
    opacity: 0.8;
}
.renewable-energy img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.home-contacts-col {
    border-right: 2px solid #ebebeb;
    display: block;
}
.home-contacts-col:last-child {
    border-right: none;
}
.home-contacts-col:first-of-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.home-contacts-col .light-title,
.home-contacts-col &gt; a,
.home-contacts-col &gt; div {
    padding: 0 10px;
}
.home-contacts-col .icon {
    margin-right: 15px;
    width: 64px;
    min-width: 64px;
    height: 64px;
}
.home-contacts-col .light-title {
    white-space: nowrap;
}
.fund-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    font-style: italic;
    color: #915952;
    text-transform: uppercase;
    word-break: break-word;
}
.fund-link:active,
.fund-link:focus,
.fund-link:hover {
    color: #915952;
    text-decoration: none;
}
.fund-link .icon {
    fill: #915952;
}
.anticorruption-links,
.contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.anticorruption-links .icon,
.contact-info .icon {
    fill: #bababa;
}
.anticorruption-links ul {
    padding-left: 15px;
    list-style-position: outside;
}
.anticorruption-links li {
    margin-bottom: 10px;
    color: #4571a2;
}
.anticorruption-links li:last-child {
    margin-bottom: 0;
}
.anticorruption-links a {
    text-decoration: underline;
}
.anticorruption-links a:active,
.anticorruption-links a:focus,
.anticorruption-links a:hover {
    text-decoration: none;
}
@media (min-width: 1200px) {
    .anticorruption-links li {
        max-width: 150px;
    }
}
.contact-info {
    float: left;
    clear: both;
}
.contact-info p {
    margin: 0 0 5px 0;
}
.contact-info p:last-child {
    margin-bottom: 0;
}
.contact-info p strong {
    font-weight: 600;
}
.contact-info p a {
    color: inherit;
    text-decoration: none;
}
.contact-info p a[href*="mailto"] {
    display: inline-block;
}
.banner-flexslider {
    margin-top: 10px;
}
.banner-flexslider .slides:after,
.banner-flexslider .slides:before {
    content: "";
    display: table;
}
.banner-flexslider .slides:after {
    clear: both;
}
.banner-flexslider li {
    padding: 0;
    border: none;
}
.banner-flexslider img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.item-listing {
    margin-bottom: 20px;
}
.listing-article {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.listing-article:after,
.listing-article:before {
    content: "";
    display: table;
}
.listing-article:after {
    clear: both;
}
.listing-article p:last-of-type {
    margin-bottom: 0;
}
.listing-article .btn-read-more {
    margin-top: 10px;
}
.article-image,
.listing-article-image,
.listing-person-image {
    margin-right: 20px;
    float: left;
    max-width: 220px;
}
.article-image:before,
.listing-article-image:before,
.listing-person-image:before {
    z-index: 2;
}
.listing-article-image {
    position: relative;
    margin-bottom: 10px;
    width: 40%;
}
.listing-article-image:before {
    content: "";
    padding-top: 75%;
    display: block;
    width: 100%;
}
.listing-article-image img {
    display: block;
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}
.listing-person-image {
    position: relative;
    width: 30%;
    max-width: 130px;
}
.listing-person-image:before {
    content: "";
    padding-top: 125.56391%;
    display: block;
    width: 100%;
}
.listing-person-image img {
    display: block;
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}
.article-image {
    display: block;
    overflow: hidden;
}
.article-image img {
    width: 100%;
    position: relative;
}
@media (min-width: 480px) {
    .listing-article-image {
        width: 30%;
        max-width: 150px;
    }
    .listing-person-image {
        width: 20%;
    }
}
.aside-link-section {
    border-top: 3px solid #ebebeb;
    margin-top: 20px;
    padding-top: 20px;
}
.aside-link-section:after,
.aside-link-section:before {
    content: "";
    display: table;
}
.aside-link-section:after {
    clear: both;
}
.aside-link-section:first-of-type {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.aside-link-section:last-of-type {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.aside-link-section .aside-article-title {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
}
.aside-link-section .aside-article-title span,
.aside-link-section .aside-article-title time {
    display: inline;
}
.aside-link-section li {
    border-bottom: 1px solid #ebebeb;
}
.aside-link-section li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.aside-link-section.home-page {
    border-bottom: none !important;
}
.aside-link-section.home-page:last-child {
    margin-bottom: 0;
}
.aside-link-section.home-page .aside-article-title {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 600;
}
.aside-link-section .btn {
    margin-top: 20px;
}
@media (min-width: 568px) and (max-width: 991px) {
    .aside-link-section {
        margin: 0 1% 20px;
        width: 48%;
    }
    .aside-link-section.home-page {
        margin: 20px 0 0 0 !important;
        width: 100%;
    }
    .aside-link-section:first-child,
    .aside-link-section:nth-child(2) {
        margin-top: 0;
        padding-top: 0;
    }
    .aside-blue-box,
    .aside-fund-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .aside-fund-link {
        border-top: none;
    }
    .sidebar-left .aside-link-section {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
}
.aside-article-list {
    border-top: none;
    margin-top: 20px;
    padding-bottom: 0;
}
.aside-article-list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.aside-article-list li:first-child {
    margin-top: 0;
}
.aside-article-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.aside-article-list a:not(.btn):active,
.aside-article-list a:not(.btn):focus,
.aside-article-list a:not(.btn):hover {
    color: #114278;
    text-decoration: none;
}
.aside-article-list.aside-article-list-alt:last-of-type {
    border-bottom: 3px solid #ebebeb;
}
.aside-article-list.aside-article-list-alt li {
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.aside-article-list.aside-article-list-alt li:last-child {
    border-bottom: 1px solid #ebebeb;
}
.aside-article-list.aside-article-list-alt time {
    display: block;
}
.aside-article-list.aside-article-list-alt a:not(.btn) {
    color: #114278;
}
.aside-article-list.aside-article-list-alt a:not(.btn):active,
.aside-article-list.aside-article-list-alt a:not(.btn):focus,
.aside-article-list.aside-article-list-alt a:not(.btn):hover {
    color: #587da9;
}
.aside-article-list.aside-article-list-alt .btn {
    margin-top: 0;
}
.aside-fund-link {
    padding-right: 0;
    padding-left: 0;
}
.aside-fund-link:after,
.aside-fund-link:before {
    content: "";
    display: table;
}
.aside-fund-link:after {
    clear: both;
}
.aside-fund-link:first-of-type,
.aside-fund-link:last-of-type {
    border-bottom: none;
}
.aside-fund-link h3 {
    font-size: inherit;
}
.aside-fund-link .icon {
    margin-right: 10px;
    width: 20%;
    height: 50px;
}
.blue-box {
    background: #369;
    border-radius: 6px;
    padding: 16px 20px 20px;
    width: 100%;
    color: #fff;
}
.blue-box a {
    display: inline-block;
    color: inherit;
    word-break: break-all;
}
.blue-box a:last-child {
    text-decoration: none;
}
.aside-contacts:after,
.aside-contacts:before {
    content: "";
    display: table;
}
.aside-contacts:after {
    clear: both;
}
.aside-contacts .icon {
    margin-right: 10px;
    width: 20%;
    height: 40px;
}
.aside-contacts .contact-info {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.sidebar-gallery-tabs .nav {
    border-bottom: none;
    margin-top: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.sidebar-gallery-tabs .nav &gt; li {
    display: inline-block;
    float: none;
}
.sidebar-gallery-tabs .nav &gt; li &gt; a {
    border: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 5px;
    font-size: 13px;
    font-size: 1.3rem;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.sidebar-gallery-tabs .nav &gt; li &gt; a:active,
.sidebar-gallery-tabs .nav &gt; li &gt; a:focus,
.sidebar-gallery-tabs .nav &gt; li &gt; a:hover {
    background: 0 0;
    border: none;
    color: #7a7a7a;
}
.sidebar-gallery-tabs .nav &gt; li.active &gt; a {
    background: #ebebeb;
    color: #404040;
}
.sidebar-gallery-tabs .tab-pane:after,
.sidebar-gallery-tabs .tab-pane:before {
    content: "";
    display: table;
}
.sidebar-gallery-tabs .tab-pane:after {
    clear: both;
}
.sidebar-gallery-tabs .tab-content {
    background: #ebebeb;
    border-radius: 5px;
    border-top-left-radius: 0;
    position: relative;
}
.sidebar-gallery-tabs .slides li {
    display: none;
}
.sidebar-gallery-tabs .btn-bar {
    margin: 0 20px 20px;
    text-align: center;
}
.sidebar-gallery-tabs .btn-bar:after,
.sidebar-gallery-tabs .btn-bar:before {
    content: "";
    display: table;
}
.sidebar-gallery-tabs .btn-bar:after {
    clear: both;
}
.sidebar-gallery-tabs .btn-read-more {
    display: inline-block;
    float: none;
    max-width: 100%;
    white-space: normal;
}
.sidebar-gallery-tabs .flex-direction-nav {
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 90px;
    left: 0;
    list-style: none;
    pointer-events: none;
}
.sidebar-gallery-tabs .flex-direction-nav a {
    display: block;
    width: 46px;
    height: 54px;
    position: relative;
    font-size: 0;
    color: transparent;
    pointer-events: all;
}
.sidebar-gallery-tabs .flex-direction-nav .flex-prev {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.sidebar-gallery-tabs .flex-direction-nav .flex-prev:before {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEyLjAzOSAwLjg3M2MxLjE1MyAxLjEyNSAxMi40MTggMTIuOTU1IDEyLjQxOCAxMi45NTUgMC42MTYgMC42MDEgMC45MjMgMS4zODcgMC45MjMgMi4xNzMgMCAwLjc4Ny0wLjMwNyAxLjU3My0wLjkyMyAyLjE3NCAwIDAtMTEuMjY1IDExLjgyOS0xMi40MTggMTIuOTUtMS4xNTMgMS4xMjctMy4yMjQgMS4yMDYtNC40NTkgMC0xLjIzLTEuMTk4LTEuMzI3LTIuODcyIDAtNC4zNDRsMTAuMzM4LTEwLjc4MS0xMC4zMzQtMTAuNzc5Yy0xLjMyOC0xLjQ3My0xLjIzMi0zLjE0OCAwLTQuMzQ4IDEuMjMtMS4yMDEgMy4zMDUtMS4xMjYgNC40NTUgMHYweiI+PC9wYXRoPgo8L3N2Zz4K)
        no-repeat 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(180deg) translateX(-50%) translateY(-50%);
    -ms-transform: rotate(180deg) translateX(-50%) translateY(-50%);
    transform: rotate(180deg) translateX(-50%) translateY(-50%);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.sidebar-gallery-tabs .flex-direction-nav .flex-next {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.sidebar-gallery-tabs .flex-direction-nav .flex-next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEyLjAzOSAwLjg3M2MxLjE1MyAxLjEyNSAxMi40MTggMTIuOTU1IDEyLjQxOCAxMi45NTUgMC42MTYgMC42MDEgMC45MjMgMS4zODcgMC45MjMgMi4xNzMgMCAwLjc4Ny0wLjMwNyAxLjU3My0wLjkyMyAyLjE3NCAwIDAtMTEuMjY1IDExLjgyOS0xMi40MTggMTIuOTUtMS4xNTMgMS4xMjctMy4yMjQgMS4yMDYtNC40NTkgMC0xLjIzLTEuMTk4LTEuMzI3LTIuODcyIDAtNC4zNDRsMTAuMzM4LTEwLjc4MS0xMC4zMzQtMTAuNzc5Yy0xLjMyOC0xLjQ3My0xLjIzMi0zLjE0OCAwLTQuMzQ4IDEuMjMtMS4yMDEgMy4zMDUtMS4xMjYgNC40NTUgMHYweiI+PC9wYXRoPgo8L3N2Zz4K)
        no-repeat 50% 50%;
}
.sidebar-gallery-tabs .flex-direction-nav .flex-next:before,
.sidebar-gallery-tabs .flex-direction-nav .flex-prev:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-size: cover;
}
.sidebar-gallery-tabs .flex-nav-next,
.sidebar-gallery-tabs .flex-nav-prev {
    position: absolute;
    top: 0;
}
.sidebar-gallery-tabs .flex-nav-prev {
    left: 0;
}
.sidebar-gallery-tabs .flex-nav-next {
    right: 0;
}
@media (min-width: 768px) {
    .sidebar-gallery-tabs .flex-direction-nav a {
        width: 26px;
        height: 34px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .sidebar-gallery-tabs .nav &gt; li &gt; a {
        padding: 10px 5px;
    }
    .sidebar-gallery-tabs .btn-read-more {
        padding: 8px 5px;
    }
}
.sidebar-gallery-slide-image {
    border: 5px solid transparent;
    display: block;
    width: 100%;
    text-align: center;
}
.sidebar-gallery-slide-image img {
    border: 5px solid #ebebeb;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
@media (max-width: 767px) {
    .sidebar-gallery-slide-image img {
        max-width: 400px;
    }
}
.sidebar-gallery-slide-description {
    padding: 10px 10px 20px;
    text-align: center;
}
.sidebar-gallery-slide-description a,
.sidebar-gallery-slide-description p {
    margin: 0;
    font-weight: 600;
    color: #404040;
}
.answer-content {
    display: none;
}
.listing-question {
    border-bottom: 1px dotted #ebebeb;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.listing-filters {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
}
.listing-filters form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.listing-filters [class*="col"] {
    padding: 0;
}
.listing-filters .form-group:after,
.listing-filters .form-group:before,
.listing-filters:after,
.listing-filters:before {
    content: "";
    display: table;
}
.listing-filters .form-group:after,
.listing-filters:after {
    clear: both;
}
.listing-filters .form-group {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.listing-filters label {
    margin: 0;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    color: #404040;
}
.listing-filters input,
.listing-filters select {
    font-size: 15px;
    font-size: 1.5rem;
    color: #4D4D4D;
    -webkit-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.listing-filters input:hover,
.listing-filters select:hover {
    color: #999;
}
.filters-section {
    width: 100%;
}
.filters-title {
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
}
.filter-input,
.filter-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.filter-input .input-select,
.filter-input input,
.filter-select .input-select,
.filter-select input {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.filter-select label {
    margin-right: 20px;
}
.filter-select + .filter-select {
    padding-left: 5px;
}
.filter-input {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.filter-input button,
.filter-input input {
    float: left;
}
.filter-input input {
    background: #f2f2f2;
    border-radius: 6px;
    padding: 9px;
    min-width: 0;
}
.filter-input .btn {
    margin-left: 5px;
}
@media (min-width: 568px) {
    .listing-filters [class*="col"] {
        padding: 0 0 0 5px;
    }
    .listing-filters [class*="col"]:first-of-type {
        padding-left: 0;
    }
    .col-s-3 {
        padding-right: 5px;
        width: 25%;
    }
    .col-s-4 {
        padding-right: 5px;
        width: 33.3333%;
    }
    .col-s-6 {
        width: 50%;
        padding-left: 0;
    }
    .col-s-8 {
        padding-left: 0;
        width: 66.6667%;
    }
    .filter-input input {
        width: auto;
    }
    .filter-input .btn {
        margin-top: 0;
    }
}
.archive-group &gt; ul &gt; li {
    margin-left: 10px;
    float: left;
}
.archive-dropdown {
    position: relative;
}
.archive-dropdown a {
    padding: 3px 6px;
    display: block;
}
.archive-submenu {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    max-height: 0;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transition: max-height 0.5s ease-out;
    -o-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
    overflow: hidden;
}
.archive-submenu ul {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 10px;
}
.archive-submenu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 6px solid #ebebeb;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    bottom: 100%;
    right: 8px;
}
.archive-submenu a {
    padding: 5px;
    display: block;
}
.archive-submenu a:active,
.archive-submenu a:focus,
.archive-submenu a:hover {
    text-decoration: underline;
}
.archive-submenu.open {
    max-height: 360px;
}
@media (min-width: 992px) {
    .archive-dropdown a {
        display: inline;
        padding: 0;
    }
    .archive-dropdown:hover .archive-submenu {
        max-height: 360px;
    }
}
.article-footer:after,
.article-footer:before,
.article-header:after,
.article-header:before {
    content: "";
    display: table;
}
.article-footer:after,
.article-header:after {
    clear: both;
}
.item-article {
    margin-bottom: 40px;
}
.item-article .section-title {
    margin-bottom: 10px;
}
.item-article .section-title span {
    white-space: normal;
}
.item-article .article-header {
    margin-bottom: 20px;
}
.item-article .article-image {
    margin-bottom: 10px;
}
.article-image-container {
    float: left;
}
.download-image {
    padding-left: 20px;
    float: left;
    clear: both;
    position: relative;
}
.download-image .icon {
    fill: #4571a2;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.article-footer {
    border-top: 1px solid #ebebeb;
    margin-bottom: 60px;
    padding-top: 20px;
}
@media (max-width: 568px) {
    .article-footer .pull-right {
        margin-top: 20px;
        float: left !important;
        clear: both;
    }
}
.print-article {
    margin-bottom: 15px;
}
.print-article:after,
.print-article:before {
    content: "";
    display: table;
}
.print-article:after {
    clear: both;
}
.article-comments {
    margin: 0 auto;
    display: none;
    width: 100%;
    max-width: 560px;
}
.comments-list {
    border-bottom: 1px dotted #ebebeb;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.article-comment {
    background: #e1ebf4;
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 15px;
}
.article-comment:last-child {
    margin-bottom: 0;
}
.comment-header {
    margin-bottom: 20px;
}
.comment-content p {
    margin: 0 0 10px 0;
}
.comment-content p:last-child {
    margin-bottom: 0;
}
.commenter-name {
    font-size: 14px;
    font-size: 1.4rem;
}
.comment-time {
    color: #999;
}
.publish-comment {
    background: #f4f4f4;
}
.publish-comment:after,
.publish-comment:before {
    content: "";
    display: table;
}
.publish-comment:after {
    clear: both;
}
.publish-form-heading {
    background: #114278;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    margin: -15px -15px 15px -15px;
    padding: 6px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
}
.item-gallery {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.item-gallery .gallery-slider .slides:after,
.item-gallery .gallery-slider .slides:before {
    content: "";
    display: table;
}
.item-gallery .gallery-slider .slides:after {
    clear: both;
}
.item-gallery .gallery-slider .slides li {
    margin-bottom: 30px;
    display: none;
    position: relative;
}
.flex-disabled {
    display: none !important;
}
.gallery-carousel,
.gallery-slider {
    position: relative;
}
.gallery-carousel:after,
.gallery-carousel:before,
.gallery-slider:after,
.gallery-slider:before {
    content: "";
    display: table;
}
.gallery-carousel:after,
.gallery-slider:after {
    clear: both;
}
.gallery-carousel .flex-direction-nav,
.gallery-slider .flex-direction-nav {
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    left: 0;
    list-style: none;
    pointer-events: none;
}
.gallery-carousel .flex-direction-nav a,
.gallery-slider .flex-direction-nav a {
    display: block;
    position: relative;
    font-size: 0;
    color: transparent;
    pointer-events: all;
}
.gallery-carousel .flex-nav-next,
.gallery-carousel .flex-nav-prev,
.gallery-slider .flex-nav-next,
.gallery-slider .flex-nav-prev {
    pointer-events: all;
}
.gallery-carousel .flex-nav-prev,
.gallery-slider .flex-nav-prev {
    position: absolute;
    top: 0;
    left: 0;
}
.gallery-carousel .flex-nav-next,
.gallery-slider .flex-nav-next {
    position: absolute;
    top: 0;
    right: 0;
}
.gallery-carousel .flex-prev,
.gallery-slider .flex-prev {
    border-left: none;
}
.gallery-carousel .flex-prev:before,
.gallery-slider .flex-prev:before {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEyLjAzOSAwLjg3M2MxLjE1MyAxLjEyNSAxMi40MTggMTIuOTU1IDEyLjQxOCAxMi45NTUgMC42MTYgMC42MDEgMC45MjMgMS4zODcgMC45MjMgMi4xNzMgMCAwLjc4Ny0wLjMwNyAxLjU3My0wLjkyMyAyLjE3NCAwIDAtMTEuMjY1IDExLjgyOS0xMi40MTggMTIuOTUtMS4xNTMgMS4xMjctMy4yMjQgMS4yMDYtNC40NTkgMC0xLjIzLTEuMTk4LTEuMzI3LTIuODcyIDAtNC4zNDRsMTAuMzM4LTEwLjc4MS0xMC4zMzQtMTAuNzc5Yy0xLjMyOC0xLjQ3My0xLjIzMi0zLjE0OCAwLTQuMzQ4IDEuMjMtMS4yMDEgMy4zMDUtMS4xMjYgNC40NTUgMHYweiI+PC9wYXRoPgo8L3N2Zz4K)
        no-repeat 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(180deg) translateX(-50%) translateY(-50%);
    -ms-transform: rotate(180deg) translateX(-50%) translateY(-50%);
    transform: rotate(180deg) translateX(-50%) translateY(-50%);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.gallery-carousel .flex-next,
.gallery-slider .flex-next {
    border-right: none;
}
.gallery-carousel .flex-next:before,
.gallery-slider .flex-next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEyLjAzOSAwLjg3M2MxLjE1MyAxLjEyNSAxMi40MTggMTIuOTU1IDEyLjQxOCAxMi45NTUgMC42MTYgMC42MDEgMC45MjMgMS4zODcgMC45MjMgMi4xNzMgMCAwLjc4Ny0wLjMwNyAxLjU3My0wLjkyMyAyLjE3NCAwIDAtMTEuMjY1IDExLjgyOS0xMi40MTggMTIuOTUtMS4xNTMgMS4xMjctMy4yMjQgMS4yMDYtNC40NTkgMC0xLjIzLTEuMTk4LTEuMzI3LTIuODcyIDAtNC4zNDRsMTAuMzM4LTEwLjc4MS0xMC4zMzQtMTAuNzc5Yy0xLjMyOC0xLjQ3My0xLjIzMi0zLjE0OCAwLTQuMzQ4IDEuMjMtMS4yMDEgMy4zMDUtMS4xMjYgNC40NTUgMHYweiI+PC9wYXRoPgo8L3N2Zz4K)
        no-repeat 50% 50%;
}
.gallery-carousel .flex-next:before,
.gallery-carousel .flex-prev:before,
.gallery-slider .flex-next:before,
.gallery-slider .flex-prev:before,
.gallery-slider .flex-direction-nav a.flex-next::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-size: cover;
}
.gallery-slider .flex-viewport {
    padding: 1px 0;
}
.gallery-slider .flex-direction-nav {
    height: 54px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gallery-slider .flex-direction-nav a {
    width: 46px;
    height: 54px;
}
.gallery-image,
.gallery-image-caption {
    margin: 0 auto;
    width: 100%;
}
.gallery-image {
    position: relative;
}
.gallery-image:before {
    content: "";
    padding-top: 75%;
    display: block;
    width: 100%;
}
.gallery-image img {
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}
.gallery-image-caption {
    background: rgba(255, 255, 255, 0.95);
    background-clip: padding-box;
    border: 2px solid transparent;
    border-top: none;
    padding: 10px 15px 15px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    font-size: 11px;
    font-size: 1.1rem;
}
.gallery-image-caption p {
    margin: 0;
}
@media (min-width: 480px) {
    .gallery-image,
    .gallery-image-caption {
        width: 80%;
    }
}
@media (min-width: 480px) {
    .gallery-image,
    .gallery-image-caption {
        width: 60%;
    }
}
@media (min-width: 992px) {
    .gallery-image,
    .gallery-image-caption {
        width: 80%;
    }
}
@media (min-width: 1400px) {
    .gallery-image,
    .gallery-image-caption {
        width: 75%;
    }
}
.gallery-carousel {
    margin-top: 20px;
}
.gallery-carousel .flex-direction-nav {
    top: 0;
    height: 100%;
}
.gallery-carousel .flex-direction-nav a {
    width: 26px;
    height: 34px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gallery-carousel .flex-nav-next,
.gallery-carousel .flex-nav-prev {
    background: #fff;
    width: 36px;
    height: 100%;
}
.gallery-carousel .flex-prev {
    left: 0;
}
.gallery-carousel .flex-next {
    right: 0;
}
.gallery-carousel .flex-viewport {
    padding: 1px 37px;
}
.gallery-carousel .slides li {
    width: 100%;
    max-width: 160px;
}
.gallery-carousel.flex-centered ul {
    width: 100% !important;
    text-align: center;
}
.gallery-carousel.flex-centered .slides li {
    display: inline-block !important;
    float: none !important;
}
.gallery-carousel-image {
    width: 100%;
    cursor: pointer;
    position: relative;
}
.gallery-carousel-image:before {
    content: "";
    padding-top: 75%;
    display: block;
    width: 100%;
}
.gallery-carousel-image img {
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}
.gallery-download-image {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 10px auto 0;
    top: 100%;
}
.gallery-download-image:after,
.gallery-download-image:before {
    content: "";
    display: table;
}
.gallery-download-image:after {
    clear: both;
}
.gallery-download-image .download-image {
    float: right;
}
@media (min-width: 480px) {
    .gallery-download-image,
    .gallery-video-description,
    .video-container {
        width: 60%;
    }
}
@media (min-width: 992px) {
    .gallery-download-image,
    .gallery-video-description,
    .video-container {
        width: 80%;
    }
}
@media (min-width: 1400px) {
    .gallery-download-image,
    .gallery-video-description,
    .video-container {
        width: 75%;
    }
}
.video-container {
    margin: 0 auto;
    position: relative;
}
.video-container:before {
    content: "";
    padding-top: 56.25%;
    display: block;
    width: 100%;
}
.video-container div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.video-container embed,
.video-container iframe,
.video-container object {
    width: 100%;
    height: 100%;
}
.gallery-video-description {
    margin: 0 auto;
}
.gallery-download-video {
    position: relative;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.contact-form {
    background: #f4f4f4;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 15px;
}
.contact-form label {
    font-weight: 400;
}
.contact-form input[type="email"],
.contact-form input[type="text"],
.contact-form textarea {
    border: 1px solid #ebebeb;
    border-radius: 6px;
    padding: 5px 10px;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
}
.contact-form textarea {
    max-width: 100%;
}
.contact-form hr {
    border-top: 1px dotted #ccc;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
.contact-form .btn-submit {
    margin-top: 15px;
}
@media (min-width: 768px) {
    .contact-form input[type="email"],
    .contact-form input[type="text"],
    .contact-form textarea {
        padding: 7px 10px;
        font-size: 13px;
        font-size: 1.3rem;
    }
}
.contact-form-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #797979;
}
.sidebar-poll-section {
    border-top: none;
    margin-top: 20px;
    padding-top: 0;
}
.sidebar-poll-section:after,
.sidebar-poll-section:before {
    content: "";
    display: table;
}
.sidebar-poll-section:after {
    clear: both;
}
.poll-question {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
}
.poll label {
    font-weight: 400;
}
.poll .btn {
    margin: 5px 5px 0 0;
}
.poll-result-group {
    margin-bottom: 5px;
    width: 100%;
    position: relative;
}
.poll-result-group:after,
.poll-result-group:before {
    content: "";
    display: table;
}
.poll-result-group:after {
    clear: both;
}
.poll-result-title {
    padding: 4px;
    display: block;
    float: left;
    width: 40%;
    font-size: 13px;
    font-size: 1.3rem;
}
.poll-result-bar-container {
    border: 1px solid #4571a2;
    width: 60%;
    float: left;
    position: relative;
}
.poll-result-bar-container:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    content: attr(data-bar-value);
    padding: 3px 0;
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    z-index: -1;
}
.poll-result-bar {
    background: #4571a2;
    padding: 3px 0;
    display: block;
    float: left;
    position: relative;
    color: #fff;
    overflow: hidden;
    -webkit-transition: width 0.2s ease-out;
    -o-transition: width 0.2s ease-out;
    transition: width 0.2s ease-out;
}
.poll-group {
    margin-bottom: 30px;
}
.sitemap,
.sitemap ul {
    margin: 0;
    list-style: none;
}
.sitemap &gt; li &gt; a {
    font-weight: 700;
}
.sitemap &gt; li &gt; ul &gt; li &gt; a {
    font-weight: 700;
}
.sitemap ul {
    padding-left: 25px;
}
.sitemap ul:after,
.sitemap ul:before {
    content: "";
    display: table;
}
.sitemap ul:after {
    clear: both;
}
.sitemap li {
    margin: 10px 0 0;
}
.footer-top {
    border-top: 3px solid #ebebeb;
    border-bottom: 3px solid #ebebeb;
    padding: 20px 0;
}
.footer-top.banner a {
    display: block;
    width: 100%;
}
.footer-top.banner picture {
    display: block;
    width: 100%;
    min-width: 289px;
    height: auto;
}
.footer-top.banner img {
    margin: 0 auto;
    display: block;
    min-width: 289px;
    min-height: 130px;
    height: auto;
}
@media (min-width: 480px) {
    .footer-top.banner img,
    .footer-top.banner picture {
        min-height: 0;
    }
}
.logo-box {
    border: 1px solid #cecece;
    margin: 0 auto;
    padding: 18px;
    display: block;
    max-width: 880px;
    text-align: center;
}
.logo-box:active,
.logo-box:focus,
.logo-box:hover {
    text-decoration: none;
}
.logo-box .image-container,
.logo-box p {
    width: 100%;
}
.logo-box .image-container {
    margin-bottom: 20px;
}
.logo-box img {
    margin: 0 auto;
    width: 100%;
    max-width: 408px;
    height: auto;
    display: block;
}
.logo-box p {
    margin: 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #4571a2;
    text-align: center;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .logo-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .logo-box .image-container,
    .logo-box p {
        width: 50%;
    }
    .logo-box .image-container {
        margin-right: 40px;
        margin-bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .logo-box p {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.footer-bottom ul:after,
.footer-bottom ul:before,
.footer-bottom:after,
.footer-bottom:before {
    content: "";
    display: table;
}
.footer-bottom ul:after,
.footer-bottom:after {
    clear: both;
}
.footer-bottom ul {
    margin-bottom: 10px;
    width: 100%;
}
.footer-bottom li {
    display: block;
    float: left;
}
.footer-bottom li:last-child a:after {
    display: none;
}
.footer-bottom li a {
    padding: 4px 15px;
    display: block;
    position: relative;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 600;
    color: #4571a2;
}
.footer-bottom li a:after {
    border-right: 1px solid #4571a2;
    content: "";
    display: block;
    width: 0;
    height: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.footer-bottom li a span {
    font-size: 11px;
    font-size: 1.1rem;
    color: #4e4e4e;
}
.designedby,
.site-copy {
    margin-bottom: 10px;
    padding: 0 15px;
    width: 50%;
    font-size: 12px;
    font-size: 1.2rem;
    color: #575757;
}
.site-copy {
    margin-top: 0;
    float: left;
}
.designedby {
    padding: 0 15px;
    display: inline;
    float: right;
    text-align: right;
}
#advancedsearch {
    padding-bottom: 20px;
}
.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0;
    position: absolute;
    left: 0;
}
body.lb-disable-scrolling {
    overflow: hidden;
}
.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    opacity: 0.8;
    display: none;
}
.lightbox {
    width: 100%;
    z-index: 10000;
    font-weight: 400;
    outline: 0;
}
.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff;
}
.lightbox a img {
    border: none;
}
.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff;
}
.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}
.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%;
}
.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat;
}
.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.lb-container &gt; .nav {
    left: 0;
}
.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block;
}
.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
    opacity: 1;
}
.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
    opacity: 1;
}
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}
.lb-data {
    padding: 0 4px;
    color: #ccc;
}
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}
.lb-data .lb-caption {
    font-size: 15px;
    font-weight: 700;
    line-height: 1em;
}
.lb-data .lb-caption a {
    color: #4ae;
}
.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999;
}
.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
    cursor: pointer;
    opacity: 1;
}
</pre></body></html>