﻿html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

    a:active,
    a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .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: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled],
    html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox],
    input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button,
        input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td,
        .table th {
            background-color: #fff !important
        }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

* {
    box-sizing: border-box
}

:after,
:before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: Brown, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #222;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #242d65;
    text-decoration: none
}

    a:focus,
    a:hover {
        color: #10142d;
        text-decoration: underline
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 0
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 27px;
    margin-bottom: 27px;
    border: 0;
    border-top: 2px solid #5e6eb2
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: #242d65
}

    .h1 .small,
    .h1 small,
    .h2 .small,
    .h2 small,
    .h3 .small,
    .h3 small,
    .h4 .small,
    .h4 small,
    .h5 .small,
    .h5 small,
    .h6 .small,
    .h6 small,
    h1 .small,
    h1 small,
    h2 .small,
    h2 small,
    h3 .small,
    h3 small,
    h4 .small,
    h4 small,
    h5 .small,
    h5 small,
    h6 .small,
    h6 small {
        font-weight: 400;
        line-height: 1;
        color: #c9c9c9
    }

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 27px;
    margin-bottom: 13.5px
}

    .h1 .small,
    .h1 small,
    .h2 .small,
    .h2 small,
    .h3 .small,
    .h3 small,
    h1 .small,
    h1 small,
    h2 .small,
    h2 small,
    h3 .small,
    h3 small {
        font-size: 65%
    }

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 13.5px;
    margin-bottom: 13.5px
}

    .h4 .small,
    .h4 small,
    .h5 .small,
    .h5 small,
    .h6 .small,
    .h6 small,
    h4 .small,
    h4 small,
    h5 .small,
    h5 small,
    h6 .small,
    h6 small {
        font-size: 75%
    }

.h1,
h1 {
    font-size: 50px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 27px
}

.h4,
h4 {
    font-size: 21px
}

.h5,
h5 {
    font-size: 18px
}

.h6,
h6 {
    font-size: 14px
}

p {
    margin: 0 0 13.5px
}

.lead {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 27px
    }
}

.small,
small {
    font-size: 77%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.initialism,
.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #c9c9c9
}

.text-primary {
    color: #242d65
}

a.text-primary:focus,
a.text-primary:hover {
    color: #171c3f
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #d6b293
}

a.text-warning:focus,
a.text-warning:hover {
    color: #c8986e
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #242d65
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #171c3f
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 12.5px;
    margin: 54px 0 27px;
    border-bottom: 1px solid #e1e1e1
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 13.5px
}

    ol ol,
    ol ul,
    ul ol,
    ul ul {
        margin-bottom: 0
    }

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }

dl {
    margin-top: 0;
    margin-bottom: 27px
}

dd,
dt {
    line-height: 1.5
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width:992px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #c9c9c9
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 13.5px 27px;
    margin: 0 0 27px;
    font-size: 36px;
    border-left: 5px solid #5e6eb2
}

    blockquote ol:last-child,
    blockquote p:last-child,
    blockquote ul:last-child {
        margin-bottom: 0
    }

    blockquote .small,
    blockquote footer,
    blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.5;
        color: #fff
    }

        blockquote .small:before,
        blockquote footer:before,
        blockquote small:before {
            content: '\2014 \00A0'
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #5e6eb2;
        border-left: 0;
        text-align: right
    }

        .blockquote-reverse .small:before,
        .blockquote-reverse footer:before,
        .blockquote-reverse small:before,
        blockquote.pull-right .small:before,
        blockquote.pull-right footer:before,
        blockquote.pull-right small:before {
            content: ''
        }

        .blockquote-reverse .small:after,
        .blockquote-reverse footer:after,
        .blockquote-reverse small:after,
        blockquote.pull-right .small:after,
        blockquote.pull-right footer:after,
        blockquote.pull-right small:after {
            content: '\00A0 \2014'
        }

address {
    margin-bottom: 27px;
    font-style: normal;
    line-height: 1.5
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
        box-shadow: none
    }

pre {
    display: block;
    padding: 13px;
    margin: 0 0 13.5px;
    font-size: 17px;
    line-height: 1.5;
    word-break: break-all;
    word-wrap: break-word;
    color: #858585;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0
}

    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:after,
    .container:before {
        content: " ";
        display: table
    }

    .container:after {
        clear: both
    }

@media (min-width:480px) and (max-width:768px) {
    .container {
        max-width: 748px
    }
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

@media (min-width:1500px) {
    .container {
        width: 1310px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

    .container-fluid:after,
    .container-fluid:before {
        content: " ";
        display: table
    }

    .container-fluid:after {
        clear: both
    }

.row {
    margin-left: -15px;
    margin-right: -15px
}

    .row:after,
    .row:before {
        content: " ";
        display: table
    }

    .row:after {
        clear: both
    }

    .row.no-gutter {
        margin-left: -2px;
        margin-right: -2px
    }

        .row.no-gutter > div {
            padding-left: 2px;
            padding-right: 2px
        }

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-ms-1,
.col-ms-10,
.col-ms-11,
.col-ms-12,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:600px) {
    .col-ms-1,
    .col-ms-10,
    .col-ms-11,
    .col-ms-2,
    .col-ms-3,
    .col-ms-4,
    .col-ms-5,
    .col-ms-6,
    .col-ms-7,
    .col-ms-8,
    .col-ms-9 {
        float: left
    }

    .col-ms-1 {
        width: 8.33333%
    }

    .col-ms-2 {
        width: 16.66667%
    }

    .col-ms-3 {
        width: 25%
    }

    .col-ms-4 {
        width: 33.33333%
    }

    .col-ms-5 {
        width: 41.66667%
    }

    .col-ms-6 {
        width: 50%
    }

    .col-ms-7 {
        width: 58.33333%
    }

    .col-ms-8 {
        width: 66.66667%
    }

    .col-ms-9 {
        width: 75%
    }

    .col-ms-10 {
        width: 83.33333%
    }

    .col-ms-11 {
        width: 91.66667%
    }

    .col-ms-12 {
        width: 100%
    }

    .col-ms-push-1 {
        left: 8.33333%
    }

    .col-ms-push-2 {
        left: 16.66667%
    }

    .col-ms-push-3 {
        left: 25%
    }

    .col-ms-push-4 {
        left: 33.33333%
    }

    .col-ms-push-5 {
        left: 41.66667%
    }

    .col-ms-push-6 {
        left: 50%
    }

    .col-ms-push-7 {
        left: 58.33333%
    }

    .col-ms-push-8 {
        left: 66.66667%
    }

    .col-ms-push-9 {
        left: 75%
    }

    .col-ms-push-10 {
        left: 83.33333%
    }

    .col-ms-push-11 {
        left: 91.66667%
    }

    .col-ms-pull-1 {
        right: 8.33333%
    }

    .col-ms-pull-2 {
        right: 16.66667%
    }

    .col-ms-pull-3 {
        right: 25%
    }

    .col-ms-pull-4 {
        right: 33.33333%
    }

    .col-ms-pull-5 {
        right: 41.66667%
    }

    .col-ms-pull-6 {
        right: 50%
    }

    .col-ms-pull-7 {
        right: 58.33333%
    }

    .col-ms-pull-8 {
        right: 66.66667%
    }

    .col-ms-pull-9 {
        right: 75%
    }

    .col-ms-pull-10 {
        right: 83.33333%
    }

    .col-ms-pull-11 {
        right: 91.66667%
    }

    .col-ms-offset-1 {
        margin-left: 8.33333%
    }

    .col-ms-offset-2 {
        margin-left: 16.66667%
    }

    .col-ms-offset-3 {
        margin-left: 25%
    }

    .col-ms-offset-4 {
        margin-left: 33.33333%
    }

    .col-ms-offset-5 {
        margin-left: 41.66667%
    }

    .col-ms-offset-6 {
        margin-left: 50%
    }

    .col-ms-offset-7 {
        margin-left: 58.33333%
    }

    .col-ms-offset-8 {
        margin-left: 66.66667%
    }

    .col-ms-offset-9 {
        margin-left: 75%
    }

    .col-ms-offset-10 {
        margin-left: 83.33333%
    }

    .col-ms-offset-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1500px) {
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        float: left
    }

    .col-xl-1 {
        width: 8.33333%
    }

    .col-xl-2 {
        width: 16.66667%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-4 {
        width: 33.33333%
    }

    .col-xl-5 {
        width: 41.66667%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-7 {
        width: 58.33333%
    }

    .col-xl-8 {
        width: 66.66667%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-10 {
        width: 83.33333%
    }

    .col-xl-11 {
        width: 91.66667%
    }

    .col-xl-12 {
        width: 100%
    }

    .col-xl-pull-0 {
        right: auto
    }

    .col-xl-pull-1 {
        right: 8.33333%
    }

    .col-xl-pull-2 {
        right: 16.66667%
    }

    .col-xl-pull-3 {
        right: 25%
    }

    .col-xl-pull-4 {
        right: 33.33333%
    }

    .col-xl-pull-5 {
        right: 41.66667%
    }

    .col-xl-pull-6 {
        right: 50%
    }

    .col-xl-pull-7 {
        right: 58.33333%
    }

    .col-xl-pull-8 {
        right: 66.66667%
    }

    .col-xl-pull-9 {
        right: 75%
    }

    .col-xl-pull-10 {
        right: 83.33333%
    }

    .col-xl-pull-11 {
        right: 91.66667%
    }

    .col-xl-pull-12 {
        right: 100%
    }

    .col-xl-push-0 {
        left: auto
    }

    .col-xl-push-1 {
        left: 8.33333%
    }

    .col-xl-push-2 {
        left: 16.66667%
    }

    .col-xl-push-3 {
        left: 25%
    }

    .col-xl-push-4 {
        left: 33.33333%
    }

    .col-xl-push-5 {
        left: 41.66667%
    }

    .col-xl-push-6 {
        left: 50%
    }

    .col-xl-push-7 {
        left: 58.33333%
    }

    .col-xl-push-8 {
        left: 66.66667%
    }

    .col-xl-push-9 {
        left: 75%
    }

    .col-xl-push-10 {
        left: 83.33333%
    }

    .col-xl-push-11 {
        left: 91.66667%
    }

    .col-xl-push-12 {
        left: 100%
    }

    .col-xl-offset-0 {
        margin-left: 0
    }

    .col-xl-offset-1 {
        margin-left: 8.33333%
    }

    .col-xl-offset-2 {
        margin-left: 16.66667%
    }

    .col-xl-offset-3 {
        margin-left: 25%
    }

    .col-xl-offset-4 {
        margin-left: 33.33333%
    }

    .col-xl-offset-5 {
        margin-left: 41.66667%
    }

    .col-xl-offset-6 {
        margin-left: 50%
    }

    .col-xl-offset-7 {
        margin-left: 58.33333%
    }

    .col-xl-offset-8 {
        margin-left: 66.66667%
    }

    .col-xl-offset-9 {
        margin-left: 75%
    }

    .col-xl-offset-10 {
        margin-left: 83.33333%
    }

    .col-xl-offset-11 {
        margin-left: 91.66667%
    }

    .col-xl-offset-12 {
        margin-left: 100%
    }
}

.visible-ms,
.visible-ms-block,
.visible-ms-inline,
.visible-ms-inline-block {
    display: none
}

@media (min-width:600px) and (max-width:768px) {
    .visible-ms {
        display: block !important
    }

    .hidden-ms {
        display: none !important
    }
}

@media (min-width:600px) and (max-width:768px) {
    .visible-ms-block {
        display: block !important
    }
}

@media (min-width:600px) and (max-width:768px) {
    .visible-ms-inline {
        display: inline !important
    }
}

@media (min-width:600px) and (max-width:768px) {
    .visible-ms-inline-block {
        display: inline-block !important
    }
}

@media (max-width:479px) {
    .clear .col-xs-6:nth-of-type(3n+1) {
        clear: none
    }

    .clear .col-xs-6:nth-of-type(4n+1) {
        clear: none
    }

    .clear .col-xs-6:nth-of-type(6n+1) {
        clear: none
    }

    .clear .col-xs-6:nth-of-type(2n+1) {
        clear: left
    }
}

@media (max-width:479px) {
    .clear .col-xs-4:nth-of-type(2n+1) {
        clear: none
    }

    .clear .col-xs-4:nth-of-type(4n+1) {
        clear: none
    }

    .clear .col-xs-4:nth-of-type(6n+1) {
        clear: none
    }

    .clear .col-xs-4:nth-of-type(3n+1) {
        clear: left
    }
}

@media (max-width:479px) {
    .clear .col-xs-3:nth-of-type(2n+1) {
        clear: none
    }

    .clear .col-xs-3:nth-of-type(3n+1) {
        clear: none
    }

    .clear .col-xs-3:nth-of-type(6n+1) {
        clear: none
    }

    .clear .col-xs-3:nth-of-type(4n+1) {
        clear: left
    }
}

@media (max-width:479px) {
    .clear .col-xs-2:nth-of-type(2n+1) {
        clear: none
    }

    .clear .col-xs-2:nth-of-type(3n+1) {
        clear: none
    }

    .clear .col-xs-2:nth-of-type(4n+1) {
        clear: none
    }

    .clear .col-xs-2:nth-of-type(6n+1) {
        clear: left
    }
}

@media (min-width:600px) and (max-width:767px) {
    .clear .col-ms-6:nth-of-type(3n+1) {
        clear: none
    }

    .clear .col-ms-6:nth-of-type(4n+1) {
        clear: none
    }

    .clear .col-ms-6:nth-of-type(6n+1) {
        clear: none
    }

    .clear .col-ms-6:nth-of-type(2n+1) {
        clear: left
    }
}

@media (min-width:600px) and (max-width:767px) {
    .clear .col-ms-4:nth-of-type(2n+1) {
        clear: none
    }

    .clear .col-ms-4:nth-of-type(4n+1) {
        clear: none
    }

    .clear .col-ms-4:nth-of-type(6n+1) {
        clear: none
    }

    .clear .col-ms-4:nth-of-type(3n+1) {
        clear: left
    }
}

@media (min-width:600px) and (max-width:767px) {
    .clear .col-ms-3:nth-of-type(2n+1) {
        clear: none
    }

    .clear .col-ms-3:nth-of-type(3n+1) {
        clear: none
    }

    .clear .col-ms-3:nth-of-type(6n+1) {
        clear: none
    }

    .clear .col-ms-3:nth-of-type(4n+1) {
        clear: left
    }
}

@media (min-width:600px) and (max-width:767px) {
    .clear .col-ms-2:nth-of-type(2n+1) {
        clear: none
    }

    .clear .col-ms-2:nth-of-type(3n+1) {
        clear: none
    }

    .clear .col-ms-2:nth-of-type(4n+1) {
        clear: none
    }

    .clear .col-ms-2:nth-of-type(6n+1) {
        clear: left
    }
}

@media (min-width:768px) and (max-width:991px) {
    .clear .col-ms-6:nth-of-type(3n+1),
    .clear .col-sm-6:nth-of-type(3n+1) {
        clear: none
    }

    .clear .col-ms-6:nth-of-type(4n+1),
    .clear .col-sm-6:nth-of-type(4n+1) {
        clear: none
    }

    .clear .col-ms-6:nth-of-type(6n+1),
    .clear .col-sm-6:nth-of-type(6n+1) {
        clear: none
    }

    .clear .col-ms-6:nth-of-type(2n+1),
    .clear .col-sm-6:nth-of-type(2n+1) {
        clear: left
    }
}

@media (min-width:768px) and (max-width:991px) {
    .clear .col-ms-4:nth-of-type(2n+1),
    .clear .col-sm-4:nth-of-type(2n+1) {
        clear: none
    }

    .clear .col-ms-4:nth-of-type(4n+1),
    .clear .col-sm-4:nth-of-type(4n+1) {
        clear: none
    }

    .clear .col-ms-4:nth-of-type(6n+1),
    .clear .col-sm-4:nth-of-type(6n+1) {
        clear: none
    }

    .clear .col-ms-4:nth-of-type(3n+1),
    .clear .col-sm-4:nth-of-type(3n+1) {
        clear: left
    }
}

@media (min-width:768px) and (max-width:991px) {
    .clear .col-ms-3:nth-of-type(2n+1),
    .clear .col-sm-3:nth-of-type(2n+1) {
        clear: none
    }

    .clear .col-ms-3:nth-of-type(3n+1),
    .clear .col-sm-3:nth-of-type(3n+1) {
        clear: none
    }

    .clear .col-ms-3:nth-of-type(6n+1),
    .clear .col-sm-3:nth-of-type(6n+1) {
        clear: none
    }

    .clear .col-ms-3:nth-of-type(4n+1),
    .clear .col-sm-3:nth-of-type(4n+1) {
        clear: left
    }
}

@media (min-width:768px) and (max-width:991px) {
    .clear .col-ms-2:nth-of-type(2n+1),
    .clear .col-sm-2:nth-of-type(2n+1) {
        clear: none
    }

    .clear .col-ms-2:nth-of-type(3n+1),
    .clear .col-sm-2:nth-of-type(3n+1) {
        clear: none
    }

    .clear .col-ms-2:nth-of-type(4n+1),
    .clear .col-sm-2:nth-of-type(4n+1) {
        clear: none
    }

    .clear .col-ms-2:nth-of-type(6n+1),
    .clear .col-sm-2:nth-of-type(6n+1) {
        clear: left
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .clear .col-md-6:nth-of-type(3n+1),
    .clear .col-ms-6:nth-of-type(3n+1),
    .clear .col-sm-6:nth-of-type(3n+1) {
        clear: none
    }

    .clear .col-md-6:nth-of-type(4n+1),
    .clear .col-ms-6:nth-of-type(4n+1),
    .clear .col-sm-6:nth-of-type(4n+1) {
        clear: none
    }

    .clear .col-md-6:nth-of-type(6n+1),
    .clear .col-ms-6:nth-of-type(6n+1),
    .clear .col-sm-6:nth-of-type(6n+1) {
        clear: none
    }

    .clear .col-md-6:nth-of-type(2n+1),
    .clear .col-ms-6:nth-of-type(2n+1),
    .clear .col-sm-6:nth-of-type(2n+1) {
        clear: left
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .clear .col-md-4:nth-of-type(2n+1),
    .clear .col-ms-4:nth-of-type(2n+1),
    .clear .col-sm-4:nth-of-type(2n+1) {
        clear: none
    }

    .clear .col-md-4:nth-of-type(4n+1),
    .clear .col-ms-4:nth-of-type(4n+1),
    .clear .col-sm-4:nth-of-type(4n+1) {
        clear: none
    }

    .clear .col-md-4:nth-of-type(6n+1),
    .clear .col-ms-4:nth-of-type(6n+1),
    .clear .col-sm-4:nth-of-type(6n+1) {
        clear: none
    }

    .clear .col-md-4:nth-of-type(3n+1),
    .clear .col-ms-4:nth-of-type(3n+1),
    .clear .col-sm-4:nth-of-type(3n+1) {
        clear: left
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .clear .col-md-3:nth-of-type(2n+1),
    .clear .col-ms-3:nth-of-type(2n+1),
    .clear .col-sm-3:nth-of-type(2n+1) {
        clear: none
    }

    .clear .col-md-3:nth-of-type(3n+1),
    .clear .col-ms-3:nth-of-type(3n+1),
    .clear .col-sm-3:nth-of-type(3n+1) {
        clear: none
    }

    .clear .col-md-3:nth-of-type(6n+1),
    .clear .col-ms-3:nth-of-type(6n+1),
    .clear .col-sm-3:nth-of-type(6n+1) {
        clear: none
    }

    .clear .col-md-3:nth-of-type(4n+1),
    .clear .col-ms-3:nth-of-type(4n+1),
    .clear .col-sm-3:nth-of-type(4n+1) {
        clear: left
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .clear .col-md-2:nth-of-type(2n+1),
    .clear .col-ms-2:nth-of-type(2n+1),
    .clear .col-sm-2:nth-of-type(2n+1) {
        clear: none
    }

    .clear .col-md-2:nth-of-type(3n+1),
    .clear .col-ms-2:nth-of-type(3n+1),
    .clear .col-sm-2:nth-of-type(3n+1) {
        clear: none
    }

    .clear .col-md-2:nth-of-type(4n+1),
    .clear .col-ms-2:nth-of-type(4n+1),
    .clear .col-sm-2:nth-of-type(4n+1) {
        clear: none
    }

    .clear .col-md-2:nth-of-type(6n+1),
    .clear .col-ms-2:nth-of-type(6n+1),
    .clear .col-sm-2:nth-of-type(6n+1) {
        clear: left
    }
}

@media (min-width:1200px) {
    .clear .col-lg-6:nth-of-type(3n+1),
    .clear .col-md-6:nth-of-type(3n+1),
    .clear .col-ms-6:nth-of-type(3n+1),
    .clear .col-sm-6:nth-of-type(3n+1) {
        clear: none
    }

    .clear .col-lg-6:nth-of-type(4n+1),
    .clear .col-md-6:nth-of-type(4n+1),
    .clear .col-ms-6:nth-of-type(4n+1),
    .clear .col-sm-6:nth-of-type(4n+1) {
        clear: none
    }

    .clear .col-lg-6:nth-of-type(6n+1),
    .clear .col-md-6:nth-of-type(6n+1),
    .clear .col-ms-6:nth-of-type(6n+1),
    .clear .col-sm-6:nth-of-type(6n+1) {
        clear: none
    }

    .clear .col-lg-6:nth-of-type(2n+1),
    .clear .col-md-6:nth-of-type(2n+1),
    .clear .col-ms-6:nth-of-type(2n+1),
    .clear .col-sm-6:nth-of-type(2n+1) {
        clear: left
    }
}

@media (min-width:1200px) {
    .clear .col-lg-4:nth-of-type(2n+1),
    .clear .col-md-4:nth-of-type(2n+1),
    .clear .col-ms-4:nth-of-type(2n+1),
    .clear .col-sm-4:nth-of-type(2n+1) {
        clear: none
    }

    .clear .col-lg-4:nth-of-type(4n+1),
    .clear .col-md-4:nth-of-type(4n+1),
    .clear .col-ms-4:nth-of-type(4n+1),
    .clear .col-sm-4:nth-of-type(4n+1) {
        clear: none
    }

    .clear .col-lg-4:nth-of-type(6n+1),
    .clear .col-md-4:nth-of-type(6n+1),
    .clear .col-ms-4:nth-of-type(6n+1),
    .clear .col-sm-4:nth-of-type(6n+1) {
        clear: none
    }

    .clear .col-lg-4:nth-of-type(3n+1),
    .clear .col-md-4:nth-of-type(3n+1),
    .clear .col-ms-4:nth-of-type(3n+1),
    .clear .col-sm-4:nth-of-type(3n+1) {
        clear: left
    }
}

@media (min-width:1200px) {
    .clear .col-lg-3:nth-of-type(2n+1),
    .clear .col-md-3:nth-of-type(2n+1),
    .clear .col-ms-3:nth-of-type(2n+1),
    .clear .col-sm-3:nth-of-type(2n+1) {
        clear: none
    }

    .clear .col-lg-3:nth-of-type(3n+1),
    .clear .col-md-3:nth-of-type(3n+1),
    .clear .col-ms-3:nth-of-type(3n+1),
    .clear .col-sm-3:nth-of-type(3n+1) {
        clear: none
    }

    .clear .col-lg-3:nth-of-type(6n+1),
    .clear .col-md-3:nth-of-type(6n+1),
    .clear .col-ms-3:nth-of-type(6n+1),
    .clear .col-sm-3:nth-of-type(6n+1) {
        clear: none
    }

    .clear .col-lg-3:nth-of-type(4n+1),
    .clear .col-md-3:nth-of-type(4n+1),
    .clear .col-ms-3:nth-of-type(4n+1),
    .clear .col-sm-3:nth-of-type(4n+1) {
        clear: left
    }
}

@media (min-width:1200px) {
    .clear .col-lg-2:nth-of-type(2n+1),
    .clear .col-md-2:nth-of-type(2n+1),
    .clear .col-ms-2:nth-of-type(2n+1),
    .clear .col-sm-2:nth-of-type(2n+1) {
        clear: none
    }

    .clear .col-lg-2:nth-of-type(3n+1),
    .clear .col-md-2:nth-of-type(3n+1),
    .clear .col-ms-2:nth-of-type(3n+1),
    .clear .col-sm-2:nth-of-type(3n+1) {
        clear: none
    }

    .clear .col-lg-2:nth-of-type(4n+1),
    .clear .col-md-2:nth-of-type(4n+1),
    .clear .col-ms-2:nth-of-type(4n+1),
    .clear .col-sm-2:nth-of-type(4n+1) {
        clear: none
    }

    .clear .col-lg-2:nth-of-type(6n+1),
    .clear .col-md-2:nth-of-type(6n+1),
    .clear .col-ms-2:nth-of-type(6n+1),
    .clear .col-sm-2:nth-of-type(6n+1) {
        clear: left
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #c9c9c9;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 27px
}

    .table > tbody > tr > td,
    .table > tbody > tr > th,
    .table > tfoot > tr > td,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > thead > tr > th {
        padding: 8px;
        line-height: 1.5;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .table > caption + thead > tr:first-child > td,
    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > td,
    .table > thead:first-child > tr:first-child > th {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #fff
    }

.table-bordered {
    border: 1px solid #ddd
}

    .table-bordered > tbody > tr > td,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > td,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > thead > tr > th {
        border: 1px solid #ddd
    }

    .table-bordered > thead > tr > td,
    .table-bordered > thead > tr > th {
        border-bottom-width: 2px
    }

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 20.25px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > td,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > thead > tr > th {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 27px;
    font-size: 27px;
    line-height: inherit;
    color: #858585;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 18px;
    line-height: 1.5;
    color: #000
}

.form-control {
    display: block;
    width: 100%;
    height: 55px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

    .form-control:focus {
        border-color: #5e6eb2;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(94, 110, 178, .6)
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #e1e1e1;
        opacity: 1
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed
    }

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 55px
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    .input-group-sm > .input-group-btn > input[type=date].btn,
    .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
    .input-group-sm > .input-group-btn > input[type=month].btn,
    .input-group-sm > .input-group-btn > input[type=time].btn,
    .input-group-sm > input[type=date].form-control,
    .input-group-sm > input[type=date].input-group-addon,
    .input-group-sm > input[type=datetime-local].form-control,
    .input-group-sm > input[type=datetime-local].input-group-addon,
    .input-group-sm > input[type=month].form-control,
    .input-group-sm > input[type=month].input-group-addon,
    .input-group-sm > input[type=time].form-control,
    .input-group-sm > input[type=time].input-group-addon,
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 33px
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    .input-group-lg > .input-group-btn > input[type=date].btn,
    .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
    .input-group-lg > .input-group-btn > input[type=month].btn,
    .input-group-lg > .input-group-btn > input[type=time].btn,
    .input-group-lg > input[type=date].form-control,
    .input-group-lg > input[type=date].input-group-addon,
    .input-group-lg > input[type=datetime-local].form-control,
    .input-group-lg > input[type=datetime-local].input-group-addon,
    .input-group-lg > input[type=month].form-control,
    .input-group-lg > input[type=month].input-group-addon,
    .input-group-lg > input[type=time].form-control,
    .input-group-lg > input[type=time].input-group-addon,
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 49px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox label,
    .radio label {
        min-height: 27px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox input[type=checkbox],
    .checkbox-inline input[type=checkbox],
    .radio input[type=radio],
    .radio-inline input[type=radio] {
        position: absolute;
        margin-left: -20px
    }

    .checkbox + .checkbox,
    .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

    .checkbox-inline + .checkbox-inline,
    .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 45px
}

    .form-control-static.input-lg,
    .form-control-static.input-sm,
    .input-group-lg > .form-control-static.form-control,
    .input-group-lg > .form-control-static.input-group-addon,
    .input-group-lg > .input-group-btn > .form-control-static.btn,
    .input-group-sm > .form-control-static.form-control,
    .input-group-sm > .form-control-static.input-group-addon,
    .input-group-sm > .input-group-btn > .form-control-static.btn {
        padding-left: 0;
        padding-right: 0
    }

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0
}

.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
select.input-sm {
    height: 33px;
    line-height: 33px
}

.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0
}

.form-group-sm select.form-control {
    height: 33px;
    line-height: 33px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 33px;
    min-height: 41px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-lg {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 0
}

.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
select.input-lg {
    height: 49px;
    line-height: 49px
}

.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 0
}

.form-group-lg select.form-control {
    height: 49px;
    line-height: 49px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 49px;
    min-height: 47px;
    padding: 11px 16px;
    font-size: 20px;
    line-height: 1.33
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 68.75px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-lg + .form-control-feedback {
    width: 49px;
    height: 49px;
    line-height: 49px
}

.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-sm + .form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #d6b293
}

.has-warning .form-control {
    border-color: #d6b293;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

    .has-warning .form-control:focus {
        border-color: #c8986e;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f2e7dd
    }

.has-warning .input-group-addon {
    color: #d6b293;
    border-color: #d6b293;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #d6b293
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 32px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #626262
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .form-control,
        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .checkbox label,
        .form-inline .radio label {
            padding-left: 0
        }

        .form-inline .checkbox input[type=checkbox],
        .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 34px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

    .form-horizontal .form-group:after,
    .form-horizontal .form-group:before {
        content: " ";
        display: table
    }

    .form-horizontal .form-group:after {
        clear: both
    }

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 20px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 14px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .btn.active.focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn:active:focus,
    .btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn.focus,
    .btn:focus,
    .btn:hover {
        color: #fff;
        text-decoration: none
    }

    .btn.active,
    .btn:active {
        outline: 0;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: .65;
        box-shadow: none
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #fff;
    background-color: #333;
    border-color: #333
}

    .btn-default.focus,
    .btn-default:focus {
        color: #fff;
        background-color: #1a1a1a;
        border-color: #000
    }

    .btn-default:hover {
        color: #fff;
        background-color: #1a1a1a;
        border-color: #141414
    }

    .btn-default.active,
    .btn-default:active,
    .open > .btn-default.dropdown-toggle {
        color: #fff;
        background-color: #1a1a1a;
        border-color: #141414
    }

        .btn-default.active.focus,
        .btn-default.active:focus,
        .btn-default.active:hover,
        .btn-default:active.focus,
        .btn-default:active:focus,
        .btn-default:active:hover,
        .open > .btn-default.dropdown-toggle.focus,
        .open > .btn-default.dropdown-toggle:focus,
        .open > .btn-default.dropdown-toggle:hover {
            color: #fff;
            background-color: #080808;
            border-color: #000
        }

    .btn-default.active,
    .btn-default:active,
    .open > .btn-default.dropdown-toggle {
        background-image: none
    }

    .btn-default.disabled.focus,
    .btn-default.disabled:focus,
    .btn-default.disabled:hover,
    .btn-default[disabled].focus,
    .btn-default[disabled]:focus,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default.focus,
    fieldset[disabled] .btn-default:focus,
    fieldset[disabled] .btn-default:hover {
        background-color: #333;
        border-color: #333
    }

    .btn-default .badge {
        color: #333;
        background-color: #fff
    }

.btn-primary {
    color: #fff;
    background-color: #242d65;
    border-color: #1d2552
}

    .btn-primary.focus,
    .btn-primary:focus {
        color: #fff;
        background-color: #171c3f;
        border-color: #000
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #171c3f;
        border-color: #0d1125
    }

    .btn-primary.active,
    .btn-primary:active,
    .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #171c3f;
        border-color: #0d1125
    }

        .btn-primary.active.focus,
        .btn-primary.active:focus,
        .btn-primary.active:hover,
        .btn-primary:active.focus,
        .btn-primary:active:focus,
        .btn-primary:active:hover,
        .open > .btn-primary.dropdown-toggle.focus,
        .open > .btn-primary.dropdown-toggle:focus,
        .open > .btn-primary.dropdown-toggle:hover {
            color: #fff;
            background-color: #0d1125;
            border-color: #000
        }

    .btn-primary.active,
    .btn-primary:active,
    .open > .btn-primary.dropdown-toggle {
        background-image: none
    }

    .btn-primary.disabled.focus,
    .btn-primary.disabled:focus,
    .btn-primary.disabled:hover,
    .btn-primary[disabled].focus,
    .btn-primary[disabled]:focus,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary.focus,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary:hover {
        background-color: #242d65;
        border-color: #1d2552
    }

    .btn-primary .badge {
        color: #242d65;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .btn-success.focus,
    .btn-success:focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

    .btn-success.active,
    .btn-success:active,
    .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

        .btn-success.active.focus,
        .btn-success.active:focus,
        .btn-success.active:hover,
        .btn-success:active.focus,
        .btn-success:active:focus,
        .btn-success:active:hover,
        .open > .btn-success.dropdown-toggle.focus,
        .open > .btn-success.dropdown-toggle:focus,
        .open > .btn-success.dropdown-toggle:hover {
            color: #fff;
            background-color: #398439;
            border-color: #255625
        }

    .btn-success.active,
    .btn-success:active,
    .open > .btn-success.dropdown-toggle {
        background-image: none
    }

    .btn-success.disabled.focus,
    .btn-success.disabled:focus,
    .btn-success.disabled:hover,
    .btn-success[disabled].focus,
    .btn-success[disabled]:focus,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success.focus,
    fieldset[disabled] .btn-success:focus,
    fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #5e6eb2;
    border-color: #5e6eb2
}

    .btn-info.focus,
    .btn-info:focus {
        color: #fff;
        background-color: #485696;
        border-color: #2f3862
    }

    .btn-info:hover {
        color: #fff;
        background-color: #485696;
        border-color: #44528f
    }

    .btn-info.active,
    .btn-info:active,
    .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #485696;
        border-color: #44528f
    }

        .btn-info.active.focus,
        .btn-info.active:focus,
        .btn-info.active:hover,
        .btn-info:active.focus,
        .btn-info:active:focus,
        .btn-info:active:hover,
        .open > .btn-info.dropdown-toggle.focus,
        .open > .btn-info.dropdown-toggle:focus,
        .open > .btn-info.dropdown-toggle:hover {
            color: #fff;
            background-color: #3c487d;
            border-color: #2f3862
        }

    .btn-info.active,
    .btn-info:active,
    .open > .btn-info.dropdown-toggle {
        background-image: none
    }

    .btn-info.disabled.focus,
    .btn-info.disabled:focus,
    .btn-info.disabled:hover,
    .btn-info[disabled].focus,
    .btn-info[disabled]:focus,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info.focus,
    fieldset[disabled] .btn-info:focus,
    fieldset[disabled] .btn-info:hover {
        background-color: #5e6eb2;
        border-color: #5e6eb2
    }

    .btn-info .badge {
        color: #5e6eb2;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #d6b293;
    border-color: #cfa581
}

    .btn-warning.focus,
    .btn-warning:focus {
        color: #fff;
        background-color: #c8986e;
        border-color: #976539
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #c8986e;
        border-color: #be8554
    }

    .btn-warning.active,
    .btn-warning:active,
    .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #c8986e;
        border-color: #be8554
    }

        .btn-warning.active.focus,
        .btn-warning.active:focus,
        .btn-warning.active:hover,
        .btn-warning:active.focus,
        .btn-warning:active:focus,
        .btn-warning:active:hover,
        .open > .btn-warning.dropdown-toggle.focus,
        .open > .btn-warning.dropdown-toggle:focus,
        .open > .btn-warning.dropdown-toggle:hover {
            color: #fff;
            background-color: #be8554;
            border-color: #976539
        }

    .btn-warning.active,
    .btn-warning:active,
    .open > .btn-warning.dropdown-toggle {
        background-image: none
    }

    .btn-warning.disabled.focus,
    .btn-warning.disabled:focus,
    .btn-warning.disabled:hover,
    .btn-warning[disabled].focus,
    .btn-warning[disabled]:focus,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning.focus,
    fieldset[disabled] .btn-warning:focus,
    fieldset[disabled] .btn-warning:hover {
        background-color: #d6b293;
        border-color: #cfa581
    }

    .btn-warning .badge {
        color: #d6b293;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

    .btn-danger.focus,
    .btn-danger:focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

    .btn-danger.active,
    .btn-danger:active,
    .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

        .btn-danger.active.focus,
        .btn-danger.active:focus,
        .btn-danger.active:hover,
        .btn-danger:active.focus,
        .btn-danger:active:focus,
        .btn-danger:active:hover,
        .open > .btn-danger.dropdown-toggle.focus,
        .open > .btn-danger.dropdown-toggle:focus,
        .open > .btn-danger.dropdown-toggle:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19
        }

    .btn-danger.active,
    .btn-danger:active,
    .open > .btn-danger.dropdown-toggle {
        background-image: none
    }

    .btn-danger.disabled.focus,
    .btn-danger.disabled:focus,
    .btn-danger.disabled:hover,
    .btn-danger[disabled].focus,
    .btn-danger[disabled]:focus,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger.focus,
    fieldset[disabled] .btn-danger:focus,
    fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

.btn-link {
    color: #242d65;
    font-weight: 400;
    border-radius: 0
}

    .btn-link,
    .btn-link.active,
    .btn-link:active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        box-shadow: none
    }

        .btn-link,
        .btn-link:active,
        .btn-link:focus,
        .btn-link:hover {
            border-color: transparent
        }

            .btn-link:focus,
            .btn-link:hover {
                color: #10142d;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:focus,
            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:focus,
            fieldset[disabled] .btn-link:hover {
                color: #c9c9c9;
                text-decoration: none
            }

.btn-group-lg > .btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 0
}

.btn-group-sm > .btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .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;
    transition-property: height, visibility;
    transition-duration: .35s;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 18px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 12.5px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.5;
        color: #858585;
        white-space: nowrap
    }

        .dropdown-menu > li > a:focus,
        .dropdown-menu > li > a:hover {
            text-decoration: none;
            color: #787878;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:focus,
    .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #242d65
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:focus,
    .dropdown-menu > .disabled > a:hover {
        color: #c9c9c9
    }

        .dropdown-menu > .disabled > a:focus,
        .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            cursor: not-allowed
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #c9c9c9;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:992px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group-vertical > .btn,
    .btn-group > .btn {
        position: relative;
        float: left
    }

        .btn-group-vertical > .btn.active,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn.active,
        .btn-group > .btn:active,
        .btn-group > .btn:focus,
        .btn-group > .btn:hover {
            z-index: 2
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    margin-left: -5px
}

    .btn-toolbar:after,
    .btn-toolbar:before {
        content: " ";
        display: table
    }

    .btn-toolbar:after {
        clear: both
    }

    .btn-toolbar .btn,
    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group-lg.btn-group > .btn + .dropdown-toggle,
.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        box-shadow: none
    }

.btn .caret {
    margin-left: 0
}

.btn-group-lg > .btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-group-lg > .btn .caret,
.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .btn-group-vertical > .btn-group:after,
    .btn-group-vertical > .btn-group:before {
        content: " ";
        display: table
    }

    .btn-group-vertical > .btn-group:after {
        clear: both
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto
        }

[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

        .input-group .form-control:focus {
            z-index: 3
        }

    .input-group .form-control,
    .input-group-addon,
    .input-group-btn {
        display: table-cell
    }

        .input-group .form-control:not(:first-child):not(:last-child),
        .input-group-addon:not(:first-child):not(:last-child),
        .input-group-btn:not(:first-child):not(:last-child) {
            border-radius: 0
        }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-align: center;
    background-color: #e1e1e1;
    border: 1px solid #ddd;
    border-radius: 0
}

    .input-group-addon.input-sm,
    .input-group-sm > .input-group-addon,
    .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 5px 10px;
        font-size: 14px;
        border-radius: 0
    }

    .input-group-addon.input-lg,
    .input-group-lg > .input-group-addon,
    .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 16px;
        font-size: 20px;
        border-radius: 0
    }

    .input-group-addon input[type=checkbox],
    .input-group-addon input[type=radio] {
        margin-top: 0
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn > .btn:active,
        .input-group-btn > .btn:focus,
        .input-group-btn > .btn:hover {
            z-index: 2
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

    .nav:after,
    .nav:before {
        content: " ";
        display: table
    }

    .nav:after {
        clear: both
    }

    .nav > li {
        position: relative;
        display: block
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px
        }

            .nav > li > a:focus,
            .nav > li > a:hover {
                text-decoration: none;
                background-color: #e1e1e1
            }

        .nav > li.disabled > a {
            color: #c9c9c9
        }

            .nav > li.disabled > a:focus,
            .nav > li.disabled > a:hover {
                color: #c9c9c9;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed
            }

    .nav .open > a,
    .nav .open > a:focus,
    .nav .open > a:hover {
        background-color: #e1e1e1;
        border-color: #242d65
    }

    .nav .nav-divider {
        height: 1px;
        margin: 12.5px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.5;
            border: 1px solid transparent;
            border-radius: 0
        }

            .nav-tabs > li > a:hover {
                border-color: #e1e1e1 #e1e1e1 #ddd
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:focus,
        .nav-tabs > li.active > a:hover {
            color: #a8a8a8;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default
        }

.nav-pills > li {
    float: left
}

    .nav-pills > li > a {
        border-radius: 0
    }

    .nav-pills > li + li {
        margin-left: 2px
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:focus,
    .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #242d65
    }

.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        float: none
    }

        .nav-justified > li > a,
        .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

@media (min-width:768px) {
    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a,
        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 0
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border: 1px solid #ddd
    }

@media (min-width:768px) {
    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 27px;
    border: 1px solid transparent
}

    .navbar:after,
    .navbar:before {
        content: " ";
        display: table
    }

    .navbar:after {
        clear: both
    }

@media (min-width:992px) {
    .navbar {
        border-radius: 0
    }
}

.navbar-header:after,
.navbar-header:before {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width:992px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

    .navbar-collapse:after,
    .navbar-collapse:before {
        content: " ";
        display: table
    }

    .navbar-collapse:after {
        clear: both
    }

    .navbar-collapse.in {
        overflow-y: auto
    }

@media (min-width:992px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:992px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:992px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:992px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 11.5px 15px;
    font-size: 20px;
    line-height: 27px;
    height: 50px
}

    .navbar-brand:focus,
    .navbar-brand:hover {
        text-decoration: none
    }

    .navbar-brand > img {
        display: block
    }

@media (min-width:992px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0
}

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media (min-width:992px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 5.75px -15px
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 27px
    }

@media (max-width:991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

        .navbar-nav .open .dropdown-menu .dropdown-header,
        .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 27px
        }

            .navbar-nav .open .dropdown-menu > li > a:focus,
            .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none
            }
}

@media (min-width:992px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
                padding-top: 11.5px;
                padding-bottom: 11.5px
            }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: -2.5px;
    margin-bottom: -2.5px
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .navbar-form .input-group .form-control,
        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn {
            width: auto
        }

        .navbar-form .input-group > .form-control {
            width: 100%
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .navbar-form .checkbox label,
        .navbar-form .radio label {
            padding-left: 0
        }

        .navbar-form .checkbox input[type=checkbox],
        .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:991px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }
}

@media (min-width:992px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: -2.5px;
    margin-bottom: -2.5px
}

    .btn-group-sm > .navbar-btn.btn,
    .navbar-btn.btn-sm {
        margin-top: 8.5px;
        margin-bottom: 8.5px
    }

    .btn-group-xs > .navbar-btn.btn,
    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px
    }

.navbar-text {
    margin-top: 11.5px;
    margin-bottom: 11.5px
}

@media (min-width:992px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:992px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

    .navbar-default .navbar-brand {
        color: #777
    }

        .navbar-default .navbar-brand:focus,
        .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent
        }

    .navbar-default .navbar-text {
        color: #777
    }

    .navbar-default .navbar-nav > li > a {
        color: #777
    }

        .navbar-default .navbar-nav > li > a:focus,
        .navbar-default .navbar-nav > li > a:hover {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:focus,
    .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd
    }

        .navbar-default .navbar-toggle:focus,
        .navbar-default .navbar-toggle:hover {
            background-color: #ddd
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        background-color: #e7e7e7;
        color: #555
    }

@media (max-width:991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

    .navbar-default .navbar-link:hover {
        color: #333
    }

.navbar-default .btn-link {
    color: #777
}

    .navbar-default .btn-link:focus,
    .navbar-default .btn-link:hover {
        color: #333
    }

    .navbar-default .btn-link[disabled]:focus,
    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:focus,
    fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc
    }

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

    .navbar-inverse .navbar-brand {
        color: #efefef
    }

        .navbar-inverse .navbar-brand:focus,
        .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-text {
        color: #efefef
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #efefef
    }

        .navbar-inverse .navbar-nav > li > a:focus,
        .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:focus,
    .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:focus,
    .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333
    }

        .navbar-inverse .navbar-toggle:focus,
        .navbar-inverse .navbar-toggle:hover {
            background-color: #333
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #090909;
        color: #fff
    }

@media (max-width:991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #efefef
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #efefef
}

    .navbar-inverse .navbar-link:hover {
        color: #fff
    }

.navbar-inverse .btn-link {
    color: #efefef
}

    .navbar-inverse .btn-link:focus,
    .navbar-inverse .btn-link:hover {
        color: #fff
    }

    .navbar-inverse .btn-link[disabled]:focus,
    .navbar-inverse .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

    .label:empty {
        display: none
    }

.btn .label {
    position: relative;
    top: -1px
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #c9c9c9
}

    .label-default[href]:focus,
    .label-default[href]:hover {
        background-color: #b0b0b0
    }

.label-primary {
    background-color: #242d65
}

    .label-primary[href]:focus,
    .label-primary[href]:hover {
        background-color: #171c3f
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:focus,
    .label-success[href]:hover {
        background-color: #449d44
    }

.label-info {
    background-color: #5e6eb2
}

    .label-info[href]:focus,
    .label-info[href]:hover {
        background-color: #485696
    }

.label-warning {
    background-color: #d6b293
}

    .label-warning[href]:focus,
    .label-warning[href]:hover {
        background-color: #c8986e
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:focus,
    .label-danger[href]:hover {
        background-color: #c9302c
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #c9c9c9;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #242d65;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

    .list-group-item > .badge + .badge {
        margin-right: 5px
    }

.nav-pills > li > a > .badge {
    margin-left: 3px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.alert {
    padding: 15px;
    margin-bottom: 27px;
    border: 1px solid transparent;
    border-radius: 0
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: 700
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #d6b293
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #c8986e
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

.media {
    margin-top: 15px
}

    .media:first-child {
        margin-top: 0
    }

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

    .media-object.img-thumbnail {
        max-width: none
    }

.media-right,
.media > .pull-right {
    padding-left: 10px
}

.media-left,
.media > .pull-left {
    padding-right: 20px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

a.list-group-item,
button.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading,
    button.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:focus,
    a.list-group-item:hover,
    button.list-group-item:focus,
    button.list-group-item:hover {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5
    }

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #e1e1e1;
    color: #c9c9c9;
    cursor: not-allowed
}

    .list-group-item.disabled .list-group-item-heading,
    .list-group-item.disabled:focus .list-group-item-heading,
    .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit
    }

    .list-group-item.disabled .list-group-item-text,
    .list-group-item.disabled:focus .list-group-item-text,
    .list-group-item.disabled:hover .list-group-item-text {
        color: #c9c9c9
    }

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #242d65;
    border-color: #242d65
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > .small,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > .small,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > .small,
    .list-group-item.active:hover .list-group-item-heading > small {
        color: inherit
    }

    .list-group-item.active .list-group-item-text,
    .list-group-item.active:focus .list-group-item-text,
    .list-group-item.active:hover .list-group-item-text {
        color: #828ed3
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

    a.list-group-item-success .list-group-item-heading,
    button.list-group-item-success .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:focus,
    a.list-group-item-success:hover,
    button.list-group-item-success:focus,
    button.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6
    }

    a.list-group-item-success.active,
    a.list-group-item-success.active:focus,
    a.list-group-item-success.active:hover,
    button.list-group-item-success.active,
    button.list-group-item-success.active:focus,
    button.list-group-item-success.active:hover {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

    a.list-group-item-info .list-group-item-heading,
    button.list-group-item-info .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-info:focus,
    a.list-group-item-info:hover,
    button.list-group-item-info:focus,
    button.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active,
    a.list-group-item-info.active:focus,
    a.list-group-item-info.active:hover,
    button.list-group-item-info.active,
    button.list-group-item-info.active:focus,
    button.list-group-item-info.active:hover {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f
    }

.list-group-item-warning {
    color: #d6b293;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #d6b293
}

    a.list-group-item-warning .list-group-item-heading,
    button.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-warning:focus,
    a.list-group-item-warning:hover,
    button.list-group-item-warning:focus,
    button.list-group-item-warning:hover {
        color: #d6b293;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active,
    a.list-group-item-warning.active:focus,
    a.list-group-item-warning.active:hover,
    button.list-group-item-warning.active,
    button.list-group-item-warning.active:focus,
    button.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #d6b293;
        border-color: #d6b293
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

    a.list-group-item-danger .list-group-item-heading,
    button.list-group-item-danger .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-danger:focus,
    a.list-group-item-danger:hover,
    button.list-group-item-danger:focus,
    button.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc
    }

    a.list-group-item-danger.active,
    a.list-group-item-danger.active:focus,
    a.list-group-item-danger.active:hover,
    button.list-group-item-danger.active,
    button.list-group-item-danger.active:focus,
    button.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 27px;
    background-color: #f5f5f5;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

    .panel-body:after,
    .panel-body:before {
        content: " ";
        display: table
    }

    .panel-body:after {
        clear: both
    }

.panel-heading {
    padding: 0;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 21px;
    color: inherit
}

    .panel-title > .small,
    .panel-title > .small > a,
    .panel-title > a,
    .panel-title > small,
    .panel-title > small > a {
        color: inherit
    }

.panel-footer {
    padding: 0;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: -1;
        border-top-left-radius: -1
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: -1;
        border-bottom-left-radius: -1
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0
}

    .panel > .panel-collapse > .table caption,
    .panel > .table caption,
    .panel > .table-responsive > .table caption {
        padding-left: 15px;
        padding-right: 15px
    }

    .panel > .table-responsive:first-child > .table:first-child,
    .panel > .table:first-child {
        border-top-right-radius: -1;
        border-top-left-radius: -1
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table:first-child > thead:first-child > tr:first-child {
            border-top-left-radius: -1;
            border-top-right-radius: -1
        }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
                border-top-left-radius: -1
            }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
                border-top-right-radius: -1
            }

    .panel > .table-responsive:last-child > .table:last-child,
    .panel > .table:last-child {
        border-bottom-right-radius: -1;
        border-bottom-left-radius: -1
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: -1;
            border-bottom-right-radius: -1
        }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: -1
            }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: -1
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd
    }

    .panel > .table > tbody:first-child > tr:first-child td,
    .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 27px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse > .list-group,
        .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #5e6eb2
}

    .panel-default > .panel-heading {
        color: #fff;
        background-color: #5e6eb2;
        border-color: #5e6eb2
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #5e6eb2
        }

        .panel-default > .panel-heading .badge {
            color: #5e6eb2;
            background-color: #fff
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #5e6eb2
    }

.panel-primary {
    border-color: #242d65
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #242d65;
        border-color: #242d65
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #242d65
        }

        .panel-primary > .panel-heading .badge {
            color: #242d65;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #242d65
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #d6b293;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #d6b293
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive embed,
    .embed-responsive iframe,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, .15)
    }

.well-lg {
    padding: 24px;
    border-radius: 0
}

.well-sm {
    padding: 9px;
    border-radius: 0
}

.close {
    float: right;
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

    .close:focus,
    .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        transform: translate(0, -25%);
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out, -webkit-transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.in {
        opacity: .5
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header:after,
    .modal-header:before {
        content: " ";
        display: table
    }

    .modal-header:after {
        clear: both
    }

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer:after,
    .modal-footer:before {
        content: " ";
        display: table
    }

    .modal-footer:after {
        clear: both
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

[data-aos][data-aos][data-aos-duration='100'],
body[data-aos-duration='100'] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay='100'],
body[data-aos-delay='100'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='100'].aos-animate,
    body[data-aos-delay='100'] [data-aos].aos-animate {
        transition-delay: .1s
    }

[data-aos][data-aos][data-aos-duration='200'],
body[data-aos-duration='200'] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay='200'],
body[data-aos-delay='200'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='200'].aos-animate,
    body[data-aos-delay='200'] [data-aos].aos-animate {
        transition-delay: .2s
    }

[data-aos][data-aos][data-aos-duration='300'],
body[data-aos-duration='300'] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay='300'],
body[data-aos-delay='300'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='300'].aos-animate,
    body[data-aos-delay='300'] [data-aos].aos-animate {
        transition-delay: .3s
    }

[data-aos][data-aos][data-aos-duration='400'],
body[data-aos-duration='400'] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay='400'],
body[data-aos-delay='400'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='400'].aos-animate,
    body[data-aos-delay='400'] [data-aos].aos-animate {
        transition-delay: .4s
    }

[data-aos][data-aos][data-aos-duration='500'],
body[data-aos-duration='500'] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay='500'],
body[data-aos-delay='500'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='500'].aos-animate,
    body[data-aos-delay='500'] [data-aos].aos-animate {
        transition-delay: .5s
    }

[data-aos][data-aos][data-aos-duration='600'],
body[data-aos-duration='600'] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay='600'],
body[data-aos-delay='600'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='600'].aos-animate,
    body[data-aos-delay='600'] [data-aos].aos-animate {
        transition-delay: .6s
    }

[data-aos][data-aos][data-aos-duration='700'],
body[data-aos-duration='700'] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay='700'],
body[data-aos-delay='700'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='700'].aos-animate,
    body[data-aos-delay='700'] [data-aos].aos-animate {
        transition-delay: .7s
    }

[data-aos][data-aos][data-aos-duration='800'],
body[data-aos-duration='800'] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay='800'],
body[data-aos-delay='800'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='800'].aos-animate,
    body[data-aos-delay='800'] [data-aos].aos-animate {
        transition-delay: .8s
    }

[data-aos][data-aos][data-aos-duration='900'],
body[data-aos-duration='900'] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay='900'],
body[data-aos-delay='900'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='900'].aos-animate,
    body[data-aos-delay='900'] [data-aos].aos-animate {
        transition-delay: .9s
    }

[data-aos][data-aos][data-aos-duration='1000'],
body[data-aos-duration='1000'] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay='1000'],
body[data-aos-delay='1000'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='1000'].aos-animate,
    body[data-aos-delay='1000'] [data-aos].aos-animate {
        transition-delay: 1s
    }

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
}

    [data-aos^=fade][data-aos^=fade].aos-animate {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

[data-aos=fade-up] {
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
}

[data-aos=fade-down] {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px)
}

[data-aos=fade-right] {
    -webkit-transform: translate(-100px);
    transform: translate(-100px)
}

[data-aos=fade-left] {
    -webkit-transform: translate(100px);
    transform: translate(100px)
}

[data-aos=fade-up-right] {
    -webkit-transform: translate(-100px, 100px);
    transform: translate(-100px, 100px)
}

[data-aos=fade-up-left] {
    -webkit-transform: translate(100px, 100px);
    transform: translate(100px, 100px)
}

[data-aos=fade-down-right] {
    -webkit-transform: translate(-100px, -100px);
    transform: translate(-100px, -100px)
}

[data-aos=fade-down-left] {
    -webkit-transform: translate(100px, -100px);
    transform: translate(100px, -100px)
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

    .slick-track:after,
    .slick-track:before {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(../images/ajax-loader.gif) center center no-repeat
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

    .slick-next:focus,
    .slick-next:hover,
    .slick-prev:focus,
    .slick-prev:hover {
        outline: 0;
        background: 0 0;
        color: transparent
    }

        .slick-next:focus:before,
        .slick-next:hover:before,
        .slick-prev:focus:before,
        .slick-prev:hover:before {
            opacity: 1
        }

    .slick-next.slick-disabled:before,
    .slick-prev.slick-disabled:before {
        opacity: .25
    }

    .slick-next:before,
    .slick-prev:before {
        font-family: slick;
        font-size: 20px;
        line-height: 1;
        color: #fff;
        opacity: .75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer
    }

        .slick-dots li button {
            border: 0;
            background: 0 0;
            display: block;
            height: 20px;
            width: 20px;
            outline: 0;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px;
            cursor: pointer
        }

            .slick-dots li button:focus,
            .slick-dots li button:hover {
                outline: 0
            }

                .slick-dots li button:focus:before,
                .slick-dots li button:hover:before {
                    opacity: 1
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-family: slick;
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: #000;
                opacity: .25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale
            }

        .slick-dots li.slick-active button:before {
            color: #000;
            opacity: .75
        }

.section-padding {
    padding-top: 20px;
    padding-bottom: 20px
}

.section-padding-l {
    padding-top: 40px;
    padding-bottom: 40px
}

.margin-b-0 {
    margin-bottom: 0
}

.margin-b-10 {
    margin-bottom: 10px
}

.margin-b-20 {
    margin-bottom: 20px
}

.margin-b-40 {
    margin-bottom: 40px
}

.margin-t-0 {
    margin-top: 0
}

.margin-t-10 {
    margin-top: 10px
}

.margin-t-20 {
    margin-top: 20px
}

.margin-t-40 {
    margin-top: 40px
}

@media (max-width:767px) {
    .margin-t-40.container {
        margin-top: 0
    }
}

@media (min-width:1200px) {
    .margin-lg-b-0 {
        margin-bottom: 0
    }
}

.padding-h-0 {
    padding-left: 0;
    padding-right: 0
}

.vertical-centre {
    display: table;
    height: 100%
}

    .vertical-centre > div {
        display: table-cell;
        vertical-align: middle;
        height: 100%
    }

.background-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.embed-responsive {
    margin-bottom: 30px
}

.contact-map {
    margin-left: 30px;
    margin-right: 30px
}

@media (min-width:992px) {
    .contact-map {
        margin-left: 0;
        margin-right: 0
    }
}

iframe {
    border: 0
}

.header-content {
    margin-bottom: 30px
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        text-shadow: none !important;
        -webkit-filter: none !important;
        filter: none !important;
        -ms-filter: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

.icon-sprite {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-top
}

@font-face {
    font-family: Brown;
    src: url(../fonts/lineto-brown-regular.eot);
    src: url(../fonts/lineto-brown-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/lineto-brown-regular.woff2) format("woff2"), url(../fonts/lineto-brown-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Brown;
    src: url(../fonts/lineto-brown-italic.eot);
    src: url(../fonts/lineto-brown-italic.eot?#iefix) format("embedded-opentype"), url(../fonts/lineto-brown-italic.woff2) format("woff2"), url(../fonts/lineto-brown-italic.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Brown;
    src: url(../fonts/lineto-brown-light.eot);
    src: url(../fonts/lineto-brown-light.eot?#iefix) format("embedded-opentype"), url(../fonts/lineto-brown-light.woff2) format("woff2"), url(../fonts/lineto-brown-light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Brown;
    src: url(../fonts/lineto-brown-bold.eot);
    src: url(../fonts/lineto-brown-bold.eot?#iefix) format("embedded-opentype"), url(../fonts/lineto-brown-bold.woff2) format("woff2"), url(../fonts/lineto-brown-bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

body {
    font-weight: 300
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.page-header,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    padding: 0;
    border-bottom: none;
    letter-spacing: -.01em
}

    .h1 a,
    .h2 a,
    .h3 a,
    .h4 a,
    .h5 a,
    .h6 a,
    .page-header a,
    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: #5e6eb2
    }

        .h1 a,
        .h1 a:hover,
        .h2 a,
        .h2 a:hover,
        .h3 a,
        .h3 a:hover,
        .h4 a,
        .h4 a:hover,
        .h5 a,
        .h5 a:hover,
        .h6 a,
        .h6 a:hover,
        .page-header a,
        .page-header a:hover,
        h1 a,
        h1 a:hover,
        h2 a,
        h2 a:hover,
        h3 a,
        h3 a:hover,
        h4 a,
        h4 a:hover,
        h5 a,
        h5 a:hover,
        h6 a,
        h6 a:hover {
            text-decoration: none
        }

.embed-responsive + .h1,
.embed-responsive + .h2,
.embed-responsive + .h3,
.embed-responsive + .h4,
.embed-responsive + .h5,
.embed-responsive + .h6,
.embed-responsive + .page-header,
.embed-responsive + h1,
.embed-responsive + h2,
.embed-responsive + h3,
.embed-responsive + h4,
.embed-responsive + h5,
.embed-responsive + h6,
iframe + .h1,
iframe + .h2,
iframe + .h3,
iframe + .h4,
iframe + .h5,
iframe + .h6,
iframe + .page-header,
iframe + h1,
iframe + h2,
iframe + h3,
iframe + h4,
iframe + h5,
iframe + h6,
ol + .h1,
ol + .h2,
ol + .h3,
ol + .h4,
ol + .h5,
ol + .h6,
ol + .page-header,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
p + .h1,
p + .h2,
p + .h3,
p + .h4,
p + .h5,
p + .h6,
p + .page-header,
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + .h1,
ul + .h2,
ul + .h3,
ul + .h4,
ul + .h5,
ul + .h6,
ul + .page-header,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6 {
    padding-top: 10px
}

.h1,
.page-header,
h1 {
    font-size: 33px
}

@media (min-width:768px) {
    .h1,
    .page-header,
    h1 {
        font-size: 39.8px
    }
}

@media (min-width:992px) {
    .h1,
    .page-header,
    h1 {
        font-size: 45.09px
    }
}

@media (min-width:1200px) {
    .h1,
    .page-header,
    h1 {
        font-size: 50px
    }
}

.h2,
h2 {
    font-size: 27px
}

@media (min-width:768px) {
    .h2,
    h2 {
        font-size: 28.2px
    }
}

@media (min-width:992px) {
    .h2,
    h2 {
        font-size: 29.13px
    }
}

@media (min-width:1200px) {
    .h2,
    h2 {
        font-size: 30px
    }
}

.h3,
h3 {
    font-size: 21px
}

@media (min-width:768px) {
    .h3,
    h3 {
        font-size: 23.4px
    }
}

@media (min-width:992px) {
    .h3,
    h3 {
        font-size: 25.27px
    }
}

@media (min-width:1200px) {
    .h3,
    h3 {
        font-size: 27px
    }
}

.h4,
h4 {
    font-size: 21px
}

.h5,
h5 {
    font-size: 18px
}

.cms-content a {
    text-decoration: underline
}

.lead {
    font-size: 20px
}

.summary-text .lead {
    color: rgba(0, 0, 0, .7);
    font-weight: 400
}

.embed-responsive {
    margin-top: 30px
}

.btn {
    padding: 11px 16px;
    text-transform: uppercase;
    font-weight: 700;
    white-space: normal;
    border-width: 2px;
    transition-duration: .3s
}

.input-group-btn .btn {
    white-space: nowrap
}

.btn .icon-sprite {
    fill: #fff
}

.btn.has-icon {
    position: relative;
    padding-left: 45px
}

    .btn.has-icon .icon-sprite {
        position: absolute;
        left: 15px;
        top: 50%;
        width: 24px;
        height: 24px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.btn-group-lg > .btn,
.btn-lg {
    padding: 15px 25px
}

.btn-group-sm > .btn,
.btn-sm {
    padding: 5px 10px
}

    .btn-group-sm > .has-icon.btn,
    .btn-sm.has-icon {
        padding-left: 27px
    }

        .btn-group-sm > .has-icon.btn .icon-sprite,
        .btn-sm.has-icon .icon-sprite {
            left: 5px;
            width: 20px;
            height: 20px
        }

.btn-plain {
    background: 0 0;
    border: 0
}

.btn-primary:hover {
    background: #242d65;
    color: #fff
}

.btn-blue {
    border-color: #5e6eb2;
    color: #242d65
}

    .btn-blue:hover {
        color: #fff;
        background: #5e6eb2
    }

.btn-white {
    border-color: #d6b293;
    color: #d6b293;
    background: 0 0
}

    .btn-white .icon-sprite {
        fill: #d6b293
    }

    .btn-white:hover {
        color: #fff;
        background: #d6b293
    }

        .btn-white:hover .icon-sprite {
            fill: #fff
        }

.text-link {
    display: inline-block;
    color: #d6b293;
    text-transform: uppercase;
    font-weight: 700
}

    .text-link:hover {
        color: #fff;
        text-decoration: none
    }

.input-validation-errors {
    border-color: #f2dede
}

.field-validation-error,
.required {
    color: #a94442
}

.form-control.valid {
    border-color: #dff0d8
}

textarea {
    resize: vertical
}

input[type=file] {
    max-width: 100%;
    font-size: 14px
}

@media (max-width:480px) {
    form .btn {
        display: block;
        width: 100%
    }
}

form label {
    margin-bottom: 8px;
    color: #242d65;
    font-weight: 400
}

@media (min-width:992px) {
    form .form-control {
        font-size: 20px
    }
}

.form-helper {
    margin-top: 5px;
    font-size: 14px
}

@media (min-width:768px) {
    .horizontal-form .btn {
        margin-top: 35px
    }
}

.styled-checkbox,
.styled-radio {
    display: block;
    position: relative
}

    .styled-checkbox label,
    .styled-radio label {
        display: block;
        position: relative;
        padding: 0 0 0 40px;
        min-height: 30px;
        z-index: 9;
        cursor: pointer;
        font-size: 16px;
        color: #222;
        font-weight: 400
    }

label + .styled-checkbox,
label + .styled-radio {
    margin-top: 5px
}

.styled-radio {
    display: block;
    position: relative
}

    .styled-radio input[type=radio] {
        position: absolute;
        visibility: hidden
    }

    .styled-radio .check {
        display: block;
        position: absolute;
        border: 1px solid #ddd;
        background: #fff;
        border-radius: 100%;
        height: 25px;
        width: 25px;
        top: 0;
        left: 0;
        z-index: 5;
        transition: border .25s linear;
        -webkit-transition: border .25s linear
    }

        .styled-radio .check::before {
            display: block;
            position: absolute;
            content: '';
            border-radius: 100%;
            height: 13px;
            width: 13px;
            top: 5px;
            left: 5px;
            margin: auto;
            transition: background .25s linear;
            -webkit-transition: background .25s linear
        }

    .styled-radio:hover .check {
        border: 1px solid #5e6eb2
    }

    .styled-radio input[type=radio]:checked ~ .check {
        border: 1px solid #ddd
    }

        .styled-radio input[type=radio]:checked ~ .check::before {
            background: #5e6eb2
        }

.styled-checkbox input[type=checkbox] {
    position: absolute;
    visibility: hidden
}

.styled-checkbox .check {
    display: block;
    position: absolute;
    border: 1px solid #ddd;
    background: #fff;
    height: 25px;
    width: 25px;
    top: 0;
    left: 0;
    z-index: 5;
    transition: border .25s linear
}

    .styled-checkbox .check::before {
        display: block;
        position: absolute;
        content: '';
        line-height: 1;
        text-align: center;
        width: 100%;
        top: 2px;
        margin: auto;
        transition: background .25s linear;
        color: #fff
    }

.styled-checkbox:hover .check {
    border: 1px solid #5e6eb2
}

.styled-checkbox input[type=checkbox]:checked ~ .check {
    border: 1px solid #ddd
}

    .styled-checkbox input[type=checkbox]:checked ~ .check::before {
        content: '✓';
        color: #5e6eb2
    }

.form-wrap {
    margin: 0 -15px 60px;
    padding: 30px 30px 0;
    background: #f2e7de
}

@media (min-width:768px) {
    .form-wrap {
        margin-left: 50px;
        margin-right: 50px;
        padding: 40px 40px 10px
    }
}

@media (min-width:768px) {
    .form-wrap.post-comment {
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width:1200px) {
    .form-wrap.post-comment {
        margin-left: 50px;
        margin-right: 50px
    }
}

.form-wrap.search-form {
    padding-bottom: 30px
}

@media (min-width:768px) {
    .form-wrap.search-form {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 10px
    }
}

.form-wrap .form-group {
    margin-bottom: 25px
}

.form-wrap p {
    color: #242d65;
    font-size: 14px
}

@media (min-width:768px) {
    hr + .form-wrap {
        margin-top: 45px
    }
}

.cms-content img {
    margin-bottom: 15px;
    max-width: 100%;
    height: auto !important
}

@media (min-width:768px) {
    .cms-content img {
        margin-bottom: 21px
    }
}

@media (min-width:992px) {
    .cms-content img {
        margin-bottom: 25.67px
    }
}

@media (min-width:1200px) {
    .cms-content img {
        margin-bottom: 30px
    }
}

.cms-content img:last-child {
    margin-bottom: 0
}

.cms-content img[align=left],
.cms-content img[align=right],
.cms-content img[style*="float: left"],
.cms-content img[style*="float: right"],
.cms-content img[style*="float:left"],
.cms-content img[style*="float:right"] {
    display: block;
    margin: 15px auto;
    float: none !important
}

@media (min-width:992px) {
    .cms-content img[align=left],
    .cms-content img[style*="float: left"],
    .cms-content img[style*="float:left"] {
        margin: 0 25px 20px 0;
        float: left !important
    }

    .cms-content img[align=right],
    .cms-content img[style*="float: right"],
    .cms-content img[style*="float:right"] {
        margin: 0 0 20px 25px;
        float: right !important
    }
}

.media {
    margin: 30px 0
}

    .media p {
        margin-top: 0
    }

    .media time {
        display: block;
        margin-bottom: 5px
    }

@media (max-width:480px) {
    .media .media-body,
    .media .media-left,
    .media .media-right {
        display: block;
        width: 100%
    }
}

.media .media-left {
    margin-bottom: 15px
}

.media-list {
    margin-top: 20px
}

.navbar-collapse {
    overflow-x: hidden;
    padding-left: 0;
    padding-right: 0;
    border-width: 0
}

@media (max-width:991px) {
    .navbar-collapse {
        margin-top: -20px
    }
}

.navbar-nav {
    float: none
}

@media (min-width:992px) {
    .col-logo,
    .header .col-md-9 {
        transition: width .2s
    }
}

.navbar-collapse {
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

@media (max-width:991px) {
    .is-sticky {
        height: auto !important
    }
}

.is-sticky .header {
    padding-bottom: 0
}

@media (max-width:991px) {
    .is-sticky .header {
        position: static !important
    }
}

.is-sticky .navbar-collapse {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

.is-sticky .col-logo {
    width: 16.66667%
}

.is-sticky .logo {
    padding: 20px 15px;
    min-height: 0
}

@media (min-width:1200px) {
    .is-sticky .logo {
        padding: 10px 15px
    }
}

.is-sticky .logo img {
    max-height: 55px;
    width: auto
}

.is-sticky .col-md-9 {
    width: 83.33333%
}

.is-sticky .btn,
.is-sticky .navbar-nav {
    font-size: 14px
}

    .is-sticky .navbar-nav > li.sticky-menu {
        display: inline-block
    }

.is-sticky .timer {
    padding-left: 40px
}

@media (max-width:1300px) {
    .is-sticky .timer {
        display: none
    }
}

.is-sticky .navbar-nav .icon-sprite:not(.icon-search) {
    display: inline;
    top: 1px
}

.navbar-nav > li.sticky-menu {
    display: none
}

.mobile-header {
    background: #242d65;
    z-index: 101;
    position: relative
}

    .mobile-header > div {
        padding-left: 0;
        padding-right: 0
    }

.header-top {
    background: #242d65;
    text-align: right;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .35);
    z-index: 1
}

@media (min-width:992px) {
    .header-top {
        height: 50px;
        box-shadow: none;
        z-index: auto
    }
}

.header-bottom {
    position: relative;
    padding-top: 35px;
    background: #242d65
}

@media (min-width:992px) {
    .header-bottom {
        padding-top: 0;
        height: 50px;
        background: 0 0
    }
}

.header-bottom:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 80px;
    background: #242d65;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: skewY(2.8deg);
    transform: skewY(2.8deg);
    z-index: -1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.header-bottom:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 95px;
    background-repeat: repeat-x;
    background-image: linear-gradient(60deg, #242d65, #5e6eb2);
    border-bottom: 20px solid #242d65;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: skewY(2.8deg);
    transform: skewY(2.8deg);
    z-index: -1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .35)
}

.header {
    position: relative;
    padding-bottom: 30px;
    font-size: 16px;
    z-index: 100 !important
}

    .header .container-fluid > .row > [class*=' col-']:not(.header-top) {
        padding-left: 0;
        padding-right: 0
    }

    .header .navbar-toggle {
        margin: 0 -15px 0 0;
        padding: 0;
        border: 0;
        background: #5e6eb2;
        float: right;
        border-radius: 0;
        border-left: 1px solid #242d65
    }

        .header .navbar-toggle:active,
        .header .navbar-toggle:focus,
        .header .navbar-toggle:hover {
            outline: 0;
            box-shadow: none
        }

    .header .navbar-icon {
        display: block;
        position: relative;
        overflow: hidden;
        width: 50px;
        height: 50px;
        font-size: 0;
        text-indent: -9999px
    }

        .header .navbar-icon span {
            position: absolute;
            top: 23px;
            left: 13px;
            right: 13px;
            display: block;
            height: 3px;
            background: #fff
        }

            .header .navbar-icon span::after,
            .header .navbar-icon span::before {
                content: "";
                position: absolute;
                left: 0;
                display: block;
                width: 100%;
                height: 3px;
                background-color: #fff
            }

            .header .navbar-icon span::before {
                top: -7px
            }

            .header .navbar-icon span::after {
                bottom: -7px
            }

    .header .navbar-toggle.is-open,
    .header .navbar-toggle:not(.collapsed) {
        background: #5e6eb2
    }

        .header .navbar-toggle.is-open span,
        .header .navbar-toggle:not(.collapsed) span {
            background: 0 0
        }

            .header .navbar-toggle.is-open span::after,
            .header .navbar-toggle.is-open span::before,
            .header .navbar-toggle:not(.collapsed) span::after,
            .header .navbar-toggle:not(.collapsed) span::before {
                background: #fff
            }

            .header .navbar-toggle.is-open span::before,
            .header .navbar-toggle:not(.collapsed) span::before {
                top: 0;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg)
            }

            .header .navbar-toggle.is-open span::after,
            .header .navbar-toggle:not(.collapsed) span::after {
                bottom: 0;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg)
            }

    .header .search-wrap {
        display: inline-block
    }

.logo {
    z-index: 2;
    position: relative;
    display: block;
    height: 70px;
    padding: 10px 15px;
    background: #242d65;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center !important
}

@media (min-width:992px) {
    .logo {
        height: auto;
        padding: 20px;
        min-height: 100px
    }
}

.logo:after {
    content: '';
    width: 150%;
    height: 120%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: #242d65;
    -webkit-transform: skew(-17deg, 3deg);
    transform: skew(-17deg, 3deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    box-shadow: 6px 6px 15px 0 rgba(0, 0, 0, .35)
}

@media (min-width:992px) {
    .logo:after {
        height: 125%
    }
}

.logo img {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    z-index: 1
}

@media (min-width:480px) and (max-width:991px) {
    .logo img {
        max-width: 220px;
        height: auto
    }
}

.header-links {
    display: inline-block;
    vertical-align: top
}

    .header-links ul {
        margin: 0
    }

    .header-links li {
        display: inline-block;
        padding: 0;
        vertical-align: top
    }

    .header-links a {
        display: block;
        position: relative;
        padding: 0 6px;
        font-size: 12px;
        line-height: 50px;
        height: 50px;
        font-weight: 700;
        color: #d6b293;
        text-transform: uppercase
    }

@media (min-width:1300px) {
    .header-links a {
        padding: 0 15px
    }
}

.header-links a:after {
    content: '';
    position: absolute;
    top: 0;
    right: -3px;
    width: 100%;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, .2);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.header-links .icon-sprite {
    fill: #d6b293
}

.external a {
    color: #fff;
    background: #d6b293;
    font-size: 16px
}

@media (min-width:992px) and (max-width:1199px) {
    .external a {
        font-size: 12px
    }
}

.external a:hover {
    color: #fff;
    text-decoration: none;
    background: #c8986e
}

.external a:after {
    display: none
}

.header-social {
    display: inline-block
}

@media (min-width:992px) {
    .header-social {
        float: left
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .header-social {
        display: none !important
    }
}

.header-social .list-share-icons {
    margin: 6px 15px 0
}

@media (min-width:992px) {
    .header-social .list-share-icons {
        margin: 13px 0 0 55px
    }
}

.header-social .list-share-icons li {
    margin-left: 5px
}

.header-social .list-share-icons .icon-sprite {
    fill: #fff;
    width: 22px;
    height: 22px
}

.header-social a:hover .icon-sprite {
    fill: #d6b293
}

.meet-family {
    display: inline-block;
    position: relative
}

@media (max-width:991px) {
    .meet-family:after {
        content: '';
        width: 125%;
        height: 100%;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: #5e6eb2;
        -webkit-transform: skewX(-17deg);
        transform: skewX(-17deg);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        z-index: 1;
        box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .35)
    }
}

.meet-family a {
    display: block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    white-space: nowrap;
    color: #fff
}

@media (min-width:992px) {
    .meet-family a {
        padding: 0 3px;
        height: 50px;
        line-height: 50px;
        color: #d6b293;
        font-size: 12px
    }
}

@media (min-width:1200px) {
    .meet-family a {
        font-size: 14px
    }
}

.meet-family a:active,
.meet-family a:focus,
.meet-family a:hover {
    text-decoration: none
}

.meet-family a:hover {
    color: #fff;
    text-decoration: none
}

    .meet-family a:hover .icon-sprite {
        fill: #fff
    }

.meet-family .icon-sprite {
    width: 18px;
    height: 18px;
    fill: #fff;
    vertical-align: middle
}

@media (min-width:992px) {
    .meet-family .icon-sprite {
        width: 22px;
        height: 22px;
        fill: #d6b293
    }
}

.header-panel {
    position: relative;
    z-index: 101;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #242d65
}

@media (min-width:768px) {
    .header-panel {
        padding: 20px 0
    }
}

.site-title {
    display: block;
    margin-bottom: 5px
}

    .site-title a {
        position: relative;
        display: block;
        font-size: 18px;
        font-weight: 700;
        color: #fff
    }

    .site-title .icon-sprite {
        width: 24px;
        height: 24px;
        fill: #fff
    }

.btn--search {
    position: relative;
    margin-left: 8px;
    padding: 0 15px 0 30px;
    height: 50px;
    color: #d6b293;
    font-size: 16px
}

@media (min-width:992px) and (max-width:1199px) {
    .btn--search {
        padding-left: 25px;
        font-size: 12px
    }
}

.btn--search:hover {
    color: #fff
}

.btn--search .icon-sprite {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: currentColor;
    width: 22px;
    height: 22px
}

.sticky-menu .btn--search {
    margin-left: 0;
    padding-left: 35px;
    width: 100%;
    color: #242d65;
    text-align: left
}

    .sticky-menu .btn--search:hover {
        color: #d6b293
    }

    .sticky-menu .btn--search .icon-sprite {
        left: 9px
    }

.btn--search-mobile {
    padding: 10px;
    height: 50px;
    background: #5e6eb2
}

    .btn--search-mobile .icon-sprite {
        fill: #fff;
        width: 30px;
        height: 30px
    }

.navbar-nav {
    margin-top: 5px;
    margin-bottom: 0
}

    .navbar-nav > li a {
        color: #fff;
        padding: 10px 40px
    }

@media (min-width:992px) {
    .navbar-nav > li a {
        padding: 11px 12px
    }
}

.navbar-nav > li a .icon-sprite {
    fill: currentColor
}

.navbar-nav > li.active > a,
.navbar-nav > li:hover > a {
    color: #d6b293
}

    .navbar-nav > li.active > a .icon-sprite,
    .navbar-nav > li:hover > a .icon-sprite {
        fill: currentColor
    }

@media (max-width:991px) {
    .navbar-nav > li {
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }

        .navbar-nav > li:last-child {
            border-bottom: 0
        }
}

@media (min-width:992px) {
    .navbar-nav > li {
        display: inline-block;
        float: none
    }

        .navbar-nav > li:hover > .dropdown-menu {
            display: block
        }
}

.navbar-nav > li > a {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-weight: 700
}

    .navbar-nav > li > a:active,
    .navbar-nav > li > a:focus,
    .navbar-nav > li > a:hover {
        background: 0 0
    }

.navbar-nav .icon-sprite:not(.icon-search) {
    width: 20px;
    height: 20px;
    fill: #fff
}

@media (max-width:991px) {
    .navbar-nav .icon-sprite:not(.icon-search) {
        position: absolute;
        top: 50%;
        right: 30px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 30px;
        height: 30px
    }
}

.navbar-nav .sticky-menu {
    vertical-align: top
}

.navbar-nav .dropdown-menu {
    margin: 0 35px;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700
}

@media (min-width:992px) {
    .navbar-nav .dropdown-menu {
        left: auto;
        right: 0;
        margin: 0;
        top: 48px;
        min-width: 230px
    }

        .navbar-nav .dropdown-menu a {
            color: #242d65
        }
}

.navbar-nav .dropdown-menu li > a:hover {
    background: 0 0;
    color: #d6b293
}

@media (min-width:992px) {
    .navbar-nav .dropdown-menu li > a:hover {
        color: #5e6eb2
    }
}

.navbar-nav .dropdown-menu > .active > a {
    background: 0 0;
    color: #d6b293
}

@media (min-width:992px) {
    .navbar-nav .dropdown-menu > .active > a {
        color: #5e6eb2
    }
}

.navbar-nav .open > a,
.navbar-nav .open > a:focus,
.navbar-nav .open > a:hover {
    background: 0 0
}

.touch .dropdown-menu .visible-xs {
    display: block !important
}

@media (min-width:992px) {
    .navbar-right-aligned {
        display: inline-block;
        float: right
    }
}

@media (min-width:992px) {
    .navbar-right-aligned .navbar-nav {
        display: inline-block
    }
}

.footer {
    background: #242d65;
    color: #fff;
    font-size: 14px;
    margin-top: 60px;
    padding-top: 20px;
    text-align: center;
}

@media (min-width:992px) {
    .footer {
        margin-top: 110px;
        padding-top: 60px;
        /*background: url(../images/footer-bg.jpg) no-repeat top center #242d65*/
    }
}

.footer a {
    color: #fff;
    word-break: break-word
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5 {
    color: #fff
}

.footer h4 {
    font-size: 20px
}

.footer .address {
    margin-bottom: 50px;
}

    .footer .address p {
        font-size: 17px;
        font-weight: 400;
        margin: 0 0 0px;
    }

.footer .mobile-details {
    margin-bottom: 30px;
}

@media (min-width:992px) {
    .footer h4 {
        margin-bottom: 25px;
        font-size: 18px
    }
}

.form-newsletter {
    margin-top: 20px;
    margin-bottom: 25px
}

    .form-newsletter label {
        color: #fff
    }

.news-padding {
    padding-right: 70px;
}



@media (max-width: 767px) {


    .news-padding {
        padding-right: 15px;
    }

        .news-padding iframe {
            transform: scale(.77);
            -webkit-transform: scale(.77);
            transform-origin: 0 0;
            -webkit-transform-origin: 0 0;
        }
}

.form-newsletter .form-control {
    background-color: #d6d5d5;
    height: 50px;
}

.form-newsletter .btn {
    padding: 13px 16px 12px;
    font-size: 14px
}

@media (min-width:992px) {
    .form-newsletter .btn {
        padding: 10px 45px 9px;
        font-size: 18px;
        color: #fff;
        text-transform: capitalize;
    }
}



.section-related + .footer {
    margin-top: 30px
}

@media (min-width:768px) {
    .section-related + .footer {
        margin-top: 80px
    }
}

.footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap !important;
    margin-bottom: 30px
}

    .footer-links li {
        margin-top: -6px;
        width: 50%;
        list-style: none
    }

@media (min-width:992px) {
    .footer-links li {
        font-size: 16px
    }
}

.footer-links li a {
    display: block;
    padding: 6px 0
}

.footer-links li:nth-child(2n) a {
    padding-left: 15px
}

@media (min-width:1200px) {
    .footer-links li:nth-child(2n) a {
        padding-left: 10px
    }
}

/*.footer-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px
}*/

.footer-logos {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.border-position:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5%;
    right: 0;
    height: 20em;
    border-left: 1px solid #fff;
}

.border-position:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 95%;
    right: 0;
    height: 20em;
    border-left: 1px solid #fff;
}

.footer-logos img {
    /* margin: 0 10px 15px  */
    margin-bottom: 45px;
}

.border-left {
    border-left: 1px solid;
}

.border-right {
    border-right: 1px solid;
}

@media (min-width:992px) and (max-width:1199px) {
    /* .footer-logos img { */
    /* margin-left: 4px; */
    /* margin-right: 4px; */
    /* max-width: 80px */
    /* } */
}

/* .footer-logos img:first-child { */
/* margin-left: 0 */
/* } */

/* .footer-logos img:last-child { */
/* margin-right: 0 */
/* } */

.footer .footer-contact {
    text-align: center
}

@media (min-width:992px) {
    .footer-contact {
        text-align: right;
        font-size: 16px
    }
}

@media (min-width:992px) {
    .footer-contact .address {
        font-size: 18px
    }
}

.footer-contact a {
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 1px;
}

.footer-contact img {
    display: inline-block;
    margin-bottom: 10px
}

.footer-contact .list-share-icons {
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-orient: horizontal;
    margin-top: 20px
}

    .footer-contact .list-share-icons .icon-sprite {
        fill: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        flex-direction: row;
    }

    .footer-contact .list-share-icons a:hover .icon-sprite {
        fill: #5e6eb2
    }

/* .g-recaptcha { */
/* position: relative; */
/* width: 100%; */
/* background: #f9f9f9; */
/* overflow: hidden; */
/* } */

/* .g-recaptcha > * { */
/* float: right; */
/* right: 0; */
/* margin: -2px -50px -10px;/*remove borders*/ */
/* } */
/* .rc-anchor-logo-portrait { */
/* margin: 15px 0px -10px -15px !important; */
/* } */
.text-center {
    text-align: center;
}

.footer-bottom {
    margin-top: 15px;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #242d65;
    font-weight: 400;
    background: #fff
}

@media (min-width:768px) {
    .footer-bottom {
        margin-top: 60px
    }
}

.footer-bottom p {
    margin: 0
}

.footer-bottom a {
    color: #242d65
}

.footer-bottom .list-inline {
    margin: 0
}

    .footer-bottom .list-inline > li {
        line-height: 1;
        padding-left: 6px;
        padding-right: 10px;
        border-right: 1px solid #242d65
    }

        .footer-bottom .list-inline > li:last-child {
            border-right: 0
        }

.footer-bottom .footer-copy {
    margin-bottom: 10px
}

@media (min-width:768px) {
    .footer-bottom .footer-copy {
        position: absolute;
        top: 0;
        right: 0;
        margin-bottom: 0
    }
}

.footer-bottom .footer-terms {
    margin-bottom: 10px
}

@media (min-width:768px) {
    .footer-bottom .footer-terms {
        float: left;
        margin-bottom: 0
    }
}

.section-banner {
    overflow: hidden;
    position: relative;
    margin: 40px auto 0;
    max-width: 1500px;
    line-height: 1.3
}

@media (min-width:768px) {
    .section-banner {
        margin: 70px auto 0;
        padding: 0 20px;
        font-size: 20px
    }
}

@media (min-width:768px) {
    .section-banner .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:768px) {
    .section-banner:after {
        content: '';
        width: calc(50% + 20px);
        height: 100%;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: #fff;
        -webkit-transform: skewX(-17deg);
        transform: skewX(-17deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

@media (min-width:992px) {
    .section-banner:after {
        width: calc(45% + 20px)
    }
}

@media (min-width:1500px) {
    .section-banner:after {
        width: calc(40% + 20px)
    }
}

.section-banner .image {
    position: relative
}

@media (min-width:768px) {
    .section-banner .image {
        width: 50%;
        float: left;
        overflow: hidden
    }
}

@media (min-width:992px) {
    .section-banner .image {
        width: 55%
    }
}

@media (min-width:1500px) {
    .section-banner .image {
        width: 60%
    }
}

@media (min-width:992px) {
    .section-banner .image:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        background: url(../images/footer-cta.png) no-repeat bottom left;
        background-size: 50% auto;
        z-index: 1
    }
}

@media (min-width:1300px) {
    .section-banner .image:before {
        background-size: 75% auto
    }
}

@media (max-width:767px) {
    .section-banner .image img {
        max-width: 100%;
        height: auto
    }
}

@media (min-width:768px) {
    .section-banner .image img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        min-height: 100%
    }
}

@media (max-width:767px) {
    .section-banner .content {
        position: relative;
        z-index: 1
    }
}

@media (min-width:768px) {
    .section-banner .content {
        width: 50%;
        float: right
    }
}

@media (min-width:992px) {
    .section-banner .content {
        width: 45%
    }
}

@media (min-width:1500px) {
    .section-banner .content {
        width: 40%
    }
}

.section-banner .edge {
    padding: 30px;
    background: #242d65;
    color: #fff
}

@media (min-width:768px) {
    .section-banner .edge {
        position: relative;
        padding: 50px 70px 50px 0;
        height: 100%;
        border: 40px solid #fff;
        border-left: 0;
        text-align: right;
        z-index: 2
    }
}

@media (min-width:768px) {
    .section-banner .edge:before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: url(../images/footer-cta-2.png) no-repeat bottom left #242d65;
        background-size: auto 100%;
        -webkit-transform: skewX(-17deg);
        transform: skewX(-17deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        z-index: -1
    }
}

.section-banner h3 {
    font-size: 26px;
    color: #fff
}

@media (min-width:992px) {
    .section-banner h3 {
        font-size: 32px
    }
}

@media (min-width:1200px) {
    .section-banner h3 {
        font-size: 50px
    }
}

.section-banner .btn {
    margin-top: 20px
}

.main-banner {
    position: relative;
    margin-top: -140px;
    padding-top: 110px;
    padding-bottom: 60px;
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #242d65;
    color: #fff;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (max-width:991px) {
    .main-banner {
        background-size: cover;
        background-position: center !important
    }
}

@media (min-width:768px) {
    .main-banner {
        padding-top: 140px;
        padding-bottom: 70px
    }
}

@media (min-width:992px) {
    .main-banner {
        height: 700px;
        margin-top: -180px;
        padding-top: 110px
    }
}

@media (min-width:1600px) {
    .main-banner {
        background-size: cover
    }
}

.main-banner:after,
.main-banner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.main-banner:before {
    bottom: -35px;
    display: block;
    height: 70px;
    background: #fff;
    -webkit-transform: skewY(2deg);
    transform: skewY(2deg);
    outline: 1px solid transparent;
    box-shadow: inset 0 6px 15px -6px rgba(0, 0, 0, .5);
    z-index: 2
}

.main-banner:after {
    top: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .7) 100%);
    background-repeat: repeat-x;
    z-index: 1
}

.main-banner.has-content {
    min-height: 0
}

@media (min-width:992px) {
    .main-banner.has-content {
        height: 450px;
        padding-top: 160px
    }
}

.main-banner.has-content:before {
    display: none
}

.main-banner:last-child {
    margin-bottom: 0
}

.main-banner .container {
    position: relative;
    z-index: 3;
    padding-top: 40px
}

@media (min-width:992px) {
    .main-banner .container {
        padding-top: 80px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.main-banner .page-header {
    margin-bottom: 15px;
    color: #fff
}

.main-banner .lead {
    font-size: 14px;
    color: rgba(255, 255, 255, .7)
}

@media (min-width:992px) {
    .main-banner .lead {
        font-size: 20px
    }
}

@media (min-width:992px) {
    .booking-form .main-banner {
        height: 1000px;
        background-size: cover
    }
}

.cookieBar {
    position: relative;
    padding: 10px 0;
    background: #d7d7d7;
    z-index: 999
}

    .cookieBar p {
        margin: 0 0 5px;
        font-size: 14px
    }

    .cookieBar .btn {
        font-size: 14px
    }

@media (min-width:768px) {
    .cookieBar .btn {
        float: right
    }
}

.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: rgba(38, 43, 95, .9)
}

.js .search {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh
}

.search::after,
.search::before {
    content: '';
    position: absolute;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    pointer-events: none
}

.search::before {
    top: 0;
    left: 0;
    border-right-width: 0;
    border-bottom-width: 0
}

.search::after {
    right: 0;
    bottom: 0;
    border-top-width: 0;
    border-left-width: 0
}

.btn--search-close {
    position: fixed;
    top: 1.25em;
    right: 1.25em;
    display: none
}

.js .btn--search-close {
    display: block
}

.search__form {
    margin: 5em 0
}

.search__input {
    font-family: inherit;
    font-size: 10vw;
    line-height: 1;
    display: inline-block;
    box-sizing: border-box;
    width: 75%;
    padding: .05em 0;
    color: #fff;
    border: none;
    border-radius: 0;
    background: 0 0;
    border-bottom: 2px solid #5e6eb2;
    outline: 0
}

    .search__input::-webkit-input-placeholder {
        opacity: .3;
        color: #fff
    }

    .search__input::-moz-placeholder {
        opacity: .3;
        color: #fff
    }

    .search__input:-ms-input-placeholder {
        opacity: .3;
        color: #fff
    }

    .search__input::-webkit-search-cancel-button,
    .search__input::-webkit-search-decoration {
        -webkit-appearance: none
    }

    .search__input::-ms-clear {
        display: none
    }

.search__info {
    font-size: 90%;
    font-weight: 700;
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: .85em 0;
    text-align: right;
    color: #5e6eb2
}

.search__related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    color: #fff
}

    .search__related h3 {
        color: #fff
    }

    .search__related a {
        color: #fff
    }

.search__suggestion {
    text-align: left
}

    .search__suggestion:nth-child(2) {
        margin: 0 3em
    }

    .search__suggestion h3 {
        font-size: 1.35em;
        margin: 0
    }

    .search__suggestion p {
        font-size: 1.15em;
        line-height: 1.4;
        margin: .75em 0 0 0
    }

.search {
    pointer-events: none;
    opacity: 0;
    transition: opacity .5s
}

.js .search--open {
    pointer-events: auto;
    opacity: 1
}

.search::after,
.search::before {
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.search::before {
    -webkit-transform: translate3d(-15px, -15px, 0);
    transform: translate3d(-15px, -15px, 0)
}

.search::after {
    -webkit-transform: translate3d(15px, 15px, 0);
    transform: translate3d(15px, 15px, 0)
}

.search--open::after,
.search--open::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.btn--search-close {
    opacity: 0;
    -webkit-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1);
    transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s
}

    .btn--search-close .icon-sprite {
        width: 20px;
        height: 20px;
        margin-top: 1px
    }

.search--open .btn--search-close {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.js .search__form {
    opacity: 0;
    -webkit-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1);
    transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s
}

.js .search--open .search__form {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.search__suggestion {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s
}

.search--open .search__suggestion {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media screen and (max-width:40em) {
    .search__form {
        margin: 5em 0 1em
    }

    .btn--search-close {
        top: 1.5em;
        right: 1.5em
    }

    .search__info {
        text-align: left
    }

    .search__suggestion {
        font-size: 80%;
        width: 100%
    }
}

.page-content {
    position: relative;
    z-index: 2
}

@media (min-width:768px) {
    .page-content {
        margin-top: -100px;
        padding: 30px 30px 0;
        background: #fff
    }
}

@media (min-width:992px) {
    .page-content {
        margin-top: -175px;
        padding: 30px 50px 0
    }
}

.page-content .page-header + .widget-advert {
    margin-top: 0
}

.page-content .widget-advert {
    margin: 40px 0
}

@media (min-width:992px) {
    .booking-form .page-content {
        margin-top: -500px
    }
}

.feature-content {
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: 400;
    clear: both
}

@media (min-width:1200px) {
    .feature-content h4 {
        font-size: 24px
    }
}

.feature-content ol,
.feature-content ul {
    padding-left: 22px
}

.alt-bg {
    margin-top: -15px;
    padding-top: 30px;
    background: #f5f5f5;
    box-shadow: inset 0 -6px 25px 0 rgba(0, 0, 0, .2)
}

@media (min-width:992px) {
    .alt-bg {
        padding-top: 50px
    }
}

.filter + .alt-bg {
    margin-top: 0
}

.post-category {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #a8a8a8;
    line-height: 1.1
}

    .post-category a {
        font-size: 16px;
        font-weight: 700
    }

.post-meta {
    margin-bottom: 20px;
    padding-top: 8px;
    padding-bottom: 10px;
    border-top: 2px solid #5e6eb2;
    border-bottom: 1px solid #e1e1e1
}

@media (min-width:480px) {
    .post-meta .post-meta-author {
        width: 50%;
        float: left
    }
}

.post-meta .list-share-icons {
    margin: 10px 0 0
}

@media (min-width:480px) {
    .post-meta .list-share-icons {
        margin-top: 7px;
        float: right
    }
}

.post-meta .list-share-icons li a:hover .icon-sprite {
    fill: #242d65
}

.summary-text + .post-meta {
    margin-top: 20px
}

.author-name {
    display: block;
    font-weight: 700;
    font-size: 20px
}

.post-meta-author time {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(34, 34, 34, .6)
}

#comments {
    position: relative;
    padding-top: 20px;
    border-top: 2px solid #5e6eb2
}

@media (min-width:480px) {
    .add-comment {
        position: absolute;
        top: 20px;
        right: 0
    }
}

.add-comment a {
    font-size: 14px;
    font-weight: 400;
    color: #5e6eb2;
    text-decoration: underline
}

@media (min-width:1200px) {
    .add-comment a {
        font-size: 18px
    }
}

.add-comment a:hover {
    color: #242d65
}

.section-related {
    margin-top: 30px
}

@media (min-width:768px) {
    .section-related {
        margin-top: 80px
    }
}

.related-title {
    margin-bottom: 35px;
    font-size: 24px
}

@media (min-width:992px) {
    .related-title {
        font-size: 30px
    }
}

.section-hero {
    position: relative;
    margin-top: -150px;
    margin-bottom: 30px;
    padding: 300px 0 0;
    color: #fff;
    line-height: 1.3;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #242d65;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .35)
}

@media (max-width:991px) {
    .section-hero {
        background-size: contain;
        background-position: 0 99px !important
    }
}

@media (min-width:768px) {
    .section-hero {
        padding: 180px 0 60px;
        text-align: right;
        font-size: 20px
    }
}

@media (min-width:992px) {
    .section-hero {
        padding: 280px 0 90px
    }
}

@media (min-width:1600px) {
    .section-hero {
        background-size: cover
    }
}

@media (min-width:1800px) {
    .section-hero:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 150px;
        height: 100%;
        background-color: rgba(36, 45, 101, .8)
    }
}

@media (min-width:768px) {
    .section-hero:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: url(../images/mast-bg.png) no-repeat 35% 0;
        background-size: auto 100%;
        opacity: .8
    }
}

@media (min-width:992px) {
    .section-hero:after {
        background-position: 100% 0
    }
}

@media (min-width:1800px) {
    .section-hero:after {
        right: 150px
    }
}

.section-hero .container {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 2;
    background: #242d65
}

@media (min-width:768px) {
    .section-hero .container {
        padding-top: 0;
        padding-bottom: 0;
        background: 0 0
    }
}

.section-hero .page-header {
    font-size: 36px;
    line-height: 1;
    color: #fff
}

@media (min-width:768px) {
    .section-hero .page-header {
        font-size: 49.6px
    }
}

@media (min-width:992px) {
    .section-hero .page-header {
        font-size: 60.18px
    }
}

@media (min-width:1200px) {
    .section-hero .page-header {
        font-size: 70px
    }
}

@media (min-width:992px) {
    .section-hero .page-header {
        margin-bottom: 35px
    }
}

.section-hero .btn-group-lg > .btn,
.section-hero .btn-lg {
    margin-top: 20px
}

@media (min-width:1200px) {
    .section-hero [class*=col-] {
        padding-left: 80px
    }
}

@media (min-width:1500px) {
    .section-hero [class*=col-] {
        padding-left: 150px
    }
}

.section-header {
    margin-bottom: 35px
}

    .section-header h2 {
        font-size: 32px
    }

@media (min-width:768px) {
    .section-header h2 {
        font-size: 35.2px
    }
}

@media (min-width:992px) {
    .section-header h2 {
        font-size: 37.69px
    }
}

@media (min-width:1200px) {
    .section-header h2 {
        font-size: 40px
    }
}

@media (min-width:768px) {
    .section-header h2 {
        margin-top: 5px
    }
}

@media (min-width:1200px) {
    .section-header h2 {
        margin-top: 10px
    }
}

.section-intro {
    margin-bottom: 20px;
    color: #242d65;
    font-size: 14px
}

@media (min-width:992px) {
    .section-intro {
        font-size: 16px
    }
}

.section-intro h2 {
    font-size: 32px
}

@media (min-width:768px) {
    .section-intro h2 {
        font-size: 43.2px
    }
}

@media (min-width:992px) {
    .section-intro h2 {
        font-size: 51.91px
    }
}

@media (min-width:1200px) {
    .section-intro h2 {
        font-size: 60px
    }
}

@media (min-width:768px) {
    .section-intro h2 {
        margin-top: 5px
    }
}

@media (min-width:1200px) {
    .section-intro h2 {
        margin-top: 10px;
        margin-bottom: 25px
    }
}

.section-blogs {
    margin-bottom: 30px
}

@media (min-width:768px) {
    .section-blogs {
        margin-bottom: 50px
    }
}

@media (min-width:600px) and (max-width:991px) {
    .section-blogs .blog-listing > div:nth-child(3) {
        margin-left: 25%
    }
}

.section-carousel {
    position: relative;
    margin-bottom: 50px
}

@media (min-width:768px) {
    .section-carousel {
        overflow: hidden;
        box-shadow: 0 8px 15px 0 rgba(0, 0, 0, .35);
        max-height: 700px
    }
}

@media (min-width:768px) {
    .section-carousel:before {
        content: '';
        position: absolute;
        top: -50px;
        left: 0;
        right: -1px;
        height: 100px;
        background: #fff;
        -webkit-transform: skewY(1.5deg);
        transform: skewY(1.5deg);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .35);
        z-index: 1
    }
}

@media (min-width:992px) {
    .section-carousel:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background: url(../images/carousel-bg-2.png) no-repeat bottom right
    }
}

.carousel-item {
    position: relative;
    overflow: hidden
}

@media (min-width:768px) {
    .carousel-item:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -50%;
        width: 100%;
        background: #242d65;
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        z-index: 1
    }
}

@media (min-width:992px) {
    .carousel-item:before {
        left: -60%
    }
}

@media (min-width:768px) {
    .carousel-item:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: calc(-50% + 35px);
        width: 100%;
        background-image: linear-gradient(to bottom, #5e6eb2 0, #242d65 75%);
        background-repeat: repeat-x;
        -webkit-transform: skewX(-23deg);
        transform: skewX(-23deg)
    }
}

@media (min-width:992px) {
    .carousel-item:after {
        left: calc(-60% + 35px)
    }
}

.carousel-item .image {
    position: relative
}

@media (min-width:768px) {
    .carousel-item .image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: right
    }
}

.carousel-item .image img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

@media (min-width:768px) {
    .carousel-item .image img {
        min-height: 100%;
        max-width: none;
        width: auto
    }
}

.carousel-item .content {
    position: relative;
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #242d65;
    z-index: 5
}

@media (min-width:768px) {
    .carousel-item .content {
        padding: 100px 0 220px;
        min-height: 700px;
        background: 0 0
    }
}

@media (min-width:1200px) {
    .carousel-item .content {
        font-size: 16px
    }
}

@media (min-width:992px) {
    .carousel-item .content:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/carousel-bg.png) no-repeat bottom left;
        background-size: 30% auto;
        z-index: 2
    }
}

@media (min-width:1500px) {
    .carousel-item .content:before {
        background-size: auto
    }
}

.carousel-item .container {
    position: relative;
    z-index: 10
}

.carousel-item .btn {
    margin: 15px 0
}

.carousel-heading {
    font-weight: 300;
    color: #fff;
    font-size: 20px
}

@media (min-width:1200px) {
    .carousel-heading {
        margin-bottom: 35px;
        font-size: 30px
    }
}

.carousel-subheading {
    font-size: 30px;
    color: #fff
}

@media (min-width:1200px) {
    .carousel-subheading {
        margin-bottom: 25px;
        font-size: 50px
    }
}

.slide-count-wrap {
    position: relative;
    margin: 25px auto 0;
    width: 125px;
    padding: 0 30px;
    font-size: 20px;
    color: #242d65;
    text-align: center;
    z-index: 10
}

@media (min-width:768px) {
    .slide-count-wrap {
        position: absolute;
        bottom: 40px;
        left: 40px;
        color: #fff
    }
}

@media (min-width:992px) {
    .slide-count-wrap {
        left: auto;
        right: 40px
    }
}

.slide-count-wrap .icon-sprite {
    width: 50px;
    height: 50px;
    fill: #d6b293
}

@media (min-width:768px) {
    .slide-count-wrap .icon-sprite:hover {
        fill: #fff
    }
}

.slide-count-wrap .btn-plain {
    position: absolute;
    top: -10px;
    outline: 0
}

.slide-count-wrap .btn-prev {
    left: -15px
}

.slide-count-wrap .btn-next {
    right: -15px
}

.section-info-content {
    margin-bottom: 30px;
    overflow: hidden
}

@media (min-width:768px) {
    .section-info-content {
        margin-bottom: 50px
    }
}

@media (min-width:768px) {
    .section-info-content .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -30px;
        margin-right: -30px
    }
}

@media (min-width:768px) {
    .section-info-content .row > div {
        padding-left: 30px;
        padding-right: 30px;
        border-right: 2px solid #e1e1e1
    }
}

.section-info-content .row > div:last-of-type {
    border-right: 0
}

@media (min-width:1200px) {
    .section-info-content .inner {
        padding: 0 50px
    }
}

.info-block {
    padding: 30px 0;
    border-bottom: 2px solid #e1e1e1;
    color: #242d65;
    font-size: 20px;
    line-height: 1
}

@media (min-width:768px) {
    .info-block {
        font-size: 18px
    }
}

@media (min-width:992px) {
    .info-block {
        font-size: 24px
    }
}

@media (min-width:1200px) {
    .info-block {
        font-size: 30px
    }
}

@media (max-width:767px) {
    .info-block {
        text-align: left !important
    }
}

@media (min-width:768px) {
    .info-block:last-child {
        margin-bottom: 0;
        border-bottom: 0
    }
}

.text-regular {
    font-weight: 400
}

.x2 {
    font-size: 2em
}

.x3 {
    font-size: 1.333em
}

    .x3 .xs {
        font-size: .575em
    }

.x4 {
    font-size: 2.333em;
    letter-spacing: -.05em
}

.x5 {
    font-size: 1.767em
}

.x6 {
    font-size: 3.5em;
    letter-spacing: -.05em;
    line-height: 1.1
}

.xl {
    font-size: 4.133em;
    letter-spacing: -.05em
}

    .xl.js-count-up:before {
        content: attr(data-currency)
    }

.xs {
    font-size: .667em
}

.s {
    font-size: .867em
}

.xl + .xs {
    font-size: .667em
}

.xxl {
    font-size: 6.333em;
    line-height: .7;
    letter-spacing: -.1em
}

.section-blogs {
    margin-top: 30px
}

@media (min-width:768px) {
    .section-blogs {
        margin-top: 80px
    }
}

.header-simple {
    padding: 20px 0;
    background: #242d65
}

    .header-simple img {
        display: block;
        margin: 0 auto
    }

@media (max-width:767px) {
    .header-simple img {
        max-width: 200px;
        height: auto
    }
}

.is-sticky .header.header-simple {
    padding: 15px 0
}

@media (min-width:768px) {
    .section-hero-landing {
        background-size: cover
    }
}

.footer-landing {
    margin-top: 0;
    padding-top: 0
}

    .footer-landing .footer-bottom {
        margin-top: 0
    }

#campaign-form {
    position: relative;
    margin-top: 80px;
    padding: 20px 0;
    background: #242d65;
    color: #fff
}

@media (min-width:1200px) {
    #campaign-form {
        padding: 90px 0;
        font-size: 20px
    }
}

#campaign-form:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: #242d65;
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    z-index: -1
}

@media (min-width:1200px) {
    #campaign-form:before {
        -webkit-transform: skewY(2deg);
        transform: skewY(2deg)
    }
}

#campaign-form h1,
#campaign-form h2,
#campaign-form h3,
#campaign-form h4,
#campaign-form h5,
#campaign-form label {
    color: #fff
}

.search-results li {
    margin-bottom: 18px
}

    .search-results li:last-child {
        margin-bottom: 0
    }

.search-results .url {
    margin-bottom: 18px
}

.widget-key-info {
    margin: 0 auto 20px;
    padding: 15px 20px 20px;
    max-width: 300px;
    background: #f2e7de;
    font-weight: 400
}

@media (min-width:768px) {
    .widget-key-info {
        margin: 0 0 35px 35px;
        float: right;
        width: 300px
    }
}

.widget-key-info h3 {
    font-size: 24px
}

.widget-key-info h4 {
    font-size: 20px
}

.gallery {
    position: relative;
    margin-top: 50px
}

@media (min-width:768px) {
    .gallery .slide-count-wrap {
        left: auto;
        right: 20px;
        bottom: 10px
    }
}

.gallery + hr {
    margin: 40px 0 0
}

@media (min-width:992px) {
    .gallery + hr {
        margin: 70px 50px 0
    }
}

.js-gallery {
    margin-top: 25px
}

    .js-gallery:after,
    .js-gallery:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1
    }

@media (min-width:768px) {
    .js-gallery:before {
        background: url(../images/gallery-2.png) no-repeat bottom left
    }
}

@media (min-width:768px) {
    .js-gallery:after {
        background: url(../images/gallery.png) no-repeat bottom right
    }
}

.section-related {
    margin-top: 30px
}

@media (min-width:768px) {
    .section-related {
        margin-top: 80px
    }
}

.widget-space {
    background: #fff;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .35);
    font-weight: 400
}

    .widget-space .text {
        padding: 20px 25px
    }

    .widget-space .widget-list li {
        padding-top: 2px
    }

.widget-author {
    color: #fff;
    font-size: 16px;
    background-color: #242d65
}

@media (min-width:1200px) {
    .widget-author {
        background-color: transparent
    }
}

.widget-author .media-heading {
    margin-bottom: 15px;
    font-size: 25px
}

@media (min-width:1200px) {
    .widget-author .media-heading {
        font-size: 40px
    }
}

.widget-author .media-heading a {
    color: #fff
}

    .widget-author .media-heading a:hover {
        text-decoration: underline
    }

.widget-author .media-left,
.widget-author .media > .pull-left {
    vertical-align: middle;
    padding-top: 20px;
    padding-left: 20px
}

@media (min-width:480px) {
    .widget-author .media-left,
    .widget-author .media > .pull-left {
        padding-top: 0
    }
}

@media (min-width:1200px) {
    .widget-author .media-left,
    .widget-author .media > .pull-left {
        padding-left: 0;
        padding-right: 0
    }
}

.widget-author img {
    max-width: 100px
}

@media (min-width:1200px) {
    .widget-author img {
        max-width: none
    }
}

.widget-author .media-body {
    position: relative;
    padding: 0 20px 15px;
    background-image: url(../images/author-2.png);
    background-color: #242d65;
    background-repeat: no-repeat;
    background-position: top right;
    overflow: visible
}

@media (min-width:480px) {
    .widget-author .media-body {
        padding-top: 15px
    }
}

@media (min-width:1200px) {
    .widget-author .media-body:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: -63px;
        display: inline-block;
        width: 63px;
        height: 100%;
        background-image: url(../images/author-1.png);
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 100% 100%
    }

    .no-flexboxlegacy .widget-author .media-body:before {
        min-height: 220px
    }
}

.widget-comment.admin {
    padding: 15px;
    background: #f5f5f5;
    border-top: 2px solid #5e6eb2
}

.widget-comment {
    font-size: 16px
}

    .widget-comment time {
        font-weight: 400;
        font-size: 14px;
        color: #5e6eb2
    }

.share-article {
    margin: 20px 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 2px solid #5e6eb2;
    border-bottom: 1px solid #e1e1e1;
    text-align: center
}

    .share-article h3 {
        font-size: 16px;
        color: rgba(34, 34, 34, .6);
        margin-bottom: 6px
    }

    .share-article ul {
        margin: 0
    }

@media (min-width:480px) {
    .share-article {
        text-align: left
    }

        .share-article h3,
        .share-article ul {
            display: inline-block;
            vertical-align: middle;
            margin: 0
        }

        .share-article ul {
            margin-left: 20px;
            text-align: right
        }

            .share-article ul li {
                line-height: 1
            }
}

.share-article .list-share-icons li a:hover .icon-sprite {
    fill: #242d65
}

.event-meta + .share-article {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 0;
    border-bottom: 1px solid #e1e1e1
}

@media (min-width:480px) {
    .event-meta + .share-article {
        text-align: right
    }
}

.widget-image-block {
    position: relative;
    height: 100%;
    background: #242d65;
    cursor: pointer;
    transition: background .2s
}

    .widget-image-block:hover {
        background: #1d2552
    }

    .widget-image-block .image + .text {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0
    }

    .widget-image-block .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex !important;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-align-items: flex-end !important;
        height: 100%;
        padding: 30px;
        z-index: 3;
        text-align: right;
        color: #fff
    }

@media (min-width:1200px) {
    .widget-image-block .text {
        padding: 30px 30px 15px
    }
}

.widget-image-block .text > a {
    display: block;
    width: 100%
}

.widget-image-block .text a:hover {
    text-decoration: none
}

.widget-image-block .image {
    display: block;
    position: relative
}

    .widget-image-block .image:after,
    .widget-image-block .image:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .widget-image-block .image:before {
        background: url(../images/blog-summary.png) no-repeat bottom left;
        background-size: 100% auto;
        z-index: 2
    }

    .widget-image-block .image:after {
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #080706 100%);
        background-repeat: repeat-x;
        opacity: .8;
        transition: opacity .2s
    }

.widget-image-block time {
    color: #d6b293;
    font-size: 14px;
    font-weight: 700
}

.widget-image-block:hover .image:after {
    opacity: 1
}

.widget-image-block.no-image .text {
    position: static
}

.image-block-heading {
    color: #fff;
    font-size: 20px
}

@media (min-width:1200px) {
    .image-block-heading {
        font-size: 22px
    }
}

.post-meta li {
    line-height: 1.7
}

.blog-summary-heading a:after {
    content: "(Unread!)";
    display: inline-block;
    margin-left: 4px;
    font-size: .5em;
    vertical-align: middle;
    color: #5cb85c
}

.blog-summary-heading a:visited:after {
    content: ""
}

.widget-tags ul {
    margin-bottom: 0
}

    .widget-tags ul li {
        display: inline-block;
        margin-top: 10px;
        margin-right: 5px
    }

.widget-tags .btn-group-sm > .btn,
.widget-tags .btn-sm {
    text-transform: none
}

.page-content .widget-tags {
    margin-top: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 2px solid #5e6eb2
}

.btn .badge {
    top: -2px;
    margin-left: 2px;
    font-size: 12px
}

.widget-rss a {
    font-weight: 400
}

    .widget-rss a:hover {
        color: #5e6eb2;
        text-decoration: none
    }

.widget-rss .icon-sprite {
    position: relative;
    top: 2px;
    width: 18px;
    height: 18px;
    fill: currentColor
}

.grid .widget {
    margin-bottom: 30px;
    color: #242d65
}

    .grid .widget p:last-child {
        margin-bottom: 0
    }

.widget-title {
    margin-bottom: 20px;
    font-size: 24px
}

.widget-list {
    margin: 0;
    padding-top: 15px;
    border-top: 1px solid #e1e1e1
}

    .widget-list li {
        position: relative;
        margin-bottom: 12px;
        line-height: 1;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 14px
    }

    .widget-list a {
        color: #242d65;
        font-weight: 400
    }

.event-actions .btn {
    margin-bottom: 10px
}

.widget-feature {
    position: relative;
    cursor: pointer;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .35)
}

    .widget-feature:hover .title a {
        color: #d6b293
    }

    .widget-feature .title {
        padding: 5px 80px 10px 20px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        color: #fff;
        background: #242d65
    }

        .widget-feature .title h3 {
            font-size: 24px
        }

        .widget-feature .title a {
            color: #fff
        }

        .widget-feature .title:before {
            content: '';
            position: absolute;
            top: -80px;
            left: 0;
            width: 100%;
            height: 80px;
            background: url(../images/feature-bg.png) no-repeat top right;
            background-size: 100% 100%
        }

    .widget-feature .icon-sprite {
        position: absolute;
        right: 0;
        bottom: 10px;
        width: 45px;
        height: 45px;
        fill: #d6b293
    }

.widget-grid {
    background: #fff;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .52);
    cursor: pointer
}

    .widget-grid .image {
        position: relative;
        margin-bottom: 20px
    }

        .widget-grid .image .btn {
            position: absolute;
            top: 10px;
            right: 10px
        }

    .widget-grid .content {
        padding: 0 20px 5px;
        text-align: center;
        font-size: 14px;
        color: #242d65
    }

        .widget-grid .content p:last-child {
            padding-bottom: 30px
        }

.links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e1e1e1
}

    .links li {
        width: 33%;
        text-align: center
    }

        .links li a {
            display: block;
            padding-top: 10px
        }

            .links li a:hover {
                text-decoration: none
            }

                .links li a:hover .icon-sprite {
                    fill: #5cb85c
                }

                .links li a:hover .link-title {
                    color: #5cb85c
                }

    .links .icon-sprite {
        margin-bottom: 5px;
        fill: #5e6eb2;
        width: 30px;
        height: 30px
    }

.link-title {
    display: block;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #5e6eb2
}

.grid-listing:last-child {
    margin-bottom: 20px
}

.resources-small {
    margin: 0 0 25px;
    padding: 0;
    list-style: none
}

    .resources-small li {
        margin-bottom: 5px
    }

    .resources-small a {
        position: relative;
        display: block;
        padding: 2px 0 2px 32px;
        color: #5e6eb2
    }

        .resources-small a span {
            text-decoration: underline
        }

        .resources-small a:hover {
            color: #242d65
        }

    .resources-small .icon-sprite {
        position: absolute;
        top: 2px;
        left: 0;
        width: 28px;
        height: 28px;
        fill: currentColor
    }

.widget-resource {
    padding: 30px 25px;
    background: #fff;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .52);
    font-size: 14px;
    color: #242d65
}

    .widget-resource .category {
        display: block;
        font-weight: 700;
        font-size: 14px
    }

        .widget-resource .category a {
            color: #5e6eb2
        }

    .widget-resource h2 {
        padding-bottom: 20px;
        font-size: 24px;
        border-bottom: 1px solid #e1e1e1
    }

@media (min-width:992px) {
    .widget-resource h2 {
        font-size: 30px
    }
}

.widget-resource h2 a {
    color: #242d65
}

    .widget-resource h2 a:hover {
        color: #5e6eb2
    }

.widget-event,
.widget-team {
    background: #fff;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .35);
    font-size: 14px;
    color: #242d65
}

    .widget-event .content,
    .widget-team .content {
        padding: 15px 20px
    }

.team-filter {
    margin: 40px 0
}

@media (min-width:992px) {
    .team-filter {
        margin: 70px 0 40px
    }
}

.breadcrumb {
    display: none;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    font-size: 14px
}

@media (min-width:768px) {
    .breadcrumb {
        display: block
    }
}

.breadcrumb a {
    color: #a8a8a8
}

    .breadcrumb a:hover {
        color: #242d65
    }

.breadcrumb li {
    position: relative;
    display: inline-block;
    padding-right: 0
}

    .breadcrumb li + li {
        padding-left: 10px
    }

        .breadcrumb li + li:before {
            content: "/";
            position: absolute;
            left: 0;
            color: #a8a8a8
        }

.breadcrumb > .active {
    color: #242d65
}

.pager {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    text-align: center;
    clear: both
}

    .pager:after,
    .pager:before {
        content: " ";
        display: table
    }

    .pager:after {
        clear: both
    }

    .pager li {
        display: inline
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 0;
            width: 120px;
            background-color: transparent;
            border: 2px solid #5e6eb2;
            border-radius: 0;
            color: #5e6eb2;
            font-size: 16px;
            font-weight: 700
        }

            .pager li > a .icon-sprite,
            .pager li > span .icon-sprite {
                fill: #5e6eb2
            }

            .pager li > a:focus,
            .pager li > a:hover {
                text-decoration: none;
                background-color: #5e6eb2;
                color: #fff
            }

                .pager li > a:focus .icon-sprite,
                .pager li > a:hover .icon-sprite {
                    fill: #fff
                }

    .pager .next > a,
    .pager .next > span {
        float: right
    }

    .pager .next i {
        margin-left: 5px
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left
    }

    .pager .previous i {
        margin-right: 5px
    }

    .pager .disabled > a,
    .pager .disabled > a:focus,
    .pager .disabled > a:hover,
    .pager .disabled > span {
        color: #5e6eb2;
        background-color: transparent;
        cursor: not-allowed
    }

.pagination-container {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 2px solid #5e6eb2;
    text-align: center
}

@media (min-width:992px) {
    .pagination-container {
        text-align: right
    }
}

.pagination {
    display: inline-block;
    margin: 20px 0;
    padding: 0;
    border-radius: 0
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            width: 40px;
            height: 40px;
            line-height: 36px;
            text-decoration: none;
            color: #5e6eb2;
            background-color: transparent;
            border: 2px solid #5e6eb2;
            margin: 0 3px 10px;
            text-align: center;
            font-weight: 400
        }

            .pagination > li > a .icon-sprite,
            .pagination > li > span .icon-sprite {
                fill: #5e6eb2
            }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0
        }

        .pagination > li > a:focus,
        .pagination > li > a:hover,
        .pagination > li > span:focus,
        .pagination > li > span:hover {
            z-index: 2;
            color: #fff;
            background-color: #5e6eb2;
            border-color: #5e6eb2
        }

            .pagination > li > a:focus .icon-sprite,
            .pagination > li > a:hover .icon-sprite,
            .pagination > li > span:focus .icon-sprite,
            .pagination > li > span:hover .icon-sprite {
                fill: #fff
            }

    .pagination > .active > a,
    .pagination > .active > a:focus,
    .pagination > .active > a:hover,
    .pagination > .active > span,
    .pagination > .active > span:focus,
    .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        background-color: #5e6eb2;
        border-color: #5e6eb2;
        cursor: default
    }

    .pagination > .disabled > a,
    .pagination > .disabled > a:focus,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > span,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > span:hover {
        color: #5e6eb2;
        background-color: transparent;
        border-color: #5e6eb2;
        cursor: not-allowed
    }

    .pagination .next a,
    .pagination .prev a {
        width: auto;
        font-size: 16px;
        font-weight: 700;
        padding-left: 10px;
        padding-right: 10px
    }

.sidebar {
    margin-top: 20px
}

    .sidebar .widget {
        font-size: 16px;
        line-height: 1.375;
        margin-bottom: 30px
    }

@media (min-width:768px) {
    .sidebar .widget {
        margin-bottom: 38px
    }
}

@media (min-width:992px) {
    .sidebar .widget {
        margin-bottom: 44.22px
    }
}

@media (min-width:1200px) {
    .sidebar .widget {
        margin-bottom: 50px
    }
}

.sidebar .widget:last-child {
    margin-bottom: 0
}

@media (min-width:1200px) {
    .sidebar h3 {
        font-size: 30px
    }
}

@media (max-width:767px) {
    .sidebar + .main-col {
        margin-top: 30px
    }
}

.border-top {
    padding-top: 20px;
    border-top: 2px solid #5e6eb2
}

.widget-image .text {
    position: relative;
    padding: 0 20px 30px;
    background: #242d65;
    color: #fff;
    text-align: right;
    z-index: 1
}

    .widget-image .text h3 {
        color: #fff
    }

    .widget-image .text .btn {
        margin-top: 25px;
        padding: 9px 24px
    }

    .widget-image .text:after {
        content: '';
        width: 100%;
        height: 50%;
        display: block;
        position: absolute;
        left: 0;
        top: -15%;
        background: #242d65;
        -webkit-transform: skewY(-5deg);
        transform: skewY(-5deg);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        z-index: -1
    }

@media (min-width:480px) {
    .widget-image .text:after {
        top: -30%
    }
}

@media (min-width:768px) {
    .widget-image .text:after {
        -webkit-transform: skewY(-10deg);
        transform: skewY(-10deg);
        top: -15%
    }
}

.widget-text {
    padding: 20px;
    background: #242d65;
    color: #fff
}

    .widget-text h3 {
        color: #fff
    }

    .widget-text .btn {
        margin-top: 25px;
        padding: 9px 24px
    }

.sub-nav .nav li a {
    position: relative;
    padding: 10px 25px 10px 0;
    font-weight: 400;
    color: #242d65;
    border-bottom: 1px solid #e1e1e1
}

    .sub-nav .nav li a:active,
    .sub-nav .nav li a:focus,
    .sub-nav .nav li a:hover {
        background: 0 0;
        color: #5e6eb2
    }

        .sub-nav .nav li a:active .icon-sprite,
        .sub-nav .nav li a:focus .icon-sprite,
        .sub-nav .nav li a:hover .icon-sprite {
            fill: #5e6eb2
        }

.sub-nav .nav li .icon-sprite {
    position: absolute;
    top: 9px;
    right: 0;
    width: 24px;
    height: 24px;
    fill: #242d65
}

.sub-nav .nav li.active > a {
    color: #5e6eb2;
    background: 0 0
}

    .sub-nav .nav li.active > a .icon-sprite {
        fill: #5e6eb2
    }

.sub-nav .nav li ul li {
    padding-left: 25px
}

.sub-nav .nav .level-2 li {
    padding-left: 25px
}

blockquote {
    margin: 0 0 27px;
    padding: 5px 15px;
    font-size: 20px;
    line-height: 1.2
}

@media (min-width:768px) {
    blockquote {
        font-size: 26.4px
    }
}

@media (min-width:992px) {
    blockquote {
        font-size: 31.38px
    }
}

@media (min-width:1200px) {
    blockquote {
        font-size: 36px
    }
}

.sidebar blockquote {
    font-size: 24px
}

blockquote ol,
blockquote p,
blockquote ul {
    font-weight: 700
}

    blockquote ol:last-child,
    blockquote p:last-child,
    blockquote ul:last-child {
        margin-bottom: 0
    }

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    margin-top: 25px;
    padding-top: 15px;
    font-size: 14px;
    line-height: 1.5;
    border-top: 1px solid #fff;
    color: #fff
}

    blockquote .small cite,
    blockquote footer cite,
    blockquote small cite {
        font-style: normal
    }

.blockquote {
    padding: 25px 15px;
    background: #5e6eb2;
    color: #fff
}

@media (min-width:992px) {
    .blockquote {
        padding: 25px 30px
    }
}

@media (min-width:1200px) {
    .page-content .blockquote-offset {
        display: inline-block;
        margin: 20px 35px 20px -160px;
        max-width: 425px;
        float: left
    }
}

.accordion-toggle {
    display: block;
    padding: 10px 15px
}

.panel-group {
    margin-top: 20px
}

.filter {
    position: relative;
    padding-top: 15px;
    padding-bottom: 20px;
    background: #242d65;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .35)
}

    .filter h1,
    .filter h2,
    .filter h3,
    .filter h4,
    .filter h5 {
        margin-top: 10px;
        color: #fff
    }

    .filter label {
        margin-bottom: 7px;
        color: #fff;
        font-size: 16px;
        font-weight: 700
    }

    .filter .form.collapse {
        margin-top: 15px
    }

@media (min-width:992px) {
    .filter .form.collapse {
        margin-top: 0;
        display: block !important;
        height: auto !important
    }
}

.filter form.row {
    margin-left: -5px;
    margin-right: -5px
}

.filter form [class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width:992px) {
    .filter .form-group {
        margin-bottom: 0
    }
}

.filter .btn {
    text-transform: none
}

.filter-title {
    color: #fff
}

.filter-toggle {
    padding: 5px 0;
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

    .filter-toggle .icon-sprite {
        position: absolute;
        top: 5px;
        right: 0;
        fill: #fff;
        width: 32px;
        height: 32px
    }

    .filter-toggle:active,
    .filter-toggle:focus,
    .filter-toggle:hover {
        color: #5e6eb2;
        text-decoration: none
    }

.filter-heading {
    margin: 10px 0 0;
    font-weight: 700;
    font-size: 20px;
    color: #fff
}

.results-count {
    color: #fff;
    font-size: 20px
}

@media (min-width:992px) {
    .results-count {
        margin-bottom: 0
    }
}

.results-count span {
    font-size: 30px
}

.list-share-icons li {
    display: inline-block;
    margin-left: 5px
}

    .list-share-icons li:first-child {
        margin-left: 0
    }

.list-share-icons .icon-sprite {
    width: 32px;
    height: 32px
}

.facebook .icon-sprite {
    fill: #365396
}

.twitter .icon-sprite {
    fill: #00a8f0
}

.linkedin .icon-sprite {
    fill: #006eb3
}

.google-plus .icon-sprite {
    fill: #e0462e
}

.youtube .icon-sprite {
    fill: #f33
}

.instagram .icon-sprite {
    fill: #386c99
}

.pinterest .icon-sprite {
    fill: #cb2027
}

.email .icon-sprite {
    fill: rgba(27, 27, 27, .4)
}


/*# sourceMappingURL=style.css.map */

#contact-form #recaptchaErrorMessage {
    color: #a94442;
    font-weight: 300;
}



@media (max-width: 479px) {
    .width-full-res {
        width: 100%;
    }

    #contact-form iframe {
        transform: scale(.77);
        -webkit-transform: scale(.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .border-position:after {
        border-left: 0px solid #fff;
    }

    .border-position:before {
        border-left: 0px solid #fff;
    }
}
