/*
100 - Thin
200 - Extra Light, Ultra Light
300 - Light
400 - Normal, Book, Regular
500 - Medium
600 - Semi Bold, Demi Bold
700 - Bold
800 - Extra Bold, Ultra Bold
900 - Black, Heavy
*/
body {
  color: #000000;
  font: 300 18px "Roboto", sans-serif; }
  @media only screen and (max-width: 850px) {
    body {
      font-size: 15px; } }

html, body, .dialog-off-canvas-main-canvas {
  height: 100%; }

a {
  color: #B0CB1F;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    text-decoration: none; }

.layout-content {
  padding: 0 30px;
  width: 1280px; }
  @media only screen and (max-width: 850px) {
    .layout-content {
      padding: 0 20px; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500; }
  @media only screen and (max-width: 500px) {
    h1, h2, h3, h4, h5, h6 {
      text-align: center; } }

h1, h1.page-title {
  font-size: 46px;
  line-height: 1.15;
  margin-bottom: 30px; }
  @media only screen and (max-width: 999px) {
    h1, h1.page-title {
      font-size: 30px; } }
  @media only screen and (max-width: 850px) {
    h1, h1.page-title {
      font-size: 24px;
      margin-bottom: 25px; }
      .page-node-page h1, .page-node-page h1.page-title {
        font-size: 20px; } }
  @media only screen and (max-width: 500px) {
    h1, h1.page-title {
      text-align: center; } }

h2 {
  font-size: 36px;
  line-height: 1.32;
  margin-bottom: 30px; }
  .page-node-page h2 {
    font-size: 46px; }
    @media only screen and (max-width: 850px) {
      .page-node-page h2 {
        font-size: 22px; } }
  .field--name-field-paragraph-title h2 {
    margin-bottom: 0; }
    .paragraph--type--form .field--name-field-paragraph-title h2 {
      font-size: 36px; }
      @media only screen and (max-width: 850px) {
        .paragraph--type--form .field--name-field-paragraph-title h2 {
          font-size: 18px;
          text-align: center; } }
  .paragraph--type--card-ico-list h2 {
    margin-bottom: 20px; }
  @media only screen and (max-width: 850px) {
    h2 {
      font-size: 22px;
      margin-bottom: 20px; } }

h3 {
  font-size: 28px;
  line-height: 1.3; }
  .field--name-field-step-item-body h3 {
    font-size: 36px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 850px) {
      .field--name-field-step-item-body h3 {
        font-size: 22px;
        text-align: center; } }
  .field--name-field-paragraph-subtitle h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0; }
    @media only screen and (max-width: 850px) {
      .field--name-field-paragraph-subtitle h3 {
        font-size: 18px;
        text-align: center; } }
  .paragraph--type--card-ico-list h3 {
    font-size: 26px;
    font-weight: 400; }
    @media only screen and (max-width: 850px) {
      .paragraph--type--card-ico-list h3 {
        font-size: 18px; } }
  @media only screen and (max-width: 850px) {
    h3 {
      font-size: 18px;
      margin-bottom: 20px; } }

h4 {
  font-size: 22px; }
  @media only screen and (max-width: 850px) {
    h4 {
      font-size: 18px; } }

b, strong {
  font-weight: 600; }

img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

p {
  margin-bottom: 30px; }
  p:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 850px) {
    p {
      margin-bottom: 20px; } }

blockquote {
  background: #FFFFFF;
  border: 2px solid #B0CB1F;
  border-radius: 10px;
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  padding: 25px 40px; }
  blockquote:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 850px) {
    blockquote {
      padding: 20px 30px; } }

table:not(.ui-datepicker-calendar) {
  border: 0;
  font-size: 18px;
  margin: 0 auto 30px;
  width: 100%; }
  table:not(.ui-datepicker-calendar):last-child {
    margin-bottom: 0; }
  .responsive-table table:not(.ui-datepicker-calendar) {
    width: max-content !important; }
  table:not(.ui-datepicker-calendar) thead {
    background: #B0CB1F;
    color: #FFFFFF;
    text-align: left; }
    table:not(.ui-datepicker-calendar) thead th {
      font-weight: 500;
      padding: 16px 25px; }
  table:not(.ui-datepicker-calendar) th,
  table:not(.ui-datepicker-calendar) td {
    border: 0; }
  table:not(.ui-datepicker-calendar) td {
    padding: 16px 25px; }
  table:not(.ui-datepicker-calendar) tbody tr:nth-child(2n) {
    background: #F8FBFF; }
  table:not(.ui-datepicker-calendar) a {
    text-decoration: underline; }
    table:not(.ui-datepicker-calendar) a:hover {
      text-decoration: none; }
  @media only screen and (max-width: 850px) {
    table:not(.ui-datepicker-calendar) {
      margin: 0 0 20px; } }

.system-messages-container {
  position: relative;
  z-index: 1; }

header {
  background-color: #F8FBFF;
  position: relative;
  z-index: 1; }
  .is-frontpage header {
    background-color: transparent; }
  header.page-header-container {
    padding: 25px 0; }
    @media only screen and (max-width: 850px) {
      header.page-header-container {
        padding: 20px 0; }
        .header-sticky header.page-header-container {
          position: fixed;
          top: 0;
          left: 0;
          background: #F8FBFF;
          -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
          -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
          width: 100%;
          z-index: 98; } }

@media only screen and (max-width: 850px) {
  .narrow-screen-menu-container {
    background: #F1F5FA;
    border-top: 1px solid #D5E4F5;
    -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
    padding: 30px 20px;
    text-align: center; }
    .menu-open .narrow-screen-menu-container {
      display: block;
      z-index: 99; }
    .menu-open.header-sticky .narrow-screen-menu-container {
      position: fixed;
      top: 87px;
      left: 0;
      right: 0;
      width: 100%; } }

.is-frontpage .page-main-container {
  margin-top: 0; }
@media only screen and (max-width: 850px) {
  .header-sticky .page-main-container {
    margin-top: 97px; } }

.page-footer-container {
  background: #EEF5F9 url(../img/footer-bg.svg) no-repeat center right;
  margin-top: 140px;
  padding: 50px 0; }
  @media only screen and (max-width: 999px) {
    .page-footer-container {
      background: #EEF5F9 url(../img/footer-bg-2.svg) no-repeat top -33px right;
      padding: 45px 0 35px; } }
  @media only screen and (max-width: 650px) {
    .page-footer-container {
      margin-top: 80px; } }

.text-formatted {
  line-height: 1.7; }
  .text-formatted h2, .text-formatted h3, .text-formatted h4, .text-formatted h5, .text-formatted h6 {
    margin-top: 0; }
  .text-formatted ul:not(.menu):not(.contextual-links):not(.ya-share2__list) {
    margin-bottom: 30px; }
    .text-formatted ul:not(.menu):not(.contextual-links):not(.ya-share2__list):last-child {
      margin-bottom: 0; }
    .text-formatted ul:not(.menu):not(.contextual-links):not(.ya-share2__list) li {
      margin-bottom: 30px;
      padding-left: 40px; }
      .text-formatted ul:not(.menu):not(.contextual-links):not(.ya-share2__list) li:last-child {
        margin-bottom: 0; }
      .text-formatted ul:not(.menu):not(.contextual-links):not(.ya-share2__list) li:before {
        content: '';
        top: 3px;
        left: 0;
        background: url('../img/vector/vector-stripe.svg?1588073706') no-repeat -321px -46px;
        display: inline-block;
        width: 24px;
        height: 24px; }
        @media only screen and (max-width: 850px) {
          .text-formatted ul:not(.menu):not(.contextual-links):not(.ya-share2__list) li:before {
            top: 0;
            zoom: 0.85; } }
      .text-formatted ul:not(.menu):not(.contextual-links):not(.ya-share2__list) li ul {
        margin-top: 30px; }
      @media only screen and (max-width: 850px) {
        .text-formatted ul:not(.menu):not(.contextual-links):not(.ya-share2__list) li {
          padding-left: 32px; } }
  .text-formatted ol {
    margin-bottom: 30px; }
    .text-formatted ol:last-child {
      margin-bottom: 0; }
    .text-formatted ol li {
      margin-bottom: 30px;
      padding-left: 30px; }
      .text-formatted ol li:before {
        color: #B0CB1F;
        content: counter(list1) ")";
        font-weight: 600;
        padding-right: 0;
        min-width: auto; }
      .text-formatted ol li:last-child {
        margin-bottom: 0; }
  .text-formatted.field--name-field-cover-html ol {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -15px; }
    .text-formatted.field--name-field-cover-html ol li {
      color: #657487;
      margin-bottom: 15px;
      margin-right: 30px;
      padding-left: 60px; }
      .text-formatted.field--name-field-cover-html ol li:before {
        top: -6px;
        border: 1px solid #E5E5E5;
        -moz-border-radius: 1000px;
        -webkit-border-radius: 1000px;
        border-radius: 1000px;
        color: #657487;
        content: counter(list1);
        font-size: 20px;
        font-weight: 300;
        line-height: 43px;
        text-align: center;
        width: 45px; }
      .text-formatted.field--name-field-cover-html ol li:last-child {
        margin-bottom: 0;
        margin-right: 0; }
  .text-formatted.field--name-field-step-item-body ol > li {
    display: block;
    margin-bottom: 30px;
    padding-left: 75px;
    position: relative; }
    .text-formatted.field--name-field-step-item-body ol > li:last-child {
      margin-bottom: 0; }
    .text-formatted.field--name-field-step-item-body ol > li:before {
      counter-increment: list2;
      content: counter(list2);
      background: #B0CB1F;
      -moz-border-radius: 1000px;
      -webkit-border-radius: 1000px;
      border-radius: 1000px;
      color: #FFFFFF;
      line-height: 50px;
      padding-right: 0;
      min-width: auto;
      width: 50px;
      text-align: center; }
      @media only screen and (max-width: 850px) {
        .text-formatted.field--name-field-step-item-body ol > li:before {
          font-size: 12px;
          line-height: 30px;
          width: 30px; } }
    @media only screen and (max-width: 850px) {
      .text-formatted.field--name-field-step-item-body ol > li {
        padding-left: 40px; } }
  .text-formatted .two-col {
    counter-reset: list3;
    margin-bottom: 30px; }
    .text-formatted .two-col:last-child {
      margin-bottom: 0; }
    @media only screen and (min-width: 851px) {
      .text-formatted .two-col .col-1 {
        padding-right: 15px;
        width: 50%; } }
    @media only screen and (min-width: 851px) {
      .text-formatted .two-col .col-2 {
        padding-left: 15px;
        width: 50%; } }
    @media only screen and (max-width: 850px) {
      .text-formatted .two-col .col-2 {
        margin-top: 20px; } }
    .text-formatted .two-col ol li:before {
      counter-increment: list3;
      content: counter(list3) ")"; }
    @media only screen and (min-width: 851px) {
      .text-formatted .two-col {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; } }
    @media only screen and (max-width: 850px) {
      .text-formatted .two-col {
        margin-bottom: 20px; } }

@media print {
  * {
    margin: 0;
    padding: 0; }

  html, body {
    height: auto; }

  .layout-content {
    width: 100%; } }
.region--header-top {
  -webkit-align-items: center;
  align-items: center; }
  .page-node-page .region--header-top {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    @media only screen and (max-width: 850px) {
      .page-node-page .region--header-top {
        -webkit-align-items: center;
        align-items: center; } }

.region--narrow-screen-menu-bottom {
  margin-top: 30px; }

@media only screen and (max-width: 650px) {
  .region--breadcrumb {
    -webkit-justify-content: center;
    justify-content: center; } }

.region--footer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 999px) {
    .region--footer {
      -webkit-justify-content: center;
      justify-content: center; } }

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