@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
@import url(https://fonts.googleapis.com/css?family=Roboto);
/* General Styling */
@font-face {
	font-family: 'Gotham Bold';
	src:  url("fonts/GothamBold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Bold Italic';
	src:  url("fonts/GothamBoldItalic.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
html {
	min-height: 100%;
	height: auto;
}
body {
    background-color: #f1f1f1;
    /*background-image: url("/upload/setup_files/bg-img.jpg");
    background-position: center center;
    background-repeat: repeat-y;
    background-size: cover;*/
    color: #818181;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    margin-bottom: 40px;
    margin-top: 40px;
}
a {
	color: #79141c;
}
a, a > i {
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	transition: all 500ms ease-in-out 0s;
}
a:hover {
	color: #000;
	text-decoration: none;
}
h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: "Open Sans Condensed",sans-serif;
	font-weight: 700;
}
.color-white {color: #fff;}
.color-black {color: #000;}
.color-maroon {color: #79141c;}
.padding-15 {padding:15px !important;}
.padding-20 {padding: 20px;}
.margin-top-0 {margin-top: 0;}
.margin-bottom-0 {margin-bottom: 0px;}
.margin-bottom-10 {margin-bottom: 10px;}
.margin-bottom-30 {margin-bottom: 30px;}
.bg-white {background-color: #fff;}
.bg-green {background-color: #77a99e;}
.bg-light-green {background-color: #bed3ce;}
.bg-grey {background-color: #fbfbfb;}
.bg-img {
	background-image: url("/upload/setup_files/content-bg.jpg");
    background-size: cover;
}
.non-clickable a {
	pointer-events: none;
	cursor: default;
}
/* END - General Styling */

/* Header Area */
.header-area {
	background-color: #ffffff;
    padding: 0px 15px;
}
.header-area .logo {
	margin: 10px;
}
.header-area .ra-logo  {
	float: right;
    margin: 16px auto;
}
/* Header - Yamm */
.yamm .nav, 
.yamm .collapse, 
.yamm .dropup, 
.yamm .dropdown.mega,
.yamm .dropdown-submenu {
	position: static;
}
.yamm .container {
	position: relative;
}
.yamm .dropdown-menu {
	left: auto;
}
.yamm .yamm-content {
	padding: 15px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
}
/* Header - Menu */
.header-area .navbar {
	border: none;
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 17px;
    min-height: auto;
}
.header-area .navbar-default {
	background-color: #fff;
	z-index: 999;
}
.header-area .navbar .navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
}
@media (min-width: 768px) {
	.header-area .navbar-header .toggle-title {
		display: none;
	}
}
.header-area .navbar-header .toggle-title {
	color: #fff;
	float: left;
	font-size: 22px;
	font-family: "Open Sans Condensed",sans-serif;
	font-weight: 300;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 10px;
	position: relative;
	text-transform: uppercase;
}
.navbar-default .navbar-toggle {
    background-color: #fff;
	border-color: #fff;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
	background-color: #be3a2e;
	border-color: #002141;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #be3a2e;
}
.navbar-default .navbar-toggle:focus .icon-bar, 
.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #fff;
}
.header-area .nav-justified {
	font-family: "Open Sans Condensed",sans-serif;
	font-weight: 300;
}
.header-area .nav-justified > li > a {
    color: #444444;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 20px;
    min-height: 51px;
    padding: 14px 0 0;
	white-space: nowrap;
}
.header-area .nav-justified > li > a:hover,
.header-area .nav-justified > li > a:focus,
.header-area .nav-justified > .open > a {
	border-color:#e3e3e3;
	background-color: #fff;
	color: #011120;
}
@media (min-width: 991px) {
	.header-area .nav-justified > .dropdown > a:hover:after,
	.header-area .nav-justified > .dropdown > a:focus:after,
	.header-area .nav-justified > .open > a:after,
	.navbar-default .navbar-nav > .open > a:after {
		bottom: -21px;
		position: absolute;
		content: '';
		width: 0;
		height: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		border-style: solid;
		border-width: 0px 15px 15px 15px;
		border-color: transparent transparent #be3a2e transparent;
	}
 	/* Dropdown animation */
	.nav-justified .dropdown-menu {
		display: block;
		opacity: 0;
		z-index:1;
		visibility:hidden;
		-webkit-transform: scale(.8);
		-moz-transform: scale(.8);
		-ms-transform: scale(.8);
		-o-transform: scale(.8);
		transform: scale(.8);
		-webkit-transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms cubic-bezier(.43, .26, .11, .99);
		-moz-transition: visibility 500ms, opacity 500ms, -moz-transform 500ms cubic-bezier(.43, .26, .11, .99);
		-o-transition: visibility 500ms, opacity 500ms, -o-transform 500ms cubic-bezier(.43, .26, .11, .99);
		-ms-transition: visibility 500ms, opacity 500ms, -ms-transform 500ms cubic-bezier(.43, .26, .11, .99);
		transition: visibility 500ms, opacity 500ms, transform 500ms cubic-bezier(.43, .26, .11, .99);
	}
	.nav-justified .dropdown:hover .dropdown-menu {
		opacity: 1;
		visibility:visible;
		color: #777;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	 }
	 .nav-justified .dropdown-backdrop {
		visibility: hidden;
	}
}
.header-area .nav-justified .dropdown-menu {
	background-color: #be3a2e;
    border: none;
    border-radius: 0;
    margin: 0 0 0 1px;
    padding: 0;
}
.header-area .nav-justified .mega .dropdown-menu {
	min-width: auto;
	width: auto;
}
.header-area .nav-justified .dropdown-menu > li > a {
	border-bottom: 1px solid #550e14;
    color: #fff;
    font-family: "Calibri",sans-serif;
    padding-bottom: 10px;
    padding-top: 10px;
}
.header-area .nav-justified .dropdown-menu > li > a:hover,
.header-area .nav-justified .dropdown-menu > li > a:focus {
	background-color: #a43228;
	color: #fff;
}
/* Third Level - Menu */
.header-area .nav-justified .dropdown-submenu > .dropdown-menu {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
    display: none;
    left: 100%;
    margin-left: 0;
    margin-top: 0;
    /*min-width: 400px;*/
    position: absolute;
    top: 0;
}
.header-area .nav-justified .dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.header-area .nav-justified .dropdown-submenu > a:after {
	content: "\f105";
	font-family: "FontAwesome";
    position: absolute;
    right: 10px;
}
.header-area .nav-justified .dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}
.header-area .nav-justified .dropdown-submenu.pull-left {
	float: none;
}
.header-area .nav-justified .dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.header-area .nav-justified .dropdown-submenu .dropdown-menu .yamm-content {
	font-family: "Calibri",sans-serif;
	padding: 0;
	color: #fff;
}
.header-area .nav-justified .dropdown-submenu .dropdown-menu .yamm-content p {
	margin-bottom: 0;
}
.header-area .nav-justified .dropdown-submenu .dropdown-menu .yamm-content img {
	margin-bottom: 10px;
}
.header-area .nav-justified .dropdown-submenu .dropdown-menu .yamm-content li a {
	color: #fff;
	display: block;
	border-bottom: 1px solid #550e14;
	padding: 10px 15px;
}
.header-area .nav-justified .dropdown-submenu .dropdown-menu .yamm-content li a:hover {
	background-color: #a43228;
}
.header-area .nav-justified .dropdown-submenu .dropdown-menu .yamm-content .col-sm-6 {
	padding: 0;
}
.header-area .nav-justified .dropdown-submenu .dropdown-menu .yamm-content .border-left {
	border-left: 1px solid #540f14;
}
/* Header - Search / Login */
.navbar-form .input-group {
	width: 100%;
}
.navbar-default .navbar-nav > .dropdown > a {
	margin-bottom: 21px;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
	background-color: transparent;
}
.navbar-nav > li > .dropdown-menu {
	background-color: #be3a2e;
    border: none;
    border-radius: 0;
    min-width: 263px;
}
.form-search-page {
    position: relative;
}
.form-search-page i {
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
}
/* END - Header Area */

/* Slider Area */
.slider-area {
	background-image:url("/upload/setup_files/bg-slider.jpg");
	background-size: cover;
}	
.no-js #loader {
	display: none;
}
.js #loader {
	display: block; 
	position: absolute; 
	left: 100px; 
	top: 0; 
}
.se-pre-con {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	min-height: 320px;
	z-index: 9999;
	background: url("/upload/setup_files/loading.gif") center no-repeat #fff;
	background-color: rgba(0,0,0,.2);
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	transition: all 500ms ease-in-out 0s;
}
/* END - Slider Area */

/* Content Area */
.content-area .read-more p:first-child {
	margin-top: 5px;
}
.content-area .read-more p {
	margin-bottom: 5px;
}
.content-area .content-block {
	padding: 0 15px;
}
.content-area .inner-content {
	padding: 20px 20px 20px;
}
.content-area .content-title {
	color: #79141c;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.content-area .news .content-title {
	margin-bottom: 10px;
}
.content-area .news .content-title a {
    color: #79141c;
    font-size: 16px;
    text-decoration: none;
}
.content-area .news {
	margin-bottom: 15px;
}
.content-area .inner-content a {
	color: #ea4941;
	text-decoration: underline;
}
.content-area .inner-content a:hover {
	color: #000000;
}
/* Content - Image Button */
.content-area .img-button {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	position: relative;
}
.content-area .img-button .top-img {
	bottom: 68.5%;
    position: absolute;
    z-index: 2;
}
.content-area .img-button > li {
	float: left;
	width: 25%;
	position: relative;
}
.content-area .img-button > li:after {
	color: #fff;
	content: "\f105";
    font-family: "FontAwesome";
    font-size: 50px;
    position: absolute;
    right: -12px;
    top: 45%;
    z-index: 999;
}
.content-area .img-button > li:last-child:after {
	content: "";
}
.content-area .img-button > li > .overlay {
	position: absolute;
	background-color: rgba(121, 20, 28, 0.8);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	transition: all 500ms ease-in-out 0s;
}
.content-area .img-button > li:hover > .overlay {
	background-color: transparent;
}
.content-area .img-button > li > .button-block {
	bottom: 10%;
    display: block;  
    left: 0;
    position: absolute;
    right: 0;
	width: 100%;
	text-align: center;
    z-index: 2;
}
.content-area .img-button > li > .button-block > a {
	-webkit-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    padding: 5px 15px;
	text-shadow: 1px 1px 3px #000;
    text-transform: uppercase;
}
.content-area .img-button > li:last-child > .button-block > a {
	display: inline-block;
	/*text-transform: none;
	font-size: 14px;
	max-width: 120px;*/
}
.content-area .img-button > li > .button-block > a:hover {
	background-color: #000 !important;
}
.content-area .img-button > li:hover > .button-block > a {
	background-color: #cf2526;
}
/* Content - Promotion Banner */
.content-area .promo-banner {
	position: relative;
}
.content-area .promo-banner .promo-content {
	color: #fff;
    max-width: 45%;
    padding: 20px;
}
.content-area .promo-banner .promo-content h1 {
	color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 35px;
    margin-top: 0;
    text-shadow: 1px 1px 0 #000, 1px 1px 3px #000;
}
/* Content - Breadcrumb */
.content-area .breadcrumb {
	background-color: #fff;
	border-bottom: 1px solid #d8dde1;
	margin-bottom: 0;
	border-radius: 0;
}
/* Content - Leftbar */
.content-area .leftbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.content-area .leftbar ul > li > a {
	background-color: #d6e5e2;
	border-bottom: 1px solid #fff;
	color: #888580;
	display: block;
	font-family: "Open Sans Condensed",sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-align: left;
	padding: 10px;
	position: relative;
}
.content-area .leftbar ul > li > a:hover {
	background-color: #bbd4ce;
	color: #000;
}
.content-area .leftbar ul > li > a:after {
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	right: 10px;
}
.content-area .leftbar ul > .active > a {
	background-color: #bbd4ce;
	color: #000;
	font-weight: 600;
}
.content-area .leftbar ul > .active > a:after {
	border-bottom: 10px solid transparent;
    border-right: 10px solid #fbfbfb;
    border-top: 10px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 25%;
    width: 0;
}
/* Content - Pagination */
.pagination > li {
	background: none !important;
    padding-left: 0 !important;
}
.pagination > li > a, 
.pagination > li > span {
	text-decoration: none !important;
}
.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
	background-color: #981920;
	border-color: #981920;
	color: #ffffff;
}
.pagination > li > a, .pagination > li > span {
	color: #981920;
}
/* Content - Gallery */
.overflow-hidden {
	overflow: hidden;
}
.thumbnail-kenburn img {
	position: relative;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	display: block;
	height: auto;
	max-width: 100%;
}
.thumbnail-kenburn:hover img {
	-webkit-transform: scale(1.2) rotate(2deg);
	-moz-transform: scale(1.2) rotate(2deg);
	-o-transform: scale(1.2) rotate(2deg);
	-ms-transform: scale(1.2) rotate(2deg);
	transform: scale(1.2) rotate(2deg);
}
.overlay-zoom img {
	display: block;
	height: auto;
	max-width: 100%;
}
.zoomer:hover .overlay-zoom .zoom-icon {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 0.4;
	filter: alpha(opacity = 50);
}
.overlay-zoom {
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	z-index: 90;
}
.overlay-zoom img {
	display: block;
	height: auto;
	max-width: 100%;
}
.overlay-zoom .zoom-icon {
	background-image: url("/upload/setup_files/overlay-icon.png");
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 50%;
	position: absolute;
	width: inherit;
	height: inherit;
	opacity: 0;
	z-index: 100;
	filter: alpha(opacity = 0);
	top: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-backface-visibility: hidden;
}
.ie7 .overlay-zoom .zoom-icon {
	width: 100%;
	height: 100%;
	clear: both;
	top: 0px;
	left: 0px;
}
.content-area .inner-content .thumbnail-kenburn {
	padding-bottom: 30px;
}
.content-area .inner-content .thumbnail-kenburn .red-btn {
	position: absolute;
	bottom: 35px;
}
/*Content - Video Player */
.video-list {
	list-style: none;
	padding: 0;
}
.video-list li {
	background-image: none !important;
	padding-left: 0px !important;
	margin-bottom: 20px;
}
.video-list .thumbnail {
	margin-left: auto;
	margin-right: auto;
	max-width: 330px;
}
.video-list .vid-description {
	display: block;
	padding: 10px 0 6px;
}
.videobox {
	position: relative;
}
.videobox .play-icon {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.videobox .play-icon:hover > i {
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.videobox .play-icon > i {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	bottom: auto;
	color: #fff;
	display: block;
	font-size: 80px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 29%;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* Content - Comment Box */
.comment-area {
	border-bottom: 2px solid #e7eaec;
	margin-bottom: 20px;
}
.comment-box .top-section {
	border-bottom: 2px solid #e7eaec;
}
.comment-box .top-section {
	position: relative;
}
.comment-box .top-section .comment-no {
	border-bottom: 2px solid #79141c;
    font-size: 16px;
    left: 0;
    padding: 6px 0 5px;
    position: absolute;
    top: 0;
}
.comment-box .comment-area .media {
	margin-bottom: 10px;
}
.comment-box .comment-area .form-control {
	background-color: #ffffff;
	border: 2px solid #e7eaec;
}

.comment-box .comment-area .comment-info {
	background-color: #f6f8f9;
    border: 2px solid #e7eaec;
    -webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
    margin-top: -2px;
    padding: 10px 10px 30px;
    position: relative;
}
.comment-box .comment-area .comment-info .form-control:focus {
	border-color: #747e85;
	box-shadow: none;
}
.comment-box .comment-area .comment-info label {
	font-weight: normal;
}
.comment-box .comment-area .comment-info .verify {
	position: relative;
}
.comment-box .comment-area .comment-info .verify img {
	left: 15px;
    position: absolute;
    top: 2px;
}
.comment-box .comment-area .comment-info .verify .verify-block {
	margin-left: 80px;
}
.comment-box .comment-area .comment-info .btn-area {
	background-color: #f6f8f9;
	border-top: 2px solid #e7eaec;
    bottom: -1px;
    display: block;
    left: 0;
    position: absolute;
    right: 0px;
    text-align: right;
    width: 100%;
}
.comment-box .comment-area .comment-info .btn-area .btn {
	background-color: #747e85;
	color: #fff;
	-webkit-border-radius: 0 0 4px 0;
	border-radius: 0 0 4px 0;
	margin-right: -1px;
}
.comment-box .comment-area .comment-info .btn-area .btn:hover {
	background-color: #79141c;
	color: #fff;
}
.comment-box .input-group .btn {
	background-color: transparent;
}
.comment-box .input-group {
	text-align: right;
}
.comment-box .post .post-details .color-red {
	color: #79141c;
	font-weight: bold;
}
.comment-box .post .post-details {
	color: rgba(0, 39, 59, 0.35);
}
.comment-box .post .post-comment {
	font-size: 15px;
}
/* Content - Board Member */
#board, #leadership, #candidates {
	display: none;
}
.content-area .inner-content ul.nbs-flexisel-ul {
    list-style: none;
    padding-left: 0px;
}
.nbs-flexisel-item {
    background: none !important;
	padding: 0px !important;
}
.content-area .img-hover .img-block {
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	transition: all 500ms ease-in-out 0s;
}
.content-area .img-hover:hover .img-block {
	max-width: 188px;
	max-height: 264px;
}
.content-area .img-block {
	display: block;
    height: 100%;
    margin: auto;
   /* max-height: 239px;*/
    max-width: 120px;
    position: relative;
    width: 100%;	
}
.content-area .img-block .name-block {
	background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    color: #fff;
    display: table;
    left: 0;
    line-height: 15px;
    padding: 10px;
    position: absolute;
    right: 0;
    width: 100%;
}
.content-area .img-block .name-block p {
	margin-bottom: 0;
	display: table-cell;
    vertical-align: middle;
}
.content-area .img-block .name-block p small {
	display: block;
}
.content-area .img-hover .profile-link {
	display: none;
}

.content-area .img-hover:hover .profile-link {
	display: block;
}
.content-area .img-hover a {
    padding-top: 10px;
    text-decoration: none;
}
/* Content - Learner Diagram */
.content-area .direct-toggle {
	background-color: #bbd6d1;
	padding: 20px;
	margin-bottom: 15px;
}
.content-area .direct-toggle.grey {
	background-color: #cfcfd1;
}
.content-area .diagram {
	list-style: none;
	margin: 0;
	padding: 0;
}
.content-area .diagram li {
	background-color: transparent;
	float: left;
	width: 14.28%;
}
.content-area .diagram li.bg-grey a,
.content-area .info-block .bg-grey {
	background-color: #cfcfd1;
	border: 1px solid #fff;
	color: #000;
}
.content-area .diagram li.bg-dark-green a,
.content-area .info-block .bg-dark-green {
	background-color: #77a9a0;
	border: 1px solid #fff;
	color: #fff;
}
.content-area .diagram li.bg-green a,
.content-area .info-block .bg-green {
	background-color: #bad7d3;
	border: 1px solid #fff;
	color: #000;
}
.content-area .diagram li.bg-red a,
.content-area .info-block .bg-red {
	background-color: #e22635;
	border: 1px solid #fff;
	color: #fff;
}
.content-area .diagram li.bg-white a,
.content-area .info-block .bg-white {
	background-color: #ffffff;
	border: 1px solid #d5d0d6;
	color: #000;
}
.content-area .diagram li.bg-dark-grey a,
.content-area .info-block .bg-dark-grey {
	background-color: #818286;
	border: 1px solid #fff;
	color: #fff;
}
.content-area .diagram li.bg-maroon a,
.content-area .info-block .bg-maroon {
	background-color: #79141c;
	border: 1px solid #79141c;
	color: #fff;
}
.content-area .diagram li a {
	display: block;
    font-size: 12px;
    margin: 0 3px;
    padding: 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.content-area .diagram li a:after {
	color: #000;
    content:"\f101";
    font-family: "FontAwesome";
    font-size: 35px;
    margin-top: -25px;
    position: absolute;
    right: -15px;
    top: 50%;
    z-index: 1;
}
.content-area .diagram li:last-child a:after {
	content:'';
}
.content-area .diagram li a:focus {
	outline: none;
}
.content-area .diagram li:first-child a {
	margin-left: 0px;
}
.content-area .diagram li:last-child a {
	margin-right: 0px;
}
.content-area .info-block .bg-grey,
.content-area .info-block .bg-green,
.content-area .info-block .bg-dark-green,
.content-area .info-block .bg-red,
.content-area .info-block .bg-white,
.content-area .info-block .bg-dark-grey,
.content-area .info-block .bg-maroon {
	margin-top: 15px;
    padding: 10px;
}
.content-area .info-block .bg-grey p,
.content-area .info-block .bg-green p,
.content-area .info-block .bg-dark-green p,
.content-area .info-block .bg-red p,
.content-area .info-block .bg-white p,
.content-area .info-block .bg-dark-grey p,
.content-area .info-block .bg-maroon p {
	margin-bottom: 0;
}
/* Candidates */
.candidates li a .img-container {
	max-height: 230px;
	overflow: hidden;
}
.candidates li a .img-container img {
	max-width: 100%;
}
.candidates li a {
	color: #000000;
	display: block;
	line-height: 1.4;
	padding: 0 15px;
}
.candidates li a h4 {
	color: #79141c;
}
.media {
    margin-top: 20px;
}
.media-heading {
    margin-bottom: 15px;
}
.media-left, .media > .pull-left {
    padding-right: 20px;
}
/* END - Content Area */

/* Footer Area */
.footer-area .footer-top {
	background-color: #ebecee;
	border-top: 1px solid #77a99e;
	padding: 10px 20px;
}
.footer-area .footer-top .footer-links {
	list-style-type: square;
}
.footer-area .footer-top .footer-links > li > a {
	color: #757577;
}
.footer-area .footer-top .footer-links > li > a:hover {
	color: #79141c;
}
.footer-area .footer-top h2 {
	margin-top: 5px;
}
.footer-area .footer-top .footer-btn {
	text-transform: uppercase;
	font-size: 15px;
}
.footer-area .footer-top .footer-btn:after {
	color: #939496;
	content: "\f105";
	font-family: "FontAwesome";
    font-size: 18px;
    margin-left: 10px;
}
.footer-area .copyright {
	background-color: #d5d4d9;
	border-bottom: 1px solid #a6a5a9;
	font-size: 12px;
	padding: 15px 20px
}
.footer-area .copyright p {
	margin-bottom: 0;
}
/* END - Footer Area */

/* Links */
.content-area .circle-btn {
	border: 3px solid #fff;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 15px;
}
.content-area .circle-btn:hover {
	background-color: #fff;
	color: #79141c;
}
.content-area .link-btn {
    border-bottom: 3px solid #e1e1e1;
    color: #000;
    display: inline-block;
    font-weight: 600;
    padding: 10px;
    text-transform: uppercase;
}
.content-area .link-btn:hover {
    background-color: #79141c;
    border-color: #550e14;
    color: #fff;
}
/* END - Links */

/* Social Links */
.footer-area .footer-top .social-links {
	margin-bottom: 20px;
    max-width: 240px;
}
.footer-area .footer-top .social-links > li > a {
	color: #767678;
}
.footer-area .footer-top .social-links > li > a.facebook:hover {
	color: #3c599b;
}
.footer-area .footer-top .social-links > li > a.twitter:hover {
	color: #00abf0;
}
.footer-area .footer-top .social-links > li > a.google-plus:hover {
	color: #dd4c39;
}
.footer-area .footer-top .social-links > li > a.linkedin:hover {
	color: #007bb6;
}
.footer-area .footer-top .social-links > li > a.pinterest:hover {
	color: #cb2429;
}
.footer-area .footer-top .social-links > li > a.yt:hover {
	color: #ba0100;
}
/* END - Social Links */

/* Back to Top */
#topcontrol {
	background-color: #918f89;
	border-radius: 35px;
	bottom: 10px !important;
	color: #fff;
	font-size: 30px;
	height: 45px;
	line-height: 36px;
	overflow: hidden;
	text-align: center;
	width: 45px;
	z-index: 9999;
}
#topcontrol:hover {
	background-color: #000;
}
#topcontrol, #topcontrol:hover {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#topcontrol span {
	display: none;
}
/* END - Back to Top */

/* Bootstrap Overwrite */
.red-btn {
	background-color: #79141c;
	color: #fff;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	transition: all 500ms ease-in-out 0s;
}
.red-btn:hover,
.red-btn:focus {
	background-color: #be3a2e;
	color: #fff;
}
.content-area .form-control {
	background-color: #eeeeee;
}
.content-area .form-control:focus {
	background-color: #fff;
}
.form-control:focus {
	border-color: #be3a2e;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(190,58,46,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(190,58,46,.6)
}
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > th {
	background-color: #bbd4ce;
	color: #000;
}
.content-area .inner-content .badge {
	background-color:  #981920;
	color: #fff;
	text-decoration: none;
}
.content-area .inner-content .badge:hover,
.content-area .inner-content .badge:focus {
	background-color: #000;
	color: #fff;
}
/* END - Bootstrap Overwrite */

/* Media Queries */
@media screen and (min-width: 1200px) {
	.board .nbs-flexisel-nav-left, 
	.board .nbs-flexisel-nav-right,
	.leadership .nbs-flexisel-nav-left, 
	.leadership .nbs-flexisel-nav-right {
		display: none;
	}	
}
@media screen and (min-width: 991px) {
	.padding-left-0 {padding-left: 0;}
	.padding-right-0 {padding-right: 0;}
}
@media screen and (max-width: 991px) {
	.bg-img {
		margin-left: 15px;
		margin-right: 15px;
		padding: 0px !important;
	}
	.content-area .equal-height {
		height: auto !important;
	}
	.content-area .content-block.alt { 
	  padding: 0;
	}
	.header-area .ra-logo  {
		float: right;
		margin: 0px;
	}
	.header-area .navbar-default.top {
		padding: 0 30px;
		margin-top: 0;
	}
	.header-area .navbar-default {
		margin-top: 5px;
	}
	.header-area .navbar-default .navbar-nav > li > .badge {
		max-width: 100px;
	}
	.header-area .navbar-nav > .dropdown > a {
		display: none;
	}
	.header-area .navbar-nav > li > .dropdown-menu {
		background-color: transparent;
		box-shadow: 0 0;
		display: block;
		position: relative;
		width: 100%;
	}
	.header-area .nav-justified > li > a {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 767px) {
	.content-area .diagram .text-btn {
		min-height: 100px;
	}
	.content-area .vertical-center {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		padding: 0px 10px;
	}
	.content-area .diagram li.bg-grey a[aria-expanded="true"]:before {
		background-color: #cfcfd1;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.content-area .diagram li.bg-green a[aria-expanded="true"]:before {
		background-color: #bad7d3;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.content-area .diagram li.bg-dark-green a[aria-expanded="true"]:before {
		background-color: #77a9a0;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.content-area .diagram li.bg-red a[aria-expanded="true"]:before {
		background-color: #e22635;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.content-area .diagram li.bg-white a[aria-expanded="true"]:before {
		background-color: #ffffff;
		border-left: 1px solid #d5d0d6;
		border-right: 1px solid #d5d0d6;
	}
	.content-area .diagram li.bg-dark-grey a[aria-expanded="true"]:before {
		background-color: #818286;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.content-area .diagram li.bg-maroon a[aria-expanded="true"]:before {
		background-color: #79141c;
		border-left: 1px solid #79141c;
		border-right: 1px solid #79141c;
	}
	.content-area .diagram li.bg-grey a[aria-expanded="true"]:before,
	.content-area .diagram li.bg-green a[aria-expanded="true"]:before,
	.content-area .diagram li.bg-dark-green a[aria-expanded="true"]:before,
	.content-area .diagram li.bg-red a[aria-expanded="true"]:before,
	.content-area .diagram li.bg-white a[aria-expanded="true"]:before,
	.content-area .diagram li.bg-dark-grey a[aria-expanded="true"]:before,
	.content-area .diagram li.bg-maroon a[aria-expanded="true"]:before {
		bottom: -17px;
		content: "";
		height: 17px;
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		width: 20px;
	}
}
@media screen and (max-width: 767px) {
	body {
		margin-top: 0px;
	}
	.menu-area {
		display: none;
	}
	.header-area {
		margin-top: 15px;
	}
	/* Menu */
	.header-area {
		padding: 0;
	}
	.header-area .navbar-header {
		background-color: #000;
	}
	.header-area .nav-justified > li > a {
		background-color: #79141c;
		border-bottom: 1px solid #540f14;
		color: #fff;
		text-align: left;
		padding: 10px 15px;
	}
	.header-area .nav-justified .dropdown-menu {
		box-shadow: none;
		margin-bottom: 10px;
	}
	.header-area .nav-justified > .dropdown > a:after {
		content: "\f054";
		font-family: FontAwesome;
		float: right;
	}
	.header-area .nav-justified > .dropdown.open > a {
		background-color: #b20000;
		color: #fff;
		margin-bottom: 0;
	}
	.header-area .nav-justified > .dropdown.open > a:after {
		content: "\f078";;
	}
	.header-area .nav-justified .dropdown-menu {
		position: relative;
		width:100%;
		margin: 0px 0px 10px;
	}
	.header-area .nav-justified .dropdown-submenu > .dropdown-menu {
		left: 0;
		position: relative;
	}
	.header-area .nav-justified .dropdown-submenu > a::after {
		font-size: 20px;
		right: 19px;
		top: 5px;
	}
	.header-area .nav-justified .dropdown-submenu .dropdown-menu li a {
		padding-left: 20px;
		padding-right: 20px;
	}
	.content-area .promo-banner .promo-content {
		max-width: 100%;
	}
	.content-area .diagram li {
		width: 100%;
	}
	.content-area .diagram li a {
		margin: 17px 0 0;
	}
	.content-area .diagram li a:after {
		content:"\f103";
		left: 0;
		margin: 0 auto;
		right: 0;
		top: 17px;
	}
}
@media screen and (min-width: 480px) {
	
}
@media screen and (max-width: 480px) {
	.content-area .img-button .top-img {
		bottom: 100%;
		position: absolute;
		z-index: 2;
		margin-bottom: -34px;
	}
	.content-area .img-button > li {
		width: 100%;
	}
	.content-area .img-button > li:after {
		content: "";
	}
	.content-area .img-button > li img {
		display: none;
	}
	.content-area .img-button > li > .button-block {
		position: relative;
	}
	.content-area .img-button > li > .button-block > a {
		display: block;
		-webkit-border-radius: 0px;
    	border-radius: 0px;
		border-bottom: 1px solid #fff;
	}
	.content-area .img-button > li > .button-block > a:after {
		color: #fff;
		content: "\f105";
		font-family: "FontAwesome";
		float: right;
	}
	.content-area .img-button > li:last-child > .button-block > a {
		display: block;
		font-size: 25px;
		max-width: 100%;
	}
	.content-area .img-button > li > .overlay {
    	background-color: rgba(121, 20, 28, 1);
	}
}
/* END - Media Queries */