﻿@import url(/Content/css/common.css);
/*========================================================
                      Main Styles
=========================================================*/
a[href^=tel] {
    /*color: inherit;*/
    /*text-decoration: none;*/
}

.badge {
    background: none;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .clearboth {
        clear: both;
    }
}

.mg-add {
    margin-top: -140px;
}

@media (max-width: 1199px) {
    .mg-add {
        margin-top: 20px;
    }
}

.mg-add2 {
    margin-top: 40px;
}

.fz__mod {
    font-size: 1em;
}

.mod {
    position: relative;
}

    .mod:before {
        content: "";
        position: absolute;
        left: -30px;
        top: 0px;
        bottom: 0;
        right: 0;
        background: #f6f6f6;
        z-index: -1;
    }

@media (max-width: 1199px) {
    .mod:before {
        left: -15px;
    }
}

@media (max-width: 991px) {
    .mod:before {
        display: none;
    }
}

@media (max-width: 1199px) {
    .mod2,
    .mod {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

* + .row {
    margin-top: 30px;
}

.row + * {
    margin-top: 30px;
}

.row + .row {
    margin-top: 30px;
}

* + p {
    margin-top: 10px;
}

* + .btn-sm {
    margin-top: 50px;
}

* + .offs {
    margin-top: 54px;
}

p + .offs {
    margin-top: 55px;
}

* + .offs2 {
    margin-top: 46px;
}

.row + .offs3 {
    margin-top: 63px;
}

p.h5 + h4 {
    margin-top: 10px;
}

.row + .offs4 {
    margin-top: 50px;
}

img + .offs {
    margin-top: 60px;
}

h3 + .offs {
    margin-top: 20px;
}
/*=======================================================
                        Components
=========================================================*/
/*==================      Box      ======================*/
.box:before,
.box:after {
    content: " ";
    display: table;
}

.box:after {
    clear: both;
}

.box:before,
.box:after {
    content: " ";
    display: table;
}

.box:after {
    clear: both;
}

.box_aside {
    float: left;
}

    .box_aside img {
        margin-right: 30px;
    }

.box_cnt__no-flow {
    overflow: hidden;
}

@media (max-width: 479px) {
    .box_aside {
        float: none;
        text-align: center;
    }
}
/*==================       Icon      ====================*/
.fa-ban,
.fa-home,
.fa-building,
.fa-building-o,
.fa-user,
.fa-calculator,
.fa-cogs,
.fa-envelope,
.fa-group,
.fa-check-circle,
.fa-money,
.fa-cloud,
.fa-pencil,
.fa-leaf,
.fa-search,
.fa-arrow-up {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #02085b;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

    .fa-ban:before,
    .fa-home:before,
    .fa-building:before,
    .fa-building-o:before,
    .fa-user:before,
    .fa-calculator:before,
    .fa-cogs:before,
    .fa-envelope:before,
    .fa-group:before,
    .fa-check-circle:before,
    .fa-money:before,
    .fa-cloud:before,
    .fa-pencil:before,
    .fa-leaf:before,
    .fa-search:before,
    .fa-arrow-up:before {
        font-size: 2em;
        line-height: 60px;
        color: #fff;
        position: relative;
        z-index: 2;
    }
/*==================  Marked List  ======================*/
* + .marked-list {
    margin-top: 24px;
}

.marked-list li {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    position: relative;
    padding-left: 46px;
    text-transform: capitalize;
    text-align: left;
}

    .marked-list li:before {
        content: '\f00c';
        position: absolute;
        left: 0;
        top: 0;
        font-weight: 400;
        font-size: 1.071em;
        font-family: 'FontAwesome';
        color: #02085b;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .marked-list li:hover:before {
        left: 2px;
    }

    .marked-list li a {
        font-size: 1.071em;
        font-weight: normal;
    }

    .marked-list li + li {
        margin-top: 28px;
    }

/*==================  Inline List  ======================*/
.inline-list li {
    display: inline-block;
    position: relative;
}

    .inline-list li a {
        color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 53px;
        height: 53px;
        display: block;
        border: 1px solid #001e3a;
        overflow: hidden;
        background: #001e3a;
        text-align: center;
    }

        .inline-list li a:after {
            content: "";
            background: #02085b;
            position: absolute;
            left: 50%;
            top: 50%;
            right: 50%;
            bottom: 50%;
            -moz-transition: 0.3s;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            z-index: 1;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

        .inline-list li a:before {
            position: absolute;
            font-size: 2.143em;
            line-height: 53px;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 2;
        }

        .inline-list li a:hover {
            border: none;
        }

            .inline-list li a:hover:after {
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
            }

@media (max-width: 1199px) {
    .inline-list li > a {
        width: 38px;
        height: 38px;
    }

        .inline-list li > a:before {
            font-size: 1.143em;
            line-height: 38px;
        }
}


.inline-list li + li {
    margin-left: 9px;
}

.maintenance {
    padding: 7px;
    background-color: #962C41;
    color: Yellow;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.143em;
}

/*==================   Copyright     ====================*/
.copyrights {
    display: inline-block;
    color: #4d5b64;
    font-size: 1.071em;
    position: relative;
    top: -14px;
    margin-left: 10px;
}
/*==================   Fm_video  =========================*/
.fw_video {
    margin-top: 46px;
    width: 100%;
    height: 323px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

    .fw_video iframe {
        position: relative;
        display: inline-block;
        outline: none;
        width: 100%;
        height: 100%;
        border: none;
        overflow: hidden;
    }
/*==================      HR   =========================*/
hr {
    border: none;
    height: 1px;
    width: 100%;
    background: #f6f6f6;
}

.term-list dd {
    margin-left: 0;
    color: #bfbfbf;
}

.term-list * + dt {
    margin-top: 45px;
}

.term-list dt + * {
    margin-top: 14px;
}

.term-list a[href^="mailto:"] {
    font-size: 1em;
    line-height: 24px;
    display: inline-block;
    color: #02085b;
    margin-top: 28px;
}

    .term-list a[href^="mailto:"]:hover {
        color: #464646;
    }

* + .term-list {
    margin-top: 38px;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
    background: inherit;
}

    header .block_catchphrase {
        float: right;
        margin-top: 12px;
    }

        header .block_catchphrase .top-section,
        .container .block_catchphrase .top-section {
            margin: 3px 0 0 0;
        }

            header .block_catchphrase .top-section .catchphrase span,
            .container .block_catchphrase .top-section .catchphrase span,
            .container .block_catchphrase .top-section .catchphrase h1 {
                font-size: 2em;
                font-weight: bold;
                line-height: 1;
            }

                .container .block_catchphrase .top-section .catchphrase h1 sup {
                    font-size: 1em;
                    font-weight: normal;
                }

main .container .block_catchphrase .top-section .catchphrase {
    margin: 40px 0;
}

@media (max-width: 767px) {
    header {
        text-align: center;
    }

        header .block_catchphrase,
        header .navbar-header {
            float: left;
            margin-bottom: 0;
        }

            header .navbar-header img {
                height: 40px;
            }

        header .top-section {
            display: none;
        }

    .btn {
        line-height: 23px;
        padding: 5px 20px 5px 20px;
    }
}

@media (max-width: 991px) {
    header .navbar {
        margin-top: 30px;
    }

        header .navbar .profile {
            margin-top: -40px;
        }

            header .navbar .profile div:first-child {
                color: #001e3a;
            }
}

@media (max-width: 1199px) {
    header .block_catchphrase {
        float: right;
        margin-top: 0;
    }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
.lb-frame {
    width: 100%;
    height: 100%;
    border: none;
}

.bg-White {
    padding: 20px 20px;
    background-color: #fff;
}

main {
    background: #ffffff;
}

@media (min-width: 768px) {
    .normal .contents {
        min-height: 500px;
        padding-bottom: 50px;
    }
}

.gmap_container {
}

    .gmap_container .gmap_canvas_container {
        overflow: hidden;
        height: 400px;
        width: 100%;
        border-top: 1px solid #001e3a;
        border-bottom: 1px solid #001e3a;
    }

        .gmap_container .gmap_canvas_container #gmap_canvas {
            height: 400px;
            width: 100%;
        }

            .gmap_container .gmap_canvas_container #gmap_canvas img {
                max-width: none !important;
                background: none !important;
            }

.pageTitle {
    margin-bottom: 50px;
    border-bottom: 5px solid #02085b;
}

    .pageTitle .pageAboutUs {
        background: url('../images/pageAboutUs.jpg') no-repeat bottom center;
    }

    .pageTitle .pageCareer {
        background: url('../images/pageCareer.jpg') no-repeat bottom center;
    }

    .pageTitle .pageBuyAHouse {
        background: url('../images/pageBuyAHouse.jpg') no-repeat bottom center;
    }

    .pageTitle .pageRefinance {
        background: url('../images/pageRefinance.jpg') no-repeat bottom center;
    }

    .pageTitle .pageLoanServicing {
        background: url('../images/pageLoanServicing.jpg') no-repeat bottom center;
    }

    .pageTitle .pageApplyLoan {
        background: url('../images/pageApplyLoan.jpg') no-repeat bottom center;
    }

    .pageTitle .pageResources {
        background: url('../images/pageResources.jpg') no-repeat bottom center;
    }

    .pageTitle .pageTools {
        background: url('../images/pageTools.jpg') no-repeat bottom center;
    }

    .pageTitle .pageMortgageCalculator {
        background: url('../images/pageMortgageCalculator.jpg') no-repeat bottom center;
    }

    .pageTitle .pageContactUs {
        background: url('../images/pageContactUs_v0609.png') no-repeat center center;
    }

    .pageTitle .pageLoanInquiry {
        background: url('../images/pageLoanInquiry_v1.jpg') no-repeat center center;
    }

    .pageTitle .pageLicensedStates {
        background: url('../images/pageLicensedStates.jpg') no-repeat bottom center;
    }

    .pageTitle .pagePrivacyPolicy {
        background: url('../images/pagePrivacyPolicy.jpg') no-repeat bottom center;
    }

    .pageTitle .pageSecurity {
        background: url('../images/pageSecurity.jpg') no-repeat bottom center;
    }

    .pageTitle .pageTermofUse {
        background: url('../images/pageTermofUse.jpg') no-repeat bottom center;
    }

    .pageTitle .pageBranchLocator {
        background: url('../Images/pageBranchLocator.jpg') no-repeat bottom center;
    }

    .pageTitle .pageLoanOfficerLanding {
        background: url('../Images/pageLoanOfficerLanding.jpg') no-repeat bottom center;
    }

    .pageTitle .pageUnderConstruction {
        background: url('../Images/pageConstruction.jpg') no-repeat bottom center;
    }

    .pageTitle .pageError {
        background: url('../Images/pageError.jpg') no-repeat bottom center;
    }

    .pageTitle .pageSiteMap {
        background: url('../Images/pageSiteMap.png') no-repeat bottom center;
    }

    .pageTitle .pageCOVID {
        background: url('../Images/slide0.jpg') no-repeat bottom center;
    }

    .pageTitle .pageTitle-contents {
        background-size: 100% auto;
    }

    .pageTitle .pageTitle-message {
        padding-top: 180px;
        vertical-align: bottom;
    }

    .pageTitle .pageBuyAHouse .pageTitle-message a,
    .pageTitle .pageBuyAHouse .pageTitle-message a:hover {
        font-size: 1.75em;
        color: white;
        text-decoration: underline;
    }

    .pageTitle .pageTitle-header {
        background-color: rgba(200,200,200,0.7);
        padding: 5px 0;
    }

        .pageTitle .pageTitle-header .container .text-pagetitle {
            padding: 0.4em 0 0 0;
        }

            .pageTitle .pageTitle-header .container .text-pagetitle h1 {
                display: inline;
                text-transform: uppercase;
                font-size: 2em;
                font-family: 'Orbitron', sans-serif;
                font-weight: 600;
                letter-spacing: 2px;
            }

            .pageTitle .pageTitle-header .container .text-pagetitle .scroll-box {
                padding: 3px 15px 0 0;
            }

            .pageTitle .pageTitle-header .container .text-pagetitle .scroll-text {
                position: absolute;
                white-space: nowrap;
                font-size: 1.2em;
                color: red;
            }

        .pageTitle .pageTitle-header .text-link {
            padding-top: 11px;
            text-decoration: none;
            color: white;
        }

            .pageTitle .pageTitle-header .text-link a {
                color: white;
            }

            .pageTitle .pageTitle-header .text-link:hover a {
                text-decoration: underline;
            }

    .pageTitle .pageTitle-dummy {
        height: 60px;
    }

    .pageTitle .pageLoanServicing {
    }

        .pageTitle .pageLoanServicing .pageTitle-message {
            padding-top: 30px;
            height: 180px;
        }

        .pageTitle .pageLoanServicing .loanservicing-jump {
            float: right;
            margin-left: 30px;
            padding: 20px;
            height: 120px;
            background-color: #001e3a;
            color: white;
        }

            .pageTitle .pageLoanServicing .loanservicing-jump:hover {
                opacity: 0.8;
            }

                .pageTitle .pageLoanServicing .loanservicing-jump:hover a {
                    color: white;
                }

@media (max-width: 1199px) {
    .pageTitle .text-pageTitle {
        font-size: 1.286em;
    }
}

@media (max-width: 991px) {
    .pageTitle .pageTitle-message {
        padding-top: 178px;
        height: 178px;
        vertical-align: bottom;
    }

    .pageTitle .addtional-text {
        position: absolute;
        top: -50px;
    }

    .pageTitle .text-pageTitle {
        font-size: 1.143em;
    }

    .pageTitle .pageLoanServicing .pageTitle-message {
        padding-top: 30px;
    }

    .pageTitle .pageTitle-header .container .text-pagetitle h1 {
        font-size: 2em;
        letter-spacing: 1px;
    }
}

@media (min-width: 1800px) {
    .pageTitle .pageTitle-message {
        height: 250px;
    }
}

.no-padding .col-xs-1, .no-padding .col-sm-1, .no-padding .col-md-1, .no-padding .col-lg-1,
.no-padding .col-xs-2, .no-padding .col-sm-2, .no-padding .col-md-2, .no-padding .col-lg-2,
.no-padding .col-xs-3, .no-padding .col-sm-3, .no-padding .col-md-3, .no-padding .col-lg-3,
.no-padding .col-xs-4, .no-padding .col-sm-4, .no-padding .col-md-4, .no-padding .col-lg-4,
.no-padding .col-xs-5, .no-padding .col-sm-5, .no-padding .col-md-5, .no-padding .col-lg-5,
.no-padding .col-xs-6, .no-padding .col-sm-6, .no-padding .col-md-6, .no-padding .col-lg-6,
.no-padding .col-xs-7, .no-padding .col-sm-7, .no-padding .col-md-7, .no-padding .col-lg-7,
.no-padding .col-xs-8, .no-padding .col-sm-8, .no-padding .col-md-8, .no-padding .col-lg-8,
.no-padding .col-xs-9, .no-padding .col-sm-9, .no-padding .col-md-9, .no-padding .col-lg-9,
.no-padding .col-xs-10, .no-padding .col-sm-10, .no-padding .col-md-10, .no-padding .col-lg-10,
.no-padding .col-xs-11, .no-padding .col-sm-11, .no-padding .col-md-11, .no-padding .col-lg-11,
.no-padding .col-xs-12, .no-padding .col-sm-12, .no-padding .col-md-12, .no-padding .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

.no-padding-left .col-xs-1, .no-padding-left .col-sm-1, .no-padding-left .col-md-1, .no-padding-left .col-lg-1,
.no-padding-left .col-xs-2, .no-padding-left .col-sm-2, .no-padding-left .col-md-2, .no-padding-left .col-lg-2,
.no-padding-left .col-xs-3, .no-padding-left .col-sm-3, .no-padding-left .col-md-3, .no-padding-left .col-lg-3,
.no-padding-left .col-xs-4, .no-padding-left .col-sm-4, .no-padding-left .col-md-4, .no-padding-left .col-lg-4,
.no-padding-left .col-xs-5, .no-padding-left .col-sm-5, .no-padding-left .col-md-5, .no-padding-left .col-lg-5,
.no-padding-left .col-xs-6, .no-padding-left .col-sm-6, .no-padding-left .col-md-6, .no-padding-left .col-lg-6,
.no-padding-left .col-xs-7, .no-padding-left .col-sm-7, .no-padding-left .col-md-7, .no-padding-left .col-lg-7,
.no-padding-left .col-xs-8, .no-padding-left .col-sm-8, .no-padding-left .col-md-8, .no-padding-left .col-lg-8,
.no-padding-left .col-xs-9, .no-padding-left .col-sm-9, .no-padding-left .col-md-9, .no-padding-left .col-lg-9,
.no-padding-left .col-xs-10, .no-padding-left .col-sm-10, .no-padding-left .col-md-10, .no-padding-left .col-lg-10,
.no-padding-left .col-xs-11, .no-padding-left .col-sm-11, .no-padding-left .col-md-11, .no-padding-left .col-lg-11,
.no-padding-left .col-xs-12, .no-padding-left .col-sm-12, .no-padding-left .col-md-12, .no-padding-left .col-lg-12 {
    padding-left: 0;
}

.no-padding-right .col-xs-1, .no-padding-right .col-sm-1, .no-padding-right .col-md-1, .no-padding-right .col-lg-1,
.no-padding-right .col-xs-2, .no-padding-right .col-sm-2, .no-padding-right .col-md-2, .no-padding-right .col-lg-2,
.no-padding-right .col-xs-3, .no-padding-right .col-sm-3, .no-padding-right .col-md-3, .no-padding-right .col-lg-3,
.no-padding-right .col-xs-4, .no-padding-right .col-sm-4, .no-padding-right .col-md-4, .no-padding-right .col-lg-4,
.no-padding-right .col-xs-5, .no-padding-right .col-sm-5, .no-padding-right .col-md-5, .no-padding-right .col-lg-5,
.no-padding-right .col-xs-6, .no-padding-right .col-sm-6, .no-padding-right .col-md-6, .no-padding-right .col-lg-6,
.no-padding-right .col-xs-7, .no-padding-right .col-sm-7, .no-padding-right .col-md-7, .no-padding-right .col-lg-7,
.no-padding-right .col-xs-8, .no-padding-right .col-sm-8, .no-padding-right .col-md-8, .no-padding-right .col-lg-8,
.no-padding-right .col-xs-9, .no-padding-right .col-sm-9, .no-padding-right .col-md-9, .no-padding-right .col-lg-9,
.no-padding-right .col-xs-10, .no-padding-right .col-sm-10, .no-padding-right .col-md-10, .no-padding-right .col-lg-10,
.no-padding-right .col-xs-11, .no-padding-right .col-sm-11, .no-padding-right .col-md-11, .no-padding-right .col-lg-11,
.no-padding-right .col-xs-12, .no-padding-right .col-sm-12, .no-padding-right .col-md-12, .no-padding-right .col-lg-12 {
    padding-right: 0;
}

.contents {
}

    .contents h3.page-subtitle {
        color: #940303;
        border-bottom: 3px solid #940303;
    }

    .contents h4.list-title {
        color: #940303;
        margin-top: 30px;
        padding-bottom: 5px;
        text-transform: none;
    }

    .contents h4.no-margin-top {
        margin-top: 0;
    }

    .contents .Mortgage-Definitions h3.amwest-blue {
        margin-top: 30PX;
        margin-bottom: -30PX;
    }

        .contents .Mortgage-Definitions h3.amwest-blue a:hover {
            color: inherit;
        }

    .contents .Loan-Servicing h4.list-title:first-child,
    .contents .Loan-Types h4.list-title,
    .contents .Loan-Process h4.list-title:first-child,
    .contents .Branch-Locator h4.list-title:first-child,
    .contents .Mortgage-Definitions h4.list-title:first-child {
        margin-top: 0;
    }

    .contents .Loan-Types h5 {
        margin-top: 30px;
        text-transform: capitalize;
    }

    .contents .Branch-Locator .text-bold {
        font-size: 1.17em;
    }

    .contents table {
        width: 100%;
    }

    .contents .privacy-policy,
    .contents .terms {
        margin-top: -30px;
    }

        .contents .privacy-policy ul,
        .contents .new-broker ul {
            margin: 10px 70px;
        }

            .contents .privacy-policy ul li,
            .contents .new-broker ul li {
                list-style-type: disc;
            }

                .contents .privacy-policy ul li a,
                .contents .new-broker ul li a {
                    text-decoration: underline;
                    color: #02085b;
                }

        .contents .privacy-policy h4,
        .contents .terms h4,
        .contents .security h4 {
            margin: 30px 0 10px 0;
        }

    .contents .security {
        margin-top: -30px;
    }

    .contents .orange {
        font-style: italic;
        color: #ffcc00;
    }

    .contents .text-secondary {
        color: #bf9d5e;
        font-weight: bold;
    }


    .contents .form-message {
        margin: 20px 0 70px;
    }

    .contents .btn {
        line-height: 22px;
        border-radius: 5px;
        min-width: 120px;
        text-align: center;
    }

    .contents .btn-xs {
        margin: 0;
        padding: 5px;
        line-height: 12px;
        border-radius: 5px;
        min-width: 44px;
        font-size: 0.857em !important;
        text-decoration: none !important;
        white-space: nowrap;
        cursor: pointer;
    }

    .contents .modal .btn {
        margin-top: 3px;
    }

    .contents input[type=submit] {
        margin-left: 20px;
    }

    .contents .panel-applyloan,
    .contents .panel-loanservicing {
        background: DarkGrey;
    }

        .contents .panel-buyahouse:hover,
        .contents .panel-refinance:hover,
        .contents .panel-loan-inquiry,
        .contents .panel-applyloan:hover,
        .contents .panel-submitinquiry:hover,
        .contents .panel-loanservicing:hover {
            filter: alpha(opacity=80);
            opacity: 0.8;
            cursor: pointer;
        }

    .contents .panel-center {
        padding-left: 30px;
        padding-right: 0;
    }

    .contents .panel-heading {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
        background: White;
    }

    .contents .panel-body {
        margin-top: -10px;
        padding: 0 10px;
        background: DarkGrey;
    }

        .contents .panel-body .box_inner {
            border-top: 1px solid #aaa;
            margin-bottom: 20px;
        }

        .contents .panel-body .panel-message {
            margin-top: 20px;
            padding: 0 20px;
            color: #02085b;
        }

        .contents .panel-body .panel-button {
            height: 55px;
            margin-top: 15px;
            vertical-align: top;
            text-align: right;
        }

    .contents .Tools-and-Resources {
    }

        .contents .Tools-and-Resources .tools-group {
            margin-top: 1px;
        }

            .contents .Tools-and-Resources .tools-group .tools-item {
                margin-bottom: 30px;
                width: 241px;
                height: 237px;
            }

                .contents .Tools-and-Resources .tools-group .tools-item:hover {
                    opacity: 0.8;
                    color: white;
                }

                    .contents .Tools-and-Resources .tools-group .tools-item:hover a {
                        color: white;
                    }

                .contents .Tools-and-Resources .tools-group .tools-item img {
                    width: 100%;
                    height: 100%;
                }

                .contents .Tools-and-Resources .tools-group .tools-item div {
                    position: absolute;
                    top: 0px;
                    background-color: rgba(13, 67, 89, 0.7);
                    padding: 30px;
                    line-height: 1.96;
                    color: white;
                }

                    .contents .Tools-and-Resources .tools-group .tools-item div h3 {
                        text-transform: capitalize;
                        line-height: 1.3;
                        width: 181px;
                        min-height: 36px;
                    }

            .contents .Tools-and-Resources .tools-group .tools-item-center {
                margin-left: 30px;
                margin-right: 30px;
            }

    .contents .looking-container {
        margin-top: 45px;
    }

        .contents .looking-container .panel-buyahouse > div {
            background: #afcfaf;
        }

        .contents .looking-container .panel-refinance > div {
            background: #f1baa7;
        }

        .contents .looking-container .panel-loan-inquiry > div {
            background: #f5deb3;
        }

    .contents > div:not(.contactus-container) .panel-applyloan > div,
    .contents .panel-loanservicing > div {
        background: Wheat;
    }

    .contents .Under-Construction {
        background: Url("/Content/images/UnderConstruction.png") no-repeat 2% 5% #fafafa;
        background-size: 50%;
        padding-top: 10%;
    }

        .contents .Under-Construction > div {
            height: 500px;
        }

    .contents .Loan-Servicing .mobileapp-container {
    }

        .contents .Loan-Servicing .mobileapp-container .mobileapp-title > div {
            float: left;
        }

            .contents .Loan-Servicing .mobileapp-container .mobileapp-title > div:last-child {
                float: left;
                background-color: #001e3a;
                margin-left: -20px;
                margin-top: 20px;
                padding: 31px 50px;
            }

                .contents .Loan-Servicing .mobileapp-container .mobileapp-title > div:last-child h2 {
                    color: white;
                    line-height: 1.2em;
                    text-transform: none;
                }

        .contents .Loan-Servicing .mobileapp-container .mobileapp-contents {
            padding: 50px;
        }

            .contents .Loan-Servicing .mobileapp-container .mobileapp-contents ul li {
                margin-left: 65px;
                list-style: square;
            }

    .contents .Loan-Servicing h4.list-title:not(:first-child) {
        margin-top: 20px;
    }

    .contents fieldset legend {
        margin-bottom: 0;
        font-size: 14px;
        border-bottom: none;
    }

    .contents .form-container .edit-form {
        position: relative;
        width: 50%;
        min-width: 630px;
        max-width: 650px;
        margin: auto auto 30px;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: .25rem;
        padding: 20px 5px;
    }

.productivity .line-chart {
    margin: 30px 0 20px;
}

    .productivity .line-chart .k-content {
        border: 1px solid #ccc;
        padding: 30px 20px;
    }

        .productivity .line-chart .k-content .k-chart {
            height: 400px;
        }

#HowToReach .modal-body {
    width: 600px;
    height: 510px;
    line-height: 26px;
}

    #HowToReach .modal-body h4,
    #HowToReach .modal-body p {
        margin-bottom: 30px;
    }

#PaymentOptions .modal-dialog {
    width: 700px;
}

    #PaymentOptions .modal-dialog .modal-body {
        height: 640px;
        line-height: 26px;
    }

#StandardFees .modal-body {
    width: 560px;
    height: 410px;
}

.modal-dialog-contact {
    position: relative;
    margin: 10px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-dialog-contact {
    position: relative;
    margin: 10px;
    display: inline-block;
    max-width: 600px;
    text-align: left;
    vertical-align: middle;
}

@media (max-width: 1025px) {
    .contents .panel-body .btn {
        display: none;
    }
}

@media (max-width: 767px) {
    .looking-container > div:first-child > div {
        padding: 0;
    }

        .looking-container > div:first-child > div:first-child {
            padding-bottom: 50px;
        }

    .contents .Under-Construction {
        background-position-x: 50%;
    }

        .contents .Under-Construction > div {
            height: 400px;
            text-align: center;
        }
}

@media (max-width: 479px) {
    .contents .looking-container {
        margin-top: 50px;
    }

    .contents .Under-Construction {
        background-position-x: 50%;
    }

        .contents .Under-Construction > div {
            height: 250px;
        }
}

.contents .contactus-container {
}

    .contents .contactus-container .contactus-header {
        text-align: center;
    }

    .contents .contactus-container .panel-body {
        padding: 0 10px 20px;
        text-align: left;
    }

        .contents .contactus-container .panel-body #btnAE,
        .contents .contactus-container .panel-body #btnEmailNow {
            cursor: pointer;
        }

    .contents .contactus-container ul.contact-method {
        margin: 10px 30px;
    }

    .contents .contactus-container .contact-method li {
        list-style: disc;
        line-height: 2;
    }

    .contents .contactus-container .contact-list li {
        line-height: 1.5;
    }

.contents .left-side {
}

    .contents .left-side ul li {
        margin: 10px 0 5px 30px;
        line-height: 24px;
        list-style: disc;
    }

    .contents .left-side ul.type-circle li {
        list-style-type: circle;
    }

    .contents .left-side ul.type-decimal li {
        list-style-type: decimal;
    }

@media (max-width: 1199px) {
    .contents .left-side #Map_USA {
        width: 100%;
    }
}

@media (min-width: 767px) {

    .contents .left-side .block_catchphrase {
        margin-top: 0 !important;
    }
}

@media (min-width: 992px) {

    .contents .left-side .block_catchphrase {
        margin-top: 5px !important;
    }
}

@media (min-width: 1025px) {

    .contents .left-side .block_catchphrase {
        margin-top: 26px !important;
    }
}

.contents .right-side {
    padding-right: 0;
    padding-left: 30px;
}

    .contents .right-side > div {
    }

        .contents .right-side > div:not(:first-child) {
            padding-top: 30px;
        }

        .contents .right-side > div li {
            line-height: 30px;
        }

    .contents .right-side h5,
    .contents .right-side h6 {
        color: #940303;
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 3px solid #940303;
    }

        .contents .right-side h5:not(:first-child),
        .contents .right-side h6:not(:first-child) {
            margin-top: 30px;
        }

    .contents .right-side h6 {
        font-weight: 600;
        text-transform: uppercase;
    }

    .contents .right-side #Branch_Locator {
        margin-top: -10px;
        width: 100%;
        padding: 0 15px;
    }

@media (max-width: 1199px) {
    .contents .left-side #Map_USA {
        width: 100%;
    }
}

@media (max-width: 1025px) {
    .Mortgage-Calculator .calculate-contents .legend {
        margin-top: -10px;
    }
}

@media (max-width: 991px) {
    .contents .right-side {
        padding-right: 15px;
        padding-left: 15px;
    }

    .contents .panel-center {
        padding-left: 15px;
    }

    .Mortgage-Calculator .calculate-contents .legend {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .contents .right-side {
        margin-top: 30px;
    }

    .contents .contactus-container .contactus-header > div {
        padding-left: 0;
        padding-right: 0;
    }

        .contents .contactus-container .contactus-header > div + div {
            margin-top: 30px;
        }
}

.contents .ae-container {
}

    .contents .ae-container table {
        border: solid 1px #ccc;
    }

        .contents .ae-container table tr:hover:not(.noHoverBgColor) td {
            background: OldLace;
            color: #464646;
        }

        .contents .ae-container table th {
            background: #e5e5e5;
        }

        .contents .ae-container table th,
        .contents .ae-container table td {
            padding: 3px 5px;
        }

            .contents .ae-container table th:not(:last-child),
            .contents .ae-container table td:not(:last-child) {
                border-right: solid 1px #ccc;
            }

        .contents .ae-container table th {
            border-bottom: double 3px #ccc;
        }

        .contents .ae-container table tr:not(:last-child) td {
            border-bottom: solid 1px #ccc;
        }

        .contents .ae-container table tr:nth-child(odd) {
            background-color: #fff;
        }

        .contents .ae-container table tr:nth-child(even) {
            background-color: #f7f7f7;
        }

.contents .mnd-rates-widget {
    width: 100%;
    font-size: 12px;
}

    .contents .mnd-rates-widget .w-header,
    .contents .mnd-rates-widget .w-footer {
        text-align: center;
        padding: 4px 0;
        background-color: #fafafa;
        color: #fafafa;
    }

        .contents .mnd-rates-widget .w-header a,
        .contents .mnd-rates-widget .w-footer a {
            color: #fafafa;
            text-decoration: none;
            cursor: default;
        }

    .contents .mnd-rates-widget .w-contents {
        background-color: #FFFFFF;
        border: solid 1px #ccc;
        padding: 8px 8px 1px;
    }

.contents .Under-Construction {
    height: 500px;
    margin: 70px 0 0 70px;
    background: Url("/Content/images/UnderConstruction.png") no-repeat top left;
    background-size: 400px;
    padding-left: 400px;
}

    .contents .Under-Construction > div {
        padding: 20px 0 0 50px;
    }

select {
    line-height: 1.94em;
    height: 34px;
    width: 100%;
    padding-left: .8em;
    padding-right: 18px;
    color: #464646;
    background: url('/Content/images/select_arrow.png') no-repeat right center #ffffff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-size: 16px !important;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

    select::-ms-expand {
        display: none;
    }

    select[disabled],
    select[disabled]:hover {
        background-color: #f5f5f5 !important;
        border-color: #ccc !important;
    }

.form-horizontal {
}

    .form-horizontal .form-group .btn-primary, .form-horizontal .form-group .btn-danger, .form-horizontal .form-group .btn-info {
        margin-left: 20px;
    }

    .form-horizontal .sub-title {
        background: #ccc;
        padding: 7px 15px;
        color: #02085b;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 2px;
    }

    .form-horizontal .has-error .k-dropdown-wrap,
    .form-horizontal .has-error select {
        border-color: #dc1431;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }

    .form-horizontal .has-error label {
        color: #dc1431;
    }


.careerapplication-container {
    padding: 0 5%;
}

    .careerapplication-container .header-section {
        margin-bottom: 30px;
        height: 40px;
        border: 1px solid #ccc;
        padding: 5px 0;
    }

    .careerapplication-container .text-equalopportunity {
        padding: 40px 0;
    }

    .careerapplication-container .text-required {
        margin-top: 10px;
    }

    .careerapplication-container .information-section {
        margin-bottom: 30px;
        border: 1px solid #ccc;
    }

        .careerapplication-container .information-section p {
            margin-bottom: 15px;
        }

        .careerapplication-container .information-section ol {
            margin-left: 15px;
        }

            .careerapplication-container .information-section ol li {
                list-style: decimal;
                margin: 15px 0;
            }

    .careerapplication-container .sub-title {
        margin-bottom: 10px;
    }

    .careerapplication-container .control-label {
        text-align: left;
    }

    .careerapplication-container input[type="radio"] {
        margin-top: 8px;
    }

    .careerapplication-container .text-double {
        padding-top: 3px;
        line-height: 14px;
    }

    .careerapplication-container .sub-question {
        padding-left: 120px;
    }

    .careerapplication-container .divide-line {
        border-top: 1px solid #ccc;
        margin: 30px 0 20px;
    }

    .careerapplication-container .signature-pad {
    }

        .careerapplication-container .signature-pad > canvas {
            float: left;
            display: block;
            width: 100%;
            height: 150px;
            margin-bottom: 5px;
            border: 1px solid #cccccc;
        }

            .careerapplication-container .signature-pad > canvas:hover {
                border-color: #66afe9;
                outline: 0;
            }

    .careerapplication-container .k-datepicker .has-error,
    .careerapplication-container .has-error > canvas {
        border-color: #dc1431;
    }

    .careerapplication-container .signature-pad > button {
        float: left;
        margin-left: 15px;
        margin-top: 100px;
    }

.saved-file {
    margin: 5px 0 10px 0;
    border: 1px solid #ccc;
    background-color: white;
}

    .saved-file tr:not(:last-child) {
        border-bottom: solid 1px #ccc;
    }

    .saved-file th {
        background-color: #eee;
    }

    .saved-file th,
    .saved-file td {
        padding: 5px 10px;
    }

    .saved-file .btn-danger {
        margin-left: 0 !important;
    }

@media (max-width: 479px) {
    .form-horizontal .form-group .btn-primary, .form-horizontal .form-group .btn-danger, .form-horizontal .form-group .btn-info {
        margin-left: 10px;
    }
}

.confirmation-container {
}

    .confirmation-container tr:hover td:not(.sub-title) {
        background: #fafafa !important;
    }

    .confirmation-container td.sub-title:hover {
        background: #ccc !important;
    }

    .confirmation-container .input_title {
        width: 30%;
        padding: 3px 15px;
        font-size: inherit;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 700;
        vertical-align: top;
        border-bottom: #c0c0c0 1px solid;
        text-align: right;
        color: #0F0F0F;
    }

    .confirmation-container .input_value {
        width: 70%;
        padding: 3px 15px;
        font-size: inherit;
        font-family: Helvetica, Arial, sans-serif;
        vertical-align: top;
        border-bottom: #c0c0c0 1px solid;
        color: #055475;
        text-align: left;
    }

.msg-popupblocked {
    margin-top: 40px;
    display: none;
}

    .msg-popupblocked .text-info {
        padding: 20px;
        border: 1px solid #ffeb8e;
        background-color: Cornsilk;
    }

        .msg-popupblocked .text-info .instruction {
            margin-top: 30px;
            padding-top: 30px;
            border-top: 3px double #ccc;
        }

        .msg-popupblocked .text-info ul {
            margin-top: 10px;
        }

            .msg-popupblocked .text-info ul li {
                list-style: decimal;
                margin-left: 30px;
                line-height: 28px;
            }

.manifestdetails-page {
}

    .manifestdetails-page .file-info-row .btn-info {
        display: none;
    }

    .manifestdetails-page .file-info-row .fa-check-square {
        color: #02085b;
        margin-left: 20px;
        margin-top: 6px;
    }

    .manifestdetails-page .file-info-row:hover {
        background-color: Oldlace;
    }

        .manifestdetails-page .file-info-row:hover .btn-info {
            display: block;
            width: 80px;
        }

        .manifestdetails-page .file-info-row:hover .fa-check-square {
            display: none;
        }


.Branch-Locator .map-legend {
    position: relative;
    margin-left: 400px;
    margin-top: -40px;
    margin-bottom: 40px;
}

    .Branch-Locator .map-legend > div {
        float: left;
    }

        .Branch-Locator .map-legend > div:nth-child(odd) {
            margin-right: 5px;
        }

        .Branch-Locator .map-legend > div:nth-child(even) {
            margin-right: 20px;
        }

    .Branch-Locator .map-legend .legend-licensed {
        background-color: #6ea9db;
    }

    .Branch-Locator .map-legend .legend-unlicensed {
        background-color: #f4f3f0;
    }

    .Branch-Locator .map-legend .legend-selected {
        background-color: #02085b;
    }

    .Branch-Locator .map-legend .legend-licensed,
    .Branch-Locator .map-legend .legend-unlicensed,
    .Branch-Locator .map-legend .legend-selected {
        border: 1px solid #aaa;
        width: 20px;
        height: 20px;
    }

.Branch-Locator .lo-profile {
    margin-bottom: 30px;
}

    .Branch-Locator .lo-profile img {
        width: 120px;
        height: 120px;
        border: 1px solid #dfdfdf;
        border-radius: 50%;
        box-shadow: 0px -5px 5px 0px rgba(238, 238, 238, 0.8);
    }

.profile-container {
}

    .profile-container .contact-body {
        background-color: #f1f1f1;
        padding-right: 0;
    }

        .profile-container .contact-body > image {
            width: 100%;
            height: auto;
        }

        .profile-container .contact-body .contact-info {
            display: inline-block;
            padding: 30px;
        }

            .profile-container .contact-body .contact-info .profile-title {
                margin: 10px 0 20px;
            }

            .profile-container .contact-body .contact-info .contact-item {
                position: relative;
                padding-left: 25px;
                line-height: 1.75em;
            }

                .profile-container .contact-body .contact-info .contact-item span:first-child {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    font-size: 16px;
                    margin-top: 3px;
                }

                .profile-container .contact-body .contact-info .contact-item a {
                    text-decoration: underline;
                }

        .profile-container .contact-body .licenses {
            padding: 10px 30px 30px;
        }

    .profile-container .about-body {
        padding-left: 50px;
        padding-right: 0;
    }

        .profile-container .about-body h3 {
            margin-bottom: 10px;
        }

        .profile-container .about-body h2,
        .profile-container .about-body h3 {
            letter-spacing: 1px;
        }

        .profile-container .about-body hr {
            margin-top: 35px;
            margin-bottom: 20px;
            border-top: 1px solid #ddd;
        }

        .profile-container .about-body .btn-contactMe {
            width: 270px;
        }

        .profile-container .about-body .testimonials-container > div:nth-child(odd) {
            padding-left: 0;
            padding-right: 20px;
        }

        .profile-container .about-body .testimonials-container > div:nth-child(even) {
            padding-left: 20px;
            padding-right: 0;
        }

        .profile-container .about-body .testimonials-container .writtenby {
            font-weight: bold;
            font-style: italic;
            font-size: 1.1em;
            margin: 15px 0 30px;
        }

/*==================    404    =========================*/
/*==================    404    =========================*/
.pageError {
    margin-top: -50px;
    padding-top: 91px;
    background: white;
}

    .pageError .mg-add {
        margin-top: 20px;
    }

        .pageError .mg-add .session-expired {
            width: 90%;
            margin-top: -60px;
            margin-bottom: 50px;
        }

    .pageError .mg-add2 .btn {
        padding: 0 30px;
    }

    .pageError * + p {
        margin-top: 30px;
    }
