:root {
  --coreso-blue: #2c5aa0;
  --coreso-red: #ff322e;
  --coreso-gray: #7b7b7b;
  --project-img-width: 10vw; 
  --max-width: 1400px;
} 
html,
body {
  	height: 100%;
 	font-family: Helvetica,sans-serif;
 	scroll-behavior: smooth;
 	max-width:var(--max-width);
 	margin-left: auto;
 	margin-right:auto;
 	
 
 	
}
nav{
	max-width: var(--max-width);
	 	margin-left: auto;
 	margin-right:auto;
}

html.admin,body.admin{
	max-width:100%;
}
nav.admin{
	max-width:100%;
}



h1,h2,h3,h4,h5{
	color:var(--coreso-blue);
}

.h1-adaptive{
	font-size:1.8rem;
	font-weight:bold;
}
@media (min-width: 700px){ 
  .h1-adaptive{
	font-size:2.5rem;
}
}

@media (min-width: 1000px){   
  #ourApproachExplanation h3 {
    font-size: 2.5rem; /* 76px*/
  }
  #ourApproachExplanation p { 
    font-size: 1.3rem; /* 56px*/
  }
}


hr.landing{

  background: linear-gradient(to right, white,var(--coreso-red),white);
  height: 1px;
  border:0;
  margin-top: 2em;
  margin-bottom: 2em;

}

h2.landing{
	color: var(--coreso-blue);
	font-weight:600;
	
}

.dlink-landing{
	cursor:pointer;
	border-radius:0.25rem;
	background-color:white;
}
.dlink-landing:hover{
	background-color: #eeeeee;
	
	margin-left:5px;
	margin-top:5px;
	box-shadow: 1px 1px 5px;
}

.contact-button{
	height:5rem;
	
}
.contact-button img{
	position:absolute; 
    top:0; 
    left:0; 
    right:0; 
    bottom:0; 
    margin:auto; 
    height:100%;
    background-color:white;
}



a {color:var(--coreso-blue)}

.coreso-blue{
	color: #2c5aa0;
}

.bg-coreso {
	background-color:#f5f8fc;
	opacity:1.0;
	}
.navbar-nav{
	margin-top:25px;
}
.nav-link{
	font-size:1.1rem;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.active{
	font-weight:bold;
	color:blue;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #6c757d;
}

#partnerBenefits li{
	margin-bottom:10px;
}

#socialMedia{
	position:fixed;
	right:0px;
	top:20px;
}


.news-img{
	max-width:500px;
	max-height:250px;
	
}
.news-img-container{
	float:left;
	margin-right:2rem;
	margin-bottom:2rem;	
}

.container-fluid{
	background-image: url("/assets/background_network_small.svg");
	background-image: url("/assets/background_nw.svg");
	background-size: auto 500px;
	
	background-position: bottom right;
  	background-repeat: both;
	
}

.carousel-innerX{
	height:50vh;
	
}

.carousel-inner > .item {
  height: 100vh;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 800px;
  width: auto;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.carousel-item-coreso{
	position: relative;
	height: 50vh;
	/* Center and scale the image nicely */
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	text-align: left;
  	padding-left:3rem;
}


.carousel-caption{
	color:white;
	background: rgba(0,0,0,0.6);
	
}

.catchyPhrase{
	border: 1px solid #2c5aa0;
	border-radius:0px 20px 20px 20px;
	font-style:italic;
	font-size:1.1rem;
	font-weight:normal;
	text-align:justify;
	padding:10px;
	margin-bottom:2rem;
	box-shadow:	0 0.125rem 0.5rem rgba(0, 0, 0, .3), 0 0.0625rem 0.125rem rgba(0, 0, 0, .2);
	
}



/*----------------- TABLES *************************/
.table-vsm th,
.table-vsm td {
  padding-top: 0.1rem;
  padding-bottom:0.1rem;
  padding-left: 0.2rem;
  padding-right:0.2rem;
  font-size:0.85rem;
}

textarea.form-control-full {
  height: 100%;
  min-height: 100%;
  vertical-align:top;
}


/*
#landing-image{
	position: relative;
	background-image: url("/assets/photos/coreso_landing_bee.jpg");
	
	height: 50vh;
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	text-align: left;
  	padding-left:3rem;
}


#landing-image h1{
	font-size: 3vw;
	font-weight:bold;
	color:white;
	position:relative;
	top:0px;
	
}

.landing-text{
	  background-color: rgba(0,0,0,0.5);
	  color:white;
	  font-weigth:bold;
	  
	  padding-left: 8vw;
	  padding-right: 8vw;
	  
	  height:10vh;
	  vertical-align:middle;
	  font-size: 1.7vw;
}
*/
#page-header{
	position: relative;
	
	height: 20vh;
	/* Center and scale the image nicely */
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	text-align:center;
  	display:flex;
    align-items: center;
    justify-content: right;
    border-radius:0% 0% 0% 90%;
    
}
.page-header-h1{
	text-align:right;
	font-weight:bold;
	text-size:3vw;
	width:100%;
	color:white;
	padding-right:5vw;
	text-shadow: 0 0 10px black
}

.coreso-light{
	background-color:white;
	color:black;
	
}


.coreso-dark{
	color:white;
	background-color:#2c5aa0;
	
	
}
.coreso-dark a{
	color:white;
	font-weight:bold;
}



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

.image-container{
 
  position:relative;
  overflow: hidden; 
}
  
.image-container img {
  max-width: 100%; 
  height: auto;
  display: block; /* added this */
  
}

.image-container a {
  position:absolute;
  color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  z-index:2;
  
}

.image-container .image-overlay{
  opacity:0;
  position:absolute;
  color: #fff;
  background: rgba(141, 178, 215, 0.77);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  text-align:center;
  font-size:40px;
  line-height: 200px;  /* added this */

  
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  z-index:1;
}

.image-container:hover .image-overlay{
  opacity:1;
}

#ourApproachExplanation{
	margin: 0 auto;
}

.ourApproachDiv{
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  
  	text-align: center;
	vertical-align: middle;
	
	text-align: center;
	vertical-align: middle;
	display:flex;
	align-items : center;
    justify-content: center;
    
    font-size:1.2rem;
    
  	
}
.ourApproachImg{
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	box-shadow: inset 0px 0px 25px 30px white; 
  	min-height:150px;
  	font-size:2.5rem;
  	font-weight:800;
  	color:white;
  	text-shadow: 0 0 10px black
  	
}

/* PARTNERS */
.partner-picture{
	max-height: 5rem;
	filter:grayscale(1);
	max-width:25vw;
}

.partner-picture:hover{
	filter:grayscale(0);
}
.partner-picture-modal{
	display: block;
  	max-width:100%;
  	max-height:20vh;
  	width: auto;
  	height: auto;
  	margin-left:auto;
  	margin-right:auto;
	
}

.hidden{
	display:none;
}
.partner-row{
	top:0px;
}

.carousel-dot {
  height: 1.0em;
  width: 1.0em;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #bbb;
  margin-left:0.5em;
  margin-right:0.5em;
  cursor:pointer;
}

.carousel-dot:hover {
  border: 1px solid var(--coreso-blue);
  
}
.active-dot{
	background-color:var(--coreso-blue);
}


a.anchor {
    display: block;
    position: relative;
    top: -19em;
    visibility: hidden;
}


/* DESCRIPTION OF THE MOVING CHART IN OUR PROCESS */
#ourApproachExplanation h3{
	font-size:1.8rem;
}



@media (min-width: 700px){ 
  #ourApproachExplanation h3 { 
    font-size: 2.0rem; // 56px
  }
  #ourApproachExplanation p { 
    font-size: 1.2rem; // 56px
  }
}

@media (min-width: 1000px){   
  #ourApproachExplanation h3 {
    font-size: 2.5rem; // 76px
  }
  #ourApproachExplanation p { 
    font-size: 1.3rem; // 56px
  }
}


.goto-button{
	background-color: rgba(44,90,160,0.6);
	padding:1rem;
	color:white;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:50px;
	border-radius:3px;
	}
	
.goto-button:hover{
	text-decoration:none;
	background-color: rgba(44,90,160,1);
	color:white;
	
	}
	
.goto-button-dark{
	background-color: rgba(255,255,255,0.6);
	padding:1rem;
	color:#2c5aa0;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:50px;
	border-radius:3px;
	}
	
.goto-button-dark:hover{
	text-decoration:none;
	background-color: rgba(255,255,255,1);
	color:#2c5aa0;
	
	}

.no-decoration:hover{
	text-decoration:none;
	
	}
	
.anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

/*********** STAFF DISPLAY *************/
.card-member{
	position: relative;
	width: 17.5rem;
	height:24em;
	margin:1rem;
	border: 2px solid #2c5aa0;
	display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    border-radius:5px;	
}
.card-member:hover{
	border:4px solid #2c5aa0;
}

.card-member-name{
	position:absolute;
	bottom: 0px;
	width:100%;
	height:6rem;
	background: rgba(255, 255, 255, 0.8);
	text-align:center;
	font-size:1.4rem;
	color: #2c5aa0;
	
	
	
}

.card-member-position{
	font-size:1.1rem;
	color: black;;
	
	
	
}


.img-member{
 	flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    height:100%
}


.card-body-hidden{ display:none;
}

/*********** PROJECT DISPLAY *************/
/*
.card-project{
	padding: 15px;
	border:0px;
	text-align:center;
	cursor:pointer;
	max-width:30%;
	min-width:180px;
	border: 0px solid red;
	margin:5px;
	}
	
.card-project:hover{
	-webkit-filter: none;
 	 filter: none;
}


.card-project-position{
	font-size:1.1rem;
	color: black;;
	
	
}

.projectFeedQuestion{
	position:absolute;
	top:0px;
	height:100%;
	width:100%;
	left:0px;
	background-color:rgba(44,90,160, 0.75) ;
	z-index:9;
	color: white; 
	font-size:1.2rem;
	text-align: center;
	vertical-align: middle;
	display:flex;
	align-items : center;
    justify-content: center;
    border-radius:10px;
}

.projectOverlay{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background-color:none;
	z-index:900;
	color:white;
	font-size:2rem;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	display:block;
}
*/
/*********** PROJECT DISPLAY *************/

.card-project{
	padding: 5px;
	text-align:center;
	cursor:pointer;
	max-width:30%;
	min-width:230px;
	border: 0px solid ;
	margin:2px;
	height:15em;
	}
	
.card-project:hover{
	-webkit-filter: none;
 	 filter: none;
}


.card-project-position{
	font-size:1.1rem;
	color: black;;
	
	
}

.project-metadata{
	max-width:70vw;
	background-color:white;
	padding: 1em;	
	box-shadow: 2px 2px 5px #7b7b7b;
	margin:auto auto;
}
.projectFeedQuestion{
	position:absolute;
	top:0px;
	height:100%;
	width:100%;
	left:0px;
	background-color:rgba(44,90,160, 0.75) ;
	z-index:9;
	color: white; /*var(--coreso-blue);*/
	font-size:1.2rem;
	text-align: center;
	vertical-align: middle;
	display:flex;
	align-items : center;
    justify-content: center;
    border-radius:10px;
}

.projectOverlay{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background-color:none;
	z-index:900;
	color:white;
	font-size:2rem;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	display:block;
}
.card-project-name{
	position:absolute;
	bottom:0px;
	background: #ffffffdd;
	height: 5em;
	padding: 0.5em;
	left:0;
	right:0;
}

.testimonial {
    color: #6c757d;
    text-align: left;
    border: 1px solid #2c5aa0;
    border-radius:0.5rem;
    margin-top: 2rem;
    padding:0.5rem;
    font-size:0.9rem;
}
.testimonial-who {
    text-align: right;
    margin-left:3rem;
    margin-top:1rem;
  
}

.circletag-project {
    display: flex;
    width: 100%;
    
    	height: 100%;
max-width: 100%;
min-width: 100%;
border-radius: 5px;
object-fit: cover;
    background: #E6E7ED;
    text-align:center;
    margin:auto 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-position:50% 50%;
    background-repeat:no-repeat;  
    background-position:cover;  
}

.circletag {
    display: flex;
    width: 100%;
    height: 100%;
    background: #E6E7ED;
    text-align:center;
    margin:auto 0;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background-position:50% 50%;
    background-repeat:no-repeat;  
    background-position:cover;  
}

.factsheet-title{
	
	/* -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
   */
    color:#2c5aa0 ;
    font-size:1.5rem;
    font-weight:bold;
}


.box-advantages{
	border: 2px solid #2c5aa0;
	border-radius:10px;
	padding:10px;
	background-color:rgba(44,90,160, 0.6) ;
	color:white;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2c5aa8;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2c5aa8;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 


.publicationCard{
	/*background-color:#ffffff ;
	border-radius:5px;
	border: 2px solid #dddddd;
	*/
	min-height:250px;
	cursor:pointer;
}

.publicationCard:hover{
	background-color:#eeeeee ;
	/*border: 2px solid #017583;*/
	
}

.publicationCard img{
	max-width:150px;
	
	
}


.list-group-item{
	border:none;
	text-align:right;
}

.list-group-item.active{
	background-color:white;
	background-image: linear-gradient(270deg,#7b7b7b7b,#ffffff);
	border: none;
	color:black;
}

.list-group-item-sm{
	font-size:0.8rem;
	padding-left:2em;
	padding-right:0em;
	padding-bottom:0.4em;
	padding-top:0.4em;
}







.event-list .card{background-color: #ffffff;padding: 18px;margin-bottom: 3px}
.event-list .card:hover{background-color:#dddddd;cursor:pointer;}
.event-list img{
	height: 77px;
max-width: 77px;
min-width: 77px;
border-radius: 5px;
object-fit: cover;
}
/*width: 77px;height: 77px;display:block;margin-left:auto;margin-right:auto}*/
.event-list h4{color: #7b7b7b;font-size: 16px}
.event-list .card-text{color: #000000;font-weight: 500;font-size: 16px}
.event-list .card-body{padding: 0 20px;margin: 0 0 10px 0}


.body-techniques ul{
	list-style:none;
	padding-left:1em;
	
}
.body-techniques li{
	margin-bottom:1rem;
}

.body-techniques li::before {
  content: "\21AA";
  color: red;
  font-weight: bold;
  display: inline-block; 
  font-size:1.2rem;
  width: 1em;
  margin-left: -1em;
  
}

