/*! 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.
 */
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";
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 {
  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 {
  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"] {
  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; }

.layout {
  margin-bottom: 100px;
  padding-top: 50px; }

.graph {
  min-height: 400px; }

.points {
  max-height: 400px; 
  margin-top: 200px}

.barr {
    margin-top: 100px}

  .points li {
    padding-top: 15px;
    border-bottom: 1px solid rgba(0, 39, 69, 0.11); }

.__box {
  min-height: 100px;
  background: #fff;
  border-color: rgba(0, 39, 69, 0.11);
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 4px 7px rgba(0, 33, 60, 0.04);
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  overflow: scroll; }
  .__box__padding {
    padding: 20px; }
  .__box img {
    max-height: 50px; }

.state-box {
  background: #00386C;
  color: #fff; }
  .state-box p {
    font-size: 25px;
    font-weight: bold; }

.p4 {
  margin-top: 15rem; }

.__search {
  width: 100%;
  height: 55px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 100;
  color: #666;
  line-height: 1.35;
  cursor: pointer;
  outline: none; }
  .__search input {
    width: 100%;
    height: 55px;
    padding: 0 20px;
    border: none;
    background-color: transparent;
    line-height: 55px;
    outline: none; }
  .__search select {
    width: 100%;
    height: 55px;
    padding: 0 20px;
    border: none;
    background-color: transparent;
    line-height: 55px;
    outline: none; }
  .__search--image {
    display: inline-block;
    background-position: -1051px -835px;
    width: 19px;
    height: 19px;
    float: right;
    position: relative;
    bottom: 36px;
    right: 20px; }
  .__search--autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 1090;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    display: none;
    max-height: 200px;
    width: 100%;
    max-width: 750px;
    overflow: scroll; }
    .__search--autocomplete-suggestions .__autocomplete-suggestion {
      position: relative;
      padding: 15px 30px 0 60px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #333;
      height: 55px;
      font-size: 20px;
      line-height: 1.35;
      border-bottom: 1px solid #d8d8d8; }
      .__search--autocomplete-suggestions .__autocomplete-suggestion .rounded-flag {
        display: inline-block;
        border-radius: 50%;
        width: 19px;
        height: 19px;
        margin-right: 15px;
        position: absolute;
        left: 20px;
        top: 18px;
        background: url(/public/img/sprite-flags.png) no-repeat;
        border: 1px solid #dbdbdb; }
        .__search--autocomplete-suggestions .__autocomplete-suggestion .rounded-flag .nig {
          background-position: 0 -40px; }
      .__search--autocomplete-suggestions .__autocomplete-suggestion .fa-lg {
        font-size: 1.33333333em;
        line-height: .75em;
        vertical-align: -15%;
        float: right; }
  @media only screen and (max-width: 829px) {
    .__search--autocomplete-suggestions {
      max-width: 383px; } }

@media only screen and (max-width: 829px) {
  .__search {
    width: 100%;
    height: 55px;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 100;
    color: #666;
    line-height: 1.35;
    cursor: pointer;
    outline: none;
    margin-top: 5rem; } }
.__img {
  background: #fff;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  border-color: rgba(0, 39, 69, 0.11);
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 4px 7px rgba(0, 33, 60, 0.04);
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 30px;
  padding: 20px;
  margin-right: 20px;
  text-align: center; }
  .__img--right {
    float: left; }
  .__img--center {
    display: table;
    margin: 0 auto;
    margin-top: 30px; }
  .__img img {
    height: 40px;
    margin-top: 20px; }

@media only screen and (max-width: 829px) {
  .__img {
    background: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-top: 30px; }
    .__img img {
      height: 20px;
      margin-top: -5px; } }
.c-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .c-nav li {
    position: relative;
    display: block; }
    .c-nav li a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .c-nav li a:hover {
        text-decoration: none;
        background-color: #fff;
        border-bottom: 2px solid #49B882; }
      .c-nav li a:focus {
        text-decoration: none; }

@font-face {
  font-family: 'Boing';
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/boing/Boing_SemiboldWEB.eot");
  src: url("../fonts/boing/Boing_SemiboldWEB.eot?#iefix") format("embedded-opentype"), url("../fonts/boing/Boing_SemiboldWEB.woff") format("woff"), url("../fonts/boing/Boing_SemiboldWEB.ttf") format("truetype"), url("../fonts/boing/Boing_SemiboldWEB.svg#proxima_nova_rgregular") format("svg"); }
@font-face {
  font-family: 'Graphik';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/graphik/Graphik-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/graphik/Graphik-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik/Graphik-Regular.woff") format("woff"), url("../fonts/graphik/Graphik-Regular.ttf") format("truetype"), url("../fonts/graphik/Graphik-Regular.svg#Graphik-Regular") format("svg");
  /* Legacy iOS */
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'Graphik';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/graphik/Graphik-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/graphik/Graphik-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik/Graphik-Light.woff") format("woff"), Modern Browsers url("../fonts/graphik/Graphik-Light.ttf") format("truetype"), url("../fonts/graphik/Graphik-Light.svg#Graphik-Light") format("svg");
  /* Legacy iOS */
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'Graphik';
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/graphik/Graphik-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/graphik/Graphik-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik/Graphik-Medium.woff") format("woff"), url("../fonts/graphik/Graphik-Medium.ttf") format("truetype"), url("../fonts/graphik/Graphik-Medium.svg#Graphik-Medium") format("svg");
  /* Legacy iOS */
  text-rendering: optimizeLegibility; }
a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

html {
  font-size: 62.5%; }

body {
  color: #576f7f;
  -webkit-font-smoothing: antialiased;
  font-family: "Graphik", sans-serif;
  font-size: 1.6rem; }

h1,
h2,
h3,
h4,
h5 {
  color: #00386C;
  font-family: "Boing", sans-serif; }

p {
  font-weight: 100; }

header {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.09804);
  font-size: 1.5rem;
  height: 100px;
  padding-top: 10px;
  right: 0;
  top: 0;
  z-index: 100;
  background-color: #00386C;
  width: 100%; }
  header a {
    color: #fff; }
  header .nav-anchor {
    position: absolute;
    right: 20px;
    font-size: 25px;
    top: 25px;
    display: none; }
    header .nav-anchor a {
      color: #fff; }
      header .nav-anchor a.clicked {
        color: #49B882; }
  header .__logo {
    margin-top: 20px; }
    header .__logo img {
      height: 35px; }
  header .__nav {
    color: body-text-color;
    padding-top: 2.5rem;
    text-transform: uppercase; }
    header .__nav ul {
      float: right; }
      header .__nav ul li {
        padding-right: 4rem; }
    header .__nav__button {
      display: inline-block;
      padding-right: 0;
      position: relative; }
  header .mobile {
    display: block; }

@media only screen and (max-width: 829px) {
  header {
    position: relative;
    background-color: #00386C;
    height: 100%;
    max-height: 80px;
    width: 100%; }
    header .__logo {
      margin-bottom: 20px; }
      header .__logo img {
        height: 30px; }
    header .__nav {
      display: none;
      font-size: 14px;
      text-align: left;
      padding: 14px 0;
      float: left;
      padding: 0 0 0 25px; }
      header .__nav li {
        padding-bottom: 30px;
        display: block;
        clear: left;
        margin: 0;
        background-color: #00386C;
        min-height: 48px;
        overflow: hidden;
        padding-left: 0px; }
        header .__nav li a {
          color: #fff; }
    header .mobile {
      display: block; }
    header .nav-anchor {
      display: block; } }
button,
.button {
  background-color: white;
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding-left: 1.5em;
  padding-right: 1.5em;
  position: relative;
  text-decoration: none;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-property: background, box-shadow, color, transform;
  transition-property: background, box-shadow, color, transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  button:hover,
  .button:hover {
    box-shadow: 0 2px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px); }
  button--rounded,
  .button--rounded {
    border-radius: 100px; }
  button--full,
  .button--full {
    text-align: center;
    width: 100%; }
  button--default, button--default-white,
  .button--default,
  .button--default-white {
    color: #00386C;
    position: relative; }
  button--default-white,
  .button--default-white {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.88);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  button--light,
  .button--light {
    border: solid 1px #3B5998;
    color: #00386C; }
  button--green,
  .button--green {
    color: white;
    background-color: #49B882;
    border-color: #49B882;
    box-shadow: none; }
  button--orange,
  .button--orange {
    color: white;
    background-color: #ffaa22;
    border-color: #ffaa22;
    box-shadow: none; }
  button--fb,
  .button--fb {
    color: white;
    background-color: #3B5998;
    border-color: #3B5998;
    box-shadow: none; }
  button--text,
  .button--text {
    background: none;
    border: none;
    color: #00386C;
    line-height: auto;
    height: auto;
    padding: 0; }
    button--text:hover,
    .button--text:hover {
      box-shadow: none;
      text-decoration: underline; }
  button--has-svg svg,
  .button--has-svg svg {
    display: inline-block;
    height: 16px;
    margin-right: 10px;
    vertical-align: middle;
    width: 16px; }
  button--small,
  .button--small {
    height: 30px;
    line-height: 30px; }
  button--large,
  .button--large {
    border-radius: 6px;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1rem;
    padding-bottom: 1rem; }
  button--ex-large,
  .button--ex-large {
    border-radius: 6px;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    padding-left: 3em;
    padding-right: 3em;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }

@media only screen and (max-width: 829px) {
  .button {
    background-color: white;
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding-left: 1.5em;
    padding-right: 1.5em;
    position: relative;
    text-decoration: none;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-property: background, box-shadow, color, transform;
    transition-property: background, box-shadow, color, transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .button:hover {
      box-shadow: 0 2px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.15);
      -webkit-transform: translateY(-1px);
      transform: translateY(-1px); }
    .button--rounded {
      border-radius: 100px; }
    .button--full {
      text-align: center;
      width: 100%; }
    .button--default, .button--default-white {
      color: #00386C;
      position: relative; }
    .button--default-white {
      background: rgba(255, 255, 255, 0.05);
      color: rgba(255, 255, 255, 0.88);
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
    .button--light {
      border: solid 1px #3B5998;
      color: #00386C; }
    .button--orange {
      color: white;
      background-color: #ffaa22;
      border-color: #ffaa22;
      box-shadow: none; }
    .button--green {
      color: white;
      background-color: #49B882;
      border-color: #49B882;
      box-shadow: none; }
    .button--fb {
      color: white;
      background-color: #3B5998;
      border-color: #3B5998;
      box-shadow: none; }
    .button--text {
      background: none;
      border: none;
      color: #00386C;
      line-height: auto;
      height: auto;
      padding: 0; }
      .button--text:hover {
        box-shadow: none;
        text-decoration: underline; }
    .button--has-svg svg {
      display: inline-block;
      height: 16px;
      margin-right: 10px;
      vertical-align: middle;
      width: 16px; }
    .button--small {
      height: 30px;
      line-height: 30px; }
    .button--large {
      border-radius: 6px;
      font-size: 11px;
      height: 50px;
      line-height: 50px;
      padding-left: 2em;
      padding-right: 2em;
      padding-top: 1rem;
      padding-bottom: 1rem; }
    .button--ex-large {
      border-radius: 6px;
      font-size: 13px;
      height: 50px;
      line-height: 50px;
      padding-left: 3em;
      padding-right: 3em;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }
footer {
  min-height: 200px;
  background-color: #243c4c;
  padding: 50px 0 50px 0;
  color: #F7F9F9; }
  footer li {
    padding-bottom: 10px; }
  footer .title {
    font-family: "Boing", sans-serif; }
  footer span {
    font-size: 10px; }

.banner {
  min-height: 500px;
  background-color: #49B882;
  background-image: url(../img/ban.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 0;
  position: relative; }
  .banner .__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding-top: 4em; }
    .banner .__overlay h1 {
      font-size: 80px;
      color: #fff; }
  .banner .open {
    display: block; }

@media only screen and (max-width: 829px) {
  .banner {
    min-height: 400px;
    background-color: #49B882;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 0;
    position: relative;
    text-align: center; }
    .banner .__overlay {
      padding-top: 5rem; }
      .banner .__overlay h1 {
        font-size: 35px;
        color: #fff; } }
.__info {
  min-height: 300px;
  background-color: #fff;
  padding: 60px 0 60px 0;
  text-align: center; }
  .__info h1 {
    font-size: 80px;
    text-align: left;
    margin-top: 35px; }
  .__info img {
    max-height: 17.5em;
    margin-top: 5rem; }

@media only screen and (max-width: 829px) {
  .__info {
    text-align: center; }
    .__info h1 {
      font-size: 25px;
      text-align: center;
      margin-top: 30px; }
    .__info img {
      max-height: 10em;
      margin-top: 2rem; } }
.__datapoint {
  min-height: 400px;
  background-color: #00386C;
  padding: 50px 0 50px 0; }
  .__datapoint h1 {
    font-size: 80px;
    text-align: left; }
  .__datapoint h1,
  .__datapoint span {
    color: #fff; }
  .__datapoint .__box {
    min-height: 340px;
    background: #fff;
    border-color: rgba(0, 39, 69, 0.11);
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 4px 7px rgba(0, 33, 60, 0.04);
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: 30px; }
    .__datapoint .__box__padding {
      padding: 20px; }
    .__datapoint .__box img {
      max-height: 50px; }

@media only screen and (max-width: 829px) {
  .__datapoint {
    max-height: 100%;
    background-color: #49B882;
    padding: 50px 0 50px 0;
    text-align: center h1, span;
      text-align-color: #fff; }
    .__datapoint h1 {
      font-size: 25px; }
    .__datapoint .__box {
      min-height: 340px;
      background: #fff;
      border-color: rgba(0, 39, 69, 0.11);
      border-radius: 5px;
      border-style: solid;
      border-width: 1px;
      box-shadow: 0 4px 7px rgba(0, 33, 60, 0.04);
      overflow: hidden;
      position: relative;
      z-index: 1;
      margin-top: 30px; }
      .__datapoint .__box__padding {
        padding: 20px; }
      .__datapoint .__box img {
        max-height: 50px; } }
.__action {
  min-height: 500px;
  background-color: #fff;
  padding: 50px 0 50px 0; }
  .__action h1 {
    font-size: 80px;
    text-align: left; }
  .__action li {
    padding: 40px; }
  .__action img {
    height: 450px;
    margin-bottom: 50px; }
  .__action a {
    border: 3px solid #F7F9F9;
    background: #fff;
    padding: 10px; }
    .__action a:hover {
      border: 3px solid #49B882;
      background: #fff;
      padding: 10px; }
  .__action .center {
    text-align: center; }
  .__action .mar-50 {
    margin-bottom: 50px;
    border-bottom: 1px solid #eee; }
    .__action .mar-50 .active {
      border-bottom: 2px solid #49B882;
      color: #49B882; }
      .__action .mar-50 .active:hover {
        border-bottom: 0px solid #49B882; }
    .__action .mar-50 a {
      color: #787d83;
      font-size: 16px;
      text-transform: uppercase; }

@media only screen and (max-width: 829px) {
  .__action {
    min-height: 300px;
    background-color: #fff;
    text-align: center;
    padding: 50px 0 50px 0;
    text-align: center; }
    .__action h1 {
      font-size: 25px;
      text-align: center; }
    .__action li {
      padding: 10px; }
    .__action img {
      height: 130px;
      margin-bottom: 50px;
      margin: 0 auto; }
    .__action a {
      border: 3px solid #F7F9F9;
      background: #fff;
      padding: 5px; }
      .__action a:hover {
        border: 3px solid #49B882;
        background: #fff;
        padding: 5px; } }
.__help {
  min-height: 300px;
  background-color: #49B882;
  text-align: left;
  padding: 50px 0 50px 0;
  color: #fff; }
  .__help h1 {
    font-size: 80px;
    text-align: left;
    color: #fff; }
  .__help ul {
    margin-left: 12px; }
  .__help i {
    margin-left: 15px; }

@media only screen and (max-width: 829px) {
  .__help {
    text-align: center; }
    .__help h1 {
      font-size: 35px;
      text-align: center;
      color: #fff; } }
.about {
  min-height: 500px;
  text-align: justify; }
  .about--banner {
    min-height: 200px;
    background: #49B882;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 0;
    position: relative;
    margin-bottom: 60px;
    background-image: url(../img/ban.jpeg); }
  .about--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding-top: 3em; }
    .about--overlay h1 {
      font-size: 50px;
      color: #fff; }

.country {
  min-height: 500px;
  padding-bottom: 100px; }
  .country--banner {
    min-height: 350px;
    background-color: #00386C;
    background-image: url(../img/ban2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 0;
    position: relative; }
    .country--banner .icon-container {
      width: 100%;
      min-height: 80px;
      background: #F7F9F9;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
    .country--banner .__overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      text-align: center;
      padding-top: 5em; }
      .country--banner .__overlay h1 {
        font-size: 50px;
        color: #fff; }
  .country--banks {
    margin-top: 200px;
    text-align: center; }
  .country--why {
    margin-top: 100px;
    text-align: center;
    background-color: #F7F9F9;
    min-height: 500px;
    padding: 80px 0 80px 0; }

.login {
  min-height: 500px;
  padding-bottom: 100px;
  margin-top: 30px; }
  .login i {
    padding-right: 30px; }
  .login__logo {
    text-align: center; }
    .login__logo img {
      height: 80px; }
  .login__box {
    min-height: 400px;
    padding: 20px; }
  .login__title {
    text-align: center;
    margin-bottom: 5rem; }
  .login__input {
    margin-top: 30px; }
    .login__input li {
      margin-top: 30px; }
    .login__input input {
      width: 100%;
      height: 55px;
      padding: 0 20px;
      border: 1px solid #aaaaaa;
      background-color: transparent;
      line-height: 55px;
      margin-top: 1rem; }

.dashboard {
  min-height: 500px;
  height: 100%;
  padding-bottom: 10em; }
  .dashboard .right {
    text-align: right; }
  .dashboard .left {
    text-align: left; }
  .dashboard__bio {
    padding: 20px; }
    .dashboard__bio__account {
      margin-bottom: 3rem;
      text-align: center; }
      .dashboard__bio__account img {
        width: 100px;
        max-height: 100px;
        margin-bottom: 1rem;
        border: 1px solid rgba(0, 39, 69, 0.11);
        border-radius: 5px;
        padding: 1rem; }
      .dashboard__bio__account p {
        font-family: "Boing", sans-serif;
        font-size: 2rem;
        overflow: hidden; }
    .dashboard__bio__list li {
      border-top: 1px solid rgba(0, 39, 69, 0.11);
      padding: 1rem; }
  .dashboard__index {
    min-height: 500px; }
    .dashboard__index__header {
      margin-top: 30px; }
    .dashboard__index__body h4 {
      margin-top: 2em; }
    .dashboard__index__body .hd {
      background-color: #F7F9F9; }
      .dashboard__index__body .hd td {
        padding: 20px; }
    .dashboard__index__body .bd {
      background-color: #fff; }
      .dashboard__index__body .bd__p p {
        padding-top: 13px; }
      .dashboard__index__body .bd td {
        padding: 20px;
        border-bottom: 1px solid rgba(0, 39, 69, 0.11); }
    .dashboard__index__body li {
      padding-right: 3rem;
      font-family: "Graphik", sans-serif; }
  .dashboard__flow-navigation {
    height: 100px;
    background-color: #f2f2f2;
    max-width: 100%;
    width: 100%;
    padding-left: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.09804); }
    .dashboard__flow-navigation .stepper-container {
      margin-top: 15px;
      height: 60px; }
      .dashboard__flow-navigation .stepper-container .step {
        width: 33.33%;
        float: left;
        height: 55px;
        position: relative; }
        .dashboard__flow-navigation .stepper-container .step .step-icon {
          width: 30px;
          height: 30px;
          border-radius: 50%;
          overflow: hidden;
          background-color: #dbdbdb;
          z-index: 1;
          position: relative;
          text-align: center; }
        .dashboard__flow-navigation .stepper-container .step .step-line {
          position: absolute;
          top: 14px;
          width: 100%;
          height: 3px;
          background-color: #dbdbdb; }
        .dashboard__flow-navigation .stepper-container .step .step-line2 {
          right: 0;
          width: 50%; }
      .dashboard__flow-navigation .stepper-container .active .step-icon {
        background-color: #ffaa22; }
      .dashboard__flow-navigation .stepper-container .active .step-line {
        position: absolute;
        top: 14px;
        width: 100%;
        height: 3px;
        background-color: #ffaa22; }
  @media only screen and (max-width: 829px) {
    .dashboard__flow-navigation {
      padding-left: 30px; } }

.search {
  min-height: 500px;
  bottom: 50px; }
  .search--banner {
    min-height: 700px;
    background-color: #00386C;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 0;
    position: relative;
    background-image: url(../img/ban.jpg);
    margin-bottom: 5em; }
  .search--banner-2 {
    min-height: 300px;
    background-color: #00386C;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 0;
    position: relative;
    background-image: url(../img/ban.jpg);
    padding-bottom: 5em; }
  .search--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: left;
    padding-top: 3em;
    padding-bottom: 3em; }
    .search--overlay h1 {
      font-size: 80px;
      color: #fff; }

  .search--overlay-2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
        background: rgba(0, 0, 0, 0.6);
        text-align: left;
        padding-top: 3em;
        padding-bottom: 3em; }

        .search--overlay-2 h1 {
          font-size: 40px;
          color: #fff;
          text-align:center }

  .search h5 {
    color: #49B882; }

    .lefsid{
      margin-left: -180px;
    }

@media only screen and (max-width: 829px) {
  .search--banner {
    min-height: 700px;
    background-color: #00386C;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 0;
    position: relative;
    margin-bottom: 50em; }
  .search--overlay h1 {
    font-size: 35px;
    color: #fff; }

    .search--banner-2 {
      margin-bottom: 1.5em;
      min-height: 450px;
    }

    .lefsid{
      margin-left:0px;
    }

     }

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

