/*!
Theme Name: Austock Group
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: austock_group
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Austock Group is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@font-face {
  font-family: HelveticaBold;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/HelveticaNeueLTStd-Bd.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueLTStd-Bd.woff2") format("woff2"), url("fonts/HelveticaNeueLTStd-Bd.woff") format("woff"), url("fonts/HelveticaNeueLTStd-Bd.ttf") format("truetype"), url("fonts/HelveticaNeueLTStd-Bd.svg#HelveticaBold") format("svg");
}

@font-face {
  font-family: HelveticaMedium;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/HelveticaNeueLTStd-Md.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueLTStd-Md.woff2") format("woff2"), url("fonts/HelveticaNeueLTStd-Md.woff") format("woff"), url("fonts/HelveticaNeueLTStd-Md.ttf") format("truetype"), url("fonts/HelveticaNeueLTStd-Md.svg#HelveticaMedium") format("svg");
}

@font-face {
  font-family: HelveticaRoman;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/HelveticaNeueLTStd-Roman.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueLTStd-Roman.woff2") format("woff2"), url("fonts/HelveticaNeueLTStd-Roman.woff") format("woff"), url("fonts/HelveticaNeueLTStd-Roman.ttf") format("truetype"), url("fonts/HelveticaNeueLTStd-Roman.svg#HelveticaRoman") format("svg");
}

@font-face {
  font-family: HelveticaLight;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/HelveticaNeueLTStd-Lt.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueLTStd-Lt.woff2") format("woff2"), url("fonts/HelveticaNeueLTStd-Lt.woff") format("woff"), url("fonts/HelveticaNeueLTStd-Lt.ttf") format("truetype"), url("fonts/HelveticaNeueLTStd-Lt.svg#HelveticaLight") format("svg");
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: HelveticaRoman, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover, a:focus, a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 920px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before::after,
.clear:after::after,
.entry-content:before::after,
.entry-content:after::after,
.comment-content:before::after,
.comment-content:after::after,
.site-header:before::after,
.site-header:after::after,
.site-content:before::after,
.site-content:after::after,
.site-footer:before::after,
.site-footer:after::after {
  clear: both;
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

html, body {
  height: 100%;
}

.container {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
}

.container__grid {
  margin-left: -15px;
  margin-right: -15px;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  height: 100%;
}

.container__grid-wide {
  height: 100%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  width: -webkit-calc(100% + 0);
  width: calc(100% + 0);
}

@media (max-width: 801px) {
  .container__grid-wide {
    margin-left: -35px;
    margin-right: -35px;
    width: -webkit-calc(100% + 70px);
    width: calc(100% + 70px);
  }
}

@media (max-width: 480px) {
  .container__grid-wide {
    margin-left: -35px;
    margin-right: -35px;
    width: -webkit-calc(100% + 70px);
    width: calc(100% + 70px);
  }
}

@media (max-width: 1140px) {
  .container {
    width: 93%;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    margin-left: 35px;
    margin-right: 35px;
    overflow: visible;
  }
}

@media (max-width: 801px) {
  .container {
    width: 90%;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
  }
}

@media (max-width: 480px) {
  .container {
    width: 83%;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
  }
}

/* HEADER LAYOUT */
.top-bar {
  height: 35px;
}

.top-bar__menu {
  width: 100%;
  width: -webkit-calc(100%);
  width: calc(100%);
  float: left;
  margin-left: 0;
}

@media (max-width: 480px) {
  .top-bar {
    display: none;
  }
}

.main-header {
  height: 100px;
}

.main-header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}

@media (max-width: 480px) {
  .main-header {
    height: 55px;
  }
}

.main-menu {
  text-align: right;
}

/* MAIN BODY  LAYOUT*/
/* home page layout */
.hero {
  height: 560px;
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}

@media (max-width: 801px) {
  .hero {
    height: 465px;
  }
}

@media (max-width: 480px) {
  .hero {
    height: 420px;
  }
}

.hero__left-wrapper {
  width: 50%;
  height: 100%;
}

@media (max-width: 801px) {
  .hero__left-wrapper {
    width: 100%;
    margin: auto;
    top: 0px;
    height: 350px;
    position: absolute;
  }
}

@media (max-width: 480px) {
  .hero__left-wrapper {
    height: 270px;
  }
}

.hero__right-wrapper {
  width: 50%;
  height: 100%;
}

@media (max-width: 801px) {
  .hero__right-wrapper {
    width: 90%;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    margin: auto;
    top: 115px;
    left: 0;
    right: 0;
    height: 350px;
    position: absolute;
  }
}

@media (max-width: 480px) {
  .hero__right-wrapper {
    width: 80%;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    margin: auto;
    top: 115px;
    left: 0;
    right: 0;
    height: 305px;
  }
}

.highlight {
  height: 100%;
  min-height: 600px;
}

@media (min-width: 1200px) {
  .highlight__first .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.highlight__container {
  overflow: hidden;
}

.highlight__container::after {
  clear: both;
  content: "";
  display: block;
}

@media (max-width: 801px) {
  .highlight__container {
    overflow: visible;
  }
}

@media (max-width: 801px) {
  .highlight {
    height: 100%;
    background: -webkit-linear-gradient(0deg, #fff 50%, #fff 50%);
    background: linear-gradient(90deg, #fff 50%, #fff 50%);
  }
}

.highlight__first {
  padding: 115px 0px 30px 0px;
}

.highlight__second {
  padding: 115px 60px 90px 0px;
}

.highlight__third {
  padding: 115px 0px 90px 60px;
}

.highlight__col {
  width: 33.3333333333%;
  width: -webkit-calc(50%);
  width: calc(50%);
  float: left;
  margin-left: 0;
  height: 100%;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

@media (max-width: 801px) {
  .highlight__col {
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .highlight__col {
    width: 100%;
    width: -webkit-calc(100%);
    width: calc(100%);
    float: left;
    margin-left: 0;
    margin-right: -35px;
    margin-left: -35px;
    width: -webkit-calc(100% + 70px);
    width: calc(100% + 70px);
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (max-width: 801px) {
  .highlight__first {
    width: 100%;
    width: -webkit-calc(50%);
    width: calc(50%);
    float: left;
    margin-left: 0;
    margin-right: -35px;
    margin-left: -35px;
    width: -webkit-calc(100% + 70px);
    width: calc(100% + 70px);
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (max-width: 801px) {
  .highlight__second {
    width: 54.75%;
    width: -webkit-calc(50% + 35px);
    width: calc(50% + 35px);
    margin-left: -35px;
    padding-left: 35px;
  }
}

@media (max-width: 801px) {
  .highlight__third {
    width: 54.75%;
    width: -webkit-calc(50% + 35px);
    width: calc(50% + 35px);
    margin-right: -35px;
    padding-right: 35px;
  }
}

@media (max-width: 801px) {
  .highlight__col {
    width: 120%;
    width: -webkit-calc(100%);
    width: calc(100%);
    float: left;
    margin-left: 0;
    margin-right: -35px;
    margin-left: -35px;
    width: -webkit-calc(100% + 70px);
    width: calc(100% + 70px);
    padding-left: 35px;
    padding-right: 35px;
  }
}

.highlight__header {
  height: 77px;
}

@media (max-width: 801px) {
  .highlight__header {
    height: 66px;
  }
}

.highlight__header_logo {
  height: 77px;
  margin-bottom: 95px;
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 801px) {
  .highlight__header_logo {
    height: 66px;
    margin-bottom: 50px;
  }
}

.info {
  height: 616px;
}

@media (max-width: 1140px) {
  .info {
    height: 100%;
    min-height: 616px;
  }
}

@media (max-width: 801px) {
  .info {
    height: 100%;
  }
}

.info__container::after {
  clear: both;
  content: "";
  display: block;
}

.info__left {
  width: 50%;
  width: -webkit-calc(50%);
  width: calc(50%);
  float: left;
  margin-left: 0;
  height: 100%;
}

@media (max-width: 801px) {
  .info__left {
    width: 100%;
    width: -webkit-calc(100%);
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}

.info__right {
  width: 50%;
  width: -webkit-calc(50%);
  width: calc(50%);
  float: left;
  margin-left: 0;
  height: 100%;
}

@media (max-width: 801px) {
  .info__right {
    width: 100%;
    width: -webkit-calc(100%);
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}

/* secondary page style */
.title {
  height: 280px;
}

@media (max-width: 480px) {
  .title {
    height: 180px;
  }
}

.title__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-content__container::after {
  clear: both;
  content: "";
  display: block;
}

.content-area {
  width: 66.6666666667%;
  width: -webkit-calc(66.6666666667%);
  width: calc(66.6666666667%);
  float: left;
  margin-left: 0;
  left: 33.3333333333%;
  left: -webkit-calc(33.3333333333% + 0);
  left: calc(33.3333333333% + 0);
  position: relative;
}

@media (max-width: 801px) {
  .content-area {
    width: 100%;
    width: -webkit-calc(100%);
    width: calc(100%);
    float: left;
    margin-left: 0;
    left: 0;
    left: -webkit-calc(0% - 35px + 35px);
    left: calc(0% - 35px + 35px);
    position: relative;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2 / 3) {
  .content-area {
    width: 100%;
    width: -webkit-calc(100%);
    width: calc(100%);
    float: left;
    margin-left: 0;
    left: 0;
    left: -webkit-calc(0% - 35px + 35px);
    left: calc(0% - 35px + 35px);
    position: relative;
  }
}

.content-area_full {
  width: 100%;
  width: -webkit-calc(100%);
  width: calc(100%);
  float: left;
  margin-left: 0;
  left: 0;
  left: -webkit-calc(0% - 15px + 15px);
  left: calc(0% - 15px + 15px);
  position: relative;
  margin-bottom: 70px;
}

.widget-area {
  width: 26.3333333333%;
  width: -webkit-calc(33.3333333333% - 75px);
  width: calc(33.3333333333% - 75px);
  float: left;
  left: -66.6666666667%;
  left: -webkit-calc(-66.6666666667% + 0);
  left: calc(-66.6666666667% + 0);
  position: relative;
}

@media (max-width: 1140px) {
  .widget-area {
    width: 32.3333333333%;
    width: -webkit-calc(33.3333333333% - 35px);
    width: calc(33.3333333333% - 35px);
  }
}

@media (max-width: 801px) {
  .widget-area {
    width: 100%;
    width: -webkit-calc(100%);
    width: calc(100%);
    float: left;
    margin-left: 0;
    left: 0;
    left: -webkit-calc(0% - 35px + 35px);
    left: calc(0% - 35px + 35px);
    position: relative;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2 / 3) {
  .widget-area {
    width: 100%;
    width: -webkit-calc(100%);
    width: calc(100%);
    float: left;
    margin-left: 0;
    left: 0;
    left: -webkit-calc(0% - 35px + 35px);
    left: calc(0% - 35px + 35px);
    position: relative;
  }
}

.column_half {
  width: 50%;
  width: -webkit-calc(50%);
  width: calc(50%);
  float: left;
  margin-left: 0;
  height: 100%;
}

@media (max-width: 801px) {
  .column_half {
    width: 100%;
    width: -webkit-calc(100%);
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}

.column_third {
  width: 33.3333333333333%;
  width: -webkit-calc(33.3333333333%);
  width: calc(33.3333333333%);
  float: left;
  margin-left: 0;
  height: 100%;
}

@media (max-width: 801px) {
  .column_third {
    width: 100%;
    width: -webkit-calc(100%);
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}

.column_twothird {
  width: 66.6666666666667%;
  width: -webkit-calc(66.6666666667%);
  width: calc(66.6666666667%);
  float: left;
  margin-left: 0;
  height: 100%;
}

@media (max-width: 801px) {
  .column_twothird {
    width: 100%;
    width: -webkit-calc(100%);
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}

.bod__container::after {
  clear: both;
  content: "";
  display: block;
}

/* FOOTER LAYOUT */
.footer {
  height: 130px;
}

@media (max-width: 801px) {
  .footer {
    height: 100%;
  }
}

.footer__container {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 801px) {
  .footer__container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* GENERAL */
body {
  background-color: #fff;
}

*:focus {
  outline: none;
}

/* HEADER */
.top-bar {
  background-color: #f5f5f7;
  text-align: right;
}

.top-bar__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-bar__item {
  display: inline;
  margin-left: 18px;
  position: relative;
}

.top-bar__item a,
.top-bar__item a:visited,
.top-bar__item a:active {
  text-decoration: none;
  color: #898989;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.1875rem;
}

.top-bar__item a:hover {
  color: #0a0909;
  -webkit-transition: all .5s ease-in;
          transition: all .5s ease-in;
}

.top-bar__item:after {
  display: block;
  content: '';
  height: 16px;
  width: 1px;
  background-color: #898989;
  position: absolute;
  top: 2px;
  right: -8px;
}

.top-bar__item:last-child:after {
  display: none;
}

.main-header {
  background-color: #fff;
}

.logo {
  line-height: 1;
}

.custom-logo-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .custom-logo {
    max-width: 127px;
  }
}

.main-menu__list {
  list-style: none;
  margin: 0;
}

@media (max-width: 920px) {
  .main-menu__list {
    position: fixed;
    height: 100%;
    width: 250px;
    background: #191919;
    background: black;
    color: white;
    top: 0px;
    left: -250px;
    overflow: auto;
    display: block;
    -webkit-transition: left .3s ease-out;
            transition: left .3s ease-out;
    z-index: 999;
  }
}

.main-menu__item {
  display: inline;
  margin-left: 18px;
  position: relative;
}

.main-menu__item a,
.main-menu__item a:visited,
.main-menu__item a:active {
  text-decoration: none;
  color: #5e5d5d;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 920px) {
  .main-menu__item a,
  .main-menu__item a:visited,
  .main-menu__item a:active {
    color: #fff;
  }
}

.main-menu__item a:hover {
  color: #2b41b1;
  -webkit-transition: all .1s ease-in;
          transition: all .1s ease-in;
}

@media (max-width: 920px) {
  .main-menu__item {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 20px 30px;
  }
}

@media (max-width: 920px) {
  .main-menu__item.current-menu-item {
    background-color: #2b41b1;
  }
}

.main-menu__item.current-menu-item a,
.main-menu__item.current-menu-item a:visited,
.main-menu__item.current-menu-item a:active {
  color: #2b41b1;
  font-weight: 600;
}

@media (max-width: 920px) {
  .main-menu__item.current-menu-item a,
  .main-menu__item.current-menu-item a:visited,
  .main-menu__item.current-menu-item a:active {
    color: #fff;
  }
}

.main-menu-container {
  position: absolute;
  right: 0;
  bottom: 37.5%;
}

.mobile-menu {
  display: none;
}

@media (max-width: 920px) {
  .mobile-menu {
    display: block;
  }
}

.mobile-menu__container {
  display: block;
  position: absolute;
  top: 100%;
  right: 999px;
  left: -999px;
  background: #f5f5f7;
  -webkit-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
  overflow: hidden;
  z-index: 999;
}

.mobile-menu__container_open {
  left: -35px;
  right: -35px;
  -webkit-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
}

.mobile-menu__button {
  width: 30px;
  height: 18px;
  position: absolute;
  right: 0;
  bottom: 37.5%;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
          transition: .5s ease-in-out;
  cursor: pointer;
}

.mobile-menu__button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #a3a3a3;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
          transition: .25s ease-in-out;
}

.mobile-menu__button span:nth-child(1) {
  top: 0px;
}

.mobile-menu__button span:nth-child(2) {
  top: 8px;
}

.mobile-menu__button span:nth-child(3) {
  top: 16px;
}

.mobile-menu__button_open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.mobile-menu__button_open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.mobile-menu__button_open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.mobile-menu__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mobile-menu__list .menu-item {
  padding: 20px 0;
  text-align: left;
  height: 60px;
  border-bottom: 1px solid #e0e0e0;
}

.mobile-menu__list .menu-item:first-child {
  border-top: 1px solid #e0e0e0;
}

.mobile-menu__list .menu-item:before {
  display: inline-block;
  content: url("images/arrow.svg");
  -webkit-filter: brightness(0);
          filter: brightness(0);
  opacity: .5;
  width: 47px;
  height: 20px;
  -webkit-transition: all 1s ease-out;
          transition: all 1s ease-out;
  position: absolute;
  left: 35px;
}

.mobile-menu__list .menu-item:hover:before {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  -webkit-transition: all .1s ease-in;
          transition: all .1s ease-in;
}

.mobile-menu__list .menu-item:hover a {
  color: #2b41b1;
  -webkit-transition: all .1s ease-in;
          transition: all .1s ease-in;
}

.mobile-menu__list .menu-item a {
  display: block;
  color: #5e5d5d;
  text-decoration: none;
  margin-left: 108px;
  line-height: 1.1;
}

@media (max-width: 480px) {
  .mobile-menu__list .menu-item a {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 480px) {
  .mobile-menu__list .menu-item a {
    font-size: 17px;
    font-size: -webkit-calc( 16px + (18 - 16) * ( (100vw - 480px) / ( 1140 - 480) ));
    font-size: calc( 16px + (18 - 16) * ( (100vw - 480px) / ( 1140 - 480) ));
  }
}

@media (min-width: 1140px) {
  .mobile-menu__list .menu-item a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.mobile-menu__list .current-menu-item:before {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  -webkit-transition: all .1s ease-in;
          transition: all .1s ease-in;
}

.mobile-menu__list .current-menu-item a {
  color: #2b41b1;
  -webkit-transition: all .1s ease-in;
          transition: all .1s ease-in;
}

/* MAIN BODY */
/* home page style */
.hero {
  overflow: visible;
}

.hero__logo_intro {
  color: #fff;
  font-size: 14px;
  padding: 0 50px 0;
  font-family: HelveticaLight, sans-serif;
}

@media (max-width: 480px) {
  .hero__logo_intro {
    padding: 0 20px 0;
  }
}

.hero__logo-wrapper {
  padding: 0 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  .hero__logo-wrapper {
    padding: 0 20px 0;
  }
}

.hero__logo-wrapper .logo_two {
  position: relative;
}

@media (min-width: 1500px) {
  .hero__logo-wrapper .logo_two {
    left: 50px;
  }
}

.hero__logo {
  padding: 0 25px 0 0;
}

.hero__left-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero__right-wrapper {
  background-color: #2b41b1;
}

@media (max-width: 480px) {
  .hero__right-wrapper {
    background-size: 65%;
  }
}

.hero__text {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .hero__text {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.hero__text-heading {
  color: #fff;
  font-family: HelveticaMedium, sans-serif;
  font-weight: normal;
  line-height: 1.1;
  padding: 0 50px 0;
  position: relative;
  top: 50px;
}

@media (max-width: 480px) {
  .hero__text-heading {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media (min-width: 480px) {
  .hero__text-heading {
    font-size: 36px;
    font-size: -webkit-calc( 32px + (40 - 32) * ( (100vw - 480px) / ( 1200 - 480) ));
    font-size: calc( 32px + (40 - 32) * ( (100vw - 480px) / ( 1200 - 480) ));
  }
}

@media (min-width: 1200px) {
  .hero__text-heading {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 920px) {
  .hero__text-heading {
    top: 25px;
  }
}

@media (max-width: 801px) {
  .hero__text-heading {
    top: 40px;
  }
}

@media (max-width: 480px) {
  .hero__text-heading {
    margin: 0;
    padding: 0 20px 50px;
  }
}

.highlight {
  background: -webkit-linear-gradient(0deg, #fafafc 50%, #efefef 50%);
  background: linear-gradient(90deg, #fafafc 50%, #efefef 50%);
}

.highlight__first {
  background-color: #fff;
}

.highlight__second {
  background-color: #fafafc;
}

.highlight__third {
  background-color: #efefef;
}

.highlight__heading-text {
  color: #2b41b1;
  font-family: HelveticaMedium, sans-serif;
  line-height: 1.1;
  font-weight: normal;
  margin: 0;
  padding-right: 100px;
}

@media (max-width: 480px) {
  .highlight__heading-text {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (min-width: 480px) {
  .highlight__heading-text {
    font-size: 30px;
    font-size: -webkit-calc( 28px + (32 - 28) * ( (100vw - 480px) / ( 1140 - 480) ));
    font-size: calc( 28px + (32 - 28) * ( (100vw - 480px) / ( 1140 - 480) ));
  }
}

@media (min-width: 1140px) {
  .highlight__heading-text {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .highlight__content {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 480px) {
  .highlight__content {
    font-size: 17px;
    font-size: -webkit-calc( 16px + (18 - 16) * ( (100vw - 480px) / ( 1140 - 480) ));
    font-size: calc( 16px + (18 - 16) * ( (100vw - 480px) / ( 1140 - 480) ));
  }
}

@media (min-width: 1140px) {
  .highlight__content {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.highlight__content_bold {
  color: #2b41b1;
}

@media (max-width: 480px) {
  .highlight__first .highlight__content {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 480px) {
  .highlight__first .highlight__content {
    font-size: 21px;
    font-size: -webkit-calc( 18px + (24 - 18) * ( (100vw - 480px) / ( 1140 - 480) ));
    font-size: calc( 18px + (24 - 18) * ( (100vw - 480px) / ( 1140 - 480) ));
  }
}

@media (min-width: 1140px) {
  .highlight__first .highlight__content {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.highlight__first .highlight__content p {
  margin-top: 0;
}

.highlight .info__button {
  float: none;
  margin-bottom: 80px;
}

@media (max-width: 1048px) {
  .highlight .info__button {
    width: auto;
  }
}

.info {
  background: #2b41b1;
  color: #fff;
}

.info__left {
  padding: 100px 170px 0px 0px;
}

@media (max-width: 801px) {
  .info__left {
    padding: 60px 0 0 0;
  }
}

@media (max-width: 480px) {
  .info__left {
    padding: 60px 0 33px 0;
  }
}

.info__right {
  padding: 160px 0px 0px 0px;
}

@media (max-width: 801px) {
  .info__right {
    padding: 30px 0 50px 0;
  }
}

@media (max-width: 480px) {
  .info__right {
    padding: 0 0 48px 0;
  }
}

.info__heading-text {
  font-family: HelveticaMedium, sans-serif;
  font-weight: normal;
  line-height: 1.16;
  margin: 30px 0;
}

@media (max-width: 480px) {
  .info__heading-text {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (min-width: 480px) {
  .info__heading-text {
    font-size: 34.5px;
    font-size: -webkit-calc( 30px + (39 - 30) * ( (100vw - 480px) / ( 1140 - 480) ));
    font-size: calc( 30px + (39 - 30) * ( (100vw - 480px) / ( 1140 - 480) ));
  }
}

@media (min-width: 1140px) {
  .info__heading-text {
    font-size: 39px;
    font-size: 2.4375rem;
  }
}

.info__content {
  padding-bottom: 60px;
}

@media (max-width: 480px) {
  .info__content {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 480px) {
  .info__content {
    font-size: 17px;
    font-size: -webkit-calc( 16px + (18 - 16) * ( (100vw - 480px) / ( 1140 - 480) ));
    font-size: calc( 16px + (18 - 16) * ( (100vw - 480px) / ( 1140 - 480) ));
  }
}

@media (min-width: 1140px) {
  .info__content {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 801px) {
  .info__content {
    padding-bottom: 0px;
  }
}

.info__button-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 480px) {
  .info__button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.info__button {
  position: relative;
  background-color: #fff;
  padding: 22.5px 35px 22.5px 100px;
  margin-bottom: 12.5px;
  float: right;
  -webkit-transition: all 1s ease-out;
          transition: all 1s ease-out;
}

@media (max-width: 480px) {
  .info__button {
    width: 410px;
    width: 25.625rem;
  }
}

@media (min-width: 480px) {
  .info__button {
    width: 445px;
    width: -webkit-calc( 410px + (480 - 410) * ( (100vw - 480px) / ( 600 - 480) ));
    width: calc( 410px + (480 - 410) * ( (100vw - 480px) / ( 600 - 480) ));
  }
}

@media (min-width: 600px) {
  .info__button {
    width: 480px;
    width: 30rem;
  }
}

@media (max-width: 801px) {
  .info__button {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 480px) {
  .info__button {
    width: 100%;
    padding: 28px 15px 28px 80px;
  }
}

.info__button:before {
  display: block;
  content: url("images/arrow.svg");
  width: 50px;
  height: 16px;
  position: absolute;
  top: 26px;
  left: 35px;
  -webkit-transition: all 1s ease-out;
          transition: all 1s ease-out;
}

@media (max-width: 480px) {
  .info__button:before {
    width: 50px;
    position: absolute;
    display: block;
    top: 31px;
    left: 15px;
  }
}

.info__button:hover {
  background-color: #aaa;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  padding-left: 110px;
}

@media (max-width: 480px) {
  .info__button:hover {
    padding-left: 90px;
  }
}

.info__button:hover:before {
  margin-left: 10px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.info__button:hover .info__link {
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.info__link, .info__link:visited, .info__link:active {
  text-decoration: none;
  color: #2b41b1;
  font-family: HelveticaMedium, sans-serif;
  font-weight: normal;
  line-height: 1.16;
  -webkit-transition: all 1s ease-out;
          transition: all 1s ease-out;
}

@media (max-width: 480px) {
  .info__link, .info__link:visited, .info__link:active {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 480px) {
  .info__link, .info__link:visited, .info__link:active {
    font-size: 19px;
    font-size: -webkit-calc( 16px + (22 - 16) * ( (100vw - 480px) / ( 1200 - 480) ));
    font-size: calc( 16px + (22 - 16) * ( (100vw - 480px) / ( 1200 - 480) ));
  }
}

@media (min-width: 1200px) {
  .info__link, .info__link:visited, .info__link:active {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/* secondary page style */
.title {
  background: #2b41b1 url("images/hero_bg.svg") bottom right no-repeat;
  background-size: 14.25%;
}

@media (max-width: 480px) {
  .title {
    background-size: 30%;
  }
}

.title__heading {
  color: #fff;
  font-family: HelveticaMedium, sans-serif;
  font-weight: normal;
  width: 100%;
  margin: 0;
}

@media (max-width: 480px) {
  .title__heading {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media (min-width: 480px) {
  .title__heading {
    font-size: 43.5px;
    font-size: -webkit-calc( 32px + (55 - 32) * ( (100vw - 480px) / ( 1140 - 480) ));
    font-size: calc( 32px + (55 - 32) * ( (100vw - 480px) / ( 1140 - 480) ));
  }
}

@media (min-width: 1140px) {
  .title__heading {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}

.title__sub-heading {
  color: #fff;
  font-family: HelveticaRoman, sans-serif;
  font-weight: normal;
  width: 100%;
  margin: 0;
}

@media (max-width: 480px) {
  .title__sub-heading {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 480px) {
  .title__sub-heading {
    font-size: 16px;
    font-size: -webkit-calc( 14px + (18 - 14) * ( (100vw - 480px) / ( 1140 - 480) ));
    font-size: calc( 14px + (18 - 14) * ( (100vw - 480px) / ( 1140 - 480) ));
  }
}

@media (min-width: 1140px) {
  .title__sub-heading {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.breadcrumbs__list {
  list-style: none;
  margin: 40px 0;
  padding: 0;
  overflow: hidden;
}

.breadcrumbs__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

.breadcrumbs__item_current {
  color: #2b41b1;
}

.breadcrumbs__item_current strong {
  font-weight: normal;
}

.breadcrumbs__item a,
.breadcrumbs__item a:visited,
.breadcrumbs__item a:active {
  text-decoration: none;
  color: #5e5d5d;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1;
}

.breadcrumbs__item a:hover {
  color: black;
  -webkit-transition: all .5s ease-in;
          transition: all .5s ease-in;
}

.breadcrumbs__separator {
  font-weight: 100;
  color: #ccc;
}

@media (max-width: 480px) {
  .breadcrumbs__separator {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 480px) {
  .breadcrumbs__separator {
    font-size: 17px;
    font-size: -webkit-calc( 16px + (18 - 16) * ( (100vw - 480px) / ( 1140 - 480) ));
    font-size: calc( 16px + (18 - 16) * ( (100vw - 480px) / ( 1140 - 480) ));
  }
}

@media (min-width: 1140px) {
  .breadcrumbs__separator {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.widget-title {
  font-family: HelveticaLight, sans-serif;
  font-weight: normal;
  color: #5e5d5d;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .widget-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 480px) {
  .widget-title {
    font-size: 17px;
    font-size: -webkit-calc( 16px + (18 - 16) * ( (100vw - 480px) / ( 1140 - 480) ));
    font-size: calc( 16px + (18 - 16) * ( (100vw - 480px) / ( 1140 - 480) ));
  }
}

@media (min-width: 1140px) {
  .widget-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.entry-header_select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 480px) {
  .entry-header_select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.entry-title {
  font-family: HelveticaMedium, sans-serif;
  font-weight: normal;
  color: #2b41b1;
  margin: 30px 0;
  line-height: 46px;
}

@media (max-width: 480px) {
  .entry-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (min-width: 480px) {
  .entry-title {
    font-size: 30px;
    font-size: -webkit-calc( 28px + (32 - 28) * ( (100vw - 480px) / ( 1140 - 480) ));
    font-size: calc( 28px + (32 - 28) * ( (100vw - 480px) / ( 1140 - 480) ));
  }
}

@media (min-width: 1140px) {
  .entry-title {
    font-size: 32px;
    font-size: 2rem;
  }
}

/* shareholder page */
.menu-shareholder {
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

.menu-shareholder__item {
  padding: 25px 10px 25px 80px;
  border-bottom: 1px solid #efefef;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1140px) {
  .menu-shareholder__item {
    padding-left: 30px;
  }
}

@media (max-width: 801px) {
  .menu-shareholder__item {
    padding-left: 80px;
  }
}

.menu-shareholder__item:first-child {
  border-top: 1px solid #efefef;
}

.menu-shareholder__item:before {
  display: inline-block;
  content: url("images/arrow.svg");
  -webkit-filter: brightness(0);
          filter: brightness(0);
  opacity: .4;
  width: 50px;
  height: 16px;
  -webkit-transition: all 1s ease-out;
          transition: all 1s ease-out;
  position: absolute;
  left: 0;
}

@media (max-width: 1140px) {
  .menu-shareholder__item:before {
    left: -25px;
  }
}

@media (max-width: 801px) {
  .menu-shareholder__item:before {
    left: 0px;
  }
}

.menu-shareholder__item:hover:before {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  -webkit-transition: all .1s ease-in;
          transition: all .1s ease-in;
}

.menu-shareholder__item:hover .menu-shareholder__link {
  color: #2b41b1;
  -webkit-transition: all .1s ease-in;
          transition: all .1s ease-in;
}

.menu-shareholder__link, .menu-shareholder__link:visited, .menu-shareholder__link:active {
  text-decoration: none;
  color: #5e5d5d;
  font-family: HelveticaLight, sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  cursor: pointer;
  margin-left: 0px;
}

.menu-shareholder .active:before {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  -webkit-transition: all .1s ease-in;
          transition: all .1s ease-in;
}

.menu-shareholder .active .menu-shareholder__link {
  color: #2b41b1;
  -webkit-transition: all .1s ease-in;
          transition: all .1s ease-in;
}

.page-tab {
  display: none;
}

.page-tab-show {
  display: block;
}

.select_filter_wrap {
  position: relative;
  height: 40px;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 110px;
}

@media (max-width: 480px) {
  .select_filter_wrap {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

.select_filter_wrap:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #2b41b1 transparent transparent transparent;
  pointer-events: none;
}

.select_filter_wrap:before {
  width: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: #fff;
  content: '';
  pointer-events: none;
}

.select_filter_wrap:hover:before {
  background: #fff;
}

.select_filter_wrap .select_filter {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: HelveticaRoman, sans-serif;
  font-weight: normal;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: transparent;
  height: 100%;
  width: 100%;
  cursor: pointer;
  outline: none;
  padding-right: 35px;
  padding-left: 15px;
  border: 1px solid #d5d5d5;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.select_filter_wrap .select_filter:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.select_filter_wrap .select_filter::-ms-expand {
  display: none;
}

.select_filter_wrap .select_filter:focus {
  border-color: #d5d5d5;
}

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .select_filter_wrap .select_filter {
    padding-right: 0;
  }
  .select_filter_wrap:after, .select_filter_wrap:before {
    display: none;
  }
}

.download__table {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.download__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 66px;
  line-height: 66px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d5d5d5;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2 / 3) {
  .download__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.download__list:first-child {
  border-top: 1px solid #d5d5d5;
}

.download__list:nth-child(odd) {
  background-color: #fafafc;
}

.download__list:nth-child(even) {
  background-color: #fff;
}

@media (max-width: 480px) {
  .download__list {
    line-height: 1.1;
  }
}

.download__date {
  width: 140px;
  padding-left: 20px;
  padding-right: 20px;
  color: #a3a3a3;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 140px;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
}

@media (max-width: 480px) {
  .download__date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 480px) {
  .download__date {
    font-size: 15px;
    font-size: -webkit-calc( 14px + (16 - 14) * ( (100vw - 480px) / ( 1140 - 480) ));
    font-size: calc( 14px + (16 - 14) * ( (100vw - 480px) / ( 1140 - 480) ));
  }
}

@media (min-width: 1140px) {
  .download__date {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .download__date {
    width: 85px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 85px;
        -ms-flex: 0 0 85px;
            flex: 0 0 85px;
    padding-left: 0;
    padding-right: 10px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2 / 3) {
  .download__date {
    width: 100%;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    font-size: 13px;
  }
}

.download__icon {
  background: transparent url("images/pdf-icon2.svg") center no-repeat;
  width: 30px;
  height: 35px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30px;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  display: block;
}

.download__title {
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (max-width: 480px) {
  .download__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 480px) {
  .download__title {
    font-size: 15px;
    font-size: -webkit-calc( 14px + (16 - 14) * ( (100vw - 480px) / ( 1140 - 480) ));
    font-size: calc( 14px + (16 - 14) * ( (100vw - 480px) / ( 1140 - 480) ));
  }
}

@media (min-width: 1140px) {
  .download__title {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .download__title {
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2 / 3) {
  .download__title {
    width: 80%;
  }
}

.download__link {
  text-decoration: none;
  color: #5e5d5d;
}

.counter {
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 35px;
}

.loading {
  display: block;
  position: absolute;
  width: 60px;
  top: 100%;
  right: 50%;
}

.status {
  display: block;
  position: absolute;
  top: 155%;
  right: 49%;
}

.paginator {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.paginator__list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  height: 40px;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #d5d5d5;
  border-right: 0;
}

.paginator__list:last-child {
  border-right: 1px solid #d5d5d5;
}

.paginator__list:hover {
  background-color: #2b41b1;
}

.paginator__list:hover a {
  color: #fff;
}

.paginator__list_current {
  background-color: #2b41b1;
  color: #fff;
}

.paginator__list_next, .paginator__list_prev {
  padding: 0 16px;
}

.paginator__list a {
  text-decoration: none;
  color: #5e5d5d;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .share-price-widget img {
    width: 100%;
    height: auto;
  }
}

.standard-layout .column h2 {
  font-family: HelveticaMedium, sans-serif;
  font-weight: normal;
  color: #2b41b1;
  padding: 0px 75px 0 0;
  line-height: 1.25;
  margin: 0;
}

@media (max-width: 480px) {
  .standard-layout .column h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (min-width: 480px) {
  .standard-layout .column h2 {
    font-size: 33px;
    font-size: -webkit-calc( 28px + (38 - 28) * ( (100vw - 480px) / ( 1140 - 480) ));
    font-size: calc( 28px + (38 - 28) * ( (100vw - 480px) / ( 1140 - 480) ));
  }
}

@media (min-width: 1140px) {
  .standard-layout .column h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media (max-width: 801px) {
  .standard-layout .column h2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .standard-layout .column h2 {
    padding-right: 50px;
  }
}

.standard-layout .column h3 {
  color: #2b41b1;
  font-family: HelveticaMedium, sans-serif;
  font-weight: normal;
}

@media (max-width: 480px) {
  .standard-layout .column h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 480px) {
  .standard-layout .column h3 {
    font-size: 23px;
    font-size: -webkit-calc( 20px + (26 - 20) * ( (100vw - 480px) / ( 1140 - 480) ));
    font-size: calc( 20px + (26 - 20) * ( (100vw - 480px) / ( 1140 - 480) ));
  }
}

@media (min-width: 1140px) {
  .standard-layout .column h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.standard-layout .column p {
  margin-top: 0;
}

@media (max-width: 480px) {
  .standard-layout .column p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 480px) {
  .standard-layout .column p {
    font-size: 17px;
    font-size: -webkit-calc( 16px + (18 - 16) * ( (100vw - 480px) / ( 1140 - 480) ));
    font-size: calc( 16px + (18 - 16) * ( (100vw - 480px) / ( 1140 - 480) ));
  }
}

@media (min-width: 1140px) {
  .standard-layout .column p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.heading-icon {
  margin-bottom: 30px;
}

.bod__wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 480px) {
  .bod__wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.bod__wrapper_zebra:nth-child(odd) {
  background-color: #fafafc;
}

.bod__wrapper_zebra:nth-child(even) {
  background-color: #fff;
}

.bod__image-wrapper {
  width: 255px;
  height: 255px;
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}

.bod__image {
  width: 100%;
  height: auto;
}

.bod__name {
  color: #2b41b1;
  font-family: HelveticaMedium, sans-serif;
  font-weight: normal;
  margin: 0 0 5px 0;
  line-height: 1;
}

@media (max-width: 480px) {
  .bod__name {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (min-width: 480px) {
  .bod__name {
    font-size: 30px;
    font-size: -webkit-calc( 28px + (32 - 28) * ( (100vw - 480px) / ( 1140 - 480) ));
    font-size: calc( 28px + (32 - 28) * ( (100vw - 480px) / ( 1140 - 480) ));
  }
}

@media (min-width: 1140px) {
  .bod__name {
    font-size: 32px;
    font-size: 2rem;
  }
}

.bod__position {
  color: #000;
  font-family: HelveticaMedium, sans-serif;
  font-weight: normal;
  margin: 0 0 30px 0;
}

@media (max-width: 480px) {
  .bod__position {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 480px) {
  .bod__position {
    font-size: 17px;
    font-size: -webkit-calc( 16px + (18 - 16) * ( (100vw - 480px) / ( 1140 - 480) ));
    font-size: calc( 16px + (18 - 16) * ( (100vw - 480px) / ( 1140 - 480) ));
  }
}

@media (min-width: 1140px) {
  .bod__position {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.bod__separator {
  width: 35px;
  margin: 40px 0;
  height: 5px;
  background-color: #2b41b1;
}

.bod__description {
  margin-top: 0;
}

@media (max-width: 480px) {
  .bod__description {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 480px) {
  .bod__description {
    font-size: 17px;
    font-size: -webkit-calc( 16px + (18 - 16) * ( (100vw - 480px) / ( 1140 - 480) ));
    font-size: calc( 16px + (18 - 16) * ( (100vw - 480px) / ( 1140 - 480) ));
  }
}

@media (min-width: 1140px) {
  .bod__description {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* FOOTER */
.footer {
  background-color: #252729;
}

@media (max-width: 801px) {
  .logo-footer {
    margin: 30px 0 0;
    text-align: center;
    width: 100%;
  }
  .logo-footer__image {
    max-width: 90%;
    margin: auto;
  }
}

@media (max-width: 801px) {
  .footer-menu {
    margin: 20px 0;
    width: 100%;
  }
}

.footer-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 801px) {
  .footer-menu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-menu__item {
  display: inline;
  margin-left: 18px;
  position: relative;
}

@media (max-width: 801px) {
  .footer-menu__item {
    display: block;
  }
}

.footer-menu__item a,
.footer-menu__item a:visited,
.footer-menu__item a:active {
  text-decoration: none;
  color: #a3a3a3;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.375rem;
}

.footer-menu__item a:hover {
  color: #f0efef;
  -webkit-transition: all .5s ease-in;
          transition: all .5s ease-in;
}

.footer-menu__item:after {
  display: block;
  content: '';
  height: 16px;
  width: 1px;
  background-color: #a3a3a3;
  position: absolute;
  top: 2px;
  right: -10px;
}

.footer-menu__item:last-child:after {
  display: none;
}

@media (max-width: 801px) {
  .footer-menu__item {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .footer-menu__item:after {
    display: none;
  }
}

.menu-footer-menu-container {
  position: absolute;
  right: 0;
  bottom: 37.5%;
}

@media (max-width: 801px) {
  .menu-footer-menu-container {
    position: relative;
  }
}
