.page-hero{

    background:#243b63;
    color:#fff;
    text-align:center;
    padding:80px 20px;

}

.page-hero h1{

    font-size:52px;
    margin-bottom:20px;

}

.page-hero p{

    max-width:700px;
    margin:auto;
    font-size:20px;

}


.search-hero h1{

    font-size:54px;
    margin-bottom:15px;
    font-weight:700;

}

.search-hero p{

    font-size:22px;
    max-width:800px;
    margin:auto;

}

.idx-section{

    padding:60px 0;
    background:#f7f7f7;

}

.idx-box{
    background:transparent;
    border:none;
    border-radius:0;
    box-shadow:none;
    padding:0;
    margin:0;
}
        
.idx-frame{
    width:100%;
    height:900px;      /* Desktop */
    border:none;
    display:block;
	
}

.search-hero{

    background:#243b63;
    color:#fff;
    text-align:center;

    padding:70px 20px 60px;

}
/* iPhone */
@media only screen and (max-width:430px){

.idx-frame{

    height:2500px;

}

}

/* iPad */
@media only screen and (min-width:768px) and (max-width:1024px){

.idx-frame{

    height:1200px;

}

}
