/*! 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; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #d7d7d7;
  background: #fff;
  margin: 0 0 15px;
  min-width: 150px;
  height: 25px;
  border-radius: 3px;
  width: 100%; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 25px;
  margin: 0 25px 0 8px; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0; }
  .jcf-select .jcf-select-opener:before {
    content: "^";
    position: absolute;
    top: 2px;
    transform: rotate(180deg);
    font-size: 16px;
    line-height: 1;
    right: 7px; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #000; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.jcf-focus, .jcf-focus * {
  border-color: #000 !important; }

.top-panel .link-list, [id="nav"] ul, .information-block .text-block ul, .block .info-list, .block ul, .block ol, .sub-nav ul, .footer-nav ul, .social-networks {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .row-holder:after, .nav-holder:after, .container:after, .footer-nav ul: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: #666;
  background: #eeeeee;
  font: 14px/1.29 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.gm-style img {
  max-width: none; }

video, iframe, object, embed {
  max-width: 100%; }

.row-holder {
  margin: 0 -15px; }
  @media (max-width: 1023px) {
    .row-holder {
      margin: 0 -8px; } }

[class^="col-"] {
  float: left;
  padding: 0 15px; }
  @media (max-width: 1023px) {
    [class^="col-"] {
      padding: 0 8px; } }
  @media (max-width: 767px) {
    [class^="col-"] {
      float: none; } }

.col-12 {
  width: 100%; }

.col-10 {
  width: 83.3333%; }
  @media (max-width: 767px) {
    .col-10 {
      width: auto; } }

.col-9 {
  width: 75%; }
  @media (max-width: 767px) {
    .col-9 {
      width: auto; } }

.col-6 {
  width: 50%; }
  @media (max-width: 767px) {
    .col-6 {
      width: auto; } }

.col-5 {
  width: 40%; }
  @media (max-width: 767px) {
    .col-5 {
      width: auto; } }

.col-4 {
  width: 33.3333%; }
  @media (max-width: 767px) {
    .col-4 {
      width: auto; } }

.col-3 {
  width: 25%; }
  @media (max-width: 767px) {
    .col-3 {
      width: auto; } }

.col-2 {
  width: 16.6667%; }
  @media (max-width: 767px) {
    .col-2 {
      width: auto; } }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0;
  color: #333; }
  @media (max-width: 767px) {
    h1, .h1,
    h2, .h2,
    h3, .h3,
    h4, .h4,
    h5, .h5,
    h6, .h6,
    .h {
      margin-bottom: 10px; } }
  h1 a, .h1 a,
  h2 a, .h2 a,
  h3 a, .h3 a,
  h4 a, .h4 a,
  h5 a, .h5 a,
  h6 a, .h6 a,
  .h a {
    color: #333; }
    h1 a:hover, .h1 a:hover,
    h2 a:hover, .h2 a:hover,
    h3 a:hover, .h3 a:hover,
    h4 a:hover, .h4 a:hover,
    h5 a:hover, .h5 a:hover,
    h6 a:hover, .h6 a:hover,
    .h a:hover {
      color: #005b94; }

h1, .h1 {
  font-family: "Serifa", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 36px;
  line-height: 1.2; }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 28.8px;
      line-height: 1.1; } }

h2, .h2 {
  font-size: 24px; }

h3, .h3 {
  font-size: 14px;
  color: #666; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1.3em; }
  @media (max-width: 767px) {
   p {
      margin-bottom: 1em; } }

a {
  color: #39c;
  text-decoration: none;
  transition: color 0.4s; }
  a:hover, a:focus {
    color: #005b94; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }
  form input[type=submit],
  fieldset input[type=submit] {
    font-size: 14px; }

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 #d9d9d9;
  margin: 0 0 13px;
  padding: 11px 12px;
  height: 42px;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  color: #666;
  background: #fff;
  border-radius: 5px;
  font-weight: 400;
  transition: border-color 0.4s;
  outline: none; }
  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: #666; }
  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: #666; }
  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: #666; }
  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: #666; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #666; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #39c; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top;
  height: 112px;
  min-height: 112px; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.policy-form {
  padding: 5px 0 0; }
  .policy-form .row {
    overflow: hidden;
    margin: 0 0 10px; }
    .policy-form .row:last-child {
      margin-bottom: 3px; }
  .policy-form .input-holder {
    display: flex; }
  .policy-form input[type='text'],
  .policy-form input[type='tel'],
  .policy-form input[type='email'],
  .policy-form input[type='search'],
  .policy-form input[type='password'] {
    height: 25px;
    border-radius: 0;
    background: #fff;
    border: none;
    font-size: 13px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 10px 0 0;
    overflow: hidden; }
    @media (max-width: 1023px) {
      .policy-form input[type='text'],
      .policy-form input[type='tel'],
      .policy-form input[type='email'],
      .policy-form input[type='search'],
      .policy-form input[type='password'] {
        margin-right: 5px;
        padding: 0 5px; } }
  .policy-form input[type="submit"] {
    background: none;
    border: 1px solid #fff;
    height: 25px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    transition: color 0.2s linear,background 0.2s linear;
    font-weight: 400;
    padding: 0 5px;
    margin: 0;
    flex-shrink: 0; }
    @media (max-width: 1023px) {
      .policy-form input[type="submit"] {
        font-size: 12px; } }
    .policy-form input[type="submit"]:hover {
      color: #39c;
      background: #fff; }

.policy-form--login {
  padding: 20px;
  border: 1px solid #e3e3e3;
  background-color: rgba(255, 255, 255, 0.8); }
  .policy-form--login .row {
    overflow: hidden;
    margin: 0 0 10px; }
    .policy-form--login .row:last-child {
      margin-bottom: 3px; }
  .policy-form--login .input-holder {
    display: flex; }
  .policy-form--login input[type='text'],
  .policy-form--login input[type='tel'],
  .policy-form--login input[type='email'],
  .policy-form--login input[type='search'],
  .policy-form--login input[type='password'] {
    border-radius: 0;
    background: #fff;
    border: none;
    font-size: 13px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 10px 0 0;
    overflow: hidden; }
    @media (max-width: 1023px) {
      .policy-form--login input[type='text'],
      .policy-form--login input[type='tel'],
      .policy-form--login input[type='email'],
      .policy-form--login input[type='search'],
      .policy-form--login input[type='password'] {
        margin-right: 5px;
        padding: 0 5px; } }
  .policy-form--login input[type="submit"] {
    background: #005b94;
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    transition: color 0.2s linear,background 0.2s linear;
    font-weight: 400;
    padding: 0 5px;
    margin: 0;
    flex-shrink: 0;
    padding: 10px 20px; }
    @media (max-width: 1023px) {
      .policy-form--login input[type="submit"] {
        font-size: 12px; } }
    .policy-form--login input[type="submit"]:hover {
      color: #39c;
      background: #fff; }

.button a,
.button button,
input[type="button"] {
  display: inline-block;
  vertical-align: top;
  background: #39c;
  color: #fff;
  border: none;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 700;
  padding: 9px 14px;
  cursor: pointer;
  min-width: 117px;
  text-decoration: none;
  text-align: center;
  transition: background 0.4s;
  margin-bottom: 10px; }
  .button a:hover,
  .button button:hover,
  input[type="button"]:hover, .button a:focus,
  .button button:focus,
  input[type="button"]:focus {
    color: #fff;
    background: #005b94; }

#header {
  position: relative;
  background: #fff; }

.top-panel {
  background: #fff;
  text-align: right;
  padding: 5px 0 4px; }
  .top-panel .container {
    max-width: 948px; }
  .top-panel .link-list {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px; }
    .top-panel .link-list li {
      display: inline-block;
      vertical-align: top;
      font-size: 12px;
      text-transform: uppercase;
      line-height: 14px;
      margin: 0 8px; }

.header-frame {
  background: #39c;
  color: #fff;
  padding: 13px 0 19px;
  border-bottom: 10px solid #50c5ab; }
  @media (max-width: 1023px) {
    .header-frame {
      padding: 10px 0; } }
  .header-frame .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 29px; }
    @media (max-width: 1023px) {
      .header-frame .container {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .header-frame .container {
        display: block;
        padding-right: 50px; } }
    .header-frame .container:after {
      width: 281px; }
      @media (max-width: 1023px) {
        .header-frame .container:after {
          display: none; } }
  .header-frame .heading {
    padding-top: 15px;
    color: #fff; }
    @media (max-width: 1023px) {
      .header-frame .heading {
        font-size: 32px; } }
    @media (max-width: 767px) {
      .header-frame .heading {
        font-size: 20px;
        padding: 0;
        margin: 0; } }

.search-form {
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .search-form.search-active .search-slide {
    width: 150px;
    visibility: visible; }
  @media (max-width: 767px) {
    .search-form.search-active .search-slide {
      opacity: 1;
      width: 160px;
      visibility: visible; } }
  .search-form .search-slide {
    width: 0;
    display: inline-block;
    vertical-align: top;
    visibility: hidden;
    transition: width 0.4s, visibility 0.4s; }
    @media (max-width: 767px) {
      .search-form .search-slide {
        position: absolute;
        top: -1px;
        left: -168px;
        width: 160px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s; } }
  .search-form input[type=search] {
    height: 25px;
    font-size: 12px;
    padding: 3px 10px;
    margin: 0; }
  .search-form .search-opener {
    margin-left: 2px;
    padding: 2px 0 3px 2px;
    font-size: 17px;
    line-height: 1;
    outline: none;
    cursor: pointer;
    border: none;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    color: #39c;
    background: none; }

.logo {
  width: 281px; }
  @media (max-width: 767px) {
    .logo {
      width: 220px;
      margin-bottom: 10px; } }

.nav-holder {
  padding: 9px 0 0; }
  @media (max-width: 1023px) {
    .nav-holder {
      text-align: right;
      padding: 0;
      font-size: 0;
      line-height: 0; } }

.resize-active [id="nav"] {
  transition: none; }

@media (max-width: 1023px) {
  [id="nav"] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s linear; }
    .nav-active [id="nav"] {
      max-height: 4000px; } }

[id="nav"] ul {
  font-size: 0;
  line-height: 0;
  text-align: center; }
  @media (max-width: 1023px) {
    [id="nav"] ul {
      background: #fff;
      transform: translateY(-100%);
      transition: transform 0.2s linear; }
      .nav-active [id="nav"] ul {
        transform: translateY(0); } }
  [id="nav"] ul ul {
    display: none;
    position: absolute;
    background: #fff;
    border-top: 5px solid #005b94;
    z-index: 100;
    padding: 30px 15px;
    margin-top: 5px;
    width: 300px; }
    [id="nav"] ul ul li {
      display: block;
      text-align: left;
      text-transform: initial; }
      [id="nav"] ul ul li a {
        text-align: left;
        font-weight: normal;
        border-bottom: 1px solid #e4e4e4;
        width: 100%;
        padding-bottom: 8px; }
        [id="nav"] ul ul li a:after {
          content: "";
          position: absolute;
          transform: translateX(-50%);
          bottom: 0;
          height: 5px;
          opacity: 0;
          left: 0;
          right: 0;
          background: #005b94;
          transform: scaleX(0);
          transform-origin: 50% 50% 0;
          transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
          display: none; }
        [id="nav"] ul ul li a:hover {
          color: black; }

[id="nav"] li {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #005b94;
  margin: 0 9px;
  padding-bottom: 10px;
  position: relative; }
  @media (max-width: 1023px) {
    [id="nav"] li {
      display: block;
      padding: 0;
      margin: 0;
      border-bottom: 1px solid #ccc; } }
  @media (max-width: 1023px) {
    [id="nav"] li:first-child {
      border-top: 1px solid #ccc; } }
  [id="nav"] li:hover ul {
    display: block; }
  [id="nav"] li.menu-products ul {
    width: 600px; }
    [id="nav"] li.menu-products ul li {
      display: inline-block;
      width: 45%; }

[id="nav"] .selected a:after,
[id="nav"] .active a:after,
[id="nav"] a:hover:after {
  opacity: 1;
  transform: scaleX(1); }

[id="nav"] .selected a ul,
[id="nav"] .active a ul,
[id="nav"] a:hover ul {
  display: block; }

[id="nav"] a {
  display: inline-block;
  vertical-align: top;
  color: inherit; }
  @media (max-width: 1023px) {
    [id="nav"] a {
      display: block;
      padding: 8px 10px; } }
  [id="nav"] a:after {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    bottom: 0;
    height: 5px;
    opacity: 0;
    left: 0;
    right: 0;
    background: #005b94;
    transform: scaleX(0);
    transform-origin: 50% 50% 0;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }

.nav-opener {
  width: 30px;
  height: 30px;
  position: relative;
  display: none;
  margin-top: 15px; }
  @media (max-width: 1023px) {
    .nav-opener {
      display: block; } }
  @media (max-width: 767px) {
    .nav-opener {
      position: absolute;
      bottom: 20px;
      right: 10px; } }
  .nav-opener:before, .nav-opener:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    transition: all .2s linear;
    background: #fff; }
  .nav-opener:before {
    bottom: 23px;
    box-shadow: 0 10px 0 #fff; }
  .nav-opener:after {
    bottom: 3px; }
  .nav-opener:hover:before, .nav-opener:hover:after {
    background: #005b94; }
  .nav-opener:hover:before {
    box-shadow: 0 10px 0 #005b94; }
  .nav-active .nav-opener:before, .nav-active .nav-opener:after {
    bottom: 50%; }
  .nav-active .nav-opener:before {
    transform: translateY(50%) rotate(-45deg);
    box-shadow: none; }
  .nav-active .nav-opener:after {
    transform: translateY(50%) rotate(-135deg); }
  @media (max-width: 767px) {
    .nav-opener {
      display: block; } }

nav.sub-nav li.active a {
  color: #005b94; }

#wrapper {
  overflow: hidden;
  width: 100%;
  position: relative; }

.container {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto; }

#main {
  overflow: hidden;
  padding: 50px 0; }
  @media (max-width: 1023px) {
    #main {
      padding: 35px 0; } }

@media (max-width: 767px) {
  .two-columns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse; } }

.information-block {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 23px;
  font-size: 13px;
  line-height: 1.38;
  font-weight: 700;
  background: #fff;
  padding: 10px 10px 0; }
  @media (max-width: 1023px) {
    .information-block {
      margin-bottom: 20px; } }
  .information-block img {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px; }
  .information-block .text-block {
    padding: 9px 0;
    overflow: hidden;
    position: relative;
    margin: 0 -10px 1px;
    background: #2fc2eb; }
    .information-block .text-block ul {
      float: left;
      width: 50%;
      padding: 0 10px;
      margin: 0; }
      @media (max-width: 1023px) {
        .information-block .text-block ul {
          float: none;
          width: 100%; } }
    .information-block .text-block li {
      margin: 0 0 1px; }
    .information-block .text-block a {
      color: #fff; }
      .information-block .text-block a:hover {
        text-decoration: underline; }
  .information-block form {
    padding-left: 10px;
    padding-right: 10px; }
  .information-block .btn-block {
    text-align: right;
    padding: 5px 21px;
    background: #28a9d9;
    margin: 0 -10px;
    min-height: 28px; }
    .information-block .btn-block a {
      color: #fff; }
      .information-block .btn-block a:hover {
        text-decoration: underline; }
  .information-block .more {
    font-weight: 400; }
    .information-block .more:after {
      content: "\f0a9";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      padding-left: 5px; }

.purple-block .text-block {
  background: #6c99dd; }

.purple-block .btn-block {
  background: #4f7dc5; }

.block {
  padding: 15px 16px 5px;
  background: #fff;
  font-size: 13px;
  line-height: 1.38;
  margin-bottom: 29px;
  border: 1px solid #e1e1e1; }
  @media (max-width: 1023px) {
    .block {
      padding: 10px 10px 5px;
      margin-bottom: 20px; } }
  .block h2 {
    font-size: 18px;
    margin-bottom: 8px; }
    @media (max-width: 1023px) {
      .block h2 {
        font-size: 16px; } }
  .block h3 {
    font-size: 13px; }
  .block .btn {
    text-align: right;
    padding: 4px 21px;
    background: #39c;
    margin: 0 -17px -5px;
    text-transform: uppercase;
    min-height: 25px; }
    @media (max-width: 1023px) {
      .block .btn {
        margin: 0 -10px -5px; } }
    .block .btn a {
      color: #fff; }
      .block .btn a:hover {
        text-decoration: underline; }
  .block .more {
    font-weight: 400; }
    .block .more:after {
      content: "\f0a9";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      padding-left: 5px;
      opacity: .9; }
  .block .info-list {
    margin: 0 0 6px; }
    .block .info-list li {
      border-top: 1px solid #dcdcdc;
      padding: 9px 0; }
  .block ul {
    margin: 0 0 19px; }
    .block ul li {
      padding-bottom: 1px; }
  .block ol {
    margin: 0 0 18px;
    padding: 0;
    counter-reset: counter-list; }
    .block ol li {
      color: #39c;
      padding: 0 0 1px; }
      .block ol li:before {
        content: counter(counter-list) ". ";
        counter-increment: counter-list;
        display: inline-block;
        vertical-align: top;
        padding-right: 4px;
        min-width: 21px; }

.sub-nav {
  padding: 0 0 3px; }
  .sub-nav ul {
    margin: 0 0 6px; }
    .sub-nav ul li {
      border-top: 1px solid #dcdcdc;
      padding: 9px 0; }
      .sub-nav ul li:first-child {
        border: none;
        padding-top: 5px; }
    .sub-nav ul .selected a {
      color: #005b94; }

.sidebar {
  font-size: 13px; }
  .sidebar p {
    margin-bottom: 1.7em; }

.content {
  padding: 20px 21px;
  border: 1px solid #e1e1e1;
  background: #fff;
  margin-bottom: 29px;
  min-height: 475px; }
  .content h2 {
    margin-bottom: 16px; }

.whats_new .pagination {
  display: none; }

.login--wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px; }

.agencyItem {
  display: none; }
  .agencyItem.close {
    display: none; }
  .agencyItem.open {
    display: block; }

#footer {
  background: #1175b9;
  color: #fff;
  font-size: 12px;
  padding: 27px 0 20px; }
  @media (max-width: 767px) {
    #footer {
      padding: 15px 0; } }
  #footer a {
    color: #fff; }
    #footer a:hover {
      text-decoration: underline; }

.footer {
  background: #1074b9;
  padding: 12px 0;
  color: #fff;
  font-size: 12px; }
  .footer a {
    color: #fff; }
    .footer a:hover {
      text-decoration: underline; }

@media (max-width: 1023px) {
  .footer-holder {
    overflow: hidden;
    padding: 0 0 20px; } }

.footer-nav {
  font-weight: 800;
  width: 66.7%;
  float: left; }
  @media (max-width: 1023px) {
    .footer-nav {
      width: 85%; } }
  @media (max-width: 767px) {
    .footer-nav {
      float: none;
      width: auto; } }
  @media (max-width: 767px) {
    .footer-nav ul {
      letter-spacing: -4px;
      font-size: 0;
      margin: 0 -7px; } }
  .footer-nav ul li {
    float: left;
    width: 25%; }
    @media (max-width: 767px) {
      .footer-nav ul li {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
        font-size: 13px;
        padding: 0 7px 15px; } }
  .footer-nav ul b,
  .footer-nav ul strong {
    font-weight: 800; }
 .footer-nav ul ul {
    font-weight: 400;
    padding: 3px 0 0; }
    @media (max-width: 767px) {
      .footer-nav ul ul {
        margin: 0; } }
    .footer-nav ul ul li {
      float: none;
      width: auto;
      margin-bottom: 4px; }
      @media (max-width: 767px) {
        .footer-nav ul ul li {
          display: block;
          padding: 0; } }

.social-section {
  float: left;
  width: 12.3%; }
  @media (max-width: 1023px) {
    .social-section {
      width: 15%; } }
  @media (max-width: 767px) {
    .social-section {
      float: none;
      width: auto; } }
  .social-section .title {
    display: block;
    font-weight: 800;
    margin: 0 0 5px; }

.social-networks {
  padding: 0 0 0 1px; }
  .social-networks li {
    margin: 0 0 6px; }
    .social-networks li.facebook a:before {
      background-position: 0 -27px;
      width: 10px;
      height: 17px;
      margin: 2px 8px 0 3px; }
    .social-networks li.twitter a:before {
      background-position: -14px -27px;
      width: 16px;
      height: 14px; }
    .social-networks li.linkedin a:before {
      background-position: -34px -27px;
      width: 16px;
      height: 15px; }
  .social-networks a {
    display: inline-block;
    vertical-align: top; }
    .social-networks a:before {
      content: '';
      display: inline-block;
      vertical-align: top;
      margin: 2px 5px 0 0;
      background: url(../images/sprite.png) no-repeat -9999px 0; }

.footer-logo {
  float: left;
  width: 20%;
 margin-top: 6px; }
  @media (max-width: 1023px) {
    .footer-logo {
      float: none;
      width: auto;
      text-align: center; } }

.copy {
  text-align: center;
  margin: 0; }

