@charset "utf-8";

/***************************************************************************
* Fonts
***************************************************************************/

/***************************************************************************
* GENERAL STYLES
***************************************************************************/
body {
	background: #fafafa url("../img/bg-pattern.png") top left repeat;
}
a {

}
a:hover {

}

hr {
	border-color: #ccc;
}

.sep30 {
	font-size: 0;
	line-height: 0;
	height: 0;
	margin-bottom: 30px;
	border-bottom: 1px dashed #ccc;
	padding-top: 30px;
}
.pn {
	padding: 0;
}
.pvn {
	padding-top: 0;
	padding-bottom: 0;
}
.phn {
	padding-left: 0;
	padding-right: 0;
}

.fs14 {
	font-size: 14px !important;
}
.fs16 {
	font-size: 16px !important;
}
.fs18 {
	font-size: 18px !important;
}
.fs20 {
	font-size: 20px !important;
}

.fl_h1 {
	font-size: 28px;
	margin-top: 0;
	margin-bottom: 20px;
}

.btn_1 {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 20px;
	background: #800020;
	color: #fff !important;
	border: none !important;
	border-radius: 0;
	cursor: pointer;
	text-decoration: none !important;
	outline: none !important;
	font-weight: normal;
}
.btn_2 {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 20px;
	background: #000454;
	color: #fff !important;
	border: none !important;
	border-radius: 0;
	cursor: pointer;
	text-decoration: none !important;
	outline: none !important;
	font-weight: normal;
}
img.border_pattern {
	border: 1px solid #ccc;
	background: url("../img/border-pattern.png") top left repeat;
	padding: 10px;
}

.breadcrumb {
	background: #800020;
	border-radius: 0;
	font-size: 12px;
	padding: 5px 15px;
}
.breadcrumb > li > a {
	color: #fff;
}
.breadcrumb > li + li:before {
	color: #fff;
}
.breadcrumb > .active,
.breadcrumb > .active a {
	color: #fff;
}


.alphabet_section_title_wrapper {
	margin-bottom: 15px;
}
.alphabet_section_title {
	margin: 0;
	margin-right: 10px;
}

/***************************************************************************
* PAGE HEADER
***************************************************************************/
#pageHeaderWrapper {}
#pageHeaderWrapper.affix {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 6000;
}

#pageHeader {}

#header_wrapper {
	border-top: 5px solid #800020;
}
#header {
	background: #f8f7f7;
	padding-top: 15px;
	padding-bottom: 15px;
	-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);
}
#header.alt {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
	height: 520px;
}
@media (max-width: 767px) {
	#header.alt {
		background-image: none !important;
		background: #f8f7f7 !important;
		height: auto !important;
	}
}

/*
 * Logo
 * --------------------------------------------------
 */
#header #logo {

}
#header #logo a {
	display: inline-block;
	max-width: 100%;
}
@media (max-width: 767px) {
	#header #logo {
		text-align: center;
		margin-bottom: 15px;
	}
}

/*
 * header_nav
 * --------------------------------------------------
 */
#header ul#header_nav {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}
#header ul#header_nav li {
	display: inline-block;
	float: left;
}
#header ul#header_nav li + li {
	border-left: 1px solid #333;
}
#header ul#header_nav li a {
	color: #333;
	background: #ccc;
	display: inline-block;
	padding: 2px 10px;
	font-weight: bold;
	text-decoration: none;
}
#header ul#header_nav li a:hover {
	background: #bbb;
}
@media (max-width: 767px) {
	#header #header_nav_wrapper {
		text-align: center;
	}
	#header ul#header_nav {
		float: none;
		display: inline-block;
		background: #ccc;
	}
}

/***************************************************************************
* PAGE TOP BAR
***************************************************************************/
#pageTopbarWrapper {}

#pageTopbar {}

#topbar_wrapper {}

#topbar {
	-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);
}

/*
 * navbar
 * --------------------------------------------------
 */
.navbar-main {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom: 0px;
	background: #000454;
	border-color: #000454;
	border: none;
}
.navbar-main .nav > li > a {
	padding: 15px 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-main  .nav > li > a {
		/*padding: 15px 15px;*/
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-main  .nav > li > a {
		padding: 15px 23px;
	}
	.navbar-main.navbar-main-loggedin  .nav > li > a {
		padding: 15px 32px;
	}
}
@media (min-width: 1200px) {
	.navbar-main  .nav > li > a {
		padding: 15px 40px;
	}
	.navbar-main.navbar-main-loggedin  .nav > li > a {
		padding: 15px 49px;
	}
}
.navbar-main .navbar-brand {
	color: #fff;
	text-shadow: none;
}
.navbar-main .navbar-brand:hover,
.navbar-main .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-main .navbar-text {
	color: #fff;
}
.navbar-main .navbar-nav > li {
	background: url('../img/navbarmenu_separator.png') no-repeat right;
	padding-right: 1px;
}
.navbar-main .navbar-nav > li:last-of-type {
	background: none;
	padding-right: 0;
}
@media (max-width: 991px) {
	.navbar-main .navbar-nav > li {
		background: none;
		padding-right: 0;
	}
}
.navbar-main .navbar-nav > li > a {
	color: #fff;
	text-shadow: none;
}
.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:focus {
	color: #fff;
	background-color: #800020;
}
.navbar-main .navbar-nav > .active > a,
.navbar-main .navbar-nav > .active > a:hover,
.navbar-main .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #800020;
}
.navbar-main .navbar-nav > .open > a,
.navbar-main .navbar-nav > .open > a:hover,
.navbar-main .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #800020;
}
.navbar-main .navbar-nav > .disabled > a,
.navbar-main .navbar-nav > .disabled > a:hover,
.navbar-main .navbar-nav > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}
.navbar-main .navbar-toggle {
	border-color: #fff;
}
.navbar-main .navbar-toggle:hover,
.navbar-main .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-main .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-main .navbar-toggle:hover .icon-bar,
.navbar-main .navbar-toggle:focus .icon-bar {
	background-color: #fff;
}
.navbar-main .navbar-collapse,
.navbar-main .navbar-form {
	border-color: #fff;
}
@media (min-width: 992px) {
	.navbar-main > .navbar-collapse {
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (max-width: 991px) {
	.navbar-main .navbar-nav > li > a {
		color: #fff;
		text-shadow: none;
	}
	.navbar-main .navbar-nav > li > a:hover,
	.navbar-main .navbar-nav > li > a:focus {
		color: #fff;
		background-color: #800020;
	}
	.navbar-main .navbar-nav > .active > a,
	.navbar-main .navbar-nav > .active > a:hover,
	.navbar-main .navbar-nav > .active > a:focus {
		color: #fff;
		background-color: #800020;
	}
	.navbar-main .navbar-nav > .open > a,
	.navbar-main .navbar-nav > .open > a:hover,
	.navbar-main .navbar-nav > .open > a:focus {
		color: #fff;
		background-color: #800020;
	}
	.navbar-main .navbar-nav > .disabled > a,
	.navbar-main .navbar-nav > .disabled > a:hover,
	.navbar-main .navbar-nav > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}
	.navbar-main .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
	}
	.navbar-main .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-main .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: #800020;
	}
	.navbar-main .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-main .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-main .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #fff;
		background-color: #800020;
	}
	.navbar-main .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-main .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-main .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}
	.navbar-main .navbar-nav .open .dropdown-menu > li.open > a,
	.navbar-main .navbar-nav .open .dropdown-menu > li.open > a:hover,
	.navbar-main .navbar-nav .open .dropdown-menu > li.open > a:focus {
		color: #fff;
		background-color: #800020;
	}
}
.navbar-main .navbar-link {
	color: #fff;
}
.navbar-main .navbar-link:hover {
	color: #fff;
}

/***************************************************************************
* PAGE BODY
***************************************************************************/
#pageBodyWrapper {}

#pageBody {
	background: #f8f7f7;
	-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);
}

/***************************************************************************
* CONTENT
***************************************************************************/
#contentWrapper {}

#content {}

/*
 * Header Banner
 * --------------------------------------------------
 */
#header_banner_content {
	margin-top: 120px;
	max-width: 550px;
}
#header_banner_content .slide_cnt:not(:first-of-type) {
	display: none;
}
#header_banner_content h3 {
	color: #800020;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 24px;
}
#header_banner_content p {
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
@media (max-width: 767px) {
	#header_banner_content {
		display: none !important;
	}
}

/*
 * Content Banner
 * --------------------------------------------------
 */
#banner_slider {
	border: 1px solid #ccc;
	background: url("../img/border-pattern.png") top left repeat;
	padding: 10px;
}
#banner_slider .slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
	height: 440px;
	padding: 30px;
}
#banner_slider .slide .slide_content {
	max-width: 550px;
}
#banner_slider .slide .slide_content h3 {
	color: #800020;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 30px;
}
#banner_slider .slide .slide_content p {
	color: #000;
	font-size: 16px;
	font-weight: 600;
}

/*
 * CIRCLES
 * --------------------------------------------------
 */
.circles_wrapper {}
.circles_wrapper .circle a {
	color: #bab5b4 !important;
	text-decoration: none !important;
}
.circles_wrapper .circle .circle_label img {

}
.circles_wrapper .circle .circle_label {
	margin-top: 15px;
	text-align: center;
	color: #333;
	font-size: 18px;
	font-weight: 600;
}
@media (max-width: 767px) {
	.circles_wrapper .circle .circle_label {
		/*margin-bottom: 30px;*/
		font-size: 16px;
	}
}

/*
 * POSTS
 * --------------------------------------------------
 */
.story_post h4 {
	color: #110343;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 18px;
}
.story_post p {
	color: #535353;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 600;
}
.story_post img {
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	.story_post img {
		margin-bottom: 30px;
	}
}

/***************************************************************************
* PAGE FOOTER
***************************************************************************/
#pageFooterWrapper {}

#pageFooter {}

/*
 * Footer
 * --------------------------------------------------
 */
#footer_wrapper {
	background: #000454;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
	#footer #logo_small {
		margin-top: 65px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#footer #logo_small {
		margin-top: 30px;
	}
}
@media (min-width: 1200px) {
	#footer #logo_small {
		margin-top: 18px;
	}
}
#footer h4 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#footer a {
	color: #fff;
}

#footer .contact_info {
	color: #fff;
}
#footer .contact_info p {
	margin-bottom: 2px;
}

@media (max-width: 767px) {
	#footer h4 {
		margin-top: 15px;
	}
}
#footer ul.footer_links {
	padding-left: 0;
	margin-bottom: 0;
}
#footer ul.footer_links li {
	list-style: none;
	color: #fff;
}
#footer ul.footer_links li:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	margin-right: 5px;
	color: #fff;
}
#footer ul.footer_links li + li {
	margin-top: 2px;
}
#footer ul.footer_links li a {
	color: #fff;
}
#footer ul.footer_links li a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer .copyright {
	margin-top: 10px;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}