﻿.me-ui .hidden {
	display: none;
}




/* BOOTSTRAP extracted from BDT 20/4/23 -  size, margin, padding -- START */

.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;
}

.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: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.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;
}

.m-6 {
    margin: 4.5rem !important;
}

.mt-6,
.my-6 {
    margin-top: 4.5rem !important;
}

.mr-6,
.mx-6 {
    margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
    margin-left: 4.5rem !important;
}

.m-7 {
    margin: 6rem !important;
}

.mt-7,
.my-7 {
    margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
    margin-right: 6rem !important;
}

.mb-7,
.my-7 {
    margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
    margin-left: 6rem !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: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.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;
}

.p-6 {
    padding: 4.5rem !important;
}

.pt-6,
.py-6 {
    padding-top: 4.5rem !important;
}

.pr-6,
.px-6 {
    padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
    padding-left: 4.5rem !important;
}

.p-7 {
    padding: 6rem !important;
}

.pt-7,
.py-7 {
    padding-top: 6rem !important;
}

.pr-7,
.px-7 {
    padding-right: 6rem !important;
}

.pb-7,
.py-7 {
    padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
    padding-left: 6rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.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-n6 {
    margin: -4.5rem !important;
}

.mt-n6,
.my-n6 {
    margin-top: -4.5rem !important;
}

.mr-n6,
.mx-n6 {
    margin-right: -4.5rem !important;
}

.mb-n6,
.my-n6 {
    margin-bottom: -4.5rem !important;
}

.ml-n6,
.mx-n6 {
    margin-left: -4.5rem !important;
}

.m-n7 {
    margin: -6rem !important;
}

.mt-n7,
.my-n7 {
    margin-top: -6rem !important;
}

.mr-n7,
.mx-n7 {
    margin-right: -6rem !important;
}

.mb-n7,
.my-n7 {
    margin-bottom: -6rem !important;
}

.ml-n7,
.mx-n7 {
    margin-left: -6rem !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;
}
/*BOOTSTRAP size, margin, padding -- END */


/* BOOTSTRAP bg, border, rounded -- START text */
.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: 0.25rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.25rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !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;
}


.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;
}

.text-lossnay-green {
    color: #69B75C;
}

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-primary-1 {
    color: #183863 !important;
}

a.text-primary-1:hover, a.text-primary-1:focus {
    color: #091525 !important;
}

.text-secondary-1 {
    color: #4B6A98 !important;
}

a.text-secondary-1:hover, a.text-secondary-1:focus {
    color: #324665 !important;
}

.text-accent-1 {
    color: #5BB658 !important;
}

a.text-accent-1:hover, a.text-accent-1:focus {
    color: #3d873b !important;
}

.text-tertiary-1 {
    color: #242A3C !important;
}

a.text-tertiary-1:hover, a.text-tertiary-1:focus {
    color: #07090c !important;
}

.text-buy-1 {
    color: #5BB658 !important;
}

a.text-buy-1:hover, a.text-buy-1:focus {
    color: #3d873b !important;
}

.text-buy-2 {
    color: #ED1C24 !important;
}

a.text-buy-2:hover, a.text-buy-2:focus {
    color: #af0e14 !important;
}

.text-go {
    color: #5BB658 !important;
}

a.text-go:hover, a.text-go:focus {
    color: #3d873b !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;
    word-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}
/*BOOTSTRAP bg, border, rounded, text -- END */





/**************************\
  Basic Modal Styles
\**************************/


.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__container {
    background-color: #fff;
    padding: 30px;
    max-width: 500px;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    box-sizing: border-box;
}

.modal__close {
    background: transparent;
    border: 0;
}

.modal__header .modal__close:before {
    content: "\2715";
}

.modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0,0,0,.8);
}

.modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    color: rgba(0,0,0,.8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

    .modal__btn:focus, .modal__btn:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

.modal__btn-primary {
    background-color: #00449e;
    color: #fff;
}



/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(15%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10%);
    }
}

.micromodal-slide {
    display: none;
}

    .micromodal-slide.is-open {
        display: block;
    }

    .micromodal-slide[aria-hidden="false"] .modal__overlay {
        animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
    }

    .micromodal-slide[aria-hidden="false"] .modal__container {
        animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
    }

    .micromodal-slide[aria-hidden="true"] .modal__overlay {
        animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
    }

    .micromodal-slide[aria-hidden="true"] .modal__container {
        animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
    }

    .micromodal-slide .modal__container,
    .micromodal-slide .modal__overlay {
        will-change: transform;
    }

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/*themes*/
html.me-theme-a {
	/*white bg - used in exteral pages*/
}
html.me-theme-b {
	/*dark bg*/
}
html.me-theme-r {
    /*responsive - new look design.*/
}

.me-ui .ecodan-gradient {
    background: rgb(227,8,19);
    background: linear-gradient(90deg, rgba(227,8,19,1) 0%, rgba(251,192,91,1) 25%, rgba(255,255,255,1) 50%, rgba(98,190,236,1) 75%, rgba(0,98,174,1) 100%);
}

@keyframes gradient {

}

.me-ui .unstyled-button,
.me-ui button.unstyled-button,
.me-ui input.unstyled-button,
.me-ui a.unstyled-button:link,
.me-ui a.unstyled-button:visited {
    padding: initial;
    border: none;
    border-radius: 0;
    background: none;
    filter: none;
    box-shadow: none;
    text-shadow: none;
    margin: 0;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    white-space: normal;
}

/*button*/
.me-ui .button {
    display: inline-block;
}
    .me-ui .button.flex {
        align-items: center;
        display: flex;
    }
.me-ui button,
.me-ui input.button,
.me-ui a.button:link,
.me-ui a.button:visited {
    padding: 0.6em 0.8em;
    border: 1px solid #C0C0C0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #e3e3e3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
    background: -webkit-linear-gradient(top, #ffffff, #eeeeee);
    background: -moz-linear-gradient(top, #ffffff, #eeeeee);
    background: -ms-linear-gradient(top, #ffffff, #eeeeee);
    background: -o-linear-gradient(top, #ffffff, #eeeeee);
    background: linear-gradient(top, #ffffff, #eeeeee);
    box-shadow: none;
    text-shadow: none !important;
    margin: 0.2em;
    font-size: 1em;
    color: #666;
    line-height: 1.5em;
    white-space: pre-wrap;
}
.me-ui button.bg-dark {
   	border: 1px solid #333;
}
    .me-ui button.block {
        display: block;
    }


    .me-ui a.button.red,
    .me-ui input.button.red,
    .me-ui input.button.submit-red,
    .me-ui button.red,
    .me-ui button.submit-red {
        color: #fff !important;
        background: #fe1a00;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), to(#ce0100) );
        background: -webkit-linear-gradient(top, #fe1a00 5%, #ce0100);
        background: -moz-linear-gradient(top, #fe1a00 5%, #ce0100);
        background: -ms-linear-gradient(top, #fe1a00 5%, #ce0100);
        background: -o-linear-gradient(top, #fe1a00 5%, #ce0100);
        background: linear-gradient(top, #fe1a00 5%, #ce0100);
        box-shadow: 1px 1px 2px rgba(0,0,0,.2);
    }
    .me-ui a.button.blue,
    .me-ui a.button.go,
    .me-ui input.button.go,
    .me-ui input.button.blue,
    .me-ui input.button.submit-blue,
    .me-ui input.button.action,
    .me-ui button.go,
    .me-ui button.submit-blue,
    .me-ui button.action {
        /*0598ED New style blue*/
        color: #fff !important;
        background: #0598ED;
       
       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d2ff', endColorstr='#3eb5f1');
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, 00d2ff), to(#0598ED) );
        background: -webkit-linear-gradient(top, #00d2ff 5%, #0598ED);
        background: -moz-linear-gradient(top, #00d2ff 5%, #0598ED);
        background: -ms-linear-gradient(top, #00d2ff 5%, #0598ED);
        background: -o-linear-gradient(top, #00d2ff 5%, #0598ED);
        background: linear-gradient(top, #00d2ff 5%, #0598ED);
        box-shadow: 1px 1px 2px rgba(0,0,0,.2);
    }
    .me-ui input.button.submit:not(.normal),
    .me-ui input[type="submit"].button:not(.normal),
    .me-ui button.submit:not(.normal) {
        font-size: 1.1em;
        color: #000;
    }
    .me-ui input.button.submit-red,
    .me-ui input.button.submit-blue,
    .me-ui input[type="submit"].button.red,
    .me-ui button.submit-red,
    .me-ui button.submit-blue {
        font-weight: bold;
        font-size: 1.1em;
        letter-spacing: 0.05em;
    }
        .me-ui a.button:hover,
        .me-ui input[type="submit"].button:hover,
        .me-ui input[type="submit"].button:focus,
        .me-ui input.button:hover,
        .me-ui input.button.submit:hover,
        .me-ui input.button.submit-red:hover,
        .me-ui button:hover,
        .me-ui button.submit:hover,
        .me-ui button.submit-red:hover {
            border: 1px solid #3c7fb1;
            background: #eaf6fd;
            color: #E00 !important;
            text-decoration: none;
        }
    .me-ui button.action,
    me-ui button.fullwidth {
        width: 100%;
    }

.me-ui .btn {
    background: #393939;
    color: white;
    padding: .8rem 3rem;
    /* border-radius: 16px; */
    /* width: 60%; */
    text-align: center;
    display: inline-block;
    transition: .2s all;
    border-radius: 8px;
}

    .me-ui .btn:hover {
        text-decoration: none;
        box-shadow: 0 1px 1px hsl(0deg 0% 0% / 0.075), 0 2px 2px hsl(0deg 0% 0% / 0.075), 0 4px 4px hsl(0deg 0% 0% / 0.075), 0 8px 8px hsl(0deg 0% 0% / 0.075), 0 16px 16px hsl(0deg 0% 0% / 0.075)
    }

.me-ui button.selected,
.me-ui a.button.selected {
    text-decoration: none;
    border: 1px solid #3c7fb1;
    background: #eaf6fd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf6fd', endColorstr='#afdef8');
    background: -webkit-gradient(linear, left top, left bottom, from(#eaf6fd), to(#afdef8));
    background: -webkit-linear-gradient(top, #eaf6fd, #afdef8);
    background: -moz-linear-gradient(top, #eaf6fd, #afdef8);
    background: -ms-linear-gradient(top, #eaf6fd, #afdef8);
    background: -o-linear-gradient(top, #eaf6fd, #afdef8);
    background: linear-gradient(top, #eaf6fd, #afdef8);
}

.me-ui button.remove {
    font-size: 1.1em;
}
.me-ui button.disabled {
    opacity: 0.6;
}
.me-ui button.disabled:hover {
    border: 1px solid #C0C0C0;
    background: #e3e3e3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee)); 
    background: -webkit-linear-gradient(top, #ffffff, #eeeeee);
    background: -moz-linear-gradient(top, #ffffff, #eeeeee);
    background: -ms-linear-gradient(top, #ffffff, #eeeeee);
    background: -o-linear-gradient(top, #ffffff, #eeeeee);
    background: linear-gradient(top, #ffffff, #eeeeee);
    color: #000;
    cursor: not-allowed;
}

.me-ui button em {
	display: block;
	color: #666;
	font-size: 0.8em;
    line-height: 1.2em;
    margin-top: 0.56em;
}
.me-ui button.small,
.me-ui a.button.small,
.me-ui input.button.small {
    padding: 0.5em;
    font-size: 0.9em;
    line-height: 1.8em;
}


    .me-ui .width-full button,
    .me-ui .width-full a.button,
    .me-ui button.width-full,
    .me-ui .fullwidth button,
    .me-ui .fullwidth a.button,
    .me-ui button.fullwidth {
        margin: 1em 0;
        display: block;
        width: 100%;
        text-align: center;
    }

.me-ui button.no-wrap,
.me-ui a.button.no-wrap,
span.no-wrap {
    white-space: nowrap;
}

/* .fa using i */
.me-ui .fa-15x {
    font-size: 1.5em;
}

.me-ui h1 i.fa,
.me-ui h2 i.fa,
.me-ui h3 i.fa,
.me-ui h4 i.fa,
.me-ui h5 i.fa,
.me-ui h1 i.fad,
.me-ui h2 i.fad,
.me-ui h3 i.fad,
.me-ui h4 i.fad,
.me-ui h5 i.fad
.me-ui h1 i.fal,
.me-ui h2 i.fal,
.me-ui h3 i.fal,
.me-ui h4 i.fal,
.me-ui h5 i.fal,
.me-ui h1 i.fas,
.me-ui h2 i.fas,
.me-ui h3 i.fas,
.me-ui h4 i.fas,
.me-ui h5 i.fas
.me-ui h1 i.fab,
.me-ui h2 i.fab,
.me-ui h3 i.fab,
.me-ui h4 i.fab,
.me-ui h5 i.fab {
    margin-right: 0.5em;
}

/*https://fontawesome.com/v5/docs/web/style/duotone-icons*/
.me-ui .fad-gold .fad {
    --fa-primary-color: #333;
    --fa-primary-opacity: 1;
    --fa-secondary-color: #e7d664; /* #8f8b70 #efe8ba   #e9d86c   #d0bd36    */
    --fa-secondary-opacity: 0.7;
}
    .me-ui .fad-gold .fad.fa-swap-opacity {
        --fa-primary-color: #e7d664;
        --fa-secondary-color: #333;
    }

.me-ui button i,
.me-ui a.button i,
.me-ui .icons a i {
    margin-right: 0.5em;
}

.me-ui button.text-no i,
.me-ui button.icon i,
.me-ui a.button.text-no i,
.me-ui a.button.icon i {
    margin: 0;
}
.me-ui button.icon,
.me-ui a.button.icon {
    min-width: 4rem;
    text-align: center;
    width: auto;
}

.me-ui button.expanded i,
.me-ui button.collapsed i {
    margin-right: 0;
    margin-left: 0.5em;
}

.me-ui button.small i,
.me-ui a.button.small i {
    margin-right: 0.25em;
}

.me-ui i.danger,
.me-ui .text-danger {
    color: #dc3545 !important;
}

.me-ui i.warning,
.me-ui .text-warning {
    color: #ffc107 !important;

}

.me-ui i.success,
.me-ui .text-success {
    color: #28a745 !important;
}

.me-ui .text-white {
    color: #fff !important;
}

.me-ui i.green {
    color: #00d500 !important;
}

.me-ui .tip-green {
    background-color: #E8F0DF;
}


/* toggle switch  */
/*<label class="me-switch">MAC-568IF-E<div><input class="hidden" type="checkbox" onclick="toggleView('mac568')"><span class="me-slider"></span></div></label>*/
.me-ui label.me-switch {
    position: relative;
    background-color: #373737;
    border: 1px solid #1b1b1b;
    height: auto;
    display: block;
    margin: .5em 0;
    padding: .5em .5em .5em 1em;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    line-height: 2.2em;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 0 #111;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    border-radius: .3em;
}
.me-ui .me-switch div {
    position: relative;
    display: inline-block;
    width: 3.8em;
    height: 2.1em;
    float: right;
}

.me-ui .me-switch div input {
    display:none;
}

.me-ui .me-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #1f1f1f;
    background-color: #232323;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: .2em;
}

.me-ui .me-slider:before {
    position: absolute;
    content: "";
    height: 1.6em;
    width: 1.6em;
    left: 0.2em;
    bottom: 0.2em;
    background-color: #333;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: .2em;
}

.me-ui .me-switch input:checked + .me-slider {
    background-color: #2196F3;
}

.me-ui .me-switch input:focus + .me-slider {
    box-shadow: 0 0 1px #2196F3;
}

.me-ui .me-switch input:checked + .me-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.me-ui ul .outside,
.me-ui ol .outside {
    margin-left: -2rem;
}


.me-ui .overflow-wrapper {
    width: 100%;
    overflow-x: auto;
}
.me-ui .row {
    overflow: hidden;
}

    .me-ui .row.visible,
    .me-ui .visible-row .row {
        overflow: visible;
    }




.multi-line-select {
}

.info-display {
    margin: 1rem 4vw 2rem 0;
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 0.9em;
    color: #333;
}


@media (min-width: 760px) {
    .me-ui .sticky .overflow-wrapper {
        overflow: inherit;
    }
}

    

    .me-ui .clearfix {
        overflow: auto;
    }

    .me-ui .word-wrap a {
        overflow-wrap: break-word;
        word-wrap: break-word;
    }


    /**
 * Bootstrap 4 Grid
 */
    .me-ui *,
    .me-ui *::before,
    .me-ui *::after {
        box-sizing: border-box;
    }


    .me-ui .grid,
    .me-ui .grid-fluid {
        margin-right: auto;
        margin-left: auto;
    }

        .me-ui .grid.grid-padding,
        .me-ui .grid-fluid.grid-padding {
            padding-right: .9375rem;
            padding-left: .9375rem;
        }

        .me-ui .grid:before,
        .me-ui .grid:after,
        .me-ui .grid-fluid:before,
        .me-ui .grid-fluid:after {
            display: table;
            content: " ";
        }

        .me-ui .grid:after,
        .me-ui .grid-fluid:after {
            clear: both;
        }

    .me-ui .card {
        background: white;
        padding: 32px;
        width: 100%;
        margin: 16px;
        box-shadow: 0 0 11px 1px #0000001f;
    }


@supports (flex-wrap: wrap) {

    .me-ui .card {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .me-ui .flex-dont-expand {
        align-self: flex-start;
    }

    .flex {
        display: flex;
    }

    .flex-wrap {
        flex-wrap: wrap;
    }

    .me-ui .grid-flex div.row.flex-no-wrap,
    .me-ui .grid-flex.flex-no-wrap div.row,
    .flex-no-wrap {
        flex-wrap: nowrap;
    }

    .flex-dc {
        flex-direction: column;
    }

    .flex-jc {
        justify-content: center;
    }

    .flex-jce {
        justify-content: end;
    }

    .flex-sb {
        justify-content: space-between;
    }

    .flex-aic {
        align-items: center;
    }

    .me-ui .grid-flex div.row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .me-ui .grid-flex.grid-flex-col-row div.row {
        flex-direction: column;
    }


    .me-ui .card > * {
        margin-bottom: 16px;
    }

    .align-self-center {
        align-self: center;
    }

    .me-ui .card img {
        align-self: center;
    }

    .me-ui .grid-flex .space-between,
    .me-ui .flex-space-between {
        justify-content: space-between;
    }

    .me-ui .grid-flex .justify-content-center,
    .me-ui .flex-justify-content-center {
        justify-content: center;
    }


    .me-ui .grid-flex div.row.flex-end {
        align-items: flex-end;
    }


    .me-ui .grid-flex .flex-c-x,
    .me-ui .grid-flex div.row.flex-c-x > div {
        justify-content: center;
    }

    .me-ui .grid-flex .flex-c-i,
    .me-ui .grid-flex .flex-c-y,
    .me-ui .grid-flex div.row.flex-c-y > div {
        align-items: center;
    }

    .me-ui .grid-flex .flex-c-xy,
    .me-ui .grid-flex div.row.flex-c-xy > div {
        justify-content: center;
        align-items: center;
    }




    .me-ui .grid-flex div.row.flex-end,
    .me-ui .grid-flex div.row > div.flex-end {
        align-items: flex-end;
    }

    .me-ui .grid-flex div.row.flex-start,
    .me-ui .grid-flex div.row > div.flex-start {
        align-items: flex-start;
    }
    /*.me-ui .grid-flex div.row > div.flex-end {
        align-self: flex-end;
    }*/
    /*.me-ui .grid-flex div.row > div.flex-end {
        align-self: flex-start;
    }*/
    .me-ui .flex-full-width {
        flex-basis: 100%;
    }

    .me-ui .grid-flex .col-xs-1,
    .me-ui .grid-flex .col-xs-2,
    .me-ui .grid-flex .col-xs-3,
    .me-ui .grid-flex .col-xs-4,
    .me-ui .grid-flex .col-xs-5,
    .me-ui .grid-flex .col-xs-6,
    .me-ui .grid-flex .col-xs-7,
    .me-ui .grid-flex .col-xs-8,
    .me-ui .grid-flex .col-xs-9,
    .me-ui .grid-flex .col-xs-10,
    .me-ui .grid-flex .col-xs-11,
    .me-ui .grid-flex .col-xs-12,
    .me-ui .grid-flex .col-sm-1,
    .me-ui .grid-flex .col-sm-2,
    .me-ui .grid-flex .col-sm-3,
    .me-ui .grid-flex .col-sm-4,
    .me-ui .grid-flex .col-sm-5,
    .me-ui .grid-flex .col-sm-6,
    .me-ui .grid-flex .col-sm-7,
    .me-ui .grid-flex .col-sm-8,
    .me-ui .grid-flex .col-sm-9,
    .me-ui .grid-flex .col-sm-10,
    .me-ui .grid-flex .col-sm-11,
    .me-ui .grid-flex .col-sm-12,
    .me-ui .grid-flex .col-md-1,
    .me-ui .grid-flex .col-md-2,
    .me-ui .grid-flex .col-md-3,
    .me-ui .grid-flex .col-md-4,
    .me-ui .grid-flex .col-md-5,
    .me-ui .grid-flex .col-md-6,
    .me-ui .grid-flex .col-md-7,
    .me-ui .grid-flex .col-md-8,
    .me-ui .grid-flex .col-md-9,
    .me-ui .grid-flex .col-md-10,
    .me-ui .grid-flex .col-md-11,
    .me-ui .grid-flex .col-md-12,
    .me-ui .grid-flex .col-lg-1,
    .me-ui .grid-flex .col-lg-2,
    .me-ui .grid-flex .col-lg-3,
    .me-ui .grid-flex .col-lg-4,
    .me-ui .grid-flex .col-lg-5,
    .me-ui .grid-flex .col-lg-6,
    .me-ui .grid-flex .col-lg-7,
    .me-ui .grid-flex .col-lg-8,
    .me-ui .grid-flex .col-lg-9,
    .me-ui .grid-flex .col-lg-10,
    .me-ui .grid-flex .col-lg-11,
    .me-ui .grid-flex .col-lg-12,
    .me-ui .grid-flex .col-xl-1,
    .me-ui .grid-flex .col-xl-2,
    .me-ui .grid-flex .col-xl-3,
    .me-ui .grid-flex .col-xl-4,
    .me-ui .grid-flex .col-xl-5,
    .me-ui .grid-flex .col-xl-6,
    .me-ui .grid-flex .col-xl-7,
    .me-ui .grid-flex .col-xl-8,
    .me-ui .grid-flex .col-xl-9,
    .me-ui .grid-flex .col-xl-10,
    .me-ui .grid-flex .col-xl-11,
    .me-ui .grid-flex .col-xl-12 {
        display: flex;
        flex-direction: column;
    }
}


@media (min-width: 768px) {
    @supports (flex-wrap: wrap) {

        .me-ui .grid-flex.grid-flex-col-row div.row {
            flex-direction: row;
        }
    }
}


    @media (min-width: 34em) {
        .me-ui .grid.max-width {
            max-width: 34rem;
        }
    }

    @media (min-width: 48em) {
        .me-ui .grid.max-width {
            max-width: 45rem;
        }
    }

    @media (min-width: 62em) {
        .me-ui .grid.max-width {
            max-width: 60rem;
        }
    }

    @media (min-width: 75em) {
        .me-ui .grid.max-width {
            max-width: 72.25rem;
        }
    }


    .me-ui .grid .row,
    .me-ui.grid-edge .row,
    .me-ui .grid-edge .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem;
    }

        .me-ui .grid .row:before,
        .me-ui .grid .row:after,
        .me-ui .grid-fluid .row:before,
        .me-ui .grid-fluid .row:after {
            display: table;
            content: " ";
        }

        .me-ui .grid .row:after,
        .me-ui .grid-fluid .row:after {
            clear: both;
        }

    .me-ui .grid-fluid.row-margin-1 .row > div {
        margin-bottom: 1rem;
    }

    .me-ui .grid-fluid.row-margin-2 .row > div {
        margin-bottom: 2rem;
    }

    .grid-fluid .row > div img.align-r {
        float: none;
    }



    .auto-row-md-6 .col-md-6:nth-child(odd) {
        clear: both !important;
    }





    /**
* Extra Small screen < 544px
*/
    .col-xs-1 img.align-r,
    .col-xs-2 img.align-r,
    .col-xs-3 img.align-r,
    .col-xs-4 img.align-r,
    .col-xs-5 img.align-r,
    .col-xs-6 img.align-r,
    .col-xs-7 img.align-r,
    .col-xs-8 img.align-r,
    .col-xs-9 img.align-r,
    .col-xs-10 img.align-r,
    .col-xs-11 img.align-r,
    .col-xs-12 img.align-r {
        float: right;
    }

    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .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-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-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-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 {
        position: relative;
        clear: both;
        padding-right: .9375rem;
        padding-left: .9375rem;
        min-height: 1px;
    }

    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        float: left;
        clear: none;
    }

    .col-xs-1 {
        width: 8.333333%;
    }

    .col-xs-2 {
        width: 16.666667%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-4 {
        width: 33.333333%;
    }

    .col-xs-5 {
        width: 41.666667%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-7 {
        width: 58.333333%;
    }

    .col-xs-8 {
        width: 66.666667%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-10 {
        width: 83.333333%;
    }

    .col-xs-11 {
        width: 91.666667%;
    }

    .col-xs-12 {
        width: 100%;
    }

    .col-xs-pull-0 {
        right: auto;
    }

    .col-xs-pull-1 {
        right: 8.333333%;
    }

    .col-xs-pull-2 {
        right: 16.666667%;
    }

    .col-xs-pull-3 {
        right: 25%;
    }

    .col-xs-pull-4 {
        right: 33.333333%;
    }

    .col-xs-pull-5 {
        right: 41.666667%;
    }

    .col-xs-pull-6 {
        right: 50%;
    }

    .col-xs-pull-7 {
        right: 58.333333%;
    }

    .col-xs-pull-8 {
        right: 66.666667%;
    }

    .col-xs-pull-9 {
        right: 75%;
    }

    .col-xs-pull-10 {
        right: 83.333333%;
    }

    .col-xs-pull-11 {
        right: 91.666667%;
    }

    .col-xs-pull-12 {
        right: 100%;
    }

    .col-xs-push-0 {
        left: auto;
    }

    .col-xs-push-1 {
        left: 8.333333%;
    }

    .col-xs-push-2 {
        left: 16.666667%;
    }

    .col-xs-push-3 {
        left: 25%;
    }

    .col-xs-push-4 {
        left: 33.333333%;
    }

    .col-xs-push-5 {
        left: 41.666667%;
    }

    .col-xs-push-6 {
        left: 50%;
    }

    .col-xs-push-7 {
        left: 58.333333%;
    }

    .col-xs-push-8 {
        left: 66.666667%;
    }

    .col-xs-push-9 {
        left: 75%;
    }

    .col-xs-push-10 {
        left: 83.333333%;
    }

    .col-xs-push-11 {
        left: 91.666667%;
    }

    .col-xs-push-12 {
        left: 100%;
    }

    .col-xs-offset-0 {
        margin-left: 0;
    }

    .col-xs-offset-1 {
        margin-left: 8.333333%;
    }

    .col-xs-offset-2 {
        margin-left: 16.666667%;
    }

    .col-xs-offset-3 {
        margin-left: 25%;
    }

    .col-xs-offset-4 {
        margin-left: 33.333333%;
    }

    .col-xs-offset-5 {
        margin-left: 41.666667%;
    }

    .col-xs-offset-6 {
        margin-left: 50%;
    }

    .col-xs-offset-7 {
        margin-left: 58.333333%;
    }

    .col-xs-offset-8 {
        margin-left: 66.666667%;
    }

    .col-xs-offset-9 {
        margin-left: 75%;
    }

    .col-xs-offset-10 {
        margin-left: 83.333333%;
    }

    .col-xs-offset-11 {
        margin-left: 91.666667%;
    }

    .col-xs-offset-12 {
        margin-left: 100%;
    }
    /**
* Small screen >= 544px
*/
@media only screen and (max-width: 768px) {
    .flex-sm-column {
        flex-direction: column;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse;
    }

}

    @media (min-width: 34em) {


        .col-sm-1 img.align-r,
        .col-sm-2 img.align-r,
        .col-sm-3 img.align-r,
        .col-sm-4 img.align-r,
        .col-sm-5 img.align-r,
        .col-sm-6 img.align-r,
        .col-sm-7 img.align-r,
        .col-sm-8 img.align-r,
        .col-sm-9 img.align-r,
        .col-sm-10 img.align-r,
        .col-sm-11 img.align-r,
        .col-sm-12 img.align-r {
            float: right;
        }

        .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 {
            float: left;
            clear: none;
        }

        .col-sm-1 {
            width: 8.333333%;
        }

        .col-sm-2 {
            width: 16.666667%;
        }

        .col-sm-3 {
            width: 25%;
        }

        .col-sm-4 {
            width: 33.333333%;
        }

        .col-sm-5 {
            width: 41.666667%;
        }

        .col-sm-6 {
            width: 50%;
        }

        .col-sm-7 {
            width: 58.333333%;
        }

        .col-sm-8 {
            width: 66.666667%;
        }

        .col-sm-9 {
            width: 75%;
        }

        .col-sm-10 {
            width: 83.333333%;
        }

        .col-sm-11 {
            width: 91.666667%;
        }

        .col-sm-12 {
            width: 100%;
        }

        .col-sm-pull-0 {
            right: auto;
        }

        .col-sm-pull-1 {
            right: 8.333333%;
        }

        .col-sm-pull-2 {
            right: 16.666667%;
        }

        .col-sm-pull-3 {
            right: 25%;
        }

        .col-sm-pull-4 {
            right: 33.333333%;
        }

        .col-sm-pull-5 {
            right: 41.666667%;
        }

        .col-sm-pull-6 {
            right: 50%;
        }

        .col-sm-pull-7 {
            right: 58.333333%;
        }

        .col-sm-pull-8 {
            right: 66.666667%;
        }

        .col-sm-pull-9 {
            right: 75%;
        }

        .col-sm-pull-10 {
            right: 83.333333%;
        }

        .col-sm-pull-11 {
            right: 91.666667%;
        }

        .col-sm-pull-12 {
            right: 100%;
        }

        .col-sm-push-0 {
            left: auto;
        }

        .col-sm-push-1 {
            left: 8.333333%;
        }

        .col-sm-push-2 {
            left: 16.666667%;
        }

        .col-sm-push-3 {
            left: 25%;
        }

        .col-sm-push-4 {
            left: 33.333333%;
        }

        .col-sm-push-5 {
            left: 41.666667%;
        }

        .col-sm-push-6 {
            left: 50%;
        }

        .col-sm-push-7 {
            left: 58.333333%;
        }

        .col-sm-push-8 {
            left: 66.666667%;
        }

        .col-sm-push-9 {
            left: 75%;
        }

        .col-sm-push-10 {
            left: 83.333333%;
        }

        .col-sm-push-11 {
            left: 91.666667%;
        }

        .col-sm-push-12 {
            left: 100%;
        }

        .col-sm-offset-0 {
            margin-left: 0;
        }

        .col-sm-offset-1 {
            margin-left: 8.333333%;
        }

        .col-sm-offset-2 {
            margin-left: 16.666667%;
        }

        .col-sm-offset-3 {
            margin-left: 25%;
        }

        .col-sm-offset-4 {
            margin-left: 33.333333%;
        }

        .col-sm-offset-5 {
            margin-left: 41.666667%;
        }

        .col-sm-offset-6 {
            margin-left: 50%;
        }

        .col-sm-offset-7 {
            margin-left: 58.333333%;
        }

        .col-sm-offset-8 {
            margin-left: 66.666667%;
        }

        .col-sm-offset-9 {
            margin-left: 75%;
        }

        .col-sm-offset-10 {
            margin-left: 83.333333%;
        }

        .col-sm-offset-11 {
            margin-left: 91.666667%;
        }

        .col-sm-offset-12 {
            margin-left: 100%;
        }
    }
    /**
* Medium screen >= 768px
*/
    @media (min-width: 48em) {

        .grid-fluid .row > div img.align-r {
            float: right;
        }

        .me-ui .card {
            flex: 2;
            width: 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 {
            float: left;
            clear: none;
        }

        .col-md-1 {
            width: 8.333333%;
        }

        .col-md-2 {
            width: 16.666667%;
        }

        .col-md-3 {
            width: 25%;
        }

        .col-md-4 {
            width: 33.333333%;
        }

        .col-md-5 {
            width: 41.666667%;
        }

        .col-md-6 {
            width: 50%;
        }

        .col-md-7 {
            width: 58.333333%;
        }

        .col-md-8 {
            width: 66.666667%;
        }

        .col-md-9 {
            width: 75%;
        }

        .col-md-10 {
            width: 83.333333%;
        }

        .col-md-11 {
            width: 91.666667%;
        }

        .col-md-12 {
            width: 100%;
        }

        .col-md-pull-0 {
            right: auto;
        }

        .col-md-pull-1 {
            right: 8.333333%;
        }

        .col-md-pull-2 {
            right: 16.666667%;
        }

        .col-md-pull-3 {
            right: 25%;
        }

        .col-md-pull-4 {
            right: 33.333333%;
        }

        .col-md-pull-5 {
            right: 41.666667%;
        }

        .col-md-pull-6 {
            right: 50%;
        }

        .col-md-pull-7 {
            right: 58.333333%;
        }

        .col-md-pull-8 {
            right: 66.666667%;
        }

        .col-md-pull-9 {
            right: 75%;
        }

        .col-md-pull-10 {
            right: 83.333333%;
        }

        .col-md-pull-11 {
            right: 91.666667%;
        }

        .col-md-pull-12 {
            right: 100%;
        }

        .col-md-push-0 {
            left: auto;
        }

        .col-md-push-1 {
            left: 8.333333%;
        }

        .col-md-push-2 {
            left: 16.666667%;
        }

        .col-md-push-3 {
            left: 25%;
        }

        .col-md-push-4 {
            left: 33.333333%;
        }

        .col-md-push-5 {
            left: 41.666667%;
        }

        .col-md-push-6 {
            left: 50%;
        }

        .col-md-push-7 {
            left: 58.333333%;
        }

        .col-md-push-8 {
            left: 66.666667%;
        }

        .col-md-push-9 {
            left: 75%;
        }

        .col-md-push-10 {
            left: 83.333333%;
        }

        .col-md-push-11 {
            left: 91.666667%;
        }

        .col-md-push-12 {
            left: 100%;
        }

        .col-md-offset-0 {
            margin-left: 0;
        }

        .col-md-offset-1 {
            margin-left: 8.333333%;
        }

        .col-md-offset-2 {
            margin-left: 16.666667%;
        }

        .col-md-offset-3 {
            margin-left: 25%;
        }

        .col-md-offset-4 {
            margin-left: 33.333333%;
        }

        .col-md-offset-5 {
            margin-left: 41.666667%;
        }

        .col-md-offset-6 {
            margin-left: 50%;
        }

        .col-md-offset-7 {
            margin-left: 58.333333%;
        }

        .col-md-offset-8 {
            margin-left: 66.666667%;
        }

        .col-md-offset-9 {
            margin-left: 75%;
        }

        .col-md-offset-10 {
            margin-left: 83.333333%;
        }

        .col-md-offset-11 {
            margin-left: 91.666667%;
        }

        .col-md-offset-12 {
            margin-left: 100%;
        }
    }
    /**
* Big screen >= 992px
*/
    @media (min-width: 62em) {
        .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 {
            float: left;
            clear: none;
        }

        .col-lg-1 {
            width: 8.333333%;
        }

        .col-lg-2 {
            width: 16.666667%;
        }

        .col-lg-3 {
            width: 25%;
        }

        .col-lg-4 {
            width: 33.333333%;
        }

        .col-lg-5 {
            width: 41.666667%;
        }

        .col-lg-6 {
            width: 50%;
        }

        .col-lg-7 {
            width: 58.333333%;
        }

        .col-lg-8 {
            width: 66.666667%;
        }

        .col-lg-9 {
            width: 75%;
        }

        .col-lg-10 {
            width: 83.333333%;
        }

        .col-lg-11 {
            width: 91.666667%;
        }

        .col-lg-12 {
            width: 100%;
        }

        .col-lg-pull-0 {
            right: auto;
        }

        .col-lg-pull-1 {
            right: 8.333333%;
        }

        .col-lg-pull-2 {
            right: 16.666667%;
        }

        .col-lg-pull-3 {
            right: 25%;
        }

        .col-lg-pull-4 {
            right: 33.333333%;
        }

        .col-lg-pull-5 {
            right: 41.666667%;
        }

        .col-lg-pull-6 {
            right: 50%;
        }

        .col-lg-pull-7 {
            right: 58.333333%;
        }

        .col-lg-pull-8 {
            right: 66.666667%;
        }

        .col-lg-pull-9 {
            right: 75%;
        }

        .col-lg-pull-10 {
            right: 83.333333%;
        }

        .col-lg-pull-11 {
            right: 91.666667%;
        }

        .col-lg-pull-12 {
            right: 100%;
        }

        .col-lg-push-0 {
            left: auto;
        }

        .col-lg-push-1 {
            left: 8.333333%;
        }

        .col-lg-push-2 {
            left: 16.666667%;
        }

        .col-lg-push-3 {
            left: 25%;
        }

        .col-lg-push-4 {
            left: 33.333333%;
        }

        .col-lg-push-5 {
            left: 41.666667%;
        }

        .col-lg-push-6 {
            left: 50%;
        }

        .col-lg-push-7 {
            left: 58.333333%;
        }

        .col-lg-push-8 {
            left: 66.666667%;
        }

        .col-lg-push-9 {
            left: 75%;
        }

        .col-lg-push-10 {
            left: 83.333333%;
        }

        .col-lg-push-11 {
            left: 91.666667%;
        }

        .col-lg-push-12 {
            left: 100%;
        }

        .col-lg-offset-0 {
            margin-left: 0;
        }

        .col-lg-offset-1 {
            margin-left: 8.333333%;
        }

        .col-lg-offset-2 {
            margin-left: 16.666667%;
        }

        .col-lg-offset-3 {
            margin-left: 25%;
        }

        .col-lg-offset-4 {
            margin-left: 33.333333%;
        }

        .col-lg-offset-5 {
            margin-left: 41.666667%;
        }

        .col-lg-offset-6 {
            margin-left: 50%;
        }

        .col-lg-offset-7 {
            margin-left: 58.333333%;
        }

        .col-lg-offset-8 {
            margin-left: 66.666667%;
        }

        .col-lg-offset-9 {
            margin-left: 75%;
        }

        .col-lg-offset-10 {
            margin-left: 83.333333%;
        }

        .col-lg-offset-11 {
            margin-left: 91.666667%;
        }

        .col-lg-offset-12 {
            margin-left: 100%;
        }
    }
    /**
* Large screen >= 1200px
*/
    @media (min-width: 75em) {
        .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 {
            float: left;
            clear: none;
        }

        .col-xl-1 {
            width: 8.333333%;
        }

        .col-xl-2 {
            width: 16.666667%;
        }

        .col-xl-3 {
            width: 25%;
        }

        .col-xl-4 {
            width: 33.333333%;
        }

        .col-xl-5 {
            width: 41.666667%;
        }

        .col-xl-6 {
            width: 50%;
        }

        .col-xl-7 {
            width: 58.333333%;
        }

        .col-xl-8 {
            width: 66.666667%;
        }

        .col-xl-9 {
            width: 75%;
        }

        .col-xl-10 {
            width: 83.333333%;
        }

        .col-xl-11 {
            width: 91.666667%;
        }

        .col-xl-12 {
            width: 100%;
        }

        .col-xl-pull-0 {
            right: auto;
        }

        .col-xl-pull-1 {
            right: 8.333333%;
        }

        .col-xl-pull-2 {
            right: 16.666667%;
        }

        .col-xl-pull-3 {
            right: 25%;
        }

        .col-xl-pull-4 {
            right: 33.333333%;
        }

        .col-xl-pull-5 {
            right: 41.666667%;
        }

        .col-xl-pull-6 {
            right: 50%;
        }

        .col-xl-pull-7 {
            right: 58.333333%;
        }

        .col-xl-pull-8 {
            right: 66.666667%;
        }

        .col-xl-pull-9 {
            right: 75%;
        }

        .col-xl-pull-10 {
            right: 83.333333%;
        }

        .col-xl-pull-11 {
            right: 91.666667%;
        }

        .col-xl-pull-12 {
            right: 100%;
        }

        .col-xl-push-0 {
            left: auto;
        }

        .col-xl-push-1 {
            left: 8.333333%;
        }

        .col-xl-push-2 {
            left: 16.666667%;
        }

        .col-xl-push-3 {
            left: 25%;
        }

        .col-xl-push-4 {
            left: 33.333333%;
        }

        .col-xl-push-5 {
            left: 41.666667%;
        }

        .col-xl-push-6 {
            left: 50%;
        }

        .col-xl-push-7 {
            left: 58.333333%;
        }

        .col-xl-push-8 {
            left: 66.666667%;
        }

        .col-xl-push-9 {
            left: 75%;
        }

        .col-xl-push-10 {
            left: 83.333333%;
        }

        .col-xl-push-11 {
            left: 91.666667%;
        }

        .col-xl-push-12 {
            left: 100%;
        }

        .col-xl-offset-0 {
            margin-left: 0;
        }

        .col-xl-offset-1 {
            margin-left: 8.333333%;
        }

        .col-xl-offset-2 {
            margin-left: 16.666667%;
        }

        .col-xl-offset-3 {
            margin-left: 25%;
        }

        .col-xl-offset-4 {
            margin-left: 33.333333%;
        }

        .col-xl-offset-5 {
            margin-left: 41.666667%;
        }

        .col-xl-offset-6 {
            margin-left: 50%;
        }

        .col-xl-offset-7 {
            margin-left: 58.333333%;
        }

        .col-xl-offset-8 {
            margin-left: 66.666667%;
        }

        .col-xl-offset-9 {
            margin-left: 75%;
        }

        .col-xl-offset-10 {
            margin-left: 83.333333%;
        }

        .col-xl-offset-11 {
            margin-left: 91.666667%;
        }

        .col-xl-offset-12 {
            margin-left: 100%;
        }
    }






    /* MOBILE SITE */
    @media screen and (max-width: 560px) {
        .me-ui #me-content img {
            max-width: 100%;
        }

        .me-ui button.block {
            display: inline-block;
        }
    }

    @media screen and (max-width: 760px) {
        .me-ui button.submit-red,
        .me-ui button.submit-blue {
            width: 100%;
            margin: 0;
        }

        .me-ui .grid-fluid .row > div {
            margin-bottom: 2rem;
        }
        .me-ui .grid .row > div {
            margin-bottom: inherit;
        }
    }

    @media screen and (max-width: 960px) {
    }


