* {
  box-sizing: border-box;
  font-family: 'Roboto Flex', sans-serif;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

h1 {
  font-size: 25px;
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: 600;
  text-transform: uppercase;
  color: #20365d;
}

h2 {
  font-size: 20px;
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: 600;
}

h3 {
  font-size: 18px;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 0.2em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: 600;
}

h4 {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: 600;
  font-size: 16px;
}

p {
  font-size: 16px;
}

li {
  font-size: 16px;
}

a {
  color: #20365d;
  text-decoration: none;
}

a:hover {
  color: #cacaca;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

form {
  margin-bottom: 20px;
}

button {
  background: #20365d;
  font-size: 1em;
  color: white;
  border-radius: 0px;
  padding: 5px 15px;
  border: 1px solid #20365d;
  transition: all 0.2s ease;
  text-transform: uppercase;
}

button:hover {
  color: #20365d;
  background: transparent;
}

select {
  padding: 5px 10px 5px 5px;
}

.pointer {
  cursor: pointer;
}

@-webkit-keyframes moveLeftRight {
  0% {
    -webkit-transform: translateX(-10%);
  }

  50% {
    -webkit-transform: translateX(10%);
  }

  100% {
    -webkit-transform: translateX(-10%);
  }
}

@keyframes moveLeftRight {
  0% {
    -webkit-transform: translateX(-10%);
  }

  50% {
    -webkit-transform: translateX(10%);
  }

  100% {
    -webkit-transform: translateX(-10%);
  }
}

.cup-button {
  background: #20365d;
  font-size: 1em;
  color: white;
  border-radius: 0px;
  padding: 5px 15px;
  border: 1px solid #20365d;
  transition: all 0.2s ease;
  text-transform: uppercase;
}

.cup-button:hover {
  color: #20365d;
  background: transparent;
}

input,
textarea {
  margin-bottom: 8px;
  color: black;
  transition: all 0.3s ease;
  padding: 5px;
}

nav {
  width: 100%;
  margin: 0;
  background: white;
  padding-top: 21px;
  padding-bottom: 0px;
  text-align: right;
  color: white;
  font-size: 1em;
  height: 90px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

nav ul {
  font-size: 1.2em;
  list-style-type: none;
  color: white;
  position: relative;
  -webkit-margin-before: 14px;
  -webkit-margin-after: 14px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 500;
}

nav ul img {
  position: absolute;
  left: 30px;
  bottom: 0px;
}

#logo {
  height: 80px;
  bottom: auto;
  top: 10px;
  position: absolute;
  left: 30px;
}

nav li {
  padding-right: 30px;
  display: inline-block;
}

nav ul a {
  color: #1e365d;
  text-transform: uppercase;
  transition: all ease 0.1s;
}

nav ul a:hover {
  color: #20365d;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(images/Preloader_2.gif) center no-repeat #fff;
  opacity: 0.5;
}

.dropdown {
  position: relative;
  display: inline-block;
  z-index: 1000;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  text-align: left;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  /* padding-top: 43px; */
  left: -9px;
}

/* Links inside the dropdown */

.dropdown-content a {
  color: #333;
  padding: 8px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 14px;
}

/* Change color of dropdown links on hover */

.dropdown-content a:hover {
  background: white;
  color: #20365d;
}

/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
  display: block;
}

.headerimage:after {
  content: "";
  display: block;
  clear: both;
}

.lang a {
  color: black;
}

.lang a:hover {
  color: #20365d;
}

.narrowbody {
  margin: 0 auto;
  width: 70%;
  margin-bottom: 5%;
}

.container-custom {
  margin: 0 auto;
  width: 70%;
}

.container-custom:after {
  content: "";
  display: block;
  clear: both;
}

.slider {
  width: 100%;
}

.sliderleft {
  width: 50%;
  float: left;
  height: 250px;
}

.sliderright {
  width: 50%;
  float: left;
  background: black;
  height: 250px;
}

.slider:after {
  content: "";
  display: block;
  clear: both;
}

.narrowbody:after {
  content: "";
  display: block;
  clear: both;
}

#newsslider {
  height: 400px;
}

#container {
  position: relative;
  width: 100%;
  margin: auto;
}

#theTarget {
  height: 700px;
  width: 100%;
}

.carouselimg {
  height: 700px;
  width: 100%;
  background-repeat: no-repeat;
}

.carouseltext {
  position: absolute;
  bottom: 5%;
  right: 15%;
  z-index: 10;
  color: white;
  background-color: rgba(77, 77, 77, 0.6);
  padding: 2.5%;
}

.carouseltext h1 {
  font-size: 2.5em;
  margin-top: 0px;
  margin-bottom: 1%;
  font-family: 'Roboto Flex', sans-serif;
  color: #fff;
}

.carouseltext p {
  font-size: 1.2em;
  font-family: 'Roboto Flex', sans-serif;
  margin: 0;
}

#aboutbutton {
  background-color: #e2e2e2;
  color: black;
  margin-top: 1%;
}

#aboutbutton i {
  top: 10px;
}

#aboutbutton:hover {
  background-color: #c7c7c7;
  color: black;
}

.pillars {
  width: 100%;
  margin-top: 100px;
  align-items: center;
  height: 100%;
  display: none;
}

.pillars ul {
  list-style-type: none;
}

.pillars li {
  margin-bottom: 10px;
}

.pillars img {
  width: 50%;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%);
  -o-transition: .5s ease-in-out;
}

.pillars img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .3s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .3s ease-in-out;
}

.pillars a {
  color: black;
}

.pillars a:hover {
  color: #20365d;
}

.pillar {
  border-radius: 3px;
  float: left;
  width: 21%;
  margin-left: 2%;
  margin-right: 2%;
  text-align: center;
}

.pillar h2 {
  text-transform: uppercase;
  margin-top: 12px;
}

.pillars:after {
  content: "";
  clear: both;
  display: block;
}

.animation {
  opacity: 0;
}

/*
#first {
  border-radius:3px;
  float:left;
  width:21%;
  padding-left:1%;
  padding-right:1%;
  margin-left:1%;
  margin-right:1%;
  text-align:center;
  display:none;
}

#second {
  width:20%;
  float:left;
  padding-left:20px;
  padding-right:20px;
  border-left:1px solid #cecaca;
  text-align:center;
  display:none;
}

#third {
  padding-left:20px;
  padding-right:20px;
  border-left:1px solid #cecaca;
  width:20%;
  float:left;
  text-align:center;
  display:none;
}

#fourth {
  padding-left:20px;
  padding-right:20px;
  border-left:1px solid #cecaca;
  width:20%;
  float:left;
  text-align:center;
  display:none;
}
*/

.pagination {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.1em;
  width: 100%;
}

.pagination a {
  padding: 5px 7px;
  border: 1px solid;
  margin-right: 5px;
}

.pagination a:visited {
  text-decoration: none;
}

.leftcolumn {
  float: left;
  width: 18%;
  height: 200%;
  background: #20365d;
  border-radius: 2px;
  margin-right: 20px;
  padding-left: 20px;
  color: white;
  padding-bottom: 200px;
  font-size: 1.0em;
  padding-top: 20px;
  text-transform: uppercase;
}

.leftcolumn ul {
  padding-left: 15px;
  list-style: none;
}

.leftcolumn p {
  font-size: 18px;
}

.leftcolumn а {
  text-decoration: none;
  color: white !important;
  font-size: 18px;
}

.leftcolumn а:hover {
  color: gray !important;
}

.leftcolumn li {
  text-decoration: none;
  color: white !important;
  font-size: 18px;
  margin-bottom: 10px;
}

.rightcolumn {
  width: 75%;
  float: left;
  display: inline;
}

.callswrapper {
  margin-top: 20px;
}

.callswrapper:after {
  content: "";
  clear: both;
  display: block;
}

.calls {
  padding-bottom: 25px;
  border-bottom: solid #d4d6d8 1px;
  margin-bottom: 1%;
}

.calls li {
  font-size: 17px;
}

.ppfbackground {
  /* background: url(projects_gallery/background_ppf_op.jpg);
  background-size: cover; */
  background: #AFE3C0;
}

.library {
  background: url(publications/library.jpg);
  background-size: auto;
}

.scroll {
  padding-bottom: 150px;
  border-bottom: solid grey 1px;
  height: 1000px;
}

.selecttable {
  width: 100%;
  padding: 10px;
}

.selecttable td {
  padding: 5px;
  border: solid 1px #ccc;
  cursor: pointer;
}

.selecttable th {
  padding: 3px;
  border: solid 1px #ccc;
}

.clickable-row:hover {
  background: rgb(85, 218, 151);
  border: 1px solid white;
  transition: 0.25s;
}

#annualreports {
  color: #4b4b4b;
  width: 100%;
  margin: auto;
  margin-top: 20px;
  padding: 10px;
}

.headerback {
  background: #e9e9e9;
  margin-bottom: 5px;
  margin: auto;
  padding-top: 5px;
  padding-left: 15%;
  width: 100%;
}

.headerback:after {
  content: "";
  display: block;
  clear: both;
}

.logo {
  float: left;
  width: 70%;
}

.lang {
  float: left;
  margin-top: 0.5%;
  margin-bottom: 0.5%;
  width: 70%;
  text-align: right;
}

.headerback select {
  padding: 3px;
  color: grey;
}

.blue {
  background: #20365d;
}

.blue h1 {
  color: white;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-family: 'Roboto Flex', sans-serif;
}

.blue h3 {
  font-weight: normal;
}

input[type='submit'] {
  padding: 1%;
  width: 200px;
  margin: 0 auto;
  background: #15CD72;
  box-shadow: none;
  color: white;
  border-radius: 0px;
  border: 1px solid #15CD72;
  transition: all 0.25s ease;
  text-transform: uppercase;
}

input[type='submit']:hover {
  border: 1px solid #15CD72;
  background-color: transparent;
  color: #15CD72;
}

.loginform {
  background: rgba(255, 255, 255, 1);
  width: 700px;
  height: 450px;
  margin: auto;
  align-items: center;
  text-align: center;
  padding-top: 20px;
  position: absolute;
  top: 50%;
  margin-top: -225px;
  left: 50%;
  margin-left: -350px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
  border-radius: 5px;
}

.loginform h2 {
  font-size: 1.4em;
  font-weight: normal;
}

.loginform input {
  display: block;
  margin: 0 auto;
  font-size: 1.1em;
  width: 200px;
  background: #fff;
  border: 1px solid #ccc;
  padding-top: 7px;
  border-radius: 3px;
  padding-bottom: 7px;
}

.loginform input[type='submit'] {
  background: #57bc90;
  border: 1px solid #57bc90;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.2em;
  text-transform: initial;
  transition: all 0.25s ease;
  margin-top: 15px;
}

.loginform input[type='submit']:hover {
  border: 1px solid #57bc90;
  color: #57bc90;
  background-color: transparent;
}

.loginform label {
  font-weight: normal;
  font-size: 1.1em;
}

.username {
  background-image: url(C:\wamp64\www\cup\projects_gallery/user.png);
  background-repeat: no-repeat;
  background-position: 6px;
}

.input-group {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.team {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 40px;
}

.team:after {
  clear: both;
  display: block;
  content: "";
}

.teammembers {
  width: 25%;
  text-align: center;
  vertical-align: text-top;
  display: inline-block;
  margin-left: 3%;
  margin-right: 3%;
  margin-bottom: 4%;
  position: relative;
}

.team-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 60%,
      rgba(0, 0, 0, 0.5) 100%)
}

.teammembers:hover .team-overlay {
  background: linear-gradient(to right,
      rgba(32, 54, 93, 0.5),
      rgba(0, 154, 174, 0.5));
}

.teammembers h2 {
  font-size: 1.3em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.teammembers h3 {
  font-size: 1.1em;
  margin-top: 1%;
}

.teammembers img {
  border-radius: 3px;
  width: 100%;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -moz-transition: .3s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .3s ease-in-out;
}

.teammembers img:hover {
  filter: grayscale(50%);
  -webkit-filter: grayscale(50%);
}

.project {
  color: #4b4b4b;
  /* box-shadow: 1px 1px 1px #888888; */
  background: #fcfcfc;
  width: 100%;
  margin: auto;
  margin-top: 30px;
  border: solid 1px #ddd;
  float: left;
  display: inline;
  padding: 20px;
  box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
  -webkit-box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
  -moz-box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
  border-radius: 5px;
}

.projectstatus h3 {
  text-transform: uppercase;
}

.projectswrapper:after {
  display: block;
  content: "";
  clear: both;
}

.gallery {
  width: 100%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 75px;
  float: left;
  padding: 10px;
  height: 200%;
}

.gallery:after {
  display: block;
  content: "";
  clear: both;
}

.galleryimg {
  width: 23%;
  vertical-align: text-top;
  text-align: center;
  margin: 0.5%;
  margin-top: 8px;
  display: inline-block;
  font-size: 0.8em;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.galleryimg img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  border-radius: 0px;
  /*border: 2px solid #dfdfdf;*/
  filter: grayscale(50%);
  -webkit-filter: grayscale(50%);
  transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
  -moz-filter: grayscale(50%);
  -moz-transition: .2s ease-in-out;
  -o-filter: grayscale(50%);
  -o-transition: .2s ease-in-out;
  box-shadow: 2px 2px #dfdfdf;
}

.galleryimg img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .3s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .3s ease-in-out;
}

.videotube {
  width: 100%;
  margin-top: 30px;
  border-top: 1px solid #dbdbdb;
  float: left;
}

.videoimg {
  width: 50%;
  float: left;
}

.videosummary {
  width: 50%;
  float: left;
  padding-left: 20px;
}

.project .videosummary {
  padding-top: 15px;
}

.links {
  width: 100%;
  margin-top: 20px;
  float: left;
}

.linkslogo {
  width: 20%;
  float: left;
  margin: auto;
  text-align: center;
  align-items: center;
}

.linkslogo img {
  max-width: 100%;
  float: left;
  display: block;
  margin: auto;
}

.linkssummary {
  width: 65%;
  float: left;
  padding-left: 20px;
  padding-top: 10px;
}

.newsfull {
  color: #4b4b4b;
  width: 100%;
  margin: auto;
  margin-top: 20px;
  border-radius: 0px;
  padding-bottom: 80px;
  float: right;
}

.divtextwrap {
  margin: 1%;
}

.newsimgfull {
  max-width: 400px;
  float: right;
  margin: 10px;
  margin-top: 30px;
  border-radius: 5px;
}

#boxnews {
  color: #4b4b4b;
  box-shadow: 3px 3px 2px #888888;
  background: #f9f9f9;
  width: 100%;
  margin: auto;
  margin-top: 20px;
  display: inline;
  border: solid 1px #dbdbdb;
  border-radius: 5px;
  float: left;
  padding: 10px;
}

.project a {
  color: #20365d;
}

.project a:hover {
  color: gray;
}

.projectimg {
  width: 15%;
  float: left;
  padding-right: 31px;
}

.titlebutton {
  margin-top: 5%;
  background-color: white;
  color: black;
  border-width: 0px;
  border-style: none;
  border-radius: 0px;
  padding: 10px;
  padding-right: 16px;
  position: relative;
  font-family: 'Roboto Flex', sans-serif;
}

.banner-video-text .titlebutton {
  font-size: 18px;
  padding-right: 26px;
  border: 1px solid #fff;
  margin-top: 15px;
}

.titlebutton i {
  color: #20365d;
  vertical-align: middle;
  top: 3px;
  right: 2px;
  position: absolute;
  font-size: 20px;
}

#banner-video-button:hover i {
  right: -3px;
}

.titlebutton a {
  color: black;
}

.titlebutton:hover {
  color: black;
  background-color: #c7c7c7;
}

.callsbutton {
  background-color: #ececec;
  color: black;
  border-width: 0px;
  border-style: none;
  border-radius: 0px;
  padding: 1%;
}

.callsbutton a {
  color: black;
}

.callsbutton:hover {
  color: black;
  background-color: #c7c7c7;
}

.news {
  color: #4b4b4b;
  background: #f9f9f9;
  width: 31.33%;
  float: left;
  margin: auto;
  margin-top: 30px;
  margin-right: 2%;
  border: solid 1px #dbdbdb;
  height: 400px;
  transition: all 0.25s ease;
  cursor: pointer;
  transition: 0.25s all ease;
  box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
  -webkit-box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
  border-radius: 5px;
}

.news:hover {
  -webkit-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.75);
  border: 1px solid transparent;
}

.newswrapper:after {
  content: "";
  display: block;
  clear: both;
}

.newsimg {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  transition: 0.25s all ease;
}

.news:hover .newsimg {
  filter: contrast(120%);
}

.newsimg a img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: 500px;
  transform: translateX(-50%) translateY(-50%);
  filter: grayscale(40%);
  -webkit-filter: grayscale(40%);
  transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
  -moz-filter: grayscale(50%);
  -moz-transition: .2s ease-in-out;
  -o-filter: grayscale(50%);
  -o-transition: .2s ease-in-out;
  box-shadow: 2px 2px #dfdfdf;
}

.newsimg a img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .3s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .3s ease-in-out;
}

.textwrap-left {
  float: left;
  width: 100%;
}

.newssummary {
  width: 100%;
  float: left;
  padding-top: 10px;
  height: 90px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  ;
}

/*.newssummary a {
  font-size:1em;
}*/

.projectsummary {
  width: 60%;
  float: left;
  border-right: solid 1px #cfcfcf;
  margin-right: 20px;
  padding-right: 10px;
}

.projectsummary li {
  font-size: 16px;
}

#projectsummary a {
  text-decoration: none;
  color: black;
}

.projectstatus {
  width: 20%;
  float: left;
}

.projectstatus p {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #4b4b4b;
  line-height: 1.2;
}

.projectpublications {
  padding-left: 30px;
}

.projectpublications h2 {
  color: #4b4b4b;
  text-align: center;
  padding-bottom: 5px;
}

#projectgallery {
  float: none;
  padding-left: 30px;
}

#newsgallery {
  float: none;
}

#projectgallery h2 {
  color: #4b4b4b;
  text-align: center;
  padding-bottom: 5px;
}

#newsgallery h2 {
  color: #4b4b4b;
  text-align: left;
  padding-bottom: 20px;
}

.publicationsimg {
  width: 12%;
  vertical-align: text-top;
  text-align: center;
  margin: 2%;
  margin-top: 8px;
  display: inline-block;
  font-size: 0.8em;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.publicationsimg img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #dfdfdf;
  filter: grayscale(50%);
  -webkit-filter: grayscale(50%);
  transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
  -moz-filter: grayscale(50%);
  -moz-transition: .2s ease-in-out;
  -o-filter: grayscale(50%);
  -o-transition: .2s ease-in-out;
}

.pillar img:hover {
  width: 60%;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .3s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .3s ease-in-out;
}

.publicationsimg img:hover {
  width: 108%;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .3s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .3s ease-in-out;
}

.publicationsimg h4 {
  color: #4b4b4b;
  margin: auto;
  text-align: center;
  padding-top: 5px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: normal;
  font-size: 15px;
}

.publicationsright {
  color: #4b4b4b;
  width: 80%;
  float: left;
  padding-right: 10px;
  border-left: solid 1px #cfcfcf;
}

.publicationsright {
  color: #4b4b4b;
  width: 85%;
  float: left;
  padding-right: 10px;
  border-left: solid 1px #cfcfcf;
}

.publicationsright:after {
  content: "";
  clear: both;
  display: block;
}

.publicationsright p {
  font-weight: normal;
  margin-top: 8px;
  color: #424242;
  line-height: 1.1;
  font-size: 13px;
  /* display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 75px; */
}

.projectimg h3 {
  font-size: 16px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.leftcontact {
  width: 50%;
  float: left;
  font-size: 17px;
  margin-top: 20px;
}

.leftcontact p {
  font-size: 17px;
}

.leftcontact img {
  width: 150px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

#left-home img {
  width: 50%;
  padding: 2%;
  margin: 0 auto;
}

/*.topmargin {
  margin-top: 20px;
}*/

.rightcontact {
  width: 50%;
  float: left;
}

#leftaboutus {
  align-items: center;
  text-align: center;
  margin: auto;
  font-family: 'Roboto Flex', sans-serif;
}

#rightaboutus {
  align-items: center;
  text-align: center;
  margin: auto;
  font-family: 'Roboto Flex', sans-serif !important;
}

#rightaboutus p {
  padding-left: 15px;
  padding-right: 15px;
}

.contactwrapper {
  margin-bottom: 70px;
}

.contactwrapper:after {
  display: block;
  content: "";
  clear: both;
}

#abovefooter {
  width: 100%;
  height: 100%;
  float: left;
  /* background: rgb(75, 75, 75); */
  background: linear-gradient(0deg, #071936 0%, #1e365d 80%);
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 1em;
}

#contactfooter {
  width: 100%;
  height: 125px;
  float: left;
  background: #e2e2e2;
  margin-top: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1em;
}

#abovefooter p {
  color: #fff;
  margin: auto;
  padding: 0;
}

#contactfooter p {
  color: #303c42;
  margin: auto;
  padding: 0;
}

#abovefooter ul {
  margin: 0;
}

#contactfooter ul {
  margin: 0;
}

#abovefooter a {
  list-style-type: none;
  display: inline;
  color: #fff;
  width: 100%;
}

#contactfooter a {
  list-style-type: none;
  display: inline;
  color: #303c42;
  width: 100%;
}

#abovefooter a:hover {
  color: #20365d;
}

#contactfooter a:hover {
  color: #20365d;
}

#footer {
  width: 100%;
  height: 40px;
  float: left;
  /* background: #20365d; */
  background: #071936;
  line-height: 40px;
  vertical-align: middle;
}

#footer p {
  color: #fff;
  width: 70%;
  margin: auto;
}

#contactfooter img {
  filter: grayscale(70%);
  -webkit-filter: grayscale(70%);
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-filter: grayscale(100%);
  -moz-transition: .3s ease-in-out;
  -o-filter: grayscale(100%);
  -o-transition: .3s ease-in-out;
}

#abovefooter img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .2s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .2s ease-in-out;
}

#contactfooter img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .2s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .2s ease-in-out;
}

.footercon {
  width: 70%;
  margin: auto;
}

.footercon1 {
  width: 20%;
  float: left;
}

.footercon2 {
  width: 40%;
  float: left;
}

.footercon3 {
  width: 40%;
  float: left;
  text-align: center;
}

.footercon3 a img {
  height: 35px;
  margin-left: 10px;
}

.insertfooter {
  width: 100%;
  height: 40px;
  background: #fff;
  line-height: 40px;
  vertical-align: middle;
}

.insertfooter p {
  color: #303c42;
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 0.8em;
}

#rotating-item-wrapper {
  position: relative;
  width: 100%;
  height: 600px
}

.rotating-item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.home-platforms {
  margin-top: 60px;
}

.home-platforms h1 {
  text-align: center;
  margin-bottom: 55px;
  text-transform: uppercase;
}

.home-platforms p {
  height: 80px;
}

.platform-wrap img {
  width: 100%;
  border-radius: 2px;
  margin-bottom: 10px;
  border: 1px solid #c7c7c7;
  transition: all 0.25s ease-in-out;
  filter: grayscale(20%);
  -webkit-filter: grayscale(20%);
}

.platform-wrap img:hover {
  transform: scale(1.02);
}

.platform-wrap p {
  text-align: center;
}

@-webkit-keyframes showUp {
  0% {
    opacity: 0;
    transform: translateY(35%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes showUp {
  0% {
    opacity: 0;
    transform: translateY(35%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.team-member {
  margin-bottom: 100px;
  margin-top: 20px;
}

.team-member img {
  border-radius: 0px;
  max-width: 300px;
  margin-bottom: 30px;
}

.team-member h2 {
  margin: 0px;
  text-transform: uppercase;
  font-size: 26px;
}

.team-member h4 {
  color: #20365d;
  margin-top: 5px;
  font-weight: 500;
  font-size: 18px;
}

.team-member-img {
  text-align: right;
}

.projectimg ul {
  padding-left: 20px;
}

.galleryimg p {
  margin-top: 7px;
  line-height: 1.1;
  font-size: 14px;
}

.newssummary h4 {
  font-weight: 550;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 36px;
  margin-top: 0;
  margin-bottom: 7px;
}

.newssummary a {
  color: #4b4b4b;
  transition: all 0.25s ease;
}

.news:hover .newssummary a {
  color: #20365d;
}

.newssummary p {
  color: #949494;
  line-height: 1.2;
}

.footercon2 li {
  font-size: 16px;
}

.project h2 {
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #4b4b4b;
  font-size: 22px;
}

.mobile-lang {
  text-align: right;
  padding-right: 30px;
  padding-top: 7px;
  display: none;
}

.mobile-lang a {
  color: #fff;
  font-size: 17px;
}

.mobile-lang span {
  color: #fff;
  font-size: 17px;
}

#footer p {
  color: #fff;
}

.team-member {
  margin-top: 40px;
}

.home-about-us {
  margin-top: 50px;
}

.home-news {
  padding: 60px 0 110px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
}

.heading-after {
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 26px;
  color: #4b4b4b;
}

.heading-after:after {
  content: "";
  position: absolute;
  width: 75px;
  height: 3px;
  border: 1px solid #20365d;
  display: block;
  background-color: #20365d;
  margin-top: 10px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 4px;
}

.home-news-wrap {
  padding: 50px 80px;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-news-card h3 {
  text-transform: uppercase;
  color: #20365d;
  font-weight: 700;
  margin-top: 0;
}

.home-news-card h4 {
  color: #4b4b4b;
  font-weight: 300;
  margin-top: 5px;
  ;
}

.home-news-card p {
  color: #4b4b4b;
  font-size: 14px;
}

.home-news-card-content {
  background-color: #fff;
  padding: 20px 20px 40px 20px;
}

.home-news-card-content-inner {
  height: 255px;
  overflow: hidden;
}

.home-news-image {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: all ease 0.2s;
}

.home-news-image:hover {
  filter: contrast(110%) brightness(110%);
}

.home-news-text {
  padding: 40px;
  height: 600px;
  /* background-color: #424242; */
  background: linear-gradient(0deg, #1e365d 0%, #071936 80%);
  color: #fff;
  overflow: hidden;
}

.home-news-text a {
  color: #fff;
}

.home-news-text h4 {
  margin-top: 0;
  color: #fff;
  font-weight: normal;
  line-height: 1.3;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.home-news-text h4:hover {
  color: #cacaca;
}

.home-news-summary {
  margin-top: 0;
  color: #fff;
  font-size: 15px;
  /* height: 240px; */
  overflow: hidden;
}

.home-news .slick-slide {
  opacity: 1;
}

.home-news .slick-initialized .slick-slide {
  padding-right: 25px;
}

.home-news .slick-list.draggable {
  padding: 0;
}

.home-news button.slick-prev.slick-arrow {
  width: 40px;
  height: 40px;
  display: block;
  z-index: 10;
  left: 25px;
  background: #20365d;
  border-radius: 8px;
  opacity: 0.7;
  transition: all ease 0.2s;
  box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
}

.home-news button.slick-prev.slick-arrow:hover {
  background: #20365d;
  border-radius: 8px;
  opacity: 1;
}

.home-news .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  opacity: 1.5 !important;
}

.home-news button.slick-next.slick-arrow {
  width: 40px;
  height: 40px;
  display: block;
  z-index: 10;
  right: 25px;
  background: #20365d;
  border-radius: 8px;
  opacity: 0.7;
  transition: all ease 0.2s;
  box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
}

.home-news button.slick-next.slick-arrow:hover {
  background: #20365d;
  border-radius: 8px;
  opacity: 1;
}

.home-news .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  opacity: 1.5 !important;
}

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

#home-projects .home-news-text {
  padding: 20px 20px 0 0;
  height: auto;
  background: none;
  background-color: #fff;
  color: #333;
  overflow: hidden;
}

#home-projects .home-news-text h4 {
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 97px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#home-projects .home-news-text h4 a {
  color: #333;
  transition: all ease 0.2s;
}

#home-projects .home-news-text h4 a:hover {
  color: #20365d;
}

.home-projects-summary {
  height: 412px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 20px;
}

.home-projects-logo {
  width: 100%;
}

.home-projects-logo img {
  width: 100%;
}

.home-projects-wrap-inner {
  -webkit-box-shadow: -1px 3px 6px #2B2B2B33;
  -moz-box-shadow: -1px 3px 6px #2B2B2B33;
  box-shadow: -1px 3px 6px #2B2B2B33;
  background-color: #fff;
  border: 1px solid #CCCCCC;
}

.home-news-text img {
  height: 100px;
}

.home-break {
  height: 40px;
  background: #20365d;
}

.platform-wrap-outer {
  overflow: hidden;
}

#home-calls .home-publications-image {
  background-image: url(images/searching3.jpg);
}

.home-publications-image {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.home-publications-image h1 {
  color: #fff;
  padding: 0 80px;
  font-weight: 300;
  font-size: 50px;
}

.home-publications-text {
  padding: 40px 80px;
  text-align: left;
  /* height: 500px; */
}

.home-publications-text h2 {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 30px;
  color: #8A8A8A;
}

.home-publications-text h1 {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 42px;
  color: #4b4b4b;
}

.home-publications-text p {
  font-size: 18px;
  margin-bottom: 20px;
  color: #666666;
}

.header-lang {
  margin-left: 30px;
}

.latest-news {
  margin-bottom: 15px;
}

.latest-news h3 {
  margin-top: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.latest-news-wrap {
  margin-top: 20px;
  padding-left: 20px;
}

.latest-news-wrap h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 150ms;
}

.publication-wrap {
  padding-top: 30px;
  padding-bottom: 100px;
}

.publication-image {
  text-align: right;
}

.publication-image img {
  border: 1px solid #d7d7d7;
}

.publication-wrap h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.publication-wrap h3 {
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
  color: #4b4b4b;
  font-size: 16px;
}

.publication-wrap h3 span {
  font-weight: 500;
  text-transform: uppercase;
}

.publication-wrap p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.publication-wrap .cup-button {
  margin-right: 15px;
  padding-left: 10px;
  margin-top: 20px;
  width: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.publication-wrap .cup-button i {
  color: #fff;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}

.publication-wrap .cup-button:hover i {
  color: #20365d;
}

.publications-slick {
  padding-left: 30px;
}

.publication img {
  width: 100%;
  border: 1px solid #dfdfdf;
  transition: all ease 0.25s;
}

.publication:hover img {
  opacity: 0.8;
}

.publication a {
  color: #424242;
}

.publication h4 {
  font-weight: normal;
  text-align: center;
  color: #424242;
}

.publication:hover h4 {
  color: #20365d;
}

.publications-slick .slick-slide {
  margin-right: 40px;
}

.publications-slick .slick-next:before,
.slick-prev:before {
  font-size: 30px;
  color: #20365d;
}

.publications-slick .slick-prev:before {
  font-size: 30px;
  color: #20365d;
}

.publications-slick .slick-prev {
  top: 40%;
  left: -35px;
}

.publications-slick .slick-next {
  top: 40%;
}

/* .banner-one {
  background-image: url(images/header1-kolaz.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 720px;
} */

.banner-one {
  text-align: center;
}

.banner-one img {
  max-width: 100%;
}

.user-input {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.user-input .input-group {
  padding-left: 31px;
}

.user-input i {
  position: absolute;
  top: 9px;
  left: 8px;
  font-size: 18px;
  color: cornflowerblue;
}

.training-header {
  height: 500px;
  background: #4ab3a3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.short-header {
  height: 300px;
  background: #4ab3a3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.training-header-social {
  position: absolute;
  bottom: 30px;
  color: #fff;
  right: 50px;
  text-transform: uppercase;
}

.training-header-social img {
  margin: 0 4px;
  height: 20px;
  margin-top: -5px;
  transition: 0.3s all ease;
}

.training-header-social img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.training-header-darken {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 500px;
  /* z-index: 1; */
  opacity: 0.45;
  background-color: rgb(79, 79, 79);
}

#petition-header-darken {
  opacity: 0.3;
}

#aboutus-header .training-header-darken {
  opacity: 0.35;
}

.short-header .training-header-darken {
  height: 300px;
}

.training-header .container-custom {
  position: relative;
  height: 500px;
}

.short-header .container-custom {
  height: 300px;
}

.training-header-inner {
  position: absolute;
}

.training-header h1 {
  color: #fff;
  font-size: 55px;
  margin-top: 180px;
  margin-bottom: 10px;
  font-weight: 200 !important;
}

.training-header h2 {
  color: #fff;
  font-size: 40px;
  margin-top: 0px;
}

.breadcrumb-custom {
  padding-top: 10px;
  margin-bottom: 50px;
  font-size: 16px;
}

.breadcrumb-custom a {
  color: #fff;
}

.breadcrumb-custom span {
  color: #eee;
}

.breadcrumb-custom i {
  margin: 0 10px;
  color: #fff;
}

.training-body {
  /* background: #57bc90;
  background: linear-gradient(to right, #57bc90 20%, #9fbfb1 70%, #57bc90 100%);
  background: -moz-linear-gradient(to right, #57bc90 20%, #9fbfb1 70%, #57bc90 100%);
  background: -webkit-linear-gradient(to right, #57bc90 20%, #9fbfb1 70%, #57bc90 100%);
  background: -o-linear-gradient(to right, #57bc90 20%, #9fbfb1 70%, #57bc90 100%);
  background: -ms-linear-gradient(to right, #57bc90 20%, #9fbfb1 70%, #57bc90 100%); */
  padding: 20px 0;
  background-image: url('trainings/white-pattern.png');
  background-repeat: repeat;
}

.training-part-heading {
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #57bc90;
  padding: 10px 20px 8px 10px;
  width: fit-content;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  transition: 0.3s all ease;
}

.training-part:hover .training-part-heading {
  letter-spacing: 1px;
}

.training-part-heading img {
  height: 30px;
  margin-top: -5px;
  margin-right: 8px;
}

.training-results .training-part h3 {
  background: #e8a87c;
}

.training-content .training-part h3 {
  background: #20365d;
}

.training-trainers .training-part h3 {
  background: #c38d9e;
}

.training-part {
  margin: 40px 0;
  padding: 75px 40px 30px 40px;
  background: #fff;
  -webkit-box-shadow: -1px 4px 5px 7px rgba(158, 158, 158, 0.34);
  -moz-box-shadow: -1px 4px 5px 7px rgba(158, 158, 158, 0.34);
  box-shadow: -1px 4px 5px 7px rgba(158, 158, 158, 0.34);
  position: relative;
  transition: 0.3s all ease;
}

.training-part-clip {
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -40px;
  width: 60px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.training-part:first-child {
  margin-top: 0;
}

.training-part p {
  font-size: 18px;
  color: #575757;
}

.training-part ul {
  list-style-type: none;
  padding-left: 0;
}

.training-part ul li {
  list-style-type: none;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
  font-size: 18px;
  color: #575757;
}

.training-results p {
  margin-bottom: 20px;
}

.training-part ul li:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
}

.training-results ul li:before {
  background-image: url('trainings/tick.png');
}

.training-content ul li:before {
  background-image: url('trainings/share.png');
}

.training-content p {
  margin-bottom: 20px;
}

.training-timeframe {
  margin-bottom: 40px;
  margin-top: 20px;
}

.timeframe-box {
  padding-top: 20px;
  color: #fff;
  position: relative;
  background: #e8a87c;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-right: 20px;
  text-align: center;
  /* margin-top: 15px; */
  transition: 0.25s ease all;
  border-radius: 20px;
}

.timeframe-box:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

#timeframe-days {
  background: #57bc90;
}

#timeframe-hours {
  background: #20365d;
}

#timeframe-participants {
  background: #c38d9e;
}

.timeframe-box img {
  position: absolute;
  left: 50%;
  width: 40px;
  margin-left: -20px;
  top: 5px;
}

.timeframe-box span {
  display: block;
}

.timeframe-number {
  font-size: 40px;
  margin-top: 25px;
}

.timeframe-unit {
  font-size: 20px;
  margin-top: -15px;
}

.trainer-image-img {
  border-radius: 100%;
  transition: 0.3s all ease;
}

.training-part:hover .trainer-image-img {
  transform: scale(1.07);
}

.training-trainers h4 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: normal;
  color: #20365d;
}

.training-trainers p {
  font-size: 16px;
  margin-bottom: 10px;
}

.trainer-image {
  text-align: center;
  padding-top: 20px;
}

.trainer-about {
  padding-top: 20px;
}

.training-related-container {
  margin-bottom: 70px;
  margin-top: 50px;
}

.training-wrap {
  padding: 0 15px;
}

.training-wrap-inner {
  border: 1px solid #ddd;
  box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
  -webkit-box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
  -moz-box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s all ease;
  color: #575757;
}

.training-wrap-inner:hover {
  border: 1px solid #ccc;
  -webkit-box-shadow: 7px 0px 7px 1px rgba(224, 224, 224, 1);
  -moz-box-shadow: 7px 0px 7px 1px rgba(224, 224, 224, 1);
  box-shadow: 7px 0px 7px 1px rgba(224, 224, 224, 1);
}

.training-wrap-text {
  padding: 20px;
  background-color: #fff;
}

.training-wrap-text p {
  margin: 0;
}

.training-image {
  height: 250px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: 0.3s ease all;
}

.training-wrap-inner:hover .training-image {
  opacity: 0.8;
}

.training-category-sticker {
  padding: 0;
  color: #fff;
  bottom: 10px;
  left: 0;
  position: absolute;
  transition: 0.3s all ease;
}

.training-wrap-inner:hover .training-category-sticker {
  letter-spacing: 0.5px;
}

.training-wrap h2 {
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 43px;
  line-height: 1.3;
  font-size: 18px;
}

.training-wrap-about {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 114px;
}

.training-part-sticker {
  color: #fff;
  background: #57bc90;
  text-transform: uppercase;
  font-size: 18px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  position: absolute;
  left: -70px;
  top: 50%;
  margin-top: -20px;
  padding: 10px 20px;
}

.training-part-sticker h2 {
  color: #fff;
  font-size: 18px;
  left: -70px;
  top: 50%;
  margin-top: -20px;
  padding: 10px 20px;
}

.training-related .slick-next:before {
  font-size: 35px;
  color: #20365d;
}

.training-related .slick-prev:before {
  font-size: 35px;
  color: #20365d;
}

.training-related .slick-prev {
  left: -35px;
}

.training-container h3 {
  font-size: 30px;
  text-transform: uppercase;
}

.catalog-results .training-wrap {
  margin-bottom: 30px;
  padding: 0 10px;
}

.catalog-results .training-image {
  height: 200px;
}

.catalog-results .training-wrap-text {
  padding: 10px;
}

.catalog-body {
  padding-top: 20px;
  padding-bottom: 50px;
}

.search-box {
  border-radius: 2px;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  padding: 20px;
}

.search-box input {
  width: 100%;
  padding: 5px;
  font-size: 1em;
  border: 1px solid #cccc;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

.search-box input[type=text]:focus {
  border: 2px solid #66cccc;
}

.search-box select {
  width: 100%;
  padding: 5px;
  font-size: 0.9em;
  border: 1px solid #cccc;
  outline: none;
}

.search-box select:focus {
  border: 2px solid #66cccc;
}

.search-results-wrapper {
  width: 70%;
  float: left;
  padding: 0px 20px 20px 20px;
}

/* The container */

.check-boxes {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 8px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  line-height: 25px;
  padding-bottom: 5px;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
}

.insert-checkboxes h3 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}

.insert-checkboxes .check-boxes {
  padding-bottom: 2px;
  border-bottom: none;
}

.check-boxes:last-child {
  margin-bottom: 0px;
}

/* Hide the browser's default checkbox */

.check-boxes input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.check-mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 10px;
}

/* On mouse-over, add a grey background color */

.check-boxes:hover input~.check-mark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.check-boxes input:checked~.check-mark {
  background-color: #57bc90;
}

#petition-filter .check-boxes input:checked~.check-mark {
  background-color: #fedb01;
}

.sign-petition .check-boxes input:checked~.check-mark {
  background-color: #fedb01;
}

.modal .check-boxes input:checked~.check-mark {
  background-color: #fedb01;
}

/* Create the checkmark/indicator (hidden when not checked) */

.check-mark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.check-boxes input:checked~.check-mark:after {
  display: block;
}

/* Style the checkmark/indicator */

.check-boxes .check-mark:after {
  left: 10px;
  top: 6px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#petition-filter .check-boxes .check-mark:after {
  border: solid black;
  left: 10px;
  top: 6px;
  width: 6px;
  height: 10px;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal .check-boxes .check-mark:after {
  border: solid black;
  left: 10px;
  top: 6px;
  width: 6px;
  height: 10px;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sign-petition .check-boxes .check-mark:after {
  border: solid black;
  left: 10px;
  top: 6px;
  width: 6px;
  height: 10px;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.a-content {
  display: block;
  margin-top: 3px;
}

.collapsible:after {
  content: '\2796';
  font-size: 10px;
  color: white;
  float: right;
  margin-left: 5px;
  border: none;
  outline: none;
}

#petition-filter .collapsible:after {
  color: black;
}

.sign-petition .collapsible:after {
  color: black;
}

.modal .collapsible:after {
  color: black;
}

.search-box h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 0;
}

.search-wrap {
  position: relative;
  margin-bottom: 20px;
}

.search-wrap input {
  width: 100%;
  padding: 10px 20px 10px 10px;
  border: 1px solid #ccc;
}

.search-wrap input:focus {
  width: 100%;
  padding: 10px 20px 10px 10px;
  outline: 0;
}

.search-criteria {
  margin-left: 10px;
  margin-right: 10px;
  border-left: 3px solid #57bc90;
  padding: 0 10px;
  color: #575757;
  margin-bottom: 20px;
}

#petition-results .search-criteria {
  border-left: 3px solid #fedb01;
}

.sign-petition .search-criteria {
  border-left: 3px solid #fedb01;
}

.modal .search-criteria {
  border-left: 3px solid #fedb01;
}

.search-wrap button {
  position: absolute;
  right: 0;
  top: 0;
  height: 42px;
  padding: 10px;
}

.search-criteria h4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
}

.search-criteria span {
  margin-bottom: 4px;
  font-size: 17px;
  display: block;
}

.search-criteria a {
  color: #e3665d;
  font-size: 17px;
}

.search-criteria span i {
  margin-right: 5px;
}

.search-criteria-i-wrap {
  display: inline-block;
  text-align: center;
  width: 27px;
}

.search-criteria a i {
  margin-right: 5px;
}

#catalog-header {
  height: 250px;
}

#catalog-header .training-header-darken {
  height: 250px;
}

#catalog-header .container-custom {
  height: 250px;
}

#catalog-header h1 {
  color: #fff;
  font-size: 55px;
  margin-top: 60px;
}

.short-header h1 {
  color: #fff;
  font-size: 55px;
  margin-top: 85px;
  font-weight: 200;
}

.trainer-wrap {
  margin-bottom: 10px;
}

.services-categories {
  margin-top: 20px;
  padding: 30px 0;
  background: #57bc90;
}

.services-categories h1 {
  color: #fff;
  font-size: 34px;
}

.services-categories .heading-after:after {
  border: 1px solid #fff;
  background-color: #fff;
}

.services-category-wrap {
  width: 100%;
  height: 250px;
  position: relative;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.services-category-wrap h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -30px;
}

.services-category-darken {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 250px;
  opacity: 0.35;
  background-color: rgb(79, 79, 79);
  border-radius: 20px;
  transition: all 0.3s ease;
}

.services-category-wrap:hover .services-category-darken {
  opacity: 0.15;
}

.no-results {
  margin-top: 50px;
  padding-left: 15px;
}

.no-results .col-xs-3 {
  text-align: center;
}

.no-results img {
  width: 90%;
}

.no-results h3 {
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 20px;
}

.services-body {
  margin-top: 30px;
}

.services-body .heading-after {
  margin-bottom: 30px;
  margin-top: 30px;
}

#services-catalog {
  background: #e8a87c;
}

#search-results-number {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  background: #57bc90;
  padding: 2px 5px;
  border-radius: 5px;
  margin-right: 0px;
}

.modify-heading {
  text-transform: uppercase;
  text-align: center;
  color: #20365d;
}

.mobile-menu-button-wrap {
  text-align: left;
  position: relative;
}

#mobile-menu-button {
  position: absolute;
  top: -3px;
  left: -7px;
  outline: none;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 22px;
  height: 3px;
  background-color: black;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
  background: black;
}

.mobile-menu-button-wrap {
  display: none;
}

.nav ul li img {
  display: none;
}

.hidden-mobile {
  display: block;
}

.show-mobile {
  display: none;
}

.contact-form label {
  text-transform: uppercase;
  font-size: 16px;
}

.contact-form input {
  width: 100%;
  padding: 10px 10px 10px 40px;
  border: 1px solid #333;
  border-radius: 5px;
  font-size: 16px;
}

.contact-form textarea {
  width: 100%;
  resize: none;
  height: 244px;
}

.input-wrap {
  position: relative;
  margin-bottom: 20px;
}

.input-wrap img {
  position: absolute;
  top: 8px;
  left: 7px;
  max-height: 26px;
}

.contact-form button {
  width: 200px;
  margin-right: 15px;
  font-size: 18px;
  text-align: center;
}

.contact-form button i {
  margin-right: 7px;
}

#main-contact-form {
  margin-top: 15px;
}

#main-contact-form .input-wrap {
  margin-bottom: 10px;
}

#main-contact-form textarea {
  width: 100%;
  resize: none;
  height: 180px;
}

#main-contact-form button {
  margin-right: 0;
  margin-top: 10px;
}

.rightcontact h2 {
  margin-top: 20px;
  text-transform: uppercase;
  text-align: center;
}

.g-recaptcha {
  margin-bottom: 20px;
  ;
}

.form-submit-wrap {
  margin-left: 15px;
}

#main-contact-form .form-submit-wrap {
  margin-left: 0;
}

#main-contact-form .g-recaptcha {
  margin-top: 20px;
}

.textarea .input {
  transition: all 0.3s ease;
}

textarea:focus,
input:focus {
  outline: none;
  outline: 1px solid #20365d;
  border: 1px solid #20365d;
  background: #f7f7f7;
}

.training-part strong {
  font-weight: normal;
}

.training-wrap strong {
  font-weight: normal;
}

.catalog-button {
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

.catalog-body .container-custom {
  width: 80%;
}

.search-publications {
  text-align: right;
  padding-top: 30px;
}

.search-publications .search-wrap {
  margin-bottom: 10px;
}

.search-publications form {
  width: 300px;
  margin-bottom: 0;
}

.search-publications form input {
  width: 300px;
}

#search-publications-wrapper .publication {
  margin-bottom: 40px;
}

#search-publications-wrapper .publication h4 {
  font-weight: normal;
  text-align: center;
  color: #424242;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 55px;
}

.publication-search-image {
  height: 200px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#search-publications-wrapper .publicationsimg p {
  font-size: 14px;
  color: rgb(87, 87, 87);
}

.supporters {
  margin-top: 30px;
}

.supporter {
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
}

.supporter img {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: all ease 0.3s;
}

.supporter img:hover {
  opacity: 0.8;
}

.supporter h4 {
  text-transform: uppercase;
  font-weight: 550;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 42px;
  font-size: 20px;
}

.home-publications-image {
  background-position: bottom;
}

#home-projects {
  padding-top: 100px;
}

.container-img {
  position: absolute;
  left: -260px;
  top: 70px;
  opacity: 0.3;
}

.filter-button {
  display: none;
}

.hidden {
  display: none;
}

.show {
  display: block;
}

#training-wrap-col {
  width: 25%;
}

.add-record {
  margin-bottom: 20px;
}

.add-record a {
  background: #2196f3;
  border: 1px solid #2196f3;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  transition: all ease 0.2s;
}

.add-record a:hover {
  background: #fff;
  color: #2196f3;
}

.add-record img {
  height: 27px;
  margin-right: 5px;
  transition: all ease 0.2s;
}

.add-record:hover img {
  transform: scale(1.07);
}

.add-record span {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 28px;
  vertical-align: middle;
}

.selecttable h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 6px;
  margin: 8px 6px;
}

.training-form {
  margin-bottom: 50px;
}

#home-services {
  margin-top: 0;
  background: #fff;
  border-bottom: 1px solid #ededed;
}

#home-services .heading-after {
  color: #4b4b4b;
}

#home-services .heading-after:after {
  border: 1px solid #20365d;
  background-color: #20365d;
}

.chart {
  padding: 20px;
  border: 1px solid #eee;
  text-align: center;
  overflow: hidden;
  background: #fff;
}

.chart h1 {
  font-size: 40px;
  line-height: 40px;
  margin: 0;
  margin-top: 10px;
  color: #fff;
  transform: all ease 0.25s;
  color: #343a40;
}

.chart h2 {
  margin-top: 0;
  text-align: center;
}

.chart h3 {
  margin: 0;
  color: #98a6ad;
}

.number-info {
  position: relative;
  padding: 40px;
  margin-bottom: 30px;
  cursor: pointer;
  transition: all ease 0.25s;
}

.number-info-wrap {
  text-align: center;
}

/* .chart img {
  position: absolute;
  left: -16px;
  top: 27px;
  width: 80px;
} */

.dashboard {
  margin: 30px 0;
}

.dashboard-outer {
  position: relative;
  /* padding-top: 30px;
  background-color: #f7f7f7; */
  /* height: calc(100vh - 95px); */
}

.chart {
  margin-bottom: 30px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
  border-radius: 5px;
}

.team-img {
  position: relative;
  transition: all ease 0.25s;
}

.team-img img {
  transition: all ease 0.25s;
}

.team-img-text {
  position: absolute;
  bottom: 15px;
  right: 15px;
  text-align: right;
  color: #fff;
}

.team-img-text h2 a {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}

.team-img-text h3 {
  color: #fff;
  font-weight: 300;
  font-size: 13px;
}

.projects-heading {
  margin-bottom: 15px !important;
}

.training-wrap-text h2 a {
  color: inherit;
}

.training-wrap-text h2 a:hover {
  text-decoration: none;
}

#publications-projects-categories {
  margin-bottom: 80px;
}

.news-main .heading-after {
  text-align: left;
  margin-bottom: 30px;
}

.news-main .heading-after:after {
  left: 50px;
}

.news-main h4 {
  margin-bottom: 30px;
}

.newsimg {
  border-bottom: 7px solid #20365d;
}

.project-card {
  border-left: 5px solid #20365d;
  margin-top: 40px;
}

.infographics-container {
  border-radius: 10px;
  margin-bottom: 70px;
}

#infographics-administration {
  border: 2px solid #20365d;
}

#infographics-lsgs {
  border: 2px solid #e8a87c;
}

.infographics-container-inner {
  padding: 40px;
  background: #eeee;
}

.infographics-container-heading-line {
  padding: 5px 40px 5px 40px;
}

#infographics-administration .infographics-container-heading-line {
  background: #20365d;
}

#infographics-lsgs .infographics-container-heading-line {
  background: #e8a87c;
}

.infographics-container-heading-line h2 {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 30px;
  line-height: 90px;
  vertical-align: middle;
  margin: 0;
  margin-left: 15px;
}

.infographics-category-img {
  /* position: absolute;
  top: 10px;
  left: 10px; */
  height: 90px;
  display: inline-block;
}

.infographics-container .chart h2 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 68px;
}

.goals-wrap {
  position: relative;
  margin: 0 0 60px 0;
  /* border: 1px solid #ccc;
  border-radius: 5px; */
  /* box-shadow: 3px 3px 2px #888888;
  -webikit-box-shadow: 3px 3px 2px #888888; */
}

.goals-wrap h1 {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  font-size: 30px;
  color: #4b4b4b;
  /* font-family: Caveat; */
}

.goals-wrap h1:after {
  content: "";
  position: absolute;
  width: 93px;
  height: 3px;
  border: 1px solid #fff;
  display: block;
  background-color: #fff;
  margin-top: 10px;
  left: 66px;
  transform: 0;
  border-radius: 4px;
}

#values h1:after {
  width: 135px;
}

.goals-wrap p {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  color: #fff;
  font-size: 20px;
}

.goals-wrap ol {
  color: #fff;
  font-size: 18px;
}

.goals-wrap ol strong {
  color: #4b4b4b;
  font-weight: 600;
}

.goals-image {
  padding: 50px;
  min-height: 500px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.goals-image h1 {
  color: #fff;
}

.goals-image img {
  width: 100%;
}

#vision .goals-image {
  background: #57bc90;
}

#mission .goals-image {
  background: #e8a87c;
}

#values .goals-image {
  background: #20365d;
}

.goals-content {
  padding: 20px;
  padding-top: 50px;
  min-height: 300px;
  text-align: center;
}

.goals-content img {
  height: 200px;
}

.mission-vision-outer {
  padding-top: 60px;
  /* background-image: url('/images/goals/spikes.png');
  background-repeat: repeat; */
}

.start-petition img {
  width: 100%;
}

.start-petition {
  background-image: url(/petitions/start-petition-pattern2.png);
  background-repeat: repeat;
  position: relative;
  height: auto;
  margin-bottom: 0px;
  margin-top: 30px;
  border: 1px solid #e7e7e7;
  padding: 20px;
  box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
  -webkit-box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
  -moz-box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
  transition: all ease 0.25s;
}

.petition-buttons {
  background: #fedb01 !important;
  border: 1px solid #fedb01 !important;
  color: black !important;
  transition: all ease 0.25s;
}

.petition-buttons:hover {
  background: transparent !important;
  border: 1px solid #fedb01 !important;
  color: black !important;
}

.start-petition-button {
  position: absolute;
  top: 50%;
  margin-top: -36px;
  right: 10px;
  padding: 15px;
  text-transform: uppercase;
  font-size: 16px;
  transition: all ease 0.25s;
}

.start-petition-button-wrap {
  text-align: center;
  position: relative;
}

.start-petition-button img {
  height: 30px;
  width: 30px;
  margin-right: 10px;
  transition: all ease 0.25s;
}

.start-petition-button:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.petition-card-data {
  padding: 10px;
  position: relative;
  height: 55px;
}

.petition-card-data img {
  height: 30px;
  height: 30px;
  margin-right: 5px;
  display: inline;
}

.petition-card-date {
  position: absolute;
  left: 10px;
}

.petition-card-date span {
  vertical-align: sub;
}

.petition-card-number {
  position: absolute;
  right: 10px;
}

.petition-card-number span {
  font-size: 20px;
  color: #00a8cc;
  vertical-align: sub;
}

.catalog-sorts {
  text-align: right;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.catalog-sorts img {
  height: 20px;
  margin-right: 5px;
  transition: all ease 0.25s;
  cursor: pointer;
}

.catalog-sorts img:hover {
  transform: scale(1.1);
}

.petition-image {
  width: 100%;
}

.petition-image img {
  width: 100%;
}

.petition {
  margin-top: 30px;
}

.petition-main {
  padding-right: 20px;
  margin-bottom: 45px;
}

.petition-main h1 {
  margin-top: 35px;
  margin-bottom: 20px;
  padding: 0;
  color: black;
  font-size: 30px;
}

.petition-main h2 {
  margin-bottom: 30px;
}

.sign-petition {
  padding: 20px 20px 130px 20px;
  border: 1px solid #d7d7d7;
  background-image: url('/petitions/start-petition-pattern2.png');
  background-repeat: repeat;
  margin-bottom: 70px;
}

.support-button {
  width: 100% !important;
  padding: 15px;
  text-transform: uppercase;
  font-size: 18px;
}

.petititons-button-wrap .support-button {
  font-size: 16px !important;
  padding: 10px 15px;
}

.support-button img {
  height: 30px;
  margin-right: 10px;
}

.sign-petition .contact-form label {
  text-transform: uppercase;
  font-weight: normal;
}

#agree-on-terms {
  text-transform: initial;
  border: 0;
}

.sign-petition #agree-on-terms {
  margin-bottom: 30px;
  margin-top: 15px;
  font-size: 14px;
  line-height: 16px;
}

.petition-supporters {
  margin-top: 30px;
  position: relative;
}

.petition-supporters-no {
  font-size: 40px;
  display: block;
  color: #ffcb74;
  line-height: 42px;
}

#petition-supporters-text {
  font-size: 20px;
  text-transform: uppercase;
}

#petition-supporters-to-action {
  font-size: 20px;
  text-transform: uppercase;
}

.sign-petition select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #333;
  border-radius: 5px;
  font-size: 16px;
}

.modal-lg {
  width: 80%;
}

.modal-header {
  padding: 20px 70px;
  border-bottom: 1px solid #e5e5e5;
  text-transform: uppercase;
  background: #fedb01;
}

.modal-header .close {
  opacity: 1;
  width: auto;
}

.modal-header .close img {
  height: 20px;
}

.modal-body {
  padding: 15px 70px;
  background-image: url('/petitions/start-petition-pattern.png');
  background-repeat: repeat;
}

.modal-footer {
  padding: 15px 70px;
  border-top: 1px solid #e5e5e5;
  background: #fedb01;
}

#modal-submit-button {
  background: #00a8cc;
  border: 1px solid #00a8cc;
  transition: all ease 0.25s;
  padding: 12px 20px;
}

#modal-submit-button:hover {
  background: transparent;
  border: 1px solid #00a8cc;
  color: black;
}

#modal-next-button {
  background: #00a8cc;
  border: 1px solid #00a8cc;
  transition: all ease 0.25s;
  padding: 12px 20px;
}

#modal-next-button:hover {
  background: transparent;
  border: 1px solid #00a8cc;
  color: black;
}

#modal-close-button {
  transition: all ease 0.25s;
  padding: 12px 20px;
}

#modal-close-button:hover {
  background: transparent;
  border: 1px solid black;
  color: black;
}

#modal-close-img {
  transition: all ease-in-out 0.25s;
}

#modal-close-img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.modal-title {
  font-size: 20px;
}

#petition-form-title-petition {
  padding-left: 10px;
}

.petition-form-wraps {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 15px;
  margin-bottom: 18px;
}

.petition-form-wraps h4 {
  text-transform: uppercase;
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 18px;
}

.petition-form-wraps h4:after {
  border: 1px solid #00a8cc;
  background-color: #00a8cc;
}

#petition-support-form select {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}

#petition-form-image {
  border: 0;
  padding-left: 0;
}

#petition-form-attachment {
  border: 0;
  padding-left: 0;
}

#see-supporters-button {
  width: fit-content;
  display: block;
  margin-bottom: 20px;
}

#see-supporters-button img {
  height: 20px;
  margin-right: 7px;
}

#related-petitions-slick {
  margin-bottom: 70px;
}

.progress-bar {
  width: 100%;
  height: 24px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  background: transparent;
  margin-bottom: 15px;
}

.progress-bar-result {
  height: 22px;
  background: #3282b8;
  /* background-image: url('/petitions/progress-bar.png');
  background-repeat: repeat; */
  border-radius: 5px;
  position: relative;
}

.progress-bar-result span {
  position: absolute;
  right: -45px;
  top: 2px;
  color: black;
  font-size: 18px;
}

#petition-share-social {
  position: relative;
  color: black;
  bottom: 0px;
  right: 0px;
  text-transform: uppercase;
}

#petition-share-social span {
  font-size: 16px;
}

#petition-share-social img {
  height: 25px;
}

.progress-supporters-wrap {
  position: absolute;
  left: 0;
  top: 40px;
}

.progress-threshold-wrap {
  position: absolute;
  right: 0;
  text-align: right;
  top: 40px;
}

.progress-arrow {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 42px;
}

.progress-arrow img {
  width: 30px;
  -webkit-animation: moveLeftRight 3s infinite;
  animation: moveLeftRight 3s infinite;
}

.petition-video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-bottom: 80px;
}

.petition-video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

#chartdiv {
  width: 100%;
  height: 500px;
  margin: 40px 0;
}

.chart-map {
  width: 100%;
  height: 500px;
  margin: 40px 0;
}

#petitions-table td {
  cursor: default;
}

.petition-supporters-buttons {
  display: block;
  margin-right: 20px;
  padding: 10px;
  border: 1px solid black;
  transition: all ease 0.25s;
  margin-bottom: 15px;
  width: 220px;
}

.petition-supporters-buttons img {
  margin-right: 7px;
  height: 45px;
}

.petition-supporters-buttons:hover {
  background: #fedb01;
  border: 1px solid black;
}

#list-supporters-button {
  margin-bottom: 30px;
}

#supporters-list-table td {
  cursor: default;
}

.no-supporters-modal-body {
  padding: 140px 0 140px 0;
  text-align: center;
}

.no-supporters-modal-body img {
  height: 100px;
  margin-bottom: 20px;
}

.no-supporters-modal-body h1 {
  color: #333333;
  margin: 0;
}

.petitions-category-icon {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  position: relative;
}

.petitions-category-icon img {
  height: 30px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.petitions-category-icon span {
  position: absolute;
  left: 40px;
  padding: 5px;
  top: 5px;
  border-radius: 5px;
  width: max-content;
}

#petition-category-sticker {
  bottom: 0;
}

#petition-card-image {
  height: 250px;
}

.modal .check-boxes {
  text-transform: initial;
}

.pie-charts {
  width: 100%;
  height: 250px;
}

.home-news-summary p {
  margin-bottom: 0;
}

#login-body {
  background-image: url('/images/login-back2.jpg');
  background-size: cover;
  height: 100vh;
  position: relative;
}

#petitionFormImage {
  border: 0;
  padding-left: 0;
}

#petitionFormAttachment {
  border: 0;
  padding-left: 0;
}

.modal-body h2 {
  margin-top: 30px;
}

.petition-chart-canvas {
  height: 500px;
}

.petition-complement {
  margin-bottom: 30px;
}

.petition-complement a {
  font-size: 16px;
  text-transform: uppercase;
  color: black;
  transition: all ease 0.25s;
}

.petition-complement a:hover {
  color: #20365d;
}

.petition-complement img {
  height: 25px;
  margin-right: 10px;
  transition: all ease 0.25s;
}

.petition-complement a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.petition-main-text h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}

.petitions-main-text-group {
  margin-top: 30px;
}

.petition-form-wraps select {
  margin-bottom: 10px;
}

#petitions-header-h2 {
  font-size: 25px;
}

.category {
  padding: 10px 5px;
}

.banner-video-container {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  /* height: calc(100vh - 89px); */
}

/* Style the video: 100% width and height to cover the entire window */

#banner-video {
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

.banner-video-back {
  width: 100%;
  height: 600px;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 1;
  /* height: calc(100vh - 89px); */
}

.banner-video-text {
  position: absolute;
  bottom: 230px;
  left: 100px;
  z-index: 2;
}

.banner-video-text h1 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  background: #20365d;
  padding: 10px 60px 10px 30px;
  border-left: 6px #fff solid;
  letter-spacing: 1px;
  text-transform: initial;
  line-height: 1.5;
  font-weight: 300;
}

.banner-video-text p {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  background: #20365d;
  padding: 5px;
  width: fit-content;
  border-left: 6px #fff solid;
  letter-spacing: 1px;
}

.evolve-body img {
  height: 300px;
}

.evolve-body-img-wrap {
  text-align: center;
  padding-top: 40px;
}

.evolve-body .heading-after:after {
  border: 1px solid #e2a424;
  background-color: #e2a424;
}

.evolve-body a {
  color: #e2a424;
  transition: all ease 0.25s;
}

.evolve-body a:hover {
  color: #ccc;
}

.project-partners {
  margin-bottom: 25px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.fix-sign-petition {
  position: fixed;
  top: 20px;
}

#petition-main-content {
  position: relative;
}

.bottom-sign-petition {
  position: absolute;
  right: 15px;
  margin-bottom: 0;
}

#petition-bottom-container {
  margin-top: 60px;
}

.petition-chart .chart {
  margin-bottom: 0;
}

.input-dummy {
  opacity: 0;
}

.validate-alerts {
  color: red;
  font-size: 14px;
  display: block;
}

.validate-alerts i {
  margin-right: 5px;
}

.insert-nav {
  color: #fff;
  background: #0b6fb3;
  padding-top: 0;
  width: 300px;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: all ease 0.25s;
}

.admin-main {
  padding-left: 300px;
  transition: all ease 0.25s;
  font-family: 'Roboto Flex';
}

.dashboard-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.flex-col {
  display: flex;
  flex-direction: column;
  background: #1b2536;
}

.insert-nav #logo {
  z-index: -1;
}

.insert-nav ul {
  padding-left: 0;
}

.insert-nav li {
  display: block;
  color: #fff;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 60px;
  text-transform: initial;
  transition: all ease 0.25s;
}

.insert-nav li a {
  color: #fff;
}

.insert-nav li:hover {
  cursor: pointer;
  color: #1b2536;
}

.insert-nav li:hover abbr {
  color: #1b2536;
}

.insert-nav li img {
  height: 16px;
  margin-right: 7px;
  position: absolute;
  left: 20px;
  top: -2px;
  top: 13px;
}

.insert-nav li i {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 12px;
  transition: all ease 0.25s;
}

.insert-nav .dropdown {
  display: block;
}

.insert-nav #mobile-menu-button {
  position: absolute;
  top: 2px;
  left: 0px;
  outline: none;
  display: none;
}

select {
  max-width: 100%;
}

.insert-title {
  margin-bottom: 30px;
  font-size: 22px;
}

.admin-first-line {
  background: #fff;
  color: #fff;
  -webkit-box-shadow: -2px 17px 65px -42px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -2px 17px 65px -42px rgba(0, 0, 0, 0.5);
  box-shadow: -2px 17px 65px -42px rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid #fff;
  padding-right: 350px;
  text-align: right;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #4b4b4b;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 50px;
}

.admin-user {
  position: relative;
}

.admin-logo {
  text-transform: capitalize;
  font-size: 18px;
  padding: 10px 0;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.admin-logo img {
  margin-right: 7px;
  height: 30px;
}

#admin-collapse-arrow {
  height: 16px;
  position: absolute;
  right: 10px;
  top: 17px;
  transition: all ease 0.3s;
}

#admin-collapse-arrow:hover {
  cursor: pointer;
}

.admin-user-img {
  margin-right: 7px;
  border-radius: 100%;
  height: 30px;
}

.admin-form-panel {
  padding: 20px 50px;
  background: #f7f7f7;
  margin-top: 50px;
  position: relative;
  min-height: calc(100vh - 90px);
}

.rotate-right {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

/* width */

#insert-nav::-webkit-scrollbar {
  width: 5px;
}

/* Track */

#insert-nav::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */

#insert-nav::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 5px;
}

/* Handle on hover */

#insert-nav::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

.rotate-180 {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

.insert-nav-collapsed {
  width: 60px;
}

.admin-main-collapsed {
  padding-left: 60px;
}

.width-0 {
  width: 0;
}

.relative {
  position: relative;
}

#admin-cup-logo {
  transition: all ease 0.15s;
}

.opacity-0 {
  opacity: 0;
}

.padding-110 {
  padding-right: 110px;
}

.transition {
  transition: all ease 0.25s;
}

.nav-links-active {
  background: #f7f7f7;
  color: #4b4b4b !important;
}

.collapse li {
  transition: none;
}

.insert-nav-active-collapse {
  /* background: #61a0c9; */
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
}

.number-info-image-wrap img {
  height: 40px;
  width: 40px;
  z-index: 10;
}

.number-info-image-circle {
  padding: 20px;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  text-align: center;
}

#number-info-projects {
  background: #cfecff;
}

#number-info-publications {
  background: #ebfcf5;
}

#number-info-services {
  background: #fff0e6;
}

#number-info-team {
  background: #fff2f6;
}

.number-info:hover {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.dashboard-heading {
  margin-bottom: 0;
}

.nav-links-image-active {
  filter: invert(32%) sepia(87%) saturate(5905%) hue-rotate(190deg) brightness(91%) contrast(91%);
  -webkit-filter: invert(32%) sepia(87%) saturate(5905%) hue-rotate(190deg) brightness(91%) contrast(91%);
}

#projects-years-chart,
#publications-years-chart {
  min-height: 500px;
}

/* table.dataTable tbody tr:hover {
  cursor: pointer;
} */

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  min-width: 50px;
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-right: 0;
  color: #5c5c5c;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding-left: 5px;
  border-bottom: 1px solid #999999;
  color: #4b4b4b;
  text-align: center;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #999999;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #4b4b4b;
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 0;
}

.center {
  text-align: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  border-radius: 3px;
  background-color: white;
  background: #fff;
  padding: 3px 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  padding: 3px 10px !important;
  background: #ccc;
  border: 1px solid #979797;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 3px 10px;
}

.dataTables_wrapper select {
  border: 1px solid #979797;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #979797;
  font-weight: normal;
  border-radius: 3px;
}

.loginform img {
  width: 100%;
}

.login-form-left {
  text-align: center;
  padding: 50px 0 50px 50px;
}

.login-form-wrap {
  position: relative;
  height: 400px;
}

.login-form-wrap form {
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -113px;
  text-align: left;
}

.user-input img {
  position: absolute;
  top: 9px;
  left: 8px;
  height: 18px;
  width: auto;
}

.filter-blue {
  filter: invert(32%) sepia(87%) saturate(5905%) hue-rotate(190deg) brightness(91%) contrast(91%);
  -webkit-filter: invert(32%) sepia(87%) saturate(5905%) hue-rotate(190deg) brightness(91%) contrast(91%);
}

.user-input input:-internal-autofill-selected {
  appearance: menulist-button;
  background-color: #fff !important;
  background-image: none !important;
  color: -internal-light-dark(black, white) !important;
}

.user-input input:focus {
  outline: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #333;
  font-family: 'Roboto Flex';
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #333;
  font-family: 'Roboto Flex';
}

#login-form-logo {
  position: absolute;
  top: 0px;
  right: 50%;
  margin-right: -25px;
  width: 60px;
}

.collapse.in {
  border-bottom: 1px solid #ccc;
}

.catalog-results {
  margin-bottom: 100px;
  min-height: 550px;
}

.contact-form input:focus {
  outline: 0;
}

.petitions-disclaimer {
  margin-bottom: 50px;
  text-align: right;
}

.petitions-disclaimer img {
  height: 50px;
}

.petitions-disclaimer p {
  font-size: 12px;
  margin-top: 10px;
}

.petititons-button-wrap {
  padding: 10px;
}

.petitions-procedure {
  padding: 30px 0 60px 0;
}

.petitions-procedure h1 {
  text-align: center;
  margin: 25px 0 35px 0;
  color: #4b4b4b;
  text-transform: inherit;
}

.petitions-procedure h2 {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 20px;
  color: #4b4b4b;
  cursor: pointer;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.petitions-procedure h2 span {
  color: #20365d;
  font-size: 30px;
  /* border: 1px solid #ccc;
  border-radius: 100%; */
  /* padding: 5px 15px; */
}

.petitions-procedure p {
  color: rgb(94, 94, 94);
  margin-bottom: 10px;
}

.procedure-collapse {
  padding: 20px 20px 10px 20px;
  background: #f7f7f7;
  transition: all ease 0.25s;
  border: 0;
}

.collapse.in {
  border-bottom: 0;
  padding: 20px 20px 10px 20px;
  transition: all ease 0.25s;
}

.procedure-numbers {
  height: 60px;
  margin-right: 10px;
}

.home-initiatives {
  background-color: #fff;
  padding-bottom: 70px;
  position: relative;
}

.home-initiatives-image {
  text-align: center;
  padding-top: 90px;
}

.home-initiatives img {
  height: 400px;
}

.custom-button {
  background: #20365d;
  border: 2px solid #20365d;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  transition: all ease 0.25s;
  border-radius: 3px;
  font-size: 18px;
  display: inline-block;
  box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
  -webkit-box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
  -moz-box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
}

.custom-button:hover {
  background-color: transparent;
  color: #20365d;
}

.custom-button i {
  margin-right: -10px;
  vertical-align: middle;
}

.home-initiatives .custom-button {
  margin-top: 20px;
}

.home-initiatives h2 {
  margin-top: 100px;
}

.home-about-us-image {
  text-align: center;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}

.home-about-us-image img {
  height: 120px;
}

.home-about-us .home-publications-text {
  padding: 0px 80px 40px 0;
  text-align: left;
  /* height: 500px; */
}

.home-headings {
  font-size: 35px;
}

.home-publications .custom-button {
  margin-top: 20px;
}

#banner-button {
  margin-top: 40px;
  background-color: #fff;
  color: #20365d;
  border: #fff;
}

.transparent {
  opacity: 0;
}

#start-petition-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  transition: all ease 0.25s;
  cursor: pointer;
}

#start-petition-close:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

#petition-catalog {
  margin-top: 30px;
  transition: all ease 0.25s;
}

.terms-scroll {
  height: 700px;
  overflow-y: scroll;
}

#aboutus .heading-after {
  margin-bottom: 30px;
  margin-top: 45px;
}

.news-body img {
  width: 100% !important;
  height: auto !important;
}

.home-news-summary img {
  display: none;
}

.iso-9001 {
  margin: 30px 0 70px 0;
  text-align: center;
}

.iso-9001 a {
  display: block;
}

.iso-9001 img {
  width: 70%;
}

.iso-9001-title {
  margin-top: 40px;
  margin-bottom: 20px;
  color: black;
  font-size: 20px;
}

.flex-vertical-center {
  display: flex;
  align-items: center;
}

.footer-wrap {
  background: linear-gradient(0deg, #071936 0%, #1e365d 80%);
}

/* qq Media Queries */

@media only screen and (max-width: 1600px) {
  #logo {
    height: 60px;
    top: 16px;
  }

  nav li {
    padding-right: 20px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1400px) {
  #theTarget {
    height: 500px;
  }

  .team-member img {
    width: 100%;
  }

  .banner-one img {
    height: 550px;
  }

  #training-wrap-col {
    width: 33.33333333%;
  }

  #petition-wrap-col {
    width: 50%;
  }

  .evolve-body img {
    height: 200px;
  }

  .banner-video-container {
    height: 700px;
  }

  .banner-video-back {
    height: 700px;
  }
}

@media only screen and (max-width: 1280px) {
  .narrowbody {
    margin: auto;
    width: 100%;
    padding: 20px 20px 20px 15px;
    overflow: hidden;
  }

  .container-custom {
    width: 100%;
    padding: 0 20px;
  }

  .catalog-body .container-custom {
    width: 100%;
  }

  .project {
    color: #4b4b4b;
    /* box-shadow: 1px 1px 1px #888888; */
    background: #fcfcfc;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    border: solid 1px #dbdbdb;
    border-radius: 0px;
    float: left;
    display: inline;
    padding: 20px;
  }

  .footercon {
    width: 100%;
    margin: auto;
    padding: 1%;
  }

  .project-card {
    border-left: 5px solid #20365d;
    margin-top: 40px;
  }

  #related-petitions-slick .slick-prev {
    left: 0px;
  }

  #related-petitions-slick .slick-next {
    right: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .narrowbody {
    margin-top: 50px;
  }

  .banner-one {
    margin-top: 50px;
    margin-bottom: -50px;
  }

  .banner-one img {
    height: auto;
  }

  .mobile-menu-button-wrap {
    display: block;
  }

  .dashboard-outer {
    height: auto;
  }

  .modal-lg {
    width: 90%;
  }

  .modal {
    top: 50px;
  }

  #banner-video {
    right: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    z-index: -1;
  }

  .banner-video-text {
    position: absolute;
    bottom: 100px;
    left: 30px;
    z-index: 2;
  }

  .banner-video-text h1 {
    font-size: 30px;
    width: fit-content;
  }

  .banner-video-text p {
    font-size: 20px;
  }

  .support-button {
    font-size: 14px !important;
  }

  .petititons-button-wrap .support-button {
    font-size: 16px !important;
  }

  .catalog-results {
    min-height: auto;
  }

  .home-initiatives img {
    height: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .home-news-card {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 780px) {
  .headerback {
    background: #e9e9e9;
    margin: 0 auto;
    padding-top: 1%;
    padding-left: 0px;
    text-align: center;
  }

  #catalog-filter-column {
    display: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 80px;
    border-bottom: 1px solid #ccc;
  }

  .filter-button {
    display: inline-block;
    text-transform: uppercase;
    color: #4b4b4b;
    margin-left: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    border: 1px solid #4b4b4b;
    border-radius: 5px;
    padding: 5px 10px;
  }

  .filter-button img {
    height: 30px;
    margin-right: 7px;
  }

  .headerbackMenu {
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
  }

  .animation {
    opacity: 1;
  }

  .mobilemenu {
    display: block;
    height: 40px;
    width: 100%;
    background: url(projects_gallery/mobile_menu.png) no-repeat 2% center;
    cursor: pointer;
  }

  nav {
    width: 100%;
    margin: 0;
    padding-top: 0%;
    padding-bottom: 0%;
    text-align: center;
    color: white;
    font-size: 1em;
    height: 40px;
  }

  nav ul {
    list-style-type: none;
    display: inline-block;
    color: white;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #25aae2;
    height: 0px;
  }

  nav ul.open {
    height: auto;
    padding: 2%;
    z-index: 10;
  }

  nav li {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    padding-bottom: 1%;
    float: none;
    text-align: left;
  }

  nav ul a {
    color: white;
    padding: 2% 0;
  }

  .headerimage {
    display: none;
  }

  .dropdown {
    position: static;
    display: block;
    z-index: 1000;
  }

  .dropdown-content {
    display: block;
    position: static;
    background-color: #25aae2;
    min-width: 0px;
    padding: 0;
    margin: 0;
    text-align: left;
    box-shadow: none;
  }

  /* Links inside the dropdown */
  .dropdown-content a {
    color: white;
    padding: 1px 3%;
    margin: 0;
    text-decoration: none;
    display: block;
    text-align: left;
  }

  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {
    color: #20365d;
  }

  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }

  .narrowbody {
    margin: auto;
    width: 100%;
    padding: 20px 20px 20px 15px;
  }

  .pillars {
    width: 100%;
    margin: 0 auto;
    margin-top: 0%;
    margin-bottom: 0%;
    box-shadow: none;
    align-items: center;
    font-family: 'Roboto Flex', sans-serif;
  }

  .pillars img {
    width: 35%;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: .5s ease-in-out;
  }

  .pillars img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-filter: grayscale(0%);
    -moz-transition: .3s ease-in-out;
    -o-filter: grayscale(0%);
    -o-transition: .3s ease-in-out;
  }

  .pillar {
    border-radius: 3px;
    width: 100%;
    padding: 3% 0%;
    margin-left: 0%;
    margin-right: 0%;
    text-align: center;
    display: none;
    border-bottom: 1px solid lightgrey;
  }

  #abovefooter {
    width: 100%;
    height: 100%;
    float: left;
    margin-top: 0% !important;
    padding: 1%;
    font-size: 2vw;
  }

  #contactfooter {
    width: 100%;
    height: 100%;
    float: left;
    background: #e2e2e2;
    margin-top: 5% !important;
    padding: 1%;
    font-size: 3vw;
  }

  #abovefooter p {
    margin: auto;
    padding: 0;
  }

  #contactfooter p {
    color: #303c42;
    margin: auto;
    padding: 0;
  }

  #abovefooter ul {
    margin: 0;
  }

  #contactfooter ul {
    margin: 0;
  }

  #abovefooter a {
    list-style-type: none;
    display: inline;
    width: 100%;
  }

  #contactfooter a {
    list-style-type: none;
    display: inline;
    color: #303c42;
    width: 100%;
  }

  #abovefooter a:hover {
    color: #20365d;
  }

  #contactfooter a:hover {
    color: #20365d;
  }

  #footer {
    width: 100%;
    height: 40px;
    float: left;
    /* background: #20365d; */
    line-height: 40px;
    vertical-align: middle;
  }

  #footer p {
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 0.8em;
  }

  .footercon {
    width: 100%;
    margin: auto;
  }

  .footercon1 {
    width: 30%;
    float: left;
  }

  .footercon2 {
    width: 70%;
    float: left;
  }

  .footercon3 {
    width: 30%;
    display: inline-block;
    text-align: left;
    padding-top: 1%;
  }

  .footercon3 a img {
    width: 20%;
  }

  .projectswrapper {
    margin-bottom: 3%;
  }

  .news {
    width: 100%;
    box-shadow: none;
    margin: auto;
    margin-top: 20px;
    border: solid 1px #dbdbdb;
    border-radius: 0px;
    float: left;
  }

  .newsimg {
    width: 100%;
    float: left;
    height: 300px;
  }

  .textwrap-left {
    float: left;
    width: 150px;
  }

  .newssummary {
    width: 100%;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
  }

  .calls {
    padding-top: 2%;
    padding-bottom: 2%;
    border-bottom: dashed grey 1px;
  }

  .calls h2 {
    font-size: 1.1em;
    font-weight: bold;
  }

  .calls h4 {
    font-size: 1.0em;
  }

  .callswrapper {
    margin-top: 20px;
    margin-bottom: 5%;
  }

  .leftcolumn {
    margin-top: 1%;
    width: 100%;
    height: 100%;
    background: #8ea7ce;
    border-radius: 0px;
    margin-right: 2%;
    padding: 0;
    padding-left: 0;
    padding-bottom: 0;
    font-size: 0.9em;
    text-align: center;
    color: #000000;
  }

  .leftcolumn ul {
    padding-left: 0;
    list-style: none;
  }

  .leftcolumn а {
    text-decoration: none;
    color: white #000000;
  }

  .leftcolumn а:hover {
    color: gray !important;
  }

  .leftcolumn li {
    text-decoration: none;
    font-size: 1.0em;
    margin-bottom: 10px;
  }

  .gallery {
    width: 100%;
    margin: auto;
    margin-top: 2%;
    margin-bottom: 3%;
    float: left;
    display: inline;
    padding: 1%;
    height: 100%;
    text-align: center;
  }

  .publicationsimg {
    width: 28%;
    padding-left: 1%;
    padding-right: 1%;
    vertical-align: text-top;
    display: inline-block;
    text-align: center;
    margin-top: 2%;
    font-size: 0.7em;
  }

  .publicationsimg img {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    filter: grayscale(50%);
    -webkit-filter: grayscale(50%);
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-filter: grayscale(50%);
    -moz-transition: .2s ease-in-out;
    -o-filter: grayscale(50%);
    -o-transition: .2s ease-in-out;
  }

  .publicationsimg img:hover {
    width: 105%;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-filter: grayscale(0%);
    -moz-transition: .3s ease-in-out;
    -o-filter: grayscale(0%);
    -o-transition: .3s ease-in-out;
  }

  .galleryimg {
    width: 31%;
  }

  .videotube {
    width: 100%;
    margin-top: 2%;
    border-top: 1px solid #dbdbdb;
    float: left;
    margin-bottom: 4%;
  }

  .videoimg {
    width: 100%;
    float: left;
  }

  .videosummary {
    width: 100%;
    float: left;
    padding-left: 20px;
  }

  .project {
    color: #4b4b4b;
    /* box-shadow: 1px 1px 1px #888888; */
    background: #fcfcfc;
    width: 100%;
    margin: auto;
    margin-top: 2%;
    border: solid 1px #dbdbdb;
    border-radius: 5px;
    float: left;
    display: inline;
    padding: 2%;
  }

  #projectlogo {
    width: 30%;
    margin: 0 auto;
  }

  .projectpublications {
    padding-left: 0px;
  }

  .projectpublications h2 {
    color: #4b4b4b;
    text-align: center;
    padding-bottom: 1%;
  }

  #projectgallery {
    float: none;
    padding-left: 0px;
  }

  .publicationsimg a {
    color: #4b4b4b;
    margin: auto;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 2vw;
    padding-top: 0;
    margin-top: 0;
  }

  .projectimg h3 {
    width: 90%;
    float: left;
    align-items: center
  }

  .projectsummary {
    width: 100%;
    float: left;
    border-right: 0px;
    margin-right: 0;
    padding-right: 0;
  }

  .projectstatus {
    width: 50%;
    display: none;
    margin-top: 3%;
    color: lightgrey;
  }

  #donors {
    display: block;
    width: 30%;
  }

  .publicationsright {
    color: #4b4b4b;
    width: 80%;
    float: left;
    padding-right: 0px;
    border-left: solid 1px #cfcfcf;
  }

  .leftcontact {
    width: 100%;
    float: left;
  }

  .rightcontact {
    width: 100%;
    float: left;
    margin-bottom: 0%;
  }

  .contactwrapper {
    margin-bottom: 3%;
  }

  .team {
    margin-bottom: 2%;
    text-align: center;
    width: 100%;
  }

  .teammembers {
    width: 25%;
    text-align: center;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 3%;
    margin-bottom: 3%;
  }

  .teammembers img {
    width: 100%;
  }

  .divtextwrap {
    width: 100%;
  }

  .divtextwrap img {
    float: right;
  }

  .newsfull {
    box-shadow: none;
    border-radius: 0px;
    margin-top: 2%;
    padding: 3%;
    padding-bottom: 5%;
  }

  .newsimgfull {
    width: 100%;
    float: left;
    margin: 0%;
    margin-top: 2%;
    border-radius: 2px;
  }

  .logo {
    width: 55%;
    text-align: right;
    align-items: right;
  }

  .lang {
    float: left;
    width: 40%;
    padding-top: 60px;
    text-align: right;
    align-items: right;
  }

  .platform-wrap p {
    text-align: center;
    height: 140px;
  }

  .carouseltext {
    left: 0;
    right: 0;
  }

  .home-platforms {
    margin-bottom: 0px;
    margin-top: 40px;
  }

  .home-news-text img {
    height: auto;
    width: 100%;
  }

  .home-news .slick-initialized .slick-slide {
    padding-right: 10px;
    padding-left: 10px;
  }

  .timeframe-box {
    width: 110px;
    margin-right: 10px;
  }

  .training-timeframe {
    text-align: center;
  }

  .training-results .training-part {
    padding: 95px 40px 30px 20px;
  }

  .publication-image {
    text-align: center;
    margin-bottom: 30px;
  }

  .publication-wrap {
    padding-top: 15px;
  }

  .project-card {
    border-left: 5px solid #20365d !important;
    margin-top: 40px;
  }

  .goals-content {
    display: none;
  }

  #vision .col-sm-6 {
    padding-right: 15px;
  }

  #values .col-sm-6 {
    padding-right: 15px;
  }

  .goals-wrap ol {
    padding-left: 0;
  }

  .start-petition-button {
    width: 100%;
  }

  .catalog-sorts {
    position: absolute;
    top: -70px;
    right: 10px;
  }

  #petition-catalog {
    position: relative;
  }

  .petition-main {
    padding-right: 0px;
  }

  #start-petition-container {
    padding: 0 15px;
  }

  #grid2 {
    display: none;
  }

  #grid3 {
    display: none;
  }

  .modal-lg {
    width: 97%;
  }

  .modal-body {
    padding: 15px 15px;
  }

  .modal-footer {
    padding: 15px 15px;
  }

  #modal-close-button {
    padding: 12px 10px;
  }

  #modal-submit-button {
    padding: 12px 10px;
  }

  .modal-header {
    padding: 20px 15px;
  }

  .banner-video-text {
    position: absolute;
    width: 100%;
    bottom: 40px;
    left: 0;
  }

  .banner-video-text h1 {
    font-size: 30px;
    width: 100%;
    border: none;
    padding-left: 25px;
  }

  .banner-video-text p {
    font-size: 20px;
    border: none;
    padding-left: 25px;
    width: 100%;
  }

  .banner-video-text .titlebutton {
    margin-left: 30px;
  }

  .banner-video-container {
    height: 400px;
  }

  .banner-video-back {
    height: 400px;
  }

  .sign-petition {
    z-index: 10;
    margin-top: 50px;
  }

  .input-dummy {
    display: none;
  }

  .petitions-disclaimer {
    text-align: center;
  }

  .home-about-us-image img {
    height: auto;
    width: 250px;
  }

  .home-publications-text {
    padding: 40px 80px;
  }

  .home-initiatives-image {
    display: none;
  }

  .home-publications-text h2 {
    margin-top: 30px;
  }

  .home-publications .home-publications-text {
    margin-bottom: 40px;
  }

  .home-news-text {
    padding: 20px;
  }

  .start-petition-button-wrap {
    height: 100px;
  }

  .iso-9001 img {
    width: 90%;
  }
}

@media only screen and (max-width: 540px) {
  .home-news-text {
    padding: 10px;
  }

  .home-about-us .home-publications-text {
    padding: 40px;
  }

  .home-about-us-image img {
    height: auto;
    width: 200px;
  }

  .home-publications .home-publications-text {
    margin-bottom: 0px;
  }

  .home-about-us-image {
    padding-top: 40px;
  }

  .home-projects-wrap-inner .col-xs-4 {
    width: 100%;
  }

  .home-projects-wrap-inner .col-xs-8 {
    width: 100%;
  }

  .home-projects-wrap-inner .pl-0 {
    padding-left: 15px;
  }

  #home-projects .home-news-text {
    padding: 6px 20px 0 20px;
  }

  .home-projects-logo img {
    max-width: 80%;
    margin-left: 20px;
  }

  .home-projects-logo {
    width: 100%;
    text-align: center;
  }

  .home-publications-text h2 {
    margin-top: 0;
  }

  .home-publications-text {
    padding: 60px 40px 60px 40px;
    height: auto;
  }

  .timeframe-box {
    width: 110px;
    margin-right: 10px;
    margin-bottom: 20px;
  }

  .training-timeframe {
    margin-bottom: 20px;
  }

  .training-part {
    margin: 40px 0;
    padding: 75px 20px 30px 20px;
  }

  .home-publications-image {
    height: 400px;
  }

  .home-news {
    padding-bottom: 60px;
  }

  .home-platforms .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .publication-wrap .cup-button {
    width: 100%;
  }

  .publication-image img {
    width: 100%;
  }

  #catalog-header h1 {
    font-size: 40px;
  }

  .training-header h2 {
    font-size: 32px;
  }

  .training-header-social {
    bottom: 11px;
    right: 8px;
  }

  #training-wrap-col {
    width: 100%;
  }

  .catalog-results .training-image {
    height: 250px;
  }

  #petition-wrap-col {
    width: 100%;
  }

  #petitions-sorting {
    width: 110px;
    padding: 10px 20px;
    border-radius: 5px;
  }

  .petition-form-wraps {
    padding: 20px 0;
    border: 0;
  }

  .support-button {
    font-size: 16px;
  }

  .petititons-button-wrap .support-button {
    font-size: 16px !important;
  }

  .form-submit-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .contact-form button {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .home-news-wrap {
    padding: 30px;
  }
}

@media only screen and (max-width: 390px) {
  #training-wrap-col {
    width: 100%;
  }

  .training-header h1 {
    font-size: 40px;
  }

  .catalog-results .training-image {
    height: 200px;
  }
}

/* MEDIA QUERY FOR MOBILE */

@media only screen and (max-width: 1200px) {
  .headerback {
    background: #e9e9e9;
    margin: 0 auto;
    padding-top: 1%;
    padding-left: 0px;
    text-align: center;
    display: none;
  }

  .headerbackMenu {
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
  }

  .mobile-lang {
    display: block;
  }

  .header-lang {
    display: none;
  }

  .animation {
    opacity: 1;
  }

  nav {
    width: 100%;
    margin: 0;
    padding-top: 6px;
    padding-bottom: 0%;
    text-align: center;
    color: white;
    font-size: 1em;
    height: 57px;
  }

  nav ul {
    list-style-type: none;
    display: inline-block;
    color: white;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #fff;
    height: 0px;
    margin-top: 3px;
  }

  nav ul.open {
    height: 100vh;
    padding: 10px 20px;
    z-index: 10000;
    overflow: hidden;
    opacity: 0.96;
    margin-top: 20px;
    position: fixed;
    left: 0;
    width: 100%;
    overflow-y: scroll;
    padding-bottom: 80px;
  }

  .insert-nav ul.open {
    margin-top: 50px;
  }

  .insert-nav ul.open li {
    padding-left: 0;
  }

  .insert-nav ul.open li i {
    margin-right: 5px;
  }

  .insert-nav .dropdown-content a {
    padding-left: 24px;
    font-size: 16px;
  }

  .insert-nav #mobile-menu-button {
    display: block;
  }

  .dashboard-outer {
    background-color: transparent;
  }

  #logo {
    height: 50px;
    bottom: auto;
    top: 5px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
  }

  nav li {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 4px 0 2px 28px;
    float: none;
    text-align: left;
    border-bottom: 1px solid #ccc;
    position: relative;
  }

  nav ul a {
    color: #333;
    font-size: 18px;
    width: 100%;
    display: block;
  }

  nav ul a:hover {
    color: #20365d;
  }

  .headerimage {
    display: none;
  }

  .dropdown {
    position: static;
    display: block;
    z-index: 1000;
  }

  .dropdown-content {
    display: block;
    position: static;
    background-color: #fff;
    min-width: 0px;
    padding: 0;
    margin: 0;
    text-align: left;
    box-shadow: none;
    margin-bottom: 3px;
    margin-top: -3px;
  }

  /* Links inside the dropdown */
  .dropdown-content a {
    color: #333;
    padding: 11px 0 7px 48px;
    margin: 0;
    text-decoration: none;
    display: block;
    text-align: left;
    border-bottom: 1px solid #ccc;
    position: relative;
    width: 100%;
  }

  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {
    color: #25aae2;
  }

  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }

  #headermobile {
    text-align: center;
    margin: auto;
    margin-top: 40px;
    display: block;
  }

  .pillars {
    width: 100%;
    margin: 0 auto;
    margin-top: 0%;
    margin-bottom: 0%;
    box-shadow: none;
    align-items: center;
  }

  .pillars img {
    width: 35%;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: .5s ease-in-out;
  }

  .pillars img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-filter: grayscale(0%);
    -moz-transition: .3s ease-in-out;
    -o-filter: grayscale(0%);
    -o-transition: .3s ease-in-out;
  }

  .pillar {
    border-radius: 3px;
    width: 100%;
    padding: 3% 0%;
    margin-left: 0%;
    margin-right: 0%;
    text-align: center;
    display: block;
    border-bottom: 1px solid lightgrey;
  }

  #fourth {
    margin-bottom: 6%;
  }

  #abovefooter {
    width: 100%;
    height: 100%;
    float: left;
    margin-top: 0% !important;
    padding: 2%;
    font-size: 2vw;
  }

  #contactfooter {
    width: 100%;
    height: 100%;
    float: left;
    background: #e2e2e2;
    margin-top: 5% !important;
    padding: 1%;
    font-size: 3vw;
  }

  #abovefooter p {
    margin: auto;
    padding: 0;
  }

  #contactfooter p {
    color: #303c42;
    margin: auto;
    padding: 0;
  }

  #abovefooter ul {
    margin: 0;
  }

  #contactfooter ul {
    margin: 0;
  }

  #abovefooter a {
    list-style-type: none;
    display: inline;
    width: 100%;
  }

  #contactfooter a {
    list-style-type: none;
    display: inline;
    color: #303c42;
    width: 100%;
  }

  #abovefooter a:hover {
    color: #20365d;
  }

  #contactfooter a:hover {
    color: #20365d;
  }

  #footer {
    width: 100%;
    height: 40px;
    float: left;
    /* background: #20365d; */
    line-height: 40px;
    vertical-align: middle;
  }

  #footer p {
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 0.8em;
  }

  .footercon {
    width: 100%;
    margin: auto;
  }

  .footercon1 {
    width: 50%;
    float: left;
    font-size: 1.4em;
  }

  .footercon2 {
    display: none;
    width: 0%;
    float: left;
  }

  .footercon3 {
    width: 50%;
    display: inline-block;
    text-align: left;
    padding-top: 1%;
  }

  .footercon3 a img {
    width: auto;
  }

  .projectswrapper {
    margin-bottom: 3%;
  }

  .news {
    width: 100%;
    margin: auto;
    margin-top: 2%;
    margin-bottom: 2%;
    border: solid 1px #dbdbdb;
    box-shadow: none;
    border-radius: 0px;
    float: left;
  }

  .newsimg {
    width: 100%;
    float: left;
    margin-bottom: 2%;
    height: 300px;
  }

  #gallerynewsimg {
    height: 150px;
  }

  .textwrap-left {
    float: left;
    width: 150px;
  }

  .newssummary {
    width: 100%;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 0px;
  }

  .calls {
    padding-top: 2%;
    padding-bottom: 2%;
    border-bottom: dashed grey 1px;
  }

  .calls h2 {
    font-size: 1.1em;
    font-weight: bold;
  }

  .calls h4 {
    font-size: 1.0em;
  }

  .callswrapper {
    margin-top: 1%;
    margin-bottom: 5%;
  }

  .leftcolumn {
    margin-top: 1%;
    width: 100%;
    height: 100%;
    background: #8ea7ce;
    border-radius: 0px;
    margin-right: 2%;
    padding: 0;
    padding-left: 0;
    padding-bottom: 0;
    font-size: 0.9em;
    text-align: center;
    color: #000000;
  }

  .leftcolumn ul {
    padding-left: 0;
    list-style: none;
  }

  .leftcolumn а {
    text-decoration: none;
    color: #000000 !important;
  }

  .leftcolumn а:hover {
    color: gray !important;
  }

  .leftcolumn li {
    text-decoration: none;
    width: 50%;
    border-bottom: 1px solid white;
    font-size: 1em;
    margin-bottom: 4%;
    text-align: center;
    margin: 0 auto;
  }

  .rightcolumn {
    width: 100%;
    float: left;
    display: inline;
  }

  .gallery {
    width: 100%;
    margin: auto;
    margin-top: 2%;
    margin-bottom: 3%;
    float: left;
    display: inline;
    padding: 1%;
    height: 100%;
    text-align: center;
  }

  .publicationsimg {
    width: 45%;
    padding-left: 1%;
    padding-right: 1%;
    vertical-align: text-top;
    display: inline-block;
    text-align: center;
    margin-top: 2%;
    font-size: 0.7em;
  }

  .galleryimg {
    width: 47%;
  }

  .publicationsimg img {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    filter: grayscale(50%);
    -webkit-filter: grayscale(50%);
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-filter: grayscale(50%);
    -moz-transition: .2s ease-in-out;
    -o-filter: grayscale(50%);
    -o-transition: .2s ease-in-out;
  }

  .publicationsimg img:hover {
    width: 105%;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-filter: grayscale(0%);
    -moz-transition: .3s ease-in-out;
    -o-filter: grayscale(0%);
    -o-transition: .3s ease-in-out;
  }

  .videotube {
    width: 100%;
    margin-top: 2%;
    border-top: 1px solid #dbdbdb;
    float: left;
    margin-bottom: 4%;
  }

  .videoimg {
    width: 100%;
    float: left;
  }

  .videosummary {
    width: 100%;
    float: left;
    padding-left: 20px;
  }

  .project {
    color: #4b4b4b;
    box-shadow: none;
    background: #fcfcfc;
    width: 100%;
    margin: auto;
    margin-top: 1%;
    margin-bottom: 2%;
    border: solid 1px #dbdbdb;
    border-radius: 0px;
    float: left;
    display: inline;
    padding: 2%;
  }

  #projectlogo {
    width: 30%;
    margin: 0 auto;
  }

  .projectpublications {
    padding-left: 0px;
  }

  .projectpublications h2 {
    color: #4b4b4b;
    text-align: center;
    padding-bottom: 1%;
  }

  #projectgallery {
    float: none;
    padding-left: 0px;
  }

  .publicationsimg a {
    color: #4b4b4b;
    margin: auto;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 2vw;
    padding-top: 0;
    margin-top: 0;
  }

  .projectimg h3 {
    width: 90%;
    float: left;
    align-items: center
  }

  .projectsummary {
    width: 100%;
    float: left;
    border-right: 0px;
    margin-right: 0;
    padding-right: 0;
  }

  .projectstatus {
    width: 50%;
    display: none;
    margin-top: 3%;
    color: lightgrey;
  }

  #donors {
    display: block;
    width: 50%;
  }

  .publicationsright {
    color: #4b4b4b;
    width: 100%;
    float: left;
    padding-right: 0px;
    border-left: none;
  }

  .leftcontact {
    width: 100%;
    float: left;
  }

  .rightcontact {
    width: 100%;
    float: left;
    margin-bottom: 0%;
  }

  .contactwrapper {
    margin-bottom: 3%;
  }

  .team {
    margin-bottom: 2%;
    text-align: center;
    width: 100%;
  }

  .teammembers {
    width: 43%;
    text-align: center;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 3%;
    margin-bottom: 3%;
  }

  .teammembers img {
    width: 100%;
    /* -webkit-filter: grayscale(50%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(50%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(50%);
    -o-transition: .5s ease-in-out; */
  }

  .divtextwrap {
    width: 100%;
  }

  .divtextwrap img {
    clear: both;
    width: 100%;
  }

  .newsimgfull {
    width: 100%;
    float: left;
    margin: 0%;
    margin-top: 2%;
    border-radius: 2px;
  }

  .newsfull {
    box-shadow: none;
    border-radius: 0px;
    margin-top: 2%;
    padding: 3%;
    padding-bottom: 5%;
  }

  .projectimg {
    width: 100%;
    float: left;
  }

  .projectimg h3 {
    width: 100%;
    margin-top: 0;
    float: left;
    text-align: center;
  }

  .mobilemenu {
    display: block;
    height: 40px;
    width: 100%;
    background: url(projects_gallery/mobile_menu.png) no-repeat 2% center;
    cursor: pointer;
  }

  .loginform {
    width: 96%;
    height: 100%;
    margin: auto;
    border-radius: 0px;
    padding-top: 3%;
  }

  .loginform input {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 1.1em;
  }

  .loginform input[type='submit'] {
    padding-left: 2%;
    padding-right: 2%;
    width: 90%;
  }

  .logo {
    width: 60%;
    text-align: right;
    align-items: right;
  }

  .lang {
    float: left;
    width: 30%;
    padding-top: 60px;
    text-align: right;
    align-items: right;
  }

  .user-input {
    width: 90%;
  }

  .loginform input {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 1.1em;
  }

  .mobile-menu-imgs {
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    height: 20px;
  }

  .dropdown-content .mobile-menu-imgs {
    left: 20px;
    top: 12px;
  }

  .hidden-mobile {
    display: none;
  }

  .show-mobile {
    display: block;
  }

  .short-header {
    margin-top: 50px;
  }

  .training-header {
    margin-top: 50px;
  }

  .breadcrumb-custom {
    margin-bottom: 0px;
  }

  .short-header h1 {
    font-size: 45px;
    margin-top: 40px;
  }

  .training-part-clip {
    display: none;
  }

  .training-header h1 {
    margin-top: 120px;
    margin-bottom: 10px;
    font-size: 42px;
  }
}