/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab|Roboto:300,400,500,700');
body {
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #282828;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 1em;
  padding: 0;
}
h1 {
  font-size: 40px;
  font-weight: 700;
}
h1 a {
  color: inherit;
}
h1 a:hover {
  text-decoration: none;
}
h2 {
  font-size: 25px;
  font-weight: 700;
}
h2.small {
  font-size: 25px;
}
h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
h3 a {
  color: inherit;
  font-weight: 700;
}
h3 a:hover {
  text-decoration: none;
}
h5 {
  font-size: 14px;
  font-weight: 500;
}
p {
  line-height: 1.6em;
  margin-bottom: 2em;
}
h3 a:focus{
  color: #282828;
  text-decoration: none;
}
h3 + .date{
  display: block;
  margin-top: -10px;
}
.date + p{
  margin-top: 15px;
}
.date:hover{
  text-decoration: none;
}
.date{
  color: #282828;
  font-weight: 400;
}
.slider-hp .date{
  color: #fff;
}
@media (max-width: 767px) {
  p {
    margin-bottom: 1em;
  }
}
p.small {
  font-size: 12px;
}
p a {
  color: inherit;
  font-weight: 300;
}
.panel-body p a {
  font-weight: 500;
  color: #96c11f;
}
.text-content p a{
  color: #96c11f;
  font-weight: 500;
}
p a:hover {
  text-decoration: none;
}
p a.green {
  color: #96c11f;
}
a.green {
  color: #96c11f;
}
hr {
  border-color: #96c11f;
  border-width: 2px;
  width: 67px;
  margin-left: 0;
}
a {
  color: #96c11f;
  font-weight: 500;
}
a:hover {
  color: inherit;
}
figure {
  margin-bottom: 30px;
}
figure img {
  margin-bottom: 5px;
}
figure figcaption {
  font-size: 12px;
  color: #8a8a8a;
}
blockquote {
  border: 0;
  background-color: #e8e8e8;
  padding: 40px 100px;
  font-family: 'Roboto Slab', serif;
  font-size: 15px;
}
@media (max-width: 767px) {
  blockquote {
    padding: 20px 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
ul.styled {
  list-style: none;
  padding-left: 25px;
  margin-bottom: 30px;
}
ul.styled li {
  position: relative;
  margin-bottom: 1em;
}
ul.styled li:before {
  position: absolute;
  left: -25px;
  top: -3px;
  content: "\25CF";
  color: #cecece;
  font-size: 22px;
  line-height: 1;
}
.align-left {
  float: left;
  margin-bottom: 30px;
  margin-right: 30px;
}
.align-right {
  float: right;
  margin-bottom: 30px;
  margin-left: 30px;
}
.text-underline {
  text-decoration: underline;
}
.embed-responsive {
  margin-bottom: 30px;
}
.site {
  font-style: italic;
  float: right;
}
.site,
.back,
.more {
  color: #96c11f;
  font-weight: 500;
}
.site:hover,
.back:hover,
.more:hover {
  color: inherit;
}
.hidetext {
  white-space: nowrap;
  text-indent: 120%;
  overflow: hidden;
}
.select {
  margin: 10px 0 30px;
}
.select label {
  padding: 12px 0;
  font-size: 22px;
  font-weight: 700;
}
.select label input {
  position: absolute;
  visibility: hidden;
}
.select.active .dropdown button {
  background-color: #96c11f;
}
.select .dropdown button {
  width: 100%;
  border: 0;
  padding-left: 15px;
  background-color: #f4f4f4;
  font-size: 25px;
  font-weight: 300;
  height: 53px;
  text-align: left;
}
.select .dropdown button h2 {
  display: inline;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
#select-category + .filters{
  margin-top: -28px;
}
.filters .select{
  margin-top: 2px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .select .dropdown button h2 {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    max-width: 80%;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
}
.select .dropdown button .caret {
  float: right;
  font-size: 20px;
  line-height: 1;
  border-width: 8px 5px;
  margin: 15px 15px;
}
.select .dropdown button:focus {
  outline: 0;
}
.select .dropdown .dropdown-menu {
  border: 0;
  border-radius: 0;
  background-color: #f4f4f4;
  right: 0;
  box-shadow: none;
}
.select .dropdown .dropdown-menu a {
  font-size: 20px;
  font-weight: 300;
  white-space: inherit;
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 5px;
}

.hamburger {
  position: absolute;
  padding: 15px 15px 15px 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
@media (max-width: 767px) {
  .hamburger {
    right: -15px;
    padding-top: 13px;
  }
}
.hamburger span {
  position: absolute;
  top: 19px;
  left: 100%;
  font-size: 11px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .hamburger span {
    display: none;
  }
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  width: 34px;
  height: 22px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 34px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
nav.navbar {
  margin: 0;
}
.header {
  position: relative;
  margin: 28px 0;
}
.header .buttons {
  position: absolute;
  top: 17px;
  right: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .header .buttons {
    right: 50px;
    top: 15px;
  }
}
.header .buttons a {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #282828;
  font-size: 13px;
  line-height: 20px;
  vertical-align: top;
  text-decoration: none;
}
.header .buttons a.lang {
  margin-left: 30px;
}
.header .buttons a.lang.is-active {
  overflow: hidden; 
}
.header .buttons a.lang.is-active:before {
  display: inline-block;
  content: "\00d7";
  font-size: 20px;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .header .buttons a.lang {
    margin-left: 10px;
  }
}
.header .buttons a.search {
  background: url(images/search-header.png) center no-repeat;
}
.header .buttons a.search.is-active {
  background: none;
}
.header .buttons a.search.is-active:before {
  display: inline-block;
  content: "\00d7";
  font-size: 20px;
  margin-top: -1px;
}
.logo {
  display: block;
  margin: 0 auto;
  width: 270px;
  height: 48px;
  background: url(images/logo-frontex.png) center top no-repeat;
  white-space: nowrap;
  text-indent: 120%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .logo {
    width: 220px;
    background-size: 100% auto;
    margin-left: 0;
  }
}
@media (max-width: 375px) {
  .logo {
    width: 150px;
    background-size: 100% auto;
    background-position: left top 12px;
  }
}
.slider-hp {
  background: url(images/slider-hp.jpg) center;
  background-size: cover;
  padding-top: 370px;
  padding-bottom: 30px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  position: relative;
}
.slider-hp:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);

}
@media (max-width: 767px) {
  .slider-hp {
    position: relative;
    padding-top: 30px;
    margin-bottom: 20px;    
  }
}
.slider-hp p {
  margin-top: 30px;
}
.slider-hp-lng {
  background: url(images/slider-hp-lng.jpg) center;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}
@media (max-width: 767px) {
  .slider-hp-lng {
    margin-bottom: 20px;
  }
}
.slider-hp-lng h1 {
  margin-bottom: 90px;
}
.tag {
  color: #0492d4;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#menu {
  background: #fff;
  position: absolute;
  padding: 20px 0 30px;
  z-index: 99;
  left: -1px;
  right: -1px;
  display: none;
}
@media (max-width: 767px) {
  #menu {
    text-align: right;
  }
}
#menu.is-active {
  display: block;
}
#menu .menu {
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
}
#menu .menu li {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #menu .menu li {
    margin-bottom: 10px;
  }
}
#menu .menu a {
  color: #000;
  font-weight: 300;
}
#lang,
#search {
  position: absolute;
  z-index: 2;
  left: -1px;
  right: -1px;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 30px;
  display: none;
}
#lang.is-active,
#search.is-active {
  display: block;
}
.search-form {
  position: relative;
  padding-right: 30px;
}
.search-form input {
  width: 100%;
  border-width: 0 0 1px;
  border-color: #c4c4c4;
}
.search-form input:focus {
  outline: none;
}
.search-form .submit {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  background: url(images/search-header.png) center no-repeat;
  border: 0;
  white-space: nowrap;
  text-indent: 120%;
  overflow: hidden;
}
.lang-switch {
  text-align: center;
}
.lang-switch a {
  line-height: 1;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .lang-switch a {
    margin: 0 10px 20px;
    width: 70px;
  }
}
.lang-switch a:before {
  display: inline-block;
  content: "";
  vertical-align: -5px;
  margin-right: 10px;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center;
}
.lang-switch a.pl:before {
  background-image: url(images/pl.png);
}
.lang-switch a.en:before {
  background-image: url(images/en.png);
}
.lang-switch a.de:before {
  background-image: url(images/de.png);
}
.lang-switch a.fr:before {
  background-image: url(images/fr.png);
}
.lang-switch a.it:before {
  background-image: url(images/it.png);
}
.lang-switch a.es:before {
  background-image: url(images/es.png);
}
#content {
  margin-top: 50px;
}
#content  ul{
    line-height: 2;  
}
#content  h1{
    margin-bottom: 1em;
}
@media (min-width: 768px) {
  #content {
    min-height: 540px;
  }
}
@media (max-width: 767px) {
  #content {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
article {
  margin-bottom: 30px;
}
article img {
  margin-bottom: 20px;
}
.procedures-card,
.careers-card {
  background-color: #f4f4f4;
  padding: 24px 32px 14px;
  margin-bottom: 30px;
}
.procedures-card h3,
.careers-card h3 {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .procedures-card h3,
  .careers-card h3 {
    font-size: 18px;
    line-height: 1.5;
  }
}
.procedures-card.procedure-open h3:before,
.careers-card.career-openext h3:before,
.careers-card.career-open h3:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -32px;
  display: block;
  width: 14px;
  background-color: #7ab800;
}
.careers-card.career-check h3:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -32px;
  display: block;
  width: 14px;
  background-color: #9d00b4;
}
.careers-card.career-interview h3:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -32px;
  display: block;
  width: 14px;
  background-color: #ff9000;
}
.procedures-card.procedure-closed h3:before,
.careers-card.career-cancelled h3:before,
.careers-card.career-closed h3:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -32px;
  display: block;
  width: 14px;
  background-color: #ff0000;
}
.procedures-card h3.blue:before,
.careers-card h3.blue:before {
  background-color: #4eb3df;
}
.procedures-card dl,
.careers-card dl {
  margin: 0;
}
.procedures-card dl dt,
.careers-card dl dt {
  text-align: left;
  font-weight: 500;
}
.procedures-card dl dd,
.careers-card dl dd {
  margin-bottom: 10px;
}
.procedures-card dl dd a,
.careers-card dl dd a {
  display: block;
  color: #7ab800;
  font-style: italic;
  font-weight: 400;
}
.procedures-card dl dd a.icon,
.careers-card dl dd a.icon {
  padding-left: 27px;
  background: url(images/download-file.png) no-repeat;
}
.procedures-card dl dd a span,
.careers-card dl dd a span {
  font-style: normal;
  font-weight: 300;
}
.procedures-card dl dd a + a,
.careers-card dl dd a + a {
  margin-top: 10px;
}
.downloads-file {
  background-color: #cecece;
  padding: 30px 32px;
  margin-bottom: 50px;
}
.downloads-file.search-results {
  background-color: #fff;
  padding: 20px 0;
}
.downloads-file hr {
  margin-top: 0;
  margin-bottom: 15px;
}
.downloads-file h3 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1;
}
.downloads-file .file a {
  display: inline-block;
  padding-left: 27px;
  color: #282828;
  font-style: italic;
  font-weight: 500;
  background: url(images/download-file-black.png) no-repeat;
  margin-right: 10px;
  word-break: break-all;
}
.downloads-file .file a span {
  font-weight: 300;
  font-style: normal;
}
.downloads-file .file + .file {
  margin-top: 10px;
}
.downloads-file .file.large a {
  margin-left: 10px;
  padding-left: 67px;
  background: url(images/download-file-black-large.png) no-repeat;
  min-height: 37px;
}
.address strong,
.address span {
  display: inline-block;
  vertical-align: top;
}
.contact {
  margin: 15px 0;
}
.contact a {
  color: inherit;
  font-weight: 300;
}
@media (max-width: 767px) {
  .contact {
    line-height: 2;
  }
  .contact .address {
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
#mission-and-tasks {
  color: #fff;
  background-color: #96c11f;
  padding: 60px 0;
}
#mission-and-tasks p {
  font-size: 19px;
  margin-bottom: 1em;
}
#mission-and-tasks .more {
  color: #fff;
}


#eu-agencies {
  color: #fff;
  background-color: #0492d4;
  padding: 20px 0;
}
#eu-agencies p {
  font-size: 19px;
  margin-bottom: 0em;
}
#eu-agencies .more {
  color: #fff;
}


#footer {
  color: #fff;
  background-color: #303030;
  padding: 43px 0;
}
#footer h4 {
  font-size: 35px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
}
#footer h4 + p {
  font-size: 15px;
}
#footer .social-media {
  font-size: 35px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #footer .social-media {
    margin-bottom: 0px;
    text-align: left;
  }
}
#footer .social-media h4 {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 767px) {
  #footer .social-media h4 {
    display: block;
    margin-bottom: 20px;
    text-align: left;
  }
}
#footer .social-media a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #footer .social-media a {
    margin: 0 20px 0 0;
  }
}
#footer .social-media a.fb {
  background-image: url(images/fb.png);
}
#footer .social-media a.tw {
  background-image: url(images/tw.png);
}
#footer .social-media a.yt {
  background-image: url(images/yt.png);
}
#footer .social-media a.vi {
  background-image: url(images/vi.png);
}
#footer .social-media a.rss {
  background-image: url(images/rss.png);
}
#footer .social-media a.in {
  background-image: url(images/in.png);
}
#footer .navbar-footer {
  border-top: solid 1px #606060;
  margin-top: 40px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  #footer .navbar-footer {
    display: none;
  }
}
#footer .navbar-footer + .navbar-footer {
  border: 0;
  margin-top: 0;
}
#footer .navbar-footer h5 {
  font-size: 16px;
}
#footer .navbar-footer .menu {
  list-style: none;
  margin: 15px 0 ;
  padding: 0;
}
#footer .navbar-footer .menu li {
  margin: 5px 0;
}
#footer .navbar-footer .menu a {
  color: #fff;
  font-weight: 300;
}
#footer .copyrights {
  border-top: solid 1px #606060;
  margin-top: 40px;
  font-size: 11px;
  padding-top: 24px;
  padding-bottom: 24px;
}
#footer .copyrights img {
  margin-right: 15px;
}
#footer .copyrights a {
  color: #fff;
  display: inline-block;
  padding: 0 10px;
}
@media (max-width: 767px) {
  #footer .copyrights a {
    padding: 10px 20px 10px 0;
  }
}
#footer .copyrights .ue {
  margin-top: -6px;
}
@media (max-width: 767px) {
  #footer .copyrights .text-center,
  #footer .copyrights .text-right {
    text-align: left;
    margin-top: 15px;
  }
}
.footer-contact,
.footer-careers {
  padding: 35px 0 30px 35px;
  background-position: right center;
  background-repeat: no-repeat;
}
.footer-contact h4,
.footer-careers h4,
.footer-contact p,
.footer-careers p {
  color: #fff;
}
.footer-contact a:hover,
.footer-careers a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer-contact,
  .footer-careers {
    padding: 15px 0;
  }
  .footer-contact p,
  .footer-careers p {
    margin-bottom: 0;
  }
}
.footer-careers {
  background-image: url(images/footer-careers.png);
}
@media (max-width: 991px) {
  .footer-careers {
    background-size: auto 40%;
  }
}
@media (max-width: 767px) {
  .footer-careers {
    background: none;
  }
}
.footer-contact {
  background-image: url(images/footer-contact.png);
}
@media (max-width: 991px) {
  .footer-contact {
    background-size: auto 40%;
  }
}
@media (max-width: 767px) {
  .footer-contact {
    background: none;
  }
}
.search-document {
  margin: 20px 0 80px;
}
.search-document .select button {
  color: #fff;
  background-color: #d0d0d0;
  font-size: 22px;
  font-weight: 700;
  height: 60px;
  padding-left: 22px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .search-document .select button {
    font-size: 16px ;
    padding-top: 13px;
  }
}
.search-document .select button .caret {
  margin: 13px 20px 17px;
}
@media (max-width: 767px) {
  .search-document .select button .caret {
    margin-top: 7px;
  }
}
.search-document .select .dropdown-menu {
  color: #fff;
  background-color: #d0d0d0;
  padding-left: 22px;
}
.search-document .select .dropdown-menu label {
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}
@media (max-width: 767px) {
  .search-document .select .dropdown-menu label {
    font-size: 16px;
  }
}
.search-document .submit {
  display: inline-block;
  font-weight: 500;
  color: #7ab800;
  padding: 10px 35px 10px 22px;
  background: transparent;
  border: 0;
  float: right;
  margin-top: 10px;
  background: url(images/button-right-arr-g.png) right center no-repeat;
}
.accordion {
  margin-bottom: 50px;
}
.accordion .panel {
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.accordion .panel + .panel {
  border-top: solid 1px #cdcdcd;
}
.accordion .panel.panel-default > .panel-heading {
  background: transparent;
  padding: 20px 0;
}
.accordion .panel .panel-title {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
}
.accordion .panel .panel-title a {
  position: relative;
  display: block;
  padding-right: 100px;
}
@media (max-width: 767px) {
  .accordion .panel .panel-title a {
    padding-right: 30px;
  }
}
.accordion .panel .panel-title a:focus,
.accordion .panel .panel-title a:active,
.accordion .panel .panel-title a:hover {
  text-decoration: none;
}
.accordion .panel .panel-title a:after {
  position: absolute;
  right: 0;
  top: 10px;
  content: "";
  display: block;
  border-width: 8px 5px;
  border-style: solid;
  border-color: #4d4d4d transparent transparent transparent;
}
.accordion .panel .panel-title a[aria-expanded="true"]:after {
  border-color: transparent transparent #4d4d4d transparent;
  margin-top: -8px;
}
.accordion .panel .panel-body {
  border: 0 !important;
  padding: 15px 0;
  padding-right: 100px;
}
@media (max-width: 767px) {
  .accordion .panel .panel-body {
    padding-right: 30px;
  }
}
.icon-link {
  border: solid 1px #a1a1a1;
  text-align: center;
  height: 163px;
  margin-bottom: 30px;
}
.icon-link a {
  display: block;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
  color: #303030;
  padding-top: 127px;
  line-height: 1;
  background-position: center;
  background-repeat: no-repeat;
}
.icon-link a.grenzschutz {
  background-image: url(images/icon-grenzschutz.png);
}
.icon-link a.schengen {
  background-image: url(images/icon-schengen.png);
}
.icon-link a.partner {
  background-image: url(images/icon-partner.png);
}
.icon-link a.verwaltungsrat {
  background-image: url(images/icon-verwaltungsrat.png);
}
.icon-link a.unterlagen {
  background-image: url(images/icon-unterlagen.png);
}
.icon-link a.video {
  background-image: url(images/icon-video.png);
}
.icon-link a:hover {
  text-decoration: none;
}
.mapa {
  margin: 50px 0;
}
.nav-pages {
  text-align: right;
  padding: 24px 0;
  font-weight: 500;
  color: #96c11f;
}
@media (max-width: 767px) {
  .nav-pages {
    text-align: center;
  }
}
.nav-pages span {
  display: inline-block;
  margin: 0px 30px;
}
.nav-pages a {
  display: inline-block;
  width: 21px;
  height: 12px;
}
.nav-pages a.prev {
  background: url(images/nav-pages-prev.png) center no-repeat;
}
.nav-pages a.next {
  background: url(images/nav-pages-next.png) center no-repeat;
}
.person-separator{
  border-top: solid 1px #cdcdcd;
  width: 100px;
  margin-left: calc(25% + 8px);
  margin-bottom: 30px;
}
.person {
  margin-bottom: 30px;
}
.person img {
  margin-bottom: 30px;
}
.person a {
  display: inline-block;
  margin-bottom: 10px;
  color: #96c11f;
  font-weight: 500;
  font-size: 14px;
}
.person a:hover {
  color: inherit;
}
.person + .person {
  border-top: solid 1px #cdcdcd;
  padding-top: 30px;
}
a.button {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: #7ab800;
  line-height: 1;
  padding: 18px 25px;
  margin-bottom: 30px;
}
a.button:hover {
  text-decoration: none;
  background-color: #589600;
}
a.button span {
  padding-right: 40px;
  background: url(images/button-right-arr.png) right center no-repeat;
}
a.button.block {
  display: block;
}
.nav-letters {
  margin-bottom: 40px;
}
.nav-letters span {
  display: inline-block;
}
@media (max-width: 767px) {
  .nav-letters span {
    display: block;
    margin-bottom: 10px;
  }
}
.nav-letters a.active {
  color: #fff;
  padding: 5px;
  background-color: #96c11f;
}
.nav-letters a {
  display: inline-block;
  color: #959595;
  font-weight: 700;
  margin: 0px 10px 10px;
}
.partner {
  padding-bottom: 30px;
}
.partner + .partner {
  border-top: solid 1px #cdcdcd;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .media .media-middle {
    text-align: center;
  }
  .media .media-middle a {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .media .media-left {
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  .media .media-left {
    display: block;
    margin-bottom: 20px;
  }
}
.media-left {
  padding-right: 44px;
}
.gallery a {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .gallery a {
    pointer-events: none;
  }
  .gallery img {
    width: 100%;
  }
}
.box {
  position: relative;
  border: solid 1px #dedede;
  padding: 21px;
  margin-bottom: 30px;
}
.box .dtable {
  font-size: 18px;
  text-align: center;
  display: table;
  width: 100%;
  height: 120px;
}
.box .dtable > div {
  vertical-align: middle;
  display: table-cell;
}
.box:hover .hover {
  opacity: 1;
}
.box .hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #7ab800;
  color: #fff;
  padding: 21px;
  opacity: 0;
  transition: opacity 0.3s;
}
.contact-form {
  margin-bottom: 30px;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="file"],
.contact-form textarea {
  border-style: solid;
  border-width: 0;
  border-color: #cdcdcd;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
  height: 54px;
  background: #f4f4f4;
}
.contact-form input[type="text"]::-ms-input-placeholder,
.contact-form input[type="email"]::-ms-input-placeholder,
.contact-form textarea::-ms-input-placeholder {
  color: #000;
}
.contact-form input[type="text"]::-moz-placeholder,
.contact-form input[type="email"]::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: #000;
}
.contact-form input[type="text"]::-webkit-input-placeholder,
.contact-form input[type="email"]::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  color: #000;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
  outline: 0;
}
.contact-form textarea {
  height: 150px;
}
.procurement-contact-form.contact-form textarea {
  height: 247px;
}
.document-access-form.contact-form textarea {
  height: 113px;
}
.document-access-form>.row>.col-sm-6:nth-child(2)>.input:last-child:after{
	content: "select";
	position:absolute;
	left:-5px;
	top:0;
	width:101px;
  height:54px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding: 17px;
  cursor: pointer;
  background:#0094d5;
  pointer-events: none;
}
.visits-contact-form.contact-form textarea,
.recruitment-contact-form.contact-form textarea {
  height: 118px;
}
.media-contact-form.contact-form textarea,
.general-contact-form.contact-form textarea {
  height: 182px;
}
.contact-form .legend {
  font-size: 10px;
  margin-bottom: 15px;
}
.contact-form .clear-form {
  display: inline-block;
  font-weight: 500;
  color: #282828;
  padding: 10px 22px;
}
.contact-form .submit {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  padding: 10px 22px;
  border: 0;
  float: right;
  background: #96c11f;
}
.contact-form .input {
  position: relative;
}
.contact-form .required:after {
  position: absolute;
  left: 100%;
  margin-left: 5px;
  top: 0;
  content: "*";
}
.publications-form {
  position: relative;
  margin-bottom: 30px;
}
.publications-form input[type="text"],
.publications-form select {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #cdcdcd;
  padding-left: 10px;
  margin-bottom: 15px;
  margin-right: 10px;
  height: 30px;
}
.publications-form input[type="text"]::-ms-input-placeholder,
.publications-form select::-ms-input-placeholder {
  color: #000;
}
.publications-form input[type="text"]::-moz-placeholder,
.publications-form select::-moz-placeholder {
  color: #000;
}
.publications-form input[type="text"]::-webkit-input-placeholder,
.publications-form select::-webkit-input-placeholder {
  color: #000;
}
.publications-form input[type="text"]:focus,
.publications-form select:focus {
  outline: 0;
}
.publications-form .submit {
  white-space: nowrap;
  text-indent: 120%;
  overflow: hidden;
  width: 20px;
  padding: 0;
  border: 0;
  background: url(images/search-header.png) center no-repeat;
  
}
@media (min-width: 992px) {
  .publications-form .submit {
    position: absolute;
    right: 0;
    top: 10px;
  }
}
@media (min-width: 768px) {
  .publications-form .text {
    width: 360px;
  }
}
@media (max-width: 767px) {
  .publications-form .text {
    width: 100%;
  }
}
.publications-form .year {
  width: 98px;
}
@media (min-width: 1200px) {
  .publications-form .category {
    width: 240px;
  }
}
.publication {
  margin-bottom: 30px;
}
.publication h3 {
  margin-top: 20px;
  margin-bottom: 0;
}
.publication .date {
  font-size: 10px;
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .publication img {
    margin-bottom: 15px;
  }
}
@media (max-width: 479px) {
  .publication img {
    /*width: 100%;*/
  }
}
.search-results article + article:before {
  content: "";
  display: block;
  width: 50%;
  border-top: solid 1px #a1a1a1;
  margin-bottom: 30px;
}
.box-blue {
  color: #fff;
  padding: 30px 30px 5px;
  margin-bottom: 30px;
  background-color: #4cb4e2;
}
.box-blue p {
  font-size: 16px;
}
.box-blue a {
  text-decoration: underline;
}
.grecaptcha-badge {
  z-index: 99999;
}

@media print {
  #footer{
    display: none;
  }
}

.error{
  color: #ff0000;
  margin-top: -5px;
  margin-bottom: 10px;
}

.colored-link{
  display: block;
  padding: 20px 20px 20px 85px;
  margin-bottom: 10px;
  text-align: left;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background-image: url(images/contact-link.png);
  background-repeat: no-repeat;
  background-position: 30px center;
}

.colored-link:hover{
  text-decoration: none;
  color: #fff;
  opacity: 0.9;
}
.contact-form p{
  font-size: 16px;
}
/*# sourceMappingURL=style.css.map */