﻿html, body {
    font-family: open-sans, sans-serif;
    font-weight: 300;
    font-size: 14px;
    margin: 0;
    padding: 0;
    min-width: 270px;
    /* max-width: 500px; */
    width: 100%;
}

body {
    /* background-color: #f0f0f0; */
}

img {
    border: 0;
}

a:link, a:visited {
    text-decoration: none;
    color: White;
}

a:hover {
    text-decoration: underline;
    color: White;
}

.floatRight {
    float: right;
}

.VideoClose {
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: -40px;
    background: url(/Content/MACOR/Site/Content/Images/VideoCloseBtn.png) no-repeat;
    width: 32px;
    height: 32px;
}

.BrokerImg {
    padding: 3px;
    border: 1px solid #dfdfdf;
}

.BlueH1 {
    color: #2D8BC1;
    font-size: 25px;
    vertical-align: middle;
}

.BlueH2 {
    color: #2D8BC1;
    font-size: 16px;
}

.BlueFont {
    color: #2D8BC1;
}

.GragFont {
    color: #737373;
}

.UpperCase {
    text-transform: uppercase;
}

.licence {
    font-size: 12px;
}

.PageContent {
    /* padding-left: 30px; */
}

.maincontent {
    width: auto;
    height: 100%;
    /*margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 3px 0 rgba(1, 1, 1, 0.4);
    background: #FFF; */
}

.logoarea {
    height: 50px;
    vertical-align: middle;
    background-color: #0488BA;
    width: 100%;
    position: fixed;
    z-index: 10;
    overflow: hidden;
}

.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px Open Sans, Helvetica, Arial, sans-serif;
    padding: .5em 1em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    font-weight: 300;
}

.blue:hover {
    font: 14px Open Sans, Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
    background: -moz-linear-gradient(top, #0095cc, #00678e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}

.blue {
    color: #ffffff;
    font: 14px Open Sans, Helvetica, Arial, sans-serif;
    font-weight: 300;
    border: solid 1px #157599;
    background: #0195c9 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#0195c9), to(#017ca8));
    background: -moz-linear-gradient(top, #0195c9, #017ca8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0195c9', endColorstr='#017ca8');
}

.gray:hover {
    background: -moz-linear-gradient(center top, #7a7a7a, #6a6a6a) repeat scroll 0 0 transparent;
}

.gray {
    background-color: #6d6d6d !important;
    background: -moz-linear-gradient(center top,#7a7a7a, #6a6a6a) repeat scroll 0 0 transparent;
    color: #FFFFFF;
}

#footer {
    text-align: center;
    margin: 0;
    /* margin-top: 40px !important;
	background-color: #0488BA; */
    font-size: 13px;
    width: 100%;
    margin: 0 auto;
    border-top: 3px solid #62696F;
}

.bluebuttondiv {
    text-align: center;
    margin: 0;
    /*  margin-top: 40px !important; */
    background-color: #0195c9;
    font-size: 13px;
    width: 90%;
    margin: 0 auto;
    cursor: pointer;
}

    .bluebuttondiv h1 {
        font-size: 16px;
        padding-bottom: 10px;
        padding-top: 10px;
        color: white;
        float: none !important;
        text-transform: uppercase;
    }


#backtotopdiv {
    text-align: center;
    margin: 0;
    /*  margin-top: 40px !important; */
    background-color: #0488BA;
    font-size: 13px;
    width: 90%;
    margin: 0 auto;
    cursor: pointer;
}

    #backtotopdiv h1 {
        font-size: 16px;
        padding-bottom: 10px;
        padding-top: 10px;
        color: white;
        float: none !important;
        text-transform: uppercase;
    }

.menutitlespan {
    font-size: 16px;
    /* padding-bottom: 10px;
    padding-top: 10px; */
    color: white;
    float: left !important;
    text-transform: uppercase;
}

.topmenutitlespan {
    font-size: 16px;
    /* padding-bottom: 10px;
    padding-top: 10px; */
    color: white;
    text-transform: capitalize;
}

.footerH2 {
    font-size: 13px;
    margin-left: 20px;
    margin-bottom: 4px;
}

.footerH3 {
    font-size: 12px;
    margin-left: 40px;
    margin-bottom: 4px;
}

.footertable td {
    font-size: 11px;
    color: White;
}

.b-close {
    border-radius: 7px 7px 7px 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: -5px;
    top: -35px;
}




/**************************/
a.mailTo:hover {
    color: #2D8BC1 !important;
}

a.mailTo:link {
    color: #2D8BC1 !important;
}

a.mailTo:visited {
    color: #2D8BC1 !important;
}

.leftcontent {
    /*  float: left;
    width: 750px;
    overflow: auto;
    position: relative; */
}

img[src=""] {
    display: none;
}

body {
    word-wrap: break-word;
}

.mainmenuicondiv {
    float: right;
    padding: 10px 10px 5px 10px;
    background-color: #62696F;
}

.menuicondiv {
    float: right;
    padding: 3px 10px 0px 4px;
    background-color: #62696F;
}

.logocontainerdiv {
    float: left;
    width: 75%;
    cursor: pointer;
}

    .logocontainerdiv h1 {
        color: white;
        margin: 7px;
    }

.brokerinfodiv h1 {
    margin-bottom: 4px;
}

.brokerinfodiv h2 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.brokerinfodiv h3 {
    margin-top: 5px;
}

.profilepicturediv {
    padding: 5px;
}

/* .brokerinfodiv h3{
	color: #676767;
	font-size: 16px;
	line-height: 12px;
	font-weight:400;
} */

.profilepictureimg {
    max-width: 200px;
    max-height: 110px;
}

.brokerinfoarea {
    display: table;
    padding-top: 50px;
}

.iconsarea {
    display: table;
}

h1 {
    color: #0488BA;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

h2 {
    color: #676767;
    font-size: 16px;
    line-height: 12px;
    font-weight: 400;
    text-transform: capitalize;
}

h3 {
    color: #676767;
    font-size: 14px;
    line-height: 12px;
    font-weight: 400;
    margin: 0;
}

hr {
    margin: 0;
}

.iconsarea {
    width: 100%;
}

    .iconsarea table {
        width: 100%;
        background-image: url(../Images/bg2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

        .iconsarea table td {
            text-align: center;
            padding-bottom: 1em;
            /* cursor: pointer; */
        }

.iconspan {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 12px;
    font-weight: 400;
}

.menuitemdiv {
    height: 40px;
    vertical-align: middle;
    background-color: #62696F;
    width: 100%;
    display: inline-table;
}

    .menuitemdiv.top {
    }

.menuitemtitle {
    float: left;
    margin: 10px;
}

.menudetailsdiv {
    display: none;
    padding-left: 15px;
}

    .menudetailsdiv h2 {
        color: #0488BA;
        font-size: 14px;
        margin-bottom: 1px;
    }

    .menudetailsdiv h1 {
        font-size: 22px;
        text-transform: none;
        margin-top: 0px;
    }

.videothumbnailimg {
    width: 100%;
    max-height: 300px;
    margin: 0 auto;
}

.videothumbnailtd {
    padding-bottom: 2em;
}

.imagecontainerdiv {
    float: left;
    border: 1px solid #E3E3E3;
    padding: 8px;
    margin-right: 10px;
}

.textbox, select {
    border: 2px solid #9D9D9D;
    width: 300px;
    border-radius: 4px;
    font-size: 22px;
}

.mortgagetermimg, .interestrateimg, .amortizationperiodimg, .calculatepaymentsimg {
    width: 300px;
}

.ratesdiv {
    width: 95%;
    padding-right: 10px;
}

.ratesimg {
    width: 100%;
    max-width: 500px;
}

.topmenudiv {
    position: fixed;
    padding-top: 50px;
    margin: 0;
    display: none;
    width: 100%;
    z-index: 1;
}

.menuiconimg {
    width: 30px;
    float: left;
    /* margin-top: 5px; */
    margin-left: 5px;
}

.active {
    background-color: #11495A;
}

.designation {
    font-size: 12px;
}

.footertextdiv span {
    color: #676767;
}

.iconimg {
    cursor: pointer;
}

.twooptionsbluediv {
    /*Used for #searchforabrokerdiv, #searchbynamediv*/
    padding: 5px 15px 5px 15px;
    text-align: center;
    width: 110px;
    margin: 0 auto;
    /* float: left; */
    background-color: #0195c9;
    color: white;
}

#brokersearchtable {
    width: 100%;
}

#selectsearchoptiontbl {
    width: 100%;
    max-width: 400px;
}

.capitalize {
    text-transform: capitalize !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.stepsseparatorhr {
    margin: 10px 0px 10px -15px;
}

#searchdetailstbl {
    width: 100%;
}

#searchbtndiv {
    margin-top: 20px;
    width: 100%;
}

#step1tr, #step2tr {
    display: none;
}

.inactivesearchoption {
    opacity: 0.4;
}

#brokersearchtable h2 {
    font-weight: bold !important;
}

.linkspan {
    color: #008cbf !important;
}

.requiredFieldErrorMessage {
    font-size: 12px;
    color: red;
}

.bottombarsearchtbl {
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
}

.hidden {
    display: none;
}

#searchtitlediv {
    margin-top: 20px;
}

.BrokerListViewContainer {
    margin-top: 10px;
    margin-bottom: 10px;
}

.appleLinks a {
    color: #616a70;
    text-decoration: none;
}

.selectedbroker {
    background-color: #E2E2E2;
}

/*--------------- SLIDER --------------------*/

#MortgageTerm, #InterestRate, #AmortizationPeriod {
    width: 60px;
}

.aftertextboxspan {
    position: absolute;
    margin-top: 5px;
    left: 90px;
}

/*------------- SLIDER - END -----------------*/

#CalculatedPaymentDiv {
    text-align: center;
    width: 90%;
    border: 1px solid #0195c9;
    margin-bottom: 10px;
    display: none;
}

    #CalculatedPaymentDiv h1, #CalculatedPaymentDiv h2 {
        font-weight: bold;
        margin-bottom: 10px;
    }

    #CalculatedPaymentDiv div.bluebuttondiv {
        width: 100%;
    }

#RatesCtl div {
    width: 100% !important;
    max-width: 500px;
}

    #RatesCtl div:first-child {
        /*width: 100% !important;*/
        display: none;
    }

.RateTable {
    min-width: 236px;
    max-width: 500px;
    margin-top: 20px;
    border-collapse: collapse;
}

    .RateTable tr th {
        background-color: #CECECE;
        color: #5B5B5B;
        font-size: 16px;
        text-align: center;
        font-weight: normal;
    }

    .RateTable tr td {
        color: #5B5B5B;
        font-size: 15px;
        text-align: center;
    }

    .RateTable tr:nth-child(even) {
        background: #E4E4E4;
    }

.AboutMAImageDescription {
    font-size: 16px;
    color: #008cbf;
    margin: 10px 50px 20px 0px;
    font-weight: 300;
}

.AboutMAImage, .GoogleMapImg {
    width: 100%;
    max-width: 500px;
}

#contact-area p {
    margin: 3px 3px 3px 0;
}

#contact-area h1 {
    margin: 1em 0 0.2em 0;
}

#ContactTbl {
    width: 100%;
    margin-bottom: 20px;
}
