/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and 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; }

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

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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"] {
  -webkit-box-sizing: border-box;
          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 macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 0.625rem; }

body {
  font-family: "Titillium Web", sans-serif;
  background: #fff;
  font-size: 1.6rem;
  color: #203449; }

img {
  width: auto;
  max-width: 100%;
  height: auto; }

a {
  color: #ff6c00; }

.container, .row {
  *zoom: 1; }
  .container:before, .row:before, .container:after, .row:after {
    content: '';
    display: table; }
  .container:after, .row:after {
    clear: both; }

*[class^="col"] {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  min-height: 1px; }

.container {
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1280px) {
    .container {
      max-width: 1267px; } }

.row {
  margin-left: -15px;
  margin-right: -15px; }

@media (min-width: 576px) {
  .col-small-1 {
    width: 8.33333%; }
  .col-small-offset-1 {
    margin-left: 8.33333%; }
  .col-small-2 {
    width: 16.66667%; }
  .col-small-offset-2 {
    margin-left: 16.66667%; }
  .col-small-3 {
    width: 25%; }
  .col-small-offset-3 {
    margin-left: 25%; }
  .col-small-4 {
    width: 33.33333%; }
  .col-small-offset-4 {
    margin-left: 33.33333%; }
  .col-small-5 {
    width: 41.66667%; }
  .col-small-offset-5 {
    margin-left: 41.66667%; }
  .col-small-6 {
    width: 50%; }
  .col-small-offset-6 {
    margin-left: 50%; }
  .col-small-7 {
    width: 58.33333%; }
  .col-small-offset-7 {
    margin-left: 58.33333%; }
  .col-small-8 {
    width: 66.66667%; }
  .col-small-offset-8 {
    margin-left: 66.66667%; }
  .col-small-9 {
    width: 75%; }
  .col-small-offset-9 {
    margin-left: 75%; }
  .col-small-10 {
    width: 83.33333%; }
  .col-small-offset-10 {
    margin-left: 83.33333%; }
  .col-small-11 {
    width: 91.66667%; }
  .col-small-offset-11 {
    margin-left: 91.66667%; }
  .col-small-12 {
    width: 100%; }
  .col-small-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-medium-1 {
    width: 8.33333%; }
  .col-medium-offset-1 {
    margin-left: 8.33333%; }
  .col-medium-2 {
    width: 16.66667%; }
  .col-medium-offset-2 {
    margin-left: 16.66667%; }
  .col-medium-3 {
    width: 25%; }
  .col-medium-offset-3 {
    margin-left: 25%; }
  .col-medium-4 {
    width: 33.33333%; }
  .col-medium-offset-4 {
    margin-left: 33.33333%; }
  .col-medium-5 {
    width: 41.66667%; }
  .col-medium-offset-5 {
    margin-left: 41.66667%; }
  .col-medium-6 {
    width: 50%; }
  .col-medium-offset-6 {
    margin-left: 50%; }
  .col-medium-7 {
    width: 58.33333%; }
  .col-medium-offset-7 {
    margin-left: 58.33333%; }
  .col-medium-8 {
    width: 66.66667%; }
  .col-medium-offset-8 {
    margin-left: 66.66667%; }
  .col-medium-9 {
    width: 75%; }
  .col-medium-offset-9 {
    margin-left: 75%; }
  .col-medium-10 {
    width: 83.33333%; }
  .col-medium-offset-10 {
    margin-left: 83.33333%; }
  .col-medium-11 {
    width: 91.66667%; }
  .col-medium-offset-11 {
    margin-left: 91.66667%; }
  .col-medium-12 {
    width: 100%; }
  .col-medium-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-large-1 {
    width: 8.33333%; }
  .col-large-offset-1 {
    margin-left: 8.33333%; }
  .col-large-2 {
    width: 16.66667%; }
  .col-large-offset-2 {
    margin-left: 16.66667%; }
  .col-large-3 {
    width: 25%; }
  .col-large-offset-3 {
    margin-left: 25%; }
  .col-large-4 {
    width: 33.33333%; }
  .col-large-offset-4 {
    margin-left: 33.33333%; }
  .col-large-5 {
    width: 41.66667%; }
  .col-large-offset-5 {
    margin-left: 41.66667%; }
  .col-large-6 {
    width: 50%; }
  .col-large-offset-6 {
    margin-left: 50%; }
  .col-large-7 {
    width: 58.33333%; }
  .col-large-offset-7 {
    margin-left: 58.33333%; }
  .col-large-8 {
    width: 66.66667%; }
  .col-large-offset-8 {
    margin-left: 66.66667%; }
  .col-large-9 {
    width: 75%; }
  .col-large-offset-9 {
    margin-left: 75%; }
  .col-large-10 {
    width: 83.33333%; }
  .col-large-offset-10 {
    margin-left: 83.33333%; }
  .col-large-11 {
    width: 91.66667%; }
  .col-large-offset-11 {
    margin-left: 91.66667%; }
  .col-large-12 {
    width: 100%; }
  .col-large-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1280px) {
  .col-largest-1 {
    width: 8.33333%; }
  .col-largest-offset-1 {
    margin-left: 8.33333%; }
  .col-largest-2 {
    width: 16.66667%; }
  .col-largest-offset-2 {
    margin-left: 16.66667%; }
  .col-largest-3 {
    width: 25%; }
  .col-largest-offset-3 {
    margin-left: 25%; }
  .col-largest-4 {
    width: 33.33333%; }
  .col-largest-offset-4 {
    margin-left: 33.33333%; }
  .col-largest-5 {
    width: 41.66667%; }
  .col-largest-offset-5 {
    margin-left: 41.66667%; }
  .col-largest-6 {
    width: 50%; }
  .col-largest-offset-6 {
    margin-left: 50%; }
  .col-largest-7 {
    width: 58.33333%; }
  .col-largest-offset-7 {
    margin-left: 58.33333%; }
  .col-largest-8 {
    width: 66.66667%; }
  .col-largest-offset-8 {
    margin-left: 66.66667%; }
  .col-largest-9 {
    width: 75%; }
  .col-largest-offset-9 {
    margin-left: 75%; }
  .col-largest-10 {
    width: 83.33333%; }
  .col-largest-offset-10 {
    margin-left: 83.33333%; }
  .col-largest-11 {
    width: 91.66667%; }
  .col-largest-offset-11 {
    margin-left: 91.66667%; }
  .col-largest-12 {
    width: 100%; }
  .col-largest-offset-12 {
    margin-left: 100%; } }

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 45px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 55px;
      line-height: 76px; } }

.left {
  float: left; }

.right {
  float: right; }

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

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

@media (max-width: 991px) {
  .container {
    padding: 0; } }

.sidebar {
  padding-top: 30px;
  background: #fff;
  overflow: hidden; }
  @media (max-width: 991px) {
    .sidebar {
      text-align: center;
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 992px) {
    .sidebar {
      position: fixed;
      width: 300px;
      padding-top: 45px;
      float: left;
      height: 100vh; } }
  @media (min-width: 1280px) {
    .sidebar {
      width: 422px; } }
  .sidebar img {
    margin-bottom: 40px; }
    .sidebar img.last {
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .sidebar img.last {
          display: none; } }
      @media (min-width: 992px) {
        .sidebar img.last {
          position: absolute;
          bottom: 0;
          left: 0; } }
      .sidebar img.last.mobile {
        display: none; }
        @media (max-width: 991px) {
          .sidebar img.last.mobile {
            display: block; } }

@media (min-width: 992px) {
  .content {
    width: 600px;
    float: right; } }

@media (min-width: 1280px) {
  .content {
    width: 815px; } }

@media (max-width: 991px) {
  .section {
    padding: 20px 25px; } }

@media (min-width: 992px) {
  .section {
    padding: 20px 40px 40px;
    border-left: 1px solid #f6f6f6; } }

@media (min-width: 1280px) {
  .section {
    padding: 20px 85px 40px; } }

.section h2 {
  color: #ff8b03; }

.section.grey {
  background: #f6f6f6; }
  .section.grey h2 {
    color: #ff6c00; }

.section.center {
  text-align: left;
  padding-top: 21px;
  padding-bottom: 55px; }
  .section.center a {
    color: #ff8b03;
    font-size: 21px;
    font-weight: 200; }
    @media (min-width: 992px) {
      .section.center a {
        font-size: 34px; } }
    @media (min-width: 1280px) {
      .section.center a {
        font-size: 34px; } }

p, li {
  font-size: 20px;
  font-weight: 200;
  line-height: 35px; }
  @media (min-width: 768px) {
    p, li {
      font-size: 34px;
      line-height: 47px; } }
  p.small, li.small {
    font-size: 21px;
    line-height: 34px; }
  p.regular, li.regular {
    font-weight: 400; }
  p a, li a {
    word-break: break-all; }
    @media (max-width: 1279px) {
      p a, li a {
        font-size: 30px; } }
    @media (max-width: 991px) {
      p a, li a {
        font-size: 20px; } }

p {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    p {
      margin-bottom: 13px; } }

ul {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 3
 0px; }

li {
  list-style: none;
  background: url(../img/li.jpg) 10px 15px no-repeat;
  padding-left: 35px; }

.button {
  border: 1px solid #ff6c00;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
  border-radius: 25px;
  line-height: 50px;
  margin-right: 25px;
  padding: 0 20px;
  text-transform: uppercase; }
  .button:hover {
    color: #fff;
    background: #ff6c00; }
  @media (max-width: 991px) {
    .button {
      margin-bottom: 30px; } }
  @media (min-width: 1280px) {
    .button {
      font-size: 21px;
      border-radius: 27.5px;
      line-height: 55px;
      margin-right: 45px;
      padding: 0 25px; } }

.buttons {
  padding: 50px 0; }
  @media (max-width: 991px) {
    .buttons {
      text-align: center;
      padding-bottom: 20px; } }

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