/* General Layout */
body {
	background-color: #104b7d;
	font-family: 'Open Sans', sans-serif;
	color: #444444;
	font-weight: 300;
	padding-bottom: 35px;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.thumbnail {
	border: none;
	margin-top: 20px;
}

.thumbnail .caption h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 22px;
}

#top-bar {
	background: #fff;
	border-top: 1px solid #ebf0f4;
	border-bottom: 1px solid #f1f4f7;
	margin-top: 4px;
	margin-bottom: 3px;
	font-weight: 600;
	color: #104b7d;
	padding: 8px 0;
	text-align: center;
}

#top-bar p {
	margin: 0;
}

.site-header {
	border-bottom: 1px solid #809fba;
}

.site-header .row1 {
	background: #fff;
	border-top: 1px solid #bdbebf;
	border-bottom: 1px solid #8fabc2;
	text-align: center;
	padding: 25px;
}

.site-header .row1 img {
	margin: 0 auto;
}

.site-header .row1 ul {
	font-weight: 400;
}

.site-header .row1 ul li {
	padding: 0;
}

.site-header .row1 ul li:nth-child(n+1):not(:first-child):before {
	content: "/";
	padding: 0 10px;
}

.site-header .row1 ul a {
	color: #444444;
	text-decoration: none;
	font-size: 16px;
}

.site-header .row1 li a:hover,
.site-header .row1 li.active a {
	text-decoration: underline;
}

.site-header .row2 {
	border-top: 1px solid #809fba;
	border-bottom: 1px solid #8fabc2;
}

.site-header .row2 > div {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.site-header .row2 ul {
	margin: 0;
	text-align: center;
}

.site-header .row2 nav li a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 3px 7px;
	text-align: center;
}

.site-header .row2 nav li a:hover,
.site-header .row2 nav li.active a {
	background-color: #959ca1;
	text-decoration: none;
}

.wrap.container {
	background-color: #fff;
}

.wrap.container .main-content {
	margin: 0;
}

.sidebar-right {
	padding-bottom: 25px;
}

.sidebar-right {
	font-size: 13px;
	margin-bottom: 25px;
}

.sidebar-right .sidebar-content {
	border: 1px solid #b5b5b5;
	margin: 25px 0 10px 0;
}

.sidebar-right h3 {
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.sidebar-right .videosidebar .widget-inner {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.sidebar-right .videosidebar .widget-inner iframe,
.sidebar-right .videosidebar .widget-inner object,
.sidebar-right .videosidebar .widget-inner embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sidebar-right .widget {
	margin: 0 15px;
	padding: 15px 0;
}

.sidebar-right .widget:not(:last-child) {
	border-bottom: 1px solid #b5b5b5;
	margin-bottom: 5px;
}

.sidebar-footer {
	border-top: 1px solid #8fabc2;
}

.sidebar-footer .sidebar-content {
	border-top: 1px solid #809fba;
}

.sidebar-footer .widget {
	padding: 0 10px;
	margin: 25px 0;
	font-size: 13px;
}

.sidebar-footer .widget h3 {
	text-align: center;
}

.site-footer {
	background-color: #0b385e;
	color: #fefefe;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
}

.site-footer p {
	padding: 0;
	margin: 0;
	line-height: 34px;
}

.site-footer .copyright {
	font-weight: 300;
	font-size: 12px;
}

.site-footer .social ul {
	margin-bottom: 0;
}

.drop-shadow {
	-webkit-box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.5);
}

.main .main-content {
	padding-bottom: 15px;
}

.page-header,
.main-content header {
	margin: 25px 0 10px 0;
	padding: 0;
	border: none;
}

.page-header h1,
.main-content header h1 {
	font-size: 24px;
}

@media (min-width: 768px) {
	header .row1 ul {
		text-align: right;
	}

	header .row1 img {
		margin: 0;
	}

	.wrap.container .main-content {
		margin: 0 25px;
	}

	.sidebar-right .sidebar-content {
		margin: 25px 25px 10px 0;
	}

	.site-footer {
		text-align: left;
	}

	.site-footer .tagline {
		text-align: right;
	}
}


/* Top Box */
.page .box {
	margin: 25px 0 10px 0;
	padding: 15px 25px 5px 25px;
	border: 2px solid #104b7d;
	font-size: 14px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
}

.page.home .box {
	margin: 35px 0 25px 0;
	color: #000;
}

@media (min-width: 768px) {
	.page .box {
		margin: 25px 25px 10px 25px;
		font-size: 16px;
	}

	.page.home .box {
		margin: 35px 35px 25px 35px;
	}
}

#news {
	margin: 50px 0 25px 0;
	font-size: 13px;
	color: #134779;
}

#news > div {
	padding-left: 25px;
}

#news h1 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	margin: 0;
}

#news p {
	padding: 0;
	margin: 0;
	text-align: justify;
}

#news h2 a {
	color: #134779;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

#news ul {
	padding: 25px 0 25px 0;
}

#news .read-more {
	text-align: right;
}

#news .read-more a {
	color: #04653a;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#news .read-all {
	text-align: center;
}

#news .read-all a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #04653a;
}

#news a:hover {
	text-decoration: underline;
}

/* HF Groups Listing Area */
#hf-groups {
	margin: 50px 0 25px 0;
}

#hf-groups .hf-group {
	height: 210px;
	overflow: hidden;
	font-size: 13px;
	margin-bottom: 25px;
}

#hf-groups .hf-group .group-name {
	display: block;
	margin-bottom: 8px;
}

#hf-groups .hf-group p {
	padding-top: 5px;
	margin: 0;
}

#hf-groups .hf-group .group-thumb {
	float: right;
	display: block;
	background: url('/assets/img/group-thumb-bg.png');
	margin-left: 8px;
	padding: 8px 11px 14px 11px;
}

#hf-groups .hf-group .group-thumb img {
	width: 134px;
	height: 134px;
}


/* Online Services */
.sidebar-footer .widget.spot-2 h3 {
	margin-bottom: 25px;
}

.sidebar-footer .widget.spot-2 p {
	margin: 0;
	padding: 0;
}

.sidebar-footer .widget.spot-2 br {
	display: none;
}

.sidebar-footer .widget.spot-2 .row > div {
	margin-bottom: 15px;
}

.sidebar-footer .widget.spot-2 h4 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 5px;
}

.sidebar-footer .widget.spot-2 ul {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.sidebar-footer .widget.spot-2 .row > div {
		padding: 0 60px;
	}
}


/* Bullets */
.bullet {
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	padding-left: 24px;
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.bullet.bullet-blue {
	color: #267ead;
	background-image: url('/assets/img/bullet-blue.png');
}

.bullet.bullet-green {
	color: #316108;
	background-image: url('/assets/img/bullet-green.png');
}

.bullet.bullet-orange {
	color: #ba6015;
	background-image: url('/assets/img/bullet-orange.png');
}

.bullet.bullet-grey {
	color: #676b6c;
	background-image: url('/assets/img/bullet-grey.png');
}

.bullet.bullet-red {
	color: #b62121;
	background-image: url('/assets/img/bullet-red.png');
}