@-webkit-keyframes fade {
    0% {opacity: 0; height:0px;}
	30% {height:0px;}
    31% {opacity: 0; height:200px;}
    35% {opacity: 1;}
    90% {opacity: 1;}
	91% {opacity: 0;}
    100% {opacity: 0;}
}
@keyframes fade {
    0% {opacity: 0; height:0px;}
	30% {height:0px;}
    31% {opacity: 0; height:200px;}
    35% {opacity: 1;}
    90% {opacity: 1;}
	91% {opacity: 0;}
    100% {opacity: 0;}
}

@-webkit-keyframes fade2 {
    0% {opacity: 0; height:0px;}
	63% {height:0px;}
    64% {opacity: 0; height:200px;}
    68% {opacity: 1;}
    96% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes fade2 {
    0% {opacity: 0; height:0px;}
	63% {height:0px;}
    64% {opacity: 0; height:200px;}
    68% {opacity: 1;}
    96% {opacity: 1;}
    100% {opacity: 0;}
}

/*--------------------------promo area----------------------------*/
#promoGroup {
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:distribute;
	-webkit-justify-content:space-around;
	-moz-justify-content:space-around;
	justify-content:space-around;
	padding:0 10px;
	margin-top:25px;
	font-size:1em;
	transition-property: font-size;
	transition-duration: 0.5s;
	transition-timing-function: ease;
}
#promoGroup p {
	margin:0px;
}
#promoGroup a {
	text-decoration:none;
}
#promoGroup a:hover {
	text-decoration:underline;
}
#promoGroup a.additional {
	display:block;
	text-align:center;
	font-size: 10px;
	padding:10px;
}
#promoBox1 .csc-default a{
	font-size: 30px;
	text-transform:uppercase;
	color:rgb(26,69,134);
	height:66px;
	display:block;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	line-height: 24px;
}
#promoBox1 .csc-default:first-child {
	border-bottom:2px solid #9D9D9D;
}
#promoBox1 .csc-default [class^="icon-"] {
	width:50px;
	min-width:50px;
	display: inline-block;
	text-align: center;
}
#promoBox1 .csc-default .blue {
	background:rgb(26,69,134);
	color:#fff;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
}

#promoBox1 .csc-default a:hover {
	background:rgba(186,186,186,1.00);
	text-decoration:none;
}
#promoBox1 .csc-default a.blue:hover {
	background:rgba(145,179,218,1.00);
}
#promoBox2 .news-list-view {
	position:relative;
	height:200px;
	overflow: hidden;
	background: rgb(26,69,134);
}
#promoBox2 .news-list-item {
	position:absolute;
	height:200px;
	width:100%;
	background:rgb(26,69,134);
}
#promoBox2 .news-list-item:nth-child(2) {
	-webkit-animation-name: fade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 12s;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 12s;
	overflow:hidden;
}
#promoBox2 .news-list-item:nth-child(3) {
	-webkit-animation-name: fade2;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 12s;
    animation-name: fade2;
    animation-iteration-count: infinite;
    animation-duration: 12s;
	overflow:hidden;
}
#promoBox2 .news-list-view img {
	height:100%;
	width:100%;
}
#promoBox2 .news-list-view span {
	position:absolute;
	bottom:0px;
	background:rgba(26,69,134,0.7);
	font-size: 14px;
	width:100%;
	display:block;
}
#promoBox2 .news-list-view a.link {
	color:#fff;
	padding:10px;
	display:block;
}
#promoBox3 .header {
	background:rgb(26,69,134);
	height:36px;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	font-size:26px;
	display:block;
}
#promoBox3 .tx-cal-controller a {
	display:block;
}
#promoBox3 .tx-cal-controller a:hover {
	background:rgba(186,186,186,1.00);
	text-decoration:none;
}
#promoBox3 .cal-item {
	color:rgb(26,69,134);
	height:53px;
	border-bottom:2px solid #9D9D9D;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
}
#promoBox3 .dtstart-container {
	width:75px;
	min-width:75px;
	text-align:center;
	display:inline-block;
	text-transform:uppercase;
}
#promoBox3 .day {
	display:block;
	font-weight:700;
	font-size: 22px;
	line-height:16px;
	height:24px;
}
#promoBox3 .title {
	display:inline-block;
}


/*-----------------------------mission------------------------*/
#missionBox {
	background:rgb(26,69,134);
	width:100%;
	color:#fff;
	margin-top:25px;
	overflow:hidden;
}
#missionBox span.icon-arrow-down::before {
	left:50%;
	position: relative;
	font-size: 30px;
	top:-15px;
	color:#f3f3f3;
}
#missionBox .csc-default {
	margin:0 40px 30px;
}
#missionBox .csc-default h1 {
	margin:0px;
}
#missionBox .csc-default p {
	margin:0px;
	font-size:16px;
}
/*------------------------------specialbox-------------------------*/
#specialBox {
	width:100%;
	overflow:hidden;
	white-space:nowrap;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	-webkit-align-items: center;
	align-items:center;
}
#LCUNumbersBox {
	width:33%;
	display:inline-block;
	color:rgb(26,69,134);
	white-space:normal;
}
#LCUNumbersBox h2 {
	text-align:center;
	font-size:1.3em;
}
#LCUNumbersBox .numberRow {
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
	max-width:320px;
	margin:0 auto;
}
#LCUNumbersBox .large {
	width:125px;
	min-width:75px;
	text-align:right;
	padding-right:15px;
	display:inline-block;
	font-size:2.5em;
	font-weight:800;
}
#LCUNumbersBox .text {
	font-weight:300;
	font-size:.8em;
}
#LCUFeatured {
	width:67%;
	display:inline-block;
	position:relative;
}
#LCUFeatured .csc-default{
	overflow: hidden;
	height: 100%;
	position: relative;
	width: 100%;
	padding-bottom:56.25%;
}
#LCUFeatured .csc-default p {
	position: absolute;
	height:100%;
	width:100%;
	margin:0px;
}
/*-----------------------------development---------------------------*/
#developmentBox {
	background:rgb(26,69,134);
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:distribute;
	-webkit-justify-content:space-around;
	justify-content:space-around;
	padding:20px 0;
	font-size:1.3em;
	transition-property: font-size;
	transition-duration: 0.5s;
	transition-timing-function: ease;
}
#bottom1, #bottom2, #bottom3 {
	width:30%;
}
#developmentBox a {
	color:#fff;
	text-decoration:none;
	display: block;
	text-align: center;
}
#developmentBox a:hover {
	color:#848484;
}
#developmentBox a span {
	font-size:8em;
}
#developmentBox a h3 {
	margin:0px;
}

/*------------------------------screen sizes---------------------------*/
@media screen and (max-width:880px) {
	#promoGroup {
		font-size:.8em;
	}
	#promoBox1 .csc-default a{
		font-size:24px;
	}
	#developmentBox {
		font-size:1em;
	}
}
@media screen and (max-width:600px) {
	#promoGroup {
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flexbox-wrap:wrap;
		flex-wrap:wrap;
	}
	.threeCol {
		width:100%;
		margin-bottom:25px;
	}
	#specialBox {
		display:block;
		white-space:normal;
	}
	#LCUNumbersBox, #LCUFeatured {
		width:100%;
	}
	#developmentBox {
		font-size:.5em;
	}
	#developmentBox h3 {
		display:none;
	}
}