/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: (base: #fff);
    --gray: #6c757d;
    --gray-dark: #343a40;
    --black: (base: #010101);
    --primary: (light: #0a4c7a, base: #0a417a, dark: #08325d);
    --secondary: (base: #7bb53f, dark: #63a228);
    --foreground: (light: #333, base: #191919, dark: #111);
    --background: (light: #fff, base: #f9f9f9, dark: #e7e7e7);
    --text: (xlight: #d8d8d8, light: #8c8d8d, base: #444, dark: #363636);
    --alert: (base: #00529b, warn: #9f6000, error: #d8000c, success: #4f8a10);
    --primary: #0a417a;
    --secondary: #7bb53f;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 1080px;
    --breakpoint-lg: 1312px;
    --breakpoint-xl: 1424px;
    --font-family-sans-serif: "freight-sans-pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: freight-sans-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #444;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 2rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #7bb53f;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #547c2b;
    text-decoration: underline
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 2rem;
    font-family: futura-pt-bold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1,
h1 {
    font-size: 3.5rem
}

.h2,
h2 {
    font-size: 3rem
}

.h3,
h3 {
    font-size: 2.6rem
}

.h4,
.h5,
h4,
h5 {
    font-size: 2.25rem
}

.h6,
.lead,
h6 {
    font-size: 1.25rem
}

.lead {
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014   \A0"
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
    max-width: 575px
}

@media (min-width:576px) {
    .container {
        max-width: 1080px
    }
}

@media (min-width:1080px) {
    .container {
        max-width: 1312px
    }
}

@media (min-width:1312px) {
    .container {
        max-width: 1280px
    }
}

@media (min-width:1424px) {
    .container {
        max-width: 1392px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        order: -1
    }
    .order-sm-last {
        order: 13
    }
    .order-sm-0 {
        order: 0
    }
    .order-sm-1 {
        order: 1
    }
    .order-sm-2 {
        order: 2
    }
    .order-sm-3 {
        order: 3
    }
    .order-sm-4 {
        order: 4
    }
    .order-sm-5 {
        order: 5
    }
    .order-sm-6 {
        order: 6
    }
    .order-sm-7 {
        order: 7
    }
    .order-sm-8 {
        order: 8
    }
    .order-sm-9 {
        order: 9
    }
    .order-sm-10 {
        order: 10
    }
    .order-sm-11 {
        order: 11
    }
    .order-sm-12 {
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1080px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        order: -1
    }
    .order-md-last {
        order: 13
    }
    .order-md-0 {
        order: 0
    }
    .order-md-1 {
        order: 1
    }
    .order-md-2 {
        order: 2
    }
    .order-md-3 {
        order: 3
    }
    .order-md-4 {
        order: 4
    }
    .order-md-5 {
        order: 5
    }
    .order-md-6 {
        order: 6
    }
    .order-md-7 {
        order: 7
    }
    .order-md-8 {
        order: 8
    }
    .order-md-9 {
        order: 9
    }
    .order-md-10 {
        order: 10
    }
    .order-md-11 {
        order: 11
    }
    .order-md-12 {
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1312px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        order: -1
    }
    .order-lg-last {
        order: 13
    }
    .order-lg-0 {
        order: 0
    }
    .order-lg-1 {
        order: 1
    }
    .order-lg-2 {
        order: 2
    }
    .order-lg-3 {
        order: 3
    }
    .order-lg-4 {
        order: 4
    }
    .order-lg-5 {
        order: 5
    }
    .order-lg-6 {
        order: 6
    }
    .order-lg-7 {
        order: 7
    }
    .order-lg-8 {
        order: 8
    }
    .order-lg-9 {
        order: 9
    }
    .order-lg-10 {
        order: 10
    }
    .order-lg-11 {
        order: 11
    }
    .order-lg-12 {
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1424px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        order: -1
    }
    .order-xl-last {
        order: 13
    }
    .order-xl-0 {
        order: 0
    }
    .order-xl-1 {
        order: 1
    }
    .order-xl-2 {
        order: 2
    }
    .order-xl-3 {
        order: 3
    }
    .order-xl-4 {
        order: 4
    }
    .order-xl-5 {
        order: 5
    }
    .order-xl-6 {
        order: 6
    }
    .order-xl-7 {
        order: 7
    }
    .order-xl-8 {
        order: 8
    }
    .order-xl-9 {
        order: 9
    }
    .order-xl-10 {
        order: 10
    }
    .order-xl-11 {
        order: 11
    }
    .order-xl-12 {
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #bacada
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #a9bdd1
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #daeac9
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #cde3b7
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:1079.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:1311.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1423.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #1780ec;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(10, 65, 122, .25)
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.2rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.8rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, .8);
    border-radius: .2rem
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    background-color: #71dd8a
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label:before,
.was-validated .custom-file-input:valid~.custom-file-label:before {
    border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, .8);
    border-radius: .2rem
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    background-color: #efa2a9
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label:before {
    border-color: inherit
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        justify-content: center
    }
    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(10, 65, 122, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #0a417a;
    border-color: #0a417a
}

.btn-primary:hover {
    color: #fff;
    background-color: #072e57;
    border-color: #06284b
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(10, 65, 122, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #0a417a;
    border-color: #0a417a
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #06284b;
    border-color: #05223f
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(10, 65, 122, .5)
}

.btn-secondary {
    color: #212529;
    background-color: #7bb53f;
    border-color: #7bb53f
}

.btn-secondary:hover {
    color: #fff;
    background-color: #689935;
    border-color: #618f32
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(123, 181, 63, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #212529;
    background-color: #7bb53f;
    border-color: #7bb53f
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #618f32;
    border-color: #5b862f
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(123, 181, 63, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
    color: #0a417a;
    background-color: transparent;
    background-image: none;
    border-color: #0a417a
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0a417a;
    border-color: #0a417a
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(10, 65, 122, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #0a417a;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a417a;
    border-color: #0a417a
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(10, 65, 122, .5)
}

.btn-outline-secondary {
    color: #7bb53f;
    background-color: transparent;
    background-image: none;
    border-color: #7bb53f
}

.btn-outline-secondary:hover {
    color: #212529;
    background-color: #7bb53f;
    border-color: #7bb53f
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(123, 181, 63, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #7bb53f;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #7bb53f;
    border-color: #7bb53f
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(123, 181, 63, .5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #7bb53f
}

.btn-link,
.btn-link:hover {
    background-color: transparent
}

.btn-link:hover {
    color: #547c2b
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline;
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

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.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.collapsing,
.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #444;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0a417a
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 0 1 auto
}

.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: 1
}

.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group,
.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 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after {
    margin-left: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%
}

.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-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file:focus,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
    margin-left: -1px
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:first-child) .custom-file-label:before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    background-color: #0a417a
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(10, 65, 122, .25)
}

.custom-control-input:active~.custom-control-label:before {
    color: #fff;
    background-color: #479af0
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    margin-bottom: 0
}

.custom-control-label:before {
    pointer-events: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    background-color: #0a417a
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    background-color: #0a417a
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(10, 65, 122, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(10, 65, 122, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:before {
    background-color: #0a417a
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(10, 65, 122, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    appearance: none
}

.custom-select:focus {
    border-color: #1780ec;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(23, 128, 236, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    font-size: 75%
}

.custom-select-lg,
.custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.custom-select-lg {
    height: calc(2.8rem + 2px);
    font-size: 125%
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(2.25rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-control {
    border-color: #1780ec;
    box-shadow: 0 0 0 .2rem rgba(10, 65, 122, .25)
}

.custom-file-input:focus~.custom-file-control:before {
    border-color: #1780ec
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc((2.25rem + 2px) - 1px * 2);
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0a417a
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .35rem;
    padding-bottom: .35rem;
    margin-right: 1rem;
    font-size: 1.2rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.2rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:1079.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1080px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:1311.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1312px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:1423.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1424px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex!important;


    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 12px
}

@media (min-width:576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -12px;
        margin-left: -12px
    }
    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 12px;
        margin-bottom: 0;
        margin-left: 12px
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 12px
}

@media (min-width:576px) {
    .card-group {
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:first-child .card-header,
    .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:first-child .card-footer,
    .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:last-child .card-header,
    .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:last-child .card-footer,
    .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }
    .card-group>.card:only-child {
        border-radius: .25rem
    }
    .card-group>.card:only-child .card-header,
    .card-group>.card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
    .card-group>.card:only-child .card-footer,
    .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child),
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {

    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #7bb53f;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    color: #547c2b;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(10, 65, 122, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0a417a;
    border-color: #0a417a
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.2rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #0a417a
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #06284b
}

.badge-secondary {
    color: #212529;
    background-color: #7bb53f
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #618f32
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #05223f;
    background-color: #ced9e4;
    border-color: #bacada
}

.alert-primary hr {
    border-top-color: #a9bdd1
}

.alert-primary .alert-link {
    color: #010910
}

.alert-secondary {
    color: #405e21;
    background-color: #e5f0d9;
    border-color: #daeac9
}

.alert-secondary hr {
    border-top-color: #cde3b7
}

.alert-secondary .alert-link {
    color: #263814
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #0a417a;
    transition: width .6s ease
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #444;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0a417a;
    border-color: #0a417a
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #05223f;
    background-color: #bacada
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #05223f;
    background-color: #a9bdd1
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #05223f;
    border-color: #05223f
}

.list-group-item-secondary {
    color: #405e21;
    background-color: #daeac9
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #405e21;
    background-color: #cde3b7
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #405e21;
    border-color: #405e21
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal,
.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-25%)
}

.modal.show .modal-dialog {
    transform: translate(0)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    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.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:1312px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: freight-sans-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: freight-sans-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:after,
.bs-popover-top .arrow:before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-top .arrow:after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:after,
.bs-popover-right .arrow:before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-right .arrow:after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:after,
.bs-popover-bottom .arrow:before {
    border-width: 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-bottom .arrow:after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:after,
.bs-popover-left .arrow:before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-left .arrow:after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #444
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    transition: transform .6s ease;
    backface-visibility: hidden;
    perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translateZ(0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    transform: translateX(100%)
}

@supports (transform-style:preserve-3d) {
    .active.carousel-item-right,
    .carousel-item-next {
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    transform: translateX(-100%)
}

@supports (transform-style:preserve-3d) {
    .active.carousel-item-left,
    .carousel-item-prev {
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: hsla(0, 0%, 100%, .5)
}

.carousel-indicators li:before {
    top: -10px
}

.carousel-indicators li:after,
.carousel-indicators li:before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li:after {
    bottom: -10px
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.bg-primary {
    background-color: #0a417a!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #06284b!important
}

.bg-secondary {
    background-color: #7bb53f!important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #618f32!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #dc3545!important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #dee2e6!important
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.border-right {
    border-right: 1px solid #dee2e6!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.border-left {
    border-left: 1px solid #dee2e6!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #0a417a!important
}

.border-secondary {
    border-color: #7bb53f!important
}

.border-success {
    border-color: #28a745!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #dc3545!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #343a40!important
}

.border-white {
    border-color: #fff!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem!important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-left-radius: .25rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-0 {
    border-radius: 0!important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: flex!important
}

.d-inline-flex {
    display: inline-flex!important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none!important
    }
    .d-sm-inline {
        display: inline!important
    }
    .d-sm-inline-block {
        display: inline-block!important
    }
    .d-sm-block {
        display: block!important
    }
    .d-sm-table {
        display: table!important
    }
    .d-sm-table-row {
        display: table-row!important
    }
    .d-sm-table-cell {
        display: table-cell!important
    }
    .d-sm-flex {
        display: flex!important
    }
    .d-sm-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width:1080px) {
    .d-md-none {
        display: none!important
    }
    .d-md-inline {
        display: inline!important
    }
    .d-md-inline-block {
        display: inline-block!important
    }
    .d-md-block {
        display: block!important
    }
    .d-md-table {
        display: table!important
    }
    .d-md-table-row {
        display: table-row!important
    }
    .d-md-table-cell {
        display: table-cell!important
    }
    .d-md-flex {
        display: flex!important
    }
    .d-md-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width:1312px) {
    .d-lg-none {
        display: none!important
    }
    .d-lg-inline {
        display: inline!important
    }
    .d-lg-inline-block {
        display: inline-block!important
    }
    .d-lg-block {
        display: block!important
    }
    .d-lg-table {
        display: table!important
    }
    .d-lg-table-row {
        display: table-row!important
    }
    .d-lg-table-cell {
        display: table-cell!important
    }
    .d-lg-flex {
        display: flex!important
    }
    .d-lg-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width:1424px) {
    .d-xl-none {
        display: none!important
    }
    .d-xl-inline {
        display: inline!important
    }
    .d-xl-inline-block {
        display: inline-block!important
    }
    .d-xl-block {
        display: block!important
    }
    .d-xl-table {
        display: table!important
    }
    .d-xl-table-row {
        display: table-row!important
    }
    .d-xl-table-cell {
        display: table-cell!important
    }
    .d-xl-flex {
        display: flex!important
    }
    .d-xl-inline-flex {
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }
    .d-print-inline {
        display: inline!important
    }
    .d-print-inline-block {
        display: inline-block!important
    }
    .d-print-block {
        display: block!important
    }
    .d-print-table {
        display: table!important
    }
    .d-print-table-row {
        display: table-row!important
    }
    .d-print-table-cell {
        display: table-cell!important
    }
    .d-print-flex {
        display: flex!important
    }
    .d-print-inline-flex {
        display: inline-flex!important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row!important
}

.flex-column {
    flex-direction: column!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.justify-content-start {
    justify-content: flex-start!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.justify-content-around {
    justify-content: space-around!important
}

.align-items-start {
    align-items: flex-start!important
}

.align-items-end {
    align-items: flex-end!important
}

.align-items-center {
    align-items: center!important
}

.align-items-baseline {
    align-items: baseline!important
}

.align-items-stretch {
    align-items: stretch!important
}

.align-content-start {
    align-content: flex-start!important
}

.align-content-end {
    align-content: flex-end!important
}

.align-content-center {
    align-content: center!important
}

.align-content-between {
    align-content: space-between!important
}

.align-content-around {
    align-content: space-around!important
}

.align-content-stretch {
    align-content: stretch!important
}

.align-self-auto {
    align-self: auto!important
}

.align-self-start {
    align-self: flex-start!important
}

.align-self-end {
    align-self: flex-end!important
}

.align-self-center {
    align-self: center!important
}

.align-self-baseline {
    align-self: baseline!important
}

.align-self-stretch {
    align-self: stretch!important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row!important
    }
    .flex-sm-column {
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .justify-content-sm-start {
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        justify-content: center!important
    }
    .justify-content-sm-between {
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        justify-content: space-around!important
    }
    .align-items-sm-start {
        align-items: flex-start!important
    }
    .align-items-sm-end {
        align-items: flex-end!important
    }
    .align-items-sm-center {
        align-items: center!important
    }
    .align-items-sm-baseline {
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        align-items: stretch!important
    }
    .align-content-sm-start {
        align-content: flex-start!important
    }
    .align-content-sm-end {
        align-content: flex-end!important
    }
    .align-content-sm-center {
        align-content: center!important
    }
    .align-content-sm-between {
        align-content: space-between!important
    }
    .align-content-sm-around {
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        align-content: stretch!important
    }
    .align-self-sm-auto {
        align-self: auto!important
    }
    .align-self-sm-start {
        align-self: flex-start!important
    }
    .align-self-sm-end {
        align-self: flex-end!important
    }
    .align-self-sm-center {
        align-self: center!important
    }
    .align-self-sm-baseline {
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        align-self: stretch!important
    }
}

@media (min-width:1080px) {
    .flex-md-row {
        flex-direction: row!important
    }
    .flex-md-column {
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .justify-content-md-start {
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        justify-content: center!important
    }
    .justify-content-md-between {
        justify-content: space-between!important
    }
    .justify-content-md-around {
        justify-content: space-around!important
    }
    .align-items-md-start {
        align-items: flex-start!important
    }
    .align-items-md-end {
        align-items: flex-end!important
    }
    .align-items-md-center {
        align-items: center!important
    }
    .align-items-md-baseline {
        align-items: baseline!important
    }
    .align-items-md-stretch {
        align-items: stretch!important
    }
    .align-content-md-start {
        align-content: flex-start!important
    }
    .align-content-md-end {
        align-content: flex-end!important
    }
    .align-content-md-center {
        align-content: center!important
    }
    .align-content-md-between {
        align-content: space-between!important
    }
    .align-content-md-around {
        align-content: space-around!important
    }
    .align-content-md-stretch {
        align-content: stretch!important
    }
    .align-self-md-auto {
        align-self: auto!important
    }
    .align-self-md-start {
        align-self: flex-start!important
    }
    .align-self-md-end {
        align-self: flex-end!important
    }
    .align-self-md-center {
        align-self: center!important
    }
    .align-self-md-baseline {
        align-self: baseline!important
    }
    .align-self-md-stretch {
        align-self: stretch!important
    }
}

@media (min-width:1312px) {
    .flex-lg-row {
        flex-direction: row!important
    }
    .flex-lg-column {
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .justify-content-lg-start {
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        justify-content: center!important
    }
    .justify-content-lg-between {
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        justify-content: space-around!important
    }
    .align-items-lg-start {
        align-items: flex-start!important
    }
    .align-items-lg-end {
        align-items: flex-end!important
    }
    .align-items-lg-center {
        align-items: center!important
    }
    .align-items-lg-baseline {
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        align-items: stretch!important
    }
    .align-content-lg-start {
        align-content: flex-start!important
    }
    .align-content-lg-end {
        align-content: flex-end!important
    }
    .align-content-lg-center {
        align-content: center!important
    }
    .align-content-lg-between {
        align-content: space-between!important
    }
    .align-content-lg-around {
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        align-content: stretch!important
    }
    .align-self-lg-auto {
        align-self: auto!important
    }
    .align-self-lg-start {
        align-self: flex-start!important
    }
    .align-self-lg-end {
        align-self: flex-end!important
    }
    .align-self-lg-center {
        align-self: center!important
    }
    .align-self-lg-baseline {
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        align-self: stretch!important
    }
}

@media (min-width:1424px) {
    .flex-xl-row {
        flex-direction: row!important
    }
    .flex-xl-column {
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .justify-content-xl-start {
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        justify-content: center!important
    }
    .justify-content-xl-between {
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        justify-content: space-around!important
    }
    .align-items-xl-start {
        align-items: flex-start!important
    }
    .align-items-xl-end {
        align-items: flex-end!important
    }
    .align-items-xl-center {
        align-items: center!important
    }
    .align-items-xl-baseline {
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        align-items: stretch!important
    }
    .align-content-xl-start {
        align-content: flex-start!important
    }
    .align-content-xl-end {
        align-content: flex-end!important
    }
    .align-content-xl-center {
        align-content: center!important
    }
    .align-content-xl-between {
        align-content: space-between!important
    }
    .align-content-xl-around {
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        align-content: stretch!important
    }
    .align-self-xl-auto {
        align-self: auto!important
    }
    .align-self-xl-start {
        align-self: flex-start!important
    }
    .align-self-xl-end {
        align-self: flex-end!important
    }
    .align-self-xl-center {
        align-self: center!important
    }
    .align-self-xl-baseline {

        align-self: baseline!important
    }
    .align-self-xl-stretch {
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left!important
    }
    .float-sm-right {
        float: right!important
    }
    .float-sm-none {
        float: none!important
    }
}

@media (min-width:1080px) {
    .float-md-left {
        float: left!important
    }
    .float-md-right {
        float: right!important
    }
    .float-md-none {
        float: none!important
    }
}

@media (min-width:1312px) {
    .float-lg-left {
        float: left!important
    }
    .float-lg-right {
        float: right!important
    }
    .float-lg-none {
        float: none!important
    }
}

@media (min-width:1424px) {
    .float-xl-left {
        float: left!important
    }
    .float-xl-right {
        float: right!important
    }
    .float-xl-none {
        float: none!important
    }
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: sticky!important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    clip-path: none
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.m-0 {
    margin: 0!important
}

.mt-0,
.my-0 {
    margin-top: 0!important
}

.mr-0,
.mx-0 {
    margin-right: 0!important
}

.mb-0,
.my-0 {
    margin-bottom: 0!important
}

.ml-0,
.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,
.my-1 {
    margin-top: .25rem!important
}

.mr-1,
.mx-1 {
    margin-right: .25rem!important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,
.my-2 {
    margin-top: .5rem!important
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,
.my-3 {
    margin-top: 1rem!important
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,
.my-5 {
    margin-top: 3rem!important
}

.mr-5,
.mx-5 {
    margin-right: 3rem!important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,
.py-0 {
    padding-top: 0!important
}

.pr-0,
.px-0 {
    padding-right: 0!important
}

.pb-0,
.py-0 {
    padding-bottom: 0!important
}

.pl-0,
.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.pr-1,
.px-1 {
    padding-right: .25rem!important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,
.py-2 {
    padding-top: .5rem!important
}

.pr-2,
.px-2 {
    padding-right: .5rem!important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,
.py-3 {
    padding-top: 1rem!important
}

.pr-3,
.px-3 {
    padding-right: 1rem!important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,
.py-5 {
    padding-top: 3rem!important
}

.pr-5,
.px-5 {
    padding-right: 3rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
    padding-left: 3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,
.my-auto {
    margin-top: auto!important
}

.mr-auto,
.mx-auto {
    margin-right: auto!important
}

.mb-auto,
.my-auto {
    margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
    margin-left: auto!important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0!important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0!important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0!important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0!important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0!important
    }
    .m-sm-1 {
        margin: .25rem!important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem!important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem!important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem!important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem!important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem!important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem!important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem!important
    }
    .m-sm-3 {
        margin: 1rem!important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem!important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem!important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem!important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem!important
    }
    .m-sm-4 {
        margin: 1.5rem!important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem!important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem!important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem!important
    }
    .m-sm-5 {
        margin: 3rem!important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem!important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem!important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0!important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0!important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0!important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0!important
    }
    .p-sm-1 {
        padding: .25rem!important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem!important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem!important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem!important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem!important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem!important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem!important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem!important
    }
    .p-sm-3 {
        padding: 1rem!important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem!important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem!important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem!important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem!important
    }
    .p-sm-4 {
        padding: 1.5rem!important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem!important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem!important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem!important
    }
    .p-sm-5 {
        padding: 3rem!important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem!important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem!important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto!important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto!important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width:1080px) {
    .m-md-0 {
        margin: 0!important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0!important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0!important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0!important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0!important
    }
    .m-md-1 {
        margin: .25rem!important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem!important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem!important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem!important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem!important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem!important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem!important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem!important
    }
    .m-md-3 {
        margin: 1rem!important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem!important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem!important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem!important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem!important
    }
    .m-md-4 {
        margin: 1.5rem!important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem!important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem!important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem!important
    }
    .m-md-5 {
        margin: 3rem!important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem!important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem!important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem!important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0!important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0!important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0!important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0!important
    }
    .p-md-1 {
        padding: .25rem!important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem!important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem!important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem!important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem!important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem!important
    }
    .p-md-3 {
        padding: 1rem!important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem!important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem!important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem!important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem!important
    }
    .p-md-4 {
        padding: 1.5rem!important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem!important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem!important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem!important
    }
    .p-md-5 {
        padding: 3rem!important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem!important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem!important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto!important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto!important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto!important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width:1312px) {
    .m-lg-0 {
        margin: 0!important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0!important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0!important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0!important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0!important
    }
    .m-lg-1 {
        margin: .25rem!important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem!important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem!important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem!important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem!important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem!important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem!important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem!important
    }
    .m-lg-3 {
        margin: 1rem!important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem!important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem!important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem!important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem!important
    }
    .m-lg-4 {
        margin: 1.5rem!important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem!important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem!important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem!important
    }
    .m-lg-5 {
        margin: 3rem!important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem!important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem!important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem!important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem!important
    }
    .p-lg-0 {
        padding: 0!important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0!important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0!important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0!important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0!important
    }
    .p-lg-1 {
        padding: .25rem!important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem!important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem!important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem!important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem!important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem!important
    }
    .p-lg-3 {
        padding: 1rem!important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem!important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem!important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem!important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem!important
    }
    .p-lg-4 {
        padding: 1.5rem!important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem!important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem!important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem!important
    }
    .p-lg-5 {
        padding: 3rem!important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem!important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem!important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem!important
    }
    .m-lg-auto {
        margin: auto!important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto!important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto!important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto!important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width:1424px) {
    .m-xl-0 {
        margin: 0!important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0!important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0!important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0!important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0!important
    }
    .m-xl-1 {
        margin: .25rem!important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem!important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem!important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem!important
    }
    .m-xl-2 {
        margin: .5rem!important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem!important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem!important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem!important
    }
    .m-xl-3 {
        margin: 1rem!important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem!important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem!important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem!important
    }
    .m-xl-4 {
        margin: 1.5rem!important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem!important
    }
    .m-xl-5 {
        margin: 3rem!important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem!important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem!important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem!important
    }
    .p-xl-0 {
        padding: 0!important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0!important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0!important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0!important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0!important
    }
    .p-xl-1 {
        padding: .25rem!important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem!important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem!important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem!important
    }
    .p-xl-2 {
        padding: .5rem!important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem!important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem!important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem!important
    }
    .p-xl-3 {
        padding: 1rem!important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem!important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem!important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem!important
    }
    .p-xl-4 {
        padding: 1.5rem!important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem!important
    }
    .p-xl-5 {
        padding: 3rem!important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem!important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem!important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xl-5,

    .px-xl-5 {
        padding-left: 3rem!important
    }
    .m-xl-auto {
        margin: auto!important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto!important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto!important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto!important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto!important
    }
}

.text-justify {
    text-align: justify!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left!important
    }
    .text-sm-right {
        text-align: right!important
    }
    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width:1080px) {
    .text-md-left {
        text-align: left!important
    }
    .text-md-right {
        text-align: right!important
    }
    .text-md-center {
        text-align: center!important
    }
}

@media (min-width:1312px) {
    .text-lg-left {
        text-align: left!important
    }
    .text-lg-right {
        text-align: right!important
    }
    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width:1424px) {
    .text-xl-left {
        text-align: left!important
    }
    .text-xl-right {
        text-align: right!important
    }
    .text-xl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-italic {
    font-style: italic!important
}

.text-white {
    color: #fff!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #06284b!important
}

.text-secondary {
    color: #7bb53f!important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #618f32!important
}

.text-success {
    color: #28a745!important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124!important
}

.text-muted {
    color: #6c757d!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    *,
    :after,
    :before {
        text-shadow: none!important;
        box-shadow: none!important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    .container,
    body {
        min-width: 1312px!important
    }
    .navbar {
        display: none
    }
    .badge {
        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
    }
}

body,
html {
    font-size: 100%;
    margin: 0;
    min-height: 100%;
    padding: 0
}

html {
    height: 100%;
    font-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

body,
html {
    width: 100%
}

body {
    display: flex;
    flex-direction: column;
    font-family: freight-sans-pro, Roboto, Helvetica Neue, sans-serif;
    min-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative
}

.clickable,
a {
    cursor: pointer;
    color: #0a417a;
    border-bottom: 0 solid;
    border-color: #0a417a;
    transition: color .25s cubic-bezier(.4, 0, .2, 1), border-color .25s cubic-bezier(.4, 0, .2, 1);
    text-decoration: none!important;
    will-change: color, border-color;
    user-select: none
}

.clickable:hover,
a:hover {
    color: #363636;
    border-color: rgba(54, 54, 54, 0)
}

.clickable img,
a img {
    outline: none;
    border: 0
}

.hover .hover {
    opacity: 0;
    transition: opacity .25s cubic-bezier(.4, 0, .2, 1)
}

.hover:hover .hover {
    opacity: 1
}

p {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.75rem
}

img {
    max-width: 100%
}

.media {
    align-items: flex-start;
    display: flex;
    justify-content: center
}

.media__figure {
    margin-right: 1rem
}

.media__body {
    flex: 1
}

hr {
    border: 0;
    height: 1px!important;
    background-color: #8c8d8d;
    margin: 3rem 0
}

.view__container {
    flex: 1;
    -ms-flex: 1 0 auto;
    position: relative
}

.view__container--archive,
.view__container--page,
.view__container--search,
.view__container--single {
    background-color: #fff;
    border-bottom: 30px solid #0a417a
}

@media screen and (min-width:0) {
    .view__container--archive,
    .view__container--page,
    .view__container--search,
    .view__container--single {
        padding: .75rem
    }
}

@media screen and (min-width:576px) {
    .view__container--archive,
    .view__container--page,
    .view__container--search,
    .view__container--single {
        padding: .75rem
    }
}

@media screen and (min-width:1080px) {
    .view__container--archive,
    .view__container--page,
    .view__container--search,
    .view__container--single {
        padding: .75rem
    }
}

@media screen and (min-width:1312px) {
    .view__container--archive,
    .view__container--page,
    .view__container--search,
    .view__container--single {
        padding: 1rem
    }
}

@media screen and (min-width:1424px) {
    .view__container--archive,
    .view__container--page,
    .view__container--search,
    .view__container--single {
        padding: 1rem
    }
}

@media screen and (min-width:0) {
    .view__container--archive,
    .view__container--page,
    .view__container--search,
    .view__container--single {
        margin-top: 2.25rem
    }
}

@media screen and (min-width:576px) {
    .view__container--archive,
    .view__container--page,
    .view__container--search,
    .view__container--single {
        margin-top: 2.25rem
    }
}

@media screen and (min-width:1080px) {
    .view__container--archive,
    .view__container--page,
    .view__container--search,
    .view__container--single {
        margin-top: 2.25rem
    }
}

@media screen and (min-width:1312px) {
    .view__container--archive,
    .view__container--page,
    .view__container--search,
    .view__container--single {
        margin-top: 3rem
    }
}

@media screen and (min-width:1424px) {
    .view__container--archive,
    .view__container--page,
    .view__container--search,
    .view__container--single {
        margin-top: 3rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:0) {
    .view__container--archive,
    .view__container--page,
    .view__container--search,
    .view__container--single {
        margin-top: 0
    }
}

@media screen and (max-width:1079.98px) and (min-width:576px) {
    .view__container--archive,
    .view__container--page,
    .view__container--search,
    .view__container--single {
        margin-top: 0
    }
}

@media screen and (max-width:1079.98px) and (min-width:1080px) {
    .view__container--archive,
    .view__container--page,
    .view__container--search,
    .view__container--single {
        margin-top: 0
    }
}

@media screen and (max-width:1079.98px) and (min-width:1312px) {
    .view__container--archive,
    .view__container--page,
    .view__container--search,
    .view__container--single {
        margin-top: 0
    }
}

@media screen and (max-width:1079.98px) and (min-width:1424px) {
    .view__container--archive,
    .view__container--page,
    .view__container--search,
    .view__container--single {
        margin-top: 0
    }
}

.view__container--login {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.archive,
.error404,
.page,
.search,
.single {
    background-color: #f9f9f9
}

@media screen and (min-width:0) {
    .archive__main,
    .error404__main,
    .page__main,
    .search__main,
    .single__main {
        padding: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .archive__main,
    .error404__main,
    .page__main,
    .search__main,
    .single__main {
        padding: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .archive__main,
    .error404__main,
    .page__main,
    .search__main,
    .single__main {
        padding: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .archive__main,
    .error404__main,
    .page__main,
    .search__main,
    .single__main {
        padding: 2rem
    }
}

@media screen and (min-width:1424px) {
    .archive__main,
    .error404__main,
    .page__main,
    .search__main,
    .single__main {
        padding: 2rem
    }
}

@media screen and (min-width:0) {
    .archive__main,
    .error404__main,
    .page__main,
    .search__main,
    .single__main {
        padding-bottom: 3rem
    }
}

@media screen and (min-width:576px) {
    .archive__main,
    .error404__main,
    .page__main,
    .search__main,
    .single__main {
        padding-bottom: 3rem
    }
}

@media screen and (min-width:1080px) {
    .archive__main,
    .error404__main,
    .page__main,
    .search__main,
    .single__main {
        padding-bottom: 3rem
    }
}

@media screen and (min-width:1312px) {
    .archive__main,
    .error404__main,
    .page__main,
    .search__main,
    .single__main {
        padding-bottom: 4rem
    }
}

@media screen and (min-width:1424px) {
    .archive__main,
    .error404__main,
    .page__main,
    .search__main,
    .single__main {
        padding-bottom: 4rem
    }
}

.archive__main--community,
.error404__main--community,
.page__main--community,
.search__main--community,
.single__main--community {
    background-color: #fff;
    padding-left: 0;
    padding-top: 0
}

.archive-template-template-community,
.error404-template-template-community,
.page-template-template-community,
.search-template-template-community,
.single-template-template-community {
    background-color: #0a417a
}

.archive__content--community,
.error404__content--community,
.page__content--community,
.search__content--community,
.single__content--community {
    border-left: 1px solid #d8d8d8
}

@media screen and (min-width:0) {
    .archive__sidebar--community,
    .error404__sidebar--community,
    .page__sidebar--community,
    .search__sidebar--community,
    .single__sidebar--community {
        padding-top: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .archive__sidebar--community,
    .error404__sidebar--community,
    .page__sidebar--community,
    .search__sidebar--community,
    .single__sidebar--community {
        padding-top: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .archive__sidebar--community,
    .error404__sidebar--community,
    .page__sidebar--community,
    .search__sidebar--community,
    .single__sidebar--community {
        padding-top: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .archive__sidebar--community,
    .error404__sidebar--community,
    .page__sidebar--community,
    .search__sidebar--community,
    .single__sidebar--community {
        padding-top: 2rem
    }
}

@media screen and (min-width:1424px) {
    .archive__sidebar--community,
    .error404__sidebar--community,
    .page__sidebar--community,
    .search__sidebar--community,
    .single__sidebar--community {
        padding-top: 2rem
    }
}

.single-community_page,
.single-community_post,
.tax-community_category {
    background-color: #0a417a
}

.post-pag-wrap {
    display: none;
}

.ArticleLibrary .post-pag-wrap,
.single-community_post .post-pag-wrap {
    display: block !important;
}

.postid-20753 .ArticleLibrary .post-pag-wrap {
    display: none !important;
}

.login__body {
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 0 25px 0 rgba(72, 72, 72, .16)
}

@media screen and (min-width:0) {
    .login__body {
        margin: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .login__body {
        margin: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .login__body {
        margin: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .login__body {
        margin: 2rem
    }
}

@media screen and (min-width:1424px) {
    .login__body {
        margin: 2rem
    }
}

@media screen and (min-width:0) {
    .login__body {
        padding: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .login__body {
        padding: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .login__body {
        padding: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .login__body {
        padding: 2rem
    }
}

@media screen and (min-width:1424px) {
    .login__body {
        padding: 2rem
    }
}

.login__content {
    max-width: 60%;
    margin: 0 auto
}

@media (max-width:1079.98px) {
    .login__content {
        max-width: 100%
    }
}

.menu,
.sub-menu {
    list-style-type: none
}

.menu,
.menu-item,
.sub-menu,
.sub-menu-item {
    margin: 0;
    padding: 0
}

.icon {
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga"
}

html {
    font-size: 1rem
}

@media (max-width:1311.98px) {
    html {
        font-size: .9rem
    }
}

@media (max-width:1079.98px) {
    html {
        font-size: .85rem
    }
}

.view-container,
ol,
p,
ul {
    font-size: 1.2rem;
    font-weight: 400
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    display: block;
    letter-spacing: -.04em
}

.h1,
.h2,
h1,
h2 {
    font-weight: 700!important
}

.h2 span,
h2 span {
    display: block;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: normal
}

.browser-ie .h2 span,
.browser-ie h2 span {
    font-size: 28px
}

.h3,
.h4,
h3,
h4 {
    font-weight: 700!important
}

.h4,
h4 {
    font-family: freight-sans-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif!important
}

h6 {
    letter-spacing: 1px
}

.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    position: absolute;
    margin: -1px;
    padding: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
    word-wrap: normal!important
}

.button,
.login__logout a {
    background-color: #7bb53f;
    border-radius: 1000px;
    color: #fff;
    display: inline-block;
    font-family: futura-pt-bold, freight-sans-pro, Roboto, Helvetica Neue, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase
}

@media screen and (min-width:0) {
    .button,
    .login__logout a {
        padding-bottom: .75rem
    }
}

@media screen and (min-width:576px) {
    .button,
    .login__logout a {
        padding-bottom: .75rem
    }
}

@media screen and (min-width:1080px) {
    .button,
    .login__logout a {
        padding-bottom: .75rem
    }
}

@media screen and (min-width:1312px) {
    .button,
    .login__logout a {
        padding-bottom: 1rem
    }
}

@media screen and (min-width:1424px) {
    .button,
    .login__logout a {
        padding-bottom: 1rem
    }
}

@media screen and (min-width:0) {
    .button,
    .login__logout a {
        padding-left: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .button,
    .login__logout a {
        padding-left: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .button,
    .login__logout a {
        padding-left: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .button,
    .login__logout a {
        padding-left: 2rem
    }
}

@media screen and (min-width:1424px) {
    .button,
    .login__logout a {
        padding-left: 2rem
    }
}

@media screen and (min-width:0) {
    .button,
    .login__logout a {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .button,
    .login__logout a {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .button,
    .login__logout a {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .button,
    .login__logout a {
        padding-right: 2rem
    }
}

@media screen and (min-width:1424px) {
    .button,
    .login__logout a {
        padding-right: 2rem
    }
}

@media screen and (min-width:0) {
    .button,
    .login__logout a {
        padding-top: .75rem
    }
}

@media screen and (min-width:576px) {
    .button,
    .login__logout a {
        padding-top: .75rem
    }
}

@media screen and (min-width:1080px) {
    .button,
    .login__logout a {
        padding-top: .75rem
    }
}

@media screen and (min-width:1312px) {
    .button,
    .login__logout a {
        padding-top: 1rem
    }
}

@media screen and (min-width:1424px) {
    .button,
    .login__logout a {
        padding-top: 1rem
    }
}

@media screen and (min-width:0) {
    .button,
    .login__logout a {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .button,
    .login__logout a {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .button,
    .login__logout a {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .button,
    .login__logout a {
        margin-bottom: 2rem
    }
}

@media screen and (min-width:1424px) {
    .button,
    .login__logout a {
        margin-bottom: 2rem
    }
}

@media screen and (min-width:0) {
    .button,
    .login__logout a {
        margin-top: .75rem
    }
}

@media screen and (min-width:576px) {
    .button,
    .login__logout a {
        margin-top: .75rem
    }
}

@media screen and (min-width:1080px) {
    .button,
    .login__logout a {
        margin-top: .75rem
    }
}

@media screen and (min-width:1312px) {
    .button,
    .login__logout a {
        margin-top: 1rem
    }
}

@media screen and (min-width:1424px) {
    .button,
    .login__logout a {
        margin-top: 1rem
    }
}

.button:hover,
.login__logout a:hover {
    background-color: #63a228;
    color: #fff;
    text-decoration: none
}

.button-block {
    width: 100%
}

.button-small {
    padding: 20px 40px;
    font-size: 16px;
    font-size: 1rem
}

.browser-ie .button-small {
    font-size: 16px
}

.button-smaller {
    padding: 20px;
    font-size: 13px;
    font-size: .8125rem
}

.browser-ie .button-smaller {
    font-size: 13px
}

.button-primary {
    background-color: #0a417a
}

.button-primary:hover {
    background-color: #08325d
}

.button-outline {
    background-color: #7bb53f
}

.button-outline:hover {
    background: #7bb53f;
    border-color: #7bb53f
}

.button-secondary {
    font-size: 1.2rem;
    font-family: futura-pt-bold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    text-transform: uppercase;
    color: #7bb53f;
    font-weight: 700;
    background: none;
    text-decoration: none;
    letter-spacing: 1px
}

.button-secondary:hover {
    color: #63a228;
    text-decoration: underline;
    background: none
}

.button-secondary-primary {
    background-color: #0a417a
}

.button-secondary-primary:hover {
    background-color: #08325d
}

.button-secondary .ion-arrow-right-c {
    position: relative;
    top: 0
}

.button-full {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:1079.98px) {
    .button-full {
        width: 100%
    }
}

a .ion-arrow-right-c {
    position: relative;
    top: 2px
}

.middle {
    margin-left: auto!important;
    margin-right: auto!important
}

.block-center {
    display: flex;
    flex-direction: row
}

.block-col {
    flex: 1 0
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

.text-dark {
    color: #363636!important
}

.text-gray {
    color: #444!important
}

.text-accent {
    color: #7bb53f!important
}

.text-primary {
    color: #0a417a!important
}

.hidden {
    display: none!important
}

@media (max-width:1079.98px) {
    .hidden-sm {
        display: none!important
    }
}

@media (max-width:1311.98px) {
    .hidden-md {
        display: none!important
    }
}

@media (max-width:1423.98px) {
    .hidden-lg {
        display: none!important
    }
}

.alignleft {
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem
}

@media (max-width:576px) {
    .alignleft {
        margin-right: 0;
        float: none;
        width: 100%;
        height: auto
    }
}

.alignright {
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem
}

@media (max-width:576px) {
    .alignright {
        margin-left: 0;
        float: none;
        width: 100%;
        height: auto
    }
}

.aligncenter {
    float: none;
    margin: 0 auto 1rem;
    display: block
}

@media (max-width:576px) {
    .aligncenter {
        margin-left: 0;
        float: none;
        width: 100%;
        height: auto
    }
}

blockquote {
    background: #f9f9f9;
    padding: 1rem 2rem;
    border-left: 6px solid #7bb53f;
    margin: 2rem!important
}

figure {
    max-width: 100%;
    margin: 0;
    padding: 0
}

hr {
    border: 0!important;
    height: 1px;
    background-color: #d8d8d8;
    width: 100%;
    display: block
}

@media screen and (min-width:0) {
    hr {
        margin-top: 1.5rem
    }
}

@media screen and (min-width:576px) {
    hr {
        margin-top: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    hr {
        margin-top: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    hr {
        margin-top: 2rem
    }
}

@media screen and (min-width:1424px) {
    hr {
        margin-top: 2rem
    }
}

@media screen and (min-width:0) {
    hr {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:576px) {
    hr {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    hr {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    hr {
        margin-bottom: 2rem
    }
}

@media screen and (min-width:1424px) {
    hr {
        margin-bottom: 2rem
    }
}

hr.figure {
    background: #7bb53f;
    height: 3px;
    width: 50px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width:0) {
    hr.figure {
        margin-top: 1.5rem
    }
}

@media screen and (min-width:576px) {
    hr.figure {
        margin-top: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    hr.figure {
        margin-top: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    hr.figure {
        margin-top: 2rem
    }
}

@media screen and (min-width:1424px) {
    hr.figure {
        margin-top: 2rem
    }
}

@media screen and (min-width:0) {
    hr.figure {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:576px) {
    hr.figure {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    hr.figure {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    hr.figure {
        margin-bottom: 2rem
    }
}

@media screen and (min-width:1424px) {
    hr.figure {
        margin-bottom: 2rem
    }
}

.line {
    margin-bottom: 1rem!important
}

.line-lg {
    margin-bottom: 2rem!important
}

.line-sm {
    margin-bottom: .5rem!important
}

.no-margin-bottom {
    margin-bottom: 0!important
}

.no-margin-top {
    margin-top: 0!important
}

.smaller {
    font-size: 16px
}

.video,
iframe.video {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    margin: 0 auto;
    max-width: 822px;
    min-height: 462px
}

@media (max-width:1311.98px) {
    .video,
    iframe.video {
        max-width: 640px;
        min-height: 360px
    }
}

embed,
iframe,
object {
    margin-bottom: 20px;
    max-width: 100%
}

.wp-caption-text {
    text-align: center;
    color: #666;
    text-transform: uppercase;
    letter-spacing: .09em;
    margin-top: 10px;
    margin-bottom: 60px;
    font-size: 14px
}

img.shadow {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .16)
}

.sumome-share-client-wrapper {
    z-index: 10!important
}

.page-content .sli-element,
.post-content .sli-element {
    font-size: 1.2rem;
    font-weight: 400;
    color: inherit;
    font-family: freight-sans-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

.page-content .sli-form input:not([type]),
.page-content .sli-form input[type=color],
.page-content .sli-form input[type=date],
.page-content .sli-form input[type=datetime-local],
.page-content .sli-form input[type=datetime],
.page-content .sli-form input[type=email],
.page-content .sli-form input[type=file],
.page-content .sli-form input[type=month],
.page-content .sli-form input[type=number],
.page-content .sli-form input[type=password],
.page-content .sli-form input[type=search],
.page-content .sli-form input[type=tel],
.page-content .sli-form input[type=text],
.page-content .sli-form input[type=time],
.page-content .sli-form input[type=url],
.page-content .sli-form input[type=week],
.page-content .sli-form select,
.page-content .sli-form textarea,
.post-content .sli-form input:not([type]),
.post-content .sli-form input[type=color],
.post-content .sli-form input[type=date],
.post-content .sli-form input[type=datetime-local],
.post-content .sli-form input[type=datetime],
.post-content .sli-form input[type=email],
.post-content .sli-form input[type=file],
.post-content .sli-form input[type=month],
.post-content .sli-form input[type=number],
.post-content .sli-form input[type=password],
.post-content .sli-form input[type=search],
.post-content .sli-form input[type=tel],
.post-content .sli-form input[type=text],
.post-content .sli-form input[type=time],
.post-content .sli-form input[type=url],
.post-content .sli-form input[type=week],
.post-content .sli-form select,
.post-content .sli-form textarea {
    border-radius: 4px!important;
    background-color: #f6f6f6!important
}

.page-content .sli-label,
.post-content .sli-label {
    font-weight: 700
}

.page-content .sli-button,
.post-content .sli-button {
    background-color: #7bb53f;
    border: 0;
    border-radius: 1000px;
    color: #fff!important;
    display: inline-block;
    font-family: futura-pt-bold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-weight: 700;
    padding: 24px 48px!important;
    text-transform: uppercase;
    line-height: 1em;
    margin-top: 18px
}

.page-content .sli-button:hover,
.post-content .sli-button:hover {
    background-color: #444!important;
    text-decoration: none;
    color: #fff;
    text-decoration: underline
}

.page-content .sli-widget h1,
.post-content .sli-widget h1 {
    font-size: 2.6rem;
    font-family: futura-pt-bold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

@media (max-width:1079.98px) {
    .page-content .sli-widget h1,
    .post-content .sli-widget h1 {
        font-size: 2.08rem
    }
}

#login {
    width: 400px;
    padding: 0
}

#login,
.login {
    font-family: freight-sans-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

#login h1 a,
.login h1 a {
    background-image: url(/wp-content/themes/oac/assets/images/oac_logo@2x.png);
    background-size: 146px 66px;
    height: 66px;
    width: 146px
}

#login #backtoblog a,
#login #nav a,
.login #backtoblog a,
.login #nav a {
    text-decoration: none;
    color: #7bb53f
}

#login #backtoblog,
.login #backtoblog {
    display: none
}

.login-action-resetpass #login #backtoblog,
.login-action-resetpass .login #backtoblog {
    display: inline-block!important;
    font-size: 1.25rem
}

#login #nav,
.login #nav {
    text-align: center
}

#login input[type=email],
#login input[type=password],
#login input[type=text],
.login input[type=email],
.login input[type=password],
.login input[type=text] {
    background-color: #f9f9f9;
    border: 0;
    border-radius: 10px;
    font-size: 1.375rem;
    font-weight: 600;
    box-shadow: none
}

@media screen and (min-width:0) {
    #login input[type=email],
    #login input[type=password],
    #login input[type=text],
    .login input[type=email],
    .login input[type=password],
    .login input[type=text] {
        padding: .75rem
    }
}

@media screen and (min-width:576px) {
    #login input[type=email],
    #login input[type=password],
    #login input[type=text],
    .login input[type=email],
    .login input[type=password],
    .login input[type=text] {
        padding: .75rem
    }
}

@media screen and (min-width:1080px) {
    #login input[type=email],
    #login input[type=password],
    #login input[type=text],
    .login input[type=email],
    .login input[type=password],
    .login input[type=text] {
        padding: .75rem
    }
}

@media screen and (min-width:1312px) {
    #login input[type=email],
    #login input[type=password],
    #login input[type=text],
    .login input[type=email],
    .login input[type=password],
    .login input[type=text] {
        padding: 1rem
    }
}

@media screen and (min-width:1424px) {
    #login input[type=email],
    #login input[type=password],
    #login input[type=text],
    .login input[type=email],
    .login input[type=password],
    .login input[type=text] {
        padding: 1rem
    }
}

#login input[type=email]:focus,
#login input[type=password]:focus,
#login input[type=text]:focus,
.login input[type=email]:focus,
.login input[type=password]:focus,
.login input[type=text]:focus {
    border-color: #0a417a!important;
    box-shadow: none!important
}

#login form,
.login form {
    box-shadow: 0 0 25px 0 rgba(72, 72, 72, .16);
    border-radius: 4px
}

#login label,
.login label {
    width: 100%;
    color: #363636;
    font-weight: 700;
    font-size: 1rem
}

.login,
.login-action-login,
.login-action-lostpassword,
.login-action-register,
.login-action-rp {
    background-color: #f9f9f9
}

form#loginform {
    box-shadow: none
}

.wp-core-ui .button-primary {
    background: #0a417a!important;
    border-color: #0a417a!important;
    box-shadow: none!important;
    font-family: freight-sans-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif!important;
    text-shadow: none!important;
    padding: 1rem!important;
    letter-spacing: .07em!important;
    text-transform: uppercase;
    font-weight: 700;
    height: auto!important;
    line-height: 1!important;
    width: 100%;
    margin: 1rem 0;
    border-radius: 100px
}

.breadcrumbs {
    position: relative
}

@media (max-width:1079.98px) {
    .breadcrumbs {
        display: none
    }
}

.breadcrumbs__list {
    align-items: center;
    background-color: #7bb53f;
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: auto;
    position: absolute;
    transform: translate3d(-12px, -96px, 0);
    z-index: 12
}

@media screen and (min-width:0) {
    .breadcrumbs__list {
        padding: .75rem
    }
}

@media screen and (min-width:576px) {
    .breadcrumbs__list {
        padding: .75rem
    }
}

@media screen and (min-width:1080px) {
    .breadcrumbs__list {
        padding: .75rem
    }
}

@media screen and (min-width:1312px) {
    .breadcrumbs__list {
        padding: 1rem
    }
}

@media screen and (min-width:1424px) {
    .breadcrumbs__list {
        padding: 1rem
    }
}

@media screen and (min-width:0) {
    .breadcrumbs__list {
        padding-left: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .breadcrumbs__list {
        padding-left: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .breadcrumbs__list {
        padding-left: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .breadcrumbs__list {
        padding-left: 2rem
    }
}

@media screen and (min-width:1424px) {
    .breadcrumbs__list {
        padding-left: 2rem
    }
}

@media screen and (min-width:0) {
    .breadcrumbs__list {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .breadcrumbs__list {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .breadcrumbs__list {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .breadcrumbs__list {
        padding-right: 2rem
    }
}

@media screen and (min-width:1424px) {
    .breadcrumbs__list {
        padding-right: 2rem
    }
}

@media (max-width:1311.98px) {
    .breadcrumbs__list {
        transform: translate3d(-12px, -68px, 0)
    }
}

.breadcrumbs--single .breadcrumbs__list {
    transform: translate3d(-12px, -96px, 0)
}

.breadcrumbs__item {
    font-family: freight-sans-pro, Roboto, Helvetica Neue, sans-serif;
    font-size: 1.1875rem;
    font-weight: 600;
    margin: 0;
    padding: 0
}

.breadcrumbs__item a {
    color: #fff
}

.breadcrumbs__item:before {
    color: #fff;
    content: "\F3D1";
    display: inline-block;
    font-family: Ionicons;
    text-align: center;
    transform: translate3d(0, 1px, 0);
    width: 2rem
}

.breadcrumbs__item:last-of-type:before {
    display: none
}

.breadcrumbs__item--active a {
    color: #0a417a
}

.calculator {
    background-color: #7bb53f;
    color: #fff
}

@media screen and (min-width:0) {
    .calculator {
        padding: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .calculator {
        padding: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .calculator {
        padding: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .calculator {
        padding: 2rem
    }
}

@media screen and (min-width:1424px) {
    .calculator {
        padding: 2rem
    }
}

.calculator .btn {
    background-color: #fff;
    color: #7bb53f
}

.calculator .btn:active,
.calculator .btn:focus,
.calculator .btn:hover {
    background-color: #fff!important;
    color: #6ea238!important
}

.calculator__results {
    display: none;
    text-align: center
}

.calculator__results.visible {
    display: block
}

.calculator__results-legend {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.calculator__results-legend dt {
    flex: 0 1 50%;
    text-align: right;
    -ms-flex: 0 1 auto;
    width: 50%
}

@media screen and (min-width:0) {
    .calculator__results-legend dt {
        padding-right: .375rem
    }
}

@media screen and (min-width:576px) {
    .calculator__results-legend dt {
        padding-right: .375rem
    }
}

@media screen and (min-width:1080px) {
    .calculator__results-legend dt {
        padding-right: .375rem
    }
}

@media screen and (min-width:1312px) {
    .calculator__results-legend dt {
        padding-right: .5rem
    }
}

@media screen and (min-width:1424px) {
    .calculator__results-legend dt {
        padding-right: .5rem
    }
}

.calculator__results-legend dd {
    flex: 0 1 50%;
    text-align: left;
    -ms-flex: 0 1 auto
}

@media screen and (min-width:0) {
    .calculator__results-legend dd {
        padding-left: .375rem
    }
}

@media screen and (min-width:576px) {
    .calculator__results-legend dd {
        padding-left: .375rem
    }
}

@media screen and (min-width:1080px) {
    .calculator__results-legend dd {
        padding-left: .375rem
    }
}

@media screen and (min-width:1312px) {
    .calculator__results-legend dd {
        padding-left: .5rem
    }
}

@media screen and (min-width:1424px) {
    .calculator__results-legend dd {
        padding-left: .5rem
    }
}

.filter {
    background-color: #fff;
    box-shadow: 0 -1px 20px 0 rgba(0, 0, 0, .2);
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    right: 0
}

@media screen and (min-width:0) {
    .filter {
        top: -2.25rem
    }
}

@media screen and (min-width:576px) {
    .filter {
        top: -2.25rem
    }
}

@media screen and (min-width:1080px) {
    .filter {
        top: -2.25rem
    }
}

@media screen and (min-width:1312px) {
    .filter {
        top: -3rem
    }
}

@media screen and (min-width:1424px) {
    .filter {
        top: -3rem
    }
}

@media (max-width:1079.98px) {
    .filter {
        position: relative
    }
}

@media screen and (max-width:1079.98px) and (min-width:0) {
    .filter {
        top: 0
    }
}

@media screen and (max-width:1079.98px) and (min-width:576px) {
    .filter {
        top: 0
    }
}

@media screen and (max-width:1079.98px) and (min-width:1080px) {
    .filter {
        top: 0
    }
}

@media screen and (max-width:1079.98px) and (min-width:1312px) {
    .filter {
        top: 0
    }
}

@media screen and (max-width:1079.98px) and (min-width:1424px) {
    .filter {
        top: 0
    }
}

.filter--gallery .form__field:first-of-type {
    border-right: 0
}

.form--gallery {
    width: 100%
}

@media (max-width:992px) {
    .form {
        flex-direction: column
    }
}

.form__field {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-transform: uppercase
}

@media screen and (min-width:0) {
    .form__field {
        padding: 2.25rem
    }
}

@media screen and (min-width:576px) {
    .form__field {
        padding: 2.25rem
    }
}

@media screen and (min-width:1080px) {
    .form__field {
        padding: 2.25rem
    }
}

@media screen and (min-width:1312px) {
    .form__field {
        padding: 3rem
    }
}

@media screen and (min-width:1424px) {
    .form__field {
        padding: 3rem
    }
}

@media screen and (min-width:0) {
    .form__field {
        padding-left: 3rem
    }
}

@media screen and (min-width:576px) {
    .form__field {
        padding-left: 3rem
    }
}

@media screen and (min-width:1080px) {
    .form__field {
        padding-left: 3rem
    }
}

@media screen and (min-width:1312px) {
    .form__field {
        padding-left: 4rem
    }
}

@media screen and (min-width:1424px) {
    .form__field {
        padding-left: 4rem
    }
}

@media screen and (min-width:0) {
    .form__field {
        padding-right: 3rem
    }
}

@media screen and (min-width:576px) {
    .form__field {
        padding-right: 3rem
    }
}

@media screen and (min-width:1080px) {
    .form__field {
        padding-right: 3rem
    }
}

@media screen and (min-width:1312px) {
    .form__field {
        padding-right: 4rem
    }
}

@media screen and (min-width:1424px) {
    .form__field {
        padding-right: 4rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:0) {
    .form__field {
        padding: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:576px) {
    .form__field {
        padding: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1080px) {
    .form__field {
        padding: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1312px) {
    .form__field {
        padding: 2rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1424px) {
    .form__field {
        padding: 2rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:0) {
    .form__field {
        padding-left: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:576px) {
    .form__field {
        padding-left: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1080px) {
    .form__field {
        padding-left: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1312px) {
    .form__field {
        padding-left: 2rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1424px) {
    .form__field {
        padding-left: 2rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:0) {
    .form__field {
        padding-right: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:576px) {
    .form__field {
        padding-right: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1080px) {
    .form__field {
        padding-right: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1312px) {
    .form__field {
        padding-right: 2rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1424px) {
    .form__field {
        padding-right: 2rem
    }
}

.form__field:first-of-type {
    border-right: 10px solid #f9f9f9
}

@media (max-width:1079.98px) {
    .form__field:first-of-type {
        border-right: 0
    }
}

.form__field label {
    color: #444;
    font-family: futura-pt-bold, freight-sans-pro, Roboto, Helvetica Neue, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 2.1px
}

.form__field input,
.form__field select {
    background-color: #f9f9f9;
    border: 0;
    border-radius: 10px;
    color: #444;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 29px;
    outline: 0;
    position: relative;
    -webkit-appearance: none;
    width: 100%
}

@media screen and (min-width:0) {
    .form__field input,
    .form__field select {
        padding-top: .75rem
    }
}

@media screen and (min-width:576px) {
    .form__field input,
    .form__field select {
        padding-top: .75rem
    }
}

@media screen and (min-width:1080px) {
    .form__field input,
    .form__field select {
        padding-top: .75rem
    }
}

@media screen and (min-width:1312px) {
    .form__field input,
    .form__field select {
        padding-top: 1rem
    }
}

@media screen and (min-width:1424px) {
    .form__field input,
    .form__field select {
        padding-top: 1rem
    }
}

@media screen and (min-width:0) {
    .form__field input,
    .form__field select {
        padding-bottom: .75rem
    }
}

@media screen and (min-width:576px) {
    .form__field input,
    .form__field select {
        padding-bottom: .75rem
    }
}

@media screen and (min-width:1080px) {
    .form__field input,
    .form__field select {
        padding-bottom: .75rem
    }
}

@media screen and (min-width:1312px) {
    .form__field input,
    .form__field select {
        padding-bottom: 1rem
    }
}

@media screen and (min-width:1424px) {
    .form__field input,
    .form__field select {
        padding-bottom: 1rem
    }
}

@media screen and (min-width:0) {
    .form__field input,
    .form__field select {
        padding-left: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .form__field input,
    .form__field select {
        padding-left: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .form__field input,
    .form__field select {
        padding-left: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .form__field input,
    .form__field select {
        padding-left: 2rem
    }
}

@media screen and (min-width:1424px) {
    .form__field input,
    .form__field select {
        padding-left: 2rem
    }
}

@media screen and (min-width:0) {
    .form__field input,
    .form__field select {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .form__field input,
    .form__field select {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .form__field input,
    .form__field select {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .form__field input,
    .form__field select {
        padding-right: 2rem
    }
}

@media screen and (min-width:1424px) {
    .form__field input,
    .form__field select {
        padding-right: 2rem
    }
}

.form__field input::-ms-expand,
.form__field select::-ms-expand {
    display: none
}

.form__field .select {
    position: relative
}

.form__field .select:after {
    color: #e7e7e7;
    font-family: Ionicons;
    content: "\F104";
    display: inline-block;
    font-size: 20px;
    pointer-events: none;
    position: absolute;
    right: 2rem;
    top: 2rem;
    transform: translate3d(0, -50%, 0);
    z-index: 10
}

.form__field .filter-search {
    position: relative
}

@media screen and (min-width:0) {
    .form__field .filter-search .filter-form-search {
        padding-left: 3rem
    }
}

@media screen and (min-width:576px) {
    .form__field .filter-search .filter-form-search {
        padding-left: 3rem
    }
}

@media screen and (min-width:1080px) {
    .form__field .filter-search .filter-form-search {
        padding-left: 3rem
    }
}

@media screen and (min-width:1312px) {
    .form__field .filter-search .filter-form-search {
        padding-left: 4rem
    }
}

@media screen and (min-width:1424px) {
    .form__field .filter-search .filter-form-search {
        padding-left: 4rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:0) {
    .form__field .filter-search .filter-form-search {
        padding-left: 4.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:576px) {
    .form__field .filter-search .filter-form-search {
        padding-left: 4.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1080px) {
    .form__field .filter-search .filter-form-search {
        padding-left: 4.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1312px) {
    .form__field .filter-search .filter-form-search {
        padding-left: 6rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1424px) {
    .form__field .filter-search .filter-form-search {
        padding-left: 6rem
    }
}

.form__field .filter-search:after {
    color: #e7e7e7;
    font-family: Ionicons;
    content: "\F21F";
    display: inline-block;
    font-size: 20px;
    pointer-events: none;
    position: absolute;
    left: 2rem;
    top: 2rem;
    transform: translate3d(0, -50%, 0);
    z-index: 10
}

.global-header {
    background-color: #0a417a
}

.global-header__container {
    display: flex
}

.global-header__menu {
    color: #fff;
    flex: 1
}

@media (max-width:1079.98px) {
    .global-header__menu {
        display: none
    }
}

.global-header__menu .menu {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-end;
    height: 46px;
    overflow: hidden
}

.global-header__menu .menu-item {
    position: relative;
    height: 100%;
    align-content: center;
    align-items: center;
    display: flex;
    border-left: 1px solid #08325d
}

.global-header__menu .menu-item:last-of-type {
    border-right: 1px solid #08325d
}

.global-header__menu .menu-item a {
    border: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase
}

@media screen and (min-width:0) {
    .global-header__menu .menu-item a {
        padding-left: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .global-header__menu .menu-item a {
        padding-left: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .global-header__menu .menu-item a {
        padding-left: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .global-header__menu .menu-item a {
        padding-left: 2rem
    }
}

@media screen and (min-width:1424px) {
    .global-header__menu .menu-item a {
        padding-left: 2rem
    }
}

@media screen and (min-width:0) {
    .global-header__menu .menu-item a {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .global-header__menu .menu-item a {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .global-header__menu .menu-item a {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .global-header__menu .menu-item a {
        padding-right: 2rem
    }
}

@media screen and (min-width:1424px) {
    .global-header__menu .menu-item a {
        padding-right: 2rem
    }
}

.global-header__menu .menu-item a:hover {
    color: #7bb53f
}

.global-header__menu .menu-item a .ion {
    position: relative;
    top: 1px
}

@media screen and (min-width:0) {
    .global-header__menu .menu-item a .ion {
        margin-left: .45rem
    }
}

@media screen and (min-width:576px) {
    .global-header__menu .menu-item a .ion {
        margin-left: .45rem
    }
}

@media screen and (min-width:1080px) {
    .global-header__menu .menu-item a .ion {
        margin-left: .45rem
    }
}

@media screen and (min-width:1312px) {
    .global-header__menu .menu-item a .ion {
        margin-left: .6rem
    }
}

@media screen and (min-width:1424px) {
    .global-header__menu .menu-item a .ion {
        margin-left: .6rem
    }
}

.global-header__menu .menu-item .sub-menu {
    left: 0;
    position: absolute;
    top: 100%
}

.global-header__search {
    display: flex;
    position: relative
}

@media (max-width:1079.98px) {
    .global-header__search {
        display: none
    }
}

.global-header__search .search-field {
    background-color: #7bb53f;
    color: #fff;
    border: 0;
    font-size: 1rem;
    font-weight: 600;
    height: 100%
}

.global-header__search .search-field::-webkit-input-placeholder {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    position: relative;
    top: -1px
}

.global-header__search .search-field:-moz-placeholder,
.global-header__search .search-field::-moz-placeholder {
    color: #fff;

    text-transform: uppercase;
    letter-spacing: .5px;
    position: relative;
    top: -1px
}

.global-header__search .search-field:-ms-input-placeholder {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    position: relative;
    top: -1px
}

@media screen and (min-width:0) {
    .global-header__search .search-field {
        padding-left: 2.7rem
    }
}

@media screen and (min-width:576px) {
    .global-header__search .search-field {
        padding-left: 2.7rem
    }
}

@media screen and (min-width:1080px) {
    .global-header__search .search-field {
        padding-left: 2.7rem
    }
}

@media screen and (min-width:1312px) {
    .global-header__search .search-field {
        padding-left: 3.6rem
    }
}

@media screen and (min-width:1424px) {
    .global-header__search .search-field {
        padding-left: 3.6rem
    }
}

@media screen and (min-width:0) {
    .global-header__search .search-field {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .global-header__search .search-field {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .global-header__search .search-field {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .global-header__search .search-field {
        padding-right: 2rem
    }
}

@media screen and (min-width:1424px) {
    .global-header__search .search-field {
        padding-right: 2rem
    }
}

.global-header__search .screen-reader-text,
.global-header__search .search-submit {
    display: none
}

.global-header__search .ion {
    color: #fff;
    position: absolute;
    top: 12px
}

@media screen and (min-width:0) {
    .global-header__search .ion {
        left: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .global-header__search .ion {
        left: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .global-header__search .ion {
        left: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .global-header__search .ion {
        left: 2rem
    }
}

@media screen and (min-width:1424px) {
    .global-header__search .ion {
        left: 2rem
    }
}

.global-header__search label {
    margin: 0;
    height: 100%
}

.global-header__community {
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #7bb53f;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    border-bottom: 1px solid #f1f1f1
}

@media (max-width:1079.98px) {
    .global-header__community {
        display: none
    }
}

@media screen and (min-width:0) {
    .global-header__community a {
        padding-left: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .global-header__community a {
        padding-left: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .global-header__community a {
        padding-left: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .global-header__community a {
        padding-left: 2rem
    }
}

@media screen and (min-width:1424px) {
    .global-header__community a {
        padding-left: 2rem
    }
}

@media screen and (min-width:0) {
    .global-header__community a {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .global-header__community a {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .global-header__community a {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .global-header__community a {
        padding-right: 2rem
    }
}

@media screen and (min-width:1424px) {
    .global-header__community a {
        padding-right: 2rem
    }
}

.global-header__community img {
    position: relative;
    top: 0
}

@media screen and (min-width:0) {
    .global-header__community img {
        margin-right: .45rem
    }
}

@media screen and (min-width:576px) {
    .global-header__community img {
        margin-right: .45rem
    }
}

@media screen and (min-width:1080px) {
    .global-header__community img {
        margin-right: .45rem
    }
}

@media screen and (min-width:1312px) {
    .global-header__community img {
        margin-right: .6rem
    }
}

@media screen and (min-width:1424px) {
    .global-header__community img {
        margin-right: .6rem
    }
}

.global-header__donate{
    display: none
}


@media(min-width: 576px){
	.global-header__donate a{
		padding-left: 1.5rem;
    	padding-right: 1.5rem;
	}
}

@media(min-width: 1080px){
    .global-header__donate{
        position: relative;
        align-content: center;
        align-items: center;
        display: flex;
        background: #7bb53f;
        border-left: 1px solid #08325d;
    }
    .global-header__donate a{
        border: 0;
        color: #fff;
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
		padding-left: 1.5rem;
    	padding-right: 1.5rem;
    }
    .global-header__donate a:hover{
        color: #0a417a;
    }
    .global-header__donate i{
        margin-left: .6rem;
    }
}

.hero {
    background-color: #0a417a;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.hero__container {
    text-align: center
}

@media screen and (min-width:0) {
    .hero__container {
        padding: 3rem
    }
}

@media screen and (min-width:576px) {
    .hero__container {
        padding: 3rem
    }
}

@media screen and (min-width:1080px) {
    .hero__container {
        padding: 3rem
    }
}

@media screen and (min-width:1312px) {
    .hero__container {
        padding: 4rem
    }
}

@media screen and (min-width:1424px) {
    .hero__container {
        padding: 4rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:0) {
    .hero__container {
        padding: 3rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:576px) {
    .hero__container {
        padding: 3rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1080px) {
    .hero__container {
        padding: 3rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1312px) {
    .hero__container {
        padding: 4rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1424px) {
    .hero__container {
        padding: 4rem
    }
}

@media screen and (min-width:0) {
    .hero--has-bg {
        padding-bottom: 4.5rem
    }
}

@media screen and (min-width:576px) {
    .hero--has-bg {
        padding-bottom: 4.5rem
    }
}

@media screen and (min-width:1080px) {
    .hero--has-bg {
        padding-bottom: 4.5rem
    }
}

@media screen and (min-width:1312px) {
    .hero--has-bg {
        padding-bottom: 6rem
    }
}

@media screen and (min-width:1424px) {
    .hero--has-bg {
        padding-bottom: 6rem
    }
}

@media screen and (min-width:0) {
    .hero--has-bg {
        padding-top: 4.5rem
    }
}

@media screen and (min-width:576px) {
    .hero--has-bg {
        padding-top: 4.5rem
    }
}

@media screen and (min-width:1080px) {
    .hero--has-bg {
        padding-top: 4.5rem
    }
}

@media screen and (min-width:1312px) {
    .hero--has-bg {
        padding-top: 6rem
    }
}

@media screen and (min-width:1424px) {
    .hero--has-bg {
        padding-top: 6rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:0) {
    .hero--has-bg {
        padding-bottom: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:576px) {
    .hero--has-bg {
        padding-bottom: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1080px) {
    .hero--has-bg {
        padding-bottom: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1312px) {
    .hero--has-bg {
        padding-bottom: 2rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1424px) {
    .hero--has-bg {
        padding-bottom: 2rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:0) {
    .hero--has-bg {
        padding-top: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:576px) {
    .hero--has-bg {
        padding-top: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1080px) {
    .hero--has-bg {
        padding-top: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1312px) {
    .hero--has-bg {
        padding-top: 2rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1424px) {
    .hero--has-bg {
        padding-top: 2rem
    }
}

.hero--community_post .hero__container,
.hero--post .hero__container {
    text-align: left
}

@media screen and (min-width:0) {
    .hero--community_post .hero__title,
    .hero--post .hero__title {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .hero--community_post .hero__title,
    .hero--post .hero__title {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .hero--community_post .hero__title,
    .hero--post .hero__title {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .hero--community_post .hero__title,
    .hero--post .hero__title {
        margin-bottom: 2rem
    }
}

@media screen and (min-width:1424px) {
    .hero--community_post .hero__title,
    .hero--post .hero__title {
        margin-bottom: 2rem
    }
}

@media screen and (min-width:0) {
    .hero--community_post .hero__title,
    .hero--post .hero__title {
        margin-top: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .hero--community_post .hero__title,
    .hero--post .hero__title {
        margin-top: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .hero--community_post .hero__title,
    .hero--post .hero__title {
        margin-top: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .hero--community_post .hero__title,
    .hero--post .hero__title {
        margin-top: 2rem
    }
}

@media screen and (min-width:1424px) {
    .hero--community_post .hero__title,
    .hero--post .hero__title {
        margin-top: 2rem
    }
}

@media screen and (min-width:0) {
    .hero--community_post.hero--has-bg,
    .hero--post.hero--has-bg {
        padding-bottom: 2.25rem
    }
}

@media screen and (min-width:576px) {
    .hero--community_post.hero--has-bg,
    .hero--post.hero--has-bg {
        padding-bottom: 2.25rem
    }
}

@media screen and (min-width:1080px) {
    .hero--community_post.hero--has-bg,
    .hero--post.hero--has-bg {
        padding-bottom: 2.25rem
    }
}

@media screen and (min-width:1312px) {
    .hero--community_post.hero--has-bg,
    .hero--post.hero--has-bg {
        padding-bottom: 3rem
    }
}

@media screen and (min-width:1424px) {
    .hero--community_post.hero--has-bg,
    .hero--post.hero--has-bg {
        padding-bottom: 3rem
    }
}

@media screen and (min-width:0) {
    .hero--community_post.hero--has-bg,
    .hero--post.hero--has-bg {
        padding-top: 2.25rem
    }
}

@media screen and (min-width:576px) {
    .hero--community_post.hero--has-bg,
    .hero--post.hero--has-bg {
        padding-top: 2.25rem
    }
}

@media screen and (min-width:1080px) {
    .hero--community_post.hero--has-bg,
    .hero--post.hero--has-bg {
        padding-top: 2.25rem
    }
}

@media screen and (min-width:1312px) {
    .hero--community_post.hero--has-bg,
    .hero--post.hero--has-bg {
        padding-top: 3rem
    }
}

@media screen and (min-width:1424px) {
    .hero--community_post.hero--has-bg,
    .hero--post.hero--has-bg {
        padding-top: 3rem
    }
}

.hero--post {
    background-position: top
}

.hero__subtitle {
    font-size: 1.625rem;
    font-weight: 600
}

.hero__subtitle,
.hero__title {
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .31)
}

.hero__title {
    font-family: futura-pt-bold, freight-sans-pro, Roboto, Helvetica Neue, sans-serif;
    font-size: 3.25rem;
    font-weight: 700;
    margin-bottom: 0
}

@media (max-width:1079.98px) {
    .hero__title {
        font-size: 3.875rem
    }
}

.hero__meta {
    font-size: 1.1875rem;
    font-weight: 500;
    line-height: 1.15
}

.hero__author,
.hero__meta {
    color: #fff;
    text-shadow: 0 2px 4px 0 rgba(0, 0, 0, .48)
}

.hero__author {
    font-weight: 300;
    line-height: 1.33;
    display: flex;
    align-items: center
}

.hero__author-figure {
    border-radius: 50%;
    overflow: hidden
}

.hero__author-name {
    font-size: 1.5rem
}

.hero__author-meta {
    font-size: 1.375rem
}

.home-basic-content {
    text-align: center
}

@media screen and (min-width:0) {
    .home-basic-content {
        padding: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .home-basic-content {
        padding: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .home-basic-content {
        padding: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .home-basic-content {
        padding: 2rem
    }
}

@media screen and (min-width:1424px) {
    .home-basic-content {
        padding: 2rem
    }
}

.home-features {
    transform: translateY(-32%);
    margin-bottom: -100px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .16)
}

@media (max-width:1311.98px) {
    .home-features {
        transform: translateY(0);
        padding: 0!important
    }
}

@media screen and (max-width:1311.98px) and (min-width:0) {
    .home-features {
        margin-bottom: 2.25rem
    }
}

@media screen and (max-width:1311.98px) and (min-width:576px) {
    .home-features {
        margin-bottom: 2.25rem
    }
}

@media screen and (max-width:1311.98px) and (min-width:1080px) {
    .home-features {
        margin-bottom: 2.25rem
    }
}

@media screen and (max-width:1311.98px) and (min-width:1312px) {
    .home-features {
        margin-bottom: 3rem
    }
}

@media screen and (max-width:1311.98px) and (min-width:1424px) {
    .home-features {
        margin-bottom: 3rem
    }
}

.home-features__item {
    background-color: #7bb53f;
    text-align: center
}

@media screen and (min-width:0) {
    .home-features__item {
        padding: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .home-features__item {
        padding: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .home-features__item {
        padding: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .home-features__item {
        padding: 2rem
    }
}

@media screen and (min-width:1424px) {
    .home-features__item {
        padding: 2rem
    }
}

.home-features__item:nth-of-type(2n) {
    background-color: #6ea238
}

.home-features__icon {
    max-width: 160px
}

@media screen and (min-width:0) {
    .home-features__icon {
        margin-bottom: .75rem
    }
}

@media screen and (min-width:576px) {
    .home-features__icon {
        margin-bottom: .75rem
    }
}

@media screen and (min-width:1080px) {
    .home-features__icon {
        margin-bottom: .75rem
    }
}

@media screen and (min-width:1312px) {
    .home-features__icon {
        margin-bottom: 1rem
    }
}

@media screen and (min-width:1424px) {
    .home-features__icon {
        margin-bottom: 1rem
    }
}

.home-features__title {
    color: #fff;
    font-family: futura-pt-bold, freight-sans-pro, Roboto, Helvetica Neue, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
    font-size: 2.025rem
}

.home-features__content {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 0
}

@media screen and (min-width:0) {
    .home-features__content {
        padding: .375rem
    }
}

@media screen and (min-width:576px) {
    .home-features__content {
        padding: .375rem
    }
}

@media screen and (min-width:1080px) {
    .home-features__content {
        padding: .375rem
    }
}

@media screen and (min-width:1312px) {
    .home-features__content {
        padding: .5rem
    }
}

@media screen and (min-width:1424px) {
    .home-features__content {
        padding: .5rem
    }
}

@media screen and (min-width:0) {
    .home-features__content {
        margin-bottom: .75rem
    }
}

@media screen and (min-width:576px) {
    .home-features__content {
        margin-bottom: .75rem
    }
}

@media screen and (min-width:1080px) {
    .home-features__content {
        margin-bottom: .75rem
    }
}

@media screen and (min-width:1312px) {
    .home-features__content {
        margin-bottom: 1rem
    }
}

@media screen and (min-width:1424px) {
    .home-features__content {
        margin-bottom: 1rem
    }
}

.home-features__link {
    color: #0a417a;
    font-weight: 500;
    text-decoration: none;
    display: block;
    font-size: 1.2rem
}

@media screen and (min-width:0) {
    .home-features__link {
        margin-bottom: 1.125rem
    }
}

@media screen and (min-width:576px) {
    .home-features__link {
        margin-bottom: 1.125rem
    }
}

@media screen and (min-width:1080px) {
    .home-features__link {
        margin-bottom: 1.125rem
    }
}

@media screen and (min-width:1312px) {
    .home-features__link {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:1424px) {
    .home-features__link {
        margin-bottom: 1.5rem
    }
}

.home-features__link:hover {
    color: #06284b
}

.home-image-block {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
    max-width: 575px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    display: flex;
    flex-direction: row;
    position: relative
}

@media (min-width:576px) {
    .home-image-block {
        max-width: 1080px
    }
}

@media (min-width:1080px) {
    .home-image-block {
        max-width: 1312px
    }
}

@media (min-width:1312px) {
    .home-image-block {
        max-width: 1280px
    }
}

@media (min-width:1424px) {
    .home-image-block {
        max-width: 1392px
    }
}

@media screen and (min-width:0) {
    .home-image-block {
        padding: 6rem
    }
}

@media screen and (min-width:576px) {
    .home-image-block {
        padding: 6rem
    }
}

@media screen and (min-width:1080px) {
    .home-image-block {
        padding: 6rem
    }
}

@media screen and (min-width:1312px) {
    .home-image-block {
        padding: 8rem
    }
}

@media screen and (min-width:1424px) {
    .home-image-block {
        padding: 8rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:0) {
    .home-image-block {
        padding: 4.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:576px) {
    .home-image-block {
        padding: 4.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1080px) {
    .home-image-block {
        padding: 4.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1312px) {
    .home-image-block {
        padding: 6rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1424px) {
    .home-image-block {
        padding: 6rem
    }
}

@media (max-width:1079.98px) {
    .home-image-block:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: hsla(0, 0%, 100%, .8)
    }
}

.home-image-block__body {
    position: relative;
    max-width: 50%
}

@media (max-width:1079.98px) {
    .home-image-block__body {
        max-width: 100%
    }
}

.home-image-block__content {
    color: #fff
}

.home-image-block--right {
    flex-direction: row-reverse
}

.home-image-block--center {
    flex-direction: row;
    justify-content: center;
    text-align: center
}

.home-image-block--center .home-image-block__body {
    max-width: 70%
}

@media (max-width:1423.98px) {
    .home-image-block--center .home-image-block__body {
        max-width: 100%
    }
}

.home-image-block--blocked .home-image-block__body {
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgba(72, 72, 72, .16);
    border-radius: 4px
}

@media screen and (min-width:0) {
    .home-image-block--blocked .home-image-block__body {
        padding: 2.25rem
    }
}

@media screen and (min-width:576px) {
    .home-image-block--blocked .home-image-block__body {
        padding: 2.25rem
    }
}

@media screen and (min-width:1080px) {
    .home-image-block--blocked .home-image-block__body {
        padding: 2.25rem
    }
}

@media screen and (min-width:1312px) {
    .home-image-block--blocked .home-image-block__body {
        padding: 3rem
    }
}

@media screen and (min-width:1424px) {
    .home-image-block--blocked .home-image-block__body {
        padding: 3rem
    }
}

.home-image-block--blocked .home-image-block__content {
    color: #444
}

@media screen and (min-width:0) {
    .home-image-block--no-margin {
        margin-bottom: 0
    }
}

@media screen and (min-width:576px) {
    .home-image-block--no-margin {
        margin-bottom: 0
    }
}

@media screen and (min-width:1080px) {
    .home-image-block--no-margin {
        margin-bottom: 0
    }
}

@media screen and (min-width:1312px) {
    .home-image-block--no-margin {
        margin-bottom: 0
    }
}

@media screen and (min-width:1424px) {
    .home-image-block--no-margin {
        margin-bottom: 0
    }
}

@media screen and (min-width:0) {
    .home-image-block--no-margin {
        margin-top: 0
    }
}

@media screen and (min-width:576px) {
    .home-image-block--no-margin {
        margin-top: 0
    }
}

@media screen and (min-width:1080px) {
    .home-image-block--no-margin {
        margin-top: 0
    }
}

@media screen and (min-width:1312px) {
    .home-image-block--no-margin {
        margin-top: 0
    }
}

@media screen and (min-width:1424px) {
    .home-image-block--no-margin {
        margin-top: 0
    }
}

.home-recent-posts {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
    max-width: 575px;
    padding: 0;
    background-color: #fff
}

@media (min-width:576px) {
    .home-recent-posts {
        max-width: 1080px
    }
}

@media (min-width:1080px) {
    .home-recent-posts {
        max-width: 1312px
    }
}

@media (min-width:1312px) {
    .home-recent-posts {
        max-width: 1280px
    }
}

@media (min-width:1424px) {
    .home-recent-posts {
        max-width: 1392px
    }
}

.home-recent-posts__title {
    background-color: #7bb53f;
    color: #fff;
    font-family: futura-pt-bold, freight-sans-pro, Roboto, Helvetica Neue, sans-serif;
    font-size: 1.375rem;
    font-weight: 500;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px
}

@media screen and (min-width:0) {
    .home-recent-posts__title {
        padding: 1.125rem
    }
}

@media screen and (min-width:576px) {
    .home-recent-posts__title {
        padding: 1.125rem
    }
}

@media screen and (min-width:1080px) {
    .home-recent-posts__title {
        padding: 1.125rem
    }
}

@media screen and (min-width:1312px) {
    .home-recent-posts__title {
        padding: 1.5rem
    }
}

@media screen and (min-width:1424px) {
    .home-recent-posts__title {
        padding: 1.5rem
    }
}

.home-recent-posts__title:after {
    bottom: 0;
    color: #7bb53f;
    content: "\F35F";
    display: inline-block;
    font-family: Ionicons;
    font-size: 80px;
    left: 50%;
    position: absolute;
    transform: translate3d(-50%, 50%, 0)
}

.home-recent-posts__items {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px
}

@media screen and (min-width:0) {
    .home-recent-posts__items {
        padding: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .home-recent-posts__items {
        padding: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .home-recent-posts__items {
        padding: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .home-recent-posts__items {
        padding: 2rem
    }
}

@media screen and (min-width:1424px) {
    .home-recent-posts__items {
        padding: 2rem
    }
}

@media screen and (min-width:0) {
    .home-recent-posts__items {
        padding-top: 3rem
    }
}

@media screen and (min-width:576px) {
    .home-recent-posts__items {
        padding-top: 3rem
    }
}

@media screen and (min-width:1080px) {
    .home-recent-posts__items {
        padding-top: 3rem
    }
}

@media screen and (min-width:1312px) {
    .home-recent-posts__items {
        padding-top: 4rem
    }
}

@media screen and (min-width:1424px) {
    .home-recent-posts__items {
        padding-top: 4rem
    }
}

.home-actions {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 30px solid #0a417a
}

@media screen and (min-width:0) {
    .home-actions {
        padding-top: 6.75rem
    }
}

@media screen and (min-width:576px) {
    .home-actions {
        padding-top: 6.75rem
    }
}

@media screen and (min-width:1080px) {
    .home-actions {
        padding-top: 6.75rem
    }
}

@media screen and (min-width:1312px) {
    .home-actions {
        padding-top: 9rem
    }
}

@media screen and (min-width:1424px) {
    .home-actions {
        padding-top: 9rem
    }
}

@media screen and (min-width:0) {
    .home-actions {
        padding-bottom: 6rem
    }
}

@media screen and (min-width:576px) {
    .home-actions {
        padding-bottom: 6rem
    }
}

@media screen and (min-width:1080px) {
    .home-actions {
        padding-bottom: 6rem
    }
}

@media screen and (min-width:1312px) {
    .home-actions {
        padding-bottom: 8rem
    }
}

@media screen and (min-width:1424px) {
    .home-actions {
        padding-bottom: 8rem
    }
}

@media screen and (min-width:0) {
    .home-actions__item {
        margin-bottom: 2.25rem
    }
}

@media screen and (min-width:576px) {
    .home-actions__item {
        margin-bottom: 2.25rem
    }
}

@media screen and (min-width:1080px) {
    .home-actions__item {
        margin-bottom: 2.25rem
    }
}

@media screen and (min-width:1312px) {
    .home-actions__item {
        margin-bottom: 3rem
    }
}

@media screen and (min-width:1424px) {
    .home-actions__item {
        margin-bottom: 3rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:0) {
    .home-actions__item {
        margin-bottom: 7.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:576px) {
    .home-actions__item {
        margin-bottom: 7.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1080px) {
    .home-actions__item {
        margin-bottom: 7.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1312px) {
    .home-actions__item {
        margin-bottom: 10rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1424px) {
    .home-actions__item {
        margin-bottom: 10rem
    }
}

@media screen and (min-width:0) {
    .home-actions__item:last-child {
        margin-bottom: 0
    }
}

@media screen and (min-width:576px) {
    .home-actions__item:last-child {
        margin-bottom: 0
    }
}

@media screen and (min-width:1080px) {
    .home-actions__item:last-child {
        margin-bottom: 0
    }
}

@media screen and (min-width:1312px) {
    .home-actions__item:last-child {
        margin-bottom: 0
    }
}

@media screen and (min-width:1424px) {
    .home-actions__item:last-child {
        margin-bottom: 0
    }
}

.home-actions__body {
    background-color: #fff;
    border-radius: 6px;
    color: #444;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: center
}

@media screen and (min-width:0) {
    .home-actions__body {
        padding: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .home-actions__body {
        padding: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .home-actions__body {
        padding: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .home-actions__body {
        padding: 2rem
    }
}

@media screen and (min-width:1424px) {
    .home-actions__body {
        padding: 2rem
    }
}

@media screen and (min-width:0) {

    .home-actions__body {
        padding-bottom: 2.7rem
    }
}

@media screen and (min-width:576px) {
    .home-actions__body {
        padding-bottom: 2.7rem
    }
}

@media screen and (min-width:1080px) {
    .home-actions__body {
        padding-bottom: 2.7rem
    }
}

@media screen and (min-width:1312px) {
    .home-actions__body {
        padding-bottom: 3.6rem
    }
}

@media screen and (min-width:1424px) {
    .home-actions__body {
        padding-bottom: 3.6rem
    }
}

.home-actions__icon {
    max-width: 120px;
    transform: translateY(-90px);
    margin-bottom: -50px
}

@media (max-width:1079.98px) {
    .home-actions__icon {
        transform: translateY(-80px)
    }
}

.home-actions__title {
    color: #7bb53f;
    font-family: futura-pt-bold, freight-sans-pro, Roboto, Helvetica Neue, sans-serif!important;
    font-size: 2.625rem;
    font-weight: 300!important;
    line-height: 1.2
}

@media screen and (min-width:0) {
    .home-actions__title {
        margin-bottom: 1.2rem
    }
}

@media screen and (min-width:576px) {
    .home-actions__title {
        margin-bottom: 1.2rem
    }
}

@media screen and (min-width:1080px) {
    .home-actions__title {
        margin-bottom: 1.2rem
    }
}

@media screen and (min-width:1312px) {
    .home-actions__title {
        margin-bottom: 1.6rem
    }
}

@media screen and (min-width:1424px) {
    .home-actions__title {
        margin-bottom: 1.6rem
    }
}

@media screen and (min-width:0) {
    .home-actions__content {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .home-actions__content {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .home-actions__content {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .home-actions__content {
        margin-bottom: 2rem
    }
}

@media screen and (min-width:1424px) {
    .home-actions__content {
        margin-bottom: 2rem
    }
}

.home-actions__link {
    background-color: #7bb53f;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-family: futura-pt-bold, freight-sans-pro, Roboto, Helvetica Neue, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center
}

@media screen and (min-width:0) {
    .home-actions__link {
        padding-bottom: .75rem
    }
}

@media screen and (min-width:576px) {
    .home-actions__link {
        padding-bottom: .75rem
    }
}

@media screen and (min-width:1080px) {
    .home-actions__link {
        padding-bottom: .75rem
    }
}

@media screen and (min-width:1312px) {
    .home-actions__link {
        padding-bottom: 1rem
    }
}

@media screen and (min-width:1424px) {
    .home-actions__link {
        padding-bottom: 1rem
    }
}

@media screen and (min-width:0) {
    .home-actions__link {
        padding-left: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .home-actions__link {
        padding-left: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .home-actions__link {
        padding-left: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .home-actions__link {
        padding-left: 2rem
    }
}

@media screen and (min-width:1424px) {
    .home-actions__link {
        padding-left: 2rem
    }
}

@media screen and (min-width:0) {
    .home-actions__link {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .home-actions__link {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .home-actions__link {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .home-actions__link {
        padding-right: 2rem
    }
}

@media screen and (min-width:1424px) {
    .home-actions__link {
        padding-right: 2rem
    }
}

@media screen and (min-width:0) {
    .home-actions__link {
        padding-top: .75rem
    }
}

@media screen and (min-width:576px) {
    .home-actions__link {
        padding-top: .75rem
    }
}

@media screen and (min-width:1080px) {
    .home-actions__link {
        padding-top: .75rem
    }
}

@media screen and (min-width:1312px) {
    .home-actions__link {
        padding-top: 1rem
    }
}

@media screen and (min-width:1424px) {
    .home-actions__link {
        padding-top: 1rem
    }
}

.home-actions__link:hover {
    background-color: #6ea238;
    color: #fff
}

@media screen and (min-width:0) {
    .home-content-toggle {
        padding: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .home-content-toggle {
        padding: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .home-content-toggle {
        padding: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .home-content-toggle {
        padding: 2rem
    }
}

@media screen and (min-width:1424px) {
    .home-content-toggle {
        padding: 2rem
    }
}

.home-content-toggle__wrapper {
    background: url(/wp-content/themes/oac/assets/images/bg-home-issues.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom
}

.home-content-toggle__title {
    text-align: center
}

@media screen and (min-width:0) {
    .home-content-toggle__title {
        padding-top: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .home-content-toggle__title {
        padding-top: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .home-content-toggle__title {
        padding-top: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .home-content-toggle__title {
        padding-top: 2rem
    }
}

@media screen and (min-width:1424px) {
    .home-content-toggle__title {
        padding-top: 2rem
    }
}

.home-news-and-events__section-title{
    color: #0a417a;
    font-size: 1.75rem;
}
.home-community-blog{
    display: flex;
    flex-direction: column;
}
.home-community-blog article{
    display: flex;
    margin-bottom: 2.5rem;
}

.home-community-blog__blog-img{
    width: 28%;
    height: 0px;
    min-width: 28%;
    padding-top: 28%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    margin-right: .75rem;
}
.home-community-blog__blog-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home-community-blog__blog-content .list-item__title{
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-size: 1.15rem;
    line-height: 1.15rem;
}
.home-community-blog__blog-content .list-item__title:hover, .home-oac-newsroom-article .list-item__title:hover{
    color: #7bb53f;
}
.home-community-blog__blog-content--bottom, .home-oac-newsroom--article__content--bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-community-blog__date{
    margin-bottom: 0rem;
    font-size: 1rem;
}
.list-item .home-community-blog__blog-content .read-more--post, .list-item .home-oac-newsroom-article .read-more--post{
    margin-top: 0rem;
}
.home-community-blog__blog-content .read-more--post:hover, .home-oac-newsroom-article .read-more--post:hover{
    color: #7bb53f;
}
.home-oac-newsroom-article{
    display: flex;
    flex-direction: column;
}
.home-oac-newsroom-article__image{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 50%;
}
.home-oac-newsroom-article .list-item__title{
    margin-bottom: .25rem;
}
.home-oac-newsroom-article__date{
    font-size: 1rem;
    margin-bottom: .25rem;
}


@media(min-width: 1312px){
	.global-header__donate a{
		padding-left: 2rem;
    	padding-right: 2rem;
	}
}

@media(min-width: 1424px){
	.global-header__donate a{
		padding-left: 2rem;
    	padding-right: 2rem;
	}
}

.home-donate-cta{
    margin: 4rem auto 0rem;
}

.home-donate-cta__container{
    display: flex;
    flex-direction: column;
    padding: 2rem;
    background: #fff;
    text-align: center;
    align-items: center;
}

.home-donate-cta__button{margin: 1.5rem 0rem auto 1rem}

@media(min-width: 576px){
    .home-donate-cta{max-width: 1080px;}
    .home-donate-cta__container{
        flex-direction: row;
        text-align: left;
    }
    .home-community-blog{
        border-left: 1px solid #ddd
    }
    .home-donate-cta__button{margin: auto 0rem auto 1rem}
    .home-news-and-events .home-recent-posts__items>.list-item{
        padding-left: 24px;
        padding-right: 24px;
    }
    .list-item .home-community-blog__blog-content .read-more--post, .list-item .home-oac-newsroom-article .read-more--post{
        margin-top: 0rem;
    }
}

@media(min-width: 1080px){
    .home-donate-cta{max-width: 1312px;}
    .home-community-blog{
        border-right: 1px solid #ddd
    }
    .list-item .home-community-blog__blog-content .read-more--post, .list-item .home-oac-newsroom-article .read-more--post{
        margin-top: 0rem;
    }
}

@media(min-width: 1312px){
    .home-donate-cta{max-width: 1280px;}
    .list-item .home-community-blog__blog-content .read-more--post, .list-item .home-oac-newsroom-article .read-more--post{
        margin-top: 0rem;
    }
}

@media(min-width: 1424px){
    .home-donate-cta{max-width: 1392px;}
    .list-item .home-community-blog__blog-content .read-more--post, .list-item .home-oac-newsroom-article .read-more--post{
        margin-top: 0rem;
    }
}

.home-content-toggle--default .home-content-toggle__tabs {
    display: flex;
    flex-direction: row
}

.home-content-toggle--default .home-content-toggle__tab {
    flex: 1;
    text-align: center
}

.home-content-toggle--default .home-content-toggle__tab:first-of-type {
    border-left: 1px solid #d8d8d8
}

.home-content-toggle--default .home-content-toggle__tab .nav-link {
    background-color: #f9f9f9;
    border: 1px solid #d8d8d8;
    border-left: 0;
    border-radius: 0;
    color: #444;
    font-size: 1.25rem;
    font-weight: 600
}

@media screen and (min-width:0) {
    .home-content-toggle--default .home-content-toggle__tab .nav-link {
        padding: .9rem
    }
}

@media screen and (min-width:576px) {
    .home-content-toggle--default .home-content-toggle__tab .nav-link {
        padding: .9rem
    }
}

@media screen and (min-width:1080px) {
    .home-content-toggle--default .home-content-toggle__tab .nav-link {
        padding: .9rem
    }
}

@media screen and (min-width:1312px) {
    .home-content-toggle--default .home-content-toggle__tab .nav-link {
        padding: 1.2rem
    }
}

@media screen and (min-width:1424px) {
    .home-content-toggle--default .home-content-toggle__tab .nav-link {
        padding: 1.2rem
    }
}

.home-content-toggle--default .home-content-toggle__tab .nav-link.active {
    background-color: #fff
}

@media screen and (min-width:0) {
    .home-content-toggle--default .home-content-toggle__content {
        padding: 2.25rem
    }
}

@media screen and (min-width:576px) {
    .home-content-toggle--default .home-content-toggle__content {
        padding: 2.25rem
    }
}

@media screen and (min-width:1080px) {
    .home-content-toggle--default .home-content-toggle__content {
        padding: 2.25rem
    }
}

@media screen and (min-width:1312px) {
    .home-content-toggle--default .home-content-toggle__content {
        padding: 3rem
    }
}

@media screen and (min-width:1424px) {
    .home-content-toggle--default .home-content-toggle__content {
        padding: 3rem
    }
}

.home-content-toggle--left {
    display: flex;
    flex-direction: row
}

@media screen and (min-width:0) {
    .home-content-toggle--left {
        padding: 3rem
    }
}

@media screen and (min-width:576px) {
    .home-content-toggle--left {
        padding: 3rem
    }
}

@media screen and (min-width:1080px) {
    .home-content-toggle--left {
        padding: 3rem
    }
}

@media screen and (min-width:1312px) {
    .home-content-toggle--left {
        padding: 4rem
    }
}

@media screen and (min-width:1424px) {
    .home-content-toggle--left {
        padding: 4rem
    }
}

@media screen and (max-width:1423.98px) and (min-width:0) {
    .home-content-toggle--left {
        padding: .75rem
    }
}

@media screen and (max-width:1423.98px) and (min-width:576px) {
    .home-content-toggle--left {
        padding: .75rem
    }
}

@media screen and (max-width:1423.98px) and (min-width:1080px) {
    .home-content-toggle--left {
        padding: .75rem
    }
}

@media screen and (max-width:1423.98px) and (min-width:1312px) {
    .home-content-toggle--left {
        padding: 1rem
    }
}

@media screen and (max-width:1423.98px) and (min-width:1424px) {
    .home-content-toggle--left {
        padding: 1rem
    }
}

@media (max-width:1079.98px) {
    .home-content-toggle--left {
        flex-direction: column
    }
}

.home-content-toggle--left .home-content-toggle__tabs {
    border: 0;
    display: flex;
    flex-direction: column;
    flex: 0 0 25%;
    max-width: 25%
}

@media (max-width:1079.98px) {
    .home-content-toggle--left .home-content-toggle__tabs {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (max-width:1079.98px) and (min-width:0) {
    .home-content-toggle--left .home-content-toggle__tabs {
        padding: 1.8rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:576px) {
    .home-content-toggle--left .home-content-toggle__tabs {
        padding: 1.8rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1080px) {
    .home-content-toggle--left .home-content-toggle__tabs {
        padding: 1.8rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1312px) {
    .home-content-toggle--left .home-content-toggle__tabs {
        padding: 2.4rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1424px) {
    .home-content-toggle--left .home-content-toggle__tabs {
        padding: 2.4rem
    }
}

.home-content-toggle--left .home-content-toggle__tab {
    border: 0
}

.home-content-toggle--left .home-content-toggle__tab .nav-link {
    color: #444;
    border: 0;
    border-left: 15px solid #d8d8d8;
    border-radius: 0;
    font-size: 1.5rem;
    font-weight: 500
}

@media screen and (min-width:0) {
    .home-content-toggle--left .home-content-toggle__tab .nav-link {
        padding: .9rem
    }
}

@media screen and (min-width:576px) {
    .home-content-toggle--left .home-content-toggle__tab .nav-link {
        padding: .9rem
    }
}

@media screen and (min-width:1080px) {
    .home-content-toggle--left .home-content-toggle__tab .nav-link {
        padding: .9rem
    }
}

@media screen and (min-width:1312px) {
    .home-content-toggle--left .home-content-toggle__tab .nav-link {
        padding: 1.2rem
    }
}

@media screen and (min-width:1424px) {
    .home-content-toggle--left .home-content-toggle__tab .nav-link {
        padding: 1.2rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:0) {
    .home-content-toggle--left .home-content-toggle__tab .nav-link {
        padding-bottom: .3rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:576px) {
    .home-content-toggle--left .home-content-toggle__tab .nav-link {
        padding-bottom: .3rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1080px) {
    .home-content-toggle--left .home-content-toggle__tab .nav-link {
        padding-bottom: .3rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1312px) {
    .home-content-toggle--left .home-content-toggle__tab .nav-link {
        padding-bottom: .4rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1424px) {
    .home-content-toggle--left .home-content-toggle__tab .nav-link {
        padding-bottom: .4rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:0) {
    .home-content-toggle--left .home-content-toggle__tab .nav-link {
        padding-top: .3rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:576px) {
    .home-content-toggle--left .home-content-toggle__tab .nav-link {
        padding-top: .3rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1080px) {
    .home-content-toggle--left .home-content-toggle__tab .nav-link {
        padding-top: .3rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1312px) {
    .home-content-toggle--left .home-content-toggle__tab .nav-link {
        padding-top: .4rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1424px) {
    .home-content-toggle--left .home-content-toggle__tab .nav-link {
        padding-top: .4rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:0) {
    .home-content-toggle--left .home-content-toggle__tab .nav-link {
        padding-left: .9rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:576px) {
    .home-content-toggle--left .home-content-toggle__tab .nav-link {
        padding-left: .9rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1080px) {
    .home-content-toggle--left .home-content-toggle__tab .nav-link {
        padding-left: .9rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1312px) {
    .home-content-toggle--left .home-content-toggle__tab .nav-link {
        padding-left: 1.2rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1424px) {
    .home-content-toggle--left .home-content-toggle__tab .nav-link {
        padding-left: 1.2rem
    }
}

.home-content-toggle--left .home-content-toggle__tab .nav-link.active {
    border-left-color: #7bb53f;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .13);
    color: #7bb53f;
    font-weight: 600
}

.home-content-toggle--left .home-content-toggle__content {
    flex: 1;
    padding-top: 0!important
}

@media screen and (min-width:0) {
    .home-content-toggle--left .home-content-toggle__content {
        padding: 1.8rem
    }
}

@media screen and (min-width:576px) {
    .home-content-toggle--left .home-content-toggle__content {
        padding: 1.8rem
    }
}

@media screen and (min-width:1080px) {
    .home-content-toggle--left .home-content-toggle__content {
        padding: 1.8rem
    }
}

@media screen and (min-width:1312px) {
    .home-content-toggle--left .home-content-toggle__content {
        padding: 2.4rem
    }
}

@media screen and (min-width:1424px) {
    .home-content-toggle--left .home-content-toggle__content {
        padding: 2.4rem
    }
}

@media screen and (min-width:0) {
    .list-item--post {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .list-item--post {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .list-item--post {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .list-item--post {
        margin-bottom: 2rem
    }
}

@media screen and (min-width:1424px) {
    .list-item--post {
        margin-bottom: 2rem
    }
}

.list-item--gallery__item {
    align-items: center;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: 300px;
    justify-content: center;
    position: relative
}

.list-item--gallery__item:before {
    content: "";
    background-color: #010101;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10;
    transition: opacity .25s cubic-bezier(.4, 0, .2, 1);
    will-change: opacity
}

.list-item--gallery__item:hover .list-item__button {
    opacity: 1
}

.list-item--gallery__item:hover:before {
    opacity: .6
}

.list-item__button {
    border-radius: 33px;
    background-color: #0a417a;
    border: 0;
    color: #fff!important;
    cursor: pointer;
    font-family: futura-pt-bold, freight-sans-pro, Roboto, Helvetica Neue, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 1.2px;
    opacity: 0;
    outline: 0;
    text-transform: uppercase;
    transition: background-color .25s cubic-bezier(.4, 0, .2, 1), opacity .25s cubic-bezier(.4, 0, .2, 1);
    will-change: background-color, opacity;
    z-index: 20
}

@media screen and (min-width:0) {
    .list-item__button {
        padding-bottom: .75rem
    }
}

@media screen and (min-width:576px) {
    .list-item__button {
        padding-bottom: .75rem
    }
}

@media screen and (min-width:1080px) {
    .list-item__button {
        padding-bottom: .75rem
    }
}

@media screen and (min-width:1312px) {
    .list-item__button {
        padding-bottom: 1rem
    }
}

@media screen and (min-width:1424px) {
    .list-item__button {
        padding-bottom: 1rem
    }
}

@media screen and (min-width:0) {
    .list-item__button {
        padding-left: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .list-item__button {
        padding-left: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .list-item__button {
        padding-left: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .list-item__button {
        padding-left: 2rem
    }
}

@media screen and (min-width:1424px) {
    .list-item__button {
        padding-left: 2rem
    }
}

@media screen and (min-width:0) {
    .list-item__button {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .list-item__button {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .list-item__button {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .list-item__button {
        padding-right: 2rem
    }
}

@media screen and (min-width:1424px) {
    .list-item__button {
        padding-right: 2rem
    }
}

@media screen and (min-width:0) {
    .list-item__button {
        padding-top: .75rem
    }
}

@media screen and (min-width:576px) {
    .list-item__button {
        padding-top: .75rem
    }
}

@media screen and (min-width:1080px) {
    .list-item__button {
        padding-top: .75rem
    }
}

@media screen and (min-width:1312px) {
    .list-item__button {
        padding-top: 1rem
    }
}

@media screen and (min-width:1424px) {
    .list-item__button {
        padding-top: 1rem
    }
}

@media screen and (min-width:0) {
    .list-item__button {
        margin-bottom: .75rem
    }
}

@media screen and (min-width:576px) {
    .list-item__button {
        margin-bottom: .75rem
    }
}

@media screen and (min-width:1080px) {
    .list-item__button {
        margin-bottom: .75rem
    }
}

@media screen and (min-width:1312px) {
    .list-item__button {
        margin-bottom: 1rem
    }
}

@media screen and (min-width:1424px) {
    .list-item__button {
        margin-bottom: 1rem
    }
}

@media screen and (min-width:0) {
    .list-item__button {
        margin-top: .75rem
    }
}

@media screen and (min-width:576px) {
    .list-item__button {
        margin-top: .75rem
    }
}

@media screen and (min-width:1080px) {
    .list-item__button {
        margin-top: .75rem
    }
}

@media screen and (min-width:1312px) {
    .list-item__button {
        margin-top: 1rem
    }
}

@media screen and (min-width:1424px) {
    .list-item__button {
        margin-top: 1rem
    }
}

.list-item__button:hover {
    background-color: #08325e
}

.list-item__button--secondary {
    background-color: #7bb53f
}

.list-item__button--secondary:hover {
    background-color: #6c9e37
}

.list-item__button--modal {
    margin: 0;
    opacity: 1
}

@media screen and (min-width:0) {
    .list-item__button--modal {
        padding-bottom: .375rem
    }
}

@media screen and (min-width:576px) {
    .list-item__button--modal {
        padding-bottom: .375rem
    }
}

@media screen and (min-width:1080px) {
    .list-item__button--modal {
        padding-bottom: .375rem
    }
}

@media screen and (min-width:1312px) {
    .list-item__button--modal {
        padding-bottom: .5rem
    }
}

@media screen and (min-width:1424px) {
    .list-item__button--modal {
        padding-bottom: .5rem
    }
}

@media screen and (min-width:0) {
    .list-item__button--modal {
        padding-left: .75rem
    }
}

@media screen and (min-width:576px) {
    .list-item__button--modal {
        padding-left: .75rem
    }
}

@media screen and (min-width:1080px) {
    .list-item__button--modal {
        padding-left: .75rem
    }
}

@media screen and (min-width:1312px) {
    .list-item__button--modal {
        padding-left: 1rem
    }
}

@media screen and (min-width:1424px) {
    .list-item__button--modal {
        padding-left: 1rem
    }
}

@media screen and (min-width:0) {
    .list-item__button--modal {
        padding-right: .75rem
    }
}

@media screen and (min-width:576px) {
    .list-item__button--modal {
        padding-right: .75rem
    }
}

@media screen and (min-width:1080px) {
    .list-item__button--modal {
        padding-right: .75rem
    }
}

@media screen and (min-width:1312px) {
    .list-item__button--modal {
        padding-right: 1rem
    }
}

@media screen and (min-width:1424px) {
    .list-item__button--modal {
        padding-right: 1rem
    }
}

@media screen and (min-width:0) {
    .list-item__button--modal {
        padding-top: .375rem
    }
}

@media screen and (min-width:576px) {
    .list-item__button--modal {
        padding-top: .375rem
    }
}

@media screen and (min-width:1080px) {
    .list-item__button--modal {
        padding-top: .375rem
    }
}

@media screen and (min-width:1312px) {
    .list-item__button--modal {
        padding-top: .5rem
    }
}

@media screen and (min-width:1424px) {
    .list-item__button--modal {
        padding-top: .5rem
    }
}

.list-item__thumbnail {
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    display: block
}

.list-item__thumbnail:before {
    content: "";
    display: block;
    position: relative;
    padding-top: 56.17978%
}

.list-item__thumbnail--post {
    background-image: url(/wp-content/themes/oac/assets/images/bg-placeholder.jpg)
}

.list-item__title {
    color: #444;
    display: inline-block;
    font-size: 1.625rem;
    font-family: futura-pt-bold, freight-sans-pro, Roboto, Helvetica Neue, sans-serif;
    font-weight: 700;
    line-height: 1.75rem
}

@media screen and (min-width:0) {
    .list-item__title {
        margin-bottom: .75rem
    }
}

@media screen and (min-width:576px) {
    .list-item__title {
        margin-bottom: .75rem
    }
}

@media screen and (min-width:1080px) {
    .list-item__title {
        margin-bottom: .75rem
    }
}

@media screen and (min-width:1312px) {
    .list-item__title {
        margin-bottom: 1rem
    }
}

@media screen and (min-width:1424px) {
    .list-item__title {
        margin-bottom: 1rem
    }
}

@media screen and (min-width:0) {
    .list-item__title {
        margin-top: .75rem
    }
}

@media screen and (min-width:576px) {
    .list-item__title {
        margin-top: .75rem
    }
}

@media screen and (min-width:1080px) {
    .list-item__title {
        margin-top: .75rem
    }
}

@media screen and (min-width:1312px) {
    .list-item__title {
        margin-top: 1rem
    }
}

@media screen and (min-width:1424px) {
    .list-item__title {
        margin-top: 1rem
    }
}

@media screen and (min-width:0) {
    .list-item__title--post {
        margin-bottom: 0
    }
}

@media screen and (min-width:576px) {
    .list-item__title--post {
        margin-bottom: 0
    }
}

@media screen and (min-width:1080px) {
    .list-item__title--post {
        margin-bottom: 0
    }
}

@media screen and (min-width:1312px) {
    .list-item__title--post {
        margin-bottom: 0
    }
}

@media screen and (min-width:1424px) {
    .list-item__title--post {
        margin-bottom: 0
    }
}

@media screen and (min-width:0) {
    .list-item__title--community_post {
        margin-bottom: 0
    }
}

@media screen and (min-width:576px) {
    .list-item__title--community_post {
        margin-bottom: 0
    }
}

@media screen and (min-width:1080px) {
    .list-item__title--community_post {
        margin-bottom: 0
    }
}

@media screen and (min-width:1312px) {
    .list-item__title--community_post {
        margin-bottom: 0
    }
}

@media screen and (min-width:1424px) {
    .list-item__title--community_post {
        margin-bottom: 0
    }
}

.list-item .read-more {
    display: inline-block
}

@media screen and (min-width:0) {
    .list-item .read-more {
        margin-top: .75rem
    }
}

@media screen and (min-width:576px) {
    .list-item .read-more {
        margin-top: .75rem
    }
}

@media screen and (min-width:1080px) {
    .list-item .read-more {
        margin-top: .75rem
    }
}

@media screen and (min-width:1312px) {
    .list-item .read-more {
        margin-top: 1rem
    }
}

@media screen and (min-width:1424px) {
    .list-item .read-more {
        margin-top: 1rem
    }
}

@media screen and (min-width:0) {
    .list-item__body {
        padding: .75rem
    }
}

@media screen and (min-width:576px) {
    .list-item__body {
        padding: .75rem
    }
}

@media screen and (min-width:1080px) {
    .list-item__body {
        padding: .75rem
    }
}

@media screen and (min-width:1312px) {
    .list-item__body {
        padding: 1rem
    }
}

@media screen and (min-width:1424px) {
    .list-item__body {
        padding: 1rem
    }
}

@media screen and (min-width:0) {
    .list-item__summary--post {
        margin-top: .75rem
    }
}

@media screen and (min-width:576px) {
    .list-item__summary--post {
        margin-top: .75rem
    }
}

@media screen and (min-width:1080px) {
    .list-item__summary--post {
        margin-top: .75rem
    }
}

@media screen and (min-width:1312px) {
    .list-item__summary--post {
        margin-top: 1rem
    }
}

@media screen and (min-width:1424px) {
    .list-item__summary--post {
        margin-top: 1rem
    }
}

@media screen and (min-width:0) {
    .list-item__summary--post {
        margin-bottom: .75rem
    }
}

@media screen and (min-width:576px) {
    .list-item__summary--post {
        margin-bottom: .75rem
    }
}

@media screen and (min-width:1080px) {
    .list-item__summary--post {
        margin-bottom: .75rem
    }
}

@media screen and (min-width:1312px) {
    .list-item__summary--post {
        margin-bottom: 1rem
    }
}

@media screen and (min-width:1424px) {
    .list-item__summary--post {
        margin-bottom: 1rem
    }
}

.list-item--community_post {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
    border-bottom: 1px solid #e7e7e7
}

@media screen and (min-width:0) {
    .list-item-meta--community_post {
        margin-bottom: .75rem
    }
}

@media screen and (min-width:576px) {
    .list-item-meta--community_post {
        margin-bottom: .75rem
    }
}

@media screen and (min-width:1080px) {
    .list-item-meta--community_post {
        margin-bottom: .75rem
    }
}

@media screen and (min-width:1312px) {
    .list-item-meta--community_post {
        margin-bottom: 1rem
    }
}

@media screen and (min-width:1424px) {
    .list-item-meta--community_post {
        margin-bottom: 1rem
    }
}

@media screen and (min-width:0) {
    .list-item--gallery {
        margin-bottom: 1.125rem
    }
}

@media screen and (min-width:576px) {
    .list-item--gallery {
        margin-bottom: 1.125rem
    }
}

@media screen and (min-width:1080px) {
    .list-item--gallery {
        margin-bottom: 1.125rem
    }
}

@media screen and (min-width:1312px) {
    .list-item--gallery {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:1424px) {
    .list-item--gallery {
        margin-bottom: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:0) {
    .list-item--gallery {
        margin-bottom: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:576px) {
    .list-item--gallery {
        margin-bottom: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1080px) {
    .list-item--gallery {
        margin-bottom: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1312px) {
    .list-item--gallery {
        margin-bottom: 2rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1424px) {
    .list-item--gallery {
        margin-bottom: 2rem
    }
}

@media screen and (min-width:0) {
    .list-gallery {
        margin-top: 7.2rem
    }
}

@media screen and (min-width:576px) {
    .list-gallery {
        margin-top: 7.2rem
    }
}

@media screen and (min-width:1080px) {
    .list-gallery {
        margin-top: 7.2rem
    }
}

@media screen and (min-width:1312px) {
    .list-gallery {
        margin-top: 9.6rem
    }
}

@media screen and (min-width:1424px) {
    .list-gallery {
        margin-top: 9.6rem
    }
}

@media screen and (min-width:0) {
    .list-gallery {
        padding: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .list-gallery {
        padding: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .list-gallery {
        padding: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .list-gallery {
        padding: 2rem
    }
}

@media screen and (min-width:1424px) {
    .list-gallery {
        padding: 2rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:0) {
    .list-gallery {
        margin-top: 3rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:576px) {
    .list-gallery {
        margin-top: 3rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1080px) {
    .list-gallery {
        margin-top: 3rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1312px) {
    .list-gallery {
        margin-top: 4rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1424px) {
    .list-gallery {
        margin-top: 4rem
    }
}

@media screen and (min-width:0) {
    .list--gallery {
        padding: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .list--gallery {
        padding: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .list--gallery {
        padding: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .list--gallery {
        padding: 2rem
    }
}

@media screen and (min-width:1424px) {
    .list--gallery {
        padding: 2rem
    }
}

@media screen and (min-width:0) {
    .list-post {
        margin-top: 7.2rem
    }
}

@media screen and (min-width:576px) {
    .list-post {
        margin-top: 7.2rem
    }
}

@media screen and (min-width:1080px) {
    .list-post {
        margin-top: 7.2rem
    }
}

@media screen and (min-width:1312px) {
    .list-post {
        margin-top: 9.6rem
    }
}

@media screen and (min-width:1424px) {
    .list-post {
        margin-top: 9.6rem
    }
}

@media screen and (min-width:0) {
    .list-post {
        padding: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .list-post {
        padding: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .list-post {
        padding: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .list-post {
        padding: 2rem
    }
}

@media screen and (min-width:1424px) {
    .list-post {
        padding: 2rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:0) {
    .list-post {
        margin-top: 3rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:576px) {
    .list-post {
        margin-top: 3rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1080px) {
    .list-post {
        margin-top: 3rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1312px) {
    .list-post {
        margin-top: 4rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1424px) {
    .list-post {
        margin-top: 4rem
    }
}

@media screen and (min-width:0) {
    .list-post--community_post {
        margin-top: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .list-post--community_post {
        margin-top: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .list-post--community_post {
        margin-top: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .list-post--community_post {
        margin-top: 2rem
    }
}

@media screen and (min-width:1424px) {
    .list-post--community_post {
        margin-top: 2rem
    }
}

@media (max-width:1079.98px) {
    .list-post--community_post {
        margin-top: 0!important
    }
}

.list-post--community_post h4 {
    color: #0a417a!important;
    margin-bottom: 0
}

.pagination {
    text-align: right;
    width: 100%
}

@media screen and (min-width:0) {
    .pagination {
        margin-top: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .pagination {
        margin-top: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .pagination {
        margin-top: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .pagination {
        margin-top: 2rem
    }
}

@media screen and (min-width:1424px) {
    .pagination {
        margin-top: 2rem
    }
}

.pagination h2 {
    display: none
}

.pagination .nav-links {
    display: flex;
    color: #444;
    font-size: 1.75rem;
    font-weight: 500;
    margin: 0 auto;
    text-align: center
}

.pagination .nav-links .meta-nav {
    display: none
}

.pagination .nav-links .page-numbers {
    color: #444;
    display: inline-block;
    align-items: center;
    justify-content: center;
    height: 1.3em;
    width: 1.3em;
    line-height: .5;
    padding: .5rem;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .15s ease-out;
    margin-right: .5em
}

.pagination .nav-links .page-numbers.next,
.pagination .nav-links .page-numbers.prev {
    color: #8c8d8d;
    font-size: 20px
}

.pagination .nav-links .page-numbers:hover {
    color: #0a417a
}

.pagination .nav-links .page-numbers.current {
    background-color: #0a417a;
    border-radius: 50%;
    color: #fff
}

#loginform_login .login-password,
#loginform_login .login-username {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative
}

#loginform_login .input {
    background-color: #f9f9f9;
    border: 0;
    border-radius: 10px;
    font-size: 1.375rem;
    font-weight: 600;
    outline: 0;
    width: 50%;
    -webkit-appearance: none
}

@media screen and (min-width:0) {
    #loginform_login .input {
        padding: .75rem
    }
}

@media screen and (min-width:576px) {
    #loginform_login .input {
        padding: .75rem
    }
}

@media screen and (min-width:1080px) {
    #loginform_login .input {
        padding: .75rem
    }
}

@media screen and (min-width:1312px) {
    #loginform_login .input {
        padding: 1rem
    }
}

@media screen and (min-width:1424px) {
    #loginform_login .input {
        padding: 1rem
    }
}

#loginform_login label {
    font-size: 1.375rem;
    font-weight: 600
}

#loginform_login .button {
    background-color: #7bb53f;
    color: #fff;
    border: 0;
    border-radius: 33px;
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase
}

@media screen and (min-width:0) {
    #loginform_login .button {
        padding-bottom: .75rem
    }
}

@media screen and (min-width:576px) {
    #loginform_login .button {
        padding-bottom: .75rem
    }
}

@media screen and (min-width:1080px) {
    #loginform_login .button {
        padding-bottom: .75rem
    }
}

@media screen and (min-width:1312px) {
    #loginform_login .button {
        padding-bottom: 1rem
    }
}

@media screen and (min-width:1424px) {
    #loginform_login .button {
        padding-bottom: 1rem
    }
}

@media screen and (min-width:0) {
    #loginform_login .button {
        padding-top: .75rem
    }
}

@media screen and (min-width:576px) {
    #loginform_login .button {
        padding-top: .75rem
    }
}

@media screen and (min-width:1080px) {
    #loginform_login .button {
        padding-top: .75rem
    }
}

@media screen and (min-width:1312px) {
    #loginform_login .button {
        padding-top: 1rem
    }
}

@media screen and (min-width:1424px) {
    #loginform_login .button {
        padding-top: 1rem
    }
}

@media screen and (min-width:0) {
    #loginform_login .button {
        padding-left: 2.25rem
    }
}

@media screen and (min-width:576px) {
    #loginform_login .button {
        padding-left: 2.25rem
    }
}

@media screen and (min-width:1080px) {
    #loginform_login .button {
        padding-left: 2.25rem
    }
}

@media screen and (min-width:1312px) {
    #loginform_login .button {
        padding-left: 3rem
    }
}

@media screen and (min-width:1424px) {
    #loginform_login .button {
        padding-left: 3rem
    }
}

@media screen and (min-width:0) {
    #loginform_login .button {
        padding-right: 2.25rem
    }
}

@media screen and (min-width:576px) {
    #loginform_login .button {
        padding-right: 2.25rem
    }
}

@media screen and (min-width:1080px) {
    #loginform_login .button {
        padding-right: 2.25rem
    }
}

@media screen and (min-width:1312px) {
    #loginform_login .button {
        padding-right: 3rem
    }
}

@media screen and (min-width:1424px) {
    #loginform_login .button {
        padding-right: 3rem
    }
}

.ion-alert-circled:before,
.ion-alert:before,
.ion-android-add-circle:before,
.ion-android-add:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-cloud:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done-all:before,
.ion-android-done:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite-outline:before,
.ion-android-favorite:before,
.ion-android-film:before,
.ion-android-folder-open:before,
.ion-android-folder:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone-off:before,
.ion-android-microphone:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-notifications:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person-add:before,
.ion-android-person:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove-circle:before,
.ion-android-remove:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share-alt:before,
.ion-android-share:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-star:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace-outline:before,
.ion-backspace:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox-working:before,
.ion-chatbox:before,
.ion-chatboxes:before,
.ion-chatbubble-working:before,
.ion-chatbubble:before,
.ion-chatbubbles:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-checkmark:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-close:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-code:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document-text:before,
.ion-document:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email-unread:before,
.ion-email:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-erlenmeyer-flask:before,
.ion-eye-disabled:before,
.ion-eye:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash-off:before,
.ion-flash:before,
.ion-folder:before,
.ion-fork-repo:before,
.ion-fork:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy-outline:before,
.ion-happy:before,
.ion-headphone:before,
.ion-heart-broken:before,
.ion-heart:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-help:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information-circled:before,
.ion-information:before,
.ion-ionic:before,
.ion-ios-alarm-outline:before,
.ion-ios-alarm:before,
.ion-ios-albums-outline:before,
.ion-ios-albums:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-analytics-outline:before,
.ion-ios-analytics:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at-outline:before,
.ion-ios-at:before,
.ion-ios-barcode-outline:before,
.ion-ios-barcode:before,
.ion-ios-baseball-outline:before,
.ion-ios-baseball:before,
.ion-ios-basketball-outline:before,
.ion-ios-basketball:before,
.ion-ios-bell-outline:before,
.ion-ios-bell:before,
.ion-ios-body-outline:before,
.ion-ios-body:before,
.ion-ios-bolt-outline:before,
.ion-ios-bolt:before,
.ion-ios-book-outline:before,
.ion-ios-book:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-box-outline:before,
.ion-ios-box:before,
.ion-ios-briefcase-outline:before,
.ion-ios-briefcase:before,
.ion-ios-browsers-outline:before,
.ion-ios-browsers:before,
.ion-ios-calculator-outline:before,
.ion-ios-calculator:before,
.ion-ios-calendar-outline:before,
.ion-ios-calendar:before,
.ion-ios-camera-outline:before,
.ion-ios-camera:before,
.ion-ios-cart-outline:before,
.ion-ios-cart:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-checkmark:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock-outline:before,
.ion-ios-clock:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-close:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cog-outline:before,
.ion-ios-cog:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-wand-outline:before,
.ion-ios-color-wand:before,
.ion-ios-compose-outline:before,
.ion-ios-compose:before,
.ion-ios-contact-outline:before,
.ion-ios-contact:before,
.ion-ios-copy-outline:before,
.ion-ios-copy:before,
.ion-ios-crop-strong:before,
.ion-ios-crop:before,
.ion-ios-download-outline:before,
.ion-ios-download:before,
.ion-ios-drag:before,
.ion-ios-email-outline:before,
.ion-ios-email:before,
.ion-ios-eye-outline:before,
.ion-ios-eye:before,
.ion-ios-fastforward-outline:before,
.ion-ios-fastforward:before,
.ion-ios-filing-outline:before,
.ion-ios-filing:before,
.ion-ios-film-outline:before,
.ion-ios-film:before,
.ion-ios-flag-outline:before,
.ion-ios-flag:before,
.ion-ios-flame-outline:before,
.ion-ios-flame:before,
.ion-ios-flask-outline:before,
.ion-ios-flask:before,
.ion-ios-flower-outline:before,
.ion-ios-flower:before,
.ion-ios-folder-outline:before,
.ion-ios-folder:before,
.ion-ios-football-outline:before,
.ion-ios-football:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-gear-outline:before,
.ion-ios-gear:before,
.ion-ios-glasses-outline:before,
.ion-ios-glasses:before,
.ion-ios-grid-view-outline:before,
.ion-ios-grid-view:before,
.ion-ios-heart-outline:before,
.ion-ios-heart:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-help:before,
.ion-ios-home-outline:before,
.ion-ios-home:before,
.ion-ios-infinite-outline:before,
.ion-ios-infinite:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-information:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad-outline:before,
.ion-ios-keypad:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-list-outline:before,
.ion-ios-list:before,
.ion-ios-location-outline:before,
.ion-ios-location:before,
.ion-ios-locked-outline:before,
.ion-ios-locked:before,
.ion-ios-loop-strong:before,
.ion-ios-loop:before,
.ion-ios-medical-outline:before,
.ion-ios-medical:before,
.ion-ios-medkit-outline:before,
.ion-ios-medkit:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-mic:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-minus:before,
.ion-ios-monitor-outline:before,
.ion-ios-monitor:before,
.ion-ios-moon-outline:before,
.ion-ios-moon:before,
.ion-ios-more-outline:before,
.ion-ios-more:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate-outline:before,
.ion-ios-navigate:before,
.ion-ios-nutrition-outline:before,
.ion-ios-nutrition:before,
.ion-ios-paper-outline:before,
.ion-ios-paper:before,
.ion-ios-paperplane-outline:before,
.ion-ios-paperplane:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-pause-outline:before,
.ion-ios-pause:before,
.ion-ios-paw-outline:before,
.ion-ios-paw:before,
.ion-ios-people-outline:before,
.ion-ios-people:before,
.ion-ios-person-outline:before,
.ion-ios-person:before,
.ion-ios-personadd-outline:before,
.ion-ios-personadd:before,
.ion-ios-photos-outline:before,
.ion-ios-photos:before,
.ion-ios-pie-outline:before,
.ion-ios-pie:before,
.ion-ios-pint-outline:before,
.ion-ios-pint:before,
.ion-ios-play-outline:before,
.ion-ios-play:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-plus:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetags-outline:before,
.ion-ios-pricetags:before,
.ion-ios-printer-outline:before,
.ion-ios-printer:before,
.ion-ios-pulse-strong:before,
.ion-ios-pulse:before,
.ion-ios-rainy-outline:before,
.ion-ios-rainy:before,
.ion-ios-recording-outline:before,
.ion-ios-recording:before,
.ion-ios-redo-outline:before,
.ion-ios-redo:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-refresh:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-reverse-camera:before,
.ion-ios-rewind-outline:before,
.ion-ios-rewind:before,
.ion-ios-rose-outline:before,
.ion-ios-rose:before,
.ion-ios-search-strong:before,
.ion-ios-search:before,
.ion-ios-settings-strong:before,
.ion-ios-settings:before,
.ion-ios-shuffle-strong:before,
.ion-ios-shuffle:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipbackward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-snowy:before,
.ion-ios-speedometer-outline:before,
.ion-ios-speedometer:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-star:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-sunny-outline:before,
.ion-ios-sunny:before,
.ion-ios-telephone-outline:before,
.ion-ios-telephone:before,
.ion-ios-tennisball-outline:before,
.ion-ios-tennisball:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-time-outline:before,
.ion-ios-time:before,
.ion-ios-timer-outline:before,
.ion-ios-timer:before,
.ion-ios-toggle-outline:before,
.ion-ios-toggle:before,
.ion-ios-trash-outline:before,
.ion-ios-trash:before,
.ion-ios-undo-outline:before,
.ion-ios-undo:before,
.ion-ios-unlocked-outline:before,
.ion-ios-unlocked:before,
.ion-ios-upload-outline:before,
.ion-ios-upload:before,
.ion-ios-videocam-outline:before,
.ion-ios-videocam:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass-outline:before,
.ion-ios-wineglass:before,
.ion-ios-world-outline:before,
.ion-ios-world:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-minus:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon-round:before,
.ion-navicon:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-person:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-plus:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply-all:before,
.ion-reply:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad-outline:before,
.ion-sad:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android-outline:before,
.ion-social-android:before,
.ion-social-angular-outline:before,
.ion-social-angular:before,
.ion-social-apple-outline:before,
.ion-social-apple:before,
.ion-social-bitcoin-outline:before,
.ion-social-bitcoin:before,
.ion-social-buffer-outline:before,
.ion-social-buffer:before,
.ion-social-chrome-outline:before,
.ion-social-chrome:before,
.ion-social-codepen-outline:before,
.ion-social-codepen:before,
.ion-social-css3-outline:before,
.ion-social-css3:before,
.ion-social-designernews-outline:before,
.ion-social-designernews:before,
.ion-social-dribbble-outline:before,
.ion-social-dribbble:before,
.ion-social-dropbox-outline:before,
.ion-social-dropbox:before,
.ion-social-euro-outline:before,
.ion-social-euro:before,
.ion-social-facebook-outline:before,
.ion-social-facebook:before,
.ion-social-foursquare-outline:before,
.ion-social-foursquare:before,
.ion-social-freebsd-devil:before,
.ion-social-github-outline:before,
.ion-social-github:before,
.ion-social-google-outline:before,
.ion-social-google:before,
.ion-social-googleplus-outline:before,
.ion-social-googleplus:before,
.ion-social-hackernews-outline:before,
.ion-social-hackernews:before,
.ion-social-html5-outline:before,
.ion-social-html5:before,
.ion-social-instagram-outline:before,
.ion-social-instagram:before,
.ion-social-javascript-outline:before,
.ion-social-javascript:before,
.ion-social-linkedin-outline:before,
.ion-social-linkedin:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest-outline:before,
.ion-social-pinterest:before,
.ion-social-python:before,
.ion-social-reddit-outline:before,
.ion-social-reddit:before,
.ion-social-rss-outline:before,
.ion-social-rss:before,
.ion-social-sass:before,
.ion-social-skype-outline:before,
.ion-social-skype:before,
.ion-social-snapchat-outline:before,
.ion-social-snapchat:before,
.ion-social-tumblr-outline:before,
.ion-social-tumblr:before,
.ion-social-tux:before,
.ion-social-twitch-outline:before,
.ion-social-twitch:before,
.ion-social-twitter-outline:before,
.ion-social-twitter:before,
.ion-social-usd-outline:before,
.ion-social-usd:before,
.ion-social-vimeo-outline:before,
.ion-social-vimeo:before,
.ion-social-whatsapp-outline:before,
.ion-social-whatsapp:before,
.ion-social-windows-outline:before,
.ion-social-windows:before,
.ion-social-wordpress-outline:before,
.ion-social-wordpress:before,
.ion-social-yahoo-outline:before,
.ion-social-yahoo:before,
.ion-social-yen-outline:before,
.ion-social-yen:before,
.ion-social-youtube-outline:before,
.ion-social-youtube:before,
.ion-soup-can-outline:before,
.ion-soup-can:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle-filled:before,
.ion-toggle:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt-outline:before,
.ion-tshirt:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ion-alert:before {
    content: "\F101"
}

.ion-alert-circled:before {
    content: "\F100"
}

.ion-android-add:before {
    content: "\F2C7"
}

.ion-android-add-circle:before {
    content: "\F359"
}

.ion-android-alarm-clock:before {
    content: "\F35A"
}

.ion-android-alert:before {
    content: "\F35B"
}

.ion-android-apps:before {
    content: "\F35C"
}

.ion-android-archive:before {
    content: "\F2C9"
}

.ion-android-arrow-back:before {
    content: "\F2CA"
}

.ion-android-arrow-down:before {
    content: "\F35D"
}

.ion-android-arrow-dropdown:before {
    content: "\F35F"
}

.ion-android-arrow-dropdown-circle:before {
    content: "\F35E"
}

.ion-android-arrow-dropleft:before {
    content: "\F361"
}

.ion-android-arrow-dropleft-circle:before {
    content: "\F360"
}

.ion-android-arrow-dropright:before {
    content: "\F363"
}

.ion-android-arrow-dropright-circle:before {
    content: "\F362"
}

.ion-android-arrow-dropup:before {
    content: "\F365"
}

.ion-android-arrow-dropup-circle:before {
    content: "\F364"
}

.ion-android-arrow-forward:before {
    content: "\F30F"
}

.ion-android-arrow-up:before {
    content: "\F366"
}

.ion-android-attach:before {
    content: "\F367"
}

.ion-android-bar:before {
    content: "\F368"
}

.ion-android-bicycle:before {
    content: "\F369"
}

.ion-android-boat:before {
    content: "\F36A"
}

.ion-android-bookmark:before {
    content: "\F36B"
}

.ion-android-bulb:before {
    content: "\F36C"
}

.ion-android-bus:before {
    content: "\F36D"
}

.ion-android-calendar:before {
    content: "\F2D1"
}

.ion-android-call:before {
    content: "\F2D2"
}

.ion-android-camera:before {
    content: "\F2D3"
}

.ion-android-cancel:before {
    content: "\F36E"
}

.ion-android-car:before {
    content: "\F36F"
}

.ion-android-cart:before {
    content: "\F370"
}

.ion-android-chat:before {
    content: "\F2D4"
}

.ion-android-checkbox:before {
    content: "\F374"
}

.ion-android-checkbox-blank:before {
    content: "\F371"
}

.ion-android-checkbox-outline:before {
    content: "\F373"
}

.ion-android-checkbox-outline-blank:before {
    content: "\F372"
}

.ion-android-checkmark-circle:before {
    content: "\F375"
}

.ion-android-clipboard:before {
    content: "\F376"
}

.ion-android-close:before {
    content: "\F2D7"
}

.ion-android-cloud:before {
    content: "\F37A"
}

.ion-android-cloud-circle:before {
    content: "\F377"
}

.ion-android-cloud-done:before {
    content: "\F378"
}

.ion-android-cloud-outline:before {
    content: "\F379"
}

.ion-android-color-palette:before {
    content: "\F37B"
}

.ion-android-compass:before {
    content: "\F37C"
}

.ion-android-contact:before {
    content: "\F2D8"
}

.ion-android-contacts:before {
    content: "\F2D9"
}

.ion-android-contract:before {
    content: "\F37D"
}

.ion-android-create:before {
    content: "\F37E"
}

.ion-android-delete:before {
    content: "\F37F"
}

.ion-android-desktop:before {
    content: "\F380"
}

.ion-android-document:before {
    content: "\F381"
}

.ion-android-done:before {
    content: "\F383"
}

.ion-android-done-all:before {
    content: "\F382"
}

.ion-android-download:before {
    content: "\F2DD"
}

.ion-android-drafts:before {
    content: "\F384"
}

.ion-android-exit:before {
    content: "\F385"
}

.ion-android-expand:before {
    content: "\F386"
}

.ion-android-favorite:before {
    content: "\F388"
}

.ion-android-favorite-outline:before {
    content: "\F387"
}

.ion-android-film:before {
    content: "\F389"
}

.ion-android-folder:before {
    content: "\F2E0"
}

.ion-android-folder-open:before {
    content: "\F38A"
}

.ion-android-funnel:before {
    content: "\F38B"
}

.ion-android-globe:before {
    content: "\F38C"
}

.ion-android-hand:before {
    content: "\F2E3"
}

.ion-android-hangout:before {
    content: "\F38D"
}

.ion-android-happy:before {
    content: "\F38E"
}

.ion-android-home:before {
    content: "\F38F"
}

.ion-android-image:before {
    content: "\F2E4"
}

.ion-android-laptop:before {
    content: "\F390"
}

.ion-android-list:before {
    content: "\F391"
}

.ion-android-locate:before {
    content: "\F2E9"
}

.ion-android-lock:before {
    content: "\F392"
}

.ion-android-mail:before {
    content: "\F2EB"
}

.ion-android-map:before {
    content: "\F393"
}

.ion-android-menu:before {
    content: "\F394"
}

.ion-android-microphone:before {
    content: "\F2EC"
}

.ion-android-microphone-off:before {
    content: "\F395"
}

.ion-android-more-horizontal:before {
    content: "\F396"
}

.ion-android-more-vertical:before {
    content: "\F397"
}

.ion-android-navigate:before {
    content: "\F398"
}

.ion-android-notifications:before {
    content: "\F39B"
}

.ion-android-notifications-none:before {
    content: "\F399"
}

.ion-android-notifications-off:before {
    content: "\F39A"
}

.ion-android-open:before {
    content: "\F39C"
}

.ion-android-options:before {
    content: "\F39D"
}

.ion-android-people:before {
    content: "\F39E"
}

.ion-android-person:before {
    content: "\F3A0"
}

.ion-android-person-add:before {
    content: "\F39F"
}

.ion-android-phone-landscape:before {
    content: "\F3A1"
}

.ion-android-phone-portrait:before {
    content: "\F3A2"
}

.ion-android-pin:before {
    content: "\F3A3"
}

.ion-android-plane:before {
    content: "\F3A4"
}

.ion-android-playstore:before {
    content: "\F2F0"
}

.ion-android-print:before {
    content: "\F3A5"
}

.ion-android-radio-button-off:before {
    content: "\F3A6"
}

.ion-android-radio-button-on:before {
    content: "\F3A7"
}

.ion-android-refresh:before {
    content: "\F3A8"
}

.ion-android-remove:before {
    content: "\F2F4"
}

.ion-android-remove-circle:before {
    content: "\F3A9"
}

.ion-android-restaurant:before {
    content: "\F3AA"
}

.ion-android-sad:before {
    content: "\F3AB"
}

.ion-android-search:before {
    content: "\F2F5"
}

.ion-android-send:before {
    content: "\F2F6"
}

.ion-android-settings:before {
    content: "\F2F7"
}

.ion-android-share:before {
    content: "\F2F8"
}

.ion-android-share-alt:before {
    content: "\F3AC"
}

.ion-android-star:before {
    content: "\F2FC"
}

.ion-android-star-half:before {
    content: "\F3AD"
}

.ion-android-star-outline:before {
    content: "\F3AE"
}

.ion-android-stopwatch:before {
    content: "\F2FD"
}

.ion-android-subway:before {
    content: "\F3AF"
}

.ion-android-sunny:before {
    content: "\F3B0"
}

.ion-android-sync:before {
    content: "\F3B1"
}

.ion-android-textsms:before {
    content: "\F3B2"
}

.ion-android-time:before {
    content: "\F3B3"
}

.ion-android-train:before {
    content: "\F3B4"
}

.ion-android-unlock:before {
    content: "\F3B5"
}

.ion-android-upload:before {
    content: "\F3B6"
}

.ion-android-volume-down:before {
    content: "\F3B7"
}

.ion-android-volume-mute:before {
    content: "\F3B8"
}

.ion-android-volume-off:before {
    content: "\F3B9"
}

.ion-android-volume-up:before {
    content: "\F3BA"
}

.ion-android-walk:before {
    content: "\F3BB"
}

.ion-android-warning:before {
    content: "\F3BC"
}

.ion-android-watch:before {
    content: "\F3BD"
}

.ion-android-wifi:before {
    content: "\F305"
}

.ion-aperture:before {
    content: "\F313"
}

.ion-archive:before {
    content: "\F102"
}

.ion-arrow-down-a:before {
    content: "\F103"
}

.ion-arrow-down-b:before {
    content: "\F104"
}

.ion-arrow-down-c:before {
    content: "\F105"
}

.ion-arrow-expand:before {
    content: "\F25E"
}

.ion-arrow-graph-down-left:before {
    content: "\F25F"
}

.ion-arrow-graph-down-right:before {
    content: "\F260"
}

.ion-arrow-graph-up-left:before {
    content: "\F261"
}

.ion-arrow-graph-up-right:before {
    content: "\F262"
}

.ion-arrow-left-a:before {
    content: "\F106"
}

.ion-arrow-left-b:before {
    content: "\F107"
}

.ion-arrow-left-c:before {
    content: "\F108"
}

.ion-arrow-move:before {
    content: "\F263"
}

.ion-arrow-resize:before {
    content: "\F264"
}

.ion-arrow-return-left:before {
    content: "\F265"
}

.ion-arrow-return-right:before {
    content: "\F266"
}

.ion-arrow-right-a:before {
    content: "\F109"
}

.ion-arrow-right-b:before {
    content: "\F10A"
}

.ion-arrow-right-c:before {
    content: "\F10B"
}

.ion-arrow-shrink:before {
    content: "\F267"
}

.ion-arrow-swap:before {
    content: "\F268"
}

.ion-arrow-up-a:before {
    content: "\F10C"
}

.ion-arrow-up-b:before {
    content: "\F10D"
}

.ion-arrow-up-c:before {
    content: "\F10E"
}

.ion-asterisk:before {
    content: "\F314"
}

.ion-at:before {
    content: "\F10F"
}

.ion-backspace:before {
    content: "\F3BF"
}

.ion-backspace-outline:before {
    content: "\F3BE"
}

.ion-bag:before {

    content: "\F110"
}

.ion-battery-charging:before {
    content: "\F111"
}

.ion-battery-empty:before {
    content: "\F112"
}

.ion-battery-full:before {
    content: "\F113"
}

.ion-battery-half:before {
    content: "\F114"
}

.ion-battery-low:before {
    content: "\F115"
}

.ion-beaker:before {
    content: "\F269"
}

.ion-beer:before {
    content: "\F26A"
}

.ion-bluetooth:before {
    content: "\F116"
}

.ion-bonfire:before {
    content: "\F315"
}

.ion-bookmark:before {
    content: "\F26B"
}

.ion-bowtie:before {
    content: "\F3C0"
}

.ion-briefcase:before {
    content: "\F26C"
}

.ion-bug:before {
    content: "\F2BE"
}

.ion-calculator:before {
    content: "\F26D"
}

.ion-calendar:before {
    content: "\F117"
}

.ion-camera:before {
    content: "\F118"
}

.ion-card:before {
    content: "\F119"
}

.ion-cash:before {
    content: "\F316"
}

.ion-chatbox:before {
    content: "\F11B"
}

.ion-chatbox-working:before {
    content: "\F11A"
}

.ion-chatboxes:before {
    content: "\F11C"
}

.ion-chatbubble:before {
    content: "\F11E"
}

.ion-chatbubble-working:before {
    content: "\F11D"
}

.ion-chatbubbles:before {
    content: "\F11F"
}

.ion-checkmark:before {
    content: "\F122"
}

.ion-checkmark-circled:before {
    content: "\F120"
}

.ion-checkmark-round:before {
    content: "\F121"
}

.ion-chevron-down:before {
    content: "\F123"
}

.ion-chevron-left:before {
    content: "\F124"
}

.ion-chevron-right:before {
    content: "\F125"
}

.ion-chevron-up:before {
    content: "\F126"
}

.ion-clipboard:before {
    content: "\F127"
}

.ion-clock:before {
    content: "\F26E"
}

.ion-close:before {
    content: "\F12A"
}

.ion-close-circled:before {
    content: "\F128"
}

.ion-close-round:before {
    content: "\F129"
}

.ion-closed-captioning:before {
    content: "\F317"
}

.ion-cloud:before {
    content: "\F12B"
}

.ion-code:before {
    content: "\F271"
}

.ion-code-download:before {
    content: "\F26F"
}

.ion-code-working:before {
    content: "\F270"
}

.ion-coffee:before {
    content: "\F272"
}

.ion-compass:before {
    content: "\F273"
}

.ion-compose:before {
    content: "\F12C"
}

.ion-connection-bars:before {
    content: "\F274"
}

.ion-contrast:before {
    content: "\F275"
}

.ion-crop:before {
    content: "\F3C1"
}

.ion-cube:before {
    content: "\F318"
}

.ion-disc:before {
    content: "\F12D"
}

.ion-document:before {
    content: "\F12F"
}

.ion-document-text:before {
    content: "\F12E"
}

.ion-drag:before {
    content: "\F130"
}

.ion-earth:before {
    content: "\F276"
}

.ion-easel:before {
    content: "\F3C2"
}

.ion-edit:before {
    content: "\F2BF"
}

.ion-egg:before {
    content: "\F277"
}

.ion-eject:before {
    content: "\F131"
}

.ion-email:before {
    content: "\F132"
}

.ion-email-unread:before {
    content: "\F3C3"
}

.ion-erlenmeyer-flask:before {
    content: "\F3C5"
}

.ion-erlenmeyer-flask-bubbles:before {
    content: "\F3C4"
}

.ion-eye:before {
    content: "\F133"
}

.ion-eye-disabled:before {
    content: "\F306"
}

.ion-female:before {
    content: "\F278"
}

.ion-filing:before {
    content: "\F134"
}

.ion-film-marker:before {
    content: "\F135"
}

.ion-fireball:before {
    content: "\F319"
}

.ion-flag:before {
    content: "\F279"
}

.ion-flame:before {
    content: "\F31A"
}

.ion-flash:before {
    content: "\F137"
}

.ion-flash-off:before {
    content: "\F136"
}

.ion-folder:before {
    content: "\F139"
}

.ion-fork:before {
    content: "\F27A"
}

.ion-fork-repo:before {
    content: "\F2C0"
}

.ion-forward:before {
    content: "\F13A"
}

.ion-funnel:before {
    content: "\F31B"
}

.ion-gear-a:before {
    content: "\F13D"
}

.ion-gear-b:before {
    content: "\F13E"
}

.ion-grid:before {
    content: "\F13F"
}

.ion-hammer:before {
    content: "\F27B"
}

.ion-happy:before {
    content: "\F31C"
}

.ion-happy-outline:before {
    content: "\F3C6"
}

.ion-headphone:before {
    content: "\F140"
}

.ion-heart:before {
    content: "\F141"
}

.ion-heart-broken:before {
    content: "\F31D"
}

.ion-help:before {
    content: "\F143"
}

.ion-help-buoy:before {
    content: "\F27C"
}

.ion-help-circled:before {
    content: "\F142"
}

.ion-home:before {
    content: "\F144"
}

.ion-icecream:before {
    content: "\F27D"
}

.ion-image:before {
    content: "\F147"
}

.ion-images:before {
    content: "\F148"
}

.ion-information:before {
    content: "\F14A"
}

.ion-information-circled:before {
    content: "\F149"
}

.ion-ionic:before {
    content: "\F14B"
}

.ion-ios-alarm:before {
    content: "\F3C8"
}

.ion-ios-alarm-outline:before {
    content: "\F3C7"
}

.ion-ios-albums:before {
    content: "\F3CA"
}

.ion-ios-albums-outline:before {
    content: "\F3C9"
}

.ion-ios-americanfootball:before {
    content: "\F3CC"
}

.ion-ios-americanfootball-outline:before {
    content: "\F3CB"
}

.ion-ios-analytics:before {
    content: "\F3CE"
}

.ion-ios-analytics-outline:before {
    content: "\F3CD"
}

.ion-ios-arrow-back:before {
    content: "\F3CF"
}

.ion-ios-arrow-down:before {
    content: "\F3D0"
}

.ion-ios-arrow-forward:before {
    content: "\F3D1"
}

.ion-ios-arrow-left:before {
    content: "\F3D2"
}

.ion-ios-arrow-right:before {
    content: "\F3D3"
}

.ion-ios-arrow-thin-down:before {
    content: "\F3D4"
}

.ion-ios-arrow-thin-left:before {
    content: "\F3D5"
}

.ion-ios-arrow-thin-right:before {
    content: "\F3D6"
}

.ion-ios-arrow-thin-up:before {
    content: "\F3D7"
}

.ion-ios-arrow-up:before {
    content: "\F3D8"
}

.ion-ios-at:before {
    content: "\F3DA"
}

.ion-ios-at-outline:before {
    content: "\F3D9"
}

.ion-ios-barcode:before {
    content: "\F3DC"
}

.ion-ios-barcode-outline:before {
    content: "\F3DB"
}

.ion-ios-baseball:before {
    content: "\F3DE"
}

.ion-ios-baseball-outline:before {
    content: "\F3DD"
}

.ion-ios-basketball:before {
    content: "\F3E0"
}

.ion-ios-basketball-outline:before {
    content: "\F3DF"
}

.ion-ios-bell:before {
    content: "\F3E2"
}

.ion-ios-bell-outline:before {
    content: "\F3E1"
}

.ion-ios-body:before {
    content: "\F3E4"
}

.ion-ios-body-outline:before {
    content: "\F3E3"
}

.ion-ios-bolt:before {
    content: "\F3E6"
}

.ion-ios-bolt-outline:before {
    content: "\F3E5"
}

.ion-ios-book:before {
    content: "\F3E8"
}

.ion-ios-book-outline:before {
    content: "\F3E7"
}

.ion-ios-bookmarks:before {
    content: "\F3EA"
}

.ion-ios-bookmarks-outline:before {
    content: "\F3E9"
}

.ion-ios-box:before {
    content: "\F3EC"
}

.ion-ios-box-outline:before {
    content: "\F3EB"
}

.ion-ios-briefcase:before {
    content: "\F3EE"
}

.ion-ios-briefcase-outline:before {
    content: "\F3ED"
}

.ion-ios-browsers:before {
    content: "\F3F0"
}

.ion-ios-browsers-outline:before {
    content: "\F3EF"
}

.ion-ios-calculator:before {
    content: "\F3F2"
}

.ion-ios-calculator-outline:before {
    content: "\F3F1"
}

.ion-ios-calendar:before {
    content: "\F3F4"
}

.ion-ios-calendar-outline:before {
    content: "\F3F3"
}

.ion-ios-camera:before {
    content: "\F3F6"
}

.ion-ios-camera-outline:before {
    content: "\F3F5"
}

.ion-ios-cart:before {
    content: "\F3F8"
}

.ion-ios-cart-outline:before {
    content: "\F3F7"
}

.ion-ios-chatboxes:before {
    content: "\F3FA"
}

.ion-ios-chatboxes-outline:before {
    content: "\F3F9"
}

.ion-ios-chatbubble:before {
    content: "\F3FC"
}

.ion-ios-chatbubble-outline:before {
    content: "\F3FB"
}

.ion-ios-checkmark:before {
    content: "\F3FF"
}

.ion-ios-checkmark-empty:before {
    content: "\F3FD"
}


.ion-ios-checkmark-outline:before {
    content: "\F3FE"
}

.ion-ios-circle-filled:before {
    content: "\F400"
}

.ion-ios-circle-outline:before {
    content: "\F401"
}

.ion-ios-clock:before {
    content: "\F403"
}

.ion-ios-clock-outline:before {
    content: "\F402"
}

.ion-ios-close:before {
    content: "\F406"
}

.ion-ios-close-empty:before {
    content: "\F404"
}

.ion-ios-close-outline:before {
    content: "\F405"
}

.ion-ios-cloud:before {
    content: "\F40C"
}

.ion-ios-cloud-download:before {
    content: "\F408"
}

.ion-ios-cloud-download-outline:before {
    content: "\F407"
}

.ion-ios-cloud-outline:before {
    content: "\F409"
}

.ion-ios-cloud-upload:before {
    content: "\F40B"
}

.ion-ios-cloud-upload-outline:before {
    content: "\F40A"
}

.ion-ios-cloudy:before {
    content: "\F410"
}

.ion-ios-cloudy-night:before {
    content: "\F40E"
}

.ion-ios-cloudy-night-outline:before {
    content: "\F40D"
}

.ion-ios-cloudy-outline:before {
    content: "\F40F"
}

.ion-ios-cog:before {
    content: "\F412"
}

.ion-ios-cog-outline:before {
    content: "\F411"
}

.ion-ios-color-filter:before {
    content: "\F414"
}

.ion-ios-color-filter-outline:before {
    content: "\F413"
}

.ion-ios-color-wand:before {
    content: "\F416"
}

.ion-ios-color-wand-outline:before {
    content: "\F415"
}

.ion-ios-compose:before {
    content: "\F418"
}

.ion-ios-compose-outline:before {
    content: "\F417"
}

.ion-ios-contact:before {
    content: "\F41A"
}

.ion-ios-contact-outline:before {
    content: "\F419"
}

.ion-ios-copy:before {
    content: "\F41C"
}

.ion-ios-copy-outline:before {
    content: "\F41B"
}

.ion-ios-crop:before {
    content: "\F41E"
}

.ion-ios-crop-strong:before {
    content: "\F41D"
}

.ion-ios-download:before {
    content: "\F420"
}

.ion-ios-download-outline:before {
    content: "\F41F"
}

.ion-ios-drag:before {
    content: "\F421"
}

.ion-ios-email:before {
    content: "\F423"
}

.ion-ios-email-outline:before {
    content: "\F422"
}

.ion-ios-eye:before {
    content: "\F425"
}

.ion-ios-eye-outline:before {
    content: "\F424"
}

.ion-ios-fastforward:before {
    content: "\F427"
}

.ion-ios-fastforward-outline:before {
    content: "\F426"
}

.ion-ios-filing:before {
    content: "\F429"
}

.ion-ios-filing-outline:before {
    content: "\F428"
}

.ion-ios-film:before {
    content: "\F42B"
}

.ion-ios-film-outline:before {
    content: "\F42A"
}

.ion-ios-flag:before {
    content: "\F42D"
}

.ion-ios-flag-outline:before {
    content: "\F42C"
}

.ion-ios-flame:before {
    content: "\F42F"
}

.ion-ios-flame-outline:before {
    content: "\F42E"
}

.ion-ios-flask:before {
    content: "\F431"
}

.ion-ios-flask-outline:before {
    content: "\F430"
}

.ion-ios-flower:before {
    content: "\F433"
}

.ion-ios-flower-outline:before {
    content: "\F432"
}

.ion-ios-folder:before {
    content: "\F435"
}

.ion-ios-folder-outline:before {
    content: "\F434"
}

.ion-ios-football:before {
    content: "\F437"
}

.ion-ios-football-outline:before {
    content: "\F436"
}

.ion-ios-game-controller-a:before {
    content: "\F439"
}

.ion-ios-game-controller-a-outline:before {
    content: "\F438"
}

.ion-ios-game-controller-b:before {
    content: "\F43B"
}

.ion-ios-game-controller-b-outline:before {
    content: "\F43A"
}

.ion-ios-gear:before {
    content: "\F43D"
}

.ion-ios-gear-outline:before {
    content: "\F43C"
}

.ion-ios-glasses:before {
    content: "\F43F"
}

.ion-ios-glasses-outline:before {
    content: "\F43E"
}

.ion-ios-grid-view:before {
    content: "\F441"
}

.ion-ios-grid-view-outline:before {
    content: "\F440"
}

.ion-ios-heart:before {
    content: "\F443"
}

.ion-ios-heart-outline:before {
    content: "\F442"
}

.ion-ios-help:before {
    content: "\F446"
}

.ion-ios-help-empty:before {
    content: "\F444"
}

.ion-ios-help-outline:before {
    content: "\F445"
}

.ion-ios-home:before {
    content: "\F448"
}

.ion-ios-home-outline:before {
    content: "\F447"
}

.ion-ios-infinite:before {
    content: "\F44A"
}

.ion-ios-infinite-outline:before {
    content: "\F449"
}

.ion-ios-information:before {
    content: "\F44D"
}

.ion-ios-information-empty:before {
    content: "\F44B"
}

.ion-ios-information-outline:before {
    content: "\F44C"
}

.ion-ios-ionic-outline:before {
    content: "\F44E"
}

.ion-ios-keypad:before {
    content: "\F450"
}

.ion-ios-keypad-outline:before {
    content: "\F44F"
}

.ion-ios-lightbulb:before {
    content: "\F452"
}

.ion-ios-lightbulb-outline:before {
    content: "\F451"
}

.ion-ios-list:before {
    content: "\F454"
}

.ion-ios-list-outline:before {
    content: "\F453"
}

.ion-ios-location:before {
    content: "\F456"
}

.ion-ios-location-outline:before {
    content: "\F455"
}

.ion-ios-locked:before {
    content: "\F458"
}

.ion-ios-locked-outline:before {
    content: "\F457"
}

.ion-ios-loop:before {
    content: "\F45A"
}

.ion-ios-loop-strong:before {
    content: "\F459"
}

.ion-ios-medical:before {
    content: "\F45C"
}

.ion-ios-medical-outline:before {
    content: "\F45B"
}

.ion-ios-medkit:before {
    content: "\F45E"
}

.ion-ios-medkit-outline:before {
    content: "\F45D"
}

.ion-ios-mic:before {
    content: "\F461"
}

.ion-ios-mic-off:before {
    content: "\F45F"
}

.ion-ios-mic-outline:before {
    content: "\F460"
}

.ion-ios-minus:before {
    content: "\F464"
}

.ion-ios-minus-empty:before {
    content: "\F462"
}

.ion-ios-minus-outline:before {
    content: "\F463"
}

.ion-ios-monitor:before {
    content: "\F466"
}

.ion-ios-monitor-outline:before {
    content: "\F465"
}

.ion-ios-moon:before {
    content: "\F468"
}

.ion-ios-moon-outline:before {
    content: "\F467"
}

.ion-ios-more:before {
    content: "\F46A"
}

.ion-ios-more-outline:before {
    content: "\F469"
}

.ion-ios-musical-note:before {
    content: "\F46B"
}

.ion-ios-musical-notes:before {
    content: "\F46C"
}

.ion-ios-navigate:before {
    content: "\F46E"
}

.ion-ios-navigate-outline:before {
    content: "\F46D"
}

.ion-ios-nutrition:before {
    content: "\F470"
}

.ion-ios-nutrition-outline:before {
    content: "\F46F"
}

.ion-ios-paper:before {
    content: "\F472"
}

.ion-ios-paper-outline:before {
    content: "\F471"
}

.ion-ios-paperplane:before {
    content: "\F474"
}

.ion-ios-paperplane-outline:before {
    content: "\F473"
}

.ion-ios-partlysunny:before {
    content: "\F476"
}

.ion-ios-partlysunny-outline:before {
    content: "\F475"
}

.ion-ios-pause:before {
    content: "\F478"
}

.ion-ios-pause-outline:before {
    content: "\F477"
}

.ion-ios-paw:before {
    content: "\F47A"
}

.ion-ios-paw-outline:before {
    content: "\F479"
}

.ion-ios-people:before {
    content: "\F47C"
}

.ion-ios-people-outline:before {
    content: "\F47B"
}

.ion-ios-person:before {
    content: "\F47E"
}

.ion-ios-person-outline:before {
    content: "\F47D"
}

.ion-ios-personadd:before {
    content: "\F480"
}

.ion-ios-personadd-outline:before {
    content: "\F47F"
}

.ion-ios-photos:before {
    content: "\F482"
}

.ion-ios-photos-outline:before {
    content: "\F481"
}

.ion-ios-pie:before {
    content: "\F484"
}

.ion-ios-pie-outline:before {
    content: "\F483"
}

.ion-ios-pint:before {
    content: "\F486"
}

.ion-ios-pint-outline:before {
    content: "\F485"
}

.ion-ios-play:before {
    content: "\F488"
}

.ion-ios-play-outline:before {
    content: "\F487"
}

.ion-ios-plus:before {
    content: "\F48B"
}

.ion-ios-plus-empty:before {
    content: "\F489"
}

.ion-ios-plus-outline:before {
    content: "\F48A"
}

.ion-ios-pricetag:before {
    content: "\F48D"
}


.ion-ios-pricetag-outline:before {
    content: "\F48C"
}

.ion-ios-pricetags:before {
    content: "\F48F"
}

.ion-ios-pricetags-outline:before {
    content: "\F48E"
}

.ion-ios-printer:before {
    content: "\F491"
}

.ion-ios-printer-outline:before {
    content: "\F490"
}

.ion-ios-pulse:before {
    content: "\F493"
}

.ion-ios-pulse-strong:before {
    content: "\F492"
}

.ion-ios-rainy:before {
    content: "\F495"
}

.ion-ios-rainy-outline:before {
    content: "\F494"
}

.ion-ios-recording:before {
    content: "\F497"
}

.ion-ios-recording-outline:before {
    content: "\F496"
}

.ion-ios-redo:before {
    content: "\F499"
}

.ion-ios-redo-outline:before {
    content: "\F498"
}

.ion-ios-refresh:before {
    content: "\F49C"
}

.ion-ios-refresh-empty:before {
    content: "\F49A"
}

.ion-ios-refresh-outline:before {
    content: "\F49B"
}

.ion-ios-reload:before {
    content: "\F49D"
}

.ion-ios-reverse-camera:before {
    content: "\F49F"
}

.ion-ios-reverse-camera-outline:before {
    content: "\F49E"
}

.ion-ios-rewind:before {
    content: "\F4A1"
}

.ion-ios-rewind-outline:before {
    content: "\F4A0"
}

.ion-ios-rose:before {
    content: "\F4A3"
}

.ion-ios-rose-outline:before {
    content: "\F4A2"
}

.ion-ios-search:before {
    content: "\F4A5"
}

.ion-ios-search-strong:before {
    content: "\F4A4"
}

.ion-ios-settings:before {
    content: "\F4A7"
}

.ion-ios-settings-strong:before {
    content: "\F4A6"
}

.ion-ios-shuffle:before {
    content: "\F4A9"
}

.ion-ios-shuffle-strong:before {
    content: "\F4A8"
}

.ion-ios-skipbackward:before {
    content: "\F4AB"
}

.ion-ios-skipbackward-outline:before {
    content: "\F4AA"
}

.ion-ios-skipforward:before {
    content: "\F4AD"
}

.ion-ios-skipforward-outline:before {
    content: "\F4AC"
}

.ion-ios-snowy:before {
    content: "\F4AE"
}

.ion-ios-speedometer:before {
    content: "\F4B0"
}

.ion-ios-speedometer-outline:before {
    content: "\F4AF"
}

.ion-ios-star:before {
    content: "\F4B3"
}

.ion-ios-star-half:before {
    content: "\F4B1"
}

.ion-ios-star-outline:before {
    content: "\F4B2"
}

.ion-ios-stopwatch:before {
    content: "\F4B5"
}

.ion-ios-stopwatch-outline:before {
    content: "\F4B4"
}

.ion-ios-sunny:before {
    content: "\F4B7"
}

.ion-ios-sunny-outline:before {
    content: "\F4B6"
}

.ion-ios-telephone:before {
    content: "\F4B9"
}

.ion-ios-telephone-outline:before {
    content: "\F4B8"
}

.ion-ios-tennisball:before {
    content: "\F4BB"
}

.ion-ios-tennisball-outline:before {
    content: "\F4BA"
}

.ion-ios-thunderstorm:before {
    content: "\F4BD"
}

.ion-ios-thunderstorm-outline:before {
    content: "\F4BC"
}

.ion-ios-time:before {
    content: "\F4BF"
}

.ion-ios-time-outline:before {
    content: "\F4BE"
}

.ion-ios-timer:before {
    content: "\F4C1"
}

.ion-ios-timer-outline:before {
    content: "\F4C0"
}

.ion-ios-toggle:before {
    content: "\F4C3"
}

.ion-ios-toggle-outline:before {
    content: "\F4C2"
}

.ion-ios-trash:before {
    content: "\F4C5"
}

.ion-ios-trash-outline:before {
    content: "\F4C4"
}

.ion-ios-undo:before {
    content: "\F4C7"
}

.ion-ios-undo-outline:before {
    content: "\F4C6"
}

.ion-ios-unlocked:before {
    content: "\F4C9"
}

.ion-ios-unlocked-outline:before {
    content: "\F4C8"
}

.ion-ios-upload:before {
    content: "\F4CB"
}

.ion-ios-upload-outline:before {
    content: "\F4CA"
}

.ion-ios-videocam:before {
    content: "\F4CD"
}

.ion-ios-videocam-outline:before {
    content: "\F4CC"
}

.ion-ios-volume-high:before {
    content: "\F4CE"
}

.ion-ios-volume-low:before {
    content: "\F4CF"
}

.ion-ios-wineglass:before {
    content: "\F4D1"
}

.ion-ios-wineglass-outline:before {
    content: "\F4D0"
}

.ion-ios-world:before {
    content: "\F4D3"
}

.ion-ios-world-outline:before {
    content: "\F4D2"
}

.ion-ipad:before {
    content: "\F1F9"
}

.ion-iphone:before {
    content: "\F1FA"
}

.ion-ipod:before {
    content: "\F1FB"
}

.ion-jet:before {
    content: "\F295"
}

.ion-key:before {
    content: "\F296"
}

.ion-knife:before {
    content: "\F297"
}

.ion-laptop:before {
    content: "\F1FC"
}

.ion-leaf:before {
    content: "\F1FD"
}

.ion-levels:before {
    content: "\F298"
}

.ion-lightbulb:before {
    content: "\F299"
}

.ion-link:before {
    content: "\F1FE"
}

.ion-load-a:before {
    content: "\F29A"
}

.ion-load-b:before {
    content: "\F29B"
}

.ion-load-c:before {
    content: "\F29C"
}

.ion-load-d:before {
    content: "\F29D"
}

.ion-location:before {
    content: "\F1FF"
}

.ion-lock-combination:before {
    content: "\F4D4"
}

.ion-locked:before {
    content: "\F200"
}

.ion-log-in:before {
    content: "\F29E"
}

.ion-log-out:before {
    content: "\F29F"
}

.ion-loop:before {
    content: "\F201"
}

.ion-magnet:before {
    content: "\F2A0"
}

.ion-male:before {
    content: "\F2A1"
}

.ion-man:before {
    content: "\F202"
}

.ion-map:before {
    content: "\F203"
}

.ion-medkit:before {
    content: "\F2A2"
}

.ion-merge:before {
    content: "\F33F"
}

.ion-mic-a:before {
    content: "\F204"
}

.ion-mic-b:before {
    content: "\F205"
}

.ion-mic-c:before {
    content: "\F206"
}

.ion-minus:before {
    content: "\F209"
}

.ion-minus-circled:before {
    content: "\F207"
}

.ion-minus-round:before {
    content: "\F208"
}

.ion-model-s:before {
    content: "\F2C1"
}

.ion-monitor:before {
    content: "\F20A"
}

.ion-more:before {
    content: "\F20B"
}

.ion-mouse:before {
    content: "\F340"
}

.ion-music-note:before {
    content: "\F20C"
}

.ion-navicon:before {
    content: "\F20E"
}

.ion-navicon-round:before {
    content: "\F20D"
}

.ion-navigate:before {
    content: "\F2A3"
}

.ion-network:before {
    content: "\F341"
}

.ion-no-smoking:before {
    content: "\F2C2"
}

.ion-nuclear:before {
    content: "\F2A4"
}

.ion-outlet:before {
    content: "\F342"
}

.ion-paintbrush:before {
    content: "\F4D5"
}

.ion-paintbucket:before {
    content: "\F4D6"
}

.ion-paper-airplane:before {
    content: "\F2C3"
}

.ion-paperclip:before {
    content: "\F20F"
}

.ion-pause:before {
    content: "\F210"
}

.ion-person:before {
    content: "\F213"
}

.ion-person-add:before {
    content: "\F211"
}

.ion-person-stalker:before {
    content: "\F212"
}

.ion-pie-graph:before {
    content: "\F2A5"
}

.ion-pin:before {
    content: "\F2A6"
}

.ion-pinpoint:before {
    content: "\F2A7"
}

.ion-pizza:before {
    content: "\F2A8"
}

.ion-plane:before {
    content: "\F214"
}

.ion-planet:before {
    content: "\F343"
}

.ion-play:before {
    content: "\F215"
}

.ion-playstation:before {
    content: "\F30A"
}

.ion-plus:before {
    content: "\F218"
}

.ion-plus-circled:before {
    content: "\F216"
}

.ion-plus-round:before {
    content: "\F217"
}

.ion-podium:before {
    content: "\F344"
}

.ion-pound:before {
    content: "\F219"
}

.ion-power:before {
    content: "\F2A9"
}

.ion-pricetag:before {
    content: "\F2AA"
}

.ion-pricetags:before {
    content: "\F2AB"
}

.ion-printer:before {
    content: "\F21A"
}

.ion-pull-request:before {
    content: "\F345"
}

.ion-qr-scanner:before {
    content: "\F346"
}

.ion-quote:before {
    content: "\F347"
}

.ion-radio-waves:before {
    content: "\F2AC"
}

.ion-record:before {
    content: "\F21B"
}

.ion-refresh:before {
    content: "\F21C"
}

.ion-reply:before {
    content: "\F21E"
}

.ion-reply-all:before {
    content: "\F21D"
}

.ion-ribbon-a:before {
    content: "\F348"
}

.ion-ribbon-b:before {
    content: "\F349"
}

.ion-sad:before {
    content: "\F34A"
}

.ion-sad-outline:before {
    content: "\F4D7"
}

.ion-scissors:before {
    content: "\F34B"
}

.ion-search:before {
    content: "\F21F"
}

.ion-settings:before {
    content: "\F2AD"
}

.ion-share:before {
    content: "\F220"
}

.ion-shuffle:before {
    content: "\F221"
}

.ion-skip-backward:before {
    content: "\F222"
}

.ion-skip-forward:before {
    content: "\F223"
}

.ion-social-android:before {
    content: "\F225"
}

.ion-social-android-outline:before {
    content: "\F224"
}

.ion-social-angular:before {
    content: "\F4D9"
}

.ion-social-angular-outline:before {
    content: "\F4D8"
}

.ion-social-apple:before {
    content: "\F227"
}

.ion-social-apple-outline:before {
    content: "\F226"
}

.ion-social-bitcoin:before {
    content: "\F2AF"
}

.ion-social-bitcoin-outline:before {
    content: "\F2AE"
}

.ion-social-buffer:before {
    content: "\F229"
}

.ion-social-buffer-outline:before {
    content: "\F228"
}

.ion-social-chrome:before {
    content: "\F4DB"
}

.ion-social-chrome-outline:before {
    content: "\F4DA"
}

.ion-social-codepen:before {
    content: "\F4DD"
}

.ion-social-codepen-outline:before {
    content: "\F4DC"
}

.ion-social-css3:before {
    content: "\F4DF"
}

.ion-social-css3-outline:before {
    content: "\F4DE"
}

.ion-social-designernews:before {
    content: "\F22B"
}

.ion-social-designernews-outline:before {
    content: "\F22A"
}

.ion-social-dribbble:before {
    content: "\F22D"
}

.ion-social-dribbble-outline:before {
    content: "\F22C"
}

.ion-social-dropbox:before {
    content: "\F22F"
}

.ion-social-dropbox-outline:before {
    content: "\F22E"
}

.ion-social-euro:before {
    content: "\F4E1"
}

.ion-social-euro-outline:before {
    content: "\F4E0"
}

.ion-social-facebook:before {
    content: "\F231"
}

.ion-social-facebook-outline:before {
    content: "\F230"
}

.ion-social-foursquare:before {
    content: "\F34D"
}

.ion-social-foursquare-outline:before {
    content: "\F34C"
}

.ion-social-freebsd-devil:before {
    content: "\F2C4"
}

.ion-social-github:before {
    content: "\F233"
}

.ion-social-github-outline:before {
    content: "\F232"
}

.ion-social-google:before {
    content: "\F34F"
}

.ion-social-google-outline:before {
    content: "\F34E"
}

.ion-social-googleplus:before {
    content: "\F235"
}

.ion-social-googleplus-outline:before {
    content: "\F234"
}

.ion-social-hackernews:before {
    content: "\F237"
}

.ion-social-hackernews-outline:before {
    content: "\F236"
}

.ion-social-html5:before {
    content: "\F4E3"
}

.ion-social-html5-outline:before {
    content: "\F4E2"
}

.ion-social-instagram:before {
    content: "\F351"
}

.ion-social-instagram-outline:before {
    content: "\F350"
}

.ion-social-javascript:before {
    content: "\F4E5"
}

.ion-social-javascript-outline:before {
    content: "\F4E4"
}

.ion-social-linkedin:before {
    content: "\F239"
}

.ion-social-linkedin-outline:before {
    content: "\F238"
}

.ion-social-markdown:before {
    content: "\F4E6"
}

.ion-social-nodejs:before {
    content: "\F4E7"
}

.ion-social-octocat:before {
    content: "\F4E8"
}

.ion-social-pinterest:before {
    content: "\F2B1"
}

.ion-social-pinterest-outline:before {
    content: "\F2B0"
}

.ion-social-python:before {
    content: "\F4E9"
}

.ion-social-reddit:before {
    content: "\F23B"
}

.ion-social-reddit-outline:before {
    content: "\F23A"
}

.ion-social-rss:before {
    content: "\F23D"
}

.ion-social-rss-outline:before {
    content: "\F23C"
}

.ion-social-sass:before {
    content: "\F4EA"
}

.ion-social-skype:before {
    content: "\F23F"
}

.ion-social-skype-outline:before {
    content: "\F23E"
}

.ion-social-snapchat:before {
    content: "\F4EC"
}

.ion-social-snapchat-outline:before {
    content: "\F4EB"
}

.ion-social-tumblr:before {
    content: "\F241"
}

.ion-social-tumblr-outline:before {
    content: "\F240"
}

.ion-social-tux:before {
    content: "\F2C5"
}

.ion-social-twitch:before {
    content: "\F4EE"
}

.ion-social-twitch-outline:before {
    content: "\F4ED"
}

.ion-social-twitter:before {
    content: "\F243"
}

.ion-social-twitter-outline:before {
    content: "\F242"
}

.ion-social-usd:before {
    content: "\F353"
}

.ion-social-usd-outline:before {
    content: "\F352"
}

.ion-social-vimeo:before {
    content: "\F245"
}

.ion-social-vimeo-outline:before {
    content: "\F244"
}

.ion-social-whatsapp:before {
    content: "\F4F0"
}

.ion-social-whatsapp-outline:before {
    content: "\F4EF"
}

.ion-social-windows:before {
    content: "\F247"
}

.ion-social-windows-outline:before {
    content: "\F246"
}

.ion-social-wordpress:before {
    content: "\F249"
}

.ion-social-wordpress-outline:before {
    content: "\F248"
}

.ion-social-yahoo:before {
    content: "\F24B"
}

.ion-social-yahoo-outline:before {
    content: "\F24A"
}

.ion-social-yen:before {
    content: "\F4F2"
}

.ion-social-yen-outline:before {
    content: "\F4F1"
}

.ion-social-youtube:before {
    content: "\F24D"
}

.ion-social-youtube-outline:before {
    content: "\F24C"
}

.ion-soup-can:before {
    content: "\F4F4"
}

.ion-soup-can-outline:before {
    content: "\F4F3"
}

.ion-speakerphone:before {
    content: "\F2B2"
}

.ion-speedometer:before {
    content: "\F2B3"
}

.ion-spoon:before {
    content: "\F2B4"
}

.ion-star:before {
    content: "\F24E"
}

.ion-stats-bars:before {
    content: "\F2B5"
}

.ion-steam:before {
    content: "\F30B"
}

.ion-stop:before {
    content: "\F24F"
}

.ion-thermometer:before {
    content: "\F2B6"
}

.ion-thumbsdown:before {
    content: "\F250"
}

.ion-thumbsup:before {
    content: "\F251"
}

.ion-toggle:before {
    content: "\F355"
}

.ion-toggle-filled:before {
    content: "\F354"
}

.ion-transgender:before {
    content: "\F4F5"
}

.ion-trash-a:before {
    content: "\F252"
}

.ion-trash-b:before {
    content: "\F253"
}

.ion-trophy:before {
    content: "\F356"
}

.ion-tshirt:before {
    content: "\F4F7"
}

.ion-tshirt-outline:before {
    content: "\F4F6"
}

.ion-umbrella:before {
    content: "\F2B7"
}

.ion-university:before {
    content: "\F357"
}

.ion-unlocked:before {
    content: "\F254"
}

.ion-upload:before {
    content: "\F255"
}

.ion-usb:before {
    content: "\F2B8"
}

.ion-videocamera:before {
    content: "\F256"
}

.ion-volume-high:before {
    content: "\F257"
}

.ion-volume-low:before {
    content: "\F258"
}

.ion-volume-medium:before {
    content: "\F259"
}

.ion-volume-mute:before {
    content: "\F25A"
}

.ion-wand:before {
    content: "\F358"
}

.ion-waterdrop:before {
    content: "\F25B"
}

.ion-wifi:before {
    content: "\F25C"
}

.ion-wineglass:before {
    content: "\F2B9"
}

.ion-woman:before {
    content: "\F25D"
}

.ion-wrench:before {
    content: "\F2BA"
}

.ion-xbox:before {
    content: "\F30C"
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li>a:not(:only-child):after,
.icon {
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga"
}

.icon--small {
    font-size: 18px
}

.icon--large {
    font-size: 32px
}

#dl-menu {
    display: none
}

@media (max-width:1079.98px) {
    #dl-menu {
        display: inline-block
    }
}

#dl-menu #searchform {
    display: none
}

.dl-menuwrapper {
    width: 100%;

    max-width: 100%;
    perspective: 1000px;
    perspective-origin: 50% 200%;
    z-index: 100;
    transform: translateZ(10px);
    position: absolute;
    right: 0;
    top: 0
}

.dl-menuwrapper:first-child {
    margin-right: 100px
}

.dl-menuwrapper button {
    background: #7bb53f;
    border: none;
    width: 80px;
    height: 80px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    float: right;
    display: block
}

.dl-menuwrapper button.dl-active,
.dl-menuwrapper button:hover,
.dl-menuwrapper ul {
    background: #0a417a
}

.dl-menuwrapper button:after {
    content: "";
    position: absolute;
    width: 60%;
    height: 3px;
    top: 28px;
    left: 18px
}

.dl-menuwrapper button.dl-active:after,
.dl-menuwrapper button:after,
.dl-menuwrapper button:hover:after {
    background: #fff;
    box-shadow: 0 10px 0 #fff, 0 20px 0 #fff
}

.dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    transform-style: preserve-3d
}

.dl-menuwrapper li {
    position: relative
}

.dl-menuwrapper li a {
    display: block;
    position: relative;
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #fff!important;
    outline: none;
    text-transform: uppercase;
    text-align: left;
    font-family: freight-sans-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    border-bottom: 1px solid #072d54
}

.no-touch .dl-menuwrapper li a:hover {
    background: rgba(255, 248, 213, .1)
}

.dl-menuwrapper li.dl-back>a {
    cursor: pointer;
    padding-left: 40px;
    background: rgba(0, 0, 0, .1)
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li>a:not(:only-child):after {
    position: absolute;
    top: 15px;
    content: "keyboard_arrow_right";
    font-size: 30px;
    right: 10px;
    color: #fff
}

.dl-menuwrapper li.dl-back:after {
    left: 10px;
    transform: rotate(180deg)
}

.dl-menuwrapper li>a:after {
    right: 10px;
    color: rgba(0, 0, 0, .6)
}

.dl-menuwrapper .dl-menu {
    top: 80px;
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    backface-visibility: hidden
}

.dl-menuwrapper .dl-menu .menu-item-menu-title,
.dl-menuwrapper .dl-menu .menu-item-menu-widget {
    display: none
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
    transition: all .3s ease
}

.dl-menuwrapper .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

.dl-menuwrapper li .dl-submenu {
    display: none;
    margin: 0
}

.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subview>a,
.dl-menu.dl-subview li.dl-subviewopen>a {
    display: none
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen>.dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen>.dl-submenu>li {
    display: block
}

.dl-menuwrapper>.dl-submenu {
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0
}

.dl-menu.dl-animate-out-1 {
    animation: MenuAnimOut1 .4s;
    animation-fill-mode: forwards
}

.dl-menu.dl-animate-out-2 {
    animation: MenuAnimOut2 .3s ease-in-out;
    animation-fill-mode: forwards
}

.dl-menu.dl-animate-out-3 {
    animation: MenuAnimOut3 .4s ease;
    animation-fill-mode: forwards
}

.dl-menu.dl-animate-out-4 {
    animation: MenuAnimOut4 .4s ease;
    animation-fill-mode: forwards
}

.dl-menu.dl-animate-out-5 {
    animation: MenuAnimOut5 .4s ease;
    animation-fill-mode: forwards
}

@keyframes MenuAnimOut1 {
    50% {
        transform: translateZ(-250px) rotateY(30deg)
    }
    75% {
        transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5
    }
    to {
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0
    }
}

@keyframes MenuAnimOut2 {
    to {
        transform: translateX(-100%);
        opacity: 0
    }
}

@keyframes MenuAnimOut3 {
    to {
        transform: translateZ(300px);
        opacity: 0
    }
}

@keyframes MenuAnimOut4 {
    to {
        transform: translateZ(-300px);
        opacity: 0
    }
}

@keyframes MenuAnimOut5 {
    to {
        transform: translateY(40%);
        opacity: 0
    }
}

.dl-menu.dl-animate-in-1 {
    animation: MenuAnimIn1 .3s;
    animation-fill-mode: forwards
}

.dl-menu.dl-animate-in-2 {
    animation: MenuAnimIn2 .3s ease-in-out;
    animation-fill-mode: forwards
}

.dl-menu.dl-animate-in-3 {
    animation: MenuAnimIn3 .4s ease;
    animation-fill-mode: forwards
}

.dl-menu.dl-animate-in-4 {
    animation: MenuAnimIn4 .4s ease;
    animation-fill-mode: forwards
}

.dl-menu.dl-animate-in-5 {
    animation: MenuAnimIn5 .4s ease;
    animation-fill-mode: forwards
}

@keyframes MenuAnimIn1 {
    0% {
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0
    }
    20% {
        transform: translateZ(-250px) rotateY(30deg);
        opacity: .5
    }
    to {
        transform: translateZ(0) rotateY(0deg);
        opacity: 1
    }
}

@keyframes MenuAnimIn2 {
    0% {
        transform: translateX(-100%);
        opacity: 0
    }
    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes MenuAnimIn3 {
    0% {
        transform: translateZ(300px);
        opacity: 0
    }
    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes MenuAnimIn4 {
    0% {
        transform: translateZ(-300px);
        opacity: 0
    }
    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes MenuAnimIn5 {
    0% {
        transform: translateY(40%);
        opacity: 0
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-1 {
    animation: SubMenuAnimIn1 .4s ease;
    animation-fill-mode: forwards
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-2 {
    animation: SubMenuAnimIn2 .3s ease-in-out;
    animation-fill-mode: forwards
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-3 {
    animation: SubMenuAnimIn3 .4s ease;
    animation-fill-mode: forwards
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-4 {
    animation: SubMenuAnimIn4 .4s ease;
    animation-fill-mode: forwards
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-5 {
    animation: SubMenuAnimIn5 .4s ease;
    animation-fill-mode: forwards
}

@keyframes SubMenuAnimIn1 {
    0% {
        transform: translateX(50%);
        opacity: 0
    }
    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn2 {
    0% {
        transform: translateX(100%);
        opacity: 0
    }
    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn3 {
    0% {
        transform: translateZ(-300px);
        opacity: 0
    }
    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn4 {
    0% {
        transform: translateZ(300px);
        opacity: 0
    }
    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn5 {
    0% {
        transform: translateZ(-200px);
        opacity: 0
    }
    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-1 {
    animation: SubMenuAnimOut1 .4s ease;
    animation-fill-mode: forwards
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-2 {
    animation: SubMenuAnimOut2 .3s ease-in-out;
    animation-fill-mode: forwards
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-3 {
    animation: SubMenuAnimOut3 .4s ease;
    animation-fill-mode: forwards
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-4 {
    animation: SubMenuAnimOut4 .4s ease;
    animation-fill-mode: forwards
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-5 {
    animation: SubMenuAnimOut5 .4s ease;
    animation-fill-mode: forwards
}

@keyframes SubMenuAnimOut1 {
    0% {
        transform: translateX(0);
        opacity: 1
    }
    to {
        transform: translateX(50%);
        opacity: 0
    }
}

@keyframes SubMenuAnimOut2 {
    0% {
        transform: translateX(0);
        opacity: 1
    }
    to {
        transform: translateX(100%);
        opacity: 0
    }
}

@keyframes SubMenuAnimOut3 {
    0% {
        transform: translateZ(0);
        opacity: 1
    }
    to {
        transform: translateZ(-300px);
        opacity: 0
    }
}

@keyframes SubMenuAnimOut4 {
    0% {
        transform: translateZ(0);
        opacity: 1
    }
    to {
        transform: translateZ(300px);
        opacity: 0
    }
}

@keyframes SubMenuAnimOut5 {
    0% {
        transform: translateZ(0);
        opacity: 1
    }
    to {
        transform: translateZ(-200px);
        opacity: 0
    }
}

.no-js .dl-menuwrapper .dl-menu {
    position: relative;
    opacity: 1;
    transform: none
}

.no-js .dl-menuwrapper li .dl-submenu {
    display: block
}

.no-js .dl-menuwrapper li.dl-back {
    display: none
}

.no-js .dl-menuwrapper li>a:not(:only-child) {
    background: rgba(0, 0, 0, .1)
}

.no-js .dl-menuwrapper li>a:not(:only-child):after {
    content: ""
}

@media screen and (min-width:0) {
    .module {
        margin-bottom: 2.25rem
    }
}

@media screen and (min-width:576px) {
    .module {
        margin-bottom: 2.25rem
    }
}

@media screen and (min-width:1080px) {
    .module {
        margin-bottom: 2.25rem
    }
}

@media screen and (min-width:1312px) {
    .module {
        margin-bottom: 3rem
    }
}

@media screen and (min-width:1424px) {
    .module {
        margin-bottom: 3rem
    }
}

@media screen and (min-width:0) {
    .module {
        margin-top: 2.25rem
    }
}

@media screen and (min-width:576px) {
    .module {
        margin-top: 2.25rem
    }
}

@media screen and (min-width:1080px) {
    .module {
        margin-top: 2.25rem
    }
}

@media screen and (min-width:1312px) {
    .module {
        margin-top: 3rem
    }
}

@media screen and (min-width:1424px) {
    .module {
        margin-top: 3rem
    }
}

.module:after {
    display: block;
    clear: both;
    content: ""
}

.module-basic-content {
    text-align: center
}

@media screen and (min-width:0) {
    .module-basic-content {
        padding: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .module-basic-content {
        padding: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .module-basic-content {
        padding: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .module-basic-content {
        padding: 2rem
    }
}

@media screen and (min-width:1424px) {
    .module-basic-content {
        padding: 2rem
    }
}

.module-fact {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    color: #fff
}

@media screen and (min-width:0) {
    .module-fact {
        padding: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .module-fact {
        padding: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .module-fact {
        padding: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .module-fact {
        padding: 2rem
    }
}

@media screen and (min-width:1424px) {
    .module-fact {
        padding: 2rem
    }
}

.module-fact__fact {
    text-align: center
}

@media screen and (min-width:0) {
    .module-fact__fact {
        padding: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .module-fact__fact {
        padding: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .module-fact__fact {
        padding: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .module-fact__fact {
        padding: 2rem
    }
}

@media screen and (min-width:1424px) {
    .module-fact__fact {
        padding: 2rem
    }
}

.module-fact__value {
    font-size: 6.3rem;
    font-weight: 300;
    letter-spacing: 1px
}

.module-fact__title {
    font-size: 2.25rem;
    font-weight: 500
}

.module-fact__content {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 28px
}

@media screen and (min-width:0) {
    .module-fact__content {
        padding-left: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .module-fact__content {
        padding-left: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .module-fact__content {
        padding-left: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .module-fact__content {
        padding-left: 2rem
    }
}

@media screen and (min-width:1424px) {
    .module-fact__content {
        padding-left: 2rem
    }
}

@media screen and (min-width:0) {
    .module-fact__content {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .module-fact__content {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .module-fact__content {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .module-fact__content {
        padding-right: 2rem
    }
}

@media screen and (min-width:1424px) {
    .module-fact__content {
        padding-right: 2rem
    }
}

.module-image {
    align-items: stretch;
    display: flex;
    flex-direction: row
}

@media (max-width:1079.98px) {
    .module-image {
        flex-direction: column
    }
}

.module-image__body {
    flex: 1;
    max-width: 50%;
    align-self: center
}

@media screen and (min-width:0) {
    .module-image__body {
        padding: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .module-image__body {
        padding: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .module-image__body {
        padding: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .module-image__body {
        padding: 2rem
    }
}

@media screen and (min-width:1424px) {
    .module-image__body {
        padding: 2rem
    }
}

@media (max-width:1079.98px) {
    .module-image__body {
        max-width: 100%
    }
}

.module-image__figure {
    flex: 1;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    min-height: 420px
}

@media screen and (min-width:0) {
    .module-image__figure {
        padding: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .module-image__figure {
        padding: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .module-image__figure {
        padding: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .module-image__figure {
        padding: 2rem
    }
}

@media screen and (min-width:1424px) {
    .module-image__figure {
        padding: 2rem
    }
}

.module-image--left {
    flex-direction: row-reverse
}

@media (max-width:1079.98px) {
    .module-image--left {
        flex-direction: column
    }
}

.module-image--has-border {
    border-top: 1px solid #f9f9f9;
    border-bottom: 1px solid #f9f9f9
}

@media screen and (min-width:0) {
    .module-image--no-margin {
        margin-bottom: 0
    }
}

@media screen and (min-width:576px) {
    .module-image--no-margin {
        margin-bottom: 0
    }
}

@media screen and (min-width:1080px) {
    .module-image--no-margin {
        margin-bottom: 0
    }
}

@media screen and (min-width:1312px) {
    .module-image--no-margin {
        margin-bottom: 0
    }
}

@media screen and (min-width:1424px) {
    .module-image--no-margin {
        margin-bottom: 0
    }
}

@media screen and (min-width:0) {
    .module-image--no-margin {
        margin-top: 0
    }
}

@media screen and (min-width:576px) {
    .module-image--no-margin {
        margin-top: 0
    }
}

@media screen and (min-width:1080px) {
    .module-image--no-margin {
        margin-top: 0
    }
}

@media screen and (min-width:1312px) {
    .module-image--no-margin {
        margin-top: 0
    }
}

@media screen and (min-width:1424px) {
    .module-image--no-margin {
        margin-top: 0
    }
}

.module-image-block {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    display: flex;
    flex-direction: row
}

@media screen and (min-width:0) {
    .module-image-block {
        padding: 6rem
    }
}

@media screen and (min-width:576px) {
    .module-image-block {
        padding: 6rem
    }
}

@media screen and (min-width:1080px) {
    .module-image-block {
        padding: 6rem
    }
}

@media screen and (min-width:1312px) {
    .module-image-block {
        padding: 8rem
    }
}

@media screen and (min-width:1424px) {
    .module-image-block {
        padding: 8rem
    }
}

@media screen and (max-width:1311.98px) and (min-width:0) {
    .module-image-block {
        padding: 4.5rem
    }
}

@media screen and (max-width:1311.98px) and (min-width:576px) {
    .module-image-block {
        padding: 4.5rem
    }
}

@media screen and (max-width:1311.98px) and (min-width:1080px) {
    .module-image-block {
        padding: 4.5rem
    }
}

@media screen and (max-width:1311.98px) and (min-width:1312px) {
    .module-image-block {
        padding: 6rem
    }
}

@media screen and (max-width:1311.98px) and (min-width:1424px) {
    .module-image-block {
        padding: 6rem
    }
}

.module-image-block__body {
    max-width: 50%
}

@media (max-width:1311.98px) {
    .module-image-block__body {
        max-width: 100%
    }
}

.module-image-block__content {
    color: #fff
}

.module-image-block--right {
    flex-direction: row-reverse
}

.module-image-block--center {
    flex-direction: row;
    justify-content: center;
    text-align: center
}

.module-image-block--center .module-image-block__body {
    max-width: 70%
}

@media (max-width:1423.98px) {
    .module-image-block--center .module-image-block__body {
        max-width: 100%
    }
}

.module-image-block--blocked .module-image-block__body {
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgba(72, 72, 72, .16);
    border-radius: 4px
}

@media screen and (min-width:0) {
    .module-image-block--blocked .module-image-block__body {
        padding: 2.25rem
    }
}

@media screen and (min-width:576px) {
    .module-image-block--blocked .module-image-block__body {
        padding: 2.25rem
    }
}

@media screen and (min-width:1080px) {
    .module-image-block--blocked .module-image-block__body {
        padding: 2.25rem
    }
}

@media screen and (min-width:1312px) {
    .module-image-block--blocked .module-image-block__body {
        padding: 3rem
    }
}

@media screen and (min-width:1424px) {
    .module-image-block--blocked .module-image-block__body {
        padding: 3rem
    }
}

.module-image-block--blocked .module-image-block__content {
    color: #444
}

@media screen and (min-width:0) {
    .module-image-block--no-margin {
        margin-bottom: 0
    }
}

@media screen and (min-width:576px) {
    .module-image-block--no-margin {
        margin-bottom: 0
    }
}

@media screen and (min-width:1080px) {
    .module-image-block--no-margin {
        margin-bottom: 0
    }
}

@media screen and (min-width:1312px) {
    .module-image-block--no-margin {
        margin-bottom: 0
    }
}

@media screen and (min-width:1424px) {
    .module-image-block--no-margin {
        margin-bottom: 0
    }
}

@media screen and (min-width:0) {
    .module-image-block--no-margin {
        margin-top: 0
    }
}

@media screen and (min-width:576px) {
    .module-image-block--no-margin {
        margin-top: 0
    }
}

@media screen and (min-width:1080px) {
    .module-image-block--no-margin {
        margin-top: 0
    }
}

@media screen and (min-width:1312px) {
    .module-image-block--no-margin {
        margin-top: 0
    }
}

@media screen and (min-width:1424px) {
    .module-image-block--no-margin {
        margin-top: 0
    }
}

@media screen and (min-width:0) {
    .module-grid-item {
        padding: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .module-grid-item {
        padding: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .module-grid-item {
        padding: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .module-grid-item {
        padding: 2rem
    }
}

@media screen and (min-width:1424px) {
    .module-grid-item {
        padding: 2rem
    }
}

.module-grid-item__item {
    margin-bottom: 2rem
}

.module-grid-item__shadow {
    box-shadow: 0 0 25px 0 rgba(72, 72, 72, .16);
    font-size: 1.375rem;
    font-weight: 700;
    text-align: center
}

@media screen and (min-width:0) {
    .module-grid-item__shadow {
        padding: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .module-grid-item__shadow {
        padding: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .module-grid-item__shadow {
        padding: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .module-grid-item__shadow {
        padding: 2rem
    }
}

@media screen and (min-width:1424px) {
    .module-grid-item__shadow {
        padding: 2rem
    }
}

@media screen and (min-width:0) {
    .module-content-toggle {
        padding: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .module-content-toggle {
        padding: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .module-content-toggle {
        padding: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .module-content-toggle {
        padding: 2rem
    }
}

@media screen and (min-width:1424px) {
    .module-content-toggle {
        padding: 2rem
    }
}

.module-content-toggle--default .module-content-toggle__tabs {
    display: flex;
    flex-direction: row
}

.module-content-toggle--default .module-content-toggle__tab {
    flex: 1;
    text-align: center
}

.module-content-toggle--default .module-content-toggle__tab:first-of-type {
    border-left: 1px solid #d8d8d8
}

.module-content-toggle--default .module-content-toggle__tab .nav-link {
    background-color: #f9f9f9;
    border: 1px solid #d8d8d8;
    border-left: 0;
    border-radius: 0;
    color: #444;
    font-size: 1.25rem;
    font-weight: 600
}

@media screen and (min-width:0) {
    .module-content-toggle--default .module-content-toggle__tab .nav-link {
        padding: .9rem
    }
}

@media screen and (min-width:576px) {
    .module-content-toggle--default .module-content-toggle__tab .nav-link {
        padding: .9rem
    }
}

@media screen and (min-width:1080px) {
    .module-content-toggle--default .module-content-toggle__tab .nav-link {
        padding: .9rem
    }
}

@media screen and (min-width:1312px) {
    .module-content-toggle--default .module-content-toggle__tab .nav-link {
        padding: 1.2rem
    }
}

@media screen and (min-width:1424px) {
    .module-content-toggle--default .module-content-toggle__tab .nav-link {
        padding: 1.2rem
    }
}

.module-content-toggle--default .module-content-toggle__tab .nav-link.active {
    background-color: #fff
}

@media screen and (min-width:0) {
    .module-content-toggle--default .module-content-toggle__content {
        padding: 2.25rem
    }
}

@media screen and (min-width:576px) {
    .module-content-toggle--default .module-content-toggle__content {
        padding: 2.25rem
    }
}

@media screen and (min-width:1080px) {
    .module-content-toggle--default .module-content-toggle__content {
        padding: 2.25rem
    }
}

@media screen and (min-width:1312px) {
    .module-content-toggle--default .module-content-toggle__content {
        padding: 3rem
    }
}

@media screen and (min-width:1424px) {
    .module-content-toggle--default .module-content-toggle__content {
        padding: 3rem
    }
}

.module-content-toggle--left {
    display: flex;
    flex-direction: row
}

@media screen and (min-width:0) {
    .module-content-toggle--left {
        padding: 3rem
    }
}

@media screen and (min-width:576px) {
    .module-content-toggle--left {
        padding: 3rem
    }
}

@media screen and (min-width:1080px) {
    .module-content-toggle--left {
        padding: 3rem
    }
}

@media screen and (min-width:1312px) {
    .module-content-toggle--left {
        padding: 4rem
    }
}

@media screen and (min-width:1424px) {
    .module-content-toggle--left {
        padding: 4rem
    }
}

@media screen and (max-width:1423.98px) and (min-width:0) {
    .module-content-toggle--left {
        padding: .75rem
    }
}

@media screen and (max-width:1423.98px) and (min-width:576px) {
    .module-content-toggle--left {
        padding: .75rem
    }
}

@media screen and (max-width:1423.98px) and (min-width:1080px) {
    .module-content-toggle--left {
        padding: .75rem
    }
}

@media screen and (max-width:1423.98px) and (min-width:1312px) {
    .module-content-toggle--left {
        padding: 1rem
    }
}

@media screen and (max-width:1423.98px) and (min-width:1424px) {
    .module-content-toggle--left {
        padding: 1rem
    }
}

@media (max-width:1079.98px) {
    .module-content-toggle--left {
        flex-direction: column
    }
}

.module-content-toggle--left .module-content-toggle__tabs {
    border: 0;
    display: flex;
    flex-direction: column;
    flex: 0 0 25%;
    max-width: 25%
}

@media (max-width:1079.98px) {
    .module-content-toggle--left .module-content-toggle__tabs {
        flex: 0 0 100%;
        max-width: 100%;
        flex: 1 0 auto
    }
}

@media screen and (max-width:1079.98px) and (min-width:0) {
    .module-content-toggle--left .module-content-toggle__tabs {
        padding: 1.8rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:576px) {
    .module-content-toggle--left .module-content-toggle__tabs {
        padding: 1.8rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1080px) {
    .module-content-toggle--left .module-content-toggle__tabs {
        padding: 1.8rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1312px) {
    .module-content-toggle--left .module-content-toggle__tabs {
        padding: 2.4rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1424px) {
    .module-content-toggle--left .module-content-toggle__tabs {
        padding: 2.4rem
    }
}

.module-content-toggle--left .module-content-toggle__tab {
    border: 0
}

.module-content-toggle--left .module-content-toggle__tab .nav-link {
    color: #444;
    border: 0;
    border-left: 15px solid #d8d8d8;
    border-radius: 0;
    font-size: 1.5rem;
    font-weight: 500
}

@media screen and (min-width:0) {
    .module-content-toggle--left .module-content-toggle__tab .nav-link {
        padding: .9rem
    }
}

@media screen and (min-width:576px) {
    .module-content-toggle--left .module-content-toggle__tab .nav-link {
        padding: .9rem
    }
}

@media screen and (min-width:1080px) {
    .module-content-toggle--left .module-content-toggle__tab .nav-link {
        padding: .9rem
    }
}

@media screen and (min-width:1312px) {
    .module-content-toggle--left .module-content-toggle__tab .nav-link {
        padding: 1.2rem
    }
}

@media screen and (min-width:1424px) {
    .module-content-toggle--left .module-content-toggle__tab .nav-link {
        padding: 1.2rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:0) {
    .module-content-toggle--left .module-content-toggle__tab .nav-link {
        padding-bottom: .3rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:576px) {
    .module-content-toggle--left .module-content-toggle__tab .nav-link {
        padding-bottom: .3rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1080px) {
    .module-content-toggle--left .module-content-toggle__tab .nav-link {
        padding-bottom: .3rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1312px) {
    .module-content-toggle--left .module-content-toggle__tab .nav-link {
        padding-bottom: .4rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1424px) {
    .module-content-toggle--left .module-content-toggle__tab .nav-link {
        padding-bottom: .4rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:0) {
    .module-content-toggle--left .module-content-toggle__tab .nav-link {
        padding-top: .3rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:576px) {
    .module-content-toggle--left .module-content-toggle__tab .nav-link {
        padding-top: .3rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1080px) {
    .module-content-toggle--left .module-content-toggle__tab .nav-link {
        padding-top: .3rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1312px) {
    .module-content-toggle--left .module-content-toggle__tab .nav-link {
        padding-top: .4rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1424px) {
    .module-content-toggle--left .module-content-toggle__tab .nav-link {
        padding-top: .4rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:0) {
    .module-content-toggle--left .module-content-toggle__tab .nav-link {
        padding-left: .9rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:576px) {
    .module-content-toggle--left .module-content-toggle__tab .nav-link {
        padding-left: .9rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1080px) {
    .module-content-toggle--left .module-content-toggle__tab .nav-link {
        padding-left: .9rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1312px) {
    .module-content-toggle--left .module-content-toggle__tab .nav-link {
        padding-left: 1.2rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1424px) {
    .module-content-toggle--left .module-content-toggle__tab .nav-link {
        padding-left: 1.2rem
    }
}

.module-content-toggle--left .module-content-toggle__tab .nav-link.active {
    border-left-color: #7bb53f;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .13);
    color: #7bb53f;
    font-weight: 600
}

.module-content-toggle--left .module-content-toggle__content {
    flex: 1;
    padding-top: 0!important
}

@media screen and (min-width:0) {
    .module-content-toggle--left .module-content-toggle__content {
        padding: 1.8rem
    }
}

@media screen and (min-width:576px) {
    .module-content-toggle--left .module-content-toggle__content {
        padding: 1.8rem
    }
}

@media screen and (min-width:1080px) {
    .module-content-toggle--left .module-content-toggle__content {
        padding: 1.8rem
    }
}

@media screen and (min-width:1312px) {
    .module-content-toggle--left .module-content-toggle__content {
        padding: 2.4rem
    }
}

@media screen and (min-width:1424px) {
    .module-content-toggle--left .module-content-toggle__content {
        padding: 2.4rem
    }
}

@media screen and (min-width:0) {
    .page-content ol li,
    .page-content ul li {
        margin-bottom: .375rem
    }
}

@media screen and (min-width:576px) {
    .page-content ol li,
    .page-content ul li {
        margin-bottom: .375rem
    }
}

@media screen and (min-width:1080px) {
    .page-content ol li,
    .page-content ul li {
        margin-bottom: .375rem
    }
}

@media screen and (min-width:1312px) {
    .page-content ol li,
    .page-content ul li {
        margin-bottom: .5rem
    }
}

@media screen and (min-width:1424px) {
    .page-content ol li,
    .page-content ul li {
        margin-bottom: .5rem
    }
}

@media screen and (min-width:0) {
    .page-nav {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .page-nav {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .page-nav {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .page-nav {
        margin-bottom: 2rem
    }
}

@media screen and (min-width:1424px) {
    .page-nav {
        margin-bottom: 2rem
    }
}

.page-nav__parent {
    color: #0a417a;
    font-family: futura-pt-bold, freight-sans-pro, Roboto, Helvetica Neue, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    display: block
}

.page-nav__children {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative
}

@media (max-width:1079.98px) {
    .page-nav__children {
        display: none
    }
}

.page-nav__children:before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #f1f1f1;
    display: block;
    position: absolute;
    top: 0;
    left: 6px
}

.page-nav__children>li>a {
    display: none
}

.page-nav__children>li:before {
    display: none!important;
    content: none!important
}

.page-nav .sub-menu>.menu-item {
    line-height: 1.4;
    padding-left: calc(14px + 1rem);
    padding-bottom: .5rem;
    padding-top: .5rem
}

.page-nav .menu-item {
    font-family: freight-sans-pro, Roboto, Helvetica Neue, sans-serif;
    font-weight: 500;
    font-size: 1.1875rem;
    line-height: 42px;
    margin-left: 0;
    padding-left: calc(14px + 1 rem)
}

.page-nav .menu-item:before {
    content: "";
    height: 14px;
    width: 14px;
    border: 3px solid #8c8d8d;
    border-radius: 100px;
    background: #fff;
    margin-right: 1rem;
    transform: translate3d(0, 1px, 0);
    display: inline-block;
    margin-left: calc(-14px - 1rem)
}

.page-nav .menu-item a {
    color: #8c8d8d
}

.page-nav .menu-item .current-menu-item>a {
    color: #7bb53f;
    font-weight: 700
}

.page-nav .menu-item .current-menu-item:before {
    border-color: #7bb53f
}

.page-nav__mobile {
    position: relative;
    display: none;
    width: 100%;
    margin: 0 auto;
    border: 0;
    background-color: #7bb53f;
    z-index: 1
}

@media (max-width:1079.98px) {
    .page-nav__mobile {
        display: block
    }
}

.page-nav__mobile select {
    border: none;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    margin: 0;
    display: block;
    width: 100%;
    padding: 12px 55px 15px 15px;
    color: #fff;
    font-family: freight-sans-pro, Roboto, Helvetica Neue, sans-serif;
    font-size: 1.1875rem;
    font-weight: 600
}

.page-nav__mobile:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    line-height: 56px;
    font-weight: 700;
    border-left: 1px solid #63a228;
    z-index: -1;
    color: #fff;
    content: "\F123";
    display: block;
    font-family: Ionicons;
    text-align: center
}

.modal .close--right {
    align-items: center;
    border: 0;
    background-color: #8c8d8d;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-weight: 400;
    height: 36px;
    justify-content: center;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate3d(50%, -50%, 0);
    width: 36px
}

.modal-header {
    text-align: center
}

#modal_gallery .modal-dialog {
    max-width: 1000px!important
}

@media screen and (min-width:0) {
    .post-content--post {
        margin-top: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .post-content--post {
        margin-top: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .post-content--post {
        margin-top: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .post-content--post {
        margin-top: 2rem
    }
}

@media screen and (min-width:1424px) {
    .post-content--post {
        margin-top: 2rem
    }
}

@media screen and (min-width:0) {
    .post-content--post {
        padding: 3rem
    }
}

@media screen and (min-width:576px) {
    .post-content--post {
        padding: 3rem
    }
}

@media screen and (min-width:1080px) {
    .post-content--post {
        padding: 3rem
    }
}

@media screen and (min-width:1312px) {
    .post-content--post {
        padding: 4rem
    }
}

@media screen and (min-width:1424px) {
    .post-content--post {
        padding: 4rem
    }
}

.post-content--tags {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    font-size: 1.2rem
}

@media screen and (min-width:0) {
    .post-content--tags {
        margin-left: 3rem
    }
}

@media screen and (min-width:576px) {
    .post-content--tags {
        margin-left: 3rem
    }
}

@media screen and (min-width:1080px) {
    .post-content--tags {
        margin-left: 3rem
    }
}

@media screen and (min-width:1312px) {
    .post-content--tags {
        margin-left: 4rem
    }
}

@media screen and (min-width:1424px) {
    .post-content--tags {
        margin-left: 4rem
    }
}

@media screen and (min-width:0) {
    .post-content--tags {
        margin-right: 3rem
    }
}

@media screen and (min-width:576px) {
    .post-content--tags {
        margin-right: 3rem
    }
}

@media screen and (min-width:1080px) {
    .post-content--tags {
        margin-right: 3rem
    }
}

@media screen and (min-width:1312px) {
    .post-content--tags {
        margin-right: 4rem
    }
}

@media screen and (min-width:1424px) {
    .post-content--tags {
        margin-right: 4rem
    }
}

@media screen and (min-width:0) {
    .post-content--tags {
        padding-top: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .post-content--tags {
        padding-top: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .post-content--tags {
        padding-top: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .post-content--tags {
        padding-top: 2rem
    }
}

@media screen and (min-width:1424px) {
    .post-content--tags {
        padding-top: 2rem
    }
}

@media screen and (min-width:0) {
    .post-content--tags {
        padding-bottom: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .post-content--tags {
        padding-bottom: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .post-content--tags {
        padding-bottom: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .post-content--tags {
        padding-bottom: 2rem
    }
}

@media screen and (min-width:1424px) {
    .post-content--tags {
        padding-bottom: 2rem
    }
}

@media screen and (min-width:0) {
    .post-content--comments {
        margin-left: 3rem
    }
}

@media screen and (min-width:576px) {
    .post-content--comments {
        margin-left: 3rem
    }
}

@media screen and (min-width:1080px) {
    .post-content--comments {
        margin-left: 3rem
    }
}

@media screen and (min-width:1312px) {
    .post-content--comments {
        margin-left: 4rem
    }
}

@media screen and (min-width:1424px) {
    .post-content--comments {
        margin-left: 4rem
    }
}

@media screen and (min-width:0) {
    .post-content--comments {
        margin-right: 3rem
    }
}

@media screen and (min-width:576px) {
    .post-content--comments {
        margin-right: 3rem
    }
}

@media screen and (min-width:1080px) {
    .post-content--comments {
        margin-right: 3rem
    }
}

@media screen and (min-width:1312px) {
    .post-content--comments {
        margin-right: 4rem
    }
}

@media screen and (min-width:1424px) {
    .post-content--comments {
        margin-right: 4rem
    }
}

@media screen and (min-width:0) {
    .post-content--comments {
        padding-top: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .post-content--comments {
        padding-top: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .post-content--comments {
        padding-top: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .post-content--comments {
        padding-top: 2rem
    }
}

@media screen and (min-width:1424px) {
    .post-content--comments {
        padding-top: 2rem
    }
}

@media screen and (min-width:0) {
    .post-content--comments {
        padding-bottom: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .post-content--comments {
        padding-bottom: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .post-content--comments {
        padding-bottom: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .post-content--comments {
        padding-bottom: 2rem
    }
}

@media screen and (min-width:1424px) {
    .post-content--comments {
        padding-bottom: 2rem
    }
}

@media screen and (min-width:0) {
    .post-content--community_page,
    .post-content--community_post {
        padding-bottom: 3rem
    }
}

@media screen and (min-width:576px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-bottom: 3rem
    }
}

@media screen and (min-width:1080px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-bottom: 3rem
    }
}

@media screen and (min-width:1312px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-bottom: 4rem
    }
}

@media screen and (min-width:1424px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-bottom: 4rem
    }
}

@media screen and (min-width:0) {
    .post-content--community_page,
    .post-content--community_post {
        padding-right: 4.5rem
    }
}

@media screen and (min-width:576px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-right: 4.5rem
    }
}

@media screen and (min-width:1080px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-right: 4.5rem
    }
}

@media screen and (min-width:1312px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-right: 6rem
    }
}

@media screen and (min-width:1424px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-right: 6rem
    }
}

@media screen and (min-width:0) {
    .post-content--community_page,
    .post-content--community_post {
        padding-left: 4.5rem
    }
}

@media screen and (min-width:576px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-left: 4.5rem
    }
}

@media screen and (min-width:1080px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-left: 4.5rem
    }
}

@media screen and (min-width:1312px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-left: 6rem
    }
}

@media screen and (min-width:1424px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-left: 6rem
    }
}

@media screen and (min-width:0) {
    .post-content--community_page,
    .post-content--community_post {
        padding-top: 3rem
    }
}

@media screen and (min-width:576px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-top: 3rem
    }
}

@media screen and (min-width:1080px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-top: 3rem
    }
}

@media screen and (min-width:1312px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-top: 4rem
    }
}

@media screen and (min-width:1424px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-top: 4rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:0) {
    .post-content--community_page,
    .post-content--community_post {
        padding-bottom: 3rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:576px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-bottom: 3rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1080px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-bottom: 3rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1312px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-bottom: 4rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1424px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-bottom: 4rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:0) {
    .post-content--community_page,
    .post-content--community_post {
        padding-right: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:576px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-right: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1080px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-right: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1312px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-right: 2rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1424px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-right: 2rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:0) {
    .post-content--community_page,
    .post-content--community_post {
        padding-left: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:576px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-left: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1080px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-left: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1312px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-left: 2rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1424px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-left: 2rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:0) {
    .post-content--community_page,
    .post-content--community_post {
        padding-top: 3rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:576px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-top: 3rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1080px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-top: 3rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1312px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-top: 4rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1424px) {
    .post-content--community_page,
    .post-content--community_post {
        padding-top: 4rem
    }
}

@media screen and (min-width:0) {
    .post-content ol li,
    .post-content ul li {
        margin-bottom: .375rem
    }
}

@media screen and (min-width:576px) {
    .post-content ol li,
    .post-content ul li {
        margin-bottom: .375rem
    }
}

@media screen and (min-width:1080px) {
    .post-content ol li,
    .post-content ul li {
        margin-bottom: .375rem
    }
}


@media screen and (min-width:1312px) {
    .post-content ol li,
    .post-content ul li {
        margin-bottom: .5rem
    }
}

@media screen and (min-width:1424px) {
    .post-content ol li,
    .post-content ul li {
        margin-bottom: .5rem
    }
}

.sidenav--community {
    padding-left: 0!important;
    padding-right: 0!important
}

@media (max-width:1079.98px) {
    .sidenav--community {
        padding-left: 1rem!important
    }
}

@media (max-width:1079.98px) {
    .sidenav--community #menu-community-menu {
        display: none
    }
}

.sidenav__logo {
    text-align: center
}

@media screen and (min-width:0) {
    .sidenav__logo {
        padding: .75rem
    }
}

@media screen and (min-width:576px) {
    .sidenav__logo {
        padding: .75rem
    }
}

@media screen and (min-width:1080px) {
    .sidenav__logo {
        padding: .75rem
    }
}

@media screen and (min-width:1312px) {
    .sidenav__logo {
        padding: 1rem
    }
}

@media screen and (min-width:1424px) {
    .sidenav__logo {
        padding: 1rem
    }
}

.community-menu__nav {
    border-top: 1px solid #d8d8d8
}

.community-menu__nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.community-menu__nav ul>li>a {
    text-transform: uppercase
}

.community-menu__nav>li:first-child.active a,
.community-menu__nav>ul>li:first-child.active a {
    background-color: #7bb53f;
    color: #fff!important
}

.community-menu__nav .menu-item {
    border-bottom: 1px solid #d8d8d8;
    font-family: futura-pt-bold, freight-sans-pro, Roboto, Helvetica Neue, sans-serif;
    font-weight: 700;
    font-size: 1.0625rem;
    line-height: 1.294117647
}

.community-menu__nav .menu-item a {
    color: #444;
    position: relative
}

@media screen and (min-width:0) {
    .community-menu__nav .menu-item a {
        padding-bottom: 1.125rem
    }
}

@media screen and (min-width:576px) {
    .community-menu__nav .menu-item a {
        padding-bottom: 1.125rem
    }
}

@media screen and (min-width:1080px) {
    .community-menu__nav .menu-item a {
        padding-bottom: 1.125rem
    }
}

@media screen and (min-width:1312px) {
    .community-menu__nav .menu-item a {
        padding-bottom: 1.5rem
    }
}

@media screen and (min-width:1424px) {
    .community-menu__nav .menu-item a {
        padding-bottom: 1.5rem
    }
}

@media screen and (min-width:0) {
    .community-menu__nav .menu-item a {
        padding-top: 1.125rem
    }
}

@media screen and (min-width:576px) {
    .community-menu__nav .menu-item a {
        padding-top: 1.125rem
    }
}

@media screen and (min-width:1080px) {
    .community-menu__nav .menu-item a {
        padding-top: 1.125rem
    }
}

@media screen and (min-width:1312px) {
    .community-menu__nav .menu-item a {
        padding-top: 1.5rem
    }
}

@media screen and (min-width:1424px) {
    .community-menu__nav .menu-item a {
        padding-top: 1.5rem
    }
}

@media screen and (min-width:0) {
    .community-menu__nav .menu-item a {
        padding-left: 1.125rem
    }
}

@media screen and (min-width:576px) {
    .community-menu__nav .menu-item a {
        padding-left: 1.125rem
    }
}

@media screen and (min-width:1080px) {
    .community-menu__nav .menu-item a {
        padding-left: 1.125rem
    }
}

@media screen and (min-width:1312px) {
    .community-menu__nav .menu-item a {
        padding-left: 1.5rem
    }
}

@media screen and (min-width:1424px) {
    .community-menu__nav .menu-item a {
        padding-left: 1.5rem
    }
}

@media screen and (min-width:0) {
    .community-menu__nav .menu-item a {
        padding-right: 1.125rem
    }
}

@media screen and (min-width:576px) {
    .community-menu__nav .menu-item a {
        padding-right: 1.125rem
    }
}

@media screen and (min-width:1080px) {
    .community-menu__nav .menu-item a {
        padding-right: 1.125rem
    }
}

@media screen and (min-width:1312px) {
    .community-menu__nav .menu-item a {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:1424px) {
    .community-menu__nav .menu-item a {
        padding-right: 1.5rem
    }
}

.community-menu__nav .menu-item a:hover {
    color: #7bb53f
}

.community-menu__nav .menu-item-has-children>a:after {
    content: "\F3D2";
    display: inline-block;
    font-family: Ionicons;
    position: absolute
}

@media screen and (min-width:0) {
    .community-menu__nav .menu-item-has-children>a:after {
        right: .75rem
    }
}

@media screen and (min-width:576px) {
    .community-menu__nav .menu-item-has-children>a:after {
        right: .75rem
    }
}

@media screen and (min-width:1080px) {
    .community-menu__nav .menu-item-has-children>a:after {
        right: .75rem
    }
}

@media screen and (min-width:1312px) {
    .community-menu__nav .menu-item-has-children>a:after {
        right: 1rem
    }
}

@media screen and (min-width:1424px) {
    .community-menu__nav .menu-item-has-children>a:after {
        right: 1rem
    }
}

.community-menu__nav .menu-item [aria-expanded=true]:after {
    content: "\F3D0"
}

@media screen and (min-width:0) {
    .community-menu__nav .menu-item.current-menu-ancestor>.sub-menu {
        padding-top: .75rem
    }
}

@media screen and (min-width:576px) {
    .community-menu__nav .menu-item.current-menu-ancestor>.sub-menu {
        padding-top: .75rem
    }
}

@media screen and (min-width:1080px) {
    .community-menu__nav .menu-item.current-menu-ancestor>.sub-menu {
        padding-top: .75rem
    }
}

@media screen and (min-width:1312px) {
    .community-menu__nav .menu-item.current-menu-ancestor>.sub-menu {
        padding-top: 1rem
    }
}

@media screen and (min-width:1424px) {
    .community-menu__nav .menu-item.current-menu-ancestor>.sub-menu {
        padding-top: 1rem
    }
}

.community-menu__nav .menu-item.current-menu-parent>a {
    background-color: #7bb53f;
    color: #fff
}

.community-menu__nav .menu-item.current-menu-parent>a:hover {
    color: #fff
}

.community-menu__nav .sub-menu {
    position: relative
}

@media screen and (min-width:0) {
    .community-menu__nav .sub-menu {
        padding-bottom: .75rem
    }
}

@media screen and (min-width:576px) {
    .community-menu__nav .sub-menu {
        padding-bottom: .75rem
    }
}

@media screen and (min-width:1080px) {
    .community-menu__nav .sub-menu {
        padding-bottom: .75rem
    }
}

@media screen and (min-width:1312px) {
    .community-menu__nav .sub-menu {
        padding-bottom: 1rem
    }
}

@media screen and (min-width:1424px) {
    .community-menu__nav .sub-menu {
        padding-bottom: 1rem
    }
}

.community-menu__nav .sub-menu:before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #f1f1f1;
    display: block;
    position: absolute;
    top: 0;
    margin-left: 1.8em
}

.community-menu__nav .sub-menu>.menu-item {
    border-bottom: 0;
    display: block;
    font-family: freight-sans-pro, Roboto, Helvetica Neue, sans-serif;
    font-weight: 500;
    font-size: 1.1875rem;
    line-height: 42px;
    margin-left: 1.5em
}

.community-menu__nav .sub-menu>.menu-item:before {
    content: "";
    height: 14px;
    width: 14px;
    border: 3px solid #8c8d8d;
    border-radius: 100px;
    background: #fff;
    margin-right: 1rem;
    transform: translate3d(0, 1px, 0);
    display: inline-block
}

.community-menu__nav .sub-menu>.menu-item.active a {
    color: #7bb53f;
    font-weight: 700
}

.community-menu__nav .sub-menu>.menu-item.active:before {
    border-color: #7bb53f
}

.community-menu__nav .sub-menu>.menu-item a {
    box-sizing: border-box;
    color: #8c8d8d;
    padding-left: 0;
    text-transform: none
}

@media screen and (min-width:0) {
    .community-menu__nav .sub-menu>.menu-item a {
        padding-top: .375rem
    }
}

@media screen and (min-width:576px) {
    .community-menu__nav .sub-menu>.menu-item a {
        padding-top: .375rem
    }
}

@media screen and (min-width:1080px) {
    .community-menu__nav .sub-menu>.menu-item a {
        padding-top: .375rem
    }
}

@media screen and (min-width:1312px) {
    .community-menu__nav .sub-menu>.menu-item a {
        padding-top: .5rem
    }
}

@media screen and (min-width:1424px) {
    .community-menu__nav .sub-menu>.menu-item a {
        padding-top: .5rem
    }
}

@media screen and (min-width:0) {
    .community-menu__nav .sub-menu>.menu-item a {
        padding-bottom: .375rem
    }
}

@media screen and (min-width:576px) {
    .community-menu__nav .sub-menu>.menu-item a {
        padding-bottom: .375rem
    }
}

@media screen and (min-width:1080px) {
    .community-menu__nav .sub-menu>.menu-item a {
        padding-bottom: .375rem
    }
}

@media screen and (min-width:1312px) {
    .community-menu__nav .sub-menu>.menu-item a {
        padding-bottom: .5rem
    }
}

@media screen and (min-width:1424px) {
    .community-menu__nav .sub-menu>.menu-item a {
        padding-bottom: .5rem
    }
}

.community-menu__nav .sub-menu>.menu-item a:hover {
    color: #7bb53f
}

.site-footer {
    background: #fff;
    border-top: 1px solid #e7e7e7
}

@media screen and (min-width:0) {
    .site-footer {
        padding-top: 3.75rem
    }
}

@media screen and (min-width:576px) {
    .site-footer {
        padding-top: 3.75rem
    }
}

@media screen and (min-width:1080px) {
    .site-footer {
        padding-top: 3.75rem
    }
}

@media screen and (min-width:1312px) {
    .site-footer {
        padding-top: 5rem
    }
}

@media screen and (min-width:1424px) {
    .site-footer {
        padding-top: 5rem
    }
}

@media screen and (min-width:0) {
    .site-footer {
        margin-top: 4.5rem
    }
}

@media screen and (min-width:576px) {
    .site-footer {
        margin-top: 4.5rem
    }
}

@media screen and (min-width:1080px) {
    .site-footer {
        margin-top: 4.5rem
    }
}

@media screen and (min-width:1312px) {
    .site-footer {
        margin-top: 6rem
    }
}

@media screen and (min-width:1424px) {
    .site-footer {
        margin-top: 6rem
    }
}

@media (max-width:1079.98px) {
    .site-footer {
        text-align: center
    }
}

@media screen and (max-width:1079.98px) and (min-width:0) {
    .site-footer {
        margin-top: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:576px) {
    .site-footer {
        margin-top: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1080px) {
    .site-footer {
        margin-top: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1312px) {
    .site-footer {
        margin-top: 2rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1424px) {
    .site-footer {
        margin-top: 2rem
    }
}

.view__footer--login .site-footer {
    margin-top: 0!important
}

.site-footer__socials {
    margin: 2rem 0
}

.site-footer__socials:after {
    display: block;
    clear: both;
    content: ""
}

@media (max-width:1079.98px) {
    .site-footer__socials {
        width: 280px;
        margin: 2rem auto
    }
}

.site-footer__socials a {
    float: left;
    margin-right: 1rem
}

.site-footer__socials a:last-child {
    margin-right: 0
}

.site-footer__back {
    background: #0a417a;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 20px;
    font-weight: 500;
    font-size: 20px;
    transition: all .5s
}

@media screen and (min-width:0) {
    .site-footer__back {
        margin-top: 3.75rem
    }
}

@media screen and (min-width:576px) {
    .site-footer__back {
        margin-top: 3.75rem
    }
}

@media screen and (min-width:1080px) {
    .site-footer__back {
        margin-top: 3.75rem
    }
}

@media screen and (min-width:1312px) {
    .site-footer__back {
        margin-top: 5rem
    }
}

@media screen and (min-width:1424px) {
    .site-footer__back {
        margin-top: 5rem
    }
}

.site-footer__back:hover {
    background: #7bb53f;
    color: #fff
}

.site-footer__back .icon {
    position: relative;
    top: 6px
}

.site-footer__nav {
    padding: 0;
    list-style-type: none
}

@media screen and (min-width:0) {
    .site-footer__nav {
        margin-bottom: 1.125rem
    }
}

@media screen and (min-width:576px) {
    .site-footer__nav {
        margin-bottom: 1.125rem
    }
}

@media screen and (min-width:1080px) {
    .site-footer__nav {
        margin-bottom: 1.125rem
    }
}

@media screen and (min-width:1312px) {
    .site-footer__nav {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:1424px) {
    .site-footer__nav {
        margin-bottom: 1.5rem
    }
}

.site-footer__nav>li>a {
    color: #363636;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    pointer-events: none
}

@media screen and (min-width:0) {
    .site-footer__nav>li>a {
        margin-bottom: .75rem
    }
}

@media screen and (min-width:576px) {
    .site-footer__nav>li>a {
        margin-bottom: .75rem
    }
}

@media screen and (min-width:1080px) {
    .site-footer__nav>li>a {
        margin-bottom: .75rem
    }
}

@media screen and (min-width:1312px) {
    .site-footer__nav>li>a {
        margin-bottom: 1rem
    }
}

@media screen and (min-width:1424px) {
    .site-footer__nav>li>a {
        margin-bottom: 1rem
    }
}

.site-footer__nav>li>a:hover {
    color: #7bb53f
}

.site-footer__nav .menu-item {
    font-size: 1rem
}

.site-footer__nav .menu-item a {
    color: #363636
}

.site-footer__nav .menu-item a:hover {
    color: #7bb53f
}

.site-footer__nav .menu-item .sub-menu .sub-menu {
    display: none
}

@media screen and (min-width:0) {
    .site-footer__nav .menu-item .sub-menu li {
        margin-bottom: .375rem
    }
}

@media screen and (min-width:576px) {
    .site-footer__nav .menu-item .sub-menu li {
        margin-bottom: .375rem
    }
}

@media screen and (min-width:1080px) {
    .site-footer__nav .menu-item .sub-menu li {
        margin-bottom: .375rem
    }
}

@media screen and (min-width:1312px) {
    .site-footer__nav .menu-item .sub-menu li {
        margin-bottom: .5rem
    }
}

@media screen and (min-width:1424px) {
    .site-footer__nav .menu-item .sub-menu li {
        margin-bottom: .5rem
    }
}

.site-header {
    background-color: #fff;
    position: relative
}

@media (max-width:1079.98px) {
    .site-header__container {
        height: 80px
    }
}

.site-header__container .row {
    height: 100%
}

.site-header__logo {
    z-index: 200;
    position: relative
}

@media screen and (min-width:0) {
    .site-header__logo {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .site-header__logo {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .site-header__logo {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .site-header__logo {
        padding-right: 2rem
    }
}

@media screen and (min-width:1424px) {
    .site-header__logo {
        padding-right: 2rem
    }
}

.site-header__logo img {
    max-width: 146px;
    height: auto
}

@media (max-width:1311.98px) {
    .site-header__logo img {
        max-width: 120px
    }
}

@media screen and (max-width:1311.98px) and (min-width:0) {
    .site-header__logo img {
        padding-left: 1.5rem
    }
}

@media screen and (max-width:1311.98px) and (min-width:576px) {
    .site-header__logo img {
        padding-left: 1.5rem
    }
}

@media screen and (max-width:1311.98px) and (min-width:1080px) {
    .site-header__logo img {
        padding-left: 1.5rem
    }
}

@media screen and (max-width:1311.98px) and (min-width:1312px) {
    .site-header__logo img {
        padding-left: 2rem
    }
}

@media screen and (max-width:1311.98px) and (min-width:1424px) {
    .site-header__logo img {
        padding-left: 2rem
    }
}

.site-header__nav {
    flex: 1
}

@media (max-width:1079.98px) {
    .site-header__nav {
        display: none
    }
}

.site-header__nav .menu {
    align-items: center;
    display: flex;
    flex: 1 0 0%;
    font-family: futura-pt-bold, freight-sans-pro, Roboto, Helvetica Neue, sans-serif;
    font-weight: 700;
    justify-content: space-around;
    overflow: visible;
    text-transform: uppercase
}

.site-header__nav .menu-item {
    font-size: 1.1875rem;
    position: relative;
    flex: 1 0 auto;
    text-align: center
}

@media (max-width:1311.98px) {
    .site-header__nav .menu-item {
        font-size: 1.125rem
    }
}

.site-header__nav .menu-item:last-of-type {
    margin-right: 0
}

.site-header__nav .menu-item:before {
    transition: cubic-bezier(.4, 0, .2, 1);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #7bb53f;
    content: "";
    position: absolute;
    transition: all .25s cubic-bezier(.4, 0, .2, 1)
}

.site-header__nav .menu-item>a {
    color: #444;
    display: inline-block
}

@media screen and (min-width:0) {
    .site-header__nav .menu-item>a {
        padding-bottom: 1.8rem
    }
}

@media screen and (min-width:576px) {
    .site-header__nav .menu-item>a {
        padding-bottom: 1.8rem
    }
}

@media screen and (min-width:1080px) {
    .site-header__nav .menu-item>a {
        padding-bottom: 1.8rem
    }
}

@media screen and (min-width:1312px) {
    .site-header__nav .menu-item>a {
        padding-bottom: 2.4rem
    }
}

@media screen and (min-width:1424px) {
    .site-header__nav .menu-item>a {
        padding-bottom: 2.4rem
    }
}

@media screen and (min-width:0) {
    .site-header__nav .menu-item>a {
        padding-top: 1.8rem
    }
}

@media screen and (min-width:576px) {
    .site-header__nav .menu-item>a {
        padding-top: 1.8rem
    }
}

@media screen and (min-width:1080px) {
    .site-header__nav .menu-item>a {
        padding-top: 1.8rem
    }
}

@media screen and (min-width:1312px) {
    .site-header__nav .menu-item>a {
        padding-top: 2.4rem
    }
}

@media screen and (min-width:1424px) {
    .site-header__nav .menu-item>a {
        padding-top: 2.4rem
    }
}

.site-header__nav .menu-item>a--active {
    color: #7bb53f
}

.site-header__nav .menu-item>a--active:before {
    height: 6px
}

.site-header__nav .menu-item:hover>a {
    color: #7bb53f
}

.site-header__nav .menu>.menu-item-has-children:after {
    content: "\F3D0";
    display: inline-block;
    font-family: Ionicons;
    margin-left: 2px
}

.site-header__nav .menu>.menu-item-has-children:hover:after {
    color: #7bb53f
}

.site-header__nav .menu>.menu-item:hover>.sub-menu {
    opacity: 1;
    transform: translateZ(0);
    pointer-events: auto
}

.site-header__nav .menu>.menu-item:hover>.sub-menu:hover {
    display: flex
}

.site-header__nav .menu>.menu-item:last-child>.sub-menu,
.site-header__nav .menu>.menu-item:nth-child(4)>.sub-menu {
    right: 0;
    left: auto
}

.site-header__nav .menu>.menu-item>.sub-menu {
    background-color: #f9f9f9;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .1), 0 10px 20px 0 rgba(0, 0, 0, .2);
    display: flex;
    font-family: freight-sans-pro, Roboto, Helvetica Neue, sans-serif;
    font-weight: 600;
    flex-wrap: wrap;
    left: 0;
    margin: 0;
    min-width: 560px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 98%;
    z-index: 100;
    text-transform: none;
    transition: opacity .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1)
}

@media screen and (min-width:0) {
    .site-header__nav .menu>.menu-item>.sub-menu {
        padding-bottom: 1.125rem
    }
}

@media screen and (min-width:576px) {
    .site-header__nav .menu>.menu-item>.sub-menu {
        padding-bottom: 1.125rem
    }
}

@media screen and (min-width:1080px) {
    .site-header__nav .menu>.menu-item>.sub-menu {
        padding-bottom: 1.125rem
    }
}

@media screen and (min-width:1312px) {
    .site-header__nav .menu>.menu-item>.sub-menu {
        padding-bottom: 1.5rem
    }
}

@media screen and (min-width:1424px) {
    .site-header__nav .menu>.menu-item>.sub-menu {
        padding-bottom: 1.5rem
    }
}

@media screen and (min-width:0) {
    .site-header__nav .menu>.menu-item>.sub-menu {
        padding-left: 1.125rem
    }
}

@media screen and (min-width:576px) {
    .site-header__nav .menu>.menu-item>.sub-menu {
        padding-left: 1.125rem
    }
}

@media screen and (min-width:1080px) {
    .site-header__nav .menu>.menu-item>.sub-menu {
        padding-left: 1.125rem
    }
}

@media screen and (min-width:1312px) {
    .site-header__nav .menu>.menu-item>.sub-menu {
        padding-left: 1.5rem
    }
}

@media screen and (min-width:1424px) {
    .site-header__nav .menu>.menu-item>.sub-menu {
        padding-left: 1.5rem
    }
}

@media screen and (min-width:0) {
    .site-header__nav .menu>.menu-item>.sub-menu {
        padding-right: 1.125rem
    }
}

@media screen and (min-width:576px) {
    .site-header__nav .menu>.menu-item>.sub-menu {
        padding-right: 1.125rem
    }
}

@media screen and (min-width:1080px) {
    .site-header__nav .menu>.menu-item>.sub-menu {
        padding-right: 1.125rem
    }
}

@media screen and (min-width:1312px) {
    .site-header__nav .menu>.menu-item>.sub-menu {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:1424px) {
    .site-header__nav .menu>.menu-item>.sub-menu {
        padding-right: 1.5rem
    }
}

@media screen and (min-width:0) {
    .site-header__nav .menu>.menu-item>.sub-menu {
        padding-top: .75rem
    }
}

@media screen and (min-width:576px) {
    .site-header__nav .menu>.menu-item>.sub-menu {
        padding-top: .75rem
    }
}

@media screen and (min-width:1080px) {
    .site-header__nav .menu>.menu-item>.sub-menu {
        padding-top: .75rem
    }
}

@media screen and (min-width:1312px) {
    .site-header__nav .menu>.menu-item>.sub-menu {
        padding-top: 1rem
    }
}

@media screen and (min-width:1424px) {
    .site-header__nav .menu>.menu-item>.sub-menu {
        padding-top: 1rem
    }
}

.site-header__nav .menu>.menu-item>.sub-menu>.menu-item {
    flex: 1 0 50%;
    margin: .5rem 0;
    padding: 0 .5rem;
    font-size: 1.125rem;
    -ms-flex: 0 1 auto;
    text-align: left;
    width: 50%
}

.site-header__nav .menu>.menu-item>.sub-menu>.menu-item>a {
    padding: 0
}

.site-header__nav .menu>.menu-item>.sub-menu>.menu-item.current-menu-ancestor>a {
    color: #7bb53f
}

.site-header__nav .menu>.menu-item>.sub-menu .sub-menu>.menu-item {
    margin: .1rem 0;
    font-size: 1.0625rem;
    text-align: left
}

.site-header__nav .menu>.menu-item>.sub-menu .sub-menu>.menu-item>a {
    color: #8c8d8d;
    font-weight: 500;
    line-height: 1.375rem;
    margin: 0;
    padding: 0
}

.site-header__nav .menu>.current-menu-ancestor>a,
.site-header__nav .menu>.current-menu-item>a,
.site-header__nav .menu>.menu-item>.sub-menu .sub-menu>.menu-item.current-menu-item>a,
.site-header__nav .menu>.menu-item>.sub-menu .sub-menu>.menu-item>a:hover {
    color: #7bb53f
}

.site-header__nav .menu>.current-menu-ancestor:before,
.site-header__nav .menu>.current-menu-item:before {
    height: 6px
}

.site-header__nav .menu>.current-menu-ancestor:after,
.site-header__nav .menu>.current-menu-item:after {
    color: #7bb53f
}

@keyframes menuIn {
    0% {
        display: flex;
        transform: translate3d(0, 100%, 0);
        opacity: 0
    }
    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes menuOut {
    0% {
        display: flex;
        transform: translateZ(0)
    }
    to {
        transform: translate3d(0, 100%, 0);
        opacity: 0;
        display: none
    }
}

.royalSlider {
    width: 600px;
    height: 400px;
    position: relative;
    direction: ltr
}

.royalSlider>* {
    float: left
}

.rsWebkit3d .rsSlide {
    -webkit-transform: translateZ(0)
}

.rsWebkit3d .rsABlock,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsLink,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsPreloader,
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsThumbs,
.rsWebkit3d img {
    -webkit-backface-visibility: hidden
}

.rsFade.rsWebkit3d .rsContainer,
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img {
    -webkit-transform: none
}

.rsOverflow {
    float: left
}

.rsOverflow,
.rsVisibleNearbyWrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent
}

.rsVisibleNearbyWrap {
    left: 0;
    top: 0
}

.rsVisibleNearbyWrap .rsOverflow {
    position: absolute;
    left: 0;
    top: 0
}

.rsContainer {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent
}

.rsArrow,
.rsThumbsArrow {
    cursor: pointer
}

.rsThumb {
    float: left;
    position: relative
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
    opacity: 1;
    transition: opacity .3s linear
}

.rsHidden {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear .3s, opacity .3s linear
}

.rsGCaption {
    width: 100%;
    float: left;
    text-align: center
}

.royalSlider.rsFullscreen {
    position: fixed!important;
    height: auto!important;
    width: auto!important;
    margin: 0!important;
    padding: 0!important;
    z-index: 2147483647!important;
    top: 0!important;
    left: 0!important;
    bottom: 0!important;
    right: 0!important
}

.royalSlider .rsSlide.rsFakePreloader {
    opacity: 1!important;
    transition: 0s;
    display: none
}

.rsSlide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
    height: auto
}

.rsContent {
    width: 100%;
    height: 100%;
    position: relative
}

.rsPreloader {
    position: absolute;
    z-index: 0
}

.rsNav {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none
}

.rsNavItem {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .25)
}

.rsThumbs {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 22
}

.rsTabs {
    float: left;
    background: none!important
}

.rsTabs,
.rsThumbs {
    -webkit-tap-highlight-color: transparent
}

.rsVideoContainer {
    width: auto;
    height: auto;
    line-height: 0;
    position: relative
}

.rsVideoFrameHolder {
    position: absolute;
    left: 0;
    top: 0;
    background: #141414;
    opacity: 0;
    -webkit-transition: .3s
}

.rsVideoFrameHolder.rsVideoActive {
    opacity: 1
}

.rsVideoContainer .rsVideoObj,
.rsVideoContainer embed,
.rsVideoContainer iframe,
.rsVideoContainer video {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.rsVideoContainer.rsIOSVideo embed,
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video {
    box-sizing: border-box;
    padding-right: 44px
}

.rsABlock {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 15
}

img.rsImg {
    max-width: none
}

.rsNoDrag {
    cursor: auto
}

.rsLink {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20
}

.rsDefault .rsThumbsHor {
    width: 100%;
    height: 72px
}

.rsDefault .rsThumbsVer {
    width: 96px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
}

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
    position: relative;
    height: 100%
}

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
    position: relative;
    width: 100%
}

.rsDefault .rsThumb {
    float: left;
    overflow: hidden;
    width: 96px;
    height: 72px
}

.rsDefault .rsThumb img {
    width: 100%;
    height: 100%
}

.rsDefault .rsThumb.rsNavSelected {
    background: #02874a
}

.rsDefault .rsThumb.rsNavSelected img {
    opacity: .3;
    filter: alpha(opacity=30)
}

.rsDefault .rsTmb {
    display: block
}

.rsDefault .rsTmb h5 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 20px;
    color: #fff
}

.rsDefault .rsTmb span {
    color: #ddd;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 18px
}

.rsDefault .rsThumbsArrow {
    height: 100%;
    width: 20px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
    background: #000;
    background: rgba(0, 0, 0, .75)
}

.rsDefault .rsThumbsArrow:hover {
    background: rgba(0, 0, 0, .9)
}

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
    width: 100%;
    height: 20px
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
    top: 0;
    left: 0
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
    bottom: 0;
    left: 0
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
    left: 0;
    top: 0
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
    right: 0;
    top: 0
}

.rsDefault .rsThumbsArrowIcn {
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    position: absolute;
    cursor: pointer
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -128px -32px
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -128px -48px
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -144px -32px
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -144px -48px
}

.rsDefault .rsThumbsArrowDisabled {
    display: none!important
}

@media screen and (min-width:0) and (max-width:800px) {
    .rsDefault .rsThumb {
        width: 59px;
        height: 44px
    }
    .rsDefault .rsThumbsHor {
        height: 44px
    }
    .rsDefault .rsThumbsVer {
        width: 59px
    }
}

.rsDefault .rsTabs {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding-top: 12px;
    position: relative
}

.rsDefault .rsTab {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    height: auto;
    width: auto;
    color: #333;
    padding: 5px 13px 6px;
    min-width: 72px;
    border: 1px solid #d9d9dd;
    border-right: 1px solid #f5f5f5;
    text-decoration: none;
    background-color: #fff;
    background-image: linear-gradient(180deg, #fefefe, #f4f4f4);
    box-shadow: inset 1px 0 0 #fff;
    *display: inline;
    *zoom: 1
}

.rsDefault .rsTab:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.rsDefault .rsTab:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #cfcfcf
}

.rsDefault .rsTab:active {
    border: 1px solid #d9d9dd;
    background-color: #f4f4f4;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, .2)
}

.rsDefault .rsTab.rsNavSelected {
    color: #fff;
    border: 1px solid #999;
    text-shadow: 1px 1px #838383;
    box-shadow: inset 0 1px 9px hsla(0, 0%, 40%, .65);
    background: #acacac;
    background-image: -moz-llinear-gradient(top, #acacac, #bbb);
    background-image: linear-gradient(180deg, #acacac, #bbb)
}

.rsDefault .rsFullscreenBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 22;
    display: block;
    position: absolute;
    cursor: pointer
}

.rsDefault .rsFullscreenIcn {
    display: block;
    margin: 6px;
    width: 32px;
    height: 32px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    *background-color: #000;
    border-radius: 2px
}

.rsDefault .rsFullscreenIcn:hover {
    background-color: rgba(0, 0, 0, .9)
}

.rsDefault.rsFullscreen .rsFullscreenIcn {
    background-position: -32px 0
}

.rsDefault .rsPlayBtn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .3);
    height: 90px;
    margin-left: -45px;
    margin-top: -45px;
    width: 90px;
    cursor: pointer
}

.rsDefault .rsPlayBtnIcon {
    width: 90px;
    display: block;
    height: 90px;
    border-radius: 6px;
    transition: .3s;
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    *background-color: #000
}

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(0, 0, 0, .9)
}

.rsDefault .rsBtnCenterer {
    position: absolute;
    left: 50%;
    top: 50%
}

.rsDefault .rsCloseVideoBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 500;
    position: absolute;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0)
}

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
    top: -38px;
    right: -6px
}

.rsDefault .rsCloseVideoIcn {
    margin: 6px;
    width: 32px;
    height: 32px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    *background-color: #000
}

.rsDefault .rsCloseVideoIcn:hover {
    background-color: rgba(0, 0, 0, .9)
}

.rsDefault .rsPreloader {
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px
}

.rsDefault .rsGCaption {
    position: absolute;
    float: none;
    bottom: 6px;
    left: 6px;
    text-align: left;
    background: #000;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    padding: 2px 8px;
    width: auto;
    font-size: 12px;
    border-radius: 2px
}

.slideshow {
    width: 100%;
    overflow: hidden;
    max-height: 960px;
    min-height: 850px;
    position: relative
}

@media (max-width:1311.98px) {
    .slideshow {
        min-height: 750px
    }
}

@media (max-width:1079.98px) {
    .slideshow {
        min-height: 500px
    }
}

.slideshow .rsContent {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    transform: translateZ(0)
}

.slideshow .rsContent .slider-content {
    margin: 80px 0 0
}

@media (max-width:1423.98px) {
    .slideshow .rsContent .slider-content {
        margin: 60px 0 0
    }
}

@media (max-width:1311.98px) {
    .slideshow .rsContent .slider-content {
        margin: 60px 0 0
    }
}

@media screen and (max-width:1311.98px) and (min-width:0) {
    .slideshow .rsContent .slider-content {
        padding-left: 4.5rem
    }
}

@media screen and (max-width:1311.98px) and (min-width:576px) {
    .slideshow .rsContent .slider-content {
        padding-left: 4.5rem
    }
}

@media screen and (max-width:1311.98px) and (min-width:1080px) {
    .slideshow .rsContent .slider-content {
        padding-left: 4.5rem
    }
}

@media screen and (max-width:1311.98px) and (min-width:1312px) {
    .slideshow .rsContent .slider-content {
        padding-left: 6rem
    }
}

@media screen and (max-width:1311.98px) and (min-width:1424px) {
    .slideshow .rsContent .slider-content {
        padding-left: 6rem
    }
}

@media screen and (max-width:1311.98px) and (min-width:0) {
    .slideshow .rsContent .slider-content {
        padding-right: 4.5rem
    }
}

@media screen and (max-width:1311.98px) and (min-width:576px) {
    .slideshow .rsContent .slider-content {
        padding-right: 4.5rem
    }
}

@media screen and (max-width:1311.98px) and (min-width:1080px) {
    .slideshow .rsContent .slider-content {
        padding-right: 4.5rem
    }
}

@media screen and (max-width:1311.98px) and (min-width:1312px) {
    .slideshow .rsContent .slider-content {
        padding-right: 6rem
    }
}

@media screen and (max-width:1311.98px) and (min-width:1424px) {
    .slideshow .rsContent .slider-content {
        padding-right: 6rem
    }
}

@media (max-width:1079.98px) {
    .slideshow .rsContent .slider-content {
        margin: 40px 0 0
    }
}

@media screen and (max-width:1079.98px) and (min-width:0) {
    .slideshow .rsContent .slider-content {
        padding: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:576px) {
    .slideshow .rsContent .slider-content {
        padding: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1080px) {
    .slideshow .rsContent .slider-content {
        padding: 1.5rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1312px) {
    .slideshow .rsContent .slider-content {
        padding: 2rem
    }
}

@media screen and (max-width:1079.98px) and (min-width:1424px) {
    .slideshow .rsContent .slider-content {
        padding: 2rem
    }
}

.slideshow .rsContent .slider-content h2 {
    color: #fff;
    font-family: futura-pt-bold, freight-sans-pro, Roboto, Helvetica Neue, sans-serif;
    font-weight: 900;
    font-size: 3.95rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
    letter-spacing: 1px;
    line-height: 1
}

@media screen and (min-width:0) {
    .slideshow .rsContent .slider-content h2 {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .slideshow .rsContent .slider-content h2 {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .slideshow .rsContent .slider-content h2 {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .slideshow .rsContent .slider-content h2 {
        margin-bottom: 2rem
    }
}

@media screen and (min-width:1424px) {
    .slideshow .rsContent .slider-content h2 {
        margin-bottom: 2rem
    }
}

.slideshow .rsContent .slider-content h2 span {
    font-family: freight-sans-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 1.8rem;
    display: block;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0
}

@media screen and (min-width:0) {
    .slideshow .rsContent .slider-content h2 span {
        margin-bottom: .75rem
    }
}

@media screen and (min-width:576px) {
    .slideshow .rsContent .slider-content h2 span {
        margin-bottom: .75rem
    }
}

@media screen and (min-width:1080px) {
    .slideshow .rsContent .slider-content h2 span {
        margin-bottom: .75rem
    }
}

@media screen and (min-width:1312px) {
    .slideshow .rsContent .slider-content h2 span {
        margin-bottom: 1rem
    }
}

@media screen and (min-width:1424px) {
    .slideshow .rsContent .slider-content h2 span {
        margin-bottom: 1rem
    }
}

@media (max-width:1079.98px) {
    .slideshow .rsContent .slider-content h2 span {
        font-size: 1.35rem
    }
}

@media (max-width:1079.98px) {
    .slideshow .rsContent .slider-content h2 {
        font-size: 2rem!important;
        text-align: center
    }
}

.slideshow .rsContent .slider-content p {
    font-family: freight-sans-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 1.35rem;
    display: block;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
    line-height: 1.5
}

@media screen and (min-width:0) {
    .slideshow .rsContent .slider-content p {
        margin-bottom: .375rem
    }
}

@media screen and (min-width:576px) {
    .slideshow .rsContent .slider-content p {
        margin-bottom: .375rem
    }
}

@media screen and (min-width:1080px) {
    .slideshow .rsContent .slider-content p {
        margin-bottom: .375rem
    }
}

@media screen and (min-width:1312px) {
    .slideshow .rsContent .slider-content p {
        margin-bottom: .5rem
    }
}


@media screen and (min-width:1424px) {
    .slideshow .rsContent .slider-content p {
        margin-bottom: .5rem
    }
}

@media (max-width:1079.98px) {
    .slideshow .rsContent .slider-content p {
        text-align: center;
        line-height: 1.2
    }
}

@media screen and (min-width:0) {
    .slideshow .rsContent .slider-content .slider-btn {
        margin-top: 1.125rem
    }
}

@media screen and (min-width:576px) {
    .slideshow .rsContent .slider-content .slider-btn {
        margin-top: 1.125rem
    }
}

@media screen and (min-width:1080px) {
    .slideshow .rsContent .slider-content .slider-btn {
        margin-top: 1.125rem
    }
}

@media screen and (min-width:1312px) {
    .slideshow .rsContent .slider-content .slider-btn {
        margin-top: 1.5rem
    }
}

@media screen and (min-width:1424px) {
    .slideshow .rsContent .slider-content .slider-btn {
        margin-top: 1.5rem
    }
}

@media (max-width:1079.98px) {
    .slideshow .rsContent .slider-content .slider-btn {
        text-align: center
    }
}

.slideshow .rsContent .slider-content .slider-btn a {
    padding: 20px 40px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    border-radius: 1000px;
    letter-spacing: 1px
}

.slideshow .rsContent .slider-content .slider-btn a:hover {
    background: #63a228
}

@media (max-width:1079.98px) {
    .slideshow .rsContent .slider-content .slider-btn a {
        font-size: 1rem;
        padding: 14px 30px
    }
}

.slideshow .rsBullets {
    bottom: 26%;
    height: auto;
    line-height: 6px;
    overflow: hidden;
    padding-top: 4px;
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    z-index: 10
}

@media (max-width:1311.98px) {
    .slideshow .rsBullets {
        display: none;
        bottom: 5%
    }
}

.slideshow .rsBullet {
    display: inline-block;
    padding: 8px
}

.slideshow .rsBullet:first-child {
    border-radius: 6px 0 0 0
}

.slideshow .rsBullet:last-child {
    border-radius: 0 6px 0 0
}

.slideshow .rsBullet span {
    background: hsla(0, 0%, 100%, .23);
    border-radius: 50%;
    height: 10px;
    width: 10px;
    float: left
}

.slideshow .rsBullet.rsNavSelected span {
    background: #7bb53f
}

.slideshow .rsArrow {
    background: url(/wp-content/themes/oac/assets/images/bg-slide-arr-r.png) no-repeat 50%;
    position: absolute;
    top: 38%;
    z-index: 3;
    height: 48px;
    width: 28px;
    right: 2%
}

.slideshow .rsArrow .rsArrowIcn {
    display: none
}

.slideshow .rsArrow.rsArrowLeft {
    background: url(/wp-content/themes/oac/assets/images/bg-slide-arr-l.png) no-repeat 50%;
    left: 2%;
    right: auto
}

.slideshow .rsThumbsContainer {
    display: flex;
    flex-direction: "row";
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%!important
}

@media (max-width:1079.98px) {
    .slideshow .rsThumbsContainer {
        display: block!important;
        margin: 0!important;
        transform: none!important
    }
}

.slideshow .rsThumbs {
    width: 100%!important;
    position: absolute;
    bottom: 80px
}

.slideshow .rsThumb {
    flex: 1;
    text-align: center
}

.slideshow .rsThumb img {
    opacity: .5;
    transition: all .15s ease-in-out 0s
}

.slideshow .rsThumb.rsNavSelected img {
    opacity: 1
}

@media (max-width:1079.98px) {
    .slideshow .rsThumb.rsNavSelected {
        display: block;
        margin: 0!important
    }
}

@media (max-width:1079.98px) {
    .slideshow .rsThumb {
        display: none;
        float: none
    }
}

@font-face {
    font-family: Material Icons;
    font-style: normal;
    font-weight: 400;
    src: url(/wp-content/themes/oac/assets/fonts/MaterialIcons-Regular.eot);
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(/wp-content/themes/oac/assets/fonts/MaterialIcons-Regular.woff2) format("woff2"), url(/wp-content/themes/oac/assets/fonts/MaterialIcons-Regular.woff) format("woff"), url(/wp-content/themes/oac/assets/fonts/MaterialIcons-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Ionicons;
    font-style: normal;
    font-weight: 400;
    src: url(/wp-content/themes/oac/assets/fonts/ionicons.eot);
    src: local("Ionicons"), url(/wp-content/themes/oac/assets/fonts/ionicons.woff) format("woff"), url(/wp-content/themes/oac/assets/fonts/ionicons.ttf) format("truetype")
}

@media screen and (min-width:0) {
    .widget--community-ad {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:576px) {
    .widget--community-ad {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:1080px) {
    .widget--community-ad {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:1312px) {
    .widget--community-ad {
        margin-bottom: 2rem
    }
}

@media screen and (min-width:1424px) {
    .widget--community-ad {
        margin-bottom: 2rem
    }
}

.widget__title--community-ad {
    color: #fff;
    font-family: futura-pt-bold, freight-sans-pro, Roboto, Helvetica Neue, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px
}

@media screen and (min-width:0) {
    .widget__title--community-ad {
        padding: .75rem
    }
}

@media screen and (min-width:576px) {
    .widget__title--community-ad {
        padding: .75rem
    }
}

@media screen and (min-width:1080px) {
    .widget__title--community-ad {
        padding: .75rem
    }
}

@media screen and (min-width:1312px) {
    .widget__title--community-ad {
        padding: 1rem
    }
}

@media screen and (min-width:1424px) {
    .widget__title--community-ad {
        padding: 1rem
    }
}

.widget__title--community-ad span {
    display: block;
    font-weight: 300
}

.widget__body {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.widget__body--community-ad {
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
    top: 0
}

.widget__body--community-ad:before {
    content: "";
    display: block;
    position: relative;
    padding-top: 56.17978%
}

.widget__body-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.widget__body-content--community-ad {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

@media screen and (min-width:0) {
    .widget__body-content--community-ad {
        padding: .75rem
    }
}

@media screen and (min-width:576px) {
    .widget__body-content--community-ad {
        padding: .75rem
    }
}

@media screen and (min-width:1080px) {
    .widget__body-content--community-ad {
        padding: .75rem
    }
}

@media screen and (min-width:1312px) {
    .widget__body-content--community-ad {
        padding: 1rem
    }
}

@media screen and (min-width:1424px) {
    .widget__body-content--community-ad {
        padding: 1rem
    }
}

@media screen and (min-width:0) {
    .widget__body-content--community-ad {
        padding-bottom: 2.25rem
    }
}

@media screen and (min-width:576px) {
    .widget__body-content--community-ad {
        padding-bottom: 2.25rem
    }
}

@media screen and (min-width:1080px) {
    .widget__body-content--community-ad {
        padding-bottom: 2.25rem
    }
}

@media screen and (min-width:1312px) {
    .widget__body-content--community-ad {
        padding-bottom: 3rem
    }
}

@media screen and (min-width:1424px) {
    .widget__body-content--community-ad {
        padding-bottom: 3rem
    }
}

.widget__body-content--community-ad:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3)
}

.widget__content--community-ad {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.125;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .2)
}

.widget__link--community-ad {
    font-size: 1.25rem;
    font-weight: 500;
    position: relative
}

.widget__link--community-ad:after {
    content: "\F10B";
    display: inline-block;
    font-family: Ionicons
}