.noselect, .global-link, .main .link-wrap .link::before {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }

.global-link, .main .link-wrap .link::before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 0px;
  opacity: 0; }

/*
Theme Name: Design System
*/
.noselect, .global-link, .main .link-wrap .link::before {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }

.global-link, .main .link-wrap .link::before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 0px;
  opacity: 0; }

/*------HEADER-------*/
.menu-opened {
  overflow: hidden;
  padding-top: 70px; }
  .menu-opened .header {
    position: fixed;
    top: 0;
    width: 100%; }

.logged-in.menu-opened .header {
  top: 46px; }

.header {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  z-index: 10;
  position: relative; }
  @media screen and (max-width: 1117px) {
    .header {
      padding: 5px 0px; } }
  .header .text-logo {
    text-decoration: none;
    font-size: 25px;
    color: #0260E8;
    transition: all 0.3s;
    font-family: 'Alfa Slab One', 'Montserrat', sans-serif, Arial, Tahoma; }
    .header .text-logo:hover {
      text-decoration: none; }
  .header .container {
    position: relative; }
  .header .logo {
    min-height: 60px;
    padding-right: 40px;
    padding-left: 15px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1117px) {
      .header .logo {
        padding-left: 15px; } }
    .header .logo img {
      height: auto;
      max-width: 100%; }
  .header .menu-wrap {
    display: flex;
    position: relative;
    padding-right: 15px; }
    @media screen and (max-width: 1117px) {
      .header .menu-wrap {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: #fff;
        padding-right: 0px;
        z-index: -1;
        padding-top: 80px;
        padding-bottom: 0;
        align-content: flex-end;
        flex-wrap: wrap-reverse;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
        pointer-events: none; }
        .header .menu-wrap.active {
          opacity: 1;
          visibility: visible;
          pointer-events: auto; } }
    .header .menu-wrap .main-menu {
      margin-bottom: 0px;
      display: flex;
      position: relative;
      z-index: 10; }
      @media screen and (max-width: 1117px) {
        .header .menu-wrap .main-menu {
          width: 100%;
          flex-wrap: wrap;
          flex: 0 0 100%;
          padding-bottom: 0;
          overflow-y: auto;
          display: block; }
          .header .menu-wrap .main-menu > * {
            flex: 0 0 100%; } }
      .header .menu-wrap .main-menu .menu-item {
        margin-bottom: 0px;
        padding-left: 0px;
        position: relative; }
        .header .menu-wrap .main-menu .menu-item a {
          display: block;
          padding: 36px 29px;
          text-decoration: none;
          color: #0260E8;
          transition: all 0.3s; }
          @media screen and (max-width: 1117px) {
            .header .menu-wrap .main-menu .menu-item a {
              padding: 10px 20px;
              font-weight: bold;
              font-size: 16px; } }
          .header .menu-wrap .main-menu .menu-item a .expand-menu-button {
            border: 0px;
            background: 0px;
            padding: 0px;
            margin: 0px;
            transition: all 0.3s; }
          .header .menu-wrap .main-menu .menu-item a > .expand-menu-button {
            margin-left: 10px;
            color: inherit; }
          @media screen and (min-width: 1116px) {
            .header .menu-wrap .main-menu .menu-item a .expand-menu-button {
              pointer-events: none; } }
        .header .menu-wrap .main-menu .menu-item > .sub-menu {
          position: absolute;
          top: 100%;
          left: 0px;
          min-width: 100%;
          background: #fff;
          visibility: hidden;
          transform: translateY(-10px);
          opacity: 0;
          transition: all 0.2s;
          z-index: -1;
          padding-top: 0; }
          @media screen and (max-width: 1117px) {
            .header .menu-wrap .main-menu .menu-item > .sub-menu {
              display: none;
              padding-left: 20px;
              top: 0px;
              transform: initial;
              position: relative;
              opacity: 1;
              visibility: visible;
              z-index: 2;
              transition: none; } }
          .header .menu-wrap .main-menu .menu-item > .sub-menu .menu-item {
            background: #fff; }
            .header .menu-wrap .main-menu .menu-item > .sub-menu .menu-item a {
              padding: 11px 5px;
              border-bottom: 0px !important;
              text-align: center;
              padding-right: 18px;
              color: #252B33; }
              @media screen and (max-width: 1117px) {
                .header .menu-wrap .main-menu .menu-item > .sub-menu .menu-item a {
                  color: #0260E8;
                  padding: 10px 20px;
                  font-weight: bold;
                  text-align: left; } }
          @media screen and (min-width: 1116px) {
            .header .menu-wrap .main-menu .menu-item > .sub-menu .menu-item:hover > a {
              background: rgba(37, 43, 51, 0.1); } }
          .header .menu-wrap .main-menu .menu-item > .sub-menu .expand-menu-button {
            position: absolute;
            right: 8px;
            width: 5px;
            height: auto;
            color: #BEBEBE;
            top: 50%;
            margin-top: -9px; }
            @media screen and (max-width: 1117px) {
              .header .menu-wrap .main-menu .menu-item > .sub-menu .expand-menu-button {
                display: inline-block;
                position: relative;
                margin-left: 10px;
                color: inherit;
                top: 0;
                margin-top: 0px;
                right: 0px;
                width: auto; }
                .header .menu-wrap .main-menu .menu-item > .sub-menu .expand-menu-button i::before {
                  content: "\f078"; } }
          .header .menu-wrap .main-menu .menu-item > .sub-menu .sub-menu {
            left: 100%;
            top: 0px;
            box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
            transform: translateX(-10px);
            z-index: -2; }
            @media screen and (max-width: 1117px) {
              .header .menu-wrap .main-menu .menu-item > .sub-menu .sub-menu {
                display: none;
                left: 0px;
                padding-left: 20px;
                transform: initial;
                position: relative;
                opacity: 1;
                visibility: visible;
                box-shadow: none;
                z-index: 2;
                transition: none; } }
          .header .menu-wrap .main-menu .menu-item > .sub-menu .sub-menu::before {
            display: none; }
        .header .menu-wrap .main-menu .menu-item > .sub-menu::before {
          content: '';
          position: absolute;
          left: 0px;
          top: 0px;
          width: 100%;
          height: 100%;
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); }
          @media screen and (max-width: 1117px) {
            .header .menu-wrap .main-menu .menu-item > .sub-menu::before {
              display: none; } }
      .header .menu-wrap .main-menu .menu-item::before {
        display: none; }
      @media screen and (min-width: 1116px) {
        .header .menu-wrap .main-menu .menu-item:hover > a .expand-menu-button {
          transform: rotateZ(180deg); }
        .header .menu-wrap .main-menu .menu-item:hover > .sub-menu {
          visibility: visible;
          transform: initial;
          opacity: 1; } }
      @media screen and (max-width: 1117px) {
        .header .menu-wrap .main-menu .menu-item > a .expand-menu-button.active {
          transform: rotateZ(180deg); } }
  .header .search-form {
    padding-left: 29px;
    display: flex; }
    .header .search-form.visible form {
      opacity: 1;
      visibility: visible; }
      .header .search-form.visible form input {
        transform: initial; }
    @media screen and (max-width: 1117px) {
      .header .search-form {
        padding: 0px 20px;
        width: 100%;
        margin-bottom: 28px; } }
    .header .search-form form {
      position: absolute;
      overflow: hidden;
      visibility: hidden;
      transition: all 0.3s;
      opacity: 0;
      right: 0px;
      top: 0px;
      border-top: 0px;
      z-index: 10;
      height: 100%;
      width: 100%;
      min-width: 700px; }
      @media screen and (max-width: 1117px) {
        .header .search-form form {
          visibility: visible;
          position: relative;
          min-width: initial;
          opacity: 1;
          padding-right: 44px; } }
      .header .search-form form input {
        height: 100%;
        border: none;
        padding: 10px 10px;
        color: #707070;
        outline: none;
        font-size: 16px;
        font-style: italic;
        width: 100%;
        transform: translateX(100px);
        transition: all 0.3s; }
        @media screen and (max-width: 1117px) {
          .header .search-form form input {
            transform: initial;
            width: 100%;
            height: 30px;
            border-radius: 15px;
            border: solid 1px #D5D5D5;
            font-size: 14px;
            background: #fff !important; } }
        .header .search-form form input::-webkit-input-placeholder {
          color: #D5D5D5; }
        .header .search-form form input:-moz-placeholder {
          color: #D5D5D5; }
        .header .search-form form input::-moz-placeholder {
          color: #D5D5D5; }
        .header .search-form form input:-ms-input-placeholder {
          color: #D5D5D5; }
    .header .search-form .search-button {
      background: none;
      border: none;
      color: #0260E8;
      padding: 0px;
      cursor: pointer;
      font-size: 18px;
      z-index: 11; }
      @media screen and (max-width: 1117px) {
        .header .search-form .search-button {
          position: absolute;
          right: 20px;
          width: 34px;
          text-align: center;
          color: #d5d5d5 !important; } }
  .header .main-menu-button {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -11.5px;
    height: 23px;
    width: 32px;
    background: none;
    border: none;
    visibility: hidden;
    transition: all 0.3s;
    opacity: 0;
    cursor: pointer;
    outline: none; }
    @media screen and (max-width: 1117px) {
      .header .main-menu-button {
        visibility: visible;
        opacity: 1; } }
    .header .main-menu-button .line {
      background: #0260E8;
      position: absolute;
      transition: all 0.3s;
      left: 0px;
      height: 3px;
      width: 100%;
      top: 0px; }
      .header .main-menu-button .line.line-2 {
        top: 10px; }
      .header .main-menu-button .line.line-3 {
        top: 20px; }
    .header .main-menu-button.active .line-1 {
      transform: translateX(-10px);
      visibility: hidden;
      opacity: 0; }
    .header .main-menu-button.active .line-3 {
      transform: translateX(10px);
      visibility: hidden;
      opacity: 0; }
    .header .main-menu-button.active .line-2.line-left {
      transform: rotateZ(45deg); }
    .header .main-menu-button.active .line-2.line-right {
      transform: rotateZ(-45deg); }

@media screen and (max-width: 1117px) {
  .admin-bar .header .menu-wrap {
    top: 32px; } }

@media screen and (max-width: 782px) {
  .admin-bar .header .menu-wrap {
    top: 46px; } }

.header-colored .header {
  background: #0260E8; }
  .header-colored .header .text-logo {
    color: #fff; }
  .header-colored .header .main-menu-button .line {
    background: #fff; }
  .header-colored .header .menu-wrap .main-menu .sub-menu {
    background: #0260E8; }
  .header-colored .header .menu-wrap .main-menu .menu-item a {
    color: #ffffff; }
    .header-colored .header .menu-wrap .main-menu .menu-item a > .expand-menu-button {
      color: #fff; }
    @media screen and (max-width: 1117px) {
      .header-colored .header .menu-wrap .main-menu .menu-item a {
        color: #ffffff !important; }
        .header-colored .header .menu-wrap .main-menu .menu-item a:hover {
          color: #fff !important; } }
  .header-colored .header .menu-wrap .main-menu .menu-item > .sub-menu .menu-item a .expand-menu-button {
    color: #0260E8; }
    @media screen and (max-width: 1117px) {
      .header-colored .header .menu-wrap .main-menu .menu-item > .sub-menu .menu-item a .expand-menu-button {
        color: #fff !important; } }
  .header-colored .header .menu-wrap .main-menu .menu-item > .sub-menu .menu-item:hover > a {
    color: #ffffff;
    background: #0260E8; }
    .header-colored .header .menu-wrap .main-menu .menu-item > .sub-menu .menu-item:hover > a .expand-menu-button {
      color: inherit; }
      @media screen and (max-width: 1117px) {
        .header-colored .header .menu-wrap .main-menu .menu-item > .sub-menu .menu-item:hover > a .expand-menu-button {
          color: #fff; } }
  @media screen and (min-width: 1116px) {
    .header-colored .header .search-form form input {
      color: #fff; } }
  .header-colored .header .search-form form input::-webkit-input-placeholder {
    color: #fff; }
  .header-colored .header .search-form form input:-moz-placeholder {
    color: #fff; }
  .header-colored .header .search-form form input::-moz-placeholder {
    color: #fff; }
  .header-colored .header .search-form form input:-ms-input-placeholder {
    color: #fff; }
  .header-colored .header .search-form .search-button {
    color: #fff !important; }
  .header-colored .header .main-menu-button.active .line {
    background: #fff; }

.custom-header .custom-header-container {
  min-height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.page-image {
  overflow: hidden;
  height: 320px;
  margin-bottom: 0px;
  width: 100%; }

.main {
  padding: 20px 0px; }
  .main .wp-block-image {
    margin-bottom: 0.75rem; }
    .main .wp-block-image img {
      border: solid 1px #fff;
      border-radius: 5px; }
    .main .wp-block-image figcaption {
      font-size: 0.875rem;
      font-style: italic;
      color: #D1D1D1;
      margin-bottom: 0px; }
  .main .notification {
    padding: 14px 16px;
    font-size: 16px;
    max-width: 528px;
    width: 100%;
    margin-bottom: 0.75rem;
    border-radius: 5px; }
    .main .notification.warning {
      background: #FFD034;
      color: #fff; }
    .main .notification.no-content {
      margin-bottom: 32px; }
  .main .pagination {
    text-align: center; }
    .main .pagination .nav-links .page-numbers {
      display: inline-block;
      width: 40px;
      height: 40px;
      margin: 5px;
      border: solid 1px #0260E8;
      line-height: 38px;
      text-align: center;
      transition: all 0.3s;
      color: #0260E8;
      text-decoration: none; }
      .main .pagination .nav-links .page-numbers.current, .main .pagination .nav-links .page-numbers:not(.dots):hover {
        background: #0260E8;
        color: #fff; }
      .main .pagination .nav-links .page-numbers.disabled {
        opacity: 0.5;
        pointer-events: none; }
    .main .pagination.has-text .nav-links .page-numbers.prev, .main .pagination.has-text .nav-links .page-numbers.next {
      padding: 0px 20px;
      width: auto; }
    .main .pagination.has-text .nav-links .page-numbers.prev i {
      margin-right: 10px; }
    .main .pagination.has-text .nav-links .page-numbers.next i {
      margin-left: 10px; }
    @media screen and (max-width: 800px) {
      .main .pagination.has-text .pagination-move-text {
        display: none; }
      .main .pagination.has-text .nav-links .page-numbers.prev, .main .pagination.has-text .nav-links .page-numbers.next {
        padding: 0;
        width: 40px; }
      .main .pagination.has-text .nav-links .page-numbers.prev i,
      .main .pagination.has-text .nav-links .page-numbers.next i {
        margin: 0; } }
    .main .pagination.round .page-numbers {
      border-radius: 20px; }
    .main .pagination.colored .nav-links .page-numbers {
      background: #0260E8;
      color: #fff; }
      .main .pagination.colored .nav-links .page-numbers.current, .main .pagination.colored .nav-links .page-numbers:not(.dots):hover {
        background: #fff;
        color: #0260E8; }
  .main .navigation-links {
    text-align: center; }
    .main .navigation-links a {
      display: inline-block;
      height: 40px;
      width: 40px;
      background: #fff;
      border: solid 1px #0260E8;
      color: #0260E8;
      text-align: center;
      line-height: 40px;
      margin: 0px 10px;
      cursor: pointer;
      text-decoration: none; }
      .main .navigation-links a:hover {
        background: #024dba;
        color: #fff; }
      .main .navigation-links a:focus, .main .navigation-links a:active {
        background: #013074;
        border-color: #013074;
        color: #fff; }
    .main .navigation-links a:not([href]) {
      cursor: default;
      opacity: 0.5;
      pointer-events: none; }
    .main .navigation-links.colored a {
      color: #fff;
      background: #0260E8; }
      .main .navigation-links.colored a:hover, .main .navigation-links.colored a:focus, .main .navigation-links.colored a:active {
        color: #0260E8;
        background: #fff;
        border-color: #0260E8; }
    .main .navigation-links.has-text a {
      padding: 0px 20px;
      width: auto; }
    .main .navigation-links.has-text a:first-child i {
      margin-right: 10px; }
    .main .navigation-links.has-text a:last-child i {
      margin-left: 10px; }
    .main .navigation-links.round a {
      border-radius: 20px; }
  .main .archive-title {
    margin-bottom: 38px; }
  .main .content-centered {
    margin-top: -95px;
    background: #fff;
    padding-top: 25px;
    border-radius: 5px 5px 0px 0px; }
  .main .archive-post {
    margin-bottom: 25px; }
    .main .archive-post .post-wrap {
      margin-bottom: 0px;
      height: 100%; }
  .main .link-wrap {
    text-align: right;
    padding: inherit;
    padding-bottom: 16px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end; }
    .main .link-wrap .link {
      color: #252B33;
      display: inline-block;
      text-decoration: none;
      transition: all 0.3s; }
      .main .link-wrap .link .icon {
        color: #0260E8;
        margin-left: 12px;
        font-size: 30px;
        line-height: 18px;
        transition: all 0.3s;
        vertical-align: middle; }
      .main .link-wrap .link:hover {
        color: #0260E8; }
      .main .link-wrap .link::before {
        content: ''; }
  .main .post-wrap {
    margin-bottom: 25px;
    position: relative; }
    .main .post-wrap .meta-data {
      font-size: 10px; }
  .main .type-1 .post-wrap {
    display: flex; }
    .main .type-1 .post-wrap .img {
      flex: 0 0 112px;
      height: 112px; }
    .main .type-1 .post-wrap .content {
      flex: 1;
      padding-left: 10.5px; }
      .main .type-1 .post-wrap .content .post-title {
        margin-bottom: 5px; }
      .main .type-1 .post-wrap .content .meta-data {
        margin-bottom: 8px; }
      .main .type-1 .post-wrap .content .excerpt {
        margin-bottom: 0px;
        font-size: 10px;
        line-height: 1.4; }
  .main .type-2 .post-wrap {
    min-height: 192px;
    padding-top: 50px;
    display: flex;
    align-items: flex-end;
    z-index: 3; }
    .main .type-2 .post-wrap .img {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: -1; }
    .main .type-2 .post-wrap .content {
      flex: 1;
      background: rgba(0, 0, 0, 0.7);
      padding: 12px 12px 28px 12px;
      position: relative;
      border-radius: 5px 5px 0px 0px; }
      .main .type-2 .post-wrap .content .post-title {
        color: #fff;
        margin-bottom: 0px;
        max-width: 214px; }
      .main .type-2 .post-wrap .content .meta-data {
        margin-bottom: 0px;
        position: absolute;
        left: 12px;
        bottom: 8px; }
  .main .type-3 .post-wrap {
    min-height: 192px;
    z-index: 3; }
    .main .type-3 .post-wrap .img {
      height: 192px; }
      .main .type-3 .post-wrap .img img {
        min-height: 100%;
        min-width: 100%; }
    .main .type-3 .post-wrap .content {
      flex: 1;
      background: #fff;
      padding: 14px 9px 12px 9px;
      position: relative; }
      .main .type-3 .post-wrap .content .post-title {
        margin-bottom: 13px; }
      .main .type-3 .post-wrap .content .meta-data {
        margin-bottom: 0px; }
      .main .type-3 .post-wrap .content .excerpt {
        margin-top: 8px;
        font-size: 10px;
        line-height: 1.4; }
  .main .type-4 .post-wrap {
    padding: 24px 20px 60px 20px; }
    .main .type-4 .post-wrap .content .post-title {
      margin-bottom: 8px;
      max-width: 214px; }
    .main .type-4 .post-wrap .content .meta-data {
      margin-bottom: 19px; }
  .main .meta-data {
    color: #D1D1D1;
    font-style: italic;
    margin-bottom: 24px; }
    .main .meta-data a {
      color: #D1D1D1;
      text-decoration: none;
      transition: all 0.3s; }
      .main .meta-data a:hover {
        color: #0260E8;
        text-decoration: underline; }
  .main .widget {
    margin-bottom: 25px;
    padding-left: 0px; }
    .main .widget::before {
      display: none; }
    .main .widget .widgettitle {
      font-size: 1.5625rem; }
    .main .widget.widget_ds__recent_posts_widget .meta-data {
      font-size: 10px;
      line-height: 1.4; }

.footer {
  background: #f6f6f6;
  padding: 58px 0px 9px 0px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16); }
  .footer .text-logo {
    text-decoration: none;
    font-size: 25px;
    color: #0260E8;
    transition: all 0.3s;
    font-family: 'Alfa Slab One', 'Montserrat', sans-serif, Arial, Tahoma; }
  @media screen and (max-width: 1117px) {
    .footer .row {
      margin: 0px; } }
  @media screen and (max-width: 1117px) {
    .footer .row .logo {
      flex: 0 0 100%;
      text-align: center;
      margin-bottom: 40px; } }
  .footer .row .logo img {
    height: auto;
    max-width: 100%; }
  .footer .footer-menu-wrap ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .footer .footer-menu-wrap ul li {
      padding: 0px;
      margin: 0px;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (min-width: 1116px) {
        .footer .footer-menu-wrap ul li {
          padding-left: 64px; } }
      .footer .footer-menu-wrap ul li::before {
        display: none; }
      .footer .footer-menu-wrap ul li a {
        color: #c4c4c4;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: bold;
        transition: all 0.3s; }
        .footer .footer-menu-wrap ul li a:hover {
          color: #0260E8; }
  .footer .copyrights {
    margin-top: 35px;
    border-top: solid 1px #E2E2E2;
    flex: 1;
    padding-top: 13px;
    text-align: center;
    color: #C4C4C4; }

.footer-colored .footer {
  background: #0260E8; }
  .footer-colored .footer .text-logo {
    color: #fff; }
  .footer-colored .footer .footer-menu-wrap ul li a {
    color: #fff !important; }
    .footer-colored .footer .footer-menu-wrap ul li a:hover {
      color: #fff !important;
      text-decoration: underline; }
  .footer-colored .footer .copyrights {
    border-top: solid 1px #FFFFFF;
    color: #fff; }

@media screen and (max-width: 1117px) {
  .footer .footer-menu-wrap {
    width: 100%; }
  .footer .footer-menu-wrap ul {
    display: flex;
    justify-content: space-around; }
  .footer .row .logo {
    margin-bottom: 30px; } }

@media screen and (max-width: 800px) {
  .footer .footer-menu-wrap ul {
    flex-direction: column;
    text-align: center; } }

label {
  margin-bottom: 10px; }

.form-control {
  height: 40px;
  border: solid 1px #D1D1D1;
  padding: 11px 11px 11px 22px;
  color: #252B33;
  transition: all 0.3s; }
  .form-control::-webkit-input-placeholder {
    color: #D1D1D1; }
  .form-control:-moz-placeholder {
    color: #D1D1D1; }
  .form-control::-moz-placeholder {
    color: #D1D1D1; }
  .form-control:-ms-input-placeholder {
    color: #D1D1D1; }
  .form-control:focus {
    border-color: #0260E8; }
  .form-control.success {
    border-color: #30D56D; }
  .form-control.warning {
    border-color: #FFD034; }
  .form-control.error {
    border-color: #FD5552; }
  .form-control + .message {
    margin-top: 10px; }
    .form-control + .message.success {
      border-color: #30D56D; }
    .form-control + .message.warning {
      border-color: #FFD034; }
    .form-control + .message.error {
      border-color: #FD5552; }

.form-group {
  margin-bottom: 0.75rem; }

.btn {
  display: inline-block;
  padding: 12px 24px;
  cursor: pointer;
  color: #0260E8;
  transition: all 0.3s;
  border: 0px;
  line-height: 1.65;
  font-size: 16px;
  text-decoration: none !important;
  height: 50px; }
  .btn.btn-xs {
    padding: 7px 15px 8px 15px;
    font-size: 12px;
    line-height: 1.25;
    height: 30px; }
  .btn.btn-sm {
    padding: 11px 20px;
    font-size: 14px;
    line-height: 1.2857;
    height: 40px; }
  .btn.btn-md {
    line-height: 1.65;
    font-size: 16px;
    height: 50px; }
  .btn.btn-lg {
    padding: 19px 30px;
    font-size: 18px;
    line-height: 1.2222;
    height: 60px; }
  .btn:hover {
    background: black; }
  .btn:focus, .btn:active {
    background: black; }
  .btn.btn-primary {
    background: #0260E8;
    color: #fff; }
    .btn.btn-primary:hover {
      background: #024dba; }
    .btn.btn-primary:focus, .btn.btn-primary:active {
      background: #013074; }
    .btn.btn-primary.btn-inverse {
      background: #fff;
      border: solid 1px #0260E8;
      color: #0260E8; }
      .btn.btn-primary.btn-inverse:hover, .btn.btn-primary.btn-inverse:focus, .btn.btn-primary.btn-inverse:active {
        background: #0260E8;
        color: #fff !important; }
  .btn.btn-secondary {
    background: #EEEEEE;
    color: #252B33; }
    .btn.btn-secondary:hover {
      background: #bebebe; }
    .btn.btn-secondary:focus, .btn.btn-secondary:active {
      background: #777777; }
  .btn.btn-ghost {
    color: #252B33;
    border: solid 1px #252B33; }
    .btn.btn-ghost:hover {
      background: #cccccc; }
    .btn.btn-ghost:focus, .btn.btn-ghost:active {
      background: gray; }
  .btn.btn-danger {
    background: #FD5552;
    color: #fff; }
    .btn.btn-danger:hover {
      background: #fc1410; }
    .btn.btn-danger:focus, .btn.btn-danger:active {
      background: #a60502; }
    .btn.btn-danger.btn-inverse {
      background: #fff;
      border: solid 1px #FD5552;
      color: #FD5552; }
      .btn.btn-danger.btn-inverse:hover, .btn.btn-danger.btn-inverse:focus, .btn.btn-danger.btn-inverse:active {
        background: #FD5552;
        color: #fff !important; }
  .btn.btn-accept {
    background: #30D56D;
    color: #fff; }
    .btn.btn-accept:hover {
      background: #23ae56; }
    .btn.btn-accept:focus, .btn.btn-accept:active {
      background: #166c36; }
    .btn.btn-accept.btn-inverse {
      background: #fff;
      border: solid 1px #30D56D;
      color: #30D56D; }
      .btn.btn-accept.btn-inverse:hover, .btn.btn-accept.btn-inverse:focus, .btn.btn-accept.btn-inverse:active {
        background: #30D56D;
        color: #fff !important; }
  .btn.btn-warning {
    background: #FFD034;
    color: #fff; }
    .btn.btn-warning:hover {
      background: #f6bd00; }
    .btn.btn-warning:focus, .btn.btn-warning:active {
      background: #9a7600; }
    .btn.btn-warning.btn-inverse {
      background: #fff;
      border: solid 1px #FFD034;
      color: #FFD034; }
      .btn.btn-warning.btn-inverse:hover, .btn.btn-warning.btn-inverse:focus, .btn.btn-warning.btn-inverse:active {
        background: #FFD034;
        color: #fff !important; }
  .btn.btn-link {
    background: rgba(0, 0, 0, 0);
    color: #0260E8; }
    .btn.btn-link:hover {
      background: rgba(0, 0, 0, 0.05); }
    .btn.btn-link:focus, .btn.btn-link:active {
      background: rgba(0, 0, 0, 0.15); }

.search-form-wrap {
  margin-bottom: 32px; }

.search-template {
  max-width: 432px;
  width: 100%; }
  .search-template .form-group {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0px; }
    .search-template .form-group .form-control {
      height: 50px;
      flex: 1;
      border-right: 0px; }

/* Breadcrumbs */
.breadcrumbs {
  margin: 0;
  padding: 0;
  margin-top: 18px;
  margin-bottom: 18px; }
  .breadcrumbs li {
    margin: 0;
    padding: 0;
    margin-right: 20px;
    display: inline; }
    .breadcrumbs li::before {
      width: 0;
      height: 0; }
    .breadcrumbs li a {
      color: #BFBFBF;
      text-decoration: none;
      margin-right: 20px; }
    .breadcrumbs li .separator {
      color: #BFBFBF; }
    .breadcrumbs li.item-current > strong {
      font-weight: normal; }

/* Breadcrumbs */
.error404 {
  background: #0260E8; }
  .error404 .error-404-content {
    display: flex;
    min-height: 100vh;
    align-content: center;
    padding: 100px 0px; }
    .error404 .error-404-content .title {
      text-align: center;
      color: #fff;
      font-size: 100px;
      line-height: 0.7;
      margin-bottom: 0px; }
    .error404 .error-404-content .error-message {
      margin-bottom: 36px;
      text-align: center;
      color: #fff;
      line-height: 1.14;
      margin-top: 22px; }
    .error404 .error-404-content .btn {
      border: solid 1px #fff;
      background: #0260E8;
      color: #fff; }
      .error404 .error-404-content .btn:hover, .error404 .error-404-content .btn:focus, .error404 .error-404-content .btn:active {
        background: #fff;
        color: #0260E8; }
    @media screen and (max-width: 591px) {
      .error404 .error-404-content .title {
        font-size: 70px; }
      .error404 .error-404-content .error-message {
        font-size: 31px;
        margin-top: 36px; } }
