﻿

/*
* @subsection   ToTop
* @license      MIT license - http://opensource.org/licenses/MIT
* @version      1.0.0
*/
.ui-to-top {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 46px;
    color: #FFF;
    background: #528f49;
    border-radius: 50%;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.11), 3px 4px 5px 0 rgba(0, 0, 0, 0.11);
    position: fixed;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.ui-to-top:focus {
    color: #FFF;
    background: #528f49;
}

.ui-to-top:hover {
    color: #FFF;
    background: #e69d00;
    text-decoration: none;
}

.ui-to-top.active {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.mobile .ui-to-top,
.tablet .ui-to-top {
    display: none !important;
}

@media (min-width: 480px) {
    .ui-to-top {
        right: 40px;
        bottom: 40px;
    }
}


.jumbotron {
    padding-left: 15px;
    padding-right: 15px;
    color: #888a8c;
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    background: none;
}

    .jumbotron .rd-parallax-inner {
        overflow: visible;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        color: #173354;
        margin-bottom: 30px;
        letter-spacing: 0.02em;
        line-height: 1.2;
        font-size: 30px;
        font-weight: 300;
        text-transform: uppercase;
    }

        .jumbotron h1 small,
        .jumbotron .h1 small {
            color: #173354;
            display: block;
            font-size: 14px;
            text-transform: uppercase;
            line-height: 1.2;
            letter-spacing: .06em;
            font-weight: 700;
        }

@media (min-width: 768px) {
    .jumbotron h1 small,
    .jumbotron .h1 small {
        font-size: 21px;
    }
}

@media (min-width: 992px) {
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 35px;
    }
}

@media (min-width: 1199px) {
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 79px;
    }

        .jumbotron h1 small,
        .jumbotron .h1 small {
            font-size: 21px;
        }
}

.jumbotron p.big {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    display: none;
}

@media (min-width: 768px) {
    .jumbotron p.big {
        font-size: 18px;
        display: block;
    }
}

@media (min-width: 1199px) {
    .jumbotron p.big {
        font-size: 24px;
        line-height: 40px;
    }
}

.jumbotron .btn.btn-sm, .jumbotron .btn-group-sm > .btn {
    padding: 12px 26px;
}

.jumbotron .btn.btn-default {
    color: #888a8c;
}

.jumbotron * + .btn-group-variant {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .jumbotron * + .btn-group-variant {
        margin-top: 40px;
    }
}

.jumbotron .btn + .btn {
    margin-top: 0;
    margin-left: 20px;
}

@media (max-width: 767px) {
    .jumbotron .btn {
        display: block;
        width: 100%;
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

        .jumbotron .btn + .btn {
            margin-top: 20px;
            margin-left: auto;
        }
}

.jumbotron > hr {
    border-top-color: gainsboro;
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

.jumbotron .container {
    max-width: 100%;
}

.jumbotron .btn {
    display: inline-block;
    border: 2px solid transparent;
    font-size: 15px;
}

.jumbotron .btn-default {
    border-color: rgba(255, 255, 255, 0.3);
}

    .jumbotron .btn-default:hover {
        border-color: 2px solid #528f49;
    }

@media (min-width: 1200px) {
    .jumbotron .btn-sm, .jumbotron .btn-group-sm > .btn {
        min-width: 207px;
    }
}

.jumbotron .no-offset {
    margin-top: 0;
}

* + .jumbotron .no-offset {
    margin-top: 0;
}

.jumbotron.offset-large {
    margin-top: 200px;
}

.jumbotron--mod-1 h1 {
    font-size: 32px;
}

@media (min-width: 1200px) {
    .jumbotron--mod-1 h1 {
        font-size: 58px;
    }
}

.jumbotron--mod-1 h1 small {
    font-weight: 400;
}

.form-wrap {
    position: relative;
}

.form-wrap.has-error .form-input {
    border-color: #f5543f;
}

.form-wrap.has-focus .form-input {
    border-color: #528f49;
}

.form-wrap + * {
    margin-top: 20px;
}

.form-input {
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 12px 19px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #34495e;
    background-color: #f5f5f5;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #f5f5f5;
}

.form-input:focus {
    outline: 0;
}
.form-dropdown {
    background: none;
}

    .form-dropdown .k-dropdown-wrap.k-state-default {
        min-height: 50px;
        padding: 12px 19px;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        color: #34495e;
        background-color: #f5f5f5;
        background-image: none;
        border-radius: 30px;
        -webkit-appearance: none;
        transition: .3s ease-in-out;
        border: 1px solid #f5f5f5;
    }
        .form-dropdown .k-dropdown-wrap.k-state-default .k-input {
            color: #34495e;
            text-align: left;
        }

        .form-dropdown .k-dropdown-wrap.k-state-default .k-select {
            padding-top: 10px;
        }

.input-rounded {
    border-radius: 30px;
}

.form-label,
.form-label-outside {
    margin-bottom: 0;
    color: #34495e;
    font-weight: 400;
}

.form-label {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    pointer-events: none;
    text-align: left;
    z-index: 9;
    transition: .25s;
    will-change: transform;
    transform: translateY(-50%);
}

.form-label.focus {
    opacity: 0;
}

.form-label.auto-fill {
    color: #34495e;
}

.form-label-outside {
    width: 100%;
    margin-bottom: 5px;
    font-size: 15px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .form-label-outside {
        position: static;
    }

    .form-label-outside.focus {
        opacity: 1;
    }

    .form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
        transform: none;
    }
}

[data-x-mode='true'] .form-label {
    pointer-events: auto;
}

.form-validation {
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 11;
    margin-top: 2px;
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0;
    color: #f5543f;
    transition: .3s;
}

.bottom-error .form-validation {
    top: auto;
    bottom: -15px;
}

.form-validation-left .form-validation {
    right: auto;
    left: 8px;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 9px 25px 12px;
    font-size: 15px;
    line-height: 1.66667;
    color: #34495e;
    font-weight: 400;
    background-color: #f5f5f5 !important;
    background-image: none;
    border-radius: 30px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: transparent;
        outline: 0;
        -webkit-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.17);
        box-shadow: 0 1px 13px rgba(0, 0, 0, 0.17);
        background-color: #fff;
    }

    .form-control::-moz-placeholder {
        color: #b7b7b7;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #b7b7b7;
    }

    .form-control::-webkit-input-placeholder {
        color: #b7b7b7;
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent;
    }

    .form-control[disabled], .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #f5f5f5;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: 100px;
    resize: none;
}

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: 50px;
    }

    input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
    .input-group-sm > input.input-group-addon[type="date"],
    .input-group-sm > .input-group-btn > input.btn[type="date"],
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input.form-control[type="time"],
    .input-group-sm > input.input-group-addon[type="time"],
    .input-group-sm > .input-group-btn > input.btn[type="time"],
    .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input.form-control[type="datetime-local"],
    .input-group-sm > input.input-group-addon[type="datetime-local"],
    .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input.form-control[type="month"],
    .input-group-sm > input.input-group-addon[type="month"],
    .input-group-sm > .input-group-btn > input.btn[type="month"],
    .input-group-sm
    input[type="month"] {
        line-height: 49px;
    }

    input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
    .input-group-lg > input.input-group-addon[type="date"],
    .input-group-lg > .input-group-btn > input.btn[type="date"],
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input.form-control[type="time"],
    .input-group-lg > input.input-group-addon[type="time"],
    .input-group-lg > .input-group-btn > input.btn[type="time"],
    .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input.form-control[type="datetime-local"],
    .input-group-lg > input.input-group-addon[type="datetime-local"],
    .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input.form-control[type="month"],
    .input-group-lg > input.input-group-addon[type="month"],
    .input-group-lg > .input-group-btn > input.btn[type="month"],
    .input-group-lg
    input[type="month"] {
        line-height: 78px;
    }
}





.well {
    padding-top: 55px;
    padding-bottom: 55px;
}

.well-min {
    padding-top: 55px;
}

@media (min-width: 768px) {
    .well-min {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    .well-lg {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media (min-width: 768px) {
    .well-sm {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}

.well-sm--inset-1 {
    padding-bottom: 0;
}

.well-sm--inset-2 {
    padding-top: 195px;
}

.well-xl {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (min-width: 768px) {
    .well-xl {
        padding-top: 240px;
        padding-bottom: 240px;
    }
}

.well-inset {
    padding-top: 20px;
}

@media (min-width: 768px) {
    .well-inset-2 {
        padding-bottom: 90px;
    }
}

@media (min-width: 768px) {
    .well-inset-3 {
        padding-bottom: 160px;
    }
}

.well-parallax {
    min-height: 400px;
    padding-top: 120px;
}

.well-parallax .big br {
    display: none;
}

@media (min-width: 1200px) {
    .well-parallax {
        height: 100vh;
        padding-bottom: 120px;
    }

    .well-parallax .big br {
        display: block;
    }
}

@media (min-width: 480px) {
    .well-parallax {
        padding-top: 66px;
    }
}

@media (min-width: 1200px) {
    .well-parallax {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}

.well-parallax.jumbotron {
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

@media (max-width: 767px) {
    .well-parallax.jumbotron .btn {
        display: block;
    }
}

/****** Lists ******/

ul,
ol {
    padding: 0;
    list-style: none;
    margin: 0;
}

    ul li,
    ol li {
        padding: 0;
        padding-left: 0;
        list-style: none;
        margin: 0;
    }

        ul li a,
        ol li a {
            padding: 0;
            list-style: none;
            margin: 0;
        }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

    .list-unstyled > li {
        text-transform: uppercase;
        color: #444;
        font-size: 14px;
        border-top: 1px solid rgba(184, 184, 182, 0.3);
        font-family: "Raleway", sans-serif;
        padding: 12px 5px;
    }

        .list-unstyled > li:last-child {
            padding: 0;
        }

            .list-unstyled > li:last-child .link {
                font-weight: 700;
                display: block;
                padding: 12px 5px;
                background: #528f49;
                color: #fff;
                border-bottom-left-radius: 20px;
                border-bottom-right-radius: 20px;
            }

                .list-unstyled > li:last-child .link:hover {
                    background: #528f49;
                }

.list-unstyled-2 {
    padding-left: 0;
    list-style: none;
}

    .list-unstyled-2 > li {
        font-size: 15px;
    }

.list-inline {
    padding-left: 0;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 18px;
        width: 40px;
        line-height: 39px;
        text-align: center;
    }

        .list-inline > li:first-child {
            border-left: 1px solid #dde2e6;
        }

        .list-inline > li:last-child {
            border-right: 1px solid #dde2e6;
        }

    .list-inline.list-inline-3 li {
        color: #b9bcc1;
        border: none;
        padding-left: 0px;
        padding-right: 0px;
        width: auto;
    }

        .list-inline.list-inline-3 li a {
            font-size: 26px;
        }

        .list-inline.list-inline-3 li + li {
            margin-left: 17px;
        }

.list-inline-2 {
    padding-left: 0;
    list-style: none;
}

    .list-inline-2 > li {
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        color: #343842;
        font-family: "Raleway", sans-serif;
        letter-spacing: .02em;
    }

        .list-inline-2 > li + li {
            margin-left: 43px;
        }

.list-inline.list-inline-4 {
    display: inline-block;
}

    .list-inline.list-inline-4 > li {
        border: none;
    }

        .list-inline.list-inline-4 > li a {
            font-size: 20px;
            -webkit-transform: scale(1);
            transform: scale(1);
            display: inline-block;
        }

            .list-inline.list-inline-4 > li a:hover {
                color: #252525;
                -webkit-transform: scale(1.3);
                transform: scale(1.3);
            }

        .list-inline.list-inline-4 > li:nth-child(6) {
            color: #f69105;
        }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #173354;
    margin: 0;
}

    h1 small,
    h1 .small, h2 small,
    h2 .small, h3 small,
    h3 .small, h4 small,
    h4 .small, h5 small,
    h5 .small, h6 small,
    h6 .small,
    .h1 small,
    .h1 .small, .h2 small,
    .h2 .small, .h3 small,
    .h3 .small, .h4 small,
    .h4 .small, .h5 small,
    .h5 .small, .h6 small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #444;
    }

    h1 small,
    h1 .small, .h1 small,
    .h1 .small,
    h2 small,
    h2 .small, .h2 small,
    .h2 .small,
    h3 small,
    h3 .small, .h3 small,
    .h3 .small {
        font-size: 65%;
    }

    h4 small,
    h4 .small, .h4 small,
    .h4 .small,
    h5 small,
    h5 .small, .h5 small,
    .h5 .small,
    h6 small,
    h6 .small, .h6 small,
    .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 28px;
    color: #173354;
}

@media (min-width: 992px) {
    h1, .h1 {
        font-size: 47px;
    }

        h1.h1-variant-2, .h1.h1-variant-2 {
            font-size: 42px;
            line-height: 1.19048;
        }
}

h2, .h2 {
    font-size: 26px;
}

@media (min-width: 992px) {
    h2, .h2 {
        font-size: 46px;
    }
}

h3, .h3 {
    font-size: 24px;
}

@media (min-width: 992px) {
    h3, .h3 {
        font-size: 34px;
    }
}

h3 small, .h3 small {
    font-size: 14px;
    color: #444;
    letter-spacing: 0.06em;
    display: block;
}

h4, .h4 {
    font-size: 20px;
    letter-spacing: 0.04em;
    color: #173354;
}

@media (min-width: 992px) {
    h4, .h4 {
        font-size: 23px;
    }
}

h5, .h5 {
    font-size: 18px;
}

    h5 small, .h5 small {
        font-size: 15px;
        line-height: 1.2;
        font-weight: 400;
        font-family: "Raleway", sans-serif;
        margin-top: 5px;
        color: #888a8c;
        display: block;
    }

@media (min-width: 992px) {
    h5, .h5 {
        font-size: 20px;
    }
}

h6, .h6 {
    font-size: 18px;
    letter-spacing: 0.02em;
    color: #173354;
}

p {
    margin: 0;
}


/*
* @subsection   Ordered List
*/
.ordered-list {
    text-align: left;
    padding-left: 15px;
}

.ordered-list > li {
    position: relative;
    padding-left: 5px;
    list-style-type: decimal;
}

.ordered-list > li > a:hover {
    color: #528f49;
}

@media (max-width: 767px) {
    .ordered-list {
        margin-left: auto;
        margin-right: auto;
    }
}




.lead {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}

    .lead.big {
        font-weight: 400;
        font-size: 24px;
        line-height: 30px;
        color: #666;
    }

@media (min-width: 1200px) {
    .lead.big {
        padding-left: 12%;
        padding-right: 12%;
    }
}

@media (max-width: 991px) {
    .lead.big {
        font-size: 18px;
        line-height: 25px;
        padding: 5px;
    }
}

small,
.small {
    font-size: 14px;
}

small--mod-1,
.small--mod-1 {
    font-size: 12px;
}

mark,
.mark {
    background-color: #528f49;
    color: #fff;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase, .initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #444;
}

.text-base {
    color: #888a8c;
}

.text-dark {
    color: #173354;
}

.text-primary {
    color: #528f49;
}

.text-success {
    color: #00b06c;
}

.text-info {
    color: #547abb;
}

.text-warning {
    color: #ff6949;
}

.text-danger {
    color: #e75854;
}

.text-white {
    color: #fff;
}

.bg-primary {
    background: #528f49;
}

    .bg-primary .text-primary, .bg-primary h1 {
        color: #fff;
    }

.bg-success {
    background: #00b06c;
}

.bg-info {
    background: #547abb;
}

.bg-warning {
    background: #ff6949;
}

.bg-danger {
    background: #e75854;
}

.bg-dark {
    background: #173354;
    color: #fff;
}

.page-header {
    padding-bottom: 11.5px;
    margin: 50px 0 25px;
    border-bottom: 1px solid #f5f5f5;
}

[class*='fa-']:before, [class*='fa-']:after {
    font-family: "FontAwesome";
}

[class*='glyphicon'] {
    font-family: 'Glyphicons Halflings';
}

[class*='glyphicon']:before {
    font-family: inherit;
}



.col-lg-pull-0 {
    right: auto;
}

.col-lg-pull-1 {
    right: 8.33333%;
}

.col-lg-pull-2 {
    right: 16.66667%;
}

.col-lg-pull-3 {
    right: 25%;
}

.col-lg-pull-4 {
    right: 33.33333%;
}

.col-lg-pull-5 {
    right: 41.66667%;
}

.col-lg-pull-6 {
    right: 50%;
}

.col-lg-pull-7 {
    right: 58.33333%;
}

.col-lg-pull-8 {
    right: 66.66667%;
}

.col-lg-pull-9 {
    right: 75%;
}

.col-lg-pull-10 {
    right: 83.33333%;
}

.col-lg-pull-11 {
    right: 91.66667%;
}

.col-lg-pull-12 {
    right: 100%;
}

.col-lg-push-0 {
    left: auto;
}

.col-lg-push-1 {
    left: 8.33333%;
}

.col-lg-push-2 {
    left: 16.66667%;
}

.col-lg-push-3 {
    left: 25%;
}

.col-lg-push-4 {
    left: 33.33333%;
}

.col-lg-push-5 {
    left: 41.66667%;
}

.col-lg-push-6 {
    left: 50%;
}

.col-lg-push-7 {
    left: 58.33333%;
}

.col-lg-push-8 {
    left: 66.66667%;
}

.col-lg-push-9 {
    left: 75%;
}

.col-lg-push-10 {
    left: 83.33333%;
}

.col-lg-push-11 {
    left: 91.66667%;
}

.col-lg-push-12 {
    left: 100%;
}

.col-lg-offset-0 {
    margin-left: 0%;
}

.col-lg-offset-1 {
    margin-left: 8.33333%;
}

.col-lg-offset-2 {
    margin-left: 16.66667%;
}

.col-lg-offset-3 {
    margin-left: 25%;
}

.col-lg-offset-4 {
    margin-left: 33.33333%;
}

.col-lg-offset-5 {
    margin-left: 41.66667%;
}

.col-lg-offset-6 {
    margin-left: 50%;
}

.col-lg-offset-7 {
    margin-left: 58.33333%;
}

.col-lg-offset-8 {
    margin-left: 66.66667%;
}

.col-lg-offset-9 {
    margin-left: 75%;
}

.col-lg-offset-10 {
    margin-left: 83.33333%;
}

.col-lg-offset-11 {
    margin-left: 91.66667%;
}

.col-lg-offset-12 {
    margin-left: 100%;
}


/*
* @section      Main Layout
* @description  This section holds class declarations for elements indent creation
*/
/*
* @subsection   Offsets
* @description  Describes vertical indentation between the elements
*/
.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6,
.typography .h1, .typography .h2, .typography .h3, .typography .h4, .typography .h5, .typography .h6 {
    margin-top: 50px;
    margin-bottom: 35px;
}

img + h4,
.swiper-slider + h4,
.embed-responsive + h4 {
    margin-top: 20px;
}

h5 + * {
    margin-top: 25px;
}

h5 + hr {
    margin-top: 4px;
}

hr + *, hr + .row {
/*    margin-top: 50px;
*/}

hr + p {
    margin-top: 16px;
}

p {
    margin-top: 1em;
}

* + figure {
    margin-top: 40px;
}

figure + * {
    margin-top: 40px;
}

h4 + * {
    margin-top: 16px;
}

* + .lead {
    margin-top: 15px;
}

* + .row {
/*    margin-top: 50px;
*/}

@media (max-width: 1200px) {
    * + .row.offset-top-0 {
        margin-top: 0;
    }
}

.row + .row {
    margin-top: 0;
}

.no-offset {
    margin-top: 0;
}

* + .no-offset {
    margin-top: 0;
}

.row + .offset-1 {
    margin-top: 50px;
}

* + .offset-1 {
    margin-top: 40px;
}

* + .offset-2 {
    margin-top: 50px;
}

* + .offset-3 {
    margin-top: 65px;
}

* + .offset-4 {
    margin-bottom: 50px;
}

* + .offset-5 {
    margin-top: 30px;
}

* + .offset-6 {
    margin-top: 20px;
}

.flow-offset-1 > * + * {
    margin-top: 30px;
}

@media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n + 2), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8.col-xs-preffix-2 {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n + 2), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8.col-sm-preffix-2 {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n + 2), html:not(.lt-ie10) .flow-offset-1 > .col-md-8.col-md-preffix-2 {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n + 2), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8.col-lg-preffix-2 {
        margin-top: 30px;
    }
}

.flow-offset-2 > * + * {
    margin-top: 60px;
}

@media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n + 2), html:not(.lt-ie10) .flow-offset-2 > .col-xs-8.col-xs-preffix-2 {
        margin-top: 60px;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n + 2), html:not(.lt-ie10) .flow-offset-2 > .col-sm-8.col-sm-preffix-2 {
        margin-top: 60px;
    }
}

@media (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n + 2), html:not(.lt-ie10) .flow-offset-2 > .col-md-8.col-md-preffix-2 {
        margin-top: 60px;
    }
}

@media (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n + 2), html:not(.lt-ie10) .flow-offset-2 > .col-lg-8.col-lg-preffix-2 {
        margin-top: 60px;
    }
}

.flow-offset-3 > * + * {
    margin-top: 11px;
}

@media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n + 2), html:not(.lt-ie10) .flow-offset-3 > .col-xs-8.col-xs-preffix-2 {
        margin-top: 11px;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n + 2), html:not(.lt-ie10) .flow-offset-3 > .col-sm-8.col-sm-preffix-2 {
        margin-top: 11px;
    }
}

@media (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n + 2), html:not(.lt-ie10) .flow-offset-3 > .col-md-8.col-md-preffix-2 {
        margin-top: 11px;
    }
}

@media (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n + 2), html:not(.lt-ie10) .flow-offset-3 > .col-lg-8.col-lg-preffix-2 {
        margin-top: 11px;
    }
}

.container .rd-navbar-search-results .result-item + .result-item {
    margin-top: 30px;
}
dl {
    padding: 0;
    margin: 0;
    font-style: normal;
}

dt,
dd {
    padding: 0;
    margin: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #444;
}

.initialism {
    font-size: 90%;
}

blockquote {
    margin: 0;
}

    blockquote.quote {
        display: inline-block;
        font-style: normal;
        color: #565452;
        font-size: 15px;
        background: #f5f5f5;
        padding: 17px 27px;
    }

        blockquote.quote cite {
            display: block;
            color: #173354;
            font-style: normal;
            margin-top: 35px;
            font-family: "Raleway", sans-serif;
            position: relative;
        }

@media (min-width: 768px) {
    blockquote.quote cite {
        padding-left: 57px;
    }

        blockquote.quote cite:before {
            content: '';
            position: absolute;
            width: 35px;
            height: 1px;
            border-bottom: 1px solid #e1e1e1;
            left: 8px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }
}

blockquote.quote-2 {
    padding-left: 15px;
    padding-right: 15px;
}

    blockquote.quote-2 h6 cite {
        font-style: normal;
    }

    blockquote.quote-2 p + p {
        margin-top: 23px;
        line-height: 25px;
    }

    blockquote.quote-2 h6 + * {
        margin-top: 4px;
    }

    blockquote.quote-2 * + h6 {
        margin-top: 18px;
    }

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #f5f5f5;
    border-left: 0;
    text-align: right;
}

    .blockquote-reverse footer:before,
    .blockquote-reverse small:before,
    .blockquote-reverse .small:before,
    blockquote.pull-right footer:before,
    blockquote.pull-right small:before,
    blockquote.pull-right .small:before {
        content: '';
    }

    .blockquote-reverse footer:after,
    .blockquote-reverse small:after,
    .blockquote-reverse .small:after,
    blockquote.pull-right footer:after,
    blockquote.pull-right small:after,
    blockquote.pull-right .small:after {
        content: '\00A0 \2014';
    }

address {
    font-style: normal;
}

    address.contact-block dl dt {
        color: #444;
        text-transform: uppercase;
    }

    address.contact-block dl dd {
        color: #173354;
    }

        address.contact-block dl dd a:hover {
            color: #528f49;
        }

    address.contact-block dl dt + dd {
        margin-top: 8px;
    }

    address.contact-block dl dd + dt {
        margin-top: 35px;
    }

    address.contact-block dl + * {
        margin-top: 15px;
    }

@media (max-width: 1200px) {
    .section-custom-1 {
        padding-top: 50px;
        padding-bottom: 20px;
    }
}

.section-md {
    padding-top: 60px;
    padding-bottom: 60px;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #111111;
    background-color: #edeff4;
    border-radius: 0px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 4px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 12px;
    margin: 0 0 12.5px;
    font-size: 14px;
    line-height: 1.66667;
    word-break: break-all;
    word-wrap: break-word;
    color: #173354;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

@media (min-width: 768px) {
    .container {
        width: 770px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 990px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
        max-width: 1200px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }


/*
* @section      Page Footer
* @description  This section holds specific style redeclarations for some
*               of common elements in page footer
*/
.page-footer {
    border-top: 1px solid #f5f5f5;
    color: #444;
}

    .page-footer dl dd, .page-footer dl dt {
        color: #888a8c;
    }

    .page-footer h6 {
        font-size: 18px;
        line-height: 24px;
        color: #343842;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        margin-bottom: 26px;
    }

    .page-footer .list-inline > li {
        border: none;
        font-size: 20px;
    }

@media (min-width: 1200px) {
    .page-footer .list-inline > li {
        font-size: 24px;
    }
}

.page-footer .list-inline > li a {
    color: #444;
}

    .page-footer .list-inline > li a:hover {
        color: #528f49;
    }

.page-footer .navbar-brand a {
    max-width: 241px;
    height: 21px;
    display: inline-block;
    color: #888a8c;
}

.page-footer .copyright {
    background: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 24px;
    font-size: 15px;
    letter-spacing: 0.02em;
}

    .page-footer .copyright * {
        color: #444;
    }

    .page-footer .copyright a {
        white-space: nowrap;
    }

        .page-footer .copyright a:hover {
            color: #528f49;
        }

.page-footer.dark .copyright {
    background: #f5f5f5;
    color: #173354;
}

    .page-footer.dark .copyright * {
        color: #173354;
    }

.page-footer.dark .footer-content {
    background: #071c33;
    color: #5d6d7e;
}

    .page-footer.dark .footer-content .navbar-brand a {
        max-width: 241px;
        height: 21px;
        display: inline-block;
        color: #fff;
    }

    .page-footer.dark .footer-content .list-inline-2 li {
        color: #fff;
    }

.page-footer.dark h6 {
    color: #fff;
}

.page-footer.footer-centered .footer-content {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .page-footer.footer-centered .footer-content .list-inline {
        margin-top: 10px;
    }

@media (min-width: 1200px) {
    .page-footer.footer-centered .footer-content .list-inline {
        margin-top: 15px;
    }
}

.page-footer.footer-centered .footer-content .big {
    font-size: 16px;
    line-height: 25px;
}

@media (min-width: 1200px) {
    .page-footer.footer-centered .footer-content .big {
        font-size: 18px;
    }
}

.page-footer.footer-centered .footer-content .navbar-brand {
    padding: 20px 0;
}

@media (min-width: 1200px) {
    .page-footer.footer-centered .footer-content .navbar-brand {
        padding: 31px 0;
    }
}

.page-footer.footer-centered.dark .big {
    color: #5d6d7e;
}

.page-footer.footer-centered.dark .list-inline > li a {
    color: #fff;
}

    .page-footer.footer-centered.dark .list-inline > li a:hover {
        color: #528f49;
    }

.page-footer.footer-minimal .footer-content {
    padding-top: 30px;
    padding-bottom: 40px;
}

    .page-footer.footer-minimal .footer-content .navbar-brand {
        font-size: 0;
        line-height: 0;
        margin-top: 15px;
    }

    .page-footer.footer-minimal .footer-content .navbar-brand {
        font-size: 45px;
    }

        .page-footer.footer-minimal .footer-content .navbar-brand .brand-name {
            display: inline-block;
            max-width: 241px;
            height: 21px;
            vertical-align: bottom;
        }

    .page-footer.footer-minimal .footer-content .list-inline-2 {
        margin-top: 13px;
        color: #173354;
        text-transform: uppercase;
    }

        .page-footer.footer-minimal .footer-content .list-inline-2 li a {
            color: #173354;
        }

        .page-footer.footer-minimal .footer-content .list-inline-2 a:hover {
            color: #528f49;
        }

@media (max-width: 767px) {
    .page-footer.footer-minimal .footer-content .list-inline-2 {
        display: none;
    }
}

.page-footer.footer-minimal .copyright {
    background-color: #f5f5f5;
    padding-bottom: 11px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

    .page-footer.footer-minimal .copyright * {
        color: #888a8c;
    }

    .page-footer.footer-minimal .copyright a:hover {
        color: #528f49;
    }

    .page-footer.footer-minimal .copyright p {
        color: #888a8c;
        margin-top: 4px;
    }

.page-footer.footer-minimal.dark {
    background-color: #528f49;
}

    .page-footer.footer-minimal.dark .copyright {
        background-color: #528f49;
    }

        .page-footer.footer-minimal.dark .copyright * {
            color: #fff;
        }

        .page-footer.footer-minimal.dark .copyright a {
            color: #fff;
        }

            .page-footer.footer-minimal.dark .copyright a:hover {
                color: #888a8c;
            }

    .page-footer.footer-minimal.dark .footer-content {
        background-color: #528f49;
    }

        .page-footer.footer-minimal.dark .footer-content .list-inline-2 {
            color: #fff;
        }

            .page-footer.footer-minimal.dark .footer-content .list-inline-2 li a {
                color: #fff;
            }

            .page-footer.footer-minimal.dark .footer-content .list-inline-2 a:hover {
                color: #888a8c;
            }

.page-footer.footer-widget .footer-content {
    padding-top: 70px;
    padding-bottom: 73px;
}

    .page-footer.footer-widget .footer-content .brand-name {
        display: inline-block;
        max-width: 241px;
        height: 21px;
    }

    .page-footer.footer-widget .footer-content .navbar-brand {
        font-size: 45px;
        line-height: 1.4;
        margin-bottom: 17px;
    }

@media (min-width: 1200px) {
    .page-footer.footer-widget .footer-content .navbar-brand {
        font-size: 52px;
    }
}

.page-footer.footer-widget .footer-content .brand-name + p {
    margin-top: 15px;
}

.page-footer.footer-widget .footer-content .marked-list {
    max-width: 200px;
    margin-top: 0;
}

    .page-footer.footer-widget .footer-content .marked-list li:before {
        color: #528f49;
    }

    .page-footer.footer-widget .footer-content .marked-list li a {
        color: #173354;
    }

        .page-footer.footer-widget .footer-content .marked-list li a:hover {
            color: #528f49;
        }

.page-footer.footer-widget .footer-content address {
    margin-top: 25px;
    color: #173354;
}

.page-footer.footer-widget .footer-content .contact-info {
    margin-top: 24px;
    max-width: 180px;
}

.page-footer.footer-widget .footer-content article {
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    max-width: 270px;
    margin-top: 0;
}

    .page-footer.footer-widget .footer-content article + article {
        margin-top: 34px;
    }

    .page-footer.footer-widget .footer-content article time {
        font-size: 13px;
        display: block;
        margin-top: 3px;
    }

@media (max-width: 767px) {
    .page-footer.footer-widget .footer-content article, .page-footer.footer-widget .footer-content .marked-list, .page-footer.footer-widget .footer-content .contact-info {
        margin-left: auto;
        margin-right: auto;
    }
}

.page-footer.footer-widget .footer-content .count {
    margin-top: 27px;
    color: #173354;
    display: inline-block;
    font-weight: 400;
    font-size: 33px;
    line-height: 1.2;
    font-family: "Raleway", sans-serif;
    letter-spacing: 0.02em;
}

    .page-footer.footer-widget .footer-content .count span {
        display: block;
        font-weight: 400;
        line-height: 24px;
        font-size: 11px;
        text-transform: uppercase;
        color: #888a8c;
        text-align: center;
    }

    .page-footer.footer-widget .footer-content .count + .count {
        margin-left: 24px;
    }

    .page-footer.footer-widget .footer-content .count + p:not(.count) {
        margin-top: 48px;
    }

@media (min-width: 1200px) {
    .page-footer.footer-widget .footer-content .count {
        margin-top: 0px;
    }
}

.page-footer.footer-widget .footer-content form {
    position: relative;
    margin-top: 18px;
}

    .page-footer.footer-widget .footer-content form.rd-mailform {
        text-align: center;
    }

        .page-footer.footer-widget .footer-content form.rd-mailform .form-validation {
            right: 15px;
            left: 18px;
        }

@media (min-width: 768px) {
    .page-footer.footer-widget .footer-content form.rd-mailform {
        text-align: left;
    }
}

.page-footer.footer-widget .footer-content form .form-input {
    border-radius: 60px;
}

.page-footer.footer-widget .footer-content form .form-wrap {
    width: 100%;
}

.page-footer.footer-widget .footer-content form * + .form-wrap {
    margin-top: 20px;
}

.page-footer.footer-widget .footer-content form label {
    display: block;
}

@media (min-width: 1200px) {
    .page-footer.footer-widget .footer-content form input {
        padding-right: 160px;
    }
}

@media (min-width: 1200px) {
    .page-footer.footer-widget .footer-content form button {
        margin-top: 0;
        padding: 10px 30px;
        position: absolute;
        max-width: 150px;
        right: 0;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.page-footer.footer-widget .footer-content .socials a {
    text-align: left;
    position: relative;
    display: inline-block;
    font-size: 28px;
    color: #547abb;
}

    .page-footer.footer-widget .footer-content .socials a:after {
        content: 'Like us on Facebook';
        font-family: "Raleway", sans-serif;
        width: 84px;
        font-size: 12px;
        line-height: 16px;
        padding-left: 17px;
        color: #888a8c;
        display: inline-block;
    }

    .page-footer.footer-widget .footer-content .socials a.fa-rss {
        color: #f69105;
        margin-left: 57px;
    }

        .page-footer.footer-widget .footer-content .socials a.fa-rss:after {
            font-family: "Raleway", sans-serif;
            content: 'Subscribe to RSS';
        }

    .page-footer.footer-widget .footer-content .socials a:hover {
        color: #00b06c;
    }

* + .page-footer.footer-widget .footer-content .socials {
    margin-top: 27px;
}

.page-footer.footer-widget .copyright {
    padding-bottom: 11px;
}

    .page-footer.footer-widget .copyright p {
        margin-top: 4px;
    }

.page-footer.footer-widget.dark .copyright a {
    color: #173354;
}

    .page-footer.footer-widget.dark .copyright a:hover {
        color: #528f49;
    }

.page-footer.footer-widget.dark .copyright p, .page-footer.footer-widget.dark .copyright .list-inline > li > a {
    color: #173354;
}

    .page-footer.footer-widget.dark .copyright .list-inline > li > a:hover {
        color: #528f49;
    }

.page-footer.footer-widget.dark .footer-content p {
    color: rgba(255, 255, 255, 0.6);
}

.page-footer.footer-widget.dark .footer-content address {
    color: #fff;
}

    .page-footer.footer-widget.dark .footer-content address p {
        color: #fff;
    }

.page-footer.footer-widget.dark .footer-content .contact-info dl dt {
    color: #5d6d7e;
}

.page-footer.footer-widget.dark .footer-content .contact-info dl dd {
    color: #5d6d7e;
}

.page-footer.footer-widget.dark .footer-content .contact-info a:hover {
    color: #528f49;
}

.page-footer.footer-widget.dark .footer-content article {
    border-bottom-color: rgba(255, 255, 255, 0.07);
}

    .page-footer.footer-widget.dark .footer-content article p {
        color: #528f49;
    }

    .page-footer.footer-widget.dark .footer-content article time {
        color: #5d6d7e;
    }

.page-footer.footer-widget.dark .footer-content .count {
    color: #528f49;
}

    .page-footer.footer-widget.dark .footer-content .count span {
        color: #fff;
    }

.page-footer.footer-widget.dark .footer-content .socials a:after {
    color: #fff;
}

.page-footer.footer-widget.dark .footer-content .socials a:hover {
    color: #fff;
}

.page-footer.footer-widget.dark .footer-content .marked-list > li a {
    color: #528f49;
}

    .page-footer.footer-widget.dark .footer-content .marked-list > li a:hover {
        color: #fff;
    }

.page-footer.footer-widget.dark .footer-content .marked-list > li:before {
    color: #528f49;
}

.page-footer.footer-widget.dark a:hover {
    color: #fff;
}

/** @section Panel custom */
.card-group-custom {
    margin-bottom: 0;
}

    .card-group-custom .card-header + .collapse > .card-body,
    .card-group-custom .card-header + .collapse > .list-group {
        border-top: 0;
        background-color: #f5f5f5;
    }

    .card-group-custom .card + .card {
        margin-top: 0;
    }

.card-custom {
    display: block;
    margin: 0;
    background: inherit;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
}

    .card-custom:last-child .card-header .card-title a {
        border: 1px solid #f5f5f5;
    }

    .card-custom a {
        display: block;
    }

    .card-custom .card-header {
        padding: 0;
        border-bottom: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .card-custom .card-body {
        padding: 0;
        border: 0;
    }

    .card-custom .card-title {
        margin-bottom: 0;
    }

        .card-custom .card-title a.collapsed {
            background-color: #fff;
        }

* + .card-group-custom {
    margin-top: 35px;
}

@media (min-width: 768px) {
    * + .card-group-custom {
        margin-top: 50px;
    }
}

.card-corporate {
    text-align: left;
}

    .card-corporate .card-title a,
    .card-corporate .card-body {
        background: #f5f5f5;
    }

    .card-corporate .card-title a {
        line-height: 1.4;
        cursor: pointer;
        position: relative;
        transition: 0.3s;
        padding-left: 53px;
        font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: 16px;
        letter-spacing: 0.02em;
        color: #173354;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 15px;
        border: 1px solid #f5f5f5;
    }

        .card-corporate .card-title a > .btn {
            display: block;
            text-transform: none;
            text-align: left;
        }

        .card-corporate .card-title a:hover {
            color: #528f49;
        }

        .card-corporate .card-title a .card-arrow:before {
            transform: rotate(180deg);
            transition: all ease .25s;
        }

        .card-corporate .card-title a.collapsed {
            border-bottom-width: 0;
        }

            .card-corporate .card-title a.collapsed .card-arrow {
                border-radius: 0 6px 6px 0;
            }

                .card-corporate .card-title a.collapsed .card-arrow:before {
                    transform: rotate(0);
                    transition: all ease .25s;
                }

    .card-corporate .card-arrow {
        position: absolute;
        top: 16px;
        left: 17px;
        width: 17px;
        height: 17px;
        text-align: center;
        font: 400 24px/24px "FontAwesome";
        border-radius: 4px;
        color: #528f49;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .card-corporate .card-arrow:before {
            content: '\f107';
        }

    .card-corporate .collapse {
        position: relative;
        z-index: 1;
        color: #9b9b9b;
        border-radius: 0 0 6px 6px;
    }

    .card-corporate .card-body {
        padding: 25px 44px 25px 32px;
    }

@media (max-width: 767px) {
    .card-corporate .card-title a,
    .card-corporate .card-body {
        padding-left: 53px;
    }
}

@media (max-width: 767px) {
    .card-corporate .card-title a {
        font-size: 18px;
    }
}
