@charset "UTF-8";
/*
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.1.0
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
*/
div.swiper-wrapper.elementor-slides .swiper-slide {
  transition-duration: 0s !important;
}

:root {
  --hover-initial-opacity: 0.8;
  --hover-target-opacity: 1;
  --transition-duration: 0.3s;
  --primary-color: #159BD7;
  --breakpoint-md: 1024px;
  --border-color: #eee;
  --primary-font-color: rgb(51, 51, 51);
}

.glossar-search-container {
  display: flex;
  justify-content: stretch;
  padding-right: 10px;
}
.glossar-search-container .glossar-search-input {
  display: block;
  flex: 1 1 auto;
  background-color: rgba(255, 255, 255, 0);
  border: solid 1px rgba(199, 199, 199, 0.75);
  outline: none;
  border-radius: 0;
  padding: 8px 16px;
  color: var(--primary-font-color);
  font-size: 20px;
  box-sizing: border-box;
}
.glossar-search-container .glossar-search-input::placeholder {
  color: var(--primary-font-color);
  opacity: 1;
}
.glossar-search-container .glossar-search-input:focus {
  background-color: rgba(255, 255, 255, 0.2);
  border: solid 1px var(--e-global-color-primary);
}

.glossar-header-container {
  height: 47vh;
  min-height: 400px;
  max-height: 700px;
  width: 100%;
  display: flex;
  box-sizing: border-box;
  justify-content: flex-end;
  align-items: center;
  background-color: #666;
}
.glossar-header-container .glossar-header {
  max-width: 1150px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  padding: 10px;
  box-sizing: border-box;
}
.glossar-header-container .glossar-header .glossar-header-title, .glossar-header-container .glossar-header .glossar-header-subtitle {
  display: block;
  margin-bottom: 0;
  width: 100%;
}
.glossar-header-container .glossar-header .glossar-header-subtitle {
  margin-bottom: 50px;
}

.glossar-header-outer {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1140px;
  margin: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
}

.glossar-margin {
  margin-left: 6%;
}

@media screen and (max-width: 1080px) {
  .glossar-margin {
    margin-left: 0;
  }
}
.glossar-header-inner {
  display: flex;
  flex-direction: column;
  width: 63%;
  max-width: 650px;
  justify-content: flex-end;
  margin-left: 30%;
  padding-left: 16px;
}
@media screen and (max-width: 1024px) {
  .glossar-header-inner {
    margin-left: 0;
    padding-left: 10px;
    width: 100%;
  }
}
.glossar-header-inner .glossar-index-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  padding: 20px 0;
}
.glossar-header-inner .glossar-index-container .glossar-item {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.glossar-header-inner .glossar-index-container .glossar-item .glossar-button {
  opacity: 1;
  width: 46px;
  height: 46px;
  margin: 1px;
  text-transform: uppercase;
  color: var(--primary-font-color);
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s, background-color 0.3s;
  background-color: rgba(255, 255, 255, 0.2);
  outline: solid 1px #eee;
  user-select: none;
}
.glossar-header-inner .glossar-index-container .glossar-item .glossar-button.active {
  opacity: 1;
  background-color: var(--primary-color);
  color: white !important;
}
.glossar-header-inner .glossar-index-container .glossar-item .glossar-button:hover {
  transition: opacity 0.1s, background-color 0.1s;
  background-color: var(--primary-color);
  color: white !important;
}

.glossar-results {
  padding: 20px 10px;
}
.glossar-results h2 {
  font-size: 34px;
  font-weight: normal;
  color: var(--e-global-color-primary);
}
.glossar-results h3 {
  font-size: 34px;
  font-weight: normal;
  color: var(--e-global-color-text);
}
.glossar-results .glossar-result-item {
  width: 100%;
  display: flex;
  border-top: solid 1px var(--border-color);
  padding-top: 16px;
  justify-content: stretch;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .glossar-results .glossar-result-item {
    flex-wrap: wrap;
  }
}
.glossar-results .glossar-result-item .glossar-result-title {
  flex: 0 0 30%;
  padding: 0 16px 0 0;
  font-weight: normal;
  box-sizing: border-box;
  font-size: 26px;
}
@media screen and (max-width: 1024px) {
  .glossar-results .glossar-result-item .glossar-result-title {
    flex: 0 0 100%;
    padding: 0 0 16px 0;
  }
}
.glossar-results .glossar-result-item .glossar-result-description {
  padding: 0 0 16px 16px;
  flex: 0 0 70%;
  font-size: 18px;
  box-sizing: border-box;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .glossar-results .glossar-result-item .glossar-result-description {
    flex: 0 0 100%;
    padding: 0 0 16px 0;
  }
}

/* Sticky top navigation.
   Hide and show logic is handled via
   Elementor custom scripts
*/
#nav {
  transition: transform 0.3s ease-in-out;
  position: fixed !important;
  width: 100%;
  z-index: 200;
  top: 0;
}

/* Default button styling (adds font awesome 5 chevron-right icon) */
.elementor-button.elementor-slide-button::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  margin-left: 18px;
  font-size: 15px;
  text-align: center;
  font-weight: 900;
}

/* Slider to reflect container width of 1140px with 10px padding */
.swiper-slide-contents {
  width: 100%;
  max-width: 1140px;
  box-sizing: border-box;
  padding: 10px 10px 80px 10px;
}

/* Style search bar according to styleguide
  - remove container background-color
  - add background-color to input
  - set border-radius for both inputs
*/
#nav-search .elementor-search-form__container {
  background-color: transparent;
}

#nav-search .elementor-search-form__input {
  background-color: #fff;
  border-radius: 200px;
  margin-right: 18px;
}

#nav-search .elementor-search-form__submit {
  font-size: 16px;
  border-radius: 200px;
  min-width: inherit;
  padding: 12px;
}

#navigation_container {
  transform: translate(20%, 0);
}
@media screen and (max-width: 1360px) {
  #navigation_container {
    transform: translate(0, 0);
  }
}

.elementor-button-link .elementor-button-content-wrapper {
  align-items: center;
}

/* Emergency Button */
#emergency .elementor-button-wrapper, #emergency-button .elementor-widget-container, #emergency-button .elementor-button-wrapper {
  flex: 1 1 auto;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
}

#emergency-button .elementor-button-link {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

#emergency-button .elementor-button-content-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px 0;
}

#emergency-button .elementor-button-icon {
  margin-bottom: 0;
}

#emergency-button svg {
  width: 32px;
  height: auto;
}

#emergency-button .elementor-button {
  transition: padding 0.3s;
}
@media screen and (max-width: 1080px) {
  #emergency-button .elementor-button {
    padding: 0;
  }
}

#nav.shrink-nav #emergency-button .elementor-button {
  padding: 0;
}

#emergency .elementor-widget-wrap {
  padding: 0;
}

#nav-footer .menu-item ul {
  display: none;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

/**
 * Responsive Navigation override
 * Elementor pro does not support custom breakpoints
 * for navigation show / hide on responsive
 */
.primary-menu .elementor-nav-menu--layout-horizontal .menu-item-language {
  display: none;
}

@media (min-width: 1081px) {
  .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle, .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
    display: none;
  }
}
@media (max-width: 1080px) {
  .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
    display: none;
  }

  .elementor-widget-container > .elementor-menu-toggle {
    display: flex !important;
  }

  .elementor-menu-toggle.elementor-active + .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    display: block;
  }
}
#nav-footer .menu-item-language {
  display: none;
}

/* Style and underline active tabs navigation */
.elementor-tabs-content-wrapper .elementor-tab-content {
  padding: 25px 10px;
}

.elementor-tabs-wrapper .elementor-tab-title {
  user-select: none;
  padding: 10px;
}

.elementor-widget-container .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
  border-bottom: solid 1px transparent;
}

.elementor-widget-container .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
  border-bottom: solid 1px;
}

#cookie-notice {
  font-family: "Euclid", Sans-serif;
}

#cn-notice-buttons {
  z-index: 100001;
}

#cn-accept-cookie {
  display: inline-block;
  padding: 14px;
}

.clickable {
  cursor: pointer;
}

.contacts-listing {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.contacts-listing .contacts-card {
  flex: 0 1 33.33333%;
  margin: 0;
  opacity: 1;
  transition: opacity 0.4s;
}
@media screen and (max-width: 768px) {
  .contacts-listing .contacts-card {
    flex: 1 1 50%;
  }
}
@media screen and (max-width: 560px) {
  .contacts-listing .contacts-card {
    flex: 1 1 100%;
  }
}
.contacts-listing .contacts-card .afterbutton {
  color: #FFFFFFBF;
  background-color: var(--e-global-color-0a2bab2);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FFFFFFBF;
  border-radius: 0;
  padding: 10px 20px 10px 20px;
  cursor: pointer;
}
.contacts-listing .contacts-card .afterbutton::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  margin-left: 0;
  font-size: 15px;
  display: block;
  width: 20px;
  text-align: center;
  font-weight: 900;
}
.contacts-listing .contacts-card .afterbutton.active::after {
  content: "";
}
.contacts-listing .contacts-card.overlay {
  opacity: 0.3;
}
.contacts-listing .contacts-card .contacts-card-padding {
  display: flex;
  padding: 5px;
  position: relative;
  flex-direction: column;
}
.contacts-listing .contacts-card .contact-photo {
  position: relative;
  width: 100%;
  padding-bottom: 150%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  display: flex;
  margin: 0;
  justify-content: stretch;
  align-items: flex-end;
}
.contacts-listing .contacts-card .contact-photo .contact-photo-secondary {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
.contacts-listing .contacts-card .contact-photo .contact-photo-secondary.active {
  opacity: 1;
}
.contacts-listing .contacts-card .contact-photo .contact-photo-content {
  flex: 1 1 auto;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  background-color: rgba(31, 31, 31, 0.6);
  padding: 8px 16px;
  z-index: 2;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.contacts-listing .contacts-card .contact-photo .contact-photo-text {
  flex: 1 1 auto;
  text-align: left;
  align-items: center;
}
.contacts-listing .contacts-card .contact-photo .contact-photo-text h3 {
  font-size: 18px;
  color: #5dcbfc;
  margin: 0;
}
.contacts-listing .contacts-card .contact-photo .contact-photo-text .contact-position {
  color: #d9d9d9;
  font-size: 16px;
}
.contacts-listing .contacts-card .contact-photo .contact-photo-text .contact-function {
  color: #d9d9d9;
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  .contacts-listing .contacts-card .contact-photo .contact-photo-text .contact-function {
    display: none;
  }
}
.contacts-listing .contacts-card .contact-photo .contact-photo-action {
  padding-left: 20px;
  display: flex;
  flex: 1 1 auto;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}
.contacts-listing .contacts-card .contact-description {
  padding: 0 18px;
  font-size: 14px;
  font-weight: normal;
  max-height: 0;
  overflow: hidden;
  white-space: pre-line;
  background-color: #fff;
  border: solid 1px #CCC;
  opacity: 0;
  color: #000;
  transition: max-height 0.2s, opacity 0.3s, padding 0.3s;
  box-sizing: border-box;
  transform: translate(-4px, 0);
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: 0;
}
.contacts-listing .contacts-card .contact-description.active {
  padding: 18px;
  opacity: 1;
  transition: max-height 0.5s, opacity 0.3s, padding 0.3s;
  max-height: 1000px;
}
.contacts-listing .contacts-card.nocontent {
  pointer-events: none;
}
.contacts-listing .contacts-card.nocontent .afterbutton {
  cursor: default;
}
.contacts-listing .contacts-card.nocontent .contact-photo {
  cursor: default;
}
.contacts-listing .contacts-card.nocontent .contact-photo .contact-photo-secondary {
  cursor: default;
}

.contacts-qualifications {
  color: #ccc;
  font-style: italic;
}

.linkaccordeon ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
.linkaccordeon ul li {
  margin-top: 10px;
}
.linkaccordeon ul li ul li {
  margin-bottom: 10px;
}

#primary_slider div.elementor-slide-description, #primary_slider div.elementor-button, #secondary_slider div.elementor-slide-description, #secondary_slider div.elementor-button, #tertary_slider div.elementor-slide-description, #tertary_slider div.elementor-button {
  margin-left: 6% !important;
}
@media screen and (max-width: 1024px) {
  #primary_slider div.elementor-slide-description, #primary_slider div.elementor-button, #secondary_slider div.elementor-slide-description, #secondary_slider div.elementor-button, #tertary_slider div.elementor-slide-description, #tertary_slider div.elementor-button {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 1060px) {
  .elementor-slides .swiper-slide-contents {
    padding: 50px !important;
  }
}

.searchandfilter ul {
  list-style: none !important;
}
.searchandfilter ul li {
  padding: 10px !important;
}
.searchandfilter ul li:before {
  content: "" !important;
  display: none;
  width: 0;
  height: 0;
}
.searchandfilter .postform, .searchandfilter input[type=submit] {
  display: block;
  flex: 1 1 auto;
  background-color: rgba(255, 255, 255, 0);
  border: solid 1px rgba(199, 199, 199, 0.75);
  outline: none;
  border-radius: 0;
  padding: 8px 16px;
  color: var(--primary-font-color);
  font-size: 16px;
  box-sizing: border-box;
}

ul:not(.menu-item, .elementor-nav-menu, .elementor-editor-element-setting) {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}
ul:not(.menu-item, .elementor-nav-menu, .elementor-editor-element-setting) li:not(.menu-item, .elementor-nav-menu, .elementor-editor-element-setting) {
  padding: 4px 10px 4px 1.5em;
}
ul:not(.menu-item, .elementor-nav-menu, .elementor-editor-element-setting) li:not(.menu-item, .elementor-nav-menu, .elementor-editor-element-setting)::before {
  content: "►";
  /* FontAwesome Unicode */
  font-family: "Euclid", sans-serif;
  display: inline-block;
  margin-left: -1.5em;
  /* same as padding-left set on li */
  font-size: 12px;
  width: 1.6em;
  /* same as padding-left set on li */
}
ul:not(.menu-item, .elementor-nav-menu, .elementor-editor-element-setting) li:not(.menu-item, .elementor-nav-menu, .elementor-editor-element-setting) ul li {
  padding-left: 5%;
}

.ul-green li::before {
  color: var(--e-global-color-accent) !important;
}

.reference-list .elementor-posts-container {
  cursor: default;
  pointer-events: none;
}

.imagebox {
  margin-top: 22px;
  margin-bottom: 20px;
  position: relative;
  transform: translate(0, 70px);
}
.imagebox .elementor-widget-container {
  padding: 86px 16px 16px 16px;
}
.imagebox .elementor-image-box-img {
  position: absolute;
  margin-bottom: 0;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*.imagebox {

}

.imagebox .elementor-image-box-img {
  height: 60px;
  transform: translate(0,-100%);
}
.imagebox .elementor-image-box-content {
  transform: translate(0,-40px);
}*/
.inverted-links a {
  color: #fff;
}

.aligncenter {
  text-align: center !important;
}

.page-numbers.current {
  text-decoration: underline;
}

@media screen and (max-width: 1080px) {
  .elementor-widget:not(:last-child) {
    margin-bottom: 10px;
  }

  .elementor-section > .elementor-widget-container {
    margin-bottom: 0;
  }
}
p:last-child {
  margin-bottom: 0;
}

.wp-block-button a.wp-block-button__link {
  display: inline-block;
  padding: 12px 40px;
  background-color: #00263A;
  color: white;
}
.wp-block-button a.wp-block-button__link:hover {
  color: white;
  cursor: pointer;
  background-color: #009cde;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

.oc_map_header {
  font-family: "Euclid", Sans-serif;
  width: 100%;
  height: 600px;
  max-height: 70vh;
  position: relative;
  margin-top: 33px;
}

@media screen and (max-width: 1064px) {
  .oc_map_header {
    margin-top: 0;
  }
}
body, html {
  margin: 0;
  padding: 0;
}

.oc_map_header_highres {
  font-family: "Euclid", Sans-serif;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  position: relative;
}

.oc_map_container {
  position: absolute;
  width: 100%;
  background-color: #00263a;
  height: 100%;
  top: 0;
  display: flex;
}

.oc_map_anim {
  position: relative;
  width: 100%;
  height: 100%;
}

.header-text-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  padding: 15px 15px 130px 15px;
}

.header-text {
  max-width: 1120px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  pointer-events: none;
  user-select: none;
}

.header-title {
  font-size: 56px;
  font-family: "Euclid", sans-serif;
  color: white;
  padding-bottom: 10px;
  pointer-events: none;
  user-select: none;
}

.header-subtitle {
  font-size: 20px;
  color: white;
  padding-left: 8.333%;
  font-family: "Euclid", sans-serif;
  pointer-events: none;
  user-select: none;
  box-sizing: border-box;
}

.title-short {
  display: none;
}

@media screen and (max-width: 1080px) {
  .oc_map_header {
    height: 0;
    padding-top: 33%;
    min-height: 100px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) {
  .oc_map_header {
    min-height: 270px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 468px) {
  .oc_map_header {
    min-height: 290px;
  }
}
@media screen and (max-width: 1080px) {
  .header-text-container {
    padding: 15px 15px 85px 15px;
  }
}
@media screen and (max-width: 1080px) {
  .title-short {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .title-long {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .header-title {
    font-size: 42px;
  }
}
@media screen and (max-width: 1080px) {
  .header-subtitle {
    padding-left: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .header-text-container {
    padding: 15px 15px 60px 15px;
  }

  .header-title {
    font-size: 36px;
  }

  .header-subtitle {
    font-size: 18px;
  }
}
.uicontrols {
  z-index: 100;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  position: absolute;
  padding: 10px 10px 15px 10px;
  opacity: 1;
  flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .uicontrols .uihint-container {
    opacity: 0;
    display: none;
  }
}
.uicontrols .filter-container {
  opacity: 0.4;
  transition: opacity 0.6s;
}
.uicontrols:hover .filter-container {
  opacity: 1;
}

.uihint-container {
  bottom: 0;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  padding: 15px 15px 15px 15px;
}

.uihint-content {
  max-width: 1120px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  pointer-events: none;
  user-select: none;
}

.uihint {
  font-size: 14px;
  opacity: 0.9;
  color: white;
  padding-left: 8.333%;
  font-family: "Euclid", sans-serif;
  pointer-events: none;
  user-select: none;
  box-sizing: border-box;
  text-align: left;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.uicontrols:hover {
  opacity: 1;
}

.filter-container {
  display: flex;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
  opacity: 1;
  cursor: pointer;
  pointer-events: all;
}

.filter-container:hover {
  opacity: 1;
}

.uicontrols-filters {
  max-width: 1120px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  pointer-events: none;
  user-select: none;
}

.uicontrols-filters-content {
  display: flex;
  padding-left: 8.333%;
}
@media screen and (max-width: 1080px) {
  .uicontrols-filters-content {
    padding-left: 0;
  }
}
@media screen and (min-width: 1081px) {
  .uicontrols-filters-content .filter-container:first-child {
    padding-left: 0;
  }
}

.filter-swatch {
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  border: solid 2px transparent;
  transition: background-color 0.2s;
}

.filter-label {
  font-family: "Euclid", sans-serif;
  font-size: 11px;
  padding: 0 10px 0 5px;
  color: white;
}

.filter-swatch.pentest {
  border-color: #02ff95;
}

.filter-swatch.dfir {
  border-color: #f5fbfb;
}

.filter-swatch.redteaming {
  border-color: #ce401c;
}

.filter-swatch.pentest.active {
  background-color: #02ff95;
}

.filter-swatch.dfir.active {
  background-color: #f5fbfb;
}

.filter-swatch.redteaming.active {
  background-color: #ce401c;
}

.video-listing {
  display: flex;
  width: 100%;
  padding: 0;
  flex-wrap: wrap;
}
.video-listing .video-card {
  width: 33%;
  box-sizing: border-box;
  padding: 10px;
  display: block;
  cursor: pointer;
  text-decoration: none;
  flex: 0 1 auto;
  background-color: #f9f9f9;
  background-clip: content-box;
  color: var(--e-global-color-text);
}
@media screen and (max-width: 1080px) {
  .video-listing .video-card {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .video-listing .video-card {
    width: 100%;
  }
}
.video-listing .video-card .video-thumbnail {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.video-listing .video-card .video-thumbnail .video-shield-overlay {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s, background-color 0.3s;
  background-color: transparent;
}
.video-listing .video-card .video-thumbnail .video-icon-overlay {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.video-listing .video-card .video-thumbnail .video-icon-overlay i {
  font-size: 36px;
  color: #f0f0f0;
  opacity: 0.9;
}
.video-listing .video-card:hover .video-thumbnail .video-shield-overlay {
  opacity: 0.5;
  background-color: #000;
}
.video-listing .video-card .video-metadata .video-metadata-year {
  padding: 10px 10px 0 10px;
  font-size: 12px;
  opacity: 0.5;
  color: var(--e-global-color-text);
}
.video-listing .video-card .video-metadata .video-metadata-title {
  color: var(--e-global-color-primary);
  font-size: var(--e-global-typography-primary-font-size);
  padding: 0px 10px 2px 10px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.video-listing .video-card .video-metadata .video-metadata-description {
  font-size: 14px;
  padding: 2px 10px 2px 10px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.video-listing .video-card .video-metadata .video-metadata-url {
  padding: 2px 10px 10px 10px;
  font-size: 12px;
  opacity: 0.5;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--e-global-color-text);
}

@media screen and (max-width: 768px) {
  .elementor-posts--skin-classic.elementor-post {
    display: block;
  }
}

.wp-block-column figure {
  margin: 0;
}

.catfilter.active {
  font-weight: bold;
}

body.category-79 .catfilter-79 {
  font-weight: bold;
}

body.category-126 .catfilter-126 {
  font-weight: bold;
}

body.category-248 .catfilter-248 {
  font-weight: bold;
}

body.category-1 .catfilter-1 {
  font-weight: bold;
}

body.category-3 .catfilter-3 {
  font-weight: bold;
}

body.category-250 .catfilter-250 {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .elementor-post.elementor-grid-item {
    flex-direction: column !important;
  }
}
.oneconsult-career {
  border-bottom: solid 1px #eee;
}
.oneconsult-career .job-category {
  border-top: solid 1px #eee;
  padding: 20px 0 5px 0;
}
.oneconsult-career .job-category h2 {
  font-size: 16px;
  margin: 0;
}
.oneconsult-career .job-category .job-list {
  padding: 0 10px;
}
.oneconsult-career .job-category .job-list .job-item {
  display: flex;
  padding: 5px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .oneconsult-career .job-category .job-list .job-item {
    flex-wrap: wrap;
  }
}
.oneconsult-career .job-category .job-list .job-item .job-title {
  font-size: 20px;
  color: var(--e-global-color-primary);
}
.oneconsult-career .job-category .job-list .job-item .job-location {
  font-size: 16px;
  flex: 0 0 auto;
  text-align: right;
  color: var(--e-global-color-secondary);
}
.oneconsult-career .job-category .job-list .job-item:hover .job-title {
  color: var(--e-global-color-text);
}
.oneconsult-career .job-category .job-list .job-item:hover .job-title.static {
  color: var(--e-global-color-primary);
}
.oneconsult-career .job-category .job-list .job-item:hover .job-location {
  color: var(--e-global-color-text);
}

@media screen and (max-width: 768px) {
  .elementor-widget-image-box .elementor-image-box-img {
    display: block !important;
  }
}
.oneconsult-events-filters {
  display: flex;
  flex-wrap: wrap;
}
.oneconsult-events-filters .events-filter {
  padding: 10px;
  cursor: pointer;
  margin-right: 12px;
}
.oneconsult-events-filters .events-filter.active {
  color: var(--e-global-color-primary);
}
.oneconsult-events-filters .events-filter input {
  margin-right: 6px;
}

.oneconsult-events {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .oneconsult-events {
    width: 100%;
  }
}
.oneconsult-events .events-post {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .oneconsult-events .events-post {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .oneconsult-events .events-post {
    flex-direction: column;
  }
}
.oneconsult-events .events-post .event-post-media {
  display: flex;
  width: 40%;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .oneconsult-events .events-post .event-post-media {
    width: 100%;
  }
}
.oneconsult-events .events-post .event-post-media img {
  width: 100%;
}
.oneconsult-events .events-post .event-post-info {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 20px;
}
.oneconsult-events .events-post .event-post-info .event-post-title {
  color: var(--e-global-color-text);
  font-size: 24px;
}
.oneconsult-events .events-post .event-post-info .event-post-date {
  color: var(--e-global-color-accent);
  font-size: 12px;
}
.oneconsult-events .events-post .event-post-info .event-post-categories {
  display: flex;
  flex-wrap: wrap;
}
.oneconsult-events .events-post .event-post-info .event-post-categories .event-post-category {
  color: var(--e-global-color-primary);
}
.oneconsult-events .events-post .event-post-info .event-post-excerpt {
  color: var(--e-global-color-text);
  font-size: 18px;
}

.oc-events-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.oc-events-pagination .oc-pagination-relative {
  cursor: pointer;
  padding: 0 15px;
}
.oc-events-pagination .oc-pagination-relative:hover {
  color: var(--e-global-color-primary);
}
.oc-events-pagination .oc-pages {
  cursor: pointer;
  padding: 0 15px;
}
.oc-events-pagination .oc-pages:hover, .oc-events-pagination .oc-pages.active {
  color: var(--e-global-color-primary);
}


.has-oc-black-color {
  color: #000000;
}

.has-oc-white-color {
  color: #ffffff;
}

.has-oc-dark-blue-color {
  color: #00263A;
}

.has-oc-light-blue-color {
  color: #009cde;
}

.has-oc-red-color {
  color: #CE401C;
}

.has-oc-green-color {
  color: #61CE70;
}

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