/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
 #how-use-tool-button, #go-to-tool-button, #try-enablingsdgs-matrix-button {
  width: 224px;
  padding: 0 16px;
}

.teal-text.text-lighten-2 {
  color: #004494 !important;
}

.btn, .btn:visited, .btn:focus, .btn-large, .btn-large:visited, .btn-large:focus, .btn-small, .btn-small:visited, .btn-small:focus {
  background-color: #004494;
}

.btn:hover, .btn:active, .btn-large:hover, .btn-large:active, .btn-small:hover, .btn-small:active {
  background-color: #4073af;
}

a {
  color: #004494;
}

nav ul a {
  font-size: small;
}

a.btn-flat, nav ul a {
  color: #444;
}

nav .brand-logo {
  color: #444;
  z-index: 99;
}

.logos > a img {
  border: 1px solid #f1f1f1;
  box-shadow: -1px 1px 1px -2px rgba(0, 0, 0, 0.05), 16px 18px 16px rgba(0, 0, 0, 0);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  padding: 11px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(36%);
}

.page-footer {
  background-color: #ffffff!important;
}

.page-footer .footer-block {
  color: #000;
}

.page-footer .footer-copyright {
  background-color: #004494;
  color: #fff;
  font-weight: bold;
}

.page-footer .footer-copyright a {
  color: #fff;
}

#team .row .col .card-content p:nth-child(2) {
  font-size: 10px;
}
#team .row .col .card-content i {
  font-size: 10px;
}

#learn > center > a.dwl_btn {
  background-color: #004494;
}

#learn h4 {
  font-size: 4rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
  color: #004494 !important;
}

#learn .next-5-steps-div {
  margin: 4.5rem 0 1.5rem 0;
  font-size: 24px;
  font-weight: bold;
  color: #004494;
}

@media (max-width:900px) {
  #learn .next-5-steps-div {
    margin: 1.5rem 0 1.5rem 0;
  }
}

#learn > hr {
  border: 1px solid #004494;
  margin-bottom: 32px;
}

#learn > div > div> div > div > p > strong {
  font-size: 22px;
}

.landing-page-block-text {
  padding: 20px;
  border: 1px solid #eaeaea;
}

.step-points {
  margin-right: 12px;
  margin-bottom: -5px;
}

.card-panel {
  box-shadow: none!important;
  border: 1px solid #eaeaea!important;
}

#main_navigation > div > ul.right.hide-on-med-and-down > li:nth-child(4) > nav {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 3px 1px -2px rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0);
  max-height: 63px;
}

#main_navigation > div > ul.right.hide-on-med-and-down > li:nth-child(4) > nav > div > form > div > label > i {
  color: #313131;
}

.blue-text {
  color: #004494 !important;
}

#first_bkg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom,#ffffff,#aecdf2d4);
  opacity: 0.99;
  z-index: 999;
}

.parallax:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.99;
  z-index: 999;
  background: #aa4b6b;
  background: -webkit-linear-gradient(to right, #0044947d, #7da1cc96, #255dafb8);
  background: linear-gradient(to right, #0044947d, #7da1cc96, #255dafb8);
}

#main_navigation {
  box-shadow: none;
  border-bottom: 1px solid #e4e4e4;
}

#logo-container > img {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08), 0 3px 1px -2px rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0);
  position: absolute;
}

#index-banner > div.section.no-pad-bot > .container > h5 {
  color: #4171aa;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #004494;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}

@media (max-width:992px) {
  .parallax-container {
    min-height: 580px;
  }
}

.parallax-container .section {
  width: 100%;
}

@media only screen and (max-width:992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width:600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

.subtitle {
  margin: 0 auto;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.subtitle div {
  text-align: center;
  color: black;
}
.subtitle-line-2, .subtitle-line-3 {
  padding-top: 30px;
}

.page-header {
  background-color: #171717;
  border-bottom: 5px solid #CCC;
  border-top: 5px solid #384045;
  margin: 0 0 35px 0;
  min-height: 50px;
  padding: 20px 0;
  position: relative;
  text-align: left;
}

.page-header .row {
  margin-bottom: 0;
}

.page-header h1 {
  border-bottom: 5px solid #CCC;
  border-bottom-color: #2dace3;
  color: #fff;
  display: inline-block;
  font-size: 32px;
  font-weight: 200;
  line-height: 32px;
  margin: 0 0 -25px;
  padding: 0 0 25px;
  position: relative;
}

.page-header .breadcrumb {
  background: none;
  margin: 0 0 2px 2px;
  height: 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-header .breadcrumb ol {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 24px;
}

.page-header .breadcrumb li {
  display: inline-block;
  font-size: 0.75em;
  text-shadow: none;
  list-style: none;
  color: #777;
}

.page-header .breadcrumb ol > li + li::before {
  color: inherit;
  opacity: 0.5;
  content: ' \BB ';
  padding-right: 5px;
}

.page-header .breadcrumb ol a {
  text-decoration: none;
  color: #2dace3;
}

.toolbar-lining {
  color: #000;
  background-color: #ffffff;
  width: 100%;
  height: 39px;
}

.register-here {
  color: black;
  margin-top: 2rem;
}

.captcha {
  margin-top: 50px;
}

#back-top {
  position: fixed;
  bottom: 30px;
  cursor: pointer;
}

@media (max-width:1130px) {
  #back-top {
    left: 10px;
  }
}

@media (min-width:1130px) {
  #back-top {
    right: 10px;
  }
}

.platform-login {
  color: #004494;
  font-weight: bold;
}

.tool-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.tool-item {
  width: 33%;
}
.tool-item.item-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.tool-item .title {
  border: 1px solid grey;
  background-color: #f1f1f1;
  height: 334px;
  margin: 20px 20px 20px 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: flex-end; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200px 200px;
  background-position-y: 20px;
}
.tool-item .individual-assessment-item .title {
  background-image: url('./images/ia_allsdgs_small.png');
}
.tool-item .create-workshop-item .title {
  background-image: url('./images/enablingsdgs_matrix_small.png');
}
.tool-item .workshops-item .title {
  background-image: url('./images/workshops_small.png');
}
.tool-item .description {
  width: 90%;
}

#block-sdgs-content .sdg-upper-body {
  margin: 0 20px;
}

.custom-form-container #edit-submit, .custom-form-container-key-auth .form-submit {
  background-color: #004494;
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
  letter-spacing: .5px;
  border: none;
  border-radius: 2px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
#acknowledgements .row a {
  text-decoration: underline;
}
