/*@import url(/financing/p/d/pvt/mortgages/static/amor/fonts/cs-icon-font/styles.css);*/

@font-face {
	font-family: "CSW07eP-bold";
	src: url("/financing/p/d/pvt/mortgages/static/amor/fonts/CSType-bold-webfont.woff2") format("woff2"),url("/financing/p/d/pvt/mortgages/static/amor/fonts/CSType-bold-webfont.woff") format("woff"),url("/financing/p/d/pvt/mortgages/static/amor/fonts/CSType-bold-webfont.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-stretch: normal
}

@font-face {
	font-family: "CSW07eP";
	src: url("/financing/p/d/pvt/mortgages/static/amor/fonts/CSType-light-webfont.woff2") format("woff2"),url("/financing/p/d/pvt/mortgages/static/amor/fonts/CSType-light-webfont.woff") format("woff"),url("/financing/p/d/pvt/mortgages/static/amor/fonts/CSType-light-webfont.ttf") format("truetype");
	font-weight: 200;
	font-style: italic;
	font-stretch: normal
}

@font-face {
	font-family: "CSW07eP";
	src: url("/financing/p/d/pvt/mortgages/static/amor/fonts/CSType-light-webfont.woff2") format("woff2"),url("/financing/p/d/pvt/mortgages/static/amor/fonts/CSType-light-webfont.woff") format("woff"),url("/financing/p/d/pvt/mortgages/static/amor/fonts/CSType-light-webfont.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
	font-stretch: normal
}

@font-face {
	font-family: "CSW07eP";
	src: url("/financing/p/d/pvt/mortgages/static/amor/fonts/CSType-regular-webfont.woff2") format("woff2"),url("/financing/p/d/pvt/mortgages/static/amor/fonts/CSType-regular-webfont.woff") format("woff"),url("/financing/p/d/pvt/mortgages/static/amor/fonts/CSType-regular-webfont.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
	font-stretch: normal
}

@font-face {
	font-family: "CSW07eP";
	src: url("/financing/p/d/pvt/mortgages/static/amor/fonts/CSType-regular-webfont.woff2") format("woff2"),url("/financing/p/d/pvt/mortgages/static/amor/fonts/CSType-regular-webfont.woff") format("woff"),url("/financing/p/d/pvt/mortgages/static/amor/fonts/CSType-regular-webfont.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-stretch: normal
}

@font-face {
	font-family: "HeadlineWeb-Regular";
	src: url("/financing/p/d/pvt/mortgages/static/amor/fonts/CreditSuisseHeadlineWeb-Regular.woff2") format("woff2"),url("/financing/p/d/pvt/mortgages/static/amor/fonts/CreditSuisseHeadlineWeb-Regular.woff") format("woff"),url("/financing/p/d/pvt/mortgages/static/amor/fonts/CreditSuisseHeadlineWeb-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-stretch: normal
}

@font-face {
	font-family: "CSW07eP-roman";
	src: url("/financing/p/d/pvt/mortgages/static/amor/fonts/CSType-roman-webfont.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-stretch: normal
}

/* Login page */

/*
* Define style of the login page 
*/

* {
	box-sizing: border-box;
}

body{
	margin: 0;
	
}


    .font-size-12 {
        font-size: 12px;
    }

    .mr-30 {
        margin-right: 30px;
    }

    #LoginForm a {

        color: black;
        font-family: 'CreditSuisse', sans-serif;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        line-height: 18px;

    }

    .forgotPsw {
        float: right;
    }

    #LoginForm a:hover {
        text-decoration: none;
        color: #575756
    }

    .sls-critical-warnings-outer {
        font-size: 8px;
        color: #F7F7F7;
    }

    .container-body {
        margin-left: 35px;
        margin-right: 35px;
    }

    .simple-container.red {
        color: red;
        margin-bottom: 15px;
    }


    .confirm-header {
        float: left;
        width: 68%;
        padding: 0 30px;
        margin-left: 40px;
    }

    .confirm-logo {
        float: left;
        width: 24%;
        padding: 10px;
        text-align: center;
    }

    .confirmation-main {
        float: left;
        width: 47%;
        padding: 0 30px;
        margin-left: 40px;
    }

    .confirmation-right {
        float: left;
        width: 42%;
        padding: 10px;
        text-align: center;
    }

    .main {
        float: left;
        width: 40%;
        padding: 0 30px;
        margin-left: 40px;

    }

    .right {
        float: left;
        width: 50%;
        padding: 10px;
        text-align: center;
    }

    .header {
        text-decoration: none;
        background-color: Black;
        padding: 20px;
        text-align: right;
    }

    @media only screen and (max-width: 1024px) {
        /* For mobile phones: */
        .menu, .main, .right {
            width: 100%;
        }
    }

    .footer {
        background-color: Black;
        text-align: center;
        padding: 30px;
        padding-top: 10px;
        margin-bottom: 0px;
        padding-bottom: 40px;
    }

    body {
        margin: 0;
        box-sizing: border-box;
        right: 0;
        overflow-x: hidden;
    }

    label, input {
        display: block;
    }

    /*input {
        margin-top: 20px;
        margin-bottom: 30px !important;
        border-top-style: hidden;
        border-right-style: hidden;
        border-left-style: hidden;
        padding: 10px 30px 10px 0px;
        width: 82% !important;
        border-bottom: 1px solid black;
    }*/
    input:hover, input:focus {
        border-bottom: 2px solid black;
    }

    .no-outline:focus {
        outline: none;
    }

    label {
        margin-top: 20px;
    }

    .h1 {
        text-align: left;
    }

    .h3 {
        text-align: left;
    }

    .button {
        background-color: Black; /* Green */
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        width: 83% !important;
    }

    .benefits > .bor {
        float: left;
        width: 23%;
        padding: 0 25px;
    }

    .b1 {
        float: left;
        padding: 0 35px;
    }

    fotLabel {
        color: #FFFFFF;
        text-align: left;
    }

    .ml-30 {
        margin-left: 30px;
    }

    .ml-10 {
        margin-left: 10px;
    }

    .float-right {
        float: right;
    }

    .float-left {
        float: left;
    }

    .mb-20 {
        margin-bottom: 20px;
        margin-top: 20px
    }

    .mt-30 {
        margin-top: 30px;
    }

    .mt-10 {
        margin-top: 10px;
    }

    .mt-20 {
        margin-top: 20px;
    }

    .mb-40 {
        margin-bottom: 40px;
    }

    .mr-50 {
        margin-right: 50px;
    }

    .ml-50 {
        margin-left: 50px;
    }

    .mr-0 {
        margin: 0px;
    }

    .ml-20 {
        margin-left: 20px;
    }

    .overflow {
        overflow: auto;
    }

    .input-wrapper {
        position: relative;
    }

    .input-currency {
        /*position: absolute;
        left: 470px;
        top: calc(100% - 5.11em);
        line-height: 1em;
        font-size: 1em;*/
        margin-left: -2px;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .input-wrapper > input {
        padding-left: 16px;
        font-size: 1em;
    }

    .clear {
        clear: both;
    }

    .width-80 {
        width: 80%;
    }

    .width-85 {
        width: 85%;
    }

    .div-color {
        height: 62px;
        background-color: #F8F8F8;
        margin-top: 80px;
    }

    .confirm-button {
        background-color: #ffffff;
        border: 1px solid black;
        color: #000000;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        width: 35% !important;
        float: right;
    }

    .font-size-40 {
        font-size: 40px;
    }

    .font-size-30 {
        font-size: 30px;
    }

    .font-size-14 {
        font-size: 14px;
    }

    .font-size-16 {
        font-size: 16px;
    }

    .font-size-20 {
        font-size: 20px;
    }

    .font-family-regular {
        font-family: "HeadlineWeb-Regular", sans-serif;
    }

    .font-family-roman {
        font-family: "CSW07eP-roman";
    }

    .font-family-bold {
        font-family: "CSW07eP-bold";
    }

    .color-white {
        color: #ffffff;
    }

    .padding-15 {
        padding: 15px;
    }

    .login-links {
        line-height: 20px;
    }

    ul.login-links {
        color: #fff;
    }

    ul.login-links {
        padding-left: 0px;
    }

    ul.login-links {
        display: inline;
        list-style: none;
        list-style-type: none;
        margin-right: 50px;
    }

    ul.login-links li.lang {
        margin-left: 0px;
    }

    ul.login-links li.lang {
        border: 0;
        padding-right: 0;
    }

    ul.login-links li {
        margin-left: 5px;
    }

    ul.login-links li.lang {
        border-right: 1px solid #bbb;
        padding-right: 6px;
    }

    ul.login-links li {
        display: inline;
    }

    ul.login-links li a.active, ul.login-links li a {
        padding: 0 5px 5px 5px;
    }

    ul.login-links li a {
        transition: all .25s 0s ease-out;
        font-family: CSW07eP-bold !important;
        font-size: 14px !important;
        padding: 0 5px 5px 5px;
    }

    ul.login-links li a {
        color: #fff !important;
    }

    ul.login-links li a:focus, ul.login-links li a:visited {
        text-decoration: none;
    }

    ul.login-links li a {
        display: inline;
        padding: 0 5px;
        font-size: 16px;
    }

    a:link, a:visited, a:hover, a:active {
        text-decoration: none;
    }

    a {
        outline: 0 !important;
        outline-style: none !important;
    }

    ul.login-links li a.active {
        border-bottom: 2px solid #fff;
    }

    .error {
        background-color: #f1f2f2;
        margin-top: 0;
        width: 82%;
        height: 40px;
        line-height: 18px;
        padding: 10px 10px 10px 0px;
    }

    span#password-toggle {
        display: block;
        position: absolute;
        right: 90px;
        top: 15px;
        cursor: pointer;
        font-size: 20px;
        line-height: 20px;
    }

    input {
        border-bottom: 1px solid black;
        border-top-style: hidden;
        border-right-style: hidden;
        border-left-style: hidden;
        background-color: transparent;
        width: 82%;
        text-align: left;
        line-height: 25px;
        /* font-size: 14px; */
        /* padding-left: 40px; */
        height: 39px;
        padding-top: 10px;
    }

    .relative {
        position: relative;
    }

    .mr-10 {
        margin-right: 10px;
    }

    .ml-55 {
        margin-left: 55px;
    }

    .ml-50 {
        margin-left: 50px;
    }

    .font-normal {
        font-weight: normal;
    }

    .pointer {
        cursor: pointer;
    }

    button[disabled] {
        cursor: default;
        background-color: #cccccc;
    }

    .font-weight-500 {
        font-weight: 500;
    }

    .line-height-25 {
        line-height: 25px;
    }

    .register-login {
        width: 83%;
        float: left;
    }

    .padding-left-10 {
        padding-left: 10px;
    }

    .mt-2 {
        margin-top: 2px;
    }

    .error-icon {
        filter: invert(24%) sepia(98%) saturate(6458%) hue-rotate(356deg) brightness(80%) contrast(118%);
    }

    ::-webkit-input-placeholder { /* Edge */
        font-size: 16px;
    }

    :-ms-input-placeholder { /* Internet Explorer */
        font-size: 16px;
    }

    ::placeholder {
        font-size: 16px;
    }

    .lowercase-color {
        color: #1F7C34;
        background-color: #D5E9C1;
    }

    .footer-color {
        color: #ffffff;
    }

    .global-error {
        background-color: #fafafa;
        width: 89%;
        margin: 10px 68px;
        padding: 10px;
        height: 35px;
    }

    #termsSubTitle {
        padding-bottom: 20px;
        font-weight: 500;
        margin: 0;
    }

    ul.slf_list_arrow {
        list-style: none;
        margin: 0;
        padding-left: 20px !important;
    }

    ul.slf_list_arrow > li.ListItem {
        padding: 10px 5px;
        padding-left: 0px;
        list-style: square;
        color: black;
    }

    ul.slf_list_arrow > .ListItem > .Label, ul.slf_list_arrow > .ListItem > .Link {
        margin: 0;
    }

    a.Link, a.ScreenLink {
        color: #000000;
        font-size: 16px;
        text-decoration: underline;
    }

    .width-59 {
        width: 59%;
    }

    .mt-17 {
        margin-top: 17px;
    }

    .main-term {
        float: left;
        /* width: 95%; */
        /* padding: 0 30px; */
        margin-left: 40px;
        /* padding-top: 35px; */
        padding-bottom: 15px;
        padding-left: 30px;
        margin-right: 40px;
        padding-right: 30px;
    }

    .mb-15 {
        margin-bottom: 15px;
    }

    .mb-10 {
        margin-bottom: 10px;
    }

    .term-subHeading {
        padding: 35px 0px 10px;
        margin-bottom: 10px;
        font-size: 17px;
    }

    .width-20 {
        width: 20% !important;
    }

    a#termLink {
        color: #000000;
    }

    .line-height-20 {
        line-height: 20px;
    }

    .info-color {
        color: #1F7C34;
        background-color: #D5E9C1;
    }
    .img-width {
        width: 650px;
    }
    .trms-width {
        width:82%;
    }

::-ms-reveal {
    display: none;
}

::-ms-clear {
    display: none;
}

.font-size-18 {
    font-size:18px;
}

@media only screen and (min-width: 1399px){
    #wrapper {
        width: 1399px;
        margin-left: auto;
        margin-right: auto;
    }

    #header-wrapper {
        max-width: 1350px;
        margin: 0 auto;
        padding: 0;
    }

    #footer-wrapper {
        max-width: 1350px;
        margin: 0 auto;
        padding: 0;
    }
}
