html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, del, dfn, em, img, q, s, samp, small, strike, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

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

@font-face {
  font-family: 'intro_regular';
  src: url("../fonts/intro-webfont.eot");
  src: url("../fonts/intro-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/intro-webfont.woff2") format("woff2"), url("../fonts/intro-webfont.woff") format("woff"), url("../fonts/intro-webfont.ttf") format("truetype"), url("../fonts/intro-webfont.svg#intro_regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_nova_rgregular';
  src: url("../fonts/proximanova-reg-webfont.eot");
  src: url("../fonts/proximanova-reg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-reg-webfont.woff2") format("woff2"), url("../fonts/proximanova-reg-webfont.woff") format("woff"), url("../fonts/proximanova-reg-webfont.ttf") format("truetype"), url("../fonts/proximanova-reg-webfont.svg#proxima_nova_rgregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url("../fonts/proximanova-bold-webfont.eot");
  src: url("../fonts/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-bold-webfont.woff2") format("woff2"), url("../fonts/proximanova-bold-webfont.woff") format("woff"), url("../fonts/proximanova-bold-webfont.ttf") format("truetype"), url("../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  background-color: #f4f4f4;
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

h1, h2, h3, h4 {
  font-family: "intro_regular"; }

a {
  text-decoration: none;
  color: #505150; }

em, strong, b {
  font-weight: bold; }

.wrapper {
  position: relative;
  top: 0;
  left: 0;
  min-width: 640;
  background-color: #f4f4f4; }

.content--main {
  min-width: 640;
  max-width: 1280px;
  padding-left: 44px;
  padding-right: 44px; }

.content--centered {
  margin: 0 auto; }

.row-centered {
  min-width: 640;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  .row-centered:after {
    content: "";
    display: table;
    clear: both; }

.content--inner {
  width: 100%; }

.row, .section {
  position: relative;
  width: 100%; }
  .row:after, .section:after {
    content: "";
    display: table;
    clear: both; }

.section {
  background-color: #747DB9; }

.col {
  float: left; }

.col-full {
  width: 100%; }

.col-1of2 {
  width: 50%; }

.col-1of3 {
  width: 33.3333333333%; }

.col-2of3 {
  width: 66.6666666667%; }

.text-left {
  text-align: left; }

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

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

.pad-top {
  margin-top: 55px; }

.pad-bottom {
  margin-bottom: 55px; }

.space-horizontal {
  padding: 0 30px; }

a.link-outer {
  display: inline-block;
  color: #000000;
  border-bottom: 1px dashed #0072b8;
  -webkit-transition: color .2s;
  transition: color .2s; }
  a.link-outer:hover {
    color: #0072b8; }

.header {
  background-color: #f4f4f4; }
  .header .row {
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center;
    overflow-x: hidden; }
  .header .row--contrast {
    padding: 0;
    margin-top: 0;
    margin-bottom: 45px; }

.title--main {
  max-width: 550px;
  text-align: center;
  font-size: 30px;
  margin: 0 auto;
  line-height: 1.4;
  color: #535679; }

.title--main_big {
  display: block;
  font-size: 48px; }

.socialbox__wrapper {
  position: absolute;
  right: 20px;
  top: 70px;
  margin-top: 20px; }
  .socialbox__wrapper:after {
    content: "";
    display: table;
    clear: both; }

.socialbox {
  display: inline-block;
  vertical-align: middle;
  margin-right: 23px; }
  .socialbox:last-child {
    margin-right: 0 !important; }

.navigation__holder {
  position: relative; }

.navigation__arrow {
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -17px; }

.navigation__arrow--left {
  background-image: url("../img/arrow-left.png");
  left: -4%; }

.navigation__arrow--right {
  background-image: url("../img/arrow-right.png");
  right: -4%; }

.navigation {
  position: relative;
  width: 100%;
  height: 140px;
  overflow: hidden;
  border: 1px #e2e2e2; }

ul.navigation__list {
  position: absolute;
  padding-top: 10px;
  top: 0;
  left: 0;
  list-style: none;
  white-space: nowrap; }
  ul.navigation__list:after {
    content: "";
    display: table;
    clear: both; }

.navigation__item {
  float: left;
  width: 120px;
  height: 120px;
  border-radius: 8px;
  margin: 0 15px;
  white-space: normal;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }
  .navigation__item a {
    display: inline-block;
    margin: 10px 0;
    padding: 20px 25px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent; }
  .navigation__item img {
    display: inline-block; }
  .navigation__item span {
    margin-top: 10px;
    display: block;
    font-size: 15px;
    font-family: "proxima_nova_rgregular";
    -webkit-transition: color .3s;
    transition: color .3s; }
  .navigation__item:hover {
    background-color: #747DB9; }
    .navigation__item:hover span {
      color: #ffffff; }
  .navigation__item.js-navigation__item--active {
    background-color: #747DB9; }
    .navigation__item.js-navigation__item--active span {
      color: #ffffff; }

.content--pages, .content--header {
  min-width: 640;
  margin-top: 80px; }

.content--header {
  margin-top: 0; }

.content--pages--inner, .content--header--inner {
  margin-left: 0;
  margin-right: 0;
  overflow: hidden; }

.pages {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden; }
  .pages:after {
    content: "";
    display: table;
    clear: both; }

.page {
  position: absolute;
  top: 0;
  left: 0;
  color: #535679;
  width: 100%; }
  .page p {
    font-family: "proxima_nova_rgregular";
    font-size: 16px;
    color: #ffffff;
    line-height: 1.35; }

.title {
  color: #0072b8;
  font-size: 22px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold; }

.section--main {
  max-width: 1280px;
  margin: 0 auto; }

.col--content {
  width: 36.5367180417%;
  min-height: 300px;
  padding: 15px; }

.media__image, .media__names {
  float: left; }

.media__names {
  position: relative;
  margin-left: 20px;
  margin-top: 20px; }

.media__name {
  font-size: 30px;
  font-weight: bold;
  color: #535679;
  font-family: "proxima_nova_rgbold"; }

.media__name--bg {
  font-family: "proxima_nova_rgregular";
  font-size: 24px;
  color: #535679;
  margin-top: 10px; }

.media__desc {
  margin-top: 80px; }
  .media__desc p {
    margin-top: 25px;
    color: #535679; }

.title--about {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: bold; }

.col--slider {
  width: 63.4632819583%;
  min-height: 300px;
  padding: 15px; }

.section--info {
  margin-top: 55px; }
  .section--info .col {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 55px;
    padding-bottom: 70px; }
  .section--info h3 {
    color: #ffffff;
    font-family: "proxima_nova_rgbold";
    font-size: 24px; }
  .section--info p {
    margin-top: 25px;
    color: #ffffff;
    font-family: "proxima_nova_rgregular"; }

.title--keywords {
  margin-top: 55px;
  text-align: center;
  color: #ffffff; }

.section--keywords {
  overflow: hidden;
  color: #ffffff;
  background-color: #F6726A; }
  .section--keywords .col {
    position: relative;
    padding-left: 35px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 50px; }
    .section--keywords .col:last-child:after {
      height: 0; }
    .section--keywords .col div {
      line-height: 1.3;
      font-size: 22px; }
  .section--keywords p {
    font-size: 16px;
    margin-top: 20px; }

.symbol__holder {
  position: absolute;
  top: 30px;
  right: 25px; }
  .symbol__holder img {
    max-width: 90%; }

.slider__holder {
  position: relative; }
  .slider__holder:after {
    content: "";
    display: table;
    clear: both; }

.slides__wrapper {
  width: 90%;
  height: 600px;
  overflow: hidden; }

.slide {
  width: 100%;
  min-height: 600px;
  margin: 0; }
  .slide:after {
    content: "";
    display: table;
    clear: both; }

.slide__image, .slide__content {
  display: block;
  float: right;
  position: relative;
  min-height: 100%; }

.slide__image {
  margin: 0;
  width: 39.9082568807%;
  text-align: left; }
  .slide__image img {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: auto; }

.slide__content {
  width: 55.6574923547%;
  padding-left: 40px;
  padding-right: 25px; }

.slide__title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: bold; }

.slide__text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .slide__text p {
    margin-top: 25px;
    color: #535679; }

.slider__navigation {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0; }

ul.slider__dots {
  list-style: none; }

li.slider__dot {
  display: block;
  cursor: pointer;
  padding: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center; }
  li.slider__dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #5B5EA2;
    -webkit-transition: background .3s;
    transition: background .3s; }
  li.slider__dot:hover span {
    background-color: #5B5EA2; }
  li.slider__dot.js-js-dot--active span {
    background-color: #5B5EA2; }

.slider__arrow {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 4px;
  -webkit-transition: background .3s;
  transition: background .3s; }
  .slider__arrow:hover {
    background-color: rgba(116, 125, 185, 0.1); }

.slider__arrow--up {
  margin-bottom: 18px;
  background-image: url("../img/arrow-up.png"); }

.slider__arrow--down {
  margin-top: 18px;
  background-image: url("../img/arrow-down.png"); }

.pre-footer {
  font-family: "proxima_nova_rgbold";
  color: #535679;
  padding: 80px 0; }
  .pre-footer .heading {
    font-size: 36px;
    padding-left: 7.5%; }
  .pre-footer .custom-col-left {
    width: 60%;
    padding-left: 13.5%;
    padding-top: 50px; }
  .pre-footer .custom-col-right {
    width: 40%;
    padding-left: 40px; }

.footer {
  width: 100%;
  padding: 70px 0;
  background-color: #ffffff; }

.content--footer {
  max-width: 640px;
  padding-left: 44px;
  padding-right: 44px;
  text-align: center;
  color: #ffffff;
  overflow: hidden; }

.footer__title {
  font-size: 24px; }

.footer__link {
  font-size: 32px;
  font-weight: bold;
  margin-top: 20px; }
  .footer__link a {
    color: #ffffff; }

.footer__desc {
  font-family: Georgia, Times, "Times New Roman", serif;
  margin-top: 30px;
  line-height: 1.4; }

.link--footer {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle; }
  .link--footer:last-child {
    margin-right: 0; }
  .link--footer img {
    max-width: 100%;
    height: auto; }

@media screen and (max-width: 639px) {
  .title--main {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px; }

  .content--pages {
    max-width: 100%; }

  .content--pages--inner {
    margin: 0; }

  .media__name {
    font-size: 26px; }

  .media__name--bg {
    font-size: 20px; }

  .slide__image {
    margin-top: 10px; }
    .slide__image img {
      width: 100% !important; }

  .pre-footer .heading {
    font-size: 26px; }

  .link--footer {
    margin-right: 0; } }
@media screen and (max-width: 899px) {
  .socialbox__wrapper {
    position: relative;
    top: 0;
    left: 10px; }

  .navigation__arrow--left {
    left: -40px; }

  .navigation__arrow--right {
    right: -40px; }

  .row .col, .section .col {
    width: 100%;
    float: none;
    margin-top: 20px; }
    .row .col:after, .section .col:after {
      height: 0; }

  .section--keywords .col {
    padding-top: 40px;
    padding-bottom: 40px; }
    .section--keywords .col:first-child {
      padding-top: 60px; }
    .section--keywords .col:last-child {
      padding-bottom: 60px; }

  .symbol__holder {
    display: block;
    float: left;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 15px;
    margin-bottom: 15px; }

  .section--info p {
    margin-top: 15px; }
  .section--info .col {
    padding-top: 25px;
    padding-bottom: 35px; }

  .slides__wrapper {
    width: 100%;
    height: auto;
    overflow: auto; }

  .slider__navigation {
    display: none; }

  .slide {
    margin-bottom: 40px; }

  .slide__image, .slide__content {
    display: block;
    float: none;
    width: 100%;
    height: auto; }

  .slide__image {
    width: 100%; }
    .slide__image img {
      position: relative;
      top: 0;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      width: 80%; }

  .slide__content {
    padding: 0; }

  .slide__text {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

  .pre-footer .col {
    width: 100%;
    text-align: center;
    margin-top: 20px; }
  .pre-footer .custom-col-left, .pre-footer .custom-col-right {
    padding-left: 10px;
    padding-right: 10px; }
  .pre-footer img {
    max-width: 90%; } }

/*# sourceMappingURL=style.css.map */