body {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

body.pushable {
    background: #fff !important;
}

input[type="radio"]:checked + label,
input[type="checkbox"]:checked + label,
label:hover {
	color: #3A4DA5 !important;
	cursor: pointer !important;
}

.ui.inverted.menu {
	background-color: #076520 !important;
	border-bottom: 1px solid #333333;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);

}

.ui.inverted.menu .ic-home,
.ui.inverted.menu .ic-home:hover {
	background-color: #006600 !important;
	padding:5px

}

.ui.inverted.menu .ui.dropdown .menu {
	background-color: #0382bc !important;

}

.ui.inverted.menu .ui.dropdown .menu .item {
	color: rgba(255,255,255,.9) !important;

}

.ui.inverted.menu .ui.dropdown .menu .item:hover {
	background: rgba(255,255,255,.08) !important;
	color: #fff !important;
}

.ui.icon.buttons .button .icon {
	vertical-align: bottom !important;
}

.pusher {
	margin: 70px 0 50px 0;
	background-image: url('../img/bg.png');
	background-repeat: no-repeat;
	max-width: 1024px;
}

.ic-header {
	margin-top: 70px;
	background-image: url('../img/header-bg.png');
	background-repeat: no-repeat;
	max-width: 1024px;
	height: 281px;
	overflow: hidden;
}

.ic-header img {
	margin: 0 !important;
	padding: 0 !important;
	clear: both;
}

.ic-header .ic-title {
	top: -270px;
	left: 55px;
}

.ic-header .ic-earth {
	top: -306px;
	left: 85px;
}

.ic-sidebar {
	padding: 0 12px !important;
}

.ic-content {
	padding: 13px 0;
	text-align: left;
}

.ic-content .ui.cards .card {
	 box-shadow: none;
}

.ic-content .ui.cards .card .image {
	text-align: center;
	padding: 20px 0;
	background-color: #fff;
}

.ic-content .ui.cards .card .content {
	text-align: center;
	font-weight: bold;
}

h2.header {
	text-transform: uppercase !important;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

@media only screen and (min-width: 901px) {
	.ic-mobileshow {
		display: none !important;
	}
}

@media only screen and (max-width: 900px) {
	.ic-mobilehide,
	.ic-header .ic-title,
	.ic-header .ic-earth {
		display: none !important;
	}
	
	.ic-header {
		margin-top: -20px;
	}
}

/* CSS for main content jump */
#accessible {
	position: absolute;
	z-index: 1000;
	top: -1000px;	
}

#main_content {
	color: #7E4F24;	
}

/* CSS for English Menu line break */
@media only screen and (max-width: 1250px) {
	.menu_brk::before {
	    content: ' ';
		display: block;
	}
}

.nowrap {
	white-space: nowrap;
}

/* fix for Chrome on nowrap problem */
.chrome_fix {
	font-size: 0.1px;	/* make it very small */
	line-height: 0.1px;
	visibility: hidden;	/* make it not visable */
}

.youtube {
    width: 100%;
    border: none;
}

/* CSS for printing */
@media print {
	#head-menu, #head-banner, .video-responsive iframe {
		display: none;
	}
	.video-responsive {
		background-color: black;
	}
	.column {
		page-break-inside: avoid;
	}
}