@font-face {
  font-family: 'Zetta Sans';
  src: url('../fonts/ZettaSans.eot');
  src: url('../fonts/ZettaSans.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ZettaSans.woff2') format('woff2'),
      url('../fonts/ZettaSans.woff') format('woff'),
      url('../fonts/ZettaSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Zetta Sans DemiBold';
  src: url('../fonts/ZettaSansDemiBold.eot');
  src: url('../fonts/ZettaSansDemiBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ZettaSansDemiBold.woff2') format('woff2'),
      url('../fonts/ZettaSansDemiBold.woff') format('woff'),
      url('../fonts/ZettaSansDemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?iphdo8');
  src:  url('../fonts/icomoon.eot?iphdo8#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?iphdo8') format('truetype'),
    url('../fonts/icomoon.woff?iphdo8') format('woff'),
    url('../fonts/icomoon.svg?iphdo8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #6eb7d9;
  font-size: 32px;
  line-height: 32px;
  vertical-align: top;
}

.icon-mail:before {
  content: "\e912";
}

.icon-facebook:before {
  content: "\e638";
}

.icon-google:before {
  content: "\e63a";
}

.icon-linkedin:before {
  content: "\e63d";
}

.icon-twitter:before {
  content: "\e635";
}

.icon-print:before {
  content: "\e954";
}


body {
  margin: 0;
  padding: 0;
  background: #fff;
  font: 16px 'Zetta Sans', Arial, sans-serif;
  color: #282828;
  min-width: 320px;
}

p {
  margin: 15px 0;
  line-height: 1.4em;
}

a {
  color: #004e6b;
}

h1, h2, h3, h4 {
  color: #004e6b;
  font-family: 'Zetta Sans', Arial, sans-serif;
  font-weight: normal;
  margin: 1.4em 0 0.5em;
}

.content h1,
.content h2,
.content h3,
.content h4 {
  text-align: center;
}

.content h1 {
  font-size: 2.4em;
}

.content h2 {
  font-size: 2.2em;
}

.content h3 {
  font-size: 2em;
}

.content h4 {
  font-size: 1.8em;
}

header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

header .logo {
  max-width: 100%;
  vertical-align: top;
}

.main-headline {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font: 2.4em 'Zetta Sans DemiBold', Arial, sans-serif;
  color: #004e6b;
  padding: 0 20px 30px;
}

.navigation-bar {
  background: #f5f5f5;
  color: #004e6b;
}

.navigation-bar .nav-holder {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
  overflow: hidden;
}

.hidden {
  display: none;
}

.app-date {
  display: block;
  text-align: center;
  color: #004e6b;
}

.navigation-bar .app-date {
  width: 30%;
  float: right;
}

.mobile-content {
  display: none;
}

.navigation-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 65%;
  text-align: center;
  white-space: nowrap;
  font-size: 0.9em;
}
.navigation-bar ul li {
  display: inline;
}

.navigation-bar ul li a {
  margin: 0 10%;
  text-decoration: none;
}

.navigation-bar ul li a:hover {
  text-decoration: underline;
}

.navigation-bar ul li:before {
  content: "|";
  margin: 0 7%;
}

.navigation-bar ul li:first-child:before {
  display: none;
}

.two-columns-area {
  max-width: 1220px;
  margin: 0 auto;
  padding: 40px 20px;
  overflow: hidden;
}

.content {
  float: left;
  width: 65%;
}

.content .text-area {
  padding: 0 6em;
}

.content ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

.content ul + h2 {
  margin-top: 1.15em;
}

.content ul:not(.social-networks) li {
  position: relative;
  padding: 0 0 5px 20px;
}

.content ul:not(.social-networks) li:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f5f5f5;
  border: 1px solid #5e8fa1;
}

.content .sub-info-block {
  background: #f5f5f5;
  color: #03506d;
  padding: 1em 6em 1.5em;
   -webkit-columns: 2;
  -moz-columns: 2;
 	columns: 2;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  margin: 2em 0 0;
}

.content .sub-info-block:last-child {
  margin-top: 0;
  margin-bottom: 2em;
}

.content .sub-info-block h2 {
  text-align: left;
  font-size: 2em;
  color: #31b9e0;
  margin: 0.5em 0;
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
}

.show-more-btn {
  display: block;
  border: none;
  background: none;
  color: #bfbfbf;
  font-size: 0.9em;
  margin: 0 auto;
  outline: none;
  padding: 5px;
  cursor: pointer;
}

.show-more-btn:hover {
  color: #4bb1d9;
}

.show-more-btn.hiddenClass {
  display: none;
}

.expanding-block {
  overflow: hidden;
  max-height: 2000px;
  transition: max-height 0.5s ease-in-out;
  position: relative;
}

.expanding-block:after {
  content: '';
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70px;
  width: 100%;
  background: -moz-linear-gradient(top,  rgba(251,250,250,0) 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(251,250,250,0) 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(251,250,250,0) 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fbfafa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.expanding-block.collapsed {
  max-height: 290px;
}

.expanding-block.collapsed + .show-more-btn {
  display: block;
}

.expanding-block.collapsed:after {
  display: block;
}

.sidebar {
  float: right;
  width: 35%;
}


.sidebar img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 20px;
}

.social-networks {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.social-networks li {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 10px;
}

.social-networks li .icon {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  transition: opacity 0.3s ease-in-out;
}

.social-networks li .icon:hover {
  opacity: 0.8;
}

.social-networks li .icon-print,
.social-networks li .icon-mail {
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  line-height: 26px;
  background: #6eb7d9;
  text-align: center;
  box-sizing: border-box;
}

.social-networks li .icon-mail {
  font-size: 11px;
  line-height: 21px;
}

.social-networks li .icon span {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
}

.action-button {
  display: block;
  background: #004e6b;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px;
  text-align: center;
  margin: 0 0 20px;
  text-decoration: none;
  font-size: 1.2em;
  transition: opacity 0.3s ease-in-out;
}

.action-button.inverted {
  background: #4bb1d9;
}

.action-button:hover {
  opacity: 0.8;
}

.sidebar .info-box {
  background: #f5f5f5;
  color: #03506d;
  padding: 10px 20px;
  margin-bottom: 1.5em;
}

.sidebar .info-box h3 {
  color: #31b9e0;
  font-size: 1.6em;
  margin-bottom: 1em;
  margin: 1em 0;
}

.sidebar > img {
  display: block;
}

.loading {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.8);
}

.loading:before,
.loading:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loading:before {
  width: 100px;
  height: 100px;
  background-color: #03506d;
  animation: loading 2s linear 0s infinite alternate;
}

.loading:after {
  content: 'Loading';
  line-height: 80px;
  color: white;
  text-indent: 12px;
  width: 80px;
  height: 80px;
  background-color: #4bb1d9;
}

@keyframes loading {
    0% {
    background-color: #03506d;
    }

    50% {
      background-color: #4bb1d9;
    }

    100% {
    background-color: #03506d;
    }
}

@media only screen and (max-width: 1200px) {
  .content .text-area,
  .content .sub-info-block {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media only screen and (max-width: 800px) {
  .navigation-bar ul li a {
    margin: 0 5%;
  }
}

@media only screen and (max-width: 500px) {
  body {
    font-size: 13px;
  }

  header .logo img {
    max-width: 120px;
  }

  .mobile-content {
    display: block;
  }

  .mobile-content .social-networks {
    padding: 2em 0 0;
  }

  .mobile-content:not(.social-networks) {
    margin: 30px 20px;
    font-size: 1.2em;
  }

  .content,
  .sidebar {
    float: none;
    width: auto;
  }

  .two-columns-area {
    padding: 20px 0;
  }

  .sidebar img {
    display: none;
  }

  .action-button {
    font-size: 1.4em;
  }

  .content .sub-info-block {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }

  .main-headline {
    font-size: 1.8em;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .navigation-bar ul {
    float: none;
    width: 100%;
    font-size: 1em;
  }

  .navigation-bar .nav-holder {
    padding: 15px;
  }

  .navigation-bar ul {
    white-space: normal;
  }

  .navigation-bar ul li:first-child {
    display: block;
    margin-bottom: 15px;
  }

  .navigation-bar ul li:nth-child(2):before {
    display: none;
  }

  .navigation-bar .app-date {
    display: none;
  }

  h1, h2, h3, h4 {
    margin-top: 1em;
  }

  .content h2 {
    font-size: 2em;
  }

  .sidebar .social-networks,
  .sidebar .action-button:not(.inverted) {
    display: none;
  }

  .sidebar .action-button.inverted  {
    margin: 0 20px;
  }
}