/*********************
BREAKPOINTS
*********************/
.color-red {
  color: #e85955;
}

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

.color-blue {
  color: #0000ff;
}

.color-navy {
  color: #009bad;
}

.color-midnight {
  color: #00335e;
}

.color-yellow {
  color: #ffff00;
}

.color-golden {
  color: #fcc200;
}

html {
  font-size: 14px;
}

body {
  font-family: "PT Sans", "Open Sans", 'Trebuchet MS', sans-serif;
  line-height: 1.5;
  font-size: 1.2rem;
}

p {
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: #00335e;
  font-family: Georgia;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

a,
a:hover {
  color: #25ac7a;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: Georgia;
}

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

.fact-box {
  background-color: #eff5f8;
  margin-bottom: 1rem;
  padding: 1rem;
}

.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;
}

.fact-box a:hover {
  color: #25ac7a;
}

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

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

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

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

.search-bar {
  display: inline-block;
  width: 70%;
  margin: 1.5rem 0;
  margin-right: 1rem;
  background-color: #0a3567;
}

.tags {
  font-family: "PT Sans", "Open Sans", 'Trebuchet MS', sans-serif;
}

.projects,
.project {
  font-family: Georgia;
}

.tag {
  background-color: #919191;
  color: white;
  padding: 0.1rem .3rem;
  margin: 0 1rem .5rem 0;
  display: inline-block;
}

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

.map-span {
  float: right;
}

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

.ongoing {
  background-color: #25945A;
}

.closed {
  background-color: #7D9EC0;
}

.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: #E4565A;
}

.tag-row .implementation_country {
  background-color: #25ac7a;
}

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

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

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

.bar>span:nth-child(4) {
  right: .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: #005085 transparent transparent transparent;
  display: inline-block;
  float: right;
  margin-right: 1rem;
  margin-top: .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: .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;
}

.doc-box-nav .nav-item {
  background-color: #e3ebef;
}

.doc-box-nav .nav-item.active {
  background-color: #eff5f8;
}

.doc-box-nav>nav {
  padding: 0;
}

.doc-box-nav .navbar-nav a.nav-link {
  color: #25ac7a;
  text-transform: none;
}

.doc-box-nav .navbar-nav a.nav-link:hover {
  color: #25ac7a;
  text-decoration: underline;
}

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

.title {
  color: #0a3567;
  font-weight: bold;
  margin: 1.5rem 0;
}

.search-bar input {
  width: 100%;
  padding: .3rem;
}

#submit-search {
  text-transform: uppercase;
}

.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: #eff5f8;
}

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

#more-btn {
  background-color: #eff5f8;
  text-align: center;
  margin-top: -1rem;
  padding: 2rem;
  border-top: 2px solid #eaeff4;
  color: #249256;
  cursor: pointer;
}

#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 {
  font-family: "PT Sans", "Open Sans", 'Trebuchet MS', sans-serif;
  border: 3px solid #009bad;
  background-color: #009bad;
  color: #fff;
  border-radius: 5px;
}

.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;
}

.left-logo {
  display: inline-block;
}

.button:hover {
  color: #009bad;
  border: 3px solid #009bad;
  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%;
  min-height: 500px;
}

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

.breadcrumbs {
  color: #00335e;
  font-family: Georgia;
  font-size: 23px;
  font-weight: 400;
  line-height: 17px;
}

.breadcrumbs ul {
  padding: 0;
  margin-bottom: 3rem;
}

.breadcrumbs a {
  color: #25ac7a;
  font-size: 30px;
}

.breadcrumbs li {
  display: inline-block;
}

.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;
}

.section-nav {
  position: fixed;
  box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 500;
}

.section-nav.affix img {
  height: 50px;
  margin-left: 18px;
  margin-right: 25px;
}

.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 .container {
  max-width: 1320px;
}

.section-nav.affix .navbar-brand img {
  margin: 0;
}

.navbar-brand {
  position: fixed;
  top: 8px;
}

.navbar-brand-placeholder {
  width: 85px;
  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;
}

.section-nav.affix .navbar-brand-placeholder {
  height: 60px;
}

@media (min-width: 768px) {
  .nav-item.ndf-logo {
    width: 120px;
  }
}

.stripe {
  height: 128px;
}

.navbar-light .navbar-nav .nav-link {
  color: #00335e;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #009bad;
}

.new-item a {
  color: #25ac7a
}

.navbar-nav {
  align-items: center;
}

.navbar .nav-link {
  color: #00335e;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 23.03px;
  text-transform: uppercase;
  padding: .5rem 1rem !important;
}

.navbar .dropdown-item {
  color: #00335e;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 23.03px;
  text-transform: uppercase;
}

.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-family: Georgia;
  font-size: 40px;
  font-weight: 700;
  padding: 3rem 0;
}

.section-hero {
  min-height: 44rem;
  background-color: #005186;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}

.caption {
  position: absolute;
  background-color: rgba(255, 255, 255, .5);
  padding: 0 .4rem;
  font-style: italic;
  font-size: 80%;
  bottom: 0;
  left: 0;
}

.section-hero.home h1 {
  padding: 6rem 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 .row {
  align-items: center;
}

.section-hero h1 {
  text-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: Georgia;
  font-size: 4.3125rem;
  font-weight: bold;
  line-height: 1.5;
}

.section-hero .box {
  color: #fff;
  font-family: Georgia;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  box-shadow: 6px 14px 9px rgba(0, 0, 0, 0.1);
  background-color: #00335e;
  opacity: 0.9;
  padding: 2rem;
  max-width: 410px;
  /* margin-bottom: 5rem; */
}

.section-hero .box .button {
  margin: 2rem auto 0;
  display: block;
  max-width: 210px;
  text-align: center;
}

.section-hero .box .button span {
  color: #fff;
  font-size: 20px;
  line-height: 45px;
  text-transform: uppercase;
}

.section-hero .box2 {
  color: #fff;
  font-family: Georgia;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  box-shadow: 6px 14px 9px rgba(0, 0, 0, 0.1);
  background-color: #00335e;
  opacity: 0.9;
  padding: 2rem;
}

.section-hero .box2 a {
  color: #fff;
  text-decoration: underline;
}

.section-contact {
  padding: 3rem 0;
  background-color: #e9f8f3;
}

.section-contact h2 {
  color: #00335e;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

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

.section-contact input,
.section-contact textarea {
  border: 1px solid #00335e;
  border-radius: 5px;
  width: 100%;
  padding: .75rem;
}

.section-contact .button {
  padding: .75rem 1.5rem;
  border-radius: 10px;
  font-size: 1.25rem;
  max-width: 150px;
  border: none;
  cursor: pointer;
}

.section-contact .info {
  color: #39bc9b;
  font-family: Georgia;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 36.62px;
  text-decoration: underline;
}

.section-contact .info a {
  color: #39bc9b;
}

.section-team {
  padding: 3rem 0;
  font-family: Georgia;
  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: #21b685;
  background-image: url("../img/DataString_background.png");
  background-repeat: repeat-x;
  background-position: left bottom;
}

.section-counts .item {
  text-align: center;
}

.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-family: Georgia;
  font-size: 42px;
  font-weight: 400;
  line-height: 27.91px;
}

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

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

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

.section-whatis h2 {
  color: #00335e;
  font-size: 2.5;
  font-weight: 700;
  line-height: .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-family: Georgia;
  font-size: 40px;
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 3rem;
}

.section-about .info {
  color: #00335e;
  font-family: Georgia;
  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;
}

.section-signin {
  position: relative;
  background-color: #30719d;
  background-image: url("../img/signin.png");
  background-attachment: fixed;
  background-position: center;
  /* center 180px; */
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Georgia;
  font-weight: 700;
  line-height: .9em;
  padding: 3rem 0;
}

.section-signin .indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  top: 0;
}

.section-signin .indicator .fa-spin {
  top: 50%;
  position: absolute;
}

.section-signin label {
  color: #fff;
  font-weight: normal;
}

.section-signin h3,
.section-signin h1 {
  color: #fff;
  font-family: Georgia;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: .9em;
  margin-bottom: 2rem;
}

.section-signin .info {
  color: #fff;
  font-family: Georgia;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.5;
}

.section-signin .button {
  display: inline-block;
  font-size: 20px;
  line-height: 25.2px;
  text-transform: uppercase;
  letter-spacing: 0.71px;
  border: 2px solid #fff;
  padding: 0.5rem 1rem;
  border-radius: 2px;
  margin-top: 1rem;
}

.section-signin input.button {
  background: none;
  width: 200px;
  cursor: pointer;
}

.section-signin input::placeholder {
  color: rgba(255, 255, 255, .8) !important;
}

.section-signin input.button:disabled {
  cursor: initial;
}

.section-signin .form {
  margin: 2rem 0 3rem;
}

.section-signin .links a {
  color: #fff;
  font-family: Georgia;
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: underline;
}

.section-signin input {
  background-color: #005186;
  font-size: 20px;
  color: #fff;
  padding: 0.5rem;
  border: none;
  border-radius: 2px;
  width: 90%;
  margin-top: 1rem;
}

.section-footer {
  padding-top: 2rem;
  background-color: #005186;
  background-image: url("../img/f_bg.png");
  background-repeat: no-repeat;
  background-position: 0 bottom;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5em;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.section-footer a {
  color: #fff;
}

.section-footer p {
  margin: 0;
  color: white;
}

.section-footer img {
  display: block;
  margin-bottom: 2rem;
}

.section-footer ul {
  list-style: none;
  -webkit-padding-start: 20px;
}

.section-footer .ndf img {
  margin-bottom: 3rem;
}

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

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

.section-body .container{
  position: relative;
}

.section-body .container .smartme-generated{
  right: 0;
  position: absolute;
  color:#00335e;
  opacity: 0.5;
  font-size: 0.9rem;
  padding: 1rem;
}

.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-family: Georgia;
  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: .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: #005188;
  font-family: Georgia;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}

.section-apply .info {
  color: #00335e;
  font-family: Georgia;
  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: #24ab79;
  font-weight: 400;
  font-size: 2.3rem;
}

.section-apply.results .info {
  color: #005186;
  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-family: Georgia;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-bootom .info {
  color: #fff;
  font-family: Georgia;
  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-family: Georgia;
  font-size: 40px;
  font-weight: 700;
  line-height: 81.4px;
}

.section-subscribe p.info {
  color: #00335e;
  font-family: Georgia;
  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;
}

/** NEWS **/
.section-news {
  padding: 0;
  margin=bottom: 3rem;
}

.section-news h1 {
  color: #00335e;
  font-family: Georgia;
  font-size: 40px;
  font-weight: 700;
  line-height: 17px;
}

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

.section-news .crop {
  max-height: 367px;
  overflow: hidden;
}

.section-news .crop img {
  width: 100%;
}

.cropped {
  object-fit: cover;
  object-position: center;
  min-height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 350px 350px;
}

.section-news .new-item {
  margin: 1rem 0;
}

.section-news .new-item:nth-child(3n+0) {
  border-left: 1px solid #30719d;
  border-right: 1px solid #30719d;
}

.section-news .new-item .title {
  color: #25ac7a;
  font-family: Georgia;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}

.section-news .new-item .title a {
  color: #25ac7a;
}

.section-news .new-item .date {
  color: #808080;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

a.button {
  text-decoration: none;
}

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

.section-news .new-item.first .title {
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
}

.section-news .paginate a {
  color: #21b685;
  font-family: Georgia;
  font-size: 23px;
  font-weight: 400;
  line-height: 60px;
  margin: 0 0.5rem;
}

.section-news .paginate strong {
  color: #00335e;
  background-color: #e0ebf3;
  padding: 5px 10px;
  border-radius: 20px;
  margin: 0 0.5rem;
}

.section-news select {
  height: 35px;
  border: 1px solid #00335e;
  border-radius: 5px;
  color: #00335e;
  font-family: Georgia;
  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-family: Georgia;
  font-size: 1.25rem;
  font-weight: 400;
}

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

.section-new .container {
  padding-bottom: 3rem;
  border-bottom: 2px solid #30719d;
}

.section-new h1 {
  color: #00335e;
  font-family: Georgia;
  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-family: Georgia;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

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

.section-new .categories .button {
  font-size: 1.20rem;
  padding: .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);
  color: #ffffff;
  font-family: Georgia;
  font-size: 5.3125rem;
  font-weight: bold;
  line-height: 102.2px;
  max-width: 570px;
  padding: 15rem 0;
}

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

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

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

.section-brochure .title {
  color: #00335e;
  font-family: Georgia;
  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;
}

.section-faq {
  padding: 3rem 0;
}

.section-faq h2 {
  color: #00335e;
  font-family: Georgia;
  font-size: 40px;
  font-weight: 700;
}

.section-faq .btn-primary {
  background: none;
  border-top: 2px solid #005186;
  border-left: 2px solid #005186;
  border-right: 2px solid #005186;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  color: #00335e;
  font-family: Georgia;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: left;
  padding: .75rem 2.75rem .75rem 1.75rem;
  box-shadow: none;
  white-space: initial;
}

.section-faq .btn.btn-primary:active,
.section-faq .btn.btn-primary:focus,
.section-faq .btn.btn-primary:active:focus {
  background-color: #e6eef3;
  border-color: #e6eef3;
  color: #00335e;
}

.section-faq .btn-primary.collapsed {
  background-color: #e6eef3;
  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: .75rem 1.75rem;
  color: #00335e;
  font-family: Georgia;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  border-bottom: 2px solid #005186;
  border-left: 2px solid #005186;
  border-right: 2px solid #005186;
  border-radius: 0 0 5px 5px;
}

.section-faq .answer a {
  color: #2aba89;
}

.section-faq .card {
  border: none;
  margin: 1rem 0;
}

.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-family: Georgia;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  width: 100%;
  max-width: 320px;
}

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

.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: .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-stage .col-md-10 {
  text-align: center;
  max-width: 390px;
}

.section-title h2 {
  color: #00335e;
  /* 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 {
  color: #00335e;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

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

.serach-form .button {
  background-color: #009bad;
  color: #fff;
  padding: .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;
}

.contact-capthca-errors {
  font-size: 80%;
}

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

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

.w-80 {
  width: 80%;
}

.richtext {
  font-family: Georgia;
}

@media (min-width: 768px) {
  .section-counts .item:nth-child(3)>div {
    top: 30%;
    position: relative;
  }
}

@media (min-width: 1024px) {
  .section-counts .item:nth-child(3)>div {
    top: 50%;
    position: relative;
  }

  .section-hero {
    background-attachment: scroll;
  }
}

@media (max-width: 767px) {
  .section-apply.aboutus .row.item {
    margin-bottom: 3rem;
  }


  .register.captcha span {
    float: none;
  }

  .section-counts .item>div {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .new-item {
    display: flex;
    border-left: none !important;
    border-right: none !important;
  }

  .new-item .cropped {
    min-height: 10rem;
    background-size: 200px 200px;
  }

  .section-news .crop img {
    height: 100%;
    width: auto;
  }
}

@media (min-width: 87em) {
  html {
    font-size: 16px;
  }
}

.section-counts .item>div>div {
  margin-bottom: 1rem;
}

@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;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .section-hero h1 {
    font-size: 5.3125rem;
  }

  .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%;
  }
}


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