@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Roboto:400,700&display=swap');
/* 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 {
	margin-top: 40px;
	margin-bottom: 40px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#be3a2e+0,79141c+100 */
	background: #f1f1f1; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlM2EyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3OTE0MWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #be3a2e 0%, #79141c 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#be3a2e), color-stop(100%,#79141c)); 
	background: -webkit-linear-gradient(top,  #be3a2e 0%,#79141c 100%); 
	background: -o-linear-gradient(top,  #be3a2e 0%,#79141c 100%); 
	background: -ms-linear-gradient(top,  #be3a2e 0%,#79141c 100%);
	background: linear-gradient(to bottom,  #be3a2e 0%,#79141c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be3a2e', endColorstr='#79141c',GradientType=0 ); /* IE6-8 */
	color: #818181;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 13px;
}
a,
a:visited {
	color: #82125B;
}
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,
a:focus {
	color: #D94D15;
	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-red {color:#79141c !important;}
.color-black {color: #000000 !important;}
.color-white {color: #ffffff !important;}
.bg-white {background-color: #ffffff !important;}
.bg-brown {background-color: #e2dccc !important;}
.bg-maroon {background-color: #79141c !important;}
.border-maroon {border-color: #79141c !important;}
.bg-image {background-image: url("/upload/setup_files/bg-image.jpg");}
.bg-stripe {background-image: url("/upload/setup_files/bg-stripe.jpg");}
.padding-left-0 {padding-left: 0px;}
.padding-right-0 {padding-right: 0px;}
.relative {position: relative;}
.overflow {overflow: hidden;}

/* General | Margins */
.margin-0 {margin: 0px !important;}
.margin-5 {margin: 5px !important;}
.margin-10 {margin: 10px !important;}
.margin-15 {margin: 15px !important;}
.margin-20 {margin: 20px !important;}
.margin-25 {margin: 25px !important;}
.margin-30 {margin: 30px !important;}
.margin-bottom-0 {margin-bottom: 0px !important;}
.margin-bottom-5 {margin-bottom: 5px !important;}
.margin-bottom-10 {margin-bottom: 10px !important;}
.margin-bottom-15 {margin-bottom: 15px !important;}
.margin-bottom-20 {margin-bottom: 20px !important;}
.margin-bottom-25 {margin-bottom: 25px !important;}
.margin-bottom-30 {margin-bottom: 30px !important;}
.margin-left-0 {margin-left: 0px !important;}
.margin-left-5 {margin-left: 5px !important;}
.margin-left-10 {margin-left: 10px !important;}
.margin-left-15 {margin-left: 15px !important;}
.margin-left-20 {margin-left: 20px !important;}
.margin-left-25 {margin-left: 25px !important;}
.margin-left-30 {margin-left: 30px !important;}
.margin-right-0 {margin-right: 0px !important;}
.margin-right-5 {margin-right: 5px !important;}
.margin-right-10 {margin-right: 10px !important;}
.margin-right-15 {margin-right: 15px !important;}
.margin-right-20 {margin-right: 20px !important;}
.margin-right-25 {margin-right: 25px !important;}
.margin-right-30 {margin-right: 30px !important;}
.margin-top-0 {margin-top: 0px !important;}
.margin-top-5 {margin-top: 5px !important;}
.margin-top-10 {margin-top: 10px !important;}
.margin-top-15 {margin-top: 15px !important;}
.margin-top-20 {margin-top: 20px !important;}
.margin-top-25 {margin-top: 25px !important;}
.margin-top-30 {margin-top: 30px !important;}

/* General | Padding */
.padding-0 {padding: 0px !important;}
.padding-5 {padding: 5px !important;}
.padding-10 {padding: 10px !important;}
.padding-15 {padding: 15px !important;}
.padding-20 {padding: 20px !important;}
.padding-25 {padding: 25px !important;}
.padding-30 {padding: 30px !important;}
.padding-bottom-0 {padding-bottom: 0px !important;}
.padding-bottom-5 {padding-bottom: 5px !important;}
.padding-bottom-10 {padding-bottom: 10px !important;}
.padding-bottom-15 {padding-bottom: 15px !important;}
.padding-bottom-20 {padding-bottom: 20px !important;}
.padding-bottom-25 {padding-bottom: 25px !important;}
.padding-bottom-30 {padding-bottom: 30px !important;}
.padding-left-0 {padding-left: 0px !important;}
.padding-left-5 {padding-left: 5px !important;}
.padding-left-10 {padding-left: 10px !important;}
.padding-left-15 {padding-left: 15px !important;}
.padding-left-20 {padding-left: 20px !important;}
.padding-left-25 {padding-left: 25px !important;}
.padding-left-30 {padding-left: 30px !important;}
.padding-right-0 {padding-right: 0px !important;}
.padding-right-5 {padding-right: 5px !important;}
.padding-right-10 {padding-right: 10px !important;}
.padding-right-15 {padding-right: 15px !important;}
.padding-right-20 {padding-right: 20px !important;}
.padding-right-25 {padding-right: 25px !important;}
.padding-right-30 {padding-right: 30px !important;}
.padding-top-0 {padding-top: 0px !important;}
.padding-top-5 {padding-top: 5px !important;}
.padding-top-7 {padding-top: 7px !important;}
.padding-top-10 {padding-top: 10px !important;}
.padding-top-15 {padding-top: 15px !important;}
.padding-top-20 {padding-top: 20px !important;}
.padding-top-25 {padding-top: 25px !important;}
.padding-top-30 {padding-top: 30px !important;}
/* END - General Styling */
/* Header Area */
.header-area {
	background-color: #ffffff;
    padding: 0px 15px;
	z-index: 10;
	position: relative;
}
.header-area .logo {
	margin: 10px auto;
}
.header-area .ra-logo  {
	float: right;
    margin: 16px auto;
}
.header-area .new .ra-logo  {
	margin: 2px auto 0px;
}
.header-area .new .nav-justified > li:last-child {
	display: none;
}
/* 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;
}
.top-area .navbar.top,
.header-area .new .navbar {
	margin-top: 0px;
}
.header-area .navbar-default {
	background-color: #fff;
}
.header-area .navbar .navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
}
.header-area .top-area .navbar-right > li:nth-last-child(n+3) {
	margin-top: 10px;
}
.header-area .top-area .navbar-right > li:nth-last-child(n+3) > a {
	background-color: #79141c;
	color: #fff;
	padding: 4px 15px;
	border-radius: 20px;
    font-family: "Open Sans Condensed",sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 10px;
	font-size: 12px;
}
.header-area .top-area .navbar-right > li:nth-last-child(n+3) > a:hover,
.header-area .top-area .navbar-right > li:nth-last-child(n+3) > a:focus {
	background-color: #be3a2e;
}
@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: 700;
    margin: 0 0 20px;
    padding: 15px 0;
}
.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) {
	.text-container {
	  line-height: inherit !important;
	}
	.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 #79141c 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;
	}
}
.top-area .top .dropdown-menu,
.header-area .nav-justified .dropdown-menu {
	background-color: #79141c;
    border: none;
    border-radius: 0;
    margin: 0 0 0 1px;
    padding: 0;
}
.header-area .nav-justified .mega .dropdown-menu {
	min-width: auto;
	width: auto;
}
.top-area .top .dropdown-menu > li > a,
.header-area .nav-justified .dropdown-menu > li > a {
	border-bottom: 1px solid #540f14;
    color: #fff;
    font-family: "Calibri",sans-serif;
    padding-bottom: 10px;
    padding-top: 10px;
}
.top-area .top .dropdown-menu > li > a:hover,
.top-area .top .dropdown-menu > li > a:focus,
.header-area .nav-justified .dropdown-menu > li > a:hover,
.header-area .nav-justified .dropdown-menu > li > a:focus {
	background-color: #550e14;
	color: #fff;
}
/* Third Level - Menu */
.header-area .nav-justified .dropdown-submenu {
	position: relative;
}
.header-area .nav-justified .dropdown-submenu > .dropdown-menu,
.header-area .nav-justified .dropdown-submenu > .dropdown-menu > .dropdown > .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: 210px;
    position: absolute;
    top: 0;
}
.header-area .nav-justified .dropdown-submenu:hover > .dropdown-menu
/*.header-area .nav-justified .dropdown-submenu > .dropdown-menu > .dropdown:hover > .dropdown-menu*/ {
	display: block;
}
.header-area .nav-justified .dropdown-submenu > a:after
/*.header-area .nav-justified .dropdown-submenu > .dropdown-menu > .dropdown > 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 {
	font-family: "Calibri",sans-serif;
	padding: 0;
}
.header-area .nav-justified .dropdown-submenu .dropdown-menu li a {
	color: #fff;
	display: block;
	border-bottom: 1px solid #550e14;
	padding: 10px 15px;
	white-space: normal;
}
.header-area .nav-justified .dropdown-submenu .dropdown-menu li a:hover {
	background-color: #550e14;
}
/* Header - Search / Login */
.menu-area .col-md-10,
.menu-area .col-md-2 {
	padding-left: 0;
	padding-right: 0;
}
.navbar-right .badge {
	background-color: #f2eeeb;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	color: #000;
	padding: 3px 10px;
}
.navbar-default .navbar-nav > li > a.badge:hover,
.navbar-default .navbar-nav > li > a.badge:focus {
	background-color: #79141c;
	color: #fff;
}
.navbar-right .badge > i {
	margin-left: 10px;
	font-size: 15px;
}
.navbar-right .dropdown-menu li > a {
	color: #fff;
}
.navbar-right .dropdown-menu li > a:hover,
.navbar-right .dropdown-menu li > a:focus {
	background-color: #550e14;
	color: #fff;
}
.navbar-default .navbar-nav > li {
	min-height: 30px;
}
.navbar-default .navbar-nav > li > .badge {
	margin: 12px auto;
}
.navbar-default .navbar-nav > .dropdown > a.badge {
	margin-bottom: 10px;
}
.header-area .navbar-right > .dropdown:first-child > a:hover:after, 
.header-area .navbar-right > .dropdown:first-child > a:focus:after, 
.header-area .navbar-right > .open:first-child > a:after {
    bottom: -33px;
}
.navbar-default .navbar-nav.navbar-right > .open:not(:nth-last-child(2)) > a::after {
    bottom: 0px !important;
}
.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: #79141c;
    border: none;
    border-radius: 0;
    min-width: 263px;
}
.top-area .top .navbar-nav > li:not(:last-child) > .dropdown-menu {
    min-width: 190px;
}
.navbar-nav > li:first-child > .dropdown-menu {
	min-width: auto;
}
.form-search-page {
    position: relative;
}
.form-search-page i {
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
}
/* END - Header Area */
/* Content Area */
.content-area {
	background-color: #fbfbfb;
}
.content-area .bg-brown p {
	color: #000;
}
.content-area .content-block {
	padding: 20px 15px 0;
}
.content-area .content-container {
	padding: 0;
}
.content-area .inner-content {
	padding: 15px;
}
.content-area .inner-content a,
.content-area .inner-content a:visited {
	color: #82125B;
	text-decoration: underline;
}
.content-area .inner-content a:hover,
.content-area .inner-content a:focus {
	color: #D94D15;
}
.content-area .inner-content ul {
    list-style: none;
	padding-left: 15px;
}
.content-area .inner-content ul li {
    background: rgba(0, 0, 0, 0) url("/upload/setup_files/bullet.png") no-repeat scroll left top;
    padding-left: 16px;
}
.content-area .inner-content ul li ul li {
    background: rgba(0, 0, 0, 0) url("/upload/setup_files/bullet-inner.jpg") no-repeat scroll left top;
}
.content-area .inner-content ul.nav-tabs {
	padding-left: 0px;
}
.content-area .inner-content ul.nav-tabs li {
	background-image: none;
    padding-left: 0px;
    display: table-cell;
    width: 1%;
    float: none;
    bottom: -1px;
}
.content-area .inner-content ul.nav-tabs li a {
	text-decoration: none;
	text-align: center;
	border-radius: 0px;
}
.content-area .inner-content ul.nav-tabs li a:focus {
	outline: none;
}
.content-area .inner-content ul.nav-tabs li.active a:after {
	content: "";
	background-color: #ea4941;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 4px;
	width: 100%;
}
.content-area .inner-content .tab-content {
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-top: none;
	padding: 15px;
}
.content-area .header-title {
	padding: 15px;
	margin: 0;
	background-color: #fff;
}
.content-area .img-border {
	border-bottom: 10px solid #000;
}
.content-area .content-title {
	color: #82125B;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.content-area .news .content-title a {
	color: #82125B;
	font-size: 16px;
	text-decoration: none;
}
.content-area .inner-content .news-info,
.content-area .inner-content .news-info li {
	background-image: none;
    padding-left: 0;
	margin-left: 0;
}
/* Content - Explore */
.content-area .explore-block {
	color: #fff;
    margin-right: 195px;
    padding: 5px 15px 15px;
    position: relative;
}
.content-area .explore-block h1 {
	color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin: 0 0 10px;
	text-shadow: 1px 1px 3px #000;
}
.content-area .explore-block a {
	border: 3px solid #fff;
    -webkit-border-radius: 20px;
	border-radius: 20px;
    color: #fff;
    display: block;
    margin-bottom: 5px;
    max-width: 120px;
    padding: 5px 10px;
}
.content-area .explore-block a:hover {
	background-color: #fff;
	color: #79141c;
}
/* Content - Quick Links */
.content-area .quick-block {
	bottom: 0;
    left: 0;
    padding: 20px 30px;
    position: absolute;
    right: 0;
    width: 100%;
}
.content-area .quick-block .face-img {
	bottom: 100%;
    position: absolute;
    right: 5px;
}
.content-area .quick-block h2 {
	color: #fff;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 15px;
}
.content-area .quick-block .quick-links > li > a {
	color: #fff;
	display: block;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 10px;
	margin-bottom: 5px;
	border: 3px solid #fff;
}
.content-area .quick-block .quick-links > li > a:hover,
.content-area .quick-block .quick-links > li > a:focus {
	outline: none;
	text-decoration: none;
	background-color: #fff;
	color: #79141c;
}
.content-area .quick-block .quick-links > li > a > i {
	float: right;
	font-size: 20px;
}
/* Content Breadcrumb */
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    margin-left: -5px;
    padding-left: 0;
}
.breadcrumb > li + li:before {
    color: #636363;
    content: "» ";
}
.breadcrumb > li {
	font-size: 12px;
}
/* Content - Leftbar */
.content-area .leftbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.content-area .leftbar ul > li > a {
	background-color: #e3e0d1;
	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: #d3cdb5;
	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: #d3cdb5;
	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 - Board Member */
#board, #leadership {
	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 - 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;
}
/* Content - Modal */
.modal-body h3 {
	margin-top: 0;
}
/* 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-area .inner-content .btn-group > .btn,
.content-area .inner-content ul.dropdown-menu li a {
	text-decoration: none;
}
.content-area .inner-content .btn-group > .btn {
	padding-top: 8px;
    padding-bottom: 8px;
}
.content-area .inner-content .btn-group > .btn > i {
	color: #000000;
}
.content-area .inner-content ul.dropdown-menu {
	padding: 0px;
}
.content-area .inner-content ul.dropdown-menu li {
	background-image: none;
	padding: 0px;
	border-bottom: 1px solid #dddddd;
}
.content-area .inner-content ul.dropdown-menu li:last-child {
	border-bottom: none;
}
.content-area .inner-content #contravent ul {
	padding: 0px;
	margin: 0px;
}
.content-area .inner-content #contravent ul li {
	background-image: none;
	position: relative;
}
.content-area .inner-content #contravent ul li.ticked:before {
	color: #00b01d;
	content: "\f00c";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
}
/* END - Content Area */
/* Footer Area */
.footer-area {
	background-color: #ebecee;
}
.footer-area .footer-top {
    font-size: 14px;
    padding: 15px;
}
.footer-area .footer-top h2 {
	font-family: "Open Sans Condensed",sans-serif;
    font-weight: 300;
    margin-top: 0;
}
.footer-area .footer-top .footer-links {
	float: left;
    font-family: "Open Sans Condensed",sans-serif;
	font-weight: 300;
    padding-left: 10px;
    padding-right: 10px;
    width: 14.286%;
	border-right: 1px solid #d5d5d7;
}
.footer-area .footer-top .footer-links > li > a {
	display: block;
	padding: 3px 0;
	color: #757577;
}
.footer-area .footer-top .footer-links > li:first-child,
.footer-area .footer-top .footer-links > li:first-child > a {
	color: #000;
	font-weight: 700;
}
.footer-area .copyright {
	background-color: #d5d5d7;
	padding: 15px;
}
.footer-area .copyright a {
	color: #000;
}
.footer-area .copyright p {
	margin-bottom: 0;
	font-size: 12px;
}
/* END - Footer Area */
/* Links */
.content-area .link-btn {
	color: #000 !important;
	text-decoration: none !important;
	font-weight: 600;
	padding: 10px 10px;
	display: inline-block;
	border-bottom: 3px solid #e1e1e1;
	text-transform: uppercase;
}
.content-area .link-btn:hover {
	background-color: #79141c;
	border-color: #550e14;
	color: #fff !important;
}
.content-area .arrow-link {
	color: #ffffff !important;
	text-decoration: none !important;
    padding-right: 25px;
    position: relative;
}
.content-area .arrow-link:after {
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 30px;
    position: absolute;
    right: 0;
    top: -13px;
}
.content-area .arrow-link:hover {
	color: #79141c;
}
/* 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,
.red-btn:visited,
.red-btn:hover,
.red-btn:focus,
.red-btn:active {
	background-color: #82125B;
	border-color: #82125B;
	color: #fff !important;
	-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;
	text-decoration: none !important;
}
.content-area .inner-content .red-btn,
.content-area .inner-content .red-btn:visited,
.content-area .inner-content .red-btn:hover,
.content-area .inner-content .red-btn:focus,
.content-area .inner-content .red-btn:active {
	text-decoration: none !important;
}
.red-btn:hover,
.red-btn:focus {
	background-color: #D94D15;
	border-color: #D94D15;
}
.content-area .form-control,
.content-area .bootstrap-filestyle .form-control[disabled] {
	background-color: #f5f5f5;
}
.content-area .form-control[disabled] {
	background-color: #dbdbdb;
}
.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)
}
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
} 
input[type="number"] {
    -moz-appearance: textfield;
}
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > th {
	background-color: #f5f5f5;
	color: #000;
}
.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th,
.table > tbody + tbody {
	border-color: #dddddd; 
}
#my-irregularities > thead > tr > th:last-child {
	width: 80px !important;
}
.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
	color: #000 !important;
	text-decoration: none !important;
}
.content-area .panel.panel-default {
	border-color: #dddddd;
	box-shadow: none;
}
.content-area .panel.panel-default > .panel-heading {
	border-color: #dddddd;
}
.panel-success > .panel-heading {
	background-color: #82125B;
	border-color: #82125B;
	color: #fff !important;
}
.panel-success > .panel-heading .panel-title,
.panel-success > .panel-heading .panel-title > a,
.panel-success > .panel-heading a {
	color: #fff !important;
}
.content-area .inner-content .badge {
	background-color:  #981920;
	color: #fff !important;
	text-decoration: none;
}
.content-area .inner-content .badge:hover,
.content-area .inner-content .badge:focus {
	background-color: #000;
	color: #fff;
}
.form-horizontal .text-left {
	text-align: left !important;
}
.overflow-hidden {
	overflow: hidden;
}
.modal .table {
	margin-bottom: 0;
}
.collapse legend, .collapsing legend {
	border-bottom: none;
}
.red.alert-danger {
	background-color: #ff0000;
    border-color: #ff0000;
    color: #fff;
	font-size: 15px;
	line-height: 1.5;
}
.red.alert-danger h4 {
	font-size: 24px;
}
.red.alert-danger a {
	color: #fff;
}
.red.alert-danger a:hover,
.red.alert-danger a:focus {
	color: #000;
}
/* Accordion */
.accordion .panel-heading,
.form-accordion .panel-heading {
	padding: 0;
}
.accordion .panel-title,
.form-accordion .panel-title {
	position: relative;
}
.accordion .panel-title > a,
.form-accordion .panel-title > a {
	display: block;
    padding: 10px 15px 10px 55px;
	position: relative;
}
.accordion .panel-title > a:hover,
.accordion .panel-title > a:focus,
.form-accordion .panel-title > a:hover,
.form-accordion .panel-title > a:focus {
	outline: none;
	text-decoration: none;
}
.accordion .panel-title > .btn,
.form-accordion .panel-title > .btn {
	position: absolute;
	right: -1px;
	top: -1px;
	height: 38px;
	border-radius: 0 3px 0 0;
	display: block;
}
.accordion .panel-title > a.collapsed + .btn,
.form-accordion .panel-title > a.collapsed + .btn {
	border-bottom-right-radius: 3px;
	display: none;
}
.accordion .panel-title > a:before,
.form-accordion .panel-title > a:before {
	-webkit-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;
	color: #ffffff;
	content: "\f068";
	font-family: "FontAwesome";
	font-size: 20px;
	left: -1px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 40px;
	bottom: -1px;
}
.accordion .panel-title > a.collapsed::before,
.form-accordion .panel-title > a.collapsed::before {
    content: "\f067";
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.accordion .panel-title > a.disabled,
.form-accordion .panel-title > a.disabled {
	cursor: not-allowed;
	pointer-events: none;
}
td .btn-group {
	margin: -1px;
}
.dataTable td .btn-group {
	margin: 0px;
}
.dataTable td .btn-group .btn {
	border-top: none;
	border-bottom: none;
}
.dataTable td .btn-group .btn:last-child {
	border-right: none;
}
.dataTable.bordered {
    border: 1px solid #ddd;
}
.DTFC_LeftWrapper {
	top: 1px !important;
}
.DTFC_LeftBodyLiner {
	overflow-x: hidden;
}
.editable-popup.popover.left {
    margin-left: -150px;
}
.editable-popup.popover.left .editableform .form-control {
    width: 80px;
}
.accordion div.dataTables_wrapper div.dataTables_info,
.form-accordion div.dataTables_wrapper div.dataTables_info {
    padding: 8px 10px;
}
.table.dataTable > thead > tr > th {
	border-bottom-width: 0px;
}
.table.dataTable .alert-danger {
	background-color: #f2dede !important;
}
td .btn-group > .btn {
	border-radius: 0px;
	/*height: 37px;*/
}
.accordion .border-radius-0,
.form-accordion .border-radius-0 {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.accordion .panel-collapse table.dataTable,
.form-accordion .panel-collapse table.dataTable {
	margin: 0px !important;
}
.no-sort::after {
	display: none !important;
}
.no-sort {
	pointer-events: none !important; 
	cursor: default !important; 
}
#contraventions tbody > tr,
#waiting-irregularities tbody > tr > td,
#my-irregularities tbody > tr > td:not(:last-child),
#saved-irregularities tbody > tr > td:not(:last-child) {
	cursor: pointer;
}
.file-text + .file-block {
	display: none;
}
.file-block {
	position: relative;
	padding-right: 45px;
	max-width: 390px;
}
.file-block a.btn {
	position: absolute;
	top: 0px;
	right: 0px;
}
/* fix bootstrap-datepicker positional bug */
.input-group:not(.date) .datepicker {
  transform: translate(0, 3.1em);
}
/* END - Bootstrap Overwrite */
.or-block {
	position: relative;
}
.or-block:after {
	content: "OR" !important;
	color: #79141c;
	position: absolute;
	left: 100%;
	top: 0px;
	font-size: 16px;
	font-weight: 600;
	margin-left: -11px;
	margin-top: 33px;
}
/* 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) {
	.nav-justified > li {
		display: inline-block;
		width: auto;
	}
	.header-area .nav-justified > li > a {
		padding-left: 8px;
		padding-right: 8px;
	}
	.border-left {border-left: 2px solid #fff;}
	.border-right {border-right: 2px solid #fff;}
	.content-area .panel-collapse .table-responsive {
		min-height: auto;
		overflow-x: initial;
	}
}
@media screen and (max-width: 991px) {
	.content-area .equal-height {
		height: auto !important;
	}
	.header-area .ra-logo  {
		float: none;
	}
	.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 .nav-justified > li:last-child > a {
		margin-left: 5px;
	}
	.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;
	}
	.content-area .quick-block {
		position: relative;
	}
	.content-area .link-btn {
		margin-bottom: 15px;
	}
	.footer-area .footer-top .footer-links {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (min-width: 767px) {
	.header-area .nav-justified > li:last-child > a {
		background-color: #79141c;
		color: #fff;
		padding: 4px 15px;
		border-radius: 20px;
	}
	.header-area .nav-justified > li:last-child > a:hover,
	.header-area .nav-justified > li:last-child > a:focus {
		background-color: #be3a2e;
	}
	.header-area .logo-link {
		position: absolute;
		top: -49px;
		left: 10px;
	}
}
@media screen and (max-width: 767px) {
	body {
		margin-top: 0px;
	}
	.navbar-form, .navbar-header, #navbar, .navbar-right .dropdown {
		display: none;
	}
	.header-area {
		margin-top: 15px;
	}
	/* Menu */
	.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 .content-container .padding-left-0 {
		padding-left: 15px;
	}
	.content-area .content-container .padding-right-0 {
		padding-right: 15px;
	}
	.footer-area .footer-top .footer-links {
		width: 100%;
	}
	.or-block:after {
		top: 100%;
		margin-top: 5px;
		left: 0;
		right: 0;
		text-align: center;
		display: block !important;
	}
	.top-area {
		display: none;
	}
	.header-area .new .ra-logo {
		margin: 0px;
		float: right;
	}
}
@media screen and (min-width: 480px) {
	
}
@media screen and (max-width: 480px) {
	.content-area .inner-content {
	  	padding: 30px;
	}
	.content-area .inner-content .red-btn {
		display: block;
		width: 100%;
		margin: 10px 0px 0px !important;
		float: none !important;
	}
}
/* END - Media Queries */