* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nb-block {
	margin: 2.5em 0;
}

.nb-block:nth-of-type(1n) {
	margin-top: 0;
}

.nb-block figure {
	margin: 0;
}

.nb-content .primary,
.nb-content .success,
.nb-content .warning,
.nb-content .danger {
	color: #fff;
	display: block;
	font-weight: normal;
	margin: 0 0 2.5em;
	padding: 1.5em;
	position: relative;
	font-size: 0.9em;
	line-height: 1.4;
}

.nb-content .primary a,
.nb-content .success a,
.nb-content .warning a,
.nb-content .danger a {
	color: #fff;
}

.nb-content .primary {
	background-color: #0a4a70;
}

.nb-content .success {
	background-color: #1a865c;
}

.nb-content .warning {
	background-color: #70630a;
}

.nb-content .danger {
	background-color: #d7424c;
}

.uk-alert-success,
.uk-form-success,
.uk-form-success:focus {
	color: #1a865c;
}

.uk-alert-danger,
.uk-form-danger,
.uk-form-danger:focus {
	color: #d7424c;
}

.nb-content figure {
	display: table;
}

.nb-content figure,
.nb-content figure a {
	display: table;
	outline: none;
}

.nb-content figure a {
	width: 100%;
}

.nb-content figure img {
	display: block;
	height: auto;
	width: 100%;
}

.nb-content figcaption {
	position: relative;
	right: auto;
	bottom: auto;
	caption-side: bottom;
	display: table-caption;
	font-size: 0.8em;
	padding: 0.25em;
	text-align: center;
	color: inherit;
}

.nb-content .align_right {
	float: right;
	margin-bottom: 2.5em;
	margin-left: 2.5em;
}

.nb-content .align_left {
	float: left;
	margin-bottom: 2.5em;
	margin-right: 2.5em;
}

.nb-content .align_center {
	clear: both;
	margin: 2.5em auto;
	text-align: center;
}

@media (max-width: 479px) {
	.nb-content .align_right,
	.nb-content .align_left,
	.nb-content .align_center {
		clear: both;
		float: none;
		margin: 1.5em 0;
		width: 100%;
	}
}

.nb-overlay {
	background-color: rgba(64, 183, 137, .85);
	bottom: 0;
	color: #fff;
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: hidden;
	padding: 1.5em;
	position: absolute;
	right: 0;
	transition: opacity 512ms ease-in-out;
	-webkit-transition: opacity 512ms ease-in-out;
	top: 0;
	width: 100%;
}

.nb-overlay-text {
	position: relative;
	word-wrap: break-word;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	-o-transition: -o-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	-webkit-transform: translate(0, -20px);
	-ms-transform: translate(0, -20px);
	-o-transform: translate(0, -20px);
	transform: translate(0, -20px);
}

.nb-overlay-text h5 {
	color: #fff;
	padding: 8px;
	font-size: 1.5rem;
	font-weight: 400;
	margin: 0;
	text-align: left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.nb-overlay-link {
	bottom: 0;
	line-height: 1;
	padding: 1.5em;
	position: absolute;
	right: 0;
	font-size: 1.6rem;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}

.nb-overlay-link i {
	display: inline-block;
	margin-top: -3px;
}

.nb-gallery {
	margin: 0 -0.1rem;
	overflow: hidden;
}

.nb-gallery .nb-gallery-row {
	display: table;
	width: 100%;
}

.nb-gallery figure {
	border: 0.2rem solid transparent;
	cursor: pointer;
	display: table-cell;
	margin: 0;
	outline: none;
	overflow: hidden;
	position: relative;
	vertical-align: top;	
}

.nb-gallery figure:hover .nb-overlay {
	opacity: 1;
}

.nb-gallery figure img {
	height: auto;
	width: 100%;
	vertical-align: middle;
}

.nb-has-overlay figure img {
	-webkit-transition: -webkit-transform 512ms ease-in-out;
	transition: transform 512ms ease-in-out;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.nb-has-overlay figure:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.nb-has-overlay figure:hover .nb-overlay-text {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.nb-caption {
	font-style: italic;
	text-align: center;
}

.nb-legal {
	padding: 0.25em 0;
}

.nb-legal ul {
	margin: 0;
	padding: 0;
}

.nb-legal ul li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nb-legal ul li a {
	color: #514144;
}

.nb-legal ul li a:hover {
	color: #241d1e;
}

.nb-legal ul li:after {
	content: "|";
	color: #cabdbf;
	display: inline-block;
	padding: 0 0.5em;
}

.nb-legal ul li:last-child:after {
	content: "";
}

.nb-credit {
	line-height: 1;
	padding-top: 0.25em;
}

.nb-credit a {
	color: #241d1e;
	font-weight: 700;
}

.nb-credit a:hover {
	color: #e11e2f;
	text-decoration: none;
}

.nb-credit a img {
	height: 0.9em;
	vertical-align: bottom;
}

em {
	color: inherit !important;
}

.small {
	font-size: 0.8em;
}

table th.header {
	cursor: pointer;
	white-space: nowrap;
}

table th.header:after {
	content: "\f0dc";
	font-family: "FontAwesome";
	margin-left: 4px;
	opacity: 0.5;
}

table th.headerSortDown:after {
	content: "\f0d7";
	font-family: "FontAwesome";
	margin-left: 4px;
	opacity: 0.5;
}

table th.headerSortUp:after {
	content: "\f0d8";
	font-family: "FontAwesome";
	margin-left: 4px;
	opacity: 0.5;
}

table th.header:hover:after {
	opacity: 1;
}

table tr img,
table tr i {
	opacity: 0.5;
}

table tr:hover img,
table tr:hover i {
	opacity: 1;
}

.fa-file-pdf-o {
	color: #bb0706;
}

.fa-file-word-o {
	color: #1041aa;
}

.fa-file-excel-o {
	color: #0d6b3b;
}

.fa-file-powerpoint-o {
	color: #d74507;
}

.TextformatterVideoEmbed {
	margin: 2.5em 0;
}

.uk-accordion-title {
	font-size: 1.25em;
}

.uk-tab>*>a,
.uk-subnav>*>:first-child {
	font-size: .875em;
}

.page-content .nb-block ul[class^="uk-"] {
	margin-top: 0;
	padding: 0;
}

.page-content .nb-block ul[class^="uk-"] > li {
	/*padding-left: 20px;*/
	padding-bottom: 0;
	margin-bottom: 0;
}

.page-content .nb-block .nb-tabs ul.uk-switcher > li {
	padding-left: 0;
}

.page-content .nb-tabs ul {
	margin-bottom: 1em;
}

.page-content .nb-tabs .uk-tab a {
	text-decoration: none;
}

.page-content .nb-block .uk-switcher > li,
.page-content .nb-block .uk-subnav > li {
	padding-left: 0;
}

.page-content .nb-block ul[class^="uk-"] > li:before {
	content: "";
	display: none;
}

.uk-text-small,
.uk-button {
	font-size: .75em;
}

.uk-form-label {
	color: #0a4a70;
	font-size: .75em;
	font-weight: normal;
}

.nb-form input.uk-input,
.nb-form .uk-select,
.nb-form .uk-textarea {
	height: 40px;
	background-color: #fff;
}

.nb-form input.uk-input:focus,
.nb-form .uk-select:focus,
.nb-form .uk-textarea:focus {
	background-color: #fff;
	border-color: #0a4a70;
	border-bottom-width: 2px;
}

.nb-form textarea,
.nb-form .uk-textarea {
	height: auto;
	min-height: 0;
}

.section-subscribe .uk-text-danger {
	color: #fff !important;
}

[data-nb-json-more] .uk-spinner {
	margin-bottom: 6px;
	vertical-align: bottom;
}

.btn {
	outline: 0 !important;
}

.nb-form .btn {
	min-width: 128px;
	text-align: center;
}

.uk-table th {
	font-size: 0.875em;
}

.doc-table th {
	text-transform: none;
	font-size: 0.75em;
	font-weight: 700;
	color: inherit;
}

.doc-table td {
	font-size: 0.75em;
	color: #5b6d77;
}

.doc-table .downloads a {
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
}

.box-default .form-group select:focus {
	background-color: #fff;
	color: #0a4a70;
}

.breadcrumb {
	line-height: 1;
	margin-bottom: 0.5em;
}

@media (max-width: 767px) {
	.breadcrumb li {
		font-size: 11px;
	}

	.breadcrumb > li + li:before {
		padding: 0 5px;
	}
}

.form-group-combo .uk-text-small {
	position: absolute;
	left: 0;
	bottom: -2.5rem;
}

.widget-signup .form-group-combo .uk-text-danger.uk-text-small {
	color: #fff !important;
}

.entry-container .news-item:hover img,
.entry-container .staff-item:hover img {
	opacity: 0.9;
}

@media(max-width: 767px) {
	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}

	.navbar-collapse .navbar-nav {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 40px;
		overflow: auto;
		height: 100%;
	}
}

@media (max-width: 767px) {
	.box-default.secondary {
		padding: 20px !important;
	}
}


.item-num {
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #fff;
	font-size: 0.8em;
	line-height: 1;
}