/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* 56px */
/* 38px */
/* 26px */
/* 16pt 21px - on design 22pt */
/* 15pt 20px - on design 21pt */
/* 14pt 18px - on design 20pt */
/*12pt 16px - on design 18pt */
/*10pt 13.5px - on design 16pt */
/* 9pt 12px - on design 15pt */
/* 7.5pt 10px - on design 13.5 */
.footer__menu .menu, .footer__social, .header-top__menu ul, .partners ul, .not-found ul {
  list-style-type: none;
  padding: 0; }

body, h1, h2, h3, h4, h5, h6, p, li {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  color: #444; }
  @media (min-width: 992px) {
    body {
      font-size: 18px; } }

html {
  scroll-behavior: smooth; }

@media (min-width: 1200px) {
  .container {
    max-width: 1190px; } }

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 1190px; } }

.mb-60 {
  margin-bottom: 60px; }

h1, h2, h3, h4, h5, h6, p, li {
  font-weight: 300; }

h1 {
  font-size: 3.5rem;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 15px; }

h2 {
  font-size: 2.375rem;
  margin: 0 0 30px;
  padding: 0; }
  .cta h2 {
    color: #fff; }
  h2.entry-title-resource {
    font-size: 17px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: left; }
    h2.entry-title-resource a {
      color: #444; }

h3 {
  font-size: 1.625rem;
  font-weight: 400;
  margin: 10px 0 45px;
  color: #444; }

h4 {
  font-size: 1.333rem;
  font-weight: 400;
  color: #f7981d; }

h5 {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.2;
  margin: 35px 0 13px; }

h6 {
  font-size: 0.843rem;
  font-weight: 700;
  margin: 0 0 10px;
  color: #fff; }

p {
  margin-bottom: 1rem; }

li {
  margin-bottom: 10px; }

header li {
  margin-bottom: 0; }

a {
  color: #f7981d;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    color: #db6015;
    text-decoration: none; }
  a.link {
    font-weight: 500; }
    a.link i {
      margin-left: 5px;
      font-size: 0.625rem; }

@media (max-width: 575.98px) {
  h1, h2, h3, h4, h5, h6, p, .footer-link, .related-posts {
    text-align: center; } }

@media (max-width: 575.98px) {
  .single h1, .single h2, .single h3, .single h4, .single h5, .single h6, .single p, .single .footer-link {
    text-align: unset; } }
.single p {
  line-height: 28px; }

@media (max-width: 575.98px) {
  .mb-xs-30 {
    margin-bottom: 30px; } }

.header {
  position: fixed;
  top: 0px;
  right: 0;
  left: 0;
  z-index: 10;
  background-color: #fff; }
  .header__small {
    display: none; }
    @media (max-width: 991.98px) {
      .header__small {
        display: block;
        padding: 20px 0; } }

.footer {
  background-color: #1E242C;
  font-size: 14px; }
  .footer h6 {
    font-size: 14px; }
  .footer__top {
    padding: 50px 0 25px; }
  .footer__logo {
    margin-bottom: 40px; }
    @media (max-width: 575.98px) {
      .footer__logo {
        display: block;
        margin: 0 auto 40px; } }
  .footer__menu .menu li {
    margin-bottom: 10px; }
    .footer__menu .menu li.current-menu-item a[aria-current="page"] {
      color: #f7981d; }
  .footer__menu .menu a {
    color: #fff;
    font-weight: 400; }
    .footer__menu .menu a:hover {
      color: #f7981d; }
  .footer__menu .menu__title a {
    font-weight: 700;
    color: #666;
    cursor: default; }
    .footer__menu .menu__title a:hover {
      color: #666; }
  .footer__email {
    margin: 30px 0; }
    @media (min-width: 992px) {
      .footer__email {
        margin-top: 0; } }
    .footer__email a {
      color: #B4B4B6;
      font-weight: 400; }
      .footer__email a:hover {
        color: #f7981d; }
    .footer__email h6 {
      text-align: left; }
  .footer__social {
    display: flex;
    margin-top: 30px; }
    @media (min-width: 992px) {
      .footer__social {
        justify-content: flex-end;
        margin-top: 0; } }
    .footer__social li {
      margin-right: 15px; }
      @media (max-width: 575.98px) {
        .footer__social li {
          margin-right: 10px; } }
      .footer__social li:last-child {
        margin-right: 0; }
    .footer__social a {
      display: inline-block;
      font-size: 1.25rem;
      text-align: center;
      color: #1E242C;
      background-color: #585C61;
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 50%; }
      @media (max-width: 575.98px) {
        .footer__social a {
          width: 27px;
          height: 27px;
          line-height: 27px; } }
      .footer__social a:hover {
        background-color: #f7981d; }
  .footer__legal-inner {
    border-top: 1px solid #666;
    padding: 25px 0; }
    @media (max-width: 575.98px) {
      .footer__legal-inner {
        padding: 10px 0; } }
  .footer__legal p {
    color: #B4B4B6;
    margin: 0;
    font-weight: 400;
    text-align: left; }
    @media (max-width: 575.98px) {
      .footer__legal p {
        text-align: center;
        margin: 12px; } }
  .footer__legal .footer__menu .menu {
    display: flex;
    justify-content: flex-end;
    margin: 0; }
    @media (max-width: 575.98px) {
      .footer__legal .footer__menu .menu {
        justify-content: center; } }
    .footer__legal .footer__menu .menu li {
      margin-bottom: 0; }
      .footer__legal .footer__menu .menu li:last-child a:after {
        display: none; }
      .footer__legal .footer__menu .menu li.current-menu-item a {
        color: #db6015; }
        .footer__legal .footer__menu .menu li.current-menu-item a[aria-current="page"] {
          color: #db6015; }
    .footer__legal .footer__menu .menu a {
      color: #f7981d; }
      .footer__legal .footer__menu .menu a:hover {
        color: #db6015; }

#menu-footer-legal:after {
  color: #B4B4B6;
  margin-left: 10px; }
#menu-footer-legal li {
  border-right: 1px solid #B4B4B6;
  padding-left: 10px;
  padding-right: 10px; }
  #menu-footer-legal li:last-child {
    border: 0;
    padding-right: 0; }

.search-page {
  padding: 80px 0; }
  @media (max-width: 991.98px) {
    .search-page {
      padding: 40px 0; } }
  .search-page h1 {
    color: #1E242C;
    text-align: left;
    font-size: 2.375rem; }
  .search-page .search-form {
    border: 1px solid #585C61;
    max-width: 290px;
    display: flex;
    flex-wrap: nowrap;
    border-radius: 5px;
    margin-bottom: 80px; }
    @media (max-width: 991.98px) {
      .search-page .search-form {
        margin-bottom: 40px; } }
  .search-page .form-control,
  .search-page .search-submit {
    border: none;
    background-color: transparent; }
    .search-page .form-control:focus,
    .search-page .search-submit:focus {
      box-shadow: none;
      outline: none; }
  .search-page .form-control {
    width: 100%;
    padding: 0 0 2px; }
  .search-page .search-submit {
    padding-right: 20px;
    padding-left: 20px; }
  .search-page .post {
    border-bottom: 1px solid #ccc; }
    .search-page .post .entry-title {
      margin-top: 0;
      margin-bottom: 15px;
      text-align: left; }
    .search-page .post .entry-summary {
      margin-top: 0; }
      .search-page .post .entry-summary p {
        text-align: left; }
  .search-page .no-results {
    margin: 0 auto;
    text-align: center; }
    .search-page .no-results h1 {
      text-align: center; }
    .search-page .no-results p {
      margin-bottom: 40px; }
    .search-page .no-results .search-form {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0; }

.btn {
  padding: 0 20px;
  font-size: 1rem;
  font-weight: 500;
  min-width: 120px;
  height: 42px;
  line-height: 38px;
  display: inline-block;
  border-radius: 0;
  border: 2px solid transparent;
  text-align: center; }
  @media (max-width: 991.98px) {
    .btn {
      font-size: 1.25rem; } }
  .btn:active, .btn:focus {
    outline: none;
    box-shadow: none; }
  .btn--primary, .navbar-light .navbar-nav .menu-btn--primary .nav-link {
    color: #fff;
    background-color: #f7981d; }
    .btn--primary:hover, .navbar-light .navbar-nav .menu-btn--primary .nav-link:hover {
      color: #fff;
      background-color: #db6015;
      border-color: #db6015; }
  .btn--secondary {
    color: #f7981d;
    background-color: #fff;
    border-color: #f7981d; }
    .btn--secondary:hover {
      color: #fff;
      background-color: #f7981d; }
  .btn--tertiary {
    color: #f7981d;
    background-color: #fff;
    border-color: #fff; }
    .btn--tertiary:hover {
      color: #fff;
      background-color: #f7981d;
      border-color: #f7981d; }
  .btn--ghost, .btn--ghost-primary {
    color: #fff;
    border: 1px solid #fff;
    line-height: 42px; }
    .btn--ghost:hover, .btn--ghost-primary:hover {
      background-color: #db6015;
      border-color: #db6015;
      color: #fff; }
  .btn--ghost-primary {
    color: #f7981d;
    border-color: #f7981d; }
  .btn--primary-blue {
    color: #fff;
    background-color: #1e2f51; }
    .btn--primary-blue:hover {
      background-color: #fff; }

.header-top {
  background-color: #f3f3f3; }
  @media (max-width: 991.98px) {
    .header-top {
      display: none; } }
  .header-top__content {
    display: flex;
    justify-content: flex-end; }
  .header-top__menu ul {
    display: flex;
    align-items: center;
    height: 100%;
    margin-bottom: 0; }
    .header-top__menu ul li {
      margin-left: 27px;
      line-height: 1; }
    .header-top__menu ul a {
      color: #444;
      font-weight: 400;
      font-size: 1rem; }
      .header-top__menu ul a:hover {
        color: #f7981d; }
  .header-top .form-control,
  .header-top .search-submit {
    border: none;
    background-color: transparent; }
    .header-top .form-control:focus,
    .header-top .search-submit:focus {
      box-shadow: none;
      outline: none; }
  .header-top .form-control {
    width: 55px;
    padding: 0;
    transition: .5s ease; }
    .header-top .form-control:focus {
      width: 150px;
      transition: .5s ease; }
      .header-top .form-control:focus::placeholder {
        color: #ccc !important; }
      .header-top .form-control:focus::-webkit-input-placeholder {
        /* Edge */
        color: #ccc !important; }
      .header-top .form-control:focus:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #ccc !important; }
  .header-top .search-submit {
    padding-right: 20px; }

::-webkit-input-placeholder {
  /* Edge */
  color: #444 !important; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #444 !important; }

::placeholder {
  color: #444 !important; }

.logo {
  width: 220px;
  position: relative;
  top: -2px; }
  @media (max-width: 1199.98px) {
    .logo {
      width: 300px; } }
  @media (max-width: 991.98px) {
    .logo {
      display: none; } }
  .logo__small {
    display: inline-block;
    width: 250px;
    position: relative;
    z-index: 100; }
    @media (min-width: 992px) {
      .logo__small {
        display: none; } }
  .logo img {
    width: 100%;
    max-width: 200px; }

.navbar {
  padding: 0; }
  @media (max-width: 991.98px) {
    .navbar {
      -moz-transition: left 0.4s ease;
      -o-transition: left 0.4s ease;
      -webkit-transition: left 0.4s ease;
      transition: left 0.4s ease;
      position: fixed;
      top: 87px;
      left: 100%;
      background: #fff;
      height: 100%;
      width: 100%;
      z-index: 90;
      margin-top: 0;
      align-items: flex-start; }
      .navbar.active {
        border-top: 1px solid #bababa;
        left: 0; } }
  .navbar .nav-link,
  .navbar .dropdown-item {
    font-weight: 400; }
    .navbar .nav-link:hover,
    .navbar .dropdown-item:hover {
      color: #f7981d; }
      .navbar .nav-link:hover i,
      .navbar .dropdown-item:hover i {
        color: #fff; }
        @media (max-width: 991.98px) {
          .navbar .nav-link:hover i,
          .navbar .dropdown-item:hover i {
            color: #f7981d; } }
    @media (max-width: 991.98px) {
      .navbar .nav-link,
      .navbar .dropdown-item {
        padding: 6px 15px;
        width: 720px;
        margin: 0 auto;
        position: relative; } }
    @media (max-width: 767.98px) {
      .navbar .nav-link,
      .navbar .dropdown-item {
        width: 540px; } }
    @media (max-width: 575.98px) {
      .navbar .nav-link,
      .navbar .dropdown-item {
        width: 100%; } }
    .navbar .nav-link span,
    .navbar .dropdown-item span {
      position: relative; }
    .navbar .nav-link i,
    .navbar .dropdown-item i {
      font-size: 0.625rem;
      margin-left: 10px;
      color: #666;
      position: absolute;
      top: 4px; }
  @media (min-width: 992px) {
    .navbar .dropdown-item:hover {
      background-color: #f7981d;
      color: #fff; } }
  @media (max-width: 991.98px) {
    .navbar .dropdown-item {
      font-size: 1.25rem; } }
  .navbar .btn-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style-type: none; }

@media (max-width: 991.98px) {
  .navbar-collapse {
    height: 100%;
    overflow: scroll; } }

.navbar-toggler {
  display: none; }
  @media (max-width: 991.98px) {
    .navbar-toggler {
      display: block;
      position: absolute;
      top: 30px;
      right: 15px;
      border: none;
      background: none;
      margin: 0;
      padding: 0;
      z-index: 100; } }
  .navbar-toggler .icon-bar {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #1E242C;
    height: 1px;
    width: 28px;
    display: inline-block;
    position: relative; }
    .navbar-toggler .icon-bar:before, .navbar-toggler .icon-bar:after {
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      display: inline-block;
      width: 28px;
      height: 1px;
      background: #1E242C;
      content: '';
      left: 0;
      position: absolute;
      transform-origin: 2.14286px center;
      transform: rotate(0deg); }
    .navbar-toggler .icon-bar:before {
      top: 8px; }
    .navbar-toggler .icon-bar:after {
      top: -8px; }
    .navigation-open .navbar-toggler .icon-bar {
      background: transparent; }
      .navigation-open .navbar-toggler .icon-bar:after, .navigation-open .navbar-toggler .icon-bar:before {
        top: 0;
        left: 0;
        transform-origin: 50% 50%; }
      .navigation-open .navbar-toggler .icon-bar:before {
        transform: rotate(45deg); }
      .navigation-open .navbar-toggler .icon-bar:after {
        transform: rotate(-45deg); }

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav {
    max-height: calc(100% - 120px);
    overflow: scroll;
    padding-bottom: 30px; } }
@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .menu-item {
    border-bottom: 1px solid #bababa; }
    .navbar-light .navbar-nav .menu-item.show .dropdown-toggle::after {
      transform: rotate(0deg); } }
.navbar-light .navbar-nav .menu-item.login {
  display: none; }
  @media (max-width: 991.98px) {
    .navbar-light .navbar-nav .menu-item.login {
      display: block;
      position: fixed;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 100;
      background-color: #f3f3f3;
      font-size: 1rem;
      height: 55px;
      line-height: 55px;
      text-align: center;
      margin: 0;
      border-top: 1px solid #d8dadb; } }
  .navbar-light .navbar-nav .menu-item.login .nav-link {
    padding: 0 20px; }
.navbar-light .navbar-nav .nav-link {
  color: #444;
  font-size: 1.1667rem; }
  @media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link {
      padding: 19px 13px 16px;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent; } }
  @media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link:hover {
      border-bottom: 4px solid #f7981d; } }
  @media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link:hover {
      color: #f7981d; } }
@media (min-width: 992px) {
  .navbar-light .navbar-nav .menu-btn {
    display: flex;
    align-items: center;
    margin-left: 40px; } }
@media (max-width: 1199.98px) {
  .navbar-light .navbar-nav .menu-btn {
    margin-left: 20px; } }
@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .menu-btn {
    margin: 10px 15px;
    border-bottom: none; } }
.navbar-light .navbar-nav .menu-btn .nav-link {
  padding: 0 15px;
  font-size: 1rem;
  height: 42px;
  line-height: 38px;
  border-radius: 0;
  border: 2px solid transparent;
  text-align: center;
  font-weight: 500;
  white-space: nowrap; }
  @media (max-width: 991.98px) {
    .navbar-light .navbar-nav .menu-btn .nav-link {
      width: 690px;
      font-size: 1.25rem; } }
  @media (max-width: 767.98px) {
    .navbar-light .navbar-nav .menu-btn .nav-link {
      width: 510px; } }
  @media (max-width: 575.98px) {
    .navbar-light .navbar-nav .menu-btn .nav-link {
      width: 100%; } }
@media (min-width: 992px) {
  .navbar-light .navbar-nav .menu-btn--primary {
    margin-left: 0; } }
.navbar-light .navbar-nav .menu-btn--primary .nav-link {
  display: inherit; }
@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .menu-btn--link {
    margin-top: 25px; }
    .navbar-light .navbar-nav .menu-btn--link.active > .nav-link {
      color: #fff; } }
.navbar-light .navbar-nav .menu-btn--link .nav-link {
  color: #f7981d; }
  @media (min-width: 992px) {
    .navbar-light .navbar-nav .menu-btn--link .nav-link {
      position: relative;
      padding: 1px 25px 0 50px; }
      .navbar-light .navbar-nav .menu-btn--link .nav-link:hover {
        color: #db6015; } }
  @media (max-width: 1199.98px) {
    .navbar-light .navbar-nav .menu-btn--link .nav-link {
      padding: 1px 20px; } }
  @media (max-width: 991.98px) {
    .navbar-light .navbar-nav .menu-btn--link .nav-link {
      color: #fff;
      background-color: #f7981d; }
      .navbar-light .navbar-nav .menu-btn--link .nav-link:hover {
        color: #fff;
        background-color: #db6015;
        border-color: #db6015; } }
@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .menu-btn--secondary .nav-link {
    color: #f7981d;
    background-color: transparent;
    border-color: #f7981d; }
    .navbar-light .navbar-nav .menu-btn--secondary .nav-link:hover {
      color: #fff;
      background-color: #f7981d; } }
.navbar-light .navbar-nav .dropdown-menu {
  padding: 0;
  margin: 0;
  border-radius: 0; }
  @media (min-width: 992px) {
    .navbar-light .navbar-nav .dropdown-menu {
      background-color: #fff;
      border: none;
      width: max-content; } }
  @media (max-width: 991.98px) {
    .navbar-light .navbar-nav .dropdown-menu {
      padding: 10px 0;
      background-color: #f3f3f3;
      border-top: 1px solid #bababa; }
      .navbar-light .navbar-nav .dropdown-menu .menu-item {
        border: none; } }
  .navbar-light .navbar-nav .dropdown-menu .dropdown-link {
    font-size: 1rem; }
    .navbar-light .navbar-nav .dropdown-menu .dropdown-link a {
      padding-left: 40px; }
      @media (max-width: 991.98px) {
        .navbar-light .navbar-nav .dropdown-menu .dropdown-link a {
          padding-left: 20px; } }
      @media (min-width: 992px) {
        .navbar-light .navbar-nav .dropdown-menu .dropdown-link a:hover .menu-item-description,
        .navbar-light .navbar-nav .dropdown-menu .dropdown-link a:hover i {
          color: #fff; } }
    @media (max-width: 991.98px) {
      .navbar-light .navbar-nav .dropdown-menu .dropdown-link span {
        font-size: 1.25rem; } }
    @media (max-width: 991.98px) {
      .navbar-light .navbar-nav .dropdown-menu .dropdown-link span.menu-item-description {
        font-size: 1rem; } }
    @media (max-width: 575.98px) {
      .navbar-light .navbar-nav .dropdown-menu .dropdown-link span.menu-item-description {
        font-size: 1.1667rem; } }
  @media (max-width: 991.98px) {
    .navbar-light .navbar-nav .dropdown-menu .dropdown-title {
      font-size: 1.25rem; } }
  .navbar-light .navbar-nav .dropdown-menu .dropdown-title a {
    font-weight: 500; }
    .navbar-light .navbar-nav .dropdown-menu .dropdown-title a:hover {
      background-color: transparent;
      color: #444;
      cursor: default; }
.navbar-light .navbar-nav .active > .nav-link {
  color: #444; }
  @media (min-width: 992px) {
    .navbar-light .navbar-nav .active > .nav-link {
      background-color: transparent;
      border-bottom: 4px solid #f7981d; } }
  @media (max-width: 991.98px) {
    .navbar-light .navbar-nav .active > .nav-link {
      color: #f7981d; } }
@media (min-width: 992px) {
  .navbar-light .navbar-nav .active.menu-btn > .nav-link {
    border: none; } }
.navbar-light .navbar-nav .active.menu-btn.menu-btn--primary > .nav-link {
  background-color: #f7981d;
  border: 2px solid #f7981d;
  color: #fff; }
@media (min-width: 992px) {
  .navbar-light .navbar-nav .active.menu-btn.menu-btn--link > .nav-link {
    border: 2px solid transparent;
    color: #f7981d; }
    .navbar-light .navbar-nav .active.menu-btn.menu-btn--link > .nav-link:hover {
      color: #db6015; } }
.navbar-light .navbar-nav .sign-up-btn {
  position: absolute;
  right: 0;
  top: 15px; }
  @media (max-width: 991.98px) {
    .navbar-light .navbar-nav .sign-up-btn {
      right: 0;
      top: 0;
      position: relative; } }
  .navbar-light .navbar-nav .sign-up-btn .nav-link {
    background-color: #01a5ab; }
.navbar-light .navbar-nav .demos-btn {
  position: absolute;
  top: 15px;
  right: 15%; }
  @media (max-width: 1199.98px) {
    .navbar-light .navbar-nav .demos-btn {
      right: 18%; } }
  @media (max-width: 991.98px) {
    .navbar-light .navbar-nav .demos-btn {
      right: 0;
      top: 0;
      position: relative; } }
  .navbar-light .navbar-nav .demos-btn .nav-link {
    background-color: #f3f3f3;
    color: #000;
    font-weight: bold;
    padding: 0 25px; }
@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link.dropdown-toggle {
    padding: 12px 15px;
    font-size: 1.333rem; } }

.dropdown-toggle::after {
  transform: rotate(-90deg);
  position: absolute;
  top: 19px;
  right: 15px; }
@media (min-width: 992px) {
  .dropdown-toggle::after {
    display: none; } }

.menu-item-description {
  display: block;
  font-size: 0.843rem;
  color: #A0A0A0; }

@media (min-width: 992px) {
  .dropdown-menu .current-menu-item .dropdown-item {
    color: #fff;
    background-color: #f7981d; }
    .resources .dropdown-menu .current-menu-item .dropdown-item {
      color: #444;
      background-color: #fff; }
    .dropdown-menu .current-menu-item .dropdown-item i,
    .dropdown-menu .current-menu-item .dropdown-item .menu-item-description {
      color: #fff; } }
@media (max-width: 991.98px) {
  .dropdown-menu .current-menu-item .dropdown-item {
    color: #f7981d; }
    .resources .dropdown-menu .current-menu-item .dropdown-item {
      color: #444; }
    .dropdown-menu .current-menu-item .dropdown-item i,
    .dropdown-menu .current-menu-item .dropdown-item .menu-item-description {
      color: #f7981d; } }
@media (min-width: 992px) {
  .dropdown-menu a[aria-current="page"] {
    color: #f7981d; } }

@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu {
    display: block; }

  .dropdown-menu.show {
    display: none; } }
.main-content {
  padding-top: 107px; }
  @media (max-width: 1199.98px) {
    .main-content {
      padding-top: 100px; } }
  @media (max-width: 991.98px) {
    .main-content {
      padding-top: 87px; } }

.hero {
  padding: 50px 0; }
  @media (max-width: 991.98px) {
    .hero {
      text-align: center; } }
  .hero--inner {
    background: #1c2e54;
    background: linear-gradient(90deg, #1c2e54 0%, #284e79 50%, #326797 100%); }
  @media (max-width: 414.98px) {
    .hero h1 {
      font-size: 3rem; } }
  @media (max-width: 357.98px) {
    .hero h1 {
      font-size: 2.6rem; } }
  .hero p {
    font-size: 1.625rem;
    color: #fff;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .hero p {
        padding-right: 50px; } }
  .hero__image {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 991.98px) {
      .hero__image {
        display: none; } }
    .hero__image img {
      width: 280px; }
  .hero__banner {
    background-color: #3B3B3B;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-weight: 500; }
    @media (max-width: 367.98px) {
      .hero__banner {
        display: block; } }
    .hero__banner span {
      margin-right: 20px; }
      @media (max-width: 379.98px) {
        .hero__banner span {
          margin-right: 10px; } }
      @media (max-width: 367.98px) {
        .hero__banner span {
          display: block;
          margin-right: 0px; } }
  .hero--breadcrumbs {
    padding-top: 0; }
    .hero--breadcrumbs .breadcrumbs {
      margin-bottom: 40px; }
  .hero.no-image {
    min-height: 400px; }
    .hero.no-image h1 {
      font-weight: bold; }
      .hero.no-image h1 span {
        font-weight: 300; }
  .hero .center {
    text-align: center; }

.form {
  position: relative; }
  .form h2 {
    margin-bottom: 8px; }
  @media (min-width: 992px) {
    .form__background {
      position: absolute;
      left: 0;
      background-color: #efefef;
      width: 50%;
      height: 100%; } }
  .form__inner {
    background-color: #efefef;
    height: 100%;
    padding: 73px 100px 20px 0; }
    @media (max-width: 1199.98px) {
      .form__inner {
        padding-right: 30px; } }
    @media (max-width: 991.98px) {
      .form__inner {
        padding-right: 0; } }
    @media (max-width: 440px) {
      .form__inner {
        margin-bottom: 0;
        padding-bottom: 25px; } }
    @media (max-width: 420px) {
      .form__inner {
        padding-bottom: 60px; } }
    .form__inner .step {
      font-size: 1rem;
      font-weight: 500;
      margin: 33px 0 -6px; }
  .form__subtitle {
    font-size: 1rem; }
    .form__subtitle strong {
      font-weight: 500; }
    .form__subtitle a {
      font-weight: 400; }
  .form__small {
    background-color: #efefef; }

.cards {
  margin-top: 215px;
  padding-bottom: 35px;
  background-color: #f3f3f3; }
  @media (max-width: 767.98px) {
    .cards {
      margin-top: 170px; } }
  .cards h2 {
    margin-top: -140px;
    text-align: center; }
  .cards__inner {
    margin-top: -70px; }
    @media (max-width: 460.98px) {
      .cards__inner {
        margin-top: -40px; } }
  .cards__wrap {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 45px 30px;
    text-align: center;
    position: relative;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0px 0px 21px -12px rgba(0, 0, 0, 0.5);
    border-top: 20px solid #f7981d;
    border-radius: 0; }
    .cards__wrap:hover {
      text-decoration: none;
      -moz-transform: scale(1.04);
      -o-transform: scale(1.04);
      -ms-transform: scale(1.04);
      -webkit-transform: scale(1.04);
      transform: scale(1.04); }
    .cards__wrap p {
      margin: 0 80px 10px;
      color: #444;
      font-size: 1.1667rem; }
    .cards__wrap h5 i {
      font-size: 0.625rem;
      vertical-align: middle; }
    .cards__wrap img {
      height: 80px; }
    .cards__wrap .link {
      font-size: 1.1667rem;
      font-weight: 500; }
      .cards__wrap .link i {
        margin-left: 5px;
        font-size: 0.625rem; }
    .cards__wrap--no-img {
      padding-top: 5px;
      padding-bottom: 40px; }
      .cards__wrap--no-img p {
        margin-left: 0;
        margin-right: 0;
        font-size: 1.1667rem; }
        .cards__wrap--no-img p strong {
          font-weight: 700; }
      .cards__wrap--no-img .cards__subtitle p {
        margin-bottom: 0; }
      .cards__wrap--no-img .cards__content {
        margin-top: 60px;
        justify-content: flex-start; }
        .cards__wrap--no-img .cards__content .acordion__q-a {
          margin-bottom: 14px; }
          .cards__wrap--no-img .cards__content .acordion__q-a:last-child {
            margin-bottom: 0; }
        .cards__wrap--no-img .cards__content .acordion__answer p {
          text-align: left;
          font-size: 14px;
          margin-bottom: 0; }
        .cards__wrap--no-img .cards__content .acordion__answer-links {
          display: flex;
          flex-wrap: wrap; }
          .cards__wrap--no-img .cards__content .acordion__answer-links a {
            font-weight: 500;
            display: flex;
            align-items: center;
            font-size: 16px;
            margin-right: 10px; }
            .cards__wrap--no-img .cards__content .acordion__answer-links a i {
              margin-left: 4px;
              font-size: 12px; }
  .cards__text {
    height: 100%;
    display: flex;
    align-items: center; }
  @media (max-width: 767.98px) {
    .cards__image {
      text-align: center;
      margin-bottom: 40px; } }
  .cards__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between; }
    @media (max-width: 991.98px) {
      .cards__content p {
        margin-left: 0;
        margin-right: 0; } }
  .cards__item {
    margin-bottom: 3rem; }
    @media (max-width: 767.98px) {
      .cards__item:last-child {
        margin-bottom: 0; } }
  .cards__content-repeater {
    margin-bottom: 40px; }
  .cards--mt-0 {
    margin-top: 180px; }
    .cards--mt-0 h2 {
      margin-top: -150px; }
    .cards--mt-0 .cards__inner {
      margin-top: -66px; }

.image-text-flex h3 {
  margin-bottom: 10px;
  line-height: 1.2; }
.image-text-flex p {
  margin-bottom: 10px;
  line-height: 1.56; }
  .image-text-flex p a {
    font-weight: 400; }
.image-text-flex__image {
  text-align: center; }
  @media (min-width: 992px) {
    .image-text-flex__image {
      margin: 0 50px; } }
  @media (max-width: 767.98px) {
    .image-text-flex__image {
      margin-bottom: 25px; } }
  .image-text-flex__image img {
    box-shadow: 0px 0px 21px -12px rgba(0, 0, 0, 0.5); }
.image-text-flex__text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .image-text-flex__text img {
    margin-bottom: 25px;
    width: 100%; }
    @media (max-width: 767.98px) {
      .image-text-flex__text img {
        margin-bottom: 15px; } }
.image-text-flex__link a {
  margin-right: 20px; }
  .image-text-flex__link a:last-child {
    margin-right: 0; }
@media (max-width: 575.98px) {
  .image-text-flex__link {
    text-align: center; } }
@media (max-width: 767.98px) {
  .image-text-flex__image-order {
    order: 1; }
    .image-text-flex__image-order.video-order {
      order: 3;
      padding-top: 30px; } }
@media (max-width: 767.98px) {
  .image-text-flex__text-order {
    order: 2; } }
.image-text-flex__item {
  padding-bottom: 80px;
  padding-top: 80px; }
  @media (max-width: 991.98px) {
    .image-text-flex__item {
      padding-bottom: 40px;
      padding-top: 40px; } }
@media (max-width: 991.98px) {
  .home .image-text-flex {
    padding-bottom: 20px;
    padding-top: 20px; } }
.home .image-text-flex__item {
  padding-bottom: 60px;
  padding-top: 60px; }
  @media (max-width: 991.98px) {
    .home .image-text-flex__item {
      padding-bottom: 15px;
      padding-top: 15px; } }

.testimonial {
  padding: 30px 0;
  color: #fff;
  text-align: center;
  font-size: 1.625rem; }
  .testimonial--blue {
    background: url("../images/Quote-Background.png") center/cover no-repeat; }
    .testimonial--blue .read-more:hover {
      color: #f7981d; }
  .testimonial--orange {
    background: url("../images/quote-orange.png") center/cover no-repeat; }
    .testimonial--orange .read-more:hover {
      color: #203961; }
  .testimonial__wrap {
    position: relative;
    padding: 0 50px; }
    @media (min-width: 992px) {
      .testimonial__wrap {
        padding: 0 90px; } }
  .testimonial blockquote {
    margin: 0 15px 25px; }
  .testimonial .name {
    font-weight: 400;
    margin-bottom: 3px; }
  .testimonial .position {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0; }
  .testimonial .read-more {
    margin-top: 40px;
    display: block;
    color: #fff;
    font-size: 1rem;
    font-weight: 500; }
    .testimonial .read-more span {
      margin-left: 8px;
      font-size: 0.75rem; }

.owl-carousel .owl-item {
  height: unset; }
  .owl-carousel .owl-item img.testimonial__logo {
    max-width: 150px;
    width: auto;
    margin: 0 auto 25px; }
.owl-carousel .owl-stage {
  display: flex;
  align-items: center; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  color: rgba(250, 250, 250, 0.7); }
.owl-theme .owl-nav button.owl-prev, .owl-theme .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  font-size: 2.375rem;
  font-weight: 400; }
.owl-theme .owl-nav button:focus {
  outline: none !important; }
.owl-theme .owl-nav .owl-prev {
  left: -50px; }
  @media (min-width: 992px) {
    .owl-theme .owl-nav .owl-prev {
      left: -115px; } }
.owl-theme .owl-nav .owl-next {
  right: -50px; }
  @media (min-width: 992px) {
    .owl-theme .owl-nav .owl-next {
      right: -115px; } }
.owl-theme .owl-dots {
  margin-top: 30px; }
  .owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    background: #fff;
    opacity: 0.6; }
    .owl-theme .owl-dots .owl-dot span:focus {
      outline: none; }
  .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    opacity: 1; }
  .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
    opacity: 1; }
  .owl-theme .owl-dots .owl-dot:focus {
    outline: none; }

.cta {
  background-color: #3D4959;
  padding: 80px 0;
  text-align: center;
  color: #fff; }
  @media (max-width: 991.98px) {
    .cta {
      padding: 40px 0; } }
  .cta h2 {
    font-size: 26px;
    line-height: 1.23;
    font-weight: 400;
    margin-bottom: 7px; }
  .cta p {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 300; }
  .cta--smaller-text {
    padding: 65px 0; }
    .cta--smaller-text h2 {
      font-size: 1.25rem;
      font-weight: 400;
      margin-bottom: 10px; }
    .cta--smaller-text p {
      font-size: 1rem;
      font-weight: 300; }
  .cta__item p {
    margin-bottom: 16px; }
  @media (max-width: 575.98px) {
    .cta__item {
      margin-bottom: 3rem; } }
  .cta__item:last-child {
    margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .cta--wide-buttons .cta__item {
      margin-bottom: 3rem; } }
  .cta--wide-buttons .btn {
    min-width: 280px; }

.partners {
  padding-top: 68px; }
  @media (max-width: 767.98px) {
    .partners {
      padding-top: 25px; } }
  .partners__title {
    text-align: center;
    margin-bottom: 20px; }
    @media (max-width: 767.98px) {
      .partners__title h3 {
        margin-bottom: 25px; } }
  .partners:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background-color: #f3f3f3;
    margin: 20px auto 0; }
  .partners ul {
    margin-bottom: 64px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    text-align: center; }
    @media (max-width: 991.98px) {
      .partners ul {
        margin-bottom: 30px; } }
    @media (max-width: 767.98px) {
      .partners ul {
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 0; } }
    .partners ul li {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 30px; }
      @media (min-width: 768px) {
        .partners ul li {
          margin-right: 50px; }
          .partners ul li:last-child {
            margin-right: 0; } }
      @media (max-width: 767.98px) {
        .partners ul li {
          max-width: 25%;
          margin: 20px auto;
          padding: 0 15px; } }
      .partners ul li a {
        display: inline-block; }
      .partners ul li img {
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        max-height: 30px; }
        .partners ul li img:hover {
          opacity: 0.7; }
        @media (max-width: 767.98px) {
          .partners ul li img {
            vertical-align: unset; } }

.resource-overview {
  line-height: 1.56; }
  .resource-overview h1 {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center; }

.resource-highlighted {
  filter: drop-shadow(0px 5px 6.5px rgba(2, 2, 2, 0.06)); }
  .resource-highlighted article {
    background-color: #fff;
    display: flex;
    flex-direction: column; }
  .resource-highlighted__category {
    color: #fff;
    background-color: #3E92D0; }
    .resource-highlighted__category p {
      padding: 10px 20px;
      margin-bottom: 0;
      font-weight: 700;
      font-size: 15px;
      text-transform: uppercase; }
  .resource-highlighted__title {
    padding: 0 20px 0 20px;
    margin: 0; }
  .resource-highlighted__content {
    height: 100%;
    padding: 0 20px 0 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    filter: drop-shadow(0px 5px 6.5px rgba(2, 2, 2, 0.06)); }
    .resource-highlighted__content p {
      text-align: left;
      font-size: 1rem; }
      @media (max-width: 1199.98px) {
        .resource-highlighted__content p {
          font-size: 16px; } }
  .resource-highlighted__btn {
    margin-top: 5px;
    padding-bottom: 20px;
    text-align: left;
    font-size: 16px; }

.blue-bgd {
  width: 100%;
  height: 330px;
  background-image: linear-gradient(103deg, #1c2e54 0%, #326898 100%);
  position: absolute; }

.resource-filter input:focus {
  outline: none; }
.resource-filter .input-down {
  margin-bottom: 10px; }

.search-box {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 0 0 10px;
  height: 41px; }

#area, #product, #type {
  display: none; }

#buttons {
  margin-top: 20px; }
  #buttons button {
    background-color: #fff;
    color: #999;
    padding-left: 0;
    padding-right: 18px; }
    #buttons button:focus {
      outline: none; }
    #buttons button i {
      margin-right: 8px; }
  #buttons .remove-all {
    display: inline-block;
    float: right; }
    #buttons .remove-all a {
      text-decoration: underline;
      font-size: 14px;
      color: #999;
      font-weight: 400; }
    #buttons .remove-all:hover {
      color: #999; }

.multiselect-native-select {
  display: inline-block;
  width: 100%; }
  .multiselect-native-select .btn-group {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%; }

button.multiselect {
  color: #444;
  height: 40px; }

.multiselect-container {
  width: 100%;
  padding: 10px; }
  .multiselect-container a {
    color: #444; }

.multiselect-selected-text i {
  float: right;
  padding-top: 12px;
  font-size: 10px; }

.multiselect::after {
  content: '';
  color: #fff; }

#targets {
  margin-bottom: 80px; }
  @media (max-width: 991.98px) {
    #targets {
      margin-bottom: 40px; } }
  #targets h2 {
    font-size: 1.333rem;
    margin-bottom: 20px; }
    @media (max-width: 1199.98px) {
      #targets h2 {
        font-size: 20px; } }
    #targets h2 a {
      font-weight: 400;
      line-height: 28px; }
  #targets img {
    object-fit: cover;
    height: 260px;
    width: 100%;
    margin-top: 50px; }
  #targets p {
    margin: 0;
    padding: 0;
    font-size: 16px; }
  #targets .head-text {
    padding: 20px 0; }
  #targets .targets__item {
    animation: fadeIn 1.5s linear; }
    @media (max-width: 767.98px) {
      #targets .targets__item:first-child img {
        margin-top: 0; } }

.upper {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase; }

.subscribe {
  width: 100%;
  background-color: #3d4959;
  text-align: center;
  padding: 50px 0; }
  .subscribe h2, .subscribe p {
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px; }
  .subscribe h3 {
    font-size: 1.25rem; }
  .subscribe p {
    font-size: 1.1667rem;
    font-weight: 700;
    line-height: inherit;
    padding: 0 15px; }
  .subscribe a {
    width: 120px;
    margin: auto;
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    background-color: #f7981d;
    display: block;
    padding: 10px 20px 10px 20px; }
    @media (max-width: 767.98px) {
      .subscribe a {
        font-size: 1.25rem; } }
    .subscribe a:hover {
      background-color: #db6015; }

#search_text {
  width: 80%;
  height: 35px;
  margin-top: -3px;
  display: inline;
  border: 1px solid #fff;
  font-size: 14px; }

.search_text_type {
  width: 80%;
  height: 38px;
  margin-top: -3px;
  display: inline;
  border: 1px solid #fff;
  font-size: 14px; }

.blog .nav-bar {
  margin-top: 25px;
  color: #fff; }
  .blog .nav-bar p {
    font-size: 14px;
    font-weight: 400; }
    @media (max-width: 575.98px) {
      .blog .nav-bar p {
        text-align: left; } }
  .blog .nav-bar a {
    color: #fff; }
    .blog .nav-bar a:hover {
      text-decoration: underline; }

.single-bgd {
  background-image: linear-gradient(103deg, #1c2e54 0%, #326898 100%);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 60px; }
  .single-bgd h1 {
    font-size: 2.375rem;
    margin-top: 35px;
    margin-bottom: 30px; }
    @media (max-width: 575.98px) {
      .single-bgd h1 {
        text-align: center; } }
  .single-bgd p, .single-bgd a {
    color: #fff;
    font-weight: 400; }
  .single-bgd .nav-bar {
    margin-top: 25px; }
    .single-bgd .nav-bar p {
      font-size: 14px; }
      @media (max-width: 575.98px) {
        .single-bgd .nav-bar p {
          text-align: left; } }
    .single-bgd .nav-bar a:hover {
      text-decoration: underline; }

.simple-text {
  margin-bottom: 60px; }
  @media (max-width: 991.98px) {
    .simple-text {
      margin-bottom: 30px; } }
  .simple-text p {
    line-height: 28px; }

.margin-b {
  padding-top: 80px; }
  @media (max-width: 991.98px) {
    .margin-b {
      padding-top: 40px; } }

@media (max-width: 575.98px) {
  .text-footer {
    text-align: center; } }
@media (max-width: 767.98px) {
  .text-footer {
    margin-bottom: 40px; } }
.text-footer p, .text-footer a {
  font-weight: 700;
  color: #f7981d; }
.text-footer a:hover {
  color: #db6015; }
.text-footer i {
  margin-right: 10px; }
.text-footer.link-center {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px; }
  @media (max-width: 991.98px) {
    .text-footer.link-center {
      margin-top: 20px;
      margin-bottom: 20px; } }
.text-footer .post-meta__date {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 0.843rem;
  color: #fff; }
.text-footer .post-meta__author {
  margin-bottom: 0;
  color: #fff;
  font-weight: bold; }

.socila-right {
  display: flex;
  justify-content: space-between;
  color: #fff; }

.social-center {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
  padding-top: 80px; }
  .social-center a {
    color: #54617d; }
  @media (max-width: 991.98px) {
    .social-center {
      padding-top: 40px;
      padding-bottom: 40px; } }

.single-related {
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 80px; }
  @media (max-width: 991.98px) {
    .single-related {
      padding-top: 40px; } }
  .page .single-related {
    border-top: 0; }
  .single-related h2 {
    margin-bottom: 40px;
    font-size: 1.625rem;
    font-weight: 400; }

.related-posts h2 {
  font-size: 1.333rem;
  margin-bottom: 0; }
  @media (max-width: 1199.98px) {
    .related-posts h2 {
      font-size: 20px; } }
  .related-posts h2 a {
    font-weight: 400;
    line-height: 28px; }
.related-posts img {
  object-fit: cover;
  height: 200px;
  width: 100%; }
.related-posts .head-text {
  padding: 20px 0; }
  .related-posts .head-text p {
    margin: 0; }
@media (max-width: 991.98px) {
  .related-posts__post {
    margin-bottom: 40px; } }
@media (max-width: 991.98px) {
  .related-posts__post:nth-child(4), .related-posts__post:nth-child(3) {
    margin-bottom: 0px; } }
@media (max-width: 767.98px) {
  .related-posts__post:nth-child(4), .related-posts__post:nth-child(3) {
    margin-bottom: 40px; } }
.related-posts__post:last-child {
  margin-bottom: 0; }
.related-posts__see-more {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 991.98px) {
    .related-posts__see-more {
      padding-top: 40px;
      padding-bottom: 40px; } }

.image-block {
  padding: 60px;
  text-align: center; }
  .image-block img {
    object-fit: cover;
    width: 100%;
    height: auto; }
  .image-block p {
    font-weight: 400;
    margin-top: 10px; }
  @media (max-width: 767.98px) {
    .image-block {
      padding: 15px; } }

.text-image {
  margin-top: 60px;
  margin-bottom: 60px; }
  @media (max-width: 991.98px) {
    .text-image {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .text-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.full-width {
  background-color: #f6f6f7;
  text-align: center;
  font-size: 1.625rem; }

.padding-60 {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 991.98px) {
    .padding-60 {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (max-width: 767.98px) {
    .padding-60 {
      padding-top: 20px;
      padding-bottom: 20px; } }

.move {
  margin-left: -15px; }

.share-buttons {
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }
  .share-buttons i {
    font-size: 20px; }
    .share-buttons i:hover {
      color: #efefef; }
  @media (max-width: 575.98px) {
    .share-buttons {
      justify-content: center; } }
  @media (min-width: 768px) {
    .share-buttons {
      height: 100%;
      justify-content: flex-end;
      align-items: flex-end; } }
  .share-buttons--padding {
    padding: 80px 0; }
    @media (max-width: 767.98px) {
      .share-buttons--padding {
        padding: 40px 0; } }
  .share-buttons--center {
    justify-content: center;
    align-items: center; }
    .share-buttons--center li i {
      color: #3D4959; }
      .share-buttons--center li i:hover {
        color: #585C61; }
  .share-buttons li {
    margin: 0 15px; }
    .share-buttons li:first-child {
      margin-left: 0px; }
    .share-buttons li:last-child {
      margin-right: 0px; }

.hero-gradient nav {
  padding-top: 23px;
  color: #fff; }
  .hero-gradient nav a {
    color: #fff; }
    .hero-gradient nav a:hover {
      color: #f7981d; }
.hero-gradient__content {
  padding-top: 70px;
  padding-bottom: 110px;
  max-width: 870px; }
  @media (max-width: 991.98px) {
    .hero-gradient__content {
      padding-top: 45px;
      padding-bottom: 45px; } }
  .hero-gradient__content h1 {
    margin-bottom: 30px;
    padding-bottom: 0; }
    @media (min-width: 992px) {
      .hero-gradient__content h1 {
        line-height: 64px; }
        .hero-gradient__content h1.not-found-title {
          margin: 30px 0 0; } }
    .hero-gradient__content h1.not-found-title {
      margin-top: 30px; }
  .hero-gradient__content h3 {
    color: #fff;
    font-weight: 300;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .hero-gradient__content h3 {
        line-height: 32px; } }
  .hero-gradient__content--center {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .hero-gradient__content--left {
    text-align: left;
    margin-right: auto; }
  .hero-gradient__content--right {
    text-align: right;
    margin-left: auto; }

.solutions {
  padding-top: 80px;
  padding-bottom: 80px; }
  .page-sitevault-enterprise .solutions, .page-vault-etmf .solutions, .page-sitevault-free .solutions, .page-myveeva .solutions {
    padding-top: 0; }
  @media (max-width: 767.98px) {
    .solutions {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .solutions h2 {
    margin-bottom: 60px; }
    .solutions h2 span {
      font-weight: 500; }
  .solutions__img-wrap {
    margin-bottom: 20px;
    display: flex;
    align-items: center; }
  .solutions__card {
    text-align: center;
    align-items: center;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column; }
    @media (min-width: 576px) {
      .solutions__card--left {
        text-align: left;
        align-items: flex-start; } }
    @media (min-width: 576px) {
      .solutions__card--right {
        text-align: right;
        align-items: flex-end; } }
    @media (min-width: 576px) {
      .solutions__card--center {
        text-align: center;
        align-items: center; } }
    @media (min-width: 992px) {
      .solutions__card--center {
        padding: 0 40px; } }
    @media (min-width: 1200px) {
      .solutions__card--center {
        padding: 0 80px; } }
    .solutions__card p {
      margin-bottom: 20px;
      line-height: 1.56; }
      .solutions__card p strong {
        font-weight: bold; }
      .solutions__card p:last-child {
        margin-bottom: 0; }
  .solutions__new {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f7f7f7;
    text-align: center; }
    .solutions__new h2 {
      margin-bottom: 20px;
      font-size: 32px;
      color: #444;
      font-weight: bold; }
    .solutions__new .solution-number {
      background-color: #fff;
      border-radius: 25px;
      font-weight: bold;
      padding: 10px 0;
      margin-bottom: 20px;
      margin-top: 20px; }
      .solutions__new .solution-number p {
        color: #db6014;
        font-size: 72px;
        font-weight: 900;
        margin: 0; }
        @media (max-width: 1199.98px) {
          .solutions__new .solution-number p {
            font-size: 52px; } }
        @media (max-width: 767.98px) {
          .solutions__new .solution-number p {
            font-size: 32px; } }
      @media (max-width: 767.98px) {
        .solutions__new .solution-number {
          font-size: 32px;
          max-width: 300px;
          margin: 20px auto; } }
    .solutions__new .solution-text {
      font-weight: 400;
      font-size: 16px; }

.faq {
  padding: 80px 0; }
  @media (max-width: 767.98px) {
    .faq {
      padding-top: 40px;
      padding-bottom: 40px; } }

.acordion {
  margin-bottom: 56px; }
  .acordion h3 {
    margin-bottom: 35px;
    margin-top: 0px; }
  .acordion__q-a {
    margin-bottom: 22px; }
  .acordion__question {
    cursor: pointer;
    margin-bottom: 13px;
    transition: color .3s;
    display: flex;
    align-items: flex-start; }
    .acordion__question:hover {
      color: #f7981d; }
    .acordion__question p {
      font-size: 1rem;
      margin-bottom: 0;
      font-weight: bold;
      line-height: 22px;
      text-align: left; }
      @media (max-width: 991.98px) {
        .acordion__question p {
          font-size: 1.25rem; } }
    .acordion__question .rect-vertical {
      transform: rotate(90deg);
      transform-origin: center;
      transition: transform .3s; }
    .acordion__question.collapsed .rect-vertical {
      transform: rotate(0deg); }
  .acordion__toggler {
    color: #f7981d;
    margin-right: 17px;
    margin-bottom: 2px;
    min-width: 10px; }
  .acordion__answer {
    margin-left: 27px; }
    .acordion__answer p {
      line-height: 18pt;
      margin-bottom: 20px;
      text-align: left; }
  .acordion__border {
    margin: 0 0 0 27px; }

.breadcrumbs {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  color: #fff;
  padding-top: 23px;
  margin-bottom: 0;
  font-size: 14px; }
  .breadcrumbs li {
    font-weight: 400; }
  .breadcrumbs a {
    color: #fff; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .separator {
    margin: 0 4px; }

.filter {
  padding-top: 80px; }
  @media (max-width: 991.98px) {
    .filter {
      padding-top: 40px; } }

.notice {
  padding: 80px 0;
  text-align: center; }
  @media (max-width: 991.98px) {
    .notice {
      padding: 40px 0; } }
  .notice p {
    line-height: 26px; }

.video {
  padding: 80px 0; }
  @media (max-width: 991.98px) {
    .video {
      padding: 40px 0; } }
  .video__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    @media (max-width: 991.98px) {
      .video__buttons {
        flex-direction: column; } }
    .video__buttons .btn--primary, .video__buttons .navbar-light .navbar-nav .menu-btn--primary .nav-link, .navbar-light .navbar-nav .menu-btn--primary .video__buttons .nav-link {
      margin-right: 30px; }
      @media (max-width: 991.98px) {
        .video__buttons .btn--primary, .video__buttons .navbar-light .navbar-nav .menu-btn--primary .nav-link, .navbar-light .navbar-nav .menu-btn--primary .video__buttons .nav-link {
          margin-right: 0;
          margin-bottom: 30px; } }
      .video__buttons .btn--primary:last-child, .video__buttons .navbar-light .navbar-nav .menu-btn--primary .nav-link:last-child, .navbar-light .navbar-nav .menu-btn--primary .video__buttons .nav-link:last-child {
        margin-right: 0; }
        @media (max-width: 991.98px) {
          .video__buttons .btn--primary:last-child, .video__buttons .navbar-light .navbar-nav .menu-btn--primary .nav-link:last-child, .navbar-light .navbar-nav .menu-btn--primary .video__buttons .nav-link:last-child {
            margin-bottom: 0; } }
    @media (max-width: 575.98px) {
      .video__buttons .btn--ghost, .video__buttons .btn--ghost-primary {
        font-size: 1.1667rem; } }
  .video__embed {
    margin-bottom: 40px; }
    .video__embed iframe {
      width: 100%;
      min-height: 160px; }
      @media (min-width: 576px) {
        .video__embed iframe {
          min-height: 280px; } }
      @media (min-width: 768px) {
        .video__embed iframe {
          min-height: 320px; } }
      @media (min-width: 992px) {
        .video__embed iframe {
          min-height: 430px; } }
      @media (min-width: 1200px) {
        .video__embed iframe {
          min-height: 540px; } }
    .video__embed .wistia_embed {
      width: 100%;
      min-height: 160px; }
      @media (min-width: 576px) {
        .video__embed .wistia_embed {
          min-height: 280px; } }
      @media (min-width: 768px) {
        .video__embed .wistia_embed {
          min-height: 320px; } }
      @media (min-width: 992px) {
        .video__embed .wistia_embed {
          min-height: 430px; } }
      @media (min-width: 1200px) {
        .video__embed .wistia_embed {
          min-height: 540px; } }
  .video__title {
    text-align: center; }
    .video__title h2 {
      color: #fff;
      margin-bottom: 14px; }
    .video__title h4 {
      margin-top: 0;
      margin-bottom: 40px;
      color: #fff;
      font-size: 1.1667rem; }

.faq-overview {
  padding: 80px 0;
  background-color: #f3f3f3; }
  @media (max-width: 991.98px) {
    .faq-overview {
      padding: 40px 0; } }
  .faq-overview h2 {
    margin-bottom: 40px; }
  .faq-overview__content {
    padding: 20px 40px;
    background-color: #fff;
    box-shadow: 0px 0px 16px -12px rgba(0, 0, 0, 0.5);
    margin-bottom: 80px; }
    @media (max-width: 991.98px) {
      .faq-overview__content {
        margin-bottom: 40px;
        padding: 20px 20px; } }
  .faq-overview__item {
    padding: 20px 0;
    border-bottom: 1px solid #f3f3f3; }
    .faq-overview__item:last-child {
      border-bottom: 0; }
  .faq-overview__question {
    font-size: 1.1667rem;
    margin-top: 0;
    margin-bottom: 6px;
    text-align: left; }
    @media (max-width: 767.98px) {
      .faq-overview__question {
        font-size: 1.25rem; } }
  @media (max-width: 767.98px) {
    .faq-overview__answer {
      font-size: 1.25rem; } }
  .faq-overview__answer * {
    text-align: left;
    margin-bottom: 0; }
  .faq-overview__cta {
    display: flex;
    align-items: center;
    flex-direction: column; }
    .faq-overview__cta h3 {
      margin-top: 0;
      margin-bottom: 40px; }
  .faq-overview__cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (max-width: 439.98px) {
      .faq-overview__cta-buttons {
        flex-direction: column; } }
    .faq-overview__cta-buttons .btn {
      min-width: 170px; }
    .faq-overview__cta-buttons .btn--primary, .faq-overview__cta-buttons .navbar-light .navbar-nav .menu-btn--primary .nav-link, .navbar-light .navbar-nav .menu-btn--primary .faq-overview__cta-buttons .nav-link {
      margin-right: 30px; }
      @media (max-width: 439.98px) {
        .faq-overview__cta-buttons .btn--primary, .faq-overview__cta-buttons .navbar-light .navbar-nav .menu-btn--primary .nav-link, .navbar-light .navbar-nav .menu-btn--primary .faq-overview__cta-buttons .nav-link {
          margin-bottom: 30px;
          margin-right: 0; } }
      .faq-overview__cta-buttons .btn--primary:last-child, .faq-overview__cta-buttons .navbar-light .navbar-nav .menu-btn--primary .nav-link:last-child, .navbar-light .navbar-nav .menu-btn--primary .faq-overview__cta-buttons .nav-link:last-child {
        margin-right: 0;
        margin-bottom: 0; }

.features {
  padding-top: 35px;
  background-color: #f3f3f3; }
  @media (min-width: 992px) {
    .features {
      padding-top: 75px; } }
  .features h6 {
    font-size: 18px;
    color: #444; }
    @media (max-width: 991.98px) {
      .features h6 {
        font-size: 16px; } }
  @media (min-width: 992px) {
    .features__wrap {
      padding: 38px 0; } }
  .features__item {
    margin-bottom: 35px; }
    .features__item p {
      margin-bottom: 5px;
      font-size: 1rem;
      line-height: 1.56; }
      @media (max-width: 1199.98px) {
        .features__item p {
          font-size: 16px; } }
    .features__item .link {
      font-size: 16px; }
      @media (max-width: 575.98px) {
        .features__item .link {
          display: flex;
          align-items: center;
          justify-content: center; } }
  .features .cta {
    background-color: transparent;
    color: #444;
    border-top: 2px solid #e9e9e9;
    padding-top: 32px; }
    @media (min-width: 992px) {
      .features .cta {
        padding-top: 72px; } }
    .features .cta h2 {
      color: #444;
      margin-bottom: 25px; }
    .features .cta__item p {
      margin-bottom: 15px; }

.form {
  position: relative; }
  .form h2 {
    margin-bottom: 8px; }
  @media (min-width: 992px) {
    .form__background {
      position: absolute;
      left: 0;
      background-color: #efefef;
      width: 50%;
      height: 100%; } }
  .form__inner {
    background-color: #efefef;
    height: 100%;
    padding: 73px 100px 20px 0; }
    @media (max-width: 1199.98px) {
      .form__inner {
        padding-right: 30px; } }
    @media (max-width: 991.98px) {
      .form__inner {
        padding-right: 0; } }
    @media (max-width: 440px) {
      .form__inner {
        margin-bottom: 0;
        padding-bottom: 25px; } }
    @media (max-width: 420px) {
      .form__inner {
        padding-bottom: 60px; } }
    .form__inner .step {
      font-size: 1rem;
      font-weight: 500;
      margin: 33px 0 -6px; }
  .form__subtitle {
    font-size: 1rem; }
    .form__subtitle strong {
      font-weight: 500; }
    .form__subtitle a {
      font-weight: 400; }
  .form__small {
    background-color: #efefef; }

.info-box {
  padding: 80px 0 43px; }
  @media (min-width: 1200px) {
    .info-box {
      padding-left: 75px; } }
  .info-box__wrap {
    border: 2px solid #D8D8D9;
    margin-bottom: 37px;
    padding: 35px 5px 40px;
    text-align: center; }
    .info-box__wrap h6 {
      font-size: 1.333rem;
      color: #444;
      margin-top: 27px; }
    .info-box__wrap img {
      width: 45px; }
    .info-box__wrap a {
      font-weight: 500; }

.not-found {
  padding: 75px 0 60px; }
  .not-found p {
    margin-bottom: 30px; }
  .not-found ul {
    margin-bottom: 0; }
    .not-found ul li {
      margin-bottom: 15px; }
      .not-found ul li.menu__title {
        display: none; }
      .not-found ul li a {
        font-weight: 400; }

@media (min-width: 768px) {
  .not-found-title {
    margin: 40px 0 0; } }

.smallcards {
  position: relative;
  padding: 40px 0 0; }
  .smallcards .row {
    margin-top: -200px; }
  .smallcards .card-wrap {
    display: flex; }
  .smallcards .card-link {
    cursor: pointer !important;
    display: flex; }
  .smallcards .small-card {
    position: relative;
    top: 0;
    transition-property: top, box-shadow, -webkit-box-shadow, -moz-box-shadow;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    margin-bottom: 30px;
    background-color: #fff;
    flex: 1; }
    .smallcards .small-card .info {
      padding: 30px 20px; }
      .smallcards .small-card .info h3 {
        font-weight: bold;
        margin-bottom: 25px; }
      .smallcards .small-card .info p {
        color: #000 !important; }
    .smallcards .small-card p.link {
      color: #f7981d !important;
      display: block; }
      .smallcards .small-card p.link i {
        font-size: 0.625rem; }
    .smallcards .small-card:hover {
      top: -10px;
      -webkit-box-shadow: 0px 0px 7px 11px rgba(0, 0, 0, 0.45);
      -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.45);
      box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.45); }
  .smallcards .banner-messg {
    text-align: center;
    background-color: #425171;
    border-radius: 8px;
    margin-top: 10px;
    padding: 10px 0;
    font-size: 16px; }
    .smallcards .banner-messg p {
      color: #fff;
      margin: 0;
      display: inline-block; }
    .smallcards .banner-messg a {
      color: #f9b812; }

.events-page .banner {
  padding: 120px 0;
  background: linear-gradient(90deg, #039ed8, #79bce6 100%); }
  .events-page .banner h1 {
    text-align: center; }

.events {
  padding: 40px 0; }
  .events .events-row .event-card {
    display: flex;
    flex-direction: column;
    margin: 20px 0 40px; }
    .events .events-row .event-card .img-wrap {
      width: 100%; }
    .events .events-row .event-card .info {
      margin-top: 20px;
      width: 100%;
      display: flex;
      flex-direction: column;
      padding: 0 10px; }
      .events .events-row .event-card .info h3 {
        margin: 0 0 20px; }
      .events .events-row .event-card .info span {
        color: #afafaf; }

.text-with-video {
  padding: 60px 0; }
  .text-with-video .text-section {
    display: flex;
    flex-direction: row;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .text-with-video .text-section {
        text-align: center;
        justify-content: center;
        margin-bottom: 30px; } }
    .text-with-video .text-section h2 {
      margin-bottom: 10px;
      font-weight: bold;
      font-size: 34px; }
  .text-with-video .video-section {
    position: relative; }

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