@charset "utf-8";
.urgentNotice #CFH-Container {
    width: 100%;
    height: auto;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../mortgageProject365/images/CFH-Bkg2.jpg);
}

.urgentNotice #CFH-Container #CFH-Container2 {
    width: 100%;
    height: auto;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    /* [disabled]min-height: 550px; */
}

#CFH-Container #CFH-Container2 #CFH-LogoHeader {
    width: 100%;
    height: auto;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#CFH-TextBox #CFH-Txt1 #CFH-ChurchLogo {
    width: 18%;
    height: auto;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4%;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    min-width: 210px;
}
#CFH-Container #CFH-Container2 #CFH-TextBox {
    width: 70%;
    height: auto;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #FFFFFF;
    font-family: "Century Gothic";
    font-size: 1rem;
    line-height: 1.2rem;
    margin-left: 2%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10%;
    margin-right: 0px;
    background-color: hsla(0,0%,0%,0.28);
}
#CFH-Container2 #CFH-TextBox #CFH-Txt1 {
    height: auto;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    /* [disabled]width: 350px; */
    float: left;
}

#CFH-TextBox #CFH-Txt1 #CFHText {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
#CFH-Container2 #CFH-TextBox #CFH-Txt2 {
    display: block;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: right;
    font-size: 1.5rem;
    line-height: 1.6rem;
}

@media (max-width:899px){
#CFH-Container #CFH-Container2 #CFH-TextBox {
    margin-left: 2%;
    width: 90%;
}
#CFH-Container2 #CFH-TextBox #CFH-Txt1 {
    width: 90%;
    min-width: 210px;
}
#CFH-Container2 #CFH-TextBox #CFH-Txt2 {
    width: 90%;
    float: none;
}



}

@media (min-width:900px){
#CFH-Container #CFH-Container2 #CFH-TextBox {
    width: 70%;
}
#CFH-Container2 #CFH-TextBox #CFH-Txt1 {
    width: 50%;
}
#CFH-Container2 #CFH-TextBox #CFH-Txt2 {
    width: 40%;
    float: right;
    padding-right: 3%;
}




}
