﻿/* ColorSchema 

White - #FFFFFF
Dark Grey - #58595A
Light Grey - #cbcccd

*/

/* StartL */
html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: Arial;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

*, *:before, *:after {
    box-sizing: inherit
}

body {
    margin: 0
}

img {
    border-style: none
}

/* Custom */
.imgSplash {
    background-position: center;
    background-size: cover;
    background-image: url("/images/Background.png");
    min-height: 100%;
}

.txtSplashTitle {
    color: white;
    text-shadow: 2px 2px 4px #58595A;
}

.w3-text-white, .w3-hover-text-white:hover {
    color: #fff !important
}

.w3-hide-small {
    display: none !important
}

.w3-btn {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

    .w3-btn:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
    }

.w3-btn {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w3-white, .w3-hover-white:hover {
    color: #000 !important;
    background-color: #fff !important
}

.w3-padding-large {
    padding: 12px 24px !important
}

.w3-margin-top {
    margin-top: 16px !important
}

.w3-opacity, .w3-hover-opacity:hover {
    opacity: 0.60
}

.w3-opacity-off, .w3-hover-opacity-off:hover {
    opacity: 1
}

.w3-round-small {
    border-radius: 10px;
}

.w3-display-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0
}

.w3-text-grey, .w3-hover-text-grey:hover, .w3-text-gray, .w3-hover-text-gray:hover {
    color: #757575 !important
}


/* FormatL */
.w3-container:after, .w3-container:before, .w3-panel:after, .w3-panel:before, .w3-row:after, .w3-row:before, .w3-row-padding:after, .w3-row-padding:before,
.w3-cell-row:before, .w3-cell-row:after, .w3-clear:after, .w3-clear:before, .w3-bar:before, .w3-bar:after {
    content: "";
    display: table;
    clear: both
}

w3-content, .w3-auto {
    margin-left: auto;
    margin-right: auto
}

.w3-content {
    max-width: 980px
}

.w3-auto {
    max-width: 1140px
}

.svc-wrapper {
    width: 100%;
}

.svc-top, .svc-bottom {
    position: fixed;
    width: 100%;
    z-index: 1
}

.svc-top {
    top: 0;
}

.svc-d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.svc-align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.svc-container:after, .svc-container:before {
    content: "";
    display: table;
    clear: both
}

.svc-content, .svc-auto {
    margin-left: auto;
    margin-right: auto
}

.svc-content {
    max-width: 980px
}

.svc-auto {
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px
}

/* LinkL */
.svc-login-form-link {
    color: #717273 !important;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
    margin-right: 14px;
}


/* TextL */
.w3-text-underline-small {
    text-decoration: underline;
    text-underline-offset: 12px;
    text-decoration-thickness: 2px;
}


/* AlignmentL */
.w3-left-align {
    text-align: left !important
}

.w3-right-align {
    text-align: right !important
}

.w3-center {
    text-align: center !important
}


/* LineheightL */
.svc-Line-Height {
    line-height: 1.5;
}


/* FormatL */
.w3-row-padding, .w3-row-padding > .w3-half, .w3-row-padding > .w3-third, .w3-row-padding > .w3-twothird, .w3-row-padding > .w3-threequarter, .w3-row-padding > .w3-quarter, .w3-row-padding > .w3-col {
    padding: 0 8px
}

.w3-col, .w3-half, .w3-third, .w3-twothird, .w3-threequarter, .w3-quarter {
    float: left;
    width: 100%
}

    .w3-col.m1 {
        width: 8.33333%
    }

    .w3-col.m2 {
        width: 16.66666%
    }

    .w3-col.m3, .w3-quarter {
        width: 24.99999%
    }

    .w3-col.m4, .w3-third {
        width: 41.66666%
    }

    .w3-col.m5 {
        width: 41.66666%
    }

    .w3-col.m6, .w3-half {
        width: 58.33333%
    }

    .w3-col.m7 {
        width: 58.33333%
    }

    .w3-col.m8, .w3-twothird {
        width: 66.66666%
    }

    .w3-col.m9, .w3-threequarter {
        width: 74.99999%
    }

    .w3-col.m10 {
        width: 83.33333%
    }

    .w3-col.m11 {
        width: 91.66666%
    }

    .w3-col.m12 .w3-full {
        width: 99.99999%
    }

.svc-full {
    width: 99.99999%
}


/* MenuL */
.menubar {
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    color: #fff !important;
    border-top-style: hidden;
    border-bottom-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;  
    border-color: #58595A;
    border-width: 1px;
}

.svc-pagebar {
    overflow: hidden;
    position: fixed;
    top: 74px;
    width: 100%;
    padding-top: 15px;
    padding-left: 30px;
    padding-bottom: 15px;
    padding-right: 0px;
}

.splash-grp1,
.splash-grp2 {
    overflow: hidden;
    width: 100%;
}

.splash-grp1 {
    float: left;
    width: 69%;
    padding-top: 4px;
    padding-left: 12px;
    padding-bottom: 6px;
}
    .splash-grp1 .splash-col {
        float: inherit;
        width: auto;
        padding-top: 7px;
    }
        .splash-grp1 .splash-col img {
            width: 398px;
            height: 43px;
        }

.splash-grp2 {
    float: right;
    width: 29%;
    padding-top: 20px;
    padding-bottom: 6px;
    padding-right: 18px;
}

    .splash-grp2 .splash-col-button {
        float: inherit;
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
    }

    .splash-grp2 .tooltiptext {
        visibility: hidden;
        width: 70px;
        background-color: #58595A;
        color: #ffffff;
        font-size: 13px;
        font-weight: normal;
        text-align: center;
        font-family: Arial;
        border-radius: 6px;
        padding: 6px 0;
        position: absolute;
        z-index: 1;
        bottom: 26%;
        right: 2%;
        margin-right: 18px;
        opacity: 0;
        transition: opacity 4.0s;
    }

        .splash-grp2 .tooltiptext::after {
            content: "";
            position: absolute;
            top: 39%;
            left: 70%;
            margin-left: 21px;
            border-width: 4px;
            border-style: solid;
            border-color: transparent transparent transparent #58595A;
        }

    .splash-grp2 :hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

   /* .splash-grp2 .splash-col-button {
        float: inherit;
        display: inline-block;
        padding: 6px 20px;
        vertical-align: middle;
        overflow: hidden;
        text-decoration: none;
        color: #FFFFFF;
        background-color: #727374;
        border: 2px solid;
        border-color: white;
        text-align: center;
        cursor: pointer;
        white-space: nowrap;
        font-weight: 500;
        font-size: 17px;
        border-radius: 10px;
        margin-top: -6px;
    }*/

        /*.splash-grp2 .splash-col-button:link {
            background-color: #727374;
            color: #FFFFFF;
            text-decoration: none;
        }

        .splash-grp2 .splash-col-button:visited {
            background-color: #727374;
            color: #FFFFFF;
            text-decoration: none;
        }

        .splash-grp2 .splash-col-button:hover {
            background-color: #58595a;
            color: #FFFFFF;*/
            /* border: 1px solid;
            border-color: #2e5233;*/
        /*}*/

        /*.splash-grp2 .splash-col-button:active {
            background-color: #58595a;
            color: #FFFFFF;*/
            /* border: 1px solid;
            border-color: #2e5233;*/
        /*}*/

       /* .splash-grp2 .splash-col-hidden-a {
            text-align: center;
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
            padding-right: 20px;
        }*/

.menu-grp1,
.menu-grp2 {
    overflow: hidden;
    width: 100%;
}
 
.menu-grp1 {
    float: left;
    width: 61%;
    padding-top: 8px;
    padding-bottom: 12px;
}

    .menu-grp1 .menu-col {
        float: inherit;
        width: auto;
        padding-top: 7px;
        margin-left: 0px;
    }

        .menu-grp1 .menu-col img {
            width: 398px;
            height: 43px;
        }

.menu-grp2 {
    float: right;
    width: 39%;
    padding-top: 29px;
    padding-bottom: 12px;
    padding-left: 39px;
}

    .menu-grp2 .menu-col-a {
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        padding-right: 18px;
    }

        .menu-grp2 .menu-col-a:link {
            color: #58595A;
            opacity: 1.0;
            text-decoration: none;
        }

        .menu-grp2 .menu-col-a:visited {
            color: #58595A;
            opacity: 1.0;
            text-decoration: none;
        }

        .menu-grp2 .menu-col-a:hover {
            color: #323334;
            opacity: 0.5;
            text-decoration: none;
            /*text-decoration: underline;
            text-underline-offset: 4px;
            text-decoration-thickness: 2px;
            text-decoration-color: #58595A;*/
        }

        .menu-grp2 .menu-col-a:active {
            color: #323334;
            opacity: 0.5;
            text-decoration: none;
        }

    .menu-grp2 img {
        margin-bottom: -4px;
    }

   /* .menu-grp2 .menu-col-button {
        padding-left: 8px;
        vertical-align: middle;
        overflow: hidden;
        cursor: pointer;
    }*/

   /* .menu-grp2 .menu-col-button {
        display: inline-block;
        padding: 6px 20px;
        vertical-align: middle;
        overflow: hidden;
        text-decoration: none;
        color: #FFFFFF;
        background-color: #727374;
        border: 1px solid;
        border-color: white;
        text-align: center;
        cursor: pointer;
        white-space: nowrap;
        font-weight: 500;
        font-size: 17px;
        border-radius: 10px;
        margin-top: -6px;
    }*/

        /*.menu-grp2 .menu-col-button:link {
            background-color: #727374;
            color: #FFFFFF;
            text-decoration: none;
        }

        .menu-grp2 .menu-col-button:visited {
            background-color: #727374;
            color: #FFFFFF;
            text-decoration: none;
        }

        .menu-grp2 .menu-col-button:hover {
            background-color: #58595a;
            color: #FFFFFF;*/
            /* border: 1px solid;
            border-color: #58595A;*/
        /*}

        .menu-grp2 .menu-col-button:active {
            background-color: #58595a;contact-form-d
            color: #FFFFFF;*/
            /*  border: 1px solid;
            border-color: #58595A;*/
        /*}*/

    .menu-grp2 .menu-col-hidden-a {
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        padding-right: 20px;
    }


/* BodyL */
.svc-page-body {
    padding-top: 156px;
}
    .svc-page-body .body-col1 {
        padding-left: 18px;
        padding-bottom: 33px;
    }

    .svc-page-body .body-col2 {
        padding-bottom:20px;
    }

.svc-support-body {
    padding-top: 154px;
}
    .svc-support-body .support-body-col1 {
        padding-left: 18px;
        padding-bottom: 33px;
    }

    .svc-support-body .support-body-col2 {
        padding-bottom: 20px;
    }

.svc-splash-grp1 {
    padding-top: 395px;
    padding-left: 45px;
    padding-right: 10px;
    padding-bottom: 110px;
}

.svc-body-grp1 {
    padding-top: 135px;
    padding-left: 0px;
    padding-bottom: 75px;
    padding-right: 0px;
}

.svc-body-grp2 {
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 84px;
    padding-right: 0px;
}

.svc-body-padding-top {
    padding-top: 75px !important;
}

.svc-body-padding-left {
    padding-left: 470px !important
}

.svc-body-contact-r1 {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px
}

.svc-body-support-r1 {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px
}

.svc-body-support-r2 {
    height: 790px
}

.svc-privacy-body {
    padding-top: 147px;
}

.svc-contactresponse-body {
    padding-top: 156px;
    padding-bottom: 645px;
}

/* FooterL */
.svc-footerbar-l {
    padding-top: 12px;
    padding-bottom: 12px;
}

.footer-col1,
.footer-col2,
.footer-col3,
.footer-col4,
.footer-col5 {
    display: inline-block;
    vertical-align: top;
}

.footer-col1 {
    width: 8%;
    padding-top: 4px;
    padding-right: 10px;
}
    .footer-col1 img {
        width: 60px;
        height: 27px;
    }

.footer-col2 {
    width: 23%;
    padding-top: 10px;
}
    .footer-col2 .footer-link {
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        padding-right: 20px;
        text-decoration: none;
    }

        .footer-col2 .footer-link:link {
            color: #58595A !important;
            opacity: 1.0;
            text-decoration: none;
        }

        .footer-col2 .footer-link:visited {
            color: #58595A !important;
            opacity: 1.0;
            text-decoration: none;
        }

        .footer-col2 .footer-link:hover {
            color: #323334;
            opacity: 0.5;
            text-decoration: none;
        }

        .footer-col2 .footer-link:active {
            color: #323334;
            opacity: 0.5;
            text-decoration: none;
        }

    .footer-col2 img {
        margin-bottom: -2px;
        margin-right: 1px;
    }

.footer-col3 {
    width: 10%;
    padding-top: 4px;
}

.footer-col4 {
    width: 10%;
    padding-top: 10px;
}
    .footer-col4 .footer-link {
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        padding-right: 20px;
        text-decoration: none;
    }

        .footer-col4 .footer-link:link {
            color: #58595A !important;
            opacity: 1.0;
            text-decoration: none;
        }

        .footer-col4 .footer-link:visited {
            color: #58595A !important;
            opacity: 1.0;
            text-decoration: none;
        }

        .footer-col4 .footer-link:hover {
            color: #323334;
            opacity: 0.5;
            text-decoration: none;
        }

        .footer-col4 .footer-link:active {
            color: #323334;
            opacity: 0.5;
            text-decoration: none;
        }

    .footer-col4 img {
        margin-bottom: -2px;
        margin-right: 1px;
    }

.footer-col5 {
    float: right;
    text-align: right;
    /*width: 0%;*/
    padding-top: 10px;
}


/* ControlL */
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus, select:focus {
    color: #58595A !important;
    background-color: #f2f2f2 !important;
}

select option {
    background: white !important;
    color: #58595A !important;
    font-size: 16px;
}

    select option:hover {
        color: #58595A !important;
        background-color: #f2f2f2 !important;
        font-size: 16px;
    }

.svc-select-field {
    width: 100%;
    padding: 10px;
    display: block;
    box-sizing: border-box !important;
    outline: none !important;
    border-width: 0px 0px 0px 0px;
    border: 1px solid;
    border-color: #ccc !important;
    font-size: 16px;
    font-family: Arial;
    color: #58595A !important;
    background-color: #FFFFFF;
    -webkit-appearance: none; /*  */
    -moz-appearance: none; /* Firefox */
    -ms-appearance: none; /* Internet Explorer */
    appearance: none;
    background-repeat: no-repeat;
    background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
    background-position: right 15px top 1em, right 10px top 1em;
    background-size: 5px 5px, 5px 5px;
}

.svc-text-field {
    width: 100%;
    padding: 10px;
    display: block;
    box-sizing: border-box !important;
    outline: none !important;
    border-width: 0 0 0px;
    border: 1px solid #ccc;
    border-color: #ccc !important;
    font-size: 16px;
    font-family: Arial;
    background-color: white;
}

.svc-input-button {
    border: none;
    display: inline-block;
    padding: 12px 20px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #58595A;
    background-color: #FFFFFF;
    border: 1px solid;
    border-color: #ccc;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
    border-radius: 3px;
}

    .svc-input-button:link {
        background-color: #FFFFFF;
        color: #58595A;
        text-decoration: none;
    }

    .svc-input-button:visited {
        background-color: #FFFFFF;
        color: #58595A;
        text-decoration: none;
    }

    .svc-input-button:hover {
        background-color: #f2f2f2;
        color: #58595A;
        border: 1px solid;
        border-color: #ccc;
    }

    .svc-input-button:active {
        background-color: #f2f2f2;
        color: #58595A;
        border: 1px solid;
        border-color: #ccc;
    }

.svc-select-region {
    width: 98px;
    padding: 5px;
    display: block;
    box-sizing: border-box !important;
    outline: none !important;
    border-width: 0px 0px 0px 0px;
    border: 1px solid;
    border-color: #ccc !important;
    border-radius: 3px;
    font-size: 14px;
    font-family: Arial;
    color: #58595A !important;
    background-color: #FFFFFF;
    -webkit-appearance: none; /*  */
    -moz-appearance: none; /* Firefox */
    -ms-appearance: none; /* Internet Explorer */
    appearance: none;
    background-repeat: no-repeat;
    background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
    background-position: right 15px top 1em, right 10px top 1em;
    background-size: 5px 5px, 5px 5px;
}

.svc-login-button {
    width: 90px;
    border: 2px solid;
    border-color: #717273;
    display: inline-block;
    padding-left: 16px;
    padding-top: 3px;
    padding-right: 16px;
    padding-bottom: 3px;
    vertical-align: middle;
    overflow: hidden;
    color: #717273;
    background-color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 500;
    border-radius: 3px;
    font-size: 17px;
    margin-top: -5px;
}

    .svc-login-button:link {
        background-color: #FFFFFF;
        color: #717273;
        text-decoration: none;
    }

    .svc-login-button:visited {
        background-color: #FFFFFF;
        color: #717273;
        text-decoration: none;
    }

    .svc-login-button:hover {
        color: white;
        background-color: #58595A;
    }

    .svc-login-button:active {
        color: white;
        background-color: #58595A;
    }


.svc-login-form-input {
    width: 100%;
    padding: 12px 9px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    font-size: 16px;
    font-family: Arial
}

    .svc-login-form-input:focus {
        border: 1px solid #98999a;
    }

.svc-login-form-button {
    border: none;
    display: inline-block;
    padding: 12px 20px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #58595A;
    border: 1px solid #ccc;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-weight: normal;
    border-radius: 3px;
    font-size: 16px;
}

    .svc-login-form-button:hover,
    .svc-login-form-button:focus {
        border: 1px solid #98999a;
    }

.svc-login-form-close {
    color: #000000;
    float: right;
    font-size: 50px;
    margin-right: -63px;
    margin-top: -45px;
    cursor: pointer;
    text-decoration: none;
}

    .svc-login-form-close :hover,
    .svc-login-form-close :focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
    }


/* FormL */
.svc-form-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table
}

    .svc-form-table td, .svc-form-table th {
        padding-top: 3px;
        padding-left: 0px;
        padding-right: 13px;
        padding-bottom: 0px;
        display: table-cell;
        text-align: left;
        vertical-align: top;
    }

.svc-login-form {
    display: block;
    position: absolute;
    background-color: #ffffff;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 625px;
    z-index: 1;
    border-radius: 4px;
    margin-top: 0px;
    padding-left: 80px;
    padding-top: 45px;
    padding-right: 80px;
    padding-bottom: 10px;
    box-shadow: -3px -2px 24px -14px black;
}


/* TextSizeL */
.w3-jumbo {
    font-size: 56px !important
}

.w3-xxlarge {
    font-size: 42px !important
}

.w3-xlarge {
    font-size: 26px !important
}

.w3-large {
    font-size: 20px !important
}

.w3-medium {
    font-size: 16px !important
}

.w3-small {
    font-size: 14px !important
}

.w3-xsmall {
    font-size: 12px !important
}

.w3-text-underline-big {
    text-decoration: underline;
    text-underline-offset: 15px;
    text-decoration-thickness: 3px;
}


/* BackgroundColorL */
.w3-grey-bkg {
    color: #ffffff !important;
    background-color: #58595A !important
}

.w3-red-bkg {
    color: #ffffff !important;
    background-color: #ba3030 !important
}

.w3-grey-light-bkg {
    color: #000000 !important;
    background-color: #cbcccd !important
}

.w3-white-bkg {
    color: #58595A !important;
    background-color: #ffffff !important
}

.w3-offwhite-bkg {
    color: #58595A !important;
    background-color: #f5f5f5 !important
}

.w3-black-bkg {
    color: #ffffff !important;
    background-color: #000000 !important
}

/* TextColorL */
.w3-grey-txt {
    color: #58595A !important;
}

.w3-grey-txt-semibold {
    color: #58595A !important;
    font-weight: 500;
}

.w3-grey-txt-bold {
    color: #58595A !important;
    font-weight: bold;
}

.w3-red-text {
    color: #ff0000 !important;
}

.w3-grey-light-txt {
    color: #58595A !important;
}

.svc-grey-txt-light {
    color: #98999a !important;
}

.svc-login-form-background {
    color: #fff !important;
    background-color: #58595A !important
}

.svc-grey-txt-bold {
    color: #717273 !important;
    font-weight: bold;
}

.svc-grey-txt {
    color: #58595A !important;
}

.svc-white-txt {
    color: #ffffff !important;
}


/* PaddingL */
.svc-padding-top-2 {
    padding-top: 2px !important;
}

.svc-padding-top-4 {
    padding-top: 4px !important;
}

.svc-padding-top-6 {
    padding-top: 6px !important;
}

.svc-padding-top-8 {
    padding-top: 8px !important;
}

.svc-padding-top-10 {
    padding-top: 10px !important;
}

.svc-padding-top-12 {
    padding-top: 12px !important;
}

.svc-padding-top-14 {
    padding-top: 14px !important;
}

.svc-padding-top-16 {
    padding-top: 16px !important;
}

.svc-padding-top-18 {
    padding-top: 18px !important;
}

.svc-padding-top-20 {
    padding-top: 20px !important;
}

.svc-padding-left-2 {
    padding-left: 2px !important
}

.svc-padding-left-4 {
    padding-left: 4px !important
}

.svc-padding-left-6 {
    padding-left: 6px !important
}

.svc-padding-left-8 {
    padding-left: 8px !important
}

.svc-padding-left-10 {
    padding-left: 10px !important
}

.svc-padding-left-12 {
    padding-left: 12px !important
}

.svc-padding-left-14 {
    padding-left: 14px !important
}

.svc-padding-left-16 {
    padding-left: 16px !important
}

.svc-padding-left-18 {
    padding-left: 18px !important
}

.svc-padding-left-20 {
    padding-left: 20px !important
}

.svc-padding-right-12 {
    padding-right: 20px !important
}

.svc-padding-bottom-20 {
    padding-right: 20px !important
}

.svc-padding-bottom-2 {
    padding-bottom: 2px !important
}

.svc-padding-bottom-4 {
    padding-bottom: 4px !important
}

.svc-padding-bottom-6 {
    padding-bottom: 6px !important
}

.svc-padding-bottom-8 {
    padding-bottom: 8px !important
}

.svc-padding-bottom-10 {
    padding-bottom: 10px !important
}

.svc-padding-bottom-12 {
    padding-bottom: 12px !important
}

.svc-padding-bottom-14 {
    padding-bottom: 14px !important
}

.svc-padding-bottom-16 {
    padding-bottom: 16px !important
}

.svc-padding-bottom-18 {
    padding-bottom: 18px !important
}

.svc-padding-bottom-20 {
    padding-bottom: 20px !important
}

.svc-padding-right-2 {
    padding-right: 2px !important
}


.w3-padding-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important
}

.w3-padding-12 {
    padding-top: 9px !important;
    padding-bottom: 9px !important
}

.w3-padding-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.w3-padding-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.w3-padding-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important
}

.w3-padding-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important
}

.w3-padding-left-12 {
    padding-left: 12px !important
}

.w3-padding-left-6 {
    padding-left: 4px !important
}

.w3-padding-right-6 {
    padding-right: 8px !important
}

.w3-padding-top-8 {
    padding-top: 8px !important;
}

.w3-padding-bottom-20 {
    padding-bottom: 20px !important
}

.w3-padding-top-30 {
    padding-top: 15px !important;
}

.w3-padding-top-36 {
    padding-top: 36px !important;
}

.w3-padding-bottom-8 {
    padding-bottom: 8px !important
}


.svc-padding-bottom-16 {
    padding-bottom: 16px !important
}

.svc-padding-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important
}

.svc-padding-top-8 {
    padding-top: 8px !important;
}

.svc-padding-bottom-12 {
    padding-bottom: 12px !important
}

.svc-padding-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.svc-padding-top-16 {
    padding-top: 16px !important;
}


/* TextFormatL */
.svc-txt-bold {
    font-weight: 600;
}

.svc-body-r1 {
    padding: 154px 0px 70px 0px
}

/* Hide  */
.svc-panel1-m {
    display: none;
}

.menu-grp2-m {
    display: none;
}

.contact-form-m {
    display: none;
}

.svc-pagebar-m {
    display: none;
}

.svc-footerbar-m {
    display: none;
}

.svc-footerbar-s {
    display: none;
}

/** Chrominum */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    .svc-body-grp3 {
        padding-top: 29px;
        padding-left: 0px;
        padding-bottom: 14px;
        padding-right: 0px;
    }

    .contact-form-d {
        display: block;
        background-color: #ffffff;
        width: 652px;
        border-radius: 4px;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 2px;
        padding-bottom: 23px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .svc-supportresponse-body {
        padding-top: 156px;
        padding-bottom: 601px;
    }

    .svc-supportnoresponse-body {
        padding-top: 30px;
    }

    .svc-notice-body {
        padding-top: 139px;
        padding-bottom: 602px;
    }
}

/** Mozilla Firefox */
@-moz-document url-prefix() {
    .svc-body-grp3 {
        padding-top: 25px;
        padding-left: 0px;
        padding-bottom: 14px;
        padding-right: 0px;
    }

    .contact-form-d {
        display: block;
        background-color: #ffffff;
        width: 652px;
        border-radius: 4px;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 2px;
        padding-bottom: 17px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .svc-supportresponse-body {
        padding-top: 156px;
        padding-bottom: 604px;
    }

    .svc-supportnoresponse-body {
        padding-top: 31px;
    }

    .svc-notice-body {
        padding-top: 139px;
        padding-bottom: 605px;
    }
}

/** Microsoft Edge */
@supports (-ms-ime-align:auto) {
    .svc-body-grp3 {
        padding-top: 38px;
        padding-left: 0px;
        padding-bottom: 14px;
        padding-right: 0px;
    }

    .contact-form-d {
        display: block;
        background-color: #ffffff;
        width: 652px;
        border-radius: 4px;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 2px;
        padding-bottom: 23px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .svc-supportresponse-body {
        padding-top: 156px;
        padding-bottom: 604px;
    }

    .svc-supportnoresponse-body {
        padding-top: 31px;
    }

    .svc-notice-body {
        padding-top: 139px;
        padding-bottom: 602px;
    }
}

/** Microsoft Edge - Older versions */
@supports (-ms-ime-align:auto) and (-webkit-text-stroke:initial) {
    .svc-body-grp3 {
        padding-top: 38px;
        padding-left: 0px;
        padding-bottom: 14px;
        padding-right: 0px;
    }

    .contact-form-d {
        display: block;
        background-color: #ffffff;
        width: 652px;
        border-radius: 4px;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 2px;
        padding-bottom: 23px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .svc-supportresponse-body {
        padding-top: 156px;
        padding-bottom: 604px;
    }

    .svc-supportnoresponse-body {
        padding-top: 31px;
    }

    .svc-notice-body {
        padding-top: 139px;
        padding-bottom: 602px;
    }
}

/* EndL */