/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1500px;
    --font-family-sans-serif: -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-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,*::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(0,0,0,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: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    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
}

label {
    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
}

select {
    word-wrap: normal
}

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

button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled) {
    cursor: pointer
}

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-weight: 500;
    line-height: 1.2
}

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(0,0,0,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"
}

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
}

.privacy_link{
    color: #ffffff !important;
    text-decoration: underline;
}

.small_form_field{
    display: inline-block;
    width: 50% !important;
}

.small_form_field input[type="text"]{
    max-width: 100% !important;
    width: 90% !important;
}

.large_form_field input[type="text"]{
    max-width: 95% !important;
    width: 95% !important;
}

.moving_img{

}

.signupForm-modal{
    background-color: rgba(255,255,255, .6) !important;
}

.signupForm-modal .inner{
    background-color: #2a329a !important;
    text-align: left !important;
    max-height: 100%;
}

.signupForm-modal h3{
    color: #ffffff !important;
}

.signupForm-modal .inner .cross span{
    background-color: #ffffff !important;
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }

    .moving_img_container{
        display: flex;
        justify-content: center;
        align-content: center;
    }

    .moving_img{
        width: 80%;
    }

    .student_img{
        width: 80%;
        height: fit-content;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

@media (min-width: 1500px) {
    .container {
        max-width:1340px
    }
}

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

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

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

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

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

.col-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

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

.col-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

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

.col-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

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

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-sm-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

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

    .col-sm-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

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

    .col-sm-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

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

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-md-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

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

    .col-md-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

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

    .col-md-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

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

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-lg-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

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

    .col-lg-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

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

    .col-lg-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

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

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-xl-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

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

    .col-xl-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

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

    .col-xl-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

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

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1500px) {
    .col-xxl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xxl-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-xxl-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xxl-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

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

    .col-xxl-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

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

    .col-xxl-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xxl-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

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

    .order-xxl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xxl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xxl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xxl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xxl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xxl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xxl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xxl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xxl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xxl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xxl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xxl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xxl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xxl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xxl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xxl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xxl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xxl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xxl-11 {
        margin-left: 91.6666666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table th,.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm th,.table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered th,.table-bordered td {
    border: 1px solid #dee2e6
}

.table-bordered thead th,.table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,0.075)
}

.table-primary,.table-primary>th,.table-primary>td {
    background-color: #b8daff
}

.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,.table-secondary>th,.table-secondary>td {
    background-color: #d6d8db
}

.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,.table-success>th,.table-success>td {
    background-color: #c3e6cb
}

.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,.table-info>th,.table-info>td {
    background-color: #bee5eb
}

.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,.table-warning>th,.table-warning>td {
    background-color: #ffeeba
}

.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,.table-danger>th,.table-danger>td {
    background-color: #f5c6cb
}

.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,.table-light>th,.table-light>td {
    background-color: #fdfdfe
}

.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,.table-dark>th,.table-dark>td {
    background-color: #c6c8ca
}

.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,.table-active>th,.table-active>td {
    background-color: rgba(0,0,0,0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,0.075)
}

.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
    background-color: rgba(0,0,0,0.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark th,.table-dark td,.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,0.05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255,255,255,0.075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

@media (max-width: 1499.98px) {
    .table-responsive-xxl {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xxl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,0.25)
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    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(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    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(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

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

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    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: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d
}

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

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40,167,69,0.9);
    border-radius: .25rem
}

.was-validated .form-control:valid,.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:valid:focus,.form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,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 {
    display: block
}

.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:valid,.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,0.25)
}

.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: #28a745
}

.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: #28a745
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,.custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745
}

.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 {
    border-color: #34ce57;
    background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,.custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-file-input:valid ~ .custom-file-label,.custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745
}

.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 {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220,53,69,0.9);
    border-radius: .25rem
}

.was-validated .form-control:invalid,.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,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 {
    display: block
}

.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:invalid,.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,0.25)
}

.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: #dc3545
}

.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: #dc3545
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,.custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545
}

.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 {
    border-color: #e4606d;
    background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545
}

.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 {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,0.25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -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: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.fade {
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropup,.dropright,.dropdown,.dropleft {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1500px) {
    .dropdown-menu-xxl-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-xxl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^="top"],.dropdown-menu[x-placement^="right"],.dropdown-menu[x-placement^="bottom"],.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.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: #007bff !important
}

a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus {
    background-color: #117a8b !important
}

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

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

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

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

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

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

.bg-dark {
    background-color: #343a40 !important
}

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

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

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

.border {
    border: 1px solid #dee2e6 !important
}

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

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

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

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

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

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !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,.signup-form .dob {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-flex,.student-form .dob {
    display: -ms-flexbox !important;
    display: flex !important
}

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

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

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

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .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: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1500px) {
    .d-xxl-none {
        display:none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

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

    .d-print-inline-flex {
        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.8571428571%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

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

.flex-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

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

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

.justify-content-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

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

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

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

.align-items-stretch {
    -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;
    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;
    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;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction:row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -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 {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

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

    .flex-sm-grow-1 {
        -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 {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

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

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

    .justify-content-sm-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

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

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

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

    .align-items-sm-stretch {
        -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;
        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;
        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;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction:row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -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 {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

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

    .flex-md-grow-1 {
        -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 {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

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

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

    .justify-content-md-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

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

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

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

    .align-items-md-stretch {
        -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;
        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;
        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;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction:row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -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 {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

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

    .flex-lg-grow-1 {
        -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 {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

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

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

    .justify-content-lg-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

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

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

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

    .align-items-lg-stretch {
        -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;
        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;
        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;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction:row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -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 {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

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

    .flex-xl-grow-1 {
        -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 {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

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

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

    .justify-content-xl-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

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

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

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

    .align-items-xl-stretch {
        -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;
        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;
        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;
        align-self: stretch !important
    }
}

@media (min-width: 1500px) {
    .flex-xxl-row {
        -ms-flex-direction:row !important;
        flex-direction: row !important
    }

    .flex-xxl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-self-xxl-stretch {
        -ms-flex-item-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: 1200px) {
    .float-xl-left {
        float:left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

@media (min-width: 1500px) {
    .float-xxl-left {
        float:left !important
    }

    .float-xxl-right {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !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
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    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 {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important
}

.shadow-none {
    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
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}

.m-0 {
    margin: 0 !important
}

.mt-0,.my-0 {
    margin-top: 0 !important
}

.mr-0,.mx-0 {
    margin-right: 0 !important
}

.mb-0,.my-0 {
    margin-bottom: 0 !important
}

.ml-0,.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,.my-1 {
    margin-top: .25rem !important
}

.mr-1,.mx-1 {
    margin-right: .25rem !important
}

.mb-1,.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,.my-2 {
    margin-top: .5rem !important
}

.mr-2,.mx-2 {
    margin-right: .5rem !important
}

.mb-2,.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,.my-3 {
    margin-top: 1rem !important
}

.mr-3,.mx-3 {
    margin-right: 1rem !important
}

.mb-3,.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,.my-5 {
    margin-top: 3rem !important
}

.mr-5,.mx-5 {
    margin-right: 3rem !important
}

.mb-5,.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,.py-0 {
    padding-top: 0 !important
}

.pr-0,.px-0 {
    padding-right: 0 !important
}

.pb-0,.py-0 {
    padding-bottom: 0 !important
}

.pl-0,.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,.py-1 {
    padding-top: .25rem !important
}

.pr-1,.px-1 {
    padding-right: .25rem !important
}

.pb-1,.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,.py-2 {
    padding-top: .5rem !important
}

.pr-2,.px-2 {
    padding-right: .5rem !important
}

.pb-2,.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,.py-3 {
    padding-top: 1rem !important
}

.pr-3,.px-3 {
    padding-right: 1rem !important
}

.pb-3,.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,.py-5 {
    padding-top: 3rem !important
}

.pr-5,.px-5 {
    padding-right: 3rem !important
}

.pb-5,.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,.my-auto {
    margin-top: auto !important
}

.mr-auto,.mx-auto {
    margin-right: auto !important
}

.mb-auto,.my-auto {
    margin-bottom: auto !important
}

.ml-auto,.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin:0 !important
    }

    .mt-sm-0,.my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,.mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,.my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,.mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,.my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,.mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,.my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,.my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,.py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,.py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,.my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,.mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,.my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,.mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,.my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,.mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,.my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,.mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,.my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,.mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,.my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,.mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,.my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,.mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,.my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,.mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,.my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,.mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,.my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,.mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 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: .25rem !important
    }

    .mt-md-1,.my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,.my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,.my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,.mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,.mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,.my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,.mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,.my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,.py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,.py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,.px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,.py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,.px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,.py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,.px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,.py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,.py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,.my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,.mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,.my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,.mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,.my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,.mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,.my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,.mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,.my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,.mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,.my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,.mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,.my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,.mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,.my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,.mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,.my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,.mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,.my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,.mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,.my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,.mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,.my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 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: .25rem !important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,.py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,.my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,.mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,.my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,.mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,.my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,.mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,.my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,.mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,.my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,.mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,.my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,.mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,.my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,.mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,.my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,.mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,.my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,.mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,.my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,.mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin:0 !important
    }

    .mt-xl-0,.my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,.mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,.my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,.mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,.my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,.mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,.my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,.my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,.py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,.px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,.py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,.px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,.py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,.my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,.mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,.my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,.mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,.my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,.mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,.my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,.mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,.my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,.mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,.my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,.mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,.my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,.mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,.my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,.mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,.my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,.mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,.my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,.mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,.my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,.mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,.my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,.mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1500px) {
    .m-xxl-0 {
        margin:0 !important
    }

    .mt-xxl-0,.my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0,.mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0,.my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0,.mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .mt-xxl-1,.my-xxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxl-1,.mx-xxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxl-1,.my-xxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-1,.mx-xxl-1 {
        margin-left: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .mt-xxl-2,.my-xxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxl-2,.mx-xxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxl-2,.my-xxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-2,.mx-xxl-2 {
        margin-left: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .mt-xxl-3,.my-xxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxl-3,.mx-xxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxl-3,.my-xxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-3,.mx-xxl-3 {
        margin-left: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxl-4,.my-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-4,.mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-4,.my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-4,.mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .mt-xxl-5,.my-xxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-5,.mx-xxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxl-5,.my-xxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-5,.mx-xxl-5 {
        margin-left: 3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0,.py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0,.px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0,.py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0,.px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .pt-xxl-1,.py-xxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxl-1,.px-xxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxl-1,.py-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxl-1,.px-xxl-1 {
        padding-left: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .pt-xxl-2,.py-xxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxl-2,.px-xxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxl-2,.py-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-2,.px-xxl-2 {
        padding-left: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .pt-xxl-3,.py-xxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxl-3,.px-xxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-3,.py-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-3,.px-xxl-3 {
        padding-left: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-4,.py-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-4,.px-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-4,.py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-4,.px-xxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .pt-xxl-5,.py-xxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-5,.px-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-5,.py-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-5,.px-xxl-5 {
        padding-left: 3rem !important
    }

    .m-xxl-n1 {
        margin: -.25rem !important
    }

    .mt-xxl-n1,.my-xxl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xxl-n1,.mx-xxl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xxl-n1,.my-xxl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xxl-n1,.mx-xxl-n1 {
        margin-left: -.25rem !important
    }

    .m-xxl-n2 {
        margin: -.5rem !important
    }

    .mt-xxl-n2,.my-xxl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xxl-n2,.mx-xxl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xxl-n2,.my-xxl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xxl-n2,.mx-xxl-n2 {
        margin-left: -.5rem !important
    }

    .m-xxl-n3 {
        margin: -1rem !important
    }

    .mt-xxl-n3,.my-xxl-n3 {
        margin-top: -1rem !important
    }

    .mr-xxl-n3,.mx-xxl-n3 {
        margin-right: -1rem !important
    }

    .mb-xxl-n3,.my-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xxl-n3,.mx-xxl-n3 {
        margin-left: -1rem !important
    }

    .m-xxl-n4 {
        margin: -1.5rem !important
    }

    .mt-xxl-n4,.my-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xxl-n4,.mx-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xxl-n4,.my-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxl-n4,.mx-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xxl-n5 {
        margin: -3rem !important
    }

    .mt-xxl-n5,.my-xxl-n5 {
        margin-top: -3rem !important
    }

    .mr-xxl-n5,.mx-xxl-n5 {
        margin-right: -3rem !important
    }

    .mb-xxl-n5,.my-xxl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xxl-n5,.mx-xxl-n5 {
        margin-left: -3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto,.my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto,.mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto,.my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto,.mx-xxl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important
}

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

.text-wrap {
    white-space: normal !important
}

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

.text-truncate {
    overflow: hidden;
    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: 1200px) {
    .text-xl-left {
        text-align:left !important
    }

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

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 1500px) {
    .text-xxl-left {
        text-align:left !important
    }

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

    .text-xxl-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-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:hover,a.text-primary:focus {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:hover,a.text-secondary:focus {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover,a.text-success:focus {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover,a.text-info:focus {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

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

.text-danger {
    color: #dc3545 !important
}

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

.text-light {
    color: #f8f9fa !important
}

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

.text-dark {
    color: #343a40 !important
}

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

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

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0,0,0,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
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *,*::before,*::after {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    pre,blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,img {
        page-break-inside: avoid
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,.table th {
        background-color: #fff !important
    }

    .table-bordered th,.table-bordered td {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.fade_a {
    opacity: 0;
    animation: Fade_In 0.7s ease-in-out 0.8s forwards
}

@keyframes Fade_In {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@font-face {
    font-family: 'ATC Overlook';
    src: url("../eot/atcoverlook-regular.eot");
    src: url("../eot/atcoverlook-regulard41d.eot#iefix") format("embedded-opentype"),url("../woff2/atcoverlook-regular.woff2") format("woff2"),url("../woff/atcoverlook-regular.woff") format("woff"),url("../ttf/atcoverlook-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ATC Overlook';
    src: url("../eot/atcoverlook-bold.eot");
    src: url("../eot/atcoverlook-boldd41d.eot#iefix") format("embedded-opentype"),url("../woff2/atcoverlook-bold.woff2") format("woff2"),url("../woff/atcoverlook-bold.woff") format("woff"),url("../ttf/atcoverlook-bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
    margin-top: 0;
    font-weight: bold
}

h1,.h1 {
    font-size: 3rem;
    font-weight: bold
}

h2,.h2 {
    font-size: 2.7rem
}

h3,.h3 {
    font-size: 2.2rem
}

h4,.h4 {
    font-size: 2rem
}

h5,.h5 {
    font-size: 1.8rem
}

h6,.h6 {
    font-size: 1.6rem
}

hr {
    display: block;
    width: 100%;
    height: 1px;
    border: 0;
    background: #2c3497;
    margin: 3em 0;
    padding: 0
}

p,a,li,span {
    font-weight: normal;
    font-size: 1.4rem;
    padding: 0px;
    margin: 0px
}

p.lead,.lead p {
    font-size: 2rem
}

a,a:visited {
    color: #2c3497;
    text-decoration: none;
    outline: 0;
    transition: all 0.4s ease-in-out
}

a:hover,a:focus,a:active {
    color: #E78B72;
    cursor: pointer;
    text-decoration: none
}

small {
    font-size: 12px
}

.text-navy,.signup-form input[type="submit"] {
    color: #2C3497
}

.text-purple {
    color: #444FDC
}

.text-turquoise {
    color: #2EBAD0
}

.text-orange {
    color: #E78B72
}

.pull-text-left {
    padding-right: 15%
}

.pull-left-shim {
    margin-left: -100px
}

.pull-text-right {
    padding-left: 15%
}

.sml-text {
    font-size: 12px
}

.upper-cs {
    text-transform: uppercase;
    text-decoration: none;
    color: #2C3497;
    width: 100%;
    display: block
}

.light-blue-text {
    color: #444FDC
}

.orange-text a {
    color: #e78b72;
    text-transform: lowercase;
    text-decoration: none
}

@media (max-width: 993px) {
    .pull-text-left {
        padding-right:20%
    }

    .pull-text-right {
        padding-left: 20%
    }

    .pull-left-shim {
        margin-left: auto
    }
}

@media (max-width: 767px) {
    h1,.h1 {
        font-size:1.8rem
    }

    p.lead,.lead p {
        font-size: 1.8rem
    }

    hr {
        margin: 2em 0
    }

    .left-navy-quote {
        width: 100%;
        margin: 0px auto 60px 0px;
        font-size: 0.8em
    }

    .left-navy-quote-no-image {
        width: 100%;
        margin: 0px auto 60px 0px;
        font-size: 0.8em
    }

    .navy-quote {
        width: 100%;
        font-size: 2.2rem
    }
}

@font-face {
    font-family: 'icomoon';
    src: url("../eot/icomoon1128.eot");
    src: url("../eot/icomoon1128.eot#iefix") format("embedded-opentype"),url("../ttf/icomoon1128.ttf") format("truetype"),url("../woff/icomoon1128.woff") format("woff"),url("../svg/icomoon1128.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"],[class*=" icon-"],.fa {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-mail:before {
    content: "\e906";
    color: #E78B72
}

.icon-fb:before,.fa-facebook:before {
    content: "\e905";
    color: #E78B72
}

.icon-tw:before,.fa-twitter:before {
    content: "\e900";
    color: #E78B72
}

.icon-pint:before,.fa-pinterest {
    content: "\e901";
    color: #E78B72
}

.icon-vimeo:before {
    content: "\e902";
    color: #E78B72
}

.icon-in:before,.fa-linkedin:before {
    content: "\e903";
    color: #E78B72
}

.icon-insta:before {
    content: "\e904";
    color: #E78B72
}

html {
    font-size: 62.5%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.4
}

body {
    font-family: 'ATC Overlook', Arial, Sans-Serif;
    min-height: 100%;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #2C3497;
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important
}

img {
    max-width: 100%;
    display: block;
    height: auto
}

.core-content {
    margin-top: 0px;
    padding-top: 180px;
    font-size: 1.8rem;
    line-height: 1.5
}

.hero-unit {
    width: 100%;
    height: 45vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-title {
    text-transform: uppercase;
    padding: 50px 0
}

.no-pad {
    padding: 0 !important
}

.img-left {
    -ms-flex-align: left;
    align-items: left;
    margin: 0px;
    padding: 70px 0px 80px 0px
}

.fluid-side-images {
    width: 90%;
    padding-bottom: 20px;
    padding-left: 7px
}

.white-bg {
    background-color: #FFFFFF
}

table.borderless td,table.borderless th {
    border: none !important
}

.intro-title {
    color: #2c3497;
    text-transform: uppercase;
    padding-top: 8rem;
    padding-bottom: 8rem
}

.fluid-hero-images {
    width: 100%;
    margin-bottom: 20px
}

.social-people {
    padding: 10px 0px 15px 0px
}

.social-people a {
    font-size: 20px;
    text-decoration: none;
    padding-left: 10px
}

.social-people a:first-child {
    padding-left: 0
}

.blog-bg {
    width: 100%;
    margin-top: 50px;
    background: linear-gradient(to bottom, rgba(42,51,154,0) 35%, #2a339a 60%),url("../jpg/rg-blog-background.jpg");
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a339a', endColorstr='#2a339a',GradientType=0 ),url("../jpg/rg-blog-background.jpg");
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat
}

.blue-bg {
    background-color: #2a339a
}

.pull-up-measures p {
    color: #3999A5;
    line-height: 1em
}

.pull-up-measures {
    margin-top: -47px
}

.page-template-default img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px
}

.page-template-default .people-contact-panel {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    text-transform: uppercase;
    padding: 30px;
    font-size: 0.9em;
    background-color: #F5F6FD;
    border-top: 3px solid #2C3497;
    border-bottom: 3px solid #2C3497;
    color: #2C3497;
    margin: 0 0 50px 0
}

.jssocials-shares {
    display: -ms-flexbox;
    display: flex
}

.jssocials-shares .jssocials-share-label {
    display: none
}

.jssocials-shares a {
    padding-right: 10px
}

.jssocials-shares a i {
    font-size: 2rem
}

#cookie-law {
    background: #fff;
    z-index: 9999;
    width: 100%;
    position: fixed;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem 0
}

#cookie-law p {
    margin: 0
}

#cookie-law a.cta-button {
    font-size: 1.6rem;
    margin: 0 0 0 2rem
}

@media (max-width: 800px) {
    .core-content {
        padding-top:130px
    }

    .pull-up-measures {
        margin-top: 0px
    }

    .fluid-side-images {
        width: 100%;
        padding-left: 0px
    }

    .intro-title {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .people-contact-panel {
        position: relative;
        top: 0;
        width: 100% !important;
        margin: 30px 0
    }
}

@media only screen and (max-width: 767px) {
    .hero-unit {
        height:35vh
    }

    .page-template-default .people-contact-panel {
        position: relative;
        top: 0;
        margin-top: 50px
    }

    .blog-bg {
        background-size: cover
    }

    #cookie-law {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #cookie-law p {
        padding: 0 2rem;
        margin-bottom: 2rem
    }

    #cookie-law a.cta-button {
        margin-left: 0;
        font-size: 1.4rem
    }
}

input,textarea,select,option,label {
    background-color: transparent;
    text-transform: uppercase;
    color: #2c3497;
    border-radius: 0;
    outline: none
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder,option::-webkit-input-placeholder,label::-webkit-input-placeholder {
    color: #2c3497
}

input::-moz-placeholder,textarea::-moz-placeholder,select::-moz-placeholder,option::-moz-placeholder,label::-moz-placeholder {
    color: #2c3497
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder,select:-ms-input-placeholder,option:-ms-input-placeholder,label:-ms-input-placeholder {
    color: #2c3497
}

input:-moz-placeholder,textarea:-moz-placeholder,select:-moz-placeholder,option:-moz-placeholder,label:-moz-placeholder {
    color: #2c3497
}

input,textarea,select {
    display: block;
    width: 100%;
    border: 2px solid #2c3497;
    padding: 0.5em
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../svg/chevron-down.svg") right 10px center/20px auto no-repeat #fff
}

.checkbox {
    position: relative
}

.checkbox span {
    display: block;
    color: #fff;
    padding: 0 0 0 20px;
    text-transform: none;
    font-weight: normal
}

.signup-form .checkbox span{
    display: block;
    color: #fff;
    padding: 0 0 0 10px;
    text-transform: none;
    font-weight: normal;
    width: calc(100% - 20px);
}

.student-form .checkbox span{
    display: block;
    color: #2C3497;
    padding: 0 0 0 10px;
    text-transform: none;
    font-weight: normal;
    width: calc(100% - 20px);
}

#dynamic-form .checkbox_span{
    font-size: 16px;
}

.checkbox a {
    color: #E78B72;
    text-transform: none;
    font-weight: normal;
    line-height: 14px
}

.checkbox input {
    width: 1px;
    height: 1px;
    margin-right: -1px;
    margin-top: -1px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#signup-form .checkbox input, #dynamic-form input[type='checkbox'], #signup-popupform .checkbox input{
    width: 15px;
    height: 15px;
    margin-right: 0px;
    margin-top: 4px;
    border: 1px solid #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.student-form .checkbox input, .student-form input[type='checkbox']{
    width: 15px;
    height: 15px;
    margin-right: 0px;
    margin-top: 4px;
    border: 1px solid #2c3497 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.checkbox input:hover {
    cursor: pointer
}

.checkbox input+span:before {
    content: '';
    display: block;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 2px
}

#signup-form .checkbox input+span:before, #dynamic-form .checkbox input+span:before, #signup-popupform .checkbox input+span:before {
    content: none;
    display: block;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 2px
}

.student-form .checkbox input+span:before{
    content: none;
    display: block;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 2px
}

.checkbox input+span:before:hover {
    cursor: pointer
}

.checkbox input:checked+span:after {
    content: '';
    display: block;
    background: #E78B72;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    position: absolute;
    top: 6px;
    left: 4px
}

.signup-form .checkbox input:checked+span:after{
    content: '';
    display: block;
    background: #ffffff;
    border-radius: 0;
    width: 5px;
    height: 5px;
    vertical-align: middle;
    position: absolute;
    top: 9px;
    left: 5px
}

.student-form .checkbox input:checked+span:after{
    content: '';
    display: block;
    background: #2c3497;
    border-radius: 0;
    width: 5px;
    height: 5px;
    vertical-align: middle;
    position: absolute;
    top: 9px;
    left: 5px
}

#dynamic-form input[type='checkbox']:checked+span:after {
    content: '';
    display: block;
    background: #ffffff;
    border-radius: 0;
    width: 7px;
    height: 6px;
    vertical-align: middle;
    position: absolute;
    top: 10px;
    left: 4px
}

#signup-form .form-text, #dynamic-form .form-text{
    font-size: 16px;
}

@media (max-width: 767px) {
    .signupForm-modal #signup-form .form-text{
        font-size: 12px;
        }
    }



.radio-option {
    display: -ms-flexbox;
    display: flex;
    margin: 0 1rem 0 0
}

.radio-option input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 5px 0 0;
    width: 20px;
    position: relative;
    height: 20px;
    background: transparent;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #2c3497
}

.radio-option input[type="radio"]:checked:after {
    content: '';
    background: #E78B72;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff
}

.radio-group__title {
    color: #fff
}

.radio-group .checkbox {
    padding-bottom: 0;
    margin-bottom: 0
}

.cta-button,input[type="submit"] {
    background-color: transparent;
    padding: 1rem 0.5rem;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    outline-width: 1px;
    margin: 25px auto 20px auto;
    cursor: pointer;
    max-width: 220px;
    display: inline-block;
    transition: 0.4s ease-in-out;
    outline: none
}

.cta-button:hover,.cta-button:active,.cta-button:focus,input[type="submit"]:hover,input[type="submit"]:active,input[type="submit"]:focus {
    text-decoration: none;
    outline: none
}

.cta-button.light-blue,#cookie-law a.cta-button,input[type="submit"].light-blue {
    border: 1px solid #444FDC;
    outline-width: 1px;
    color: #444FDC
}

.cta-button.light-blue:hover,#cookie-law a.cta-button:hover,input[type="submit"].light-blue:hover {
    background-color: #444FDC;
    border: 1px solid #444FDC;
    outline-width: 1px;
    color: #fff
}

.cta-button.light-blue-reversed,input[type="submit"].light-blue-reversed {
    background-color: #444FDC;
    border: 1px solid #444FDC;
    color: #ffffff
}

.cta-button.light-blue-reversed:hover,input[type="submit"].light-blue-reversed:hover {
    background-color: #ffffff;
    border: 1px solid #444FDC;
    outline-width: 1px;
    color: #444FDC
}

.cta-button.white,.signup-form input.cta-button[type="submit"],input[type="submit"].white,.signup-form input[type="submit"] {
    background-color: #fff;
    border: 1px solid #fff;
    outline-width: 1px;
    color: #2C3497
}

.student-form input[type="submit"] {
    background-color: #fff;
    border: 1px solid #2C3497;
    outline-width: 1px;
    color: #2C3497
}

.cta-button.white:hover,.signup-form input.cta-button:hover[type="submit"],input[type="submit"].white:hover,.signup-form input[type="submit"]:hover {
    background-color: transparent;
    color: #fff
}

.student-form input[type="submit"]:hover {
    background-color: transparent;
    color: #2C3497;
}

.cta-button.navy,.panel-white .cta-button,input[type="submit"].navy,.panel-white input.cta-button[type="submit"] {
    background-color: #ffffff;
    color: #2C3497;
    border: 1px solid #2C3497;
    border-width: thin
}

.cta-button.navy:hover,.panel-white .cta-button:hover,input[type="submit"].navy:hover,.panel-white input.cta-button[type="submit"]:hover {
    background-color: #2C3497;
    color: #ffffff;
    border: 1px solid #2C3497
}

.cta-button.blue,input[type="submit"].blue {
    background-color: #444FDC;
    border: 1px solid #444FDC;
    color: #ffffff
}

.cta-button.blue:hover,input[type="submit"].blue:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #444FDC
}

.cta-button.blue-indy,input[type="submit"].blue-indy {
    background-color: #444FDC;
    border: 1px solid #444FDC;
    color: #ffffff
}

.cta-button.blue-indy:hover,input[type="submit"].blue-indy:hover {
    background-color: #ffffff;
    border: 1px solid #444FDC;
    outline-width: 1px;
    color: #444FDC
}

.cta-button.blue-outline,input[type="submit"].blue-outline {
    background-color: #444FDC;
    border: 1px solid #444FDC;
    color: #444FDC
}

.cta-button.blue-outline-indy,input[type="submit"].blue-outline-indy {
    background-color: #FFFFFF;
    border: 1px solid #444FDC;
    color: #444FDC
}

.cta-button.blue-outline-indy:hover,input[type="submit"].blue-outline-indy:hover {
    background-color: #444FDC;
    border: 1px solid #444FDC;
    color: #ffffff
}

.cta-button.white-outline,input[type="submit"].white-outline {
    border: 1px solid #fff;
    color: #fff;
    animation-direction: reverse;
    color: #fff
}

.cta-button.white-outline:hover,input[type="submit"].white-outline:hover {
    color: #2c3497;
    background-color: #FFFFFF;
    color: #2C3497
}

.cta-button.text-navy,.signup-form input.cta-button[type="submit"],input[type="submit"].text-navy,.signup-form input[type="submit"] {
    color: #2C3497
}

.enable-width-rest-btn-full {
    width: 94%;
    margin: 0px 0% 0px 0px;
    display: inline-block
}

.enable-width-rest-btn-full div.cta-button {
    margin: 10px 0
}

@media (max-width: 1520px) {
    .enable-width-rest-btn-full {
        width:100%;
        margin: 0px 5% 0px 0px;
        display: inline-block
    }
}

.expand-cta-center {
    background-color: #ffffff;
    padding: 7px 22px 7px 22px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #2C3497;
    border: 1px solid #2C3497;
    border-width: thin;
    outline-width: 1px;
    margin: 0px auto 20px auto;
    cursor: pointer;
    width: 100%;
    display: inline-block
}

.full-btn {
    width: 100%
}

.small-btn {
    width: 100%
}

.text-white-non-cta {
    color: #FFFFFF
}

.text-white-venues {
    color: #FFFFFF
}

.text-white-venues:hover {
    color: #E78B72
}

a .lower-cs {
    text-transform: lowercase;
    text-decoration: none;
    color: #2C3497
}

a .lower-cs:hover {
    text-transform: lowercase;
    text-decoration: none
}

.header-bg {
    position: fixed;
    z-index: 99;
    background-image: url("../png/rg-blue-header-2.png");
    background-blend-mode: multiply;
    background-size: 3000px;
    background-position: -100px bottom;
    width: 100%;
    padding-bottom: 15px;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    height: 95px
}

@media (min-width: 576px) {
    .header-bg {
        height:143px
    }
}

@media (min-width: 992px) {
    .header-bg {
        height:105px
    }
}

.site-header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 15px;
    transition: all 0.4s ease-in-out
}

.site-header.headroom--unpinned {
    transform: translateY(-100%)
}

.site-header .logo-scale {
    display: block
}

.site-header .logo-scale img {
    max-width: 195px
}

.site-header .menu {
    padding: 0
}

.site-header .main-nav .upper-head {
    padding: 20px 0 0
}

.site-header .main-nav .active {
    color: #fff
}

.site-header .main-nav ul.menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
    margin: 0
}

.site-header .main-nav ul.menu li {
    padding-left: 15px
}

.site-header .main-nav ul.menu li.featured a {
    padding: 0.5rem 0.7rem;
    border: 1px solid #fff
}

.site-header .main-nav ul.menu li.featured a:hover {
    background: #fff;
    color: #2C3497
}

.site-header .main-nav ul.menu li:first-child {
    padding-left: 0
}

.site-header .main-nav ul.menu li a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase
}

.site-header .main-nav ul.menu li a:hover {
    color: #FFB9A6
}

.site-header .main-nav .sub-nav {
    padding-top: 20px
}

.site-header .main-nav .sub-nav .sub-item {
    text-transform: uppercase;
    letter-spacing: 0.1px
}

.site-header .main-nav .sub-nav .sub-item.active {
    color: #fff
}

.site-header .main-nav .sub-nav .sub-item li {
    padding-left: 3rem
}

.site-header .main-nav .sub-nav .sub-item li a {
    font-size: 1.2rem
}

.site-header .main-nav .sub-nav hr {
    border-top: 1px solid #fff;
    height: 1px;
    opacity: 0.7;
    margin-top: 0;
    margin-bottom: 10px
}

.site-header .filters {
    display: -ms-flexbox;
    display: flex
}

.site-header .filters small {
    display: block
}

.site-header .filt-title {
    color: #fff;
    display: inline-block;
    height: 16px;
    vertical-align: top
}

.site-header .filt-radio {
    position: relative;
    border-radius: 360px;
    height: 18px;
    width: 18px;
    display: inline-block;
    border: 1px solid #fff;
    margin-right: 4px;
    margin-left: 8px;
    cursor: pointer;
    vertical-align: top
}

.site-header .filt-radio-inner {
    position: absolute;
    left: 4px;
    top: 4px;
    border-radius: 360px;
    height: 8px;
    width: 8px;
    background-color: #fff;
    display: block;
    vertical-align: top;
    opacity: 0
}

.site-header small {
    color: #fff
}

.site-header .subline {
    display: none
}

.site-header #menu-toggle {
    position: absolute;
    right: 5px;
    top: 5px;
    display: none;
    width: 50px;
    height: 50px;
    margin: 0;
    z-index: 999;
    cursor: pointer;
    transition: all .4s ease-in-out
}

.site-header #menu-toggle #hamburger {
    position: absolute;
    height: 100%;
    width: 100%
}

.site-header #menu-toggle #hamburger span {
    display: block;
    background: #fff;
    width: 40px;
    height: 2px;
    position: relative;
    top: 7px;
    left: 0;
    margin: 7px auto;
    transition: all .25s ease-in-out
}

.site-header #menu-toggle #hamburger span:nth-child(1) {
    transition-delay: .5s
}

.site-header #menu-toggle #hamburger span:nth-child(2) {
    transition-delay: .625s
}

.site-header #menu-toggle #hamburger span:nth-child(3) {
    transition-delay: .75s
}

.site-header #menu-toggle #cross {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
    transition: .25s ease-in-out
}

.site-header #menu-toggle #cross span {
    display: block;
    background: #fff;
    transition: .25s ease-in-out
}

.site-header #menu-toggle #cross span:nth-child(1) {
    height: 0%;
    width: 2px;
    position: absolute;
    top: 10px;
    left: 24px;
    transition-delay: 0s
}

.site-header #menu-toggle #cross span:nth-child(2) {
    width: 0%;
    height: 2px;
    position: absolute;
    left: 10px;
    top: 24px;
    transition-delay: .25s
}

.site-header #menu-toggle.open #hamburger span {
    width: 0%
}

.site-header #menu-toggle.open #hamburger span:nth-child(1) {
    transition-delay: 0s
}

.site-header #menu-toggle.open #hamburger span:nth-child(2) {
    transition-delay: .125s
}

.site-header #menu-toggle.open #hamburger span:nth-child(3) {
    transition-delay: .25s
}

.site-header #menu-toggle.open #cross span:nth-child(1) {
    height: 30px;
    transition-delay: .625s
}

.site-header #menu-toggle.open #cross span:nth-child(2) {
    width: 30px;
    transition-delay: .375s
}

#mobile-menu {
    display: block;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    position: fixed;
    overflow-y: scroll;
    background: #2b3497;
    -webkit-overflow-scrolling: touch;
    top: 0;
    left: 0;
    color: white;
    padding-bottom: 200px;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.5s ease-in-out
}

#mobile-menu .mobile-menu-main {
    padding: 0 10px
}

#mobile-menu .mobile-menu-main ul {
    list-style: none;
    padding: 0
}

#mobile-menu .mobile-menu-main ul li {
    margin-bottom: 15px
}

#mobile-menu .mobile-menu-main ul li.delivery-pop {
    margin-top: 4rem
}

#mobile-menu .mobile-menu-main ul li.delivery-pop a {
    padding: 0.5rem 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

#mobile-menu .mobile-menu-main ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase
}

#mobile-menu .mobile-menu-main ul li a:hover {
    text-decoration: none;
    opacity: .8
}

#mobile-menu .mobile-menu-main ul li .sub-menu {
    padding: 10px 0
}

#mobile-menu .mobile-menu-main ul li.menu-item-depth-1 {
    margin-bottom: 4px
}

#mobile-menu .mobile-menu-main ul li.menu-item-depth-1 a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal
}

#mobile-menu .mobile-menu-main ul li.menu-item-has-children {
    position: relative
}

#mobile-menu .mobile-menu-main ul li.menu-item-has-children ul {
    display: block;
    max-height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    transition: all 0.6s ease-in-out
}

#mobile-menu .mobile-menu-main ul li.menu-item-has-children.is-active ul {
    max-height: 500px
}

#mobile-menu .mobile-menu-main>ul {
    margin-top: 120px
}

#mobile-menu .mobile-menu-main ul.sub-menu {
    padding: 0
}

.page-template-menu .filt-low-cal,.page-template-dinner-menu .filt-low-cal,.page-template-kids-menu .filt-low-cal,.page-template-drinks-menu .filt-low-cal,.page-template-party-menu .filt-low-cal,.page-template-lunch-menu .filt-low-cal {
    display: inline-block
}

.page-template-menu #mobile-menu .mobile-menu-main,.page-template-dinner-menu #mobile-menu .mobile-menu-main,.page-template-kids-menu #mobile-menu .mobile-menu-main,.page-template-drinks-menu #mobile-menu .mobile-menu-main,.page-template-party-menu #mobile-menu .mobile-menu-main,.page-template-lunch-menu #mobile-menu .mobile-menu-main {
    padding-top: 60px
}

@media (min-width: 992px) {
    #sub-menu #menu-sub-nav {
        padding-left:0
    }

    #sub-menu #menu-sub-nav .sub-item {
        min-width: 480px
    }
}

@media (max-width: 1200px) {
    .header-cup {
        background-size:3000px 300px;
        background-position: -50px bottom;
        padding-bottom: 25px
    }
}

@media (max-width: 991px) {
    .header-bg {
        height:105px
    }

    .site-header {
        background-size: 2500px 300px;
        background-position: -200px bottom
    }

    .site-header .logo-scale {
        width: 150px;
        margin: 0px auto
    }

    .site-header .main-nav ul.menu li {
        padding: 0 5px;
        text-align: center
    }

    .site-header .main-nav ul.menu li a {
        font-size: 12px
    }

    .site-header .sub-nav {
        font-size: 1.1em;
        padding-bottom: 0
    }

    .site-header .sub-item {
        text-align: center;
        letter-spacing: 0.1px;
        color: #fff;
        margin: auto;
        margin-left: -38px
    }

    .site-header .sub-item.active {
        color: #fff
    }

    .site-header .sub-item li {
        padding: 0 5px
    }

    .site-header .subline {
        visibility: visible;
        margin-top: 0px;
        height: 1px;
        opacity: 0.7
    }

    .site-header .filters {
        padding-top: 0px;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-pack: center;
        justify-content: center
    }

    .site-header .filters .filt-low-cal {
        display: -ms-flexbox;
        display: flex
    }

    .site-header .filt-title {
        color: #fff;
        display: inline-block;
        height: 16px;
        vertical-align: top
    }

    .site-header .filt-radio {
        height: 17px;
        width: 17px;
        margin-right: 2px;
        margin-left: 10px
    }

    .site-header .filt-radio-inner {
        left: 4px;
        top: 4px;
        height: 7px;
        width: 7px;
        opacity: 0
    }
}

@media (max-width: 767px) {
    .header-bg {
        height:80px
    }

    .site-header #menu-toggle {
        display: block
    }

    .site-header .header-menu {
        display: none
    }

    .site-header .filt-low-cal small {
        display: none
    }

    #sub-menu .sub-item {
        display: none
    }

    #sub-menu .subline {
        display: none
    }

    #sub-menu .filters {
        padding-bottom: 20px
    }

    #mobile-menu.is-active {
        display: block;
        opacity: 1;
        transform: translateX(0%)
    }

    .menu-arrow {
        height: 12px;
        width: 20px;
        position: absolute;
        top: 12px;
        right: 0;
        cursor: pointer;
        transform-origin: center;
        transform: rotate(180deg);
        background-image: url("../svg/rg-arrow.svg");
        background-repeat: no-repeat
    }

    li.is-active .menu-arrow {
        transform: rotate(0deg)
    }

    .header-cup {
        padding-bottom: 8px !important
    }

    #menu-hamburger {
        z-index: 1000
    }

    .hamburger {
        display: block;
        position: absolute;
        top: 25px;
        right: 30px;
        padding: 0
    }
}

.site-footer {
    position: relative;
    z-index: 100;
    width: 100%
}

.site-footer hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fff;
    padding: 30px 0 70px;
    margin: 0
}

.site-footer a {
    text-decoration: none;
    color: #fff;
    cursor: pointer
}

.site-footer a:hover {
    text-decoration: none;
    color: #E78B72;
    cursor: pointer
}

.site-footer .menu {
    padding-left: 0
}

.site-footer .menu a {
    text-transform: uppercase
}

.site-footer .social-cup {
    padding: 20px 0px 40px
}

.site-footer .social-cup a {
    font-size: 20px;
    text-decoration: none;
    padding-left: 10px
}

.site-footer .social-cup a:first-child {
    padding-left: 0
}

.site-footer .credits {
    float: right;
    padding: 20px 0px 40px
}

.site-footer div.jssocials-shares {
    display: -ms-flexbox;
    display: flex
}

.site-footer div.jssocials-shares div.jssocials-share {
    padding: 0 5px
}

.site-footer div.jssocials-shares a.jssocials-share-link span {
    display: none
}

.site-footer div.jssocials-shares a.jssocials-share-link i:before {
    font-size: 22px
}

.blog-footer {
    padding: 40px 0px 0px 0px;
    color: #fff;
    text-align: left;
    background-color: #2a329a
}

.blog-footer ul li {
    text-align: left;
    padding-bottom: 10px;
    list-style: none;
    font-size: 1.2em
}

@media (max-width: 993px) {
    .blog-footer {
        padding:0px 0px 50px 0px
    }
}

@media (max-width: 768px) {
    .blog-footer ul {
        margin:0px;
        padding: 0px 0px 10px 0px
    }

    .blog-footer ul li {
        margin: 0px;
        padding: 0px 0px 10px 0px
    }

    .site-footer .social-cup,.site-footer .credits {
        padding: 2rem 0
    }
}

@media (max-width: 767px) {
    .blog-footer {
        padding-bottom:0
    }
}

.contact_form {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 15rem
}

.contact_form h2,.contact_form .success {
    font-size: 2.8rem;
    text-transform: uppercase;
    margin-bottom: 30px
}

.contact_form h2 {
    color: #fff
}

.contact_form form label {
    display: block;
    width: 100%;
    color: #fff
}

.contact_form form #booking-text p {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    line-height: 1.4
}

.contact_form form #booking-text p a {
    color: #fff
}

.contact_form form .error {
    margin: 0 0 20px 0
}

.contact_form form textarea {
    min-height: 200px
}

.contact_form form select,.contact_form form input[type="text"],.contact_form form input[type="tel"],.contact_form form input[type="email"],.contact_form form textarea {
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%
}

.contact_form form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #cccccc !important
}

.contact_form form .cta-button {
    margin: 0
}

.bg-block .success {
    color: #fff !important
}

.side-nav {
    margin-top: 100px
}

.abs-cup {
    color: #2c3497;
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
    opacity: 0
}

.abs-cup li {
    list-style: none;
    padding-left: 0;
    font-weight: bold
}

.abs-cup .abstract-menu {
    list-style: none;
    text-decoration: none
}

.abs-cup .abstract-menu ul,.abs-cup .abstract-menu ol {
    list-style: none;
    padding-left: 0px
}

.abs-cup .abstract-menu ol {
    list-style: none;
    padding-left: 0px
}

.abs-cup .abstract-menu a {
    text-decoration: none
}

.abs-cup-mobile {
    display: none
}

.abstract-menu-mobile {
    position: relative;
    padding: 0px 0px 0px 0px;
    list-style: none;
    text-decoration: none;
    margin-top: -20px
}

.location-select {
    font-size: 0.9em;
    line-height: 1.2em;
    margin-top: -20px;
    height: 130px
}

.location-current {
    color: #E78B72;
    padding: 0px 0px 10px 0px
}

.dropbtn {
    background-color: #fff;
    color: #fff;
    padding: 7px 22px 6px 15px;
    font-size: 0.8em;
    border: 1px solid #444FDC;
    border-width: thin;
    outline-width: 1px;
    cursor: pointer;
    width: 180px;
    color: #444FDC;
    background-image: url("../png/drop-chev.png");
    background-position: left top;
    background-size: 15px;
    background-position: 95%;
    background-repeat: no-repeat
}

.dropdown {
    margin: 10px 0px 0px 0px;
    position: relative;
    display: inline-block;
    text-align: left
}

.dropdown-mobile {
    margin: 10px 20px 0px 0px;
    position: relative;
    display: inline-block;
    text-align: left
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 180px;
    padding: 7px 22px 7px 15px;
    box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.2);
    z-index: 1
}

.dropdown-content a {
    padding: 3px 22px 3px 0px;
    text-decoration: none;
    display: block;
    color: #444FDC;
    text-transform: uppercase;
    font-size: 0.8em;
    cursor: pointer
}

.dropdown-content a:hover {
    color: #E78B72
}

.dropdown:hover .dropdown-content {
    display: block
}

#side-menu {
    display: block;
    width: 100%
}

#side-menu>li.menu-item {
    display: block;
    width: 100%
}

#side-menu>li.menu-item>a {
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    color: #444FDC;
    font-size: 1.35em;
    display: block;
    width: 100%
}

#side-menu>li.menu-item .sub-menu {
    padding: 10px 0;
    display: none
}

#side-menu>li.menu-item .sub-menu>li.menu-item {
    display: block;
    width: 100%;
    padding: 4px 0
}

#side-menu>li.menu-item .sub-menu>li.menu-item>a {
    color: #2C3497;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    width: 100%
}

#side-menu>li.menu-item .sub-menu>li.menu-item>a:hover,#side-menu>li.menu-item .sub-menu>li.menu-item>a.active {
    color: #E78B72
}

#side-menu>li.menu-item.current-menu-item>a {
    color: #2C3497
}

#side-menu>li.menu-item.current-menu-item .sub-menu {
    display: block
}

.sub-space {
    line-height: 1
}

.sub-space a {
    margin-bottom: 5px
}

.sublink {
    display: block;
    margin: 0;
    line-height: 1.4;
    color: #2C3497;
    font-size: 0.75em
}

.sublink:hover {
    color: #E78B72;
    cursor: pointer
}

.collapse {
    padding-left: 0px;
    padding: 10px 0px 10px 0px
}

.sub-space {
    padding: 7px 0px 7px 0px
}

#accordion1 {
    list-style: none
}

@media (min-width: 993px) {
    .location-select {
        height:auto;
        text-align: center
    }
}

@media (max-width: 993px) {
    .location-select {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
        text-align: center
    }

    .fix-menu {
        position: relative;
        padding: 100px 10% 0px 0px;
        z-index: 0
    }
}

@media (max-width: 767px) {
    .side-nav {
        display:none
    }
}

.intro-block h2,.intro-block h1 {
    padding: 50px 0px 5px 7px;
    text-transform: uppercase
}

.intro-block h2.intro-title,.intro-block h1.intro-title {
    padding: 0;
    margin: 50px 0
}

.intro-block h2.intro-title:after,.intro-block h2.intro-title:before,.intro-block h1.intro-title:after,.intro-block h1.intro-title:before {
    display: block;
    position: relative;
    content: '';
    width: 160px;
    height: 68px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat
}

.intro-block h2.intro-title:before,.intro-block h1.intro-title:before {
    top: -15px;
    background-image: url(../jpg/rg-all-day-menu-tittle-top.jpg)
}

.intro-block h2.intro-title:after,.intro-block h1.intro-title:after {
    bottom: -15px;
    background-image: url(../jpg/rg-all-day-menu-tittle-bot.jpg)
}

.intro-block h4 {
    padding-bottom: 5px;
    margin: 0px;
    color: #444FDC;
    font-size: 1.0em;
    font-weight: 700;
    line-height: 1.4em
}

.intro-block p {
    padding: 0px;
    margin: 0px;
    color: #444FDC;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.4em
}

.intro-block p.lead {
    font-size: 18px
}

.intro-block img {
    display: block;
    width: 100%
}

.intro-block.blue h1 {
    color: #2c3497 !important
}

.intro-block.blue h4,.intro-block.blue p {
    color: #444FDC !important
}

.intro-block.orange h1.intro-title:before {
    background-image: url(../jpg/rg-kids-menu-tittle-top.jpg) !important
}

.intro-block.orange h1.intro-title:after {
    background-image: url(../jpg/rg-kids-menu-tittle-bot.jpg) !important
}

.intro-block.orange h1,.intro-block.orange h2,.intro-block.orange h3,.intro-block.orange h4,.intro-block.orange p,.intro-block.orange p.lead {
    color: #E78B72 !important
}

.intro-block.green h1.intro-title:before {
    background-image: url(../jpg/rg-vegan-menu-tittle-top.jpg) !important
}

.intro-block.green h1.intro-title:after {
    background-image: url(../jpg/rg-vegan-menu-tittle-bot.jpg) !important
}

.intro-block.green h1,.intro-block.green h2,.intro-block.green h3,.intro-block.green h4,.intro-block.green p,.intro-block.green p.lead {
    color: #3999A5 !important
}

.menu-block h2,.menu-block h1 {
    color: #2c3497;
    text-transform: uppercase
}

.menu-block h2.main-price,.menu-block h1.main-price {
    color: #444FDC
}

.menu-block h2.intro-title:after,.menu-block h2.intro-title:before,.menu-block h1.intro-title:after,.menu-block h1.intro-title:before {
    display: block;
    position: relative;
    content: '';
    width: 160px;
    height: 68px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat
}

.menu-block h2.intro-title:before,.menu-block h1.intro-title:before {
    top: -15px;
    background-image: url(../jpg/rg-all-day-menu-tittle-top.jpg)
}

.menu-block h2.intro-title:after,.menu-block h1.intro-title:after {
    bottom: -15px;
    background-image: url(../jpg/rg-all-day-menu-tittle-bot.jpg)
}

.menu-block p {
    padding: 0;
    margin: 0;
    color: #2c3497
}

.menu-block img.ilu {
    display: block;
    max-width: 100%;
    padding: 10px
}

.menu-block.blue h1 {
    color: #2c3497 !important
}

.menu-block.blue h4,.menu-block.blue strong {
    color: #444FDC !important
}

.menu-block.orange h1.intro-title:before {
    background-image: url(../jpg/rg-kids-menu-tittle-top.jpg) !important
}

.menu-block.orange h1.intro-title:after {
    background-image: url(../jpg/rg-kids-menu-tittle-bot.jpg) !important
}

.menu-block.orange h1,.menu-block.orange h4,.menu-block.orange p {
    color: #E78B72 !important
}

.menu-block.green h1.intro-title:before {
    background-image: url(../jpg/rg-vegan-menu-tittle-top.jpg) !important
}

.menu-block.green h1.intro-title:after {
    background-image: url(../jpg/rg-vegan-menu-tittle-bot.jpg) !important
}

.menu-block.green h1,.menu-block.green h4,.menu-block.green h2 {
    color: #3999A5 !important
}

.menu-intro-pos {
    width: 100%;
    margin: auto
}

.dishes {
    padding: 20px 30px 20px 0
}

.dishes h4 {
    color: #444FDC
}

.dishes h4.the_dish_title {
    max-width: 70%
}

.dishes span.new-dish {
    color: #E78B72;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0 10px;
    margin-left: auto
}

.dishes span.sizes {
    font-weight: bold;
    font-size: 1.2rem
}

.the_dish_description p {
    padding-bottom: 8px
}

.shim-img-right {
    padding-top: 22px
}

@media (max-width: 991px) {
    .dishes {
        padding:20px 0
    }

    .dishes h4 {
        color: #444FDC
    }

    .dishes h4.the_dish_title {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .dishes span.new-dish,.dishes .sizes {
        padding: 0 10px 0 0;
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .menu-intro-pos {
        width:90%
    }
}

.menu-block-cnd h4.text-navy {
    color: #2C3497 !important;
    text-transform: uppercase
}

.menu-block.drinks .drink_price,.menu-block.drinks .volumes {
    color: #3999A5
}

.menu-block.drinks h1 {
    line-height: 1
}

.menu-block.drinks .menu-intro-pos {
    text-align: center
}

.menu-block.drinks .menu-intro-pos img {
    height: 68px
}

.menu-block.drinks .menu-intro-pos h1 {
    padding-left: 0;
    margin-bottom: 0
}

@media (max-width: 667px) {
    .menu-block.drinks h4,.menu-block.drinks .drink_price {
        display:block;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%
    }

    .menu-block.drinks .drink_price {
        margin-bottom: 5px
    }

    .menu-block.drinks .volumes {
        padding-top: 0;
        padding-bottom: 15px
    }
}

.menu-sp-block h1,.menu-sp-block h2 {
    text-transform: uppercase
}

.menu-sp-block h1.intro-title:after,.menu-sp-block h1.intro-title:before,.menu-sp-block h2.intro-title:after,.menu-sp-block h2.intro-title:before {
    display: block;
    position: relative;
    content: '';
    width: 160px;
    height: 68px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat
}

.menu-sp-block h1.intro-title:before,.menu-sp-block h2.intro-title:before {
    top: -15px;
    background-image: url(../jpg/rg-all-day-menu-tittle-top.jpg)
}

.menu-sp-block h1.intro-title:after,.menu-sp-block h2.intro-title:after {
    bottom: -15px;
    background-image: url(../jpg/rg-all-day-menu-tittle-bot.jpg)
}

.menu-sp-block .souvlaki-price {
    font-size: 1.8rem
}

.menu-sp-block .text-pd-right {
    padding-right: 10%
}

.menu-sp-block ul {
    padding-top: 0px;
    padding-left: 13px;
    list-style: none;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.4em;
    list-style-position: outside;
    color: #444FDC;
    height: auto;
    list-style: none;
    margin-left: 10px;
    padding-left: 10px
}

.menu-sp-block ul li:before {
    display: inline-block;
    content: "–";
    width: 13px;
    margin-left: -13px
}

.menu-sp-block.blue h1,.menu-sp-block.blue h2 {
    color: #2c3497 !important
}

.menu-sp-block.blue h1.souvlaki-price,.menu-sp-block.blue h2.souvlaki-price {
    color: #444FDC !important
}

.menu-sp-block.blue h4,.menu-sp-block.blue h5,.menu-sp-block.blue strong,.menu-sp-block.blue b {
    color: #444FDC !important
}

.menu-sp-block.orange h1.intro-title:before {
    background-image: url(../jpg/rg-kids-menu-tittle-top.jpg) !important
}

.menu-sp-block.orange h1.intro-title:after {
    background-image: url(../jpg/rg-kids-menu-tittle-bot.jpg) !important
}

.menu-sp-block.orange h1,.menu-sp-block.orange h2,.menu-sp-block.orange h4,.menu-sp-block.orange h5,.menu-sp-block.orange p {
    color: #E78B72 !important
}

.menu-sp-block.green h1.intro-title:before {
    background-image: url(../jpg/rg-vegan-menu-tittle-top.jpg) !important
}

.menu-sp-block.green h1.intro-title:after {
    background-image: url(../jpg/rg-vegan-menu-tittle-bot.jpg) !important
}

.menu-sp-block.green h1,.menu-sp-block.green h2,.menu-sp-block.green h4,.menu-sp-block.green h5,.menu-sp-block.green strong {
    color: #3999A5 !important
}

@media (max-width: 1400px) {
    h2 .souv-title,h2 .souvlaki-price {
        font-size:2.5rem
    }
}

@media (max-width: 667px) {
    .menu-sp-block h2 {
        font-size:2rem !important
    }

    .menu-sp-block .souvlaki-img {
        padding-top: 10px
    }
}

.promo {
    padding: 50px;
    margin-bottom: 80px
}

.promo.align-right {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.promo .cta-text-cup {
    position: relative;
    text-align: center;
    padding: 0 30px
}

.promo .cta-text-cup h3 {
    text-transform: uppercase
}

.promo .cta-text-cup h3.over-title {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 30px
}

.promo.full {
    background-position: center
}

.promo.half.align-left {
    background-position: right top
}

.promo.half.align-right {
    background-position: left top
}

.panel-blue-turquoise {
    background-image: url("../jpg/rg-cta-brush-img-right.jpg")
}

.panel-blue-turquoise .cta-button {
    color: #3999A5
}

.panel-turquoise-stacked {
    background-image: none
}

.panel-purple {
    background-image: url("../jpg/rg-cta-brush-img-left-04.jpg")
}

.panel-purple-stacked {
    background-image: none
}

.panel-white {
    margin-bottom: 50px
}

.panel-white h3 {
    color: #2C3497
}

.panel-white-stacked {
    background-image: none
}

.panel-green-turquoise {
    background-image: url("../jpg/rg-cta-brush-img-menu-turq.jpg")
}

.panel-green-turquoise .cta-button {
    color: #3999A5
}

.panel-green-turquoise-stacked-men {
    background-image: none
}

.panel-blue {
    background-image: url("../jpg/rg-cta-brush-img-menu-navy.jpg")
}

.panel-blue .cta-button {
    color: #444FDC
}

.panel-blue-stacked {
    background-image: none
}

.panel-christmas-green {
    background-image: url("../png/rg-cta-brush-img-menu-christmas-green.png")
}

.panel-christmas-green .cta-button {
    color: #008310
}

.panel-christmas-green-stacked {
    background-image: none
}

.panel-orange {
    background-image: url("../jpg/rg-cta-brush-img-menu-orange.jpg");
    background-position: center top
}

.panel-orange.half {
    background-position: right top
}

.panel-orange .cta-button {
    color: #E78B72
}

.panel-orange-stacked-men {
    background-image: none
}

.contain-no-repeat {
    background-size: contain;
    background-repeat: no-repeat
}

@media only screen and (max-width: 1024px) {
    .promo.full .cta-text-cup {
        padding:0
    }
}

@media only screen and (max-width: 991px) {
    .promo {
        padding:30px 50px
    }

    .promo .cta-text-cup h3, .promo .cta-text-cup h3 a.h3 {
        font-size: 18px
    }

    .promo .cta-text-cup h3:first-child {
        margin-bottom: 15px
    }

    .promo .cta-text-cup .cta-button {
        margin: 10px auto
    }

    .promo.panel-white {
        margin-bottom: 0
    }

    .contain-no-repeat {
        background-size: contain;
        background-repeat: no-repeat
    }

    .img-left {
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto;
        padding: 0
    }
}

@media only screen and (max-width: 767px) {
    .promo {
        padding:0;
        margin-bottom: 50px
    }

    .promo.panel-blue,.promo.panel-purple,.promo.panel-orange,.promo.panel-blue-turquoise,.promo.panel-green-turquoise,.promo .panel-blue-turquoise,.promo.panel-christmas-green {
        margin-bottom: 50px;
        background-image: none
    }

    .promo .panel-white-stacked {
        height: auto
    }

    .promo .panel-purple-stacked,.promo .panel-blue-turquoise-stacked,.promo .panel-green-turquoise-stacked,.promo .panel-blue-stacked,.promo .panel-orange-stacked,.promo .panel-christmas-green-stacked, {
        background-position: center center;
        background-size: 100%;
        background-repeat: no-repeat
    }

    .promo .panel-purple-stacked {
        background-image: url("../jpg/blue-wash.jpg")
    }

    .promo .panel-blue-turquoise-stacked {
        background-image: url("../jpg/turq-wash.jpg")
    }

    .promo .panel-green-turquoise-stacked {
        background-image: url("../jpg/turq-wash.jpg")
    }

    .promo .panel-blue-stacked {
        background-image: url("../jpg/blue-wash.jpg")
    }

    .promo .panel-orange-stacked {
        background-image: url("../jpg/orange-wash.jpg")
    }

    .promo .panel-christmas-green-stacked {
        background-image: url("../jpg/christ-wash.jpg")
    }

    .promo img {
        width: 100%
    }

    .promo.full .cta-text-cup {
        padding: 110px 10px 120px
    }

    .promo .cta-text-cup {
        width: 100%;
        font-size: 1.4rem;
        padding: 110px 10px 120px
    }
}

@media only screen and (max-width: 667px) {
    .promo .cta-text-cup {
        width:100%;
        font-size: 1.4rem;
        padding: 40px 10px 80px
    }

    .promo.full .cta-text-cup {
        width: 100%;
        font-size: 1.4rem;
        padding: 40px 10px 80px
    }

    .promo.panel-white .cta-text-cup {
        padding: 50px 5px 20px
    }

    .contain-no-repeat {
        background-size: 100% auto;
        background-repeat: no-repeat
    }
}

@media only screen and (max-width: 350px) {
    .promo .cta-text-cup {
        padding:30px 5px 50px
    }
}

.gots {
    background-color: #F4F5FD
}

.gots .gonts-image img {
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover
}

.gots .gonts-panel {
    padding: 4rem
}

.gots .gonts-panel .mailcta {
    color: #E78B72
}

.gots .gonts-panel .cta-button {
    margin: 20px 0;
    display: block
}

.gots .gonts-panel h3,.gots .gonts-panel p,.gots .gonts-panel address,.gots .gonts-panel a {
    color: #2C3497
}

.gots .gonts-panel h3 {
    font-size: 2.2rem;
    text-transform: uppercase
}

.gots .gonts-panel p,.gots .gonts-panel address,.gots .gonts-panel a {
    font-size: 1.4rem;
    margin-bottom: 10px
}

@media (max-width: 993px) {
    .gots .gonts-image img {
        max-height:300px
    }

    .gots .gonts-panel h3 {
        font-size: 2rem
    }
}

@media (max-width: 667px) {
    .gots {
        width:auto
    }

    .gots .gonts-panel {
        padding: 20px
    }

    .gots .gonts-panel h3 {
        font-size: 1.8rem
    }
}

.quotes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 8rem
}

.quotes.align-right {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.quotes.align-right .text-side {
    padding-right: 50px
}

.quotes.align-left .text-side {
    padding-left: 50px
}

.quotes .picture {
    width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

.quotes .picture img {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%
}

.quotes .navy-quote {
    width: 80%;
    margin: 100px auto;
    text-transform: uppercase
}

.quotes .left-navy-quote {
    color: #2c3497;
    width: 80%;
    margin: 20px auto 100px;
    text-transform: uppercase
}

.quotes .left-navy-quote-no-image {
    color: #2c3497;
    text-transform: uppercase
}

.quotes .quote-author {
    padding-top: 10px;
    font-size: 0.8em;
    text-transform: capitalize
}

.quotes .text-side {
    width: 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%
}

.quotes .text-side .author {
    padding-top: 10px;
    font-family: 'ATC Overlook', Arial, Sans-Serif;
    font-size: 0.8em;
    text-transform: capitalize
}

@media (max-width: 991px) {
    .quotes {
        padding-bottom:5em;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .quotes .picture {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-bottom: 3rem
    }

    .quotes .picture .quote-illu {
        max-width: 200px;
        margin: 0 auto
    }

    .quotes.align-left .text-side,.quotes.align-right .text-side {
        padding-left: 0;
        padding-right: 0
    }

    .quotes .text-side {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center
    }
}

.text-block {
    padding-bottom: 8rem
}

@media only screen and (max-width: 767px) {
    .text-block {
        padding-bottom:6rem
    }
}

.receipe-posts {
    padding-top: 5em
}

.receipe-posts .post-item {
    display: block;
    padding-bottom: 30px;
    transition: all 0.4s ease-in-out
}

.receipe-posts .post-item:hover img {
    opacity: 0.8;
    transform: scale(0.96)
}

.receipe-posts .post-item img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.4s ease-in-out
}

.receipe-posts .post-item .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1rem 0
}

.receipe-posts .post-item .title h5 {
    margin: 0;
    font-size: 1.8rem;
    color: #fff;
    text-transform: uppercase
}

.receipe-posts h2 {
    font-size: 2em;
    color: #2C3497;
    padding-top: 50px;
    text-transform: uppercase
}

.receipe-posts .sortby {
    width: 100%;
    margin-bottom: 3rem
}

.receipe-posts .sortby #blog-filters {
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.receipe-posts .sortby #blog-filters a {
    display: block;
    color: #fff;
    font-size: 1.8rem;
    text-transform: uppercase;
    margin: 0 1rem
}

.receipe-posts .sortby #blog-filters a:last-child {
    margin-right: 0
}

.receipe-posts .sortby #blog-filters a#all {
    position: absolute;
    left: 0;
    margin: 0;
    transition: all 0.5s ease-in-out
}

@media (max-width: 800px) {
    .latest-posts .posts .post-item {
        -ms-flex:0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .receipe-posts .post-item img {
        max-height: 250px
    }
}

@media (max-width: 767px) {
    .receipe-posts .sortby #blog-filters {
        -ms-flex-pack:center;
        justify-content: center
    }

    .receipe-posts .sortby #blog-filters a {
        margin: 0.5rem;
        font-size: 1.4rem
    }

    .receipe-posts .sortby #blog-filters a#all {
        position: relative;
        margin: 0.5rem
    }

    .receipe-posts .post-item .title h5 {
        font-size: 1.6rem
    }

    .latest-posts .sortby #blog-filters {
        padding: 0;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .latest-posts .sortby #blog-filters a {
        font-size: 14px
    }

    .latest-posts .sortby #blog-filters a#all {
        position: relative;
        padding-left: 0
    }

    .latest-posts .posts .post-item .title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .latest-posts .posts .post-item .title h5 {
        width: 100%
    }

    .latest-posts .latest-post-text-cup {
        height: auto
    }

    .latest-posts .latest-post-text-main {
        display: block;
        width: 100%;
        padding: 5% 5% 0px 5%
    }

    .latest-posts .latest-post-text-main h2 {
        font-size: 20px
    }

    .latest-posts .latest-posts-cta {
        margin: 15px 0
    }
}

.latest-posts {
    padding: 50px 0
}

.latest-posts h2 {
    font-size: 2.5em;
    line-height: 1.3em;
    text-align: left;
    color: #fff;
    padding-top: 100px
}

.latest-posts p {
    font-size: 1.1em;
    line-height: 1.3em;
    text-align: center;
    color: #fff
}

.latest-posts .post-item {
    margin-top: 80px
}

.latest-posts .post-item .image img {
    display: block;
    width: 100%;
    height: 550px;
    -o-object-fit: cover;
    object-fit: cover
}

.latest-posts .post-item .text-side {
    color: #fff;
    text-align: center;
    padding: 0 10rem
}

.latest-posts .post-item .text-side h3 {
    font-size: 25px
}

@media (max-width: 991px) {
    .latest-posts .post-item .image img {
        height:300px
    }

    .latest-posts .post-item .text-side {
        padding: 0 2rem
    }

    .latest-posts .post-item .text-side h3 {
        font-size: 20px
    }
}

@media (max-width: 667px) {
    .latest-posts h2 {
        font-size:25px;
        padding-top: 50px
    }

    .latest-posts .post-item .image img {
        height: 250px
    }

    .latest-posts .post-item .text-side h3 {
        font-size: 18px;
        margin-top: 10px
    }
}

.related-posts h2 {
    font-size: 25px;
    line-height: 1.3em;
    color: #2C3497;
    padding-top: 100px;
    text-transform: uppercase
}

.related-posts .post-item img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover
}

.related-posts .post-item h5 {
    color: #2C3497;
    margin-top: 10px
}

@media (max-width: 800px) {
    .related-posts h2 {
        padding-top:2em
    }

    .related-posts .post-item img {
        height: 190px
    }
}

@media (max-width: 767px) {
    .related-posts .post-item {
        margin-bottom:3rem
    }

    .related-posts .post-item:last-child {
        margin-bottom: 0
    }
}

.meet-the-fam {
    color: #FFFFFF;
    padding-top: 12em
}

.meet-the-fam h2 {
    text-align: left;
    font-size: 28px;
    margin-bottom: 50px
}

.meet-the-fam .personalities hr {
    background-color: #fff;
    margin: 0
}

.meet-the-fam .personalities .inner {
    padding: 50px 0
}

.meet-the-fam .personalities .inner h3 {
    font-size: 1.4em;
    color: #FFFFFF;
    padding: 0
}

.meet-the-fam .personalities .inner h4 {
    font-size: 0.9em;
    color: #FFFFFF;
    padding: 0
}

.meet-the-fam .personalities .inner a {
    display: block;
    font-size: 1.2em;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 20px
}

.meet-the-fam .personalities .inner a:hover {
    color: #E78B72
}

@media only screen and (max-width: 667px) {
    .meet-the-fam .personalities {
        max-width:100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .meet-the-fam .personalities .inner {
        padding: 30px 0
    }
}

.thank-you-modal {
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(44,52,151,0.9);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    margin: auto;
    z-index: 9999
}

.thank-you-modal.show {
    display: -ms-flexbox;
    display: flex
}

.thank-you-modal .inner {
    position: relative;
    max-width: 800px;
    background-color: #fff;
    padding: 4rem;
    color: #444FDC;
    text-align: center;
    text-transform: uppercase
}

.thank-you-modal .inner .cross {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 1rem 0
}

.thank-you-modal .inner .cross:hover {
    cursor: pointer
}

.thank-you-modal .inner .cross span {
    display: block;
    width: 25px;
    height: 1px;
    background-color: #444FDC
}

.thank-you-modal .inner .cross span:first-child {
    transform: rotate(45deg)
}

.thank-you-modal .inner .cross span:nth-child(2) {
    transform: rotate(-45deg)
}

.thank-you-modal .inner #birthday-form input[type=submit] {
    margin-bottom: 0
}

.thank-you-modal .inner .row {
    margin-bottom: 20px
}

.thank-you-modal .inner img.top {
    max-width: 150px;
    margin: 0 auto 50px
}

.thank-you-modal .inner img.bottom {
    max-width: 150px;
    transform: rotate(180deg);
    margin: 50px auto 0
}

.thank-you-modal .inner h3 {
    font-size: 25px;
    text-align: center
}

.thank-you-modal .inner p {
    font-size: 16px;
    margin-bottom: 10px
}

@media (max-width: 667px) {
    .thank-you-modal .inner p {
        font-size:14px
    }

    .thank-you-modal .inner img.top {
        margin-bottom: 15px
    }

    .thank-you-modal .inner .cta-button {
        margin: 15px auto 0
    }
}

.delivery {
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(44,52,151,0.9);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    margin: auto;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out
}

.delivery.visible {
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1
}

.delivery .inner {
    max-width: 800px;
    background-color: #fff;
    padding: 8rem 6rem;
    color: #444FDC;
    text-align: center;
    text-transform: uppercase;
    position: relative
}

.delivery .inner .cross {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 1rem 0
}

.delivery .inner .cross:hover {
    cursor: pointer
}

.delivery .inner .cross span {
    display: block;
    width: 25px;
    height: 1px;
    background-color: #444FDC
}

.delivery .inner .cross span:first-child {
    transform: rotate(45deg)
}

.delivery .inner .cross span:nth-child(2) {
    transform: rotate(-45deg)
}

.delivery .inner img.top {
    max-width: 150px;
    margin: 0 auto 50px
}

.delivery .inner img.bottom {
    max-width: 150px;
    margin: 50px auto 0;
    transform: rotate(180deg)
}

.delivery .inner h3 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 25px
}

.delivery .inner .select .cta-button {
    display: none
}

.delivery .inner .select .cta-button.visible {
    display: block
}

@media only screen and (max-width: 667px) {
    .delivery .inner {
        padding:0 10px
    }
}

.signup-form h3.form-title {
    text-align: left;
    font-size: 2.6rem
}

.signup-form p.form-text {
    color: #fff
}

.signup-form input::-webkit-input-placeholder {
    color: #fff
}

.signup-form input::-moz-placeholder {
    color: #fff
}

.signup-form input:-ms-input-placeholder {
    color: #fff
}

.signup-form input:-moz-placeholder {
    color: #fff
}

.student-form input::-webkit-input-placeholder {
    color: #2C3497
}

.student-form input::-moz-placeholder {
    color: #2C3497
}

.student-form input:-ms-input-placeholder {
    color: #2C3497
}

.student-form input:-moz-placeholder {
    color: #2C3497
}

.signup-form .signup-field {
    background-color: transparent;
    padding: 10px 15px;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    border: 1px solid #fff;
    outline-width: thin;
    outline-color: #fff;
    margin: 15px auto
}

.student-form .signup-field {
    background-color: transparent;
    padding: 10px 15px;
    text-transform: uppercase;
    text-align: left;
    color: #2C3497;
    border: 2px solid #2C3497;
    outline-width: thin;
    outline-color: #2C3497;
    margin: 15px auto
}

.signup-form .dob {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.student-form .dob {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.signup-form .dob label {
    color: #fff;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 5px;
    margin: 0;
}

.student-form .dob label {
    color: #2C3497;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 5px;
    margin: 0;
    padding-bottom: 15px;
}

@media (min-width: 768px) {
    .student-form .dob label {
        padding-bottom: 0px;
    }
}

.signup-form .dob select {
    background: url("../svg/chevron-down.svg") right 4px center/10px auto no-repeat #fff;
    padding-left: 2px;
    font-size: 1.2rem
}

.student-form .dob select {
    background: url("../svg/chevron-down.svg") right 4px center/10px auto no-repeat #ffffff;
    padding-left: 2px;
    font-size: 1.2rem;
    margin-right: 5px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .student-form .dob select {
        margin-bottom: 0px;
    }
}

.signup-form .small-field {
    position: relative;
    margin-bottom: 10px
}

.student-form .small-field {
    position: relative;
    margin-bottom: 10px
}

.signup-form .small-field input {
    display: none
}

.student-form .small-field input {
    display: none
}

.signup-form .small-field span {
    display: block;
    color: #fff;
    padding: 0 0 0 20px;
    text-transform: none;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px
}

.student-form .small-field span {
    display: block;
    color: #2C3497;
    padding: 0 0 0 20px;
    text-transform: none;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px
}

.signup-form .small-field a {
    color: #E78B72;
    text-transform: none;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px
}

.student-form .small-field a {
    color: #E78B72;
    text-transform: none;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px
}

.signup-form .small-field input+span:before {
    content: '';
    display: block;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0
}

.student-form .small-field input+span:before {
    content: '';
    display: block;
    border: 2px solid #2C3497;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0
}

.signup-form .small-field input:checked+span:after {
    content: '';
    display: block;
    background: #E78B72;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    position: absolute;
    top: 6px;
    left: 4px
}

.student-form .small-field input:checked+span:after {
    content: '';
    display: block;
    background: #E78B72;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    position: absolute;
    top: 6px;
    left: 4px
}

@media only screen and (max-width: 767px) {
    .signup-form .dob {
        margin:1.5rem 0 3rem
    }
}

.required-field {
    color: red;
    display: none
}

.required-field.active {
    display: block
}

.news-success {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out
}

.news-success.show {
    visibility: visible;
    opacity: 1
}

.signup-block {
    background-color: #F4F5FD;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px
}

.signup-block .image img,.signup-block .panel img {
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover
}

.signup-block .panel {
    padding: 4rem
}

.signup-block .panel h3,.signup-block .panel p {
    color: #2C3497;
    text-transform: uppercase
}

.signup-block .panel h3 {
    font-size: 3rem
}

@media (max-width: 993px) {
    .signup-block .image h3,.signup-block .panel h3 {
        font-size:2rem
    }

    .signup-block .image img,.signup-block .panel img {
        max-height: 300px
    }
}

@media (max-width: 767px) {
    .signup-block .panel {
        padding:20px
    }

    .signup-block .panel h3 {
        font-size: 1.8rem
    }
}

.menu-details .diet-infos {
    margin-top: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.menu-details .diet-infos p {
    position: relative;
    padding-right: 3rem
}

.menu-details .diet-infos p::after {
    content: '|';
    display: block;
    position: absolute;
    right: 1.5rem;
    top: 0
}

.menu-details .diet-infos p:last-child::after {
    display: none
}

@media only screen and (max-width: 767px) {
    .menu-details .diet-infos p::after {
        display:none
    }
}

.lead-block {
    margin-bottom: 30px
}

.home h1 {
    padding-top: 3em;
    padding-bottom: 3em
}

.page-template-menu .site-header .sub-nav,.page-template-menu-vegan .site-header .sub-nav,.page-template-menu-lunch .site-header .sub-nav,.page-template-menu-dinner .site-header .sub-nav,.page-template-menu-kids .site-header .sub-nav,.page-template-menu-drinks .site-header .sub-nav,.page-template-menu-party .site-header .sub-nav {
    display: -ms-flexbox;
    display: flex
}

.page-template-menu .header-bg,.page-template-menu-vegan .header-bg,.page-template-menu-lunch .header-bg,.page-template-menu-dinner .header-bg,.page-template-menu-kids .header-bg,.page-template-menu-drinks .header-bg,.page-template-menu-party .header-bg {
    height: 120px
}

@media (min-width: 992px) {
    .page-template-menu .header-bg,.page-template-menu-vegan .header-bg,.page-template-menu-lunch .header-bg,.page-template-menu-dinner .header-bg,.page-template-menu-kids .header-bg,.page-template-menu-drinks .header-bg,.page-template-menu-party .header-bg {
        height:145px;
        background-size: 3000px 110%
    }
}

.page-template-menu .core-content-menu,.page-template-menu-vegan .core-content-menu,.page-template-menu-lunch .core-content-menu,.page-template-menu-dinner .core-content-menu,.page-template-menu-kids .core-content-menu,.page-template-menu-drinks .core-content-menu,.page-template-menu-party .core-content-menu {
    margin-top: 0px;
    padding-top: 180px
}

.page-template-menu .core-content-menu p,.page-template-menu .core-content-menu li,.page-template-menu-vegan .core-content-menu p,.page-template-menu-vegan .core-content-menu li,.page-template-menu-lunch .core-content-menu p,.page-template-menu-lunch .core-content-menu li,.page-template-menu-dinner .core-content-menu p,.page-template-menu-dinner .core-content-menu li,.page-template-menu-kids .core-content-menu p,.page-template-menu-kids .core-content-menu li,.page-template-menu-drinks .core-content-menu p,.page-template-menu-drinks .core-content-menu li,.page-template-menu-party .core-content-menu p,.page-template-menu-party .core-content-menu li {
    font-size: 1.6rem
}

.page-template-menu .core-content-menu .food-menu,.page-template-menu-vegan .core-content-menu .food-menu,.page-template-menu-lunch .core-content-menu .food-menu,.page-template-menu-dinner .core-content-menu .food-menu,.page-template-menu-kids .core-content-menu .food-menu,.page-template-menu-drinks .core-content-menu .food-menu,.page-template-menu-party .core-content-menu .food-menu {
    padding-top: 100px
}

.page-template-menu .core-content-menu .food-menu h2.text-left,.page-template-menu-vegan .core-content-menu .food-menu h2.text-left,.page-template-menu-lunch .core-content-menu .food-menu h2.text-left,.page-template-menu-dinner .core-content-menu .food-menu h2.text-left,.page-template-menu-kids .core-content-menu .food-menu h2.text-left,.page-template-menu-drinks .core-content-menu .food-menu h2.text-left,.page-template-menu-party .core-content-menu .food-menu h2.text-left {
    margin-bottom: 30px;
    text-align: left
}

.page-template-menu .core-content-menu .food-menu h4,.page-template-menu-vegan .core-content-menu .food-menu h4,.page-template-menu-lunch .core-content-menu .food-menu h4,.page-template-menu-dinner .core-content-menu .food-menu h4,.page-template-menu-kids .core-content-menu .food-menu h4,.page-template-menu-drinks .core-content-menu .food-menu h4,.page-template-menu-party .core-content-menu .food-menu h4 {
    padding-bottom: 5px;
    margin: 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase
}

.page-template-menu .core-content-menu .food-menu ul,.page-template-menu-vegan .core-content-menu .food-menu ul,.page-template-menu-lunch .core-content-menu .food-menu ul,.page-template-menu-dinner .core-content-menu .food-menu ul,.page-template-menu-kids .core-content-menu .food-menu ul,.page-template-menu-drinks .core-content-menu .food-menu ul,.page-template-menu-party .core-content-menu .food-menu ul {
    list-style: none;
    padding-left: 20px
}

.page-template-menu .core-content-menu .food-menu ul li,.page-template-menu-vegan .core-content-menu .food-menu ul li,.page-template-menu-lunch .core-content-menu .food-menu ul li,.page-template-menu-dinner .core-content-menu .food-menu ul li,.page-template-menu-kids .core-content-menu .food-menu ul li,.page-template-menu-drinks .core-content-menu .food-menu ul li,.page-template-menu-party .core-content-menu .food-menu ul li {
    position: relative
}

.page-template-menu .core-content-menu .food-menu ul li:before,.page-template-menu-vegan .core-content-menu .food-menu ul li:before,.page-template-menu-lunch .core-content-menu .food-menu ul li:before,.page-template-menu-dinner .core-content-menu .food-menu ul li:before,.page-template-menu-kids .core-content-menu .food-menu ul li:before,.page-template-menu-drinks .core-content-menu .food-menu ul li:before,.page-template-menu-party .core-content-menu .food-menu ul li:before {
    content: '-';
    position: absolute;
    left: -10px
}

.page-template-menu .core-content-menu .food-menu .the_dietary_info p,.page-template-menu-vegan .core-content-menu .food-menu .the_dietary_info p,.page-template-menu-lunch .core-content-menu .food-menu .the_dietary_info p,.page-template-menu-dinner .core-content-menu .food-menu .the_dietary_info p,.page-template-menu-kids .core-content-menu .food-menu .the_dietary_info p,.page-template-menu-drinks .core-content-menu .food-menu .the_dietary_info p,.page-template-menu-party .core-content-menu .food-menu .the_dietary_info p {
    color: #2C3497;
    font-size: 1.4rem
}

.page-template-menu li,.page-template-menu-vegan li,.page-template-menu-lunch li,.page-template-menu-dinner li,.page-template-menu-kids li,.page-template-menu-drinks li,.page-template-menu-party li {
    padding: 0px;
    margin: 0px
}

.page-template-menu .promo img,.page-template-menu-vegan .promo img,.page-template-menu-lunch .promo img,.page-template-menu-dinner .promo img,.page-template-menu-kids .promo img,.page-template-menu-drinks .promo img,.page-template-menu-party .promo img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 0
}

.page-template-menu .promo.full .cta-text-cup,.page-template-menu-vegan .promo.full .cta-text-cup,.page-template-menu-lunch .promo.full .cta-text-cup,.page-template-menu-dinner .promo.full .cta-text-cup,.page-template-menu-kids .promo.full .cta-text-cup,.page-template-menu-drinks .promo.full .cta-text-cup,.page-template-menu-party .promo.full .cta-text-cup {
    padding: 4rem 1rem 9rem
}

.page-template-menu-vegan .core-content-menu hr,.page-template-menu-drinks .core-content-menu hr,.page-template-menu-party .core-content-menu hr {
    background: #3999A5
}

.page-template-menu-vegan .core-content-menu .food-menu div h1,.page-template-menu-vegan .core-content-menu .food-menu div h4,.page-template-menu-drinks .core-content-menu .food-menu div h1,.page-template-menu-drinks .core-content-menu .food-menu div h4,.page-template-menu-party .core-content-menu .food-menu div h1,.page-template-menu-party .core-content-menu .food-menu div h4 {
    color: #3999A5
}

.page-template-menu-vegan .core-content-menu .food-menu div h1.intro-title:before,.page-template-menu-drinks .core-content-menu .food-menu div h1.intro-title:before,.page-template-menu-party .core-content-menu .food-menu div h1.intro-title:before {
    background-image: url(../jpg/rg-vegan-menu-tittle-top.jpg)
}

.page-template-menu-vegan .core-content-menu .food-menu div h1.intro-title:after,.page-template-menu-drinks .core-content-menu .food-menu div h1.intro-title:after,.page-template-menu-party .core-content-menu .food-menu div h1.intro-title:after {
    background-image: url(../jpg/rg-vegan-menu-tittle-bot.jpg)
}

.page-template-menu-drinks .filters {
    display: none
}

.page-template-menu-kids .core-content-menu hr {
    border-color: #E78B72
}

.page-template-menu-kids .core-content-menu .food-menu div h1,.page-template-menu-kids .core-content-menu .food-menu div h2,.page-template-menu-kids .core-content-menu .food-menu div h4,.page-template-menu-kids .core-content-menu .food-menu div p {
    color: #E78B72
}

.page-template-menu-kids .core-content-menu .food-menu div h1.intro-title:before {
    background-image: url(../jpg/rg-kids-menu-tittle-top.jpg)
}

.page-template-menu-kids .core-content-menu .food-menu div h1.intro-title:after {
    background-image: url(../jpg/rg-kids-menu-tittle-bot.jpg)
}

.page-template-menu-lunch div.food-menu p {
    color: #2C3497 !important
}

.page-template-menu-lunch div.food-menu>div:nth-child(1) p.p1 span,.page-template-menu-lunch div.food-menu>div:nth-child(1) p.p3 span,.page-template-menu-lunch div.food-menu>div:nth-child(1) p.p6 span {
    color: #444FDC
}

.page-template-menu-lunch div.food-menu>div:nth-child(3) .souvlaki-price,.page-template-menu-lunch div.food-menu>div:nth-child(3) p.p1 span {
    color: #444FDC
}

.page-template-menu-lunch div.food-menu>div:nth-child(5) h1.main-price {
    color: #444FDC !important
}

.page-template-menu-lunch div.food-menu>div:nth-child(7) h1.main-price {
    color: #444FDC !important
}

.page-template-menu-dinner .food-menu .shim-panel {
    display: none
}

.page-template-menu .promo.panel-blue-turquoise,.page-template-menu-kids .promo.panel-blue-turquoise,.page-template-menu-lunch .promo.panel-orange,.page-template-menu-vegan .promo.panel-orange {
    background-position-y: 7px
}

/*.dishes,.dishes *{opacity:1 !important}*/
[filter=""] .dishes,[filter=""] .dishes+td {
    opacity: 1 !important
}

[filter="V"] .is-vegetarian .dishes,[filter="V"] .is-vegetarian .dishes *,[filter="VG"] .is-vegan .dishes,[filter="VG"] .is-vegan .dishes *,[filter="GF"] .is-gluten_free .dishes,[filter="GF"] .is-gluten_free .dishes *,[filter="LOW CAL"] .is-low_cal .dishes,[filter="LOW CAL"] .is-low_cal .dishes *,[filter="V--VG"] .is-vegetarian.is-vegan .dishes,[filter="V--VG"] .is-vegetarian.is-vegan .dishes *,[filter="V--GF"] .is-vegetarian.is-gluten_free .dishes,[filter="V--GF"] .is-vegetarian.is-gluten_free .dishes *,[filter="V--LOW CAL"] .is-vegetarian.is-low_cal .dishes,[filter="V--LOW CAL"] .is-vegetarian.is-low_cal .dishes *,[filter="V--VG--GF"] .is-vegetarian.is-vegan.is-gluten_free .dishes,[filter="V--VG--GF"] .is-vegetarian.is-vegan.is-gluten_free .dishes *,[filter="V--VG--LOW CAL"] .is-vegetarian.is-vegan.is-low_cal .dishes,[filter="V--VG--LOW CAL"] .is-vegetarian.is-vegan.is-low_cal .dishes *,[filter="V--GF--LOW CAL"] .is-vegetarian.is-gluten_free.is-low_cal .dishes,[filter="V--GF--LOW CAL"] .is-vegetarian.is-gluten_free.is-low_cal .dishes *,[filter="VG--GF"] .is-vegan.is-gluten_free .dishes,[filter="VG--GF"] .is-vegan.is-gluten_free .dishes *,[filter="VG--LOW CAL"] .is-vegan.is-low_cal .dishes,[filter="VG--LOW CAL"] .is-vegan.is-low_cal .dishes *,[filter="VG--GF--LOW CAL"] .is-vegan.is-gluten_free.is-low_cal .dishes,[filter="VG--GF--LOW CAL"] .is-vegan.is-gluten_free.is-low_cal .dishes *,[filter="GF--LOW CAL"] .is-gluten_free.is-low_cal .dishes,[filter="GF--LOW CAL"] .is-gluten_free.is-low_cal .dishes * {
    opacity: 1 !important
}

@media all and (max-width: 991px) {
    .page-template-menu .core-content-menu,.page-template-menu-vegan .core-content-menu,.page-template-menu-lunch .core-content-menu,.page-template-menu-dinner .core-content-menu,.page-template-menu-kids .core-content-menu,.page-template-menu-drinks .core-content-menu,.page-template-menu-party .core-content-menu {
        padding-top:150px;
        font-size: 1.4rem
    }

    .page-template-menu .core-content-menu .food-menu,.page-template-menu-vegan .core-content-menu .food-menu,.page-template-menu-lunch .core-content-menu .food-menu,.page-template-menu-dinner .core-content-menu .food-menu,.page-template-menu-kids .core-content-menu .food-menu,.page-template-menu-drinks .core-content-menu .food-menu,.page-template-menu-party .core-content-menu .food-menu {
        padding-top: 30px
    }

    .page-template-menu .core-content-menu .food-menu h4,.page-template-menu-vegan .core-content-menu .food-menu h4,.page-template-menu-lunch .core-content-menu .food-menu h4,.page-template-menu-dinner .core-content-menu .food-menu h4,.page-template-menu-kids .core-content-menu .food-menu h4,.page-template-menu-drinks .core-content-menu .food-menu h4,.page-template-menu-party .core-content-menu .food-menu h4 {
        font-size: 1.6rem
    }

    .page-template-menu .core-content-menu .panel-turquoise-stacked-men,.page-template-menu-vegan .core-content-menu .panel-turquoise-stacked-men,.page-template-menu-lunch .core-content-menu .panel-turquoise-stacked-men,.page-template-menu-dinner .core-content-menu .panel-turquoise-stacked-men,.page-template-menu-kids .core-content-menu .panel-turquoise-stacked-men,.page-template-menu-drinks .core-content-menu .panel-turquoise-stacked-men,.page-template-menu-party .core-content-menu .panel-turquoise-stacked-men {
        margin-top: 30px
    }

    .page-template-menu .core-content-menu .panel-turquoise-stacked-men h3,.page-template-menu-vegan .core-content-menu .panel-turquoise-stacked-men h3,.page-template-menu-lunch .core-content-menu .panel-turquoise-stacked-men h3,.page-template-menu-dinner .core-content-menu .panel-turquoise-stacked-men h3,.page-template-menu-kids .core-content-menu .panel-turquoise-stacked-men h3,.page-template-menu-drinks .core-content-menu .panel-turquoise-stacked-men h3,.page-template-menu-party .core-content-menu .panel-turquoise-stacked-men h3 {
        margin-top: 120px
    }
}

@media (max-width: 767px) {
    .page-template-menu .site-header .sub-nav,.page-template-menu-vegan .site-header .sub-nav,.page-template-menu-lunch .site-header .sub-nav,.page-template-menu-dinner .site-header .sub-nav,.page-template-menu-kids .site-header .sub-nav,.page-template-menu-drinks .site-header .sub-nav,.page-template-menu-party .site-header .sub-nav {
        display:none
    }

    .page-template-menu .header-bg,.page-template-menu-vegan .header-bg,.page-template-menu-lunch .header-bg,.page-template-menu-dinner .header-bg,.page-template-menu-kids .header-bg,.page-template-menu-drinks .header-bg,.page-template-menu-party .header-bg {
        height: 80px
    }

    .page-template-menu .core-content-menu .food-menu,.page-template-menu-vegan .core-content-menu .food-menu,.page-template-menu-lunch .core-content-menu .food-menu,.page-template-menu-dinner .core-content-menu .food-menu,.page-template-menu-kids .core-content-menu .food-menu,.page-template-menu-drinks .core-content-menu .food-menu,.page-template-menu-party .core-content-menu .food-menu {
        padding-top: 0
    }

    .page-template-menu .core-content-menu .food-menu .intro-title:after,.page-template-menu .core-content-menu .food-menu .intro-title:before,.page-template-menu-vegan .core-content-menu .food-menu .intro-title:after,.page-template-menu-vegan .core-content-menu .food-menu .intro-title:before,.page-template-menu-lunch .core-content-menu .food-menu .intro-title:after,.page-template-menu-lunch .core-content-menu .food-menu .intro-title:before,.page-template-menu-dinner .core-content-menu .food-menu .intro-title:after,.page-template-menu-dinner .core-content-menu .food-menu .intro-title:before,.page-template-menu-kids .core-content-menu .food-menu .intro-title:after,.page-template-menu-kids .core-content-menu .food-menu .intro-title:before,.page-template-menu-drinks .core-content-menu .food-menu .intro-title:after,.page-template-menu-drinks .core-content-menu .food-menu .intro-title:before,.page-template-menu-party .core-content-menu .food-menu .intro-title:after,.page-template-menu-party .core-content-menu .food-menu .intro-title:before {
        width: 120px;
        height: 50px
    }

    .page-template-menu .core-content-menu .food-menu div h1,.page-template-menu .core-content-menu .food-menu div h2,.page-template-menu-vegan .core-content-menu .food-menu div h1,.page-template-menu-vegan .core-content-menu .food-menu div h2,.page-template-menu-lunch .core-content-menu .food-menu div h1,.page-template-menu-lunch .core-content-menu .food-menu div h2,.page-template-menu-dinner .core-content-menu .food-menu div h1,.page-template-menu-dinner .core-content-menu .food-menu div h2,.page-template-menu-kids .core-content-menu .food-menu div h1,.page-template-menu-kids .core-content-menu .food-menu div h2,.page-template-menu-drinks .core-content-menu .food-menu div h1,.page-template-menu-drinks .core-content-menu .food-menu div h2,.page-template-menu-party .core-content-menu .food-menu div h1,.page-template-menu-party .core-content-menu .food-menu div h2 {
        font-size: 2.5rem;
        padding-left: 0
    }

    .page-template-menu .core-content-menu .food-menu div h1.text-left,.page-template-menu .core-content-menu .food-menu div h2.text-left,.page-template-menu-vegan .core-content-menu .food-menu div h1.text-left,.page-template-menu-vegan .core-content-menu .food-menu div h2.text-left,.page-template-menu-lunch .core-content-menu .food-menu div h1.text-left,.page-template-menu-lunch .core-content-menu .food-menu div h2.text-left,.page-template-menu-dinner .core-content-menu .food-menu div h1.text-left,.page-template-menu-dinner .core-content-menu .food-menu div h2.text-left,.page-template-menu-kids .core-content-menu .food-menu div h1.text-left,.page-template-menu-kids .core-content-menu .food-menu div h2.text-left,.page-template-menu-drinks .core-content-menu .food-menu div h1.text-left,.page-template-menu-drinks .core-content-menu .food-menu div h2.text-left,.page-template-menu-party .core-content-menu .food-menu div h1.text-left,.page-template-menu-party .core-content-menu .food-menu div h2.text-left {
        margin-bottom: 20px
    }

    .page-template-menu .promo img,.page-template-menu-vegan .promo img,.page-template-menu-lunch .promo img,.page-template-menu-dinner .promo img,.page-template-menu-kids .promo img,.page-template-menu-drinks .promo img,.page-template-menu-party .promo img {
        min-height: 300px
    }

    .page-template-menu .promo .panel-blue-stacked,.page-template-menu-vegan .promo .panel-blue-stacked,.page-template-menu-lunch .promo .panel-blue-stacked,.page-template-menu-dinner .promo .panel-blue-stacked,.page-template-menu-kids .promo .panel-blue-stacked,.page-template-menu-drinks .promo .panel-blue-stacked,.page-template-menu-party .promo .panel-blue-stacked {
        background-image: url("../jpg/rg-cta-brush-img-menu-navy-mobile.jpg");
        background-position: center -20px
    }

    .page-template-menu .promo .panel-orange-stacked,.page-template-menu-vegan .promo .panel-orange-stacked,.page-template-menu-lunch .promo .panel-orange-stacked,.page-template-menu-dinner .promo .panel-orange-stacked,.page-template-menu-kids .promo .panel-orange-stacked,.page-template-menu-drinks .promo .panel-orange-stacked,.page-template-menu-party .promo .panel-orange-stacked {
        background-image: url("../jpg/rg-cta-brush-img-left-mobile.jpg");
        background-position: center -70px
    }

    .page-template-menu .promo .panel-green-turquoise-stacked,.page-template-menu-vegan .promo .panel-green-turquoise-stacked,.page-template-menu-lunch .promo .panel-green-turquoise-stacked,.page-template-menu-dinner .promo .panel-green-turquoise-stacked,.page-template-menu-kids .promo .panel-green-turquoise-stacked,.page-template-menu-drinks .promo .panel-green-turquoise-stacked,.page-template-menu-party .promo .panel-green-turquoise-stacked {
        background-image: url("../jpg/rg-cta-brush-img-menu-turq-mobile.jpg");
        background-position: center -50px
    }
}

.search-intro {
    padding: 0px 30px
}

.search-intro h3 {
    color: #2C3497
}

.nearest-text {
    color: #E78B72
}

.search-field {
    background-color: #ffffff;
    padding: 7px 22px;
    font-size: 0.9em;
    text-transform: uppercase;
    text-align: left;
    color: #2C3497;
    border: 1px solid #2C3497;
    outline-width: thin;
    outline-color: #2C3497;
    margin: 0 auto;
    width: 100%;
    display: inline-block
}

.search-location {
    margin-top: 10px
}

.search-location .search-target {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.search-location .search-target-icon {
    width: 20px;
    height: 20px;
    background-image: url("../png/rg-search-target-icon.png");
    background-position: center center;
    background-size: contain;
    display: inline-block
}

.search-location .search-target-text {
    color: #2C3497;
    font-size: 0.8em;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 5px;
    margin: 0
}

.map-cup {
    margin: 50px 0px;
    height: 500px;
    background-color: #b0b3d5
}

.managers-email {
    text-decoration: none;
    cursor: pointer;
    font-size: 0.9em
}

.restaurant-teaser {
    margin-bottom: 30px
}

.location-panel {
    color: #2C3497;
    display: block;
    vertical-align: top;
    text-align: center;
    width: 220px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width: 768px) {
    .location-panel {
        width:250px
    }
}

.location-panel .addy-text {
    margin: 12px 0px 12px 0px
}

.location-panel h3 {
    font-size: 1.35em
}

.location-panel p,.location-panel address {
    font-size: 0.8em
}

.location-panel a {
    width: 100%;
    margin-top: 0
}

.addressHighlighted {
    padding-top: 25px;
    margin-top: -25px;
    margin-bottom: 40px !important;
    color: #ffffff;
    display: block;
    background-image: url("../jpg/rg-addresshighlighted.jpg");
    background-size: 100% 100%;
    background-position: left center;
    background-repeat: no-repeat
}

.addressHighlighted h3,.addressHighlighted p,.addressHighlighted address,.addressHighlighted .orange-text a {
    color: #ffffff
}

.addressHighlighted .cta-button {
    border-color: #fff;
    color: #E78B72
}

.non-geo-loc-link {
    font-size: 0.8em;
    cursor: pointer;
    display: block
}

.non-geo-loc-link:hover {
    color: #E78B72
}

.default-title,.location-title {
    text-transform: uppercase
}

.location-title {
    display: none
}

.location-title span {
    font-size: inherit
}

#postcode-submit {
    transition-property: color, background, border;
    margin: 0
}

@media (max-width: 991px) {
    .search-btn {
        margin:0px 0px 0px auto
    }

    .search-intro h3 {
        margin-bottom: 20px
    }
}

@media (max-width: 667px) {
    .search-intro {
        padding:0
    }

    #address {
        margin-bottom: 20px
    }

    .location-panel {
        padding: 20px 0;
        text-align: center
    }
}

.page-template-contact .bg-block {
    background: linear-gradient(to bottom, rgba(42,51,154,0) 40%, #2a339a 90%),url("../jpg/rg-blog-background.jpg");
    background-size: cover;
    background-repeat: no-repeat
}

.page-template-contact .email_address {
    color: #fff;
    text-align: center;
    display: block;
    width: 100%
}

.page-template-contact .restaurants {
    padding: 4em 0;
    max-width: 1140px;
    margin: 0 auto
}

.page-template-contact .restaurants .resto {
    margin: 1em 0;
    padding: 0 60px
}

.page-template-contact .restaurants .resto h4 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff
}

.page-template-contact .restaurants .resto a {
    color: #fff;
    display: block;
    font-size: 14px
}

@media (max-width: 667px) {
    .page-template-contact .restaurants {
        margin:1em 0 0
    }

    .page-template-contact .restaurants .resto {
        padding: 0
    }

    .page-template-contact .restaurants .resto:last-child {
        margin-bottom: 0
    }
}

.single-post .hero {
    height: 75vh
}

.single-post .hero img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.single-post h1.post-title {
    margin-top: 3em;
    margin-bottom: 3em
}

.single-post .single-content {
    color: #2C3497
}

.single-post .single-content img {
    width: 100%;
    height: auto
}

.single-post .single-content h3,.single-post .single-content h4,.single-post .single-content h5,.single-post .single-content h6 {
    font-size: 2rem;
    text-transform: uppercase;
    margin: 30px 0px 20px 0px;
    color: #E78B72
}

.single-post .single-content p,.single-post .single-content span,.single-post .single-content a,.single-post .single-content li {
    font-size: 1.6rem
}

.single-post .single-content p {
    margin-bottom: 1rem
}

.single-post .single-content a {
    color: #E78B72
}

.single-post .single-content ul {
    padding-left: 1.6rem
}

.single-post .quote-block {
    color: #E78B72;
    text-transform: uppercase
}

.single-post .quote-block h3::before,.single-post .quote-block h3::after {
    content: '"'
}

.single-post #fix-posts-side-pan {
    width: 100%;
    top: 30px;
    opacity: 0
}

.single-post #fix-posts-side-pan h6 {
    font-size: 16px
}

.single-post .single-post-tags-panel {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    text-transform: uppercase;
    padding: 30px;
    font-size: 0.9em;
    background-color: #F5F6FD;
    border-top: 3px solid #2C3497;
    border-bottom: 3px solid #2C3497;
    color: #2C3497;
    margin: 0 0 50px 0
}

.single-post .social {
    margin-top: 10px
}

.single-post .social h6 {
    font-size: 16px
}

@media (max-width: 800px) {
    .single-post h1.post-title {
        margin-top:3em
    }

    .single-post #post-out-trigger {
        display: none
    }

    .single-post #fix-posts-side-pan {
        position: relative !important;
        opacity: 1 !important;
        transform: none !important;
        top: 0 !important;
        left: 0 !important
    }
}

@media (max-width: 767px) {
    .single-post .hero {
        height:45vh
    }
}

.single-restaurants .single-rest-details {
    padding-right: 5%
}

.single-restaurants .single-rest-details #fix-posts-side-pan {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    z-index: 9;
    color: #2C3497
}

.single-restaurants .single-rest-details h1 {
    text-transform: uppercase;
    font-size: 35px
}

.single-restaurants .single-rest-details hr {
    margin: 30px 0
}

.single-restaurants .single-rest-details .nearest-text,.single-restaurants .single-rest-details a.manager {
    display: block;
    font-size: 16px;
    line-height: 1.4
}

.single-restaurants .single-rest-details .links .cta-button {
    font-size: 1.2rem;
    margin: 10px auto;
    padding: 1rem 0.5rem;
    max-width: 100%
}

.single-restaurants .promo {
    margin-left: 0;
    margin-right: 0;
    padding: 75px 50px
}

.single-restaurants .promo.map-text {
    padding: 0
}

.single-restaurants .promo img {
    display: block;
    min-height: 390px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 0
}

.single-restaurants .promo .map-cup img {
    min-height: 0 !important;
    min-width: 0 !important
}

.single-restaurants .map-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 80px
}

.single-restaurants .map-text .text-side {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase
}

.single-restaurants .map-text .text-side .cta-text-label-a {
    font-size: 15px;
    font-weight: normal
}

.single-restaurants .full-image {
    margin-bottom: 80px
}

@media only screen and (max-width: 1500px) {
    .single-restaurants .promo img {
        min-height:250px
    }

    .single-restaurants .promo img.size-sgl-rest-p1 {
        max-height: 300px
    }
}

@media only screen and (max-width: 1200px) {
    .single-restaurants .promo {
        padding:50px
    }

    .single-restaurants .promo .cta-text-cup {
        padding: 0
    }
}

@media only screen and (max-width: 991px) {
    .single-restaurants .single-rest-details {
        padding:0 0 50px
    }

    .single-restaurants .single-rest-details #fix-posts-side-pan {
        position: relative;
        top: 0;
        text-align: center
    }

    .single-restaurants .map-text .text-side .cta-text-main {
        width: 100%
    }

    .single-restaurants .promo img {
        min-height: 300px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media only screen and (max-width: 767px) {
    .single-restaurants .single-rest-details {
        padding:0 15px;
        margin-bottom: 5rem
    }

    .single-restaurants .single-rest-details .links {
        margin-top: 3.5rem
    }

    .single-restaurants .map-text {
        margin-bottom: 0
    }

    .single-restaurants .map-cup {
        width: 100%;
        margin-top: 3.5rem
    }

    .single-restaurants #sgl-rst-map {
        min-height: 60vh
    }

    .single-restaurants .left-navy-quote-no-image {
        margin-bottom: 0
    }

    .single-restaurants .promo {
        padding: 0;
        margin-left: -15px;
        margin-right: -15px
    }

    .single-restaurants .promo .cta-text-cup {
        padding: 40px 5px 90px
    }

    .single-restaurants .promo::last-child {
        margin-bottom: 0
    }

    .single-restaurants .promo .panel-blue-stacked {
        background-image: url("../jpg/rg-cta-brush-img-menu-navy-mobile.jpg");
        background-position: center -20px
    }

    .single-restaurants .promo .panel-orange-stacked {
        background-image: url("../jpg/rg-cta-brush-img-left-mobile.jpg");
        background-position: center -70px
    }

    .single-restaurants .promo .panel-green-turquoise-stacked {
        background-image: url("../jpg/rg-cta-brush-img-menu-turq-mobile.jpg");
        background-position: center -50px
    }

    .single-restaurants .enable-width-rest-btns {
        width: 100%;
        margin: 0px 0px 0px 0px;
        display: block
    }
}

.page-template-booking .non-geo-loc-link {
    text-transform: uppercase
}

.page-template-booking .loc-panel {
    max-height: 2000px;
    overflow: hidden
}

.page-template-booking .loc-panel.hidden {
    max-height: 0
}

.page-template-booking h2 {
    font-size: 3.2rem;
    text-transform: uppercase;
    margin-bottom: 30px
}

.page-template-booking hr {
    margin: 2.5rem 0
}

.page-template-booking h5.area {
    font-size: 2rem;
    color: #E78B72;
    margin-bottom: 10px
}

.page-template-booking .cta-button {
    margin-bottom: 0
}

.page-template-booking .loc-list {
    padding-left: 10px;
    margin-bottom: 20px
}

.page-template-booking .loc-list a.loc-link {
    font-size: 1.8rem
}

.page-template-booking .loc-address {
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .page-template-booking .loc-address {
        margin-bottom:0
    }
}

.page-template-booking img.booking-image {
    display: block;
    width: 100%
}

.page-template-booking .map-cup-booking {
    margin: 30px 0 50px 0;
    min-height: 400px;
    background-color: #b0b3d5
}

.page-template-booking .site-footer hr {
    margin: 0
}

@media (max-width: 767px) {
    .page-template-booking h2 {
        font-size:2.5rem
    }

    .page-template-booking h5.area {
        font-size: 1.8rem
    }

    .page-template-booking .loc-list a.loc-link {
        font-size: 1.6rem
    }
}

.page-template-group-booking h1.navy-quote {
    text-align: center;
    margin-bottom: 80px
}

.page-template-group-booking .booking-panel-row img {
    display: block;
    width: 100%
}

.page-template-group-booking .booking-panel-row .booking-panel h3 {
    font-size: 1em;
    line-height: 1.3em
}

.page-template-group-booking .booking-panel-row input[type="text"]::-webkit-input-placeholder,.page-template-group-booking .booking-panel-row input[type="email"]::-webkit-input-placeholder,.page-template-group-booking .booking-panel-row input[type="tel"]::-webkit-input-placeholder,.page-template-group-booking .booking-panel-row input[type="number"]::-webkit-input-placeholder {
    font-style: italic;
    color: #E78B72
}

.page-template-group-booking .booking-panel-row input[type="text"]::-moz-placeholder,.page-template-group-booking .booking-panel-row input[type="email"]::-moz-placeholder,.page-template-group-booking .booking-panel-row input[type="tel"]::-moz-placeholder,.page-template-group-booking .booking-panel-row input[type="number"]::-moz-placeholder {
    font-style: italic;
    color: #E78B72
}

.page-template-group-booking .booking-panel-row input[type="text"]:-ms-input-placeholder,.page-template-group-booking .booking-panel-row input[type="email"]:-ms-input-placeholder,.page-template-group-booking .booking-panel-row input[type="tel"]:-ms-input-placeholder,.page-template-group-booking .booking-panel-row input[type="number"]:-ms-input-placeholder {
    font-style: italic;
    color: #E78B72
}

.page-template-group-booking .booking-panel-row input[type="text"]:-moz-placeholder,.page-template-group-booking .booking-panel-row input[type="email"]:-moz-placeholder,.page-template-group-booking .booking-panel-row input[type="tel"]:-moz-placeholder,.page-template-group-booking .booking-panel-row input[type="number"]:-moz-placeholder {
    font-style: italic;
    color: #E78B72
}

.page-template-group-booking .booking-panel-row .max-guest {
    display: block;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    color: red
}

.page-template-group-booking .question-two,.page-template-group-booking .question-three,.page-template-group-booking .question-four,.page-template-group-booking .question-five {
    display: none
}

.page-template-group-booking .question select {
    border-width: 1px;
    height: 40px;
    font-size: 16px;
    line-height: 16px;
    width: 300px;
    margin-right: 30px
}

.page-template-group-booking .question button {
    margin: 0;
    height: 40px;
    padding: 0.5rem
}

.page-template-group-booking .question input[type='text'],.page-template-group-booking .question input[type='email'],.page-template-group-booking .question input[type='number'],.page-template-group-booking .question input[type='tel'],.page-template-group-booking .question input[type='date'] {
    height: 40px;
    font-size: 16px;
    line-height: 16px;
    text-transform: none;
    border-width: 1px;
    max-width: 500px
}

.page-template-group-booking .question h3 {
    max-width: 500px
}

.page-template-group-booking .option-heading {
    color: #e78b72 !important
}

.page-template-group-booking .question-one-wrapper input[type="number"] {
    height: 40px;
    font-size: 16px;
    line-height: 16px;
    width: 300px;
    margin-right: 1em
}

.page-template-group-booking .question-three-wrapper input[type="text"] {
    height: 40px;
    font-size: 16px;
    line-height: 16px;
    width: 300px;
    border-width: 1px;
    background: url("../svg/chevron-down.svg") right 10px center/20px auto no-repeat #fff;
    cursor: default;
    margin-right: 1em
}

.page-template-group-booking .question-four-wrapper {
    display: -ms-flexbox;
    display: flex
}

.page-template-group-booking .question-four-wrapper input {
    margin-right: 1em
}

@media (max-width: 767px) {
    .page-template-group-booking .question-four-wrapper {
        display:block
    }

    .page-template-group-booking .question-four-wrapper input {
        margin-bottom: 1em;
        margin-right: 0
    }
}

.page-template-group-booking .question-four-wrapper input::-moz-placeholder {
    text-transform: none
}

.page-template-group-booking .question-four-wrapper input:-ms-input-placeholder {
    text-transform: none
}

.page-template-group-booking .question-four-wrapper input::placeholder {
    text-transform: none
}

.page-template-group-booking .question-five-wrapper input[type="checkbox"] {
    display: inline;
    width: 20px;
    margin-right: .5em
}

.page-template-group-booking .question-five-wrapper label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -ms-flexbox;
    display: flex
}

.page-template-group-booking .question-five-wrapper span {
    display: inline-block;
    font-size: 14px;
    max-width: 330px
}

.page-template-group-booking .question-five-wrapper input[type="tel"] {
    margin-bottom: 2em
}

.page-template-group-booking .question-flex {
    display: -ms-flexbox;
    display: flex;
    max-width: 500px
}

.page-template-group-booking .question-flex input:first-of-type {
    margin-right: 1.5rem
}

@media (max-width: 767px) {
    .page-template-group-booking .question-flex {
        display:block
    }

    .page-template-group-booking .question-flex input:first-of-type {
        margin-right: 0
    }
}

.page-template-group-booking .radio-label {
    font-size: 1.4rem
}

.page-template-group-booking .options {
    display: -ms-flexbox;
    display: flex
}

.page-template-group-booking .radio-option label {
    font-size: 1.4rem
}

.page-template-group-booking .group-booking-submit {
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 40px
}

.page-template-group-booking .group-booking-submit .cta-button {
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap
}

.page-template-group-booking .group-booking-submit .white-border {
    padding-left: 1em;
    padding-right: 1em;
    background: white;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.page-template-group-booking .group-booking-submit-line {
    z-index: -1;
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    background: #2c3497
}

.page-template-group-booking .success-enquire {
    visibility: hidden;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.5s ease-in-out
}

.page-template-group-booking .success-enquire.visible {
    visibility: visible;
    opacity: 1;
    padding: 6rem 0;
    transform: translateY(0)
}

@media only screen and (max-width: 767px) {
    .page-template-group-booking .question-one-wrapper select,.page-template-group-booking .question-one-wrapper input,.page-template-group-booking .question select,.page-template-group-booking .question input {
        margin:0 0 10px
    }

    .page-template-group-booking .booking-panel-row img {
        max-width: 200px;
        margin: 0 auto 20px
    }

    .page-template-group-booking .promo h2 {
        font-size: 18px
    }
}

.page-template-legals h1.page-title {
    text-transform: uppercase;
    padding-bottom: 2em
}

.page-template-legals h3 {
    text-transform: uppercase;
    font-size: 2rem;
    color: #444FDC;
    margin: 10px 0
}

.page-template-legals .side-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    padding: 30px;
    background-color: #F5F6FD;
    border-top: 3px solid #2C3497;
    border-bottom: 3px solid #2C3497;
    color: #2C3497;
    margin-bottom: 50px
}

.page-template-legals .side-nav a {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 10px
}

.page-template-legals .section {
    margin-bottom: 50px
}

.page-template-legals .legals-post p {
    margin-bottom: 20px
}

.page-template-legals .legals-post h4 {
    color: #E78B72;
    font-size: 1.8rem;
    font-weight: bold
}

.page-template-legals .legals-post table.table-fullwidth {
    color: #2C3497;
    padding: 0px 5% 0px 50px;
    width: 100%;
    margin: 10px 0
}

.page-template-legals .legals-post table.table-fullwidth td {
    border: 1px #2C3497 solid;
    text-align: center;
    padding: 3px;
    text-transform: uppercase
}

.page-template-legals .legals-post table.table-fullwidth td:nth-child(1) {
    width: 33%
}

@media all and (max-width: 768px) {
    .page-template-legals .single-post-tags-panel {
        margin-top:0 !important
    }
}

.page-template-offers .repeater-offers {
    margin: 70px 0
}

.page-template-offers .repeater-offers h2 {
    color: #444FDC;
    font-size: 30px
}

.page-template-offers .repeater-offers h3 {
    color: #2C3497;
    font-size: 22px
}

.page-template-offers .repeater-offers p {
    font-size: 14px;
    margin: 7px 0px 70px
}

.page-template-offers .repeater-offers:last-child hr {
    display: none
}

@media (max-width: 667px) {
    .page-template-offers .repeater-offers {
        margin:0
    }

    .page-template-offers .repeater-offers h2 {
        font-size: 20px
    }

    .page-template-offers .repeater-offers h3 {
        font-size: 18px
    }

    .page-template-offers .repeater-offers p {
        font-size: 14px;
        margin: 7px 0 0
    }
}

.page-template-people .people-post {
    color: #2C3497;
    padding: 0px 5% 0px 0px
}

.page-template-people .our-people h1 {
    text-align: left
}

.page-template-people .our-people a {
    text-decoration: none;
    color: #E78B72
}

.page-template-people .side-bar {
    padding-bottom: 150px
}

.page-template-people .people-contact-panel {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    padding: 30px;
    font-size: 0.9em;
    background-color: #F5F6FD;
    border-top: 3px solid #2C3497;
    border-bottom: 3px solid #2C3497;
    color: #2C3497;
    margin-bottom: 50px
}

@media (max-width: 667px) {
    .page-template-people .fluid-hero-images {
        margin-bottom:20px
    }

    .page-template-people .side-bar {
        padding-bottom: 0
    }

    .page-template-people .people-contact-panel {
        position: relative;
        top: 0;
        width: 100%;
        margin: 30px 0
    }
}

.page-template-faqs h1.page-title {
    padding: 4em 0
}

.page-template-faqs .repeater-faq {
    margin-bottom: 50px
}

.page-template-faqs .repeater-faq:last-child {
    margin-bottom: 0
}

.page-template-faqs .repeater-faq.align-right {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.page-template-faqs .repeater-faq .faq-block-content {
    min-height: 300px;
    padding: 50px 80px;
    font-size: 0.85em
}

.page-template-faqs .repeater-faq .faq-block-content h3 {
    text-transform: uppercase
}

.page-template-faqs .repeater-faq .faq-block-content.faq-block-blue {
    background-image: url("../jpg/fag-block-blue.jpg");
    background-position: left top;
    background-size: 100% 300px;
    color: #FFFFFF
}

.page-template-faqs .repeater-faq .faq-block-content.faq-block-orange {
    background-image: url("../jpg/fag-block-orange.jpg");
    background-position: left top;
    background-size: 100% 300px;
    color: #FFFFFF
}

.page-template-faqs .repeater-faq .faq-block-content.faq-block-white {
    color: #2C3497
}

.page-template-faqs .repeater-faq .faq-block-content.faq-block-white h3 {
    color: #444FDC
}

@media (max-width: 993px) {
    .page-template-faqs .repeater-faq .faq-block-content {
        padding:40px 20px
    }
}

@media (max-width: 667px) {
    .page-template-faqs .repeater-faq {
        margin-bottom:0
    }

    .page-template-faqs .repeater-faq .faq-block-content h3 {
        font-size: 16px
    }

    .page-template-faqs .repeater-faq .faq-block-content.faq-block-white {
        padding-top: 0
    }
}

.blog-header {
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff
}

.blog-title {
    margin-top: 80px;
    margin-bottom: 0;
    font-size: 60px;
    font-weight: normal;
    color: #fff
}

.blog-description {
    color: #fff
}

.blog-area h1 {
    font-size: 4.1em;
    padding-top: 80px;
    color: #fff
}

.nav-posts {
    color: #fff
}

.blog-post {
    margin-bottom: 60px
}

.blog-post-title {
    margin-bottom: 5px;
    font-size: 40px
}

.blog-post-meta {
    margin-bottom: 20px;
    color: #999
}

.page-template-landing .fluid-hero-images {
    padding-bottom: 8rem
}

@media (max-width: 767px) {
    .page-template-landing .fluid-hero-images {
        padding-bottom:6rem
    }
}
