/*
Theme Name: Evaluate Healthcare 2023
Author: Next Scientific GmbH
Author URI: https://www.next-scientific.com
Description: Evaluate Healthcare theme 2023
Version: 1.0
Text Domain: evaluatehealthcare2023
*/

/* stylelint-disable selector-list-comma-newline-after */

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

/*
 * Blog name and description
 */
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}
.blog-description {
  font-size: 1.1rem;
  color: #999;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: white;
  text-align: center;
  background-color: #006E91;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

/*
* Custom styles
*/
/* USE THE WHOLE WIDTH OF THE SCREEN */
.main-content {
  width: 100%;
}

/* HEADINGS AND TEXT STYLES */
h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
}

h1 {
  color:white;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

h5 {
  font-weight: 300;
}

a {
  color: #0E6C8F;
}

a:hover {
  color: rgb(161, 196, 209);
}


/**/
h2.blog-post-title {
  color: #555453;
}

h2.EVA-uppercase {
  font-weight: bold;
  text-align: center;
  color: #555453;
  padding-top: 50px;
  text-transform: uppercase;
}

.showcase h1{
  /* color: rgb(126, 126, 126); */
  padding-top: 20px;
  padding-bottom: 20px;
}

.showcase p{
  font-size: 20px;
  margin-bottom: 50px;
  font-family: 'Open Sans', sans-serif;
  color: black;
  align-items: center;
}

/* HERO AREA*/
.img-logo {
  width: 60%;
}

.showcase {
  background: url('https://evaluate.healthcare/wp-content/uploads/2021/10/network_background_GREY_1600px-flipped.png') no-repeat center center;
  height: 45vw;
  text-align: center;
  color: #fff;
  background-size:cover;
}

.showcase h1 {
  color: rgb(126, 126, 126);
  text-shadow: 2px 2px #D3D3D3;
  margin: 30px 0 30px 0;
}

.showcase h2, .showcase h3, .showcase h4 {
  color: darkgrey;
  text-shadow: 2px 2px #D3D3D3;
}

.hero-div {
  padding-top: 7vw;
}

@media screen and (max-width: 900px) {
  .showcase {
    height: 10vw;
  }
  .showcase h1 {
    padding-top: 25px;
    font-size: 4vw;
  }
  .showcase h4 {
    padding-top: 25px;
    font-size: 3.5vw;
	text-shadow: none;
	color: rgb(23, 108, 143);
  }
  .showcase {
    height: 400px;
  }
  .hero-div {
    padding-top: 0;
  }
}

/* NAV BAR */
/* color of the navigation bar background*/
.menu-div {
  background-color: rgb(235,235,235);

  display: flex;
  align-items: center;
  }

/* display of navigation bar icon - making sure its vertically centered */
.col-div {
  display: flex;
  align-items: center;
}

/* display the text in the navbar to the right */
div.my_header_menu_class ul {
    margin:20px 0px 20px 0px;
    list-style-type: none;
    list-style: none;
    list-style-image: none;
    text-align:right;
}

/* padding and text styling for the navbar */
div.my_header_menu_class li {
    padding: 0px 20px 0px 0px;
    display: inline;
}

a.nav-link {
    color:#0E6C8F;
    text-transform: uppercase !important;
    font-weight: 500;
}

/* @media screen and (max-width: 800px) {
  div.my_header_menu_class a {
    font-size: 2vw;
  }
} */

div.my_extra_menu_class ul {
    margin:20px 0px 20px 0px;
    list-style-type: none;
    list-style: none;
    list-style-image: none;
    text-align: center;
}

div.my_extra_menu_class li {
    padding: 0px 20px 0px 0px;
    display: inline;
}
div.my_extra_menu_class a {
    color:white;
    text-transform: uppercase;
}

div.my_extra_menu_class a:hover {
    color:#e4e4e4;
}

.img-nav {
  width: 120px;
}

/* FOOTER */
.p-footer, footer a {
    color: white;
    text-decoration: none;
}

.a-footer {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
}

.p-footer {
    font-size: 15px;
}

.a-footer:hover {
  color: #EBEBEB
}

/* .blog-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
} */

/* SECTIONS */
/* BLUE SECTIONS - MAINLY TEXT */
.sec-EVA-blue {
  background-color: #006E91;
  box-shadow: 0px 1px 10px #888888, 10px 1px 10px #888888;
}

.sec-EVA-blue h1 {
  text-align: left;
  font-weight: 300;
}
/* running text in the blue sections */
.quote {
  text-align: justify;
  text-align-last: center;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 1.4em;
}

/* if there is a signature to the text */
.sign {
  text-align: right;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-size: 1.2em;
}

/* styling the quotation marks around the quote */
.quote-EVA {
  font-family: 'Arial', sans-sans-serif;
  color: white;
  text-align: center;
  font-size: 200px;
}

.rotate {
  transform: rotate(180deg);
}

.col-quote {
  position: relative;
}

.top {
  position: absolute;
}
.bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}

/* in smaller sizes */
@media screen and (max-width: 1000px) {
  .quote-EVA {
    font-size: 90px;
  }
  .quote {
    font-size: 1em;
  }
  .sign {
    font-size: 0.8em;
  }
  .sec-EVA-blue h1 {
    font-size: 1.2;
  }
}

/* WHITE SECTIONS */
.sec-EVA-white {
  padding: 50px 0 50px 0;
  background-color: white;
}

.vert-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* styling the horizontal line */
hr.EVA-hr-blue {
  /* border-top: 5px solid #0E6C8F; */
  width:35%;
  margin: auto;
  opacity: 1;
  height: 8px;
  background-image: linear-gradient(to right, white, rgba(14, 108, 143, 1), white);
  border: 0;
  height: 10px;
}

/* Styling the bullets */

ul.plus {
  list-style:none;
  padding: 0;
  margin: 0;
}

li.plus {
  background:url(https://evaluate.healthcare/wp-content/uploads/2021/10/bullet-plus.png) no-repeat left center;
  background-size: 40px;
  padding: 10px 0 10px 70px;
  margin: 3px 0;
}

p.plus {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: rgb(110, 110, 110);
  font-weight: 300;
  margin: 0;
}

.img-standard {
  max-width: 90%;
}

/* BOXES WITH ICON AND TEXT */
.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.centered {
    margin: auto;
    width: 50%;
}

/* size of the icon relative to screen */
.box-icon {
  width: 12vw;
  height: auto;
  margin: 30px;
}

.card-shadow-right {
  border-width: 0;
  -webkit-box-shadow: 6px 1px 6px 0px #B5B5B5;
  box-shadow: 6px 1px 6px 0px #B5B5B5;
}

.card-shadow-left {
  border-width: 0;
  -webkit-box-shadow: -6px 1px 6px 0px #B5B5B5;
  box-shadow: -6px 1px 6px 0px #B5B5B5;
}

.margin-50 {
  margin: 50px 0 50px 0;
}

.card-text-EVA {
  padding: 0 30px 0 30px;
  color: #817F7F;
  font-family: 'Open Sans', sans-serif;
  text-align: justify;
  font-size: 1.2vw;
}

.card-text-EVA-heading-right {
  padding: 0 30px 0 30px;
  font-size: 2.5vw;
  color: #817F7F;
  font-family: 'Montserrat', sans-serif;
  text-align: right;
  color: #555453;
  text-transform: uppercase;
  font-weight: bold;
}

.card-text-EVA-heading-left {
  padding: 0 30px 0 30px;
  font-size: 2.5vw;
  color: #817F7F;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  color: #555453;
  text-transform: uppercase;
  font-weight: bold;
}

/* Boxes with icons on smaller devices */
@media screen and (max-width: 900px) {
  .card-text-EVA-heading-left {
    font-size: 4vw;
    padding: 0 2px 0 2px;
  }
  .card-text-EVA-heading-right {
    font-size: 4vw;
    padding: 0 2px 0 2px;
  }
  .card-text-EVA {
    font-size: 3vw;
    padding: 0 2px 0 2px;
  }
  .centered {
      margin: auto;
      width: 80%;
  }
  .margin-50 {
    margin: 10px 0 10px 0;
  }
  .box-icon {
    width: 17vw;
    height: auto;
    margin: 10px;
  }

}


/*FORM */
.btn-EVA {
  background-color: #0E6C8F;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

.btn-EVA:hover {
  background-color: rgb(112, 167, 187);
  color: white;
}

.legend {
  font-size: 0.9vw;
  font-style: italic;
  color: rgb(110, 110, 110);	
}

.legend a {
  color: #0E6C8F;
}

@media screen and (max-width: 700px) {
	.legend {
  font-size: 3vw;
	}
}

/*WORLD MAP*/


.parallax {
  /* The image used */
  background-image: url('https://evaluate.healthcare/wp-content/uploads/2021/11/Map_transparent.png');

  /* Set a specific height */
  min-height: 600px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .parallax {
    /* The image used */
    background-image: url('https://evaluate.healthcare/wp-content/uploads/2021/11/Map_transparent_mobile.png');
	background-attachment: scroll;
  }
}
