@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-youtube:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-back:before {
  content: ""; }

.icon-next:before {
  content: ""; }

.nav-slide .social-list, .nav, .drop > ul, .social {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #868686;
  background: #f6f6f6;
  font: 18px/1.33 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 40px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 22px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #314a82;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none;
    color: #39f; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #868686;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #333; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #868686; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #868686; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #868686; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #868686; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #868686; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

/* header styles */
#header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  min-height: 90px;
  background-position: 50% 0%;
  background-size: cover;
  z-index: 5;
  padding: 24px 19px 10px 108px; }
  @media (min-width: 768px) {
    #header {
      padding: 34px 19px 20px 206px; } }
  @media (min-width: 1024px) {
    #header {
      padding: 29px 19px 20px 206px; } }
  #header:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(14, 37, 66, 0.25);
    z-index: -1; }

/* page logo styles */
.logo {
  font-size: 18px;
  font-weight: 300;
  line-height: 0.7; }
  @media (min-width: 768px) {
    .logo {
      font-size: 20px; } }
  @media (min-width: 1024px) {
    .logo {
      font-size: 39px; } }
  .logo.print {
    display: none; }
  .logo a {
    color: #fff;
    text-shadow: 0.5px 0.9px 3px rgba(0, 0, 0, 0.3); }
  .logo img {
    display: block;
    width: 100px;
    margin: 0 0 5px; }
    @media (min-width: 768px) {
      .logo img {
        display: inline-block;
        margin: 0; } }
    @media (min-width: 1024px) {
      .logo img {
        width: 163px; } }
  .logo span {
    color: #fe8b3e;
    line-height: 0.5;
    font-size: 25px;
    display: none; }
    @media (min-width: 768px) {
      .logo span {
        display: inline-block; } }
    @media (min-width: 1024px) {
      .logo span {
        font-size: 50px; } }

/* opener-box styles */
.opener-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 90px;
  z-index: 10;
  background-color: rgba(20, 2, 58, 0.2);
  -webkit-transition: background .3s linear;
          transition: background .3s linear; }
  @media (min-width: 768px) {
    .opener-box {
      width: 178px;
      padding-left: 55px; } }
  .opener-box:hover, .opener-box:focus {
    background: rgba(49, 74, 130, 0.7); }
  .opener-box .burger-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 76px;
    -webkit-transition: opacity .3s linear, visibility .3s linear;
            transition: opacity .3s linear, visibility .3s linear;
    display: none; }
    @media (min-width: 768px) {
      .opener-box .burger-title {
        display: block; } }
    .opener-box .burger-title.close {
      opacity: 0;
      visibility: hidden; }

/* burger styles */
.burger {
  width: 26px;
  height: 18px;
  position: absolute;
  display: block;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .burger:hover, .burger:focus {
    opacity: 0.8; }
  .burger:before, .burger:after,
  .burger span {
    position: absolute;
    top: 50%;
    background: #fff;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    height: 3px;
    -webkit-transition: 0.3s ease 0s;
            transition: 0.3s ease 0s; }
  .burger:after, .burger:before {
    content: '';
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .burger:after {
    top: auto;
    bottom: 0; }

/* nav slide styles */
.nav-slide {
  -webkit-transition: width 0.3s ease-in-out, left 0.3s ease-in-out, padding-left 0.3s ease-in-out;
          transition: width 0.3s ease-in-out, left 0.3s ease-in-out, padding-left 0.3s ease-in-out;
  width: 320px;
  left: -320px;
  top: 104px;
  height: calc(100vh - 104px);
  position: absolute;
  overflow: auto;
  background: #3b5184;
  z-index: 99;
  padding: 10px 25px 20px; }
  @media (min-width: 380px) {
    .nav-slide {
      top: 90px;
      height: calc(100vh - 90px); } }
  @media (min-width: 768px) {
    .nav-slide {
      width: 400px;
      left: -400px;
      height: calc(100vh - 90px);
      padding: 27px 25px 20px; } }
  .nav-active .nav-slide {
    left: 0; }
  .active-menu .nav-slide {
    overflow: hidden; }
  .nav-slide .subscribe-form {
    display: block;
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .nav-slide .subscribe-form {
        margin: 0 0 29px; } }
    .nav-slide .subscribe-form .title {
      display: block;
      margin: 0 0 15px;
      color: #fff;
      font-size: 20px;
      font-weight: 400;
      text-align: center; }
      @media (min-width: 768px) {
        .nav-slide .subscribe-form .title {
          font-size: 22px;
          margin: 0 0 26px; } }
    .nav-slide .subscribe-form .input-wrap {
      margin: 0 0 8px; }
      @media (min-width: 768px) {
        .nav-slide .subscribe-form .input-wrap {
          margin: 0 0 13px; } }
      .nav-slide .subscribe-form .input-wrap input {
        min-width: 0;
        width: 100%;
        text-align: center;
        font-size: 14px; }
    .nav-slide .subscribe-form .btn {
      width: 100%;
      max-width: none;
      min-width: 0; }
  .nav-slide .contact-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .nav-slide .contact-box {
        margin: 0 0 37px; } }
    .nav-slide .contact-box a {
      text-transform: none;
      padding: 0;
      color: #fff;
      font-size: 14px; }
      .nav-slide .contact-box a:hover, .nav-slide .contact-box a:focus {
        color: #fe8b3e;
        background: none; }
    .nav-slide .contact-box a[href^="tel"] {
      font-size: 17px; }
  .nav-slide .social-list {
    text-align: center;
    overflow: hidden;
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .nav-slide .social-list {
        padding-right: 19px;
        margin: 0 0 39px; } }
    .nav-slide .social-list li {
      display: inline-block;
      vertical-align: top;
      overflow: hidden;
      border: none;
      margin: 0 10px; }
    .nav-slide .social-list a {
      display: block;
      color: #6687b6;
      font-size: 20px;
      line-height: 0.8;
      text-transform: none;
      overflow: hidden;
      padding: 0; }
      .nav-slide .social-list a:after {
        display: none; }
      .nav-slide .social-list a:hover, .nav-slide .social-list a:focus {
        background: none;
        color: #fe8b3e; }
      .nav-slide .social-list a i {
        line-height: .9; }

@media (min-width: 768px) {
  #nav {
    background: #fe8b3e; } }

.nav {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 15px;
  text-transform: uppercase;
  border-top: 1px solid #556ca1; }
  @media (min-width: 768px) {
    .nav {
      margin: 0 0 39px; } }
  .nav li {
    margin: 0;
    position: static;
    border-bottom: 1px solid #556ca1; }
    .nav li:before {
      display: none; }
    .nav li > a:after {
      content: '\00BB';
      position: absolute;
      right: 32px;
      top: 31%;
      color: #fe8b3e;
      font-size: 24px;
      line-height: 0.4; }
      @media (min-width: 768px) {
        .nav li > a:after {
          line-height: 0.6; } }
    .nav li.active-drop > .drop {
      left: 0;
      top: 90px;
      overflow: auto;
      height: calc(100vh - 90px);
      bottom: 0;
      position: fixed;
      z-index: 9999; }
      @media (max-width: 767px) {
        .nav li.active-drop > .drop {
          height: calc(100vh - 104px);
          top: 104px; } }
    .nav li.has-drop > a:after {
      content: '\00BB';
      position: absolute;
      right: 32px;
      top: 31%;
      color: #fe8b3e;
      font-size: 24px;
      line-height: 0.4; }
      @media (min-width: 768px) {
        .nav li.has-drop > a:after {
          line-height: 0.6; } }
  .nav a {
    color: #fff;
    display: block;
    padding: 0;
    padding: 10px 21px 10px 33px;
    position: relative; }
    @media (min-width: 768px) {
      .nav a {
        padding: 22px 21px 20px 33px; } }
    .nav a:hover, .nav a:focus {
      background: #314a82; }

.drop {
  -webkit-transition: left 0.3s ease-in-out;
          transition: left 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: -320px;
  width: 320px;
  background: #3b5184;
  z-index: 1;
  overflow: auto;
  padding-bottom: 10px;
  height: 0; }
  @media (min-width: 768px) {
    .drop {
      left: -400px;
      width: 400px; } }
  .drop .subscribe-form {
    display: block;
    margin: 0;
    padding: 10px 25px 15px;
    border-bottom: 1px solid #556ca1; }
    @media (min-width: 768px) {
      .drop .subscribe-form {
        padding: 33px 25px 29px;
        margin: 0; } }
    .drop .subscribe-form .title {
      display: block;
      margin: 0 0 15px;
      color: #fff;
      font-size: 20px;
      font-weight: 400;
      text-align: center;
      text-transform: none; }
      @media (min-width: 768px) {
        .drop .subscribe-form .title {
          font-size: 22px;
          margin: 0 0 31px; } }
    .drop .subscribe-form .input-wrap {
      margin: 0 0 8px; }
      @media (min-width: 768px) {
        .drop .subscribe-form .input-wrap {
          margin: 0 0 13px; } }
      .drop .subscribe-form .input-wrap input {
        min-width: 0;
        width: 100%;
        text-align: center;
        font-size: 14px; }
    .drop .subscribe-form .btn {
      width: 100%;
      max-width: none;
      min-width: 0; }
  .drop > ul {
    border-top: 1px solid #556ca1;
    margin: 0 0 39px; }
    .drop > ul li:before {
      display: none; }
    .drop > ul li > a:after {
      content: '\00BB';
      position: absolute;
      right: 32px;
      top: 31%;
      color: #fe8b3e;
      font-size: 24px; }
    .drop > ul ul {
      padding-left: 56px; }
      .drop > ul ul li {
        border: none; }
        .drop > ul ul li:before {
          display: none; }
      .drop > ul ul a {
        color: #fff;
        font-size: 12px;
        line-height: 16px;
        padding: 3px 0; }
  .drop li {
    border-bottom: 1px solid #556ca1; }
    .drop li:before {
      display: none; }
  .drop a {
    color: #fff;
    padding: 22px 21px 20px 33px;
    line-height: 20px;
    font-size: 15px; }
  .drop .back {
    color: #fff;
    display: block;
    position: relative;
    padding: 22px 21px 20px 55px; }
    .drop .back:before {
      content: '\00AB';
      position: absolute;
      top: 34%;
      left: 33px;
      color: #fe8b3e;
      font-size: 22px; }
    .drop .back:after {
      display: none; }

.nav-active #wrapper {
  height: 100vh; }
  .nav-active #wrapper:before {
    opacity: 1;
    visibility: visible; }

.nav-active .burger span {
  opacity: 0; }

.nav-active .burger:before, .nav-active .burger:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  left: 0;
  right: 0; }

.nav-active .burger:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.nav-active .opener-box {
  background: #3b5184; }
  .nav-active .opener-box .burger-title.close {
    opacity: 1;
    visibility: visible; }
  .nav-active .opener-box .burger-title.explore {
    opacity: 0;
    visibility: hidden; }

.holder-nav {
  margin: 0 -25px; }

/* footer styles */
#footer {
  background: #152852;
  color: #fff; }
  @media (max-width: 767px) {
    #footer {
      text-align: center; } }
  #footer .logo {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
    #footer .logo img {
      width: 100%;
      max-width: 163px; }
    #footer .logo.print {
      display: none; }

.subscribe-section {
  background: #314a82;
  color: #fff;
  padding: 58px 0 67px; }
  @media (max-width: 767px) {
    .subscribe-section {
      padding: 10px 0 15px; } }

/* subscribe form styles */
.subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px; }
  @media (max-width: 1023px) {
    .subscribe-form {
      display: block; } }
  .subscribe-form label {
    display: block;
    font-weight: 400;
    max-width: 55%;
    margin-right: 10px; }
    @media (max-width: 1023px) {
      .subscribe-form label {
        max-width: none;
        margin: 0 0 15px; } }
    .subscribe-form label span {
      color: #fe8b3e; }
  .subscribe-form input {
    font-size: 18px;
    line-height: 45PX;
    min-width: 360px;
    height: 45px;
    border: none;
    color: #868686;
    padding: 0 20px;
    margin: 0 -19px 0 0; }
    @media (max-width: 1299px) {
      .subscribe-form input {
        margin-right: 10px; } }
    @media (max-width: 767px) {
      .subscribe-form input {
        min-width: 0;
        width: 100%;
        margin-bottom: 15px; } }
  .subscribe-form .btn {
    min-width: 140px; }
    @media (max-width: 767px) {
      .subscribe-form .btn {
        display: block;
        background-color: transparent;
        width: 100%;
        margin: 0 auto; } }

/* additional navigation styles */
.footer-nav {
  line-height: 1.2;
  letter-spacing: 0.043em;
  padding: 81px 0 90px; }
  @media (max-width: 1023px) {
    .footer-nav {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .footer-nav {
      padding: 30px 0 20px; } }
  .footer-nav .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: 100%; }
    @media (max-width: 767px) {
      .footer-nav .container {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .footer-nav .col {
    width: 33.33%;
    padding: 0 35px 0 63px; }
    @media (max-width: 1199px) {
      .footer-nav .col {
        padding: 0 20px; } }
    @media (max-width: 1023px) {
      .footer-nav .col {
        padding: 0 10px; } }
    @media (max-width: 767px) {
      .footer-nav .col {
        width: 100%;
        padding: 0;
        margin-bottom: 30px; } }
    @media (min-width: 1200px) {
      .footer-nav .col:first-child {
        padding: 0 44px; } }
    @media (min-width: 768px) {
      .footer-nav .col:first-child p {
        margin-bottom: 45px; } }
  .footer-nav p {
    margin-bottom: 36px; }
    @media (max-width: 767px) {
      .footer-nav p {
        margin-bottom: 20px; } }
    .footer-nav p:last-child {
      margin-bottom: 0; }
  .footer-nav .info-list {
    letter-spacing: -0.03em;
    margin-bottom: 6px; }

.nav-heading {
  display: block;
  font-size: 22px;
  margin-bottom: 32px; }
  @media (max-width: 767px) {
    .nav-heading {
      margin-bottom: 10px; } }

.bottom-section {
  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;
  border-top: 1px solid #314a82;
  color: #fff;
  font-size: 11px;
  font-weight: 400; }
  .bottom-section .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 88px; }
    @media (max-width: 767px) {
      .bottom-section .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-top: 10px;
        padding-bottom: 10px; } }

/* copyright styles */
.copyright {
  line-height: 1;
  letter-spacing: 0.055em; }
  .copyright p {
    margin-bottom: 0; }
  .copyright a {
    color: #fff; }
    .copyright a:hover, .copyright a:focus {
      color: #fe8b3e; }

/* social networks styles */
@media (max-width: 767px) {
  .social {
    margin-bottom: 20px; } }

.social li {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin: 0 -4px 0 26px; }
  @media (max-width: 767px) {
    .social li:first-child {
      margin-left: 0; } }

.social a {
  display: block;
  overflow: hidden;
  font-size: 22px;
  line-height: 0.8; }
  .social a:hover, .social a:focus {
    color: #fe8b3e; }
  .social a i {
    line-height: 1; }

address {
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    address {
      margin-bottom: 20px; } }

.contact-row a {
  display: table;
  color: #fff;
  margin-bottom: 7px; }
  @media (max-width: 767px) {
    .contact-row a {
      margin: 0 auto 10px; } }
  .contact-row a:hover, .contact-row a:focus {
    color: #fe8b3e; }

/* ---------------------------------------------------------
 Print style
---------------------------------------------------------*/
@media print {
  * {
    background: none !important;
    color: #000 !important;
    border-color: #000 !important; }
  body {
    line-height: 1.3; }
    body #wrapper {
      max-width: none; }
      body #wrapper:after {
        display: none; }
    body #header {
      position: static !important;
      padding: 0;
      min-height: 0; }
      body #header:after {
        background: none; }
    body #nav {
      display: none; }
    body #main {
      padding-top: 0;
      page-break-inside: always; }
    body #content .article-heading img {
      display: block;
      margin: 0 auto; }
    body #content dl.interview {
      margin: 0; }
      body #content dl.interview dt {
        float: left;
        color: #6f6f6f;
        font-weight: 700;
        margin-right: 5px; }
      body #content dl.interview dd {
        margin: 0;
        clear: right; }
        body #content dl.interview dd mark {
          color: #3259a1;
          background: none;
          font-weight: 700; }
    body #content .data-form {
      display: none; }
    body #content .download-list {
      page-break-inside: avoid; }
    body #sidebar .post {
      page-break-inside: avoid; }
    body .posts-list {
      padding-left: 0; }
    body .video-holder {
      display: none; }
    body .logo {
      display: none;
      margin-bottom: 20px;
      max-width: none; }
      body .logo.print {
        display: block; }
    body .cycle-gallery {
      display: none; }
    body .btn {
      display: none !important; }
    body .social {
      display: none; }
    body .isotope {
      height: auto !important; }
      body .isotope .isotope-item {
        position: static !important;
        display: inline-block;
        vertical-align: top;
        margin-right: -4px;
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important;
        page-break-inside: always;
        width: 100%; } }
      @media print and (min-width: 768px) {
        body .isotope .isotope-item {
          margin-bottom: 0; } }

@media print {
    body .posts-section {
      page-break-inside: always;
      padding: 0; }
    body .img-holder img,
    body .visual img {
      display: block !important;
      opacity: 1;
      visibility: visible;
      margin: 0 auto;
      max-height: 150px; }
    body .container {
      max-width: none !important;
      overflow: hidden; }
      body .container:before {
        display: none; }
    body .featured-section a {
      display: inline-block;
      vertical-align: middle;
      line-height: 0.8;
      margin-left: 15px; }
    body .featured-section img {
      display: none; }
      body .featured-section img.print {
        display: block; }
    body #footer {
      padding: 0;
      margin: 0; }
      body #footer .logo {
        display: none;
        margin-bottom: 20px;
        max-width: none; }
        body #footer .logo.print {
          display: block;
          text-align: center; }
    body .footer-nav {
      padding: 10px 0; }
      body .footer-nav .col {
        margin-bottom: 0; }
    body .subscribe-section {
      display: none; }
  .font-resize-helper {
    display: none; } }
