<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('global_buttons.css?cv=3');
@import url('global_grid.css?cv=3');
@import url('global_loaders.css?cv=3');
@import url('questions.css');

/* 
    This style sheet uses @import to make it more manageable 
    These must be declared at the very top of this style sheet

    Order:
    reset.css
    global.css
    page.css or .....
*/


/*
dt - have put under meui grid only as it breaks slides.. and who knows what else
*,
*::before,
*::after {box-sizing: border-box;}
*/



/*-------- LAYOUT --------*/
html, body {
    padding: 0;
    margin: 0;
    min-height: 100%;
    height: auto;
    -webkit-font-smoothing: antialiased;
}

html {
    overflow-y: scroll;
    font-size: 12px;
    height: 100%;
}

body {
    /*background-color: #faf9f7;*/
    background-color: #fff;
    height: 100%;
    font-family: 'Inter', 'Open Sans', sans-serif;
}

    body.me-light {
        background-color: #fff;
    }

#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;
}

/* 
these files have changes for .mobile or .ie in global.master.vb
Global navigation                       css/global_nav.css
header, login, section, main, footer       css/global_layout.css
*/





/*------- CONTENT --------*/


/* 
    
    HEADERS - Mainly : h1 - h2 - H3 (h4 - h6 use for alts) 
    Roboto: 100,300,400,500,700

*/

/*h7:after{
    content: "- error don't use H7";
    background-color: #FFFF00;
}*/



/*------- Global [MENZ 2020-05-21]  --------*/
/* text tags */
h1, h2, h3, h4, h5, 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 {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 0.2em;
    font-weight: 700;
}

h2 {
    font-size: 1.6rem;
    margin-top: 1.6em;
    font-weight: 700;
}

h3 {
    font-size: 1.3rem;
    margin-top: 1.8em;
    color: #333;
    font-weight: 700;
}

h4 {
    font-size: 1.4rem;
    margin-top: 1.4em;
}

h5, h6 {
    font-size: 1.2rem;
    margin-top: 1.4em;
    color: #333;
}

.thin {
    font-weight: 100 !important;
    font-size: 4rem;
    line-height: 1.2em;
}

h1.thin,
h2.thin {
    font-weight: 300 !important;
    font-size: 3.5rem;
}

h3.thin {
    font-weight: 300 !important;
    font-size: 3rem;
}

h4.thin {
    font-weight: 300 !important;
    font-size: 2.4rem;
}

h3.thin-sm {
    font-weight: 300 !important;
    font-size: 1.5rem;
    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: 1.2rem;
    line-height: 1.4em;
    color: #666;
    text-align: left;
}

    body table {
        font-size: 1.2rem;
        line-height: 1.55em;
    }


.rdsgn-body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6em;
    color: #666;
    text-align: left;
}

p {
    margin-top: 1.0em;
    margin-bottom: 1.5em;
}

    p.summary {
        /*same as -- summary.css p.summarytext*/
        font-size: 1.25rem;
        line-height: 1.5em;
    }

h3 + p {
    margin-top: .25rem;
}

a {
    color: #08c;
    text-decoration: none;
}

    a:link,
    .link {
        color: #08c;
        text-decoration: none;
    }

        a:visited,
        .link:visited {
            color: #08c;
            text-decoration: none;
        }

        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 {
    -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: 1rem;
}

legend {
    max-width: 100%;
    padding: 0 0.6rem;
}

    legend.h4 {
        -webkit-font-smoothing: antialiased;
        font-family: 'Roboto', 'Open Sans', sans-serif;
        font-weight: 400;
        color: #000000;
        line-height: 1.4em;
        font-size: 1.4rem;
    }

fieldset.note-download {
    float: right;
    margin: 5px 0 10px 35px;
    padding: 8px;
    width: 300px;
    min-height: 1px;
}


sup, .sup {
    line-height: 1em;
    font-size: .7em;
    /*todo check in all browsers vertical-align: top;*/
    vertical-align: super;
    text-decoration: none;
}

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: 2.5rem;
    font-weight: 700;
}

.article h3 {
    font-weight: 700;
    font-size: 2rem;
}

.article p,
.article ul {
    line-height: 150%;
    color: black;
    font-size: 1.4rem;
}



/* inputs */
input,
textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px; /*Dont change DT*/
}

    input[type="radio"],
    label {
        cursor: pointer;
    }


        label input[type="radio"],
        label input[type="checkbox"] {
            vertical-align: top;
            margin-top: 3px;
        }



.recaptcha-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin-top: 1rem;
}


/* indents lists */
ul {
    margin-bottom: 5px;
    margin-top: 1em;
    list-style-type: square;
}

    ul.circle {
        list-style-type: circle;
    }

    ul li {
        margin-left: 0px;
        margin-bottom: 1em;
        list-style-position: outside;
    }


ol {
    margin-top: 1em;
    list-style-position: outside;
}

    ol li {
        margin-left: 0px;
        margin-bottom: 1em;
    }

    ul.tight, ol.tight {
        margin-top: 0.5rem;
    }

        ul.tight li, ol.tight li {
            margin-bottom: 0.5rem;
        }

    ul.center li,
    ol.center li {
        list-style-position: inside;
    }
in-bottom: 0.25rem;
    }


/* 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 {
    font-size: 0.9rem !important;
    line-height: 1.5em;
    color: #484848;
    font-weight: normal;
}

.medium {
    font-size: 1rem;
    line-height: 1.5em;
    color: #58595b;
    font-weight: normal;
}

.large {
    font-size: 1.4rem;
    font-family: Roboto;
    line-height: 150%;
    color: black;
}

.uppercase {
    text-transform: uppercase;
}

.letter-spacing-1 {
    letter-spacing: .1rem;
}

.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: 1rem;
    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: 2rem;
    margin: 1rem;
    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: 1rem;
        -moz-border-radius: 1rem;
        border-radius: 1rem;
    }

    .info-box.nav {
        margin: 0;
        padding: 0.5rem;
        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: 1rem;
    line-height: 1.5em;
    color: #888;
    font-weight: normal;
}

.footnote {
    font-size: .8rem;
    color: #888;
}

.background-clip-bb {
    background-clip: border-box;
}

.background-clip-cb {
    background-clip: content-box;
}



/* margin */
.margin-05 {
    margin: .5rem;
}

.margin,
.margin-1 {
    margin: 1rem !important;
}

.margin-2 {
    margin: 2rem !important;
}

.margin-3 {
    margin: 3rem !important;
}


.margin-top-05 {
    margin-top: .5rem;
}

.margin-top,
.margin-top-1 {
    margin-top: 1rem !important;
}

.margin-top-2 {
    margin-top: 2rem !important;
}

.margin-top-3 {
    margin-top: 3rem !important;
}

.margin-top-4 {
    margin-top: 4rem !important;
}

.margin-top-5,
.margin-top-more {
    margin-top: 5rem !important;
}

.margintop {
    margin-top: 10px !important;
}

.moremargintop {
    margin-top: 50px !important;
}

.margin-right-05 {
    margin-right: .5rem;
}

.margin-right-1 {
    margin-right: 1rem;
}

.margin-left-05 {
    margin-left: .5rem;
}

.margin-left-1 {
    margin-left: 1rem;
}


.margin-bottom,
.margin-bottom-1 {
    margin-bottom: 1rem !important;
}

.margin-bottom-2 {
    margin-bottom: 2rem !important;
}

.margin-bottom-3 {
    margin-bottom: 3rem !important;
}

.margin-bottom-4 {
    margin-bottom: 4rem !important;
}

.margin-bottom-5 {
    margin-bottom: 5rem !important;
}

.margin-bottom-05 {
    margin-bottom: .5rem;
}

.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: 1rem !important;
}

.padding-2 {
    padding: 2rem !important;
}

.padding-3 {
    padding: 3rem !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-top-1 {
    padding-top: 1rem !important;
}

.padding-top-2 {
    padding-top: 2rem !important;
}

.padding-top-3 {
    padding-top: 3rem !important;
}

.padding-top-4 {
    padding-top: 4rem !important;
}

.padding-top-5 {
    padding-top: 5rem !important;
}


.padding-bottom-1 {
    padding-bottom: 1rem !important;
}

.padding-bottom-2 {
    padding-bottom: 2rem !important;
}

.padding-bottom-3 {
    padding-bottom: 3rem !important;
}

.padding-bottom-4 {
    padding-bottom: 4rem !important;
}

.padding-bottom-5 {
    padding-bottom: 5rem !important;
}

.padding-left-1 {
    padding-left: 1rem !important;
}

.padding-left-2 {
    padding-left: 2rem !important;
}

.padding-left-3 {
    padding-left: 3rem !important;
}

.padding-left-4 {
    padding-left: 4rem !important;
}

.padding-left-5 {
    padding-left: 5rem !important;
}


.padding-right-1 {
    padding-left: 1rem !important;
}

.padding-right-2 {
    padding-left: 2rem !important;
}

.padding-right-3 {
    padding-left: 3rem !important;
}

.padding-right-4 {
    padding-left: 4rem !important;
}

.padding-right-5 {
    padding-left: 5rem !important;
}



.padding-no {
    padding: 0 !important;
}

.row--fullwidth {
    margin: 0 -30px;
}



/* border */
.border-top-1 {
    margin-top: 1rem !important;
    border-top: 1px solid #ddd;
    padding-top: 1rem !important;
}

.border-top-2 {
    margin-top: 2rem !important;
    border-top: 1px solid #ddd;
    padding-top: 2rem !important;
}

.border-top-3 {
    margin-top: 3rem !important;
    border-top: 1px solid #ddd;
    padding-top: 2rem !important;
}

.border-top-4 {
    margin-top: 4rem !important;
    border-top: 1px solid #ddd;
    padding-top: 2rem !important;
}

.border-top-5 {
    margin-top: 5rem !important;
    border-top: 1px solid #ddd;
    padding-top: 2rem !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: 1rem;
    }

.alignright,
.align-r,
.align-r-mob {
    float: right;
    min-height: 1px;
}

    .align-r.em1,
    .align-r-mob.em1 {
        padding-left: 1rem;
    }

.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 2rem 0.5rem 0;
}

.photo-r,
.photo-r-mob {
    float: right;
    padding: 0 0 0.5rem 2rem;
}

.photo-border,
.photo-border-r,
.photo-border-r-mob {
    padding: 0.5rem;
    background-color: White;
    border: 1px solid #ddd;
}

.photo-border-r,
.photo-border-r-mob {
    float: right;
    margin: 0 0 2rem 2rem;
}

.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: 1rem;
}

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 .125rem .25rem rgba(0,0,0,.075) !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

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


/* button and groups */
.clickable,
.pointer,
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: 0.5rem;
}

    .me-fbp-links a.btn-download {
        display: block;
        width: 30px;
        height: 30px;
        margin-left: 0.3rem;
        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: 1rem
            }
    }
}

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: 0.3rem;
        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: 0.5rem;
}



/*-------- 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,
    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,
    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: 1.2rem;
        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 div.form_block input[type="submit"] {
        min-width: 100px;
        height: 40px;
        font-weight: bold;
        color: #000000;
        font-size: 16px;
        margin-top: 0px;
        padding: 0 15px;
        border: 1px solid #bbb;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        background-color: #f2f2f2;
        background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#d4d4d4));
        background: -webkit-linear-gradient(top, #f2f2f2, #d4d4d4);
        background: -moz-linear-gradient(top, #f2f2f2, #d4d4d4);
        background: -ms-linear-gradient(top, #f2f2f2, #d4d4d4);
        background: -0-linear-gradient(top, #f2f2f2, #d4d4d4);
        background: linear-gradient(top, #f2f2f2, #d4d4d4);
        -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;
    }

        .mob div.form_block input[type="submit"]:hover,
        .mob div.form_block input[type="submit"]:focus {
            color: #000 !important;
            border: 1px solid #3c7fb1;
            background-color: #e6f5fd;
            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: -0-linear-gradient(top, #eaf6fd, #afdef8);
            background: linear-gradient(top, #eaf6fd, #afdef8);
            cursor: pointer;
        }

        .mob div.form_block input[type="submit"].submitsmall,
        .mob div.form_block input[type="submit"].inline {
            min-width: 70px;
            height: 25px;
            font-weight: normal;
            font-size: 14px;
            margin-top: 0em;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 50px;
            border-radius: 5px;
        }*/

    .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 0.5rem 0.5rem;
    }

    .mob-align-c {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .mob-hide {
        display: none;
    }


    .mob-margin-bottom-1 {
        margin-bottom: 1rem !important;
    }

    .mob-margin-bottom-2 {
        margin-bottom: 2rem !important;
    }

    .mob-margin-bottom-3 {
        margin-bottom: 3rem !important;
    }

    .mob-margin-bottom-4 {
        margin-bottom: 4rem !important;
    }

    .mob-margin-bottom-5 {
        margin-bottom: 5rem !important;
    }
}
</pre></body></html>