﻿body {
    margin: 0;
}

.wrapper {
    width: 100%;
    max-width: 1900px;
    margin: 0 auto;
}

.max_1900px {
    width: 100%;
    max-width: none;
    margin: 0 auto;
}

.loginButton {
    height: 25px;
    margin-top: 6px;
    background-color: white;
    color: #fbad21;
    margin-right: 5px;
    border-radius: 15px;
}

.loginLabel {
    color: white;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    font-family: open sans-serif,sans-serif;
    font-weight: 600;
}

.loginTextBox {
    margin-top: 6px;
    background-color: white;
    color: black;
    margin-right: 5px;
    border-radius: 15px;
    padding-left: 10px;
    width: 147px;
}

label {
    color: black;
    display: block;
    font-family: sans-serif;
    font-size: 16px;
}

.ContentboxInvestor {
    /*background-color: rgba(255, 255, 255, 1);*/
    border-radius: 15px;
    height: auto;
    margin: 100px auto;
    min-height: 335px;
    padding-bottom: 20px;
    width: 800px;
    /*box-shadow: 2px 2px 20px;*/
    position: relative;
    background-color: rgba(252, 252, 252, .8);
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 4px 3px 20px;
}

    .ContentboxInvestor .textbox {
        background-color: white;
        border: medium none;
        color: #58595b;
        display: block;
        height: 35px;
        margin: 0 auto 20px;
        padding-left: 10px;
        width: 290px;
    }

    .ContentboxInvestor p {
        display: block;
        font-family: sans-serif;
        margin: 13px auto;
        color: #58595b;
    }
/*.ContentboxInvestor h1 {
    font-family: play,sans-serif;
    font-size: 40px;
    margin: 15px auto 20px;
    padding-top: 15px;
}*/
.signupContainer {
    width: 390px;
    display: inline-block;
    float: left;
}

.signInContainer {
    width: 390px;
    display: inline-block;
    border-left: 2px solid #58595b;
}

.fleft > label {
    display: inline-block;
}

.FundCreatedlbl {
    color: #448ac7;
    display: block;
    font-family: 'Play', sans-serif;
    font-weight: bold;
    margin: 10px auto 0;
    text-align: center;
    text-transform: uppercase;
}

.loginbtn {
    background: rgba(39, 170, 225, 0.7) none repeat scroll 0 0;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    font-family: arial,sans-serif;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    margin: 15px auto;
    text-align: center;
    transition: all 0.5s ease 0s;
    vertical-align: middle;
    width: 150px;
    border: none;
}

    .loginbtn:hover {
        background: rgba(39, 170, 225, 1) none repeat scroll 0 0;
    }

.logOut_tab:hover {
    color: #2c99cc;
}

.investorH4 {
    font-size: 20px;
    font-family: play,sans-serif;
    margin: 0 auto;
    margin-bottom: 13px;
    width: 83px;
    color: #58595b;
}

.CompleteCheckImage {
    background: black;
    border-radius: 50%;
    height: 40px;
    position: absolute;
    right: -41px;
    top: 26px;
    width: 40px;
    display: none;
}

.registerP {
    font-size: 14px;
    width: 325px;
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: center;
}

.InvestorPortalHeading {
    width: 281px;
}

.InvestorRegisterH1 {
    width: 326px;
}

.borInfo {
    color: black;
    font-family: Open sans-serif,sans-serif;
}

.h4NeedsList {
    margin-left: 25px;
    font-family: play,sans-serif;
    margin-bottom: 0px;
    color: var(--MainThemeAccentColor);
}

.Registerbtn {
    width: 300px;
    height: 50px;
    background-color: #2c99cc;
    color: white;
    font-family: play,sans-serif;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    margin: 0 auto;
    margin-top: 20px;
    transition: 1s;
}
/*.Registerbtn:hover { 
	width:300px;
	height:48px;
	background-color:white;
	border:2px solid #2c99cc;
	color:#2c99cc;
	transition:1s;
}*/
.RegisterContent {
    width: 300px;
    /*width:573px;*/
    height: auto;
    margin: 0 auto;
}

.RegisterContentAssets {
    /*width:300px;*/
    /*width:471px;*/
    height: auto;
    margin: 0 auto;
}

.Registerlabel {
    display: block;
    font-family: sans-serif;
    margin-bottom: 5px;
}

.RegiserTextBox {
    width: 300px;
    height: 35px;
    margin-bottom: 6px;
    border: none;
    background-color: #eee;
    color: black;
    padding-left: 4px;
    display: inline-block;
    vertical-align: middle;
    line-height: 35px;
    font-family: sans-serif;
}

.UploadDocsContainer {
    /*max-width:573px;*/
    overflow-x: auto;
}

#divCloseAddAsset {
    background: rgba(0, 0, 0, 0) url("../../img2/close_btn.png") no-repeat scroll center center;
    cursor: pointer;
    display: block;
    height: 32px;
    position: relative;
    /*right: -451px;*/
    text-indent: -5000px;
    width: 32px;
    top: -25px;
    float: right;
}
/*#btnSaveAsset { 
	width:100%;
	background-color:black;
	color:white;
	height:40px;
	text-align:center;
	line-height:40px;
	border:none;
	font-size:17px;
	margin-top:6px;
	margin-bottom:12px;
}*/
.AssetInfoContainer {
    /*width:350px;*/
    margin: 23px auto;
}

    .AssetInfoContainer > .RegiserTextBox {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 6px;
    }

    .AssetInfoContainer > select {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 6px;
        background-color: #eee;
        border: medium none;
        color: black;
        display: inline-block;
        height: 35px;
        padding-left: 4px;
    }

#pnlAuto > .RegiserTextBox {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 6px;
}

.AddAssetContainer {
    /*border: 2px solid #2c99cc;*/
    border-radius: 10px;
    height: 30px;
    line-height: 30px;
    margin: 10px auto 0;
    text-align: center;
    width: 184px;
}

#btnAddAsset {
    /*font-family:sans-serif;
	color:#2c99cc;
	font-size:15px;
	text-decoration:underline;*/
}

.AssestsHeader {
    background-color: whitesmoke;
    font-family: sans-serif;
    color: black;
    font-size: 13px;
}

.AssetContainer {
    /*width:573px;*/
    margin: 0 auto;
    overflow-x: auto;
    /*max-width:573px;*/
}

#gvAssets {
    margin: 0 auto;
    width: 100%;
}

.UploadDocsHeader {
    /*background-color:#2c99cc;*/
    background-color: black;
    font-family: sans-serif;
    color: white;
    font-size: 13px;
}

#gvUploadedDocs {
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
}

.TextboxAndUploadContainer {
    position: relative;
    height: 43px;
}

.SupportingDocsUploadContainer {
    display: inline-block;
    height: 38px;
    position: relative;
    width: 40px;
}

.UploadSupportingDocsContainer {
    margin: 20px auto;
    width: 45%;
    margin-top: 20px;
    cursor: pointer;
}

.UploadDocsLabel {
    display: inline-block;
    width: 219px;
    position: relative;
    top: -11px;
    color: #2c99cc;
}

.uploadbtn {
    height: 35px;
    width: 40px;
    background: url(../../images/CloudUpload.png);
    display: inline-block;
    position: relative;
    top: -41px;
    right: -310px;
    cursor: pointer;
    transform: scale(.9);
}

.uploadbtnDocs {
    height: 35px;
    width: 40px;
    background: url(../../images/CloudUpload.png);
    display: inline-block;
    position: relative;
    cursor: pointer;
    transform: scale(.9);
}

.overlayUpload {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10001;
}

.uploadBox {
    background: white none repeat scroll 0 0;
    bottom: 0;
    height: 279px;
    left: 0;
    margin: 20px auto;
    min-height: 260px;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 195px;
    width: 480px;
    z-index: 90;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.closeUpload {
    background: rgba(0, 0, 0, 0) url("../../img2/close_btn.png") no-repeat scroll center center;
    cursor: pointer;
    display: block;
    height: 32px;
    position: absolute;
    right: -16px;
    text-indent: -5000px;
    top: -16px;
    width: 32px;
}

.uploadFile {
    border: medium none;
    font-family: "Open Sans",sans-serif;
    font-size: 140%;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 5px;
    padding: 6px;
    width: 100%;
    background-color: #dedede;
    border-radius: 10px;
}

.SubmitUpload {
    background: #45b3ff none repeat scroll 0 0;
    border: medium none;
    color: white;
    cursor: pointer;
    display: block;
    font-family: "Play", "Open Sans",sans-serif;
    font-size: 150%;
    margin: 10px 0;
    padding: 8px;
    width: 100%;
    border-radius: 10px;
}

.uploadHeading {
    font-family: 'Play', sans-serif;
    text-align: center;
    font-size: 31px;
}

.SubmitRegister {
    width: 100%;
    height: 40px;
    border: none;
    background-color: black;
    color: white;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 40px;
    cursor: pointer;
}

.answer {
    margin-top: 6px;
    background-color: #d3d3d3;
    color: black;
    width: 300px;
    height: 40px;
    margin-bottom: 10px;
    border: 0;
    padding-left: 4px;
    border-radius: 5px;
}

.intro1 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-bottom: 72px;
    position: relative;
    width: 100%;
}

.intro_content {
    height: 500px;
}

.Contentbox {
    background-color: rgba(255, 255, 255, 1);
    height: auto;
    margin: 100px auto 100px;
    min-height: 335px;
    padding-bottom: 20px;
    width: 430px;
    border-radius: 15px;
    position: relative;
    z-index: 2;
    box-shadow: 2px 2px 20px;
}


#AccreditationProcess {
    width: 60%;
    margin: 50px auto;
    text-align: center;
    position: relative;
}

    #AccreditationProcess > div {
        background-color: white;
        border: 0 none;
        border-radius: 15px;
        box-shadow: 2px 2px 20px;
        padding-bottom: 20px;
        width: 100%;
        position: relative;
    }

.step div i {
    font-size: 10em;
    color: gray;
    margin-bottom: 25px;
}

    .step div i.fa.fa-file-pdf {
        cursor: pointer;
    }

    .step div i.fa.fa-check {
        color: green;
    }

#AccreditationProcess div:not(:first-of-type) {
    display: none;
}

#AccreditationProcess .action-button {
    min-width: 100px;
    background-color: #58595b;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

a#Accredidate:hover {
    text-decoration: none;
}

a#Accredidate > span {
    align-items: flex-start;
    background-color: #58595b;
    color: white;
    display: inline-block;
    font-weight: 700;
    margin: 10px 5px;
    min-width: 100px;
    padding: 10px 5px;
    text-align: center;
    border-radius: 1px;
}

#AccreditationProcess .action-button[disabled="disabled"] {
    background-color: gray;
}

a#Accredidate:hover > span,
#AccreditationProcess .action-button:hover,
#AccreditationProcess .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #58595b;
}

.step-title {
    text-transform: uppercase;
    font-family: play,sans-serif;
    font-size: 40px;
    margin: 15px auto 20px;
    padding-top: 15px;
    color: #58595b;
}

.step-subtitle {
    font-weight: normal;
    color: #666;
    margin-bottom: 20px;
    font-size: 16px;
    padding: 10px 30px;
}

#progressbar {
    background-color: white;
    border: 0 none;
    border-radius: 15px;
    box-shadow: 2px 2px 20px;
    overflow: hidden;
    counter-reset: step;
    padding-left: 0;
    padding: 10px 10px 5px 10px;
    width: 50%;
    margin: 15px auto;
    position: relative;
    z-index: -2;
}

    #progressbar li {
        list-style-type: none;
        color: #58595b;
        text-transform: uppercase;
        font-size: 1em;
        font-weight: bold;
        width: 50%;
        float: left;
        position: relative;
    }

        #progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 40px;
            line-height: 40px;
            display: block;
            font-size: 1.5em;
            color: #58595b;
            background-color: white;
            border-radius: 3px;
            margin: 0 auto 5px auto;
        }

        #progressbar li:after {
            content: '';
            width: 100%;
            height: 2px;
            background-color: white;
            position: absolute;
            left: -49%;
            top: 19px;
            z-index: -1;
        }

        #progressbar li:first-child:after {
            content: none;
        }

        #progressbar li.active:before, #progressbar li.active:after {
            background-color: #58595b;
            color: white;
        }

span.iconBullet {
    margin-right: 5px;
}

.step#step3 > div .iconBullet > i {
    font-size: 18px;
    vertical-align: top;
}

#registerRecap {
    width: 50%;
    margin: auto;
    list-style-type: none;
}

    #registerRecap > li {
        text-align: left;
    }

        #registerRecap > li > a > span > i {
            font-size: 30px;
        }

#step3 div p {
    padding: 10px 30px;
}


.InvestorContentbox {
    background-color: rgba(255, 255, 255, 1);
    height: auto;
    /* margin: 100px auto; */
    min-height: 400px;
    padding-bottom: 20px;
    /* width: 98%; */
    /* border-radius: 15px; */
    position: relative;
    z-index: 2;
    box-shadow: 2px 2px 20px;
}

.infobar {
    height: 50px;
    width: 20px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: absolute;
    background-color: black;
    right: 0;
    cursor: pointer;
}

.WYSNHeader {
    font-family: play,sans-serif;
    font-size: 26px;
    padding-top: 5px;
    text-align: center;
    color: #2c99cc;
}

.WYSNtext {
    font-family: sans-serif;
    font-size: 15px;
    padding: 20px;
}

.addCPA {
    cursor: pointer;
}

.CPAcontent {
    display: none;
}

.WYSN {
    display: none;
}

.infoText {
    color: white;
    font-family: sans-serif;
    font-size: 16px;
    margin-top: 22px;
    margin-left: 2px;
    font-size: 15px;
    font-weight: bold;
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.WYSN {
    position: absolute;
    right: -340px;
    width: 320px;
    min-height: 300px;
    height: auto;
    padding: 10px;
    background-color: white;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 0;
    box-shadow: inset 5px 0px 6px 0px rgba(0,0,0,0.6);
}

.CongratsInvestor {
    font-family: sans-serif;
    font-size: 18px;
    padding-left: 34px;
    padding-right: 34px;
}

.StartInvesting {
    width: 207px;
    height: 40px;
    background-color: #2c99cc;
    color: white;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    border-radius: 10px;
    margin: 0 auto;
    font-family: play,sans-serif;
    font-size: 20px;
    margin-top: 20px;
}

.Contentbox h1 {
    font-family: play,sans-serif;
    font-size: 40px;
    margin: 15px auto 20px;
    padding-top: 15px;
    color: #58595b;
}

.Contentbox h4 {
    font-family: "Microsoft Sans Serif";
    font-size: 24px;
    font-weight: lighter;
    margin: 15px auto 20px;
    text-align: center;
    width: 276px;
}

.Contentbox .textbox {
    /*box-shadow: 0 0 3px #5cb3ff;*/
    display: block;
    height: 35px;
    margin: 0 auto 20px;
    padding-left: 10px;
    width: 290px;
    background-color: #2c99cc;
    color: white;
    border: none;
}

.Contentbox .loginbtn {
    background-color: #58595b;
    border: 0 none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    display: block;
    height: 30px;
    margin: 0 auto 10px;
    width: 200px;
    line-height: 30px;
}

.Contentbox #lblMessage {
    display: block;
    font-family: open sans;
    font-size: 14px;
    margin: 0 auto 6px;
    text-align: center;
    width: 164px;
    color: red;
}

.Contentbox p {
    display: block;
    font-family: sans-serif;
    font-size: 10px;
    margin: 0 auto;
    width: 75px;
}

.signupTextbox {
    background-color: white;
    border: medium none;
    color: #58595b;
    display: block;
    height: 30px;
    margin-right: 10px;
    padding: 5px;
    text-shadow: none;
    width: 100%;
    margin: auto;
    margin-bottom: 15px;
    max-width: 400px;
}

.continueBtn {
    background: rgba(39, 170, 225, 0.7) none repeat scroll 0 0;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    font-family: arial,sans-serif;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    margin: 15px auto;
    text-align: center;
    transition: all 0.5s ease 0s;
    vertical-align: middle;
    width: 100%;
    max-width: 400px;
    transition: .5s;
    position: relative;
}

    .continueBtn:hover {
        background: rgba(39, 170, 225, 1) none repeat scroll 0 0;
        transition: .5s;
    }

    .continueBtn:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid white;
        position: absolute;
        right: 10px;
        top: 10px;
    }

.goback {
    color: #58595b;
    text-align: center;
    text-decoration: underline;
    font-family: Arial, sans-serif;
    font-size: 12px;
    cursor: pointer;
}

.TermsandConditions {
    width: calc(100% - 40px);
    overflow-y: scroll;
    padding: 20px;
    background: white;
    color: #58595b;
    height: 350px;
}

.AcceptDeclineContainer {
    text-align: center;
    margin-top: 15px;
}

.AcceptDenySpan {
    color: #58595b;
    font-family: open sans-serif,sans-serif;
}

.InvestorContentbox h1 {
    font-family: play,sans-serif;
    font-size: 40px;
    margin: 15px auto 20px;
    padding-top: 15px;
}

.InvestorContentbox h4 {
    font-family: Play, "Microsoft Sans Serif";
    font-size: 24px;
    font-weight: lighter;
    margin: 15px auto 10px;
    text-align: center;
    width: 276px;
}

.InvestorContentbox .textbox {
    /*box-shadow: 0 0 3px #5cb3ff;*/
    display: block;
    height: 35px;
    margin: 0 auto 20px;
    padding-left: 10px;
    width: 290px;
    background-color: #2c99cc;
    color: white;
    border: none;
}

.InvestorContentbox .loginbtn {
    background-color: black;
    border: 0 none;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    display: block;
    height: 30px;
    margin: 0 auto 10px;
    width: 200px;
}

.InvestorContentbox #lblMessage {
    display: block;
    font-family: open sans;
    font-size: 14px;
    margin: 0 auto 6px;
    text-align: center;
    width: 164px;
}


.InvestorContentbox p {
    display: block;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    width: 75px;
}

.HM_content {
    background-color: rgba(252, 252, 252, 1);
    height: auto;
    margin: 100px auto 100px;
    padding-bottom: 20px;
    width: 800px;
    border-radius: 5px;
}

    .HM_content .tab_bar {
        background-color: #58595b;
        height: 55px;
        margin: 0 auto;
        width: 100%;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        position: relative;
        text-align: center;
    }

    .HM_content .QuickApp {
        color: white;
        cursor: pointer;
        display: inline-block;
        font-family: Open sans,sans-serif;
        font-size: 25px;
        height: 45px;
        line-height: 45px;
        margin-left: 32px;
        margin-right: -4px;
        vertical-align: middle;
        width: 340px;
    }

.ManageInvestmentBtn {
    font-family: sans-serif;
    color: white;
    width: 100%;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    border-radius: 3px;
    background-color: #2c99cc;
    margin-top: 10px;
    box-shadow: 0px 2px 2px gray;
    cursor: pointer;
    border: none;
    font-size: 17px;
}

.InvestorTextbox {
    width: 100%;
    height: 30px;
    background-color: #eee;
    padding-left: 4px;
    border: none;
}

.ACHTextbox {
    /*width: 33%;*/
    height: 30px;
    /*background-color: #eee;*/
    padding-left: 4px;
    border: none;
    /*margin: .5em auto;*/
}

.ACHContainer {
    font-family: 'Helvetica Neue', sans-serif;
    text-align: center;
}

.ACHbutton {
    margin: .5em auto 1em auto;
}

.ACHHeading {
    text-align: center;
    font-size: 1.25em;
    border-top: 1px solid black;
    border-radius: 10px;
    padding-top: 10px;
    font-family: 'Helvetica Neue', sans-serif;
}

.InvestorDD {
    width: 100%;
    height: 30px;
    background-color: #eee;
    padding-left: 4px;
    border: none;
}

.InvestorSaveBtns {
    background-color: transparent;
    border: 1px solid #2c99cc;
    border-radius: 3px;
    color: #2c99cc;
    display: block;
    margin: 10px auto;
    padding: 6px 4px;
    cursor: pointer;
    transition: .5s;
    height: 28px;
}

    .InvestorSaveBtns:hover {
        background-color: #2c99cc;
        border: 1px solid #2c99cc;
        color: white;
        transition: .5s;
    }

.AddInvestorToggleBtn {
    width: 49%;
    height: 30px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    border-radius: 3px;
    border: 1px solid #2c99cc;
    margin-top: 10px;
    font-family: sans-serif;
    color: #2c99cc;
    cursor: pointer;
    transition: .5s;
}

    .AddInvestorToggleBtn:hover {
        color: white;
        background-color: #2c99cc;
        transition: .5s;
    }

.chooseNewOrExisting a {
    list-style: outside none none;
}

.chooseNewOrExisting .purchase2 {
    background-color: #2c99cc;
    color: white;
    display: inline-block;
    font-family: Open sans,sans-serif;
    height: 100px;
    line-height: 100px;
    margin: 60px 50px 0 73px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 300px;
}

.chooseNewOrExisting .refi2 {
    background-color: #2c99cc;
    color: white;
    display: inline-block;
    font-family: Open sans,sans-serif;
    height: 100px;
    line-height: 100px;
    margin: 60px 50px 0 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 300px;
}

.get_your_rate {
    position: absolute;
    height: 464px;
    width: 600px;
    margin-top: 50px;
    left: 50%;
    top: 100px;
}

.ratebox {
    float: right;
    width: 40%;
    height: 400px;
    margin: 50px 20% 0px 0px;
}

.rate_heading {
    font-family: open sans;
    font-size: 25px;
    color: white;
    text-align: center;
}

.rate_criteria {
    font-family: open sans;
    font-size: 20px;
    color: #808080;
    text-align: center;
}

.input {
    margin-left: 276px;
}

.intro {
    width: 100%;
    height: 500px;
    background: url(http://localhost/FAMUS.Web/images/MBOrange_background.png);
    background-size: 100% 500px;
    background-repeat: no-repeat;
    background-position: center;
}

.intro2 {
    width: 100%;
    height: 600px;
    background: url(http://localhost/FAMUS.Web/images/MBOrange_background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}

.quote {
    width: 604px;
    height: auto;
    font-family: 'Open Sans',sans-serif;
    font-size: 45px;
    font-weight: 600;
    color: white;
    margin: 8px 0 20px 10%;
}

.quote_text {
    width: 311px;
    height: 73px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    color: #808080;
    margin: 0 0 20px 11%;
}

.start_button {
    width: 200px;
    height: 40px;
    background-color: #fec34a;
    display: inline-block;
    border: 2px solid #ffffff;
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    color: #ffffff;
    margin: 2px 20px 0 13%;
    cursor: pointer;
}

.btnCreateAccount {
    width: 200px;
    height: 40px;
    background-color: #fec34a;
    display: inline-block;
    border: 2px solid #ffffff;
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    color: #ffffff;
    margin: 2px 20px 0px 13%;
    cursor: pointer;
}

    .btnCreateAccount:hover {
        width: 200px;
        height: 40px;
        background-color: white;
        display: inline-block;
        border: 2px solid #a9a9a9;
        border-radius: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 35px;
        font-family: 'Open Sans',sans-serif;
        font-size: 14px;
        color: #fbad21;
        margin: 2px 20px 0px 13%;
    }

.start_button:hover {
    width: 200px;
    height: 40px;
    background-color: white;
    display: inline-block;
    border: 2px solid #a9a9a9;
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    color: #fbad21;
    margin: 2px 20px 0px 13%;
}

.start_yours_today {
    background-color: #4893b0;
    border: 2px solid #ffffff;
    border-radius: 20px;
    color: #ffffff;
    display: inline-block;
    font-family: 'Open Sans',sans-serif;
    height: 40px;
    line-height: 35px;
    margin: 30px 20px 0 686px;
    text-align: center;
    vertical-align: middle;
    width: 207px;
}

    .start_yours_today:hover {
        width: 207px;
        height: 40px;
        background-color: white;
        display: inline-block;
        border: 2px solid #ffffff;
        border-radius: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 35px;
        font-family: 'Open Sans',sans-serif;
        color: #24b7d1;
        margin: 30px 20px 0px 686px;
    }

.formNeed {
    float: right;
    display: block;
    background: url(../../img2/MB/upload.png) no-repeat center;
    width: 27px;
    height: 32px;
    text-indent: -5000px;
    background-size: 60%;
    cursor: pointer;
}

.imageIcon {
    float: right;
    display: block;
    background: url(../../images/OpenDocumentIcon.png) no-repeat center;
    width: 27px;
    height: 32px;
    text-indent: -5000px;
    background-size: 60%;
    cursor: pointer;
}

.imageIconSample {
    float: right;
    display: block;
    background: url(../../images/OpenSampleIcon.png) no-repeat center;
    width: 27px;
    height: 32px;
    text-indent: -5000px;
    background-size: 60%;
    cursor: pointer;
}

.needs {
    padding: 0 14px;
}

.needsList {
    padding: 0 42px;
    border-bottom: 1px solid #d3d3d3;
}

    .needsList li {
        margin: 0 0 30px;
    }

.overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 80;
}

.docTitle {
    font-weight: 700;
    font-size: 170%;
    font-family: 'Play', sans-serif;
}

.close {
    background: url(../../img2/close_btn.png) center no-repeat;
    height: 32px;
    width: 32px;
    display: block;
    text-indent: -5000px;
    position: absolute;
    top: -16px;
    right: -16px;
    cursor: pointer;
}

.overlayBox {
    background: none repeat scroll 0 0 white;
    bottom: 0;
    height: 260px;
    left: 0;
    margin: 20px auto;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 131px;
    width: 480px;
    z-index: 90;
    border-radius: 5px;
}

    .overlayBox > p {
        font-family: sans-serif;
        font-size: 13px;
    }

.fullLoanSave {
    background-color: orange;
    border: 2px outset;
    cursor: pointer;
}

    .fullLoanSave:hover {
        color: white;
    }

.needcomplete {
    color: grey;
}

.needDate {
    display: block;
    padding: 5px 0;
    font-size: small;
}

    .needDate:before {
        content: 'Needed by ';
    }

.needsubmitted {
    color: green;
}

.process {
    width: 100%;
    height: 580px;
    background-color: white;
}

.preview_mobile_button {
    visibility: hidden;
}

.preview_mobile_button {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    width: 126px;
}

.mobile_background {
    width: 100%;
    height: 500px;
    background: url(http://localhost/FAMUS.Web/images/MBBlue_background.png);
    background-size: 100% 600px;
    background-repeat: no-repeat;
    background-position: center;
}

.mobile_content {
    width: 80%;
    height: auto;
    margin: 0px 10% 0 10%;
    padding-top: 10px;
    background-color: white;
    border: 3px solid #fbad21;
    margin-top: 10px;
}

.mobile_header {
    font-family: open sans-serif,sans-serif;
    font-size: 16px;
    text-align: center;
}

.mobile_p {
    font-family: open sans-serif,sans-serif;
    font-size: 12px;
    text-align: center;
}

.mobile_start {
    color: white;
    width: 80%;
    height: auto;
    margin: 10px 10% 0 10%;
    text-align: center;
    font-family: open sans-serif,sans-serif;
    font-weight: 600;
}

.spacer {
    height: 50px;
}

.quick_steps {
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 72px;
    position: relative;
}

.quick_steps_home {
    width: 100%;
    height: 500px;
    background: #2c99cc;
    background-size: 100% 600px;
    background-repeat: no-repeat;
    background-position: center;
}

.LargeGraphicTop {
    background: url(../../images/LargeMarkeplaceGraphic2.png) no-repeat;
    height: 324px;
    width: 400px;
    background-size: 100%;
    position: absolute;
    z-index: -1;
    top: 0px;
}

.LargeGraphicBottom {
    background: url(../../images/LargeMarketplaceGraphic1.png) no-repeat;
    height: 324px;
    width: 400px;
    background-size: 100%;
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
}

.process_heading {
    width: 439px;
    height: 62px;
    font-family: 'Open Sans',sans-serif;
    font-size: 45px;
    font-weight: 600;
    color: #fbad21;
    margin: 0 0 0 6%;
    display: inline;
}

.Quicksteps_heading {
    width: 376px;
    height: 62px;
    font-family: 'Open Sans',sans-serif;
    font-size: 45px;
    font-weight: 600;
    color: #fbad21;
    margin: 0 0 0 11%;
    display: inline-block;
}

.dots {
    width: 40%;
    height: 62px;
    font-family: 'Open Sans',sans-serif;
    font-size: 45px;
    font-weight: 600;
    color: #fbad21;
    display: inline;
}

.process_dots {
    margin: 0px;
    width: 27%;
    overflow: hidden;
    display: inline-block;
    height: 50px;
}

.quickstep_dots {
    margin: 0px;
    width: 34%;
    overflow: hidden;
    display: inline-block;
    height: 50px;
}

.saying1 {
    width: 30%;
    height: 62px;
    font-family: 'Open Sans',sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #fbad21;
    display: inline;
}

.saying2 {
    width: 30%;
    height: 62px;
    font-family: 'Open Sans',sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #fbad21;
    display: inline;
}

.Hcircle {
    font-size: 30px;
    font-weight: 400;
}

.briefcases {
    width: 100%;
    height: 157px;
    background-color: white;
}

.briefcase {
    background-color: transparent;
    display: inline-block;
    height: 132px;
    margin: 20px 0 10px 94px;
    width: 151px;
}

.briefcase1 {
    background-color: transparent;
    display: inline-block;
    height: 132px;
    margin: 20px 0 10px 94px;
    width: 151px;
    margin-left: 20px;
}

.description_line {
    width: 100%;
    height: 33px;
    background-color: white;
}

.description1 {
    width: 8%;
    height: 40px;
    background-color: white;
    margin: 20px 0 10px 5%;
    display: inline;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #808080;
    margin-left: 7px;
}

.description2 {
    width: 8%;
    height: 40px;
    background-color: white;
    margin: 20px 0 10px 5%;
    display: inline;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #808080;
    margin-left: 73px;
}

.description3 {
    width: 8%;
    height: 40px;
    background-color: white;
    margin: 20px 0 10px 5%;
    display: inline;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #808080;
    margin-left: 76px;
}

.description4 {
    width: 8%;
    height: 40px;
    background-color: white;
    margin: 20px 0 10px 5%;
    display: inline;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #808080;
    margin-left: 85px;
}

.description5 {
    width: 8%;
    height: 40px;
    background-color: white;
    margin: 20px 0 10px 5%;
    display: inline;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #808080;
    margin-left: 54px;
}

.info_line {
    width: 100%;
    height: 201px;
    background-color: white;
}

.info1 {
    width: 200px;
    height: 173px;
    background-color: #fbad21;
    margin: 0px 0 10px 5%;
    display: inline;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #808080;
    display: inline-block;
    border-radius: 40px;
    padding: 10px;
    color: white;
    font-size: 16px;
    margin-left: -18px;
    text-align: center;
}

.info2 {
    width: 200px;
    height: 173px;
    background-color: #fbad21;
    margin: 0px 0 10px 5%;
    display: inline;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #808080;
    display: inline-block;
    border-radius: 40px;
    padding: 10px;
    color: white;
    font-size: 16px;
    margin-left: 27px;
    text-align: center;
}

.info3 {
    width: 200px;
    height: 173px;
    background-color: #fbad21;
    margin: 0px 0 10px 5%;
    display: inline;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #808080;
    display: inline-block;
    border-radius: 40px;
    padding: 10px;
    color: white;
    font-size: 16px;
    margin-left: 26px;
    text-align: center;
}

.info4 {
    width: 200px;
    height: 173px;
    background-color: #fbad21;
    margin: 0px 0 10px 5%;
    display: inline;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #808080;
    display: inline-block;
    border-radius: 40px;
    padding: 10px;
    color: white;
    font-size: 16px;
    margin-left: 27px;
    text-align: center;
}

.info5 {
    width: 200px;
    height: 173px;
    background-color: #fbad21;
    margin: 0px 0 10px 5%;
    display: inline;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #808080;
    display: inline-block;
    border-radius: 40px;
    padding: 10px;
    color: white;
    font-size: 16px;
    margin-left: 26px;
    text-align: center;
}

.full_process_button {
    width: 200px;
    height: 40px;
    background-color: white;
    display: inline-block;
    border: 3px solid #fbad21;
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    font-family: 'Open Sans',sans-serif;
    color: #fbad21;
    margin: 15px 20px 0px 489px;
}

    .full_process_button:hover {
        width: 200px;
        height: 40px;
        background-color: #fbad21;
        display: inline-block;
        border: 3px solid #fbad21;
        border-radius: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 35px;
        font-family: 'Open Sans',sans-serif;
        color: white;
        margin: 15px 20px 0px 489px;
    }

.circles_line {
    background-color: transparent;
    height: 300px;
    margin: 25px auto;
    width: 1583px;
}

.circle {
    width: 230px;
    height: 230px;
    border: 10px solid white;
    border-radius: 50%;
    background-color: transparent;
    display: inline-block;
    margin: 20px 0 0 10px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
    font-size: 19px;
    color: white;
    text-align: center;
    vertical-align: middle;
    line-height: 21px;
}

#log_in_tab {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.57);
    border-radius: 28px;
    float: right;
    height: 127px;
    margin-top: 10px;
    padding: 13px;
    position: fixed;
    right: 8px;
    width: 253px;
    z-index: 99;
}

.enter_button {
    /*display:inline-block;*/
    color: #fbad23;
    text-align: center;
    /*vertical-align:middle;*/
    /*line-height:30px;*/
    font-family: open sans-serif,sans-serif;
    font-weight: 500;
    width: 151px;
    background-color: white;
    width: 159px;
    height: 30px;
    border-radius: 15px;
    cursor: pointer;
    border-color: white;
    float: right;
    margin: 3px 6px 0 0;
}

    .enter_button:hover {
        /*display:inline-block;*/
        color: white;
        text-align: center;
        /*vertical-align:middle;
		line-height:30px;
		font-family:open sans-serif,sans-serif;
		font-weight:500;
		width:30px;*/
        background-color: #fbad21;
        /*width:100px;
		height:30px;
		border-radius:15px*/
    }

.process_briefcases {
    width: 1207px;
    height: 522px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: grey;
}

.btnDealSave {
    display: inline-block;
    background-color: #2c99cc;
    font-family: play,sans-serif;
    color: white;
    width: 328px;
    font-size: 16px;
    cursor: pointer;
}

.btnDealAdd {
    display: inline-block;
    width: 90px;
    float: right;
    background-color: #5A993F;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.loanNumberSpan {
    color: #2c99cc;
    font-family: sans-serif;
}

.btnAccountSave {
    background-color: #2c99cc;
    color: white;
    font-family: 'Play',sans-serif;
    cursor: pointer;
}

#divAccounting p {
    width: auto;
    color: black;
    font-weight: normal;
}

.AccountingTitle {
    margin-bottom: 50px !important;
    font-weight: bold !important;
    font-size: 24px !important;
    font-family: Play, "Microsoft Sans Serif" !important;
    cursor: pointer;
}

div.checkPrintoffBox{
    width: 30%;
}

.createCheckBtn{
    margin-top: 25px;
}

@media (max-width:1750px), (max-device-width:1750px) {
    /*.quick_steps {
    background: url("http://localhost/FAMUS.Web/images/MBBlue_background.png") no-repeat scroll center center / 100% 780px rgba(0, 0, 0, 0);
    height: 780px;
}*/
    .quick_steps_home {
        background: url("http://localhost/FAMUS.Web/images/MBBlue_background.png") no-repeat scroll center center / 100% 780px rgba(0, 0, 0, 0);
        height: 780px;
    }

    .circles_line {
        background-color: transparent;
        height: 557px;
        margin: 25px auto;
        width: 789px;
    }

    .start_yours_today {
        background-color: #4893b0;
        border: 2px solid #ffffff;
        border-radius: 20px;
        color: #ffffff;
        display: inline-block;
        font-family: 'Open Sans',sans-serif;
        height: 40px;
        line-height: 35px;
        margin: 24px 20px 0 293px;
        text-align: center;
        vertical-align: middle;
        width: 207px;
    }

        .start_yours_today:hover {
            width: 207px;
            height: 40px;
            background-color: white;
            display: inline-block;
            border: 2px solid #ffffff;
            border-radius: 20px;
            text-align: center;
            vertical-align: middle;
            line-height: 35px;
            font-family: 'Open Sans',sans-serif;
            color: #24b7d1;
            margin: 11px 20px 0px 293px;
        }

    .process_briefcases {
        width: 1207px;
        height: 522px;
        margin: 0 auto;
    }
}

@media (max-width:1600px),(max-device-width:1600px) {
    .process_heading {
        color: #fbad21;
        display: inline;
        font-family: 'Open Sans',sans-serif;
        font-size: 45px;
        font-weight: 600;
        height: 62px;
        width: 439px;
    }

    .Quicksteps_heading {
        display: inline-block;
        font-family: 'Open Sans',sans-serif;
        font-size: 45px;
        font-weight: 600;
        height: 62px;
        margin: 0 0 0 6%;
        width: 376px;
    }

    .quote {
        width: 600px;
    }
}

@media (max-width:1500px),(max-device-width:1500px) {
    .process_dots {
        margin: 0px;
        width: 20%;
        overflow: hidden;
        display: inline-block;
        height: 50px;
    }

    .quickstep_dots {
        margin: 0px;
        width: 27%;
        overflow: hidden;
        display: inline-block;
        height: 50px;
    }

    .circles_line {
        background-color: transparent;
        height: 557px;
        margin: 25px auto;
        width: 790px;
    }
}

@media (max-width:1400px),(max-device-width:1400px) {
    .process_briefcases {
        width: 1207px;
        height: 522px;
        margin: 0 auto;
    }

    .process_dots {
        margin: 0px;
        width: 13%;
        overflow: hidden;
        display: inline-block;
        height: 50px;
    }

    .quickstep_dots {
        margin: 0px;
        width: 20%;
        overflow: hidden;
        display: inline-block;
        height: 50px;
    }

    .circles_line {
        background-color: transparent;
        height: 557px;
        margin: 25px auto;
        width: 790px;
    }
}

@media (max-width:1300px),(max-device-width:1300px) {
    .process_dots {
        display: none;
    }

    .quickstep_dots {
        display: none;
    }

    .get_your_rate {
        left: 43%;
    }

    .saying1 {
        color: #fbad21;
        display: block;
        font-family: 'Open Sans',sans-serif;
        font-size: 25px;
        font-weight: 400;
        height: 8px;
        margin: 0 0 0 6%;
        width: 492px;
    }

    .saying2 {
        color: #fbad21;
        display: block;
        font-family: 'Open Sans',sans-serif;
        font-size: 25px;
        font-weight: 400;
        height: 37px;
        margin: 0 0 0 6%;
        width: 492px;
    }

    .briefcase {
        background-color: transparent;
        display: inline-block;
        height: 132px;
        margin: 20px 0 10px 43px;
        width: 151px;
    }

    .process_briefcases {
        height: 522px;
        margin: 0 auto;
        width: 989px;
    }

    .description1 {
        width: 8%;
        height: 40px;
        background-color: white;
        margin: 20px 0 10px 5%;
        display: inline;
        font-family: 'Open Sans',sans-serif;
        font-weight: 400;
        font-size: 19px;
        color: #808080;
        margin-left: 20px;
    }

    .description2 {
        width: 8%;
        height: 40px;
        background-color: white;
        margin: 20px 0 10px 5%;
        display: inline;
        font-family: 'Open Sans',sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #808080;
        margin-left: 36px;
    }

    .description3 {
        width: 8%;
        height: 40px;
        background-color: white;
        margin: 20px 0 10px 5%;
        display: inline;
        font-family: 'Open Sans',sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #808080;
        margin-left: 43px;
    }

    .description4 {
        width: 8%;
        height: 40px;
        background-color: white;
        margin: 20px 0 10px 5%;
        display: inline;
        font-family: 'Open Sans',sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #808080;
        margin-left: 41px;
    }

    .description5 {
        width: 8%;
        height: 40px;
        background-color: white;
        margin: 20px 0 10px 5%;
        display: inline;
        font-family: 'Open Sans',sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #808080;
        margin-left: 25px;
    }

    .info1 {
        background-color: #fbad21;
        border-radius: 40px;
        color: white;
        display: inline-block;
        font-family: 'Open Sans',sans-serif;
        font-size: 16px;
        font-weight: 400;
        height: 173px;
        margin: 0 0 10px 3px;
        padding: 10px;
        text-align: center;
        width: 154px;
    }

    .info2 {
        background-color: #fbad21;
        border-radius: 40px;
        color: white;
        display: inline-block;
        font-family: 'Open Sans',sans-serif;
        font-size: 16px;
        font-weight: 400;
        height: 173px;
        margin: 0 0 10px 27px;
        padding: 10px;
        text-align: center;
        width: 154px;
    }

    .info3 {
        background-color: #fbad21;
        border-radius: 40px;
        color: white;
        display: inline-block;
        font-family: 'Open Sans',sans-serif;
        font-size: 16px;
        font-weight: 400;
        height: 173px;
        margin: 0 0 10px 20px;
        padding: 10px;
        text-align: center;
        width: 154px;
    }

    .info4 {
        background-color: #fbad21;
        border-radius: 40px;
        color: white;
        display: inline-block;
        font-family: 'Open Sans',sans-serif;
        font-size: 16px;
        font-weight: 400;
        height: 173px;
        margin: 0 0 10px 18px;
        padding: 10px;
        text-align: center;
        width: 157px;
    }

    .info5 {
        background-color: #fbad21;
        border-radius: 40px;
        color: white;
        display: inline-block;
        font-family: 'Open Sans',sans-serif;
        font-size: 16px;
        font-weight: 400;
        height: 173px;
        margin: 0 0 10px 19px;
        padding: 10px;
        text-align: center;
        width: 154px;
    }

    .full_process_button {
        background-color: white;
        border: 3px solid #fbad21;
        border-radius: 20px;
        color: #fbad21;
        display: inline-block;
        font-family: 'Open Sans',sans-serif;
        height: 40px;
        line-height: 35px;
        margin: 15px 20px 0 389px;
        text-align: center;
        vertical-align: middle;
        width: 200px;
    }

        .full_process_button:hover {
            background-color: #fbad21;
            border: 3px solid #fbad21;
            border-radius: 20px;
            color: white;
            display: inline-block;
            font-family: 'Open Sans',sans-serif;
            height: 40px;
            line-height: 35px;
            margin: 15px 20px 0 389px;
            text-align: center;
            vertical-align: middle;
            width: 200px;
        }
}

@media (max-width:1200px),(max-device-width:1200px) {
    .circles_line {
        background-color: transparent;
        height: 557px;
        margin: 25px auto;
        width: 790px;
    }

    .process_briefcases {
        height: 522px;
        margin: 0 auto;
        width: 989px;
    }

    .get_your_rate {
        /*General*/
        transform: scale(0.9, 0.9);
        /*Firefox*/
        -moz-transform: scale(0.9, 0.9);
        /*Microsoft Internet Explorer*/
        -ms-transform: scale(0.9, 0.9);
        /*Chrome, Safari*/
        -webkit-transform: scale(0.9, 0.9);
        /*Opera*/
        -o-transform: scale(0.9, 0.9);
    }
}

@media (max-width:1100px),(max-device-width:1100px) {
    .get_your_rate {
        /*General*/
        transform: scale(0.8, 0.8);
        /*Firefox*/
        -moz-transform: scale(0.8, 0.8);
        /*Microsoft Internet Explorer*/
        -ms-transform: scale(0.8, 0.8);
        /*Chrome, Safari*/
        -webkit-transform: scale(0.8, 0.8);
        /*Opera*/
        -o-transform: scale(0.8, 0.8);
        top: 142px;
    }

    .quote {
        color: white;
        font-family: 'Open Sans',sans-serif;
        font-size: 45px;
        font-weight: 600;
        height: auto;
        margin: 8px 0 2px 7%;
        width: 655px;
    }

    .quote_text {
        margin: 0 0 20px 8%;
    }

    .start_button {
        margin: 2px 20px 0 11%;
    }
}

@media (max-width:1000px),(max-device-width:1000px) {
    .process {
        height: 447px;
    }

    .process_briefcases {
        height: 405px;
        margin: 0 auto;
        width: 730px;
    }

    .briefcases {
        background-color: white;
        height: 120px;
        width: 100%;
    }

    .briefcase1 {
        background-color: transparent;
        display: inline-block;
        height: 96px;
        margin: 20px 0 10px 20px;
        width: 112px;
    }

    .briefcase {
        background-color: transparent;
        display: inline-block;
        height: 96px;
        margin: 20px 0 10px 27px;
        width: 112px;
    }

    .PPimg1 {
        height: 109px;
    }

    .description_line {
        background-color: white;
        height: 33px;
        width: 100%;
    }

    .description1 {
        background-color: white;
        color: #808080;
        display: inline;
        font-family: 'Open Sans',sans-serif;
        font-size: 14px;
        font-weight: 600;
        height: 40px;
        margin: 2px 0 10px 9px;
        width: 8%;
    }

    .description2 {
        background-color: white;
        color: #808080;
        display: inline;
        font-family: 'Open Sans',sans-serif;
        font-size: 14px;
        font-weight: 600;
        height: 40px;
        margin: 20px 0 10px 16px;
        width: 8%;
    }

    .description3 {
        background-color: white;
        color: #808080;
        display: inline;
        font-family: 'Open Sans',sans-serif;
        font-size: 14px;
        font-weight: 600;
        height: 40px;
        margin: 20px 0 10px 14px;
        width: 8%;
    }

    .description4 {
        background-color: white;
        color: #808080;
        display: inline;
        font-family: 'Open Sans',sans-serif;
        font-size: 15px;
        font-weight: 600;
        height: 40px;
        margin: 20px 0 10px 15px;
        width: 8%;
    }

    .description5 {
        background-color: white;
        color: #808080;
        display: inline;
        font-family: 'Open Sans',sans-serif;
        font-size: 14px;
        font-weight: 600;
        height: 40px;
        margin: 20px 0 10px 6px;
        width: 8%;
    }

    .info1 {
        background-color: #fbad21;
        border-radius: 40px;
        color: white;
        display: inline-block;
        font-family: 'Open Sans',sans-serif;
        font-size: 13px;
        font-weight: 400;
        height: 135px;
        margin: 0 0 10px 3px;
        padding: 10px;
        text-align: center;
        width: 116px;
        vertical-align: top;
    }

    .info2 {
        background-color: #fbad21;
        border-radius: 40px;
        color: white;
        display: inline-block;
        font-family: 'Open Sans',sans-serif;
        font-size: 13px;
        font-weight: 400;
        height: 135px;
        margin: 0 0 10px 6px;
        padding: 10px;
        text-align: center;
        width: 116px;
        vertical-align: top;
    }

    .info3 {
        background-color: #fbad21;
        border-radius: 40px;
        color: white;
        display: inline-block;
        font-family: 'Open Sans',sans-serif;
        font-size: 13px;
        font-weight: 400;
        height: 135px;
        margin: 0 0 10px 6px;
        padding: 10px;
        text-align: center;
        width: 116px;
    }

    .info4 {
        background-color: #fbad21;
        border-radius: 40px;
        color: white;
        display: inline-block;
        font-family: 'Open Sans',sans-serif;
        font-size: 13px;
        font-weight: 400;
        height: 135px;
        margin: 0 0 10px 5px;
        padding: 10px;
        text-align: center;
        width: 115px;
        vertical-align: top;
    }

    .info5 {
        background-color: #fbad21;
        border-radius: 40px;
        color: white;
        display: inline-block;
        font-family: 'Open Sans',sans-serif;
        font-size: 13px;
        font-weight: 400;
        height: 135px;
        margin: 0 0 10px 5px;
        padding: 10px;
        text-align: center;
        width: 116px;
        vertical-align: top;
    }
}

@media (max-width:1000px),(max-device-width:1000px) {
    .circles_line {
        background-color: transparent;
        height: 557px;
        margin: 25px auto;
        width: 790px;
    }
}

@media (max-width:950px),(max-device-width:950px) {

    .quote {
        color: white;
        font-family: 'Open Sans',sans-serif;
        font-size: 45px;
        font-weight: 600;
        height: auto;
        margin: 8px 0 6px 7%;
        width: 655px;
    }

    .quote_text {
        color: #808080;
        font-family: 'Open Sans',sans-serif;
        font-weight: 400;
        height: 73px;
        margin: 0 0 40px 8%;
        width: 219px;
    }

    .start_button {
        background-color: #fec34a;
        border: 2px solid #ffffff;
        border-radius: 20px;
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
        font-family: 'Open Sans',sans-serif;
        font-size: 14px;
        height: 40px;
        line-height: 35px;
        margin: 2px 20px 0 8%;
        text-align: center;
        vertical-align: middle;
        width: 200px;
    }

        .start_button:hover {
            background-color: white;
            border: 2px solid lightgray;
            border-radius: 20px;
            color: #fbad21;
            cursor: pointer;
            display: inline-block;
            font-family: 'Open Sans',sans-serif;
            font-size: 14px;
            height: 40px;
            line-height: 35px;
            margin: 2px 20px 0 8%;
            text-align: center;
            vertical-align: middle;
            width: 200px;
        }

    .get_your_rate {
        height: 464px;
        margin-top: 50px;
        position: absolute;
        top: 142px;
        width: 600px;
        margin-left: -13%;
    }

    .circle {
        background-color: transparent;
        border: 6px solid white;
        border-radius: 50%;
        color: white;
        display: inline-block;
        font-family: 'Open Sans',sans-serif;
        font-size: 15px;
        font-weight: 300;
        height: 170px;
        line-height: 20px;
        margin: 20px 0 0 10px;
        text-align: center;
        vertical-align: middle;
        width: 170px;
    }

    .Hcircle {
        font-size: 30px;
        font-weight: 400;
        margin-bottom: 17px;
    }

    .circles_line {
        background-color: transparent;
        height: 557px;
        margin: 50px auto;
        width: 590px;
    }

    .start_yours_today {
        background-color: #4893b0;
        border: 2px solid #ffffff;
        border-radius: 20px;
        color: #ffffff;
        display: inline-block;
        font-family: 'Open Sans',sans-serif;
        height: 40px;
        line-height: 35px;
        margin: 25px 20px 0 192px;
        text-align: center;
        vertical-align: middle;
        width: 207px;
    }

        .start_yours_today:hover {
            background-color: white;
            border: 2px solid #ffffff;
            border-radius: 20px;
            color: #24b7d1;
            display: inline-block;
            font-family: 'Open Sans',sans-serif;
            height: 40px;
            line-height: 35px;
            margin: 25px 20px 0 192px;
            text-align: center;
            vertical-align: middle;
            width: 207px;
        }
}

@media (max-width:850px),(max-device-width:850px) {
}

@media (max-width:800px),(max-device-width:800px) {
    .ContentboxInvestor {
        width: 400px;
    }

    .signInContainer {
        border-left: none;
    }

    .process {
        display: none;
    }

    .quick_steps_home {
        display: none;
    }

    .get_your_rate {
        height: 0px;
        margin-left: -33%;
        margin-top: 50px;
        position: absolute;
        top: 389px;
        width: 600px;
    }

    .preview_mobile_button {
        visibility: visible;
    }

    /*.intro {
    background: url("http://localhost/FAMUS.Web/images/MBOrange_background.png") no-repeat scroll center center / 100% 700px rgba(0, 0, 0, 0);
    height: 700px;
    width: 100%;
}*/
}

@media (max-width:780px),(max-device-width:780px) {
    .circles_line {
        background-color: transparent;
        float: right;
        height: 557px;
        margin: 0 1% 0 0;
        width: 590px;
    }
}

@media (max-width:684px),(max-device-width:684px) {
    .MB2_Logo {
        height: 64px;
    }

    .logo {
        background-color: transparent;
        float: left;
        height: 65px;
        margin: 10px 0 0 5%;
        /*width: 267px;*/
    }

    .loginTextBox {
        background-color: white;
        border-radius: 15px;
        color: #fbad21;
        float: right;
        margin-right: 0;
        margin-top: 6px;
    }

    #log_in_tab {
        margin-top: 21px;
    }
}
/*Hompage intro responsive*/
@media (max-width:712px),(max-device-width:712px) {

    .quote {
        color: white;
        font-family: 'Open Sans',sans-serif;
        font-size: 32px;
        font-weight: 600;
        height: auto;
        margin: 0px 0 7px 10%;
        width: 75%;
    }

    .quote_text {
        color: #808080;
        font-family: 'Open Sans',sans-serif;
        font-weight: 400;
        height: 73px;
        margin: 0 0 6px 10%;
        width: 438px;
    }
}

@media (max-width:430px),(max-device-width:430px) {

    .quote {
        color: white;
        font-family: 'Open Sans',sans-serif;
        font-size: 25px;
        font-weight: 600;
        height: auto;
        margin: 0 0 20px 10%;
        width: 75%;
    }

    .logo {
        background-color: transparent;
        float: left;
        height: 65px;
        margin: 10px 0 0 5%;
        /*width: 100%;*/
    }

    .quote_text {
        color: #808080;
        font-family: 'Open Sans',sans-serif;
        font-weight: 400;
        height: 73px;
        margin: 0 0 20px 11%;
        width: 70%;
        height: auto;
    }
}

@media (max-width:620px),(max-device-width:620px) {
    .process {
        display: none;
    }

    .quick_steps_home {
        display: none;
    }

    .preview_mobile_button {
        visibility: visible;
    }

    .get_your_rate {
        margin-left: -48%;
    }
}

@media (max-width:590px),(max-device-width:590px) {
    .quote {
        color: white;
        font-family: 'Open Sans',sans-serif;
        font-size: 25px;
        font-weight: 600;
        height: auto;
        margin: 0 0 20px 10%;
        width: 75%;
    }

    .quote_text {
        color: #808080;
        font-family: 'Open Sans',sans-serif;
        font-weight: 400;
        height: 73px;
        margin: 0 0 10px 11%;
        width: 70%;
        height: auto;
    }

    #garage_closed {
        display: none;
    }

    .get_your_rate {
        height: 0px;
        margin-top: -5px;
        position: absolute;
        top: 389px;
        width: 600px;
        margin-left: -53%;
    }

    .slider {
        height: 300px;
        margin: 177px 0 0 118px !important;
        overflow: hidden;
        position: absolute;
        width: 400px;
        z-index: 2;
    }

    .garage_img {
        top: 42px !important;
    }
}

@media (max-width:500px),(max-device-width:500px) {
    .get_your_rate {
        margin-left: -68%;
    }

    .garage_img {
        display: none;
    }
}

@media (max-width:400px),(max-device-width:400px) {
    .get_your_rate {
        margin-left: 0%;
        height: 0px;
        left: -146px;
        margin-top: -5px;
        position: absolute;
        top: 347px;
        width: 510px;
    }

    .ContentboxInvestor {
        width: 100%;
        border-radius: 0px;
    }

    .signupContainer {
        width: 100%;
    }

    .signInContainer {
        width: 100%;
    }

    .registerP {
        width: 95%;
    }

    .InvestorPortalHeading {
        width: 210px;
        font-size: 30px !important;
    }
}

@media (max-width:350px),(max-device-width:350px) {
    .rate_h4 {
        font-size: 14px;
    }
}

/* Css for Landing/Messages/MyTeam briefcase and contents in briefcase*/

.large_briefcase {
    position: absolute;
    left: 0px;
    top: 83px;
    z-index: 0;
}

.text_area {
    position: absolute;
    left: 145px;
    top: 200px;
    z-index: 1;
    background-color: #2a6ea1;
    width: 300px;
    height: 175px;
    border-radius: 20px;
}

.text_area_orange {
    position: absolute;
    left: 145px;
    top: 200px;
    z-index: 1;
    background-color: #fbad21;
    width: 300px;
    height: 175px;
    border-radius: 20px;
}

.text_area_green {
    position: absolute;
    left: 145px;
    top: 200px;
    z-index: 1;
    background-color: #40b710;
    width: 300px;
    height: 175px;
    border-radius: 20px;
}

.text_area_text {
    position: absolute;
    left: 162px;
    top: 211px;
    z-index: 1;
    background-color: transparent;
    width: 275px;
    height: 150px;
    border-radius: 20px;
    color: white;
    font-family: open sans-serif,sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.Percent_icon {
    position: absolute;
    left: 152px;
    top: 389px;
    z-index: 1;
    background-color: transparent;
    width: 81px;
    height: 50px;
}

.messages_icon {
    position: absolute;
    left: 262px;
    top: 389px;
    z-index: 1;
    background-color: transparent;
    width: 81px;
    height: 50px;
}

.Messages_title {
    position: absolute;
    left: 195px;
    top: 150px;
    z-index: 1;
    color: #40b710;
    font-family: open sans-serif,sans-serif;
    font-weight: 500;
    font-size: 45px;
}

.See_Your_Status {
    position: absolute;
    left: 134px;
    top: 150px;
    z-index: 1;
    color: #fbad21;
    font-family: open sans-serif,sans-serif;
    font-weight: 500;
    font-size: 45px;
}

.myteam_icon {
    position: absolute;
    left: 368px;
    top: 389px;
    z-index: 1;
    background-color: transparent;
    width: 81px;
    height: 50px;
}

.Your_Team_title {
    position: absolute;
    left: 187px;
    top: 150px;
    z-index: 1;
    color: #2a6ea1;
    font-family: open sans-serif,sans-serif;
    font-weight: 500;
    font-size: 45px;
}



.trustGrid {
    margin: auto;
    margin-top: 25px;
    margin-bottom: 20px;
    width: 90%;
    border: 5px solid var(--MainThemeColor);
}

    .trustGrid tr th {
        font-size: 20px;
        padding-top: 15px;
        border-bottom: 2px solid var(--MainThemeColor);
        border-right: 2px solid var(--MainThemeColor);
        text-align: center;
        padding-bottom: 15px;
        font-weight: bold;
    }

    .trustGrid tr td {
        border: 2px solid var(--MainThemeColor);
        height: 40px;
        width: 14.28%;
        text-align: center;
        vertical-align: middle;
    }

.tableTitle {
    margin: auto;
    font-size: 2em;
    width: 25%;
    text-align: center;
}


/*#region trustAccountTable*/
.hideColumn {
    display: none;
}

.success {
    display: block;
    width: 50%;
    font-size: 30px;
    font-weight: bold;
    color: white;
    background-color: green;
    height: 10%;
    text-align: center;
    vertical-align: middle;
    border: 2px solid black !important;
    margin: auto;
    margin-top: 1%;
    padding: 10px 0px;
}

.failure {
    display: block;
    width: 50%;
    font-size: 28px;
    font-weight: bold;
    color: white;
    background-color: red;
    height: 10%;
    text-align: center;
    vertical-align: middle;
    border: 2px solid black !important;
    margin: auto;
    margin-top: 1%;
    padding: 10px 0px;
}

.activeBtn {
    float: right;
}
/*#endregion trustAccountTable*/

/*#region PoolGridRegion*/
#poolLineGrid {
    margin: auto;
    margin-top: 25px;
    width: 98% !important;
    border: 5px solid var(--MainThemeColor);
}

    #poolLineGrid tr th {
        font-size: 12px;
        padding-top: 10px;
        border-bottom: 2px solid var(--MainThemeColor);
        border-right: 2px solid var(--MainThemeColor);
        text-align: center;
        font-weight: bold;
    }

        #poolLineGrid tr th:nth-child(1), #poolLineGrid tr th:nth-child(4), #poolLineGrid tr th:nth-child(5), #poolLineGrid tr th:nth-child(14), #poolLineGrid tr th:nth-child(15) {
            display: none;
        }

    #poolLineGrid tr td {
        border: 2px solid var(--MainThemeColor);
        height: 40px;
        width: 8%;
    }

    #poolLineGrid tr td {
        text-align: center;
        vertical-align: middle !important;
    }

        #poolLineGrid tr td input {
            text-align: center;
            vertical-align: middle !important;
        }

        #poolLineGrid tr td select {
            text-align: center;
            vertical-align: middle !important;
        }


    #poolLineGrid tbody tr th:nth-child(1) {
        display: none;
    }

    #poolLineGrid th, #poolLineGrid td {
        white-space: nowrap;
    }

.hideColumn {
    display: none;
}

.inputs {
    width: 210px;
    text-align: center;
    font-weight: bold;
    padding: 0px 1px;
}

    .inputs input {
        width: 180px;
    }

    .inputs select {
        height: 20px;
    }

    .inputs span {
        font-size: 12px;
        margin:auto;
    }

#tableMessage {
    font-weight: bold;
    background-color: lightgrey;
    margin-left: 39%;
}

#poolLineGrid tbody tr td .dangerBtn:hover {
    background-color: red !important;
}

#poolLineGrid_wrapper {
    width: 100%;
    margin: auto;
}

#poolLineGrid_length {
    padding-bottom: 10px;
}

    #poolLineGrid_length label {
        font-size: 14px;
    }

    #poolLineGrid_length select {
        width: 25%;
        height: 20px;
    }

#poolLineGrid_filter {
    font-weight: bold;
}

    #poolLineGrid_filter input {
        width: 70%;
    }

#poolLineGrid tr.odd {
    background-color: white !important;
}

#poolLineGrid tr.even {
    background-color: white !important;
}

#poolLineGrid tr td .ajax__calendar .ajax__calendar_container {
    width: 350px;
}

#poolLineGrid tr td .ajax__calendar_body {
    height: 285px;
    width: 350px;
}

.itemBtn {
    width: 10%;
    margin: 40px 5px;
    padding: 0px !important;
}

.lblActiveStatus {
    float: left;
    margin: auto;
    text-align: center;
    display: contents;
    font-weight: bold;
}

/*#endregion PoolGridRegion*/

/*#region MgmtFeeRegion*/
.mgmtFeeTitle {
    font-family: Play, sans-serif;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

#lblMgmtFeeMsg {
    font-size: 20px;
    text-align: center;
    margin: auto;
}

.mgmtGrid {
}

#mgmtFeeGrid {
    height: auto;
    min-height: 400px;
    width: 100%;
    margin-top: 10px;
}

    #mgmtFeeGrid #lblShrValTitle {
        float: left;
        margin-left: 5%;
    }

#mgmtFeeInnerGrid {
    clear: left;
    width: 25%;
    float: left;
    margin-left: 1%;
    margin-top: 1%;
    margin-bottom: 1%;
    border: 3px solid var(--MainThemeColor);
}

.valueGroup {
    display: flex;
}

    .valueGroup .valGroupLabel {
        display: inline-block;
        padding: 5px;
        border-right: 3px solid var(--MainThemeColor);
        border-bottom: 3px solid var(--MainThemeColor);
        width: 60%;
        text-align: right;
        font-weight: bold;
        font-family: Play, sans-serif;
    }

    .valueGroup .valGroupValue {
        display: inline-block;
        padding: 5px 0px 5px 0px;
        border-left: 3px solid var(--MainThemeColor);
        border-bottom: 3px solid var(--MainThemeColor);
        font-weight: bold;
        font-family: Play, sans-serif;
        text-align: right;
        width: 40%;
        position: relative;
        left: 0px;
    }

#lblCalcBy {
    margin-left: 1%;
}

.overrideShareValue {
    float: right;
    width: 70%;
}

    .overrideShareValue input {
        width: 25%;
    }

    .overrideShareValue .valueGroup input {
        width: 5%;
    }

#lblLockError {
    color: red;
    font-family: Play, sans-serif;
    font-weight: bold;
}
/*#endregion*/
/*Responsive Css for Landing/Messages/MyTeam briefcase and contents in briefcase*/
@media (max-width:1400px), (max-device-width:1400px) {
    .Briefcase_img {
        background-color: transparent;
        height: 461px;
        margin: 10px 0 0 5%;
        position: absolute;
        width: 484px;
    }

    element.style {
        float: right;
        height: 197px;
        margin: 255px 364px 0 0;
        width: 400px;
    }

    .large_briefcase {
        left: -66px;
        position: absolute;
        top: 83px;
        z-index: 0;
    }

    .text_area {
        position: absolute;
        left: 79px;
        top: 200px;
        z-index: 1;
        background-color: #2a6ea1;
        width: 300px;
        height: 175px;
        border-radius: 20px;
    }

    .text_area_orange {
        position: absolute;
        left: 79px;
        top: 200px;
        z-index: 1;
        background-color: #fbad21;
        width: 300px;
        height: 175px;
        border-radius: 20px;
    }

    .text_area_green {
        position: absolute;
        left: 79px;
        top: 200px;
        z-index: 1;
        background-color: #40b710;
        width: 300px;
        height: 175px;
        border-radius: 20px;
    }

    .text_area_text {
        position: absolute;
        left: 96px;
        top: 211px;
        z-index: 1;
        background-color: transparent;
        width: 275px;
        height: 150px;
        border-radius: 20px;
        color: white;
        font-family: open sans-serif,sans-serif;
        font-weight: 400;
        font-size: 20px;
    }

    .Percent_icon {
        position: absolute;
        left: 86px;
        top: 389px;
        z-index: 1;
        background-color: transparent;
        width: 81px;
        height: 50px;
    }

    .messages_icon {
        position: absolute;
        left: 196px;
        top: 389px;
        z-index: 1;
        background-color: transparent;
        width: 81px;
        height: 50px;
    }

    .Messages_title {
        position: absolute;
        left: 129px;
        top: 150px;
        z-index: 1;
        color: #40b710;
        font-family: open sans-serif,sans-serif;
        font-weight: 500;
        font-size: 45px;
    }

    .See_Your_Status {
        position: absolute;
        left: 68px;
        top: 150px;
        z-index: 1;
        color: #fbad21;
        font-family: open sans-serif,sans-serif;
        font-weight: 500;
        font-size: 45px;
    }

    .myteam_icon {
        position: absolute;
        left: 302px;
        top: 389px;
        z-index: 1;
        background-color: transparent;
        width: 81px;
        height: 50px;
    }

    .Your_Team_title {
        position: absolute;
        left: 121px;
        top: 150px;
        z-index: 1;
        color: #2a6ea1;
        font-family: open sans-serif,sans-serif;
        font-weight: 500;
        font-size: 45px;
    }
}

@media (max-width:900px),(max-device-width:900px) {
    .top_white {
        width: 90%;
        height: 65px;
        background-color: white;
        margin: 20px 0 0 5%;
        position: absolute;
        border-top-right-radius: 50%;
        border-top-left-radius: 50%;
        z-index: 0;
    }

    .bottom_white {
        width: 90%;
        height: 95px;
        background-color: white;
        margin: 600px 0 0 5%;
        position: absolute;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
        z-index: 0;
    }

    .middle-left {
        width: 90%;
        height: 571px;
        background-color: transparent;
        margin: 63px 0 0 5%;
        position: absolute;
        z-index: 0;
        border-left: 10px solid white;
    }

    .middle-right {
        width: 94%;
        height: 571px;
        background-color: transparent;
        margin: 63px 0 0 0%;
        position: absolute;
        z-index: 0;
        border-right: 10px solid white;
        float: right;
    }
}
/*Responsive portal pages*/
@media (max-width:800px),(max-device-width:800px) {
    .Contentbox2 {
        width: 100%;
    }

    .disclaimer {
        font-size: 12px;
        height: auto;
        margin: 20px auto 0;
        width: 95%;
    }

    .login_leftside {
        display: block;
        float: none;
        height: auto;
        width: 400px;
        margin: 0 auto;
    }

    .login_rightside {
        border-left: none;
        display: block;
        height: auto;
        margin: 0 auto;
        width: 399px;
    }

    #AccreditationProcess {
        width: 100%;
        margin: 50px auto;
        text-align: center;
        position: relative;
    }

    #progressbar {
        width: 100%;
    }

    ul#progressbar li {
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .step-title {
        font-size: 30px;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

@media (max-width:618px),(max-device-width:618px) {
    .WelcomeHeader {
        width: 97%;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
        font-size: 19px;
    }
}

@media (max-width:430px),(max-device-width:430px) {

    .Contentbox {
        width: 100%;
        border-radius: 0px;
    }

        .Contentbox .textbox {
            width: 100%;
        }

        .Contentbox h4 {
            font-size: 19px;
        }

    .login_leftside {
        width: 100%;
    }

    .login_rightside {
        width: 100%;
    }
}

@media (max-width:350px),(max-device-width:350px) {
    .Contentbox .portalbtn {
        width: 80%;
    }

    .Contentbox h4 {
        font-size: 17px;
    }

    .Contentbox h1 {
        font-size: 32px;
        margin-left: 20px;
    }
}
/*Responsive CSS*/
@media (max-width:800px),(max-device-width:800px) {

    .HM_content {
        width: 500px;
    }

    .tipQ {
        display: none;
    }

    .Tip_section {
        display: none;
    }

    .Question_section {
        border-right: none;
        display: inline-block;
        height: auto;
        margin-left: 10px;
        margin-top: 20px;
        min-height: 400px;
        width: 486px;
    }

    .borrower_tab {
        display: none;
    }

    .deal_tab {
        display: none;
    }

    .property_tab {
        display: none;
    }

    .loan_tab {
        display: none;
    }

    .financialinfo_tab {
        display: none;
    }

    .progressBar {
        background-color: lightgray;
        border-radius: 20px;
        display: inline-block;
        height: 20px;
        margin-left: -8px;
        width: 76%;
        float: none;
    }

    .purchase {
        display: block;
        margin: 60px auto;
        text-align: center;
        vertical-align: middle;
        width: 300px;
    }

    .chooseNewOrExisting .refi {
        display: block;
        margin: 60px auto;
        text-align: center;
        vertical-align: middle;
        width: 300px;
    }

    .chooseNewOrExisting .purchase2 {
        display: block;
        margin: 37px auto;
        margin-bottom: 20px;
    }

    .chooseNewOrExisting .refi2 {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

@media (max-width:500px),(max-device-width:500px) {
    #arrow_submit {
        width: 135px;
    }

    .HM_content {
        width: 100%;
    }

    .Question_section {
        width: 90%;
    }

    .textbox {
        width: 90%;
    }

    .textboxDollar {
        width: 90%;
    }

    .DropDownList {
        width: 90%;
    }

    .arrows {
        width: 80px;
    }

    .HM_content {
        border-radius: 0px;
    }

        .HM_content .tab_bar {
            border-top-right-radius: 0px;
            border-top-left-radius: 0px;
        }
}

@media (max-width:360px),(max-device-width:360px) {
    .Question_section {
        margin-left: 0px;
    }
}
