@charset "UTF-8";
/*********************
BREAKPOINTS
*********************/
.color-black {
  color: #1e1e1e;
}

.color-white {
  color: white;
}

.color-grey {
  color: #828282;
}

@font-face {
  font-family: "Frutiger";
  font-style: normal;
  font-weight: normal;
  src: local("Frutiger"), url("../assets/fonts/Frutiger.woff") format("woff");
}
@font-face {
  font-family: "Frutiger Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Frutiger Bold"), url("../assets/fonts/Frutiger_bold.woff") format("woff");
}
/*********************
BREAKPOINTS
*********************/
.section-cols .animation-cols p {
  font-size: 1rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.imgcaption {
  caption-side: bottom;
  text-align: center;
  font-style: italic;
}

.richtext2 figure {
  min-height: 200px;
}

.richtext2 [class^=col-], .richtext2 [class*=" col-"] {
  padding-right: 50px;
  padding-left: 50px;
}

.richtext2 [class^=col-], .richtext2 [class*=" col-"] {
  padding-right: 50px;
  padding-left: 50px;
}

.map-tooltip {
  top: -20rem !important;
  left: 2rem !important;
}

.place-label {
  fill: #444;
  font-size: 0.5rem;
  pointer-events: none;
}

.company-name .blue-background {
  height: 100%;
  margin-bottom: 0px;
}

#fact-sheet-back {
  text-align: left;
  padding-bottom: 20px;
  margin: auto;
  margin-bottom: 40px;
  padding-left: 2rem;
  max-width: 80%;
}

.project .tag {
  padding: 0.2rem 1rem;
}

#pieChart .pie-chart_info .pie-chart_title {
  font-size: 1rem;
}

.new-item .tags {
  text-align: left;
}

.fact-box .tags {
  text-align: left;
}

.map-tooltip {
  border-radius: 10px;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2), -4px -4px 3px rgba(255, 255, 255, 0.7);
}

.map-tooltip .tooltip-content .tooltip-header .tooltip-title {
  letter-spacing: 0 !important;
}

.pie-chart_icon {
  color: black;
  font-size: 2.5rem;
  margin-top: 0;
}

.pie-chart_total-number {
  color: black;
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pie-chart_title {
  font-size: 1rem;
  color: black;
}

.company-name .short-text {
  font-size: 1.5rem;
}

.icon-arrow {
  float: right;
  font-size: 0.7em;
  color: white;
  transform: rotate(0deg);
  margin-right: 0.5rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
}

.icon-arrow:after {
  content: "▼";
}

.icon-arrow.open {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
}

.speechBubbles p {
  /* layout */
  position: relative;
  max-width: 30em;
  /* looks */
  background-color: #dcecf9;
  padding: 1.125em 1.5em;
  border-radius: 1rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.2);
  line-height: 1.5;
  font-weight: 300;
  color: #192229;
}

.speechBubbles p::before {
  /* layout */
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  left: 1.5em; /* offset should move with padding of parent */
  border: 0.75rem solid transparent;
  border-top: none;
  /* looks */
  border-bottom-color: #dcecf9;
  filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, 0.1));
}

.speechBubbles div.quote-bubble-right p::before {
  left: unset;
  right: 1.5em;
}

.speechBubbles div.quote-bubble-down p::before {
  bottom: unset;
  top: 100%;
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .speechBubbles, .richtext2, .textimage, .imagetext, .richtext {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .richtext2 [class^=col-], .richtext2 [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .richtext2 [class^=col-], .richtext2 [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .ytp-cued-thumbnail-overlay-image {
    background-size: contain;
  }
}
.new-item .tags {
  margin-bottom: 0.5rem;
  margin-top: 0;
  min-height: 64px;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.navbar-social-m {
  display: none;
}

.navbar-social-m .social-icon {
  margin-right: 1.5rem;
  filter: none;
}

@media (min-width: 1200px) {
  .dropdown-menu.show {
    display: block !important;
  }
}
.section-counts .item:hover .adalicon {
  transition: all 0.65s;
  transform: rotateY(360deg);
}

.section-counts .item:hover p {
  color: #8AD6F7 !important;
}

.section-counts .item:hover {
  background-color: #0253A6;
}

.social-icon:hover {
  filter: none;
}

#newsletter-subscribe-modal {
  background-color: #eb3b5a;
}

#newsletter-subscribe-modal:hover {
  background-color: #bb414c;
}

.document-info {
  position: relative;
  z-index: 3;
  color: white;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s;
}

.document-info button {
  border-radius: 20px;
  background-color: white;
  font-size: 1rem;
  padding: 5px;
}

.doc-img:hover + .document-info {
  opacity: 0;
  transform: translateY(-40px);
}

.animation-columns .animation-cols {
  flex: 1 1 0px;
  text-align: center;
  opacity: 0;
  top: 0px;
}

.announcement-box {
  background-color: #eb3b5a;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding-bottom: 2rem;
  position: relative;
  left: 15rem;
  width: 80%;
}

.announcement-img {
  max-width: 20rem;
  position: relative;
  left: 9rem;
  top: 9rem;
}

.announcement-box .button:hover {
  color: #ffffff;
}

.announcement-box .button {
  background-color: #eb3b5a;
  border: none;
  padding: 0.255rem 0.5rem;
  border-radius: 15px;
  box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2), -1px -1px 2px rgba(255, 255, 255, 0.2);
}

.announcement-box .box {
  font-size: 18px;
}

/* .timeline ul li p{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.9rem;
} */
.modal-header, .modal-footer {
  border: 0 !important;
}

a.nav-custom-button:hover {
  color: white;
  text-decoration: none;
}

.select2-results ul li:first-child {
  display: none !important;
}

.select2-results ul {
  text-align: center;
}

.color-default {
  color: #555;
}

.color-red {
  color: #ED1C24;
}

.color-white {
  color: #ffffff;
}

.color-green {
  color: #00A650;
}

.color-blue {
  color: #0253A6;
}

html {
  font-size: 14px;
}

body {
  line-height: 1.5;
  font-size: 1.2rem;
}

.animation-cols {
  opacity: 0;
}

.small-image {
  background-size: contain;
  background-position: center;
  height: 8rem;
  max-width: 100%;
  background-repeat: no-repeat;
}

.fact-box {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 1rem;
  padding: 1rem;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2), -4px -4px 3px rgba(255, 255, 255, 0.7);
}

.search .adalicon {
  font-size: 2rem;
}

.search .adalicon:hover {
  cursor: pointer;
}

.search input {
  color: white;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid white;
}

.search input::placeholder {
  color: white;
}

.search input:-ms-input-placeholder,
.search input::-ms-input-placeholder {
  color: white;
}

summary {
  outline: none;
}

.fact-box .summary h5 {
  font-weight: 600;
}

.fact-box .summary .description {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.project .button {
  border-radius: 0;
  display: inline-block;
  padding: 0.2rem 1.2rem;
}

.project .video-box {
  height: 18rem;
  width: 100%;
  max-width: 30rem;
}

.tag {
  background-color: #919191;
  color: white;
  padding: 0.1rem 0.3rem;
  margin: 0 1rem 0.5rem 0;
  display: inline-block;
  border-radius: 15px;
}

.progress-bar-container {
  margin-bottom: 2rem;
}

.map-span {
  float: right;
}

.progres-bar-container > h5 {
  font-weight: bold;
}

.tag-row .status {
  background-color: #00a650;
}

.tag-row .lead_nordic_partner_name,
.project-tag {
  background-color: #0A3566;
}

.tag-row .project_type_cc {
  background-color: #009BAD;
}

.tag-row .sector {
  background-color: #EF8712;
}

.tag-row .call {
  background-color: #00a9a5;
}

.tag-row .project_identifier {
  background-color: #585eab;
}

.bar {
  width: 100%;
  height: 2.5rem;
  margin: 0.5rem 0;
  display: flex;
  position: relative;
  color: white;
}

.bar > span {
  position: absolute;
  top: 0.4rem;
}

.bar > span:nth-child(3) {
  left: 0.5rem;
}

.bar > span:nth-child(4) {
  right: 0.5rem;
}

.time-consumed > div:nth-child(1) {
  background-color: #0a3566;
}

.time-consumed > div:nth-child(2) {
  background-color: #628aaa;
}

.caret {
  content: "";
  border: solid;
  border-width: 8px 8px 0 8px;
  border-color: #007dc7 transparent transparent transparent;
  display: inline-block;
  margin-right: 1rem;
  margin-top: 0.5rem;
}

.caret-up {
  transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
}

#filter-count {
  font-size: 0.9em;
  display: block;
  font-style: italic;
  color: #999;
  padding: 0.2rem 1.2rem;
}

.filter-select {
  width: 100%;
  background-color: white;
  height: 2.5rem;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
}

.filter-select-container {
  position: relative;
}

.filter-select-caret {
  position: absolute;
  right: 0;
  top: 2.3rem;
}

.filters > * {
  margin-bottom: 1rem;
}

#otherpictures-container .preview-pic {
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.color-box {
  padding: 1rem;
  margin-bottom: 1rem;
}

.color-box-more {
  padding-top: 1rem;
  width: 100%;
  text-align: center;
}

.sdg.sdg-style {
  width: 6rem;
  height: 6rem;
  margin: 1rem;
}

.blue-background {
  background-color: #e9f3f7;
  border-radius: 10px;
}

.project_results {
  color: grey;
  float: right;
  margin-top: -2rem;
}

#map {
  height: 100%;
  min-height: 15rem;
}

.doc-box {
  padding: 1rem;
}

.indicator {
  color: #005186;
  font-size: 5rem;
  text-align: center;
}

.document img {
  box-shadow: 2px 3px 10px #b0d3ea;
  max-width: 180px;
}

.button.blue:hover {
  /* border: 2px solid #005186; */
  /* color: #005186; */
  color: #fff;
}

.button.disabled {
  color: #fff;
  border-color: #a0a0a0;
  background-color: #a0a0a0;
  cursor: not-allowed;
  pointer-events: none;
}

.button:hover {
  color: #eb3b5a;
  background-color: #fff;
}

.button:hover * {
  color: #009bad !important;
}

.hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.video object,
.video iframe {
  width: 100%;
}

.project-breadcrumbs {
  font-size: 1.5rem;
  margin: 5rem 0 1rem 0;
}

.select2-container--default .select2-selection--single {
  padding: 0.2rem;
  height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #284e63 transparent;
  margin-left: -15px;
  border-width: 7px 7px 0 7px;
  margin-top: 2px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #284e63 transparent;
  border-width: 0 7px 7px 7px;
}

.navbar-brand-placeholder {
  width: 200px;
  height: 111px;
  margin-right: 1rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.currentUser {
  font-size: 1.25rem;
  color: #fff;
}

.currentUser a {
  color: #fff;
}

.section-video {
  background-color: #ecf1f5;
  padding: 6rem 0;
}

.section-video h2 {
  color: #00335e;
  font-size: 40px;
  font-weight: 700;
  padding: 3rem 0;
}

.section-team {
  padding: 3rem 0;
  color: #00335e;
  font-size: 1.25rem;
}

.section-team h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.section-team .name {
  font-size: 1.9rem;
}

.section-team p {
  margin-bottom: -0.5rem;
}

.section-team img {
  max-width: 162px;
}

.section-counts {
  background-color: #5CA9DE;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.section-counts .item {
  text-align: center;
  background-color: #007DC7;
}

.section-counts .item p {
  margin-bottom: 1rem;
  margin-top: 0rem;
}

.section-counts .item:nth-child(3) img {
  position: absolute;
  margin: -13px 0 0 -70px;
}

/* .section-counts .item:nth-child(3) .qty {
  font-size: 4rem;
  padding: 0 0 10px 50px;
} */
.section-counts .item:nth-child(5) .unit {
  font-size: 1.7rem;
}

.section-counts .item .qty {
  color: #fff;
  font-size: 42px;
  font-weight: normal;
  line-height: 27.91px;
}

.section-counts .item .unit {
  color: rgba(0, 0, 0, 0.5);
  font-size: 2rem;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.section-counts .item .name {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: lighter;
  text-transform: uppercase;
}

.section-whatis {
  background-color: #ecf1f5;
  padding: 2rem;
  color: #00335e;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 30px;
}

.section-whatis h2 {
  color: #00335e;
  font-size: 2.5;
  font-weight: 700;
  line-height: 0.9em;
  margin-bottom: 2rem;
}

.section-whatis h5 {
  font-size: 30px;
  font-weight: 700;
  margin: 3rem 0 2rem;
}

.section-whatis .subtitle {
  color: #005188;
  font-size: 1.9rem;
}

.section-whatis .subtitle b {
  color: #11b6c5;
}

.section-whatis .image {
  max-width: 106px;
  margin: 0 auto 1rem;
}

.section-whatis .item p {
  text-indent: -26px;
  margin-left: 35px;
}

.section-whatis .item p:before {
  content: "";
  display: inline-block;
  background-color: #005186;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  margin-right: 1rem;
}

.section-about {
  background-color: #fffae6;
  padding: 3rem 0;
}

.section-about h2 {
  color: #00335e;
  font-size: 40px;
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 3rem;
}

.section-about .info {
  color: #00335e;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.section-about .button {
  margin-top: 1rem;
  padding: 1rem 1.5rem;
  display: inline-block;
}

.section-about .button span {
  font-size: 20px;
  text-transform: uppercase;
}

.pink {
  background-color: rgba(232, 89, 85, 0.15);
}

.section-body {
  padding: 3rem 0;
  line-height: 1.5;
}

.section-body h2 {
  color: #00335e;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-body h3 {
  color: #00335e;
  font-size: 1.825rem;
  font-weight: 700;
  line-height: 30px;
  margin: 1rem 0;
}

.section-body h4 {
  color: #009bad;
  font-size: 1.8rem;
  font-weight: 700;
}

.section-body p {
  color: #00335e;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0;
}

.section-body p.text {
  font-size: 1.5rem;
}

.section-body .style1 {
  color: #e85955;
  font-weight: 700;
}

.section-body .style2 {
  color: #009bad;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
}

.section-apply {
  padding-bottom: 3rem;
}

.section-apply h2 {
  color: #00335e;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 0.9em;
  margin: 3rem 0;
}

.section-apply h3 {
  color: #00335e;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 2rem;
}

.section-apply .pointer {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}

.section-apply .info {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.section-apply .button {
  padding: 1rem 1.5rem;
  display: inline-block;
}

.section-apply .button span {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.section-apply.results {
  padding-bottom: 3rem 0 0;
}

.section-apply.results .pointer {
  color: #fff;
  font-weight: 400;
  font-size: 2.3rem;
}

.section-apply.results .info {
  color: #fff;
  text-align: center;
}

.section-apply.results .image {
  min-height: 170px;
  position: relative;
}

.section-apply.results .image img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-apply.aboutus .item .pointer {
  width: 100%;
}

.section-apply.aboutus .item p {
  margin: 1rem 0;
}

.section-apply.aboutus .item .image {
  width: 100%;
}

.section-apply.aboutus .item img {
  margin: 0 auto;
}

.section-apply .item > div {
  display: flex;
  align-items: center;
}

.section-bootom {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  /* center 180px; */
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10rem 0;
}

.section-bootom h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-bootom .info {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 41.44px;
  text-decoration: underline;
}

.section-bootom .info a {
  color: #fff;
}

.section-bootom .button {
  padding: 1rem 2rem;
  margin-top: 4rem;
  display: inline-block;
}

.section-bootom .button span {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.section-subscribe h3 {
  display: block;
  color: #00335e;
  font-size: 40px;
  font-weight: 700;
  line-height: 81.4px;
}

.section-subscribe p.info {
  color: #00335e;
  font-size: 23px;
  font-weight: 400;
  line-height: 41.44px;
}

.section-subscribe button {
  width: 190px;
  height: 55px;
  border-radius: 5px;
  background-color: #009bad;
  border: none;
}

.button:hover {
  cursor: pointer;
}

.button:disabled:hover {
  cursor: not-allowed;
}

.section-subscribe button span {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.section-subscribe label {
  display: block;
  color: #005186;
  font-size: 20px;
  font-weight: 400;
  line-height: 25.35px;
  letter-spacing: 0.71px;
}

.section-subscribe input {
  border: none;
  display: block;
  color: #fff;
  border-radius: 5px;
  background-color: #005186;
  width: 100%;
  line-height: 2.5;
}

.section-subscribe .withbutton {
  margin-top: 2rem;
}

.section-news .select2 {
  text-align: left;
  font-size: 1.25rem;
  font-weight: 400;
}

.section-new {
  padding: 3rem 0 1rem;
}

.section-new h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 35px;
}

.section-new .date {
  color: #808080;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
}

.section-new .text {
  color: #00335e;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.section-new .categories {
  margin-top: 2rem;
}

.section-new .categories .button {
  font-size: 1.2rem;
  padding: 0.5rem 1em;
}

.categories .button {
  background-color: #005186;
  border-color: #005186;
}

.categories .button:hover {
  color: #fff;
}

.section-entry h1 {
  text-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
  font-size: 5.3125rem;
  font-weight: bold;
  line-height: 102.2px;
  max-width: 570px;
  padding: 15rem 0;
}

.section-entry .text {
  color: #00335e;
  font-size: 23px;
  font-weight: 400;
  line-height: 40px;
}

.section-brochure {
  padding: 2rem 0;
  background-color: #e6f9f9;
}

.section-brochure h2 {
  color: #00335e;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.section-brochure .title {
  color: #00335e;
  font-size: 23px;
  font-weight: 400;
  line-height: 40px;
  max-width: 350px;
  margin: 0 auto 1rem;
  min-height: 40px;
}

.section-brochure .item {
  margin: 1rem 0 2rem;
  text-align: center;
}

.section-brochure .brochure {
  display: block;
}

.section-brochure .brochure img {
  max-width: 180px;
  box-shadow: 2px 3px 10px #b0d3ea;
}

.list-line {
  text-align: center;
}

.list-line .list-inline-item a {
  color: white;
}

.list-inline-item a.dropdown-item {
  font-size: 1rem;
  font-weight: 400;
}

#page-title {
  margin-top: 8rem;
  margin-bottom: 20px;
}

.section-stage {
  padding-bottom: 3rem;
}

.section-stage .stage {
  background-color: #f6f8fa;
  padding: 2rem 1rem;
}

.section-stage .stage + .stage {
  margin-top: 3rem;
}

.section-stage h2 {
  color: #00335e;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 3rem;
}

.section-stage h5 {
  color: #00335e;
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 2rem;
}

.section-stage h4 {
  color: #00335e;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.section-stage p {
  color: #00335e;
  margin: auto;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  width: 100%;
  max-width: 320px;
}

.section-stage p a {
  color: #21b784;
}

.articles {
  margin-top: 50px;
  margin-bottom: 50px;
}

#loadPosts {
  margin-bottom: 30px;
  cursor: pointer;
}

#loadPosts:hover {
  text-decoration: none;
}

.short a:hover {
  text-decoration: none;
}

.short p {
  display: none;
}

.short figure {
  display: none;
}

.short p:first-child {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#featuredHeader {
  color: black;
  font-weight: bold;
}

#featuredHeader:hover {
  text-decoration: none;
}

.post_info .timestamp {
  font-size: 14px;
  font-weight: 400;
  margin: 25px 0px;
}

.post_info .timestamp span a:hover {
  text-decoration: none;
}

.aside label span {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
  font-style: italic;
  color: #666;
}

a.readmore {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  margin-top: 50px;
  display: block;
}

.aside h2 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.section-stage .item:not(:last-child) p:after {
  content: "\f107";
  font: normal normal normal 41px/1 FontAwesome;
  display: block;
  color: #005186;
  opacity: 0.5;
  position: absolute;
  margin: 0.6rem auto 0 -45px;
  left: 2.5rem;
  right: 0;
}

.section-stage .item {
  margin-top: 2.5rem;
}

.section-stage .item:first-of-type {
  margin-top: 0;
}

.section-stage .item img {
  margin: 0 auto;
}

.section-title h2 {
  color: #2c516c;
  /* font-size: 40px; */
  font-weight: 700;
}

.section-title {
  padding-top: 1rem;
}

.section-description p {
  font-size: 1em;
  margin-bottom: 2rem;
}

.greenish {
  background: #cceaec;
}

.grayish {
  background: #e5ecf4;
}

.white {
  background: #fff;
}

.background-image-block {
  /* height: 0; */
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 10%;
}

.serach-form h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.serach-form .search {
  border: 1px solid #00335e;
  border-radius: 5px;
  width: 100%;
  padding: 0.55rem 0.75rem;
  max-width: 300px;
}

.serach-form .button {
  background-color: #009bad;
  color: #fff;
  padding: 0.45rem 1.5rem;
  border-radius: 10px;
  font-size: 1.25rem;
  max-width: 150px;
  border: none;
  cursor: pointer;
}

#subscribe-form #errors {
  color: black;
  margin-bottom: 1rem;
}

.register.captcha {
  width: 90%;
}

.register.captcha span {
  float: right;
}

.animation {
  border-radius: 50%;
  filter: grayscale(100%);
  transition-property: filter, box-shadow;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}

.numberedListsItem {
  opacity: 0;
}

.animation:hover {
  filter: none;
  box-shadow: 4px 4px 3px rgba(50, 50, 50, 0.2);
}

.section-linkedCols a {
  color: #555;
}

.section-linkedCols a:hover {
  text-decoration: none;
  color: #555;
}

.colored-text {
  color: #007dc7;
}

.button-block.button-sm {
  min-width: 120px;
  min-height: 40px;
  padding: 5px;
}

.button-block.button-sm::before {
  min-width: 134px;
  min-height: 54px;
  vertical-align: middle;
}

.button-block.button-md {
  min-width: 200px;
  min-height: 50px;
  padding: 10px;
  text-align: center;
}

.button-block.button-md::before {
  min-width: 214px;
  min-height: 64px;
}

.button-block.button-popup {
  min-width: 200px;
  min-height: 30px;
  padding: 0px;
  text-align: center;
}

.button-block.button-popup::before {
  min-width: 214px;
  min-height: 44px;
}

.button-block.button-lg {
  min-width: 500px;
  min-height: 60px;
  padding: 5px;
}

.button-block.button-lg::before {
  min-width: 514px;
  min-height: 74px;
  vertical-align: middle;
}

.section-counts p {
  color: white !important;
}

.section-counts .adalicon {
  font-size: 4rem !important;
}

.section-counts .pointer {
  font-size: 2.5rem !important;
  font-weight: normal;
}

.section-counts .info {
  font-size: 1rem !important;
  font-weight: lighter;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#errors,
.register-captcha-errors,
#success-message {
  color: white;
  font-size: 80%;
}

.input-error {
  border: 1px solid white !important;
}

.w-80 {
  width: 80%;
}

.section-linkedCols, .section-cols, .numberedList, .section-apply, .section-body {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* .timeline ul li {
  list-style-type: none;
  position: relative;
  width: 3px;
  margin: 0 auto;
  padding-top: 50px;
  background: grey;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 30%;
  font-size:16px;
  text-align: center;
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: inherit;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: #F45B69;
  border-radius:30px;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(even) div {
  left: -439px;
} */
.collapse-group {
  padding-left: 15px;
  padding-right: 15px;
}

/* .timeline ul li.li-1::after {
  content: "1";
  background: radial-gradient(ellipse at center, rgba(255,255,255,1) 45%, #007dc7 51.5%);
}
.timeline ul li.li-2::after {
  content: "2";
  background: radial-gradient(ellipse at center, rgba(255,255,255,1) 45%, #00a9a5 51.5%);;
}
.timeline ul li.li-3::after {
  content: "3";
  background: radial-gradient(ellipse at center, rgba(255,255,255,1) 45%, #585eab 51.5%);;
}
.timeline ul li.li-4::after {
  content: "4";
  background: radial-gradient(ellipse at center, rgba(255,255,255,1) 45%, #f46428 51.5%);;
}
.timeline ul li.li-5::after {
  content: "5";
  background: radial-gradient(ellipse at center, rgba(255,255,255,1) 45%, #0253a6 51.5%);;
}
.timeline ul li.li-6::after {
  content: "6";
  background: radial-gradient(ellipse at center, rgba(255,255,255,1) 45%, #eb3b5a 51.5%);;
} */
@media (max-width: 1024px) {
  .announcement-box {
    left: 5rem;
  }
  .announcement-img {
    left: -1rem;
  }
  .section-hero h1 {
    font-size: 3rem;
  }
  .announcement-box .box {
    font-size: 13px;
  }
  .section-counts .item > div {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .section-hero {
    background-attachment: fixed;
  }
}
@media (max-width: 767px) {
  .articles {
    margin-bottom: 0;
  }
  .all_tags {
    padding-bottom: 50px;
  }
  .register.captcha span {
    float: none;
  }
  .section-counts .item > div {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .new-item .cropped {
    min-height: 10rem;
    background-size: 200px 200px;
  }
  .section-news .crop img {
    height: 100%;
    width: auto;
  }
  .reverseColumn {
    flex-flow: column-reverse;
  }
  #twoCategoriedChart.loading-container {
    height: 150px;
    align-items: center;
  }
}
@media (min-width: 87em) {
  html {
    font-size: 16px;
  }
}
.section-counts .item > div > div {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .project .section-counts .item {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    min-height: 220px;
    padding: 0;
    margin-top: auto;
  }
  .counters-border {
    border-left: 0.5px solid white;
  }
  .section-counts .item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 64em) {
  .section-counts .item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    min-height: 220px;
    padding: 0;
  }
  .section-counts .item > div {
    width: 100%;
    margin: 0;
    padding-top: 1rem;
  }
  .section-footer .ndf {
    padding: 0;
  }
  .section-subscribe {
    padding-bottom: 4rem;
  }
  .section-subscribe .withbutton img {
    height: 187px;
    max-width: none;
    position: absolute;
    left: -15px;
    top: -90px;
  }
  .section-new .mainImage {
    float: left;
    margin-right: 3rem;
    max-width: 50%;
    cursor: pointer;
  }
  .section-new .mainImage.resize {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .vertical-center-lg {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .projects .search-bar {
    width: 50%;
  }
  .wbl-map {
    display: none;
  }
  #mapIntro {
    display: none;
  }
  .project_results {
    float: none;
    display: block;
    margin-top: 0 !important;
    margin-bottom: 2rem;
    text-align: right;
  }
  #fact-sheet-back {
    padding-left: 0rem;
  }
  .animation-columns .animation-cols {
    flex: none;
    width: 100%;
  }
  /* .timeline ul li::after{
    content: none !important;
  }
  .timeline ul li div {
    display: inherit;
    width: 300px;
  }
  .timeline ul{
    margin:0 !important;
  }
  .timeline ul li{
    background: none;
  }s
  .timeline ul li div{
    left: 0px !important;
  } */
  .button-block {
    min-width: 250px;
  }
  .button-block::before {
    min-width: calc(100% + 14px);
  }
  .button-block.button-lg {
    min-width: 250px;
    font-size: 10px;
  }
  .button-block.button-lg::before {
    min-width: 264px;
  }
  .circle-text-1 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
  }
  .circle-text-2 {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
/*# sourceMappingURL=main.css.map */
html {
  font-size: 14px;
}
@media (min-width: 87em) {
  html {
    font-size: 16px;
  }
}

h1 {
  color: #0d21a1;
}

h2, h3, h4 {
  color: #1e1e1e;
}

[class$=-cols] h2, [id$=-section] h2, [id$=-section] h3 {
  padding: 20px 0px 20px 0px;
}

body {
  font-family: "Nunito Sans", serif;
  max-width: 100%;
  overflow-x: hidden;
}

a {
  color: #299b85;
}

a:hover {
  color: inherit !important;
  text-decoration: none;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #828282;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 28px;
}

.richtext img {
  width: auto !important;
  height: auto !important;
}

img {
  max-width: 100%;
}

.content-sections {
  display: flex;
  flex-direction: column;
}

.button {
  border: 3px solid #ffaf0f;
  background-color: #ffaf0f;
  color: #fff;
  border-radius: 5px;
}

.hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.video object, .video iframe {
  width: 100%;
  min-height: 500px;
}

.left-logo {
  display: inline-block;
  height: 90px;
}

.right-logo {
  display: inline-block;
  margin-left: 2rem;
  margin-top: 30px;
  height: 60px;
}

.social-icon {
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 0.5rem;
}

.component-primary-title {
  color: white;
  font-size: 2.25rem;
  font-weight: 100;
  line-height: 0.9em;
}

.component-secondary-title {
  color: white;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 0.9em;
}

.fadeInFromRight {
  transform: translateX(3rem);
  opacity: 0;
  transition: all 1s 0.1s, font-size 0s 0s;
}

.fadeInFromLeft {
  transform: translateX(-3rem);
  opacity: 0;
  transition: all 1s 0.1s, font-size 0s 0s;
}

.fadeInFromUp {
  transform: translateY(-3rem);
  opacity: 0;
  transition: all 1s 0.1s, font-size 0s 0s;
}

.fadeInFromDown {
  transform: translateY(3rem);
  opacity: 0;
  transition: all 1s 0.1s, font-size 0s 0s;
}

.section-nav {
  box-shadow: 0px 4px 4px rgba(50, 50, 50, 0.45);
  -webkit-box-shadow: 0px 4px 4px rgba(50, 50, 50, 0.45);
  -moz-box-shadow: 0px 4px 4px rgba(50, 50, 50, 0.45);
  z-index: 100;
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #fff;
  /* Specific to desktop menu */
  /* Mobile menu */
}
.section-nav .navbar {
  background-color: var(--navbarBackgroundColor, white);
  flex-direction: column;
  padding: 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-nav .navbar.inline {
  display: flex;
  flex-direction: row;
  padding-left: 1rem;
  flex-wrap: nowrap;
}
.section-nav .navbar.inline .navbar-main {
  width: auto;
  margin: 0;
  padding: 0;
}
.section-nav .navbar.inline .navbar-main .navbar-brand {
  margin-left: 0 !important;
}
.section-nav .navbar.inline .navbar-main .navbar-right {
  display: none;
}
.section-nav .navbar.inline .navbar-collapse .navbar-social {
  padding: 0 1rem;
}
.section-nav .navbar .navbar-main {
  padding: 1rem 0;
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 1rem 0;
}
.section-nav .navbar .navbar-main .navbar-brand {
  margin-left: 3rem;
}
.section-nav .navbar .navbar-main .navbar-right {
  margin-right: 3rem;
}
.section-nav .navbar .navbar-main.affix, .section-nav .navbar .navbar-main.small {
  margin: 0;
}
.section-nav .navbar .signin-button {
  background-color: #207178;
}
.section-nav .navbar .navbar-collapse {
  display: flex;
}
.section-nav .navbar .navbar-collapse .navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  align-items: stretch;
}
.section-nav .navbar .navbar-collapse .navbar-nav .nav-link {
  font-size: 1.1rem;
  white-space: nowrap;
}
.section-nav .navbar .navbar-collapse .navbar-nav a {
  color: var(--navlinkFontColor, #1e1e1e);
  background-color: var(--navlinkBackgroundColor, white);
  padding: 1rem;
}
.section-nav .navbar .navbar-collapse .navbar-nav a:hover, .section-nav .navbar .navbar-collapse .navbar-nav a.active {
  text-decoration: underline;
  color: var(--navlinkActiveFontColor);
  background-color: var(--navlinkActiveBackgroundColor, white);
}
.section-nav .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: var(--navlinkActiveFontColor, #207178);
  background-color: var(--navlinkActiveBackgroundColor, white);
}
.section-nav .navbar .navbar-collapse .navbar-nav .dropdown-menu {
  position: absolute;
}
.section-nav .navbar .navbar-collapse .navbar-nav .dropdown-menu a {
  color: var(--subNavlinkFontColor, #1e1e1e);
  background-color: var(--subNavlinkBackgroundColor, white);
}
.section-nav .navbar .navbar-collapse .navbar-nav .dropdown-menu a:hover, .section-nav .navbar .navbar-collapse .navbar-nav .dropdown-menu a.active {
  color: var(--subNavlinkActiveFontColor);
  background-color: var(--subNavlinkActiveBackgroundColor, white);
}
.section-nav .navbar .navbar-collapse .nav-custom-button {
  border: none;
  color: white;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  border-radius: 20px;
  transition-duration: 0.5s;
}
.section-nav .navbar .navbar-collapse .nav-custom-button:hover {
  color: white;
  text-decoration: none;
}
.section-nav .navbar .navbar-collapse .navbar-right {
  display: none;
}
.section-nav .navbar .navbar-collapse .navbar-social {
  padding: 0 3rem;
  display: flex;
}
.section-nav .navbar .navbar-collapse .navbar-social .social-media-linked-images {
  display: flex;
}
.section-nav .navbar .navbar-collapse .navbar-social-mobile {
  display: none;
}
.section-nav .navbar .navbar-toggler {
  display: none;
  padding: 0.4rem 0.4rem 0.01rem 0.4rem;
  margin-right: 1rem;
}
.section-nav .navbar .hamburgerspan {
  cursor: pointer;
  display: block;
  width: 28px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  background: #222;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.section-nav .navbar .hamburgerspan:first-child {
  transform-origin: 0% 0%;
}
.section-nav .navbar .hamburgerspan:nth-last-child(2) {
  transform-origin: 0% 100%;
}
.section-nav .navbar #burger-placeholder:checked ~ .hamburgerspan {
  opacity: 1;
  transform: rotate(45deg) translate(-7px, -14px);
}
.section-nav .navbar #burger-placeholder:checked ~ .hamburgerspan:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.section-nav .navbar #burger-placeholder:checked ~ .hamburgerspan:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(-3px, 11px);
}
.section-nav .navbar #burger-placeholder {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 1000;
}
.section-nav:not(.mobile) .dropdown:hover .dropdown-menu {
  display: block;
}
.section-nav:not(.mobile) .dropdown:hover .dropdown-menu:hover {
  display: block;
}
.section-nav:not(.mobile) .inline .left-logo {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  min-height: 60px;
  width: auto;
  height: auto;
}
.section-nav:not(.mobile) .navbar-collapse .navbar-nav .nav-link {
  margin: auto;
}
.section-nav:not(.mobile) .navbar-collapse .navbar-nav .nav-item {
  display: inline-flex;
}
.section-nav.mobile .navbar {
  flex-direction: row !important;
}
.section-nav.mobile .navbar.inline {
  flex-wrap: wrap;
}
.section-nav.mobile .navbar .navbar-main {
  width: inherit !important;
}
.section-nav.mobile .navbar .navbar-main .navbar-brand {
  margin-left: 2rem;
}
.section-nav.mobile .navbar .navbar-main .navbar-right {
  display: none;
}
.section-nav.mobile .navbar .navbar-social {
  display: none !important;
}
.section-nav.mobile .navbar .section-nav.affix img.left-logo {
  height: 60px;
}
.section-nav.mobile .navbar .section-nav.hide {
  top: -150px;
}
.section-nav.mobile .navbar .navbar-collapse {
  z-index: 1;
  position: absolute;
  left: 100%;
  width: 70%;
  transition: all 0.4s ease;
  display: none !important;
  background-color: var(--navbarBackgroundColor, white);
}
.section-nav.mobile .navbar .navbar-collapse.collapsing, .section-nav.mobile .navbar .navbar-collapse.show {
  display: block !important;
}
.section-nav.mobile .navbar .navbar-collapse .navbar-nav {
  flex-direction: column;
}
.section-nav.mobile .navbar .navbar-collapse .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.section-nav.mobile .navbar .navbar-collapse .navbar-social-mobile {
  display: flex !important;
  padding: 1rem;
}
.section-nav.mobile .navbar .navbar-collapse .navbar-social-mobile .social-icon {
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 0.5rem;
}
.section-nav.mobile .navbar .navbar-collapse .nav-fill .nav-item {
  width: 100%;
  border-bottom: 1px solid rgb(235, 235, 235);
  text-align: left;
  text-decoration: none;
}
.section-nav.mobile .navbar .navbar-collapse .nav-fill .nav-item .nav-link {
  color: #1e1e1e;
}
.section-nav.mobile .navbar .navbar-collapse .nav-fill .nav-item.active {
  background-color: #fff0cf;
}
.section-nav.mobile .navbar .navbar-collapse .nav-fill .navbar-right {
  display: flex !important;
}
.section-nav.mobile .navbar .navbar-collapse .nav-fill .navbar-right .right-logo {
  width: auto;
  height: 30px;
  margin-left: 2%;
  margin-top: 0;
  padding: 1%;
}
.section-nav.mobile .navbar .navbar-collapse.collapsing {
  height: auto !important;
  margin-left: 50%;
  left: 50%;
  transition: all 0.2s ease;
}
.section-nav.mobile .navbar .navbar-collapse.show {
  left: 30%;
}
.section-nav.mobile .navbar .menu-text {
  display: none;
}
.section-nav.mobile .navbar .navbar-toggler {
  display: inline-block;
}
.section-nav img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.section-nav .affix img.left-logo, .section-nav .small img.left-logo {
  height: 60px;
}
.section-nav .affix img.right-logo, .section-nav .small img.right-logo {
  height: 40px;
  margin-top: 20px;
}

.section-nav {
  top: 0;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.section-nav.hide {
  top: -300px;
}

.section-nav img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.newsletter-subscription {
  text-align: center;
  background-color: #009b83;
}
.newsletter-subscription #newsletter-subscribe-form {
  padding-top: 30px;
  padding-bottom: 30px;
}
.newsletter-subscription #newsletter-subscribe-form .newsletter-subscribe-title {
  margin: 0;
}
.newsletter-subscription #newsletter-subscribe-form .newsletter-subscribe-title .newsletter-icon img {
  max-height: 150px;
}
.newsletter-subscription #newsletter-subscribe-form .newsletter-subscribe-title h2, .newsletter-subscription #newsletter-subscribe-form .newsletter-subscribe-title p {
  color: white;
}
.newsletter-subscription #newsletter-subscribe-form .form-input {
  margin-bottom: 30px;
}
.newsletter-subscription #newsletter-subscribe-form .form-input input {
  width: 100%;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  color: #828282;
  border-radius: 25px;
  border: 2px solid white;
}
.newsletter-subscription #newsletter-subscribe-form #newsletter-subscribe-button {
  background: #009b83;
  color: white;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 25px;
  border: 1px solid white;
  padding: 7px 60px;
  font-size: inherit;
  font-weight: inherit;
  text-transform: uppercase;
}
.newsletter-subscription #newsletter-subscribe-form #newsletter-subscribe-button.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.newsletter-subscription #newsletter-subscribe-form #newsletter-form #newsletter-subscribe-success, .newsletter-subscription #newsletter-subscribe-form #newsletter-form #newsletter-subscribe-already {
  display: none;
}
.newsletter-subscription #newsletter-subscribe-form #newsletter-form #newsletter-subscribe-success h2, .newsletter-subscription #newsletter-subscribe-form #newsletter-form #newsletter-subscribe-success p, .newsletter-subscription #newsletter-subscribe-form #newsletter-form #newsletter-subscribe-already h2, .newsletter-subscription #newsletter-subscribe-form #newsletter-form #newsletter-subscribe-already p {
  color: white;
}

.registering-closed {
  font-size: 1.3rem;
  color: white;
}

.error-icon {
  height: 25px;
}

.additional-block {
  padding-top: 20px;
}
.additional-block.buttonBlock {
  padding-top: 30px;
  padding-bottom: 30px;
}
.additional-block.columnGroup p {
  color: #141414;
}
.additional-block.columnGroup p strong {
  color: #0d21a1;
}
.additional-block.imagetext figure, .additional-block.textimage figure {
  margin-top: calc(1rem + 5px);
  text-align: center;
}
.additional-block.imagetext .imagetext-text, .additional-block.textimage .imagetext-text {
  text-align: right;
}
.additional-block.imagetext .textimage-text, .additional-block.textimage .textimage-text {
  text-align: left;
}
.additional-block.imagetext h2, .additional-block.textimage h2 {
  margin-top: 1rem;
}
.additional-block.largeMap ul, .additional-block.contentMap ul, .additional-block.twoMaps ul {
  padding-left: 0;
  list-style-type: none;
}
.additional-block.largeMap ul li div, .additional-block.contentMap ul li div, .additional-block.twoMaps ul li div {
  display: inline-flex;
}
.additional-block.largeMap .column-content, .additional-block.contentMap .column-content, .additional-block.twoMaps .column-content {
  font-size: 1.1rem;
}
.additional-block.largeMap .column-content p, .additional-block.contentMap .column-content p, .additional-block.twoMaps .column-content p {
  margin-top: 0;
}
.additional-block.largeMap .address i, .additional-block.largeMap .phone i, .additional-block.largeMap .email i, .additional-block.contentMap .address i, .additional-block.contentMap .phone i, .additional-block.contentMap .email i, .additional-block.twoMaps .address i, .additional-block.twoMaps .phone i, .additional-block.twoMaps .email i {
  display: none;
}
.additional-block.largeMap .with-icons i, .additional-block.contentMap .with-icons i, .additional-block.twoMaps .with-icons i {
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  line-height: 1.8rem;
  display: inline-block;
  vertical-align: top;
}
.additional-block.largeMap .col-map, .additional-block.contentMap .col-map, .additional-block.twoMaps .col-map {
  max-width: 49%;
}
.additional-block.largeMap h3, .additional-block.contentMap h3, .additional-block.twoMaps h3 {
  padding: 1.5rem 0;
}

@media (max-width: 992px) {
  .richtext.additional-block figure {
    width: 100% !important;
  }
  .timer .time {
    display: flex;
  }
  .newsletter-subscription #newsletter-subscribe-form .form-input input {
    width: 90%;
  }
  .section-signin #register input {
    width: 90%;
  }
  .section-signin #register .register-button {
    width: auto;
    float: none;
  }
  .section-signin #register .links {
    margin: 0.25rem;
  }
  .additional-block.twoMaps .col-map {
    max-width: 100%;
  }
}
.grecaptcha-badge {
  bottom: 95px !important;
}

@media (max-width: 414px) {
  .left-logo {
    height: 60px;
  }
  .navbar-main {
    margin: 0 !important;
  }
}
.section-hero {
  background-color: #207178;
  margin-bottom: 15px;
}
.section-hero .caption {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 0.4rem;
  font-style: italic;
  font-size: 80%;
  bottom: 0;
  left: 0;
}
.section-hero.apply h1 {
  max-width: 570px;
  padding: 12.38rem 0;
}
.section-hero.implement h1 {
  max-width: 570px;
  padding: 12.38rem 0;
}
.section-hero.projects {
  padding: 10rem 0 14.6rem;
}
.section-hero.portfolio {
  padding: 10rem 0 14.6rem;
}
.section-hero.portfolio h1 {
  text-shadow: 0 5px 8px rgba(0, 0, 0, 0.1), 0 5px 8px rgba(0, 0, 0, 0.2);
  width: 320px;
}
.section-hero.aboutus {
  padding: 15.5rem 0 15.5rem;
}
.section-hero.results {
  padding: 14.6rem 0 10.1rem;
}
.section-hero.results h1 {
  max-width: 440px;
}
.section-hero.contact {
  padding: 15.55rem 0;
}
.section-hero h1 {
  text-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  font-size: 3rem;
  font-weight: 100;
  font-weight: bold;
  line-height: 102.2px;
}
@media (min-width: 64em) {
  .section-hero h1 {
    font-size: 5.3125rem;
  }
}
@media (max-width: 37.5em) {
  .section-hero h1 {
    line-height: 55px;
    font-size: 2.5rem;
  }
}
.section-hero .box {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  box-shadow: 6px 14px 9px rgba(0, 0, 0, 0.1);
  background-color: #207178;
  opacity: 0.9;
  padding: 2rem;
  max-width: 410px;
}
.section-hero .box .button {
  background-color: #ffaf0f;
  margin: 2rem auto 0;
  display: block;
  max-width: 210px;
  text-align: center;
  border-radius: 5px;
}
.section-hero .box .button span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
}
.section-hero .box2 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  box-shadow: 6px 14px 9px rgba(0, 0, 0, 0.1);
  background-color: #207178;
  opacity: 0.9;
  padding: 2rem;
}
.section-hero .box2 a {
  color: #fff;
  text-decoration: underline;
}

.section-contact label {
  display: block;
  color: #207178;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 25.35px;
  letter-spacing: 0.71px;
}
.section-contact input, .section-contact textarea, .section-contact select {
  border: 1px solid #B9B9B9;
  border-radius: 5px;
  width: 100%;
  padding: 0.75rem;
  font-size: 1.1rem;
}
.section-contact .button {
  border: none;
  min-width: unset !important;
}
.section-contact .info {
  color: #39bc9b;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 36.62px;
  text-decoration: underline;
}
.section-contact .info a {
  color: #39bc9b;
}

.section-about {
  background-color: #28c9aa;
  padding: 3rem 0;
}
.section-about h2 {
  color: #207178;
  font-size: 40px;
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 3rem;
}
.section-about .info {
  color: #207178;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.section-about .button {
  border-radius: 5px;
  background-color: #ffaf0f;
  margin-top: 1rem;
  padding: 1rem 1.5rem;
  display: inline-block;
}
.section-about .button span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
}

.section-signin {
  text-align: center;
  background-image: url("../img/signin.png");
  background-attachment: fixed;
  background-position: center; /* center 180px; */
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
}
.section-signin input {
  color: #1e1e1e;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  border: none;
  border-radius: 2px;
  width: 100%;
  margin-top: 1rem;
  border-radius: 25px;
}
.section-signin h3 {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 0.9em;
}
.section-signin .info {
  color: #fff;
  font-size: 1.875rem;
  line-height: 0.9em;
}
.section-signin .register-button {
  background-color: transparent;
  background-repeat: no-repeat;
  cursor: pointer;
  width: auto;
  color: white;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 25px;
  border: 1px solid white;
  padding-right: 60px;
  padding-left: 60px;
  text-transform: uppercase;
  float: right;
}
.section-signin .links a {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.3em;
  text-decoration: underline;
  text-transform: uppercase;
}

.section-carousel .carousel-item img {
  margin: 0 auto;
  width: auto;
}
.section-carousel span[class*=carousel-control] {
  height: 3rem;
  padding: 1rem;
  border-radius: 1rem;
  background-color: lightgray;
}

.section-footer {
  position: relative;
  padding: 2rem 1.5rem 0 1.5rem;
  margin-top: 15px;
  color: #828282 !important;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.5em;
  -webkit-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
  box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.2);
}
.section-footer div[class*=footer-] {
  padding-bottom: 2rem;
}
.section-footer div[class*=footer-]:nth-last-child(1) {
  padding-bottom: 0rem;
}
.section-footer p {
  font-size: 1.15rem;
  margin: 0;
  color: unset;
}
.section-footer ul {
  list-style-type: none;
  padding: 0;
}
.section-footer ul li div {
  display: inline-flex;
}
.section-footer .footer-content .linked-images {
  display: inline-block;
  text-align: center;
  padding: 0.75rem 0 0.75rem 0;
}
.section-footer .footer-content .linked-images .row {
  display: inline-flex;
}
.section-footer .footer-content .linked-images .row .image {
  display: inline-grid;
  align-items: center;
  height: 80px;
  width: 120px;
  margin: 0.5rem;
}
.section-footer .footer-content .linked-images .row .image img {
  background-size: contain;
  background-repeat: no-repeat;
}
.section-footer .footer-contactInfo .address i, .section-footer .footer-contactInfo .phone i, .section-footer .footer-contactInfo .email i {
  display: none;
}
.section-footer .footer-contactInfo .with-icons i {
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  line-height: 1.8rem;
  display: inline-block;
  vertical-align: top;
}
.section-footer .footer-copyright {
  order: 99;
}
.section-footer .footer-copyright .attribution {
  color: #fff;
  position: absolute;
  left: 0;
  font-size: 1.25rem;
}
@media (max-width: 992px) {
  .section-footer .footer-copyright .attribution {
    position: static;
  }
}
.section-footer .footer-siteMap {
  text-decoration: underline;
}
.section-footer .footer-siteMap .text-left li ul {
  padding-left: 1rem;
}
.section-footer .social-media-linked-images {
  padding: 0.75rem 0 0.75rem 0;
}

.section-body {
  padding: 3rem 0;
}
.section-body h2 {
  color: #207178;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 1rem;
}
.section-body h3 {
  color: #207178;
  font-size: 1.825rem;
  font-weight: 700;
  line-height: 30px;
  margin: 1rem 0;
}
.section-body h4 {
  color: #299b85;
  font-size: 1.8rem;
  font-weight: 700;
}
.section-body p {
  color: #207178;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 0;
}
.section-body p.text {
  font-size: 1.5rem;
  line-height: 1.5em;
}
.section-body .style1 {
  color: #e85955;
  font-weight: 700;
}
.section-body .style2 {
  color: #299b85;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
}

.section-apply {
  padding-bottom: 3rem;
}
.section-apply h2 {
  color: #207178;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 0.9em;
  margin: 3rem 0;
}
.section-apply h3 {
  color: #207178;
  font-size: 30px;
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 2rem;
}
.section-apply .pointer {
  color: #ef4141;
  font-size: 40px;
  font-weight: bold;
  line-height: 24px;
}
.section-apply .info {
  color: #207178;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.section-apply .button {
  border-radius: 5px;
  background-color: #ffaf0f;
  padding: 1rem 1.5rem;
  display: inline-block;
}
.section-apply .button span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
}
.section-apply.results {
  padding-bottom: 3rem 0 0;
}
.section-apply.results .pointer {
  color: #299b85;
  font-size: 1.5rem;
}
.section-apply.results .info {
  color: #9ecc21;
  text-align: center;
}
.section-apply.results .image {
  min-height: 170px;
  position: relative;
}
.section-apply.results .image img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-apply.aboutus .item .pointer {
  width: 100%;
}
.section-apply.aboutus .item .image {
  width: 100%;
}
.section-apply.aboutus .item img {
  margin: 0 auto;
}
.section-apply .item > div {
  display: flex;
  align-items: center;
}

@media (min-width: 64em) {
  .section-subscribe {
    padding-bottom: 4rem;
  }
}
.section-subscribe h3 {
  display: block;
  color: #207178;
  font-size: 40px;
  font-weight: 700;
  line-height: 81.4px;
}
.section-subscribe p.info {
  color: #207178;
  font-size: 23px;
  font-weight: 400;
  line-height: 41.44px;
}
.section-subscribe button {
  width: 190px;
  height: 55px;
  border-radius: 5px;
  background-color: #ffaf0f;
  border: none;
}
.section-subscribe button span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}
.section-subscribe label {
  display: block;
  color: #9ecc21;
  font-size: 20px;
  font-weight: 400;
  line-height: 25.35px;
  letter-spacing: 0.71px;
}
.section-subscribe input {
  border: none;
  display: block;
  color: #fff;
  border-radius: 5px;
  background-color: #9ecc21;
  width: 100%;
  line-height: 2.5;
}
.section-subscribe .withbutton {
  margin-top: 2rem;
}
@media (min-width: 64em) {
  .section-subscribe .withbutton img {
    height: 187px;
    max-width: initial;
    position: absolute;
    left: -50px;
    top: -90px;
  }
}

.parallax {
  background-attachment: fixed;
}

.news-tag {
  background-color: white;
  color: #1e1e1e;
  text-decoration: none;
  white-space: nowrap;
  font-size: 13px;
  margin-right: 5px;
  padding: 2px 8px;
  border-radius: 10px;
  border: 1px solid #1e1e1e;
  display: inline-block;
  line-height: 1rem;
  align-self: flex-end;
}

.section-news img, .news img {
  border-radius: 10px;
}

.date {
  color: #1e1e1e;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}

.section-news h2 {
  color: #1e1e1e;
  line-height: 17px;
}
.section-news .crop {
  max-height: 367px;
  overflow: hidden;
}
.section-news .crop img {
  width: 100%;
}
.section-news .cropped {
  object-fit: cover;
  object-position: center;
  min-height: 350px;
}
.section-news .new-item {
  margin: 1rem 0;
}
.section-news .new-item .line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section-news .new-item .module {
  overflow: hidden;
}
.section-news .new-item .title {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 800;
  line-height: 30px;
}
.section-news .new-item .title a {
  color: #1e1e1e;
}
.section-news .new-item .text {
  color: #828282;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 28px;
}
.section-news .new-item.first .title {
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
}
.section-news .paginate a {
  color: #ffaf0f;
  font-size: 23px;
  font-weight: 400;
  line-height: 60px;
  margin: 0 0.5rem;
}
.section-news .paginate strong {
  color: #207178;
  background-color: #e0ebf3;
  padding: 5px 10px;
  border-radius: 20px;
  margin: 0 0.5rem;
}
.section-news select {
  height: 35px;
  border: 1px solid #207178;
  border-radius: 5px;
  color: #207178;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 22.77px;
  min-width: 210px;
  padding: 0 1rem;
}
.section-news select + select {
  margin-left: 2rem;
}
.section-news .select2 {
  text-align: left;
  font-size: 1.25rem;
  font-weight: 400;
}

.section-new {
  padding: 3rem 0 1rem;
  /** NEWS **/
}
.section-new h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 35px;
}
.section-new .date {
  color: #ef4141;
  font-size: 19px;
  font-weight: 400;
}
.section-new .text {
  color: #207178;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.section-new .section-news {
  padding: 0;
  margin-bottom: 3rem;
}
.section-new .section-news h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 17px;
}
.section-new .section-news .crop {
  max-height: 367px;
  overflow: hidden;
}
.section-new .section-news .crop img {
  width: 100%;
}
.section-new .cropped {
  object-fit: cover;
  object-position: center;
  min-height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 350px 350px;
}
.section-new .section-news .new-item {
  margin: 1rem 0;
}
.section-new .section-news .new-item .title {
  color: black;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0.5rem 0;
}
.section-new .section-news .new-item .title a {
  color: black;
}
.section-new .section-news .new-item .date {
  color: #808080;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.section-new a.button {
  text-decoration: none;
}
.section-new .section-news .new-item .text {
  font-size: 15px;
}
.section-new .section-news .new-item.first .title {
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
}
.section-new .section-news .paginate a {
  color: #21b685;
  font-size: 23px;
  font-weight: 400;
  line-height: 60px;
  margin: 0 0.5rem;
}
.section-new .section-news .paginate strong {
  color: #00335e;
  background-color: #e0ebf3;
  padding: 5px 10px;
  border-radius: 20px;
  margin: 0 0.5rem;
}
.section-new .section-news select {
  height: 35px;
  border: 1px solid #00335e;
  border-radius: 5px;
  color: #00335e;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 22.77px;
  min-width: 210px;
  padding: 0 1rem;
}
.section-new .section-news select + select {
  margin-left: 2rem;
}
@media (min-width: 64em) {
  .section-new .mainImage {
    float: left;
    margin-right: 1rem;
    max-width: 50%;
    cursor: pointer;
  }
  .section-new .mainImage.resize {
    max-width: 100%;
  }
}
.section-new .categories {
  margin-top: 2rem;
}
.section-new .categories .button {
  color: #fff;
  background-color: #ffaf0f;
  font-size: 1.2rem;
  padding: 0.5rem 1em;
}

.section-entry h1 {
  text-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
  font-size: 5.3125rem;
  font-weight: bold;
  line-height: 102.2px;
  max-width: 570px;
  padding: 15rem 0;
}
.section-entry .text {
  color: #207178;
  font-size: 23px;
  font-weight: 400;
  line-height: 40px;
}

.section-faq {
  padding: 3rem 0;
}
.section-faq h2 {
  color: #1e1e1e;
  font-size: 40px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 5rem;
}
.section-faq .btn-primary {
  background: none;
  border: none;
  border-radius: 18px 18px 0px 0px;
  color: #1e1e1e;
  font-size: 23px;
  line-height: 24px;
  text-align: left;
  padding: 0.75rem 2.75rem 0.75rem 1.75rem;
  box-shadow: none;
  white-space: initial;
}
.section-faq .btn-primary.collapsed {
  background-color: #e6eef3;
  border-radius: 15px 15px 15px 15px;
  border: none;
  font-weight: 400;
}
.section-faq .btn-primary.collapsed:after {
  content: "\f107";
}
.section-faq .btn-primary:after {
  content: "\f106";
  font: normal normal normal 29px/1 FontAwesome;
  position: absolute;
  right: 15px;
}
.section-faq .answer {
  padding: 0.75rem 1.75rem;
  color: #1e1e1e;
  font-size: 20px;
  line-height: 30px;
  border-radius: 0 0 5px 5px;
}
.section-faq .answer a {
  color: #2aba89;
}
.section-faq .card {
  border: none;
  margin: 1rem 0;
}

.announcement-box .timer {
  border-radius: 10px 10px 0 0;
}

#cdDays, #cdHours, #cdMinutes, #cdSeconds {
  border-radius: 10px;
}

.timer {
  background-color: rgba(32, 113, 120, 0.85);
  text-align: center;
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: 1;
}

.timer .wrapper {
  padding: 2rem;
}

.timer h2 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: lighter;
}

.timer p {
  color: white;
  font-size: 18px;
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 0;
}

.timer .button {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  border: 2px solid #fff;
  padding: 10px 25px;
  margin-top: 25px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}

.timer .time {
  min-width: 250px;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
}

.timer .time span span {
  color: #333;
  font-size: 1.5rem;
  font-weight: 400;
  background-color: #fff;
  padding: 5px;
  margin: 0 2px;
  border-radius: 10px;
}

.button-block {
  min-width: 300px;
  min-height: 60px;
  font-size: 1.1rem;
  letter-spacing: 1.3px;
  font-weight: 300;
  background: #ffaf0f;
  color: #1e1e1e;
  border: none;
  border-radius: 100px;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px 50px;
  top: -2px;
  box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.45);
}
.button-block.button {
  padding: 10px 50px;
  min-width: 200px;
  min-height: 40px;
  background: #207178;
  color: white;
  box-shadow: none;
}
.button-block#countdownButton {
  white-space: nowrap;
}

.news-button {
  min-width: 200px;
  min-height: 40px;
  background: #207178;
  padding: 10px 20px;
  border-radius: 20px;
  color: white;
  box-shadow: none;
}
.news-button.drop-shadow {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.45);
}
.news-button.hover-effect:hover {
  color: inherit !important;
  top: 0px;
}

.menu-button {
  background-color: #207178;
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  white-space: nowrap;
  min-width: unset;
  min-height: unset;
  box-shadow: none;
  top: 0;
  letter-spacing: unset;
}
.menu-button.drop-shadow {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.45);
}
.menu-button.hover-effect:hover {
  color: inherit !important;
  top: 2px;
}

.button-block.button-sm {
  min-width: 120px;
  min-height: 40px;
  padding: 10px 20px;
  border-radius: 20px;
}

.button-block.button-sm::before {
  min-width: 134px;
  min-height: 54px;
  vertical-align: middle;
}

.button-block.button-md {
  min-width: 200px;
  min-height: 50px;
  padding: 10px;
  text-align: center;
}

.button-block.button-md::before {
  min-width: 214px;
  min-height: 64px;
}

.button-block.button-popup {
  min-width: 200px;
  min-height: 30px;
  padding: 0px;
  text-align: center;
}

.button-block.button-popup::before {
  min-width: 214px;
  min-height: 44px;
}

.button-block.button-lg {
  min-width: 500px;
  min-height: 60px;
  padding: 5px;
}

.button-block.button-lg::before {
  min-width: 514px;
  min-height: 74px;
  vertical-align: middle;
}

.button-block:not(.news-button, .menu-button):hover {
  top: 0px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.45);
}

.button-scroll-to-top {
  display: none;
  font-family: "FontAwesome";
  font-size: large;
  color: #ffffff;
  background: #7890a1;
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  padding: 15px;
}

#process h2 {
  margin-bottom: 5rem;
  margin-top: 50px;
}
#process .step-circle {
  border-radius: 50%;
  min-width: 4rem;
  height: 4rem;
  padding: 5px;
  border: 4px solid white;
  color: white;
  text-align: center;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  background-color: inherit;
  font-size: 30px;
  font-weight: 100;
  justify-content: center;
  align-items: center;
  display: flex;
}
#process .step-circle p {
  margin: 0;
  color: white;
}
#process .step-circle img {
  max-width: 2rem;
  max-height: 2rem;
}
#process .step-content {
  border-radius: 50px;
  padding-left: 2rem;
}
#process .step {
  margin-bottom: 0.8rem;
  border-radius: 50px;
  align-items: center;
  display: flex;
  width: 100%;
  border: 3px;
  border-color: #ebebeb;
  border-style: solid;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.3), -4px -4px 3px rgba(255, 255, 255, 0.7);
}
#process li {
  transform: translateX(3rem);
  opacity: 0;
  transition: all 1s 0.1s, font-size 0s 0s;
}
#process .step-content p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #1e1e1e;
  word-break: break-word;
  padding-right: 2rem;
  line-height: 1rem;
}
#process .faqOpened {
  background: none !important;
}
#process .circle-text-1, #process .circle-text-2 {
  color: #1e1e1e;
  font-size: 1.8rem;
  margin: 0.5rem;
}
#process .circle-text-2 {
  font-size: 1.3rem;
}
#process .process-circle-wrapper {
  padding-bottom: 5rem;
}
#process .process-circle {
  background: white;
  border: 8px;
  border-color: #ebebeb;
  border-style: solid;
  width: 25rem;
  height: 25rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.3), -4px -4px 3px rgba(255, 255, 255, 0.7);
}
#process .process-semicircle {
  height: 32rem;
  position: absolute;
  left: 15rem;
}
#process .circle-logo {
  height: 100px;
  width: auto;
}

@media (max-width: 1392px) {
  #process .process-semicircle {
    left: 17rem;
  }
}
@media (max-width: 1200px) {
  #process .process-semicircle {
    left: 14rem;
  }
  .section-faq .btn-primary {
    font-size: 1.5rem;
  }
}
@media (max-width: 992px) {
  #process .process-semicircle {
    height: 27rem;
    left: 26rem;
  }
  #process .process-circle {
    width: 20rem;
    height: 20rem;
  }
  #process .circle-logo {
    height: 75px;
    width: auto;
  }
  #process .circle-text-1 {
    font-size: 1.35rem;
    line-height: 2rem;
    margin: 0;
  }
  #process .circle-text-2 {
    font-size: 1.1rem;
    line-height: 20px;
  }
  .parallax {
    background-attachment: unset;
  }
}
@media (max-width: 768px) {
  #process ul {
    padding-left: 0;
  }
  #process .process-circle {
    width: 16rem;
    height: 16rem;
  }
  #process .process-semicircle {
    height: 22rem;
    left: 19rem;
  }
  #process .circle-logo {
    height: 65px;
    width: auto;
  }
  #process .circle-text-1 {
    font-size: 1.3rem;
  }
  #process .circle-text-2 {
    font-size: 1rem;
    margin: 0 0.5rem;
  }
}
.index-number {
  font-size: 1.6rem;
}

.search-bar input {
  width: 100%;
  padding: 0.3rem;
  padding: 10px 20px;
  border-radius: 20px;
  padding-left: 1rem;
  border: 2px grey solid;
}

.animation-active {
  transform: none !important;
  opacity: 1 !important;
}

.search-bar {
  width: 80%;
  margin: 1.5rem 0;
  margin-right: 1rem;
  background-color: #0a3567;
  border-radius: 20px;
  min-width: 240px;
}

.post {
  margin: 3rem 10rem;
}
.post h1 {
  font-size: 2.25rem;
  text-align: center;
}
.post .post_info {
  text-align: center;
}
.post p {
  color: #828282;
  font-size: 1.1rem;
}
.post .mainImage {
  border-radius: 10px;
  display: block;
  margin: auto;
}
.post .aside label input {
  border: none;
  border-bottom: 2px solid #523a33;
  padding: 10px;
  width: 100%;
  outline: none;
}
.post .caption {
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0.8rem;
  padding-bottom: 2rem;
  font-style: italic;
  font-size: 80%;
  text-align: center;
}
.post .breadcrumbs {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 17px;
}
.post .breadcrumbs ul {
  color: #1e1e1e;
  padding: 0;
  margin-bottom: 3rem;
}
.post .breadcrumbs a, .post .breadcrumbs a:hover {
  color: #207178;
}
.post .breadcrumbs li {
  display: inline-block;
}

@media (max-width: 768px) {
  .post {
    margin: 3.5rem 1rem;
  }
}
#resources .document-caption {
  color: #1e1e1e;
  font-size: 18px;
  max-width: 160px;
}
#resources .doc-img {
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.3);
  transition: 0.4s ease-out;
  overflow: hidden;
  border: 2px solid white;
  border-radius: 10px;
}
#resources .doc-img:hover {
  transform: translateY(10px);
}
#resources .separator {
  max-width: 800px;
}

.section-hero .carousel .hero-wrapper {
  z-index: 1;
  position: relative;
  padding: min(10rem, 10%);
}
.section-hero .carousel .hero-wrapper .hero-content {
  min-width: 20rem;
  word-break: break-word;
}
.section-hero .carousel .hero-wrapper .hero-content.left {
  text-align: left;
  padding-right: 40%;
}
.section-hero .carousel .hero-wrapper .hero-content.center {
  text-align: center;
  padding: 0% 20%;
}
.section-hero .carousel .hero-wrapper .hero-content.right {
  text-align: right;
  padding-left: 40%;
}
.section-hero .carousel .hero-wrapper .hero-content div {
  margin-bottom: 3rem;
}
.section-hero .carousel .hero-wrapper .hero-content .hero-button {
  padding: 10px 50px;
  margin-top: 3rem;
  min-width: 200px;
  min-height: 40px;
  background: #207178;
  color: white;
  box-shadow: none;
}
.section-hero .carousel .hero-wrapper .hero-content .hero-button * {
  margin: 0;
}
.section-hero .carousel .carousel-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
.section-hero .carousel .carousel-item video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.section-hero.home h1 {
  font-size: 3rem !important;
  line-height: 3rem !important;
}

@media (max-width: 767px) {
  .timer {
    background-color: rgb(32, 113, 120);
  }
  .section-hero #resources {
    margin-top: 2rem;
  }
  .section-hero .hero-content {
    padding: 0 0 0 0 !important;
  }
  .section-hero .timer .wrapper .block {
    padding-left: 8px;
    padding-right: 8px;
  }
  .section-nav .navbar-light .navbar-collapse {
    padding: 5px;
  }
  .additional-block.textimage, .additional-block.imagetext, .additional-block.richtext {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .additional-block.textimage .imagetext-text, .additional-block.imagetext .imagetext-text, .additional-block.richtext .imagetext-text {
    text-align: left;
  }
  .additional-block.textimage .textimage-text, .additional-block.imagetext .textimage-text, .additional-block.richtext .textimage-text {
    text-align: left;
  }
}
@media (max-width: 575px) {
  #process .process-semicircle {
    left: 48vw;
  }
}
@media only screen and (max-width: 400px) {
  .section-nav .small img.left-logo {
    height: 40px !important;
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 4s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: unset;
}

.inherit-text-color p, .inherit-text-color span, .inherit-text-color a, .inherit-text-color h1, .inherit-text-color h2, .inherit-text-color h3, .inherit-text-color h4, .inherit-text-color h5, .inherit-text-color h6, .inherit-text-color b, .inherit-text-color strong, .inherit-text-color i {
  color: inherit !important;
}

.navbar-nav .dropdown-menu {
  background-color: var(--navlinkBackgroundColor, white);
  margin: 0;
  padding: 0;
  min-width: 100%;
}
.navbar-nav .dropdown-menu ul {
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.animation-columns .animation-cols {
  flex: auto !important;
  opacity: 0;
  transition: all 1s 0.1s, font-size 0s 0s;
}

.animated-video, .animated-news .new-item, .animated-qa, .section-apply, #publications, #jobDescriptions {
  transform: translateY(3rem);
  opacity: 0;
  transition: all 1s 0.1s, font-size 0s 0s;
}

.no-transition {
  transition: none !important;
}

/*# sourceMappingURL=main.css.map */
