html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -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 #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

    .container:before,
    .container:after {
        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: 10px;
    padding-right: 10px;
}

    .container-fluid:before,
    .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-left: -10px;
    margin-right: -10px;
}

    .row:before,
    .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.3333333333%;
}

.col-xs-2 {
    width: 16.6666666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.3333333333%;
}

.col-xs-5 {
    width: 41.6666666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.3333333333%;
}

.col-xs-8 {
    width: 66.6666666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.3333333333%;
}

.col-xs-11 {
    width: 91.6666666667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.3333333333%;
}

.col-xs-pull-2 {
    right: 16.6666666667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.3333333333%;
}

.col-xs-pull-5 {
    right: 41.6666666667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.3333333333%;
}

.col-xs-pull-8 {
    right: 66.6666666667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.3333333333%;
}

.col-xs-pull-11 {
    right: 91.6666666667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.3333333333%;
}

.col-xs-push-2 {
    left: 16.6666666667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.3333333333%;
}

.col-xs-push-5 {
    left: 41.6666666667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.3333333333%;
}

.col-xs-push-8 {
    left: 66.6666666667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.3333333333%;
}

.col-xs-push-11 {
    left: 91.6666666667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.3333333333%;
    }

    .col-sm-2 {
        width: 16.6666666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.3333333333%;
    }

    .col-sm-5 {
        width: 41.6666666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.3333333333%;
    }

    .col-sm-8 {
        width: 66.6666666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.3333333333%;
    }

    .col-sm-11 {
        width: 91.6666666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.3333333333%;
    }

    .col-sm-pull-2 {
        right: 16.6666666667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.3333333333%;
    }

    .col-sm-pull-5 {
        right: 41.6666666667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.3333333333%;
    }

    .col-sm-pull-8 {
        right: 66.6666666667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.3333333333%;
    }

    .col-sm-pull-11 {
        right: 91.6666666667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.3333333333%;
    }

    .col-sm-push-2 {
        left: 16.6666666667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.3333333333%;
    }

    .col-sm-push-5 {
        left: 41.6666666667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.3333333333%;
    }

    .col-sm-push-8 {
        left: 66.6666666667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.3333333333%;
    }

    .col-sm-push-11 {
        left: 91.6666666667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.3333333333%;
    }

    .col-md-2 {
        width: 16.6666666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.3333333333%;
    }

    .col-md-5 {
        width: 41.6666666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.3333333333%;
    }

    .col-md-8 {
        width: 66.6666666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.3333333333%;
    }

    .col-md-11 {
        width: 91.6666666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.3333333333%;
    }

    .col-md-pull-2 {
        right: 16.6666666667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.3333333333%;
    }

    .col-md-pull-5 {
        right: 41.6666666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.3333333333%;
    }

    .col-md-pull-8 {
        right: 66.6666666667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.3333333333%;
    }

    .col-md-pull-11 {
        right: 91.6666666667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.3333333333%;
    }

    .col-md-push-2 {
        left: 16.6666666667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.3333333333%;
    }

    .col-md-push-5 {
        left: 41.6666666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.3333333333%;
    }

    .col-md-push-8 {
        left: 66.6666666667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.3333333333%;
    }

    .col-md-push-11 {
        left: 91.6666666667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.3333333333%;
    }

    .col-lg-2 {
        width: 16.6666666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.3333333333%;
    }

    .col-lg-5 {
        width: 41.6666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.3333333333%;
    }

    .col-lg-8 {
        width: 66.6666666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.3333333333%;
    }

    .col-lg-11 {
        width: 91.6666666667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.3333333333%;
    }

    .col-lg-pull-2 {
        right: 16.6666666667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.3333333333%;
    }

    .col-lg-pull-5 {
        right: 41.6666666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.3333333333%;
    }

    .col-lg-pull-8 {
        right: 66.6666666667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.3333333333%;
    }

    .col-lg-pull-11 {
        right: 91.6666666667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.3333333333%;
    }

    .col-lg-push-2 {
        left: 16.6666666667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.3333333333%;
    }

    .col-lg-push-5 {
        left: 41.6666666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.3333333333%;
    }

    .col-lg-push-8 {
        left: 66.6666666667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.3333333333%;
    }

    .col-lg-push-11 {
        left: 91.6666666667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

.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;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus {
            z-index: 3;
        }

    .input-group-addon,
    .input-group-btn,
    .input-group .form-control {
        display: table-cell;
    }

        .input-group-addon:not(:first-child):not(:last-child),
        .input-group-btn:not(:first-child):not(:last-child),
        .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 12px 30px;
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
    color: #333;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm,
    .input-group-sm > .input-group-addon,
    .input-group-sm > .input-group-btn > .input-group-addon.btn,
    .file-input .input-group-sm > .input-group-btn > .input-group-addon.control:before {
        padding: 5px 10px;
        font-size: 16px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg,
    .input-group-lg > .input-group-addon,
    .input-group-lg > .input-group-btn > .input-group-addon.btn,
    .file-input .input-group-lg > .input-group-btn > .input-group-addon.control:before {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .file-input .input-group-btn:first-child > .control:before,
    .input-group-btn:first-child > .btn-group > .btn,
    .file-input .input-group-btn:first-child > .btn-group > .control:before,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .file-input .input-group-btn:last-child > .control:not(:last-child):not(.dropdown-toggle):before,
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
    .file-input .input-group-btn:last-child > .btn-group:not(:last-child) > .control:before {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .file-input .input-group-btn:last-child > .control:before,
    .input-group-btn:last-child > .btn-group > .btn,
    .file-input .input-group-btn:last-child > .btn-group > .control:before,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .file-input .input-group-btn:first-child > .control:not(:first-child):before,
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
    .file-input .input-group-btn:first-child > .btn-group:not(:first-child) > .control:before {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn,
    .file-input .input-group-btn > .control:before {
        position: relative;
    }

        .input-group-btn > .btn + .btn,
        .file-input .input-group-btn > .control:before + .btn,
        .file-input .input-group-btn > .btn + .control:before,
        .file-input .input-group-btn > .control:before + .control:before {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover,
        .file-input .input-group-btn > .control:hover:before,
        .input-group-btn > .btn:focus,
        .file-input .input-group-btn > .control:focus:before,
        .input-group-btn > .btn:active,
        .file-input .input-group-btn > .control:active:before {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .file-input .input-group-btn:first-child > .control:before,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .file-input .input-group-btn:last-child > .control:before,
    .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.fa,
.fas,
.far,
.fal,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-500px:before {
    content: "\f26e";
}

.fa-accessible-icon:before {
    content: "\f368";
}

.fa-accusoft:before {
    content: "\f369";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-card:before {
    content: "\f2bb";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-adn:before {
    content: "\f170";
}

.fa-adversal:before {
    content: "\f36a";
}

.fa-affiliatetheme:before {
    content: "\f36b";
}

.fa-alarm-clock:before {
    content: "\f34e";
}

.fa-algolia:before {
    content: "\f36c";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-allergies:before {
    content: "\f461";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-amazon-pay:before {
    content: "\f42c";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-amilia:before {
    content: "\f36d";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-android:before {
    content: "\f17b";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angrycreative:before {
    content: "\f36e";
}

.fa-angular:before {
    content: "\f420";
}

.fa-app-store:before {
    content: "\f36f";
}

.fa-app-store-ios:before {
    content: "\f370";
}

.fa-apper:before {
    content: "\f371";
}

.fa-apple:before {
    content: "\f179";
}

.fa-apple-pay:before {
    content: "\f415";
}

.fa-archive:before {
    content: "\f187";
}

.fa-arrow-alt-circle-down:before {
    content: "\f358";
}

.fa-arrow-alt-circle-left:before {
    content: "\f359";
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b";
}

.fa-arrow-alt-down:before {
    content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
    content: "\f346";
}

.fa-arrow-alt-from-left:before {
    content: "\f347";
}

.fa-arrow-alt-from-right:before {
    content: "\f348";
}

.fa-arrow-alt-from-top:before {
    content: "\f349";
}

.fa-arrow-alt-left:before {
    content: "\f355";
}

.fa-arrow-alt-right:before {
    content: "\f356";
}

.fa-arrow-alt-square-down:before {
    content: "\f350";
}

.fa-arrow-alt-square-left:before {
    content: "\f351";
}

.fa-arrow-alt-square-right:before {
    content: "\f352";
}

.fa-arrow-alt-square-up:before {
    content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
    content: "\f34a";
}

.fa-arrow-alt-to-left:before {
    content: "\f34b";
}

.fa-arrow-alt-to-right:before {
    content: "\f34c";
}

.fa-arrow-alt-to-top:before {
    content: "\f34d";
}

.fa-arrow-alt-up:before {
    content: "\f357";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-arrow-from-bottom:before {
    content: "\f342";
}

.fa-arrow-from-left:before {
    content: "\f343";
}

.fa-arrow-from-right:before {
    content: "\f344";
}

.fa-arrow-from-top:before {
    content: "\f345";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-square-down:before {
    content: "\f339";
}

.fa-arrow-square-left:before {
    content: "\f33a";
}

.fa-arrow-square-right:before {
    content: "\f33b";
}

.fa-arrow-square-up:before {
    content: "\f33c";
}

.fa-arrow-to-bottom:before {
    content: "\f33d";
}

.fa-arrow-to-left:before {
    content: "\f33e";
}

.fa-arrow-to-right:before {
    content: "\f340";
}

.fa-arrow-to-top:before {
    content: "\f341";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-arrows-alt-h:before {
    content: "\f337";
}

.fa-arrows-alt-v:before {
    content: "\f338";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-asymmetrik:before {
    content: "\f372";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-audible:before {
    content: "\f373";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-autoprefixer:before {
    content: "\f41c";
}

.fa-avianex:before {
    content: "\f374";
}

.fa-aviato:before {
    content: "\f421";
}

.fa-aws:before {
    content: "\f375";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-badge:before {
    content: "\f335";
}

.fa-badge-check:before {
    content: "\f336";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-balance-scale-left:before {
    content: "\f515";
}

.fa-balance-scale-right:before {
    content: "\f516";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-band-aid:before {
    content: "\f462";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-barcode-alt:before {
    content: "\f463";
}

.fa-barcode-read:before {
    content: "\f464";
}

.fa-barcode-scan:before {
    content: "\f465";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-baseball:before {
    content: "\f432";
}

.fa-baseball-ball:before {
    content: "\f433";
}

.fa-basketball-ball:before {
    content: "\f434";
}

.fa-basketball-hoop:before {
    content: "\f435";
}

.fa-bath:before {
    content: "\f2cd";
}

.fa-battery-bolt:before {
    content: "\f376";
}

.fa-battery-empty:before {
    content: "\f244";
}

.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-slash:before {
    content: "\f377";
}

.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-bed:before {
    content: "\f236";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bimobject:before {
    content: "\f378";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitcoin:before {
    content: "\f379";
}

.fa-bity:before {
    content: "\f37a";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-blackberry:before {
    content: "\f37b";
}

.fa-blanket:before {
    content: "\f498";
}

.fa-blender:before {
    content: "\f517";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-blogger:before {
    content: "\f37c";
}

.fa-blogger-b:before {
    content: "\f37d";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-bold:before {
    content: "\f032";
}

.fa-bolt:before {
    content: "\f0e7";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-book:before {
    content: "\f02d";
}

.fa-book-heart:before {
    content: "\f499";
}

.fa-book-open:before {
    content: "\f518";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-bowling-ball:before {
    content: "\f436";
}

.fa-bowling-pins:before {
    content: "\f437";
}

.fa-box:before {
    content: "\f466";
}

.fa-box-alt:before {
    content: "\f49a";
}

.fa-box-check:before {
    content: "\f467";
}

.fa-box-fragile:before {
    content: "\f49b";
}

.fa-box-full:before {
    content: "\f49c";
}

.fa-box-heart:before {
    content: "\f49d";
}

.fa-box-open:before {
    content: "\f49e";
}

.fa-box-up:before {
    content: "\f49f";
}

.fa-box-usd:before {
    content: "\f4a0";
}

.fa-boxes:before {
    content: "\f468";
}

.fa-boxes-alt:before {
    content: "\f4a1";
}

.fa-boxing-glove:before {
    content: "\f438";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-briefcase-medical:before {
    content: "\f469";
}

.fa-broadcast-tower:before {
    content: "\f519";
}

.fa-broom:before {
    content: "\f51a";
}

.fa-browser:before {
    content: "\f37e";
}

.fa-btc:before {
    content: "\f15a";
}

.fa-bug:before {
    content: "\f188";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-burn:before {
    content: "\f46a";
}

.fa-buromobelexperte:before {
    content: "\f37f";
}

.fa-bus:before {
    content: "\f207";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-calendar:before {
    content: "\f133";
}

.fa-calendar-alt:before {
    content: "\f073";
}

.fa-calendar-check:before {
    content: "\f274";
}

.fa-calendar-edit:before {
    content: "\f333";
}

.fa-calendar-exclamation:before {
    content: "\f334";
}

.fa-calendar-minus:before {
    content: "\f272";
}

.fa-calendar-plus:before {
    content: "\f271";
}

.fa-calendar-times:before {
    content: "\f273";
}

.fa-camera:before {
    content: "\f030";
}

.fa-camera-alt:before {
    content: "\f332";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-capsules:before {
    content: "\f46b";
}

.fa-car:before {
    content: "\f1b9";
}

.fa-caret-circle-down:before {
    content: "\f32d";
}

.fa-caret-circle-left:before {
    content: "\f32e";
}

.fa-caret-circle-right:before {
    content: "\f330";
}

.fa-caret-circle-up:before {
    content: "\f331";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-caret-square-down:before {
    content: "\f150";
}

.fa-caret-square-left:before {
    content: "\f191";
}

.fa-caret-square-right:before {
    content: "\f152";
}

.fa-caret-square-up:before {
    content: "\f151";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cc-amazon-pay:before {
    content: "\f42d";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-apple-pay:before {
    content: "\f416";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-centercode:before {
    content: "\f380";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-chalkboard:before {
    content: "\f51b";
}

.fa-chalkboard-teacher:before {
    content: "\f51c";
}

.fa-chart-area:before {
    content: "\f1fe";
}

.fa-chart-bar:before {
    content: "\f080";
}

.fa-chart-line:before {
    content: "\f201";
}

.fa-chart-pie:before {
    content: "\f200";
}

.fa-check:before {
    content: "\f00c";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-chess:before {
    content: "\f439";
}

.fa-chess-bishop:before {
    content: "\f43a";
}

.fa-chess-bishop-alt:before {
    content: "\f43b";
}

.fa-chess-board:before {
    content: "\f43c";
}

.fa-chess-clock:before {
    content: "\f43d";
}

.fa-chess-clock-alt:before {
    content: "\f43e";
}

.fa-chess-king:before {
    content: "\f43f";
}

.fa-chess-king-alt:before {
    content: "\f440";
}

.fa-chess-knight:before {
    content: "\f441";
}

.fa-chess-knight-alt:before {
    content: "\f442";
}

.fa-chess-pawn:before {
    content: "\f443";
}

.fa-chess-pawn-alt:before {
    content: "\f444";
}

.fa-chess-queen:before {
    content: "\f445";
}

.fa-chess-queen-alt:before {
    content: "\f446";
}

.fa-chess-rook:before {
    content: "\f447";
}

.fa-chess-rook-alt:before {
    content: "\f448";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-double-down:before {
    content: "\f322";
}

.fa-chevron-double-left:before {
    content: "\f323";
}

.fa-chevron-double-right:before {
    content: "\f324";
}

.fa-chevron-double-up:before {
    content: "\f325";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-chevron-square-down:before {
    content: "\f329";
}

.fa-chevron-square-left:before {
    content: "\f32a";
}

.fa-chevron-square-right:before {
    content: "\f32b";
}

.fa-chevron-square-up:before {
    content: "\f32c";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-church:before {
    content: "\f51d";
}

.fa-circle:before {
    content: "\f111";
}

.fa-circle-notch:before {
    content: "\f1ce";
}

.fa-clipboard:before {
    content: "\f328";
}

.fa-clipboard-check:before {
    content: "\f46c";
}

.fa-clipboard-list:before {
    content: "\f46d";
}

.fa-clock:before {
    content: "\f017";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-closed-captioning:before {
    content: "\f20a";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-download-alt:before {
    content: "\f381";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-cloud-upload-alt:before {
    content: "\f382";
}

.fa-cloudscale:before {
    content: "\f383";
}

.fa-cloudsmith:before {
    content: "\f384";
}

.fa-cloudversify:before {
    content: "\f385";
}

.fa-club:before {
    content: "\f327";
}

.fa-code:before {
    content: "\f121";
}

.fa-code-branch:before {
    content: "\f126";
}

.fa-code-commit:before {
    content: "\f386";
}

.fa-code-merge:before {
    content: "\f387";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cog:before {
    content: "\f013";
}

.fa-cogs:before {
    content: "\f085";
}

.fa-coins:before {
    content: "\f51e";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-comment:before {
    content: "\f075";
}

.fa-comment-alt:before {
    content: "\f27a";
}

.fa-comment-alt-check:before {
    content: "\f4a2";
}

.fa-comment-alt-dots:before {
    content: "\f4a3";
}

.fa-comment-alt-edit:before {
    content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
    content: "\f4a5";
}

.fa-comment-alt-lines:before {
    content: "\f4a6";
}

.fa-comment-alt-minus:before {
    content: "\f4a7";
}

.fa-comment-alt-plus:before {
    content: "\f4a8";
}

.fa-comment-alt-slash:before {
    content: "\f4a9";
}

.fa-comment-alt-smile:before {
    content: "\f4aa";
}

.fa-comment-alt-times:before {
    content: "\f4ab";
}

.fa-comment-check:before {
    content: "\f4ac";
}

.fa-comment-dots:before {
    content: "\f4ad";
}

.fa-comment-edit:before {
    content: "\f4ae";
}

.fa-comment-exclamation:before {
    content: "\f4af";
}

.fa-comment-lines:before {
    content: "\f4b0";
}

.fa-comment-minus:before {
    content: "\f4b1";
}

.fa-comment-plus:before {
    content: "\f4b2";
}

.fa-comment-slash:before {
    content: "\f4b3";
}

.fa-comment-smile:before {
    content: "\f4b4";
}

.fa-comment-times:before {
    content: "\f4b5";
}

.fa-comments:before {
    content: "\f086";
}

.fa-comments-alt:before {
    content: "\f4b6";
}

.fa-compact-disc:before {
    content: "\f51f";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-compress:before {
    content: "\f066";
}

.fa-compress-alt:before {
    content: "\f422";
}

.fa-compress-wide:before {
    content: "\f326";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-container-storage:before {
    content: "\f4b7";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-conveyor-belt:before {
    content: "\f46e";
}

.fa-conveyor-belt-alt:before {
    content: "\f46f";
}

.fa-copy:before {
    content: "\f0c5";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-couch:before {
    content: "\f4b8";
}

.fa-cpanel:before {
    content: "\f388";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-creative-commons-by:before {
    content: "\f4e7";
}

.fa-creative-commons-nc:before {
    content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}

.fa-creative-commons-nd:before {
    content: "\f4eb";
}

.fa-creative-commons-pd:before {
    content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}

.fa-creative-commons-remix:before {
    content: "\f4ee";
}

.fa-creative-commons-sa:before {
    content: "\f4ef";
}

.fa-creative-commons-sampling:before {
    content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}

.fa-creative-commons-share:before {
    content: "\f4f2";
}

.fa-creative-commons-zero:before {
    content: "\f4f3";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-credit-card-blank:before {
    content: "\f389";
}

.fa-credit-card-front:before {
    content: "\f38a";
}

.fa-cricket:before {
    content: "\f449";
}

.fa-crop:before {
    content: "\f125";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-crow:before {
    content: "\f520";
}

.fa-crown:before {
    content: "\f521";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-css3-alt:before {
    content: "\f38b";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-curling:before {
    content: "\f44a";
}

.fa-cut:before {
    content: "\f0c4";
}

.fa-cuttlefish:before {
    content: "\f38c";
}

.fa-d-and-d:before {
    content: "\f38d";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-deaf:before {
    content: "\f2a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-deploydog:before {
    content: "\f38e";
}

.fa-deskpro:before {
    content: "\f38f";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-desktop-alt:before {
    content: "\f390";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-diagnoses:before {
    content: "\f470";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-dice:before {
    content: "\f522";
}

.fa-dice-five:before {
    content: "\f523";
}

.fa-dice-four:before {
    content: "\f524";
}

.fa-dice-one:before {
    content: "\f525";
}

.fa-dice-six:before {
    content: "\f526";
}

.fa-dice-three:before {
    content: "\f527";
}

.fa-dice-two:before {
    content: "\f528";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-digital-ocean:before {
    content: "\f391";
}

.fa-discord:before {
    content: "\f392";
}

.fa-discourse:before {
    content: "\f393";
}

.fa-divide:before {
    content: "\f529";
}

.fa-dna:before {
    content: "\f471";
}

.fa-dochub:before {
    content: "\f394";
}

.fa-docker:before {
    content: "\f395";
}

.fa-dollar-sign:before {
    content: "\f155";
}

.fa-dolly:before {
    content: "\f472";
}

.fa-dolly-empty:before {
    content: "\f473";
}

.fa-dolly-flatbed:before {
    content: "\f474";
}

.fa-dolly-flatbed-alt:before {
    content: "\f475";
}

.fa-dolly-flatbed-empty:before {
    content: "\f476";
}

.fa-donate:before {
    content: "\f4b9";
}

.fa-door-closed:before {
    content: "\f52a";
}

.fa-door-open:before {
    content: "\f52b";
}

.fa-dot-circle:before {
    content: "\f192";
}

.fa-dove:before {
    content: "\f4ba";
}

.fa-download:before {
    content: "\f019";
}

.fa-draft2digital:before {
    content: "\f396";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-dribbble-square:before {
    content: "\f397";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-dumbbell:before {
    content: "\f44b";
}

.fa-dyalog:before {
    content: "\f399";
}

.fa-earlybirds:before {
    content: "\f39a";
}

.fa-ebay:before {
    content: "\f4f4";
}

.fa-edge:before {
    content: "\f282";
}

.fa-edit:before {
    content: "\f044";
}

.fa-eject:before {
    content: "\f052";
}

.fa-elementor:before {
    content: "\f430";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-h-alt:before {
    content: "\f39b";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-ellipsis-v-alt:before {
    content: "\f39c";
}

.fa-ember:before {
    content: "\f423";
}

.fa-empire:before {
    content: "\f1d1";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-envira:before {
    content: "\f299";
}

.fa-equals:before {
    content: "\f52c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-erlang:before {
    content: "\f39d";
}

.fa-ethereum:before {
    content: "\f42e";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-euro-sign:before {
    content: "\f153";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-exchange-alt:before {
    content: "\f362";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-exclamation-square:before {
    content: "\f321";
}

.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-expand:before {
    content: "\f065";
}

.fa-expand-alt:before {
    content: "\f424";
}

.fa-expand-arrows:before {
    content: "\f31d";
}

.fa-expand-arrows-alt:before {
    content: "\f31e";
}

.fa-expand-wide:before {
    content: "\f320";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-external-link-alt:before {
    content: "\f35d";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-external-link-square-alt:before {
    content: "\f360";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-dropper:before {
    content: "\f1fb";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-facebook-messenger:before {
    content: "\f39f";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-feather:before {
    content: "\f52d";
}

.fa-female:before {
    content: "\f182";
}

.fa-field-hockey:before {
    content: "\f44c";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-alt:before {
    content: "\f15c";
}

.fa-file-archive:before {
    content: "\f1c6";
}

.fa-file-audio:before {
    content: "\f1c7";
}

.fa-file-check:before {
    content: "\f316";
}

.fa-file-code:before {
    content: "\f1c9";
}

.fa-file-edit:before {
    content: "\f31c";
}

.fa-file-excel:before {
    content: "\f1c3";
}

.fa-file-exclamation:before {
    content: "\f31a";
}

.fa-file-image:before {
    content: "\f1c5";
}

.fa-file-medical:before {
    content: "\f477";
}

.fa-file-medical-alt:before {
    content: "\f478";
}

.fa-file-minus:before {
    content: "\f318";
}

.fa-file-pdf:before {
    content: "\f1c1";
}

.fa-file-plus:before {
    content: "\f319";
}

.fa-file-powerpoint:before {
    content: "\f1c4";
}

.fa-file-times:before {
    content: "\f317";
}

.fa-file-video:before {
    content: "\f1c8";
}

.fa-file-word:before {
    content: "\f1c2";
}

.fa-film:before {
    content: "\f008";
}

.fa-film-alt:before {
    content: "\f3a0";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-first-aid:before {
    content: "\f479";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-first-order-alt:before {
    content: "\f50a";
}

.fa-firstdraft:before {
    content: "\f3a1";
}

.fa-flag:before {
    content: "\f024";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-flipboard:before {
    content: "\f44d";
}

.fa-fly:before {
    content: "\f417";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-font:before {
    content: "\f031";
}

.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-font-awesome-alt:before {
    content: "\f35c";
}

.fa-font-awesome-flag:before {
    content: "\f425";
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-fonticons-fi:before {
    content: "\f3a2";
}

.fa-football-ball:before {
    content: "\f44e";
}

.fa-football-helmet:before {
    content: "\f44f";
}

.fa-forklift:before {
    content: "\f47a";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-fort-awesome-alt:before {
    content: "\f3a3";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-fragile:before {
    content: "\f4bb";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-freebsd:before {
    content: "\f3a4";
}

.fa-frog:before {
    content: "\f52e";
}

.fa-frown:before {
    content: "\f119";
}

.fa-fulcrum:before {
    content: "\f50b";
}

.fa-futbol:before {
    content: "\f1e3";
}

.fa-galactic-republic:before {
    content: "\f50c";
}

.fa-galactic-senate:before {
    content: "\f50d";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-gas-pump:before {
    content: "\f52f";
}

.fa-gavel:before {
    content: "\f0e3";
}

.fa-gem:before {
    content: "\f3a5";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-github:before {
    content: "\f09b";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-gitkraken:before {
    content: "\f3a6";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-gitter:before {
    content: "\f426";
}

.fa-glass-martini:before {
    content: "\f000";
}

.fa-glasses:before {
    content: "\f530";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-gofore:before {
    content: "\f3a7";
}

.fa-golf-ball:before {
    content: "\f450";
}

.fa-golf-club:before {
    content: "\f451";
}

.fa-goodreads:before {
    content: "\f3a8";
}

.fa-goodreads-g:before {
    content: "\f3a9";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-google-drive:before {
    content: "\f3aa";
}

.fa-google-play:before {
    content: "\f3ab";
}

.fa-google-plus:before {
    content: "\f2b3";
}

.fa-google-plus-g:before {
    content: "\f0d5";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-gratipay:before {
    content: "\f184";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-greater-than:before {
    content: "\f531";
}

.fa-greater-than-equal:before {
    content: "\f532";
}

.fa-gripfire:before {
    content: "\f3ac";
}

.fa-grunt:before {
    content: "\f3ad";
}

.fa-gulp:before {
    content: "\f3ae";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-h1:before {
    content: "\f313";
}

.fa-h2:before {
    content: "\f314";
}

.fa-h3:before {
    content: "\f315";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-hacker-news-square:before {
    content: "\f3af";
}

.fa-hand-heart:before {
    content: "\f4bc";
}

.fa-hand-holding:before {
    content: "\f4bd";
}

.fa-hand-holding-box:before {
    content: "\f47b";
}

.fa-hand-holding-heart:before {
    content: "\f4be";
}

.fa-hand-holding-seedling:before {
    content: "\f4bf";
}

.fa-hand-holding-usd:before {
    content: "\f4c0";
}

.fa-hand-holding-water:before {
    content: "\f4c1";
}

.fa-hand-lizard:before {
    content: "\f258";
}

.fa-hand-paper:before {
    content: "\f256";
}

.fa-hand-peace:before {
    content: "\f25b";
}

.fa-hand-point-down:before {
    content: "\f0a7";
}

.fa-hand-point-left:before {
    content: "\f0a5";
}

.fa-hand-point-right:before {
    content: "\f0a4";
}

.fa-hand-point-up:before {
    content: "\f0a6";
}

.fa-hand-pointer:before {
    content: "\f25a";
}

.fa-hand-receiving:before {
    content: "\f47c";
}

.fa-hand-rock:before {
    content: "\f255";
}

.fa-hand-scissors:before {
    content: "\f257";
}

.fa-hand-spock:before {
    content: "\f259";
}

.fa-hands:before {
    content: "\f4c2";
}

.fa-hands-heart:before {
    content: "\f4c3";
}

.fa-hands-helping:before {
    content: "\f4c4";
}

.fa-hands-usd:before {
    content: "\f4c5";
}

.fa-handshake:before {
    content: "\f2b5";
}

.fa-handshake-alt:before {
    content: "\f4c6";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-hdd:before {
    content: "\f0a0";
}

.fa-heading:before {
    content: "\f1dc";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-heart:before {
    content: "\f004";
}

.fa-heart-circle:before {
    content: "\f4c7";
}

.fa-heart-square:before {
    content: "\f4c8";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-helicopter:before {
    content: "\f533";
}

.fa-hexagon:before {
    content: "\f312";
}

.fa-hips:before {
    content: "\f452";
}

.fa-hire-a-helper:before {
    content: "\f3b0";
}

.fa-history:before {
    content: "\f1da";
}

.fa-hockey-puck:before {
    content: "\f453";
}

.fa-hockey-sticks:before {
    content: "\f454";
}

.fa-home:before {
    content: "\f015";
}

.fa-home-heart:before {
    content: "\f4c9";
}

.fa-hooli:before {
    content: "\f427";
}

.fa-hospital:before {
    content: "\f0f8";
}

.fa-hospital-alt:before {
    content: "\f47d";
}

.fa-hospital-symbol:before {
    content: "\f47e";
}

.fa-hotjar:before {
    content: "\f3b1";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-start:before {
    content: "\f251";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-hubspot:before {
    content: "\f3b2";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-id-card:before {
    content: "\f2c2";
}

.fa-id-card-alt:before {
    content: "\f47f";
}

.fa-image:before {
    content: "\f03e";
}

.fa-images:before {
    content: "\f302";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-inbox-in:before {
    content: "\f310";
}

.fa-inbox-out:before {
    content: "\f311";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-industry:before {
    content: "\f275";
}

.fa-industry-alt:before {
    content: "\f3b3";
}

.fa-infinity:before {
    content: "\f534";
}

.fa-info:before {
    content: "\f129";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-info-square:before {
    content: "\f30f";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-inventory:before {
    content: "\f480";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-italic:before {
    content: "\f033";
}

.fa-itunes:before {
    content: "\f3b4";
}

.fa-itunes-note:before {
    content: "\f3b5";
}

.fa-jack-o-lantern:before {
    content: "\f30e";
}

.fa-java:before {
    content: "\f4e4";
}

.fa-jedi-order:before {
    content: "\f50e";
}

.fa-jenkins:before {
    content: "\f3b6";
}

.fa-joget:before {
    content: "\f3b7";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-js:before {
    content: "\f3b8";
}

.fa-js-square:before {
    content: "\f3b9";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-key:before {
    content: "\f084";
}

.fa-keybase:before {
    content: "\f4f5";
}

.fa-keyboard:before {
    content: "\f11c";
}

.fa-keycdn:before {
    content: "\f3ba";
}

.fa-kickstarter:before {
    content: "\f3bb";
}

.fa-kickstarter-k:before {
    content: "\f3bc";
}

.fa-kiwi-bird:before {
    content: "\f535";
}

.fa-korvue:before {
    content: "\f42f";
}

.fa-lamp:before {
    content: "\f4ca";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-laravel:before {
    content: "\f3bd";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-leaf-heart:before {
    content: "\f4cb";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-lemon:before {
    content: "\f094";
}

.fa-less:before {
    content: "\f41d";
}

.fa-less-than:before {
    content: "\f536";
}

.fa-less-than-equal:before {
    content: "\f537";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-level-down-alt:before {
    content: "\f3be";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-up-alt:before {
    content: "\f3bf";
}

.fa-life-ring:before {
    content: "\f1cd";
}

.fa-lightbulb:before {
    content: "\f0eb";
}

.fa-line:before {
    content: "\f3c0";
}

.fa-link:before {
    content: "\f0c1";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-lira-sign:before {
    content: "\f195";
}

.fa-list:before {
    content: "\f03a";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-lock:before {
    content: "\f023";
}

.fa-lock-alt:before {
    content: "\f30d";
}

.fa-lock-open:before {
    content: "\f3c1";
}

.fa-lock-open-alt:before {
    content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
    content: "\f309";
}

.fa-long-arrow-alt-left:before {
    content: "\f30a";
}

.fa-long-arrow-alt-right:before {
    content: "\f30b";
}

.fa-long-arrow-alt-up:before {
    content: "\f30c";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-loveseat:before {
    content: "\f4cc";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-luchador:before {
    content: "\f455";
}

.fa-lyft:before {
    content: "\f3c3";
}

.fa-magento:before {
    content: "\f3c4";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-male:before {
    content: "\f183";
}

.fa-mandalorian:before {
    content: "\f50f";
}

.fa-map:before {
    content: "\f279";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mastodon:before {
    content: "\f4f6";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-medapps:before {
    content: "\f3c6";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-medium-m:before {
    content: "\f3c7";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-medrt:before {
    content: "\f3c8";
}

.fa-meetup:before {
    content: "\f2e0";
}

.fa-meh:before {
    content: "\f11a";
}

.fa-memory:before {
    content: "\f538";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-alt:before {
    content: "\f3c9";
}

.fa-microphone-alt-slash:before {
    content: "\f539";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-microsoft:before {
    content: "\f3ca";
}

.fa-minus:before {
    content: "\f068";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-minus-hexagon:before {
    content: "\f307";
}

.fa-minus-octagon:before {
    content: "\f308";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-mix:before {
    content: "\f3cb";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-mizuni:before {
    content: "\f3cc";
}

.fa-mobile:before {
    content: "\f10b";
}

.fa-mobile-alt:before {
    content: "\f3cd";
}

.fa-mobile-android:before {
    content: "\f3ce";
}

.fa-mobile-android-alt:before {
    content: "\f3cf";
}

.fa-modx:before {
    content: "\f285";
}

.fa-monero:before {
    content: "\f3d0";
}

.fa-money-bill:before {
    content: "\f0d6";
}

.fa-money-bill-alt:before {
    content: "\f3d1";
}

.fa-money-bill-wave:before {
    content: "\f53a";
}

.fa-money-bill-wave-alt:before {
    content: "\f53b";
}

.fa-money-check:before {
    content: "\f53c";
}

.fa-money-check-alt:before {
    content: "\f53d";
}

.fa-moon:before {
    content: "\f186";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-music:before {
    content: "\f001";
}

.fa-napster:before {
    content: "\f3d2";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-newspaper:before {
    content: "\f1ea";
}

.fa-nintendo-switch:before {
    content: "\f418";
}

.fa-node:before {
    content: "\f419";
}

.fa-node-js:before {
    content: "\f3d3";
}

.fa-not-equal:before {
    content: "\f53e";
}

.fa-notes-medical:before {
    content: "\f481";
}

.fa-npm:before {
    content: "\f3d4";
}

.fa-ns8:before {
    content: "\f3d5";
}

.fa-nutritionix:before {
    content: "\f3d6";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-octagon:before {
    content: "\f306";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-old-republic:before {
    content: "\f510";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-osi:before {
    content: "\f41a";
}

.fa-outdent:before {
    content: "\f03b";
}

.fa-page4:before {
    content: "\f3d7";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-palette:before {
    content: "\f53f";
}

.fa-palfed:before {
    content: "\f3d8";
}

.fa-pallet:before {
    content: "\f482";
}

.fa-pallet-alt:before {
    content: "\f483";
}

.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-parachute-box:before {
    content: "\f4cd";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-parking:before {
    content: "\f540";
}

.fa-paste:before {
    content: "\f0ea";
}

.fa-patreon:before {
    content: "\f3d9";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-pen:before {
    content: "\f304";
}

.fa-pen-alt:before {
    content: "\f305";
}

.fa-pen-square:before {
    content: "\f14b";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-pencil-alt:before {
    content: "\f303";
}

.fa-pennant:before {
    content: "\f456";
}

.fa-people-carry:before {
    content: "\f4ce";
}

.fa-percent:before {
    content: "\f295";
}

.fa-percentage:before {
    content: "\f541";
}

.fa-periscope:before {
    content: "\f3da";
}

.fa-person-carry:before {
    content: "\f4cf";
}

.fa-person-dolly:before {
    content: "\f4d0";
}

.fa-person-dolly-empty:before {
    content: "\f4d1";
}

.fa-phabricator:before {
    content: "\f3db";
}

.fa-phoenix-framework:before {
    content: "\f3dc";
}

.fa-phoenix-squadron:before {
    content: "\f511";
}

.fa-phone:before {
    content: "\f095";
}

.fa-phone-plus:before {
    content: "\f4d2";
}

.fa-phone-slash:before {
    content: "\f3dd";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-phone-volume:before {
    content: "\f2a0";
}

.fa-php:before {
    content: "\f457";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-pied-piper-hat:before {
    content: "\f4e5";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-piggy-bank:before {
    content: "\f4d3";
}

.fa-pills:before {
    content: "\f484";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-plane:before {
    content: "\f072";
}

.fa-plane-alt:before {
    content: "\f3de";
}

.fa-play:before {
    content: "\f04b";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-playstation:before {
    content: "\f3df";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-plus:before {
    content: "\f067";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-plus-hexagon:before {
    content: "\f300";
}

.fa-plus-octagon:before {
    content: "\f301";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-poo:before {
    content: "\f2fe";
}

.fa-portrait:before {
    content: "\f3e0";
}

.fa-pound-sign:before {
    content: "\f154";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-prescription-bottle:before {
    content: "\f485";
}

.fa-prescription-bottle-alt:before {
    content: "\f486";
}

.fa-print:before {
    content: "\f02f";
}

.fa-procedures:before {
    content: "\f487";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-project-diagram:before {
    content: "\f542";
}

.fa-pushed:before {
    content: "\f3e1";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-python:before {
    content: "\f3e2";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-question:before {
    content: "\f128";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-question-square:before {
    content: "\f2fd";
}

.fa-quidditch:before {
    content: "\f458";
}

.fa-quinscape:before {
    content: "\f459";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-r-project:before {
    content: "\f4f7";
}

.fa-racquet:before {
    content: "\f45a";
}

.fa-ramp-loading:before {
    content: "\f4d4";
}

.fa-random:before {
    content: "\f074";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-react:before {
    content: "\f41b";
}

.fa-readme:before {
    content: "\f4d5";
}

.fa-rebel:before {
    content: "\f1d0";
}

.fa-receipt:before {
    content: "\f543";
}

.fa-rectangle-landscape:before {
    content: "\f2fa";
}

.fa-rectangle-portrait:before {
    content: "\f2fb";
}

.fa-rectangle-wide:before {
    content: "\f2fc";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-red-river:before {
    content: "\f3e3";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-redo:before {
    content: "\f01e";
}

.fa-redo-alt:before {
    content: "\f2f9";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-rendact:before {
    content: "\f3e4";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-repeat:before {
    content: "\f363";
}

.fa-repeat-1:before {
    content: "\f365";
}

.fa-repeat-1-alt:before {
    content: "\f366";
}

.fa-repeat-alt:before {
    content: "\f364";
}

.fa-reply:before {
    content: "\f3e5";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-replyd:before {
    content: "\f3e6";
}

.fa-researchgate:before {
    content: "\f4f8";
}

.fa-resolving:before {
    content: "\f3e7";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-retweet-alt:before {
    content: "\f361";
}

.fa-ribbon:before {
    content: "\f4d6";
}

.fa-road:before {
    content: "\f018";
}

.fa-robot:before {
    content: "\f544";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-rocketchat:before {
    content: "\f3e8";
}

.fa-rockrms:before {
    content: "\f3e9";
}

.fa-route:before {
    content: "\f4d7";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-ruble-sign:before {
    content: "\f158";
}

.fa-ruler:before {
    content: "\f545";
}

.fa-ruler-combined:before {
    content: "\f546";
}

.fa-ruler-horizontal:before {
    content: "\f547";
}

.fa-ruler-vertical:before {
    content: "\f548";
}

.fa-rupee-sign:before {
    content: "\f156";
}

.fa-safari:before {
    content: "\f267";
}

.fa-sass:before {
    content: "\f41e";
}

.fa-save:before {
    content: "\f0c7";
}

.fa-scanner:before {
    content: "\f488";
}

.fa-scanner-keyboard:before {
    content: "\f489";
}

.fa-scanner-touchscreen:before {
    content: "\f48a";
}

.fa-schlix:before {
    content: "\f3ea";
}

.fa-school:before {
    content: "\f549";
}

.fa-screwdriver:before {
    content: "\f54a";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-scrubber:before {
    content: "\f2f8";
}

.fa-search:before {
    content: "\f002";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-searchengin:before {
    content: "\f3eb";
}

.fa-seedling:before {
    content: "\f4d8";
}

.fa-sellcast:before {
    content: "\f2da";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-server:before {
    content: "\f233";
}

.fa-servicestack:before {
    content: "\f3ec";
}

.fa-share:before {
    content: "\f064";
}

.fa-share-all:before {
    content: "\f367";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-shekel-sign:before {
    content: "\f20b";
}

.fa-shield:before {
    content: "\f132";
}

.fa-shield-alt:before {
    content: "\f3ed";
}

.fa-shield-check:before {
    content: "\f2f7";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-shipping-fast:before {
    content: "\f48b";
}

.fa-shipping-timed:before {
    content: "\f48c";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-shoe-prints:before {
    content: "\f54b";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-shuttlecock:before {
    content: "\f45b";
}

.fa-sign:before {
    content: "\f4d9";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-sign-in-alt:before {
    content: "\f2f6";
}

.fa-sign-language:before {
    content: "\f2a7";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-sign-out-alt:before {
    content: "\f2f5";
}

.fa-signal:before {
    content: "\f012";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-sistrix:before {
    content: "\f3ee";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-sith:before {
    content: "\f512";
}

.fa-skull:before {
    content: "\f54c";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-slack:before {
    content: "\f198";
}

.fa-slack-hash:before {
    content: "\f3ef";
}

.fa-sliders-h:before {
    content: "\f1de";
}

.fa-sliders-h-square:before {
    content: "\f3f0";
}

.fa-sliders-v:before {
    content: "\f3f1";
}

.fa-sliders-v-square:before {
    content: "\f3f2";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-smile:before {
    content: "\f118";
}

.fa-smile-plus:before {
    content: "\f4da";
}

.fa-smoking:before {
    content: "\f48d";
}

.fa-smoking-ban:before {
    content: "\f54d";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-snowflake:before {
    content: "\f2dc";
}

.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-alpha-down:before {
    content: "\f15d";
}

.fa-sort-alpha-up:before {
    content: "\f15e";
}

.fa-sort-amount-down:before {
    content: "\f160";
}

.fa-sort-amount-up:before {
    content: "\f161";
}

.fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-numeric-down:before {
    content: "\f162";
}

.fa-sort-numeric-up:before {
    content: "\f163";
}

.fa-sort-up:before {
    content: "\f0de";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-spade:before {
    content: "\f2f4";
}

.fa-speakap:before {
    content: "\f3f3";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-spinner-third:before {
    content: "\f3f4";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-square-full:before {
    content: "\f45c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-exclamation:before {
    content: "\f2f3";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-staylinked:before {
    content: "\f3f5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-steam-symbol:before {
    content: "\f3f6";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-sticker-mule:before {
    content: "\f3f7";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stopwatch:before {
    content: "\f2f2";
}

.fa-store:before {
    content: "\f54e";
}

.fa-store-alt:before {
    content: "\f54f";
}

.fa-strava:before {
    content: "\f428";
}

.fa-stream:before {
    content: "\f550";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-stripe:before {
    content: "\f429";
}

.fa-stripe-s:before {
    content: "\f42a";
}

.fa-stroopwafel:before {
    content: "\f551";
}

.fa-studiovinari:before {
    content: "\f3f8";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-subway:before {
    content: "\f239";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-sun:before {
    content: "\f185";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-supple:before {
    content: "\f3f9";
}

.fa-sync:before {
    content: "\f021";
}

.fa-sync-alt:before {
    content: "\f2f1";
}

.fa-syringe:before {
    content: "\f48e";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-table-tennis:before {
    content: "\f45d";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-tablet-alt:before {
    content: "\f3fa";
}

.fa-tablet-android:before {
    content: "\f3fb";
}

.fa-tablet-android-alt:before {
    content: "\f3fc";
}

.fa-tablet-rugged:before {
    content: "\f48f";
}

.fa-tablets:before {
    content: "\f490";
}

.fa-tachometer:before {
    content: "\f0e4";
}

.fa-tachometer-alt:before {
    content: "\f3fd";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-tape:before {
    content: "\f4db";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-taxi:before {
    content: "\f1ba";
}

.fa-teamspeak:before {
    content: "\f4f9";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-telegram-plane:before {
    content: "\f3fe";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-tennis-ball:before {
    content: "\f45e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-thermometer:before {
    content: "\f491";
}

.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbtack:before {
    content: "\f08d";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-ticket-alt:before {
    content: "\f3ff";
}

.fa-times:before {
    content: "\f00d";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-times-hexagon:before {
    content: "\f2ee";
}

.fa-times-octagon:before {
    content: "\f2f0";
}

.fa-times-square:before {
    content: "\f2d3";
}

.fa-tint:before {
    content: "\f043";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-toolbox:before {
    content: "\f552";
}

.fa-trade-federation:before {
    content: "\f513";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-train:before {
    content: "\f238";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-trash-alt:before {
    content: "\f2ed";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-tree-alt:before {
    content: "\f400";
}

.fa-trello:before {
    content: "\f181";
}

.fa-triangle:before {
    content: "\f2ec";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-trophy-alt:before {
    content: "\f2eb";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-truck-container:before {
    content: "\f4dc";
}

.fa-truck-couch:before {
    content: "\f4dd";
}

.fa-truck-loading:before {
    content: "\f4de";
}

.fa-truck-moving:before {
    content: "\f4df";
}

.fa-truck-ramp:before {
    content: "\f4e0";
}

.fa-tshirt:before {
    content: "\f553";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-tv:before {
    content: "\f26c";
}

.fa-tv-retro:before {
    content: "\f401";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-typo3:before {
    content: "\f42b";
}

.fa-uber:before {
    content: "\f402";
}

.fa-uikit:before {
    content: "\f403";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-undo:before {
    content: "\f0e2";
}

.fa-undo-alt:before {
    content: "\f2ea";
}

.fa-uniregistry:before {
    content: "\f404";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-university:before {
    content: "\f19c";
}

.fa-unlink:before {
    content: "\f127";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-untappd:before {
    content: "\f405";
}

.fa-upload:before {
    content: "\f093";
}

.fa-usb:before {
    content: "\f287";
}

.fa-usd-circle:before {
    content: "\f2e8";
}

.fa-usd-square:before {
    content: "\f2e9";
}

.fa-user:before {
    content: "\f007";
}

.fa-user-alt:before {
    content: "\f406";
}

.fa-user-alt-slash:before {
    content: "\f4fa";
}

.fa-user-astronaut:before {
    content: "\f4fb";
}

.fa-user-check:before {
    content: "\f4fc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-clock:before {
    content: "\f4fd";
}

.fa-user-cog:before {
    content: "\f4fe";
}

.fa-user-edit:before {
    content: "\f4ff";
}

.fa-user-friends:before {
    content: "\f500";
}

.fa-user-graduate:before {
    content: "\f501";
}

.fa-user-lock:before {
    content: "\f502";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-user-minus:before {
    content: "\f503";
}

.fa-user-ninja:before {
    content: "\f504";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-user-shield:before {
    content: "\f505";
}

.fa-user-slash:before {
    content: "\f506";
}

.fa-user-tag:before {
    content: "\f507";
}

.fa-user-tie:before {
    content: "\f508";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-users:before {
    content: "\f0c0";
}

.fa-users-cog:before {
    content: "\f509";
}

.fa-ussunnah:before {
    content: "\f407";
}

.fa-utensil-fork:before {
    content: "\f2e3";
}

.fa-utensil-knife:before {
    content: "\f2e4";
}

.fa-utensil-spoon:before {
    content: "\f2e5";
}

.fa-utensils:before {
    content: "\f2e7";
}

.fa-utensils-alt:before {
    content: "\f2e6";
}

.fa-vaadin:before {
    content: "\f408";
}

.fa-venus:before {
    content: "\f221";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-vial:before {
    content: "\f492";
}

.fa-vials:before {
    content: "\f493";
}

.fa-viber:before {
    content: "\f409";
}

.fa-video:before {
    content: "\f03d";
}

.fa-video-plus:before {
    content: "\f4e1";
}

.fa-video-slash:before {
    content: "\f4e2";
}

.fa-vimeo:before {
    content: "\f40a";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-vimeo-v:before {
    content: "\f27d";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-vk:before {
    content: "\f189";
}

.fa-vnv:before {
    content: "\f40b";
}

.fa-volleyball-ball:before {
    content: "\f45f";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-mute:before {
    content: "\f2e2";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-vuejs:before {
    content: "\f41f";
}

.fa-walking:before {
    content: "\f554";
}

.fa-wallet:before {
    content: "\f555";
}

.fa-warehouse:before {
    content: "\f494";
}

.fa-warehouse-alt:before {
    content: "\f495";
}

.fa-watch:before {
    content: "\f2e1";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-weight:before {
    content: "\f496";
}

.fa-weixin:before {
    content: "\f1d7";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-whatsapp-square:before {
    content: "\f40c";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-whistle:before {
    content: "\f460";
}

.fa-whmcs:before {
    content: "\f40d";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-window:before {
    content: "\f40e";
}

.fa-window-alt:before {
    content: "\f40f";
}

.fa-window-close:before {
    content: "\f410";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-wine-glass:before {
    content: "\f4e3";
}

.fa-wolf-pack-battalion:before {
    content: "\f514";
}

.fa-won-sign:before {
    content: "\f159";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-wordpress-simple:before {
    content: "\f411";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-x-ray:before {
    content: "\f497";
}

.fa-xbox:before {
    content: "\f412";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-y-combinator:before {
    content: "\f23b";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-yandex:before {
    content: "\f413";
}

.fa-yandex-international:before {
    content: "\f414";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-yen-sign:before {
    content: "\f157";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-youtube-square:before {
    content: "\f431";
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    src: url("/fonts/fa-light-300.eot");
    src: url("/fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("/fonts/fa-light-300.woff2") format("woff2"), url("/fonts/fa-light-300.woff") format("woff"), url("/fonts/fa-light-300.ttf") format("truetype"), url("/fonts/fa-light-300.svg#fontawesome") format("svg");
}

.fal {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/fa-regular-400.eot");
    src: url("/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/fonts/fa-regular-400.woff2") format("woff2"), url("/fonts/fa-regular-400.woff") format("woff"), url("/fonts/fa-regular-400.ttf") format("truetype"), url("/fonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    src: url("/fonts/fa-solid-900.eot");
    src: url("/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/fonts/fa-solid-900.woff2") format("woff2"), url("/fonts/fa-solid-900.woff") format("woff"), url("/fonts/fa-solid-900.ttf") format("truetype"), url("/fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/fa-brands-400.eot");
    src: url("/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/fonts/fa-brands-400.woff2") format("woff2"), url("/fonts/fa-brands-400.woff") format("woff"), url("/fonts/fa-brands-400.ttf") format("truetype"), url("/fonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
    font-family: "Font Awesome 5 Brands";
}

.datepicker-container {
    background-color: #fff;
    direction: ltr;
    font-size: 12px;
    left: 0;
    line-height: 30px;
    position: fixed;
    top: 0;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 210px;
    z-index: -1;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

    .datepicker-container::before,
    .datepicker-container::after {
        border: 5px solid transparent;
        content: " ";
        display: block;
        height: 0;
        position: absolute;
        width: 0;
    }

.datepicker-dropdown {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    z-index: 1;
}

.datepicker-inline {
    position: static;
}

.datepicker-top-left,
.datepicker-top-right {
    border-top-color: #ccc;
}

    .datepicker-top-left::before,
    .datepicker-top-left::after,
    .datepicker-top-right::before,
    .datepicker-top-right::after {
        border-top: 0;
        left: 10px;
        top: -5px;
    }

    .datepicker-top-left::before,
    .datepicker-top-right::before {
        border-bottom-color: #ccc;
    }

    .datepicker-top-left::after,
    .datepicker-top-right::after {
        border-bottom-color: #fff;
        top: -4px;
    }

.datepicker-bottom-left,
.datepicker-bottom-right {
    border-bottom-color: #ccc;
}

    .datepicker-bottom-left::before,
    .datepicker-bottom-left::after,
    .datepicker-bottom-right::before,
    .datepicker-bottom-right::after {
        border-bottom: 0;
        bottom: -5px;
        left: 10px;
    }

    .datepicker-bottom-left::before,
    .datepicker-bottom-right::before {
        border-top-color: #ccc;
    }

    .datepicker-bottom-left::after,
    .datepicker-bottom-right::after {
        border-top-color: #fff;
        bottom: -4px;
    }

    .datepicker-top-right::before,
    .datepicker-top-right::after,
    .datepicker-bottom-right::before,
    .datepicker-bottom-right::after {
        left: auto;
        right: 10px;
    }

.datepicker-panel > ul {
    margin: 0;
    padding: 0;
    width: 102%;
}

    .datepicker-panel > ul li {
        position: initial;
    }

        .datepicker-panel > ul li:before {
            content: none;
        }

    .datepicker-panel > ul::before,
    .datepicker-panel > ul::after {
        content: " ";
        display: table;
    }

    .datepicker-panel > ul::after {
        clear: both;
    }

    .datepicker-panel > ul > li {
        background-color: #fff;
        cursor: pointer;
        float: left;
        height: 30px;
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 30px;
        border-radius: 4px;
    }

        .datepicker-panel > ul > li:hover {
            background-color: #ccdfee;
            color: #0060a9;
        }

        .datepicker-panel > ul > li.muted {
            color: #999;
        }

            .datepicker-panel > ul > li.muted:hover {
                color: #0060a9;
            }

        .datepicker-panel > ul > li.highlighted {
            background-color: #ccdfee;
            color: #0060a9;
        }

            .datepicker-panel > ul > li.highlighted:hover {
                background-color: #00418a;
                color: #fff;
            }

        .datepicker-panel > ul > li.picked,
        .datepicker-panel > ul > li.picked:hover {
            color: #fff;
            background-color: #00aeef;
        }

        .datepicker-panel > ul > li.disabled,
        .datepicker-panel > ul > li.disabled:hover {
            background-color: #fff;
            color: #999;
            cursor: default;
        }

            .datepicker-panel > ul > li.disabled.highlighted,
            .datepicker-panel > ul > li.disabled:hover.highlighted {
                background-color: #e6e6e6;
                color: #999;
            }

        .datepicker-panel > ul > li[data-view="years prev"],
        .datepicker-panel > ul > li[data-view="year prev"],
        .datepicker-panel > ul > li[data-view="month prev"],
        .datepicker-panel > ul > li[data-view="years next"],
        .datepicker-panel > ul > li[data-view="year next"],
        .datepicker-panel > ul > li[data-view="month next"],
        .datepicker-panel > ul > li[data-view="next"] {
            position: relative;
            z-index: 2;
            font-size: 18px;
        }

        .datepicker-panel > ul > li[data-view="years current"],
        .datepicker-panel > ul > li[data-view="year current"],
        .datepicker-panel > ul > li[data-view="month current"] {
            width: 150px;
        }

    .datepicker-panel > ul[data-view="years"] > li,
    .datepicker-panel > ul[data-view="months"] > li {
        height: 52.5px;
        line-height: 52.5px;
        width: 52.5px;
    }

    .datepicker-panel > ul[data-view="week"] > li,
    .datepicker-panel > ul[data-view="week"] > li:hover {
        background-color: #fff;
        color: #333;
        cursor: default;
    }

.datepicker-hide {
    display: none;
}

.datepicker-dropdown ul,
.datepicker-dropdown ol {
    list-style: none;
}

.flickity-enabled {
    position: relative;
}

    .flickity-enabled:focus {
        outline: none;
    }


    .flickity-enabled.is-draggable .flickity-viewport {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab;
    }

        .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
            cursor: -webkit-grabbing;
            cursor: grabbing;
        }

.flickity-button {
    position: absolute;
    background: #ffffff;
    border: 0;
    outline: 0;
    color: #361487;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .flickity-button:hover,
    .flickity-button:focus {
        background: #00418a;
        cursor: pointer;
    }

    .flickity-button:disabled {
        opacity: 0.25;
        cursor: auto;
        pointer-events: none;
    }

.flickity-button-icon {
    fill: #361487;
}

.flickity-prev-next-button {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    width: 55px;
    height: 55px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .flickity-prev-next-button.previous {
        left: 0;
    }

    .flickity-prev-next-button.next {
        right: 0;
    }

    .flickity-prev-next-button .flickity-button-icon {
        display: block;
        width: auto;
        height: 20px;
    }

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 0;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 0;
}

.flickity-page-dots {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    text-align: center;
    pointer-events: none;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 7px;
    background: none;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff;
    cursor: pointer;
    pointer-events: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .flickity-page-dots .dot:hover {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .flickity-page-dots .dot.is-selected {
        background-color: #fff;
    }

.carousel {
    position: relative;
    overflow: hidden;
}

.carousel-cell {
    width: 100%;
    height: 500px;
    margin-right: 10px;
    border-radius: 5px;
}

    .carousel-cell img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .carousel-cell .content {
        position: relative;
    }


.responsive-tabs-container .panel-group {
    display: none;
}

@media (max-width: 767px) {
    .responsive-tabs-container.accordion-xs .nav-tabs {
        display: none;
    }

    .responsive-tabs-container.accordion-xs .tab-content {
        display: none;
    }

    .responsive-tabs-container.accordion-xs .panel-group {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .responsive-tabs-container.accordion-sm .nav-tabs {
        display: none;
    }

    .responsive-tabs-container.accordion-sm .tab-content {
        display: none;
    }

    .responsive-tabs-container.accordion-sm .panel-group {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .responsive-tabs-container.accordion-md .nav-tabs {
        display: none;
    }

    .responsive-tabs-container.accordion-md .tab-content {
        display: none;
    }

    .responsive-tabs-container.accordion-md .panel-group {
        display: block;
    }
}

@media (min-width: 1200px) {
    .responsive-tabs-container.accordion-lg .nav-tabs {
        display: none;
    }

    .responsive-tabs-container.accordion-lg .tab-content {
        display: none;
    }

    .responsive-tabs-container.accordion-lg .panel-group {
        display: block;
    }
}

@font-face {
    font-family: "Rotis SemiSans Pro";
    src: url("/fonts/Rotis%20SemiSans%20Pro.woff2") format("woff2"), url("/fonts/Rotis%20SemiSans%20Pro.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Rotis SemiSans Pro";
    src: url("/fonts/Rotis%20SemiSans%20Pro%20Italic.woff2") format("woff2"), url("/fonts/Rotis%20SemiSans%20Pro%20Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Rotis SemiSans Pro";
    src: url("/fonts/Rotis%20SemiSans%20Pro%20Bold.woff2") format("woff2"), url("/fonts/Rotis%20SemiSans%20Pro%20Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Rotis SemiSans Pro";
    src: url("/fonts/Rotis%20SemiSans%20Pro%20ExtraBold.woff2") format("woff2"), url("/fonts/Rotis%20SemiSans%20Pro%20ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'Reader Pro';
    font-size: 20px;
    line-height: 1.25;
    color: #140033;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
    body {
        font-size: 18px;
        line-height: 24px;
    }
}

#main-wrapper {
    position: relative;
}

@media (min-width: 992px) {
    .page-wrapper {
        padding-top: 200px;
    }

    .error-500 .page-wrapper {
        padding-top: 0;
    }
}

.container {
    width: 100%;
    /*max-width: 1270px;*/
    max-width: 1344px !important;
    padding-left: 15px;
    padding-right: 15px;
}

.full-width > .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

    .full-width > .container > .row {
        margin-left: 0;
        margin-right: 0;
    }

        .full-width > .container > .row > [class^="col-"],
        .full-width > .container > .row > [class*=" col-"] {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }

.page-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .page-row > .page-content,
    .page-row > .page-sidebar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-top: 10px;
        margin-bottom: 60px;
    }

        .page-row > .page-content > h1:first-child,
        .page-row > .page-content > h2:first-child,
        .page-row > .page-content > h3:first-child,
        .page-row > .page-content > h4:first-child,
        .page-row > .page-content > h5:first-child,
        .page-row > .page-content > h6:first-child {
            margin-top: 0;
        }

        .page-row > .page-content > h1:last-child,
        .page-row > .page-content > h2:last-child,
        .page-row > .page-content > h3:last-child,
        .page-row > .page-content > h4:last-child,
        .page-row > .page-content > h5:last-child,
        .page-row > .page-content > h6:last-child {
            margin-bottom: 0;
        }

        .page-row > .page-content > h1 + .panel,
        .page-row > .page-content > h1 + .panel-group,
        .page-row > .page-content > h2 + .panel,
        .page-row > .page-content > h2 + .panel-group,
        .page-row > .page-content > h3 + .panel,
        .page-row > .page-content > h3 + .panel-group,
        .page-row > .page-content > h4 + .panel,
        .page-row > .page-content > h4 + .panel-group,
        .page-row > .page-content > h5 + .panel,
        .page-row > .page-content > h5 + .panel-group,
        .page-row > .page-content > h6 + .panel,
        .page-row > .page-content > h6 + .panel-group {
            margin-top: 40px;
        }

        .page-row > .page-content > ul:first-child,
        .page-row > .page-content > ol:first-child,
        .page-row > .page-content > p:first-child,
        .page-row > .page-content > figure:first-child,
        .page-row > .page-content > img:first-child,
        .page-row > .page-content > .panel:first-child,
        .page-row > .page-content > .panel-group:first-child {
            margin-top: 0;
        }

        .page-row > .page-content > ul:last-child,
        .page-row > .page-content > ol:last-child,
        .page-row > .page-content > p:last-child,
        .page-row > .page-content > figure:last-child,
        .page-row > .page-content > img:last-child,
        .page-row > .page-content > .panel:last-child,
        .page-row > .page-content > .panel-group:last-child {
            margin-bottom: 0;
        }

@media (max-width: 991px) {
    .page-row {
        display: block;
    }
}

@media (min-width: 992px) {
    .page-sidebar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

        .page-sidebar .page-sidebar-container {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            position: relative;
            width: 100%;
        }

        .page-sidebar .page-sidebar-inner {
            position: relative;
            top: 0;
        }

            .page-sidebar .page-sidebar-inner.bottom {
                position: absolute;
                top: auto;
                bottom: 0;
            }

            .page-sidebar .page-sidebar-inner.fixed {
                position: fixed;
                top: 220px;
            }
}

@media (max-width: 991px) {
    .page-sidebar .widget-section-links {
        display: none !important;
    }
}

a {
    color: #970088;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    a:hover,
    a:active,
    a:focus {
        color: #140035;
        text-decoration: none;
    }

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 38px;
}

figure {
    margin: 10px 0 38px;
}

    figure img {
        margin-top: 0;
        margin-bottom: 0;
    }

iframe {
    border: none !important;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

.clearflex::before,
.clearflex::after {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 56px;
    margin-bottom: 20px;
    font-family: inherit;
    font-weight: 800;
    line-height: 1.2;
    color: inherit;
}

h1,
.h1 {
    font-size: 55px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 32px;
}

h4,
.h4 {
    font-size: 28px;
}

h5,
.h5 {
    font-size: 24px;
}

h6,
.h6 {
    font-size: 20px;
}

h1, .h1 {
    text-transform: none;
    font-family: Reader Pro;
    font-weight: 500;
    color: #371487;
}

p {
    margin: 0 0 28px;
}

.lead {
    margin-bottom: 36px;
    font-size: 28px;
    line-height: 36px;
}

small,
.small,
.panel.portal-dashboard-password,
.panel.portal-dashboard-contact {
    font-size: 72%;
    line-height: 1.273em;
}

mark,
.mark {
    background-color: #ccdfee;
    padding: 0.1em 0.2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase,
.initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.offscreen {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 28px;
}

    ul li,
    ol li {
        margin-bottom: 14px;
    }

        ul li:last-child,
        ol li:last-child {
            margin-bottom: 0;
        }

    ul ul,
    ul ol,
    ol ul,
    ol ol {
        margin-top: 14px;
        margin-bottom: 0;
    }

ul {
    list-style: none;
}

    ul li {
        position: relative;
    }

        ul li:before {
            content: "\2022";
            position: absolute;
            top: -7px;
            left: -20px;
            line-height: inherit;
            font-size: 1.455em;
            color: #970088;
            pointer-events: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

.list-unstyled {
    list-style: none;
    padding-left: 0;
}

    .list-unstyled li {
        position: initial;
    }

        .list-unstyled li:before {
            content: none;
        }

.list-inline {
    list-style: none;
    padding-left: 0;
}

    .list-inline li {
        position: initial;
    }

        .list-inline li:before {
            content: none;
        }

    .list-inline > li {
        display: inline-block;
        margin-right: 28px;
    }

        .list-inline > li:last-child {
            margin-right: 0;
        }

.list-links {
    list-style: none;
    padding-left: 0;
}

    .list-links li {
        position: initial;
    }

        .list-links li:before {
            content: none;
        }

        .list-links li a {
            text-decoration: none !important;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, currentColor), color-stop(50%, rgba(0, 0, 0, 0)));
            background-image: -o-linear-gradient(top, currentColor 50%, rgba(0, 0, 0, 0) 50%);
            background-image: linear-gradient(to bottom, currentColor 50%, rgba(0, 0, 0, 0) 50%);
            background-repeat: repeat-x;
            background-size: 2px 0.15em;
            background-position: 0 1.15em !important;
        }

            .list-links li a:hover {
                background-image: none;
            }

.list-download {
    list-style: none;
    padding-left: 0;
}

    .list-download li {
        position: initial;
    }

        .list-download li:before {
            content: none;
        }

    .list-download li {
        position: relative;
        margin-bottom: 28px;
        padding-left: 30px;
    }

        .list-download li:last-child {
            margin-bottom: 0;
        }

        .list-download li:before {
            content: "\f34a";
            position: absolute;
            top: 2px;
            left: 0;
            font-family: "Font Awesome 5 Pro";
            font-size: 20px;
            font-weight: 700;
            color: #0060a9;
        }

        .list-download li a {
            text-decoration: none !important;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, currentColor), color-stop(50%, rgba(0, 0, 0, 0)));
            background-image: -o-linear-gradient(top, currentColor 50%, rgba(0, 0, 0, 0) 50%);
            background-image: linear-gradient(to bottom, currentColor 50%, rgba(0, 0, 0, 0) 50%);
            background-repeat: repeat-x;
            background-size: 2px 0.15em;
            background-position: 0 1.15em !important;
        }

            .list-download li a:hover {
                background-image: none;
            }

.at-expanded-menu-service-list li:before {
    content: none;
}

dl {
    margin-top: 0;
    margin-bottom: 28px;
}

dt,
dd {
    line-height: 28px;
}

dt {
    font-weight: normal;
}

dd {
    margin-left: 40px;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999;
    text-decoration: none;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 0;
    margin: 0 0 28px;
    font-style: italic;
}

.blockquote {
    padding: 20px 30px;
    color: #001f67;
    background-color: #ccdfee;
}

    .blockquote p:last-child,
    .blockquote ul:last-child,
    .blockquote ol:last-child {
        margin-bottom: 0;
    }

    .blockquote p + footer,
    .blockquote ul + footer,
    .blockquote ol + footer {
        margin-top: -14px;
    }

    .blockquote footer {
        display: block;
        font-size: 16px;
        font-style: normal;
        line-height: 22px;
        color: #0060a9;
    }

        .blockquote footer:before {
            content: "\2014 \00A0";
        }

cite {
    font-style: normal;
}

address {
    margin-bottom: 28px;
    font-style: normal;
    line-height: 28px;
}

@media (max-width: 767px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        margin-top: 48px;
        margin-bottom: 15px;
    }

    h1,
    .h1 {
        font-size: 36px;
    }

    h2,
    .h2 {
        font-size: 32px;
    }

    h3,
    .h3 {
        font-size: 28px;
    }

    h4,
    .h4 {
        font-size: 24px;
    }

    h5,
    .h5 {
        font-size: 20px;
    }

    h6,
    .h6 {
        font-size: 16px;
    }

    p {
        margin-bottom: 24px;
    }

    .lead {
        margin-bottom: 28px;
        font-size: 22px;
        line-height: 28px;
    }

    small,
    .small,
    .panel.portal-dashboard-password,
    .panel.portal-dashboard-contact {
        font-size: 77%;
    }

    ul,
    ol {
        margin-bottom: 24px;
    }

        ul li,
        ol li {
            margin-bottom: 12px;
        }

        ul ul,
        ul ol,
        ol ul,
        ol ol {
            margin-top: 12px;
        }

    .list-inline > li {
        display: inline-block;
        margin-right: 24px;
    }

    .list-links {
        list-style: none;
        padding-left: 0;
    }

        .list-links li {
            position: initial;
        }

            .list-links li:before {
                content: none;
            }

            .list-links li a {
                text-decoration: none !important;
                background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, currentColor), color-stop(50%, rgba(0, 0, 0, 0)));
                background-image: -o-linear-gradient(top, currentColor 50%, rgba(0, 0, 0, 0) 50%);
                background-image: linear-gradient(to bottom, currentColor 50%, rgba(0, 0, 0, 0) 50%);
                background-repeat: repeat-x;
                background-size: 2px 0.15em;
                background-position: 0 1.15em !important;
            }

                .list-links li a:hover {
                    background-image: none;
                }

    .list-download li {
        margin-bottom: 24px;
        padding-left: 25px;
    }

        .list-download li:before {
            font-size: 16px;
        }

    dl {
        margin-bottom: 24px;
    }

    dt,
    dd {
        line-height: 24px;
    }

    blockquote {
        margin-bottom: 24px;
    }

    .blockquote p + footer,
    .blockquote ul + footer,
    .blockquote ol + footer {
        margin-top: -12px;
    }

    .blockquote footer {
        font-size: 14px;
        line-height: 18px;
    }

    address {
        margin-bottom: 24px;
        line-height: 24px;
    }
}

.btn,
.file-input .control:before {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 2px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 9.5px 29px 9.5px 31px;
    font-size: 18px;
    line-height: 24px;
    border-radius: 3px;
}

    .btn:focus,
    .file-input .control:focus:before,
    .btn.focus,
    .file-input .focus.control:before,
    .btn:active:focus,
    .file-input .control:active:focus:before,
    .btn:active.focus,
    .file-input .control:active.focus:before,
    .btn.active:focus,
    .file-input .active.control:focus:before,
    .btn.active.focus,
    .file-input .active.focus.control:before {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .file-input .control:hover:before,
    .btn:focus,
    .file-input .control:focus:before,
    .btn.focus,
    .file-input .focus.control:before {
        color: #0060a9;
        text-decoration: none;
    }

    .btn:active,
    .file-input .control:active:before,
    .btn.active,
    .file-input .active.control:before {
        outline: 0;
        background-image: none;
    }

    .btn.disabled,
    .file-input .disabled.control:before,
    .btn[disabled],
    .file-input .control[disabled]:before,
    fieldset[disabled] .btn,
    fieldset[disabled] .file-input .control:before,
    .file-input fieldset[disabled] .control:before {
        cursor: not-allowed;
        opacity: 0.65;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a.btn.disabled,
.file-input a.disabled.control:before,
fieldset[disabled] a.btn,
fieldset[disabled] .file-input a.control:before,
.file-input fieldset[disabled] a.control:before {
    pointer-events: none;
}

.btn-rcm-blue-dark,
.file-input .control:before {
    color: #fff;
    background-color: #ff6032;
    border-color: #ff6032;
}

    .btn-rcm-blue-dark:focus,
    .file-input .control:focus:before,
    .btn-rcm-blue-dark.focus,
    .file-input .focus.control:before {
        color: #fff;
        background-color: #d04b24 !important;
        border-color: #d04b24 !important;
    }

    .btn-rcm-blue-dark:hover,
    .file-input .control:hover:before {
        color: #fff;
        background-color: #d04b24 !important;
        border-color: #d04b24 !important;
    }

    .btn-rcm-blue-dark:active,
    .file-input .control:active:before,
    .btn-rcm-blue-dark.active,
    .file-input .active.control:before {
        color: #fff;
        background-color: #d04b24 !important;
        border-color: #d04b24 !important;
    }

        .btn-rcm-blue-dark:active:hover,
        .file-input .control:active:hover:before,
        .btn-rcm-blue-dark:active:focus,
        .file-input .control:active:focus:before,
        .btn-rcm-blue-dark:active.focus,
        .file-input .control:active.focus:before,
        .btn-rcm-blue-dark.active:hover,
        .file-input .active.control:hover:before,
        .btn-rcm-blue-dark.active:focus,
        .file-input .active.control:focus:before,
        .btn-rcm-blue-dark.active.focus,
        .file-input .active.focus.control:before {
            color: #fff;
            background-color: #003571;
            border-color: #003571;
        }

    .btn-rcm-blue-dark:active,
    .file-input .control:active:before,
    .btn-rcm-blue-dark.active,
    .file-input .active.control:before {
        background-image: none;
    }

        .btn-rcm-blue-dark:focus,
        .file-input .control:focus:before,
        .btn-rcm-blue-dark.focus,
        .file-input .focus.control:before,
        .btn-rcm-blue-dark:active:focus,
        .file-input .control:active:focus:before,
        .btn-rcm-blue-dark:active.focus,
        .file-input .control:active.focus:before,
        .btn-rcm-blue-dark.active:focus,
        .file-input .active.control:focus:before,
        .btn-rcm-blue-dark.active.focus,
        .file-input .active.focus.control:before {
            outline: 0;
            -webkit-box-shadow: 0 0 0 3px rgba(0, 96, 169, 0.5);
            box-shadow: 0 0 0 3px rgba(0, 96, 169, 0.5);
        }

    .btn-rcm-blue-dark.disabled:hover,
    .file-input .disabled.control:hover:before,
    .btn-rcm-blue-dark.disabled:focus,
    .file-input .disabled.control:focus:before,
    .btn-rcm-blue-dark.disabled.focus,
    .file-input .disabled.focus.control:before,
    .btn-rcm-blue-dark[disabled]:hover,
    .file-input .control[disabled]:hover:before,
    .btn-rcm-blue-dark[disabled]:focus,
    .file-input .control[disabled]:focus:before,
    .btn-rcm-blue-dark[disabled].focus,
    .file-input .control[disabled].focus:before,
    fieldset[disabled] .btn-rcm-blue-dark:hover,
    fieldset[disabled] .file-input .control:hover:before,
    .file-input fieldset[disabled] .control:hover:before,
    fieldset[disabled] .btn-rcm-blue-dark:focus,
    fieldset[disabled] .file-input .control:focus:before,
    .file-input fieldset[disabled] .control:focus:before,
    fieldset[disabled] .btn-rcm-blue-dark.focus,
    fieldset[disabled] .file-input .focus.control:before,
    .file-input fieldset[disabled] .focus.control:before {
        background-color: #0060a9;
    }

.btn-outline-rcm-blue-dark {
    color: #0060a9;
    background-color: rgba(0, 96, 169, 0);
    border-color: #0060a9;
}

    .btn-outline-rcm-blue-dark:focus,
    .btn-outline-rcm-blue-dark.focus {
        color: #00418a;
        background-color: rgba(0, 96, 169, 0);
        border-color: #00418a;
    }

    .btn-outline-rcm-blue-dark:hover {
        color: #00418a;
        background-color: rgba(0, 96, 169, 0);
        border-color: #00418a;
    }

    .btn-outline-rcm-blue-dark:active,
    .btn-outline-rcm-blue-dark.active {
        color: #00418a;
        background-color: rgba(0, 96, 169, 0);
        border-color: #00418a;
    }

        .btn-outline-rcm-blue-dark:active:hover,
        .btn-outline-rcm-blue-dark:active:focus,
        .btn-outline-rcm-blue-dark:active.focus,
        .btn-outline-rcm-blue-dark.active:hover,
        .btn-outline-rcm-blue-dark.active:focus,
        .btn-outline-rcm-blue-dark.active.focus {
            color: #00418a;
            background-color: rgba(0, 82, 144, 0);
            border-color: rgba(0, 82, 144, 0);
        }

    .btn-outline-rcm-blue-dark:active,
    .btn-outline-rcm-blue-dark.active {
        background-image: none;
    }

        .btn-outline-rcm-blue-dark:focus,
        .btn-outline-rcm-blue-dark.focus,
        .btn-outline-rcm-blue-dark:active:focus,
        .btn-outline-rcm-blue-dark:active.focus,
        .btn-outline-rcm-blue-dark.active:focus,
        .btn-outline-rcm-blue-dark.active.focus {
            outline: 0;
            -webkit-box-shadow: 0 0 0 3px rgba(0, 96, 169, 0.5);
            box-shadow: 0 0 0 3px rgba(0, 96, 169, 0.5);
        }

    .btn-outline-rcm-blue-dark.disabled:hover,
    .btn-outline-rcm-blue-dark.disabled:focus,
    .btn-outline-rcm-blue-dark.disabled.focus,
    .btn-outline-rcm-blue-dark[disabled]:hover,
    .btn-outline-rcm-blue-dark[disabled]:focus,
    .btn-outline-rcm-blue-dark[disabled].focus,
    fieldset[disabled] .btn-outline-rcm-blue-dark:hover,
    fieldset[disabled] .btn-outline-rcm-blue-dark:focus,
    fieldset[disabled] .btn-outline-rcm-blue-dark.focus {
        background-color: rgba(0, 96, 169, 0);
    }

.btn-rcm-blue-dark-20-tint {
    color: #0060a9;
    background-color: #ccdfee;
    border-color: #ccdfee;
}

    .btn-rcm-blue-dark-20-tint:focus,
    .btn-rcm-blue-dark-20-tint.focus {
        color: #00418a;
        background-color: #99bfdd;
        border-color: #99bfdd;
    }

    .btn-rcm-blue-dark-20-tint:hover {
        color: #00418a;
        background-color: #99bfdd;
        border-color: #99bfdd;
    }

    .btn-rcm-blue-dark-20-tint:active,
    .btn-rcm-blue-dark-20-tint.active {
        color: #00418a;
        background-color: #99bfdd;
        border-color: #99bfdd;
    }

        .btn-rcm-blue-dark-20-tint:active:hover,
        .btn-rcm-blue-dark-20-tint:active:focus,
        .btn-rcm-blue-dark-20-tint:active.focus,
        .btn-rcm-blue-dark-20-tint.active:hover,
        .btn-rcm-blue-dark-20-tint.active:focus,
        .btn-rcm-blue-dark-20-tint.active.focus {
            color: #00418a;
            background-color: #86b3d7;
            border-color: #86b3d7;
        }

    .btn-rcm-blue-dark-20-tint:active,
    .btn-rcm-blue-dark-20-tint.active {
        background-image: none;
    }

        .btn-rcm-blue-dark-20-tint:focus,
        .btn-rcm-blue-dark-20-tint.focus,
        .btn-rcm-blue-dark-20-tint:active:focus,
        .btn-rcm-blue-dark-20-tint:active.focus,
        .btn-rcm-blue-dark-20-tint.active:focus,
        .btn-rcm-blue-dark-20-tint.active.focus {
            outline: 0;
            -webkit-box-shadow: 0 0 0 3px rgba(204, 223, 238, 0.5);
            box-shadow: 0 0 0 3px rgba(204, 223, 238, 0.5);
        }

    .btn-rcm-blue-dark-20-tint.disabled:hover,
    .btn-rcm-blue-dark-20-tint.disabled:focus,
    .btn-rcm-blue-dark-20-tint.disabled.focus,
    .btn-rcm-blue-dark-20-tint[disabled]:hover,
    .btn-rcm-blue-dark-20-tint[disabled]:focus,
    .btn-rcm-blue-dark-20-tint[disabled].focus,
    fieldset[disabled] .btn-rcm-blue-dark-20-tint:hover,
    fieldset[disabled] .btn-rcm-blue-dark-20-tint:focus,
    fieldset[disabled] .btn-rcm-blue-dark-20-tint.focus {
        background-color: #ccdfee;
    }

.btn-white {
    color: #361487;
    background-color: #fff;
    border-color: rgba(255, 255, 255, 0);
}

    .btn-white:focus,
    .btn-white.focus {
        color: #361487;
        background-color: rgba(255, 255, 255, 0.85);
        border-color: rgba(255, 255, 255, 0);
    }

    .btn-white:hover {
        color: #361487;
        background-color: rgba(255, 255, 255, 0.85);
        border-color: rgba(255, 255, 255, 0);
    }

    .btn-white:active,
    .btn-white.active {
        color: #361487;
        background-color: rgba(255, 255, 255, 0.85);
        border-color: rgba(255, 255, 255, 0);
    }

        .btn-white:active:hover,
        .btn-white:active:focus,
        .btn-white:active.focus,
        .btn-white.active:hover,
        .btn-white.active:focus,
        .btn-white.active.focus {
            color: #0060a9;
            background-color: rgba(242, 242, 242, 0.85);
            border-color: rgba(242, 242, 242, 0.85);
        }

    .btn-white:active,
    .btn-white.active {
        background-image: none;
    }

        .btn-white:focus,
        .btn-white.focus,
        .btn-white:active:focus,
        .btn-white:active.focus,
        .btn-white.active:focus,
        .btn-white.active.focus {
            outline: 0;
            -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
        }

    .btn-white.disabled:hover,
    .btn-white.disabled:focus,
    .btn-white.disabled.focus,
    .btn-white[disabled]:hover,
    .btn-white[disabled]:focus,
    .btn-white[disabled].focus,
    fieldset[disabled] .btn-white:hover,
    fieldset[disabled] .btn-white:focus,
    fieldset[disabled] .btn-white.focus {
        background-color: #fff;
    }

.btn-outline-white {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-color: #fff;
}

    .btn-outline-white:focus,
    .btn-outline-white.focus {
        color: #0060a9;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-outline-white:hover {
        color: #0060a9;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-outline-white:active,
    .btn-outline-white.active {
        color: #0060a9;
        background-color: #fff;
        border-color: #fff;
    }

        .btn-outline-white:active:hover,
        .btn-outline-white:active:focus,
        .btn-outline-white:active.focus,
        .btn-outline-white.active:hover,
        .btn-outline-white.active:focus,
        .btn-outline-white.active.focus {
            color: #0060a9;
            background-color: #f2f2f2;
            border-color: #f2f2f2;
        }

    .btn-outline-white:active,
    .btn-outline-white.active {
        background-image: none;
    }

        .btn-outline-white:focus,
        .btn-outline-white.focus,
        .btn-outline-white:active:focus,
        .btn-outline-white:active.focus,
        .btn-outline-white.active:focus,
        .btn-outline-white.active.focus {
            outline: 0;
            -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
        }

    .btn-outline-white.disabled:hover,
    .btn-outline-white.disabled:focus,
    .btn-outline-white.disabled.focus,
    .btn-outline-white[disabled]:hover,
    .btn-outline-white[disabled]:focus,
    .btn-outline-white[disabled].focus,
    fieldset[disabled] .btn-outline-white:hover,
    fieldset[disabled] .btn-outline-white:focus,
    fieldset[disabled] .btn-outline-white.focus {
        background-color: rgba(255, 255, 255, 0);
    }

.btn-sm {
    padding: 7px 25px 8px 26px;
    font-size: 25px;
    line-height: 24px;
    border-radius: 3px;
}

.btn-xs {
    padding: 3px 17.5px;
    font-size: 18px;
    line-height: 24px;
    border-radius: 2px;
    text-transform: none;
}

.btn-link {
    text-transform: none;
    /*color: #0060a9;*/
    color: #170038;
    border-radius: 0;
    outline: 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:hover,
        .btn-link:focus {
            /*color: #0060a9;*/
            color: #170038;
            text-decoration: underline;
            background-color: transparent;
            outline: 0;
        }

        .btn-link[disabled]:hover,
        .btn-link[disabled]:focus,
        fieldset[disabled] .btn-link:hover,
        fieldset[disabled] .btn-link:focus {
            color: red;
            text-decoration: none;
        }

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 28px;
    line-height: 1.3em;
    font-size: 20px;
    background-color: #fff;
    border: 1px solid rgb(55,20,136, 0.3);
}

    table > thead > tr > th,
    table > thead > tr > td,
    table > tbody > tr > th,
    table > tbody > tr > td,
    table > tfoot > tr > th,
    table > tfoot > tr > td {
        padding: 12px 16px;
        vertical-align: top;
    }

    table > thead > tr th,
    table > tbody > tr th,
    table > tfoot > tr th {
        line-height: 1.444em;
        font-size: 18px;
        font-weight: 800;
        color: #000;
    }

    table > thead > tr th,
    table > thead > tr td {
        text-align: left;
        background-color: #e0dbed;
    }

    table > tbody > tr:nth-child(even) th,
    table > tbody > tr:nth-child(even) td {
        background-color: #e0dbed;
    }

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 1199px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 28px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #99bfdd;
    }

        .table-responsive > table {
            margin-bottom: 0;
            border: 0;
        }

            .table-responsive > table > thead > tr > th,
            .table-responsive > table > thead > tr > td,
            .table-responsive > table > tbody > tr > th,
            .table-responsive > table > tbody > tr > td,
            .table-responsive > table > tfoot > tr > th,
            .table-responsive > table > tfoot > tr > td {
                white-space: nowrap;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    line-height: 26px;
    font-size: 20px;
    font-weight: 500;
    color: #140033;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input::-ms-clear {
    display: none;
}

select::-ms-expand {
    display: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 56px;
    padding: 16px 16px;
    font-size: 16px;
    font-family: Reader Pro;
    line-height: 22px;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: solid 1px #c3b8db;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .form-control[data-toggle="datepicker"],
    .form-control[data-toggle="datepicker-past"] {
        font-family: "Reader Pro";
        font-weight: 700;
        text-transform: uppercase;
    }

        .form-control[data-toggle="datepicker"]::-moz-placeholder,
        .form-control[data-toggle="datepicker-past"]::-moz-placeholder {
            color: inherit;
            opacity: 1;
        }

        .form-control[data-toggle="datepicker"]:-ms-input-placeholder,
        .form-control[data-toggle="datepicker-past"]:-ms-input-placeholder {
            color: inherit;
        }

        .form-control[data-toggle="datepicker"]::-webkit-input-placeholder,
        .form-control[data-toggle="datepicker-past"]::-webkit-input-placeholder {
            color: inherit;
        }

    .form-control:hover {
        border-color: #0060a9;
    }

    .form-control:focus {
        border-color: #0060a9;
        outline: 0;
        -webkit-box-shadow: 0 0 0 3px rgba(0, 96, 169, 0.25);
        box-shadow: 0 0 0 3px rgba(0, 96, 169, 0.25);
    }

    .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: #e6e6e6;
        border-color: #ccc;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

select.form-control {
    padding-top: 13px;
    padding-bottom: 11px;
    padding-right: 50px;
    font-family: Reader Pro;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' width='512' height='512'%3E%3Cpath fill='%23001f67' d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/%3E%3C/svg%3E") no-repeat right 15px center;
    background-size: 20px 20px;
    border-color: #99bfdd;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    select.form-control[multiple],
    select.form-control[size] {
        padding-right: 16px;
        background: #fff;
        font-weight: 700;
    }

.form-control[data-toggle="datepicker"],
.form-control[data-toggle="datepicker-past"] {
    padding-right: 50px;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' width='512' height='512'%3E%3Cpath fill='%23001f67' d='M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z'/%3E%3C/svg%3E") no-repeat right 15px center;
    background-size: 20px 20px;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 56px;
    }
}

.form-group {
    margin-bottom: 14px;
}

    .form-group .input-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .form-group .input-button input {
            border-right: 0;
            border-radius: 4px 0 0 4px;
        }

        .form-group .input-button .btn,
        .form-group .input-button .file-input .control:before,
        .file-input .form-group .input-button .control:before {
            border-radius: 0 4px 4px 0;
            padding-left: 1em;
            padding-right: 1em;
        }

.checkbox,
.checkbox-inline,
.radio,
.radio-inline {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 28px;
    margin: 0;
    padding-left: 48px;
    color: inherit;
    cursor: pointer;
}

    .checkbox input,
    .checkbox-inline input,
    .radio input,
    .radio-inline input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

        .checkbox input:focus ~ .indicator,
        .checkbox-inline input:focus ~ .indicator,
        .radio input:focus ~ .indicator,
        .radio-inline input:focus ~ .indicator {
            border-color: #0060a9;
            -webkit-box-shadow: 0 0 0 3px rgba(0, 96, 169, 0.25);
            box-shadow: 0 0 0 3px rgba(0, 96, 169, 0.25);
        }

        .checkbox input:disabled ~ .indicator,
        .checkbox-inline input:disabled ~ .indicator,
        .radio input:disabled ~ .indicator,
        .radio-inline input:disabled ~ .indicator {
            border-color: #99bfdd;
            cursor: not-allowed;
        }

        .checkbox input:disabled ~ .description,
        .checkbox-inline input:disabled ~ .description,
        .radio input:disabled ~ .description,
        .radio-inline input:disabled ~ .description {
            color: #999;
            cursor: not-allowed;
        }

        .checkbox input:disabled:checked ~ .indicator,
        .checkbox-inline input:disabled:checked ~ .indicator,
        .radio input:disabled:checked ~ .indicator,
        .radio-inline input:disabled:checked ~ .indicator {
            opacity: 0.5;
        }

    .checkbox .indicator,
    .checkbox-inline .indicator,
    .radio .indicator,
    .radio-inline .indicator {
        position: absolute;
        display: block;
        top: 50%;
        left: 0;
        width: 29px;
        height: 29px;
        margin-top: -15px;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #fff;
        border: 1px solid #979797;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-radius: 0;
    }

        .checkbox .indicator:before,
        .checkbox-inline .indicator:before,
        .radio .indicator:before,
        .radio-inline .indicator:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .checkbox:hover .indicator,
    .checkbox-inline:hover .indicator,
    .radio:hover .indicator,
    .radio-inline:hover .indicator {
        border-color: #0060a9;
    }

.checkbox-inline,
.radio-inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 30px;
}

    .checkbox-inline:last-child,
    .radio-inline:last-child {
        margin-right: 0;
    }

    .checkbox .indicator,
    .checkbox-inline .indicator {
        border-radius: 2px;
    }

    .checkbox input:checked ~ .indicator,
    .checkbox-inline input:checked ~ .indicator {
        border-color: #0060a9;
        background-color: #0060a9;
    }

        .checkbox input:checked ~ .indicator:before,
        .checkbox-inline input:checked ~ .indicator:before {
            width: 14px;
            height: 14px;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'/%3E%3C/svg%3E");
        }

    .radio .indicator,
    .radio-inline .indicator {
        border-radius: 50%;
    }

        .radio .indicator:before,
        .radio-inline .indicator:before {
            width: 12px;
            height: 12px;
            border-radius: 50%;
        }

    .radio input:checked ~ .indicator,
    .radio-inline input:checked ~ .indicator {
        border-color: #0060a9;
    }

        .radio input:checked ~ .indicator:before,
        .radio-inline input:checked ~ .indicator:before {
            background-color: #0060a9;
        }

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio.disabled,
fieldset[disabled] .radio,
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox.disabled,
fieldset[disabled] .checkbox,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.file-input {
    position: relative;
    display: block;
    margin-bottom: 0;
}

    .file-input input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

        .file-input input:focus ~ .control {
            border-color: #0060a9;
            outline: 0;
            -webkit-box-shadow: 0 0 0 3px rgba(0, 96, 169, 0.25);
            box-shadow: 0 0 0 3px rgba(0, 96, 169, 0.25);
        }

    .file-input .control {
        display: block;
        width: 100%;
        height: 56px;
        padding: 16px 16px;
        padding-left: 166px;
        font-size: 16px;
        line-height: 28px;
        color: #333;
        background-color: #fff;
        background-image: none;
        border: 1px solid #99bfdd;
        border-radius: 4px;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .file-input .control:hover {
            border-color: #0060a9;
        }

        .file-input .control:before {
            content: "Choose File";
            position: absolute;
            top: 2px;
            left: 2px;
            width: 148px;
            padding: 12px 0;
            border-radius: 4px;
        }

.form-control-static {
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 0;
    min-height: 42px;
}

.has-success label,
.has-success .help-block {
    color: #390;
}

.has-success .form-control {
    background-color: #ecf7e6;
    border-color: #390;
    color: #390;
}

    .has-success .form-control:focus {
        border-color: #390;
        outline: 0;
        -webkit-box-shadow: 0 0 0 3px rgba(51, 153, 0, 0.25);
        box-shadow: 0 0 0 3px rgba(51, 153, 0, 0.25);
    }

.has-success.checkbox,
.has-success.checkbox-inline,
.has-success.radio,
.has-success.radio-inline {
    color: #390;
}

    .has-success.checkbox input:focus ~ .indicator,
    .has-success.checkbox-inline input:focus ~ .indicator,
    .has-success.radio input:focus ~ .indicator,
    .has-success.radio-inline input:focus ~ .indicator {
        border-color: #390;
        -webkit-box-shadow: 0 0 0 3px rgba(51, 153, 0, 0.25);
        box-shadow: 0 0 0 3px rgba(51, 153, 0, 0.25);
    }

    .has-success.checkbox input:checked ~ .indicator,
    .has-success.checkbox-inline input:checked ~ .indicator {
        border-color: #390;
        background-color: #390;
    }

    .has-success.radio input:checked ~ .indicator,
    .has-success.radio-inline input:checked ~ .indicator {
        border-color: #390;
    }

        .has-success.radio input:checked ~ .indicator:before,
        .has-success.radio-inline input:checked ~ .indicator:before {
            background-color: #390;
        }

.has-success .file-input .control {
    background-color: #ecf7e6;
    border-color: #390;
    color: #390;
}

.has-success .file-input input:focus ~ .control {
    border-color: #390;
    -webkit-box-shadow: 0 0 0 3px rgba(51, 153, 0, 0.25);
    box-shadow: 0 0 0 3px rgba(51, 153, 0, 0.25);
}

.has-error label,
.has-error .help-block {
    color: red;
}

.has-error .form-control {
    background-color: #fee7e7;
    border-color: red;
    color: red;
}

    .has-error .form-control:focus {
        border-color: red;
        outline: 0;
        -webkit-box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.25);
        box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.25);
    }

.has-error.checkbox,
.has-error.checkbox-inline,
.has-error.radio,
.has-error.radio-inline {
    color: red;
}

    .has-error.checkbox input:focus ~ .indicator,
    .has-error.checkbox-inline input:focus ~ .indicator,
    .has-error.radio input:focus ~ .indicator,
    .has-error.radio-inline input:focus ~ .indicator {
        border-color: red;
        -webkit-box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.25);
        box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.25);
    }

    .has-error.checkbox input:checked ~ .indicator,
    .has-error.checkbox-inline input:checked ~ .indicator {
        border-color: red;
        background-color: red;
    }

    .has-error.radio input:checked ~ .indicator,
    .has-error.radio-inline input:checked ~ .indicator {
        border-color: red;
    }

        .has-error.radio input:checked ~ .indicator:before,
        .has-error.radio-inline input:checked ~ .indicator:before {
            background-color: red;
        }

.has-error .file-input .control {
    background-color: #fee7e7;
    border-color: red;
    color: red;
}

.has-error .file-input input:focus ~ .control {
    border-color: red;
    -webkit-box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.25);
    box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.25);
}

.help-block {
    display: block;
    margin: 5px 0 0;
    line-height: 22px;
    font-size: 16px;
    color: inherit;
}

@media (max-width: 767px) {
    .form-group .file-input .control:before {
        font-size: 14px;
        width: 98px;
    }

    .form-group .input-button .btn,
    .form-group .input-button .file-input .control:before,
    .file-input .form-group .input-button .control:before {
        font-size: 14px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

.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: scroll;
    padding-right: 0 !important;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
    outline: 0;
}

    .modal-content .close {
        position: absolute;
        top: 15px;
        right: 15px;
        margin: 0;
        padding: 0;
        background: none;
        border: 0;
        outline: 0;
        z-index: 1055;
    }

        .modal-content .close span {
            display: block;
            line-height: 1em;
            font-size: 34px;
            color: #99bfdd;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .modal-content .close:hover span,
        .modal-content .close:focus span {
            color: #0060a9;
        }

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-body {
    position: relative;
    padding: 20px 10px;
}

    .modal-body > *:first-child {
        margin-top: 0;
    }

    .modal-body > *:last-child {
        margin-bottom: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 640px;
        margin: 30px auto;
    }

    .modal-sm {
        width: 420px;
    }

    .modal-body {
        padding: 40px 30px;
    }

    .header-bottom-bar .filters-container-desktop {
        display: inline-block;
        position: relative;
        width: 215px;
    }

        .header-bottom-bar .filters-container-desktop ul {
            position: absolute;
            background-color: #140035;
            color: white;
            width: 100%;
            padding-bottom: 10px;
            padding-top: 10px;
        }

            .header-bottom-bar .filters-container-desktop ul li {
                margin-bottom: 0;
            }

                .header-bottom-bar .filters-container-desktop ul li a {
                    color: white;
                    display: block;
                    padding-left: 20px;
                    padding-right: 20px;
                    padding-top: 7px;
                    padding-bottom: 7px;
                    font-size: 16px;
                    text-decoration: none;
                }

                    .header-bottom-bar .filters-container-desktop ul li a:hover {
                        background-color: white;
                        color: white;
                        color: #140035;
                        text-decoration: none;
                    }

    .header-bottom-bar .dropdown-menu-enter {
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
        transition-duration: 300ms;
    }

    .header-bottom-bar .dropdown-menu-enter-start {
        opacity: 0;
    }

    .header-bottom-bar .dropdown-menu-enter-end {
        opacity: 100;
    }

    .header-bottom-bar .filters-button {
        background-color: transparent;
        color: white;
        font-size: 20px;
        border: none;
        align-items: center;
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding-bottom: 5px;
        border-bottom: 2px solid white;
    }

        .header-bottom-bar .filters-button svg {
            width: 30px;
            height: 30px;
            fill: white;
        }

        .header-bottom-bar .filters-button .rotate-180 {
            transform: rotate(180deg);
            transform-origin: center;
            transition-duration: 200ms;
        }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 860px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Rotis SemiSans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 28px;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    line-height: 18px;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 0.95;
        filter: alpha(opacity=95);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 280px;
    padding: 10px;
    color: #fff;
    text-align: center;
    background-color: #333;
    border-radius: 4px;
}

    .tooltip-inner a {
        color: #fff;
    }

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #333;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #333;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #333;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #333;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #333;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #333;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #333;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #333;
}

.breadcrumb {
    list-style: none;
    padding-left: 0;
    margin-bottom: 28px;
    font-size: 17px;
    font-weight: 700;
}

    .breadcrumb li {
        position: initial;
    }

        .breadcrumb li:before {
            content: none;
        }

    .breadcrumb > li {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 10px;
    }

        .breadcrumb > li:last-child {
            margin-right: 0;
        }

        .breadcrumb > li a {
            color: #970088;
            text-decoration: none !important;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, currentColor), color-stop(50%, rgba(0, 0, 0, 0)));
            background-image: -o-linear-gradient(top, currentColor 50%, rgba(0, 0, 0, 0) 50%);
            background-image: linear-gradient(to bottom, currentColor 50%, rgba(0, 0, 0, 0) 50%);
            background-repeat: repeat-x;
            background-size: 2px 0.15em;
            background-position: 0 1.15em !important;
        }

            .breadcrumb > li a:hover {
                background-image: none;
            }

    .breadcrumb > .active {
        color: #970088;
    }

@media (max-width: 767px) {
    .breadcrumb {
        display: none;
    }
}

.breadcrumb-top {
    margin: 0;
    padding: 35px 0 35px 0;
}

.pagination-container {
    margin-bottom: 80px;
}

    .pagination-container:before,
    .pagination-container:after {
        content: " ";
        display: table;
    }

    .pagination-container:after {
        clear: both;
    }

    .pagination-container .pagination {
        float: left;
    }

    .pagination-container .items-per-page {
        float: right;
        width: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        font-size: 16px;
        line-height: 30px;
    }

        .pagination-container .items-per-page select {
            display: inline-block;
            width: auto;
            height: auto;
            min-width: 0;
            margin-left: 5px;
            padding: 6px 26px 4px 10px;
            line-height: 18px;
            font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 400;
            color: #170038;
            background: rgba(0, 0, 0, 0) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' width='512' height='512'%3E%3Cpath fill='%23001f67' d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/%3E%3C/svg%3E") no-repeat right 5px center;
            background-size: 16px 16px;
            border-color: #170038;
            border-radius: 0;
            vertical-align: top;
        }

@media (max-width: 991px) {
    .pagination-container {
        text-align: center;
    }

        .pagination-container .pagination {
            float: none;
        }

        .pagination-container .items-per-page {
            display: none;
        }
}

.pagination {
    list-style: none;
    padding-left: 0;
    display: inline-block;
    padding-left: 0;
    margin: 0;
    font-size: 0;
}

    .pagination li {
        position: initial;
    }

        .pagination li:before {
            content: none;
        }

    .pagination > li {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0;
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 20px;
        vertical-align: top;
    }

        .pagination > li:last-child {
            margin-right: 0;
        }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            display: block;
            min-width: 30px;
            padding: 5px;
            text-decoration: none;
            text-align: center;
            color: #333;
            background-color: rgb(55,20,136, 0.29);
        }

        .pagination > li.prev,
        .pagination > li.next {
            font-size: 20px;
        }

            .pagination > li.prev > a,
            .pagination > li.prev > span,
            .pagination > li.next > a,
            .pagination > li.next > span {
                color: #170038;
                background-color: rgba(0, 0, 0, 0);
                -webkit-box-shadow: inset 0 0 0 1px #170038;
                box-shadow: inset 0 0 0 1px #170038;
            }

        .pagination > li > a:hover,
        .pagination > li > a:focus {
            z-index: 2;
            color: #fff;
            background-color: #170038;
        }

    .pagination > .active > a,
    .pagination > .active > a:hover,
    .pagination > .active > a:focus {
        z-index: 3;
        color: #fff;
        background-color: #170038;
        cursor: default;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #999;
        background-color: #e6e6e6;
        cursor: not-allowed;
        opacity: 0.25;
    }

    .pagination > .disabled.prev > a,
    .pagination > .disabled.prev > span,
    .pagination > .disabled.next > a,
    .pagination > .disabled.next > span {
        color: #999;
        background-color: #e6e6e6;
        -webkit-box-shadow: inset 0 0 0 1px #999;
        box-shadow: inset 0 0 0 1px #999;
        opacity: 0.25;
    }

.panel {
    margin-bottom: 20px;
}

.panel-body {
    padding: 20px;
    background-color: #fff;
    border: 2px solid #371487;
}

    .panel-body:before,
    .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

    .panel-body > *:last-child,
    .panel-body > [class*="container"] > *:last-child {
        margin-bottom: 0;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
}

    .panel-title > a {
        border-top: 2px solid #371487 !important;
        border-left: 2px solid #371487 !important;
        border-right: 2px solid #371487 !important;
    }

    .panel-title > a,
    .panel-title > span {
        position: relative;
        display: block;
        padding: 15px 80px 15px 10px;
        line-height: 28px;
        text-decoration: none;
        font-size: 25px;
        font-weight: 700;
        color: #fff;
        background-color: #371487;
        border: none;
        border-bottom: 0;
    }

            .panel-title > a .icon, .panel-title > span .icon {
                position: absolute;
                top: 0;
                right: 0;
                width: 58px;
                height: 100%;
                -webkit-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

                .panel-title > a .icon:after,
                .panel-title > span .icon:after {
                    content: "\f078";
                    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;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    font-family: "Font Awesome 5 Pro";
                    font-size: 20px;
                    font-weight: 400;
                    color: #fff;
                    -webkit-transform: scaleY(-1);
                    -ms-transform: scaleY(-1);
                    transform: scaleY(-1);
                    -webkit-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

        .panel-title > a:hover,
        .panel-title > a:focus {
            background-color: #371487;
            outline: 0;
        }

        .panel-title > a.collapsed {
            color: #333;
        }

            .panel-title > a.collapsed .icon:after {
                color: #371487;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
            }

            .panel-title > a.collapsed:hover,
            .panel-title > a.collapsed:focus {
                background-color: #e0dbed;
            }

@media (max-width: 767px) {
    .panel-title > a,
    .panel-title > span {
        padding: 15px 65px 15px 15px;
        line-height: 24px;
        font-size: 20px;
    }

        .panel-title > a .icon,
        .panel-title > span .icon {
            width: 50px;
        }

            .panel-title > a .icon:after,
            .panel-title > span .icon:after {
                font-size: 18px;
            }
}

.panel-group {
    margin-bottom: 60px;
    border-bottom: 2px solid #371487;
}

    .panel-group .panel {
        margin-bottom: 0;
    }

        .panel-group .panel + .panel {
            margin-top: 0;
        }

    .panel-group .panel-body {
        border-bottom: 0;
    }

.no-js .collapse {
    display: block;
}

@media (max-width: 767px) {
    .panel-body .container-small {
        padding: 0;
    }
}

.panelMidiris {
    border: none !important;
}

    .panelMidiris .panel-title a,
    .panelMidiris .panel-title span {
        background-color: #d53f77;
        border-color: #d53f77;
    }

    .panelMidiris .panel-image img {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .panelMidiris .panel-body {
        background-color: #eed7e3 !important;
    }

        .panelMidiris .panel-body .form-group .checkbox {
            display: inline-block !important;
            margin-bottom: 20px;
        }

        .panelMidiris .panel-body .form-group .btn-group .btn-rcm-blue-dark,
        .panelMidiris .panel-body .form-group .btn-group .file-input .control:before,
        .file-input .panelMidiris .panel-body .form-group .btn-group .control:before {
            background-color: #d53f77;
            border-color: #d53f77;
        }

            .panelMidiris .panel-body .form-group .btn-group .btn-rcm-blue-dark:active,
            .panelMidiris .panel-body .form-group .btn-group .file-input .control:active:before,
            .file-input .panelMidiris .panel-body .form-group .btn-group .control:active:before,
            .panelMidiris .panel-body .form-group .btn-group .btn-rcm-blue-dark:focus,
            .panelMidiris .panel-body .form-group .btn-group .file-input .control:focus:before,
            .file-input .panelMidiris .panel-body .form-group .btn-group .control:focus:before,
            .panelMidiris .panel-body .form-group .btn-group .btn-rcm-blue-dark:hover,
            .panelMidiris .panel-body .form-group .btn-group .file-input .control:hover:before,
            .file-input .panelMidiris .panel-body .form-group .btn-group .control:hover:before {
                background-color: #994f6a;
                border-color: #994f6a;
            }

.nav {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav li {
        position: initial;
    }

        .nav li:before {
            content: none;
        }

    .nav:before,
    .nav:after {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
        margin: 0;
    }

        .nav > li > a {
            position: relative;
            display: block;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

        .nav > li.disabled > a {
            color: #777;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

.nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
}

    .nav-tabs > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .nav-tabs > li:last-child {
            margin-right: 0;
        }

        .nav-tabs > li > a {
            position: relative;
            display: block;
            padding: 16px 20px;
            line-height: 28px;
            text-decoration: none;
            font-size: 24px;
            font-weight: bold;
            font-family: inherit;
            color: #0060a9;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .nav-tabs > li > a:hover {
                background-color: #ccdfee;
            }

            .nav-tabs > li > a:hover,
            .nav-tabs > li > a:focus {
                outline: 0;
            }

        .nav-tabs > li.active + li {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #fff;
            background-color: #0060a9;
            cursor: default;
        }

        .nav-tabs > li:hover + li {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.tab-content {
    border: 2px solid #0060a9;
}

    .tab-content > .tab-pane {
        display: none;
        padding: 20px;
    }

        .tab-content > .tab-pane p:last-child {
            margin-bottom: 0;
        }

    .tab-content > .active {
        display: block;
    }

.portal .page-content > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .portal .page-content > .row:before,
    .portal .page-content > .row:after {
        content: none;
        display: none;
    }

    .portal .page-content > .row > [class*="col-"] {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        float: none;
    }

        .portal .page-content > .row > [class*="col-"] .panel {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: 100%;
        }

.portal .panel {
    background-color: #fff;
    border: 2px solid #0060a9;
}

    .portal .panel .panel-body {
        background: none;
        border: 0;
        font-size: 18px;
    }

@media (min-width: 768px) {
    .portal .panel .panel-body {
        padding: 35px 44px;
    }
}

.portal .panel-group .panel {
    background: none;
    border: 0;
}

    .portal .panel-group .panel .panel-body {
        background-color: #fff;
        border: 2px solid #0060a9;
        border-bottom: 0;
    }

.panel.portal-form .panel-title span {
    color: #ffffff !important;
}

.panel.portal-form .panel-body .form-control {
    border-radius: 0;
    border: 1px solid #ffffff;
}

@media (max-width: 767px) {
    .portal .page-content > .row > [class*="col-"] {
        width: 100%;
    }
}

.panel.portal-form {
    border: 0;
}

@media (min-width: 768px) {
    .panel.portal-form .panel-body {
        padding: 0;
    }

    .panel.portal-form .form-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        margin: 0;
        padding-right: 40px;
        background-color: #f5f4f9;
    }

        .panel.portal-form .form-group:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

        .panel.portal-form .form-group:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

        .panel.portal-form .form-group .label,
        .panel.portal-form .form-group .fakelabel {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
            align-self: stretch;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            width: 220px;
            margin: 0 30px 0 0;
            padding: 10px 30px;
            line-height: 1.2;
            text-align: right;
            background-color: #f5f4f9;
        }

        .panel.portal-form .form-group .form-control:focus,
        .panel.portal-form .form-group .form-control:active {
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .panel.portal-form .form-group .form-control,
        .panel.portal-form .form-group .file-input,
        .panel.portal-form .form-group .form-check-input,
        .panel.portal-form .form-group .btn-group,
        .panel.portal-form .form-group .checkbox {
            -webkit-box-flex: 1;
            -webkit-flex: 1 1 0;
            -ms-flex: 1 1 0px;
            flex: 1 1 0;
            width: 100%;
            margin: 10px 0;
        }

        .panel.portal-form .form-group .btn-group {
            margin: 10px 0 20px 0;
        }

        .panel.portal-form .form-group .input-button {
            -webkit-box-flex: 1;
            -webkit-flex: 1 1 0;
            -ms-flex: 1 1 0px;
            flex: 1 1 0;
            width: 100%;
            margin: 10px 0;
        }

            .panel.portal-form .form-group .input-button .form-control,
            .panel.portal-form .form-group .input-button .file-input {
                margin: 0;
            }

        .panel.portal-form .form-group .info-tooltip {
            position: absolute;
            display: block;
            top: 50%;
            right: 12px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .panel.portal-form .form-group:first-child .label {
            padding-top: 20px;
            border-top-left-radius: 3px;
        }

        .panel.portal-form .form-group:first-child .form-control,
        .panel.portal-form .form-group:first-child .file-input {
            margin-top: 20px;
        }

        .panel.portal-form .form-group:first-child .input-button {
            margin-top: 20px;
        }

            .panel.portal-form .form-group:first-child .input-button .form-control,
            .panel.portal-form .form-group:first-child .input-button .file-input {
                margin-top: 0;
            }

        .panel.portal-form .form-group:last-child .label {
            padding-bottom: 20px;
            border-bottom-left-radius: 3px;
        }

        .panel.portal-form .form-group:last-child .form-control,
        .panel.portal-form .form-group:last-child .file-input {
            margin-bottom: 20px;
        }

        .panel.portal-form .form-group:last-child .input-button {
            margin-bottom: 20px;
        }

            .panel.portal-form .form-group:last-child .input-button .form-control,
            .panel.portal-form .form-group:last-child .input-button .file-input {
                margin-bottom: 0;
            }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .panel.portal-form .form-group .label {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .panel.portal-form {
        background-color: #ccdfee;
    }

        .panel.portal-form .form-group {
            position: relative;
        }

        .panel.portal-form .form-control,
        .panel.portal-form .file-input {
            -webkit-box-flex: 1;
            -webkit-flex: 1 1 0;
            -ms-flex: 1 1 0px;
            flex: 1 1 0;
        }

        .panel.portal-form .input-button {
            -webkit-box-flex: 1;
            -webkit-flex: 1 1 0;
            -ms-flex: 1 1 0px;
            flex: 1 1 0;
        }

        .panel.portal-form .info-tooltip {
            position: absolute;
            display: block;
            top: 5px;
            right: 0;
        }
}

.panel.portal-workplace {
    border: 0;
}

    .panel.portal-workplace .panel-body {
        padding: 0;
    }

    .panel.portal-workplace table {
        margin: 0;
        border: 0;
    }

        .panel.portal-workplace table td {
            padding: 10px 30px;
            background-color: #ccdfee;
        }

            .panel.portal-workplace table td:first-child {
                width: 220px;
                text-align: right;
                background-color: #99bfdd;
            }

            .panel.portal-workplace table td:last-child {
                font-weight: 700;
            }

        .panel.portal-workplace table tr:first-child td {
            padding-top: 20px;
        }

        .panel.portal-workplace table tr:last-child td {
            padding-bottom: 20px;
        }

@media (min-width: 992px) and (max-width: 1199px) {
    .panel.portal-workplace table td:first-child {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .panel.portal-workplace .panel-body {
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #ccdfee;
    }

    .panel.portal-workplace table {
        display: block;
        background-color: #ccdfee;
    }

        .panel.portal-workplace table td {
            display: block;
            padding: 0 20px;
        }

            .panel.portal-workplace table td:first-child {
                width: 100%;
                text-align: left;
                background-color: #ccdfee;
            }

        .panel.portal-workplace table tr {
            display: block;
            margin-bottom: 20px;
        }

            .panel.portal-workplace table tr:first-child td {
                padding-top: 0;
            }

            .panel.portal-workplace table tr:last-child {
                margin-bottom: 0;
            }

                .panel.portal-workplace table tr:last-child td {
                    padding-bottom: 0;
                }
}

.panel.portal-dashboard-rcm-support {
    background-color: #ccdfee;
    border: 0;
}

    .panel.portal-dashboard-rcm-support .panel-body {
        padding-bottom: 0;
    }

@media (min-width: 768px) {
    .panel.portal-dashboard-rcm-support .panel-body {
        padding: 38px 30px 18px 30px;
    }
}

.panel.portal-dashboard-rcm-support .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .panel.portal-dashboard-rcm-support .row:before,
    .panel.portal-dashboard-rcm-support .row:after {
        content: none;
        display: none;
    }

    .panel.portal-dashboard-rcm-support .row > [class*="col-"] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        float: none;
    }

.panel.portal-dashboard-rcm-support article {
    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-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    background-color: #fff;
}

    .panel.portal-dashboard-rcm-support article h5 {
        max-width: 100%;
        margin: 0 0 20px;
    }

    .panel.portal-dashboard-rcm-support article .btn,
    .panel.portal-dashboard-rcm-support article .file-input .control:before,
    .file-input .panel.portal-dashboard-rcm-support article .control:before {
        max-width: 100%;
        margin-top: auto;
    }

.panel.portal-dashboard-membership {
    background-color: #ccdfee;
    border: 0;
}

    .panel.portal-dashboard-membership ul {
        list-style: none;
        padding-left: 0;
        margin: 0 0 20px;
    }

        .panel.portal-dashboard-membership ul li {
            position: initial;
        }

            .panel.portal-dashboard-membership ul li:before {
                content: none;
            }

        .panel.portal-dashboard-membership ul li {
            margin: 0 0 15px;
        }

            .panel.portal-dashboard-membership ul li:last-child {
                margin-bottom: 0;
            }

            .panel.portal-dashboard-membership ul li h5 {
                margin: 0;
                font-size: 18px;
                font-weight: 400;
            }

            .panel.portal-dashboard-membership ul li span {
                display: block;
                font-size: 18px;
                font-weight: 700;
                line-height: 24px;
            }

.panel.portal-dashboard-password {
    background-color: #ccdfee;
    border: 0;
}

.panel.portal-dashboard-event {
    background-color: #ccdfee;
    border: 0;
}

    .panel.portal-dashboard-event article {
        margin: 0 0 20px;
    }

        .panel.portal-dashboard-event article a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100px;
            height: 100px;
            padding: 20px;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: 800;
            font-family: "Reader Pro";
            color: #fff;
            background-color: #99bfdd;
            border-radius: 50%;
        }

            .panel.portal-dashboard-event article a:hover {
                background-color: #00aeef;
            }

.panel.portal-dashboard-contact {
    background-color: #ccdfee;
    border: 0;
}

.panel.portal-dashboard-resources article {
    width: 100%;
    margin: 0 0 40px;
    font-size: 18px;
    line-height: 24px;
}

    .panel.portal-dashboard-resources article img {
        display: block;
        margin: 0 auto 10px;
        width: auto;
        height: 50px;
    }

    .panel.portal-dashboard-resources article a {
        display: block;
        text-align: center;
    }

.bg-black {
    background-color: #000 !important;
}

.color-black {
    color: #000 !important;
}

.bg-white {
    background-color: #fff !important;
}

.color-white {
    color: #fff !important;
}

.bg-grey-dark {
    background-color: #333 !important;
}

.color-grey-dark {
    color: #333 !important;
}

.bg-grey-label {
    background-color: #999 !important;
}

.color-grey-label {
    color: #999 !important;
}

.bg-rcm-blue {
    background-color: #00aeef !important;
}

.color-rcm-blue {
    color: #00aeef !important;
}

.bg-rcm-blue-dark {
    background-color: #140035 !important;
}

.color-rcm-blue-dark {
    color: #0060a9 !important;
}

.bg-rcm-blue-dark-tint {
    background-color: #b2cfe5 !important;
}

.color-rcm-blue-dark-tint {
    color: #b2cfe5 !important;
}

.bg-rcm-blue-dark-20-tint {
    background-color: #ffaf98 !important;
    /*background-color: rgb(55,20,136, 0.29) !important;*/
}

.featured-cards-section.bg-rcm-blue-dark-20-tint, .featured-pod-section.bg-rcm-blue-dark {
    background-color: rgb(55,20,136, 0.29) !important;
}

.color-rcm-blue-dark-20-tint {
    color: #ccdfee !important;
}

.bg-rcm-blue-dark-40-tint {
    background-color: #99bfdd !important;
}

.color-rcm-blue-dark-40-tint {
    color: #99bfdd !important;
}

.bg-blue-bevel {
    background-color: #00418a !important;
}

.color-blue-bevel {
    color: #00418a !important;
}

.bg-blue-bevel-light {
    background-color: #3380ba !important;
}

.color-blue-bevel-light {
    color: #3380ba !important;
}

.bg-blue-dark {
    background-color: #001f67 !important;
}

.color-blue-dark {
    color: #001f67 !important;
}

.bg-blue-mid {
    background-color: #8ed8f8 !important;
}

.color-blue-mid {
    color: #8ed8f8 !important;
}

.bg-blue-light {
    background-color: #b7e1f5 !important;
}

.color-blue-light {
    color: #b7e1f5 !important;
}

.bg-blue-tint {
    background-color: #d5edfa !important;
}

.color-blue-tint {
    color: #d5edfa !important;
}

.bg-green {
    background-color: #66bc29 !important;
}

.color-green {
    color: #66bc29 !important;
}

.bg-orange {
    background-color: #ff7900 !important;
}

.color-orange {
    color: #ff7900 !important;
}

.bg-burgundy {
    background-color: #71273d !important;
}

.color-burgundy {
    color: #71273d !important;
}

.bg-purple {
    background-color: #702785 !important;
}

.color-purple {
    color: #702785 !important;
}

.bg-success {
    background-color: #390 !important;
}

.color-success {
    color: #390 !important;
}

.bg-success-tint {
    background-color: #ecf7e6 !important;
}

.color-success-tint {
    color: #ecf7e6 !important;
}

.bg-error {
    background-color: red !important;
}

.color-error {
    color: red !important;
}

.bg-error-tint {
    background-color: #fee7e7 !important;
}

.color-error-tint {
    color: #fee7e7 !important;
}

.total-post-results {
    display: block;
    margin-bottom: 40px;
    padding: 10px 0;
    border-top: 1px solid rgb(55,20,136, 0.29);
    border-bottom: 1px solid rgb(55,20,136, 0.29);
}

.video-wrapper {
    max-width: 500px;
}

.info-tooltip {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    background-image: url("/images/icons/info-circle-regular.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.m-0 {
    margin: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mtb-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mlr-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.p-0 {
    padding: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.ptb-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.plr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.m-5 {
    margin: 5px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mtb-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mlr-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.p-5 {
    padding: 5px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.ptb-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.plr-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mtb-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mlr-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.p-10 {
    padding: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.ptb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.plr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mtb-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mlr-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.p-15 {
    padding: 15px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.ptb-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.plr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mtb-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mlr-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.p-20 {
    padding: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.ptb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.plr-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.m-25 {
    margin: 25px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mtb-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mlr-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

.p-25 {
    padding: 25px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.ptb-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.plr-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.m-30 {
    margin: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mtb-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mlr-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.p-30 {
    padding: 30px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.ptb-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.plr-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.m-35 {
    margin: 35px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mtb-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mlr-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
}

.p-35 {
    padding: 35px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.ptb-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.plr-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.m-40 {
    margin: 40px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mtb-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mlr-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.p-40 {
    padding: 40px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.ptb-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.plr-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.m-45 {
    margin: 45px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mtb-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mlr-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
}

.p-45 {
    padding: 45px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.ptb-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.plr-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}

.m-50 {
    margin: 50px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mtb-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mlr-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}

.p-50 {
    padding: 50px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.ptb-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.plr-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.m-55 {
    margin: 55px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.mtb-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
}

.ml-55 {
    margin-left: 55px !important;
}

.mr-55 {
    margin-right: 55px !important;
}

.mlr-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
}

.p-55 {
    padding: 55px !important;
}

.pt-55 {
    padding-top: 55px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.ptb-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}

.pl-55 {
    padding-left: 55px !important;
}

.pr-55 {
    padding-right: 55px !important;
}

.plr-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
}

.m-60 {
    margin: 60px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mtb-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mlr-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
}

.p-60 {
    padding: 60px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.ptb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.plr-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.m-65 {
    margin: 65px !important;
}

.mt-65 {
    margin-top: 65px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.mtb-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
}

.ml-65 {
    margin-left: 65px !important;
}

.mr-65 {
    margin-right: 65px !important;
}

.mlr-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
}

.p-65 {
    padding: 65px !important;
}

.pt-65 {
    padding-top: 65px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.ptb-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}

.pl-65 {
    padding-left: 65px !important;
}

.pr-65 {
    padding-right: 65px !important;
}

.plr-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
}

.m-70 {
    margin: 70px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mtb-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.ml-70 {
    margin-left: 70px !important;
}

.mr-70 {
    margin-right: 70px !important;
}

.mlr-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
}

.p-70 {
    padding: 70px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.ptb-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.plr-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
}

.m-75 {
    margin: 75px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mtb-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
}

.ml-75 {
    margin-left: 75px !important;
}

.mr-75 {
    margin-right: 75px !important;
}

.mlr-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
}

.p-75 {
    padding: 75px !important;
}

.pt-75 {
    padding-top: 75px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.ptb-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}

.pl-75 {
    padding-left: 75px !important;
}

.pr-75 {
    padding-right: 75px !important;
}

.plr-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
}

.m-80 {
    margin: 80px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mtb-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.mlr-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
}

.p-80 {
    padding: 80px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.ptb-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.pr-80 {
    padding-right: 80px !important;
}

.plr-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.m-85 {
    margin: 85px !important;
}

.mt-85 {
    margin-top: 85px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mtb-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
}

.ml-85 {
    margin-left: 85px !important;
}

.mr-85 {
    margin-right: 85px !important;
}

.mlr-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
}

.p-85 {
    padding: 85px !important;
}

.pt-85 {
    padding-top: 85px !important;
}

.pb-85 {
    padding-bottom: 85px !important;
}

.ptb-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
}

.pl-85 {
    padding-left: 85px !important;
}

.pr-85 {
    padding-right: 85px !important;
}

.plr-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
}

.m-90 {
    margin: 90px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mtb-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}

.ml-90 {
    margin-left: 90px !important;
}

.mr-90 {
    margin-right: 90px !important;
}

.mlr-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
}

.p-90 {
    padding: 90px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.ptb-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.pl-90 {
    padding-left: 90px !important;
}

.pr-90 {
    padding-right: 90px !important;
}

.plr-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
}

.m-95 {
    margin: 95px !important;
}

.mt-95 {
    margin-top: 95px !important;
}

.mb-95 {
    margin-bottom: 95px !important;
}

.mtb-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
}

.ml-95 {
    margin-left: 95px !important;
}

.mr-95 {
    margin-right: 95px !important;
}

.mlr-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
}

.p-95 {
    padding: 95px !important;
}

.pt-95 {
    padding-top: 95px !important;
}

.pb-95 {
    padding-bottom: 95px !important;
}

.ptb-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
}

.pl-95 {
    padding-left: 95px !important;
}

.pr-95 {
    padding-right: 95px !important;
}

.plr-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
}

.m-100 {
    margin: 100px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mtb-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.mr-100 {
    margin-right: 100px !important;
}

.mlr-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
}

.p-100 {
    padding: 100px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.ptb-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.plr-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.m-105 {
    margin: 105px !important;
}

.mt-105 {
    margin-top: 105px !important;
}

.mb-105 {
    margin-bottom: 105px !important;
}

.mtb-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
}

.ml-105 {
    margin-left: 105px !important;
}

.mr-105 {
    margin-right: 105px !important;
}

.mlr-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
}

.p-105 {
    padding: 105px !important;
}

.pt-105 {
    padding-top: 105px !important;
}

.pb-105 {
    padding-bottom: 105px !important;
}

.ptb-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
}

.pl-105 {
    padding-left: 105px !important;
}

.pr-105 {
    padding-right: 105px !important;
}

.plr-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
}

.m-110 {
    margin: 110px !important;
}

.mt-110 {
    margin-top: 110px !important;
}

.mb-110 {
    margin-bottom: 110px !important;
}

.mtb-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
}

.ml-110 {
    margin-left: 110px !important;
}

.mr-110 {
    margin-right: 110px !important;
}

.mlr-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
}

.p-110 {
    padding: 110px !important;
}

.pt-110 {
    padding-top: 110px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.ptb-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
}

.pl-110 {
    padding-left: 110px !important;
}

.pr-110 {
    padding-right: 110px !important;
}

.plr-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
}

.m-115 {
    margin: 115px !important;
}

.mt-115 {
    margin-top: 115px !important;
}

.mb-115 {
    margin-bottom: 115px !important;
}

.mtb-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
}

.ml-115 {
    margin-left: 115px !important;
}

.mr-115 {
    margin-right: 115px !important;
}

.mlr-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
}

.p-115 {
    padding: 115px !important;
}

.pt-115 {
    padding-top: 115px !important;
}

.pb-115 {
    padding-bottom: 115px !important;
}

.ptb-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
}

.pl-115 {
    padding-left: 115px !important;
}

.pr-115 {
    padding-right: 115px !important;
}

.plr-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
}

.m-120 {
    margin: 120px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.mtb-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
}

.ml-120 {
    margin-left: 120px !important;
}

.mr-120 {
    margin-right: 120px !important;
}

.mlr-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
}

.p-120 {
    padding: 120px !important;
}

.pt-120 {
    padding-top: 120px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.ptb-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.pl-120 {
    padding-left: 120px !important;
}

.pr-120 {
    padding-right: 120px !important;
}

.plr-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
}

.m-125 {
    margin: 125px !important;
}

.mt-125 {
    margin-top: 125px !important;
}

.mb-125 {
    margin-bottom: 125px !important;
}

.mtb-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
}

.ml-125 {
    margin-left: 125px !important;
}

.mr-125 {
    margin-right: 125px !important;
}

.mlr-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
}

.p-125 {
    padding: 125px !important;
}

.pt-125 {
    padding-top: 125px !important;
}

.pb-125 {
    padding-bottom: 125px !important;
}

.ptb-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
}

.pl-125 {
    padding-left: 125px !important;
}

.pr-125 {
    padding-right: 125px !important;
}

.plr-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
}

.m-130 {
    margin: 130px !important;
}

.mt-130 {
    margin-top: 130px !important;
}

.mb-130 {
    margin-bottom: 130px !important;
}

.mtb-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
}

.ml-130 {
    margin-left: 130px !important;
}

.mr-130 {
    margin-right: 130px !important;
}

.mlr-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
}

.p-130 {
    padding: 130px !important;
}

.pt-130 {
    padding-top: 130px !important;
}

.pb-130 {
    padding-bottom: 130px !important;
}

.ptb-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
}

.pl-130 {
    padding-left: 130px !important;
}

.pr-130 {
    padding-right: 130px !important;
}

.plr-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
}

.m-135 {
    margin: 135px !important;
}

.mt-135 {
    margin-top: 135px !important;
}

.mb-135 {
    margin-bottom: 135px !important;
}

.mtb-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
}

.ml-135 {
    margin-left: 135px !important;
}

.mr-135 {
    margin-right: 135px !important;
}

.mlr-135 {
    margin-left: 135px !important;
    margin-right: 135px !important;
}

.p-135 {
    padding: 135px !important;
}

.pt-135 {
    padding-top: 135px !important;
}

.pb-135 {
    padding-bottom: 135px !important;
}

.ptb-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
}

.pl-135 {
    padding-left: 135px !important;
}

.pr-135 {
    padding-right: 135px !important;
}

.plr-135 {
    padding-left: 135px !important;
    padding-right: 135px !important;
}

.m-140 {
    margin: 140px !important;
}

.mt-140 {
    margin-top: 140px !important;
}

.mb-140 {
    margin-bottom: 140px !important;
}

.mtb-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
}

.ml-140 {
    margin-left: 140px !important;
}

.mr-140 {
    margin-right: 140px !important;
}

.mlr-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
}

.p-140 {
    padding: 140px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

.pb-140 {
    padding-bottom: 140px !important;
}

.ptb-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
}

.pl-140 {
    padding-left: 140px !important;
}

.pr-140 {
    padding-right: 140px !important;
}

.plr-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
}

.m-145 {
    margin: 145px !important;
}

.mt-145 {
    margin-top: 145px !important;
}

.mb-145 {
    margin-bottom: 145px !important;
}

.mtb-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
}

.ml-145 {
    margin-left: 145px !important;
}

.mr-145 {
    margin-right: 145px !important;
}

.mlr-145 {
    margin-left: 145px !important;
    margin-right: 145px !important;
}

.p-145 {
    padding: 145px !important;
}

.pt-145 {
    padding-top: 145px !important;
}

.pb-145 {
    padding-bottom: 145px !important;
}

.ptb-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
}

.pl-145 {
    padding-left: 145px !important;
}

.pr-145 {
    padding-right: 145px !important;
}

.plr-145 {
    padding-left: 145px !important;
    padding-right: 145px !important;
}

.m-150 {
    margin: 150px !important;
}

.mt-150 {
    margin-top: 150px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

.mtb-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
}

.ml-150 {
    margin-left: 150px !important;
}

.mr-150 {
    margin-right: 150px !important;
}

.mlr-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
}

.p-150 {
    padding: 150px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.ptb-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}

.pl-150 {
    padding-left: 150px !important;
}

.pr-150 {
    padding-right: 150px !important;
}

.plr-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
}

.m-155 {
    margin: 155px !important;
}

.mt-155 {
    margin-top: 155px !important;
}

.mb-155 {
    margin-bottom: 155px !important;
}

.mtb-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
}

.ml-155 {
    margin-left: 155px !important;
}

.mr-155 {
    margin-right: 155px !important;
}

.mlr-155 {
    margin-left: 155px !important;
    margin-right: 155px !important;
}

.p-155 {
    padding: 155px !important;
}

.pt-155 {
    padding-top: 155px !important;
}

.pb-155 {
    padding-bottom: 155px !important;
}

.ptb-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
}

.pl-155 {
    padding-left: 155px !important;
}

.pr-155 {
    padding-right: 155px !important;
}

.plr-155 {
    padding-left: 155px !important;
    padding-right: 155px !important;
}

.m-160 {
    margin: 160px !important;
}

.mt-160 {
    margin-top: 160px !important;
}

.mb-160 {
    margin-bottom: 160px !important;
}

.mtb-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
}

.ml-160 {
    margin-left: 160px !important;
}

.mr-160 {
    margin-right: 160px !important;
}

.mlr-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
}

.p-160 {
    padding: 160px !important;
}

.pt-160 {
    padding-top: 160px !important;
}

.pb-160 {
    padding-bottom: 160px !important;
}

.ptb-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
}

.pl-160 {
    padding-left: 160px !important;
}

.pr-160 {
    padding-right: 160px !important;
}

.plr-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
}

.m-165 {
    margin: 165px !important;
}

.mt-165 {
    margin-top: 165px !important;
}

.mb-165 {
    margin-bottom: 165px !important;
}

.mtb-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
}

.ml-165 {
    margin-left: 165px !important;
}

.mr-165 {
    margin-right: 165px !important;
}

.mlr-165 {
    margin-left: 165px !important;
    margin-right: 165px !important;
}

.p-165 {
    padding: 165px !important;
}

.pt-165 {
    padding-top: 165px !important;
}

.pb-165 {
    padding-bottom: 165px !important;
}

.ptb-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
}

.pl-165 {
    padding-left: 165px !important;
}

.pr-165 {
    padding-right: 165px !important;
}

.plr-165 {
    padding-left: 165px !important;
    padding-right: 165px !important;
}

.m-170 {
    margin: 170px !important;
}

.mt-170 {
    margin-top: 170px !important;
}

.mb-170 {
    margin-bottom: 170px !important;
}

.mtb-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
}

.ml-170 {
    margin-left: 170px !important;
}

.mr-170 {
    margin-right: 170px !important;
}

.mlr-170 {
    margin-left: 170px !important;
    margin-right: 170px !important;
}

.p-170 {
    padding: 170px !important;
}

.pt-170 {
    padding-top: 170px !important;
}

.pb-170 {
    padding-bottom: 170px !important;
}

.ptb-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
}

.pl-170 {
    padding-left: 170px !important;
}

.pr-170 {
    padding-right: 170px !important;
}

.plr-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
}

.m-175 {
    margin: 175px !important;
}

.mt-175 {
    margin-top: 175px !important;
}

.mb-175 {
    margin-bottom: 175px !important;
}

.mtb-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
}

.ml-175 {
    margin-left: 175px !important;
}

.mr-175 {
    margin-right: 175px !important;
}

.mlr-175 {
    margin-left: 175px !important;
    margin-right: 175px !important;
}

.p-175 {
    padding: 175px !important;
}

.pt-175 {
    padding-top: 175px !important;
}

.pb-175 {
    padding-bottom: 175px !important;
}

.ptb-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
}

.pl-175 {
    padding-left: 175px !important;
}

.pr-175 {
    padding-right: 175px !important;
}

.plr-175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
}

.m-180 {
    margin: 180px !important;
}

.mt-180 {
    margin-top: 180px !important;
}

.mb-180 {
    margin-bottom: 180px !important;
}

.mtb-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
}

.ml-180 {
    margin-left: 180px !important;
}

.mr-180 {
    margin-right: 180px !important;
}

.mlr-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
}

.p-180 {
    padding: 180px !important;
}

.pt-180 {
    padding-top: 180px !important;
}

.pb-180 {
    padding-bottom: 180px !important;
}

.ptb-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
}

.pl-180 {
    padding-left: 180px !important;
}

.pr-180 {
    padding-right: 180px !important;
}

.plr-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
}

.m-185 {
    margin: 185px !important;
}

.mt-185 {
    margin-top: 185px !important;
}

.mb-185 {
    margin-bottom: 185px !important;
}

.mtb-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
}

.ml-185 {
    margin-left: 185px !important;
}

.mr-185 {
    margin-right: 185px !important;
}

.mlr-185 {
    margin-left: 185px !important;
    margin-right: 185px !important;
}

.p-185 {
    padding: 185px !important;
}

.pt-185 {
    padding-top: 185px !important;
}

.pb-185 {
    padding-bottom: 185px !important;
}

.ptb-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
}

.pl-185 {
    padding-left: 185px !important;
}

.pr-185 {
    padding-right: 185px !important;
}

.plr-185 {
    padding-left: 185px !important;
    padding-right: 185px !important;
}

.m-190 {
    margin: 190px !important;
}

.mt-190 {
    margin-top: 190px !important;
}

.mb-190 {
    margin-bottom: 190px !important;
}

.mtb-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
}

.ml-190 {
    margin-left: 190px !important;
}

.mr-190 {
    margin-right: 190px !important;
}

.mlr-190 {
    margin-left: 190px !important;
    margin-right: 190px !important;
}

.p-190 {
    padding: 190px !important;
}

.pt-190 {
    padding-top: 190px !important;
}

.pb-190 {
    padding-bottom: 190px !important;
}

.ptb-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
}

.pl-190 {
    padding-left: 190px !important;
}

.pr-190 {
    padding-right: 190px !important;
}

.plr-190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
}

.m-195 {
    margin: 195px !important;
}

.mt-195 {
    margin-top: 195px !important;
}

.mb-195 {
    margin-bottom: 195px !important;
}

.mtb-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
}

.ml-195 {
    margin-left: 195px !important;
}

.mr-195 {
    margin-right: 195px !important;
}

.mlr-195 {
    margin-left: 195px !important;
    margin-right: 195px !important;
}

.p-195 {
    padding: 195px !important;
}

.pt-195 {
    padding-top: 195px !important;
}

.pb-195 {
    padding-bottom: 195px !important;
}

.ptb-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
}

.pl-195 {
    padding-left: 195px !important;
}

.pr-195 {
    padding-right: 195px !important;
}

.plr-195 {
    padding-left: 195px !important;
    padding-right: 195px !important;
}

.m-200 {
    margin: 200px !important;
}

.mt-200 {
    margin-top: 200px !important;
}

.mb-200 {
    margin-bottom: 200px !important;
}

.mtb-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
}

.ml-200 {
    margin-left: 200px !important;
}

.mr-200 {
    margin-right: 200px !important;
}

.mlr-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
}

.p-200 {
    padding: 200px !important;
}

.pt-200 {
    padding-top: 200px !important;
}

.pb-200 {
    padding-bottom: 200px !important;
}

.ptb-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}

.pl-200 {
    padding-left: 200px !important;
}

.pr-200 {
    padding-right: 200px !important;
}

.plr-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
}

.header {
    position: relative;
    z-index: 10;
}

@media (min-width: 992px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    }

    .error-500 .header {
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.header-top-bar {
    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;
    position: relative;
    background-color: #140035;
    z-index: 5;
}

    .header-top-bar > .container {
        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;
        min-height: 120px;
        border-bottom: 0.5px solid white !important;
    }

        .header-top-bar > .container.user-name {
            position: relative;
            display: block;
            min-height: 0;
        }

    .header-top-bar .logo {
        display: flex;
        margin-right: 20px;
        /*margin-top: -25px;*/
        align-items: center;
        text-decoration: none !important;
        width: auto !important;
    }

        .header-top-bar .logo img {
            display: block;
            width: 220px;
            height: 60px;
            height: auto;
            margin: 0;
        }

        .header-top-bar .logo p {
            color: #fff;
            margin: 0px 0px 0px 11px;
            font-size: 20px;
            font-weight: bold;
        }

@media (min-width: 769px) and (max-width: 1200px) {
    .header-top-bar .logo p {
        display: none;
    }
}

.header-top-bar .btn-join {
    margin-left: auto;
    margin-right: 45px;
    text-transform: none;
}

.header-top-bar .btn-login {
    margin-right: 32px;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.header-top-bar .loggedin-name {
    display: block;
    color: #ccdfee;
    position: absolute;
    bottom: 5px;
    right: 15px;
    font-weight: 800;
    font-size: 16px;
}

    .header-top-bar .loggedin-name a {
        color: #ccdfee;
        text-decoration: none;
    }

@media (max-width: 1199px) {
    .header-top-bar .logo {
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .header-top-bar .loggedin-name {
        bottom: 16px;
        max-width: 40%;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .header-top-bar .btn-join {
        display: none;
    }

    .header-top-bar .btn-login {
        margin-left: auto;
    }
}

.header-mega-menu {
    list-style: none;
    padding-left: 0;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .header-mega-menu li {
        position: initial;
    }

        .header-mega-menu li:before {
            content: none;
        }

    .header-mega-menu > li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        position: static;
    }

        .header-mega-menu > li > a {
            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-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 25px 30px 0 30px;
            font-size: 20px;
            font-weight: bold;
            text-decoration: none;
            color: #fff;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .header-mega-menu > li > a .icon {
                display: block;
                margin-top: 5px;
                font-family: "Font Awesome 5 Pro";
                font-weight: 300;
                line-height: 1;
                color: #ffffff;
            }

                .header-mega-menu > li > a .icon:before {
                    content: "\f078";
                    display: block;
                }

        .header-mega-menu > li .header-mega-menu-content {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            padding-top: 40px;
            padding-bottom: 80px;
            background-color: #fff;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .header-mega-menu > li .header-mega-menu-content h3 {
                margin: 0 0 10px;
            }

                .header-mega-menu > li .header-mega-menu-content h3 a {
                    text-decoration: none !important;
                    background-image: none;
                    color: #960297;
                    font-size: 50px;
                }

                .header-mega-menu > li .header-mega-menu-content h3 + p {
                    margin: 0;
                    font-weight: 500;
                    color: #140033;
                }

            .header-mega-menu > li .header-mega-menu-content h5 {
                margin: 40px 0 40px;
                padding-bottom: 5px;
                font-size: 20px;
                line-height: 2.5;
                border-bottom: 2px solid #960297;
                color: #140033;
            }

            .header-mega-menu > li .header-mega-menu-content ul {
                margin: 0;
            }

                .header-mega-menu > li .header-mega-menu-content ul li {
                    margin-bottom: 0;
                }

                    .header-mega-menu > li .header-mega-menu-content ul li a {
                        line-height: 2;
                        font-size: 18px;
                        font-weight: 500;
                        color: #960297;
                    }

        .header-mega-menu > li:hover > a,
        .header-mega-menu > li:focus > a {
            color: #361487;
            background-color: #fff;
        }

        .header-mega-menu > li.active > a {
            color: #361487;
            background-color: #fff;
        }

            .header-mega-menu > li:hover > a .icon,
            .header-mega-menu > li.active > a .icon {
                color: #361487 !important;
            }

        .header-mega-menu > li.active > .header-mega-menu-content {
            visibility: visible;
            opacity: 1;
            margin-top: -1px;
        }

@media (max-width: 1199px) {
    .header-mega-menu > li > a {
        padding: 0 20px;
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .header-mega-menu {
        display: none;
    }
}

.header-mobile-mega-menu {
    list-style: none;
    padding-left: 0;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    background-color: #140035;
}

    .header-mobile-mega-menu li {
        position: initial;
    }

        .header-mobile-mega-menu li:before {
            content: none;
        }

    .header-mobile-mega-menu > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
    }

        .header-mobile-mega-menu > li:hover {
            background-color: #fff;
        }

        .header-mobile-mega-menu > li > a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
            padding: 14px 15px;
            font-size: 22px;
            font-weight: 800;
            text-decoration: none;
            color: #fff;
            border-bottom: 1px solid #fff;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }

            .header-mobile-mega-menu > li > a:after {
                content: "\f054";
                display: block;
                font-family: "Font Awesome 5 Pro";
                font-weight: 300;
                line-height: 1;
                color: #fff;
            }

        .header-mobile-mega-menu > li:hover > a:after {
            color: #361487;
        }

        .header-mobile-mega-menu > li:hover > a, .header-mobile-mega-menu > li:focus > a {
            color: #361487;
        }

@media (max-width: 991px) {
    .header-mobile-mega-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 767px) {
    .header-mobile-mega-menu > li > a {
        padding: 14px 15px;
        font-size: 20px;
    }
}

.header-bottom-bar {
    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;
    background-color: #140035;
}

    .header-bottom-bar > .container {
        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;
        min-height: 80px;
    }

    .header-bottom-bar select.form-control {
        max-width: 220px;
        height: auto;
        margin-right: 20px;
        padding: 6px 12px;
        font-family: "Rotis SemiSans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-transform: none;
        background-position: right 8px center;
        background-size: 16px 16px;
    }

    .header-bottom-bar .call-us {
        margin-left: auto;
        margin-right: 30px;
        font-size: 20px;
        font-weight: 800;
        white-space: nowrap;
        text-decoration: none !important;
        background-image: none;
        background-repeat: repeat-x;
        background-size: 2px 0.15em;
        background-position: 0 1.15em !important;
        color: #ffffff;
    }

        .header-bottom-bar .call-us:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, currentColor), color-stop(50%, rgba(0, 0, 0, 0)));
            background-image: -o-linear-gradient(top, currentColor 50%, rgba(0, 0, 0, 0) 50%);
            background-image: linear-gradient(to bottom, currentColor 50%, rgba(0, 0, 0, 0) 50%);
        }

    .header-bottom-bar .filters-container-toggle {
        display: none;
        width: 100%;
        padding: 6px 12px;
        font-family: "Rotis SemiSans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        color: #0060a9;
        background-color: #fff;
        border: 1px solid #99bfdd;
        border-radius: 4px;
        outline: 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .header-bottom-bar .filters-container-toggle:hover {
            border-color: #0060a9;
        }

@media (max-width: 768px) {
    .header-bottom-bar .filters-container-desktop {
        display: none;
    }
}


@media (min-width: 768px) {
    .header-bottom-bar .filters-container {
        display: none;
    }
    /* .header-bottom-bar .filters-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    } */
}

@media (max-width: 991px) {
    .header-bottom-bar .call-us {
        margin-right: 0;
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .header-bottom-bar {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .header-bottom-bar .container {
            display: block;
            min-height: 0;
        }

            .header-bottom-bar .container select.form-control {
                max-width: 100%;
                margin-right: 0;
                margin-bottom: 10px;
            }

                .header-bottom-bar .container select.form-control:last-child {
                    margin-bottom: 0;
                }

        .header-bottom-bar .call-us {
            display: none;
        }

        .header-bottom-bar .filters-container {
            display: none;
            padding-top: 10px;
        }

        .header-bottom-bar .filters-container-toggle {
            display: block;
        }
}

.header-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 68px;
    margin: 0;
    background-color: transparent !important;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-search-open .header-search {
    visibility: visible;
    opacity: 1;
}

.header-search .form-control {
    display: block;
    max-width: none;
    width: 360px;
    margin: 0;
    padding-left: 56px;
    font-family: "Reader Pro" !important;
    font-size: 22px;
}

.header-search button {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: none;
    font-size: 24px;
    font-weight: normal;
    color: #371487;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .header-search button:hover,
    .header-search button:focus {
        color: #001f67;
    }

@media (max-width: 991px) {
    .header-search {
        display: none !important;
    }
}

.header-search-toggle {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 28px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 26px;
    color: #ffffff;
    background: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .header-search-toggle .fa-times {
        display: none;
        font-size: 42px;
    }

.header-search-open .header-search-toggle .fa-search {
    display: none;
}

.header-search-open .header-search-toggle .fa-times {
    display: block;
}

.header-search-toggle:hover {
    color: #cccccc;
}

@media (max-width: 991px) {
    .header-search-toggle {
        display: none !important;
    }
}

.header-side-nav {
    position: fixed;
    top: 120px;
    bottom: 0;
    right: 0;
    width: 400px;
    padding: 0 40px 40px;
    background-color: #140035;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    overflow-y: auto;
    z-index: 5;
}

.header-side-nav-open .header-side-nav {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.header-side-nav > ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

    .header-side-nav > ul li {
        position: initial;
    }

        .header-side-nav > ul li:before {
            content: none;
        }

    .header-side-nav > ul > li {
        position: relative;
        margin: 0;
        -webkit-box-shadow: inset 0 -0.5px 0 0 #ffffff, inset 0 -0.5px 0 0 #ffffff;
        box-shadow: inset 0 -0.5px 0 0 #ffffff, inset 0 -0.5px 0 0 #ffffff;
    }

        .header-side-nav > ul > li > a {
            display: block;
            padding: 14px 0;
            color: #fff;
            text-decoration: none;
        }

            .header-side-nav > ul > li > a > span {
                background-image: none;
                background-repeat: repeat-x;
                background-size: 2px 0.1em;
                background-position: 0 1.25em;
            }

            .header-side-nav > ul > li > a:hover > span {
                background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, currentColor), color-stop(50%, rgba(0, 0, 0, 0)));
                background-image: -o-linear-gradient(top, currentColor 50%, rgba(0, 0, 0, 0) 50%);
                background-image: linear-gradient(to bottom, currentColor 50%, rgba(0, 0, 0, 0) 50%);
            }

        .header-side-nav > ul > li .submenu-toggle {
            position: absolute;
            top: 0;
            right: 0;
            width: 40px;
            height: auto;
            margin: 0;
            padding: 14px 0;
            outline: 0;
            border: 0;
            background: none;
            color: #ffffff;
            font-size: 16px;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .header-side-nav > ul > li .submenu-toggle .fa-chevron-right {
                -webkit-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .header-side-nav > ul > li .submenu-toggle:hover {
                color: #fff;
            }

        .header-side-nav > ul > li.active .submenu-toggle {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .header-side-nav > ul ul {
        list-style: none;
        padding-left: 0;
        display: none;
        margin: 0;
        padding: 5px 0 15px;
        font-size: 18px;
    }

        .header-side-nav > ul ul li {
            position: initial;
        }

            .header-side-nav > ul ul li:before {
                content: none;
            }

        .header-side-nav > ul ul li {
            margin: 0 0 8px;
        }

            .header-side-nav > ul ul li:last-child {
                margin-bottom: 0;
            }

            .header-side-nav > ul ul li a {
                display: block;
                color: #c3b8db;
                text-decoration: none;
            }

                .header-side-nav > ul ul li a:hover {
                    color: #fff;
                }

.header-side-nav .header-search {
    display: none;
}

@media (min-width: 768px) {
    .header-side-nav {
        display: block !important;
        height: auto !important;
    }
}

@media (max-width: 991px) {
    .header-side-nav .header-search {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        position: relative;
        top: auto;
        right: auto;
        margin-top: 40px;
        background: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        visibility: visible;
        opacity: 1;
    }

        .header-side-nav .header-search .form-control {
            width: 100%;
            height: auto;
            padding: 10px 44px 10px 15px;
            font-size: 18px;
            border-color: #00418a;
        }

        .header-side-nav .header-search button {
            left: auto;
            right: 0;
            width: 44px;
            font-size: 22px;
        }
}

@media (max-width: 767px) {
    .header-side-nav {
        display: none;
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        width: 100%;
        padding: 0 15px 40px;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-box-shadow: inset 0 -1px 0 0 #00418a, inset 0 -2px 0 0 #3380ba;
        box-shadow: inset 0 -1px 0 0 #00418a, inset 0 -2px 0 0 #3380ba;
    }
}

.header-side-nav-toggle {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    font-family: Reader Pro;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    background: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .header-side-nav-toggle:hover,
    .header-side-nav-toggle:focus {
        opacity: 0.75;
    }

    .header-side-nav-toggle:focus {
        outline: 0;
    }

    .header-side-nav-toggle .icon {
        position: relative;
        display: block;
        width: 27px;
        height: 30px;
        margin-right: 12px;
    }

        .header-side-nav-toggle .icon span {
            top: 50%;
            margin-top: -2px;
        }

            .header-side-nav-toggle .icon span,
            .header-side-nav-toggle .icon span:before,
            .header-side-nav-toggle .icon span:after {
                position: absolute;
                left: 0;
                width: 100%;
                height: 2px;
                background-color: #fff;
                border-radius: 1px;
            }

        .header-side-nav-toggle .icon span {
            -webkit-transition: background-color 0.3s ease 0.3s;
            -o-transition: background-color 0.3s ease 0.3s;
            transition: background-color 0.3s ease 0.3s;
        }

            .header-side-nav-toggle .icon span:before,
            .header-side-nav-toggle .icon span:after {
                content: "";
                -webkit-transition: top 0.3s ease 0.3s, opacity 0.3s ease 0.3s, -webkit-transform 0.3s ease;
                transition: top 0.3s ease 0.3s, opacity 0.3s ease 0.3s, -webkit-transform 0.3s ease;
                -o-transition: top 0.3s ease 0.3s, opacity 0.3s ease 0.3s, transform 0.3s ease;
                transition: top 0.3s ease 0.3s, opacity 0.3s ease 0.3s, transform 0.3s ease;
                transition: top 0.3s ease 0.3s, opacity 0.3s ease 0.3s, transform 0.3s ease, -webkit-transform 0.3s ease;
            }

            .header-side-nav-toggle .icon span:before {
                top: -10px;
            }

            .header-side-nav-toggle .icon span:after {
                top: 10px;
            }

.header-side-nav-open .header-side-nav-toggle .icon span {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

    .header-side-nav-open .header-side-nav-toggle .icon span:before,
    .header-side-nav-open .header-side-nav-toggle .icon span:after {
        -webkit-transition: top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease 0.3s;
        transition: top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease 0.3s;
        -o-transition: top 0.3s ease, opacity 0.3s ease, transform 0.3s ease 0.3s;
        transition: top 0.3s ease, opacity 0.3s ease, transform 0.3s ease 0.3s;
        transition: top 0.3s ease, opacity 0.3s ease, transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
    }

    .header-side-nav-open .header-side-nav-toggle .icon span:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header-side-nav-open .header-side-nav-toggle .icon span:after {
        top: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

@media (max-width: 767px) {
    .header-side-nav-toggle .text {
        display: none;
    }

    .header-side-nav-toggle .icon {
        margin-right: 0;
    }
}

.btn-join-mobile {
    display: none;
}

@media (max-width: 767px) {
    .btn-join-mobile {
        display: block;
        border-radius: 0;
    }

        .btn-join-mobile:hover {
            color: #001f67;
        }
}

.footer {
    overflow-x: hidden;
    background-color: #140035;
}

    .footer:before {
        content: "";
        display: none !important;
        margin-left: -10px;
        margin-right: -10px;
        padding-top: 0px;
        background-image: url("") !important;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .footer .footer-container {
        position: relative;
        padding-top: 6.6%;
        padding-bottom: 80px;
        color: #fff;
        background-color: #140035;
    }

        .footer .footer-container .row {
            margin-left: -20px;
            margin-right: -20px;
        }

            .footer .footer-container .row > .col,
            .footer .footer-container .row > [class^="col-"],
            .footer .footer-container .row > [class*=" col-"] {
                padding-left: 20px;
                padding-right: 20px;
            }

    .footer .logo-and-line-container {
        position: relative;
        margin: 0 auto 6.6%;
    }

    .footer .line-container {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
    }

    .footer .line {
        width: 100%;
        height: 1px;
        background-color: #fff;
    }

    .footer .logo-container {
        position: relative;
        display: flex;
        justify-content: center;
    }

    .footer .logo-spacing {
        background-color: #170038;
        padding-left: 100px;
        padding-right: 100px
    }

    .footer .logo {
        position: relative;
        top: 0;
        width: 114px;
        height: 114px;
        margin: 0;
        left: auto !important;
        webkit-transform: none !important;
        transform: none !important;
    }

    .footer .footer-post {
        margin-bottom: 45px;
    }

        .footer .footer-post h4 {
            margin: 0 0 15px;
            font-weight: bold;
            font-size: 22px;
            color: #ffffff;
        }

            .footer .footer-post h4 a {
                color: inherit;
                text-decoration: none !important;
                background-image: none;
                background-repeat: repeat-x;
                background-size: 2px 0.15em;
                background-position: 0 1.15em !important;
            }

                .footer .footer-post h4 a:hover {
                    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, currentColor), color-stop(50%, rgba(0, 0, 0, 0)));
                    background-image: -o-linear-gradient(top, currentColor 50%, rgba(0, 0, 0, 0) 50%);
                    background-image: linear-gradient(to bottom, currentColor 50%, rgba(0, 0, 0, 0) 50%);
                }

        .footer .footer-post p {
            margin: 0;
            font-weight: 400;
            font-size: 18px;
        }

    .footer h5,
    .footer .twitter-text {
        margin: 0 0 20px;
        font-size: 22px;
        line-height: 1.59;
        font-weight: bold;
        color: #ffffff;
    }

    .footer .tweet-post {
        margin: 0 0 20px;
        font-size: 20px;
        line-height: 1.75;
        font-weight: bold;
        color: #ffffff;
    }

        .footer .tweet-post p {
            margin: 0;
        }

        .footer .tweet-post a {
            color: inherit;
            text-decoration: none !important;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, currentColor), color-stop(50%, rgba(0, 0, 0, 0)));
            background-image: -o-linear-gradient(top, currentColor 50%, rgba(0, 0, 0, 0) 50%);
            background-image: linear-gradient(to bottom, currentColor 50%, rgba(0, 0, 0, 0) 50%);
            background-repeat: repeat-x;
            background-size: 2px 0.15em;
            background-position: 0 1.15em !important;
        }

            .footer .tweet-post a:hover {
                background-image: none;
            }

        .footer .tweet-post .meta {
            display: block;
            font-size: 16px;
        }

    .footer .social-icons {
        list-style: none;
        padding-left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
    }

        .footer .social-icons li {
            position: initial;
        }

            .footer .social-icons li:before {
                content: none;
            }

        .footer .social-icons li {
            margin: 0 25px 0 0;
        }

            .footer .social-icons li:last-child {
                margin-right: 0;
            }

            .footer .social-icons li a {
                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;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                font-size: 28px;
                width: auto;
                height: auto;
                text-decoration: none;
                background-color: transparent;
                color: #ffffff;
                margin-right: 27px;
            }

                .footer .social-icons li a:hover,
                .footer .social-icons li a:focus {
                    background-color: transparent;
                    color: #ccc;
                }

    .footer .footer-links {
        list-style: none;
        padding-left: 0;
        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;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 60px 0 30px;
        font-size: 22px;
        font-weight: bold;
        text-decoration: none;
    }

        .footer .footer-links li {
            position: initial;
        }

            .footer .footer-links li:before {
                content: none;
            }

        .footer .footer-links li {
            margin: 0 30px 0 0;
        }

            .footer .footer-links li:last-child {
                margin-right: 0;
            }

            .footer .footer-links li a {
                color: #fff;
                text-decoration: none !important;
                background-image: none;
            }

                .footer .footer-links li a:hover {
                    background-image: none;
                    color: #ccc;
                }

    .footer .copyright {
        max-width: 1180px;
        margin: 0 auto;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
        color: #ffffff;
    }

        .footer .copyright p {
            margin-bottom: 22px;
        }

            .footer .copyright p:last-child {
                margin-bottom: 0;
            }

@media (max-width: 991px) {
    .footer .logo {
        -webkit-transform: translate(-50%, -60%);
        -ms-transform: translate(-50%, -60%);
        transform: translate(-50%, -60%);
    }
}

@media (min-width: 1200px) {
    .footer .footer-container {
        padding-top: 100px;
    }
}

@media (max-width: 767px) {
    .footer .logo {
        width: 86px;
        height: 86px;
    }

    .footer .logo-spacing {
        padding-left: 50px;
        padding-right: 50px;
    }

    .footer .footer-post {
        margin-bottom: 40px;
    }

        .footer .footer-post h4 {
            margin: 0 0 5px;
            font-size: 24px;
        }

    .footer h5,
    .footer .twitter-text {
        margin: 0 0 20px;
        font-size: 24px;
        line-height: 30px;
    }

    .footer .social-icons li {
        margin: 0 20px 0 0;
    }

        .footer .social-icons li a {
            width: auto;
            height: auto;
            font-size: 24px;
        }

    .footer .footer-links {
        display: block;
        font-size: 16px;
    }

        .footer .footer-links li {
            margin: 0 0 5px;
        }

            .footer .footer-links li:last-child {
                margin-bottom: 0;
            }

    .footer .copyright {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }

        .footer .copyright p {
            margin-bottom: 18px;
        }
}

.banner-slide-wrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
}

    .banner-slide-wrapper figure {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .banner-slide-wrapper figure img {
            display: none;
        }

    .banner-slide-wrapper.has-overlay-color figure:after {
        /*background-image: none !important;*/
    }

    .banner-slide-wrapper .content {
        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-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
        max-width: 620px;
        min-height: 500px;
        padding-top: 100px;
        padding-bottom: 100px;
        color: #fff;
    }

        .banner-slide-wrapper .content > * {
            max-width: 100%;
        }

        .banner-slide-wrapper .content h1 {
            margin: 0 0 10px;
            color: inherit;
        }

            .banner-slide-wrapper .content h1:last-child {
                margin-bottom: 0;
            }

            .banner-slide-wrapper .content h1 + .btn,
            .banner-slide-wrapper .content .file-input h1 + .control:before,
            .file-input .banner-slide-wrapper .content h1 + .control:before {
                margin-top: 10px;
            }

        .banner-slide-wrapper .content p {
            margin: 0 0 25px;
            font-size: 30px;
            line-height: 38px;
        }

            .banner-slide-wrapper .content p:last-child {
                margin-bottom: 0;
            }

    .banner-slide-wrapper a {
        background-color: #ff5f31;
        color: white;
        text-transform: none;
        font-family: Reader Pro;
    }

        .banner-slide-wrapper a:hover, .banner-slide-wrapper a:focus, .banner-slide-wrapper a:active {
            background-color: #d04b24;
            color: white !important;
        }

@media (max-width: 1350px) {
    .banner-slide-wrapper .content {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.contact-form {
    position: relative;
}

    .contact-form p {
        margin: 0;
    }

    .contact-form form {
        margin: 40px 0 0;
    }

    .contact-form .form-group {
        margin-bottom: 30px;
    }

@media (max-width: 767px) {
    .contact-form .form-group {
        margin-bottom: 10px;
    }
}

.info-message {
    position: relative;
    padding: 30px 40px;
    background-color: #d5edfa;
    border: 1px solid #8ed8f8;
    border-radius: 4px;
}

    .info-message h3 {
        margin: 0 0 14px;
        font-size: 36px;
    }

    .info-message p:last-child {
        margin-bottom: 0;
    }

.success-message {
    position: relative;
    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-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 108px;
    padding: 30px 40px;
    padding-left: 103px;
    background-color: #d5edfa;
    border: 1px solid #8ed8f8;
    border-radius: 4px;
}

    .success-message .fa-check {
        position: absolute;
        top: 30px;
        left: 40px;
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        font-size: 28px;
        color: #fff;
        background-color: #390;
        border-radius: 50%;
    }

    .success-message h3 {
        margin: 0 0 14px;
        line-height: 48px;
        font-size: 36px;
    }

    .success-message p:last-child {
        margin-bottom: 0;
    }

.error-message {
    position: relative;
    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-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 108px;
    padding: 30px 40px;
    padding-left: 103px;
    font-family: inherit;
    font-weight: bold;
    font-size: 24px;
    color: red;
    background-color: #fee7e7;
    border: 1px solid red;
    border-radius: 4px;
}

    .error-message .fa-exclamation {
        position: absolute;
        top: 30px;
        left: 40px;
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        font-size: 20px;
        color: #fff;
        background-color: red;
        border-radius: 50%;
    }

    .error-message p:last-child {
        margin-bottom: 0;
    }

.cpd-block {
    display: inline-block;
    padding: 20px;
    font-weight: bold;
    font-family: inherit;
    background-color: #ccdfee;
}

    .cpd-block strong {
        font-weight: inherit;
    }

.back-to-top {
    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: fixed;
    bottom: 0;
    right: 10px;
    padding: 15px 20px;
    background-color: #361487;
    border-radius: 4px 4px 0 0;
    visibility: hidden;
    opacity: 0;
    z-index: 5;
}

.back-to-top-active .back-to-top {
    visibility: visible;
    opacity: 1;
}

.back-to-top,
.back-to-top:hover,
.back-to-top:focus,
.back-to-top:visited {
    text-decoration: none;
    color: #fff;
}

    .back-to-top i {
        margin-left: 10px;
        margin-right: 6px;
        line-height: 20px;
        font-size: 28px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .back-to-top span {
        text-transform: uppercase;
        line-height: 20px;
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: bold;
        font-size: 14px;
    }

    .back-to-top:hover {
        background-color: #361487;
    }

@media (max-height: 400px) {
    .back-to-top {
        display: none;
    }
}

@media (max-height: 767px) {
    .back-to-top {
        right: 0;
    }
}

.cookies-notification {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 28px 0;
    background-color: #ccdfee;
    z-index: 10;
}

    .cookies-notification .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cookies-notification p {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        margin: 0 50px 0 0;
        line-height: 24px;
        font-size: 18px;
        color: #000;
    }

@media (max-width: 767px) {
    .cookies-notification .container {
        display: block;
    }

    .cookies-notification p {
        margin: 0 0 20px;
    }
}

.loading-indicator {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    z-index: 1000;
}

    .loading-indicator span {
        position: absolute;
        top: 0;
        left: 0;
        border: 4px solid #ccdfee;
        border-left-color: #0060a9;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation: loading_indicator 1s infinite linear;
        animation: loading_indicator 1s infinite linear;
        opacity: 1;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        pointer-events: none;
    }

        .loading-indicator span,
        .loading-indicator span:after {
            width: 40px;
            height: 40px;
            border-radius: 50%;
        }

.full-loading-indicator {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(153, 153, 153, 0.95);
    z-index: 99999;
}

    .full-loading-indicator .loading-indicator {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -20px 0 0 -20px;
    }

@-webkit-keyframes loading_indicator {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading_indicator {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.share-nav {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}

    .share-nav ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
        padding: 0;
    }

        .share-nav ul li {
            position: initial;
        }

            .share-nav ul li:before {
                content: none;
            }

        .share-nav ul li {
            margin-bottom: 5px;
        }

            .share-nav ul li:last-child {
                margin-bottom: 0;
            }

            .share-nav ul li a {
                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;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                width: 60px;
                height: 60px;
                text-align: center;
                text-decoration: none;
            }

                .share-nav ul li a:hover,
                .share-nav ul li a:focus {
                    opacity: 0.75;
                }

    .share-nav .btn-join a {
        font-size: 20px;
        font-weight: 800;
        line-height: 1em;
        color: #fff;
        background-color: #ff5f31;
    }

    .share-nav .btn-email a {
        font-size: 32px;
        color: #ffffff;
        background-color: #ff5f31;
    }

    .share-nav .btn-share a {
        font-size: 28px;
        color: #ffffff;
        background-color: #ff5f31;
    }

    .share-nav .btn-learn a {
        background-image: url("/images/icons/i-learn.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .share-nav .btn-folio a {
        background-image: url("/images/icons/i-folio.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

@media (max-height: 730px) {
    .share-nav {
        background-color: transparent;
    }

        .share-nav ul {
            padding: 4px 4px 0 4px;
        }

            .share-nav ul li {
                margin: 0;
                padding-bottom: 4px;
            }

                .share-nav ul li a {
                    width: 42px;
                    height: 42px;
                }

        .share-nav .btn-share a {
            font-size: 20px;
        }
}

@media (max-height: 560px) {
    .share-nav {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@media (max-width: 767px) {
    .share-nav {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background-color: #ccdfee;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .back-to-top-active .share-nav {
        visibility: visible;
        opacity: 1;
    }

    .share-nav ul {
        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;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 4px 0 4px 4px;
    }

        .share-nav ul li {
            margin: 0;
            padding: 0;
            padding-right: 4px;
        }

            .share-nav ul li a {
                width: 42px;
                height: 42px;
            }

    .share-nav .btn-share a {
        font-size: 20px;
    }

    .share-nav .btn-join a {
        font-size: 16px;
    }
}

.static-pod-section {
    padding-top: 60px;
    background-color: #001f67;
}

    .static-pod-section:last-child {
        margin-bottom: -6%;
    }

        .static-pod-section:last-child:after {
            content: "";
            display: block;
            padding-top: 6%;
        }

@media (max-width: 991px) {
    .static-pod-section .row {
        display: block;
        padding-bottom: 20px;
    }

        .static-pod-section .row:after {
            content: "flickity";
            display: none;
        }

        .static-pod-section .row [class*="col-"] {
            float: none;
            width: 100%;
        }

        .static-pod-section .row article {
            display: block;
            width: 100%;
        }
}

.featured-pod-section {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: rgb(55,20,136, 0.2);
}

    .featured-pod-section:last-child {
        margin-bottom: -6%;
        padding-bottom: 60px;
    }

        .featured-pod-section:last-child:after {
            content: "";
            display: block;
            padding-top: 6%;
        }

.cta-pod-section {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
}

    .cta-pod-section:last-child {
        margin-bottom: -6%;
    }

        .cta-pod-section:last-child:after {
            content: "";
            display: block;
            padding-top: 6%;
        }

.featured-cards-section {
    /*padding-top: 124px;
    padding-bottom: 124px;*/
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #ccdfee;
}

    .featured-cards-section:last-child {
        margin-bottom: -6%;
        padding-bottom: 60px;
    }

        .featured-cards-section:last-child:after {
            content: "";
            display: block;
            padding-top: 6%;
        }

    .featured-cards-section h2 {
        margin: 0 0 40px;
        font-weight: 700;
        text-align: center;
        color: #0060a9;
    }

.cards-listing-section {
    padding-bottom: 60px;
    background-color: #ccdfee;
}

    .cards-listing-section:last-child {
        margin-bottom: -6%;
    }

        .cards-listing-section:last-child:after {
            content: "";
            display: block;
            padding-top: 6%;
        }

    .cards-listing-section + .featured-cards-section {
        padding-top: 0;
    }

@media (max-width: 767px) {
    .cards-listing-section {
        padding-top: 60px;
    }
}

.cards-filters-bar {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
}

    .cards-filters-bar h5 {
        margin: 0;
        white-space: nowrap;
    }

    .cards-filters-bar select {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        margin-left: 20px;
    }

@media (max-width: 1199px) {
    .cards-filters-bar {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .cards-filters-bar {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .cards-filters-bar h5 {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: 100%;
            margin-bottom: 15px;
            text-align: center;
        }

        .cards-filters-bar select {
            margin: 0;
            width: 31%;
            width: calc(33% - 13.3333333333px);
        }
}

@media (max-width: 767px) {
    .cards-filters-bar select {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        width: 100%;
        display: block;
        margin-bottom: 8px;
    }

        .cards-filters-bar select:last-of-type {
            margin-bottom: 0;
        }
}

.static-pod-item {
    margin-bottom: 60px;
    text-align: center;
}

    .static-pod-item figure {
        margin: 0 0 15px;
    }

        .static-pod-item figure a {
            display: block;
            width: 210px;
            margin: 0 auto;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            border-radius: 50%;
        }

            .static-pod-item figure a:after {
                content: "";
                display: block;
                padding-top: 100%;
            }

        .static-pod-item figure img {
            display: none;
        }

    .static-pod-item h3 {
        margin: 0 0 5px;
        font-size: 46px;
        color: #fff;
    }

    .static-pod-item p {
        margin: 0 0 20px;
        font-size: 21px;
        font-weight: 800;
        color: #ccdfee;
    }

.featured-pod-item {
    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;
    margin-bottom: 20px;
    background-color: #fff;
}

    .featured-pod-item a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        position: relative;
        min-height: 200px;
        text-decoration: none;
    }

        .featured-pod-item a:hover h3 span {
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, currentColor), color-stop(50%, rgba(0, 0, 0, 0)));
            background-image: -o-linear-gradient(top, currentColor 50%, rgba(0, 0, 0, 0) 50%);
            background-image: linear-gradient(to bottom, currentColor 50%, rgba(0, 0, 0, 0) 50%);
        }

    .featured-pod-item figure {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 295px;
        max-width: 50%;
        margin: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .featured-pod-item figure img {
            display: none;
        }

    .featured-pod-item .content {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        padding: 25px 30px;
    }

        .featured-pod-item .content h3 {
            margin: 0;
            font-family: "Reader Pro";
            font-size: 30px;
            font-weight: 700;
            line-height: 1.1em;
            /*text-transform: uppercase;*/
            text-transform: none !important;
        }

            .featured-pod-item .content h3 span {
                background-image: none;
                background-repeat: repeat-x;
                background-size: 2px 0.1em;
                background-position: 0 1.025em;
            }

        .featured-pod-item .content .section {
            position: absolute;
            bottom: 10px;
            right: 15px;
            font-size: 16px;
            font-weight: 800;
            line-height: 22px;
            color: #333;
        }

@media (max-width: 991px) {
    .featured-pod-item a {
        display: block;
    }

    .featured-pod-item figure {
        width: 100%;
        max-width: 100%;
        padding-top: 56.25%;
    }

        .featured-pod-item figure img {
            display: none;
        }

    .featured-pod-item .content {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .featured-pod-item .content {
        padding: 20px 15px 35px;
    }

        .featured-pod-item .content h3 {
            font-size: 26px;
        }

        .featured-pod-item .content .section {
            bottom: 10px;
            right: 15px;
            font-size: 14px;
            line-height: 18px;
        }
}

.cta-pod-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #ffaf98;
}

    .cta-pod-item figure {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 295px;
        min-height: 200px;
        margin: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .cta-pod-item figure img {
            display: none;
        }

    .cta-pod-item .content {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 35px 40px;
    }

        .cta-pod-item .content p {
            -webkit-box-flex: 1;
            -webkit-flex: 1 1 0;
            -ms-flex: 1 1 0px;
            flex: 1 1 0;
            margin: 0;
            padding-right: 40px;
            font-family: Reader Pro;
            font-size: 25px;
            font-weight: 700;
            line-height: 1.2;
            text-transform: none;
            color: #140033;
        }

@media (max-width: 991px) {
    .cta-pod-item .content {
        display: block;
    }

        .cta-pod-item .content p {
            margin-bottom: 30px;
            padding-right: 0;
        }
}

@media (max-width: 767px) {
    .cta-pod-item {
        display: block;
    }

        .cta-pod-item figure {
            width: 100%;
            min-height: 0;
            padding-top: 56.25%;
        }

        .cta-pod-item .content {
            padding: 20px 15px;
        }

            .cta-pod-item .content p {
                font-size: 26px;
            }
}

.post-item {
    margin-bottom: 40px;
    padding-right: 30px;
    padding-bottom: 35px;
    border-bottom: 1px solid rgb(55,20,136, 0.29);
}

    .post-item.featured {
        padding-top: 30px;
        padding-left: 30px;
        background-color: #ccdfee;
        border-bottom: 0;
    }

    .post-item figure {
        position: relative;
        float: right;
        width: 210px;
        margin: 20px 0 20px 30px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .post-item figure:before {
            content: "";
            display: block;
            padding-top: 62.5%;
        }

        .post-item figure a {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .post-item figure img {
            display: none;
        }

    .post-item .category-tags {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .post-item .category {
        display: block;
        margin-right: 15px;
        padding: 8px;
        font-size: 14px;
        font-weight: 800;
        line-height: 1em;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: #fff;
        background-color: #170038;
    }

    .post-item .tags {
        list-style: none;
        padding-left: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        margin: 5px 0 0;
        font-size: 14px;
        font-weight: 800;
        line-height: 20px;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

        .post-item .tags li {
            position: initial;
        }

            .post-item .tags li:before {
                content: none;
            }

        .post-item .tags li {
            display: inline;
        }

            .post-item .tags li:after {
                content: " |";
                color: #00aeef;
            }

            .post-item .tags li:last-child:after {
                content: none;
                display: none;
            }

            .post-item .tags li ul {
                list-style: none;
                padding-left: 0;
                display: inline;
                margin: 0;
                padding: 0;
            }

                .post-item .tags li ul li {
                    position: initial;
                }

                    .post-item .tags li ul li:before {
                        content: none;
                    }

                    .post-item .tags li ul li:after {
                        content: ",";
                        color: #0060a9;
                    }

            .post-item .tags li a {
                text-decoration: none !important;
                background-image: none;
                background-repeat: repeat-x;
                background-size: 2px 0.15em;
                background-position: 0 1.15em !important;
            }

                .post-item .tags li a:hover {
                    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, currentColor), color-stop(50%, rgba(0, 0, 0, 0)));
                    background-image: -o-linear-gradient(top, currentColor 50%, rgba(0, 0, 0, 0) 50%);
                    background-image: linear-gradient(to bottom, currentColor 50%, rgba(0, 0, 0, 0) 50%);
                }

    .post-item .section {
        display: block;
        margin: 0 0 5px;
        font-weight: 800;
        color: #970088;
    }

        .post-item .section a {
            text-decoration: none;
        }

        .post-item .section i {
            padding-left: 5px;
            font-size: 18px;
        }

    .post-item h3 {
        margin: 0 0 10px;
        font-size: 36px;
    }

        .post-item h3 a {
            color: inherit;
            text-decoration: none !important;
            background-image: none;
            background-repeat: repeat-x;
            background-size: 2px 0.15em;
            background-position: 0 1.15em !important;
        }

            .post-item h3 a:hover {
                background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, currentColor), color-stop(50%, rgba(0, 0, 0, 0)));
                background-image: -o-linear-gradient(top, currentColor 50%, rgba(0, 0, 0, 0) 50%);
                background-image: linear-gradient(to bottom, currentColor 50%, rgba(0, 0, 0, 0) 50%);
            }

    .post-item .meta {
        display: block;
        margin: 0 0 20px;
        font-weight: 700;
    }

    .post-item p {
        margin: 0;
    }

@media (max-width: 767px) {
    .post-item {
        position: relative;
        padding-right: 0;
    }

        .post-item.featured {
            padding-top: 0;
            padding-left: 15px;
            padding-right: 15px;
        }

            .post-item.featured figure {
                width: auto;
                margin-left: -15px;
                margin-right: -15px;
            }

        .post-item figure {
            float: none;
            width: 100%;
            margin: 0 0 15px;
        }

        .post-item .category-tags {
            display: block;
        }

        .post-item .category {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
        }

        .post-item .tags {
            display: none;
        }

        .post-item h3 {
            font-size: 32px;
        }
}

.representative-item {
    margin-bottom: 40px;
}

    .representative-item figure {
        display: block;
        width: 100px;
        height: 100px;
        margin: 0 0 15px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 50%;
    }

        .representative-item figure img {
            display: none;
        }

    .representative-item h4 {
        margin: 0;
        font-size: 18px;
    }

    .representative-item ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
        font-size: 16px;
        line-height: 22px;
    }

        .representative-item ul li {
            position: initial;
        }

            .representative-item ul li:before {
                content: none;
            }

        .representative-item ul li {
            margin: 0;
        }

.rcm-card {
    margin-bottom: 20px;
}

    .rcm-card a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        position: relative;
        text-decoration: none;
        color: inherit;
        overflow: hidden;
    }

        .rcm-card a:hover h3 span {
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, currentColor), color-stop(50%, rgba(0, 0, 0, 0)));
            background-image: -o-linear-gradient(top, currentColor 50%, rgba(0, 0, 0, 0) 50%);
            background-image: linear-gradient(to bottom, currentColor 50%, rgba(0, 0, 0, 0) 50%);
        }

    .rcm-card figure {
        position: relative;
        margin: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .rcm-card figure img {
            display: none;
        }

    .banner-slide-wrapper.has-overlay-color figure:after, .rcm-card.rcm-card-image.has-overlay-color figure:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: -webkit-gradient(linear,left bottom,left top,from(#140035),to(rgba(0,31,103,0)));
        background-image: -o-linear-gradient(bottom,#140035 0%,rgba(0,31,103,0) 100%);
        background-image: linear-gradient(to top,#140035 0%,rgba(0,31,103,0) 100%);
        opacity: .7;
    }

    .rcm-card .content {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        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-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        min-height: 360px;
        padding: 60px 30px 51px;
    }

        .rcm-card .content > * {
            max-width: 100%;
        }

        .rcm-card .content h3 {
            margin: 0 0 5px;
            font-family: "Reader Pro";
            font-size: 28px;
            font-weight: 700;
            line-height: 1.1em;
            text-transform: none;
        }

            .rcm-card .content h3 span {
                background-image: none;
                background-repeat: repeat-x;
                background-size: 2px 0.1em;
                background-position: 0 1.025em;
                overflow-wrap: break-word;
                word-wrap: break-word;
                -ms-hyphens: auto;
                -webkit-hyphens: auto;
                hyphens: auto;
            }

        .rcm-card .content .category {
            position: absolute;
            top: 0;
            left: 0;
            padding: 8px;
            font-size: 14px;
            font-weight: 800;
            line-height: 1em;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            color: #fff;
            background-color: #702785 !important;
        }

        .rcm-card .content .section {
            position: absolute;
            bottom: 10px;
            right: 15px;
            font-size: 16px;
            font-weight: 800;
            line-height: 22px;
        }

        .rcm-card .content .date {
            display: block;
            font-size: 20px;
            font-weight: 800;
        }

@media (max-width: 767px) {
    .rcm-card a {
        max-height: 360px;
    }

    .rcm-card .content h3 {
        font-size: 28px;
    }

    .rcm-card .content .category {
        font-size: 12px;
    }

    .rcm-card .content .section {
        font-size: 14px;
        line-height: 18px;
    }

    .rcm-card .content .date {
        font-size: 16px;
    }
}

.rcm-card-large a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .rcm-card-large a figure {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(50% - 10px);
    }

    .rcm-card-large a .content {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        width: 50%;
    }

@media (max-width: 991px) {
    .rcm-card-large a .content {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .rcm-card-large a {
        width: 100%;
        display: block;
        position: relative;
        min-height: 360px;
    }

        .rcm-card-large a figure {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            min-height: 360px;
        }

            .rcm-card-large a figure img {
                display: none;
            }

            .rcm-card-large a figure:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-image: -webkit-gradient(linear, left bottom, left top, from(#001f67), to(rgba(0, 31, 103, 0.25)));
                background-image: -o-linear-gradient(bottom, #001f67 0%, rgba(0, 31, 103, 0.25) 100%);
                background-image: linear-gradient(to top, #001f67 0%, rgba(0, 31, 103, 0.25) 100%);
            }

        .rcm-card-large a .content {
            -webkit-box-flex: 0;
            -webkit-flex: none;
            -ms-flex: none;
            flex: none;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }
}

.rcm-card-image {
    color: #fff;
}

    .rcm-card-image figure {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .rcm-card-image .content {
        position: relative;
    }

.rcm-card-white {
    color: #0060a9;
    background-color: #fff;
}

    .rcm-card-white .content .section {
        color: #333;
    }

@media (max-width: 767px) {
    .rcm-card-white .content {
        min-height: 0;
    }
}

.rcm-card-blue {
    color: #fff;
    background-color: #361487;
}

@media (max-width: 991px) {
    .rcm-card-blue .content {
        min-height: 0;
    }
}

.widget {
    margin-bottom: 0px;
}

    .widget:last-child {
        margin-bottom: 0;
    }

.widget-related-links {
    padding: 25px 30px 30px;
    background-color: #ccdfee;
}

    .widget-related-links h4 {
        margin: 0 0 15px;
        font-family: "Reader Pro";
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .widget-related-links ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
        font-size: 20px;
        line-height: 30px;
    }

        .widget-related-links ul li {
            position: initial;
        }

            .widget-related-links ul li:before {
                content: none;
            }

        .widget-related-links ul li {
            margin-bottom: 10px;
        }

            .widget-related-links ul li:last-child {
                margin-bottom: 0;
            }

            .widget-related-links ul li a {
                text-decoration: none !important;
                background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, currentColor), color-stop(50%, rgba(0, 0, 0, 0)));
                background-image: -o-linear-gradient(top, currentColor 50%, rgba(0, 0, 0, 0) 50%);
                background-image: linear-gradient(to bottom, currentColor 50%, rgba(0, 0, 0, 0) 50%);
                background-repeat: repeat-x;
                background-size: 2px 0.15em;
                background-position: 0 1.15em !important;
            }

                .widget-related-links ul li a:hover {
                    background-image: none;
                }

@media (max-width: 767px) {
    .widget-related-links {
        padding: 20px 15px;
    }

        .widget-related-links h4 {
            font-size: 16px;
        }

        .widget-related-links ul {
            font-size: 18px;
            line-height: 22px;
        }
}

.widget-section-links {
    padding: 25px 30px 30px;
    background-color: #0060a9;
    color: #fff;
}

    .widget-section-links h4 {
        margin: 0 0 15px;
        font-family: Reader Pro;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .widget-section-links ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
        font-size: 20px;
        line-height: 30px;
    }

        .widget-section-links ul li {
            position: initial;
        }

            .widget-section-links ul li:before {
                content: none;
            }

        .widget-section-links ul li {
            margin-bottom: 10px;
        }

            .widget-section-links ul li:last-child {
                margin-bottom: 0;
            }

            .widget-section-links ul li a {
                color: inherit;
                text-decoration: none !important;
                background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, currentColor), color-stop(50%, rgba(0, 0, 0, 0)));
                background-image: -o-linear-gradient(top, currentColor 50%, rgba(0, 0, 0, 0) 50%);
                background-image: linear-gradient(to bottom, currentColor 50%, rgba(0, 0, 0, 0) 50%);
                background-repeat: repeat-x;
                background-size: 2px 0.15em;
                background-position: 0 1.15em !important;
            }

                .widget-section-links ul li a:hover {
                    background-image: none;
                }

.mobile-section-links .widget-section-links {
    padding: 0;
}

    .mobile-section-links .widget-section-links h4 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        padding: 25px 15px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .mobile-section-links .widget-section-links h4:hover {
            color: #8ed8f8;
        }

        .mobile-section-links .widget-section-links h4:after {
            content: "\f078";
            display: block;
            font-family: "Font Awesome 5 Pro";
            font-weight: 300;
            line-height: 1;
            color: #8ed8f8;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .mobile-section-links .widget-section-links h4.active:after {
            -webkit-transform: scaleY(-1);
            -ms-transform: scaleY(-1);
            transform: scaleY(-1);
        }

    .mobile-section-links .widget-section-links ul {
        display: none;
        padding: 0 15px 25px;
    }

@media (max-width: 767px) {
    .widget-section-links {
        padding: 20px 15px;
    }

        .widget-section-links h4 {
            font-size: 16px;
        }

        .widget-section-links ul {
            font-size: 18px;
            line-height: 22px;
        }

    .mobile-section-links .widget-section-links h4 {
        padding: 20px 15px;
    }

    .mobile-section-links .widget-section-links ul {
        padding: 0 15px 20px;
    }
}

.mobile-section-links {
    display: none;
}

@media (max-width: 991px) {
    .mobile-section-links {
        display: block;
    }
}

.widget-event-detail {
    padding: 25px 30px 30px;
    background-color: #140035;
    color: #fff;
}

    .widget-event-detail ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
        font-weight: 700;
    }

        .widget-event-detail ul li {
            position: initial;
        }

            .widget-event-detail ul li:before {
                content: none;
            }

    .widget-event-detail .meta {
        margin-bottom: 28px;
    }

        .widget-event-detail .meta strong {
            font-family: "Reader Pro";
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
            color: #ccdfee;
        }

    .widget-event-detail .pricing {
        margin-bottom: 28px;
    }

        .widget-event-detail .pricing li {
            margin-bottom: 0;
        }

    .widget-event-detail .tc-link {
        display: inline-block;
        margin-bottom: 28px;
        color: inherit;
        text-decoration: none !important;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, currentColor), color-stop(50%, rgba(0, 0, 0, 0)));
        background-image: -o-linear-gradient(top, currentColor 50%, rgba(0, 0, 0, 0) 50%);
        background-image: linear-gradient(to bottom, currentColor 50%, rgba(0, 0, 0, 0) 50%);
        background-repeat: repeat-x;
        background-size: 2px 0.15em;
        background-position: 0 1.15em !important;
    }

        .widget-event-detail .tc-link:hover {
            background-image: none;
        }

@media (max-width: 767px) {
    .widget-event-detail {
        padding: 20px 15px;
    }

        .widget-event-detail .meta {
            margin-bottom: 24px;
        }

            .widget-event-detail .meta strong {
                font-size: 16px;
            }

        .widget-event-detail .pricing {
            margin-bottom: 24px;
        }

        .widget-event-detail .tc-link {
            margin-bottom: 24px;
        }
}

.widget-map figure {
    margin: 0;
}

.widget-map iframe {
    width: 100%;
}

.widget-image figure {
    margin: 0;
}

    .widget-image figure img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
    }

.widget-filter-by {
    padding: 30px;
    background-color: rgb(55,20,136, 0.29) !important;
}

    .widget-filter-by h4 {
        margin: 0 0 25px;
        font-size: 24px;
        font-weight: 700;
    }

    .widget-filter-by .form-control {
        margin-bottom: 10px;
    }

    .widget-filter-by select:last-of-type {
        margin-bottom: 20px;
    }

    .widget-filter-by .btn-link {
        display: block;
        width: auto;
        margin: 0 auto 10px;
        font-size: 16px;
    }

    .widget-filter-by .form-search {
        position: relative;
        margin: 0;
    }

        .widget-filter-by .form-search input {
            margin: 0;
            font-family: "Reader Pro";
            font-size: 22px;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            border-right: none;
            padding-right: 0;
        }

            .widget-filter-by .form-search input:focus,
            .widget-filter-by .form-search input:hover {
                -webkit-box-shadow: none;
                box-shadow: none;
                outline: none;
            }

                .widget-filter-by .form-search input:focus + .input-group-addon,
                .widget-filter-by .form-search input:hover + .input-group-addon {
                    border-top: 1px solid #001f67;
                    border-right: 1px solid #001f67;
                    border-bottom: 1px solid #001f67;
                }

        .widget-filter-by .form-search .input-group-addon {
            background: #fff;
            padding: 0;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            border-top: 1px solid #99bfdd;
            border-right: 1px solid #99bfdd;
            border-bottom: 1px solid #99bfdd;
        }

        .widget-filter-by .form-search button {
            width: 56px;
            height: 100%;
            margin: 0;
            padding: 0;
            border: 0;
            outline: 0;
            background: #fff;
            font-size: 24px;
            font-weight: normal;
            color: #170038;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .widget-filter-by .form-search button:hover,
            .widget-filter-by .form-search button:focus {
                color: #170038;
            }

.widget-user-welcome {
    padding: 30px;
    background-color: #ccdfee;
}

    .widget-user-welcome figure {
        display: block;
        width: 140px;
        height: 140px;
        margin: 0 auto 15px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 5px #fff;
        box-shadow: 0 0 0 5px #fff;
    }

        .widget-user-welcome figure img {
            display: none;
        }

    .widget-user-welcome h5 {
        margin: 0;
        text-align: center;
    }

.widget-side-nav ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

    .widget-side-nav ul li {
        position: initial;
    }

        .widget-side-nav ul li:before {
            content: none;
        }

    .widget-side-nav ul li {
        margin: 0 0 2px;
    }

        .widget-side-nav ul li:last-child {
            margin-bottom: 0;
        }

        .widget-side-nav ul li a {
            display: block;
            padding: 14px 30px;
            text-decoration: none;
            font-size: 20px;
            font-weight: bold;
            color: #371487;
            background-color: #3714884a;
        }

            .widget-side-nav ul li a:hover {
                color: #00418a;
                background-color: #99bfdd;
            }

        .widget-side-nav ul li.active a {
            color: #fff;
            background-color: #371487;
        }

@media print {
    *,
    *::before,
    *::after {
        color: #000 !important;
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

        *:not([style*="background-image"]),
        *::before,
        *::after {
            background: transparent !important;
        }

    [style*="background-image"] {
        -webkit-print-color-adjust: exact;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]::after,
    a[href^="javascript:"]::after,
    .twitter-feed a::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 1200px !important;
    }

    .container {
        min-width: 1200px !important;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .header {
        position: static;
        border-bottom: 1px solid #000;
    }

        .header .header-bottom-bar,
        .header .header-side-nav,
        .header .header-mega-menu,
        .header .header-side-nav-toggle,
        .header .btn-join,
        .header .btn-login,
        .header .header-mobile-mega-menu {
            display: none !important;
        }

    .footer {
        border-top: 1px solid #000;
    }

        .footer:before {
            display: none;
        }

        .footer .footer-container {
            padding-top: 80px;
        }

            .footer .footer-container .logo {
                display: none;
            }

    .page-wrapper {
        padding-top: 0;
    }

    .cards-listing-section {
        background: transparent !important;
    }

        .cards-listing-section .cards-filters-bar {
            display: none !important;
        }

    .rcm-card {
        border: 1px solid #000;
    }

        .rcm-card * {
            text-shadow: 1px 1px 5px #fff !important;
        }

    .widget {
        border: 1px solid #000;
    }

    .featured-pod-item,
    .cta-pod-item,
    .post-item.featured {
        border: 1px solid #000;
    }

    .post-item .category {
        padding-left: 0;
    }

    .back-to-top,
    .cookies-notification {
        display: none;
    }

    .btn,
    .file-input .control:before {
        border: 2px solid #000;
    }

        .btn[type="reset"],
        .file-input .control[type="reset"]:before {
            border: 0;
        }

    .panel-title a {
        background: none !important;
        text-decoration: none;
    }

        .panel-title a:after {
            display: none;
        }

    .panel-title .icon {
        display: none;
    }

    .panel-body {
        background: none;
    }

    .collapse {
        display: block;
        height: auto !important;
    }

    .responsive-tabs-container .nav-tabs,
    .responsive-tabs-container .tab-content {
        display: none;
    }

    .responsive-tabs-container .panel-group {
        display: block;
    }

    .cpd-block {
        padding: 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
    }

    .static-pod-item,
    .banner-slider,
    .rcm-card,
    .widget,
    .featured-pod-item,
    .cta-pod-item,
    .post-item,
    .panel {
        page-break-inside: avoid;
    }
}

.demo-subtitle {
    margin-top: 80px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #666666;
}

.portal .panel .panel-body {
    background: none;
    border: 0;
    font-size: 18px;
    border-radius: 3px;
    border: solid 0.5px #808080;
}

div.dataTables_info {
    position: absolute;
}

div.dataTables_wrapper div.dataTables_paginate {
    float: none;
    text-align: center;
}

.my-portal-container .form-container h4 {
    margin-top: 20px;
}

.my-portal-container .form-container .form-group {
    margin-bottom: 13px;
}

.my-portal-container.basic-theme .form-group {
    margin-bottom: 30px;
}

.width-auto {
    width: auto !important;
}

.block {
    display: block !important;
}

@media (min-width: 992px) {
    .umbraco-forms-field.header {
        position: relative !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .no-header .page-wrapper {
        padding-top: 0px;
    }
}

.banner-slider > .banner-slide-wrapper > .container {
    justify-content: center;
    flex-direction: column;
}

.Terratype {
    background: transparent url("/images/loading.gif") no-repeat center center;
}

.page-sidebar-inner .container {
    padding-left: 0px;
    padding-right: 0px;
}

.checkbox-pad .col-md-6,
.checkbox-pad .col-md-4 {
    padding-left: 40px;
    padding-bottom: 10px;
}

.checkbox-pad .form-group:first-of-type {
    padding-top: 20px;
}

.widget-section-links.bg-rcm-blue-dark-20-tint h4,
.widget-section-links.bg-white h4 {
    color: #140035;
}

.widget-section-links.bg-rcm-blue-dark-20-tint li a,
.widget-section-links.bg-white li a {
    color: #140035;
}

.ui-widget-content {
    max-width: 340px;
    width: auto;
    background: #fff;
    border: 1px solid #0060a9;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.2);
    overflow: auto;
    padding: 0px;
    z-index: 99999;
}

    .ui-widget-content li {
        cursor: pointer;
        overflow: hidden;
        padding: 3px 20px;
        font-size: 17px;
        border-bottom: #e4eaed 1px solid;
        line-height: 34px;
        margin-bottom: 0;
    }

.ui-menu-item.ui-state-focus {
    background: #0066ff;
    color: white;
}

.ui-menu-item-wrapper {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post-item {
    min-height: 266px;
}

    .post-item figure.portrait::before {
        padding-top: 160%;
    }

.banner-slider .banner-slide-wrapper .banner-heading {
    font-size: 54px;
    margin: 0 0 10px;
    text-transform: none !important;
    font-family: "Reader Pro";
    line-height: 1.2;
    font-weight: 800;
}

.banner-heading {
    font-size: 54px;
    margin: 0 0 10px;
    text-transform: none !important;
    font-family: "Reader Pro";
    line-height: 1.2;
    font-weight: 800;
}

.banner-slide-wrapper.bg-rcm-blue-dark-20-tint p,
.banner-slide-wrapper.bg-rcm-blue-dark-20-tint h1,
.banner-slide-wrapper.bg-rcm-blue-dark-20-tint h2,
.banner-slide-wrapper.bg-rcm-blue-dark-20-tint h3,
.banner-slide-wrapper.bg-rcm-blue-dark-20-tint h4,
.banner-slide-wrapper.bg-rcm-blue-dark-20-tint h5,
.banner-slide-wrapper.bg-rcm-blue-dark-20-tint h6 {
    color: #0060a9;
}

.banner-slide-wrapper.bg-white a.btn {
    color: #0060a9;
    background-color: rgba(255, 255, 255, 0);
    border-color: #0060a9;
}

    .banner-slide-wrapper.bg-white a.btn:hover {
        background-color: � #ccdfee;
        border-color: #ccdfee;
    }

.banner-slide-wrapper.bg-white p,
.banner-slide-wrapper.bg-white h1,
.banner-slide-wrapper.bg-white h2,
.banner-slide-wrapper.bg-white h3,
.banner-slide-wrapper.bg-white h4,
.banner-slide-wrapper.bg-white h5,
.banner-slide-wrapper.bg-white h6 {
    color: #0060a9;
}

.bg-rcm-blue-dark.featured-cards-section h2,
.bg-blue-dark.featured-cards-section h2,
.bg-rcm-blue-dark.featured-pod-section h2,
.bg-blue-dark.featured-pod-section h2 {
    color: #fff;
}

.static-pod-section.bg-white h3,
.static-pod-section.bg-rcm-blue-dark-20-tint h3 {
    color: #000;
}

.static-pod-section.bg-white p,
.static-pod-section.bg-rcm-blue-dark-20-tint p {
    color: #000;
}

.static-pod-section.bg-white .btn,
.static-pod-section.bg-rcm-blue-dark-20-tint .btn {
    color: #fff;
    background-color: #0060a9;
    border-color: #0060a9;
}

.static-pod-section.bg-rcm-blue-dark .btn,
.static-pod-section.bg-blue-dark .btn {
    color: #0060a9;
    background-color: #ccdfee;
    border-color: #ccdfee;
}

    .static-pod-section.bg-rcm-blue-dark .btn:hover,
    .static-pod-section.bg-blue-dark .btn:hover {
        color: #00418a;
        background-color: #99bfdd;
        border-color: #99bfdd;
    }

.static-pod-section.bg-white .btn:hover,
.static-pod-section.bg-rcm-blue-dark-20-tint .btn:hover {
    color: #fff;
    background-color: #00418a;
    border-color: #00418a;
}

.panel.portal-form .form-group.has-error {
    flex-wrap: wrap;
}

    .panel.portal-form .form-group.has-error:after {
        content: "";
        width: 100%;
    }

.panel.portal-form .form-group .label-helper {
    display: none;
}

@media (min-width: 768px) {
    .panel.portal-form .form-group.has-error .label-helper {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 220px;
        margin: 0 30px 0 0;
        padding: 10px 30px;
        line-height: 1.2;
        text-align: right;
        background-color: #99bfdd;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .panel.portal-form .form-group.has-error .label-helper {
        width: 200px;
    }
}

.panel.portal-form .form-group.has-error > label:not(:first-child) {
    order: 1;
}

.panel.portal-form .form-group.has-error > label:last-child {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 15em;
}

.panel.portal-dashboard p {
    line-height: 1.273em;
}

.panel.portal-dashboard article {
    margin: 0 0 20px;
}

.article-text-date {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100px;
    height: 100px;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    font-family: "Reader Pro";
    color: #fff;
    background-color: #99bfdd;
    border-radius: 50%;
}

.my-portal-container.portal .container.portal-text {
    padding-left: 0px;
    padding-right: 0px;
}

.panel.portal-dashboard ul li h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}

.panel.portal-dashboard ul li h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}

.panel.portal-dashboard ul li span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.table-responsive > table.disable-table-responsive > thead > tr > th,
.table-responsive > table.disable-table-responsive > thead > tr > td,
.table-responsive > table.disable-table-responsive > tbody > tr > th,
.table-responsive > table.disable-table-responsive > tbody > tr > td,
.table-responsive > table.disable-table-responsive > tfoot > tr > th,
.table-responsive > table.disable-table-responsive > tfoot > tr > td {
    white-space: inherit;
}

.booking-basket .table-responsive {
    font-size: 18px;
}

    .booking-basket .table-responsive * {
        font-size: 18px;
    }

@media screen and (max-width: 1199px) {
    .booking-basket .table-responsive {
        width: auto;
    }
}

.hidden-panel {
    display: none;
}

.checkbox.checked .indicator {
    border-color: #121268;
    background-color: #121268;
}

    .checkbox.checked .indicator:before {
        width: 14px;
        height: 14px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'/%3E%3C/svg%3E");
    }

.box-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.box-panel-body {
    padding: 15px;
    font-size: 18px;
}

.box-panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
}

    .box-panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.box-panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
    font-size: inherit;
}

    .box-panel-title > a,
    .box-panel-title > small,
    .box-panel-title > .small,
    .box-panel-title > small > a,
    .box-panel-title > .small > a {
        color: inherit;
    }

.box-panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}

.box-panel-default {
    border-color: #0060a9;
}

    .box-panel-default > .box-panel-heading {
        color: #fff;
        background-color: #0060a9;
        border-color: #0060a9;
    }

@media (min-width: 768px) {
    .box-panel-body {
        padding: 20px;
    }
}

.umbraco-forms-page span.field-validation-error {
    color: red;
    display: inline-block;
    margin-bottom: 5px;
    line-height: 26px;
    font-size: 18px;
}

.umbraco-forms-form * {
    z-index: 9;
}

.oddPortalPod {
    padding-right: 0px;
}

.evenPortalPod {
    clear: left;
    padding-left: 0px;
}

.panel.bg-rcm-blue-dark-20-tint {
    border: 0px;
}

@media (max-width: 767px) {
    .my-portal-container .col-sm-6.portalsquare {
        padding: 0px;
    }
}

.my-portal-container .nobullet {
    list-style: none;
    padding-left: 0;
    margin: 0 0 20px;
}

    .my-portal-container .nobullet li:before {
        content: "";
    }

.portal-dashboard-resources,
.portal-dashboard-rcm-support,
.portalwide {
    clear: both;
}

.portal-text ol {
    font-size: 22px;
    color: #970088;
}

.portal-text img {
    margin-bottom: 0px;
}

.col-sm-8 .portal-text,
.col-sm-4 .page-sidebar-container {
    margin-top: 20px;
}

    .col-sm-8 .portal-text h1,
    .col-sm-8 .portal-text h2,
    .col-sm-8 .portal-text h3,
    .col-sm-8 .portal-text h4,
    .col-sm-8 .portal-text h5,
    .col-sm-8 .portal-text h6 {
        margin-top: 0px;
    }

    .col-sm-8 .portal-text h2,
    .col-sm-8 .portal-text h4 {
        color: #170038;
    }

.rcm-card .content .category.bg-white {
    color: #0060a9;
}

.bg-white .flickity-page-dots .dot.is-selected {
    background-color: #00418a;
}

.bg-white .flickity-page-dots li.dot {
    background-color: #ccdfee;
}

@media (max-width: 767px) {
    .category.categorynoimage {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
    }
}

.description.iewidth {
    max-width: 502px;
}

.btn-text-wrap {
    white-space: normal;
}

@font-face {
    font-family: 'Reader Pro';
    src: url('/fonts/ReaderPro-Bold.woff2') format('woff2'), url('/fonts/ReaderPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Reader Pro';
    src: url('/fonts/ReaderPro-Medium.woff2') format('woff2'), url('/fonts/ReaderPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Reader Pro';
    src: url('/fonts/ReaderPro-Black.woff2') format('woff2'), url('/fonts/ReaderPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Reader Pro';
    src: url('/fonts/ReaderPro-Regular.woff2') format('woff2'), url('/fonts/ReaderPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.featured-pod-item a h3 {
    color: #371487 !important;
}

@media screen and (max-width: 425px) {
    h1.banner-heading, .banner-slide-wrapper .banner-heading {
        font-size: 3.5rem !important;
    }

    .banner-slide-wrapper .content {
        padding-top: 50px;
    }
}

.banner-slide-wrapper .btn {
    white-space: normal;
}

/* #region MY AGM - Pedro Barreiro */

@font-face {
    font-family: 'ReaderPro-Medium';
    src: url('/fonts/ReaderPro-Medium.woff2') format('woff2'), url('/fonts/ReaderPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.elem-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    margin: 15px 0;
    background-color: #FFFFFF;
    border: 1px solid #979797;
}

    .elem-card span {
        display: block;
        font-size: 22px;
        line-height: 26px;
        color: #140033;
        word-break: break-word;
    }

        .elem-card span.name {
            font-family: "ReaderPro-Medium";
        }

    .elem-card .input {
        position: relative;
        display: block;
        width: 50%;
    }

        .elem-card .input label {
            font-size: 16px;
            line-height: 20px;
            color: #888;
        }

        .elem-card .input select {
            height: 45px;
            margin-bottom: 15px;
        }

        .elem-card .input input {
            height: 45px;
        }

/* #region - Checkbox */
.form-check-custom > label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    color: #140033;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .form-check-custom > label > span {
        display: block;
    }

    .form-check-custom > label > input {
        display: none;
    }

    .form-check-custom > label .form-check-input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .form-check-custom > label .indicator {
        position: absolute;
        left: 0;
        width: 29px;
        height: 29px;
        border: 1px solid #979797;
        background-color: #D8D8D8;
        margin: 3px;
    }

        .form-check-custom > label .indicator:after {
            content: "";
            position: absolute;
            display: none;
        }

        .form-check-custom > label .indicator:hover .form-check-input ~ .indicator {
            background-color: rgba(255, 0, 0, 0.25);
        }

    .form-check-custom > label .form-check-input:checked ~ .indicator, .form-check-custom.form-check-inline > label .form-check-input:checked ~ .indicator, .checkbox-inline .form-check-input:checked ~ .indicator, .form-check-custom > label input:checked ~ .indicator, .form-check.form-check-inline > label input:checked ~ .indicator, .checkbox-inline input:checked ~ .indicator {
        border: 1px solid #ff6032;
        background-color: #ff6032;
    }

        .form-check-custom > label .form-check-input:checked ~ .indicator:after, .form-check-custom.form-check-inline > label .form-check-input:checked ~ .indicator:after, .checkbox-inline .form-check-input:checked ~ .indicator:after, .form-check-custom > label input:checked ~ .indicator:after, .form-check-custom.form-check-inline > label input:checked ~ .indicator:after, .checkbox-inline input:checked ~ .indicator:after {
            display: block;
        }
/* #endregion */

.agm-upload {
    position: relative;
    display: block;
    padding: 30px 0;
    margin: 45px 0;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
}

    .agm-upload h3 {
        margin: 0 0 45px 0;
    }

.document-wrapper {
    position: relative;
    display: block;
    margin: 25px 0;
}

    .document-wrapper .has-error {
        font-size: 12px;
        line-height: 16px;
        color: #DD2525;
    }

    .document-wrapper [type="file"] {
        width: 100%;
        color: #140033;
        outline: none !important;
    }

        .document-wrapper [type="file"]::-webkit-file-upload-button {
            display: inline-block;
            margin: 15px 15px 0 0;
            background-color: #D8D8D8;
            border: none;
            outline: none;
            border-radius: 20px;
            font-size: 18px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.25;
            letter-spacing: normal;
            text-align: center;
            color: #140033;
            padding: 10px 25px;
            cursor: pointer;
            transition: all 0.5s ease;
        }

            .document-wrapper [type="file"]::-webkit-file-upload-button:hover {
                background-color: #FF5F31;
                color: #FFFFFF;
            }

@media screen and (max-width: 767.98px) {
    .elem-card {
        display: block;
    }

        .elem-card .input {
            width: 100%;
            margin: 15px 0;
        }

    .document-wrapper [type="file"]::-webkit-file-upload-button {
        display: block;
        margin: 15px 0;
    }
}
/* #endregion */

/*Rule created because ehandler 500 was creating a margin in this class*/
.error-500 {
    margin: 0 !important;
}

.image-500 {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 80%;
}

@media screen and (max-width: 767.98px) {
    .image-500 {
        width: 90%;
    }
}
