@charset "UTF-8";
/*
Theme Name: DAD
Theme URI: http://underscores.me/
Author: WIPPO
Author URI: https://wippo.md/
Description: WIPPO
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dad
Tags: dad, wippo
*/
button[type="submit"], a.btn-link {
  display: inline-block;
  background-color: #0959D1;
  border-radius: 2px;
  min-height: 45px;
  padding: 0 30px;
  color: #fff;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  border: 0;
  outline: none;
  text-transform: uppercase; }
  button[type="submit"]::after, a.btn-link::after {
    content: '';
    display: inline-block;
    background-image: url("assets/images/arrow-right-light.svg");
    background-size: contain;
    background-position: center;
    width: 16px;
    height: 16px;
    margin: 0 0 0 30px;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    position: relative;
    top: 2px; }
  button[type="submit"]:hover, a.btn-link:hover {
    background-color: #0B4DB0;
    color: #fff; }
    button[type="submit"]:hover::after, a.btn-link:hover::after {
      margin-left: 40px; }
  button.invert[type="submit"]:hover, a.invert.btn-link:hover {
    background-color: #79AFFF;
    color: #0959D1; }
    button.invert[type="submit"]:hover::after, a.invert.btn-link:hover::after {
      background-image: url("assets/images/arrow-right-blue.svg"); }

a.btn-b-link {
  display: inline-block;
  background-color: transparent;
  border-radius: 2px;
  min-height: 45px;
  padding: 0 30px;
  color: #0A2849;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  border: 2px solid #E8EDF3;
  outline: none;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Montserrat", sans-serif; }
  a.btn-b-link::after {
    content: '';
    display: inline-block;
    background-image: url("assets/images/arrow-right-dark-2.svg");
    background-size: contain;
    background-position: center;
    width: 16px;
    height: 16px;
    margin: 0 0 0 30px;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    position: relative;
    top: 2px; }
  a.btn-b-link:hover::after {
    margin-left: 40px; }

.form-field,
.form-textarea {
  width: 100%;
  border-radius: 0;
  border: 2px solid #095BD6;
  outline: none !important;
  padding: 0 15px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin: 4px 0 0; }

.form-field {
  height: 45px; }

textarea {
  resize: none; }

label.form-label {
  width: 100%;
  margin: 0; }

.default-checkbox {
  width: 0;
  height: 0;
  opacity: 0; }

.custom-checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid #0A2849;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative; }
  .custom-checkbox::after {
    content: '';
    display: none;
    width: 10px;
    height: 10px;
    background-color: #0959D1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

.default-checkbox:checked ~ .custom-checkbox {
  border-color: #0959D1; }
  .default-checkbox:checked ~ .custom-checkbox::after {
    display: block; }

.custom-checkbox-label {
  position: relative;
  cursor: pointer;
  padding: 0 0 0 26px; }
  .custom-checkbox-label .custom-checkbox {
    position: absolute;
    top: 4px;
    left: 0; }
  .custom-checkbox-label:hover .custom-checkbox {
    border-color: #0959D1; }

.error {
  color: red;
  font-size: 12px; }

.form-state {
  color: #fff;
  text-align: center; }
  .form-state.error, .form-state.success {
    padding: 15px; }
  .form-state.error {
    background-color: red; }
  .form-state.success {
    background-color: green; }

.form-group .row {
  margin-left: -6px;
  margin-right: -6px; }
.form-group div[class^="col-"] {
  padding-left: 6px;
  padding-right: 6px; }

form.invert .error {
  color: #ff9191; }
form.invert .form-field,
form.invert .form-textarea {
  border-color: #79AFFF;
  background-color: transparent;
  color: #fff; }
form.invert .custom-checkbox {
  border-color: #79AFFF; }
form.invert .custom-checkbox-label:hover .custom-checkbox {
  border-color: #79AFFF; }
form.invert .default-checkbox:checked ~ .custom-checkbox {
  border-color: #79AFFF; }
  form.invert .default-checkbox:checked ~ .custom-checkbox::after {
    background-color: #79AFFF; }

.event-date-btn {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 1rem; }
  .event-date-btn input {
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute; }
  .event-date-btn--inner {
    background-color: #A3B2C2;
    padding: 10px;
    border-radius: 5px;
    color: #000;
    opacity: .8;
    display: block;
    transition: all .2s ease;
    -webkit-transition: all .2s ease; }
  .event-date-btn input:checked ~ .event-date-btn--inner {
    background-color: #0959D1;
    color: #fff;
    opacity: 1; }
  .event-date-btn:hover .event-date-btn--inner {
    opacity: 1; }

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto Slab", sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.1px; }

* {
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #0A2849;
  margin-bottom: 25px;
  line-height: 1.5; }

p {
  margin-bottom: 25px; }

div[class^="wp-block"] h1, div[class^="wp-block"] h2, div[class^="wp-block"] h3, div[class^="wp-block"] h4, div[class^="wp-block"] h5, div[class^="wp-block"] h6 {
  font-family: "Roboto Slab", sans-serif;
  margin-bottom: 25px; }

img {
  max-width: 100%;
  height: auto; }

iframe {
  max-width: 100%; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

a.btn-link {
  padding: 10px 30px; }
  a.btn-link:hover, a.btn-link:focus {
    text-decoration: none; }

a.btn-b-link {
  padding: 10px 30px; }
  a.btn-b-link:hover, a.btn-b-link:focus {
    text-decoration: none; }

.left-auto {
  margin-left: auto; }

.content-area {
  min-height: 400px; }

.section-title {
  font-size: 42px;
  font-weight: bold;
  margin: 0 0 25px; }

.section-subtitle {
  font-weight: 500;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  margin: -16px 0 25px; }

.section-padding-top {
  padding-top: 50px; }

.section-padding-bottom {
  padding-bottom: 50px; }

.overflow-hidden {
  overflow: hidden; }

.default-page-header {
  background-position: center;
  background-size: cover;
  height: 370px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  padding: 20px 95px;
  color: #fff;
  margin: 15px 0 0;
  background-color: #366497; }
  .default-page-header h1 {
    color: #fff; }

.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px; }
  .breadcrumbs li {
    display: inline-block;
    margin: 0;
    position: relative; }
    .breadcrumbs li > * {
      vertical-align: middle; }
    .breadcrumbs li:not(:last-child) {
      margin-right: 14px; }
      .breadcrumbs li:not(:last-child)::after {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        vertical-align: middle;
        background-image: url(assets/images/separator.svg);
        background-size: contain;
        background-position: center;
        margin: 0 0 0 20px; }
    .breadcrumbs li a, .breadcrumbs li span {
      color: #4E77A4;
      font-weight: 500; }
    .breadcrumbs li.current-item {
      color: #0959D1; }
      .breadcrumbs li.current-item a, .breadcrumbs li.current-item span {
        color: #0959D1; }

.slider-nav {
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center; }
  .slider-nav button {
    border: 0;
    background-color: transparent;
    outline: none !important;
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 42px;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in; }
    .slider-nav button svg {
      position: absolute;
      top: 0;
      right: 10px;
      bottom: 0;
      margin: auto 0; }
      .slider-nav button svg path {
        transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        fill: #0A2849; }
    .slider-nav button span {
      display: block;
      width: 42px;
      height: 42px;
      background-color: transparent;
      border-radius: 50%;
      overflow: hidden;
      position: relative;
      transition: all .2s ease-in;
      -webkit-transition: all .2s ease-in;
      float: right; }
    .slider-nav button:hover {
      width: 90px; }
      .slider-nav button:hover span {
        background-color: #0959D1; }
        .slider-nav button:hover span svg path {
          fill: #fff; }
  .slider-nav--prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin: 3px 0 0 !important; }
  .slider-nav--center {
    font-size: 18px;
    font-weight: 500;
    padding: 0 20px; }

.site-main.default-site-main {
  padding: 35px 0 0; }

.default-site-main .breadcrumbs {
  margin-bottom: 30px; }

blockquote {
  font-weight: bold;
  font-size: 28px;
  color: #0A2849;
  margin: 0 0 25px;
  padding: 0;
  position: relative;
  font-family: "Roboto Slab", sans-serif; }
  blockquote::before {
    content: '“'; }
  blockquote::after {
    content: '”'; }
  blockquote p {
    display: inline; }

.slider-progress {
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center; }
  .slider-progress--page {
    width: 45px;
    font-weight: 500;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    text-align: left; }
  .slider-progress--bar {
    width: 160px;
    height: 4px;
    background-color: #91A7C0;
    overflow: hidden; }
    .slider-progress--bar span {
      display: block;
      height: 4px;
      width: 0;
      background-color: #0959D1;
      transition: all .2s ease;
      -webkit-transition: all .2s ease; }

.SumoSelect {
  width: auto !important; }
  .SumoSelect .CaptionCont {
    box-shadow: none !important;
    border: 0 !important;
    width: fit-content;
    float: right;
    cursor: pointer !important; }
  .SumoSelect label {
    margin-bottom: 0; }
  .SumoSelect .CaptionCont, .SumoSelect span {
    color: #0A2849 !important;
    font-style: normal !important;
    cursor: pointer !important; }
  .SumoSelect .optWrapper {
    min-width: 200px !important;
    left: auto !important;
    right: 0;
    text-align: left; }
    .SumoSelect .optWrapper .options {
      padding: 5px 0 !important; }
      .SumoSelect .optWrapper .options .opt {
        padding: 13px 35px 13px 30px !important;
        border-bottom: 0 !important; }
        .SumoSelect .optWrapper .options .opt label {
          font-weight: 600 !important;
          font-size: 14px !important; }
        .SumoSelect .optWrapper .options .opt span {
          margin-left: 0 !important;
          right: 20px; }
          .SumoSelect .optWrapper .options .opt span i {
            border: 2px solid #6B6B6B !important;
            width: 20px !important;
            height: 20px !important;
            border-radius: 50% !important; }
        .SumoSelect .optWrapper .options .opt.selected label {
          opacity: .8;
          color: #828282 !important; }
        .SumoSelect .optWrapper .options .opt.selected span i {
          background-color: transparent !important;
          border-color: #0959D1 !important; }
          .SumoSelect .optWrapper .options .opt.selected span i::after {
            content: '';
            display: block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #0959D1;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto; }

.section-actions {
  display: inline-block;
  text-align: right;
  width: 100%;
  position: relative;
  z-index: 50;
  margin-bottom: 25px; }
  .section-actions > * {
    vertical-align: middle;
    margin-left: 15px; }

@media (max-width: 991px) {
  .default-site-main .breadcrumbs {
    margin-bottom: 15px; }

  .section-title {
    font-size: 30px; }

  .section-padding-top {
    padding-top: 30px; }

  .section-padding-bottom {
    padding-bottom: 30px; }

  .site-main.default-site-main {
    padding: 5px 0 0; }

  .default-page-header {
    height: 260px;
    padding: 20px 30px; }
    .default-page-header h1 {
      font-size: 28px; }

  .breadcrumbs {
    font-size: 12px; } }
.site-header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100; }

body {
  margin-top: 65px; }
  body.admin-bar {
    margin-top: calc(65px + 32); }
    body.admin-bar .site-header {
      top: 32px; }

.menu-item--inner {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center; }
  .menu-item--inner > a {
    width: 100%; }

.menu-item-btn {
  background-color: transparent;
  min-width: 50px;
  height: 40px;
  border: 0;
  outline: none !important; }
  .menu-item-btn svg {
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }

.main-navigation {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-family: "Montserrat", sans-serif;
  border-bottom: 1px solid #7D9BBC; }
  .main-navigation .menu-item-btn {
    display: none; }
  .main-navigation .logo {
    margin: 0 100px 0 50px; }
    .main-navigation .logo img {
      height: 30px;
      width: auto; }
  .main-navigation--action {
    min-width: calc(65px - 1px);
    height: calc(65px - 1px);
    border-left: 1px solid #7D9BBC;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    position: relative; }
    .main-navigation--action:hover {
      background-color: #E8EDF3; }
    .main-navigation--action:last-child {
      border-right: 1px solid #7D9BBC; }
  .main-navigation .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    display: -webkit-flex; }
    .main-navigation .menu li {
      position: relative; }
      .main-navigation .menu li a {
        padding: 0 25px;
        transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        text-decoration: none; }
      .main-navigation .menu li:hover .submenu {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        pointer-events: initial; }
    .main-navigation .menu > li a {
      display: block;
      line-height: 65px;
      background-color: #fff;
      color: #112741; }
      .main-navigation .menu > li a:hover {
        background-color: #0959D1;
        color: #fff;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25); }
    .main-navigation .menu > li.current-menu-item a, .main-navigation .menu > li:hover a {
      background-color: #0959D1;
      color: #fff;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25); }
  .main-navigation .submenu {
    background-color: #0959D1;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 100%;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    pointer-events: none;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    opacity: 0;
    min-width: 100%;
    white-space: nowrap;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25); }
    .main-navigation .submenu li > a {
      background-color: #0959D1;
      color: #fff;
      line-height: 50px;
      display: block;
      box-shadow: none !important; }
      .main-navigation .submenu li > a:hover {
        background-color: #0B4DB0; }
    .main-navigation .submenu li.current-menu-item > a {
      background-color: #0B4DB0; }
  .main-navigation--search {
    overflow: hidden;
    width: 65px;
    height: 65px;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    position: absolute;
    right: 0;
    z-index: 10; }
    .main-navigation--search.show {
      width: 470px;
      background-color: #fff;
      border-left: 1px solid #7D9BBC; }
    .main-navigation--search form {
      height: 100%;
      position: relative; }
    .main-navigation--search--field {
      height: 100%;
      border: 0;
      width: 470px;
      border-radius: 0;
      position: absolute;
      outline: none !important;
      top: 0;
      cursor: pointer;
      font-size: 16px;
      background-color: transparent;
      right: 0;
      background-image: url("assets/images/search.svg");
      background-repeat: no-repeat;
      background-position: right 20px center;
      padding: 0 65px 0 20px; }
    .main-navigation--search.show .main-navigation--search--field {
      cursor: initial; }
  .main-navigation .wpml-ls a {
    font-weight: 500;
    color: #426D9D; }
    .main-navigation .wpml-ls a:hover {
      color: #426D9D;
      text-decoration: none; }

.sidebar-menu-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background-color: #fff;
  width: 100%;
  outline: none !important; }
  .sidebar-menu-btn:hover {
    background-color: #E8EDF3; }
  .sidebar-menu-btn--open, .sidebar-menu-btn--close {
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  .sidebar-menu-btn--open {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1; }
  .sidebar-menu-btn--close {
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    opacity: 0; }
  .sidebar-menu-btn.show .sidebar-menu-btn--open {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 0; }
  .sidebar-menu-btn.show .sidebar-menu-btn--close {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1; }

.sidebar-menu {
  position: fixed;
  background-color: #0959D1;
  top: 65px;
  right: 0;
  bottom: 0;
  width: 270px;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  z-index: 200;
  overflow-y: auto;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .sidebar-menu.show {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  .sidebar-menu--content, .sidebar-menu--footer {
    width: 100%; }
  .sidebar-menu--footer {
    align-self: flex-end;
    -webkit-align-self: flex-end; }
  .sidebar-menu--home-link {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    padding: 18px 24px;
    display: inline-block; }
    .sidebar-menu--home-link img {
      margin-right: 10px;
      transition: all 0.2s ease-in;
      -webkit-transition: all 0.2s ease-in;
      transform: translateX(0);
      -webkit-transform: translateX(0); }
    .sidebar-menu--home-link:hover {
      color: #fff;
      text-decoration: none; }
      .sidebar-menu--home-link:hover img {
        transform: translateX(-5px);
        -webkit-transform: translateX(-5px); }
  .sidebar-menu--main {
    display: none;
    margin-bottom: 30px; }
    .sidebar-menu--main .menu li.show {
      position: relative; }
      .sidebar-menu--main .menu li.show .menu-item-btn svg {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg); }
        .sidebar-menu--main .menu li.show .menu-item-btn svg path {
          opacity: 1; }
      .sidebar-menu--main .menu li.show .menu-item--inner {
        position: relative; }
        .sidebar-menu--main .menu li.show .menu-item--inner::after {
          content: '';
          display: block;
          height: 2px;
          background-color: #0959D1;
          position: absolute;
          left: 30px;
          right: 30px;
          bottom: 0; }
    .sidebar-menu--main .submenu {
      display: none; }
  .sidebar-menu .menu {
    list-style: none;
    padding: 0;
    margin: 0; }
    .sidebar-menu .menu > li {
      transition: all 0.2s ease-in;
      -webkit-transition: all 0.2s ease-in;
      background-color: transparent; }
      .sidebar-menu .menu > li a {
        padding: 18px 24px;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
        text-decoration: none;
        display: block;
        transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        background-color: transparent; }
      .sidebar-menu .menu > li.current-menu-item, .sidebar-menu .menu > li.show, .sidebar-menu .menu > li:hover {
        background-color: #0B4DB0; }
      .sidebar-menu .menu > li .submenu {
        padding: 0;
        margin: 0;
        background-color: #0B4DB0;
        list-style: none; }
        .sidebar-menu .menu > li .submenu > li > a {
          color: #fff;
          padding: 13px 30px;
          display: block;
          font-size: 16px;
          font-weight: 500; }
  .sidebar-menu--search {
    display: none;
    padding: 0 20px;
    margin: 0 0 20px; }
    .sidebar-menu--search form {
      display: flex;
      display: -webkit-flex; }
      .sidebar-menu--search form input, .sidebar-menu--search form button {
        border: 0;
        background-color: transparent;
        outline: none;
        border-bottom: 2px solid #8EB3EA; }
      .sidebar-menu--search form input {
        color: #8EB3EA;
        font-weight: 500;
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
        width: 100%; }
        .sidebar-menu--search form input::-webkit-input-placeholder {
          color: #8EB3EA; }
        .sidebar-menu--search form input::-moz-placeholder {
          color: #8EB3EA; }
        .sidebar-menu--search form input:-ms-input-placeholder {
          color: #8EB3EA; }
        .sidebar-menu--search form input:-moz-placeholder {
          color: #8EB3EA; }
  .sidebar-menu--footer {
    padding: 0 24px;
    margin: 18px 0 35px; }
    .sidebar-menu--footer ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .sidebar-menu--footer ul li:not(:last-child) {
        margin-bottom: 10px; }
      .sidebar-menu--footer ul li a {
        color: #fff; }
        .sidebar-menu--footer ul li a:hover {
          color: #fff;
          text-decoration: none; }
        .sidebar-menu--footer ul li a > * {
          vertical-align: middle; }
  .sidebar-menu--socials-links--icon {
    display: inline-block;
    margin-right: 12px;
    width: 17px;
    text-align: center; }

.admin-bar .sidebar-menu {
  top: calc(65px + 32px); }

@media (max-width: 1440px) {
  body {
    margin-top: 56px; }

  .main-navigation .logo {
    margin: 0 30px 0 20px; }
  .main-navigation .menu .menu-item--inner > a {
    line-height: 56px; }
  .main-navigation--action {
    height: 56px;
    width: 56px;
    min-width: 56px; }
  .main-navigation--search {
    width: 56px;
    height: 56px; }
    .main-navigation--search--field {
      background-position: right 15px center; }

  .sidebar-menu {
    max-width: 350px;
    width: 100%;
    top: 56px; }
    .sidebar-menu--main {
      position: relative; }
      .sidebar-menu--main::after {
        content: '';
        display: block;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.3);
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: -16px; }
    .sidebar-menu .menu > li a {
      font-size: 16px;
      padding: 13px 20px; } }
@media (max-width: 1199px) {
  .main-navigation .menu {
    display: none; }
  .main-navigation .action-search {
    display: none; }
  .main-navigation .action-lng {
    margin-left: auto; }

  .sidebar-menu--main {
    display: block; }
  .sidebar-menu--regular .menu li a {
    font-weight: 500; }
  .sidebar-menu--search {
    display: block; }

  .sidebar-menu-btn {
    background-color: #E8EDF3; } }
.site-footer a {
  color: #89A4C2; }
  .site-footer a:hover, .site-footer a:focus, .site-footer a:active {
    color: #89A4C2; }
.site-footer .widget-title {
  color: #F2F5F9;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 20px; }
.site-footer--inner {
  background-color: #103056;
  color: #89A4C2;
  padding: 40px 0 40px; }
  .site-footer--inner .menu {
    list-style: none;
    padding: 0;
    margin: 0; }
    .site-footer--inner .menu li {
      margin-bottom: 18px;
      display: block; }
.site-footer--inline-menu {
  min-height: 80px;
  background-color: #112741;
  text-align: center;
  padding: 19px 0; }
  .site-footer--inline-menu .menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    .site-footer--inline-menu .menu li {
      display: inline-block;
      padding: 0 20px; }
      .site-footer--inline-menu .menu li a {
        color: #89A4C2;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 40px;
        text-decoration: none;
        font-family: "Montserrat", sans-serif; }
        .site-footer--inline-menu .menu li a:hover {
          color: #fff; }
.site-footer--social-links {
  list-style: none;
  margin: 0 0 30px;
  padding: 0; }
  .site-footer--social-links li {
    display: inline-block; }
    .site-footer--social-links li:not(:last-child) {
      margin-right: 15px; }
    .site-footer--social-links li:hover {
      opacity: .8; }
.site-footer .first-column .textwidget {
  font-size: 13px; }
.site-footer--copyright {
  color: #366497;
  font-size: 13px;
  font-family: "Montserrat", sans-serif; }
.site-footer--action-btn {
  height: 45px;
  background-color: #0029FF;
  border: 0;
  border-radius: 0;
  padding: 0 25px;
  outline: none !important;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin: 18px 0 0; }
  .site-footer--action-btn:hover {
    background-color: #0B4DB0; }
  .site-footer--action-btn img {
    margin-left: 15px; }
.site-footer .footer-column-item {
  margin-bottom: 15px; }
.site-footer .footer-logo {
  margin-bottom: 30px; }
.site-footer .btn-link {
  color: #fff !important; }

@media (max-width: 767px) {
  .site-footer .footer-column-item {
    margin-bottom: 25px; }
  .site-footer--inline-menu .menu li {
    display: block;
    margin: 15px 0; }
    .site-footer--inline-menu .menu li a {
      line-height: normal; } }
@media (max-width: 580px) {
  .site-footer--inline-menu .menu li {
    display: block;
    text-align: left; } }
.full-width-post {
  background-color: #F7F7F7;
  padding: 55px 0; }
  .full-width-post--title {
    font-size: 28px;
    font-family: "Roboto Slab", sans-serif;
    font-weight: normal;
    margin-bottom: 16px; }
    .full-width-post--title a {
      color: #0A2849; }
      .full-width-post--title a:hover {
        color: #0A2849; }
  .full-width-post p {
    font-size: 14px; }
  .full-width-post--data {
    position: relative;
    height: 100%;
    padding-bottom: 60px; }
    .full-width-post--data .read-more-btn {
      position: absolute;
      left: 0;
      bottom: 30px; }

.post-date {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  color: #4E77A4;
  font-family: "Montserrat", sans-serif; }
  .post-date li {
    display: inline-block; }
    .post-date li:not(:last-child) {
      margin-right: 30px; }
    .post-date li > * {
      vertical-align: middle; }
    .post-date li img {
      margin-right: 10px;
      width: 14px !important;
      display: inline-block !important; }

.post-categories {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #0959D1;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif; }
  .post-categories li {
    display: inline-block;
    margin: 0 10px 5px 0; }
    .post-categories li.filled {
      background-color: #0959D1;
      color: #fff;
      padding: 2px 8px; }

.read-more-btn {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #0A2849;
  font-family: "Montserrat", sans-serif;
  display: inline-block; }
  .read-more-btn img {
    width: 24px !important;
    display: inline-block !important; }
  .read-more-btn img,
  .read-more-btn svg {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in; }
  .read-more-btn:hover {
    text-decoration: none;
    color: #0A2849; }
    .read-more-btn:hover img, .read-more-btn:hover svg {
      transform: translateX(5px);
      -webkit-transform: translateX(5px); }
  .read-more-btn > * {
    vertical-align: middle; }

.post {
  margin-bottom: 80px; }
  .post p {
    font-size: 14px; }
  .post--image {
    margin-bottom: 15px; }
  .post--title {
    font-weight: normal;
    font-size: 24px;
    font-family: "Roboto Slab", sans-serif;
    margin-bottom: 16px; }
    .post--title a {
      color: #0A2849; }
      .post--title a:hover {
        color: #0A2849; }
  @media (min-width: 992px) {
    .post.small .post--title {
      font-size: 16px;
      font-weight: 600; } }
  .post .read-more-btn {
    margin-top: 10px; }

.case {
  background-color: #F4F6F9;
  padding: 26px;
  margin-bottom: 30px; }
  .case--thumbnail {
    margin-bottom: 12px; }
  .case--title {
    font-weight: bold;
    font-family: "Roboto Slab", sans-serif;
    margin-bottom: 15px; }
    .case--title a {
      color: #0A2849; }
      .case--title a:hover {
        color: #0A2849; }

.single .content-area {
  padding-top: 25px; }

.single-post h1 {
  font-weight: 600;
  font-size: 42px;
  margin: 35px 0; }
.single-post--panel {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 2px solid #E8EDF3;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 30px; }
  .single-post--panel .far, .single-post--panel .fab, .single-post--panel .fas {
    color: #A3B2C2;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in; }
  .single-post--panel--date {
    font-weight: 600;
    font-size: 18px; }
    .single-post--panel--date .far, .single-post--panel--date .fab, .single-post--panel--date .fas {
      margin-right: 5px; }
  .single-post--panel--share {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 24px; }
    .single-post--panel--share li {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer; }
      .single-post--panel--share li:not(:last-child) {
        margin-right: 35px; }
      .single-post--panel--share li:not(.fa-share-alt):hover .far, .single-post--panel--share li:not(.fa-share-alt):hover .fab, .single-post--panel--share li:not(.fa-share-alt):hover .fas {
        color: #0959D1; }

.share {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  font-size: 24px; }
  .share .far, .share .fab, .share .fas {
    color: #A3B2C2;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in; }
  .share li {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer; }
    .share li:not(:last-child) {
      margin-right: 35px; }
    .share li:not(.fa-share-alt):hover .far, .share li:not(.fa-share-alt):hover .fab, .share li:not(.fa-share-alt):hover .fas {
      color: #0959D1; }

.single-post_case h1 {
  margin: 10px 0 40px;
  font-weight: 600;
  font-size: 42px; }
.single-post_case h2, .single-post_case h3, .single-post_case h4, .single-post_case h5, .single-post_case h6 {
  font-weight: 500;
  font-family: "Montserrat", sans-serif; }
.single-post_case img[class^="attachment-"] {
  margin-bottom: 70px; }

.archive.category.site-3 .category-content h1, .archive.category.site-3 .category-content h2, .archive.category.site-3 .category-content h3, .archive.category.site-3 .category-content h4, .archive.category.site-3 .category-content h5, .archive.category.site-3 .category-content h6 {
  font-family: "Roboto Slab", sans-serif;
  font-weight: normal; }

.accountant-related-terms {
  box-shadow: 0px -6px 25px rgba(0, 0, 0, 0.15); }
  .accountant-related-terms--instance {
    margin-top: 30px; }
    .accountant-related-terms--instance .pages-grid--item {
      min-height: 190px; }
      .accountant-related-terms--instance .pages-grid--item--title {
        font-weight: bold;
        font-family: "Roboto Slab", sans-serif;
        min-height: 72px;
        max-width: 90%; }
        .accountant-related-terms--instance .pages-grid--item--title a {
          color: #0A2849;
          transition: all .2s ease-in;
          -webkit-transition: all .2s ease-in; }
          .accountant-related-terms--instance .pages-grid--item--title a:hover {
            color: #0959D1;
            text-decoration: none; }

.pagination .screen-reader-text {
  display: none; }
.pagination .page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  color: #0A2849;
  line-height: 38px;
  text-align: center;
  margin: 0 10px; }
  .pagination .page-numbers.current, .pagination .page-numbers:hover {
    background-color: #0959D1;
    color: #fff;
    text-decoration: none; }
  .pagination .page-numbers.next, .pagination .page-numbers.prev {
    display: none; }
.pagination .nav-links {
  width: 100%;
  text-align: center; }

.page-item {
  background-color: #F4F6F9;
  padding: 26px;
  margin-bottom: 30px; }
  .page-item--title {
    font-weight: bold;
    font-family: "Roboto Slab", sans-serif;
    margin-bottom: 15px; }
    .page-item--title a {
      color: #0A2849; }
      .page-item--title a:hover {
        color: #0A2849; }

.post-tags {
  list-style: none;
  padding: 0;
  margin: 0; }
  .post-tags li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 15px; }
    .post-tags li a {
      display: inline-block;
      background-color: #F4F6F9;
      border-radius: 48px;
      padding: 7px 30px;
      color: #4E77A4;
      font-size: 14px;
      font-weight: 500;
      transition: all .2s ease-in;
      -webkit-transition: all .2s ease-in; }
      .post-tags li a:hover {
        background-color: #4E77A4;
        color: #F4F6F9;
        text-decoration: none; }

.related-posts {
  position: relative;
  padding-top: 30px; }
  .related-posts::before {
    content: '';
    display: block;
    height: 2px;
    background-color: #F4F6F9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }

.single-related-cases {
  box-shadow: 0px -6px 25px rgba(0, 0, 0, 0.15); }
  .single-related-cases .case {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
  .single-related-cases--col {
    background-color: transparent;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    min-height: 470px;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .single-related-cases--col:hover {
      background-color: #F4F6F9; }
    .single-related-cases--col--title {
      width: 100%;
      font-size: 28px;
      font-family: "Roboto Slab", sans-serif !important;
      font-weight: bold !important;
      padding: 0 30px; }

@media (max-width: 991px) {
  .full-width-post {
    padding: 30px 0; }
    .full-width-post--image {
      margin-bottom: 25px; }
    .full-width-post .read-more-btn {
      bottom: 0; }

  .single-post h1 {
    font-size: 28px; }

  .post {
    margin-bottom: 45px; }

  .single-post_case h1 {
    font-size: 28px; }

  .single-post_case img[class^="attachment-"] {
    margin-bottom: 30px; } }
@media (max-width: 580px) {
  .single-post--panel {
    border: 0;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    text-align: center;
    margin-bottom: 0; }
    .single-post--panel > * {
      width: 100%;
      margin-bottom: 15px; }

  .single-related-cases--col {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%; }
    .single-related-cases--col--title {
      text-align: center !important; } }
.single-header-thumbnail {
  height: 600px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .single-header-thumbnail iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.single-event-content h1, .single-event-content h2, .single-event-content h3, .single-event-content h4, .single-event-content h5, .single-event-content h6 {
  font-family: "Roboto Slab", sans-serif; }

.single-post_training h1, .single-post_event h1 {
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 8px;
  font-size: 28px; }

.meta-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  font-family: "Montserrat", sans-serif; }
  .meta-list li {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 15px; }
    .meta-list li > span {
      color: #A3B2C2;
      width: 95px;
      min-width: 95px; }
  .meta-list--dates {
    margin-bottom: 15px;
    line-height: normal; }
    .meta-list--dates:last-child {
      margin-bottom: 0; }
    .meta-list--dates--time {
      display: block; }
    .meta-list--dates--description {
      font-size: 14px;
      font-weight: normal;
      font-style: italic; }

.meta-header,
.full-header {
  margin-bottom: 40px; }

.meta-header--content {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  height: 100%; }
  .meta-header--content--top, .meta-header--content--footer {
    width: 100%; }
  .meta-header--content--footer {
    align-self: flex-end;
    -webkit-align-self: flex-end; }

.full-header {
  margin-bottom: 20px; }
  .full-header .breadcrumbs {
    margin-bottom: 55px; }

.speaker {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 100px; }
  .speaker--thumbnail {
    width: 160px;
    max-width: 160px;
    flex: 0 0 160px;
    height: 160px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-right: 30px; }
  .speaker--name {
    font-weight: 600;
    font-size: 18px;
    color: #112741;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif !important; }
  .speaker p {
    font-size: 14px;
    color: #98ACC4;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    max-width: 160px; }
  .speaker p, .speaker .share {
    margin: 0; }
  .speaker--data {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .speaker p, .speaker .share, .speaker--name {
    width: 100%; }
  .speaker .share {
    align-self: flex-end;
    -webkit-align-self: flex-end; }

.speakers-sidebar div[class^="col-"] {
  width: 100%;
  max-width: 100%;
  flex: 1 1 100%; }

.sidebar-tracker {
  position: relative; }

.event {
  max-width: 400px;
  margin: 0 auto 40px; }
  .event--title {
    font-size: 18px;
    font-family: "Roboto Slab", sans-serif;
    font-weight: normal;
    margin-bottom: 10px; }
    .event--title a {
      color: #0A2849;
      transition: all 0.2s ease-in;
      -webkit-transition: all 0.2s ease-in; }
      .event--title a:hover {
        color: #0959D1;
        text-decoration: none; }
  .event--thumbnail {
    display: block;
    overflow: hidden;
    position: relative; }
    .event--thumbnail iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 5; }
    .event--thumbnail--view-detail {
      color: #fff;
      text-decoration: none;
      font-weight: 600;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      position: absolute;
      bottom: 22px;
      right: 30px;
      opacity: 0;
      transform: translateX(-50px);
      -webkit-transform: translateX(-50px);
      transition: all .3s ease-in;
      -webkit-transition: all .3s ease-in;
      z-index: 15; }
      .event--thumbnail--view-detail i {
        margin-left: 10px; }
    .event--thumbnail::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10;
      background: linear-gradient(360deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 40.1%);
      opacity: 0;
      transform: translateY(100px);
      -webkit-transform: translateY(100px);
      transition: all .3s ease-in;
      -webkit-transition: all .3s ease-in; }
    .event--thumbnail:hover::before {
      opacity: 1;
      transform: translateY(0);
      -webkit-transform: translateY(0); }
    .event--thumbnail:hover .event--thumbnail--view-detail {
      opacity: .85;
      transform: translateX(0);
      -webkit-transform: translateX(0); }
  .event--play {
    position: absolute;
    left: 20px;
    bottom: 20px;
    pointer-events: none;
    width: 50px !important;
    height: 50px !important; }

.single-post_event .post-date, .event .post-date {
  font-weight: 600;
  color: #133B68; }

.related-events-slider .event, .trainings-slider--instance .event {
  margin-bottom: 30px; }
.related-events-slider .owl-nav .owl-prev, .related-events-slider .owl-nav .owl-next, .trainings-slider--instance .owl-nav .owl-prev, .trainings-slider--instance .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 24px !important;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  color: #0A2849;
  outline: none !important; }
  .related-events-slider .owl-nav .owl-prev:hover, .related-events-slider .owl-nav .owl-next:hover, .trainings-slider--instance .owl-nav .owl-prev:hover, .trainings-slider--instance .owl-nav .owl-next:hover {
    color: #0959D1; }
.related-events-slider .owl-nav .owl-prev, .trainings-slider--instance .owl-nav .owl-prev {
  right: calc(100% + 30px); }
.related-events-slider .owl-nav .owl-next, .trainings-slider--instance .owl-nav .owl-next {
  left: calc(100% + 30px); }

.related-events {
  margin-top: 20px; }

.selected-categories {
  margin: 0;
  padding: 0;
  list-style: none; }
  .selected-categories li {
    display: inline-block;
    background-color: #F4F6F9;
    border-radius: 48px;
    border: 1px solid #F4F6F9;
    padding: 4px 12px;
    color: #4E77A4;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    margin-right: 30px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 14px; }
    .selected-categories li::after {
      content: '';
      display: inline-block;
      width: 12px;
      height: 12px;
      background-image: url("assets/images/close-category.png");
      background-position: center;
      background-size: contain;
      margin-left: 15px; }
    .selected-categories li:hover {
      border-color: #4E77A4; }

.filter-preloader {
  position: relative; }
  .filter-preloader::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0);
    transition: all .2s ease;
    -webkit-transition: all .2s ease; }
  .filter-preloader.show::before {
    background-color: rgba(255, 255, 255, 0.8);
    pointer-events: inherit; }

.event-gallery--title {
  font-weight: bold;
  font-size: 28px; }
.event-gallery--item {
  display: block;
  text-align: center;
  margin-bottom: 30px; }

.post-type-archive .event .post-date {
  display: none; }

.event-iframe {
  margin-bottom: 15px; }

@media (max-width: 1300px) {
  .single-post_training h1, .single-post_event h1 {
    font-size: 24px; } }
@media (max-width: 1119px) {
  .related-events-slider .owl-nav .owl-prev, .related-events-slider .owl-nav .owl-next, .trainings-slider--instance .owl-nav .owl-prev, .trainings-slider--instance .owl-nav .owl-next {
    display: none; } }
@media (max-width: 991px) {
  .single-header-thumbnail {
    height: 250px; }

  .meta-header {
    margin-bottom: 50px; }

  .sidebar-tracker {
    margin-bottom: 15px; }

  .row.event-gallery {
    margin-left: -5px;
    margin-right: -5px; }
    .row.event-gallery > div[class^="col-"] {
      padding-left: 5px;
      padding-right: 5px; }
    .row.event-gallery .event-gallery--item {
      margin-bottom: 10px; } }
.multisite-grid--item {
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 305px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  position: relative;
  padding: 20px;
  overflow: hidden; }
  .multisite-grid--item::before, .multisite-grid--item--thumbnail, .multisite-grid--item--link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .multisite-grid--item::before {
    content: '';
    display: block;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.75) 0%, rgba(196, 196, 196, 0) 100%);
    z-index: 2; }
  .multisite-grid--item--thumbnail {
    z-index: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in; }
  .multisite-grid--item:hover .multisite-grid--item--thumbnail {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); }
  .multisite-grid--item--inner {
    position: relative;
    z-index: 5;
    width: 100%; }
    .multisite-grid--item--inner--prefix {
      font-size: 18px;
      color: #0A2849;
      font-family: "Montserrat", sans-serif; }
    .multisite-grid--item--inner--title {
      font-size: 28px;
      margin-bottom: 12px; }
    .multisite-grid--item--inner--more {
      font-weight: 500;
      font-size: 16px;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      color: #0A2849; }
      .multisite-grid--item--inner--more img {
        margin-left: 25px; }
      .multisite-grid--item--inner--more > * {
        vertical-align: middle; }
  .multisite-grid--item--link {
    z-index: 15; }
  .multisite-grid--item.wide {
    text-align: center; }

@media (max-width: 991px) {
  .multisite-grid--item {
    text-align: center; } }
.text-columns h1, .text-columns h2, .text-columns h3, .text-columns h4, .text-columns h5, .text-columns h6 {
  font-family: "Roboto Slab", sans-serif; }
.text-columns .section-title {
  font-weight: 600;
  font-family: "Montserrat", sans-serif; }

.pages-grid--item {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end; }
  .pages-grid--item--thumbnail, .pages-grid--item::before, .pages-grid--item--link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .pages-grid--item::before {
    content: '';
    display: block;
    z-index: 5;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 70.83%);
    opacity: 0;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in; }
  .pages-grid--item--title {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase; }
  .pages-grid--item--thumbnail {
    z-index: 0;
    background-position: center;
    background-size: cover;
    background-color: #0959D1;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in; }
  .pages-grid--item--inner {
    position: relative;
    z-index: 10;
    color: #fff;
    display: flex;
    display: -webkit-flex;
    padding: 16px 16px 0;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    opacity: 0;
    width: 100%;
    justify-content: space-between; }
  .pages-grid--item--arrow {
    margin-left: 45px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 16px !important;
    height: 16px; }
  .pages-grid--item--link {
    font-size: 0;
    z-index: 15; }
  .pages-grid--item:hover .pages-grid--item--inner, .pages-grid--item:hover::before {
    opacity: 1; }
  .pages-grid--item:hover .pages-grid--item--thumbnail {
    transform: scale(1);
    -webkit-transform: scale(1); }

@media (max-width: 1199px) {
  .pages-grid--item--inner {
    opacity: 1; }
  .pages-grid--item::before {
    opacity: 1; } }
.wide-page-header {
  position: relative;
  background-color: #0A2849;
  color: #fff;
  height: calc(100vh - (65px + 150px)); }
  .wide-page-header--slider {
    position: relative; }
    .wide-page-header--slider--item {
      width: 100%;
      height: calc(100vh - (65px + 150px));
      background-size: cover;
      background-position: center;
      position: relative; }
      .wide-page-header--slider--item::before {
        content: '';
        display: block;
        background: linear-gradient(360deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 40.1%);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0; }
      .wide-page-header--slider--item .container {
        position: absolute;
        bottom: 95px;
        z-index: 15;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: right; }
      .wide-page-header--slider--item--description {
        display: inline-block;
        text-align: left;
        max-width: 350px;
        font-size: 14px;
        z-index: 5; }
        .wide-page-header--slider--item--description a {
          font-weight: 500;
          font-size: 18px;
          display: inline-block;
          text-transform: uppercase;
          color: #fff;
          text-decoration: none;
          font-family: "Montserrat", sans-serif; }
          .wide-page-header--slider--item--description a > * {
            vertical-align: middle; }
          .wide-page-header--slider--item--description a img {
            width: auto !important;
            display: inline-block !important;
            transform: translateX(0);
            -webkit-transform: translateX(0);
            transition: all .2s ease-in;
            -webkit-transition: all .2s ease-in; }
          .wide-page-header--slider--item--description a:hover {
            color: #fff; }
            .wide-page-header--slider--item--description a:hover img {
              transform: translateX(5px);
              -webkit-transform: translateX(5px); }
  .wide-page-header--inner {
    position: absolute;
    bottom: 85px;
    right: 0;
    left: 0;
    z-index: 20;
    pointer-events: none; }
    .wide-page-header--inner--prefix {
      font-size: 28px;
      font-family: "Montserrat", sans-serif; }
    .wide-page-header--inner--title {
      font-weight: 800;
      font-size: 42px;
      color: #FFFFFF; }
    .wide-page-header--inner--scroll {
      font-weight: 500;
      font-size: 18px;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif; }
      .wide-page-header--inner--scroll img {
        margin-right: 15px; }
      .wide-page-header--inner--scroll * > {
        vertical-align: middle; }
  .wide-page-header .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: right;
    bottom: 40px;
    max-width: 1140px;
    width: 100%; }
    .wide-page-header .owl-dots .owl-dot {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #7D9BBC;
      outline: none; }
      .wide-page-header .owl-dots .owl-dot:not(:last-child) {
        margin-right: 14px; }
      .wide-page-header .owl-dots .owl-dot.active {
        background-color: #0959D1; }

@media (max-width: 1199px) {
  .wide-page-header .owl-dots {
    max-width: 940px; } }
@media (max-width: 991px) {
  .wide-page-header .owl-dots {
    max-width: 720px; }
  .wide-page-header--inner {
    bottom: auto;
    top: 20px; }
    .wide-page-header--inner--prefix {
      font-size: 24px; }
    .wide-page-header--inner--title {
      font-size: 32px; } }
@media (max-width: 767px) {
  .wide-page-header {
    height: auto;
    min-height: initial; }
    .wide-page-header--slider--item {
      height: auto;
      min-height: initial; }
      .wide-page-header--slider--item .container {
        position: relative;
        bottom: 0;
        padding-top: 160px;
        padding-bottom: 90px; }
    .wide-page-header .owl-dots {
      padding: 0 15px; }
    .wide-page-header--inner {
      display: none; } }
.call-to-action {
  min-height: 160px;
  background-color: #0959D1;
  background-position: center;
  background-size: cover;
  color: #fff; }
  .call-to-action--inner {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    min-height: 160px;
    justify-content: space-between; }
  .call-to-action--title {
    font-size: 42px;
    color: #fff; }
  .call-to-action--link {
    font-weight: 500;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in; }
    .call-to-action--link:hover, .call-to-action--link:focus {
      color: #fff;
      text-decoration: none;
      border-color: #fff; }

@media (max-width: 767px) {
  .call-to-action--inner {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .call-to-action--title {
    width: 100%; } }
.categories-list-with-icons--item {
  padding: 25px 15px;
  display: flex;
  display: -webkit-flex;
  border-radius: 2px;
  box-shadow: none;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  overflow: hidden;
  position: relative; }
  .categories-list-with-icons--item:hover {
    box-shadow: 0px 0px 16px rgba(0, 41, 255, 0.25); }
  .categories-list-with-icons--item--icon {
    background-color: #EEF3F9;
    display: block;
    width: 62px;
    min-width: 62px;
    height: 62px;
    border-radius: 50%;
    margin-right: 30px;
    position: relative; }
    .categories-list-with-icons--item--icon img {
      position: absolute;
      width: 32px;
      height: 32px;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
    .categories-list-with-icons--item--icon img.default-icon {
      display: block; }
    .categories-list-with-icons--item--icon img.hover-icon {
      display: none; }
    .categories-list-with-icons--item--icon svg {
      position: absolute;
      width: 32px;
      height: 32px;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
      .categories-list-with-icons--item--icon svg path {
        fill: #0A2849;
        transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in; }
  .categories-list-with-icons--item--title {
    font-weight: normal;
    font-size: 28px;
    color: #0A2849;
    margin: 30px 0 0;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    line-height: 130%;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px); }
  .categories-list-with-icons--item:hover {
    text-decoration: none; }
  .categories-list-with-icons--item .read-more-btn {
    position: absolute;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    opacity: 0;
    pointer-events: none;
    left: 107px;
    color: #095BD6; }
  .categories-list-with-icons--item:hover svg path {
    fill: #095BD6; }
  .categories-list-with-icons--item:hover img.default-icon {
    display: none; }
  .categories-list-with-icons--item:hover img.hover-icon {
    display: block; }
  .categories-list-with-icons--item:hover .categories-list-with-icons--item--title {
    transform: translateY(0);
    -webkit-transform: translateY(0); }
  .categories-list-with-icons--item:hover .read-more-btn {
    opacity: 1; }

@media (max-width: 1199px) {
  .categories-list-with-icons--item {
    box-shadow: none !important;
    align-items: center;
    -webkit-align-items: center; }
    .categories-list-with-icons--item .categories-list-with-icons--item--title {
      transform: translateY(0);
      -webkit-transform: translateY(0);
      margin: 0; }
    .categories-list-with-icons--item .read-more-btn {
      display: none; } }
@media (max-width: 991px) {
  .categories-list-with-icons--item--title {
    font-size: 20px; } }
.pages-list--tabs {
  list-style: none;
  padding: 0;
  margin: 0; }
  .pages-list--tabs li {
    cursor: pointer;
    font-size: 28px;
    color: #0A2849;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in; }
    .pages-list--tabs li:not(:last-child) {
      margin-bottom: 50px; }
    .pages-list--tabs li a > * {
      vertical-align: middle; }
    .pages-list--tabs li svg {
      margin-left: 30px;
      transition: all .2s ease-in;
      -webkit-transition: all .2s ease-in;
      transform: translateX(0);
      -webkit-transform: translateX(0); }
      .pages-list--tabs li svg path {
        fill: #0A2849;
        transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in; }
    .pages-list--tabs li a {
      color: #0A2849; }
      .pages-list--tabs li a:hover {
        color: #0959D1;
        text-decoration: none; }
        .pages-list--tabs li a:hover svg {
          transform: translateX(10px);
          -webkit-transform: translateX(10px); }
          .pages-list--tabs li a:hover svg path {
            fill: #0959D1; }
.pages-list--slider {
  position: relative;
  overflow: hidden; }
  .pages-list--slider--item {
    height: 380px;
    background-size: cover;
    background-position: center;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    position: relative;
    overflow: hidden; }
    .pages-list--slider--item::before {
      content: '';
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(360deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 40.1%); }
  .pages-list--slider--link {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100; }
  .pages-list--slider--inner {
    position: relative;
    z-index: 5;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    display: none; }
  .pages-list--slider--title {
    display: none; }
    .pages-list--slider--title a {
      color: #0A2849; }
  .pages-list--slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    text-align: center;
    display: none; }
    .pages-list--slider .owl-dots .owl-dot {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #7D9BBC;
      outline: none;
      margin: 0 10px; }
      .pages-list--slider .owl-dots .owl-dot.active {
        background-color: #0959D1; }

@media (max-width: 991px) {
  .pages-list--tabs {
    display: none; }
  .pages-list--slider {
    margin-top: 30px; }
    .pages-list--slider .owl-dots {
      display: block; }
    .pages-list--slider--title {
      display: block; } }
@media (max-width: 580px) {
  .pages-list--slider--item {
    height: 210px; } }
.last-articles-wide-slider .owl-stage {
  display: flex; }
.last-articles-wide-slider .slider-nav--center {
  font-size: 0; }
.last-articles-wide-slider--inner {
  box-shadow: 0px -6px 25px rgba(0, 0, 0, 0.15); }
.last-articles-wide-slider--item {
  display: flex;
  display: -webkit-flex;
  max-width: 100%;
  min-width: 800px; }
  .last-articles-wide-slider--item--thumb {
    width: 445px;
    max-width: 445px;
    flex: 1 1 445px;
    display: block; }
  .last-articles-wide-slider--item--content {
    width: 410px;
    max-width: 350px;
    flex: 1 1 350px;
    padding: 0 30px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    min-height: 390px; }
    .last-articles-wide-slider--item--content .post-categories .default {
      display: none; }
    .last-articles-wide-slider--item--content--top {
      width: 100%; }
    .last-articles-wide-slider--item--content--footer {
      width: 100%;
      align-self: flex-end;
      -webkit-align-self: flex-end; }
    .last-articles-wide-slider--item--content .read-more-btn {
      display: none; }
  .last-articles-wide-slider--item--title {
    font-size: 28px;
    font-family: "Roboto Slab", sans-serif; }
    .last-articles-wide-slider--item--title a {
      color: #0A2849; }
      .last-articles-wide-slider--item--title a:hover {
        color: #0A2849; }
.last-articles-wide-slider .owl-item:not(.center) .last-articles-wide-slider--item {
  min-width: 450px; }
.last-articles-wide-slider .owl-item:not(.center) .last-articles-wide-slider--item--thumb {
  display: none; }
.last-articles-wide-slider .owl-item:not(.center) .last-articles-wide-slider--item--content--top {
  align-self: flex-end;
  -webkit-align-self: flex-end; }
.last-articles-wide-slider .owl-item:not(.center) .last-articles-wide-slider--item--content p {
  display: none; }
.last-articles-wide-slider .owl-item:not(.center) .last-articles-wide-slider--item--content .read-more-btn {
  display: block; }
.last-articles-wide-slider .owl-item:not(.center) .last-articles-wide-slider--item--content .btn-link {
  display: none; }
.last-articles-wide-slider .owl-item:not(.center) .last-articles-wide-slider--item--content .post-categories .default {
  display: block; }
.last-articles-wide-slider .owl-item:not(.center) .last-articles-wide-slider--item--content .post-categories .filled {
  display: none; }

@media (max-width: 991px) {
  .last-articles-wide-slider--item--content {
    min-height: auto; } }
.pages-list-without-image {
  background-color: #F4F6F9; }
  .pages-list-without-image--items {
    margin-top: 20px; }
  .pages-list-without-image--item {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 24px;
    padding: 12px 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    position: relative;
    color: #0A2849;
    margin: 0 0 10px;
    overflow: hidden;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in; }
    .pages-list-without-image--item::before, .pages-list-without-image--item::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .pages-list-without-image--item::before {
      height: 1px;
      background-color: #89A4C2;
      width: 100%;
      z-index: 0; }
    .pages-list-without-image--item::after {
      height: 2px;
      background-color: #0959D1;
      z-index: 2;
      width: 0;
      margin: 0 auto;
      transition: all .2s ease-in;
      -webkit-transition: all .2s ease-in; }
    .pages-list-without-image--item--icon {
      background-color: #FFFFFF;
      width: 48px;
      min-width: 48px;
      height: 48px;
      border-radius: 50%;
      transition: all .2s ease-in;
      -webkit-transition: all .2s ease-in;
      position: relative; }
      .pages-list-without-image--item--icon--d, .pages-list-without-image--item--icon--h {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in; }
      .pages-list-without-image--item--icon--h {
        opacity: 0; }
    .pages-list-without-image--item--link {
      position: absolute;
      font-size: 0;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 20; }
    .pages-list-without-image--item:hover {
      color: #0959D1; }
      .pages-list-without-image--item:hover::after {
        width: 100%; }
      .pages-list-without-image--item:hover .pages-list-without-image--item--icon {
        background-color: #0959D1; }
        .pages-list-without-image--item:hover .pages-list-without-image--item--icon--d {
          opacity: 0; }
        .pages-list-without-image--item:hover .pages-list-without-image--item--icon--h {
          opacity: 1; }

@media (max-width: 991px) {
  .pages-list-without-image--item {
    font-size: 20px; } }
.pages-list-with-background {
  background-color: #f7f7f7;
  padding: 150px 0 80px;
  background-position: center;
  background-size: cover;
  transition: all .5s ease-in;
  -webkit-transition: all .5s ease-in; }
  .pages-list-with-background--item {
    position: relative;
    overflow-y: hidden;
    margin-bottom: 70px; }
    .pages-list-with-background--item--title {
      display: flex;
      display: -webkit-flex;
      font-weight: bold;
      font-size: 24px;
      text-transform: uppercase;
      margin-bottom: 30px; }
    .pages-list-with-background--item--title, .pages-list-with-background--item--title svg, .pages-list-with-background--item p {
      transition: all .2s ease-in;
      -webkit-transition: all .2s ease-in; }
    .pages-list-with-background--item--title svg {
      transform: translateX(0);
      -webkit-transform: translateX(0);
      margin: 2px 30px 0;
      min-width: 20px; }
    .pages-list-with-background--item--title, .pages-list-with-background--item p {
      color: #0A2849; }
    .pages-list-with-background--item:hover .pages-list-with-background--item--title, .pages-list-with-background--item:hover p {
      color: #0959D1; }
    .pages-list-with-background--item:hover .pages-list-with-background--item--title svg {
      transform: translateX(5px);
      -webkit-transform: translateX(5px); }
      .pages-list-with-background--item:hover .pages-list-with-background--item--title svg path {
        fill: #0959D1; }
    .pages-list-with-background--item--link {
      font-size: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10; }

@media (max-width: 991px) {
  .pages-list-with-background {
    padding: 60px 0 10px; }
    .pages-list-with-background--item {
      margin-bottom: 20px; }
      .pages-list-with-background--item--title {
        margin-bottom: 15px; } }
.pages-grid-v2 {
  box-shadow: 0px -6px 25px rgba(0, 0, 0, 0.15); }
  .pages-grid-v2 .section-title {
    margin-bottom: 60px; }
  .pages-grid-v2 .pages-grid--item {
    min-height: 190px; }
    .pages-grid-v2 .pages-grid--item--title {
      font-weight: 600;
      margin-bottom: 40px; }

.contact-form-section {
  background-color: #0959D1;
  color: #fff; }
  .contact-form-section h1, .contact-form-section h2, .contact-form-section h3, .contact-form-section h4, .contact-form-section h5, .contact-form-section h6 {
    color: #fff;
    font-family: "Roboto Slab", sans-serif; }

.card {
  border-radius: 0;
  border: 0; }
  .card:last-child {
    border-bottom: 1px solid #0A2849; }
  .card-header, .card-body {
    padding-left: 0;
    padding-right: 0; }
  .card-header {
    background-color: transparent;
    border-radius: 0 !important;
    border-top: 1px solid #0A2849;
    border-bottom: 0;
    position: relative; }
    .card-header button {
      padding: 0 35px 0 0;
      color: #0A2849;
      font-weight: bold;
      font-size: 24px;
      text-transform: uppercase;
      width: 100%;
      text-align: left; }
      .card-header button:hover, .card-header button:active, .card-header button:focus {
        text-decoration: none; }
      .card-header button > img {
        position: absolute;
        right: 0;
        top: 50%;
        color: #0A2849;
        transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        transform: translateY(-50%) rotate(0);
        -webkit-transform: translateY(-50%) rotate(0); }
      .card-header button[aria-expanded="true"] img {
        transform: translateY(-50%) rotate(45deg);
        -webkit-transform: translateY(-50%) rotate(45deg); }
  .card .collapse {
    border-top: 1px solid #0A2849; }

.wide-page-header-v2 {
  position: relative; }
  .wide-page-header-v2.with-right-thumb {
    min-height: 990px; }
  .wide-page-header-v2 .container {
    position: relative; }
  .wide-page-header-v2--header {
    height: 630px;
    background-color: #0959D1;
    background-size: cover;
    background-position: center;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    position: relative;
    z-index: 10; }
    .wide-page-header-v2--header::before {
      content: '';
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      background-color: rgba(0, 0, 0, 0.4); }
    .wide-page-header-v2--header--title {
      color: #fff;
      font-size: 42px; }
    .wide-page-header-v2--header p {
      color: #fff; }
    .wide-page-header-v2--header--right-thumb {
      max-width: 540px;
      width: 100%;
      height: auto;
      position: absolute;
      right: 0;
      top: 0;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      z-index: 20;
      background-size: cover;
      background-position: center; }
  .wide-page-header-v2--bottom-description {
    font-weight: 600;
    font-size: 24px;
    font-family: "Montserrat", sans-serif; }

@media (max-width: 1500px) {
  .wide-page-header-v2--header {
    height: 550px; }
  .wide-page-header-v2.with-right-thumb {
    min-height: 920px; } }
@media (max-width: 991px) {
  .wide-page-header-v2.with-right-thumb {
    min-height: inherit; }
  .wide-page-header-v2--header {
    height: auto;
    padding: 30px 0; }
    .wide-page-header-v2--header::before {
      display: block; }
    .wide-page-header-v2--header--right-thumb {
      display: none; } }
.content-with-custom-button {
  background-color: #e3e8ec;
  background-size: cover;
  background-position: center; }
  .content-with-custom-button--left {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .content-with-custom-button--left--top, .content-with-custom-button--left--bootom {
      width: 100%; }
    .content-with-custom-button--left--bottom {
      align-self: flex-end;
      -webkit-align-self: flex-end; }
  .content-with-custom-button .btn-link {
    margin-bottom: 25px; }

.grid-with-static-text--item {
  display: flex;
  display: -webkit-flex; }
  .grid-with-static-text--item--img {
    width: 90px;
    max-width: 90px;
    flex: 0 0 90px;
    padding-right: 20px; }
    .grid-with-static-text--item--img img {
      max-width: 100%; }
  .grid-with-static-text--item--title {
    margin-bottom: 12px; }
  .grid-with-static-text--item.icon-center {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    text-align: center;
    justify-content: center; }
    .grid-with-static-text--item.icon-center .grid-with-static-text--item--img {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
      padding-right: 0; }
      .grid-with-static-text--item.icon-center .grid-with-static-text--item--img img {
        height: 70px;
        width: auto; }

.contact-us .breadcrumbs {
  margin-bottom: 30px; }
.contact-us .section-title {
  margin-bottom: 100px; }
.contact-us--details {
  margin-bottom: 100px; }
  .contact-us--details--item {
    display: inline-block;
    text-align: left; }
    .contact-us--details--item--title {
      margin: 0 0 24px; }
      .contact-us--details--item--title .fas {
        margin-right: 16px; }
      .contact-us--details--item--title .fa-phone-alt {
        font-size: 85%; }
    .contact-us--details--item--value p {
      margin-bottom: 14px; }
    .contact-us--details--item--value a {
      color: #0A2849; }
      .contact-us--details--item--value a:hover {
        color: #0A2849; }
    .contact-us--details--item--socials {
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: 24px; }
      .contact-us--details--item--socials li {
        display: inline-block; }
        .contact-us--details--item--socials li:not(:last-child) {
          margin-right: 40px; }
        .contact-us--details--item--socials li a {
          color: #0A2849; }
          .contact-us--details--item--socials li a:hover {
            text-decoration: none;
            color: #0959D1; }
.contact-us--google-map iframe {
  height: 430px;
  width: 100%; }
.contact-us--form--title {
  font-family: "Roboto Slab", sans-serif;
  margin-bottom: 30px;
  font-size: 28px; }

@media (max-width: 991px) {
  .contact-us .section-title {
    margin-bottom: 40px; }
  .contact-us--google-map {
    margin-bottom: 40px; }
  .contact-us--details {
    margin-bottom: 40px; }
    .contact-us--details--item--title {
      font-size: 20px; }
    .contact-us--details--item--socials li:not(:last-child) {
      margin-right: 25px; } }
@media (max-width: 767px) {
  .contact-us--details {
    margin-bottom: 0; }
    .contact-us--details .text-right {
      text-align: left !important; }
    .contact-us--details--item {
      margin-bottom: 30px; }
      .contact-us--details--item--title {
        margin: 0 0 16px; } }
.partners--item {
  max-width: 255px;
  margin: 0 auto 50px;
  position: relative; }
  .partners--item--url {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10; }
  .partners--item--img {
    margin-bottom: 12px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in; }
  .partners--item:hover .partners--item--img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0); }

@media (max-width: 991px) {
  .partners--item--title {
    font-size: 20px; } }
.search-instances {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  width: 100%; }
  .search-instances li {
    display: inline-block; }
    .search-instances li a {
      display: inline-block;
      background-color: transparent;
      border-radius: 2px;
      min-height: 45px;
      padding: 10px 30px;
      color: #0A2849;
      transition: all .2s ease-in;
      -webkit-transition: all .2s ease-in;
      border: 2px solid #E8EDF3;
      outline: none;
      text-transform: uppercase;
      font-weight: 500;
      font-family: "Montserrat", sans-serif;
      margin-bottom: 30px; }
    .search-instances li.active a, .search-instances li a:hover {
      background-color: #0959D1;
      color: #fff;
      text-decoration: none;
      border-color: #0959D1; }

.search-section .case, .search-section .post, .search-section .page-item, .search-section .event {
  margin-bottom: 40px !important; }

.search-results .section-title {
  text-align: center; }

.dad-form-search {
  text-align: center; }
  .dad-form-search input[name="s"] {
    max-width: 380px; }

body.error404 .page-header {
  font-weight: bold;
  font-size: 190px;
  font-family: "Roboto Slab", sans-serif; }
body.error404 .page-content {
  text-align: center; }

@media (max-width: 767px) {
  body.error404 .page-header {
    font-size: 130px; } }

/*# sourceMappingURL=style.css.map */
