@charset "utf-8";
/* CSS Document */


/*---1. IdxHeader Bg,InnerHeader Bg---*/
/*---2. DateBg---*/
/*---3. Buttons---*/
/*---4. SepLine---*/




/*---1. IdxHeader Bg,InnerHeader Bg---*/
.TopHeader{
	position:relative;
	z-index:1;
	background-color:#002045;
    padding: 9px 0;
	box-sizing: border-box;
}
.TopHeaderup {
	position:relative;
	background-color:#ffffff;
	margin-top: 20px;
	box-sizing: border-box;
	padding-top: 2.2rem;
	padding-bottom: 3.2rem;
}
.HomeTop {
    position: fixed;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}
.IdxHeaderBg {
    position: relative;
    z-index: 0;
    display: table;
    width: 100%;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.IdxHeaderBg img {
	width:100%;
	max-width:100%;	
}
.IdxHeaderBg .slides li { 
	background-size:cover !important;
	background-repeat:no-repeat;
	background-position:top left;
}
.InnerHeaderBg {
	position:relative;
	background-repeat:no-repeat;
	background-position:top left;	
	z-index:0;
	min-height:300px;
	height:300px;
	background-size:cover !important;
	display:table;
	width:100%;
}
.InnerHeaderBg .Wrapper{
	display:table-cell;
	vertical-align:middle;	
}

/*---2. DateBg---*/

.DateBg {
    width: 50px;
    height: 50px;
    text-align: center;
    margin-right: 25px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-transform: uppercase;
    float: left;
    background-color: #007a41;
}
.DateBg h5 {
    padding: 5px;
}

/*---3. Buttons---*/

.FillBlueBtn {
	display:inline-block;
	color:#ffffff;
	font-size:14px;
	text-align:center;
	line-height:24px;
	text-transform:uppercase;
	font-family: 'AvenirRegular';
	font-weight: 800;
	letter-spacing:0.5px;
}
.FillBlueBtn a{
	display:block;
	background-color:#002045;
	color:#fff;
	padding:12px 25px;
	border:1px solid #002045;
	transition: ease-in 0.2s;
}
.FillBlueBtn a:hover{
	display:block;
	background-color:#b61527;
	border:1px solid #b61527;
	color:#fff;
}


/*---4. SepLine---*/

hr{
	border:0px;
}
.BlueSepLine {
	border-bottom:3px solid #002045;
	width:105px;
	margin:20px auto 25px;
	text-align:center;
}
.RedSepLine {
    border-bottom: 3px solid #b61527;
    width: 105px;
    margin: 20px auto 25px;
    text-align: center;
}