/*body{
	padding: 10px 0px 0px;
	margin: 0px;
}*/
/*.container{
	max-width: 1100px;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: auto;
	margin-right: auto; 
}
*/


/* HEADER SECTION */
.header_wrap{
    /*padding: 2rem;*/
    /*background-color: #F7F7F7;*/
    margin-bottom: 3rem;
    font-family: 'Open Sans', sans-serif;
}


.header_wrap a.navbar-brand img {
    max-width: 100%;
}


header.header_wrap .navbar-nav a.nav-link{
    color: #333366 !important;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 3px solid #00328b;
    position: relative;
    }

header.header_wrap .navbar-nav li.nav-item.active > a.nav-link, header.header_wrap .navbar-nav li.nav-item:hover > a.nav-link{
    color: #fff !important;
    background: #00328b;
    }



/* BANNER SECTION */
.banner_section{
    /*border-bottom: 5px solid #01318a;*/
    margin-bottom: 30px;
    display: block;
}


.banner_section img{
    width: 100%;
}

/* FORM SECTION */
.form_section{
	/*padding: 2rem 12.6rem 2rem 12.6rem;*/
	padding: 1rem;
    /*display: flex;*/
    background-color: #F7F7F7;
    /* margin-bottom: 3rem; */
    font-family: 'Open Sans', sans-serif;
}

.form_section > div.form_col{
	padding: 10px;
  display: flex;
  flex-flow: column nowrap;
  flex: 1 1 0;

}


.form_section .form_section_heading{
    color: #333366;
    font-size: 30px;
    margin-top: 0px;
    font-weight: bold;
    margin-bottom: 40px;	
}


.form_section .form_group{
	margin-bottom: 25px;
	}


.form_section .form_group .form_label{
    display: block;
    font-size: 13px;
    margin: 0 0 0.7em 0;	
}

.form_section .form_group .form_input{
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #999999;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333366;
    font-size: 16px;
    height: 45px;
    padding: 8px 10.5px;
    width: 100%;

}

.form_section .form_group .field_error{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: -5px;
    color: #e71921;
    /* display: block; */
    font-size: 14px;
    font-weight: bold;
    left: 0;
    line-height: 15px;
    position: relative;
    width: 100%;
    text-align: left;
}


.form_section .radio-cards__group{
	outline: none;
	display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}


.form_section .radio-cards__group *{
	outline: none;
}

.form_section .radio-cards__input{
	visibility: hidden;
	position: absolute;

}

.form_section .radio-cards__group label {
	outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 2rem 2rem 2rem;
    border-radius: .3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999999;
    width: auto;
    height: 13.6rem;
    background-color: #FFFFFF;
    -webkit-box-shadow: inset 0 0.1rem 1rem 0 rgba(153, 153, 153, 0.23), 0 0 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0.1rem 1rem 0 rgba(153, 153, 153, 0.23), 0 0 2px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    width: 200PX;
    height: 100PX;
}


.form_section .radio-cards__group .radio-cards__input:checked ~ label {
    background-color: #333366;
    border-color: #333366;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
}

.form_section .radio-cards__group .radio-cards__input:checked ~ label img{
	filter: brightness(0) invert(1)
}



.form_section .confirmation_group .form_label a{
	color: #898989;
}

.form_section .form_group select.form_input {
    height: 45px;
    width: 100%;
}


a.cstm_btn{
    display: inline-block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    background-color: #fefefe;
    color: #333366;
    border: 1px solid #333366;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    padding: 10px 66px;
    margin-right: 10px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    text-align: center;

}

a.cstm_btn_dark{
	background-color: #333366;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

a.cstm_btn:hover {
    background-color: #ededed;
    font-weight: 700;
    color: #333366;
    border-color: #ededed;
}


.cstm_img_respo{
	max-width: 100%;
}



.form_footer {
    margin-bottom: 50px;
}




.form_section .form_section_heading{
    margin-bottom: 20px; 
}


/* FS CONTENT */
.form_section .fs_content{
    text-align: justify;
}
.form_section .fs_content .form_section_heading{
    color: #00328b;
}

/* MIDDLE FOOTER */
.midl_ftr{
    text-align:center;
}

.midl_ftr .list-inline-item{
    margin-right: 0px;
}

.midl_ftr ul .list-inline-item a{
    padding: 0 7px;
}
.midl_ftr ul .list-inline-item:not(:last-child) a{
    border-right: 3px solid #e3e1e1; 
    }


.midl_ftr a{
    color: #393939;
    font-size: 32px;
    text-decoration: none;
}

/* FOOTER SECTION */
.footer_section{
    background: #333333;
    color: #fff;
    padding: 2rem;
}


.footer_section .btm_ftr a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}


.footer_section .btm_ftr ul .list-inline-item:not(:last-child) a{
    border-right: 1px solid #fff;
    padding: 0px 5px;
    }


.footer_section .btm_ftr .list-inline-item:not(:last-child){
    margin-right: 0px;
}

footer.footer_section p{
    font-size: 15px;
}

@media(max-width: 1200px){

	.form_section {
	    padding: 2rem;
	}
}

@media(max-width: 550px){


.form_section{
	padding: 2rem;
}

.form_section .form_section_heading{
    font-size: 23px;
    margin-bottom: 10px;
}


.form_section .radio-cards__group, .form_section .radio-cards__group label{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.cstm_btn{
	display: block;
}


.midl_ftr ul .list-inline-item a {
    font-size: 18px;
}

}



@media(max-width: 768px){

	.form_section {
	    display: block;
	}

}


@media(max-width: 1200px){
header.header_wrap .navbar-nav li.nav-item > a.nav-link{
    padding-left: 10px;
    padding-right: 10px;
}
    
}

@media(min-width: 1200px){

header.header_wrap .navbar-nav li.nav-item.active > a.nav-link:before, header.header_wrap .navbar-nav li.nav-item:hover > a.nav-link:before{
    content: "";
    display: block;
    color: #fff !important;
    /* background: #00328b; */
    border-bottom: 38px solid #00328b;
    border-left: 10px solid transparent;
    border-right: 0px solid transparent;
    height: auto;
    width: auto;
    padding: 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -10px;
}

header.header_wrap .navbar-nav li.nav-item.active > a.nav-link:after, header.header_wrap .navbar-nav li.nav-item:hover > a.nav-link:after{
    content: "";
    display: block;
    color: #fff !important;
    /* background: #00328b; */
    border-bottom: 38px solid #00328b;
    border-right: 10px solid transparent;
    border-left: 0px solid transparent;
    height: auto;
    width: auto;
    padding: 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -10px;
}

}


@media only screen and (min-width: 1025px) {
  
    .border-left {
        border-left: 2px solid black !important;
    }
    
  }
  
  @media (max-width:767px){.hidden-xs{display:none!important}}