/* BANNER */
.carousel-inner > .item {
	background-color: #003d67;
	/* min-height: 200px; */
	color: #fff;
	overflow: hidden;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	width: 100%;
}

.carousel-caption {
	position: static;
	text-shadow: none
}

.carousel-caption > .container {
	width: auto
}

.carousel-caption .heading {
	font-size: 21px;
    line-height: 1.3;
    margin-top: 0;
}
.carousel-caption-content {
	font-size: 17px;
	line-height: 1.5;
}
.carousel-caption-content > :last-child {
    margin-bottom: 0;
}

.carousel-caption-content a {
	color: #fff;
	font-weight: bold;
}

.carousel-caption-content .carousel-scrollto {
	background-color: #fff;
    border-radius: 4px;
    color: #363636;
    font-family: "fsalbert_bold",Arial,Helvetica,sans-serif;
    font-size: 13px;
	font-weight: normal;
    height: 27px;
    line-height: 17px;
    padding: 6px 12px;
}
.carousel-caption-content .carousel-scrollto:hover,
.carousel-caption-content .carousel-scrollto:focus {
	background-color: #003D67;
	color: #fff;
	outline: none
}

.carousel-caption-body2 .carousel-caption-content { font-size: 17px; line-height: 1.4 }
.carousel-caption-body2 .carousel-caption-content a { color: #c7dce9 }



/* FEATURES */
.widget-questions h2 {
	clear: both;
	border-bottom: 1px solid #ccc;
	padding: 8px 15px;
}

.widget-feature {
    padding: 0 0 30px;
	border-bottom: 1px solid #D0D4D3 !important;
}
.widget-feature:first-child {
	margin-top: 0;
}
.widget-feature:last-child {
	margin-bottom: 0;
	border: 0 !important
}

.widget-feature-faq .btn-info {
	margin: 8px 0px;
	white-space: normal;
	text-align: left;
	width: 90%;
	height: 120px;
	overflow: hidden
}

.widget-feature-faq .image {
	margin: 0 auto 8px auto;
	text-align: center;
	width: 100%;
	clear: both;
}
.widget-feature-faq .image img {
	max-width: 100%;
}

.widget-feature-faq {
	padding: 0;
	border: 0
}

.content-popup-cycle {
	background-color: #FFF;
	color: #14458D;
	font-size: 24px;
	line-height: 44px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 40px;
	height: 44px;
	text-align: center;
}
.content-popup-cycle:hover,
.content-popup-cycle:focus {
	background-color: #14458D;
	color: #FFF;
	outline: none;
	text-decoration: none
}
.content-popup-cycle:after {
	font-family: fontAwesome;
	content: "\f060";
}
.content-popup-next {
	left: auto;
	right: 0;
}
.content-popup-next:after {
	content: "\f061";
}

/* FOOTER BUTTONS */
.widget-footer-buttons {
	background-color: #003d67
}
.widget-footer-buttons.fixed {
	bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
	z-index: 9;
}
.widget-footer-buttons .btn +.btn {
	margin-top: 2px;
}

/* LATEST NEWS */
.widget-news-latest {
	margin-top: 20px;
	margin-bottom: 20px;
}
.widget-news-latest .widget-list-item {
	background-color: #f2f2f2;
    margin: 20px 0;
    padding: 20px;
}
.widget-news-latest .widget-list-item .heading {
	font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px
}
.widget-list-item .heading:first-child {
    margin-top: 0;
}
.widget-list-item .heading:last-child {
    margin-bottom: 0;
}
.widget-list-item .heading > a {
	display: block
}
.widget-list-item .heading > a:hover,
.widget-list-item .heading > a:focus {
	text-decoration: none;
	focus: none
}
.widget-list-item .item-date {
	font-size: 13px;
    font-style: italic;
	letter-spacing: 1px;
}
.widget-list-item .item-content {
	font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
}
.widget-list-item .item-content a {
	color: inherit;
    display: block;
    font-family: "fsalbert",Calibri,​ Verdana,​Arial,​ Helvetica,​ sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.widget-list-item .item-content .more {
	position: absolute;
	right: 25px;
	bottom: 15px;
}

/*  ############################################################## */
.widget-list {
	margin-top: 20px
}
.widget-list > .container {
	padding: 15px
}
.widget-list > .container > h1 {
	margin-bottom: 20px
}

.row .widget-list-item  {
	background-color: #ffffff;
	padding: 25px;
	overflow: hidden
}
	.row .widget-list-item:nth-child(odd) {
		background-color: #f2f2f2;
	}


.widget-list-item .body {
	font-size: 15px;
    line-height: 1.6;
	margin-top: 5px
}
.widget-list-item .body > h2 {
	color: #14458d;
    font-family: "fsalbert",Calibri,​ Verdana,​Arial,​ Helvetica,​ sans-serif;
    font-size: 20px;
	line-height: 1.3;
    margin-bottom: 5px;
    margin-top: 0;
}
.widget-list-item .body > h2 > a {
	display: block;
	color: inherit
}

.widget-list-item .body > h2 > a:hover {
	color: #019ad6;
	text-decoration: none
}
.widget-list-item .body > h2 > a:focus {
	text-decoration: underline;
	outline: none
}
.widget-list-item .body > h2 > a:hover:before {
	background-color: #019ad6
}
.widget-list-item .body .content {
    color: #686868;
	margin-top: 10px
}

.widget-list-item > .image {
    display: block;
    margin: 0 20px 15px 0;
    float: left;
    width: 150px;
}
.widget-list-item .image > img {
    display: block;
	margin: 0 auto;
	width: 100%
}
.widget-list .widget-list-item .image {
	display: block;
    float: none;
    margin: 0;
    max-height: 150px;
    overflow: hidden;
    width: 100%;
}

.widget-list-item .widget-list-attr {
	color: #686868;
    font-size: 12px;
    margin-top: 5px;
}
.widget-list-small .widget-list-item {
	padding-bottom: 12px;
    padding-top: 12px;
}
.widget-list-small .widget-list-item .body {
	font-size: 14px;
}
.widget-list-small .widget-list-item .body > h2 {
	font-size: 18px;
}
.widget-list-small .widget-list-item .body > h2 > a::before {
	height: 8px;
    margin-top: 6px;
    width: 8px;
}




/*  ############################################################## */
/* CAROUSEL */
.widget-carousel {
	padding-left: 26px;
	padding-right: 26px
}
.widget-carousel .carousel:before,
.widget-carousel .carousel:after {
	bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 27px;
    z-index: 9;
}
.owl-item > .widget-list-item {
	margin: 0 10px;
}
.owl-controls {
	margin-top: 10px;
	text-align: center;
}
.owl-controls > .owl-buttons {
	left: 0;
    position: absolute;
    right: 0;
    top: 30%;
}
.owl-controls .owl-buttons > div {
	background-color: #003d67;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 21px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
	z-index: 10;
}
.owl-controls .owl-buttons > div:hover {
	opacity: .8
}
.owl-controls .owl-buttons > .owl-prev {
    left: -3px
}
.owl-controls .owl-buttons > .owl-prev:before {
    content: "\f0d9";
	display: inline-block;
    font-family: fontAwesome;
    margin-left: -2px;
}
.owl-controls .owl-buttons > .owl-next {
    right: -3px
}
.owl-controls .owl-buttons > .owl-next:before {
    content: "\f0da";
	display: inline-block;
    font-family: fontAwesome;
    margin-left: 2px;
}
.owl-controls.clickable > .owl-buttons > div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}
.widget-carousel .owl-pagination > .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.widget-carousel .owl-pagination > .owl-page > span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.widget-carousel .owl-pagination > .owl-page.active > span,
.widget-carousel .owl-pagination > .owl-page:hover > span {
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.widget-carousel .owl-pagination > .owl-page > span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* MENU/TABS */
.widget-menu {
	background-color: #d1d3d2;
	position: relative;
	/* z-index: 9999; */
}
.widget-menu.fixed {
	left: 0;
    position: fixed;
    right: 0;
    top: 0;
	z-index: 99;
}

.tab-content {
	padding-top: 30px;
}

body.widget-menu-spyscroll-fixed .page-content {
	padding-top: 52px
}

body.main-menu-fixed .tab-content > .tab-pane {
    padding-top: 46px;
    margin-top: -46px
}
body.main-menu-fixed.widget-menu-spyscroll-fixed .tab-content > .tab-pane {
    padding-top: 70px;
    margin-top: -70px
}

.widget-menu > .container {
	padding-left: 0;
	padding-right: 0
}
.widget-menu .nav-tabs {
	border: none
}
.widget-menu .nav-tabs > li {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font-family: "fsalbert_light",Calibri,​ Verdana,​Arial,​ Helvetica,​ sans-serif;
	font-size: 16px;
	position: relative;
	margin-bottom: 0
}
.widget-menu .nav-tabs > li:first-child {
	border-left: none
}
.widget-menu .nav-tabs > li:last-child {
	border-right: none
}
.widget-menu .nav-tabs > li > a {
	border: none !important;
    border-radius: 0;
	color: #535353;
	margin: 0;
}
.widget-menu .nav-tabs > li > a:hover,
.widget-menu .nav-tabs > li > a:focus {
	background-color: #fff;
	color: #535353;
	outline: none
}
.widget-menu .nav-tabs > li.active > a,
.widget-menu .nav-tabs > li.active > a:hover,
.widget-menu .nav-tabs > li.active > a:focus {
	background-color: #3c444b;
	color: #fff;
}
.widget-menu .nav-tabs > li.active:after {
	border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 6px 6px;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
}

/**
 * Breadcrumbs
 */
.breadcrumbs {
	background-color: rgba(255, 255, 255, 0.4);
	padding: 12px 0 4px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	padding-top: 50px;
}
body.navbar-dropdown-active .breadcrumbs { padding-top: 98px !important }

.breadcrumbs > .container {
	margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}
.breadcrumbs .crumb {
	display: inline;
	color: #003d67;
	font-family: "fsalbert_light",Calibri,​ Verdana,​Arial,​ Helvetica,​ sans-serif;
	font-size: 12px;
	float: left;
	line-height: 18px;
	word-spacing: -0.5px;
	vertical-align: top
}
.breadcrumbs .crumb a {
    float: left;
    color: inherit;
}
.breadcrumbs .crumb span {
	display: inline-block;
    padding: 1px 5px 2px 3px
}
.breadcrumbs .crumb:before {
	content: "\f105";
	font-family: FontAwesome;
	color: #666;
	float: left;
}
	.breadcrumbs .crumb-first {
		font-size: 16px;
		margin-right: 6px
	}
	.breadcrumbs .crumb-first + .crumb:before {
		display: none
	}
	.breadcrumbs .crumb-first:before {
		margin-right: 2px
	}
	.breadcrumbs .crumb-last {
		color: #444;
	}
	.breadcrumbs .crumb a:hover,
	.breadcrumbs .crumb a:focus {
		color: #003d67;
		text-decoration: underline
	}

/**
 * Widget Next/Prev Page Links
 */
.widget-page-links > .container {
	position: relative;
	z-index: 10;
}
.widget-page-links .btn-group {
	display: block
}
.widget-page-links .btn {
	background-color: #fff;
    border-radius: 0;
    color: #363636;
    font-family: "fsalbert_bold",Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 49px;
    line-height: 17px;
    padding: 15px;
    word-spacing: -1px;
	border: 1px solid rgb(209, 211, 210);
}
.widget-page-links .btn-group .btn + .btn {
	margin-left: 5px
}
.widget-page-links .btn-group > :first-child {
	border-top-left-radius: 4px;
}
.widget-page-links .btn:hover,
.widget-page-links .btn:focus {
	background-color: #003D67;
	color: #fff;
}
.widget-page-links .btn > i {
	background-color: #ddd;
    border-radius: 10px;
    color: #14458d;
    height: 17px;
    line-height: 16px;
	float: left;
    text-align: center;
	margin-right: 5px;
    width: 17px;
}
.widget-page-links .btn:hover > i {
	background-color: #ddd;
}
.widget-page-links .btn-next {
	float: right
}
.widget-page-links .btn-next > i {
	float: right;
	margin-left: 5px;
	margin-right: 0;
}

.widget-form-bar .input-group {
	background-color: #fff;
    border-radius: 4px;
    margin: 9px 3px;
    padding: 4px;
}
.widget-form-bar .input-group > .input-group-addon {
	background-color: transparent;
    border: none;
    font-size: 22px;
    padding: 3px 8px
}
.widget-form-bar .input-group > .form-control {
	background-color: transparent;
    border: none;
    box-shadow: none;
    font-family: "fsalbert_bold",Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
}


/* SIDE MENU */
.widget-sidemenu {
	margin-bottom: 30px;
	margin-top: 25px;
}
.widget-sidemenu .heading {
   	background-color: #14458d;
	color: #fff;
	font-family: "fsalbert_bold",Calibri,​ Verdana,​Arial,​ Helvetica,​ sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
	margin: 0;
    padding: 15px 0;
    text-align: center;
}
.widget-sidemenu .panel {
	border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}
.widget-sidemenu .list-group-item {
    background-color: #fff;
    color: #14458d;
    padding: 6px 5px 6px 15px;
    font-size: 18px;
    border: none;
	border-left: 7px solid #14458d;
    border-radius: 0;
	margin: 2px 0;
	cursor: pointer
}
.widget-sidemenu .list-group-item:hover,
.widget-sidemenu .list-group-item:focus {
    color: #14458d;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #f5f5f5;
    border-color: #337ab7
}
.widget-sidemenu .list-group-collapse:after {
    content: "\f0d7";
	background-color: grey;
    border-radius: 11px;
    color: #fff;
    float: right;
    font-family: "FontAwesome";
    font-size: 16px;
    height: 22px;
    line-height: 23px;
    margin-right: 5px;
    text-align: center;
    width: 22px;
}
.widget-sidemenu .collapsed:after {
    content: "\f0d9";
}
.widget-sidemenu .nav {
	background-color: #14458d;
	margin-top: -2px;
	padding: 5px 0 8px;
	position: relative;
}
.widget-sidemenu .nav > li > a {
	background-color: transparent;
    color: #fff;
	font-size: 13px;
    padding: 4px 10px 4px 20px;
	z-index: 9;
}
.widget-sidemenu .nav > .active > a {
	text-decoration: underline
}
.widget-sidemenu .nav > li > a:hover,
.widget-sidemenu .nav > li > a:focus {
	background-color: transparent
}
.widget-sidemenu .nav:after {
	background: url(../img/sprite.png) no-repeat 0 -143px;
	bottom: 1px;
    content: "";
    display: block;
    height: 41px;
    position: absolute;
    right: 1px;
    width: 41px;
}

.widget-sidemenu .theme-bluelight.list-group-item { border-left-color: #0099d6; color: #0099d6 }
.widget-sidemenu .theme-bluelight.nav { background-color: #0099d6 }

.widget-sidemenu .theme-red.list-group-item { border-left-color: #9d182f; color: #9d182f }
.widget-sidemenu .theme-red.nav { background-color: #9d182f }

.widget-sidemenu .theme-purple.list-group-item { border-left-color: #8c4de1; color: #8c4de1 }
.widget-sidemenu .theme-purple.nav { background-color: #8c4de1 }

.widget-sidemenu .theme-green.list-group-item { border-left-color: #91bd26; color: #91bd26 }
.widget-sidemenu .theme-green.nav { background-color: #91bd26 }

.widget-sidemenu .theme-grey.list-group-item { border-left-color: #9a9a9c; color: #9a9a9c }
.widget-sidemenu .theme-grey.nav { background-color: #9a9a9c }

.widget-sidemenu .theme-orange.list-group-item { border-left-color: #ee8914; color: #ee8914 }
.widget-sidemenu .theme-orange.nav { background-color: #ee8914 }

.widget-news-archive .list-group-item {
	font-size: 18px;
	padding: 6px 5px 6px 15px;
	margin: 2px 0;
}


#sidebar-sidebar_right .h5 { font-size: 20px }


/* -- Resources -- */
.resource-results {
	clear: both;
}

.resource-results .row-fluid {
    margin: 0 0 30px
}

.resource-loading {
	background: #fff url('../../default/img/loading.gif') no-repeat center center;
	min-height: 200px
}

.resourse-item {
	background: #EAEAEA;
    border: 1px solid #DADADA;
	border-bottom: 2px solid #DADADA;
	position: relative;
	display: block;
    margin: 10px 0;
    padding: 8px;
}
	.first > .resourse-item {
		padding-bottom: 4px
	}
	.resourse-item .item-image {
		display: block;
	    height: 206px;
	    overflow: hidden;
	    text-align: center;
	    width: 100%;
	}
		.resource-featured .resourse-item  .item-image {
			height: 103px
		}
		.resource-featured .first > .resourse-item .item-image {
			height: 313px
		}
		.resourse-item .item-image img {
			height: auto;
			margin: 0 auto;
			width: 100%;
		}

	.resourse-item .item-heading {
		background: #d1d3d2;
	    color: #363636;
	    display: block;
		font-size: 14px;
		font-size: 1.4rem;
	    font-weight: normal;
	    line-height: 1.1;
	    margin: 0;
	    padding: 0;
	    position: relative;
	}
		.first > .resourse-item .item-heading {
			font-size: 23px;
			font-size: 2.3rem;
			line-height: 1.3;
			letter-spacing: 0.3px;
			word-spacing: -0.5px;
		}
			.resourse-item .item-heading:before {
				background: #4c565c;
				content: ' ';
				position: absolute;
				top: -7px;
				left: 0;
				right: 0;
				width: 100%;
				height: 7px;
				opacity: 0.8
			}

		.resourse-item .item-heading-wrap {
			position: relative
		}
		.resourse-item .item-heading a {
			border-bottom: 7px solid #2c81bd;
			display: block;
			color: #363636;
			min-height: 36px;
			padding: 8px 10px 27px
		}
		.resourse-item .item-heading a:hover, .resourse-item .item-heading a:focus {
			color: #fff !important;
			text-decoration: none
		}
		.first > .resourse-item .item-heading a {
			padding: 8px 14px 3px
		}
			.resourse-item li:hover .item-heading a, .resourse-item .item-heading a:hover,
			.resourse-item li .item-heading a:hover, .resourse-item li .item-heading a:focus {
				background: #2c81bd;
				color: #d1d3d2;
			}

			/* TURQUOISE */
			.resourse-item li.turquoise .item-heading a {
				border-bottom: 7px solid #00a1b1;
			}
			.resourse-item li.turquoise:hover .item-heading a,
			.resourse-item li.turquoise .item-heading a:hover, .resourse-item li.turquoise .item-heading a:focus {
				background: #00a1b1;
			}

		.resourse-item .social-icons {
			background: #2c81bd;
			position: absolute;
			bottom: 0;
			left: 0;
			overflow: hidden;
			padding: 5px 2px 4px 6px;
		}
			.resourse-item .social-icons > a {
				background: url(../img/social-icons.png) no-repeat;
				float: left;
				display: inline;
				width: 22px;
				height: 22px;
				margin-right: 5px;
				overflow: hidden;
				line-height: 300px;
				text-indeint: -3000px;
				opacity: 0.8
			}
			.resourse-item .social-icons > a:hover {
				opacity: 1
			}
			.resourse-item .social-icons > a.twitter { background-position: -26px 0 }
			.resourse-item .social-icons > a.linkedin { background-position: -52px 0 }
			.resourse-item .social-icons > a.googleplus { background-position: -78px 0 }

	.resourse-item .corner-link {
		background-color: #2c81bd;
		bottom: 0;
	    color: #e0e0e0;
	    display: block;
	    font-size: 12px !important;
	    font-weight: normal;
	    padding: 3px 5px 8px 7px;
	    position: absolute;
	    right: 0;
	}

	.resourse-item .corner-link:hover,
	.resourse-item .corner-link:focus {
	    color: #ffffff;
	}

	.resourse-item .item-footer {
		text-align: left
	}
		.resourse-item .item-footer-padlock { padding: 6px 5px 0 0; display: inline-block; font-size: 18px; color: #990000; }

		.resourse-item .item-footer-link {
			color: #333;
		    display: block;
		    font-size: 13px !important;
		    font-weight: normal;
		    padding: 4px 5px 0 0
		}



.widget-ct1-presentation-slideshow.carousel { max-width: 800px; max-height: 600px; margin: 40px auto; text-align: center; clear: both; }

.widget-ct1-presentation-slideshow .carousel-inner > .item > img {
	max-width: 800px;
	max-height: 600px;
	min-width: auto;
	min-height: auto;
}


.widget-ct1-presentation-slideshow .carousel-indicators {
	bottom: auto;
    left: auto;
    margin: 0 auto;
    right: 30%;
    top: 10px;
    width: auto;
}
.widget-ct1-presentation-slideshow .carousel-indicators li {
	border: 1px solid #ccc;
}
.widget-ct1-presentation-slideshow .carousel-indicators .active {
	background-color: #ccc;
}
.widget-ct1-presentation-slideshow .carousel-control {
	background: #ccc;
    border: 2px solid #b7b7b7;
    border-radius: 5px;
    bottom: auto;
    filter: none;
    height: 70px;
    margin-top: -10px;
    top: 50%;
    width: 40px;
	text-align: center
}
.widget-ct1-presentation-slideshow .carousel-control.left {
	left: -50px
}
.widget-ct1-presentation-slideshow .carousel-control.right {
	right: -50px
}
.widget-ct1-presentation-slideshow .carousel-control > .fa {
	color: #363636;
    display: block;
    font-size: 23px;
    line-height: 68px;
    margin: 0;
}