/*
=============================================================================================================================================================
                                                         LAYOUT CSS PER PAGE (START)
=============================================================================================================================================================
*/
.brownbarh2 {
    margin-top: 20px;
    color: white;
    height: 25px;
    border-bottom: 25px solid #52494c;
    border-left: 25px solid #fff;
    font-size: 18px;
}

.h2circle {
    margin-left: 10px;
    color: red;
}


.site_banner {
    background-color: rgba(0, 0, 0, 0);
    height: 283px !important;
    margin-bottom: -34px;
    z-index: 100;
}

.banner_text_section {
    position: absolute;
    z-index: 26;
    width: 1170px;
    height: 260px;
}

.banner_text_section .other_half_1 {
    float: left;
    width: 50%;
    height: 100%;
    padding: 20px 20px 20px 20px;
}

.banner_text_section .other_half_2 {
    float: left;
    width: 50%;
    height: 100%;
    padding: 20px 20px 20px 20px;
}

.other_half_2 .other_text_1 {
    margin-top: 40px;
    font-size: 50px;
    color: white;
    text-align: left;
    padding-left: 90px;
}

.grey_bar_below {
    margin-top: -10px;
    margin-left: 90px;
    background-color: #959595;
    height: 5px;
    width: 32px;
}

.headerborder {
    margin-top: -10px;
    border-bottom: solid 5px #919191;
    width: 20px;
}

.addleft {
    margin-left: 40px;
}

/* CSS for banner image */
.page_banner {
    background-image: url("../images/banners/FH17_Signup.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 283px;
    position: relative;
    z-index: 9;
}

/*
=============================================================================================================================================================
                                                         LAYOUT CSS PER PAGE (END)
=============================================================================================================================================================
*/

.paneltabs {
    background-color: #d8251e!important;
    color: #FFF!important;
    border-color: #ebccd1!important;
}


@media only screen and (max-width: 1200px)
{
    .banner_text_section {
        position: absolute;
        z-index: 26;
        width: 971px;
        height: 260px;
    }
}


@media only screen and (max-width: 992px)
{
    .banner_text_section {
        position: absolute;
        z-index: 26;
        width: 751px;
        height: 260px;
    }

	.banner_text_section .other_half_1
	{
		display: none;
	}

	.banner_text_section .other_half_2
	{
		width: 100%!important;
	}    

    .other_half_2 .other_text_1 {
        margin-top: 40px;
        font-size: 50px;
        color: white;
        text-align: left;
        padding-left: 430px;
    }

    .grey_bar_below {
        margin-left: 430px;
    }
}

@media only screen and (max-width: 767px)
{
    .banner_text_section {
        width: 100%;
    }

    .other_half_2 .other_text_1 {
        font-size: 35px;
    }    

}

@media only screen and (max-width: 640px)
{

    .other_half_2 .other_text_1 {
        font-size: 30px;
        padding-left: 350px;
    }

    .grey_bar_below {
        margin-left: 350px;
    }

}

@media (max-width: 580px)
{

    .other_half_2 .other_text_1 {
        font-size: 30px;
        padding-left: 300px;
    }

    .grey_bar_below {
        margin-left: 300px;
    }

}

@media (max-width: 400px)
{
	.other_half_2 .other_text_1
	{
		margin-top: 20px;
        padding-left: 10px;
	}

}



/* OWN CSS added per page */

.colorred {
    color: red;
    font-weight: bold;
}

form label, form input {
    font-size: 18px;
}

.membership_div {
    padding-left: 42px;
}