/* GLOBAL CONTENT, [bs-merge] uses --legacy-rem */



/* GLOBAL BOXES & LAYOUT */
/* NOTE: html font-size is NOT set here — Bootstrap requires 16px root.
   Use calc(var(--legacy-rem) * Xpx) in legacy content CSS instead. */

body {
    height: 100%;
    font-family: 'Inter', 'Open Sans', sans-serif;
    background-color: #faf9f7;
    background-image: none;
}


#m_global_wrapper {
    min-height: 100%;
    position: relative;
}

#m_hidden {
    display: none;
}

#nav_crumb {
    font-size: 8pt;
    line-height: 11pt;
    color: #484848;
    font-weight: normal;
    margin: -5px 0 5px 0;
}

#m_content,
body.me-light,
body.me-light #m_main,
body.me-light #m_content {
    background-color: #fff;
}


/*------- CONTENT --------*/


/* 
    
    HEADERS - Mainly : h1 - h2 - H3 (h4 - h6 use for alts) 
    Roboto: 100,300,400,500,700

*/




/*------- Global [not in header or footer elments]  --------*/
/* text tags */
h1:where(:not(header h1, footer h1)),
h2:where(:not(header h2, footer h2)),
h3:where(:not(header h3, footer h3)),
h4:where(:not(header h4, footer h4)),
h5:where(:not(header h5, footer h5)),
h6:where(:not(header h6, footer h6)) {
    -webkit-font-smoothing: antialiased;
    font-family: 'Inter', 'Roboto', 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: 1.4em;
    margin: 1.2em 0px 0.4em 0px;
}

h1:where(:not(header h1, footer h1)) {
    font-size: calc(var(--legacy-rem) * 2px);
    font-weight: 300;
    margin-bottom: 0.2em;
    font-weight: 700;
}

h2:where(:not(header h2, footer h2)) {
    font-size: calc(var(--legacy-rem) * 1.6px);
    margin-top: 1.6em;
    font-weight: 700;
}

h3:where(:not(header h3, footer h3)) {
    font-size: calc(var(--legacy-rem) * 1.3px);
    margin-top: 1.8em;
    color: #333;
    font-weight: 700;
}

h4:where(:not(header h4, footer h4)) {
    font-size: calc(var(--legacy-rem) * 1.4px);
    margin-top: 1.4em;
}

h5:where(:not(header h5, footer h5)),
h6:where(:not(header h6, footer h6)) {
    font-size: calc(var(--legacy-rem) * 1.2px);
    margin-top: 1.4em;
    color: #333;
}



.thin {
    font-weight: 100 !important;
    font-size: calc(var(--legacy-rem) * 4px);
    line-height: 1.2em;
}

h1.thin,
h2.thin {
    font-weight: 300 !important;
    font-size: calc(var(--legacy-rem) * 3.5px);
}

h3.thin {
    font-weight: 300 !important;
    font-size: calc(var(--legacy-rem) * 3px);
}

h4.thin {
    font-weight: 300 !important;
    font-size: calc(var(--legacy-rem) * 2.4px);
}

h3.thin-sm {
    font-weight: 300 !important;
    font-size: calc(var(--legacy-rem) * 1.5px);
    line-height: 1.5;
}

h1.rule,
h2.rule,
h3.rule,
h4.rule,
h5.rule,
.h1-rule h1,
.h2-rule h2,
.h3-rule h3,
.h4-rule h4,
.h5-rule h5 {
    border-bottom-color: #ddd;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

h3.bg-lgrey {
    background-color: #f1f1f1;
    padding: 8px;
}


body,
.body {
    font-family: 'Inter', 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: calc(var(--legacy-rem) * 1.2px);
    line-height: 1.4em;
    color: #666;
    text-align: left;
}

    body table:where(:not(header table, footer table)) {
        font-size: calc(var(--legacy-rem) * 1.2px);
        line-height: 1.55em;
    }


.rdsgn-body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: calc(var(--legacy-rem) * 1.4px);
    line-height: 1.6em;
    color: #666;
    text-align: left;
}

p:where(:not(header p, footer p)) {
    margin-top: 1.0em;
    margin-bottom: 1.5em;
}

p.summary {
    /*same as -- summary.css p.summarytext*/
    font-size: calc(var(--legacy-rem) * 1.25px);
    line-height: 1.5em;
}

h3 + p:where(:not(header p, footer p)) {
    margin-top: calc(var(--legacy-rem) * 0.25px);
}



a:where(:not(header a, footer a)) {
    color: #08c;
    text-decoration: none;
}

a:link:where(:not(header a:link, footer a:link)),
.link {
    color: #08c;
    text-decoration: none;
}

    a:visited:where(:not(header a:visited, footer a:visited)),
    .link:visited {
        color: #08c;
        text-decoration: none;
    }

    a:hover:where(:not(header a:hover, footer a:hover)),
    .link:hover {
        color: #08c;
        text-decoration: underline;
    }


.no-underline a,
.no-underline a:visited,
.no-underline a:hover {
    text-decoration: none;
}

a.bg-href,
a.bg-href:visited,
a.bg-href:hover {
    text-decoration: none;
    color: inherit;
}

fieldset:where(:not(header fieldset, footer fieldset)) {
    -webkit-border-radius: 5px 7px 7px 7px;
    -moz-border-radius: 5px 7px 7px 7px;
    -ms-border-radius: 5px 7px 7px 7px;
    -o-border-radius: 5px 7px 7px 7px;
    border-radius: 5px 7px 7px 7px;
    border: 1px solid #ccc;
    padding: calc(var(--legacy-rem) * 1px);
}

legend:where(:not(header legend, footer legend)) {
    max-width: 100%;
    padding: 0 calc(var(--legacy-rem) * 0.6px);
}

legend.h4 {
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: 1.4em;
    font-size: calc(var(--legacy-rem) * 1.4px);
}

fieldset.note-download {
    float: right;
    margin: 5px 0 10px 35px;
    padding: 8px;
    width: 300px;
    min-height: 1px;
}


sup:where(:not(header sup, footer sup)), .sup {
    line-height: 1em;
    font-size: .7em;
    /*todo check in all browsers vertical-align: top;*/
    vertical-align: super;
    text-decoration: none;
}

sub:where(:not(header sub, footer sub)), .sub {
    line-height: 1em;
    font-size: .7em;
    vertical-align: bottom;
    text-decoration: none;
}

/* Article/New Typography */

.article p,
.article h1,
.article h2,
.article h3,
.article ul {
    font-family: Inter, Roboto, sans-serif;
}

.article h2 {
    font-size: calc(var(--legacy-rem) * 2.5px);
    font-weight: 700;
}

.article h3 {
    font-weight: 700;
    font-size: calc(var(--legacy-rem) * 2px);
}

.article p,
.article ul {
    line-height: 150%;
    color: black;
    font-size: calc(var(--legacy-rem) * 1.4px);
}



/* inputs */
input:where(:not(header input, footer input)),
textarea:where(:not(header textarea, footer textarea)) {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px; /*Dont change DT*/
}

input[type="radio"]:where(:not(header input, footer input)),
label:where(:not(header label, footer label)) {
    cursor: pointer;
}


    label:where(:not(header label, footer label)) input[type="radio"]:where(:not(header input, footer input)),
    label:where(:not(header label, footer label)) input[type="checkbox"]:where(:not(header input, footer input)) {
        vertical-align: top;
        margin-top: 3px;
    }



.recaptcha-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin-top: calc(var(--legacy-rem) * 1px);
}


/* indents lists */
ul:where(:not(header ul, footer ul)) {
    margin-bottom: 5px;
    margin-top: 1em;
    list-style-type: square;
}

ul.circle {
    list-style-type: circle;
}

ul:where(:not(header ul, footer ul)) li:where(:not(header li, footer li)) {
    margin-left: 0px;
    margin-bottom: 1em;
    list-style-position: outside;
}


ol:where(:not(header ol, footer ol)) {
    margin-top: 1em;
    list-style-position: outside;
}

    ol:where(:not(header ol, footer ol)) li:where(:not(header li, footer li)) {
        margin-left: 0px;
        margin-bottom: 1em;
    }

ul.tight, ol.tight {
    margin-top: calc(var(--legacy-rem) * 0.5px);
}

    ul.tight li, ol.tight li {
        margin-bottom: calc(var(--legacy-rem) * 0.5px);
    }

ul.center li,
ol.center li {
    list-style-position: inside;
}

/* colours */

.black,
.text-black {
    color: #000000 !important;
}

.white {
    color: white !important;
}

.red {
    color: red !important;
}

.green,
.green-lt {
    color: #01dd01 !important;
}

html.bdt .green {
    color: green !important;
}

.green-dk {
    color: #34a42f !important;
}

.blue {
    color: #009de0 !important;
}

.whitebg,
.bg-white {
    background-color: #fff;
}

.bg-lt-orange {
    background-color: #fdd279;
}

.bg-lt-grey {
    background-color: #eeeeee;
}

.bg-danger {
    background-color: #dc3545 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

/* blocks and clears */

.block {
    display: block;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.page-break {
    page-break-before: always;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.error {
    font-size: 14px;
    font-weight: bold;
    color: red;
}

.gap {
    font-size: 0px;
    line-height: 0px;
    width: 1px;
}

.nobr,
.nowrap {
    white-space: nowrap !important;
}



/* sizes */

.bold {
    font-weight: bold !important;
}

.normal {
    font-weight: normal !important;
}

.small,
small:where(:not(header small, footer small)) {
    font-size: calc(var(--legacy-rem) * 0.9px) !important;
    line-height: 1.5em;
    color: #484848;
    font-weight: normal;
}

.medium {
    font-size: calc(var(--legacy-rem) * 1px);
    line-height: 1.5em;
    color: #58595b;
    font-weight: normal;
}

.large {
    font-size: calc(var(--legacy-rem) * 1.4px);
    font-family: Roboto;
    line-height: 150%;
    color: black;
}

.uppercase {
    text-transform: uppercase;
}

.letter-spacing-1 {
    letter-spacing: calc(var(--legacy-rem) * 0.1px);
}

.width-10 {
    width: 10%;
}

.width-20 {
    width: 20%;
}

.width-30 {
    width: 30%;
}

.width-40 {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.width-60 {
    width: 60%;
}

.width-70 {
    width: 70%;
}

.width-80 {
    width: 80%;
}

.width-90 {
    width: 90%;
}

.width-100,
.width-full,
.fullwidth {
    width: 100%;
}

img.width-full,
img.fullwidth {
    width: auto;
    max-width: 100%;
}

img.width-full-expand,
.width-full-expand img {
    width: 100%;
    max-width: 100%;
}

.fullheight {
    height: 100%;
}



/* Scale */
.scale-95 img,
img.scale-95 {
    zoom: 0.95;
}

.scale-75 img,
img.scale-75 {
    zoom: 0.75;
}

.scale-50 img,
img.scale-50 {
    zoom: 0.5;
}

.w50 {
    max-width: 50px;
}

.w100 {
    max-width: 100px !important;
}


.w150 {
    max-width: 150px !important;
}

.w200 {
    max-width: 200px !important;
}

.w250 {
    max-width: 250px !important;
}

.w300 {
    max-width: 300px !important;
}

.w400 {
    max-width: 400px !important;
}

.w500 {
    max-width: 500px !important;
}


/* lines */
div.rule {
    padding-bottom: 5px;
    border-bottom-color: #ddd;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

div.rule-top {
    padding-top: calc(var(--legacy-rem) * 1px);
    border-top-color: #ddd;
    border-top-width: 1px;
    border-top-style: solid;
}

.hrule {
    padding: 0px;
    border-bottom-color: #ddd;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-top: 8px;
    margin-bottom: 9px;
    height: 1px;
}



/* boxes */
.info-box {
    border: 1px solid #ddd;
    padding: calc(var(--legacy-rem) * 2px);
    margin: calc(var(--legacy-rem) * 1px);
    background: #d0e5f4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d0e5f4');
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d0e5f4));
    background: -webkit-linear-gradient(top, #ffffff, #d0e5f4);
    background: -moz-linear-gradient(top, #ffffff, #d0e5f4);
    background: -o-linear-gradient(top, #ffffff, #d0e5f4);
    background: linear-gradient(top, #ffffff, #d0e5f4);
}

    .info-box.blue-dk {
        background: #8ecbe7;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0e5f4', endColorstr='#8ecbe7');
        background: -webkit-gradient(linear, left top, left bottom, from(#d0e5f4), to(#8ecbe7));
        background: -webkit-linear-gradient(top, #d0e5f4, #8ecbe7);
        background: -moz-linear-gradient(top, #d0e5f4, #8ecbe7);
        background: -o-linear-gradient(top, #d0e5f4, #8ecbe7);
        background: linear-gradient(top, #d0e5f4, #8ecbe7);
    }

    .info-box.grey-lt {
        background: #FCFCFC;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCFCFC', endColorstr='#FCFCFC');
        background: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#FCFCFC));
        background: -webkit-linear-gradient(top, #FCFCFC, #FCFCFC);
        background: -moz-linear-gradient(top, #FCFCFC, #FCFCFC);
        background: -o-linear-gradient(top, #FCFCFC, #FCFCFC);
        background: linear-gradient(top, #FCFCFC, #FCFCFC);
    }

    .info-box.round {
        -webkit-border-radius: calc(var(--legacy-rem) * 1px);
        -moz-border-radius: calc(var(--legacy-rem) * 1px);
        border-radius: calc(var(--legacy-rem) * 1px);
    }

    .info-box.nav {
        margin: 0;
        padding: calc(var(--legacy-rem) * 0.5px);
        background: #8ecbe7;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0e5f4', endColorstr='#8ecbe7');
        background: -webkit-gradient(linear, left top, left bottom, from(#d0e5f4), to(#8ecbe7));
        background: -webkit-linear-gradient(top, #d0e5f4, #8ecbe7);
        background: -moz-linear-gradient(top, #d0e5f4, #8ecbe7);
        background: -o-linear-gradient(top, #d0e5f4, #8ecbe7);
        background: linear-gradient(top, #d0e5f4, #8ecbe7);
    }

.img_round4box {
    border: 1px solid #ddd !important;
    box-shadow: 0 0 4px #eee !important;
    border-radius: 4px !important;
}


.caveat {
    font-size: calc(var(--legacy-rem) * 1px);
    line-height: 1.5em;
    color: #888;
    font-weight: normal;
}

.footnote {
    font-size: calc(var(--legacy-rem) * 0.8px);
    color: #888;
}

.background-clip-bb {
    background-clip: border-box;
}

.background-clip-cb {
    background-clip: content-box;
}



/* margin */
.margin-05 {
    margin: calc(var(--legacy-rem) * 0.5px);
}

.margin,
.margin-1 {
    margin: calc(var(--legacy-rem) * 1px) !important;
}

.margin-2 {
    margin: calc(var(--legacy-rem) * 2px) !important;
}

.margin-3 {
    margin: calc(var(--legacy-rem) * 3px) !important;
}


.margin-top-05 {
    margin-top: calc(var(--legacy-rem) * 0.5px);
}

.margin-top,
.margin-top-1 {
    margin-top: calc(var(--legacy-rem) * 1px) !important;
}

.margin-top-2 {
    margin-top: calc(var(--legacy-rem) * 2px) !important;
}

.margin-top-3 {
    margin-top: calc(var(--legacy-rem) * 3px) !important;
}

.margin-top-4 {
    margin-top: calc(var(--legacy-rem) * 4px) !important;
}

.margin-top-5,
.margin-top-more {
    margin-top: calc(var(--legacy-rem) * 5px) !important;
}

.margintop {
    margin-top: 10px !important;
}

.moremargintop {
    margin-top: 50px !important;
}

.margin-right-05 {
    margin-right: calc(var(--legacy-rem) * 0.5px);
}

.margin-right-1 {
    margin-right: calc(var(--legacy-rem) * 1px);
}

.margin-left-05 {
    margin-left: calc(var(--legacy-rem) * 0.5px);
}

.margin-left-1 {
    margin-left: calc(var(--legacy-rem) * 1px);
}


.margin-bottom,
.margin-bottom-1 {
    margin-bottom: calc(var(--legacy-rem) * 1px) !important;
}

.margin-bottom-2 {
    margin-bottom: calc(var(--legacy-rem) * 2px) !important;
}

.margin-bottom-3 {
    margin-bottom: calc(var(--legacy-rem) * 3px) !important;
}

.margin-bottom-4 {
    margin-bottom: calc(var(--legacy-rem) * 4px) !important;
}

.margin-bottom-5 {
    margin-bottom: calc(var(--legacy-rem) * 5px) !important;
}

.margin-bottom-05 {
    margin-bottom: calc(var(--legacy-rem) * 0.5px);
}

.margin-bottom-0,
.margin-bottom-no,
.nomarginbottom {
    margin-bottom: 0px !important;
}


.margin-top-0,
.margin-top-no,
.nomargintop {
    margin-top: 0px !important;
}

.margin-0,
.margin-no {
    margin: 0 !important;
}



/* padding */
.padding,
.padding-1 {
    padding: calc(var(--legacy-rem) * 1px) !important;
}

.padding-2 {
    padding: calc(var(--legacy-rem) * 2px) !important;
}

.padding-3 {
    padding: calc(var(--legacy-rem) * 3px) !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-top-1 {
    padding-top: calc(var(--legacy-rem) * 1px) !important;
}

.padding-top-2 {
    padding-top: calc(var(--legacy-rem) * 2px) !important;
}

.padding-top-3 {
    padding-top: calc(var(--legacy-rem) * 3px) !important;
}

.padding-top-4 {
    padding-top: calc(var(--legacy-rem) * 4px) !important;
}

.padding-top-5 {
    padding-top: calc(var(--legacy-rem) * 5px) !important;
}


.padding-bottom-1 {
    padding-bottom: calc(var(--legacy-rem) * 1px) !important;
}

.padding-bottom-2 {
    padding-bottom: calc(var(--legacy-rem) * 2px) !important;
}

.padding-bottom-3 {
    padding-bottom: calc(var(--legacy-rem) * 3px) !important;
}

.padding-bottom-4 {
    padding-bottom: calc(var(--legacy-rem) * 4px) !important;
}

.padding-bottom-5 {
    padding-bottom: calc(var(--legacy-rem) * 5px) !important;
}

.padding-left-1 {
    padding-left: calc(var(--legacy-rem) * 1px) !important;
}

.padding-left-2 {
    padding-left: calc(var(--legacy-rem) * 2px) !important;
}

.padding-left-3 {
    padding-left: calc(var(--legacy-rem) * 3px) !important;
}

.padding-left-4 {
    padding-left: calc(var(--legacy-rem) * 4px) !important;
}

.padding-left-5 {
    padding-left: calc(var(--legacy-rem) * 5px) !important;
}


.padding-right-1 {
    padding-left: calc(var(--legacy-rem) * 1px) !important;
}

.padding-right-2 {
    padding-left: calc(var(--legacy-rem) * 2px) !important;
}

.padding-right-3 {
    padding-left: calc(var(--legacy-rem) * 3px) !important;
}

.padding-right-4 {
    padding-left: calc(var(--legacy-rem) * 4px) !important;
}

.padding-right-5 {
    padding-left: calc(var(--legacy-rem) * 5px) !important;
}



.padding-no {
    padding: 0 !important;
}

.row--fullwidth {
    margin: 0 -30px;
}



/* border */
.border-top-1 {
    margin-top: calc(var(--legacy-rem) * 1px) !important;
    border-top: 1px solid #ddd;
    padding-top: calc(var(--legacy-rem) * 1px) !important;
}

.border-top-2 {
    margin-top: calc(var(--legacy-rem) * 2px) !important;
    border-top: 1px solid #ddd;
    padding-top: calc(var(--legacy-rem) * 2px) !important;
}

.border-top-3 {
    margin-top: calc(var(--legacy-rem) * 3px) !important;
    border-top: 1px solid #ddd;
    padding-top: calc(var(--legacy-rem) * 2px) !important;
}

.border-top-4 {
    margin-top: calc(var(--legacy-rem) * 4px) !important;
    border-top: 1px solid #ddd;
    padding-top: calc(var(--legacy-rem) * 2px) !important;
}

.border-top-5 {
    margin-top: calc(var(--legacy-rem) * 5px) !important;
    border-top: 1px solid #ddd;
    padding-top: calc(var(--legacy-rem) * 2px) !important;
}

.border-top-no,
.notopborder {
    border-top: none !important;
}

.border {
    border: 1px solid #ddd;
}

.border-red {
    border-color: #ff3333;
}

.border-no,
.noborder {
    border: none !important;
}

.border-round {
    border-radius: 7px;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 15%);
}



/* alignment */
.rotate-90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.justify {
    text-align: justify !important;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.center {
    text-align: center !important;
}

.page-c {
    display: table;
    margin: 0 auto;
}

.page-cc-25 {
    display: table;
    margin: 25% auto;
}

.page-cc-40 {
    display: table;
    margin: 40% auto;
}

.page-cc {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pageleft,
.page-l {
    padding-right: 35px;
    padding-bottom: 10px;
    float: left;
    min-height: 1px;
}

.pageright,
.page-r {
    padding-left: 35px;
    padding-bottom: 10px;
    float: right;
    min-height: 1px;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.h1-logo-r {
    padding-left: 1em;
    padding-bottom: 0.25em;
    float: right;
    min-height: 1px;
}


.aligncenter,
.align-c {
    margin-left: auto !important;
    margin-right: auto !important;
}

.align-t-l {
    position: absolute;
    top: 0;
    left: 0;
}

.align-t-r {
    position: absolute;
    top: 0;
    right: 0;
}

.align-b-l {
    position: absolute;
    bottom: 0;
    left: 0;
}

.align-b-r {
    position: absolute;
    bottom: 0;
    right: 0;
}

.alignleft,
.align-l,
.align-l-mob {
    float: left;
    min-height: 1px;
}

    .align-l.em1,
    .align-l-mob.em1 {
        padding-right: calc(var(--legacy-rem) * 1px);
    }

.alignright,
.align-r,
.align-r-mob {
    float: right;
    min-height: 1px;
}

    .align-r.em1,
    .align-r-mob.em1 {
        padding-left: calc(var(--legacy-rem) * 1px);
    }

.align-v-c {
    vertical-align: middle;
}

.align-v label {
    display: block;
}

.align-h label {
    border-left: 1px solid #a8a8a8;
    padding-left: 7px;
    margin-left: 10px;
}

    .align-h label:first-child {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }

.photo-l,
.photo-l-mob {
    float: left;
    padding: 0 calc(var(--legacy-rem) * 2px) calc(var(--legacy-rem) * 0.5px) 0;
}

.photo-r,
.photo-r-mob {
    float: right;
    padding: 0 0 calc(var(--legacy-rem) * 0.5px) calc(var(--legacy-rem) * 2px);
}

.photo-border,
.photo-border-r,
.photo-border-r-mob {
    padding: calc(var(--legacy-rem) * 0.5px);
    background-color: White;
    border: 1px solid #ddd;
}

.photo-border-r,
.photo-border-r-mob {
    float: right;
    margin: 0 0 calc(var(--legacy-rem) * 2px) calc(var(--legacy-rem) * 2px);
}

.me-group .photo-l:last-child {
    padding-right: 0;
}

.me-group .photo-r:last-child {
    padding-left: 0;
}

.me-group .align-l:last-child,
.me-group .align-r:last-child {
    padding: 0;
}

.photo-l em,
.photo-r em,
.align-l em,
.align-r em {
    display: block;
}

.me-group.margin .photo-l,
.me-group.margin .photo-r,
.me-group.margin .align-l,
.me-group.margin .align-r {
    margin: calc(var(--legacy-rem) * 1px);
}

em.pageright-subtext {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    line-height: 13pt;
    font-weight: normal;
    color: #58595b;
}


.overflow-visible {
    overflow: visible !important;
}



/* Shadows */
.shadow-sm {
    box-shadow: 0 calc(var(--legacy-rem) * 0.125px) calc(var(--legacy-rem) * 0.25px) rgba(0,0,0,.075) !important;
}

.shadow {
    box-shadow: 0 calc(var(--legacy-rem) * 0.5px) calc(var(--legacy-rem) * 1px) rgba(0,0,0,.15) !important;
}

.shadow-lg {
    box-shadow: 0 calc(var(--legacy-rem) * 1px) calc(var(--legacy-rem) * 3px) rgba(0,0,0,.175) !important;
}


/* button and groups */
.clickable,
.pointer,
button:where(:not(header button, footer button)) {
    cursor: pointer;
}

.me-btn {
    margin: .5em 0;
    padding: .7em 1em;
    min-width: 50px;
    display: inline-block;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-clip: padding-box;
    text-decoration: none !important;
    background-color: #f6f6f6;
    border-color: #ddd;
    color: #333 !important;
    font-size: 1em;
    line-height: 1.3;
    border-width: 1px;
    border-style: solid;
}

.me-thumb .me-btn {
    cursor: auto;
}

a.me-btn:hover {
    background: #eeeeee;
    color: red !important;
}

.me-shadow {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.15);
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
}

.me-corner {
    border-radius: .4em;
}

a.me-fade {
    background: #f6f6f6;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#eeeeee');
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eeeeee));
    background: -webkit-linear-gradient(top, #fafafa, #eeeeee);
    background: -moz-linear-gradient(top, #fafafa, #eeeeee);
    background: -ms-linear-gradient(top, #fafafa, #eeeeee);
    background: -o-linear-gradient(top, #fafafa, #eeeeee);
    background: linear-gradient(top, #fafafa, #eeeeee);
}

    a.me-fade:hover {
        background: #f6f6f6;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#fafafa');
        background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#fafafa));
        background: -webkit-linear-gradient(top, #e5e5e5, #fafafa);
        background: -moz-linear-gradient(top, #e5e5e5, #fafafa);
        background: -ms-linear-gradient(top, #e5e5e5, #fafafa);
        background: -o-linear-gradient(top, #e5e5e5, #fafafa);
        background: linear-gradient(top, #e5e5e5, #fafafa);
    }


.me-btn span {
    height: 22px;
    width: 22px;
    margin: -2px 0px 0px 0px;
}

div.me-thumb {
    float: left;
    margin: 0 20px 20px 0;
    text-align: center;
}

    div.me-thumb .me-btn {
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
        width: 172px;
        font-size: 1em;
        border-radius: .4em;
    }

        div.me-thumb .me-btn i:not(.fa):not(.fas):not(.far):not(.fal):not(.fad) {
            font-weight: normal;
            font-size: 0.9em;
            color: #58595b;
        }

    div.me-thumb .me-fbp a {
        color: #333 !important;
    }

        div.me-thumb .me-fbp a:hover:not(.btn-download) {
            color: red !important;
        }

.me-fbp-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    width: 100%;
    margin-top: calc(var(--legacy-rem) * 0.5px);
}

    .me-fbp-links a.btn-download {
        display: block;
        width: 30px;
        height: 30px;
        margin-left: calc(var(--legacy-rem) * 0.3px);
        border-radius: 100%;
        background: #666 url(/images/fa-icons/download-white.svg) no-repeat center center;
        background-size: 15px 15px;
        flex-shrink: 0;
        flex-grow: 0;
    }

        .me-fbp-links a.btn-download:hover {
            background-color: red;
        }


img.me-thumb {
    margin: 10px 0;
    /*border: 1px solid #ddd !important;*/
    box-shadow: rgb(55 50 50 / 72%) 0px 2px 2px 0px;
}

.episode img {
    max-width: 150px;
}

div.center div.me-thumb {
    float: none;
    justify-content: center;
}

div.me-video,
div.me-block {
    float: left;
    position: relative;
    overflow: hidden;
}

    div.me-video i {
        display: block;
    }



div.me-group {
    overflow: auto;
}

@supports (flex-wrap: wrap) {
    div.me-thumb {
        float: none;
        display: flex;
    }

        div.me-thumb .me-btn {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            flex-wrap: wrap;
            align-items: center;
            cursor: pointer;
        }

            div.me-thumb .me-btn div {
                flex-grow: 2;
            }

    div.me-group {
        display: flex;
        flex-wrap: wrap;
    }

    @media (max-width: 450px) {

        .me-fbp-links {
            justify-content: center;
        }

            .me-fbp-links a.btn-download {
                margin-left: calc(var(--legacy-rem) * 1px)
            }
    }
}

div.me-group-1x-full {
    overflow: auto;
}

div.me-group-1x-nav {
    overflow: auto;
}

div.me-group-2x {
    overflow: auto;
}



div.me-group-1x-full div.me-video {
    float: none;
    width: 100%;
    margin: 0 0 1% 0;
}

    div.me-group-1x-full div.me-video iframe {
        width: 100%;
        height: 516px;
        max-width: 932px;
        max-height: 524px;
    }

div.me-group-2x div.me-video,
div.me-group-2x div.me-block {
    width: 49%;
    margin: 0 0 1% 1%;
}

    div.me-group-2x div.me-video:nth-child(odd),
    div.me-group-2x div.me-block:nth-child(odd) {
        clear: both;
        margin-right: 1%;
        margin-left: 0;
    }

    div.me-group-2x div.me-video iframe {
        width: 100%;
        height: 253px;
        max-width: 456px;
        max-height: 257px;
    }


/* Expandable Section */
.sec_exp {
    margin-top: 4px;
}

    .sec_exp .collapsed, .sec_exp .expanded {
        color: #08c;
        text-decoration: underline;
    }



.expand-fa {
}

    .expand-fa a {
        color: #08c;
        text-decoration: none;
    }

        .expand-fa a:hover {
            text-decoration: underline;
        }

    .expand-fa i {
        padding: calc(var(--legacy-rem) * 0.3px);
        line-height: 1em;
        float: right;
        color: #999
    }


.expand-button {
    display: inline-block;
    background: #e3e3e3;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
    -moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
    -ms-box-shadow: inset 0 0 1px 1px #f6f6f6;
    -o-box-shadow: inset 0 0 1px 1px #f6f6f6;
    box-shadow: inset 0 0 1px 1px #f6f6f6;
    color: #666;
}

    .expand-button:hover {
        color: #222;
        border: 1px solid #3c7fb1;
        background: #eaf6fd; /* #d9d9d9 */
        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);
        color: #222;
        cursor: pointer;
    }

    .expand-button p {
        margin: 0;
        padding: 0 10px 0 22px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }

        .expand-button p.collapsed {
            background-image: url(/images/arrow_down.png);
            background-position: 7px 7px;
            background-repeat: no-repeat;
        }

        .expand-button p.expanded {
            background-image: url(/images/arrow_up.png);
            background-position: 7px 7px;
            background-repeat: no-repeat
        }




/*-------- SITE SPECIFIC --------*/
div#m_content h1:first-child,
div#m_content h1.first-child {
    margin-top: 0px;
}
/* sec_exp_feature done in product_feature.css */
.sec_exp_about {
    margin-top: 4px;
}

    .sec_exp_about .collapsed,
    .sec_exp_about .expanded {
    }

.terms fieldset {
    padding: 8px;
    margin-top: 15px;
}

    .terms fieldset legend {
        font-size: 10pt;
        font-weight: bold;
        line-height: 14pt;
        color: #ff0000;
        padding-left: 5px;
        padding-right: 10px;
        background-color: #FFFFFF;
    }

    .terms fieldset p {
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .terms fieldset h3 {
        margin-top: 1.8em;
    }

        .terms fieldset h3:first-child {
            margin-top: 5px;
        }



.yt-link {
}

.yt-logo {
    height: 16px;
    margin-bottom: -3px;
}

.yt-screen {
    width: 100%;
    margin-top: calc(var(--legacy-rem) * 0.5px);
}



/*-------- ExternalPage --------*/

html.me-ep {
    overflow-y: hidden;
    height: auto;
}

    html.me-ep body {
        height: auto;
    }

.me-ep #m_global_wrapper {
    height: auto;
}

.me-app {
}

    .me-app * {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-touch-select: none;
        -khtml-user-select: none;
        -moz-touch-select: none;
        -moz-user-select: none;
        -ms-touch-select: none;
        -ms-user-select: none;
        user-touch: none;
        user-select: none;
    }

    .me-app input,
    .me-app textarea {
        -webkit-touch-callout: auto;
        -webkit-user-select: auto;
        -khtml-touch-select: auto;
        -khtml-user-select: auto;
        -moz-touch-select: auto;
        -moz-user-select: auto;
        -ms-touch-select: auto;
        -ms-user-select: auto;
        user-touch: auto;
        user-select: auto;
    }


/*-------- RESPONSIVE [MENZ 2020-05-21] --------*/
/*--  PC's Tablets : Modifications  --*/
@media (min-width: 451px) {
    div.me-thumb.app .me-btn,
    div.me-thumb.mp4 .me-btn {
        padding: 10px 16px;
        width: 372px;
    }

    div.me-video,
    div.me-block {
        margin: 0 20px 20px 0;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    div.me-video:nth-child(odd),
    div.me-block:nth-child(odd) {
        clear: both;
    }
}

@media (min-width: 1367px) {
}
/*--  special would like to put into above rules or at least using the same withs of 451, 768, 992, 1367  --*/
@media (max-width: 667px) and (min-width: 453px) {
    div.me-group div.me-thumb:nth-child(odd) {
        clear: both;
    }
}

@media (max-width: 882px) and (min-width: 668px) {
    div.me-group div.me-thumb:nth-child(3n+1) {
        clear: both;
    }
}

@media (min-width: 883px) {
    div.me-group div.me-thumb:nth-child(4n+1) {
        clear: both;
    }
}
/*--  PC's Tablets : wrap some elements if less than 660px  --*/
@media (max-width: 660px) {
}
/*--  Mobile/iPad : Modifications --*/
@media (max-width: 450px), only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
}
/*--  Mobile ONLY : Modifications --*/
@media (max-width: 450px) {
    .row--fullwidth {
        margin: 0;
    }

    div.me-video,
    div.me-block,
    div.me-group-1x-full div.me-video,
    div.me-group-2x div.me-video,
    div.me-group-2x div.me-block {
        float: none;
        width: 100%;
        margin: 0 0 1em 0;
    }

    div.me-group button {
        float: none;
        display: block;
        width: 100%;
        margin: 1em 0;
    }

    div.me-thumb {
        float: none;
        display: block;
        width: 100%;
        margin: 1em 0;
    }

        div.me-thumb .me-btn {
            float: none;
            display: block;
            width: 98%;
            margin: 1em 1%;
            padding: 1em 0;
        }
}

@media (max-width: 320px) {
    div.me-group-1x-full div.me-video iframe {
        width: 100%;
        height: 180px;
        max-width: 320px;
        max-height: 180px;
    }

    div.me-group-2x div.me-video iframe {
        width: 100%;
        height: 180px;
        max-width: 320px;
        max-height: 180px;
    }
}

@media (max-width: 450px) and (min-width: 321px) {
    div.me-group-1x-full div.me-video iframe {
        width: 100%;
        height: 236px;
        max-width: 420px;
        max-height: 236px;
    }

    div.me-group-2x div.me-video iframe {
        width: 100%;
        height: 236px;
        max-width: 420px;
        max-height: 236px;
    }
}
/*--  iPad ONLY : Modifications --*/
/* to do 3/4 and (-webkit-min-device-pixel-ratio: 2) or 1/2 and (-webkit-min-device-pixel-ratio: 1) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
}
/*-------- MOBILE SITE --------*/
.std-show {
    display: block !important;
}

.mob-show, .mob-only {
    display: none !important;
}

@media screen and (max-width: 960px) {
    .mob .std-show {
        display: none !important;
    }

    .mob .mob-show,
    .mob .mob-only {
        display: block !important;
    }

    .mob .mob-hide,
    .mob .h1-logo-r {
        display: none !important;
    }

    .mob .mob-center {
        text-align: center;
    }

    .mob .mob-tofix {
        display: none;
    }

    .mob body,
    .mob .body {
        font-size: calc(var(--legacy-rem) * 1.2px);
        line-height: 1.6em;
    }

    .mob .medium {
        font-size: 0.9em !important;
        line-height: 1.5em !important;
    }

    .mob em.pageright-subtext {
        float: none;
        display: block;
        width: 100%;
        margin: 5px 0;
    }

    .mob fieldset.note-download {
        float: left;
        width: auto;
        margin: 0 0 10px 0;
    }



    /* FORMS */

    .mob div.form_block input[type="text"],
    .mob div.form_block input[type="number"],
    .mob div.form_block input[type="email"],
    .mob div.form_block input[type="tel"],
    .mob div.form_block input[type="password"],
    .mob div.form_block div.result {
        margin-bottom: 5px;
        height: 2.2em;
        font-size: 1.1em;
    }

    .mob h3.bg-lgrey {
        padding: 2px;
    }

        .mob h3.bg-lgrey .pageright {
            padding: 0px !important;
        }

    .mob .align-h label {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }
}

@media screen and (min-width: 961px) {
    .mob div.form_block input[type="text"],
    .mob div.form_block input[type="number"],
    .mob div.form_block input[type="email"],
    .mob div.form_block input[type="tel"],
    .mob div.form_block input[type="password"],
    .mob div.form_block div.result {
        margin-bottom: 5px;
        height: 2.2em;
        font-size: 1.1em;
    }
}

@media screen and (max-width: 560px) {

    .pageleft,
    .page-l,
    .pageright,
    .page-r,
    .alignleft,
    .align-l,
    .alignright,
    .align-r,
    .photo-l,
    .photo-r,
    .photo-border-r {
        float: none;
        padding: 0;
        margin: 0;
    }

    .mob .align-l.em1 {
        padding: 0;
    }

    .mob .align-r.em1 {
        padding: 0;
    }

    .mob-center {
        text-align: center;
    }

    .mob .photo-border-r-mob {
        margin: 0 0 calc(var(--legacy-rem) * 0.5px) calc(var(--legacy-rem) * 0.5px);
    }

    .mob-align-c {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .mob-hide {
        display: none;
    }


    .mob-margin-bottom-1 {
        margin-bottom: calc(var(--legacy-rem) * 1px) !important;
    }

    .mob-margin-bottom-2 {
        margin-bottom: calc(var(--legacy-rem) * 2px) !important;
    }

    .mob-margin-bottom-3 {
        margin-bottom: calc(var(--legacy-rem) * 3px) !important;
    }

    .mob-margin-bottom-4 {
        margin-bottom: calc(var(--legacy-rem) * 4px) !important;
    }

    .mob-margin-bottom-5 {
        margin-bottom: calc(var(--legacy-rem) * 5px) !important;
    }
}
