   /*
 Theme Name:   LD Child
 Theme URI:    https://thisisld.com
 Description:  Custom Child Theme
 Author:       This is LD
 Author URI:   https://thisisld.com
 Template:     generatepress
 Version:      0.1
*/
.gp-icon {
  display: none;
}
.slide-opened .header-wrap {
  z-index: 100002;
}
html.slide-opened {
  overflow: hidden;
}
.main-navigation.offside {
	height: auto !important;
}
.slideout-navigation#generate-slideout-menu {
  background-color: rgba(2, 51, 78, 0.95);
  overflow: hidden;
  position: absolute;
  top: auto;
  bottom: -100%;
  opacity: 0;
  transition: 0.5s ease all;
}
.slideout-navigation.is-open#generate-slideout-menu {
  bottom: 0;
  top: 0;
  opacity: 1;
  transition: 0.5s ease all;
}
.search-open .slideout-navigation#generate-slideout-menu {
  bottom: -100%;
  opacity: 0;
  transition: 0.5s ease all;
}
.slideout-navigation#generate-slideout-menu:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/themes/generatepress_child_LD/assets/img/surgical-arm.svg');
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: top right;
}
.slideout-navigation.do-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.site-logo.page-hero-logo {
  transition: 0.5s ease all;
}
.slide-opened .site-logo.page-hero-logo {
  opacity: 0.2;
  transition: 0.5s ease all;
}
/* Header Icon Styles */
.header-icons {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-icons .header_contact__cta {
  min-width: 44px;
  height: 44px;
  max-width: 180px;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0;
}
.header-icons .header_contact__cta img {
  position: relative;
  width: auto;
  height: 100%;
  -webkit-transition: opacity .3s cubic-bezier(.2, 0, .2, 1);
  transition: opacity .3s cubic-bezier(.2, 0, .2, 1);
  will-change: opacity;
  pointer-events: none;
  background-color: transparent;
  border: 1px solid transparent;
}
.header-icons .header_contact__cta .header_contact__cta-label {
  display: none;
}
/* Navigation Menu Button Desktop Styles */
.menu-bar-items > span > a {
  position: relative;
  z-index: 1;
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: 0 0;
  border: none;
  margin-left: 6px;
  padding: 0;
  outline: 0;
  opacity: .9;
  cursor: pointer;
}
.menu-bar-items > span > a::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  width: 0;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
}
.menu-bar-items > span > a::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 26px;
  width: 0;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
}
.page-loaded .menu-bar-items > span > a::before {
  width: 30px;
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
}
.page-loaded .menu-bar-items > span > a::after {
  width: 22px;
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
}
.slide-opened .menu-bar-items > span > a::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slide-opened .menu-bar-items > span > a::after {
  top: 18px;
  left: 18px;
  width: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Navigation Links Desktop Styles */
.slideout-navigation.main-navigation .main-nav > ul > li > a {
  font-size: 1.5rem;
  padding-left: 36px;
  padding-right: 0;
  line-height: 50px;
  width: 33%;
}
.main-navigation .main-nav > ul {
  align-items: flex-start;
}
.main-navigation .main-nav > ul > li {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left !important;
}
.main-navigation .main-nav#primary-menu > ul > li {
  width: auto;
  min-width: 0;
}
.main-navigation .main-nav#primary-menu > ul > li > a {
 height: 50px;
}
#generate-slideout-menu.main-navigation ul.sub-menu.hover {
  opacity: 1;
  display: block;
  width: 66%;
  height: 100vh;
  background: transparent;
  position: absolute;
  top: 0;
  left: 33%;
  text-align: left;
  z-index: 999;
}
#generate-slideout-menu .slideout-menu li {
  text-align: left !important;
}
#generate-slideout-menu .slideout-menu li > a {
  font-size: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  line-height: 42px;
  transition: 0.5s ease all;
}
#generate-slideout-menu .slideout-menu > li > a.active {
  padding-left: 50px;
  margin-right: -50px;
  transition: 0.5s ease all;
}

#generate-slideout-menu .slideout-menu > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  bottom: unset;
  width: 20px;
  height: 2px;
  opacity: 0;
  background-color: #e4117a;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  transform: translateY(-50%);
}
#generate-slideout-menu .slideout-menu > li > a.active:before {
  width: 30px;
  opacity: 1;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  transform: translateY(-50%);
}
.slideout-navigation.do-overlay .inside-navigation {
  max-width: 1280px !important;
  width: 100%;
  padding: 0 40px !important;
  margin: 0 auto;
  position: absolute;
  top: 117px;
  left: 0;
  right: 0;
  bottom: 83px;
  height: auto;
  justify-content: flex-start !important;
}
#generate-slideout-menu .slideout-menu .sub-menu li > a {
  font-size: 1.6rem;
  padding-left: 0;
  line-height: 42px;
  transition: 0.5s ease all;
  margin-left: 10px;
  padding: 0;
}
#generate-slideout-menu .slideout-menu .sub-menu li > a.active {
  padding-left: 50px;
  transition: 0.5s ease all;
}
#generate-slideout-menu .slideout-menu .sub-menu li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  bottom: unset;
  width: 20px;
  height: 2px;
  opacity: 0;
  background-color: #e4117a;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  transform: translateY(-50%);
}
#generate-slideout-menu .slideout-menu .sub-menu li > a.active:before {
  width: 30px;
  opacity: 1;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  transform: translateY(-50%);
}
/* Search Functionality Styles */
.inside-navigation {
  align-items: flex-start !important;
  opacity: 1;
  transition: 0.5s ease all;
}
.search-open .inside-navigation {
  opacity: 0;
  transition: 0.5s ease all;
}
.inside-navigation button.header__search-btn {
  width: 100%;
  background: transparent;
  font-size: 1em;
  font-weight: normal;
  text-align: left;
  position: relative;
  padding-left: 30px;
  transition: 0.5s ease all;
  margin-bottom: 30px;
}
.inside-navigation button.header__search-btn:hover {
  padding-left: 35px;
  transition: 0.5s ease all;
}
.inside-navigation button.header__search-btn svg {
  fill: #3DA095;
  width: 20px;
  position: absolute;
  left: 0;
  top: 11px;
}
.search-holder {
  position: fixed;
  top: auto;
  left: 0;
  background: rgb(0 33 51 / 0.95);
  width: 100%;
  height: 100%;
  opacity: 0;
  bottom: -100%;
  z-index: 1000000;
  transition: 0.5s ease all;
}
.search-open .search-holder {
  bottom: 0;
  opacity: 1;
  transition: 0.5s ease all;
}
.search-holder:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/themes/generatepress_child_LD/assets/img/surgical-armflipped.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
}
.search-holder .wrapper {
  position: absolute;
  top: 117px;
  left: 0;
  right: 0;
  bottom: 83px;
  height: auto;
  max-width: 1280px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
.search-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1280px;
  padding: 0 151px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 93px;
  margin: 0 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
button.search-back {
  width: 100%;
  background: transparent;
  font-size: 1em;
  font-weight: normal;
  text-align: left;
  position: relative;
  padding-left: 30px;
  transition: 0.5s ease all;
}
button.search-back:hover {
  padding-left: 35px;
  transition: 0.5s ease all;
}
button.search-back:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 11px;
  background-image: url('/wp-content/themes/generatepress_child_LD/assets/img/left-green.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
}
h3.search-title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #ffffff;
  margin-bottom: 26px;
  text-align: left;
  padding-left: 35px;
  position: relative;
}
h3.search-title:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 32px;
  top: 4px;
  left: 5px;
  background: url('/wp-content/themes/generatepress_child_LD/assets/img/slant.svg') no-repeat;
  background-size: contain;
}
input.search-field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  height: 64px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 26px 19px;
  box-shadow: none;
  background-color: #f7f9fa;
  -webkit-transition: all .4s cubic-bezier(.2, 0, .2, 1);
  transition: all .4s cubic-bezier(.2, 0, .2, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
form.search-form {
  max-width: 900px;
  width: 100%;
  height: 64px;
  position: relative;
}
button.search-submit {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-color: rgb(228, 17, 122, 1);
  background-image: url('/wp-content/themes/generatepress_child_LD/assets/img/arrow.svg');
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center center;
  transition: 0.5s ease all;
}
button.search-submit:hover {
  background-color: rgb(228, 17, 122, 0.8);
  transition: 0.5s ease all;
}
button.search-submit:before {
  content: '';
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid #e4117a;
  border-radius: 50%;
  transition: 0.5s ease all;
}
button.search-submit:hover {
  width: 40px;
  height: 40px;
  transition: 0.5s ease all;
}
button.search-submit:hover:before {
  height: 50px;
  width: 50px;
  transition: 0.5s ease all;
}
.search-links {
  margin-top: 40px;
}
.search-links .search-links__title {
  font-weight: 600;
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 40px;
}
.search-links #useful-links {
  padding: 0;
  margin: 0;
  display: flex;
  list-style-type: none;
}
.search-links #useful-links .menu-item a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.8em;
  margin: 40px 40px 0 0;
}
.search__btn-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50px;
  right: 50px;
  background: transparent;
  display: block;
}
.search__btn-close:before {
  content: '';
  position: absolute;
  top: 18px;
  left: 18px;
  width: 30px;
  height: 2px;
  background: #FFFFFF;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search__btn-close:after {
  content: '';
  position: absolute;
  top: 18px;
  left: 18px;
  width: 30px;
  height: 2px;
  background: #FFFFFF;
  display: block;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Info Callout Section */
section.info-cta {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  bottom: -2em;
}
section.info-cta {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 40px;
  max-width: 345px;
  display: inline-block;
  -webkit-transition: all .4s cubic-bezier(.2, 0, .2, 1);
  transition: all .4s cubic-bezier(.2, 0, .2, 1);
}
section.info-cta:hover .info-cta-btn__icon {
  width: 100%;
}
section.info-cta h2:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 15px;
  height: 24px;
  top: 6px;
  left: 5px;
  background: url('/wp-content/themes/generatepress_child_LD/assets/img/slant.svg') no-repeat;
  background-size: contain;
}
.info-cta__title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #ffffff;
  margin-bottom: 26px;
  text-align: left;
  padding-left: 35px;
}
a.info-cta__link {
  display: inline-block;
  background-color: transparent;
  padding-left: 55px;
  padding-right: 30px;
  position: relative;
  height: 48px;
  color: #ffffff;
  min-width: 108px;
  text-align: center;
  font-weight: 600;
  letter-spacing: .03rem;
  margin: 0 2px;
  line-height: 1.25;
}
a.info-cta__link:before {
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0;
  background-color: #e4117a;
  border-radius: 30px;
  opacity: 0;
  pointer-events: none;
}
span.info-cta-btn__icon {
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 10px;
  width: 0;
  min-width: 44px;
  height: 44px;
  background-color: #e4117a;
  display: block;
  border-radius: 30px;
  transform: translateY(-50%);
  -webkit-transition: all .3s cubic-bezier(.2, 0, .2, 1);
  transition: all .3s cubic-bezier(.2, 0, .2, 1);
}
a.info-cta__link .btn__icon:hover {
  width: 100%;
}
span.info-cta-btn__icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: url('/wp-content/themes/generatepress_child_LD/assets/img/arrow.svg') no-repeat;
  background-size: 7px;
  background-position: center;
}
/* Mobile Styles */
@media(max-width: 1200px) {
  .header-wrap {
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 10px;
  }
  .slide-opened .site-logo.page-hero-logo {
    opacity: 1;
    transition: 0.5s ease all;
  }
  .site-header {
    width: 100%;
  }
  .has-inline-mobile-toggle .inside-header {
    width: 100%;
  }
  .separate-containers .inside-article {
    padding-top: 0;
  }
  .main-navigation ul, .gen-sidebar-nav, .main-navigation:not(.slideout-navigation):not(.toggled) .main-nav > ul, .has-inline-mobile-toggle #site-navigation .inside-navigation > *:not(.navigation-search):not(.main-nav) {
    display: block;
  }
  .has-inline-mobile-toggle #site-navigation {
    display: inline-block;
    flex-basis: none;
  }
  .menu-bar-item.slideout-toggle {
    display: block !important;
  }
  .has-inline-mobile-toggle .mobile-menu-control-wrapper {
    display: none !important;
  }
  .has-inline-mobile-toggle .header-widget, .has-inline-mobile-toggle #site-navigation {
    display: inline-block !important;
    position: absolute;
    width: 95%;
    top: 15px;
    left: 0;
  }
  .main-navigation .inside-navigation {
    justify-content: flex-end;
  }
  .header-icons {
    margin-left: 0;
  }
  #generate-slideout-menu .slideout-menu li, #generate-slideout-menu.do-overlay .slideout-menu li {
    flex-wrap: nowrap;
  }
  .slideout-navigation.main-navigation .main-nav > ul > li.menu-item-has-children > a {
    pointer-events: none;
  }
  #generate-slideout-menu .slideout-menu li > a {
    width: 100%;
    font-size: 1.3rem;
  }
  #generate-slideout-menu.do-overlay .slideout-menu li, .slideout-navigation.do-overlay .inside-navigation {
    flex-direction: row !important;
    position: relative;
  }
  #generate-slideout-menu.main-navigation ul.sub-menu {
    width: 100%;
    left: 0;
  }
  #generate-slideout-menu.main-navigation ul.sub-menu.hover {
    width: 100%;
    left: 0;
    height: auto;
    position: relative;
  }
  #generate-slideout-menu .slideout-menu .sub-menu li > a {
    font-size: 1em;
    line-height: 36px;
  }
  section.info-cta {
    position: relative;
    right: 10px;
  }
  .slideout-navigation#generate-slideout-menu {
    background: #002133;
  }
  .slideout-navigation#generate-slideout-menu:before {
    opacity: 1;
    background-size: 100%;
    left: auto;
    right: -33%;
  }
  .slideout-navigation.do-overlay .inside-navigation {
    padding: 0 !important;
  }
  .inside-navigation button.header__search-btn {
    padding-left: 70px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0;
  }
  .inside-navigation button.header__search-btn svg {
    left: 30px;
  }
  #generate-slideout-menu.do-overlay .slideout-menu {
    padding: 20px 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  #generate-slideout-menu.do-overlay .slideout-menu li, .slideout-navigation.do-overlay .inside-navigation {
    padding: 0 40px;
  }
  section.info-cta {
    width: 100%;
    right: auto;
    padding-left: 40px;
    max-width: none;
  }
  a.info-cta__link {
    padding: 0 20px 0 20px;
  }
  span.info-cta-btn__icon:before, a.info-cta__link:before {
    display: none;
  }
  span.info-cta-btn__icon {
    width: 100%;
  }
  .search-inner {
    padding: 0 40px 0 0 !important
  }
  h3.search-title {
    font-size: 1.4rem;
    margin-top: 30px;
  }
  .search-links #useful-links {
    flex-wrap: wrap;
  }
  .search-links #useful-links .menu-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .search-holder {
    background: #002133;
  }
  .search-links .search-links__title {
    margin-bottom: 20px;
  }
  .search-links #useful-links .menu-item a {
    font-size: 1em;
  }
  .search-holder:before {
    opacity: 1;
    left: -33%;
    background-size: cover;
  }
}
.slideout-exit {
  display: none;
}
.info-cta__title {
  position: relative;
}
/* CTA Style */
a.eael-creative-button {
  display: inline-block;
  background-color: transparent;
  padding-left: 55px;
  padding-right: 30px;
  position: relative;
  height: 48px;
  color: #e4117a;
  min-width: 108px;
  text-align: center;
  font-weight: 600;
  letter-spacing: .03rem;
  margin: 0 2px;
}
a.eael-creative-button:hover {
  background: transparent !important;
  color: white;
}
.eael-creative-button::before {
  display: none;
}
.eael-creative-button--rayen:hover > .creative-button-inner {
  transform: none;
}
span.eael-creative-button-icon-left {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  width: 0;
  min-width: 44px;
  height: 44px;
  background-color: #e4117a;
  display: block;
  border-radius: 22px;
  transform: translateY(-50%);
  -webkit-transition: all .5s cubic-bezier(.2, 0, .2, 1);
  transition: all .5s cubic-bezier(.2, 0, .2, 1);
}
span.eael-creative-button-icon-left:before {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: url("/wp-content/themes/generatepress_child_LD/assets/img/arrow.svg") no-repeat;
  background-size: 7px;
  background-position: center center;
  z-index: 99999;
}
span.eael-creative-button-icon-left > .fas {
  display: none;
}
.creative-button-inner {
  padding-left: 55px !important;
  padding-right: 35px !important;
  height: 48px;
}
.elementor-1846 .elementor-element.elementor-element-53f6298 .eael-creative-button:hover {
  background: none;
}
@media (min-width:1024px) {
  a.eael-creative-button:hover span.eael-creative-button-icon-left {
    width: 100%;
  }
  .eael-creative-button:hover span.cretive-button-text {
    color: white;
  }
}
@media (max-width:1024px) {
.eael-creative-button:hover {
  color: #ffffff !important;
}
}
/*
span.cretive-button-text {
   color: #e4117a;
}
*/

.inside-site-info {
  display: block;
}
.site-footer {
  position: relative;
  padding-bottom: 40px;
  background-color: #002133;
}
.inside-footer-widgets li > a {
  min-height: auto;
  margin-bottom: 5px;
  padding: 0;
  opacity: .9;
  filter: opacity(.9);
  font-weight: 400;
  line-height: 25px;
  color: #fff;
  text-decoration: none;
  text-align: left;
  transition: all .3s cubic-bezier(.2, 0, .2, 1);
}
.inside-footer-widgets li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  bottom: unset;
  width: 20px;
  height: 2px;
  opacity: 0;
  background-color: #e4117a;
  transition: all .3s cubic-bezier(.2, 0, .2, 1);
  transform: scale(.8);
  z-index: -1;
  right: -2px;
}
.inside-footer-widgets li:hover > a {
  padding-left: 37px;
  padding-right: 10px;
  background-color: transparent;
  color: #e4117a;
}
.inside-footer-widgets li:hover > a::before {
  opacity: 1;
}
.inside-footer-widgets .widget-title {
  width: 320px;
  font-size: 28px;
  opacity: .9;
}
.footer.site-logo {
  text-align: left;
  float: left;
  position: relative;
  top: 70px;
}
.site-footer .copyright-bar {
  text-align: left;
  margin-left: 360px !important;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 30px !important;
  padding-bottom: 10px; 
  color: #fff;
  filter: opacity(.7);
  font-size: 11px;
  line-height: 15px;
  font-weight: 300;
  opacity: .7;
  -webkit-filter: opacity(.7);
}
#footerlogo .is-logo-image {
  width: 120px;
}
#footersocial {
  display: block !important;
  text-align: right;
  position: relative;
  top: 5px
}
#footersocial a {
  text-decoration: none !important;
  margin: 0 10px;
}
#goup {
  float: right;
  cursor: pointer;
}
#goup .btn__icon-path {
  fill: #3da095;
}
#goup .btn__icon-svg {
  width: 18px;
}
#goup .btn__icon {
  transform: rotate(90deg);
  display: inline-block;
  min-width: 18px;
  position: relative;
  top: 6px;
  left: -5px;
}
.inside-site-info.grid-container {
  position: relative;
}
.site-info .footer-bar {
  position: absolute;
  bottom: 0px;
  left: 400px;
  color: #fff;
  opacity: .6;
  text-decoration: none;
  z-index: 100;
}
.site-info .footer-bar a {
  text-decoration: none;
}
@media (max-width: 768px) {
  .inside-site-info.grid-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .site-footer .copyright-bar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 0 !important;
  }
  .site-info .footer-bar {
    left: initial;
  }
  .footer.site-logo {
    top: 5px;
  }
  .footer-widget-4 {
    position: absolute;
    bottom: 40px;
    right: 40px;
  }
  .footer-widget-3 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .footer-widgets-container {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .footer-bar .widget_nav_menu li:first-child {
    margin-left: 0;
  }
  #footersocial a {
   margin: 0 10px 0 0;
  }	 
}
/* Tab Numbers */
.eael-tabs-nav > ul > li {
  position: relative;
}
.eael-tabs-nav > ul > li:first-of-type:before {
  content: '01';
  position: absolute;
  font-family: "Open Sans", sans-serif;
  top: -35px;
  left: 0;
  display: flex;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: .05rem;
  color: #3da095;
  margin-bottom: 17px;
}
.eael-tabs-nav > ul > li:nth-of-type(2):before {
  content: '02';
  position: absolute;
  font-family: "Open Sans", sans-serif;
  top: -35px;
  left: 0;
  display: flex;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: .05rem;
  color: #3da095;
  margin-bottom: 17px;
}
.eael-tabs-nav > ul > li:nth-of-type(3):before {
  content: '03';
  position: absolute;
  font-family: "Open Sans", sans-serif;
  top: -35px;
  left: 0;
  display: flex;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: .05rem;
  color: #3da095;
  margin-bottom: 17px;
}
.eael-tabs-nav > ul > li:nth-of-type(4):before {
  content: '04';
  position: absolute;
  font-family: "Open Sans", sans-serif;
  top: -35px;
  left: 0;
  display: flex;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: .05rem;
  color: #3da095;
  margin-bottom: 17px;
}
.eael-tabs-nav > ul > li:nth-of-type(5):before {
  content: '05';
  position: absolute;
  font-family: "Open Sans", sans-serif;
  top: -35px;
  left: 0;
  display: flex;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: .05rem;
  color: #3da095;
  margin-bottom: 17px;
}
.eael-tabs-nav > ul > li:nth-of-type(6):before {
  content: '06';
  position: absolute;
  font-family: "Open Sans", sans-serif;
  top: -35px;
  left: 0;
  display: flex;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: .05rem;
  color: #3da095;
  margin-bottom: 17px;
}
@-webkit-keyframes ctaPlay {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  20% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ctaPlay {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  20% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.eael-lightbox-btn {
  width: 50px;
  height: 50px;
  left: 10px;
  bottom: 10px;
}
.eael-lightbox-btn:hover {
  -webkit-animation: ctaPlay .6s cubic-bezier(.2, 0, .2, 1) 2 alternate-reverse;
  animation: ctaPlay .6s cubic-bezier(.2, 0, .2, 1) 2 alternate-reverse;
}
.elementor-element.elementor-element-8b28ce3.elementor-widget.elementor-widget-eael-adv-tabs {
  max-width: 1480px;
  margin: 0 auto;
}
.eael-tabs-nav {
  width: 220px;
}
.eael-tabs-nav > ul li {
  margin-top: 20px;
}
.eael-tab-content-item > div:nth-of-type(1) {
  width: 35% !important;
  font-size: 1.4rem;
  line-height: 2.0rem;
  letter-spacing: .06rem;
  color: #00557f;
}
.eael-tab-content-item > div:nth-of-type(2) {
  width: 45% !important;
}
@media (max-width: 1400px) {
  .eael-tabs-nav {
    width: 175px;
  }
  .eael-tab-content-item > div:nth-of-type(1) {
    width: 55% !important;
  }
  .eael-tab-content-item > div:nth-of-type(2) {
    width: 45% !important;
  }
}
@media (max-width: 1100px) {
#footersocial {
  top: 45px
}
}
.btn-view-bio {
  background: white;
}
.btn-view-bio .elementor-button {
  background: transparent;
  position: relative;
}
.btn-view-bio {
  height: 0;
  transition: 0.5s ease all;
}
.btn-view-bio .elementor-button:before {
  content: "";
  position: absolute;
  left: -2px;
  top: 18px;
  bottom: unset;
  width: 20px;
  height: 2px;
  opacity: 1;
  background-color: #e4117a;
  -webkit-transition: all .3s cubic-bezier(.2, 0, .2, 1);
  transition: all .3s cubic-bezier(.2, 0, .2, 1);
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
}
.management-team .elementor-widget-wrap.elementor-element-populated:hover > .btn-view-bio {
  padding-top: 10px;
  padding-bottom: 25px;
  transition: 0.5s ease all;
}
.career_widget_result_list {
  position: relative;
  top: -50px;
  left: 50px;
}
.career_widget_result_list .search_result_list {
  list-style: none;
  margin-left: 0px;
}
.career_widget_result_list .search_result_list li .search-item__title {
  width: 100%;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.7rem;
  color: #00557f;
}
.career_widget_result_list .search_result_list li .search-item:hover {
  box-shadow: 4px 16px 24px 4px rgb(0 0 0 / 4%)
}
.career_widget_result_list .search_result_list li .search-item {
  text-decoration: none;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  background-color: #fff;
  width: 100%;
  padding: 20px 60px 20px 36px;
  border-radius: 6px;
  box-shadow: 1px 2px 2px 0 rgb(0 0 0 / 4%);
  transition: all .3s cubic-bezier(.2, 0, .2, 1);
  margin: 20px 0;
  cursor: pointer;
}
.career_widget_result_list .search_result_list li span {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  align-self: flex-start;
  font-size: 14px;
  line-height: 1.8rem;
  color: #3c3c3c;
  margin-right: 87px;
  margin-bottom: 8px;
}
.career_widget_result_list .search_result_list li span::before {
  background-image: url(/wp-content/themes/generatepress_child_LD/assets/img/icons-ui-discipline.svg);
  width: 23px;
  height: 21px;
  content: "";
  margin-right: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.career_widget_result_list .search_result_list li span.search-item__location::before {
  background-image: url(/wp-content/themes/generatepress_child_LD/assets/img/icons-ui-location.svg);
}
.career_widget_result_list .search_result_list li span.search-item__calendar::before {
  background-image: url(/wp-content/themes/generatepress_child_LD/assets/img/calendar.svg);
}
.career_widget_result_list .search_result_list li .search-item::after {
  content: "";
  position: absolute;
  top: -webkit-calc(50% - 20px / 2);
  top: calc(50% - 20px / 2);
  right: -webkit-calc(28px + 5px);
  right: calc(28px + 5px);
  width: 26px;
  height: 20px;
  background-image: url(/wp-content/themes/generatepress_child_LD/assets/img/icons-ui-arrow-listing-right.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s cubic-bezier(.2, 0, .2, 1);
  transition: all .3s cubic-bezier(.2, 0, .2, 1);
}
.career_widget_result_list .search_result_list li .search-item:hover::after {
  right: 28px;
  opacity: 1;
  visibility: visible;
}
.gg_gall_has_filter {
  /*opacity: 0 !important;*/
  display: none !important;
}
.presskit_filter.filterContainer {
  padding: 0px;
  width: 100%;
}
/* Hero Banner */
[data-id="311f93f"] .elementor-motion-effects-layer {
  position: absolute;
  top: 50% !important;
  --scale: 1.15 !important;
  transform: scale(var(--scale)) translateY(-50%) !important;
}
@media(max-width: 1360px) {
  [data-id="311f93f"] .elementor-motion-effects-layer {
    position: absolute;
    top: 50% !important;
    --scale: 1.35 !important;
    transform: scale(var(--scale)) translateY(-50%) !important;
  }
}
@media(max-width: 960px) {
  [data-id="a96577d"] {
    width: 100% !important;
  }
  [data-id="6054a77"] {
    width: 100% !important;
  }
  [data-id="311f93f"] .elementor-motion-effects-layer {
    position: absolute;
    top: 50% !important;
    left: 60% !important;
    --scale: 2 !important;
    transform: scale(var(--scale)) translateX(-50%) translateY(-50%) !important;
  }
}
@media(max-width: 540px) {
  [data-id="6d86667"] > .elementor-widget-wrap {
    padding: 0 !important;
    margin: 0 !important;
  }
  [data-id="311f93f"] .elementor-motion-effects-layer {
    position: absolute;
    top: 50% !important;
    left: 90% !important;
    --scale: 1.5 !important;
    transform: scale(var(--scale)) translateX(-50%) translateY(-50%) !important;
  }
  .site-info .footer-bar {
    line-height: 1;
  }
  .footer-bar .widget_nav_menu > div > ul {
    justify-content: left;
  }
  .site-footer .copyright-bar {
    padding-bottom: 30px;
  }
}
/* News Styles */
.page-id-87 .elementor-post__badge, .page-id-87 .elementor-post__avatar, .page-id-87 .elementor-post__text, .page-id-87 .elementor-post__meta-data {
  z-index: 2;
}
.page-id-87 .elementor-post {
  cursor: pointer;
  overflow: hidden;
}
.page-id-87 .elementor-post .elementor-post__card:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50% -50%);
  z-index: 1;
  transition: 1s ease all;
}
.page-id-87 .elementor-post.hover .elementor-post__card:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50% -50%);
  z-index: 1;
  transition: 1s ease all;
}
.page-id-87 .elementor-post .elementor-post__card * {
  transition: 1s ease all;
}
.page-id-87 .elementor-post.hover .elementor-post__card * {
  color: white !important;
}
.page-id-87 a.elementor-post__thumbnail__link img {
  transition: 1s ease all !important;
  transform: translate(-50%, -50%) scale(1) !important;
}
.page-id-87 .elementor-post.hover img {
  transition: 1s ease all !important;
  transform: translate(-50%, -50%) scale(1.25) !important;
}
.page-id-87 .elementor-post a.elementor-post__thumbnail__link {
  position: absolute !important;
  height: 0;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: top center;
  z-index: 0;
  transition: 1s ease all;
  overflow: hidden;
}
.page-id-87 .elementor-post.hover a.elementor-post__thumbnail__link {
  height: 200%;
}
.archive .site {
  max-width: 100%;
  margin: 0px;
}
.archive .sidebar {
  padding: 60px;
}
.archive .sidebar .widget_categories, .archive .sidebar .widget_archive {
  padding: 0 0 30px 0;
  margin-bottom: 50px;
  border-bottom: 1px solid #dddddd;
}
.archive .widget-title {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  font-size: 22px;
}
.archive .sidebar aside.widget ul {
  margin-left: 30px;
}
.archive .sidebar aside.widget ul li a {
  text-decoration: none !important;
}
.archive .sidebar.is-left-sidebar {
  width: 33.33%;
}
.archive .content-area {
  background-color: #F7F9FA;
  padding: 60px 60px 60px 60px;
}
.archive .content-area .page-header {
  background-color: #F7F9FA;
  font-size: 21px;
  padding: 0;
}
.archive .content-area .page-header .page-title {
  font-size: 31px;
}
.archive .content-area article {
  padding: 40px 0;
}
.archive .content-area .inside-article {
  padding: 0px 40px 40px 40px;
}
.archive .content-area .inside-article img.size-full {
  width: 100%;
}
.archive .content-area .inside-article .entry-title {
  font-size: 25px;
}
.archive header .inside-header {
  background-color: #002133;
}

.otgs-development-site-front-end {
  width: 100vw;
  background-size: 32px;
  padding: 22px 0px;
  font-size: 11px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  line-height: 18px;
  text-align: center;
  color: white;
  background-color: #33879E;
  overflow: hidden;
}

@media(min-width: 1200px) {
  .slideout-navigation.do-overlay .inside-navigation .main-nav {
      margin-left: 0 !important;
  }

  #generate-slideout-menu.main-navigation .main-nav ul ul.sub-menu {
      margin-left: 15% !important;
  }
}

.site-logo {
	position: relative;
	z-index: 5000;
}

.elementor-1846 .elementor-element .eael-post-block-grid .eael-post-block-item {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0%);
    float: left;
    width: 90%;
    padding-bottom: 40px;
}

@media(max-width: 768px) {
	.elementor-1846 .elementor-element .eael-post-block-grid .eael-post-block-item {
		float: none;
		width: 100%;
	}
	
}


.alertbox {
	margin-top: 20px;
	color: #721c24 !important;
    background-color: #f8d7da;
    border-color: #f5c6cb;
	border-radius: 0.25rem;
	text-align: left;
	width: 400px;
	padding: 10px 20px;
}