/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v23-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v23-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.justify {
  text-align: justify; }

.hidden-sm {
  display: none; }

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 46rem) {
    .container {
      width: 100%; } }
  @media only screen and (min-width: 72rem) {
    .container {
      width: 90%;
      max-width: 72rem; } }

.row {
  position: relative;
  width: 100%; }

.row [class^="col"] {
  float: left;
  margin: 0 2%;
  min-height: 0.125rem; }

.row::after {
  content: "";
  display: table;
  clear: both; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%; }

.col-1-sm {
  width: 4.3333333333%; }

.col-2-sm {
  width: 12.6666666667%; }

.col-3-sm {
  width: 21%; }

.col-4-sm {
  width: 29.3333333333%; }

.col-5-sm {
  width: 37.6666666667%; }

.col-6-sm {
  width: 46%; }

.col-7-sm {
  width: 54.3333333333%; }

.col-8-sm {
  width: 62.6666666667%; }

.col-9-sm {
  width: 71%; }

.col-10-sm {
  width: 79.3333333333%; }

.col-11-sm {
  width: 87.6666666667%; }

.col-12-sm {
  width: 96%; }

@media only screen and (min-width: 60rem) {
  .col-1 {
    width: 4.3333333333%; }
  .col-2 {
    width: 12.6666666667%; }
  .col-3 {
    width: 21%; }
  .col-4 {
    width: 29.3333333333%; }
  .col-5 {
    width: 37.6666666667%; }
  .col-6 {
    width: 46%; }
  .col-7 {
    width: 54.3333333333%; }
  .col-8 {
    width: 62.6666666667%; }
  .col-9 {
    width: 71%; }
  .col-10 {
    width: 79.3333333333%; }
  .col-11 {
    width: 87.6666666667%; }
  .col-12 {
    width: 96%; }
  .hidden-sm {
    display: block; } }

.menu-opener, .menu-opener:hover, .menu-opener.active, .menu-opener-inner, .menu-opener-inner::before, .menu-opener-inner::after, .menu, .menu.active {
  -webkit-transition: 250ms all;
  transition: 250ms all; }

.menu-opener {
  cursor: pointer;
  display: none;
  height: 64px;
  position: fixed;
  right: 0px;
  top: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 64px;
  z-index: 5000; }
  @media only screen and (max-width: 46rem) {
    .menu-opener {
      display: block; } }

.menu-opener-inner {
  background: #3d3f3f;
  height: 3px;
  margin-left: .75rem;
  margin-top: 1.75rem;
  width: 30px;
  border-radius: 3px; }

.menu-opener-inner::before, .menu-opener-inner::after {
  background: #3d3f3f;
  content: '';
  display: block;
  height: 3px;
  width: 30px;
  border-radius: 3px; }

.menu-opener-inner::before {
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px); }

.menu-opener-inner::after {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px); }

.menu-opener-inner.active {
  background: transparent; }

.menu-opener-inner.active::before {
  -webkit-transform: translateY(0rem) rotate(-45deg);
  -ms-transform: translateY(0rem) rotate(-45deg);
  transform: translateY(0rem) rotate(-45deg); }

.menu-opener-inner.active::after {
  -webkit-transform: translateY(-4px) translateX(0rem) rotate(45deg);
  -ms-transform: translateY(-4px) translateX(0rem) rotate(45deg);
  transform: translateY(-4px) translateX(0rem) rotate(45deg); }

.menu {
  background: rgba(255, 255, 255, 0.8);
  display: none;
  color: transparent;
  height: 64px;
  position: fixed;
  top: 74px;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 0rem;
  z-index: 4000;
  padding: 20px 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px); }
  @media only screen and (max-width: 46rem) {
    .menu {
      display: block; } }

.menu.active {
  width: 100%;
  width: 100%; }

.menu.active .menu-link {
  color: #3d3f3f; }

.menu-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.menu-link {
  color: transparent;
  display: block;
  font-size: 3rem;
  padding: 40px 0;
  line-height: 3rem;
  font-weight: 400;
  height: 100%;
  text-align: center;
  text-decoration: none; }

.menu-link li {
  margin: auto; }

@media screen and (max-width: 768px) {
  .menu {
    height: auto; }
  .menu-inner {
    display: block; }
  .menu-link {
    padding: 10px 0;
    font-size: 1.2em; }
  .menu.active {
    width: -webkit-calc(100%);
    width: calc(100%); } }

footer {
  padding-bottom: 140px !important; }

#okCookie {
  background-color: #FFF;
  color: #333333;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  font-family: sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  text-align: center; }

#okCookie p {
  margin: 0 0 5px 0;
  float: left;
  padding: 5px 0px;
  font-size: 14px;
  text-align: center;
  width: 100%; }

#okCookie #okClose, #okCookie #okCprivacy {
  padding: 5px 20px;
  margin-left: 10px;
  margin-bottom: 5px;
  text-decoration: none;
  border-radius: 3px;
  color: white; }

#okCookie #okClose {
  background-color: #71b17d; }

#okCookie #okCprivacy {
  background-color: #8D9499; }

#okCookie #okCprivacy:hover {
  background-color: #a0a8ae; }

.okcBeginAnimate {
  -webkit-animation: myfirst 1s;
  animation: myfirst 1s; }

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

/* Standard syntax */
@keyframes myfirst {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

html {
  font-family: 'Lato'; }

body {
  background: #f3f5f7 url(../img/header/background-gradient.png) top center repeat-x;
  background-size: 100% auto;
  color: #4d4d4d; }

a {
  color: #71b17d; }

p {
  line-height: 1.725rem;
  color: #4d4d4d; }

h1 {
  color: #71b17d;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 3rem; }
  @media only screen and (max-width: 46rem) {
    h1 {
      font-size: 1.5rem; } }

iframe {
  border: 2px solid rgba(0, 0, 0, 0.05); }

ul {
  padding-left: 18px; }

label {
  font-size: 0.725rem;
  font-weight: 500;
  color: #989898;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  margin-bottom: 5px; }

input[type="text"], textarea {
  padding: 7px;
  background: #fff;
  border: none; }

input[type="submit"] {
  background: #71b17d;
  background-color: #62be80;
  /* Fallback */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#69c788), to(#5ab478));
  background-image: -webkit-linear-gradient(top, #69c788, #5ab478);
  background-image: -moz-linear-gradient(top, #69c788, #5ab478);
  background-image: -ms-linear-gradient(top, #69c788, #5ab478);
  background-image: -o-linear-gradient(top, #69c788, #5ab478);
  color: #fff;
  border: 0;
  padding: 20px;
  width: 100%;
  font-size: 1.125rem; }

header {
  position: fixed;
  width: 100%;
  z-index: 1000; }
  header .container {
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    height: 100px;
    overflow: hidden; }
    @media only screen and (max-width: 46rem) {
      header .container {
        height: 74px; } }
  header .row [class^="col"] {
    min-height: 0; }
    header .row [class^="col"]:last-of-type {
      margin-right: 0;
      float: right; }
  header .logo {
    display: block;
    padding: 20px 0 20px 10px;
    position: absolute; }
    header .logo img {
      width: 240px; }
      @media only screen and (max-width: 60rem) {
        header .logo img {
          width: 200px; } }
      @media only screen and (max-width: 46rem) {
        header .logo img {
          width: 140px; } }
  header ul {
    margin: 0;
    float: right; }
    @media only screen and (max-width: 46rem) {
      header ul {
        display: none; } }
    header ul li {
      display: inline-block;
      float: left; }
      header ul li a {
        padding: 38px 16px;
        color: #000;
        text-decoration: none;
        font-size: 1rem;
        line-height: 100px; }
        @media only screen and (max-width: 60rem) {
          header ul li a {
            padding: 38px 10px;
            font-size: 14px; } }
      header ul li.active a {
        color: #71b17d;
        border-bottom: 3px solid #71b17d; }
      header ul li:hover a {
        color: #71b17d; }
      header ul li:last-of-type {
        background: #71b17d;
        background-color: #62be80;
        /* Fallback */
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#69c788), to(#5ab478));
        background-image: -webkit-linear-gradient(top, #69c788, #5ab478);
        background-image: -moz-linear-gradient(top, #69c788, #5ab478);
        background-image: -ms-linear-gradient(top, #69c788, #5ab478);
        background-image: -o-linear-gradient(top, #69c788, #5ab478);
        color: #fff;
        text-align: center;
        padding: 10px 10px;
        height: 100px;
        width: 180px;
        display: inline-block;
        padding: 0; }
        header ul li:last-of-type span {
          position: relative;
          display: inline-block; }
        header ul li:last-of-type strong {
          display: block;
          font-size: 1.2rem;
          font-weight: 800; }
          @media only screen and (max-width: 1100px) {
            header ul li:last-of-type strong {
              font-size: 1rem; } }
        header ul li:last-of-type img {
          text-align: center;
          width: 30px;
          position: relative;
          margin-top: 10px; }
        header ul li:last-of-type a {
          padding: 0;
          line-height: normal;
          color: #fff; }

#intro {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 640px;
  background: #e0e9de url(../img/header/background.jpg) center no-repeat;
  background-size: cover; }
  #intro .container {
    height: 100%; }
  #intro .row {
    height: 100%; }
  #intro .col-12 {
    position: relative;
    height: 100%; }

#teaser {
  position: relative;
  margin-top: -70px;
  z-index: 500;
  text-align: center; }
  #teaser .container {
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }
  #teaser .content {
    padding: 30px;
    font-size: 1rem;
    line-height: 1.5rem; }
  #teaser img {
    margin-top: 40px;
    max-width: 80%;
    max-height: 150px; }
  #teaser a.more {
    display: block; }
  #teaser h2 {
    margin-bottom: 0; }
  #teaser a {
    text-decoration: none; }

#breadcrumb {
  position: relative;
  height: 50px;
  padding-top: 110px;
  padding-bottom: 10px;
  font-size: 1rem;
  color: #989898; }
  @media only screen and (max-width: 46rem) {
    #breadcrumb {
      padding-top: 84px;
      font-size: 0.8rem; } }
  #breadcrumb a {
    color: #989898;
    text-decoration: none; }
  #breadcrumb ul {
    padding: 0; }
    #breadcrumb ul li {
      display: inline-block;
      margin-right: 20px; }
      #breadcrumb ul li:after {
        content: "/";
        display: inline-block;
        margin-left: 20px; }
      #breadcrumb ul li:last-of-type:after {
        display: none; }

#content .container {
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }

footer {
  padding: 40px 0;
  color: #626262; }
  footer a {
    color: #626262;
    text-decoration: none; }
  footer ul {
    margin: 0;
    padding: 0; }
    footer ul li {
      list-style: none;
      margin: 10px 0;
      padding: 0; }

.slogan {
  display: inline-block;
  background: #71b17d;
  background-color: #62be80;
  /* Fallback */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#69c788), to(#5ab478));
  background-image: -webkit-linear-gradient(top, #69c788, #5ab478);
  background-image: -moz-linear-gradient(top, #69c788, #5ab478);
  background-image: -ms-linear-gradient(top, #69c788, #5ab478);
  background-image: -o-linear-gradient(top, #69c788, #5ab478);
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  padding: 1rem;
  margin-top: 280px;
  max-width: 480px; }
  @media only screen and (max-width: 46rem) {
    .slogan {
      max-width: 60%;
      font-size: 2rem;
      margin-top: 140px; } }

.people {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  width: 710px;
  height: 532px;
  background: transparent url(../img/header/happy-people.png) center no-repeat;
  background-size: 710px 532px;
  left: 50%; }
  @media only screen and (max-width: 60rem) {
    .people {
      left: 55%; } }
  @media only screen and (max-width: 46rem) {
    .people {
      width: 500px;
      height: 375px;
      background: transparent url(../img/header/happy-people.png) center no-repeat;
      background-size: 500px 375px;
      margin-left: -250px; } }

.content {
  padding: 40px; }
  .content ul {
    list-style-image: url(../img/list.png); }
    .content ul li {
      margin: 20px 0;
      padding-left: 10px; }

.copyright {
  font-size: 0.8rem;
  opacity: 0.5;
  text-align: center; }

.sidebar {
  background: #f7f8fa;
  position: relative; }
  .sidebar input[type="text"], .sidebar input[type="file"] {
    display: inline-block;
    width: 90%;
    margin-bottom: 20px; }
  .sidebar textarea {
    width: 90%; }
  .sidebar input[type="submit"] {
    width: 90%; }

.row [class^="col"].sidebar {
  margin: 0 0;
  float: right; }
.jobsarchive {
  display: block;
  padding: 20px;
  min-height: 59px;
  text-decoration: none;
  color: #fff;
  border-radius: 6px;
  background-color: #4d4d4d;
  background: rgb(77,77,77);
  background: linear-gradient(90deg, rgba(77,77,77,1) 0%, rgba(103,103,103,1) 100%);
  font-size: 1.725rem;
}
.jobsarchive h4 {
  padding: 0;
  margin: 13px 0;
}
.jobsarchive h4:after{
  display: inline-block;
  float: right;
  border-radius: 20px;

  content: "+9";
  font-size: 18px;
  padding: 5px 10px;
  color: #fff;
  background-color: #a0a0a0;
}
.whatsapp {
  display: block;
  background: #71b17d;
  background-color: #62be80;
  /* Fallback */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#69c788), to(#5ab478));
  background-image: -webkit-linear-gradient(top, #69c788, #5ab478);
  background-image: -moz-linear-gradient(top, #69c788, #5ab478);
  background-image: -ms-linear-gradient(top, #69c788, #5ab478);
  background-image: -o-linear-gradient(top, #69c788, #5ab478);
  color: #fff;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 30px;
  position: relative; }
  .whatsapp:after {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
    content: "";
    background: transparent url(../img/whatsapp.png) center no-repeat;
    background-size: 100px 100px; }
  .whatsapp p {
    color: #fff;
    margin: 0;
    font-size: 1.5rem; }
  .whatsapp h4 {
    font-size: 1.725rem;
    margin: 0; }

form {
  position: relative; }
  form .success {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(247, 248, 250, 0.8);
    text-align: center;
    font-size: 32px;
    line-height: 44px;
    color: #71b17d; }
    form .success p {
      color: #71b17d;
      font-weight: 800;
      margin-top: 90%; }


#canidate {
  min-height: 1200px;
}
/*# sourceMappingURL=main.css.map */