.subheader_wrapper {
	position: relative;
}

#subheader {
	background: no-repeat center;
	background-size: cover;
	position: relative;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.2);
}

#subheader .slide_content {
	width: 100%;
	display: table;
}

#subheader .slide_content .slide_content_cell {
	display: table-cell;
	vertical-align: middle;
}

#subheader h1 {
	font: bold 3em/1.139em 'Malgun Gothic', 'Arial', sans-serif;
	color: #fff;
	margin: 0;
}

#page-sidebar {
	width: 100%;
	padding: 15px 0 12px;
	bottom: 0;
}

#page-sidebar ul {
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

#page-sidebar ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#page-sidebar ul li {
	padding: 5px 1.5% 3px;
}

#page-sidebar ul li:last-child {
	border-right: none;
}

#page-sidebar a strong {
	display: none;
}

#main {
	padding-top: 28px;
}

.tabs_buttons {
	margin-bottom: 34px;
}

.tabs_buttons ul {
	margin: 0;
	padding: 0;
}

.tabs_buttons ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tabs_buttons ul li {
	border: solid 1px #e1e1e1;
	margin-bottom: -1px;
	text-align: center;
}

.tabs_buttons ul li.active a {
	background: #093a63;
	color: #fff;
}

.tabs_buttons ul li.is_link a {
	background: #0077be;
	color: #fff;
}

.tabs_buttons ul li.is_link a:hover {
	background: #093a63;
}

.tabs_buttons ul li a {
	display: block;
	font-size: 1.25em;
	font-weight: bold;
	color: #040404;
	text-decoration: none;
	padding: 10px 15px 11px;
}

.tabs_buttons ul li a:hover {
	background: #0077be;
	color: #fff;
}

.tab-content,
.entry-content {
	font-size: 1.125em;
	line-height: 1.667em;
}

.tab-content .light_content_font p,
.tab-content .light_content_font ul,
.entry-content .light_content_font p,
.entry-content .light_content_font ul {
	color: #3e3e3e;
	font-weight: 300;
}

.tab-content p,
.entry-content p {
	margin-bottom: 1.667em;
	position: relative;
}

.tab-content p:last-child,
.entry-content p:last-child {
	margin-bottom: 0;
}

.tab-content p + ul,
.tab-content p + h5,
.entry-content p + ul,
.entry-content p + h5 {
	margin-top: -1.667em;
}

.tab-content ul,
.entry-content ul {
	margin: 0;
	padding: 0;
}

.tab-content ul li,
.entry-content ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tab-content ul li::before,
.entry-content ul li::before {
	font-size: 0.667em;
	font-family: 'FontAwesome', sans-serif;
	color: #0077be;
	content: '\f0c8';
	margin-right: 8px;
	position: relative;
	top: -1px;
}

.tab-content ul li ul,
.entry-content ul li ul {
	padding-left: 30px;
}

.tab-content ul li ul li::before,
.entry-content ul li ul li::before {
	content: '\f096';
}

.tab-content h5,
.entry-content h5 {
	font: bold 1.112em/1.5em 'Malgun Gothic', 'Arial', sans-serif;
	margin: 0;
}

.tab-content .alignleft,
.tab-content .alignright,
.entry-content .alignleft,
.entry-content .alignright {
	height: auto;
	display: block;
	max-width: 100%;
	margin: 0 auto 15px;
	float: none;
}

.tab-content .alignnone,
.entry-content .alignnone {
	max-width: 100%;
	height: auto;
	margin: 15px auto 30px;
	display: block;
}

#bottom_menu {
	margin-bottom: 40px;
}

#bottom_menu .widget_nav_menu {
	border-top: solid 2px rgba(235, 235, 235, 0.8);
	padding-top: 59px;
}

#bottom_menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
	margin: 0 -15px;
}

#bottom_menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#bottom_menu ul::after {
	display: table;
	clear: both;
	content: ' ';
}

#bottom_menu ul li {
	width: calc(50% - 3px);
	display: inline-block;
	margin-bottom: 30px;
	padding: 0 15px;
}

#bottom_menu ul li a {
	color: #fff;
	position: relative;
	display: block;
	font: normal 1.125em/1.334em 'Malgun Gothic', 'Arial', sans-serif;
	text-align: center;
}

#bottom_menu ul li a > span {
	width: 100%;
	display: block;
	padding: 0 10px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#bottom_menu ul li a:hover strong span {
	background: rgba(32, 128, 188, 0.5);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32, 128, 188, 0.5)), color-stop(100%, #2080bc));
	background: -webkit-linear-gradient(top, rgba(32, 128, 188, 0.5) 0%, #2080bc 100%);
	background: linear-gradient(to bottom, rgba(32, 128, 188, 0.5) 0%, #2080bc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2080bc', endColorstr='#2080bc', GradientType=0 );
}

#bottom_menu ul li strong {
	display: block;
	background: no-repeat center;
	background-size: cover;
}

#bottom_menu ul li strong span {
	display: block;
	background: rgba(225, 232, 237, 0);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(225, 232, 237, 0)), color-stop(100%, #2080bc));
	background: -webkit-linear-gradient(top, rgba(225, 232, 237, 0) 0%, #2080bc 100%);
	background: linear-gradient(to bottom, rgba(225, 232, 237, 0) 0%, #2080bc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e8ed', endColorstr='#2080bc', GradientType=0 );
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

#bottom_menu ul li img {
	width: 100%;
	display: block;
}

.page_content {
	padding-top: 58px;
}

article .entry-content img {
	max-width: 100%;
	height: auto;
}

article .entry-content ul {
	margin: 0;
	padding: 0;
}

article .entry-content ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

article .entry-content ul li {
	margin-bottom: 12px;
	padding-left: 16px;
	position: relative;
}

article .entry-content ul li::before {
	font-size: 0.667em;
	font-family: 'FontAwesome', sans-serif;
	color: #0077be;
	content: '\f0c8';
	margin-top: 1px;
	position: absolute;
	left: 0;
}

article .entry-content ul li a {
	color: #3a3a3a;
}

a.anchor {
	position: absolute;
	margin-top: -350px;
}

@media screen and (min-width: 768px) {

#subheader .slide_content .slide_content_cell.has_menu {
	padding-bottom: 55px;
}

.page-id-2359 #subheader h1 {
    font-size: 4em;
}

#subheader h1 {
	font-size: 4.5em;
}

#page-sidebar {
	background: rgba(9, 56, 96, 0.66);
	font-size: 1.125em;
	line-height: 1.334em;
	padding: 10px 0 7px;
	position: absolute;
}

#page-sidebar ul {
	display: table;
	table-layout: fixed;
	-webkit-column-count: 0;
	-moz-column-count: 0;
	column-count: 0;
}

#page-sidebar ul li {
	border-right: solid 1px rgba(250, 255, 255, 0.4);
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#page-sidebar ul li {
	padding: 2px 1.5% 0;
}

#page-sidebar a {
	color: #fff;
}

#main {
	padding-top: 58px;
}

.tabs_buttons ul {
	width: 100%;
	border-collapse: collapse;
	display: table;
	table-layout: fixed;
}

.tabs_buttons ul li {
	display: table-cell;
	margin-bottom: 0;
}

.tabs_buttons ul li a {
	padding: 10px 15px 11px;
}

.tab-content .alignleft,
.tab-content .alignright,
.entry-content .alignleft,
.entry-content .alignright {
	width: calc(33.3334% - 20px);
}

.tab-content .alignleft,
.entry-content .alignleft {
	float: left;
	margin: 0 30px 0 0;
}

.tab-content .alignright,
.entry-content .alignright {
	float: right;
	margin: 0 0 0 30px;
}

#bottom_menu ul li {
	width: calc(50% - 3px);
}

}

@media screen and (min-width: 992px) {

#subheader .slide_content .slide_content_cell.has_menu {
	padding-bottom: 83px;
}

#page-sidebar {
	padding: 15px 0 12px;
}

#page-sidebar ul li {
	padding: 5px 1.5% 3px;
}

.tabs_buttons ul li a {
	padding: 20px 15px 21px;
}

#bottom_menu ul li {
	width: calc(25% - 4px);
}

}

@media screen and (min-width: 1200px) {

#bottom_menu ul li {
	width: calc(16.66666667% - 4px);
}

}

