/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/**
* root colors
**/
:root {
  --se-color-blue: #0099D8;
  --se-color-blue-tint: #0287AF;
  --se-color-royal-blue: #002E61;
  --se-color-light-grey: #EFF0F2;
  --se-color-grey: #AEB6BC;
  --se-color-dark-grey: #798187;
  --se-color-dark: #1C2B39;
  --se-color-darkest: #17242F;
  --se-color-orange: #FDB415;
  --se-color-yellow: #FFD200;
  --se-color-black: #000;
  --se-color-white: #fff;
  --se-color-clear: rgba(0,0,0,0);
  --se-typeface-barlow: "Barlow Semi Condensed", sans-serif;
  --se-typeface-work-sans: "Work Sans", sans-serif;
}

/**
* global
**/
/* h1, h2, h3, h4, h5, h6, p {
  max-width: 850px !important;
  margin-left: auto !important;
  margin-right: auto !important;
} */
.se-button-blue,
.se-has-button-blue a {
  background-color: var(--se-color-blue) !important;
  color: var(--se-color-white) !important;
}
.se-button-blue:hover,
.se-has-button-blue a:hover {
  background-color: var(--se-color-blue-tint) !important;
  color: var(--se-color-white) !important;
}
.se-pseudo-button-blue {
  background-color: var(--se-color-blue) !important;
  color: var(--se-color-white) !important;
  font-family: var(--se-typeface-barlow) !important;
  color: var(--se-color-white) !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  line-height: 28px !important;
  padding: 12px 32px !important;
  display: inline-block !important;
}
.se-vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.se-vertical-center-absolute {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.se-full-center {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.se-full-center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.se-text-editor-max-width .elementor-widget-container *,
.se-max-width .elementor-widget-container * {
  width: 100%;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}
.se-row-of-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.se-row-of-3 > * {
  width: 32%;
}
@media (max-width: 767px) {
  .se-row-of-3 {
    display: block;
  }
  .se-row-of-3 > * {
    width: 100%;
    margin-bottom: 40px;
  }
  .se-row-of-3 > *:last-child {
    margin-bottom: 0;
  }
}
.se-row-of-3-align-left {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.se-row-of-3-align-left > * {
  width: 33.3%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .se-row-of-3-align-left {
    display: block;
  }
  .se-row-of-3-align-left > * {
    width: 100%;
    margin-bottom: 40px;
  }
  .se-row-of-3-align-left > *:last-child {
    margin-bottom: 0;
  }
}
.se-row-of-2 {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.se-row-of-2 > * {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .se-row-of-2 {
    display: block;
  }
  .se-row-of-2 > * {
    width: 100%;
    margin-bottom: 40px;
  }
}
.se-link {
  color: #002E61;
  display: inline;
  position: relative;
  padding-right: 12px;
  transition: color 0.25s ease;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--se-typeface-work-sans);
}
@media (max-width: 767px) {
  .se-link {
    font-size: 16px;
  }
}
.se-link:hover {
  color: #0099D8;
}
.se-link::after {
  height: 10px;
  width: 6px;
  content: '';
  background-image: url('./assets/images/icons/link-arrow.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  margin-top: 10px;
}

/**
* header
**/
#se-header-logo-main {
  width: 150px;
}
#se-header-logo-main a {
  display: block;
}
#se-header-logo-main a img {
  width: 100%;
}
#menu-header-menu {
  height: 79px !important;
}
.plus-navigation-menu {
  position: static !important;
}
.dropdown-menu a.se-link {
  color: var(--se-color-royal-blue) !important;
  transition: color 0.25s ease !important;
}
.dropdown-menu a.se-link:hover {
  color: var(--se-color-blue) !important;
}
@media (min-width: 1025px) {
  .plus-navigation-wrap .plus-navigation-inner:not(.mega-menu-fullwidth) .navbar-nav>.plus-fw>.dropdown-menu {
    width: 100vw !important;
    left: 0 !important;
    position: fixed !important;
    z-index: 99999 !important;
    top: 79px !important;
    box-shadow: none !important;
  }
}
body.logged-in .plus-navigation-wrap .plus-navigation-inner:not(.mega-menu-fullwidth) .navbar-nav>.plus-fw>.dropdown-menu {
  top: calc(79px + 32px) !important;
  box-shadow: none !important;
}
#menu-header-menu > li > a {
  height: 79px !important;
  line-height: 77px !important;
  padding: 0 8px !important;
  border-top: 2px solid rgba(255, 255, 255, 0);
  transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  color: var(--se-color-dark) !important;
  font-family: var(--se-typeface-work-sans) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}
#menu-header-menu > li > a:hover,
#menu-header-menu > li:hover > a {
  border-top: 2px solid var(--se-color-blue);
  background-color: var(--se-color-light-grey);
  color: var(--se-color-dark) !important;
}
#menu-header-menu > li.current-menu-item > a {
  color: var(--se-color-blue) !important;
}
@media (max-width: 1024px) {
  .se-dropdown-section {
    background-color: var(--se-color-white) !important;
  }
  #se-mobile-nav-overlay {
    background-color: rgba(23, 36, 47, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vh;
    z-index: 99;
    display: none;
  }
  .mobile-plus-toggle-menu {
    z-index: 99999 !important;
    transition: all 0.5s ease !important;
    right: 0;
  }
  .mobile-plus-toggle-menu:not(.plus-collapsed) {
    right: 320px !important;
  }
  .plus-navigation-wrap .plus-mobile-menu-content.collapse {
    display: block !important;
  }
  .collapse.navbar-collapse.navbar-ex1-collapse.plus-mobile-menu-content.nav-cust-width {
    z-index: 999 !important;
  }
  .plus-mobile-menu-content {
    height: 100vh !important;
    position: fixed !important;
    width: 300px;
    margin: 0 !important;
    transition: left 0.5s ease;
    margin-top: -40.5px !important;
    padding-top: 40.5px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    background-color: var(--se-color-white) !important;
    top: 40px !important;
    overflow: scroll !important;
  }
  .plus-mobile-menu-content.nav-cust-width {
    left: 100vw !important;
  }
  .plus-mobile-menu-content.nav-cust-width.active {
    left: calc(100vw - 300px) !important;
  }
  .plus-mobile-menu .navbar-nav li a {
    padding: inherit !important;
    border: inherit;
  }
  .plus-mobile-menu .navbar-nav li a.se-link {
    padding-right: 12px !important;
  }
  .plus-mobile-menu .navbar-nav li a.se-link {
    font-size: 16px;
  }
  .plus-mobile-menu .navbar-nav h4 a {
    font-size: 16px;
    color: var(--se-color-royal-blue) !important;
    font-family: var(--se-typeface-work-sans);
    font-weight: 400;
    transition: color 0.25s ease;
  }
  .plus-mobile-menu h4 a:hover {
    color: var(--se-color-blue) !important;
  }
}
.plus-mobile-menu > ul > li > a {
  color: var(--se-color-dark) !important;
  font-family: var(--se-typeface-work-sans) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  transition: color 0.25s ease;
  line-height: 18.77px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}
.plus-mobile-menu > ul > li.open-menu > a {
  color: var(--se-color-blue) !important;
}
.plus-navigation-wrap .plus-mobile-menu .navbar-nav li.dropdown.open-menu > a::after {
  content: '\f00d' !important
}

/**
* rank math breadcrumbs
**/
.rank-math-breadcrumb {
  display: inline-block;
  border-radius: 999em;
  background-color: var(--se-color-light-grey);
  padding: 3px 20px;
}
.rank-math-breadcrumb p {
  margin-bottom: 0;
}
.rank-math-breadcrumb p a {
  color: var(--se-color-blue);
  font-weight: 600;
  transition: color 0.25s ease;
}
.rank-math-breadcrumb p a:hover {
  color: var(--se-color-blue-tint);
}

/**
* products
**/
.se-products-archive-listing {
  position: relative;
  padding-left: 325px;
  min-height: 300px;
  margin: 80px 0;
  display: block;
}
@media (max-width: 767px) {
  .se-products-archive-listing {
    padding-left: 0;
    margin-bottom: 60px;
  }
}
.se-products-archive-listing-thumbnail-container {
  width: 300px;
  position: absolute;
  left: 0;
  height: 300px;
  border: 1px solid var(--se-color-dark-grey);
}
@media (max-width: 767px) {
  .se-products-archive-listing-thumbnail-container {
    width: 150px;
    height: 150px;
    position: relative;
    margin-bottom: 20px;
  }
}
.se-products-archive-listing-thumbnail {
  width: 100%;
  height: auto;
}
.se-products-archive-listing-links a {
  margin-bottom: 10px;
}

/**
* products dropdown
**/
.se-products-archive-listing-dropdown {
  width: 50%;
  padding-left: 135px;
  min-height: 120px;
  padding-right: 15px;
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 1024px) {
  .se-products-archive-listing-dropdown {
    padding-left: 48px;
    min-height: 47px;
    width: 100%;
    margin-bottom: 10px;
  }
  .se-products-archive-listing-dropdown h4 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.se-products-archive-listing-dropdown-title {
  margin-bottom: 8px;
}
.se-products-archive-listing-dropdown-title a {
  color: var(--se-color-dark);
}
.se-products-archive-listing-dropdown-thumbnail-container {
  width: 120px;
  position: absolute;
  left: 0;
  top: 7px;
  height: 120px;
  background-color: var(--se-color-white);
  border: 1px solid var(--se-color-dark-grey);
}
@media (max-width: 1024px) {
  .se-products-archive-listing-dropdown-thumbnail-container {
    height: 40px;
    width: 40px;
  }
}
.se-products-archive-listing-dropdown-thumbnail {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .se-products-archive-listing-dropdown-link-container {
    display: none;
  }
}

/**
* solutions dropdown
**/
.se-solutions-archive-listing-dropdown {
  width: 50%;
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 1024px) {
  .se-solutions-archive-listing-dropdown {
    width: 100%;
    margin-bottom: 5px;
    padding-left: 36px;
  }
}
.se-solutions-archive-listing-dropdown i {
  font-size: 37px;
}
.se-solutions-archive-listing-dropdown-img {
  height: 38px !important;
  width: auto !important;
}
.se-solutions-archive-listing-dropdown-title {
  margin-top: -10px;
}
.se-solutions-archive-listing-dropdown-title a::after {
  margin-top: 13px;
}
@media (max-width: 1024px) {
  .se-solutions-archive-listing-dropdown i {
    font-size: 28px;
    position: absolute;
    left: 0;
    top: 5px;
  }
  .se-solutions-archive-listing-dropdown-img {
    height: 28px !important;
    width: auto !important;
    position: absolute;
    left: 0;
    top: 5px;
  }
  .se-solutions-archive-listing-dropdown-title {
    margin-top: 0;
  }
  .se-solutions-archive-listing-dropdown-title a::after {
    display: none !important;
  }
}

/**
* page dropdown
**/
.se-page-listing-dropdown {
  width: 50%;
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 1024px) {
  .se-page-listing-dropdown {
    width: 100%;
    margin-bottom: 5px;
    padding-left: 36px;
  }
}
.se-page-listing-dropdown i {
  font-size: 37px;
}
.se-page-listing-dropdown-img {
  height: 38px !important;
  width: auto !important;
}
.se-page-listing-dropdown-title {
  margin-top: -10px;
}
.se-page-listing-dropdown-title a::after {
  margin-top: 13px;
}
@media (max-width: 1024px) {
  .se-page-listing-dropdown i {
    font-size: 28px;
    position: absolute;
    left: 0;
    top: 5px;
  }
  .se-page-listing-dropdown-img {
    height: 28px !important;
    width: auto !important;
    position: absolute;
    left: 0;
    top: 5px;
  }
  .se-page-listing-dropdown-title {
    margin-top: 0;
  }
  .se-page-listing-dropdown-title a::after {
    display: none !important;
  }
}

/**
* customer success
**/
.se-customer-success-archive-listing {

}
.se-customer-success-archive-listing-thumbnail-container {
  padding-top: 55%;
  background-color: var(--se-color-light-grey);
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.se-customer-success-archive-listing-thumbnail {
  width: 100% !important;
}

/**
* customer success dropdown
**/
.se-customer-success-archive-listing-dropdown {
  width: 50%;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .se-customer-success-archive-listing-dropdown {
    width: 100%;
    margin-bottom: 10px;
  }
}
.se-customer-success-archive-listing-dropdown-title {
  /* margin-bottom: 8px; */
}
@media (max-width: 1024px) {
  .se-products-archive-listing-dropdown-text-container-desktop {
    display: none;
  }
}
@media (min-width: 1025px) {
  .se-products-archive-listing-dropdown-text-container-mobile {
    display: none;
  }
}
/* .se-customer-success-archive-listing-dropdown-title a {
  color: var(--se-color-dark);
} */

/**
* post and news
**/
.se-post-archive-listing,
.se-news-archive-listing {

}
.se-news-archive-listing-link {
  display: block;
}
.se-post-archive-listing-thumbnail-container,
.se-news-archive-listing-thumbnail-container {
  padding-top: 55%;
  background-color: var(--se-color-light-grey);
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.se-products-archive-listing-meta,
.se-news-archive-listing-meta  {
  font-weight: 700;
}
.se-post-archive-listing-thumbnail,
.se-news-archive-listing-thumbnail {
  width: 100% !important;
}
.se-news-archive-listing-title {
  margin-top: -10px;
}
.se-news-archive-listing-title-link {
  color: var(--se-color-dark);
  transition: color 0.25s ease;
}
.se-news-archive-listing-title-link:hover {
  color: var(--se-color-blue);
}

/**
* staff member
**/
.se-staff-member-archive-listing {
  width: 33.3%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .se-staff-member-archive-listing {
    width: 50%;
  }
}
.se-staff-member-archive-listing-thumbnail-container {
  padding-top: 125%;
  background-color: var(--se-color-light-grey);
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.se-staff-member-archive-listing-thumbnail {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
}
.se-staff-member-archive-listing-title {
  margin-bottom: 0;
  margin-top: 0;
}
.se-staff-member-archive-listing-title a {
  color: var(--se-color-dark);
  transition: color 0.25s ease;
}
.se-staff-member-archive-listing-title a:hover {
  color: var(--se-color-blue);
}
.se-staff-member-archive-listing-job-title {
  margin-top: 0;
  color: var(--se-color-dark-grey) !important;
  font-family: var(--se-typeface-work-sans) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}
.se-single-staff-member-post-content > .elementor-widget-container >
[data-elementor-type=wp-post] > .elementor-section-wrap >
.elementor-section > .elementor-container > .elementor-column > .elementor-widget-wrap {
  padding: 0 !important;
}
.se-staff-member-portrait {
  padding-top: 125%;
  background-color: var(--se-color-light-grey);
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .se-staff-member-portrait {
    padding-top: 90%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.se-staff-member-portrait-image {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
}

/**
* press item
**/
.se-press-archive-listing{
  margin-bottom: 60px;
}
.se-press-archive-listing-container {
  display: flex;
  flex-wrap: wrap;
}
.se-press-archive-listing-date{
  width: 40%;
}
.se-press-archive-listing-date p {
  font-weight: 700;
  color: var(--se-color-dark);
}
.se-press-archive-listing-text {
  width: 60%;
}
@media (max-width: 767px) {
  .se-press-archive-listing-date {
    width: 100%;
    margin-bottom: 10px;
  }
  .se-press-archive-listing-date h5 {
    margin-bottom: 0;
  }
  .se-press-archive-listing-text {
    width: 100%;
  }
}
.se-press-archive-listing-text h2 {
  font-family: var(--se-typeface-work-sans);
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 25px;
  color: var(--se-color-dark);
}

/**
* event item
**/
.se-event-archive-listing {
  margin-bottom: 60px;
}
.se-event-archive-listing-container {
  position: relative;
  padding-left: 125px;
}
.se-event-archive-listing-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: auto;
}
@media (max-width: 767px) {
  .se-event-archive-listing-container {
    padding: 0;
  }
  .se-event-archive-listing-thumbnail {
    position: relative;
    width: 110px;
    height: auto;
    margin-bottom: 8px;
  }
}
h2.se-event-archive-listing-title {
  color: var(--se-color-royal-blue);
  font-family: var(--se-typeface-work-sans);
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 10px;
}
.se-event-archive-listing-title a {
  color: var(--se-color-royal-blue);
  transition: color 0.25s ease;
}
.se-event-archive-listing-title a:hover {
  color: var(--se-color-blue);
}
.se-event-archive-listing-location {
  font-weight: 700;
  color: var(--se-color-dark);
}
/**
* form
**/
.se-form-success, .se-form-error {
  display: none;
}
.se-form-success.visible,
.se-form-error.visible {
  display: block;
}
.se-form-success {
  color: #4BB543;
}
.se-form-error {
  color: #ff0000;
}
.se-form input[type=text],
.se-form input[type=email],
.se-form textarea {
  border: 2px solid var(--se-color-dark-grey);
  border-radius: 3px;
  transition: border 0.25s ease;
}
.se-form input[type=text]:focus,
.se-form input[type=email]:focus,
.se-form textarea:focus, {
  border: 2px solid var(--se-color-blue) !important;
}
.se-form textarea {
  height: 200px;
  border: 2px solid var(--se-color-dark-grey);
  border-radius: 3px;
  resize: none;
}
.se-form button {
  border: none !important;
  border-radius: 0 !important;
}
.se-contact-form {
  width: 700px;
  margin: 0 auto;
  background-color: var(--se-color-white);
  padding: 30px;
}
.se-contact-form-group {
  margin-bottom: 20px;
}
.se-contact-form-group-for-checkboxes label {
  font-size: 12px;
  line-height: 18px;
}
.se-contact-form-group-inner {
  position: relative;
  padding-left: 30px;
  min-height: 25px;
}
.se-contact-form-group input[type=radio] {
  height: 20px;
  width: 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 2px solid var(--se-color-dark-grey);
  transition: all 0.25s ease;
  border-radius: 3px;
  background-image: url('./assets/images/icons/check-icon.svg');
  background-size: 20px;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
}
.se-contact-form-group input[type=radio]:checked {
  border: none;
  background-color: var(--se-color-blue);
}

/* search */
body.search .entry-title {
  margin-bottom: 50px;
}
body.search a {
  color: var(--se-color-blue);
  transition: color 0.25s ease;
}
body.search a:hover {
  color: var(--se-color-dark);
}
body.search p {
  display: none;
}
body.search p + h2,
body.search h2 + h2,
body.search img + h2 {
  margin-top: 50px;
}
body.search img.attachment-post-thumbnail {
  display: none;
}
body.search .pagination {
  margin-top: 50px;
  font-size: 0;
}
body.search .nav-previous,
body.search .nav-next {
  display: inline-block;
  width: 50%;
  font-size: 16px;
  font-family: var(--se-typeface-work-sans) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}
body.search .nav-next {
  text-align: right;
}
body.search .nav-previous a,
body.search .nav-next a {
  color: var(--se-color-dark);
}
body.search .nav-previous a:hover,
body.search .nav-next a:hover {
  color: var(--se-color-blue);
}
