@charset "UTF-8";
/*
Theme Name: TemPositions.site-header
Theme URI: https://demo.Naghman Ali.com/
Description: This is the sample theme created for the Genesis Framework.
Author: Naghman Ali
Author URI: https://www.linkedin.com/in/chaudhry-naghman-ali/

Version: 2.6.0

Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

Template: genesis

License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: tempositions
*/
/*------------------------------------------------------------------------------
>>> TABLE OF CONTENTS:
--------------------------------------------------------------------------------
# Keyframes
    ## intervalHamburger
# Fonts
    ## Dankicons
    ## Cloud Typography
# Bootstrap
# Components
    ## Typography
    ## General
    ## Header
    ## Footer
    ## Breadcrumb
# Pages
    ## Page


------------------------------------------------------------------------------*/
/*
    font-family: 'Lato', sans-serif;
    font-family: 'Open Sans', sans-serif;
*/
/*------------------------------------------------------------------------------
Media Queries

1. Widths
    - iPhone 5              - 320px
    - Lenovo ThinkPad       - 157.35px
    - Galaxy Note 3/S5      - 360px
    - iPhone 6/7/8          - 375px
    - iPhone X/XS           - 375px
    - iPhone 12/12Pro/Max   - 460px
    - 13inch M1 MacBook Pro - 227px
    - LG Optimus L70        - 384px
    - Galaxy S9             - 360px
    - Pixel 2XL             - 411px
    - Pixel 2               - 411px
    - Nexus 5X/6P           - 412px
    - iPhone 6/7/8 Plus     - 414px
    - Galaxy Note 9         - 414px
    - iPhone XS Max         - 414px
    - Nexus 7               - 600px
    - iPad/Mini             - 768px
    - iPad Pro 10.5         - 800px
    - Kindle Fire/Nexus 10  - 834px
    - Kindle Fire/Nexus 10  - 1024px

------------------------------------------------------------------------------*/
/*//Font Awesome Styles
@import "fonts/fontawesome/fontawesome.scss";
@import "fonts/fontawesome/solid.scss";
@import "fonts/fontawesome/brands.scss";*/
/*@import 'fonts/_icomoons.scss';*/
/*@import 'fonts/_textfonts.scss';*/
/*@import 'fonts/_flaticon.scss';*/
@font-face {
    font-family: 'tempositions';
    src: url("font/tempositions.eot?uz3yo1");
    src: url("font/tempositions.eot?uz3yo1#iefix") format("embedded-opentype"), url("font/tempositions.ttf?uz3yo1") format("truetype"), url("font/tempositions.woff?uz3yo1") format("woff"), url("font/tempositions.svg?uz3yo1#tempositions") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block; }

[class^="tmp-"], [class*=" tmp-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'tempositions' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.tmp-zoomout:before {
    content: "\e907"; }

.tmp-zoomin:before {
    content: "\e908"; }

.tmp-search:before {
    content: "\e909"; }

.tmp-user:before {
    content: "\e906"; }

.tmp-location:before {
    content: "\e947"; }

.tmp-location2:before {
    content: "\e948"; }

.tmp-plus:before {
    content: "\ea0a"; }

.tmp-minus:before {
    content: "\ea0b"; }

.tmp-checkmark:before {
    content: "\ea10"; }

.tmp-loop2:before {
    content: "\ea2e"; }

.tmp-arrow-up:before {
    content: "\ea3a"; }

.tmp-arrow-right:before {
    content: "\ea3c"; }

.tmp-arrow-down:before {
    content: "\ea3e"; }

.tmp-arrow-left:before {
    content: "\ea40"; }

.tmp-google-plus:before {
    content: "\ea8b"; }

.tmp-facebook:before {
    content: "\ea90"; }

.tmp-facebook2:before {
    content: "\ea91"; }

.tmp-instagram:before {
    content: "\ea92"; }

.tmp-whatsapp:before {
    content: "\ea93"; }

.tmp-telegram:before {
    content: "\ea95"; }

.tmp-twitter:before {
    content: "\ea96"; }

.tmp-youtube:before {
    content: "\ea9d"; }

.tmp-tumblr:before {
    content: "\eab9"; }

.tmp-appleinc:before {
    content: "\eabe"; }

.tmp-linkedin:before {
    content: "\eac9"; }

.tmp-linkedin2:before {
    content: "\eaca"; }

.tmp-pinterest:before {
    content: "\ead1"; }

.tmp-pinterest2:before {
    content: "\ead2"; }

.tmp-arrow_right:before {
    content: "\e900"; }

.tmp-arrow_left:before {
    content: "\e901"; }

.tmp-close:before {
    content: "\e902"; }

.tmp-navigation:before {
    content: "\e903"; }

.tmp-phone:before {
    content: "\e904"; }

.tmp-envelope:before {
    content: "\e905"; }

/*------------------------------------------------------------------------------
# Bootstrap
------------------------------------------------------------------------------*/
/*!
 * Bootstrap v4.1.3 (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: #211b58;
    --indigo: #001d38;
    --purple: #503d6a;
    --pink: #e83e8c;
    --red: #ea292a;
    --orange: #ea5b05;
    --yellow: #cf7807;
    --green: #1e4125;
    --teal: #20c997;
    --cyan: #3c494e;
    --white: #fff;
    --gray: #5e5e5e;
    --gray-dark: #343a40;
    --primary: #211b58;
    --secondary: #cf7807;
    --success: #1e4125;
    --info: #503d6a;
    --warning: #ea292a;
    --danger: #ea292a;
    --light: #f9f9f9;
    --dark: #5e5e5e;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1336px;
    --breakpoint-hd: 1920px;
    --font-family-sans-serif: "Lato", sans-serif;
    --font-family-monospace: "Open Sans", sans-serif; }

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    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: rgba(86, 85, 85, 0); }

@-ms-viewport {
    width: device-width; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block; }

body {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #fff; }

[tabindex="-1"]:focus {
    outline: 0 !important; }

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible; }

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 7.5px; }

p {
    margin-top: 0;
    margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0; }

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit; }

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
    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: #211b58;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects; }
a:hover {
    color: #0b091d;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
    font-family: "Open Sans", sans-serif;
    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 {
    overflow: hidden;
    vertical-align: middle; }

table {
    border-collapse: collapse; }

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #5e5e5e;
    text-align: left;
    caption-side: bottom; }

th {
    text-align: inherit; }

label {
    display: inline-block;
    margin-bottom: 8px; }

button {
    border-radius: 0; }

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }

button,
input {
    overflow: visible; }

button,
select {
    text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none; }

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -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: 7.5px;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    line-height: 1.25;
    color: inherit; }

h1, .h1 {
    font-size: 2.25rem; }

h2, .h2 {
    font-size: 2rem; }

h3, .h3 {
    font-size: 1.45rem; }

h4, .h4 {
    font-size: 26px; }

h5, .h5 {
    font-size: 21px; }

h6, .h6 {
    font-size: 18px; }

.lead {
    font-size: 16px;
    font-weight: 300; }

.display-1 {
    font-size: 63px;
    font-weight: 500;
    line-height: 1.1; }

.display-2 {
    font-size: 72px;
    font-weight: 800;
    line-height: 1.1; }

.display-3 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1; }

.display-4 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1; }

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid rgba(86, 85, 85, 0.1); }

small,
.small {
    font-size: 80%;
    font-weight: 400; }

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3; }

.list-unstyled {
    padding-left: 0;
    list-style: none; }

.list-inline {
    padding-left: 0;
    list-style: none; }

.list-inline-item {
    display: inline-block; }
.list-inline-item:not(:last-child) {
    margin-right: 8px; }

.initialism {
    font-size: 90%;
    text-transform: uppercase; }

.blockquote {
    margin-bottom: 15px;
    font-size: 25px; }

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #5e5e5e; }
.blockquote-footer::before {
    content: "\2014 \00A0"; }

/*@import "_images.scss";*/
/*@import "_code.scss";*/
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
@media (min-width: 576px) {
    .container {
        max-width: 540px; } }
@media (min-width: 768px) {
    .container {
        max-width: 720px; } }
@media (min-width: 992px) {
    .container {
        max-width: 960px; } }
@media (min-width: 1336px) {
    .container {
        max-width: 1280px; } }
@media (min-width: 1920px) {
    .container {
        max-width: 1540px; } }

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }

.no-gutters {
    margin-right: 0;
    margin-left: 0; }
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.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,
.col-auto, .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,
.col-sm-auto, .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,
.col-md-auto, .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,
.col-lg-auto, .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,
.col-xl-auto, .col-hd-1, .col-hd-2, .col-hd-3, .col-hd-4, .col-hd-5, .col-hd-6, .col-hd-7, .col-hd-8, .col-hd-9, .col-hd-10, .col-hd-11, .col-hd-12, .col-hd,
.col-hd-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%; }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13; }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0; }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4; }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5; }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6; }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7; }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8; }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9; }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10; }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11; }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%; }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13; }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0; }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4; }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5; }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6; }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7; }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8; }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9; }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10; }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11; }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%; }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13; }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0; }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4; }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5; }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6; }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7; }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8; }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9; }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10; }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11; }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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: 1336px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%; }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13; }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0; }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4; }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5; }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6; }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7; }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8; }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9; }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10; }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11; }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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%; } }

@media (min-width: 1920px) {
    .col-hd {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%; }
    .col-hd-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
    .col-hd-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .col-hd-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .col-hd-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .col-hd-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .col-hd-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .col-hd-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .col-hd-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .col-hd-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .col-hd-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }
    .col-hd-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .col-hd-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .col-hd-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .order-hd-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; }
    .order-hd-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13; }
    .order-hd-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0; }
    .order-hd-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
    .order-hd-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
    .order-hd-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
    .order-hd-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4; }
    .order-hd-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5; }
    .order-hd-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6; }
    .order-hd-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7; }
    .order-hd-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8; }
    .order-hd-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9; }
    .order-hd-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10; }
    .order-hd-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11; }
    .order-hd-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12; }
    .offset-hd-0 {
        margin-left: 0; }
    .offset-hd-1 {
        margin-left: 8.33333%; }
    .offset-hd-2 {
        margin-left: 16.66667%; }
    .offset-hd-3 {
        margin-left: 25%; }
    .offset-hd-4 {
        margin-left: 33.33333%; }
    .offset-hd-5 {
        margin-left: 41.66667%; }
    .offset-hd-6 {
        margin-left: 50%; }
    .offset-hd-7 {
        margin-left: 58.33333%; }
    .offset-hd-8 {
        margin-left: 66.66667%; }
    .offset-hd-9 {
        margin-left: 75%; }
    .offset-hd-10 {
        margin-left: 83.33333%; }
    .offset-hd-11 {
        margin-left: 91.66667%; } }

.form-control {
    display: block;
    width: 100%;
    height: calc(44px + 2px);
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
.form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #4639ba;
    outline: 0;
    -webkit-box-shadow: 0 0 0 3px rgba(33, 27, 88, 0.25);
    box-shadow: 0 0 0 3px rgba(33, 27, 88, 0.25); }
.form-control::-webkit-input-placeholder {
    color: #5e5e5e;
    opacity: 1; }
.form-control:-ms-input-placeholder {
    color: #5e5e5e;
    opacity: 1; }
.form-control::-ms-input-placeholder {
    color: #5e5e5e;
    opacity: 1; }
.form-control::placeholder {
    color: #5e5e5e;
    opacity: 1; }
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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(6px + 1px);
    padding-bottom: calc(6px + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.6; }

.col-form-label-lg {
    padding-top: calc(22px + 1px);
    padding-bottom: calc(22px + 1px);
    font-size: 24px;
    line-height: 1.5; }

.col-form-label-sm {
    padding-top: calc(4px + 1px);
    padding-bottom: calc(4px + 1px);
    font-size: 16px;
    line-height: 1.5; }

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 0;
    line-height: 1.6;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0; }
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
    height: calc(32px + 2px);
    padding: 4px 8px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0.2rem; }

.form-control-lg {
    height: calc(80px + 2px);
    padding: 22px 16px;
    font-size: 24px;
    line-height: 1.5;
    border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
    height: auto; }

textarea.form-control {
    height: auto; }

.form-group {
    margin-bottom: 16px; }

.form-text {
    display: block;
    margin-top: 4px; }

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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: 14px; }

.form-check-input {
    position: absolute;
    margin-top: 5px;
    margin-left: -14px; }
.form-check-input:disabled ~ .form-check-label {
    color: #5e5e5e; }

.form-check-label {
    margin-bottom: 0; }

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 12px; }
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 5px;
    margin-left: 0; }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 4px;
    font-size: 80%;
    color: #1e4125; }

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 4px 8px;
    margin-top: .1rem;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    background-color: rgba(30, 65, 37, 0.9);
    border-radius: 0px; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
    border-color: #1e4125; }
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #1e4125;
    -webkit-box-shadow: 0 0 0 3px rgba(30, 65, 37, 0.25);
    box-shadow: 0 0 0 3px rgba(30, 65, 37, 0.25); }
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control: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,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #1e4125; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #1e4125; }
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #469857; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #2e6439; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(30, 65, 37, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(30, 65, 37, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #1e4125; }
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 3px rgba(30, 65, 37, 0.25);
    box-shadow: 0 0 0 3px rgba(30, 65, 37, 0.25); }

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 4px;
    font-size: 80%;
    color: #ea292a; }

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 4px 8px;
    margin-top: .1rem;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    background-color: rgba(234, 41, 42, 0.9);
    border-radius: 0px; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
    border-color: #ea292a; }
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #ea292a;
    -webkit-box-shadow: 0 0 0 3px rgba(234, 41, 42, 0.25);
    box-shadow: 0 0 0 3px rgba(234, 41, 42, 0.25); }
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control: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,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #ea292a; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #ea292a; }
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #f59d9e; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #ef5758; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(234, 41, 42, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(234, 41, 42, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #ea292a; }
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 3px rgba(234, 41, 42, 0.25);
    box-shadow: 0 0 0 3px rgba(234, 41, 42, 0.25); }

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.form-inline .form-check {
    width: 100%; }
@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0; }
    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0; }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle; }
    .form-inline .form-control-plaintext {
        display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto; }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0; }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 4px;
        margin-left: 0; }
    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: 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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.6;
    border-radius: 0px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
.btn:hover, .btn:focus {
    text-decoration: none; }
.btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 3px rgba(33, 27, 88, 0.25);
    box-shadow: 0 0 0 3px rgba(33, 27, 88, 0.25); }
.btn.disabled, .btn:disabled {
    opacity: 0.65; }
.btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none; }

.btn-primary {
    color: #fff;
    background-color: #211b58;
    border-color: #211b58; }
.btn-primary:hover {
    color: #fff;
    background-color: #16123b;
    border-color: #120f31; }
.btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(33, 27, 88, 0.5);
    box-shadow: 0 0 0 3px rgba(33, 27, 88, 0.5); }
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #211b58;
    border-color: #211b58; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #120f31;
    border-color: #0f0c27; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(33, 27, 88, 0.5);
    box-shadow: 0 0 0 3px rgba(33, 27, 88, 0.5); }

.btn-secondary {
    color: #fff;
    background-color: #cf7807;
    border-color: #cf7807; }
.btn-secondary:hover {
    color: #fff;
    background-color: #aa6306;
    border-color: #9e5b05; }
.btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(207, 120, 7, 0.5);
    box-shadow: 0 0 0 3px rgba(207, 120, 7, 0.5); }
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #cf7807;
    border-color: #cf7807; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #9e5b05;
    border-color: #915405; }
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(207, 120, 7, 0.5);
    box-shadow: 0 0 0 3px rgba(207, 120, 7, 0.5); }

.btn-success {
    color: #fff;
    background-color: #1e4125;
    border-color: #1e4125; }
.btn-success:hover {
    color: #fff;
    background-color: #122716;
    border-color: #0e1e11; }
.btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(30, 65, 37, 0.5);
    box-shadow: 0 0 0 3px rgba(30, 65, 37, 0.5); }
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #1e4125;
    border-color: #1e4125; }
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #0e1e11;
    border-color: #0a150c; }
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(30, 65, 37, 0.5);
    box-shadow: 0 0 0 3px rgba(30, 65, 37, 0.5); }

.btn-info {
    color: #fff;
    background-color: #503d6a;
    border-color: #503d6a; }
.btn-info:hover {
    color: #fff;
    background-color: #3e2f52;
    border-color: #382a4a; }
.btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(80, 61, 106, 0.5);
    box-shadow: 0 0 0 3px rgba(80, 61, 106, 0.5); }
.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #503d6a;
    border-color: #503d6a; }
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #382a4a;
    border-color: #312642; }
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(80, 61, 106, 0.5);
    box-shadow: 0 0 0 3px rgba(80, 61, 106, 0.5); }

.btn-warning {
    color: #fff;
    background-color: #ea292a;
    border-color: #ea292a; }
.btn-warning:hover {
    color: #fff;
    background-color: #d81516;
    border-color: #cc1415; }
.btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(234, 41, 42, 0.5);
    box-shadow: 0 0 0 3px rgba(234, 41, 42, 0.5); }
.btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: #ea292a;
    border-color: #ea292a; }
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #cc1415;
    border-color: #c01314; }
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(234, 41, 42, 0.5);
    box-shadow: 0 0 0 3px rgba(234, 41, 42, 0.5); }

.btn-danger {
    color: #fff;
    background-color: #ea292a;
    border-color: #ea292a; }
.btn-danger:hover {
    color: #fff;
    background-color: #d81516;
    border-color: #cc1415; }
.btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(234, 41, 42, 0.5);
    box-shadow: 0 0 0 3px rgba(234, 41, 42, 0.5); }
.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #ea292a;
    border-color: #ea292a; }
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #cc1415;
    border-color: #c01314; }
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(234, 41, 42, 0.5);
    box-shadow: 0 0 0 3px rgba(234, 41, 42, 0.5); }

.btn-light {
    color: #212529;
    background-color: #f9f9f9;
    border-color: #f9f9f9; }
.btn-light:hover {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
.btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(249, 249, 249, 0.5);
    box-shadow: 0 0 0 3px rgba(249, 249, 249, 0.5); }
.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f9f9f9;
    border-color: #f9f9f9; }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #e0e0e0;
    border-color: #d9d9d9; }
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(249, 249, 249, 0.5);
    box-shadow: 0 0 0 3px rgba(249, 249, 249, 0.5); }

.btn-dark {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #5e5e5e; }
.btn-dark:hover {
    color: #fff;
    background-color: #4b4b4b;
    border-color: #454545; }
.btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(94, 94, 94, 0.5);
    box-shadow: 0 0 0 3px rgba(94, 94, 94, 0.5); }
.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #5e5e5e; }
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #454545;
    border-color: #3e3e3e; }
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(94, 94, 94, 0.5);
    box-shadow: 0 0 0 3px rgba(94, 94, 94, 0.5); }

.btn-outline-primary {
    color: #211b58;
    background-color: transparent;
    background-image: none;
    border-color: #211b58; }
.btn-outline-primary:hover {
    color: #fff;
    background-color: #211b58;
    border-color: #211b58; }
.btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(33, 27, 88, 0.5);
    box-shadow: 0 0 0 3px rgba(33, 27, 88, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #211b58;
    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: #211b58;
    border-color: #211b58; }
.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 {
    -webkit-box-shadow: 0 0 0 3px rgba(33, 27, 88, 0.5);
    box-shadow: 0 0 0 3px rgba(33, 27, 88, 0.5); }

.btn-outline-secondary {
    color: #cf7807;
    background-color: transparent;
    background-image: none;
    border-color: #cf7807; }
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #cf7807;
    border-color: #cf7807; }
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(207, 120, 7, 0.5);
    box-shadow: 0 0 0 3px rgba(207, 120, 7, 0.5); }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #cf7807;
    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: #fff;
    background-color: #cf7807;
    border-color: #cf7807; }
.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 {
    -webkit-box-shadow: 0 0 0 3px rgba(207, 120, 7, 0.5);
    box-shadow: 0 0 0 3px rgba(207, 120, 7, 0.5); }

.btn-outline-success {
    color: #1e4125;
    background-color: transparent;
    background-image: none;
    border-color: #1e4125; }
.btn-outline-success:hover {
    color: #fff;
    background-color: #1e4125;
    border-color: #1e4125; }
.btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(30, 65, 37, 0.5);
    box-shadow: 0 0 0 3px rgba(30, 65, 37, 0.5); }
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #1e4125;
    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: #1e4125;
    border-color: #1e4125; }
.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 {
    -webkit-box-shadow: 0 0 0 3px rgba(30, 65, 37, 0.5);
    box-shadow: 0 0 0 3px rgba(30, 65, 37, 0.5); }

.btn-outline-info {
    color: #503d6a;
    background-color: transparent;
    background-image: none;
    border-color: #503d6a; }
.btn-outline-info:hover {
    color: #fff;
    background-color: #503d6a;
    border-color: #503d6a; }
.btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(80, 61, 106, 0.5);
    box-shadow: 0 0 0 3px rgba(80, 61, 106, 0.5); }
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #503d6a;
    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: #503d6a;
    border-color: #503d6a; }
.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 {
    -webkit-box-shadow: 0 0 0 3px rgba(80, 61, 106, 0.5);
    box-shadow: 0 0 0 3px rgba(80, 61, 106, 0.5); }

.btn-outline-warning {
    color: #ea292a;
    background-color: transparent;
    background-image: none;
    border-color: #ea292a; }
.btn-outline-warning:hover {
    color: #fff;
    background-color: #ea292a;
    border-color: #ea292a; }
.btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(234, 41, 42, 0.5);
    box-shadow: 0 0 0 3px rgba(234, 41, 42, 0.5); }
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ea292a;
    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: #fff;
    background-color: #ea292a;
    border-color: #ea292a; }
.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 {
    -webkit-box-shadow: 0 0 0 3px rgba(234, 41, 42, 0.5);
    box-shadow: 0 0 0 3px rgba(234, 41, 42, 0.5); }

.btn-outline-danger {
    color: #ea292a;
    background-color: transparent;
    background-image: none;
    border-color: #ea292a; }
.btn-outline-danger:hover {
    color: #fff;
    background-color: #ea292a;
    border-color: #ea292a; }
.btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(234, 41, 42, 0.5);
    box-shadow: 0 0 0 3px rgba(234, 41, 42, 0.5); }
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ea292a;
    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: #ea292a;
    border-color: #ea292a; }
.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 {
    -webkit-box-shadow: 0 0 0 3px rgba(234, 41, 42, 0.5);
    box-shadow: 0 0 0 3px rgba(234, 41, 42, 0.5); }

.btn-outline-light {
    color: #f9f9f9;
    background-color: transparent;
    background-image: none;
    border-color: #f9f9f9; }
.btn-outline-light:hover {
    color: #212529;
    background-color: #f9f9f9;
    border-color: #f9f9f9; }
.btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(249, 249, 249, 0.5);
    box-shadow: 0 0 0 3px rgba(249, 249, 249, 0.5); }
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f9f9f9;
    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: #f9f9f9;
    border-color: #f9f9f9; }
.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 {
    -webkit-box-shadow: 0 0 0 3px rgba(249, 249, 249, 0.5);
    box-shadow: 0 0 0 3px rgba(249, 249, 249, 0.5); }

.btn-outline-dark {
    color: #5e5e5e;
    background-color: transparent;
    background-image: none;
    border-color: #5e5e5e; }
.btn-outline-dark:hover {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #5e5e5e; }
.btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(94, 94, 94, 0.5);
    box-shadow: 0 0 0 3px rgba(94, 94, 94, 0.5); }
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #5e5e5e;
    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: #5e5e5e;
    border-color: #5e5e5e; }
.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 {
    -webkit-box-shadow: 0 0 0 3px rgba(94, 94, 94, 0.5);
    box-shadow: 0 0 0 3px rgba(94, 94, 94, 0.5); }

.btn-link {
    font-weight: 400;
    color: #211b58;
    background-color: transparent; }
.btn-link:hover {
    color: #0b091d;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent; }
.btn-link:focus, .btn-link.focus {
    text-decoration: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
.btn-link:disabled, .btn-link.disabled {
    color: #5e5e5e;
    pointer-events: none; }

.btn-lg {
    padding: 22px 16px;
    font-size: 24px;
    line-height: 1.5;
    border-radius: 0.3rem; }

.btn-sm {
    padding: 4px 8px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0.2rem; }

.btn-block {
    display: block;
    width: 100%; }
.btn-block + .btn-block {
    margin-top: 8px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%; }

.btn {
    position: relative;
    border-radius: 3px;
    text-decoration: none;
    min-width: 285px;
    color: #565555; }
.btn:hover, .btn .active {
    color: #fff; }
.btn.btn-shutter {
    background: transparent;
    border-color: #5e5e5e;
    position: relative;
    overflow: hidden;
    z-index: 2; }
.btn.btn-shutter.btn-white {
    background: #fff; }
.btn.btn-shutter:hover {
    background: #5e5e5e;
    color: #fff; }
.btn.btn-shutter:hover:after {
    height: 290px;
    opacity: 1; }
.btn.btn-shutter:after {
    background: #5e5e5e;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

/*@import "_transitions.scss";*/
/*@import "_dropdown.scss";*/
/*@import "_button-group.scss";*/
/*@import "_input-group.scss";*/
/*@import "_nav.scss";*/
/*@import "_navbar.scss";*/
/*@import "_breadcrumb.scss";*/
/*@import "_pagination.scss";*/
/*@import "_alert.scss";*/
/*@import "_close.scss";*/
/*@import "_modal.scss";*/
/*@import "_tooltip.scss";*/
/*@import "_popover.scss";*/
.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: #211b58 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #120f31 !important; }

.bg-secondary {
    background-color: #cf7807 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #9e5b05 !important; }

.bg-success {
    background-color: #1e4125 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #0e1e11 !important; }

.bg-info {
    background-color: #503d6a !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #382a4a !important; }

.bg-warning {
    background-color: #ea292a !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #cc1415 !important; }

.bg-danger {
    background-color: #ea292a !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #cc1415 !important; }

.bg-light {
    background-color: #f9f9f9 !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #e0e0e0 !important; }

.bg-dark {
    background-color: #5e5e5e !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #454545 !important; }

.bg-white {
    background-color: #fff !important; }

.bg-transparent {
    background-color: transparent !important; }

.border {
    border: 1px solid #eeeeee !important; }

.border-top {
    border-top: 1px solid #eeeeee !important; }

.border-right {
    border-right: 1px solid #eeeeee !important; }

.border-bottom {
    border-bottom: 1px solid #eeeeee !important; }

.border-left {
    border-left: 1px solid #eeeeee !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: #211b58 !important; }

.border-secondary {
    border-color: #cf7807 !important; }

.border-success {
    border-color: #1e4125 !important; }

.border-info {
    border-color: #503d6a !important; }

.border-warning {
    border-color: #ea292a !important; }

.border-danger {
    border-color: #ea292a !important; }

.border-light {
    border-color: #f9f9f9 !important; }

.border-dark {
    border-color: #5e5e5e !important; }

.border-white {
    border-color: #fff !important; }

.rounded {
    border-radius: 0px !important; }

.rounded-top {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important; }

.rounded-right {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important; }

.rounded-bottom {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important; }

.rounded-left {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important; } }

@media (min-width: 768px) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important; } }

@media (min-width: 992px) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important; } }

@media (min-width: 1336px) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important; } }

@media (min-width: 1920px) {
    .d-hd-none {
        display: none !important; }
    .d-hd-inline {
        display: inline !important; }
    .d-hd-inline-block {
        display: inline-block !important; }
    .d-hd-block {
        display: block !important; }
    .d-hd-table {
        display: table !important; }
    .d-hd-table-row {
        display: table-row !important; }
    .d-hd-table-cell {
        display: table-cell !important; }
    .d-hd-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; }
    .d-hd-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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 iframe,
.embed-responsive embed,
.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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important; }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important; }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important; }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important; }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important; }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important; }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important; }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important; }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important; }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important; }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important; }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important; }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important; }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important; }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important; }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important; }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important; }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important; }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important; }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important; }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important; }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1336px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important; }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important; }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important; }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important; }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important; }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important; }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important; }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1920px) {
    .flex-hd-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important; }
    .flex-hd-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important; }
    .flex-hd-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
    .flex-hd-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
    .flex-hd-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
    .flex-hd-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
    .flex-hd-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
    .flex-hd-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
    .flex-hd-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
    .flex-hd-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
    .flex-hd-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
    .flex-hd-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
    .justify-content-hd-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
    .justify-content-hd-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
    .justify-content-hd-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
    .justify-content-hd-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
    .justify-content-hd-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
    .align-items-hd-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important; }
    .align-items-hd-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important; }
    .align-items-hd-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
    .align-items-hd-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important; }
    .align-items-hd-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important; }
    .align-content-hd-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
    .align-content-hd-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
    .align-content-hd-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important; }
    .align-content-hd-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
    .align-content-hd-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
    .align-content-hd-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
    .align-self-hd-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
    .align-self-hd-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
    .align-self-hd-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
    .align-self-hd-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
    .align-self-hd-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
    .align-self-hd-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        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: 768px) {
    .float-md-left {
        float: left !important; }
    .float-md-right {
        float: right !important; }
    .float-md-none {
        float: none !important; } }

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important; }
    .float-lg-right {
        float: right !important; }
    .float-lg-none {
        float: none !important; } }

@media (min-width: 1336px) {
    .float-xl-left {
        float: left !important; }
    .float-xl-right {
        float: right !important; }
    .float-xl-none {
        float: none !important; } }

@media (min-width: 1920px) {
    .float-hd-left {
        float: left !important; }
    .float-hd-right {
        float: right !important; }
    .float-hd-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: -webkit-sticky !important;
    position: sticky !important; }

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; }

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal; }

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 4px rgba(86, 85, 85, 0.075) !important;
    box-shadow: 0 0.125rem 4px rgba(86, 85, 85, 0.075) !important; }

.shadow {
    -webkit-box-shadow: 0 8px 16px rgba(86, 85, 85, 0.15) !important;
    box-shadow: 0 8px 16px rgba(86, 85, 85, 0.15) !important; }

.shadow-lg {
    -webkit-box-shadow: 0 16px 3rem rgba(86, 85, 85, 0.175) !important;
    box-shadow: 0 16px 3rem rgba(86, 85, 85, 0.175) !important; }

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.w-25 {
    width: 25% !important; }

.w-50 {
    width: 50% !important; }

.w-75 {
    width: 75% !important; }

.w-100 {
    width: 100% !important; }

.w-auto {
    width: auto !important; }

.h-25 {
    height: 25% !important; }

.h-50 {
    height: 50% !important; }

.h-75 {
    height: 75% !important; }

.h-100 {
    height: 100% !important; }

.h-auto {
    height: auto !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: 7.5px !important; }

.mt-1,
.my-1 {
    margin-top: 7.5px !important; }

.mr-1,
.mx-1 {
    margin-right: 7.5px !important; }

.mb-1,
.my-1 {
    margin-bottom: 7.5px !important; }

.ml-1,
.mx-1 {
    margin-left: 7.5px !important; }

.m-2 {
    margin: 15px !important; }

.mt-2,
.my-2 {
    margin-top: 15px !important; }

.mr-2,
.mx-2 {
    margin-right: 15px !important; }

.mb-2,
.my-2 {
    margin-bottom: 15px !important; }

.ml-2,
.mx-2 {
    margin-left: 15px !important; }

.m-3 {
    margin: 22.5px !important; }

.mt-3,
.my-3 {
    margin-top: 22.5px !important; }

.mr-3,
.mx-3 {
    margin-right: 22.5px !important; }

.mb-3,
.my-3 {
    margin-bottom: 22.5px !important; }

.ml-3,
.mx-3 {
    margin-left: 22.5px !important; }

.m-4 {
    margin: 37.5px !important; }

.mt-4,
.my-4 {
    margin-top: 37.5px !important; }

.mr-4,
.mx-4 {
    margin-right: 37.5px !important; }

.mb-4,
.my-4 {
    margin-bottom: 37.5px !important; }

.ml-4,
.mx-4 {
    margin-left: 37.5px !important; }

.m-5 {
    margin: 90px !important; }

.mt-5,
.my-5 {
    margin-top: 90px !important; }

.mr-5,
.mx-5 {
    margin-right: 90px !important; }

.mb-5,
.my-5 {
    margin-bottom: 90px !important; }

.ml-5,
.mx-5 {
    margin-left: 90px !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: 7.5px !important; }

.pt-1,
.py-1 {
    padding-top: 7.5px !important; }

.pr-1,
.px-1 {
    padding-right: 7.5px !important; }

.pb-1,
.py-1 {
    padding-bottom: 7.5px !important; }

.pl-1,
.px-1 {
    padding-left: 7.5px !important; }

.p-2 {
    padding: 15px !important; }

.pt-2,
.py-2 {
    padding-top: 15px !important; }

.pr-2,
.px-2 {
    padding-right: 15px !important; }

.pb-2,
.py-2 {
    padding-bottom: 15px !important; }

.pl-2,
.px-2 {
    padding-left: 15px !important; }

.p-3 {
    padding: 22.5px !important; }

.pt-3,
.py-3 {
    padding-top: 22.5px !important; }

.pr-3,
.px-3 {
    padding-right: 22.5px !important; }

.pb-3,
.py-3 {
    padding-bottom: 22.5px !important; }

.pl-3,
.px-3 {
    padding-left: 22.5px !important; }

.p-4 {
    padding: 37.5px !important; }

.pt-4,
.py-4 {
    padding-top: 37.5px !important; }

.pr-4,
.px-4 {
    padding-right: 37.5px !important; }

.pb-4,
.py-4 {
    padding-bottom: 37.5px !important; }

.pl-4,
.px-4 {
    padding-left: 37.5px !important; }

.p-5 {
    padding: 90px !important; }

.pt-5,
.py-5 {
    padding-top: 90px !important; }

.pr-5,
.px-5 {
    padding-right: 90px !important; }

.pb-5,
.py-5 {
    padding-bottom: 90px !important; }

.pl-5,
.px-5 {
    padding-left: 90px !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: 7.5px !important; }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 7.5px !important; }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 7.5px !important; }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 7.5px !important; }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 7.5px !important; }
    .m-sm-2 {
        margin: 15px !important; }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 15px !important; }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 15px !important; }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 15px !important; }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 15px !important; }
    .m-sm-3 {
        margin: 22.5px !important; }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 22.5px !important; }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 22.5px !important; }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 22.5px !important; }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 22.5px !important; }
    .m-sm-4 {
        margin: 37.5px !important; }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 37.5px !important; }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 37.5px !important; }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 37.5px !important; }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 37.5px !important; }
    .m-sm-5 {
        margin: 90px !important; }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 90px !important; }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 90px !important; }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 90px !important; }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 90px !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: 7.5px !important; }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 7.5px !important; }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 7.5px !important; }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 7.5px !important; }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 7.5px !important; }
    .p-sm-2 {
        padding: 15px !important; }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 15px !important; }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 15px !important; }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 15px !important; }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 15px !important; }
    .p-sm-3 {
        padding: 22.5px !important; }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 22.5px !important; }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 22.5px !important; }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 22.5px !important; }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 22.5px !important; }
    .p-sm-4 {
        padding: 37.5px !important; }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 37.5px !important; }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 37.5px !important; }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 37.5px !important; }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 37.5px !important; }
    .p-sm-5 {
        padding: 90px !important; }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 90px !important; }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 90px !important; }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 90px !important; }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 90px !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: 768px) {
    .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: 7.5px !important; }
    .mt-md-1,
    .my-md-1 {
        margin-top: 7.5px !important; }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 7.5px !important; }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 7.5px !important; }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 7.5px !important; }
    .m-md-2 {
        margin: 15px !important; }
    .mt-md-2,
    .my-md-2 {
        margin-top: 15px !important; }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 15px !important; }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 15px !important; }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 15px !important; }
    .m-md-3 {
        margin: 22.5px !important; }
    .mt-md-3,
    .my-md-3 {
        margin-top: 22.5px !important; }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 22.5px !important; }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 22.5px !important; }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 22.5px !important; }
    .m-md-4 {
        margin: 37.5px !important; }
    .mt-md-4,
    .my-md-4 {
        margin-top: 37.5px !important; }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 37.5px !important; }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 37.5px !important; }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 37.5px !important; }
    .m-md-5 {
        margin: 90px !important; }
    .mt-md-5,
    .my-md-5 {
        margin-top: 90px !important; }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 90px !important; }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 90px !important; }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 90px !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: 7.5px !important; }
    .pt-md-1,
    .py-md-1 {
        padding-top: 7.5px !important; }
    .pr-md-1,
    .px-md-1 {
        padding-right: 7.5px !important; }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 7.5px !important; }
    .pl-md-1,
    .px-md-1 {
        padding-left: 7.5px !important; }
    .p-md-2 {
        padding: 15px !important; }
    .pt-md-2,
    .py-md-2 {
        padding-top: 15px !important; }
    .pr-md-2,
    .px-md-2 {
        padding-right: 15px !important; }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 15px !important; }
    .pl-md-2,
    .px-md-2 {
        padding-left: 15px !important; }
    .p-md-3 {
        padding: 22.5px !important; }
    .pt-md-3,
    .py-md-3 {
        padding-top: 22.5px !important; }
    .pr-md-3,
    .px-md-3 {
        padding-right: 22.5px !important; }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 22.5px !important; }
    .pl-md-3,
    .px-md-3 {
        padding-left: 22.5px !important; }
    .p-md-4 {
        padding: 37.5px !important; }
    .pt-md-4,
    .py-md-4 {
        padding-top: 37.5px !important; }
    .pr-md-4,
    .px-md-4 {
        padding-right: 37.5px !important; }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 37.5px !important; }
    .pl-md-4,
    .px-md-4 {
        padding-left: 37.5px !important; }
    .p-md-5 {
        padding: 90px !important; }
    .pt-md-5,
    .py-md-5 {
        padding-top: 90px !important; }
    .pr-md-5,
    .px-md-5 {
        padding-right: 90px !important; }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 90px !important; }
    .pl-md-5,
    .px-md-5 {
        padding-left: 90px !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: 992px) {
    .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: 7.5px !important; }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 7.5px !important; }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 7.5px !important; }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 7.5px !important; }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 7.5px !important; }
    .m-lg-2 {
        margin: 15px !important; }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 15px !important; }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 15px !important; }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 15px !important; }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 15px !important; }
    .m-lg-3 {
        margin: 22.5px !important; }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 22.5px !important; }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 22.5px !important; }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 22.5px !important; }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 22.5px !important; }
    .m-lg-4 {
        margin: 37.5px !important; }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 37.5px !important; }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 37.5px !important; }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 37.5px !important; }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 37.5px !important; }
    .m-lg-5 {
        margin: 90px !important; }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 90px !important; }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 90px !important; }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 90px !important; }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 90px !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: 7.5px !important; }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 7.5px !important; }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 7.5px !important; }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 7.5px !important; }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 7.5px !important; }
    .p-lg-2 {
        padding: 15px !important; }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 15px !important; }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 15px !important; }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 15px !important; }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 15px !important; }
    .p-lg-3 {
        padding: 22.5px !important; }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 22.5px !important; }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 22.5px !important; }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 22.5px !important; }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 22.5px !important; }
    .p-lg-4 {
        padding: 37.5px !important; }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 37.5px !important; }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 37.5px !important; }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 37.5px !important; }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 37.5px !important; }
    .p-lg-5 {
        padding: 90px !important; }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 90px !important; }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 90px !important; }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 90px !important; }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 90px !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: 1336px) {
    .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: 7.5px !important; }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 7.5px !important; }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 7.5px !important; }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 7.5px !important; }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 7.5px !important; }
    .m-xl-2 {
        margin: 15px !important; }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 15px !important; }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 15px !important; }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 15px !important; }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 15px !important; }
    .m-xl-3 {
        margin: 22.5px !important; }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 22.5px !important; }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 22.5px !important; }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 22.5px !important; }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 22.5px !important; }
    .m-xl-4 {
        margin: 37.5px !important; }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 37.5px !important; }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 37.5px !important; }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 37.5px !important; }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 37.5px !important; }
    .m-xl-5 {
        margin: 90px !important; }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 90px !important; }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 90px !important; }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 90px !important; }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 90px !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: 7.5px !important; }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 7.5px !important; }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 7.5px !important; }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 7.5px !important; }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 7.5px !important; }
    .p-xl-2 {
        padding: 15px !important; }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 15px !important; }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 15px !important; }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 15px !important; }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 15px !important; }
    .p-xl-3 {
        padding: 22.5px !important; }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 22.5px !important; }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 22.5px !important; }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 22.5px !important; }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 22.5px !important; }
    .p-xl-4 {
        padding: 37.5px !important; }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 37.5px !important; }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 37.5px !important; }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 37.5px !important; }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 37.5px !important; }
    .p-xl-5 {
        padding: 90px !important; }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 90px !important; }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 90px !important; }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 90px !important; }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 90px !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; } }

@media (min-width: 1920px) {
    .m-hd-0 {
        margin: 0 !important; }
    .mt-hd-0,
    .my-hd-0 {
        margin-top: 0 !important; }
    .mr-hd-0,
    .mx-hd-0 {
        margin-right: 0 !important; }
    .mb-hd-0,
    .my-hd-0 {
        margin-bottom: 0 !important; }
    .ml-hd-0,
    .mx-hd-0 {
        margin-left: 0 !important; }
    .m-hd-1 {
        margin: 7.5px !important; }
    .mt-hd-1,
    .my-hd-1 {
        margin-top: 7.5px !important; }
    .mr-hd-1,
    .mx-hd-1 {
        margin-right: 7.5px !important; }
    .mb-hd-1,
    .my-hd-1 {
        margin-bottom: 7.5px !important; }
    .ml-hd-1,
    .mx-hd-1 {
        margin-left: 7.5px !important; }
    .m-hd-2 {
        margin: 15px !important; }
    .mt-hd-2,
    .my-hd-2 {
        margin-top: 15px !important; }
    .mr-hd-2,
    .mx-hd-2 {
        margin-right: 15px !important; }
    .mb-hd-2,
    .my-hd-2 {
        margin-bottom: 15px !important; }
    .ml-hd-2,
    .mx-hd-2 {
        margin-left: 15px !important; }
    .m-hd-3 {
        margin: 22.5px !important; }
    .mt-hd-3,
    .my-hd-3 {
        margin-top: 22.5px !important; }
    .mr-hd-3,
    .mx-hd-3 {
        margin-right: 22.5px !important; }
    .mb-hd-3,
    .my-hd-3 {
        margin-bottom: 22.5px !important; }
    .ml-hd-3,
    .mx-hd-3 {
        margin-left: 22.5px !important; }
    .m-hd-4 {
        margin: 37.5px !important; }
    .mt-hd-4,
    .my-hd-4 {
        margin-top: 37.5px !important; }
    .mr-hd-4,
    .mx-hd-4 {
        margin-right: 37.5px !important; }
    .mb-hd-4,
    .my-hd-4 {
        margin-bottom: 37.5px !important; }
    .ml-hd-4,
    .mx-hd-4 {
        margin-left: 37.5px !important; }
    .m-hd-5 {
        margin: 90px !important; }
    .mt-hd-5,
    .my-hd-5 {
        margin-top: 90px !important; }
    .mr-hd-5,
    .mx-hd-5 {
        margin-right: 90px !important; }
    .mb-hd-5,
    .my-hd-5 {
        margin-bottom: 90px !important; }
    .ml-hd-5,
    .mx-hd-5 {
        margin-left: 90px !important; }
    .p-hd-0 {
        padding: 0 !important; }
    .pt-hd-0,
    .py-hd-0 {
        padding-top: 0 !important; }
    .pr-hd-0,
    .px-hd-0 {
        padding-right: 0 !important; }
    .pb-hd-0,
    .py-hd-0 {
        padding-bottom: 0 !important; }
    .pl-hd-0,
    .px-hd-0 {
        padding-left: 0 !important; }
    .p-hd-1 {
        padding: 7.5px !important; }
    .pt-hd-1,
    .py-hd-1 {
        padding-top: 7.5px !important; }
    .pr-hd-1,
    .px-hd-1 {
        padding-right: 7.5px !important; }
    .pb-hd-1,
    .py-hd-1 {
        padding-bottom: 7.5px !important; }
    .pl-hd-1,
    .px-hd-1 {
        padding-left: 7.5px !important; }
    .p-hd-2 {
        padding: 15px !important; }
    .pt-hd-2,
    .py-hd-2 {
        padding-top: 15px !important; }
    .pr-hd-2,
    .px-hd-2 {
        padding-right: 15px !important; }
    .pb-hd-2,
    .py-hd-2 {
        padding-bottom: 15px !important; }
    .pl-hd-2,
    .px-hd-2 {
        padding-left: 15px !important; }
    .p-hd-3 {
        padding: 22.5px !important; }
    .pt-hd-3,
    .py-hd-3 {
        padding-top: 22.5px !important; }
    .pr-hd-3,
    .px-hd-3 {
        padding-right: 22.5px !important; }
    .pb-hd-3,
    .py-hd-3 {
        padding-bottom: 22.5px !important; }
    .pl-hd-3,
    .px-hd-3 {
        padding-left: 22.5px !important; }
    .p-hd-4 {
        padding: 37.5px !important; }
    .pt-hd-4,
    .py-hd-4 {
        padding-top: 37.5px !important; }
    .pr-hd-4,
    .px-hd-4 {
        padding-right: 37.5px !important; }
    .pb-hd-4,
    .py-hd-4 {
        padding-bottom: 37.5px !important; }
    .pl-hd-4,
    .px-hd-4 {
        padding-left: 37.5px !important; }
    .p-hd-5 {
        padding: 90px !important; }
    .pt-hd-5,
    .py-hd-5 {
        padding-top: 90px !important; }
    .pr-hd-5,
    .px-hd-5 {
        padding-right: 90px !important; }
    .pb-hd-5,
    .py-hd-5 {
        padding-bottom: 90px !important; }
    .pl-hd-5,
    .px-hd-5 {
        padding-left: 90px !important; }
    .m-hd-auto {
        margin: auto !important; }
    .mt-hd-auto,
    .my-hd-auto {
        margin-top: auto !important; }
    .mr-hd-auto,
    .mx-hd-auto {
        margin-right: auto !important; }
    .mb-hd-auto,
    .my-hd-auto {
        margin-bottom: auto !important; }
    .ml-hd-auto,
    .mx-hd-auto {
        margin-left: auto !important; } }

.text-monospace {
    font-family: "Open Sans", sans-serif; }

.text-justify {
    text-align: justify !important; }

.text-nowrap {
    white-space: nowrap !important; }

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }

.text-left {
    text-align: left !important; }

.text-right {
    text-align: right !important; }

.text-center {
    text-align: center !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: 768px) {
    .text-md-left {
        text-align: left !important; }
    .text-md-right {
        text-align: right !important; }
    .text-md-center {
        text-align: center !important; } }

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important; }
    .text-lg-right {
        text-align: right !important; }
    .text-lg-center {
        text-align: center !important; } }

@media (min-width: 1336px) {
    .text-xl-left {
        text-align: left !important; }
    .text-xl-right {
        text-align: right !important; }
    .text-xl-center {
        text-align: center !important; } }

@media (min-width: 1920px) {
    .text-hd-left {
        text-align: left !important; }
    .text-hd-right {
        text-align: right !important; }
    .text-hd-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; }

.text-primary {
    color: #211b58 !important; }

a.text-primary:hover, a.text-primary:focus {
    color: #120f31 !important; }

.text-secondary {
    color: #cf7807 !important; }

a.text-secondary:hover, a.text-secondary:focus {
    color: #9e5b05 !important; }

.text-success {
    color: #1e4125 !important; }

a.text-success:hover, a.text-success:focus {
    color: #0e1e11 !important; }

.text-info {
    color: #503d6a !important; }

a.text-info:hover, a.text-info:focus {
    color: #382a4a !important; }

.text-warning {
    color: #ea292a !important; }

a.text-warning:hover, a.text-warning:focus {
    color: #cc1415 !important; }

.text-danger {
    color: #ea292a !important; }

a.text-danger:hover, a.text-danger:focus {
    color: #cc1415 !important; }

.text-light {
    color: #f9f9f9 !important; }

a.text-light:hover, a.text-light:focus {
    color: #e0e0e0 !important; }

.text-dark {
    color: #5e5e5e !important; }

a.text-dark:hover, a.text-dark:focus {
    color: #454545 !important; }

.text-body {
    color: #212529 !important; }

.text-muted {
    color: #5e5e5e !important; }

.text-black-50 {
    color: rgba(86, 85, 85, 0.5) !important; }

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !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; }

/*@import "_print.scss";*/
/*------------------------------------------------------------------------------
# Third-Party Libs
------------------------------------------------------------------------------*/
/*@import "third-party/rev/_settings.scss";
@import "third-party/rev/_slider.scss";*/
/*------------------------------------------------------------------------------
# Components
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
## Typography
------------------------------------------------------------------------------*/
/* Root Font Size
--------------------------------------------- */
:root {
    font-size: 14px; }

@media only screen and (min-width: 600px) {
    :root {
        font-size: 16px; } }

@media only screen and (min-width: 992px) {
    :root {
        font-size: 20px; } }

@media only screen and (min-width: 1920px) {
    :root {
        font-size: 24px; } }

/* Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 20px; }

.entry-content h3,
.entry-content h4 {
    font-weight: 600; }

.entry-content h4 {
    margin-top: 40px; }

/*------------------------------------------------------------------------------
## General
------------------------------------------------------------------------------*/
/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block; }

a {
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
a:hover {
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

blockquote {
    border-left: 4px solid #211b58;
    color: #565555;
    padding: 5px 10px;
    font-style: italic; }

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
    content: " ";
    display: table; }

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
    clear: both;
    content: " ";
    display: table; }

/* Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }

body {
    background-color: #fff;
    color: #565555;
    font-weight: 400;
    line-height: 1.625;
    margin: 0; }

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

a {
    color: #211b58;
    text-decoration: underline;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }

a:focus,
a:hover {
    color: #333;
    text-decoration: none; }

ol,
ul {
    margin: 0;
    padding: 0; }

li {
    list-style-type: none; }

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #eee;
    clear: both;
    margin: 30px 0; }

b,
strong {
    font-weight: 700; }

blockquote,
cite,
em,
i {
    font-style: italic; }

mark {
    background: #ddd;
    color: #333; }

blockquote {
    margin: 30px; }

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px; }

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%; }

iframe {
    width: 100%;
    min-height: 280px; }

img {
    height: auto;
    vertical-align: top; }

figure {
    margin: 0; }

/* Gallery
--------------------------------------------- */
.gallery {
    overflow: hidden; }

.gallery img {
    height: auto;
    padding: 4px; }

.gallery img:focus,
.gallery img:hover {
    outline: none; }

.gallery-columns-1 .gallery-item {
    width: 100%; }

.gallery-columns-2 .gallery-item {
    width: 50%; }

.gallery-columns-3 .gallery-item {
    width: 33%; }

.gallery-columns-4 .gallery-item {
    width: 21%;
    margin: 0 4% 4% 0; }

.gallery-columns-4 .gallery-item:nth-child(6) {
    width: 46%; }

.gallery-columns-5 .gallery-item {
    width: 20%; }

.gallery-columns-6 .gallery-item {
    width: 16.6666%; }

.gallery-columns-7 .gallery-item {
    width: 14.2857%; }

.gallery-columns-8 .gallery-item {
    width: 12.5%; }

.gallery-columns-9 .gallery-item {
    width: 11.1111%; }

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left; }

.gallery-item {
    float: left;
    margin: 0 0 30px;
    text-align: center; }

/* Forms
--------------------------------------------- */
input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 15px;
    width: 100%; }

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto; }

::-moz-placeholder {
    color: #333;
    opacity: 1; }

::-webkit-input-placeholder {
    color: #333; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #4BA5E0;
    white-space: normal;
    min-width: 240px;
    border-radius: 32px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    padding: 22px 0;
    text-transform: uppercase;
    cursor: pointer; }

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
    background-color: #000;
    color: #fff; }

.button {
    display: inline-block; }

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
    padding: 8px 16px; }

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #eee;
    border-width: 0;
    color: #777;
    cursor: not-allowed; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none; }

/* Tables
--------------------------------------------- */
table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
    word-break: break-all; }

tbody {
    border-bottom: 1px solid #eee; }

td,
th {
    text-align: left; }

td {
    border-top: 1px solid #eee;
    padding: 6px; }

th {
    font-weight: 400;
    padding: 0 6px; }

td:first-child,
th:first-child {
    padding-left: 0; }

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
    background: #fff;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #333;
    display: block;
    font-size: 1em;
    font-weight: bold;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.more-link {
    position: relative; }

/* Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
    -webkit-animation: fadein 1s;
    animation: fadein 1s;
    word-wrap: break-word; }

@keyframes fadein {
    from {
        opacity: 0; }
    to {
        opacity: 1; } }

@-webkit-keyframes fadein {
    from {
        opacity: 0; }
    to {
        opacity: 1; } }

/* Site Inner
--------------------------------------------- */
.site-inner {
    clear: both;
    margin: 0 auto;
    padding: 0; }

.wrap {
    margin: 0 auto;
    padding: 0 15px; }

/* Common Classes
---------------------------------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
    border-radius: 50%;
    float: left; }

.author-box .avatar,
.alignleft .avatar {
    margin-right: 20px; }

.alignright .avatar {
    margin-left: 20px; }

.comment .avatar {
    margin: 0 15px 20px 0; }

/* Genesis
--------------------------------------------- */
.after-entry,
.archive-description,
.author-box {
    margin-bottom: 40px; }

.after-entry {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 20px 30px; }

.after-entry .widget:last-of-type {
    margin-bottom: 0; }

.breadcrumb {
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
    padding-bottom: 10px; }

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0; }

/* Search Form
--------------------------------------------- */
.search-form {
    overflow: hidden; }

.entry-content .search-form {
    margin-bottom: 40px;
    width: 50%; }

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
    margin-top: 10px; }

.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px; }

/* Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px; }

.entry-title {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 10px; }

.entry-title a,
.sidebar .widget-title a {
    color: #333;
    text-decoration: none; }

.entry-title a:focus,
.entry-title a:hover {
    color: #0073e5; }

/* WordPress
--------------------------------------------- */
.aligncenter {
    text-align: center; }

a.aligncenter img {
    display: block;
    margin: 0 auto; }

a.alignnone {
    display: inline-block; }

.alignleft {
    float: left;
    text-align: left; }

.alignright {
    float: right;
    text-align: right; }

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%; }

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 30px; }

img.alignnone,
.alignnone {
    margin-bottom: 15px; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 20px 20px 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 20px 20px; }

.gallery-caption,
.wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
    text-align: center; }

.entry-content p.wp-caption-text {
    margin-bottom: 0; }

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 30px; }

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px; }

.featured-content .entry:last-of-type {
    border-bottom: none;
    margin-bottom: 0; }

.featured-content .entry-image {
    height: 75px;
    width: 75px; }

.featured-content .entry-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
    margin-top: 10px; }

/* Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis Simple FAQ
--------------------------------------------- */
.gs-faq__question {
    background: transparent;
    border-bottom: 1px solid #eee;
    color: #333;
    padding-left: 0;
    padding-right: 0; }

.gs-faq__question:focus,
.gs-faq__question:hover {
    background: transparent;
    color: #0073e5; }

.gs-faq__question::after {
    content: "\f132";
    font-family: "dashicons";
    float: right; }

.gs-faq__question.gs-faq--expanded::after {
    content: "\f460"; }

/* Jetpack
--------------------------------------------- */
#wpstats {
    display: none; }

/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
    margin: 0; }

.genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden; }

.genesis-skip-link li {
    height: 0;
    list-style: none;
    width: 0; }

/* Content Area
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry {
    margin-bottom: 40px; }

.entry-content ol,
.entry-content ul {
    margin-bottom: 30px;
    margin-left: 40px; }


.entry-content ol > li {
    list-style-type: decimal; }

.entry-content ul > li {
    list-style-type: disc; }

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0; }

ul.gform_fields{ margin-left: 0px;}
.entry-content code {
    background-color: #f5f5f5; }

.entry-content .caption {
    font-size: 14px;
    font-weight: 600;
    margin-top: -20px;
    text-align: center; }

.content .sticky {
    background-color: #f5f5f5;
    padding: 30px; }

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0; }

.entry-header .entry-meta {
    margin-bottom: 20px; }

.entry-footer .entry-meta {
    border-top: 1px solid #eee;
    padding-top: 20px; }

.entry-categories,
.entry-tags {
    display: block; }

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px; }

/* Pagination
--------------------------------------------- */
.pagination {
    clear: both;
    margin: 60px 0; }

.adjacent-entry-pagination {
    margin-bottom: 0; }

.archive-pagination li {
    display: inline; }

.archive-pagination li a {
    background-color: #f5f5f5;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 4px;
    padding: 8px 12px;
    text-decoration: none; }

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: #243b65;
    color: #fff; }

/* Entry Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 40px; }

.comment-list li {
    padding: 40px 0 0 30px; }

.comment-list .depth-1 {
    padding-left: 0; }

.comment-header {
    margin-bottom: 30px; }

.comment-content {
    clear: both; }

.comment-content ul > li {
    list-style-type: disc; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%; }

.comment-respond label {
    display: block;
    margin-right: 12px; }

.comment-header p {
    margin-bottom: 0; }

.entry-pings .reply {
    display: none; }

/* Media Queries
---------------------------------------------------------------------------------------------------- */
.wrap {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
@media (min-width: 576px) {
    .wrap {
        max-width: 540px; } }
@media (min-width: 768px) {
    .wrap {
        max-width: 720px; } }
@media (min-width: 992px) {
    .wrap {
        max-width: 960px; } }
@media (min-width: 1336px) {
    .wrap {
        max-width: 1280px; } }
@media (min-width: 1920px) {
    .wrap {
        max-width: 1540px; } }

.site-inner {
    margin-top: 0px !important;
    max-width: 100%;
}

@media only screen and (min-width: 960px) {
    
    /* Content
          --------------------------------------------- */
    .sidebar-content .content {
        float: right; }
    .full-width-content .content,
    .landing-page .content {
        float: none;
        margin-left: auto;
        margin-right: auto; }
    /* Sidebar
          --------------------------------------------- */
    .sidebar {
        float: right;
        width: 30%; }
    .sidebar-content .sidebar {
        float: left; }
    /* Author Box
          --------------------------------------------- */
    .author-box {
        background-color: #f5f5f5;
        padding: 30px; }
    /* After Entry
          --------------------------------------------- */
    .after-entry {
        padding: 40px 60px; }
    .after-entry .enews {
        padding-left: 30px;
        padding-right: 30px; }
    /* Column Classes
          --------------------------------------------- */
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        float: left;
        margin-left: 2.564102564102564%; }
    .one-half,
    .three-sixths,
    .two-fourths {
        width: 48.717948717948715%; }
    .one-third,
    .two-sixths {
        width: 31.623931623931625%; }
    .four-sixths,
    .two-thirds {
        width: 65.81196581196582%; }
    .one-fourth {
        width: 23.076923076923077%; }
    .three-fourths {
        width: 74.35897435897436%; }
    .one-sixth {
        width: 14.52991452991453%; }
    .five-sixths {
        width: 82.90598290598291%; }
    .first {
        clear: both;
        margin-left: 0; }
    /* Entry Misc.
          --------------------------------------------- */
    .after-entry,
    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings {
        margin-bottom: 60px; }
    /* Footer Widgets
          --------------------------------------------- */ }

/* Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
    *,
    *::before,
    *::after {
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #333 !important;
        text-shadow: none !important; }
    a,
    a:visited {
        text-decoration: underline; }
    a[href]::after {
        content: " (" attr(href) ")"; }
    abbr[title]::after {
        content: " (" attr(title) ")"; }
    a[href^="javascript:"]::after,
    a[href^="#"]::after,
    .site-title > a::after {
        content: ""; }
    thead {
        display: table-header-group; }
    img,
    tr {
        page-break-inside: avoid; }
    img {
        max-width: 100% !important; }
    @page {
        margin: 2cm 0.5cm; }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3; }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid; }
    .content,
    .content-sidebar {
        width: 100%; }
    button,
    input,
    select,
    textarea,
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .genesis-box,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .nav-primary,
    .nav-secondary,
    .post-edit-link,
    .sidebar {
        display: none !important; }
    .title-area {
        text-align: center;
        width: 100%; }
    .site-title > a {
        margin: 0;
        text-decoration: none;
        text-indent: 0; }
    .site-inner {
        padding-top: 0;
        position: relative;
        top: -100px; }
    .author-box {
        margin-bottom: 0; }
    h1, h2, h3, h4, h5, h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3; }
    img {
        page-break-after: avoid;
        page-break-inside: avoid; }
    blockquote,
    pre,
    table {
        page-break-inside: avoid; }
    dl,
    ol,
    ul {
        page-break-before: avoid; } }

.weSuport {
    background: #3f3f3f;
    position: relative;
    z-index: 2; }
.weSuport ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.weSuport ul li {
    list-style-type: disc;
    margin: 0 0 0 35px;
    color: #ffffffbd; }

.btn-lg {
    font-size: 1rem; }

@media only screen and (min-width: 568px) {
    .btn-lg {
        font-size: 20px; } }

/*------------------------------------------------------------------------------
## Site Header
------------------------------------------------------------------------------*/
/* Title Area
--------------------------------------------- */

.page-template-page_devision_overview a.custom-logo-link,
.page-template-page_division_looking_for_staff a.custom-logo-link,
.page-template-page_division_looking_for_work a.custom-logo-link{
    padding-top: 16px;
    display: block;
    position: relative;
}

.page-template-page_devision_overview a.custom-logo-link:before,
.page-template-page_division_looking_for_staff a.custom-logo-link:before,
.page-template-page_division_looking_for_work a.custom-logo-link:before{
    content: "a division of";
    color: #fff;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    display: inline-block;
    font-size: 14px;
    position: absolute;
    top: 0;
    letter-spacing: 0.8px;
    line-height: 1;
}
.site-header {
    z-index: 9;
    width: 100%;
    background-color: #243b65;
    /* The sticky class is added to the header with JS when it reaches its scroll position */
    /* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */ }
.site-header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background: #243b65; }
.admin-bar .site-header.sticky{
    top:30px;        
}
.site-header.sticky + .site-inner {
    /*padding-top: 120px;*/ }

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0); }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0); }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; }

.title-area {
    float: left;
    padding-bottom: 25px;
    padding-top: 25px; }

.wp-custom-logo .title-area {
    max-width: 350px;
    padding-bottom: 0px;
    padding-top: 0px; }

.site-title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0; }
.site-title a, .site-title a:focus, .site-title a:hover {
    color: #333;
    text-decoration: none; }

.site-description,
.wp-custom-logo .site-title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; }
.title-area img.custom-logo {
    width: auto;
    height: 100px;
}
.header-widget-area {
    float: right;
    max-height: 50px;
    width: calc(100% - 105px);
    text-align: right;
    border-bottom: 1px solid #fff;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
.header-widget-area .jb-search-btn {
    background: green;
    color: #fff;
    margin-bottom: 15px;
    color: rgba(86, 85, 85, 0);
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    display: block;
    font-weight: 300;
    outline-offset: -1px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    font-size: 0.75rem;
    background: green;
    color: #fff;
    line-height: 1;
    margin-left: 14px; }

section:not(#a2a_follow_widget-3) span.a2a_svg.a2a_s__default {
    border-radius: 50% !important;
    border: 1px solid transparent !important;
    padding: 5px; }
section:not(#a2a_follow_widget-3) span.a2a_svg.a2a_s__default:not(:hover) {
    background-color: #a7a7a7 !important; }

.genesis-responsive-menu .wrap {
    padding: 0; }

/*@import "components/_page-header.scss";*/
/*------------------------------------------------------------------------------
## Site Navigation
------------------------------------------------------------------------------*/
.genesis-nav-menu {
    clear: both;
    line-height: 1;
    width: 100%; }
.genesis-nav-menu a {
    color: #fff;
    display: block;
    font-size: 20px;
    font-size: 0.8rem;
    font-weight: 300;
    outline-offset: -1px;
    padding-bottom: 12px;
    padding-top: 12px;
    text-decoration: none !important;
    text-transform: uppercase; }
.genesis-nav-menu a:focus, .genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    text-decoration: none; }
.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
    width: 100%; }
.genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative; }
.genesis-nav-menu .menu-item:focus, .genesis-nav-menu .menu-item:hover {
    position: relative; }
.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1; }
.genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    left: -9999px;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    z-index: 99; }
.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    word-wrap: break-word;
    color: #333; }

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
    position: static; }

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1; }

.genesis-responsive-menu {
    display: none;
    padding: 15px;
    position: relative;
    background: #fff; }
@media only screen and (max-width: 991px) {
    .genesis-responsive-menu a {
        color: #565555 !important; }
    .genesis-responsive-menu .sub-menu .menu-item.heading {
        display: none; }
    .genesis-responsive-menu .sub-menu .menu-item a {
        font-size: 0.7rem;
        text-transform: capitalize; } }

.menu-toggle,
.sub-menu-toggle {
    background-color: transparent;
    border-width: 0;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-width: 0;
    color: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    min-width: calc(100% - 115px);
    margin: 0;
}
.menu-toggle:focus, .menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
    background-color: transparent;
    outline: none; }

.menu-toggle {
    float: right;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 15px 0;
    position: relative;
    z-index: 1000; }
.menu-toggle.activated::before {
    content: "\f335"; }

.site-header .menu-toggle::before {
    float: left;
    margin-right: 5px;
    position: relative;
    text-rendering: auto;
    top: 1px; }

.sub-menu-toggle {
    float: right;
    padding: 9px 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    color : #565555;
}

.sub-menu .sub-menu-toggle {
    padding: 12px 10px; }

.sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    color : #565555;
}

.sub-menu-toggle.activated::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    
}

/* Header Menu
--------------------------------------------- */
.nav-primary {
    clear: left;
    width: 100%; }

/* Footer Menu
--------------------------------------------- */
.nav-secondary {
    margin-top: 10px; }
.nav-secondary .genesis-nav-menu {
    line-height: 1.5; }
.nav-secondary .menu-item {
    display: inline-block; }
.nav-secondary a {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0; }

/* Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 992px) {
    /* Site Header
          --------------------------------------------- */
    .site-header {
        width: 100%;
        z-index: 9999;
        padding:1rem 1.8rem; }
    /* Genesis Menu
          --------------------------------------------- */
    .genesis-nav-menu .menu-item {
        display: inline-block; }
    .genesis-nav-menu .menu-item:focus, .genesis-nav-menu .menu-item:hover {
        position: relative; }
    .genesis-nav-menu > .menu-bold > a {
        font-weight: 700; }
    .genesis-nav-menu > .menu-highlight > a {
        background-color: #333;
        border-radius: 3px;
        color: #fff;
        font-weight: 600;
        margin-left: 15px;
        padding-left: 20px;
        padding-right: 20px; }
    .genesis-nav-menu > .menu-highlight > a:hover, .genesis-nav-menu > .menu-highlight > a:focus {
        background-color: #565555;
        color: #fff; }
    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        width: 260px; }
    .genesis-nav-menu .sub-menu {
        border-top: 1px solid #eee;
        opacity: 0;
        padding: 25px 15px 25px 25px;
        position: absolute;
        -webkit-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
        background: #fff;
        position: absolute;
        top: -8px;
        display: block; }
    .genesis-nav-menu .sub-menu a {
        padding: 5px 8px;
        text-transform: capitalize;
        font-size: 0.7rem;
        font-weight: 400; }
    .genesis-nav-menu .sub-menu a:hover {
        background: #565555;
        color: #fff; }
    .genesis-nav-menu .sub-menu .sub-menu {
        margin: -46px 0 0 179px; }
    /* Responsive Menu
          --------------------------------------------- */
    .genesis-responsive-menu {
        display: block;
        padding-top: 15px;
        background: transparent; }
    .menu-toggle,
    .sub-menu-toggle {
        display: none;
        visibility: hidden; }
    /* Header Menu
          --------------------------------------------- */
    .nav-primary {
        clear: none;
        float: right;
        width: auto;
        padding-left: 20px;
        padding-right: 0px;
        padding-top: 8px;
        padding-bottom: 2px;}
    .nav-primary .genesis-nav-menu .menu-item.heading a {
        font-size: 20px;
        color: #7e7d7d;
        font-weight: bold;
        text-transform: uppercase;
        pointer-events: none;
        padding: 0px 8px 15px; }
    .nav-primary .genesis-nav-menu .menu-item.login-btn > a {
        background: #ea5b05;
        color: #fff; }
    .nav-primary .genesis-nav-menu .menu-item.login-btn .sub-menu {
        right: 0;
        top: 35px;
        padding: 10px; }
    .nav-primary .genesis-nav-menu a {
        padding: 10px;
        font-size: 0.75rem; 
        color: #fff;}
    .nav-primary .genesis-nav-menu .sub-menu a {
    padding: 10px;
    font-size: 0.75rem; 
    color: gray;}
    .nav-primary .genesis-nav-menu .sub-menu .menu-item {
        width: 100%; } }

/* Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5; }

.sidebar .widget {
    margin-bottom: 40px; }

.sidebar p {
    margin-bottom: 20px; }

/* Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widget-area .widget {
    margin-bottom: 30px; }

.addtoany_list a:not(.addtoany_special_service) > span {
    border-radius: 0px !important; }

.widget {
    margin-bottom: 40px; }

.widget p:last-child,
.widget ul > li:last-of-type {
    margin-bottom: 0; }

.widget ul > li:last-of-type {
    padding-bottom: 0; }

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px; }

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0; }

.widget_calendar table {
    width: 100%; }

.widget_calendar td,
.widget_calendar th {
    text-align: center; }

/*------------------------------------------------------------------------------
## Footer Widgets
------------------------------------------------------------------------------*/
.footer-widgets {
    background: url("//tempositions.com/wp-content/uploads/2019/10/footer_02.jpg") no-repeat center center;
    background-size: cover;
    padding: 100px 0;
    font-size: 16px;
    position: relative;
    color: #fff; }
.footer-widgets .wrap {
    margin-left: auto;
    margin-right: auto; }
.footer-widgets .footer-widget-area:last-child,
.footer-widgets .widget:last-child {
    margin-bottom: 0; }
.footer-widgets .widget li li {
    border: 0;
    margin: 0;
    padding: 0; }
.footer-widgets .widget-title {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: underline; }

div#genesis-footer-widgets:after {
    position: absolute;
    background: url(/wp-content/uploads/2019/08/footer-bg.jpg);
    content: "";
    width: 100%;
    height: 870px;
    display: block;
    bottom: 0;
    z-index: -1;
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat; }

.widget:last-child {
    margin-bottom: 0; }

#menu-footer-menu > li > a {
    color: #000;
    font-weight: 500; }

#menu-footer-menu a {
    color: #55798D;
    padding-bottom: 8px;
    display: block; }

#menu-footer-menu > li {
    width: 186px;
    display: inline-block;
    vertical-align: top; }

.footer-widget-area {
    width: 100%;
    float: left;
    margin-bottom: 30px; }
@media (max-width: 567px) {
    .footer-widget-area .widget-title {
        font-size: 2.25rem; } }
.footer-widget-area a {
    color: #fff; }
.footer-widget-area.widget-area.footer-widgets-1 {
    float: left; }
@media only screen and (min-width: 568px) {
    .footer-widget-area.widget-area.footer-widgets-1 {
        width: 50%; } }
@media only screen and (min-width: 992px) {
    .footer-widget-area.widget-area.footer-widgets-1 {
        width: 26%; } }
@media only screen and (min-width: 568px) {
    .footer-widget-area.widget-area.footer-widgets-2 {
        width: 50%; } }
@media only screen and (min-width: 992px) {
    .footer-widget-area.widget-area.footer-widgets-2 {
        width: 26%; } }
@media only screen and (min-width: 992px) {
    .footer-widget-area.widget-area.footer-widgets-3 {
        width: 48%; } }

.footer-widgets .gform_wrapper {
    margin: 0;
    max-width: 100%; }
.footer-widgets .gform_wrapper form {
    margin: 4px auto 0; }
.footer-widgets .gform_wrapper h3.gform_title {
    margin: 0;
    font-size: 16px;
    font-weight: 600; }
.footer-widgets .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0; }
.footer-widgets .gform_wrapper .top_label .gfield_label {
    display: none; }
.footer-widgets .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 24px;
    letter-spacing: normal;
    border: none;
    height: 60px;
    border-radius: 30px;
    background-color: #FFFFFF;
    width: 100%; }
.footer-widgets .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
    clear: both;
    width: auto;
    float: right;
    position: relative;
    top: -60px; }
.footer-widgets .gform_wrapper .gform_footer input.button,
.footer-widgets .gform_wrapper .gform_footer input[type=submit],
.footer-widgets .gform_wrapper .gform_page_footer input.button,
.footer-widgets .gform_wrapper .gform_page_footer input[type=submit] {
    margin: 0;
    background-image: url(/wp-content/uploads/2019/08/button-arrow.svg);
    height: 60px;
    width: 60px;
    border-radius: 30px;
    background-color: #4BA5E0;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    padding: 0;
    min-width: 60px; }
.footer-widgets .gform_wrapper .gform_footer input.button:hover,
.footer-widgets .gform_wrapper .gform_footer input[type=submit]:hover,
.footer-widgets .gform_wrapper .gform_page_footer input.button:hover,
.footer-widgets .gform_wrapper .gform_page_footer input[type=submit]:hover {
    background-color: #000; }

ul#menu-after-footer-menu li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0; }

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
    background-color: #fff;
    border-top: 1px solid #eee;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 30px;
    text-align: center; }

.site-footer p {
    margin-bottom: 0; }

/*------------------------------------------------------------------------------
# Pages
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
## Page
------------------------------------------------------------------------------*/
body.page-template-default,
body.post-template-default,
body.blog {
    background-color: #ebeced; }

.page-content {
    background-color: #fff;
    padding: 50px 30px 20px; }
.page-content.single-post-content {
    padding: 20px 30px; }

.title-with-line {
    position: relative;
    text-align: center;
    font-size: 2.27rem;
    font-weight: 300; }
.title-with-line:before {
    content: '';
    width: 100%;
    height: 1px;
    border: 1px solid #afafac;
    position: absolute;
    top: calc(50% - 1px);
    display: block; }
.title-with-line span {
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 0 5px; }

.blog .pagination ul {
    text-align: center; }
.blog .pagination ul li:not(.pagination-next):not(.pagination-previous) a {
    width: 72px;
    text-align: center; }

#gallery {
    padding-top: 0; }
@media screen and (min-width: 991px) {
    #gallery {
        padding: 0 30px 0 30px; } }
#gallery #image-gallery {
    padding: 65px; }
#gallery #image-gallery .row {
    padding: 0;
    border-bottom: 0; }
#gallery .col-sm-6 {
    padding-left: 0; }

.img-wrapper {
    position: relative;
    margin-top: 15px; }
.img-wrapper img {
    width: 100%; }

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
.img-overlay i {
    color: #fff;
    font-size: 1.5em; }
.img-overlay:hover {
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }

.loc-top-bar {
    background: #636161;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 0;
    font-weight: 300; }
.loc-top-bar > .container {
    text-align: center; }
.loc-top-bar label {
    margin: 0; }
.loc-top-bar ul {
    margin: 0;
    list-style-type: none;
    display: inline-block; }
.loc-top-bar ul li {
    list-style: none;
    display: inline-block;
    padding: 0 20px; }
.loc-top-bar ul li:not(:first-child) {
    border-left: 1px solid #fff; }

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5%; }
@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%; } }
@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%; } }

#nextButton {
    color: #fff;
    font-size: 2em;
    -webkit-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    transition: opacity 0.8s; }
#nextButton:hover {
    opacity: 0.7; }
@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em; } }

#prevButton {
    color: #fff;
    font-size: 2em;
    -webkit-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    transition: opacity 0.8s; }
#prevButton:hover {
    opacity: 0.7; }
@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em; } }

#exitButton {
    color: #fff;
    font-size: 2em;
    -webkit-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px; }
#exitButton:hover {
    opacity: 0.7; }
@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em; } }

/******** my css *****/
#Ourlocations h5 {
    text-align: center;
    font-weight: bold; }

#Ourlocations .row {
    border-bottom: 2px solid #b9b8b8;
    padding: 40px 0; }

#Ourlocations .row:last-child {
    border-bottom: 0; }

#Ourlocations .locmeta {
    text-align: center;
    padding: 15px 0; }
#Ourlocations .locmeta p {
    margin-bottom: 0; }
#Ourlocations .locmeta a.locbtn {
    text-decoration: none;
    text-align: center;
    padding: 8px 15px;
    border: 3px solid #bd2325;
    margin: 0 auto;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    margin-top: 15px;
    border-radius: 50px; }
#Ourlocations .locmeta a.locbtn .tmp-arrow_right {
    background: #bd2325;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    width: 30px;
    height: 30px; }

.apploi-drop-down select {
    width: 100%;
    background: red; }

/*------------------------------------------------------------------------------
## Home Page
------------------------------------------------------------------------------*/
.main-section {
    padding-top: 50px;
    position: relative; }
@media only screen and (min-width: 568px) {
    .main-section {
        padding-top: 180px; } }
@media only screen and (min-width: 768px) {
    .main-section {
        min-height: 600px; } }
.main-section:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    display: block;
    opacity: 0; }
.home .main-section {
    padding-top: 180px; }
@media only screen and (min-width: 768px) {
    .home .main-section {
        padding-top: 280px; } }
.main-section > .container {
    z-index: 1;
    position: relative; }
.main-section h1 {
    color: #fff;
    font-size: 2rem;
    text-align: center; }
.main-section .tagline {
    color: #fff;
    text-align: center; }

.buttons-row [class*='btn'] {
    padding: 20px 30px;
    text-align: center;
    color: #fff;
    width: 35%;
    margin: 15px auto;
    text-decoration: none; }

@media only screen and (min-width: 992px) {
    .buttons-row [class*='btn'] {
        padding: 20px 30px; } }

.buttons-row a[class*='btn'] {
    text-decoration: none;
    display: block;
    width: 100%;
    font-weight: 500; }
.buttons-row a[class*='btn'] [class^="tmp-"] {
    width: 35px;
    height: 35px;
    margin-left: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff; }

.buttons-row > div[class*='btn'] label {
    font-size: 1.4rem;
    font-weight: 700;
    display: block;
    margin-bottom: 10px; }

.buttons-row .btn-1 {
    background-color: rgba(172, 118, 65, 0.36); }
.buttons-row .btn-1 [class^="tmp-"] {
    background: #cf7807; }

.buttons-row .btn-2 {
    background-color: rgba(97, 149, 86, 0.52); }
.buttons-row .btn-2 [class^="tmp-"] {
    background: #a3be3b; }

/* The container must be positioned relative: */
.select-division {
    position: relative;
    /* Hide the items when the select box is closed: */ }
.select-division select {
    display: none; }
.select-division .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 52px;
    z-index: 99;
    color: #565555;
    max-height: 300px;
    overflow-y: scroll; }
.select-division .select-hide {
    display: none; }
.select-division .select-items div:hover, .select-division .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1); }
.select-division .select-items div, .select-division .select-selected {
    color: #565555;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer; }
.select-division .select-items div {
    padding: 8px 16px; }
.select-division .select-selected {
    position: relative;
    line-height: 50px;
    background: #fff;
    color: #565555;
    padding-right: 51px;
    font-weight: 500; }
.select-division .select-selected:after {
    font-family: 'tempositions' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "";
    top: -1px;
    right: -1px;
    bottom: -1px;
    width: 52px;
    border: none;
    border-width: 0 3px 3px 0;
    padding: 3px;
    background: #cf7807;
    color: #fff; }
.select-division .select-selected.select-arrow-active:after {
    content: ""; }
.btn-2 .select-division .select-selected:after {
    background: #a3be3b; }

.counters .c-item {
    padding: 0 4% !important;
    border-right: 1px solid #fff; }

.counters .c-item:last-child, .counters .c-item:nth-child(2) {
    border-right: 0px solid #fff; }

@media only screen and (min-width: 768px) {
    .counters .c-item:nth-child(2) {
        border-right: 1px solid #fff; } }

.counters .c-title {
    font-size: 3.2rem;
    color: #fff;
    margin: 0px; }

@media only screen and (max-width: 1335px) {
	.counters .c-title {    font-size: 2.2rem;}
}

.counters .c-desc {
    color: rgba(255, 255, 255, 0.8);
    margin: 0px;
    font-size: 1.1rem;
    line-height: 1; }

.video_embed iframe {
    min-height: 350px; }

/*job-openings
-----------------------------------------------------------------*/
#job-openings .wpjb .wpjb-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
#job-openings .wpjb .wpjb-grid .wpjb-img-50 {
    width: 75px;
    height: 75px; }
#job-openings .wpjb .wpjb-grid .wpjb-img-50 img {
    max-width: initial;
    max-height: initial;
    width: 75px;
    height: 75px; }
#job-openings .wpjb .wpjb-grid .wpjb-grid-row {
    background: transparent;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
@media only screen and (min-width: 768px) {
    #job-openings .wpjb .wpjb-grid .wpjb-grid-row {
        width: 48%;
        margin: 30px 1%; } }
@media only screen and (min-width: 992px) {
    #job-openings .wpjb .wpjb-grid .wpjb-grid-row {
        width: 30%;
        margin: 30px 1.6%; } }
#job-openings .wpjb .wpjb-grid .wpjb-grid-row .wpjb-col-logo {
    padding-left: 0; }
#job-openings .wpjb .wpjb-grid .wpjb-grid-row .wpjb-col-main {
    border-left: 1px solid #6f6e6e;
    width: auto;
    padding-right: 0px; }
#job-openings .wpjb .wpjb-grid .wpjb-grid-row > div {
    padding: 0 0.85rem; }
#job-openings .wpjb .wpjb-grid .wpjb-line-major {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.41rem; }
#job-openings .wpjb .wpjb-grid .wpjb-line-major .wpjb-job_title {
    color: #565555;
    text-decoration: none;
    font-size: 1.41rem;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: 500; }
#job-openings .wpjb .wpjb-grid .wpjb-line-major .wpjb-job_type {
    padding: 0;
    text-transform: capitalize;
    font-size: 1.41rem;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: 300; }
#job-openings .wpjb .wpjb-grid .wpjb-line-major .wpjb-bulb {
    max-width: 50px;
    text-align: center; }
#job-openings .wpjb .wpjb-grid .wpjb-line-minor .wpjb-job_created_at {
    display: none; }
#job-openings .wpjb .wpjb-grid .wpjb-line-minor .wpjb-job_location {
    font-size: 1.41rem;
    line-height: 1;
    font-weight: 300; }
#job-openings .wpjb .wpjb-grid .wpjb-line-minor .btn-yellow {
    padding: 5px 10px;
    background: #fdb813;
    color: #fff;
    border: 2px solid #565555;
    border-radius: 10px;
    margin-top: 15px;
    min-width: inherit;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 170px;
    width: 170px;
    display: block; }
#job-openings .wpjb .wpjb-grid .wpjb-line-minor .btn-yellow:hover {
    background: #565555;
    border-color: #fdb813; }

#devision-section .tagline {
    font-size: 1.25rem; }

.devision_item {
    position: relative;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 160px; }
.devision_item h3 {
    font-size: 1.25rem;
    line-height: 1.2; }
.devision_item .d-img {
    max-width: 75px; }
.devision_item .d-hover {
    display: none;
    background: rgba(30, 65, 37, 0.75);
    border-radius: 8px;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.devision_item .d-hover .d-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.devision_item .d-hover .d-buttons .d-btn {
    background-color: #3c494e;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    width: 46%;
    text-align: center;
    text-decoration: none;
    position: relative; }
.devision_item .d-hover .d-buttons .d-btn:first-child:after {
    content: '';
    position: absolute;
    top: -6px;
    bottom: 0;
    right: -8px;
    width: 2px;
    height: 80px;
    background: #8c998b; }
.devision_item:hover .d-hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.rating {
    max-width: 150px;
    pointer-events: none; }

/*------------------------------------------------------------------------------
## Devision Overview
------------------------------------------------------------------------------*/
.devision-overview-page .entry-subtitle {
    background: url("//tempositions.com/wp-content/uploads/2019/10/snipper-shooter-cion.png") no-repeat left center;
    background-size: 28px;
    font-size: 1.75rem;
    font-weight: bold;
    padding-left: 50px; }

.devision-overview-page .buttons-row a[class*='btn'] {
    text-decoration: none;
    border-radius: 5px;
    max-width: 300px;
    font-weight: 400; }

.devision-overview-page .buttons-row .btn-1 {
    background-color: #fff;
    color: #cf7807; }

.devision-overview-page .buttons-row .btn-2 {
    background-color: #fff;
    color: #a3be3b; }

#support-section {
    background: -webkit-radial-gradient(#388db8, #000d22);
    background: -o-radial-gradient(#388db8, #000d22);
    background: radial-gradient(#388db8, #000d22); }
#support-section .entry-subtitle {
    background: url("//tempositions.com/wp-content/uploads/2019/10/snipper-shooter-cion-white.png") no-repeat left center;
    background-size: 28px;
    font-size: 1.5rem;
    font-weight: bold;
    padding-left: 50px;
    text-transform: capitalize; }

ul.better_staffing li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px; }
ul.better_staffing li span {
    padding-left: 5px;
    font-size: 0.74rem; }

/*------------------------------------------------------------------------------
## Devision For Staff
------------------------------------------------------------------------------*/
.devision-staff-page .main-section {
    padding-top: 0px;
    min-height: 550px; }
.devision-staff-page .main-section h1 {
    font-size: 1.667rem; }

.devision-staff-page .counters .c-title {
    font-size: 2.3rem;
    color: #a3be3b; }

.devision-staff-page .entry-content h2 {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 15px; }

.devision-staff-page .entry-content h3, .devision-staff-page .entry-content h4 {
    background: url(//tempositions.com/wp-content/uploads/2019/10/snipper-shooter-cion.png) left center no-repeat;
    background-size: contain;
    padding-left: 50px;
    margin: 15px 0;
    font-size: 1.5rem; }

.devision-staff-page .need-to-hire .gform_wrapper {
    background-color: #3f3f3f;
    padding: 40px 30px;
    color: #fff; }
.devision-staff-page .need-to-hire .gform_wrapper .gform_heading {
    text-transform: uppercase;
    font-size: 1.25rem; }
.devision-staff-page .need-to-hire .gform_wrapper .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.devision-staff-page .need-to-hire .gform_wrapper .gform_fields .gfield {
    width: 48%;
    margin: 10px 1%; }
.devision-staff-page .need-to-hire .gform_wrapper .gform_fields .gfield:nth-child(even) {
    margin: 10px 0 1px 2%; }
.devision-staff-page .need-to-hire .gform_wrapper .gform_fields .gfield:nth-child(odd) {
    margin: 10px 2% 1px 0; }
.devision-staff-page .need-to-hire .gform_wrapper .gform_fields .gfield .gfield_label {
    font-size: 0.48rem;
    text-transform: uppercase;
    line-height: 1;
    display: block; }
.devision-staff-page .need-to-hire .gform_wrapper .gform_fields .gfield input, .devision-staff-page .need-to-hire .gform_wrapper .gform_fields .gfield select, .devision-staff-page .need-to-hire .gform_wrapper .gform_fields .gfield textarea {
    padding: 0 5px;
    border-radius: 2px; }
.devision-staff-page .need-to-hire .gform_wrapper .gform_fields .gfield select {
    padding: 2.5px 5px; }
.devision-staff-page .need-to-hire .gform_wrapper .gform_footer {
    text-align: right; }
.devision-staff-page .need-to-hire .gform_wrapper .gform_footer input[type="submit"], .devision-staff-page .need-to-hire .gform_wrapper .gform_footer .button {
    background: #487cbf;
    border-radius: 0px;
    width: auto;
    min-width: auto;
    padding: 10px;
    border: none; }

/*------------------------------------------------------------------------------
## Devision For Work
------------------------------------------------------------------------------*/
.devision-work-page .main-section h1 {
    text-align: left;
    font-size: 1.666rem;
    margin: 0; }

.devision-work-page .main-section .tagline {
    text-align: left;
    font-size: 1rem;
    margin: 0; }

.devision-work-page .main-section img {
    float: right; }

.devision-work-page .main-section > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 420px; }
.devision-work-page .main-section > .container .row {
    width: 100%; }

.devision-work-page .entry-content h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px; }

.devision-work-page .entry-content h3 {
    font-size: 1.25rem; }

.devision-work-page .entry-content h4 {
    font-size: 1rem; }

.devision-work-page .entry-content h3, .devision-work-page .entry-content h4 {
    background: url(//tempositions.com/wp-content/uploads/2019/10/snipper-shooter-cion.png) left center no-repeat;
    background-size: contain;
    padding-left: 50px;
    margin: 25px 0 15px; }

.devision-work-page .entry-content p {
    line-height: 1.2; }

.devision-work-page .sideBar {
    border-left: 1px solid #bbbbbb;
    padding-left: 1.25rem; }

.search-bar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: gray; }

.resume-container {
    width: calc(100% - 30px);
    max-width: 475px;
    float: left;
    position: absolute;
    z-index: 2; }
.resume-container .btn {
    background: gray;
    color: #fff;
    font-size: 1.33rem;
    text-transform: uppercase;
    border-radius: 0 0 2px 2px; }
.resume-container .btn i {
    margin-left: 0.25rem; }
.resume-container .formcontainer {
    background-color: #3f3f3f; }
.resume-container .formcontainer .gform_wrapper {
    background: none; }
.resume-container .formcontainer .gform_wrapper .validation_error {
    color: red; }
.resume-container .formcontainer .gform_wrapper .gform_heading {
    display: none; }
.resume-container .formcontainer .gform_wrapper form {
    padding: 1rem; }
.resume-container .formcontainer .gform_wrapper .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.resume-container .formcontainer .gform_wrapper .gform_fields .gfield {
    width: 48%;
    position: relative; }
.resume-container .formcontainer .gform_wrapper .gform_fields .gfield.gfield_error {
    margin-bottom: 10px; }
.resume-container .formcontainer .gform_wrapper .gform_fields .gfield .validation_message {
    position: absolute;
    background: #ffffffd1;
    padding: 0 5px;
    color: red !important;
    top: 60px;
    width: auto;
    text-transform: capitalize !important; }
.resume-container .formcontainer .gform_wrapper .gform_fields .gfield .instruction.validation_message {
    display: none; }
.resume-container .formcontainer .gform_wrapper .gform_fields .gfield.gform_hidden, .resume-container .formcontainer .gform_wrapper .gform_fields .gfield.gfield_html {
    display: none; }
.resume-container .formcontainer .gform_wrapper .gform_fields .gfield.push-bottom {
    width: 100%; }
.resume-container .formcontainer .gform_wrapper .gform_fields .gfield .gfield_label, .resume-container .formcontainer .gform_wrapper .gform_fields .gfield .gfield_description {
    color: #fff;
    font-size: 0.65rem;
    text-transform: uppercase; }
.resume-container .formcontainer .gform_wrapper .gform_fields .gfield input, .resume-container .formcontainer .gform_wrapper .gform_fields .gfield select, .resume-container .formcontainer .gform_wrapper .gform_fields .gfield textarea {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #333;
    font-size: 0.8rem;
    font-weight: 400;
    padding: 3px 5px;
    width: 100%;
    max-height: 100px; }
.resume-container .formcontainer .gform_wrapper .upload-resume > .gfield_label {
    background: #9cc83b;
    padding: 10px;
    color: #fff;
    cursor: pointer; }
.resume-container .formcontainer .gform_wrapper .upload-resume .ginput_container_fileupload, .resume-container .formcontainer .gform_wrapper .upload-resume .gfield_description {
    display: none; }
.resume-container .formcontainer .gform_wrapper .gform_footer {
    width: 48%;
    float: right;
    margin-top: -48px; }
.resume-container .formcontainer .gform_wrapper .gform_footer input[type="submit"], .resume-container .formcontainer .gform_wrapper .gform_footer .button {
    background: #5c78bd;
    padding: 10px;
    border-radius: 2px;
    min-width: initial; }

.wpjb.wpjb-page-search .wpjb-form > fieldset > div {
    overflow: initial; }

.wpjb.wpjb-page-search .wpjb-form > fieldset > div .select-division select {
    display: none; }

.wpjb.wpjb-page-search .wpjb-element-input-text {
    float: left;
    clear: none; }
.wpjb.wpjb-page-search .wpjb-element-input-text .wpjb-label {
    display: none; }
.wpjb.wpjb-page-search .wpjb-element-input-text .wpjb-field {
    width: 100%; }
.wpjb.wpjb-page-search .wpjb-element-input-text .wpjb-field input {
    padding: 1.5rem 1rem;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1; }
.wpjb.wpjb-page-search .wpjb-element-input-text .wpjb-field.select-division .select-selected {
    line-height: 1.2;
    padding: 1.5rem 1rem;
    border-radius: 4px;
    padding-right: 72px; }
.wpjb.wpjb-page-search .wpjb-element-input-text .wpjb-field.select-division .select-selected:after {
    border-radius: 0 4px 4px 0;
    padding: 1.5rem 1rem;
    width: 72px;
    background: #a3be3b; }
.wpjb.wpjb-page-search .wpjb-element-input-text.wpjb-element-name-query {
    width: 100%; }
.devision-overview-page .buttons-row a[class*='btn']{
    transition: all 0.2s ease-in-out;
}
.devision-overview-page .buttons-row a[class*='btn'] > i{
    transform: translateX(0px);
    transition: all 0.2s ease-in-out;
}
.devision-overview-page .buttons-row a[class*='btn']:hover {
    background: #000;
    color: white;
    transition: all 0.2s ease-in;
 }    
.devision-overview-page .buttons-row a[class*='btn']:hover > i {
    transform: translateX(10px);
    transition: all 0.2s ease-in-out;
    background: #fff;
}
.devision-overview-page .buttons-row a[class*='btn-1']:hover {
    background: #cf7807;
}
.devision-overview-page .buttons-row a[class*='btn-2']:hover {
    background: #a3be3b;
    
}
.devision-overview-page .buttons-row a[class*='btn-1']:hover > i {
 color: #cf7807;
}
.devision-overview-page .buttons-row a[class*='btn-2']:hover > i {
 color: #a3be3b;
}
@media only screen and (min-width: 568px) {
    .wpjb.wpjb-page-search .wpjb-element-input-text.wpjb-element-name-query {
        width: 50%; } }
.wpjb.wpjb-page-search .wpjb-element-input-text.wpjb-element-name-location {
    width: calc(100% - 80px);
    margin-left: 4px; }
@media only screen and (min-width: 568px) {
    .wpjb.wpjb-page-search .wpjb-element-input-text.wpjb-element-name-location {
        width: calc(50% - 80px); } }

.wpjb.wpjb-page-search .wpjb-element-input-select.wpjb-element-name-type, .wpjb.wpjb-page-search .wpjb-element-input-select.wpjb-element-name-category, .wpjb.wpjb-page-search .wpjb-element-input-select.wpjb-element-name-posted {
    display: none; }

.wpjb.wpjb-page-search .wpjb-element-submit {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
.wpjb.wpjb-page-search .wpjb-element-submit .btn-arrow {
    max-width: 72px;
    border-radius: 0 4px 4px 0;
    padding: 1.5rem 1rem;
    margin-left: 4px;
    border: none;
    min-width: 50px;
    background: #a4a5a4;
    width: 72px;
    line-height: 1.3;
    font-size: 1rem;
    font-weight: 500; }
.wpjb.wpjb-page-search .wpjb-element-submit .btn-arrow:hover {
    background: #565555; }

.featured-jobs-inner {
    background: #e1dddd;
    padding: 1.25rem;
    padding-top: 0;
    text-align: center; }
.featured-jobs-inner h3 {
    background: #550606;
    margin: 0 -1.25rem 2.25rem;
    color: #fff;
    padding: 10px 1.25rem;
    text-align: center; }
.featured-jobs-inner #view-all-jobs {
    background: #550606;
    color: #fff;
    padding: 10px 1.25rem;
    text-align: center;
    text-decoration: none;
    margin: 0 auto; }

.featuredJobs {
    list-style-type: none;
    list-style-position: outside; }
.entry-content .featuredJobs {
    margin: 0px; }
.entry-content .featuredJobs li {
    list-style-type: none; }
.featuredJobs li {
    list-style-type: none;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.featuredJobs li .job-info {
    text-align: left;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.2;
    text-transform: capitalize; }
.featuredJobs li .thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 35%;
    margin-right: 30px; }
.featuredJobs li .thumbnail img {
    width: 100%;
    max-width: 140px; }
.featuredJobs li .appply-btn {
    background: #a3be3b;
    color: #fff;
    text-transform: uppercase;
    width: auto;
    min-width: auto;
    margin-top: 10px;
    display: block;
    max-width: 125px; }

.division-bottom-content img.float-to-right {
    max-width: 75%;
    position: absolute;
    display: none;
    right: 0; }
@media only screen and (min-width: 568px) {
    .division-bottom-content img.float-to-right {
        display: block; } }

@media only screen and (min-width: 568px) {
    .division-bottom-content p {
        max-width: 60%; } }

@media only screen and (min-width: 960px) {
    .page-id-284 .site-inner {
        margin-top: 50px !important; } }

.about-content {
    background-color: #fff;
    padding: 50px 30px 20px; }
.about-content .title-with-label {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.25rem; }
.about-content .title-with-label span {
    background: #ebeced;
    padding: 18px 50px;
    margin: 20px 0;
    display: inline-block; }
.about-content .team-item .title-with-label span {
    font-size: 0.916rem;
    position: relative; }
.about-content .team-item .title-with-label span:before, .about-content .team-item .title-with-label span:after {
    content: "";
    position: absolute;
    background: #909090;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: calc(50% - 8px); }
.about-content .team-item .title-with-label span:before {
    left: -8px; }
.about-content .team-item .title-with-label span:after {
    right: -8px; }
.about-content .team-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0px; }
.about-content .team-list .team-item {
    list-style-type: none;
    width: 100%;
    padding: 20px 30px; }
@media only screen and (min-width: 768px) {
    .about-content .team-list .team-item {
        width: 50%; } }
@media only screen and (min-width: 992px) {
    .about-content .team-list .team-item {
        width: 33%; } }
.about-content .gfield {
    width: 46%;
    margin: 1% 2%;
    display: inline-block;
    clear: none; }
@media (max-width: 767px) {
    .title-area img.custom-logo{
        width:75px;
    }
    .page-template-page_devision_overview a.custom-logo-link:before,
    .page-template-page_division_looking_for_staff a.custom-logo-link:before,
    .page-template-page_division_looking_for_work a.custom-logo-link:before{
        white-space:nowrap;
        font-size:10px;        
    }
    .about-content .gfield {
        width: 100%;
        margin: 0;
        padding-bottom: 20px; } }
.about-content .gfield.gform_hidden {
    display: none; }
.about-content #field_1_5 {
    width: 96%; }
@media (max-width: 767px) {
    .about-content #field_1_5 {
        width: 100%; } }
.about-content .gform_footer.top_label {
    padding: 0 2%;
    margin-bottom: 50px; }

.team-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    text-align: center; }
.team-link .teamThumbnail {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden; }
.team-link .teamThumbnail img {
    width: auto !important;
    height: 160px;
    max-width: 250px;
    -webkit-transform: translateX(-26px);
    -ms-transform: translateX(-26px);
    transform: translateX(-26px); }
.team-link .member-name {
    font-size: 1.18rem;
    font-weight: 500; }
.team-link .member-position {
    font-size: 0.8rem;
    font-weight: 300; }
.team-link hr {
    border: 1px solid #ebeced;
    margin: 10px 0;
    padding: 0;
    display: block;
    width: 100%; }
.team-link .member-excerpt {
    font-size: 0.8rem; }

.contact_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.contact_details .linkedin-block {
    width: 35px; }
.contact_details a {
    text-decoration: none; }
.contact_details [class^="tmp-"], .contact_details [class*=" tmp-"] {
    margin-right: 15px;
    background: #909090;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.contact_details [class^="tmp-"]:before, .contact_details [class*=" tmp-"]:before {
    margin-left: 0;
    font-size: 15px; }
.contact_details .tmp-linkedin2 {
    background: #0070c0;
    width: 30px;
    height: 30px; }
.contact_details .phone-email-block p {
    margin-bottom: 0;
    font-size: 18px; }

.phone-ext {
    margin-bottom: 0; }

.offices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -45px; }
.offices .office {
    width: calc(50% - 90px);
    margin: 60px 45px; }
.offices .office h5 {
    font-size: 2.2rem;
    color: #88898b;
    font-weight: 300;
    text-align: center; }

.locations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.locations .location {
    margin: 0 15px; }

/**
 * Profile Info
 */
#profile-info {
    float: left;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 75px; }
#profile-info img {
    display: block;
    margin: 0 0 30px; }
#profile-info ul {
    list-style: none;
    max-width: 320px;
    width: 100%;
    margin: 0 auto; }
#profile-info ul li {
    padding: 0 0 20px 40px;
    position: relative;
    list-style: none; }
#profile-info .profile-info-name {
    font-weight: 700;
    font-size: 18px; }
#profile-info .profile-info-name span {
    display: block;
    font-size: 14px;
    font-weight: 500; }
#profile-info .profile-info-email a {
    color: inherit;
    text-decoration: none; }

#profile-info .profile-info-email a:hover {
    text-decoration: underline; }

#profile-info .profile-info-contact span {
    display: block;
    margin-bottom: 15px; }

#profile-info .profile-info-contact .tmp-linkedin2 {
    float: none;
    font-size: 16px;
    background: #1883bb;
    margin-left: 0;
    width: 28px;
    height: 28px;
    position: relative; }

#profile-info .profile-info-contact .tmp-linkedin2:before {
    bottom: 3px;
    color: #fff !important;
    left: auto;
    position: absolute;
    right: 3px; }

#profile-info ul li [class^="tmp-"] {
    font-size: 18px;
    left: 8px;
    position: absolute;
    top: 2px; }

#profile-info ul li [class^="tmp-"]:hover {
    color: #3e3e3e;
    opacity: 1; }

#profile-info ul li [class^="tmp-"]:before {
    color: #5e5e5e !important; }

#profile-info ul li i.tmp-envelope {
    font-size: 26px;
    top: 3px;
    left: 6px; }

#profile-info ul li i.tmp-navigation {
    display: block;
    height: 20px;
    top: 4px;
    left: 9px;
    width: 20px; }

#profile-info ul li i.tmp-navigation:before {
    line-height: 15px;
    display: block; }

#profile-info ul li i.tmp-phone {
    font-size: 25px;
    top: 3px;
    left: 7px; }

@media (max-width: 767px) {
    .gform_body #gform_fields_1 {
        margin-left: 0; }
}

@media (min-width: 992px) {
    section#devision-section > .container > .row.no-gutters > div:nth-child(7) {
        margin-left: 8.33%;
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    section#devision-section > .container > .row.no-gutters > div:nth-child(9) {
        margin-left: 12.5%;
    }
}

@media screen and (min-width: 600px) and (max-width:767px) {
    section#devision-section > .container > .row.no-gutters > div:nth-child(10) {
        margin-left: 16.53%;
    }
}

#featured-jobs .jobs-card {
    text-align: left;
}

@media screen and (max-width:768px) {
    .wp-custom-logo .title-area {
        max-width: 80px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .container.extra-buttons{
        display: flex;
        justify-content: center;
    }
    .devision-staff-page .container.extra-buttons{
        position: relative;
    }
    .container.extra-buttons > *{
        margin: 0px 2px !important;
    }
    .brand{
        max-width: 280px;
    }
}

/*# sourceMappingURL=style.css.map */


/*-----------Khalid---------------*/
.custom-form-style_wrapper,.single-post-inner-content .gform_wrapper{	border-radius: 5px;	padding: 30px;}

.single-post-inner-content .gform_wrapper {
	position: relative;
	background-color: #dddbdb;
}
.single-post-inner-content .gform_wrapper .bg-dark{ background-color:transparent !important;}
.custom-form-style{}


.custom-form-style ul.gform_fields li.gfield {	margin-bottom: 20px;	line-height: 26px;}
.custom-form-style ul.gform_fields li.gfield label,
.single-post-inner-content .gform_wrapper ul.gform_fields li.gfield label{	font-size: 21px;}

.custom-form-style ul.gfield_checkbox li,
.single-post-inner-content .gform_wrapper ul.gfield_checkbox li {	display: inline-block;	margin-right: 20px; line-height: 35px;}

.custom-form-style ul.gform_fields ul.gfield_checkbox li label,
.single-post-inner-content .gform_wrapper  ul.gform_fields ul.gfield_checkbox li label{	font-size: 18px;	line-height: 22px;	margin-bottom: 0;}

.custom-form-style .gform_heading,

.single-post-inner-content .gform_wrapper .gform_heading{
	position: absolute;
	margin-bottom: 30px;
	top: 8px;
}
 .single-post-inner-content .gform_wrapper .gform_heading {

	top: -51px;
}


.custom-form-style .gform_heading span.gform_description,
.single-post-inner-content .gform_wrapper .gform_heading span.gform_description{
	background-color: #000;
	color: #fff;
	padding: 6px 25px;
	border-radius: 5px 5px 0 0;
	position: relative;
	display: inline-block;
}

.custom-form-style input, 
.custom-form-style  select, 
.custom-form-style textarea,
.single-post-inner-content .gform_wrapper input, 
.single-post-inner-content .gform_wrapper  select, 
.single-post-inner-content .gform_wrapper textarea
{
	background-color: #fff;
	border: 1px solid #333;
	color: #333;
	font-size: 18px;
	font-size: 0.8rem;
	font-weight: 400;
	padding: 10px 15px;
	width: 100%;
	border-radius: 5px;
}

.custom-form-style input[type="checkbox"], 
.custom-form-style input[type="image"], 
.custom-form-style input[type="radio"],
.single-post-inner-content .gform_wrapper input[type="checkbox"], 
.single-post-inner-content .gform_wrapper input[type="image"], 
.single-post-inner-content .gform_wrapper input[type="radio"] 
{	width: auto;}



.custom-form-style button, 
.custom-form-style input[type="button"], 
.custom-form-style input[type="reset"], 
.custom-form-style input[type="submit"], 
.custom-form-style .button,
.single-post-inner-content .gform_wrapper button, 
.single-post-inner-content .gform_wrapper input[type="button"], 
.single-post-inner-content .gform_wrapper input[type="reset"], 
.single-post-inner-content .gform_wrapper input[type="submit"], 
.single-post-inner-content .gform_wrapper .button{

	background-color: #4BA5E0;
	white-space: normal;
	min-width: unset;
	border-radius: 8px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	padding: 22px 25px;
	text-transform: uppercase;
	cursor: pointer;
	border: 0;
	width: auto;
}

.custom-form-style button:focus, 
.custom-form-style button:hover, 
.custom-form-style input[type="button"]:focus, 
.custom-form-style input[type="button"]:hover, 
.custom-form-style input[type="reset"]:focus, 
.custom-form-style input[type="reset"]:hover, 
.custom-form-style input[type="submit"]:focus, 
.custom-form-style input[type="submit"]:hover, 
.custom-form-style .button:focus, 
.custom-form-style .button:hover,
.single-post-inner-content .gform_wrapper button:focus, 
.single-post-inner-content .gform_wrapper button:hover, 
.single-post-inner-content .gform_wrapper input[type="button"]:focus, 
.single-post-inner-content .gform_wrapper input[type="button"]:hover, 
.single-post-inner-content .gform_wrapper input[type="reset"]:focus, 
.single-post-inner-content .gform_wrapper input[type="reset"]:hover, 
.single-post-inner-content .gform_wrapper input[type="submit"]:focus, 
.single-post-inner-content .gform_wrapper input[type="submit"]:hover, 
.single-post-inner-content .gform_wrapper .button:focus, 
.single-post-inner-content .gform_wrapper .button:hover{
	background-color: #000;
	color: #fff;
}

.single-post-inner-content .gform_wrapper .gform_footer {
	margin-top: 30px;
}

.gform_validation_error .validation_message {
	color: red;
	font-size: 16px;
}
.gform_validation_error .validation_error {
	color: #fff;
	background-color: red;
	padding: 10px;
	border-radius: 5px;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 30px;
}
/*-------Khalid By Blog Page ---------------*/
@media screen and  (min-width:960px){
.blog-left {	float: left;	width: 65%;}
}
.blog-content .b-p-title {	font-size: 1.5rem;}

#genesis-sidebar-primary {
	font-size: 0.8rem;
}
#genesis-sidebar-primary .widget-title {	font-size: 1rem;}

#genesis-sidebar-primary .widget a.btn  {
	
	border: 1px solid #919191;
	color: #fff;
	padding: 4px;
	border-radius: 2px;
	font-size: 14px;
	width: 48%;
	display: block;
	float: left;
	margin: 0 0 20px;
	box-sizing: border-box;
min-width: unset;
	line-height: 40px;
	background-color: rgba(172, 118, 65, 0.7);
}
#genesis-sidebar-primary .widget a.btn.lightblue{background-color: rgba(97, 149, 86, 0.7);}
#genesis-sidebar-primary .widget a.btn.darkblue {
	margin-right: 4%;
}

.blog-content .b-p-info {
	font-size: 0.8rem;
	padding: 10px 0;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

/*-------single and Comment form---*/
.single-post-content h1 {
	font-size: 1.9rem;
}
.single-post-info {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 0;
	font-size: 0.9rem;
	margin-bottom: 30px;
}
.single-post-info .dot {	float:right;}

.comment-respond {
	margin-top: 80px;
	
}

.logged-in-as {	font-size: 0.8rem;	line-height: 1rem;}
.form-submit input[type="submit"] {	width: auto;}
.wpjb-job-apply-indeed{
    clear: both;
    display: inline-block;
}
.wpjb-job-apply-indeed div[name="widget-holder"]{margin-top:-320px!important;}
