/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: 1.666;
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  text-decoration: none; }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  padding: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

*,
:after,
:before {
  box-sizing: inherit; }

/* Reset Normalize margins/padding */
* {
  margin: 0;
  padding: 0; }

h1,
figure,
fieldset {
  margin: 0; }

/* http://unstoppablerobotninja.com/entry/fluid-images */
audio,
embed,
iframe,
img,
input,
object,
video,
table {
  max-width: 100%; }

/* Add generic styles to H5BP .browserupgrade - https://github.com/h5bp/html5-boilerplate/blob/master/dist/index.html#L18-L20 */
.browserupgrade {
  padding: 15px;
  text-align: center;
  color: white;
  background: #333333; }

.browserupgrade a {
  text-decoration: none;
  color: dodgerblue;
  font-weight: bold; }

.browserupgrade a:hover {
  text-decoration: underline; }

/* Basic typography */
/* https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1; }

h1 {
  font-size: 2.25rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

/*
 * Implement the 'Lobotomized Owl' technique on content areas.
 *
 * Example:
 *
 * article * + * {
 *   margin-top: 1rem;
 * }
 *
**/
/* Tweaks */
table {
  width: 100%; }

.page-header__bar, .page-content__header--alt-landing > .page-content__c1, .page-content__table .page-content__table-row, .media-section__combo, .tabular__container {
  *zoom: 1; }
  .page-header__bar:before, .page-content__header--alt-landing > .page-content__c1:before, .page-content__table .page-content__table-row:before, .media-section__combo:before, .tabular__container:before, .page-header__bar:after, .page-content__header--alt-landing > .page-content__c1:after, .page-content__table .page-content__table-row:after, .media-section__combo:after, .tabular__container:after {
    content: " ";
    display: table; }
  .page-header__bar:after, .page-content__header--alt-landing > .page-content__c1:after, .page-content__table .page-content__table-row:after, .media-section__combo:after, .tabular__container:after {
    clear: both; }

.u-border-bottom {
  border-bottom: 1px solid; }

.u-m0 {
  margin: 0 !important; }

.u-p0 {
  padding: 0 !important; }

.u-mb2 {
  margin-bottom: 32px !important; }

.u-mr-0 {
  margin-right: 0 !important; }

/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 * 
 */
/* 
 * clearfix     used project wide to clear floats and create a new formatting context
 * usage      @include clearfix-me(<empty|overflow|facebook|micro|stubborn>)
 * $clearfix-method sets default method
 */
/**
 *  @desc         Colour variables.
 *  @name         _colours
 *  @author       Mehrad Meraji
 *  @location     ./source/sass/base/variables/_colours.scss
 *  @tested       
 *  @requires     
**/
html, body {
  height: 100%; }

body {
  font-weight: 300;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px; }
  @media (min-width: 730px) {
    body {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 18px; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

h2 {
  line-height: 22px; }
  @media (min-width: 730px) {
    h2 {
      line-height: 40px; } }

ul.dashed {
  list-style: none;
  padding-left: 0; }

ul.dashed > li {
  margin-left: 1px; }
  @media (min-width: 500px) {
    ul.dashed > li {
      margin-left: 20px; } }

ul.dashed > li:before {
  content: "-";
  margin-left: -6px;
  padding-right: 2px; }
  @media (min-width: 500px) {
    ul.dashed > li:before {
      margin-left: -20px;
      padding-right: 15px; } }

.type__canon {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 32px; }
  @media (min-width: 500px) {
    .type__canon {
      font-size: 27px;
      font-size: 1.6875rem;
      line-height: 36px; } }
  @media (min-width: 730px) {
    .type__canon {
      font-size: 47px;
      font-size: 2.9375rem;
      line-height: 56px; } }

.type__trafalgar {
  font-size: 15px;
  font-size: 0.9375rem; }
  @media (min-width: 500px) {
    .type__trafalgar {
      font-size: 19px;
      font-size: 1.1875rem; } }
  @media (min-width: 730px) {
    .type__trafalgar {
      font-size: 33px;
      font-size: 2.0625rem; } }

.type__double-pica {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 26px; }
  @media (min-width: 500px) {
    .type__double-pica {
      font-size: 15px;
      font-size: 0.9375rem; } }
  @media (min-width: 730px) {
    .type__double-pica {
      font-size: 20px;
      font-size: 1.25rem; } }

.type__great-primer {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 22px; }
  @media (min-width: 500px) {
    .type__great-primer {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 22px; } }
  @media (min-width: 730px) {
    .type__great-primer {
      font-size: 16px;
      font-size: 1rem;
      line-height: 30px; } }

.type__pica {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 20px; }
  @media (min-width: 500px) {
    .type__pica {
      font-size: 11px;
      font-size: 0.6875rem;
      line-height: 20px; } }
  @media (min-width: 730px) {
    .type__pica {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 24px; } }

.type__long-primer {
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 16px; }
  @media (min-width: 500px) {
    .type__long-primer {
      font-size: 10px;
      font-size: 0.625rem;
      line-height: 18px; } }
  @media (min-width: 730px) {
    .type__long-primer {
      font-size: 10px;
      font-size: 0.625rem;
      line-height: 20px; } }

.type__brevier {
  font-size: 7px;
  font-size: 0.4375rem;
  line-height: 16px; }
  @media (min-width: 500px) {
    .type__brevier {
      font-size: 9px;
      font-size: 0.5625rem;
      line-height: 18px; } }
  @media (min-width: 730px) {
    .type__brevier {
      font-size: 9px;
      font-size: 0.5625rem;
      line-height: 18px; } }

.type__minion {
  font-size: 7px;
  font-size: 0.4375rem;
  line-height: 32px; }
  @media (min-width: 500px) {
    .type__minion {
      font-size: 7px;
      font-size: 0.4375rem;
      line-height: 16px; } }
  @media (min-width: 730px) {
    .type__minion {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 16px; } }

.type--uppercase {
  text-transform: uppercase; }

.type--bold {
  font-weight: 600; }

.type--light {
  font-weight: 300; }

body, html {
  width: 100%;
  height: 100%; }

.no-js-message {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  background-color: lightgreen;
  text-align: center; }
  .no-js .no-js-message {
    display: block; }

.anchor {
  text-decoration: none;
  cursor: pointer;
  color: #058acc; }
  .anchor:hover, .anchor:active {
    color: #045c9e; }

.anchor__dropdown:after {
  content: '';
  display: inline-block;
  position: relative;
  height: 6px;
  width: 15px;
  top: -1px;
  left: 5px;
  background-image: url("../img/down-carot.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: bottom;
  padding-right: 27px; }

.dropdown__container, .dropdown__container--open {
  overflow-y: hidden;
  max-height: 0;
  margin-top: 26px;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out; }

.dropdown__container--open {
  max-height: 800px; }

.page-header {
  display: table;
  padding: 20px;
  width: 100%;
  min-height: 407px;
  background-color: #1c75bc;
  background: -webkit-linear-gradient(45deg, #1c75bc 0%, #2f3691 100%);
  background: linear-gradient(45deg, #1c75bc 0%, #2f3691 100%); }
  @media screen and (min-width: 730px) {
    .page-header {
      padding: 40px; } }

.page-header__burger {
  position: relative;
  width: 33px;
  height: 33px;
  display: block;
  float: right;
  padding: 6px;
  cursor: pointer; }
  .page-header__burger:after {
    content: '';
    width: 33px;
    height: 33px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer; }
  @media screen and (min-width: 900px) {
    .page-header__burger {
      display: none; } }

.nav__patty {
  width: 21px;
  height: 3px;
  list-style: none;
  margin-top: 5px;
  background-color: white; }

.nav__patty:first-child {
  margin-top: 0; }

@media screen and (min-width: 1200px) {
  .page-header__bar {
    padding-right: 46px;
    padding-left: 12px; } }

.page-header__logo {
  float: left;
  padding-top: 2px;
  width: 136px; }
  @media screen and (min-width: 730px) {
    .page-header__logo {
      width: 192px; } }

.page-header__nav {
  display: none;
  position: absolute;
  top: 85px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: #1c75bc;
  padding-top: 12px; }
  @media screen and (min-width: 730px) {
    .page-header__nav {
      top: 115px; } }
  @media screen and (min-width: 900px) {
    .page-header__nav {
      display: block;
      float: right;
      position: static;
      background-color: transparent; } }

.page-header__title {
  color: white;
  display: inline-block; }
  @media screen and (min-width: 900px) {
    .page-header__title {
      padding-left: 30px; } }

.page-header__content--bottom {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-bottom: 60px; }

.page-header__table {
  display: table; }

.page-header__content {
  display: table-row;
  height: 100%;
  width: 100%;
  padding-top: 20px; }
  @media screen and (min-width: 900px) {
    .page-header__content {
      padding-top: 60px; } }

.page-header__content--landing {
  margin: 0 auto;
  text-align: center; }
  @media screen and (min-width: 500px) {
    .page-header__content--landing div {
      padding-bottom: 87px; } }
  .page-header__content--landing div > img {
    max-height: 360px;
    margin-top: 50px; }
    @media screen and (min-width: 500px) {
      .page-header__content--landing div > img {
        margin-top: 122px; } }
  .page-header__content--landing div > p {
    margin: 30px auto 53px;
    color: white;
    max-width: 490px;
    line-height: 25px;
    font-size: 24px; }
    @media screen and (min-width: 500px) {
      .page-header__content--landing div > p {
        margin-top: 65px;
        line-height: 36px;
        font-size: 32px; } }

.page-header__combo {
  margin: 0 auto;
  text-align: center; }
  @media screen and (min-width: 1200px) {
    .page-header__combo {
      width: 1055px;
      margin-top: 29px; } }

.page-header__combo-image {
  padding-top: 24px;
  padding-bottom: 24px; }

.page-content {
  counter-reset: div;
  min-height: 837px;
  margin-bottom: -268px;
  padding: 20px; }
  @media screen and (min-width: 900px) {
    .page-content {
      padding: 50px 40px; } }
  @media screen and (min-width: 1200px) {
    .page-content {
      padding: 50px 100px; } }

.page-content__paragraph {
  font-weight: 400; }
  @media screen and (min-width: 900px) {
    .page-content__paragraph {
      width: 486px; } }

.page-content--double-padding {
  padding: 40px 20px; }
  @media screen and (min-width: 500px) {
    .page-content--double-padding {
      padding: 50px 70px; } }
  @media screen and (min-width: 730px) {
    .page-content--double-padding {
      padding: 70px 130px; } }
  @media screen and (min-width: 900px) {
    .page-content--double-padding {
      padding: 129px 233px; } }

.page-content__push {
  height: 268px; }

.page-content__header {
  padding: 40px 20px 20px;
  background-color: #e8eded; }
  @media screen and (min-width: 500px) {
    .page-content__header {
      padding: 40px 50px 20px; } }
  @media screen and (min-width: 730px) {
    .page-content__header {
      padding: 90px 113px; } }
  @media screen and (min-width: 730px) {
    .page-content__header > .type__trafalgar {
      margin-bottom: 20px; } }

.page-content__header--landing {
  text-align: center;
  padding-top: 20px; }
  @media screen and (min-width: 500px) {
    .page-content__header--landing {
      padding-top: 20px; } }
  @media screen and (min-width: 730px) {
    .page-content__header--landing {
      padding-top: 90px; } }
  @media screen and (min-width: 900px) {
    .page-content__header--landing {
      padding: 118px 181px; } }
  .page-content__header--landing > p {
    margin-top: 18px; }
    @media screen and (min-width: 730px) {
      .page-content__header--landing > p {
        margin: 18px 100px 0; } }

.page-content__header--alt-landing {
  padding: 40px 10px; }
  @media screen and (min-width: 500px) {
    .page-content__header--alt-landing {
      padding: 80px 30px; } }
  @media screen and (min-width: 730px) {
    .page-content__header--alt-landing {
      padding: 120px 40px; } }
  @media screen and (min-width: 900px) {
    .page-content__header--alt-landing {
      padding: 120px 113px; } }
  @media screen and (min-width: 1200px) {
    .page-content__header--alt-landing {
      padding: 120px 225px; } }
  .page-content__header--alt-landing > img {
    margin-bottom: 40px; }
  .page-content__header--alt-landing > p {
    margin-bottom: 24px; }
    @media screen and (min-width: 500px) {
      .page-content__header--alt-landing > p {
        margin-top: 20px; } }
  .page-content__header--alt-landing > .page-content__c1 {
    margin: 40px auto;
    max-width: 560px; }
    @media screen and (min-width: 500px) {
      .page-content__header--alt-landing > .page-content__c1 {
        margin: 64px auto 117px; } }
    .page-content__header--alt-landing > .page-content__c1 > div {
      padding-bottom: 40px; }
      @media screen and (min-width: 500px) {
        .page-content__header--alt-landing > .page-content__c1 > div {
          width: 50%;
          padding: 0;
          float: left; } }
      .page-content__header--alt-landing > .page-content__c1 > div > img {
        margin-bottom: 5px; }
      .page-content__header--alt-landing > .page-content__c1 > div > .dashed > li:before {
        padding-right: 5px; }

.page-content__table {
  border: 1px solid #e8eded;
  text-align: left;
  margin-bottom: 88px;
  margin-top: 24px;
  margin-left: -10px;
  margin-right: -10px; }
  @media screen and (min-width: 500px) {
    .page-content__table {
      margin-top: 42px;
      margin-left: 0;
      margin-right: 0; } }
  .page-content__table .page-content__table-row > div {
    float: left;
    width: 25%;
    padding: 10px;
    /*@media screen and (min-width: $group-c) {
                padding: 36px 30px;
            }*/ }
    @media screen and (min-width: 730px) {
      .page-content__table .page-content__table-row > div {
        padding: 14px; } }
  .page-content__table .page-content__table--hr {
    font-weight: 600;
    background-color: #e8eded; }
    .page-content__table .page-content__table--hr > div {
      padding: 15px;
      /*@media screen and (min-width: $group-c) {
                padding: 24px 30px;
            }*/ }
      @media screen and (min-width: 730px) {
        .page-content__table .page-content__table--hr > div {
          padding: 14px; } }

.page-content__btn-group {
  padding-top: 30px;
  padding-bottom: 35px; }
  @media screen and (min-width: 730px) {
    .page-content__btn-group {
      padding-bottom: 0; } }

.page-content__media-section {
  padding: 30px 0;
  border-top: 1px solid #e8eded; }
  @media screen and (min-width: 1200px) {
    .page-content__media-section {
      margin-top: 20px;
      padding: 36px 0 70px 0; } }
  .page-content__media-section:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 26px; }

@media screen and (min-width: 900px) {
  .page-content__media-section .media-section__right {
    padding-left: 36px; } }

@media screen and (min-width: 1200px) {
  .page-content__media-section .media-section__right {
    padding-right: 38px; } }

.page-footer {
  padding-top: 53px;
  text-align: center;
  background-color: #e8eded; }
  @media (min-width: 900px) {
    .page-footer {
      height: 268px; } }

.page-footer__copyright {
  color: #a7a9ac;
  padding-top: 46px; }

.page-footer--landing {
  margin-top: 140px; }

.nav__list {
  display: block;
  font-size: 18px;
  padding: 20px 10px;
  letter-spacing: 1px; }
  @media screen and (min-width: 900px) {
    .nav__list {
      display: inline-block;
      padding: 0;
      font-size: 14px; } }
  @media screen and (min-width: 856px) {
    .nav__list {
      position: relative;
      margin: 0 5px; }
      .nav__list:last-child {
        margin-right: 0; } }

@media screen and (min-width: 1200px) {
  .nav__list--leg-room {
    margin: 0 35px; } }

.nav__anchor {
  color: #575555;
  padding: 10px 20px;
  cursor: pointer;
  display: block; }
  @media screen and (min-width: 900px) {
    .nav__anchor {
      display: inline; }
      .nav__anchor:hover {
        color: #9e9f9f; } }
  @media screen and (min-width: 900px) {
    .nav__anchor.nav__anchor--active {
      color: #9e9f9f; } }

.nav__anchor--inverted {
  color: white; }
  @media screen and (min-width: 900px) {
    .nav__anchor--inverted {
      color: #70A7D5; }
      .nav__anchor--inverted:hover {
        color: white; }
      .nav__anchor--inverted.nav__anchor--active {
        color: white; } }

.nav__anchor--dropdown:after {
  content: '';
  background-image: url("../img/down-carot.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 50% top;
  padding-right: 47px;
  display: inline-block;
  height: 6px;
  position: relative;
  top: -2px; }
  @media screen and (min-width: 900px) {
    .nav__anchor--dropdown:after {
      background-position: 50% bottom; } }

.nav__anchor--dropdown:hover:after {
  background-position: 50% top; }

.nav__anchor--open {
  background-color: #1c75bc; }
  .nav__anchor--open + .nav__dropdown {
    display: block; }

.nav__dropdown {
  display: none;
  background-color: #1c75bc;
  padding: 0 30px; }
  @media screen and (min-width: 900px) {
    .nav__dropdown {
      position: absolute;
      padding: 10px 0;
      left: 0;
      right: -51px; } }

.nav--visible {
  display: block; }

.nav__dropdown-link {
  list-style: none;
  font-size: 16px;
  padding-top: 20px; }
  @media screen and (min-width: 900px) {
    .nav__dropdown-link {
      padding: 0;
      font-size: 14px; } }
  .nav__dropdown-link > .nav__anchor {
    text-transform: uppercase;
    padding: 5px 20px;
    display: block;
    color: #70A7D5; }
    @media screen and (min-width: 900px) {
      .nav__dropdown-link > .nav__anchor:hover {
        color: white; }
      .nav__dropdown-link > .nav__anchor.nav__anchor--active {
        color: white; } }

@media screen and (min-width: 900px) {
  .media-section__left, .media-section__right {
    float: left;
    height: 355px; } }

.media-section__left:before, .media-section__right:before {
  display: inline-block;
  content: '';
  vertical-align: middle;
  height: 100%; }

.media-section__left {
  text-align: center;
  font: 0/0 a; }
  @media screen and (min-width: 900px) {
    .media-section__left {
      width: 44%; } }
  .media-section__left img {
    display: inline-block;
    vertical-align: middle;
    max-height: 345px; }

@media screen and (min-width: 900px) {
  .media-section__right {
    display: table;
    width: 56%; } }

.media-section__right > ul {
  display: table-cell;
  vertical-align: middle; }

.media-section__heading {
  margin-bottom: 45px; }
  @media screen and (min-width: 900px) {
    .media-section__heading {
      margin: 75px 0; } }

.media-section__landing {
  margin-top: 1px;
  text-align: center; }
  @media screen and (min-width: 900px) {
    .media-section__landing > h2 {
      padding: 0 185px; } }
  .media-section__landing .media-section__third > h3, .media-section__landing .tabular__third > h3 {
    font-size: 22px;
    margin-top: 35px; }
    @media screen and (min-width: 730px) {
      .media-section__landing .media-section__third > h3, .media-section__landing .tabular__third > h3 {
        font-size: 24px; } }
  .media-section__landing .media-section__third > p, .media-section__landing .tabular__third > p {
    padding: 25px 10px; }
    @media screen and (min-width: 730px) {
      .media-section__landing .media-section__third > p, .media-section__landing .tabular__third > p {
        padding: 25px 58px; } }
  @media screen and (min-width: 900px) {
    .media-section__landing .media-section__third .media-section__image-container, .media-section__landing .tabular__third .media-section__image-container {
      height: 300px; } }
  .media-section__landing .media-section__third .media-section__image-container:before, .media-section__landing .tabular__third .media-section__image-container:before {
    display: inline-block;
    content: '';
    vertical-align: middle;
    height: 100%; }
  .media-section__landing .media-section__third .media-section__image-container > img, .media-section__landing .tabular__third .media-section__image-container > img {
    vertical-align: bottom;
    display: inline-block;
    max-height: 290px;
    max-width: 270px; }
    @media screen and (min-width: 900px) {
      .media-section__landing .media-section__third .media-section__image-container > img, .media-section__landing .tabular__third .media-section__image-container > img {
        vertical-align: middle;
        max-width: 200px; } }
    @media screen and (min-width: 1200px) {
      .media-section__landing .media-section__third .media-section__image-container > img, .media-section__landing .tabular__third .media-section__image-container > img {
        max-width: 270px; } }

.media-section__list-item {
  margin-bottom: 25px; }

.media-section--border-bottom {
  border-bottom: 1px solid #e8eded;
  margin-bottom: 50px; }

.media-section__third, .tabular__third {
  float: left;
  width: 100%;
  padding-top: 25px; }
  @media screen and (min-width: 730px) {
    .media-section__third, .tabular__third {
      padding-top: 74px; } }
  @media screen and (min-width: 900px) {
    .media-section__third, .tabular__third {
      width: 33.3333%;
      padding-top: 0; } }

.text-section {
  display: table;
  width: 100%;
  margin-bottom: 75px; }
  .text-section > h2 {
    margin-bottom: 10px; }
    @media screen and (min-width: 500px) {
      .text-section > h2 {
        margin-bottom: 20px; } }
  @media screen and (min-width: 500px) {
    .text-section {
      width: 340px; } }
  @media screen and (min-width: 730px) {
    .text-section {
      width: 486px; } }
  .text-section > p + p {
    margin: 20px 0 0; }
  .text-section > ul {
    display: table-cell;
    vertical-align: middle; }

.text-section--glc {
  position: relative;
  margin: 120px 0; }
  @media screen and (min-width: 500px) {
    .text-section--glc {
      margin: 170px 0; } }
  @media screen and (min-width: 730px) {
    .text-section--glc {
      margin: 120px 120px 0; } }
  @media screen and (min-width: 900px) {
    .text-section--glc {
      margin-top: 0;
      margin-bottom: 110px;
      margin-left: 170px; } }
  .text-section--glc:before {
    counter-increment: div;
    content: counter(div);
    background-image: url("../img/principles_gradient.png");
    background-repeat: no-repeat;
    position: absolute;
    font-weight: 600;
    color: #3fa5d8;
    text-align: center;
    display: block;
    background-size: 64px;
    top: -90px;
    font-size: 27px;
    width: 64px;
    height: 64px;
    line-height: 64px; }
    @media screen and (min-width: 500px) {
      .text-section--glc:before {
        background-size: 100px;
        top: -120px;
        font-size: 50px;
        width: 100px;
        height: 100px;
        line-height: 100px; } }
    @media screen and (min-width: 730px) {
      .text-section--glc:before {
        top: 50%;
        left: -160px;
        line-height: 116px;
        background-size: 116px;
        font-size: 42px;
        margin-top: -50px;
        width: 116px;
        height: 116px; } }

.text-section__list {
  margin-bottom: 25px; }

.text-section__list:last-child {
  margin-bottom: 0; }

.btn {
  display: block;
  border-radius: 30px;
  letter-spacing: 1px;
  font-size: 12px;
  margin-top: 5px;
  padding: 16px 22px;
  cursor: pointer; }
  @media screen and (min-width: 500px) {
    .btn {
      display: inline;
      margin-top: 0; } }

@media screen and (min-width: 730px) {
  .btn + .btn {
    margin-left: 15px; } }

.btn__default {
  text-align: center; }

.btn__host {
  padding-right: 50px;
  padding-left: 27px;
  position: relative;
  padding-bottom: 16px;
  padding-top: 0; }
  @media screen and (min-width: 500px) {
    .btn__host {
      padding-top: 16px; } }
  .btn__host:before {
    content: '';
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color: white;
    width: 35px;
    height: 35px;
    position: relative;
    top: 11px;
    left: -14px; }
    @media screen and (min-width: 500px) {
      .btn__host:before {
        top: 13px;
        left: -20px; } }

.btn--android:before {
  background-position: 12px;
  background-image: url("../img/btn_play.png"); }

.btn--ios:before {
  background-position-y: 8px;
  background-image: url("../img/btn_mac.png"); }

.btn--windows:before {
  background-image: url("../img/btn_windows.png"); }

.btn--alt-1 {
  color: white;
  background-color: #02b4cc; }
  .btn--alt-1:hover {
    background-color: #4ec0d0; }

.btn--alt-2 {
  color: white;
  background-color: #1c75bc; }
  .btn--alt-2:hover {
    background-color: #548bb7; }

.btn--alt-3 {
  color: white;
  background-color: #61c179; }
  .btn--alt-3:hover {
    background-color: #82c192; }

.tabular {
  background-color: #058acc; }

.tabular__container {
  position: relative;
  margin: 0 auto;
  height: 160px; }
  @media screen and (min-width: 500px) {
    .tabular__container {
      height: 194px; } }
  @media screen and (min-width: 900px) {
    .tabular__container {
      width: 72%; } }

.tabular--img-1-1, .tabular--img-1-2, .tabular--img-1-3, .tabular--img-2-1, .tabular--img-2-2, .tabular--img-2-3, .tabular--img-3-1, .tabular--img-3-2, .tabular--img-3-3 {
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative; }
  .tabular--img-1-1:before, .tabular--img-1-2:before, .tabular--img-1-3:before, .tabular--img-2-1:before, .tabular--img-2-2:before, .tabular--img-2-3:before, .tabular--img-3-1:before, .tabular--img-3-2:before, .tabular--img-3-3:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.82) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.82) 100%); }

.tabular--img-1-1 {
  background-image: url("../img/1_step1.jpg"); }

.tabular--img-1-2 {
  background-image: url("../img/1_step2.jpg"); }

.tabular--img-1-3 {
  background-image: url("../img/1_step3.jpg"); }

.tabular--img-2-1 {
  background-image: url("../img/2_step1.jpg"); }

.tabular--img-2-2 {
  background-image: url("../img/2_step2.jpg"); }

.tabular--img-2-3 {
  background-image: url("../img/2_step3.jpg"); }

.tabular--img-3-1 {
  background-image: url("../img/3_step1.jpg"); }

.tabular--img-3-2 {
  background-image: url("../img/3_step2.jpg"); }

.tabular--img-3-3 {
  background-image: url("../img/3_step3.jpg"); }

.tabular__tab {
  float: left;
  list-style: none;
  display: table;
  width: 33.3333%;
  height: 160px; }
  @media screen and (min-width: 500px) {
    .tabular__tab {
      height: 194px; } }

.tabular__third {
  height: 290px;
  padding: 0; }
  @media screen and (min-width: 500px) {
    .tabular__third {
      height: 510px; } }

.tabular__text {
  vertical-align: middle;
  color: white;
  letter-spacing: 0;
  padding: 5px;
  font-size: 12px;
  line-height: 18px;
  display: table-cell; }
  @media screen and (min-width: 500px) {
    .tabular__text {
      padding: 20px;
      font-size: 16px; } }
  @media screen and (min-width: 640px) {
    .tabular__text {
      padding: 0 41px; } }

.tabular__content {
  display: none;
  background-color: gray;
  counter-reset: section;
  min-height: 510px; }

.tabular__content--active {
  display: block; }

.tabular__tab--active {
  background-color: #3fa5d8; }

.tabular__content-text {
  color: white;
  text-align: left;
  letter-spacing: 0;
  padding: 50px 30px 20px 73px; }
  @media screen and (min-width: 500px) {
    .tabular__content-text {
      padding: 120px 40px 0 110px; } }
  @media screen and (min-width: 730px) {
    .tabular__content-text {
      padding: 80px 30px 0 94px; } }
  @media screen and (min-width: 1183px) {
    .tabular__content-text {
      padding: 150px 90px 0 115px; } }
  .tabular__content-text h3 {
    padding-bottom: 20px;
    position: relative;
    font-size: 21px; }
    @media screen and (min-width: 500px) {
      .tabular__content-text h3 {
        font-size: 24px; } }
    .tabular__content-text h3:before {
      position: absolute;
      counter-increment: section;
      content: counter(section);
      display: block;
      text-align: center;
      border-radius: 50%;
      font-size: 20px;
      line-height: 38px;
      left: -55px;
      top: -8px;
      width: 40px;
      height: 40px;
      border: 2px solid; }
      @media screen and (min-width: 500px) {
        .tabular__content-text h3:before {
          left: -70px;
          top: -10px;
          width: 51px;
          height: 51px;
          border: 5px solid; } }
  .tabular__content-text p {
    position: relative; }