﻿/* 2021 redesign styling */
:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: "Circular", Arial, sans-serif;
	--font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

body{
	font-family: "Circular", Arial, sans-serif !important;
}

.more-studies-section{
	background-color: #f8f8fa !important; 
	padding: 40px 80px 0px 80px !important; 
}

.inverse-block{
	margin-bottom: 60px;
}

.sys_highlightBox{
	margin-top: 0px !important;
}

.more-studies-section .card-body h3 {
	font-size: 1.25rem;
}

.inverse-block .card-body p a{
	color: white !important;
	text-decoration: underline;
	font-style: normal;
}

.inverse-block .card-body p a:hover{
	color: white !important;
	text-decoration: underline;
	font-style: normal;
}

.content-vision p::nth-last-child(2) {
	margin-bottom: 50px;
}

.search-vision-article {
	margin-right: auto;
	margin-left: 10px;
}

.search-bar-article {
	border: none;
	border-bottom: 2px solid #18194f;
	padding-bottom: 2px;
	padding-left: 2px;
}

.search-submit-article {
	background: white;
	border: 2px solid #18194f;
	padding: 7px;
}

.inverse-block .card-body h1 {
	color: white !important;
}

.more-studies-section .card-body .card-img-top {
	height: 200px;
	width: 100%;
	object-fit: cover;
}

/* LINKS */

.content-vision p {
    color: #18194f !important;
}

.content-vision a {
    color: #18194f !important;
	text-decoration: underline !important;
}


/* SEARCH PAGE */
#article-list .article-row {
	margin-bottom: 30px;
}
#article-list .article-row .article-thumbnail {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
#article-list .article-row h3 a {
	font-weight: normal;
	text-decoration: underline;
	color: #1a296b;
}
#article-list .article-row h3 a:hover {
	text-decoration: none;
}
#article-list .article-row .sys_Description {
	color: #1a296b;
}
#article-list .article-row .category {
	margin-top: 15px;
}

/* Pagination */
#connectWrapper .sys_flickrpager .sys_navigation {
	text-align: center;
	margin: 30px;
}
#connectWrapper .sys_flickrpager .sys_navigation .sys_page {
	padding: 5px 0 5px 0;
	margin: 0px 5px;
	border: 2px solid #18194F;
	color: #18194F;
	width: 40px;
	display: inline-block;
	height: 40px;
}
#connectWrapper .sys_flickrpager .sys_navigation .sys_selected {
	background-color: #18194F;
	color: white;
}
#connectWrapper .sys_flickrpager .sys_navigation a:hover {
	text-decoration: none;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 577px) {
	#article-list .article-row .article-thumbnail {
		padding-bottom: 10px;
	}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 577px) {
	#article-list .article-row .article-thumbnail {
		padding-bottom: 10px;
	}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	#article-list .article-row .article-thumbnail {
		padding-bottom: 0px;
	}
	.more-studies-section .card-body h3 {
		font-size: 1.5rem;
	}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.more-studies-section .card-body .card-img-top {
		height: 300px;
	}
	.more-studies-section .card-body h3 {
		font-size: 1.75rem;
	}
}


/* COOKIE BAR STYLES */
#cookie-bar {background-color: #000000; height:auto; line-height:24px; color:#fff; text-align:center; padding:20px; z-index:2000;}
#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; color: #fff !important; font-size: 14px;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:1px; text-decoration:none; padding:8px; margin-left:8px;}
#cookie-bar .cb-enable {background:#007ca7;}
#cookie-bar .cb-enable:hover {background:#ffffff; color: #000000;}
#cookie-bar .cb-disable {background:#d9292b;}
#cookie-bar .cb-disable:hover {background:#ffffff; color:#000000;}
#cookie-bar .cb-policy {background:transparent;border: 1px solid #fff;}
#cookie-bar .cb-policy:hover {background:#fff; color: #000000;}

.content-vision ul li{
	list-style-type: circle;
}

div#footer {
	display: flex;
	justify-content: center;
}

/* Bootstrap columns for footer */
.sys_container-fluid{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px}
.sys_row{margin-left:-10px;margin-right:-10px}
.sys_col-xs-1, .sys_col-sm-1, .sys_col-md-1, .sys_col-lg-1, .sys_col-xs-2, .sys_col-sm-2, .sys_col-md-2, .sys_col-lg-2, .sys_col-xs-3, .sys_col-sm-3, .sys_col-md-3, .sys_col-lg-3, .sys_col-xs-4, .sys_col-sm-4, .sys_col-md-4, .sys_col-lg-4, .sys_col-xs-5, .sys_col-sm-5, .sys_col-md-5, .sys_col-lg-5, .sys_col-xs-6, .sys_col-sm-6, .sys_col-md-6, .sys_col-lg-6, .sys_col-xs-7, .sys_col-sm-7, .sys_col-md-7, .sys_col-lg-7, .sys_col-xs-8, .sys_col-sm-8, .sys_col-md-8, .sys_col-lg-8, .sys_col-xs-9, .sys_col-sm-9, .sys_col-md-9, .sys_col-lg-9, .sys_col-xs-10, .sys_col-sm-10, .sys_col-md-10, .sys_col-lg-10, .sys_col-xs-11, .sys_col-sm-11, .sys_col-md-11, .sys_col-lg-11, .sys_col-xs-12, .sys_col-sm-12, .sys_col-md-12, .sys_col-lg-12{position:relative;min-height:1px;padding-left:10px;padding-right:10px;}


.sys_contentWrapper .sys_col-xs-1, 
.sys_contentWrapper .sys_col-sm-1, 
.sys_contentWrapper .sys_col-md-1, 
.sys_contentWrapper .sys_col-lg-1, 
.sys_contentWrapper .sys_col-xs-2, 
.sys_contentWrapper .sys_col-sm-2, 
.sys_contentWrapper .sys_col-md-2, 
.sys_contentWrapper .sys_col-lg-2, 
.sys_contentWrapper .sys_col-xs-3, 
.sys_contentWrapper .sys_col-sm-3, 
.sys_contentWrapper .sys_col-md-3, 
.sys_contentWrapper .sys_col-lg-3, 
.sys_contentWrapper .sys_col-xs-4, 
.sys_contentWrapper .sys_col-sm-4, 
.sys_contentWrapper .sys_col-md-4, 
.sys_contentWrapper .sys_col-lg-4, 
.sys_contentWrapper .sys_col-xs-5, 
.sys_contentWrapper .sys_col-sm-5, 
.sys_contentWrapper .sys_col-md-5, 
.sys_contentWrapper .sys_col-lg-5, 
.sys_contentWrapper .sys_col-xs-6, 
.sys_contentWrapper .sys_col-sm-6, 
.sys_contentWrapper .sys_col-md-6, 
.sys_contentWrapper .sys_col-lg-6, 
.sys_contentWrapper .sys_col-xs-7, 
.sys_contentWrapper .sys_col-sm-7, 
.sys_contentWrapper .sys_col-md-7, 
.sys_contentWrapper .sys_col-lg-7, 
.sys_contentWrapper .sys_col-xs-8, 
.sys_contentWrapper .sys_col-sm-8, 
.sys_contentWrapper .sys_col-md-8, 
.sys_contentWrapper .sys_col-lg-8, 
.sys_contentWrapper .sys_col-xs-9, 
.sys_contentWrapper .sys_col-sm-9, 
.sys_contentWrapper .sys_col-md-9, 
.sys_contentWrapper .sys_col-lg-9, 
.sys_contentWrapper .sys_col-xs-10, 
.sys_contentWrapper .sys_col-sm-10, 
.sys_contentWrapper .sys_col-md-10, 
.sys_contentWrapper .sys_col-lg-10, 
.sys_contentWrapper .sys_col-xs-11, 
.sys_contentWrapper .sys_col-sm-11, 
.sys_contentWrapper .sys_col-md-11, 
.sys_contentWrapper .sys_col-lg-11, 
.sys_contentWrapper .sys_col-xs-12, 
.sys_contentWrapper .sys_col-sm-12, 
.sys_contentWrapper .sys_col-md-12, 
.sys_contentWrapper .sys_col-lg-12{padding: 0 16px;}




.sys_col-xs-1, .sys_col-xs-2, .sys_col-xs-3, .sys_col-xs-4, .sys_col-xs-5, .sys_col-xs-6, .sys_col-xs-7, .sys_col-xs-8, .sys_col-xs-9, .sys_col-xs-10, .sys_col-xs-11, .sys_col-xs-12{float:left}
.sys_col-xs-12{width:100%}
.sys_col-xs-11{width:91.66666667%}
.sys_col-xs-10{width:83.33333333%}
.sys_col-xs-9{width:75%}
.sys_col-xs-8{width:66.66666667%}
.sys_col-xs-7{width:58.33333333%}
.sys_col-xs-6{width:50%}
.sys_col-xs-5{width:41.66666667%}
.sys_col-xs-4{width:33.33333333%}
.sys_col-xs-3{width:25%}
.sys_col-xs-2{width:16.66666667%}
.sys_col-xs-1{width:8.33333333%}
.sys_col-xs-pull-12{right:100%}
.sys_col-xs-pull-11{right:91.66666667%}
.sys_col-xs-pull-10{right:83.33333333%}
.sys_col-xs-pull-9{right:75%}
.sys_col-xs-pull-8{right:66.66666667%}
.sys_col-xs-pull-7{right:58.33333333%}
.sys_col-xs-pull-6{right:50%}
.sys_col-xs-pull-5{right:41.66666667%}
.sys_col-xs-pull-4{right:33.33333333%}
.sys_col-xs-pull-3{right:25%}
.sys_col-xs-pull-2{right:16.66666667%}
.sys_col-xs-pull-1{right:8.33333333%}
.sys_col-xs-pull-0{right:auto}
.sys_col-xs-push-12{left:100%}
.sys_col-xs-push-11{left:91.66666667%}
.sys_col-xs-push-10{left:83.33333333%}
.sys_col-xs-push-9{left:75%}
.sys_col-xs-push-8{left:66.66666667%}
.sys_col-xs-push-7{left:58.33333333%}
.sys_col-xs-push-6{left:50%}
.sys_col-xs-push-5{left:41.66666667%}
.sys_col-xs-push-4{left:33.33333333%}
.sys_col-xs-push-3{left:25%}
.sys_col-xs-push-2{left:16.66666667%}
.sys_col-xs-push-1{left:8.33333333%}
.sys_col-xs-push-0{left:auto}
.sys_col-xs-offset-12{margin-left:100%}
.sys_col-xs-offset-11{margin-left:91.66666667%}
.sys_col-xs-offset-10{margin-left:83.33333333%}
.sys_col-xs-offset-9{margin-left:75%}
.sys_col-xs-offset-8{margin-left:66.66666667%}
.sys_col-xs-offset-7{margin-left:58.33333333%}
.sys_col-xs-offset-6{margin-left:50%}
.sys_col-xs-offset-5{margin-left:41.66666667%}
.sys_col-xs-offset-4{margin-left:33.33333333%}
.sys_col-xs-offset-3{margin-left:25%}
.sys_col-xs-offset-2{margin-left:16.66666667%}
.sys_col-xs-offset-1{margin-left:8.33333333%}
.sys_col-xs-offset-0{margin-left:0}

@media (min-width:768px){
	.sys_col-sm-1, .sys_col-sm-2, .sys_col-sm-3, .sys_col-sm-4, .sys_col-sm-5, .sys_col-sm-6, .sys_col-sm-7, .sys_col-sm-8, .sys_col-sm-9, .sys_col-sm-10, .sys_col-sm-11, .sys_col-sm-12{float:left}
	.sys_col-sm-12{width:100%}
	.sys_col-sm-11{width:91.66666667%}
	.sys_col-sm-10{width:83.33333333%}
	.sys_col-sm-9{width:75%}
	.sys_col-sm-8{width:66.66666667%}
	.sys_col-sm-7{width:58.33333333%}
	.sys_col-sm-6{width:50%}
	.sys_col-sm-5{width:41.66666667%}
	.sys_col-sm-4{width:33.33333333%}
	.sys_col-sm-3{width:25%}
	.sys_col-sm-2{width:16.66666667%}
	.sys_col-sm-1{width:8.33333333%}
	.sys_col-sm-pull-12{right:100%}
	.sys_col-sm-pull-11{right:91.66666667%}
	.sys_col-sm-pull-10{right:83.33333333%}
	.sys_col-sm-pull-9{right:75%}
	.sys_col-sm-pull-8{right:66.66666667%}
	.sys_col-sm-pull-7{right:58.33333333%}
	.sys_col-sm-pull-6{right:50%}
	.sys_col-sm-pull-5{right:41.66666667%}
	.sys_col-sm-pull-4{right:33.33333333%}
	.sys_col-sm-pull-3{right:25%}
	.sys_col-sm-pull-2{right:16.66666667%}
	.sys_col-sm-pull-1{right:8.33333333%}
	.sys_col-sm-pull-0{right:auto}
	.sys_col-sm-push-12{left:100%}
	.sys_col-sm-push-11{left:91.66666667%}
	.sys_col-sm-push-10{left:83.33333333%}
	.sys_col-sm-push-9{left:75%}
	.sys_col-sm-push-8{left:66.66666667%}
	.sys_col-sm-push-7{left:58.33333333%}
	.sys_col-sm-push-6{left:50%}
	.sys_col-sm-push-5{left:41.66666667%}
	.sys_col-sm-push-4{left:33.33333333%}
	.sys_col-sm-push-3{left:25%}
	.sys_col-sm-push-2{left:16.66666667%}
	.sys_col-sm-push-1{left:8.33333333%}
	.sys_col-sm-push-0{left:auto}
	.sys_col-sm-offset-12{margin-left:100%}
	.sys_col-sm-offset-11{margin-left:91.66666667%}
	.sys_col-sm-offset-10{margin-left:83.33333333%}
	.sys_col-sm-offset-9{margin-left:75%}
	.sys_col-sm-offset-8{margin-left:66.66666667%}
	.sys_col-sm-offset-7{margin-left:58.33333333%}
	.sys_col-sm-offset-6{margin-left:50%}
	.sys_col-sm-offset-5{margin-left:41.66666667%}
	.sys_col-sm-offset-4{margin-left:33.33333333%}
	.sys_col-sm-offset-3{margin-left:25%}
	.sys_col-sm-offset-2{margin-left:16.66666667%}
	.sys_col-sm-offset-1{margin-left:8.33333333%}
	.sys_col-sm-offset-0{margin-left:0}
	}

@media (min-width:992px){
	.sys_col-md-1, .sys_col-md-2, .sys_col-md-3, .sys_col-md-4, .sys_col-md-5, .sys_col-md-6, .sys_col-md-7, .sys_col-md-8, .sys_col-md-9, .sys_col-md-10, .sys_col-md-11, .sys_col-md-12{float:left}
	.sys_col-md-12{width:100%}
	.sys_col-md-11{width:91.66666667%}
	.sys_col-md-10{width:83.33333333%}
	.sys_col-md-9{width:75%}
	.sys_col-md-8{width:66.66666667%}
	.sys_col-md-7{width:58.33333333%}
	.sys_col-md-6{width:50%}
	.sys_col-md-5{width:41.66666667%}
	.sys_col-md-4{width:33.33333333%}
	.sys_col-md-3{width:25%}
	.sys_col-md-2{width:16.66666667%}
	.sys_col-md-1{width:8.33333333%}
	.sys_col-md-pull-12{right:100%}
	.sys_col-md-pull-11{right:91.66666667%}
	.sys_col-md-pull-10{right:83.33333333%}
	.sys_col-md-pull-9{right:75%}
	.sys_col-md-pull-8{right:66.66666667%}
	.sys_col-md-pull-7{right:58.33333333%}
	.sys_col-md-pull-6{right:50%}
	.sys_col-md-pull-5{right:41.66666667%}
	.sys_col-md-pull-4{right:33.33333333%}
	.sys_col-md-pull-3{right:25%}
	.sys_col-md-pull-2{right:16.66666667%}
	.sys_col-md-pull-1{right:8.33333333%}
	.sys_col-md-pull-0{right:auto}
	.sys_col-md-push-12{left:100%}
	.sys_col-md-push-11{left:91.66666667%}
	.sys_col-md-push-10{left:83.33333333%}
	.sys_col-md-push-9{left:75%}
	.sys_col-md-push-8{left:66.66666667%}
	.sys_col-md-push-7{left:58.33333333%}
	.sys_col-md-push-6{left:50%}
	.sys_col-md-push-5{left:41.66666667%}
	.sys_col-md-push-4{left:33.33333333%}
	.sys_col-md-push-3{left:25%}
	.sys_col-md-push-2{left:16.66666667%}
	.sys_col-md-push-1{left:8.33333333%}
	.sys_col-md-push-0{left:auto}
	.sys_col-md-offset-12{margin-left:100%}
	.sys_col-md-offset-11{margin-left:91.66666667%}
	.sys_col-md-offset-10{margin-left:83.33333333%}
	.sys_col-md-offset-9{margin-left:75%}
	.sys_col-md-offset-8{margin-left:66.66666667%}
	.sys_col-md-offset-7{margin-left:58.33333333%}
	.sys_col-md-offset-6{margin-left:50%}
	.sys_col-md-offset-5{margin-left:41.66666667%}
	.sys_col-md-offset-4{margin-left:33.33333333%}
	.sys_col-md-offset-3{margin-left:25%}
	.sys_col-md-offset-2{margin-left:16.66666667%}
	.sys_col-md-offset-1{margin-left:8.33333333%}
	.sys_col-md-offset-0{margin-left:0}
	}

@media (min-width:1200px){
	.sys_col-lg-1, .sys_col-lg-2, .sys_col-lg-3, .sys_col-lg-4, .sys_col-lg-5, .sys_col-lg-6, .sys_col-lg-7, .sys_col-lg-8, .sys_col-lg-9, .sys_col-lg-10, .sys_col-lg-11, .sys_col-lg-12{float:left}
	.sys_col-lg-12{width:100%}
	.sys_col-lg-11{width:91.66666667%}
	.sys_col-lg-10{width:83.33333333%}
	.sys_col-lg-9{width:75%}
	.sys_col-lg-8{width:66.66666667%}
	.sys_col-lg-7{width:58.33333333%}
	.sys_col-lg-6{width:50%}
	.sys_col-lg-5{width:41.66666667%}
	.sys_col-lg-4{width:33.33333333%}
	.sys_col-lg-3{width:25%}
	.sys_col-lg-2{width:16.66666667%}
	.sys_col-lg-1{width:8.33333333%}
	.sys_col-lg-pull-12{right:100%}
	.sys_col-lg-pull-11{right:91.66666667%}
	.sys_col-lg-pull-10{right:83.33333333%}
	.sys_col-lg-pull-9{right:75%}
	.sys_col-lg-pull-8{right:66.66666667%}
	.sys_col-lg-pull-7{right:58.33333333%}
	.sys_col-lg-pull-6{right:50%}
	.sys_col-lg-pull-5{right:41.66666667%}
	.sys_col-lg-pull-4{right:33.33333333%}
	.sys_col-lg-pull-3{right:25%}
	.sys_col-lg-pull-2{right:16.66666667%}
	.sys_col-lg-pull-1{right:8.33333333%}
	.sys_col-lg-pull-0{right:auto}
	.sys_col-lg-push-12{left:100%}
	.sys_col-lg-push-11{left:91.66666667%}
	.sys_col-lg-push-10{left:83.33333333%}
	.sys_col-lg-push-9{left:75%}
	.sys_col-lg-push-8{left:66.66666667%}
	.sys_col-lg-push-7{left:58.33333333%}
	.sys_col-lg-push-6{left:50%}
	.sys_col-lg-push-5{left:41.66666667%}
	.sys_col-lg-push-4{left:33.33333333%}
	.sys_col-lg-push-3{left:25%}
	.sys_col-lg-push-2{left:16.66666667%}
	.sys_col-lg-push-1{left:8.33333333%}
	.sys_col-lg-push-0{left:auto}
	.sys_col-lg-offset-12{margin-left:100%}
	.sys_col-lg-offset-11{margin-left:91.66666667%}
	.sys_col-lg-offset-10{margin-left:83.33333333%}
	.sys_col-lg-offset-9{margin-left:75%}
	.sys_col-lg-offset-8{margin-left:66.66666667%}
	.sys_col-lg-offset-7{margin-left:58.33333333%}
	.sys_col-lg-offset-6{margin-left:50%}
	.sys_col-lg-offset-5{margin-left:41.66666667%}
	.sys_col-lg-offset-4{margin-left:33.33333333%}
	.sys_col-lg-offset-3{margin-left:25%}
	.sys_col-lg-offset-2{margin-left:16.66666667%}
	.sys_col-lg-offset-1{margin-left:8.33333333%}
	.sys_col-lg-offset-0{margin-left:0}
	}