/* Cached at 07/09/19 00:04:14 */
/* idxMobileFirstBase - 1.000 */
/* mobileFirst select2 */
.IDX-wrapper-standard .select2-container {
    width: 100%;
    min-height: 40px;
}
.IDX-wrapper-standard .select2-container .select2-choice {
    min-height: 35px;
    color: #000;
    background: #fff;
    box-shadow: none;
}
.IDX-wrapper-standard .select2-container a.select2-choice, .IDX-wrapper-standard .select2-container a.select2-default {
    min-height: 38px;
}
.IDX-wrapper-standard .select2-container .select2-choice.select2-default .select2-chosen {
    color: #a9a9a9;
}
.IDX-wrapper-standard .select2-container .select2-choice .select2-chosen {
    margin-top: 4px;
}
.IDX-wrapper-standard .select2-container .select2-choice abbr {
    top: 13px;
}
.IDX-wrapper-standard .select2-container .select2-choice, .IDX-wrapper-standard .select2-container .select2-choice .select2-arrow {
    border: 1px solid #aaa;
    border-color: #ccc;
    border-radius: 0;
}
.IDX-wrapper-standard .select2-container .select2-choice .select2-arrow {
    width: 22px;
    border: 0;
    background: #fff;
}
.IDX-wrapper-standard .select2-container .select2-choice .select2-arrow b {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    margin-top: -25%;
    border-top: 8px solid #000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    background: 0 0;
}
.IDX-wrapper-standard .select2-container .select2-choice .select2-arrow b > span {
    margin: 4px 0 0 6px;
}
.IDX-wrapper-standard .select2-container.select2-container-multi .select2-choices {
    margin: 0;
    border: 1px solid #ccc;
    background: #fff;
}
.IDX-wrapper-standard .select2-container.select2-container-multi .select2-choices .select2-search-field {
    width: 100%;
    height: 38px;
}
.IDX-wrapper-standard .select2-container.select2-container-multi .select2-choices input {
    width: 100%!important;
    margin: 0;
    border: 0;
}
.IDX-wrapper-standard .select2-container.select2-container-multi .select2-choices .select2-search-choice {
    line-height: 18px;
    padding: 5px 5px 5px 30px;
    color: #fff;
    border: none;
    background: #3d6e99;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.IDX-wrapper-standard .select2-container .select2-dropdown-open .select2-choice .select2-arrow b {
    width: 0;
    height: 0;
    border-top: none;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #000;
    border-left: 8px solid transparent;
    background: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
    .IDX-wrapper-standard .select2-container .select2-choice .select2-arrow b {
        width: 0;
        height: 0;
        background: 0 0;
    }
}
.IDX-wrapper-standard .select2-container .select2-drop {
    border-radius: 0!important;
}
.IDX-wrapper-standard .select2-container .select2-drop: not(.select2-drop-above) {
    margin-top: -3px;
}
.IDX-wrapper-standard .select2-container .select2-drop .select2-results {
    max-height: 300px;
}
.IDX-wrapper-standard .select2-container .select2-drop .select2-results li {
    line-height: inherit;
    margin: 0;
    padding: 0;
}
.IDX-wrapper-standard .select2-container .select2-search {
    margin: 4px 0;
}
.IDX-wrapper-standard .select2-container .select2-search input, .IDX-wrapper-standard .select2-container .select2-search input:focus {
    border: none;
    background: #fff;
    box-shadow: none;
}
.IDX-wrapper-standard .select2-container.select2-container-active .select2-choice {
    border-color: #91acce;
}
.IDX-wrapper-standard .select2-container.select2-dropdown-open .select2-choice {
    border-bottom-color: #ccc;
}
.IDX-wrapper-standard .select2-container .form-control {
    padding: 0;
    border: none;
    box-shadow: none;
}
.IDX-wrapper-standard .select2-container a.select2-search-choice-close {
    font-size: 150%;
    top: 0;
    display: inline-block;
    float: right;
    width: 25px;
    height: 100%;
    padding-top: 3px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border-radius: 12px;
    background: 0 0;
    background-image: none!important;
}
.IDX-wrapper-standard .select2-container a.select2-search-choice-close:before {
    content: '×';
}
.IDX-wrapper-standard .select2-container a.select2-search-choice-close:hover {
    text-decoration: none;
}
.IDX-wrapper-standard .select2-search-field {
    width: 100%;
}
.IDX-wrapper-standard .select2-chosen, .IDX-wrapper-standard .select2-input.select2-default {
    width: 100%!important;
    height: 39px;
}
.IDX-wrapper-standard .select2-search-choice-close {
    background: 0 0;
}
/* lead bar */

#IDX-leadToolsBar {
    height: 60px;
    margin-bottom: 5px;
    padding-top: 10px;
    text-align: center;
    color: #fff;
    background-color: #8bc650;
}
#IDX-leadToolsBar a {
    text-decoration: underline;
    color: #fff;
}
#IDX-leadLogOutLink, #IDX-leadInfo {
    display: inline-block;
    float: left;
    margin-left: 5px;
}
#IDX-leadAccountLink {
    float: none;
    margin-top: 10px;
}
@media only screen and (min-width: 641px) {
    /* select 2/
    .IDX-wrapper-standard .IDX-wrapper-standard .select2-container {
        width: 100%;
    }
    /* lead bar */
    #IDX-leadToolsBar {
        line-height: 30px;
        height: 30px;
        padding-top: 0;
        text-align: inherit;
        vertical-align: middle;
    }
    #IDX-leadInfo {
        margin-left: 10px;
    }
    #IDX-leadLogOutLink {
        display: inline-block;
        float: left;
        margin-left: 5px;
    }
    #IDX-leadAccountLink {
        display: inline-block;
        float: right;
        margin-top: 0;
        margin-right: 10px;
    }
}
.IDX-clear {
    clear: both;
}
/* Social Media Login Styles for Standard pages */
#IDX-social-media-logins { margin: 20px 0; width: 300px; }
#IDX-login-instructions { width: 300px; text-align: center; }
.IDX-social-form { display: inline-block; margin-right: 12px; }
.IDX-social-form button { height: 50px; width: 50px; border: none; background-repeat: no-repeat; border-radius: 50px; cursor: pointer; }
.IDX-social-form button span { display:none; }
#IDX-social-google button { background: url(../../../../images/social/google_auid-XSPZ-n8AAAEAAAKSy7IAAAAE.png); background-color: #db4437; }
#IDX-social-facebook button { background: url(../../../../images/social/facebook_auid-XSPZ-n8AAAEAAAKSy7IAAAAE.png); background-color:#3b5998; }

/* Mobile Specifics */
.IDX-wrapper-mobile .IDX-navbar-header { 
    display: none;
}


/* forms - 1.000 */
.IDX-selectableList { background: #EEEEEE; border: 5px solid #EEEEEE; height: 100px; line-height: 6px; overflow: auto; width: 200px; text-align:left; position:relative;}
.IDX-selectableListLabel { font-size: 12px; font-weight: normal; line-height: 12px; margin: 0; display:block; margin-bottom:2px;} 
.IDX-selectableListLabel .IDX-selectableListCheckbox { line-height: 12px; margin: 0 3px 0 0; vertical-align: bottom; display:inline; }

.IDX-control-group, #IDX-registration .IDX-control-group { display: inline-block; margin: 0 10px 10px 0; }

/* registrationComp - 1.000 */
    .IDX-errorIcon {
        width: 15px;
        height: 15px;
        float: left;
        background-image: url(../../../../images/smallIconSprite_auid-XSPZ-n8AAAEAAAKSy7IAAAAE.png);
        background-position: -105px 119px;
        cursor: move;
        margin-right: 5px;
    }

    .IDX-wrapper-standard .IDX-form-control.IDX-errorField,
    .IDX-errorField {
        border: 2px solid #FF0000;
    }

    .IDX-errorMessage {
        color: #FF0000;
    }
    .ui-dialog[aria-labelledby="ui-dialog-title-IDX-registration"] {
        min-width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .ui-dialog[aria-labelledby="ui-dialog-title-IDX-registration"] * {
        box-sizing: border-box;
    }

    .ui-dialog[aria-labelledby="ui-dialog-title-IDX-registration"] #IDX-registrationSignup .IDX-customRegistrationFields {
        display: inline-block;
        height: auto;
    }

    #IDX-registration .IDX-control-group {
        width: 100%
    }

    #IDX-registration .IDX-btn {
      display: inline-block;
      margin-bottom: 0;
      font-weight: normal;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      background-image: none;
      border: 1px solid transparent;
    }


    #IDX-registration .IDX-btn:hover {
        background: #8B8B8B;
    }

    #IDX-registration .IDX-btn{
        width: 100%;
        margin-top: 10px;
    }

    #IDX-registration .IDX-controls input[type="text"],
    #IDX-registration .IDX-controls input[type="email"],
    #IDX-registration .IDX-controls input[type="password"] {
        box-sizing: border-box;
        width: 100%
    }

    #IDX-registration .IDX-controls .IDX-radio-inline {
        display: inline-block;
    }

    #IDX-registration .IDX-controls .IDX-yesOrNo-radio {
        vertical-align: top;
    }

    #IDX-registration .IDX-btn-primary {
        color: #fff;
        background-color: #428bca;
    }

    #IDX-registration .IDX-btn-primary:hover {
        color: #fff;
        background-color: #3071a9;
        border-color: #285e8e;
    }

    #IDX-FormActions {
        display: inline-block;
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }

    #IDX-leadLoginForgotPass a {
        text-decoration: underline;
    }

    #IDX-toggleLogIn, #IDX-toggleSignUp {
        text-decoration: underline;
    }

    #IDX-toggleLogIn:hover, #IDX-toggleSignUp:hover {
    }


    .IDX-signupLoginToggleWrap {
        width: 100%;
    }

    .IDX-signupLoginToggleWrap a {
        text-decoration: none;
    }

    #IDX-loginSignupToggle {
        clear: both;
    }

    @media screen and (min-width: 600px) {

        .ui-dialog[aria-labelledby="ui-dialog-title-IDX-registration"] {
            min-width: 600px;
        }

       #IDX-registration .IDX-control-group {
            width: 30%;
            vertical-align: top;
        }

        #IDX-toggleLogIn, #IDX-toggleSignUp {
            text-decoration: underline;
            float: right;
        }
        #IDX-toggleLogIn:hover, #IDX-toggleSignUp:hover {

        }
        .IDX-signupLoginToggleWrap p{
            display: inline-block;
            width: 100%;
            padding-right: 10px;
            text-align: right;
            float: left;
            margin: 0;
        }

    }


/* contactAccountInfo - 1.000 */
/* IDX Account Contact Information */
#IDX-contactAddress { }
#IDX-contactCityStateZip { }
	#IDX-contactCity { }
	#IDX-contactState { }
	#IDX-contactZip { }
#IDX-contactPhone { }
#IDX-contactFax {}

/* forms - 1.001 */
.IDX-selectableList { background: #EEEEEE; border: 5px solid #EEEEEE; height: 100px; line-height: 6px; overflow: auto; width: 200px; text-align:left; position:relative;}
.IDX-selectableListLabel { font-size: 12px; font-weight: normal; line-height: 12px; margin: 0; display:block; margin-bottom:2px;} 
.IDX-selectableListLabel .IDX-selectableListCheckbox { line-height: 12px; margin: 0 3px 0 0; vertical-align: bottom; display:inline; }

.IDX-control-group, #IDX-registration .IDX-control-group { display: inline-block; margin: 0 10px 10px 0; }

/* contactComp - 1.004 */
.IDX-control-group,.IDX-controls{width:100%}
.IDX-control-label{display:inline-block;margin-bottom:5px}
#IDX-moreinfoContactForm input,#IDX-moreinfoContactForm textarea,#IDX-moreinfoContactForm .IDX-select,#IDX-scheduleshowingContactForm input,#IDX-scheduleshowingContactForm textarea,#IDX-scheduleshowingContactForm .IDX-select{width:100%;box-sizing:border-box;border:1px solid #c7c7c7}
#IDX-moreinfoContactForm .IDX-checkbox-inline > input[type="checkbox"],
#IDX-moreinfoContactForm .IDX-radio-inline > input[type="radio"],
#IDX-scheduleshowingContactForm input[type="checkbox"],
#IDX-scheduleshowingContactForm input[type="radio"] {
    width: auto;
}
.IDX-additionalInfo{display:none}
#IDX-moreinfoContactForm #IDX-email,#IDX-moreinfoContactForm #IDX-message,#IDX-scheduleshowingContactForm #IDX-email,#IDX-scheduleshowingContactForm #IDX-message{box-sizing:border-box;width:100%}
#IDX-moreinfoContactForm #IDX-submitBtn,#IDX-moreinfoContactForm #IDX-resetBtn,#IDX-scheduleshowingContactForm #IDX-submitBtn,#IDX-scheduleshowingContactForm #IDX-resetBtn{width:100%;margin:5px 0}
#IDX-moreinfoContactForm #IDX-resetBtn,#IDX-scheduleshowingContactForm #IDX-resetBtn{background-color:#fff;color:#000}
#IDX-moreinfoContactForm #IDX-resetBtn:hover,#IDX-moreinfoContactForm #IDX-resetBtn:active,#IDX-scheduleshowingContactForm #IDX-resetBtn:hover,#IDX-scheduleshowingContactForm #IDX-resetBtn:active{background-color:#c7c7c7}
#IDX-moreinfoContactForm #IDX-submitBtn,#IDX-scheduleshowingContactForm #IDX-submitBtn{background-color:#428bca}
#IDX-moreinfoContactForm #IDX-submitBtn:hover,#IDX-moreinfoContactForm #IDX-submitBtn:active,#IDX-scheduleshowingContactForm #IDX-submitBtn:hover,#IDX-scheduleshowingContactForm #IDX-submitBtn:active{background-color:#3071a9}
.IDX-form-actions{display:inline-block;width:100%}
#IDX-moreinfoFormActions button,#IDX-scheduleshowingFormActions button{box-sizing:border-box;display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-color:#ccc;color:#fff;width:100%}
#IDX-moreinfoFormActions textarea,#IDX-scheduleshowingFormActions textarea{min-height:90px}
.IDX-formResponse{margin-top:15px;font-size:1.3em}
.IDX-formResponse a{text-decoration:underline}
#recaptcha_area input[type="text"]{display:inline-block;height:auto}
#recaptcha_area table thead tr th,table tfoot tr th,table tbody tr td,table tr td,table tfoot tr td{line-height:normal!important}
@media only screen and (min-width:641px){
    .IDX-customRegistrationFields,.IDX-showingDates{width:100%;display:inline-block}
    .IDX-control-group{width:45%}
    #IDX-moreinfoContactForm #IDX-submitBtn,#IDX-moreinfoContactForm #IDX-resetBtn,#IDX-scheduleshowingContactForm #IDX-submitBtn,#IDX-scheduleshowingContactForm #IDX-resetBtn{width:50%;margin:0}

    #IDX-moreinfoContactForm #IDX-submitBtn,#IDX-scheduleshowingContactForm #IDX-submitBtn{float:right}
    #IDX-moreinfoContactForm button:first-of-type,#IDX-scheduleshowingFormActions button:first-of-type{border-right:1px solid #c7c7c7}
}

/* detailsTools - 1.001 */
#IDX-detailsLinks-list {list-style:none; margin:10px 0; padding:15px 10px; background:#CCC; border-bottom:1px solid #999; border-top:1px solid #999;}
#IDX-detailsLinks-list li {display:inline-block; width:24%; margin:0; padding:0;}
.IDX-detailsAddressUnitNumber:before {content:"#";}
.IDX-detailsAddressStateAbrv {display:none;}
.IDX-openHouseHostedBy, .IDX-ohHostedBy {margin-top:5px;}
.IDX-openHouseHostedBy:before, .IDX-ohHostedBy:before {content:"Hosted By: ";}

/* mobileFirstDetails - 1.002 */
.IDX-wrapper-standard {
  /* map */
  /* bankrate dialog */
  /* loading */
  /* general */ }
  .IDX-wrapper-standard #IDX-detailsTopNav,
  .IDX-wrapper-standard #IDX-nextLastButtons {
    margin-bottom: 10px; }
  .IDX-wrapper-standard #IDX-nextLastPosition {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px; }
  .IDX-wrapper-standard #IDX-nextLastButtons a {
    float: left;
    width: 50%; }
  .IDX-wrapper-standard .IDX-topAction a,
  .IDX-wrapper-standard .IDX-detailsHotAction a {
    width: 100%; }
  .IDX-wrapper-standard #IDX-saveProperty {
    background-color: #2E3391;
    color: #fff; }
    .IDX-wrapper-standard #IDX-saveProperty:hover, .IDX-wrapper-standard #IDX-saveProperty:focus, .IDX-wrapper-standard #IDX-saveProperty:active {
      background-color: #1E238E; }
  .IDX-wrapper-standard #IDX-newSearch {
    background-color: #3a64b0;
    color: #fff; }
    .IDX-wrapper-standard #IDX-newSearch:hover, .IDX-wrapper-standard #IDX-newSearch:focus, .IDX-wrapper-standard #IDX-newSearch:active {
      background-color: #2555AD; }
  .IDX-wrapper-standard #IDX-modifySearch {
    background-color: #8bc650;
    color: #fff; }
    .IDX-wrapper-standard #IDX-modifySearch:hover, .IDX-wrapper-standard #IDX-modifySearch:focus, .IDX-wrapper-standard #IDX-modifySearch:active {
      background-color: #7BC333; }
  .IDX-wrapper-standard #IDX-detailsHotActions {
    display: inline-block;
    width: 100%; }
  .IDX-wrapper-standard #IDX-detailsHotAction {
    margin-bottom: 5px; }
  .IDX-wrapper-standard .IDX-detailsshowcaseSlides {
    display: inline-block;
    margin-bottom: 10px;
    height: auto; }
  .IDX-wrapper-standard .IDX-showcaseSlide {
    width: 60px;
    vertical-align: middle;
    text-align: center;
    display: inline-block; }
  .IDX-wrapper-standard .IDX-detailsShowcaseImage {
    max-height: 40px; }
  .IDX-wrapper-standard #IDX-primaryPhoto {
    text-align: center;
    position: relative; }
  .IDX-wrapper-standard #IDX-detailsPrimaryImg {
    width: auto;
    max-width: 100%;
    max-height: 400px; }
  .IDX-wrapper-standard .IDX-arrow {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    vertical-align: top;
    background-color: rgba(0, 0, 0, 0.65);
    border: 1px solid #ddd;
    color: #fff;
    cursor: pointer; }
    .IDX-wrapper-standard .IDX-arrow:hover {
      color: #fff; }
  .IDX-wrapper-standard #IDX-arrow-previous {
    left: 0;
    display: none; }
  .IDX-wrapper-standard #IDX-arrow-next {
    right: 0;
    display: none; }
  .IDX-wrapper-standard #IDX-primaryPhoto a.IDX-thumbnail {
    cursor: default; }
  .IDX-wrapper-standard .IDX-showcaseSlideAction.IDX-thumbnail {
    margin-bottom: 0; }
  .IDX-wrapper-standard #IDX-detailsGalleryAction {
    margin-bottom: 10px; }
  .IDX-wrapper-standard #IDX-photoGalleryLink {
    width: 100%; }
  .IDX-wrapper-standard .IDX-showcaseSlide-active {
    border: 1px solid #0034FF; }
  .IDX-wrapper-standard #IDX-detailsAddress {
    display: inline-block;
    margin: 10px 0; }
    .IDX-wrapper-standard #IDX-detailsAddress div {
      display: inline-block; }
  .IDX-wrapper-standard .IDX-label:after {
    content: ":";
    padding-right: 5px; }
  .IDX-wrapper-standard .IDX-field {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px; }
  .IDX-wrapper-standard .IDX-text {
    display: inline-block; }
  .IDX-wrapper-standard .IDX-panel-collapse-toggle {
    display: inline-block;
    width: 100%; }
  .IDX-wrapper-standard .IDX-panel-collapse-toggle span {
    float: right;
    width: 20px;
    height: 15px;
    background: url("../../../images/frontEnd_sprite_16.png") -45px -20px no-repeat; }
  .IDX-wrapper-standard .IDX-panel-collapse-toggle.IDX-collapsed span {
    background: url("../../../images/frontEnd_sprite_16.png") -45px -20px no-repeat;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .IDX-wrapper-standard .IDX-panel-heading {
    line-height: 100%; }
  .IDX-wrapper-standard .IDX-panel-body .IDX-field {
    border-bottom: 1px solid #dfdfdf; }
  .IDX-wrapper-standard .IDX-panel-body .IDX-label {
    font-weight: bold; }
  .IDX-wrapper-standard #IDX-detailsBankRateTool {
    font-size: 12pt;
    font-style: italic;
    margin-bottom: 10px; }
  .IDX-wrapper-standard .IDX-field-price .IDX-text, .IDX-wrapper-standard .IDX-field-listingPrice .IDX-text {
    font-size: 1.4em; }
  .IDX-wrapper-standard #IDX-detailsMap {
    width: 100%;
    min-height: 300px;
    box-sizing: border-box;
    margin-bottom: 10px; }
  .IDX-wrapper-standard #IDX-map {
    width: 100%;
    min-height: 300px;
    height: 100%;
    position: relative; }
  .IDX-wrapper-standard #IDX-BankRateTool-Dialog {
    display: none; }
  .IDX-wrapper-standard [aria-labelledby="ui-dialog-title-IDX-BankRateTool-Dialog"] {
    max-width: 600px; }
  .IDX-wrapper-standard #IDX-loadingScreen {
    display: none;
    text-align: center; }
    .IDX-wrapper-standard #IDX-loadingScreen img {
      display: block;
      margin: 0 auto; }
  .IDX-wrapper-standard .IDX-row-content {
    width: 100%;
    display: inline-block; }
  .IDX-wrapper-standard .IDX-center {
    margin: 0 auto;
    text-align: center; }
  .IDX-wrapper-standard .IDX-hide, .IDX-wrapper-standard .IDX-hidden, .IDX-wrapper-standard .IDX-emptyFieldContainer {
    display: none; }
  .IDX-wrapper-standard .IDX-center:after {
    clear: both;
    text-align: inherit; }
  .IDX-wrapper-standard .IDX-psudolink {
    text-decoration: none; }
  .IDX-wrapper-standard .IDX-hopoZoning {
    display: none !important;
    visibility: hidden !important; }
  .IDX-wrapper-standard #IDX-firstTime-group, .IDX-wrapper-standard #IDX-secondTime-group {
    vertical-align: bottom; }
  @media only screen and (min-width: 641px) {
    .IDX-wrapper-standard .IDX-topAction {
      display: inline-block;
      margin-right: 4%;
      margin-bottom: 10px;
      min-width: 20%;
      float: left; }
    .IDX-wrapper-standard .IDX-detailsHotAction {
      display: inline-block;
      float: left; }
      .IDX-wrapper-standard .IDX-detailsHotAction a {
        text-decoration: underline;
        border: 0px;
        padding-left: 0; }
    .IDX-wrapper-standard .IDX-fieldContainerList {
      display: inline-block;
      width: 45%;
      vertical-align: top; }
    .IDX-wrapper-standard .IDX-fieldContainerListRight {
      left: 45%;
      margin-left: 4%; }
    .IDX-wrapper-standard #IDX-arrow-previous, .IDX-wrapper-standard #IDX-arrow-next {
      display: inline-block; } }

    @media only screen and (min-width: 640px) {
        #IDX-main #IDX-map {
            width: 600px;
            min-width: 300px;
            height: 900px;
            min-height: 300px;
            margin: 0 auto;
            clear: both;
        }
    }

/* BankRate Dialog UI */
#IDX-mortgageDefaultQueryParameters {
  display: none;
}
#IDX-BankRateTool-Dialog {
  display: none;
  overflow: visible;
  font-size: 12pt;
}
#IDX-BankRateDataloading img {
  display: block;
  margin: 0 auto;
}
#IDX-mortgageRatesContent {
  display: none;
}
.IDX-mortgageRatesRow {
  margin: 5px auto;
  text-align: center;
}
.IDX-mortgageRatesRow > #IDX-searchBankRate {
  border: 0px;
}
.IDX-textRight {
  text-align: right;
}
.IDX-textLeft {
  text-align: left;
}
.IDX-noMargin {
  margin: 0;
}
.IDX-mortgageRatesRow > .IDX-priceField {
  padding-left: 5px;
}
.IDX-mortgageLabel:after {
  content: ": ";
}
span.IDX-priceField:before {
  content: "$ ";
}
.ui-dialog[aria-labelledby="ui-dialog-title-IDX-BankRateTool-Dialog"] {
  min-width: 768px;
}
.ui-dialog[aria-labelledby="ui-dialog-title-IDX-BankRateTool-Dialog"] .ui-widget-header {
  background-color: #D1D1D1;
}
.ui-dialog[aria-labelledby="ui-dialog-title-IDX-BankRateTool-Dialog"] #ui-dialog-title-BankRateTool-Dialog {
  color: rgba(0, 0, 0, 0.8);
  font-size: 12pt;
}
.IDX-mortgageRatesRow > span {
  display: inline-block;
  width: 170px;
  margin-right: 5px;
}
.IDX-mortgageRatesRow > .IDX-mortgageLabel {
  text-align: right;
}
.IDX-mortgageRatesRow > select {
  width: 220px;
}
.IDX-mortgageRatesRow > input {
  width: 210px;
}
.IDX-mortgageRatesLogo {
  display: inline-block;
  position: absolute;
  width: 180px;
  text-align: center;
  top: 50%;
  margin-top: -30px;
}
.IDX-mortgageRatesLogo img {
  float: left;
}
.IDX-mortgageRatesBottom .IDX-mortgageRatesEst {
  padding-bottom: 5px;
}
.IDX-mortgageRatesBottom .IDX-mortgageRatesGoBtn {
  display: block;
  width: 50px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #51a351;
  text-align: center;
  margin: 0 auto;
  background-color: #5EBC5E;
  color: #fff;
}
.IDX-mortgageRatesBottom .IDX-mortgageRatesGoBtn:hover {
  background-color: #11AA11;
}
#IDX-mortgageShowAllRates {
  display: inline-block;
  text-align: center;
  background-color: #AFAFAF;
  height: 35px;
  color: #000;
  line-height: 35px;
}
#IDX-mortgageShowAllRates:hover {
  background-color: #E7E7E7;
}
#IDX-mortgageRatesResultInfo {
  text-align: center;
}
.IDX-bankRateRowContent p {
  line-height: 12pt;
  padding-bottom: 12px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#IDX-searchBankRate {
  width: 230px;
  margin-left: 180px;
}
.IDX-bankRateRowContent {
  position: relative;
}
.IDX-mortgageRatesLogoInfo {
  display: inline-block;
  height: auto;
}
.IDX-mortgageRatesLogo {
  display: inline-block;
  position: absolute;
  width: 180px;
  text-align: center;
}
.IDX-mortgageRatesBankInfo {
  display: inline-block;
  margin-left: 200px;
  width: 200px
}
.IDX-mortgageRatesAdvertiser {
  margin: 0;
}
.IDX-mortgageRatesInfo {
  display: inline-block;
  vertical-align: top;
  width: 200px;
}
.IDX-mortgageRatesBottom {
  display: inline-block;
  position: absolute;
  top: 10px;
}
.IDX-mortgageRatesEst {
  margin: 0 0 5px 0;
}
.IDX-mortgageRatesEst small {
  display: block;
}
.IDX-mortgageRatesGoBtn {
  max-width: 80px;
}
#IDX-searchBankRate {
  width: 230px;
  margin-left: 180px;
}

#IDX-mortgageShowAllRates {
  width: 100%;
}

@media (max-width: 479px) {
  .ui-dialog[aria-labelledby="ui-dialog-title-IDX-BankRateTool-Dialog"] {
    min-width: 100%;
  }
  .IDX-mortgageRatesRow > .IDX-mortgageLabel {
    width: 100%;
    text-align: center;
    display: block;
  }
  .IDX-mortgageLabel {
    font-size: 14pt;
    margin: 5px  0;
  }
  .IDX-mortgageRatesRow > .IDX-mortgageLabel:after {
    content: "";
  }
  .IDX-mortgageRatesRow > select, .IDX-mortgageRatesRow > input {
    width: 100%;
  }
  .IDX-mortgageRatesLogoInfo {
    position: relative;
    margin-bottom: 5px;
  }
  .IDX-mortgageRatesLogo img {
    height: 40px;
  }
  .IDX-mortgageRatesBankInfo {
    margin-left: 50%;
    width: 150px;
  }

  .IDX-mortgageRatesInfo p{
      width: 50%;
      display: inline-block;
      margin: 5px 0;

  }
  .IDX-mortgageRatesEst {
    text-align: center;
    color: #000EB9;
    font-size: 14pt;
  }
  .IDX-mortgageRatesLogoInfo {
    position: relative;
    display: block;
  }
  .IDX-mortgageRatesInfo {
    margin-top: 10px;
    display: block;
    width: 100%;
  }
  .IDX-mortgageRatesInfo p{
      width: 50%;
      display: inline-block;
      margin: 5px 0;
  }
  .IDX-mortgageRatesLogo {
    display: inline-block;
    position: absolute;
    width: 50%;
    text-align: center;
    top: 50%;
    height: 60px;
    margin-top: -30px;
  }
  .IDX-mortgageRatesBankInfo {
    margin-left: 50%;
  }
  .IDX-mortgageRatesBottom {
    position: relative;
    display: block;
  }
  .IDX-mortgageRatesBottom .IDX-mortgageRatesGoBtn {
    margin-top: 5px;
    width: 100%;
    max-width: none;
  }
  .IDX-mortgageRatesEst small {
    display: inline-block;
  }

  #IDX-searchBankRate {
    width: 100%;
    max-width: 450px;
    margin: 0;
  }
}

@media (min-width: 480px) {
  .ui-dialog[aria-labelledby="ui-dialog-title-IDX-BankRateTool-Dialog"] {
    min-width: 450px;
    width: 450px;
    padding: 0;
  }
  .IDX-mortgageRatesRow > span {
    display: inline-block;
    width: 170px;
    margin-right: 5px;
  }

  .IDX-mortgageRatesRow > .IDX-mortgageLabel {
    text-align: right;
  }

  .IDX-mortgageRatesRow > select {
    width: 220px;
  }
  .IDX-mortgageRatesRow > .IDX-priceField  {
    box-sizing: border-box;
    width: 220px;
    display: inline-block;
  }
  .IDX-mortgageRatesLogoInfo {
    position: relative;
    display: block;
  }
  .IDX-mortgageRatesInfo {
    margin-top: 10px;
    display: block;
    width: 100%;
  }
  .IDX-mortgageRatesInfo p{
      width: 50%;
      display: inline-block;
      margin: 5px 0;
  }
  .IDX-mortgageRatesLogo {
    display: inline-block;
    position: absolute;
    width: 50%;
    text-align: center;
    top: 50%;
    height: 60px;
    margin-top: -30px;
  }
  .IDX-mortgageRatesLogo img {
    height: 60px;
  }
  .IDX-mortgageRatesBankInfo {
    margin-left: 50%;
  }
  .IDX-mortgageRatesBottom {
    position: relative;
    display: block;
  }
  .IDX-mortgageRatesEst {
    text-align: center;
    color: #000EB9;
    font-size: 14pt;
  }
  .IDX-mortgageRatesEst small {
    display: inline-block;
  }
  .IDX-mortgageRatesBottom .IDX-mortgageRatesGoBtn {
    width: 100%;
    max-width: none;
  }
  #IDX-mortgageShowAllRates {
    width: 100%;
  }
  #IDX-searchBankRate {
    width: 100%;
    max-width: 480px;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .ui-dialog[aria-labelledby="ui-dialog-title-IDX-BankRateTool-Dialog"] {
    min-width: 768px;
  }
  .IDX-bankRateRowContent {
    position: relative;
    min-height: 75px;
  }
  .IDX-mortgageRatesLogoInfo {
    display: inline-block;
  }
  #IDX-searchBankRate {
    width: 230px;
    margin-left: 180px;
  }
  .IDX-mortgageRatesLogo {
    display: inline-block;
    position: absolute;
    width: 180px;
    text-align: center;
    top: 50%;
    margin-top: -30px;
  }
  .IDX-mortgageRatesBankInfo {
    margin-left: 200px;
    width: 200px
  }
  .IDX-mortgageRatesAdvertiser {
    margin: 0;
  }
  .IDX-mortgageRatesInfo {
    display: inline-block;
    vertical-align: top;
    width: 200px;
  }
  .IDX-mortgageRatesBottom {
    position: absolute;
    right: 0;
    top: 10px;
  }
  .IDX-mortgageRatesEst {
    margin: 0 0 5px 0;
  }

 .IDX-mortgageRatesEst small {
    display: block;
  }
  .IDX-mortgageRatesGoBtn {
    max-width: 80px;
  }
}


/**** Custom Template CSS ****/

/**** Client CSS ****/
/**
 * Custom Global CSS
 */ 
.clear { clear: none;}
#IDX-propSubType-group .IDX-selectableListLabel {width: 40%;}