﻿
.loader3 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 20; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

.loader3-body {
    background-color: transparent;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    margin: auto;
    padding: 40px;
    width: 40px;
    height: 20px;
    text-align: center;
}

.float-right {
    float: right !important;
}

.lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 46px;
        height: 46px;
        margin: 1px;
        border-radius: 50%;
        border: 5px solid orange;
        border-color: orange transparent orange transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*-------- Footer -------- */
.footerText {
    display: inline;
    color: white;
}
.footerTotal {
    color: rgb(255,247,159);
    font-size: 24px;
}
@media (min-width: 767px) {
    .footerText {
        display: inline;
        color: white;
    }

    .footerTotal {
        color: rgb(255,247,159);
        font-size: 24px;
    }
}
/*767px*/
@media (max-width: 767px) {
    .footerText {
        display: inline;
        color: black;
    }

    .footerTotal {
        color: black;
        font-size: 20px;
    }
}
/* ^ Me ^ */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.small-text {
    font-size: 14px;
    font-size: 1.4rem
}

.m-bottom-0 {
    margin-bottom: 0 !important
}

.m-bottom-20 {
    margin-bottom: 20px !important
}

.m-bottom-40 {
    margin-bottom: 40px !important
}

.m-bottom-1rem {
    margin-bottom: 1em !important;
    margin-bottom: 1rem !important
}

.m-top-0 {
    margin-top: 0 !important
}

.m-top-20 {
    margin-top: 20px !important
}

.m-top-40 {
    margin-top: 40px !important
}

.m-top-1rem {
    margin-top: 1em !important;
    margin-top: 1rem !important
}

ul.js-badger-accordion {
    list-style-type: none;
    margin: 0 0 40px;
    padding: 0
}

    ul.js-badger-accordion li {
        margin: 0 0 20px
    }

.badger-accordion__panel {
    max-height: 75vh;
    overflow: hidden;
    -webkit-transition: 0.4s max-height ease-in-out;
    -moz-transition: 0.4s max-height ease-in-out;
    -ms-transition: 0.4s max-height ease-in-out;
    -o-transition: 0.4s max-height ease-in-out
}

    .badger-accordion__panel.-ba-is-hidden {
        max-height: 0 !important
    }

.badger-accordion--initalised .badger-accordion__panel {
    -webkit-transition: 0.2s max-height ease-in-out;
    -moz-transition: 0.2s max-height ease-in-out;
    -ms-transition: 0.2s max-height ease-in-out;
    -o-transition: 0.2s max-height ease-in-out
}

.badger-accordion__panel {
    max-height: 75vh;
    overflow: hidden
}

    .badger-accordion__panel.-ba-is-hidden {
        max-height: 0 !important
    }

.badger-accordion--initalised .badger-accordion__panel {
    transition: max-height ease-in-out 0.2s
}

.js-badger-accordion-header, h3.js-badger-accordion-header {
    background: #fff;
    color: #323232;
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
    padding: 25px 60px 25px 30px;
    position: relative;
    text-transform: none
}

    .js-badger-accordion-header:hover, .js-badger-accordion-header:focus, .js-badger-accordion-header:active, h3.js-badger-accordion-header:hover, h3.js-badger-accordion-header:focus, h3.js-badger-accordion-header:active {
        cursor: pointer
    }

    .js-badger-accordion-header.-ba-is-active:after, h3.js-badger-accordion-header.-ba-is-active:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg)
    }

    .js-badger-accordion-header .material-icons, h3.js-badger-accordion-header .material-icons {
        position: absolute;
        right: 10px;
        top: 5px
    }

    .js-badger-accordion-header:before, .js-badger-accordion-header:after, h3.js-badger-accordion-header:before, h3.js-badger-accordion-header:after {
        background: #1f2c60;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        content: "";
        display: block;
        position: absolute;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s
    }

    .js-badger-accordion-header:before, h3.js-badger-accordion-header:before {
        height: 6px;
        top: 34px;
        right: 17px;
        width: 22px
    }

    .js-badger-accordion-header:after, h3.js-badger-accordion-header:after {
        height: 22px;
        top: 26px;
        right: 25px;
        width: 6px
    }

.js-badger-accordion-panel-inner {
    background: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px 30px 30px
}

*, *::before, *::after {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(31,31,31,0)
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

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
}

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: #1f2c60;
    text-decoration: none;
    background-color: transparent
}

    a:hover {
        color: #0c1126;
        text-decoration: underline
    }

    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: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

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: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

span { /*--Here--*/
    display: inline-block;
    margin-bottom: .5rem
}

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, [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"] {
    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-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: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1, .h1 {
    font-size: 2.5rem
}

h2, .h2 {
    font-size: 2rem
}

h3, .h3 {
    font-size: 1.75rem
}

h4, .h4 {
    font-size: 1.5rem
}

h5, .h5 {
    font-size: 1.25rem
}

h6, .h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(31,31,31,0.1)
}

small, .small {
    font-size: 80%;
    font-weight: 400
}

mark, .mark {
    padding: .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: .5rem
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

    .blockquote-footer::before {
        content: "\2014\00A0"
    }

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 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: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    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 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

    .pika-single:before, .pika-single:after {
        content: " ";
        display: table
    }

    .pika-single:after {
        clear: both
    }

.pika-single {
    *zoom: 1
}

    .pika-single.is-hidden {
        display: none
    }

    .pika-single.is-bound {
        position: absolute;
        box-shadow: 0 5px 15px -5px rgba(0,0,0,0.5)
    }

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px
}

.pika-title {
    position: relative;
    text-align: center
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0
}

.pika-prev, .pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0
}

    .pika-prev:hover, .pika-next:hover {
        opacity: 1
    }

.pika-prev, .is-rtl .pika-next {
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
    *left: 0
}

.pika-next, .is-rtl .pika-prev {
    float: right;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
    *right: 0
}

    .pika-prev.is-disabled, .pika-next.is-disabled {
        cursor: default;
        opacity: .2
    }

.pika-select {
    display: inline-block;
    *display: inline
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

    .pika-table th, .pika-table td {
        width: 14.285714285714286%;
        padding: 0
    }

    .pika-table th {
        color: #999;
        font-size: 12px;
        line-height: 25px;
        font-weight: bold;
        text-align: center
    }

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5
}

.pika-week {
    font-size: 11px;
    color: #999
}

.is-today .pika-button {
    color: #1f2c60;
    font-weight: bold
}

.is-selected .pika-button, .has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #1f2c60;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px
}

.has-event .pika-button {
    background: #005da9;
    box-shadow: inset 0 1px 3px #0076c9
}

.is-disabled .pika-button, .is-inrange .pika-button {
    background: #D5E9F7
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px
}

.is-endrange .pika-button {
    color: #fff;
    background: #1f2c60;
    box-shadow: none;
    border-radius: 3px
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default
}

.pika-button:hover, .pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px
}

.pika-table abbr {
    border-bottom: none;
    cursor: help
}

header {
    background: rgba(255,255,255,0.9);
    overflow: hidden;
    position: fixed;
    text-align: left;
    width: 100%;
    z-index: 999
}

@media (min-width: 768px) {
    header {
        text-align: right
    }
}

header:before {
    background: #cd6825;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin-left: -150px;
    transition: 0.4s margin-left ease-in;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

@media screen and (prefers-reduced-motion: reduce) {
    header:before {
        transition: none
    }
}

@media (max-width: 399px) {
    header:before {
        margin-left: -100px
    }
}

@media (min-width: 500px) {
    header:before {
        margin-left: -260px
    }
}

@media (min-width: 600px) {
    header:before {
        margin-left: -320px
    }
}

@media (min-width: 768px) {
    header:before {
        margin-left: -470px
    }
}

@media (min-width: 992px) {
    header:before {
        margin-left: -710px
    }
}

@media (min-width: 1200px) {
    header:before {
        margin-left: -900px
    }
}

@media (min-width: 1400px) {
    header:before {
        margin-left: -1000px
    }
}

header .container {
    min-height: 80px;
    padding-bottom: 30px;
    padding-top: 25px;
    position: relative;
    transition: 0.4s max-width ease-in;
    z-index: 5
}

@media screen and (prefers-reduced-motion: reduce) {
    header .container {
        transition: none
    }
}

header .brand {
    display: inline-block;
    left: 15px;
    opacity: 1;
    position: absolute;
    top: 25px;
    z-index: 1
}

    header .brand:hover, header .brand:focus, header .brand:active {
        opacity: 0.8
    }

    header .brand img {
        color: white;
        transition: 0.3s width ease-in;
        width: 220px
    }

@media screen and (prefers-reduced-motion: reduce) {
    header .brand img {
        transition: none
    }
}

@media (min-width: 1px) and (max-width: 349px) {
    header .brand img {
        width: 170px
    }
}

@media (min-width: 768px) {
    header .brand img {
        width: 240px
    }
}

#main-menu {
    background: #f1f1f1;
    display: inline-block;
    height: 100%;
    font-size: 0;
    left: -100%;
    list-style-type: none;
    margin: 0;
    opacity: 0;
    padding: 55px 0 0;
    position: fixed;
    top: 0;
    transition: 0.4s all ease-in;
    width: 90%;
    z-index: 999
}

@media screen and (prefers-reduced-motion: reduce) {
    #main-menu {
        transition: none
    }
}

#main-menu + .backdrop {
    background: rgba(0,0,0,0.8);
    display: block;
    height: 100%;
    left: -100%;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: 0.4s all ease-in;
    top: 0;
    width: 100%;
    z-index: 1
}

@media screen and (prefers-reduced-motion: reduce) {
    #main-menu + .backdrop {
        transition: none
    }
}

@media (min-width: 768px) {
    #main-menu + .backdrop {
        display: none
    }
}

#main-menu:after {
    background: #f1f1f1;
    content: "";
    height: 100%;
    left: -100%;
    position: fixed;
    transition: 0.4s all ease-in;
    top: 0;
    width: 90%;
    z-index: 2
}

@media screen and (prefers-reduced-motion: reduce) {
    #main-menu:after {
        transition: none
    }
}

@media (min-width: 768px) {
    #main-menu:after {
        display: none
    }
}

@media (min-width: 768px) {
    #main-menu {
        background: transparent;
        display: inline-block;
        height: auto;
        left: auto;
        opacity: 1;
        padding: 0;
        position: relative;
        text-align: right;
        transition: none;
        width: auto
    }
}

@media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
    #main-menu {
        transition: none
    }
}

#main-menu li {
    border: 1px solid #cfcfcf;
    border-width: 1px 0;
    color: #1f2c60;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
    position: relative;
    vertical-align: top;
    z-index: 5
}

@media (min-width: 768px) {
    #main-menu li {
        color: #747474;
        display: inline-block;
        border: none
    }
}

@media (min-width: 768px) {
    #main-menu li:after {
        bottom: -1px;
        color: #1f2c60;
        content: " | ";
        display: inline-block;
        font-weight: bold;
        margin: 0 10px;
        position: relative
    }
}

#main-menu li:first-child {
    border-top: none
}

#main-menu li:last-child {
    border-bottom: none
}

@media (min-width: 768px) {
    #main-menu li:last-child:after {
        display: none
    }
}

#main-menu li.is-active a {
    background: #0d1834;
    border-right: 3px solid #cd6825;
    color: #fff
}

@media (min-width: 768px) {
    #main-menu li.is-active a {
        background: transparent;
        border: none;
        color: #cd6825
    }
}

#main-menu a {
    color: #747474;
    display: block;
    padding: 22px 20px;
    text-decoration: none
}

    #main-menu a:hover, #main-menu a:focus, #main-menu a:active {
        color: #cd6825;
        text-decoration: none
    }

@media (min-width: 768px) {
    #main-menu a {
        display: inline-block;
        padding: 0
    }
}

.menu-toggle {
    background: transparent;
    color: #cd6825;
    display: inline-block;
    height: 40px;
    position: fixed;
    right: 15px;
    top: 20px;
    width: 40px
}

    .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
        background: #cd6825;
        color: #fff;
        cursor: pointer
    }

@media (min-width: 768px) {
    .menu-toggle {
        display: none
    }
}

.menu-toggle .material-icons {
    font-size: 35px;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.4s opacity ease-in
}

@media screen and (prefers-reduced-motion: reduce) {
    .menu-toggle .material-icons {
        transition: none
    }
}

.menu-toggle.open {
    position: absolute
}

    .menu-toggle.open .material-icons {
        border: 3px solid #cd6825
    }

.menu-toggle.close {
    opacity: 0;
    pointer-events: none;
    right: 80%;
    transition: 0.4s right ease-in
}

@media screen and (prefers-reduced-motion: reduce) {
    .menu-toggle.close {
        transition: none
    }
}

.menu-toggle.close .material-icons {
    color: #323232;
    opacity: 0;
    pointer-events: none
}

.is-open #main-menu {
    left: 0;
    opacity: 1;
    text-align: left;
    top: 0
}

    .is-open #main-menu:hover, .is-open #main-menu:focus, .is-open #main-menu:active {
        color: #323232
    }

@media (min-width: 768px) {
    .is-open #main-menu {
        height: auto;
        left: auto;
        position: static;
        text-align: right;
        top: auto;
        width: auto
    }
}

.is-open #main-menu + .backdrop {
    left: 0;
    opacity: 1;
    pointer-events: all;
    width: 100%
}

@media (min-width: 768px) {
    .is-open #main-menu + .backdrop {
        display: none
    }
}

.is-open #main-menu:after {
    left: 0
}

@media (min-width: 768px) {
    .is-open #main-menu:after {
        display: none
    }
}

.is-open .menu-toggle.open .material-icons {
    pointer-events: none
}

.is-open .menu-toggle.close {
    background: transparent;
    color: #323232;
    display: inline-block;
    opacity: 1;
    pointer-events: all;
    right: 13%;
    top: 8px;
    z-index: 1000
}

    .is-open .menu-toggle.close:hover, .is-open .menu-toggle.close:focus, .is-open .menu-toggle.close:active {
        background: transparent;
        color: #cd6825
    }

        .is-open .menu-toggle.close:hover .material-icons, .is-open .menu-toggle.close:focus .material-icons, .is-open .menu-toggle.close:active .material-icons {
            color: #cd6825
        }

    .is-open .menu-toggle.close .material-icons {
        opacity: 1
    }

footer {
    background: #747474;
    color: #fff;
    text-align: center
}

    footer > div {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        height: 100%;
        width: 100%
    }

    footer p {
        margin: 0 auto;
        padding: 0
    }

html, body {
    height: 100%;
    margin: 0
}

#wrapper {
    min-height: 100%
}

#main-container {
    padding: 0;
    padding-bottom: 170px
}

@media (min-width: 768px) {
    #main-container {
        padding: 0;
        padding-bottom: 50px
    }
}

footer {
    height: 170px;
    margin-top: -170px
}

@media (min-width: 768px) {
    footer {
        height: 50px;
        margin-top: -50px
    }
}

footer p {
    margin: -60px auto 0
}

@media (min-width: 768px) {
    footer p {
        margin: 0 auto
    }
}

#content {
    padding: 80px 0 0
}

.is-wrapper {
    background: #f0f0f0;
    padding: 35px 40px
}

    .is-wrapper .is-wrapper {
        background: #fff;
        padding: 25px 30px
    }

.is-transparent-wrapper {
    padding: 25px 30px
}

#content > .container:last-child > .is-wrapper:last-child {
    margin-bottom: 90px
}

.small-container {
    font-size: 18px;
    font-size: 1.8rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 580px;
    width: 90%
}

@media (max-width: 767px) {
    .equalize {
        min-height: 0 !important
    }
}

@media (min-width: 768px) {
    .text-right-lg {
        text-align: right
    }
}

.text-center {
    text-align: center !important
}

h1, h2, h3, h4, h5 {
    color: #1f2c60;
    font-family: "Mitr",serif;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase
}

    h1 a, h2 a, h3 a, h4 a, h5 a {
        color: #1f2c60;
        text-decoration: none
    }

        h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active {
            color: #2b43a5
        }

h1 {
    font-size: 18px;
    font-size: 1.8rem
}

@media (min-width: 768px) {
    h1 {
        font-size: 23px;
        font-size: 2.3rem
    }
}

.thin-title, h1.thin-title, h2.thin-title, h3.thin-title, h4.thin-title {
    color: #1f1f1f;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
    text-transform: none
}

.primary-title, h1.primary-title, h2.primary-title, h3.primary-title, h4.primary-title {
    color: #cd6825;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
    text-transform: uppercase
}

.smallest-title, h1.smallest-title, h2.smallest-title, h3.smallest-title, h4.smallest-title {
    color: #1f1f1f;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    margin: 0 0 5px;
    text-transform: none
}

.subtitle, h1.subtitle, h2.subtitle, h3.subtitle, h4.subtitle {
    font-size: 26px;
    font-size: 2.6rem;
    text-transform: none
}

.small-title, h1.small-title, h2.small-title, h3.small-title, h4.small-title {
    font-size: 17.5px;
    font-size: 1.75rem;
    text-transform: none
}

.primary-subtitle, h1.primary-subtitle, h2.primary-subtitle, h3.primary-subtitle, h4.primary-subtitle {
    color: #cd6825;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 400;
    margin: 60px 0 25px;
    text-transform: uppercase
}

    .primary-subtitle:first-child, h1.primary-subtitle:first-child, h2.primary-subtitle:first-child, h3.primary-subtitle:first-child, h4.primary-subtitle:first-child {
        margin-top: 0
    }

.text-uppercase {
    text-transform: uppercase !important
}

.smaller-text {
    font-size: 90%;
    line-height: 1.2em
}

.larger-text {
    font-size: 110%
}

.is-error, .error-message {
    color: #9b0e0e !important
}

.has-indent {
    text-indent: 1em
}

    .has-indent p:first-child {
        text-indent: 0
    }

    .has-indent .no-indent {
        text-indent: 0
    }

.has-white-bck {
    background: #fff
}

.has-dark-background {
    background: #373737;
    color: #fff
}

.has-yellow-bck {
    background: #fff69f
}

.has-gray-bck {
    background: #cfcfcf
}

.button, .outline-button, .primary-outline-button {
    border: none;
    display: inline-block;
    font-weight: normal;
    font-size: 22px;
    font-size: 2.2rem;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    transition: 0.4s all ease-in
}

@media screen and (prefers-reduced-motion: reduce) {
    .button, .outline-button, .primary-outline-button {
        transition: none
    }
}

.button:hover, .outline-button:hover, .primary-outline-button:hover, .button:focus, .outline-button:focus, .primary-outline-button:focus, .button:active, .outline-button:active, .primary-outline-button:active {
    cursor: pointer;
    text-decoration: none
}

.expanded.button, .expanded.outline-button, .expanded.primary-outline-button {
    width: 100%
}

.prev-btn.button:before, .prev-btn.outline-button:before, .prev-btn.primary-outline-button:before {
    content: "< "
}

.next-btn.button:after, .next-btn.outline-button:after, .next-btn.primary-outline-button:after {
    content: " >"
}

.button {
    background: #cd6825;
    border: 2px solid #cd6825;
    color: #fff
}
.aspNetDisabled {
    background-color: #ddd !important;
    border-color: #a97553 !important;
    cursor: text !important;
}
    .button:hover, .button:focus, .button:active {
        background: #e16a1b;
        border-color: #e16a1b;
        color: #fff
    }

.outline-button, .primary-outline-button {
    background: transparent;
    border-width: 2px;
    border-style: solid
}

.outline-button {
    border-color: #323232;
    color: #323232
}

    .outline-button:hover, .outline-button:focus, .outline-button:active {
        background: #323232;
        color: #fff
    }

.primary-outline-button {
    border-color: #cd6825;
    color: #cd6825;
    max-width: 100%;
    min-width: 200px
}

    .primary-outline-button:hover, .primary-outline-button:focus, .primary-outline-button:active {
        background: #cd6825;
        color: #fff
    }

.outline-button + .button, .button + .outline-button {
    margin-top: 15px
}

@media (min-width: 768px) {
    .outline-button + .button, .button + .outline-button {
        margin-top: 0
    }
}

.form-item {
    margin-bottom: 27px
}

@media (min-width: 768px) {
    .form-item {
        margin-bottom: 20px
    }
}

.form-description {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.35em
}

span + .form-description {/*--Here--*/
    margin-top: 0
}

span { /*--Here--*/
    color: #1f1f1f;
    display: block;
    font-size: 16px;
    font-size: 1.6rem
}

@media (min-width: 768px) {
    span { /*--Here--*/
        font-size: 17px;
        font-size: 1.7rem
    }
}

span sup a { /*--Here--*/
    color: #1f1f1f;
    text-decoration: none
}

span.is-required:after, .is-required span:after { /*--Here--*/
    content: "*";
    color: #9b0e0e;
    display: inline-block;
    font-size: 80%;
    margin-left: 3px;
    position: relative;
    top: -3px
}

.form-item span { /*--Here--*/
    line-height: 1em;
    margin-bottom: 0
}

span + input[type=email], span + input[type=password], span + input[type=search], span + input[type=tel], span + input[type=text], span + input[type=url], span + input[type=number], span + .dropdown-wrapper, span + .date-wrapper { /*--Here--*/
    margin-top: 1em;
    margin-top: 1rem
}

.is-wrapper .is-wrapper .form-item input[type=email], .is-wrapper .is-wrapper .form-item input[type=password], .is-wrapper .is-wrapper .form-item input[type=search], .is-wrapper .is-wrapper .form-item input[type=tel], .is-wrapper .is-wrapper .form-item input[type=text], .is-wrapper .is-wrapper .form-item input[type=url], .is-wrapper .is-wrapper .form-item input[type=number], .is-wrapper .is-wrapper .form-item .dropdown-wrapper {
    background: #f0f0f0
}

.form-item input[type=email], .form-item input[type=password], .form-item input[type=search], .form-item input[type=tel], .form-item input[type=text], .form-item input[type=url], .form-item input[type=number] {
    background: #fff;
    border: 1px solid #cfcfcf;
    display: block;
    margin: 0 0 5px;
    padding: 7px 10px;
    width: 100%
}

    .form-item input[type=email].is-invalid, .form-item input[type=email].has-error, .form-item input[type=password].is-invalid, .form-item input[type=password].has-error, .form-item input[type=search].is-invalid, .form-item input[type=search].has-error, .form-item input[type=tel].is-invalid, .form-item input[type=tel].has-error, .form-item input[type=text].is-invalid, .form-item input[type=text].has-error, .form-item input[type=url].is-invalid, .form-item input[type=url].has-error, .form-item input[type=number].is-invalid, .form-item input[type=number].has-error {
        -webkit-box-shadow: 0 0 2px rgba(244,0,0,0.9);
        -moz-box-shadow: 0 0 2px rgba(244,0,0,0.9);
        box-shadow: 0 0 2px rgba(244,0,0,0.9)
    }

.form-item.is-invalid input[type=email], .form-item.is-invalid input[type=password], .form-item.is-invalid input[type=search], .form-item.is-invalid input[type=tel], .form-item.is-invalid input[type=text], .form-item.is-invalid input[type=url], .form-item.is-invalid input[type=number], .form-item.is-invalid .dropdown-wrapper, .form-item.is-invalid .date-wrapper, .form-item.has-error input[type=email], .form-item.has-error input[type=password], .form-item.has-error input[type=search], .form-item.has-error input[type=tel], .form-item.has-error input[type=text], .form-item.has-error input[type=url], .form-item.has-error input[type=number], .form-item.has-error .dropdown-wrapper, .form-item.has-error .date-wrapper {
    -webkit-box-shadow: 0 0 2px rgba(244,0,0,0.9);
    -moz-box-shadow: 0 0 2px rgba(244,0,0,0.9);
    box-shadow: 0 0 2px rgba(244,0,0,0.9)
}

.dropdown-wrapper {
    background: #fff;
    border: 1px solid #cfcfcf;
    margin: 0 0 5px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .dropdown-wrapper.is-invalid, .dropdown-wrapper.has-error {
        -webkit-box-shadow: 0 0 2px rgba(244,0,0,0.9);
        -moz-box-shadow: 0 0 2px rgba(244,0,0,0.9);
        box-shadow: 0 0 2px rgba(244,0,0,0.9)
    }

    .dropdown-wrapper select {
        background: transparent;
        background-image: none;
        border: none;
        border-radius: 0;
        padding: 7px 10px;
        position: relative;
        -webkit-appearance: none;
        width: 130%;
        z-index: 0;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .dropdown-wrapper select {
        padding-left: 3px;
        padding-right: 3px
    }
}

.dropdown-wrapper select:hover, .dropdown-wrapper select:focus {
    background: rgba(0,0,0,0.1);
    cursor: pointer;
    outline: none
}

.dropdown-wrapper .material-icons {
    color: #1f1f1f;
    pointer-events: none;
    position: absolute;
    right: 3px;
    top: 7px;
    z-index: 1
}

@media (min-width: 768px) and (max-width: 991px) {
    .dropdown-wrapper .material-icons {
        right: -2px;
        top: 7px
    }
}

.date-wrapper {
    position: relative;
    width: 100%
}

    .date-wrapper.is-invalid, .date-wrapper.has-error {
        -webkit-box-shadow: 0 0 2px rgba(244,0,0,0.9);
        -moz-box-shadow: 0 0 2px rgba(244,0,0,0.9);
        box-shadow: 0 0 2px rgba(244,0,0,0.9)
    }

    .date-wrapper input {
        position: relative;
        z-index: 5;
    }

    .date-wrapper .material-icons {
        color: #1f1f1f;
        pointer-events: none;
        position: absolute;
        right: 6px;
        top: 7px;
        z-index: 5;
    }

.to {
    font-weight: bold;
    line-height: 1em;
    margin: 10px 0 13px;
    text-align: center
}

@media (min-width: 992px) {
    .to {
        margin: 10px 0 13px
    }
}

.checkbox-wrapper {
    padding: 2px 0 0 20px;
    position: relative
}

    .checkbox-wrapper input {
        left: 0;
        position: absolute;
        top: 3px
    }

a {
    color: #1f2c60;
    text-decoration: underline
}

    a:hover, a:focus, a:active {
        color: #cd6825;
        text-decoration: underline
    }

.toggle-link, .remove-link {
    color: #1f1f1f;
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 5px 30px 5px 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase
}

    .toggle-link:hover, .remove-link:hover, .toggle-link:focus, .remove-link:focus, .toggle-link:active, .remove-link:active {
        color: #cd6825;
        text-decoration: none
    }

    .toggle-link .material-icons, .remove-link .material-icons {
        font-weight: bold;
        position: absolute;
        right: 0
    }

    .toggle-link .material-icons {
        color: #29c321;
        top: 2px
    }

    .remove-link .material-icons {
        color: #a71a1a;
        top: 3px
    }

.primary-link, a.primary-link {
    color: #cd6825;
    text-decoration: underline
}

    .primary-link:hover, .primary-link:focus, .primary-link:active, a.primary-link:hover, a.primary-link:focus, a.primary-link:active {
        color: #f86d11;
        text-decoration: underline
    }

ul {
    padding-left: 15px
}

    ul li {
        margin-bottom: 7px
    }

ol.ordered-list {
    counter-reset: ordered-list-counter;
    list-style: none;
    padding-left: 30px
}

    ol.ordered-list li {
        margin-bottom: 7px;
        counter-increment: ordered-list-counter;
        position: relative
    }

        ol.ordered-list li:before {
            color: #1f2c60;
            content: counter(ordered-list-counter) ".";
            font-size: 25px;
            font-size: 2.5rem;
            left: -25px;
            position: relative;
            top: 0
        }

.unstyled-list, .contact-list, .footnotes-list, #home-quick-quote ul, #quote-menu, .notification-list, #review-accordion ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

    .contact-list span {
        color: #1f2c60;
        display: inline-block;
        margin-right: 15px;
        min-width: 45px
    }

    .contact-list a {
        color: #1f1f1f;
        text-decoration: none
    }

        .contact-list a:hover, .contact-list a:focus, .contact-list a:active {
            text-decoration: underline
        }

#cta-window, #order-window {
    background: #ededed;
    bottom: 0;
    color: #fff;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 998
}

    #cta-window .header, #order-window .header {
        color: #fff;
        font-family: "Mitr",serif;
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: 400;
        margin: 0;
        position: relative;
        text-transform: none
    }

        #cta-window .header a, #order-window .header a {
            background: #23386f;
            color: #fff;
            display: block;
            padding: 20px 35px 20px 20px;
            position: relative;
            text-decoration: none;
            width: 100%;
            z-index: 1
        }

            #cta-window .header a:hover, #order-window .header a:hover, #cta-window .header a:focus, #order-window .header a:focus, #cta-window .header a:active, #order-window .header a:active {
                background: #234396;
                text-decoration: none
            }

        #cta-window .header .material-icons, #order-window .header .material-icons {
            color: #fff;
            position: absolute;
            right: 15px;
            top: 18px;
            z-index: 3
        }

    #cta-window .wrapper, #order-window .wrapper {
        color: #1f1f1f;
        font-size: 17px;
        font-size: 1.7rem;
        overflow: hidden;
        transition: 0.4s height ease-in
    }

@media screen and (prefers-reduced-motion: reduce) {
    #cta-window .wrapper, #order-window .wrapper {
        transition: none
    }
}

#cta-window .wrapper-inner, #order-window .wrapper-inner {
    padding: 20px 20px 25px
}

.is-collapsed#cta-window .header .material-icons, .is-collapsed#order-window .header .material-icons {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.is-collapsed#cta-window .wrapper, .is-collapsed#order-window .wrapper {
    height: 0
}

#cta-window {
    max-width: 400px
}

    #cta-window .primary-outline-button {
        font-size: 18px;
        font-size: 1.8rem;
        margin-top: 5px;
        padding-bottom: 9px;
        padding-top: 9px;
        width: 100%
    }

.dual-block {
    position: relative;
    width: 100%
}

    .dual-block > div {
        width: 100%
    }

@media (min-width: 768px) {
    .dual-block > div {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }
}

.dual-block > div > div {
    margin: 0;
    padding: 20px 15px
}

@media (min-width: 768px) {
    .dual-block > div > div {
        margin: auto;
        width: 50%
    }
}

.dual-block > div > div.is-empty {
    padding: 0
}

@media (min-width: 768px) {
    .dual-block > div > div.is-empty {
        padding: 20px 15px
    }
}

#faq-accordion .js-badger-accordion-header {
    border: 2px solid #cd6825;
    color: #cd6825; /* Posible */
    font-weight: 400;
    padding: 10px 45px 10px 15px
}

    #faq-accordion .js-badger-accordion-header:before {
        background: #cd6825;
        height: 5px;
        right: 17px;
        top: 19px;
        width: 21px
    }

    #faq-accordion .js-badger-accordion-header:after {
        background: #cd6825;
        height: 21px;
        right: 25px;
        top: 11px;
        width: 5px
    }

#faq-accordion .badger-accordion__panel {
    border: 1px solid #eae9e9;
    border-width: 0 1px 1px
}

#faq-accordion .js-badger-accordion-panel-inner {
    background: #f5f5f5;
    padding: 10px 30px
}

.footnotes-list {
    counter-reset: step;
    font-weight: 300
}

    .footnotes-list em {
        font-style: normal;
        font-weight: 400
    }

    .footnotes-list li:before {
        counter-increment: step;
        content: counter(step);
        display: inline-block;
        font-weight: 400;
        margin-right: 7px
    }

#hero-banner, .hero-banner, #home-banner, .home-banner {
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -80px;
    padding-top: 80px;
    position: relative
}

    #hero-banner:before, .hero-banner:before, #home-banner:before, .home-banner:before {
        background: -moz-linear-gradient(-45deg, rgba(17,20,32,0.52) 0%, rgba(17,20,32,0) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(17,20,32,0.52) 0%, rgba(17,20,32,0) 100%);
        background: linear-gradient(135deg, rgba(17,20,32,0.52) 0%, rgba(17,20,32,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85111420', endColorstr='#00111420',GradientType=1 );
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1
    }

    #hero-banner .container, .hero-banner .container, #home-banner .container, .home-banner .container {
        position: relative;
        z-index: 5
    }

#hero-banner, .hero-banner {
    margin-bottom: 55px;
    text-align: center
}

    #hero-banner.is-about, .hero-banner.is-about {
        background-image: url(../img/banner-about-xs.jpg)
    }

@media (min-width: 768px) {
    #hero-banner.is-about, .hero-banner.is-about {
        background-image: url(../img/banner-about.jpg)
    }
}

#hero-banner.is-coverages, .hero-banner.is-coverages {
    background-image: url(../img/banner-coverages-xs.jpg)
}

@media (min-width: 768px) {
    #hero-banner.is-coverages, .hero-banner.is-coverages {
        background-image: url(../img/banner-coverages.jpg)
    }
}

#hero-banner.is-faq, .hero-banner.is-faq {
    background-image: url(../img/banner-faq-xs.jpg);
    background-position: bottom center
}

@media (min-width: 768px) {
    #hero-banner.is-faq, .hero-banner.is-faq {
        background-image: url(../img/banner-faq.jpg)
    }
}

#hero-banner .container, .hero-banner .container {
    padding-bottom: 60px;
    padding-top: 60px
}

@media (min-width: 768px) {
    #hero-banner .container, .hero-banner .container {
        padding-bottom: 140px;
        padding-top: 140px
    }
}

#hero-banner h1, #hero-banner .title, .hero-banner h1, .hero-banner .title {
    color: #fff;
    font-size: 45px;
    font-size: 4.5rem;
    font-weight: 300;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
    text-transform: none
}

@media (min-width: 768px) {
    #hero-banner h1, #hero-banner .title, .hero-banner h1, .hero-banner .title {
        font-size: 62px;
        font-size: 6.2rem
    }
}

#home-banner, .home-banner {
    background-image: url(../img/banner-home-xs.jpg);
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    #home-banner, .home-banner {
        background-image: url(../img/banner-home.jpg)
    }
}

#home-banner .big-text, .home-banner .big-text {
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
    font-size: 38px;
    font-weight: 300;
    text-transform: none
}

#home-banner .slide, .home-banner .slide {
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    min-height: 100vh;
    transition: 0.4s left ease-in;
    width: 100%;
    z-index: 1
}

@media screen and (prefers-reduced-motion: reduce) {
    #home-banner .slide, .home-banner .slide {
        transition: none
    }
}

#home-banner .slide:first-child, .home-banner .slide:first-child {
    padding: 20px 0;
    z-index: 5
}

    #home-banner .slide:first-child .container, .home-banner .slide:first-child .container {
        overflow-y: auto;
        padding-bottom: 145px;
        padding-top: 95px
    }

#home-banner .slide.is-active, .home-banner .slide.is-active {
    left: 0
}

#homeform {
    background: #edebeb;
    padding: 20px
}

#home-quick-quote {
    font-family: "Mitr",serif;
    font-size: 15px;
    font-size: 1.5rem
}

    #home-quick-quote.slide {
        z-index: 5
    }

    #home-quick-quote .decor-icon {
        background: rgba(12,17,37,0.95);
        border-radius: 100%;
        display: block;
        height: 56px;
        left: 0;
        margin: -28px 0 0 0;
        opacity: 1;
        pointer-events: none;
        position: absolute;
        top: 50%;
        transition: 0.2s all ease-in;
        width: 56px;
        z-index: 10
    }

@media screen and (prefers-reduced-motion: reduce) {
    #home-quick-quote .decor-icon {
        transition: none
    }
}

#home-quick-quote .decor-icon .material-icons {
    font-size: 35px;
    font-size: 3.5rem;
    left: 7px;
    position: absolute;
    top: 10px
}

#home-quick-quote.is-active .decor-icon {
    left: -26px;
    opacity: 1
}

#home-quick-quote.is-active .background {
    background: rgba(0,0,0,0.4)
}

#home-quick-quote .wrapper {
    color: #fff;
    min-height: 100%;
    overflow-y: auto;
    padding: 0 0 0 40px;
    position: relative;
    width: 100%;
    z-index: 5
}

#home-quick-quote .wrapper-inner {
    background: rgba(12,17,37,0.95);
    height: 100%;
    padding-bottom: 145px;
    padding-top: 95px;
    position: relative
}

#home-quick-quote .background {
    background: rgba(0,0,0,0);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.4s all ease-in;
    width: 100%;
    z-index: 1
}

@media screen and (prefers-reduced-motion: reduce) {
    #home-quick-quote .background {
        transition: none
    }
}

#home-quick-quote .container {
    height: 100%
}

#home-quick-quote .row {
    height: 100%
}

#home-quick-quote .col-xs-12 .content, #home-quick-quote .col-sm-12 .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%
}

#home-quick-quote ul {
    font-weight: 300
}

    #home-quick-quote ul em {
        display: block;
        font-style: normal;
        font-weight: 400
    }

    #home-quick-quote ul li {
        margin-bottom: 18px
    }

#home-quick-quote .important-notice {
    font-weight: 300;
    margin-top: 25px;
    padding: 30px 0 0;
    position: relative
}

    #home-quick-quote .important-notice:before {
        background: #cd6825;
        content: "";
        display: block;
        height: 10px;
        left: 0;
        max-width: 180px;
        position: absolute;
        top: 0;
        width: 90%
    }

    #home-quick-quote .important-notice strong {
        color: #f8f2c9;
        display: block;
        font-weight: 400
    }

#home-quick-quote .total-table {
    background: #fff;
    border-left: 20px #bdbdbd solid;
    color: #1f1f1f;
    margin: 0 auto;
    min-width: 230px;
    padding: 35px 45px
}

@media (min-width: 400px) {
    #home-quick-quote .total-table {
        min-width: 320px
    }
}

@media (min-width: 460px) {
    #home-quick-quote .total-table {
        min-width: 390px
    }
}

#home-quick-quote .total-table ul li {
    margin-bottom: 0
}

#home-quick-quote .total-table .button {
    margin: 20px 0 10px;
    text-transform: uppercase
}

#home-quick-quote .switch-slide {
    color: #1f2c60;
    font-family: "Catamaran",sans-serif;
    font-weight: normal
}

    #home-quick-quote .switch-slide:hover, #home-quick-quote .switch-slide:focus, #home-quick-quote .switch-slide:active {
        color: #1d3284
    }

#switchbtn {
    background: rgba(0,0,0,0.01);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 10
}

    #switchbtn:hover {
        cursor: pointer
    }

.information-block {
    background: #fff69f;
    margin: 50px 0;
    padding: 30px 35px
}

    .information-block .notification-title {
        color: #680b0b;
        text-transform: uppercase
    }

.is-toggle {
    overflow: hidden;
    transition: 0.4s height ease-in
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-toggle {
        transition: none
    }
}

.triggers-toggle {
    display: inline-block;
    overflow: hidden
}

    .triggers-toggle.target-is-open {
        height: 0;
        opacity: 0;
        pointer-events: none
    }

#quote-menu {
    counter-reset: step;
    font-size: 0;
    padding: 40px 0 35px
}

    #quote-menu li {
        display: inline-block;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1em;
        vertical-align: top;
        width: 50%
    }

@media (max-width: 767px) {
    #quote-menu li {
        margin: 0 0 10px
    }
}

@media (min-width: 768px) {
    #quote-menu li {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0 7px;
        width: 19.9%
    }
}

#quote-menu li.is-active a {
    background: #0d1834
}

    #quote-menu li.is-active a:hover, #quote-menu li.is-active a:focus, #quote-menu li.is-active a:active {
        background: #0d1834;
        cursor: not-allowed
    }

@media (min-width: 768px) {
    #quote-menu li.is-active a:after {
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #0d1834;
        bottom: -20px;
        content: "";
        display: block;
        height: 0;
        left: 50%;
        margin-left: -20px;
        position: absolute;
        width: 0
    }
}

#quote-menu li:first-child {
    padding-left: 0
}

#quote-menu li:last-child {
    padding-right: 0
}

@media (max-width: 767px) {
    #quote-menu li:nth-child(odd) {
        padding: 0 5px 0 0
    }
}

@media (max-width: 767px) {
    #quote-menu li:nth-child(even) {
        padding: 0 0 0 5px
    }
}

#quote-menu li a {
    background: #747474;
    color: #fff;
    display: block;
    letter-spacing: 0;
    padding: 10px 0 10px 5px;
    position: relative;
    text-align: left;
    text-decoration: none
}

@media (min-width: 768px) {
    #quote-menu li a {
        letter-spacing: 0.03em;
        min-height: 50px;
        padding: 0 15px 0 25px
    }
}

@media (min-width: 992px) {
    #quote-menu li a {
        padding-left: 65px
    }
}

#quote-menu li a:hover, #quote-menu li a:focus, #quote-menu li a:active {
    background: #403f3e;
    text-decoration: none
}

#quote-menu li a:before {
    counter-increment: step;
    color: #fff;
    content: counter(step);
    display: inline-block;
    font-family: "Mitr",serif;
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: 300;
    left: 0;
    line-height: 0.59em;
    margin-right: 3px;
    min-height: 100%;
    text-align: center;
    top: 0;
    vertical-align: middle
}

@media (min-width: 768px) {
    #quote-menu li a:before {
        display: block;
        font-size: 35px;
        font-size: 3.5rem;
        margin-right: 0;
        min-height: 30px;
        position: absolute;
        top: 12px;
        width: 25px
    }
}

@media (min-width: 992px) {
    #quote-menu li a:before {
        font-size: 75px;
        font-size: 7.5rem;
        min-height: 100%;
        top: 0;
        width: 65px
    }
}

#quote-menu li a > span {
    display: inline-block;
    max-width: 115px;
    vertical-align: middle
}

@media (min-width: 768px) {
    #quote-menu li a > span {
        height: 50px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        max-width: none
    }
}

#quote-menu li a > span span {
    display: inline-block;
    margin: auto
}

.notification-list {
    font-size: 96%
}

    .notification-list li {
        min-width: 92px;
        padding: 0 0 0 30px;
        position: relative
    }

        .notification-list li.is-error .material-icons {
            color: #9b0e0e
        }

    .notification-list .material-icons {
        color: #cd6825;
        font-size: 22px;
        font-size: 2.2rem;
        left: 0;
        position: absolute;
        top: 0
    }

@media (min-width: 768px) {
    #order-window {
        background: rgba(0,0,0,0.7);
        color: #fff
    }
}

#order-window .wrapper {
    font-weight: 400
}

@media (min-width: 768px) {
    #order-window .wrapper {
        font-size: 0;
        font-weight: 300
    }
}

@media (min-width: 768px) {
    #order-window .wrapper-inner {
        font-size: 17px;
        font-size: 1.7rem;
        margin-left: auto;
        margin-right: auto;
        max-width: 720px;
        padding: 10px 20px 5px;
        text-align: center;
        width: 95%
    }
}

@media (min-width: 992px) {
    #order-window .wrapper-inner {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    #order-window .wrapper-inner {
        max-width: 1140px
    }
}

@media (min-width: 768px) {
    #order-window .header {
        display: none
    }
}

@media (min-width: 768px) {
    #order-window.is-collapsed .wrapper {
        height: auto !important
    }
}

@media (min-width: 768px) {
    #order-content {
        color: #fff;
        display: inline-block;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400;
        max-width: 70%;
        text-align: left;
        vertical-align: middle
    }
}

#order-content a {
    color: #1f2c60;
    text-transform: uppercase
}

    #order-content a:hover, #order-content a:focus, #order-content a:active {
        color: #cd6825
    }

@media (min-width: 768px) {
    #order-content a {
        color: #fff;
        font-size: 15px;
        font-size: 1.5rem;
        text-transform: uppercase
    }
}

#order-content em {
    font-style: normal;
    font-weight: 600
}

@media (min-width: 768px) {
    #order-content em {
        font-weight: 400
    }
}

#order-total {
    font-size: 125%
}

@media (min-width: 768px) {
    #order-total {
        display: inline-block;
        font-size: 125%;
        max-width: 30%;
        padding-left: 20px;
        position: relative;
        text-align: left;
        vertical-align: middle
    }
}

@media (min-width: 768px) {
    #order-total:after {
        background: #fff;
        content: "";
        display: block;
        height: 100%;
        min-height: 20px;
        position: absolute;
        left: 10px;
        top: 0;
        width: 3px
    }
}

@media (min-width: 768px) {
    #order-total span {
        display: none
    }
}

#order-total em {
    color: #cd6825;
    display: inline-block;
    font-family: "Mitr",serif;
    font-style: normal;
    font-weight: 400;
    margin-left: 10px
}

@media (min-width: 768px) {
    #order-total em {
        color: #fff69f
    }
}

#review-accordion {
    margin-top: 30px
}

    #review-accordion em {
        display: block;
        font-style: normal;
        font-weight: normal;
        margin-right: 15px;
        width: 100%
    }

@media (min-width: 768px) {
    #review-accordion em {
        display: inline-block;
        min-width: 170px;
        width: auto
    }
}

#review-accordion em + span {
    display: inline-block;
    font-weight: 300
}

#review-accordion .primary-outline-button {
    margin-top: 30px;
    width: 100%
}

@media (min-width: 768px) {
    #review-accordion .primary-outline-button {
        width: auto
    }
}

#review-accordion ul li {
    margin-bottom: 10px
}

.tools-area {
    margin: 30px 0 0
}

    .tools-area .outline-button, .tools-area .button {
        margin-bottom: 20px;
        width: 100%
    }

.total-table ul {
    font-size: 0;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    max-width: 220px;
    width: 100%
}

@media (min-width: 768px) {
    .total-table ul {
        margin: 0;
        max-width: 100%
    }
}

.total-table li span {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    width: 50%
}

    .total-table li span:last-child {
        font-family: "Mitr",serif;
        font-weight: 300;
        text-align: right
    }

.total-table .total {
    margin: 0 auto;
    max-width: 220px;
    text-align: center;
    width: 85%
}

@media (min-width: 420px) {
    .total-table .total {
        text-align: right
    }
}

@media (min-width: 768px) {
    .total-table .total {
        max-width: 100%;
        width: 100%
    }
}

.total-table .total > div {
    border-top: 4px solid #cd6825;
    display: inline-block;
    margin: 15px 0 0;
    padding: 10px 8px
}

.total-table .total h3, .total-table .total span {
    display: inline-block;
    font-weight: normal;
    vertical-align: middle
}

.total-table .total h3 {
    font-family: "Catamaran",sans-serif;
    margin: 0;
    position: relative;
    text-transform: none;
    top: 2px
}

.total-table .total span {
    font-family: "Mitr",serif;
    font-size: 21px;
    font-size: 2.1rem
}

html {
    font-size: 100%;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

body {
    color: #1f1f1f;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Catamaran",sans-serif;
    letter-spacing: 0.03em;
    line-height: 1.5em;
    scroll-behavior: smooth
}


.ui-datepicker-month, .ui-datepicker-year {
    display: inline;
}
