main {
	padding: 0;
}
@media (min-width: 768px) {
	body .header .container {
		max-width: 1253px;
	}
	.header {
		font-family: Alegreya Sans;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		font-size: 24px;
	}
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 200;
}
.popup-wrapper {
  position: relative;
  display: inline-block; }

.popup {
  position: absolute;
  top: 100%;
  right: -500px;
  z-index: 20;
  margin-top: 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  width: 286px;
  padding: 12px 20px 10px 19px;
  -webkit-transition: right .3s ease-out;
  -moz-transition: right .3s ease-out;
  -ms-transition: right .3s ease-out;
  -o-transition: right .3s ease-out;
  transition: right .3s ease-out; }
  .popup.show {
    right: 0; }

.popup-menu {
  padding: 0;
  margin: 0;
  list-style: none; }
  .popup-menu-item {
    padding: 11px 0 9px;
    margin: 0; }
  .popup-menu-link {
    position: relative;
    display: inline-block;
    color: inherit;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 24px; }
    .popup-menu-link:before {
      content: ' ';
      display: block;
      width: 0;
      height: 3px;
      background: #0EBAB9;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 2;
      -webkit-transition: width .3s ease-out;
      -moz-transition: width .3s ease-out;
      -ms-transition: width .3s ease-out;
      -o-transition: width .3s ease-out;
      transition: width .3s ease-out; }
    .popup-menu-link.hover, .popup-menu-link.active, .popup-menu-link.focus, .popup-menu-link:hover, .popup-menu-link:active, .popup-menu-link:focus {
      color: inherit;
      text-decoration: none; }
      .popup-menu-link.hover:before, .popup-menu-link.active:before, .popup-menu-link.focus:before, .popup-menu-link:hover:before, .popup-menu-link:active:before, .popup-menu-link:focus:before {
        width: 100%; }
body {
  font-family: 'Alegreya Sans', sans-serif;
  color: #0D2839; }

a {
  color: inherit;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out; }
  a.hover, a.active, a.focus, a:hover, a:active, a:focus {
    color: #0EBAB9;
    text-decoration: none; }

h1, .h1 {
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 64px;
  margin-bottom: 30px; }

h2, .h2,
h3, .h3 {
  margin-bottom: 28px; }

p {
  margin-bottom: 30px; }
/*
li p:first-child {
  margin-bottom: 0; }
*/
dl, ol, ul {
  padding-left: 18px;
  margin-bottom: 30px; }
  dl li, ol li, ul li {
    margin-bottom: 20px; }

.popup-wrapper {
  position: relative;
  display: inline-block; }

.popup {
  position: absolute;
  top: 100%;
  right: -500px;
  z-index: 20;
  margin-top: 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  width: 286px;
  padding: 12px 20px 10px 19px;
  -webkit-transition: right .3s ease-out;
  -moz-transition: right .3s ease-out;
  -ms-transition: right .3s ease-out;
  -o-transition: right .3s ease-out;
  transition: right .3s ease-out; }
  .popup.show {
    right: 0; }

.popup-menu {
  padding: 0;
  margin: 0;
  list-style: none; }
  .popup-menu-item {
    padding: 11px 0 9px;
    margin: 0; }
  .popup-menu-link {
    position: relative;
    display: inline-block;
    color: inherit;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 24px; }
    .popup-menu-link:before {
      content: ' ';
      display: block;
      width: 0;
      height: 3px;
      background: #0EBAB9;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 2;
      -webkit-transition: width .3s ease-out;
      -moz-transition: width .3s ease-out;
      -ms-transition: width .3s ease-out;
      -o-transition: width .3s ease-out;
      transition: width .3s ease-out; }
    .popup-menu-link.hover, .popup-menu-link.active, .popup-menu-link.focus, .popup-menu-link:hover, .popup-menu-link:active, .popup-menu-link:focus {
      color: inherit;
      text-decoration: none; }
      .popup-menu-link.hover:before, .popup-menu-link.active:before, .popup-menu-link.focus:before, .popup-menu-link:hover:before, .popup-menu-link:active:before, .popup-menu-link:focus:before {
        width: 100%; }

.corp-page {
  padding: 56px 0; }
  .corp-page-top-content {
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 36px;
    max-width: 970px; }
  .corp-page-content {
    padding: 35px 0;
    font-weight: 300;
    line-height: 26px;
    font-size: 18px; }
  .corp-page-sidetext {
    position: absolute;
    left: -172px;
    top: 89px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 18px; }
    .corp-page-sidetext-number {
      position: relative;
      padding-left: 93px;
      display: inline-block; }
      .corp-page-sidetext-number:before {
        content: '';
        display: block;
        height: 1px;
        width: 49px;
        position: absolute;
        bottom: 5px;
        left: 22px;
        z-index: 1;
        background: #0D2839; }

.corp-page-nav {
  padding: 19px 0;
  margin: 0 -20px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase; }
  .corp-page-nav-item {
    display: inline-block;
    padding: 19px 20px; }
  .corp-page-nav-link {
    display: inline-block;
    position: relative; }
    .corp-page-nav-link--next:after, .corp-page-nav-link--prev:before {
      display: block;
      width: 53px;
      height: 12px;
      position: absolute;
      z-index: 1;
      top: 0;
      bottom: 0;
      margin: auto;
      background-position: 50%;
      background-repeat: no-repeat; }
    .corp-page-nav-link--next {
      padding-right: 68px; }
      .corp-page-nav-link--next:after {
        content: '';
        background-image: url(../images/arrow-right.svg);
        right: 0; }
    .corp-page-nav-link--prev {
      padding-left: 68px; }
      .corp-page-nav-link--prev:before {
        content: '';
        background-image: url(../images/arrow-left.svg);
        left: 0; }

@media (max-width: 768px) {

/*
  .corp-page h1,
  .corp-page .h1  {
    font-size: 36px;
    line-height: 53px;
    margin-bottom: 27px; }

  .corp-page p {
    margin-bottom: 10px;
    line-height: 23px;
    font-size: 16px; }
*/
  .corp-page h2, .corp-page .h2,
  .corp-page h3, .corp-page .h3 {
    margin-bottom: 19px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 24px; }

  .corp-page {
    padding: 0; }
    .corp-page-content {
      padding: 20px 0; }

  .corp-page-sidetext {
    display: none; }

  .corp-page-top-content {
    line-height: 21px;
    font-size: 18px; }

  .corp-page-nav {
    margin: 0; }
    .corp-page-nav-item {
      display: block;
      padding: 10px 0; }
      .corp-page-nav-item:after {
        content: ' ';
        display: table;
        clear: both; }
    .corp-page-nav-link {
      font-weight: 500;
      line-height: 20px;
      font-size: 14px;
      letter-spacing: 0.1em; }
      .corp-page-nav-link--next {
        float: right;
        padding-right: 62px; }
      .corp-page-nav-link--prev {
        float: left;
        padding-left: 62px; } }
span.corp-page-sidetext {
    display: none;
}