body {
	position: relative;
	overflow-x: hidden;
	font-family: "geomanist-regular", "arial", sans-serif;
}
body, html {
	height: 100%;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: transparent;
}
.caps {
	text-transform: uppercase;
}
.page-content {
	background-color: #fff;
	margin-top: -40px;
}
a {
	color: #444;
}
a:hover {
	color: #333;
}

#videoCaraousel {
    width: 100%!important;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%!important;
    
}
.video-fluid {
  min-width: 100%!important;

}
/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#wrapper.toggled {
	padding-left: 220px;
}
#sidebar-wrapper {
	z-index: 1000;
	left: 220px;
	width: 0;
	height: 100%;
	margin-left: -220px;
	overflow-y: auto;
	overflow-x: hidden;
	background: rgb(30,73,80);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
 #sidebar-wrapper::-webkit-scrollbar {
 display: none;
}
#wrapper.toggled #sidebar-wrapper {
	width: 220px;
}
#page-content-wrapper {
	width: 100%;/*padding-top: 70px;
    */
}
#wrapper.toggled #page-content-wrapper {
	position: absolute;
	margin-right: -220px;
}
/*-------------------------------*/
/*     Side nav trans panel      */
/*-------------------------------*/
.semi-trans-panel {
	background-color: rgba(255,255,255,0.5);
	position: fixed;
	top: 0px;
	width: 62px;
	height: 68px;
	z-index: 999;
}
/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
	position: absolute;
	top: 0;
	width: 220px;
	margin: 0;
	padding: 0;
	list-style-type: square!important;
}
.sidebar-nav li {
	position: relative;
	line-height: 20px;
	display: inline-block;
	width: 100%;
	color: #fff;
    border-bottom: 1px dotted #fff;
	padding-top: 3px;
	padding-bottom: 3px;
}
.acc-panel-body {
	background-color: #38919D;
}
.sidebar-nav .third-level {
	font-size: 12px;
	margin-left: -36px;
}
.sidebar-nav .third-level:before {
	content: "> ";
}
.acc-title {
	font-size: 16px!important;
}
.sub-nav-block {
	margin-bottom: 30px;
}
/*-------------------------------*/
/*       Accordian Styles        */
/*-------------------------------*/
h4.acc-title > a:link, h4.acc-title > a:visited {
	display: block!important;
	text-decoration: none!important;
	color: #fff;
	outline: 0;
}
.acc-default > .acc-heading {
	background-color: transparent!important;
	display: block;
}
.acc-default > .acc-heading {
	color: #333;
	background-color: #f00;
	border-color: #ddd;
}
.acc-group .acc-heading {
	border-bottom: 0;
}
.acc-heading {
	padding: 10px 15px;
	border-bottom: 1px dotted transparent;
	border-radius: 0px!important;
}
.acc-panel-body > ul {
	margin: 0px;
	padding: 15px;
}
.acc-panel-body > li {
	list-style-type: square!important;
}
.acc-panel-body a:link, .acc-panel-body a:visited {
	color: #fff!important;
	text-decoration: none!important;
}
.acc-panel-body a:hover, .acc-panel-body a:active {
	color: #000!important;
	text-decoration: none!important;
}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
	position: fixed;
	top: 20px;
	z-index: 999;
	display: block;
	width: 32px;
	height: 32px;
	margin-left: 15px;
	background: transparent;
	border: none;
	padding: 5px;
}
.hamburger:hover, .hamburger:focus, .hamburger:active {
	outline: none;
}
.hamburger.is-closed:before {
	content: '';
	display: block;
	width: 100px;
	font-size: 14px;
	color: #38919D;
	color: #fff;
	line-height: 32px;
	text-align: center;
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: all .35s ease-in-out;
	transform: translate3d(0, 0, 0);
	transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
	opacity: 1;
	display: block;
	-webkit-transform: translate3d(-100px, 0, 0);
	-webkit-transition: all .35s ease-in-out;
	transform: translate3d(-100px, 0, 0);
	transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
	position: absolute;
	left: 0;
	height: 4px;
	width: 100%;
}
.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom {
	background-color: #000;
}
.hamburger.is-closed .hamb-top {
	top: 5px;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
	top: 50%;
	margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
	bottom: 5px;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-top {
	top: 0;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
	bottom: 0;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
	background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top, .hamburger.is-open .hamb-bottom {
	top: 50%;
	margin-top: -2px;
}
.hamburger.is-open .hamb-top {
	-webkit-transform: rotate(45deg);
	-webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
	transform: rotate(45deg);
	transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}
.hamburger.is-open .hamb-middle {
	display: none;
}
.hamburger.is-open .hamb-bottom {
	-webkit-transform: rotate(-45deg);
	-webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
	transform: rotate(-45deg);
	transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}
.hamburger.is-open:before {
	content: '';
	display: block;
	width: 100px;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: all .35s ease-in-out;
	transform: translate3d(0, 0, 0);
	transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
	opacity: 1;
	display: block;
	-webkit-transform: translate3d(-100px, 0, 0);
	-webkit-transition: all .35s ease-in-out;
	transform: translate3d(-100px, 0, 0);
	transition: all .35s ease-in-out;
}
/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(250,250,250,.8);
	z-index: 1;
}
/*-------------------------------*/
/*            Carousel           */
/*-------------------------------*/

.carousel .carousel-item video {
	height: 100%;
	width: auto;
}
.carousel, .carousel-item, .active {
	height: 100%;
}
.carousel-inner {
	height: 100%;
}
.video-fluid {
	max-width: 100%;
	height: auto;
}
.flex-center {
	color: #fff;
	margin-left: auto;
	margin-right: auto;
}
.carousel-caption {
	display: flex;
	align-items: flex-end!important;
}

@media (max-width: 320px) {
.carousel-caption h1 {
	font-size: 14px;
}
.carousel-caption h3 {
	font-size: 8px;
	font-weight: normal;
}
.carousel-caption p {
	font-size: 8px;
	font-weight: normal;
}
}

@media (max-width: 480px) {
.carousel-caption h1 {
	font-size: 16px;
}
.carousel-caption h3 {
	font-size: 10px;
	font-weight: normal;
}
.carousel-caption p {
	font-size: 10px;
	font-weight: normal;
}
}

@media (max-width: 768px) {
.carousel-caption h1 {
	font-size: 18px;
}
.carousel-caption h3 {
	font-size: 12px;
	font-weight: normal;
}
.carousel-caption p {
	font-size: 12px;
	font-weight: normal;
}
}

@media (max-width: 992px) {
.carousel-caption h1 {
	font-size: 20px;
}
.carousel-caption h3 {
	font-size: 14px;
	font-weight: normal;
}
.carousel-caption p {
	font-size: 12px;
	font-weight: normal;
}
}

@media (max-width: 1200px) {
.carousel-caption h1 {
	font-size: 22px;
}
.carousel-caption h3 {
	font-size: 16px;
	font-weight: normal;
}
.carousel-caption p {
	font-size: 12px;
	font-weight: normal;
}
}
.carousel-control.left {
	background: none !important;
 filter: progid: none !important;
	outline: 0;
}
.carousel-control.right {
	background: none !important;
 filter: progid: none !important;
	outline: 0;
}
.carousel-control:hover, .carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90)
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background-color: none!important;
	filter: alpha(opacity=0);
	opacity: 0;
}
/*-------------------------------*/
/*     Embed Container           */
/*-------------------------------*/

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;/*z-index:-1!important;
    */
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*-------------------------------*/
/*            Logo               */
/*-------------------------------*/
@media (min-width: 320px) {
#logo {
	position: absolute;
	float: right;
	top: 0px;
	right: 0px;
	background-color: #318390;
	z-index: 10000 !important;
}
#logo img {
	width: 80px!important;
	height: 80px!important;
}
}

@media (min-width: 480px) {
#logo {
	position: absolute;
	float: right;
	top: 0px;
	right: 40px;
	background-color: #318390;
	z-index: 10000 !important;
	width: 120px!important;
	height: 120px!important;
}
#logo img {
	width: 120px!important;
	height: 120px!important;
}
}

@media (min-width: 768px) {
#logo {
	position: absolute;
	float: right;
	top: 0px;
	right: 40px;
	background-color: #318390;
	z-index: 10000 !important;
	width: 120px!important;
	height: 120px!important;
}
#logo img {
	width: 120px!important;
	height: 120px!important;
}
}

@media (min-width: 992px) {
#logo {
	position: absolute;
	float: right;
	top: 0px;
	right: 40px;
	background-color: #318390;
	z-index: 10000 !important;
	width: 150px!important;
	height: 150px!important;
}
#logo img {
	width: 150px!important;
	height: 150px!important;
}
}

@media (min-width: 1200px) {
#logo {
	position: absolute;
	float: right;
	top: 0px;
	right: 40px;
	background-color: #318390;
	z-index: 10000 !important;
	width: 150px!important;
	height: 150px!important;
}
#logo img {
	width: 150px!important;
	height: 150px!important;
}
}
/*-------------------------------*/
/*            Info Bars          */
/*-------------------------------*/

.info-bar {
	background-color: #404040;
}
a:link > .icon-button-top {
	color: #fff!important;
}
a:hover > .icon-button-top {
	color: #D5ECF4!important;
}
a:visited > .icon-button-top {
	color: #fff!important;
}
a:active > .icon-button-top {
	color: #D5ECF4!important;
}
.subnavigation li {
	list-style-type: none!important;
}
.subnavigation li a:link {
	text-decoration: none;
	color: #1E4905!important;
}
.subnavigation li a:hover {
	text-decoration: none;
	color: #000!important;
}
/*------------------------------*/
/*            Footer            */
/*------------------------------*/

.container-fluid.footer a:hover {
    color: #fff;
}

.footer {
	padding-left: 0px!important;
	padding-right: 0px!important;
}
footer-links {
	margin-top: 20px!important;
	margin-bottom: 20px!important;
}
.footer-link-block {
	display: block;
	text-decoration: none;
	color: #fff;
}
.footer-link-block a:link, .footer-link-block a:visited {
	color: #fff;
	text-decoration: none;
	margin-top: 20px!important;
	margin-bottom: 20px!important;
}
.footer-link-block a:hover, .footer-link-block a:active {
	color: #318390;
	text-decoration: none;
	margin-top: 20px!important;
	margin-bottom: 20px!important;
}
.subnavigation li > a:link, .relatedInformation li > a:visited {
	color: #404040!important;
	text-decoration: none;
}
.subnavigation > a:hover, .relatedInformation li > a:active {
	color: #318390!important;
	text-decoration: none;
}
/*------------------------------*/
/*            Quote            */
/*------------------------------*/    

.quote-green-bg {
	background-color: #318390;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.quote-content {
	color: #fff;
	font-size: 22px;
	padding-bottom: 20px;
}
.quote-cite {
	padding-top: 20px;
	background-image: url('/_System/site-images/quote-white.png');
	background-size: 100%;
	background-position: top right;
	color: #fff;
	min-height: 150px;
	background-repeat: no-repeat;
}
/*------------------------------*/
/*            Link Panels       */
/*------------------------------*/  

.link-panel {
	min-height: 360px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out 0s;
	border-bottom: 2px solid #38919D;
	overflow: hidden;
	margin-bottom: 20px;
	border: 3px solid #fff;
    display:block;
    color:#fff;
}
.link-panel-header {
	background-color: rgba(0,0,0,0.60);
	width: 100%;
	position: absolute;
	bottom: 0px;
	margin: -15px;
	padding: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    color:#fff;
}
.link-panel:hover > .link-panel-header {
	background-color: rgba(49,131,144,0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 15px;
	margin: -15px;
	padding: 0px;
    color:#fff;
}
.brief-description {
	color: #fff;
	display: none;
}
.link-panel:hover .brief-description {
	color: #fff;
	display: block;
}
.link-panel-publications {
	min-height: 360px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out 0s;
	border-bottom: 2px solid #38919D;
	overflow: hidden;
	margin-bottom: 20px;
	border: 3px solid #fff;
}
.link-panel-header-publications {
	background-color: rgba(0,0,0,0.60);
	width: 100%;
	position: absolute;
	bottom: 0px;
	margin: -15px;
	padding: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.link-panel-publications:hover > .link-panel-header-publications {
	background-color: rgba(49,131,144,0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 15px;
	margin: -15px;
	padding: 0px;
}
.brief-description-publications {
	color: #fff;
	display: none;
}
.link-panel-publications:hover .brief-description-publications {
	color: #fff;
}
/*------------------------------*/
/*      Pagination		        */
/*------------------------------*/ 

.pag-current {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -2px;
	padding-right: -4px;
	line-height: 1.42857143;
	color: #fff;
	text-decoration: none;
	background-color: #318390;
	border: 1px solid #ddd;
}
ul.pagination {
	display: block;
	clear: both;
}
/*------------------------------*/
/*      MISC  			        */
/*------------------------------*/ 

.margin-top {
	margin-top: 30px;
}
.margin-bottom {
	margin-bottom: 30px;
}
.market-links {
	display: block;
	padding: 10px;
	background-color: none;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out 0s;
}
.market-links:hover {
	display: block;
	padding: 10px;
	background-color: #318390;
	color: #fff;
	text-decoration: none;
}
.home-boxes {
	display: block;
	padding: 10px;
	background-color: none;
	color: #333;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out 0s;
}
.home-boxes:hover {
	display: block;
	padding: 10px;
	background-color: #318390;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
}
.form-control:focus {
	border-color: #318390;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(213, 236, 244, 0.6);
}
.hot-topics-bg {
}

/*------------------------------*/
/*      Columns  			    */
/*------------------------------*/ 

@media (min-width: 320px) {
.two-cols {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
.three-cols {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
.four-cols {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
.five-cols {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
}

@media (min-width: 480px) {
.two-cols {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
.three-cols {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
.four-cols {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
.five-cols {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
}

@media (min-width: 768px) {
.two-cols {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
.three-cols {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
.four-cols {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
.five-cols {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
}

@media (min-width: 992px) {
.two-cols {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.three-cols {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
.four-cols {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}
.five-cols {
	-webkit-column-count: 5;
	-moz-column-count: 5;
	column-count: 5;
}
}

@media (min-width: 1200px) {
.two-cols {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.three-cols {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
.four-cols {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}
.five-cols {
	-webkit-column-count: 5;
	-moz-column-count: 5;
	column-count: 5;
}
}
.info-graphic {
	width: 100%;
	padding: 30px;
}
.info-graphic a:link {
	outline: none;
}
.img-padding {
	padding-top: 10px;
	padding-bottom: 10px;
}
/*------------------------------*/
/*      Cookie Bar  		    */
/*------------------------------*/ 
#cookie-bar {
	background: #318390;
	line-height: 24px;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}
#cookie-bar.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
#cookie-bar.fixed.bottom {
	bottom: 0;
	top: auto;
}
#cookie-bar p {
	margin: 0;
	padding: 0;
}
#cookie-bar a {
	color: #ffffff;
	display: inline-block;
	border-radius: 3px;
	text-decoration: none;
	padding: 0 6px;
	margin-left: 8px;
}
#cookie-bar .cb-enable {
	background: #666;
}
#cookie-bar .cb-enable:hover {
	background: #333;
}
#cookie-bar .cb-disable {
	background: #666;
}
#cookie-bar .cb-disable:hover {
	background: #333;
}
#cookie-bar .cb-policy {
	background: #666;
}
#cookie-bar .cb-policy:hover {
	background: #333;
}

/*------------------------------*/
/*      User defined quote      */
/*------------------------------*/ 

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 25px;
    border-left: 5px solid #eee;
    color: #318390;
    font-family: "geomanist-light";
    margin-top:20px;
    margin-bottom:20px;
}

h3.title-text{
 color:#fff!important   
}
h3.title-text a:link{
 color:#fff!important   
}
h3.title-text a:hover{
 color:#fff!important   
}
h3.title-text a:visited{
 color:#fff!important   
}
h3.title-text a:active{
 color:#fff!important   
}