/* GLOBAL */
html {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.img-center {
  display: block;
  margin: 0 auto;
}

.responsive-img {
  max-width: 100%;
  height: auto;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

article {
  margin-bottom: 5em;
}

p {
  color: #0C3C60;
  text-align: justify;
  line-height: 1.4875em;
  margin: 1.4em 0;
}

.is-small {
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
}

li {
  color: #0C3C60;
  margin-bottom: 0.8em;
}

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

h3 {
  text-transform: uppercase;
  font-weight: 200;
  color: #0C3C60;
}

.element {
  margin-top: 3em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.element h3 {
  margin: 0;
}

.element p {
  margin: 0;
  margin-top: 0.8em;
  font-size: 0.9rem;
  color: black;
}

.links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.links > div {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.links a {
  display: inline-block;
  width: 170px;
  margin: 1.5em 0;
}

@media screen and (min-width: 991px) {
  .links a {
    margin: 3em 0;
  }
}

.links a img {
  width: 100%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-top: 3em;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-player {
  margin-top: 3em;
}

/* ===== */
.page-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  color: #0C3C60;
}

@media screen and (min-width: 992px) {
  .page-title {
    font-size: 4rem;
  }
}

.page-title:after {
  content: "";
  display: block;
  margin: 0 auto;
  margin-top: 0.2em;
  width: 1.5em;
  height: 0.08em;
  background: #0C3C60;
}

/* HEADER */
#header {
  padding: 1.15em 0 0.75em 0;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
}

#header .row, #header .container {
  height: 100%;
}

#header .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header a {
  text-decoration: none;
}

#header h1 {
  font-size: 1.4rem;
  font-weight: 400;
  color: white;
  text-align: center;
}

#header h1 span {
  color: #7DCADA;
  font-style: italic;
  font-weight: 100;
}

#header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

#header li {
  margin: 0;
}

#header ul.dropdown {
  position: absolute;
  left: 50%;
  width: 200px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #6ea4ca;
  display: none;
}

#header ul.dropdown li a {
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

#header ul.dropdown li a:hover {
  background: #4d85ad;
}

#header ul li {
  margin: 0 1.5em;
}

#header ul.nav > li {
  display: inline-block;
  position: relative;
  font-size: 1rem;
}

#header ul.nav > li:hover ul {
  display: inline-block;
}

#header ul.nav li a {
  color: #0C3C60;
  text-decoration: none;
  padding: 0.6em;
  display: block;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

#header ul.nav li a:hover {
  color: #D1E0EB;
}

@media screen and (min-width: 992px) {
  #header h1 {
    text-align: left;
  }
  #header ul.nav {
    float: left;
  }
}

#header-spacer {
  height: 90px;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 992px) {
  .header__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 992px) {
  .header__logo {
    margin-right: 3em;
  }
}

@media screen and (min-width: 992px) {
  .header__nav {
    position: relative;
  }
}

.language-selector {
  position: absolute;
  top: 10px;
  right: 1em;
  font-size: 12px;
}

@media screen and (min-width: 992px) {
  .language-selector {
    top: -22px;
    right: 2.6em;
  }
}

.language-selector a {
  color: #0C3C60;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.language-selector a:hover {
  color: #D1E0EB;
}

/* Head */
section {
  width: 100%;
  padding: 4em 0;
}

section h2 {
  margin-top: 0;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 400;
  color: #0C3C60;
}

@media screen and (min-width: 992px) {
  section h2 {
    font-size: 3.4rem;
  }
}

#head {
  height: 650px;
  background-image: url(../images/solar.jpg);
  background-size: cover;
  background-position: 28% 0;
  position: relative;
}

#head .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  padding: 1.4em 0;
}

#head h2,
#head h3 {
  margin: 0;
  text-align: center;
  color: #0d3c60;
}

#head h3 {
  font-weight: 200;
  font-size: 1rem;
  margin-bottom: 0.4em;
}

@media screen and (min-width: 992px) {
  #head h3 {
    font-size: 1.15rem;
  }
}

#head h2 {
  font-size: 2rem;
  font-weight: 200;
}

@media screen and (min-width: 992px) {
  #head h2 {
    font-size: 4em;
  }
}

/* Hooks */
.hook {
  background: #0d3c60;
  padding: 2em;
  padding-bottom: 6em;
  margin-bottom: 1em;
  text-align: center;
  color: white;
  height: 100%;
  height: calc(100% - 1em);
  position: relative;
}

.hook h4 {
  font-size: 1.5rem;
  font-weight: 200;
  color: #D1E0EB;
  margin: 0;
  margin-bottom: 1.4em;
}

.hook p {
  line-height: 1.4375em;
  color: white;
  text-align: center;
}

.hook a {
  display: inline-block;
  background: #6ea4ca;
  padding: 0.8em 1.4em;
  color: white;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: absolute;
  bottom: 2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hook a:hover {
  color: #0d3c60;
}

/* About */
#about {
  background: #d1e0eb;
  text-align: center;
}

#about h2 {
  margin: 0;
}

#about p {
  margin: 2.5em auto;
  max-width: 700px;
  line-height: 1.625em;
  text-align: center;
}

#about a {
  display: inline-block;
  background: #0d3c60;
  color: white;
  text-decoration: none;
  padding: 0.7em 2.2em;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

#about a:hover {
  background: #39729b;
}

/* Contact */
#contact {
  background: #0d3c60;
}

#contact h2 {
  color: white;
}

#contact iframe {
  width: 100%;
}

#contact p,
#contact p a {
  text-align: center;
  text-decoration: none;
  color: white;
  line-height: 1.4375em;
}

.contact_button {
  display: inline-block;
  background: #6ea4ca;
  padding: 0.8em 1.4em;
  color: white;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  margin-top: 1.5em;
}

.contact_button:hover {
  color: #0d3c60 !important;
}

input,
textarea {
  max-width: 100%;
  margin-top: 10px;
  padding: 6px;
  width: 100%;
}

input[type="submit"] {
  background: none;
  border: 0;
  color: white;
}

.msgSent {
  color: white;
  display: none;
  padding: 5px 0;
  text-align: center;
}

label.error {
  color: white;
  display: block;
  padding: 2px 0 6px 0;
}

.form_error {
  background: #cc3737;
  color: white;
  display: none;
  padding: 12px;
}

.form_error:empty {
  display: none;
}

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