.elementor-kit-24130{--e-global-color-primary:#72BF44;--e-global-color-secondary:#27AAE1;--e-global-color-text:#231F20;--e-global-color-accent:#E3641F;--e-global-color-61cd75f:#FFFFFF;--e-global-typography-primary-font-family:"motiva-sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"motiva-sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"motiva-sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"motiva-sans";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"motiva-sans", Sans-serif;}.elementor-kit-24130 button,.elementor-kit-24130 input[type="button"],.elementor-kit-24130 input[type="submit"],.elementor-kit-24130 .elementor-button{background-color:var( --e-global-color-primary );font-size:0.9rem;font-weight:600;text-decoration:none;color:var( --e-global-color-61cd75f );border-style:none;border-radius:0px 0px 0px 0px;}.elementor-kit-24130 button:hover,.elementor-kit-24130 button:focus,.elementor-kit-24130 input[type="button"]:hover,.elementor-kit-24130 input[type="button"]:focus,.elementor-kit-24130 input[type="submit"]:hover,.elementor-kit-24130 input[type="submit"]:focus,.elementor-kit-24130 .elementor-button:hover,.elementor-kit-24130 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-61cd75f );border-style:none;border-radius:0px 0px 0px 0px;}.elementor-kit-24130 e-page-transition{background-color:var( --e-global-color-61cd75f );}.elementor-kit-24130 a{color:var( --e-global-color-primary );font-family:"motiva-sans", Sans-serif;}.elementor-kit-24130 a:hover{color:var( --e-global-color-primary );}.elementor-kit-24130 h1{color:var( --e-global-color-text );font-family:"motiva-sans", Sans-serif;font-weight:900;font-style:italic;}.elementor-kit-24130 h2{color:var( --e-global-color-text );font-family:"motiva-sans", Sans-serif;font-weight:700;font-style:italic;}.elementor-kit-24130 h3{color:var( --e-global-color-text );font-family:"motiva-sans", Sans-serif;font-weight:700;font-style:italic;}.elementor-kit-24130 h4{color:var( --e-global-color-text );}.elementor-kit-24130 h5{color:var( --e-global-color-text );font-family:"motiva-sans", Sans-serif;}.elementor-kit-24130 h6{color:var( --e-global-color-text );font-family:"motiva-sans", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:15px;--container-default-padding-right:25px;--container-default-padding-bottom:15px;--container-default-padding-left:25px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}.page-header{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --Primary:#72bf44; --Text:#231f20; --Secondary:#27AAE1; --Black:#000000; --White:#ffffff; --Gray:#ccc; --max-width:1440px; --e-gv-1276458:#72bf44; --e-gv-26f8c8f:#231f20; --e-gv-7719e0b:#27AAE1; --DUP_max-width:1440px; --Accent:#e3641f; }
/* Start custom CSS *//* =============================================================
   MAIN MENU INTERACTIONS (desktop ≥ 768px)
============================================================= */
@media (min-width: 768px) {
.gwn__main-menu .e-n-menu-title {
  position: relative;
}
.gwn__main-menu .e-n-menu-title::before {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 3px;
  background: #72bf44;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
  pointer-events: none;
}
.gwn__main-menu .e-n-menu-item:hover .e-n-menu-title::before,
.gwn__main-menu .e-n-menu-item.e-current .e-n-menu-title::before {
  transform: scaleX(1);
}
}

/* =============================================================
   HEADER BACKGROUND ZOOM LAYER — full cover on all screens
   (Targets the JS-injected wrapper used by the gwn-bg-zoom effect)
============================================================= */
[data-gwn-bg-zoom="wrap"] {
  position: absolute !important;
  inset: 0 !important;
  overflow: hidden !important;
  z-index: -1 !important;
  pointer-events: none !important;
}

[data-gwn-bg-zoom="layer"] {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;

}

@media (max-width: 767px) {
  [data-gwn-bg-zoom="layer"] {
    background-position: center top !important;
  }
}

/* =============================================================
   COORDINATE CYCLE (rotating coordinate text)
============================================================= */
.coord-cycle {
  position: relative;
  height: 20px;
}

.coord-cycle .coord-line {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: coord-swap 7.2s infinite;
  text-align: center;
}

.coord-cycle .coord-line:nth-child(1) { animation-delay: 0s; }
.coord-cycle .coord-line:nth-child(2) { animation-delay: 1.8s; }
.coord-cycle .coord-line:nth-child(3) { animation-delay: 3.6s; }
.coord-cycle .coord-line:nth-child(4) { animation-delay: 5.4s; }

@keyframes coord-swap {
  0%, 22%   { opacity: 1; }
  25%, 100% { opacity: 0; }
}

/* =============================================================
   MOBILE MENU TOGGLE — 9-DOT ORBIT TO X (variant 03a)
   Center: 100% | Edge-mids: 75% | Corners: 50%
============================================================= */

/* Hide Elementor's default toggle icons */
.e-n-menu-toggle .e-n-menu-toggle-icon {
  display: none !important;
}

/* Toggle button — kill all background states + neutralize sizing */
.e-n-menu-toggle,
.e-n-menu-toggle:hover,
.e-n-menu-toggle:focus,
.e-n-menu-toggle:active,
.e-n-menu-toggle[aria-expanded="true"] {
  background: transparent !important;
  background-color: transparent !important;
}

.e-n-menu-toggle {
  color: #fff !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

/* Custom icon container */
.e-n-menu-toggle .gwn-grid-icon {
  width: 32px;
  height: 32px;
  position: relative;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  flex: none;
}

/* The 9 dots — locked dimensions to defeat theme/Elementor overrides */
.gwn-grid-icon .dot {
  position: absolute;
  width: 4px !important;
  height: 4px !important;
  background: currentColor;
  border-radius: 50% !important;
  display: block !important;
  flex: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

/* 3×3 grid positions. Edge-mids get transform-origin pointing to icon center. */
.gwn-grid-icon .g-1 { top: 4px;  left: 4px;  }
.gwn-grid-icon .g-2 { top: 4px;  left: 14px; transform-origin: 2px 12px; }
.gwn-grid-icon .g-3 { top: 4px;  left: 24px; }
.gwn-grid-icon .g-4 { top: 14px; left: 4px;  transform-origin: 12px 2px; }
.gwn-grid-icon .g-5 { top: 14px; left: 14px; }
.gwn-grid-icon .g-6 { top: 14px; left: 24px; transform-origin: -8px 2px; }
.gwn-grid-icon .g-7 { top: 24px; left: 4px;  }
.gwn-grid-icon .g-8 { top: 24px; left: 14px; transform-origin: 2px -8px; }
.gwn-grid-icon .g-9 { top: 24px; left: 24px; }

/* Opacity hierarchy: center 100%, edge-mids 75%, corners 50% */
.gwn-grid-icon .g-2,
.gwn-grid-icon .g-4,
.gwn-grid-icon .g-6,
.gwn-grid-icon .g-8 { opacity: 0.75 !important; }
.gwn-grid-icon .g-1,
.gwn-grid-icon .g-3,
.gwn-grid-icon .g-7,
.gwn-grid-icon .g-9 { opacity: 0.5 !important; }

/* X morph: edge-mids orbit 45° around center, land on arm midpoints */
.e-n-menu-toggle[aria-expanded="true"] .g-2 { transform: translate( 2.07px,  2.07px) rotate(-45deg); }
.e-n-menu-toggle[aria-expanded="true"] .g-4 { transform: translate( 2.07px, -2.07px) rotate(-45deg); }
.e-n-menu-toggle[aria-expanded="true"] .g-6 { transform: translate(-2.07px,  2.07px) rotate(-45deg); }
.e-n-menu-toggle[aria-expanded="true"] .g-8 { transform: translate(-2.07px, -2.07px) rotate(-45deg); }

/* =============================================================
   MAIN MENU POSITIONING
============================================================= */
.gwn__main-menu {
  z-index: 999;
}

.gwn__main-menu button.e-n-menu-toggle {
  position: absolute;
  top: -43px;
  right: 5px;
}

/* =============================================================
   SEARCH PANEL — slide-in from right on desktop
============================================================= */
.gwn-search-panel {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%) translateX(20px);
  width: 360px;
  max-width: calc(100vw - 80px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s;
  z-index: 100;
  background: #fff;
  padding: 12px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.gwn-search-panel.is-open {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.gwn-search-toggle {
  cursor: pointer;
}

.gwn-search-panel.elementor-widget.elementor-widget-algolia_search_box_widget {
  padding: 0;
  background: transparent;
}

/* =============================================================
   SEARCH PANEL — mobile: full-width, anchored below header
   Adapts whether or not a leaderboard ad is present
============================================================= */
@media (max-width: 767px) {
    #subscribe__dropdown .e-n-menu-title-text {
        display: none;
    }
  .gwn-search-panel {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateY(-10px) !important;
    box-sizing: border-box !important;
    z-index: 998 !important;
        box-shadow: none !important;
  }
  .gwn-search-panel.is-open {
    transform: translateY(0) !important;
  }

  /* Header must allow the panel to break out and act as positioning context */
  .gwn-header {
    position: relative !important;
    overflow: visible !important;
  }

  /* Defeat positioning on the panel's ancestors so it anchors to .gwn-header.
     Both wrappers must be `static` — otherwise position:absolute resolves
     against the nearest positioned ancestor (the right-side icon cluster)
     and the panel ends up offset right instead of full-width. */
  .gwn-header .gwn-search-wrapper,
  .gwn-header .gwn-search-subscribe {
    position: static !important;
  }
  .gwn-search-toggle {
      margin-right: -15px!important;
  }
}

/* =============================================================
   ALGOLIA SEARCH FORM
============================================================= */
#algolia-search-form {
  text-align: right;
  display: flex;
  justify-content: end;
}

#algolia-search-form .search-input-wrapper {
  display: inline-block;
  width: 80%;
  max-width: 300px;
  height: 34px;
}

#algolia-search-form .search-input-wrapper input {
  border: 0;
  background-color: #eee;
  border-radius: 0;
  padding: 0.25rem 1rem;
  height: 33px;
      border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

#algolia-search-form button {
  padding: 0.25rem 1rem;
  height: 33px;
      border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.elementor-widget-algolia_search_box_widget {
  width: 100%;
}

/* On mobile, let the form fill the wider panel */
@media (max-width: 767px) {
  #algolia-search-form .search-input-wrapper {
    width: 100%;
    max-width: none;
    flex: 1;
  }
  #algolia-search-form .search-input-wrapper input, #algolia-search-form button {
      height: 40px;
      border-radius: 0;
  }
  
}

/* =============================================================
   FOOTER MENUS
============================================================= */
.footer__menus ul li:first-of-type a {
  text-transform: uppercase;
  padding-top: 0;
  font-size: 1.1rem !important;
  letter-spacing: 1px;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .footer__menus ul li {
    text-align: center !important;
  }
  .footer__menus ul li a {
    display: block;
  }
}
/* Diversified portfolio logos — footer */
.gwn-tech-portfolio .e-svg-base {
  color: #9a9a9a;
  transition: color 0.2s ease;
}
.gwn-tech-portfolio .e-svg-base:hover {
  color: #fff;
}

/* Filled shapes */
.gwn-tech-portfolio .e-svg-base svg path,
.gwn-tech-portfolio .e-svg-base svg polygon,
.gwn-tech-portfolio .e-svg-base svg rect {
  fill: currentColor !important;
}

/* Outlined shapes — Commercial UAV ring, etc. */
.gwn-tech-portfolio .e-svg-base svg circle,
.gwn-tech-portfolio .e-svg-base svg ellipse {
  fill: none !important;
  stroke: currentColor !important;
}
.subscribe-form p {
    font-size:.6rem;
    padding-left: 5px;
    line-height: .7rem;
    padding-bottom: 0;
    margin-bottom: 5px;
}
.subscribe-form p a {
    color: #333;
    text-decoration: underline;
}
.subscribe-form form .mktoFormRow:nth-of-type(7), .subscribe-form label
 {
    display: none;
}
.subscribe__wrapper .e-n-menu-content {
    width: 400px !important;
    right: 0 !important;
    left: revert !important;
    padding: 0!important;
    margin: 0!important;
}
.subscribe-form input {
    border: 0;
    padding: 10px!important;
}
.subscribe-form .mktoForm .mktoButton, .subscribe-form .mktoForm .mktoButton[disabled], .subscribe-form .mktoForm .mktoButton[disabled]:hover {
    background: #231f20!important;
    background-color: #231f20 !important;
    border-radius: 6px!important;
    opacity: 1;
    padding: 6px 15px !important;
}

@media (min-width: 768px) {
     .subscribe-form .mktoForm {
         width: 100%!important;
         padding-top: 10px;
         padding-left: 5px;
         padding-right: 5px;
     }
    .subscribe-form span.mktoButtonWrap.mktoSimple {
    margin: 0 !important;
}
.subscribe-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    min-height: 37px;
    border: 0;
    width: 100%;
}
.subscribe-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover, .subscribe-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active, .subscribe-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus {
    border: 0!important;
    background-color: #267090!important;
}
.subscribe-form p {
    clear: both;
}
      .subscribe-form .mktoForm input[type=email] {
          width: 100%!important;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
      }
    .subscribe-form .mktoForm .mktoFormRow {
        float: left;
        width: 65%;
    }
        .subscribe-form .mktoForm .mktoButtonRow {
        margin-top: 0;
        width: 35%;
    }
    .subscribe-form .mktoForm .mktoOffset {
        display: none;
    }
   .subscribe-form .mktoForm .mktoFieldWrap, .subscribe-form .mktoForm .mktoFormCol {
    width: 100%;
}
button#e-n-menu-dropdown-icon-1891 {
    margin: 0;
}
.leaderboard__ad p {
    margin: 0;
    overflow: hidden;
    border-radius: 4px;
    margin-top: 10px;
}

}

@media (max-width: 767px) {
    .subscribe__cta--homepage form .mktoFormRow:nth-of-type(1) {
        width: 60%!important;
    }
   .bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp .small.svelte-587imk .end.svelte-587imk {
        display: none!important;
    }

.leaderboard__ad p {
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    margin-top: 0;
}
    #subscribe__dropdown, #subscribe__dropdown i {
        background-color: transparent;
        color: #72BF44!important;
    }
     #subscribe__dropdown:hover, #subscribe__dropdown:active, #subscribe__dropdown i:hover, #subscribe__dropdown i:active {
        background-color: transparent;
        color: #27AAE1;
    }
       .subscribe__wrapper .e-n-menu-wrapper {
        --stretch-width: 100vw !important;
        --stretch-left: 0 !important;
    }

    .subscribe__wrapper .subscribe-dropdown {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        top: 100px !important;        /* match your header bottom */
        width: 100vw !important;
        max-width: 100vw !important;
        margin: 0 !important;
        padding: 1.5rem !important;  /* breathing room inside */
        box-sizing: border-box;
        padding: 0!important;
        
    }

    .subscribe__wrapper .subscribe-dropdown > .e-con-inner {
        width: 100% !important;
        max-width: 100% !important;
    }
    .elementor .e-d336c24-75b2c0b {
        width: 100%!important;
        border-radius: 0!important;
    }
    .subscribe__cta--homepage form {
        padding: 0;
    }
    input#Email {
        height: 36px;
                min-width: 100px !important;
    }
    .dc-tt-wrap {
        margin-left: 5px!important;
    }
    .elementor .e-d954e8a-8297ad0 {
        width: 95px!important;
    }
    #subscribe__dropdown .fa-envelope {
        font-size: 20px!important;
    }
}

.elementor-sticky--active {
    background-color: rgba(26,37,48, 0.75);
    width: 100% !important;
    left: 0 !important;
    backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.elementor-sticky--active .logo__sticky {
    display: flex!important;
    padding-top: 22px!important;
}
 .lower__header .lower__header--inner {
    max-width: 1440px;
    margin: auto;
}
.elementor-sticky--active .gwn__main-menu {
    padding-left: 50px;
}
.elementor-sticky--active .e-n-menu-title {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.author__info--container img {
    border-radius: 100px;
    max-width: 50px;
}

.author__image {
    width: 40%!important;
        justify-content: center;
}
.elementor .author__inner li {
    justify-content: center!important;
    width: 100%!important;
}
.author__inner, .author__image {
    padding: 0 !important;
}

.elementor .author__inner {
    font-size: .9rem;
    font-weight: 500;
    justify-content:start!important;
    padding-right: 0!important;
}
.elementor .author__inner li a:hover {
    color: #72bf44!important;
    text-decoration: none;
}
.elementor .author__inner li, .job__title {
    display: block;

}
.job__title {
    padding-left: 8px;
    color: #707070;
    font-weight: 400;
    font-style: italic;
    font-size: .8rem;
}
.author__info--container {
    width: 100%;
    padding-right: 0!important;
}
 .gwn__bg--animation:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

#terrain-flyover-bg:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.gwn-header:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
   background: radial-gradient(circle, rgba(25, 35, 45, 0.25) 0%, rgba(25, 35, 45, 0) 100%);
}
.gwn__category li span.elementor-post-info__terms-list-item {
    background-color: #ddd;
    border-radius: 4px;
    padding: 4px 10px !important;
   
    display: inline-block !important;
}
.author__info--inner {
    padding-right: 0!important;
}
@media (max-width: 1275px) {
    .elementor .author__inner li, .job__title {
        display: flex;
        padding-left: 0;
    }
    .author__image {
    justify-content: center!important;
    width: 100%!important;

}
    .job__title {
        padding-bottom: 10px;
        padding-left: 0;
    }
     .elementor .author__inner li span {
        padding-left: 0!important;
    }

    .job__title .e-con-inner div {
        text-align: center!important;
    }
    .author__info--inner {
        flex-direction: column!important;
        justify-content: center!important;
        padding-left: 0!important;
    }
}
.elementor-share-btn__icon {
    width: 2.5em!important;
    margin-left: 4px!important;
    margin-right: 4px!important;
}
.most__read--img img {
    min-height: 50px;
}

.subscribe__sidebar form {
    width: 100% !important;
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
}
.subscribe__sidebar .mktoHtmlText.mktoHasWidth p {
    color: #fff!important;
        font-size: .6rem !important;
    line-height: 10px;
}

.subscribe__sidebar .mktoForm .mktoFieldWrap, .subscribe__sidebar .mktoForm .mktoFormCol {
    width: 100%!important;
    margin: 0!important;
}
.subscribe__sidebar label {
    display:none!important;
}
.subscribe__sidebar .mktoHtmlText.mktoHasWidth, .subscribe__sidebar input {
    width: 100% !important;
    border: 0!important;
    min-height:30px!important;
}
.subscribe__sidebar span.mktoButtonWrap.mktoSimple {
    margin: 0!important;
}
.subscribe__sidebar .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    border: 0!important;
    border-radius: 4px;
    background-color: #72bf44!important;
    background-image: none!important;
}
.subscribe__sidebar .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
    background-color: #27aae1!important;
}
.subscribe__sidebar .mktoFormRow:nth-of-type(1) {
    order: 1;
}
.subscribe__sidebar .mktoButtonRow {
    order: 2;
    margin-top: 5px;
    display: flex;
    justify-content: center;
}
.subscribe__sidebar .mktoFormRow:nth-of-type(7) {
    order: 3;
}
blockquote {
    font-style: italic;
    font-size: 1.5rem;
    color: #707070;
    font-weight: 500;
}
.mr__ad iframe{
    border-radius: 4px;
    overflow: hidden;
}
.author__full-bio .author__image { justify-content: start; 
    width: 100px!important;
}
.author__bio {
    padding-left: 5px;
}
.author__bio p {
    font-size: 1rem;
}
.author__bio div {
    padding: 0;
    font-weight: 400;
}
.author__bio .e-con-inner {
    padding-top: 0;
    padding-bottom: 0;
}

.author__full-bio .author__info--container img {
    max-width: 80px;
}
.author__full-bio .author__info--inner {
    padding-left: 0!important;
    flex-direction: row!important;
}
.author__full-bio .author__inner li {
 font-size: 1.5rem;
 font-weight: 800;
     line-height: 1rem;
 justify-content: start !important;
}
.author__view-more-btn li .elementor-post-info__item--type-terms {
    font-size: 1rem;
    padding: 0;
        margin-inline: 0;
}

.author__view-more-btn li .elementor-post-info__item--type-terms span, .author__view-more-btn li .elementor-post-info__item--type-terms span a {
    color: #27aae1!important;
    font-style: italic;
}
.author__view-more-btn {
    margin-top: -5px;
    margin-left: 0!important;
    
}
.author__view-more-btn a:hover {
    cursor: pointer;
}
.author__view-more-btn li .elementor-post-info__item--type-terms span a {
    text-decoration: underline;
}


.author__img--featured div {
    border-radius: 100px;
}

.author__info--featured span {
    padding-left: 0 !important;
}
.gwn__tags  li span.elementor-post-info__terms-list-item {
    background-color: #ddd;
    border-radius: 3px;
    padding: 4px 10px !important;
    text-transform: uppercase;
}


.sidebar__ad iframe {
    border-radius: 4px;
    margin: 0;
}
.sidebar__ad p {
    margin: 0;
}
.subscribe__cta p, .subscribe__cta--homepage p {
    color: #fff;
    font-size: .6rem;
    line-height: .7rem;
}
.subscribe__cta label, .subscribe__cta--homepage label  {
    display: none;
}
.subscribe__cta form, .subscribe__cta--homepage form {
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    max-width: 100%!important;
}
.subscribe__cta form .mktoFormRow:nth-of-type(1), .subscribe__cta--homepage form .mktoFormRow:nth-of-type(1) {
    order: 1;
}
.subscribe__cta form .mktoFormRow:nth-of-type(7), .subscribe__cta--homepage form .mktoFormRow:nth-of-type(7)  {
    order: 3;
}
.subscribe__cta form .mktoButtonRow, .subscribe__cta--homepage form .mktoButtonRow {
    order: 2;
}
.author__image--featured img {
    border-radius: 100px;
        width: 30px;
    margin-top: 10px;
}
.author__featured .author__name li {
    margin-left: 0!important;
}
.featured__item--date span {
    padding-left: 0!important;
}
.subscribe__cta input, .subscribe__cta--homepage input {
    min-height: 36px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
border-top-left-radius: 6px!important;
border-bottom-left-radius: 6px!important;
    width: 100% !important;
    min-width: 250px!important;
    padding: 5px !important;
  
    border: 0!important;
}

.subscribe__cta .mktoButtonRow span, .subscribe__cta--homepage  .mktoButtonRow span {
    margin: 0 !important;
}
.subscribe__cta .mktoButton, .subscribe__cta--homepage .mktoButton {
    background: none!important;
    background-color: #72BF44!important;
    border:0!important;
    border-top-left-radius:0!important;
    border-bottom-left-radius: 0!important;
    min-height: 36px!important;
    border-top-right-radius:6px!important;
    border-bottom-right-radius:6px!important;
}
button.dc-tt-icon {
    background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    font-size: .6rem;
    width: 15px;
    height: 15px;
}
button.dc-tt-icon:hover {
    background: #555;
    border: 1px solid #efefef;
    border-radius: 20px;
}
span#dc-tt-msg {
    padding: 10px;
    left: revert;
    right: -20px;
}
.dc-tt-content::after {
    left: revert!important;
    right: 22px;
}

.hidden {
    display: none;
}
.sponsor-name {
    font-weight: bold;
}
.swiper {
    z-index: 0!important;
}
@media (min-width: 1024px) {
    .editors__picks .elementor-swiper-button-next,  .editors__picks .elementor-swiper-button-prev {
        display: none!important;
    }
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
    background-color: #27AAE1!important;
}
.upper__header:has(.e-n-menu-content.e-active) {
  z-index: 10000!important;
}
.pages-hit-item time {
    display: none;
}
.gwn__category a.elementor-post-info__terms-list-item {
    display: inline-block;
    white-space: nowrap;
    line-height: 2rem;
}

/* Sponsored Section BGs */
.is-blue, .is-Blue {
    background-image: linear-gradient(133deg, rgba(0, 174, 212) 20%,rgba(13, 116, 185) 100%);
}
.is-red, .is-Red {
        background-image: linear-gradient(133deg, rgba(224, 40, 12, 1) 19%, rgba(123, 0, 0, 1) 100%);
}
.is-purple, .is-Purple {
    background-image: linear-gradient(133deg, rgba(147, 29, 196, 0.91) 18%, rgba(50, 6, 117, 1) 100%);
}
.is-green, .is-Green {
    background-image: linear-gradient(133deg, rgba(30, 197, 71, 1) 19%, rgba(43, 118, 6, 1) 100%);
}
.is-gray, .is-Gray {
    background-image: linear-gradient(133deg, rgba(174, 174, 174, 0.91) 18%, rgba(95, 95, 95, 1) 100%);
}
.is-black, .is-Black {
    background-image: linear-gradient(133deg, rgba(62, 62, 62, 0.91) 17%, rgba(0, 0, 0, 1) 97%);
}
.is-orange, .is-Orange {
    background-image: linear-gradient(133deg, rgba(255, 112, 0, 0.91) 18%, rgba(184, 77, 0, 1) 100%);
}
.is-teal, .is-Teal {
        background-image: linear-gradient(133deg, rgba(80, 193, 189, 0.91) 17%, rgba(2, 132, 138, 1) 97%);
}

/* Default Page Title Banner */
.page-header {
        display: flex;
        justify-content: center;
        width: 100%;
            background-color: #DDDDDD;
    background-image: url(https://media.geoweeknews.com/wp-content/uploads/2026/05/topographic1.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
   
    align-items: center;
position: relative;
    min-width: 100%;
}
.page-header::before {
    content:"";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(140deg, #72BF4485 0%, #27AAE194 100%);
    
}
.page-header h1.entry-title {
    margin: 0!important;
   padding: 60px 30px;
    text-align: center;
    width: 100%;
    font-weight: 900;
    font-style: italic ;
    z-index: 0;
}
.newsletters-footer-link a {
    pointer-events: none;
}

#thankyou {
    display: none;
    border-radius: 4px;
    background-image: linear-gradient(140deg, rgba(129, 204, 165, 0.71) 0%, rgba(47, 200, 235, 0.33) 98%);
    padding: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 40px;
}
 .e-filter-item[aria-pressed=true]:before {
    content: '\f14a';
     font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
    margin-right: 8px;
    margin-top: 1px
}

 .e-filter-item:not([aria-pressed=true]):before {
    content: '\f0c8';
     font-family: "Font Awesome 5 Free" !important;
  font-weight: 500 !important;
    margin-right: 8px;
    margin-top: 1px;
}
.grid-filter button, .grid-filter .e-filter-item[aria-pressed="true"] {
    color: #72BF44!important;
}
.grid-filter .e-filter-item[aria-pressed="false"] {
    color: #555!important;
}
.e-loop-item .elementor-page-title, .e-loop-item h1.entry-title {
    display: block!important;
}
.sponsor-name {
    padding-left: 4px;
}


.marketo__sidebar-form .mktoForm, .marketo__sidebar-form .mktoForm .mktoField, .marketo__sidebar-form .mktoForm .mktoFieldWrap, .marketo__sidebar-form .mktoForm .mktoFormCol {
    width: 100%!important;
}
.marketo__sidebar-form .mktoForm .mktoRadioList > input, .marketo__sidebar-form .mktoForm .mktoCheckboxList > input {
    width: auto!important;
}
.marketo__sidebar-form .mktoForm .mktoOffset {
    display: none;
}
.marketo__sidebar-form .mktoForm input[type=text], .marketo__sidebar-form .mktoForm input[type=url], .marketo__sidebar-form .mktoForm input[type=email], .marketo__sidebar-form .mktoForm input[type=tel], .marketo__sidebar-form .mktoForm input[type=number], .marketo__sidebar-form .mktoForm input[type=date], .marketo__sidebar-form .mktoForm textarea.marketo__sidebar-form .mktoField, .marketo__sidebar-form .mktoForm select.mktoField {
    min-height: 36px;
    border: 0;
    margin-top: 5px;
}
.marketo__sidebar-form .mktoForm .mktoHtmlText span {
    line-height: .78rem !important;
    font-size: .6rem !important;
    display: block;
}
.marketo__sidebar-form span.mktoButtonWrap.mktoSimple {
    margin: 0 !important;
}
.marketo__sidebar-form .mktoButtonRow {
    display: block!important;
    text-align: center !important;
    }
   .marketo__sidebar-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
        border: 0!important;
        background: #72BF44!important;
        border-radius: 3px;
    }
.e-loop-item.type-report img {

    object-fit: contain;
    width: 100%;
}
.e-loop-item.type-webinar .upcoming-live-webinars {
    background: linear-gradient(140deg, rgba(114, 191, 68, 0.6) 0%, rgba(39, 170, 225, 0.6) 100%);
    padding: 4px 10px;
    border-radius: 4px;
    transition: ease all 0.2s;
}
a.elementor-post-info__terms-list-item.featured {
    display: none!important;
}
.dc-get-in-touch__link, .dc-get-in-touch__link:hover {
    color: #27AAE1!important;
}
.gwn__webinar--cat .elementor-post-info__terms-list-item {
  display: none!important;
}
.gwn__webinar--cat .elementor-post-info__terms-list-item.upcoming-live-webinar,
.gwn__webinar--cat .elementor-post-info__terms-list-item.on-demand-webinar {
  display: inline!important;
}

.gwn__related--category .elementor-post-info__terms-list-item.upcoming-live-webinars,
.gwn__related--category .elementor-post-info__terms-list-item.on-demand-webinars {
  display: none!important;
}
.mktoForm.mktoLayoutAbove .mktoLabel, .mktoForm.mktoLayoutAbove .mktoField, .mktoForm .mktoFormCol, .mktoForm .mktoFieldWrap, .mktoForm, .mktoHtmlText.mktoHasWidth {
    width: 100% !important;
}
.mktoButtonRow {
    width: 100% !important;
    display: flex!important;
    justify-content: center;
}
.subscribe__cta--homepage .mktoButtonRow, .subscribe__cta .mktoButtonRow, .subscribe__cta--homepage .mktoForm .mktoFormCol, .subscribe__cta .mktoForm .mktoFormCol, .subscribe__cta .mktoForm .mktoFieldWrap, .subscribe__cta--homepage .mktoForm .mktoFieldWrap {
    width: auto!important;
}
span.mktoButtonWrap.mktoSimple {
    margin: 0 !important;
}
.subscribe__cta .mktoButton {
    background-color: #000 !important;
}
.subscribe__cta .mktoForm .mktoOffset {
    width: 0!important;
}
.elementor .subscribe__cta {
    width: 360px!important;
}
.elementor .subscribe__cta input {
   border-top-left-radius:4px!important;
   border-bottom-left-radius:4px!important;
}
.elementor .subscribe__cta p a {
    color: #fff!important;
    text-decoration: underline!important;
    margin: 0!important;
    padding: 0!important;
}
.elementor .subscribe__cta .mktoButton {
    border-top-right-radius: 4px!important;
    border-bottom-right-radius: 4px!important;
}
.subscribe__cta form .mktoFormRow:nth-of-type(7)  .mktoFormCol {
    margin-bottom: 0!important;
} 
.elementor-post-info__terms-list-item.pending-webinar {
    display: none!important;
}
.e-loop-item.webinar img {
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

@media (max-width: 767px){
  .subscribe-dropdown .subscribe__cta { 
      display: flex !important;
      width: 100% !important;
    top: 0;
    border-radius: 0 !important;
      
  }
  .subscribe__wrapper .subscribe-dropdown {
      top: 80px!important;
  }
    .subscribe__wrapper .subscribe-dropdown {
    position: fixed !important;
    top: var(--gwn-header-bottom, 162px) !important; 
    left: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
  }

 .subscribe-dropdown .subscribe__cta .mktoForm .mktoFormRow:has(input[type="email"]) {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;   
    float: none !important;
  }


  .subscribe-dropdown .subscribe__cta .mktoForm .mktoFormRow:has(input[type="email"]) .mktoFieldWrap,
 .subscribe-dropdown  .subscribe__cta .mktoForm .mktoFormRow:has(input[type="email"]) .mktoFieldDescriptor,
  .subscribe-dropdown .subscribe__cta .mktoForm .mktoFormRow:has(input[type="email"]) .mktoField,
  .subscribe-dropdown .subscribe__cta .mktoForm input[type="email"] {
    width: 100% !important;
    box-sizing: border-box !important;
    float: none !important;
  }


  .subscribe-dropdown .subscribe__cta .mktoForm .mktoButtonRow {
    flex: 0 0 auto !important;
    width: auto !important;
    float: none !important;
  }

  .subscribe-dropdown .subscribe__cta .mktoForm .mktoOffset { display: none !important; 
}
.related__icon--box .elementor-icon-box-icon {
    margin-top: 8px;
}

}

  .mkto-message { display: none; }
.profile__img img {
    min-height: 100px!important;
    object-fit: cover!important;
}
a.gwn-child-cats__link.gwn-child-cats__link--parent {
   font-size: .6rem;
    color: #555;
    margin-bottom: 20px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    
}
a.gwn-child-cats__link.gwn-child-cats__link--parent:before {
    content:"\f060";
    font-size:.65rem;
    color: #555;
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free"; 
  font-weight: 900;            
  margin-right: 8px;
}
li.gwn-child-cats__item.gwn-child-cats__item--active {
       background: rgba(255, 255, 255, 0.65);
    
}
li.gwn-child-cats__item.gwn-child-cats__item--active a {
    color: #167269;
}
.custom-pagination {
    border-top: 1px solid #eee;
    margin-top: 30px !important;
}
.custom-pagination:before {
    content: "Showing the 30 most recent articles. View by year to view more.";
    font-size: .8rem;
    color: #555;
    padding-bottom: 10px;
    display: block;
    padding-top: 10px;
}
span.pagination-item.date-period a {

    padding: 4px 10px !important;
}

@media (max-width: 992px) {
  #ais-wrapper #ais-main,
  #ais-wrapper #ais-facets {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    min-width: auto !important;
  }
  .ais-Hits-item {
      border: 0!important;
  }
}
p.in-article-ad iframe {
    border-radius: 4px;
}
p.in-article-ad {
    text-align: center;
}
.article__body p.MsoNormal {
    margin-top: 10px;
    margin-bottom: 0;

}
.article__body ul {
    margin-bottom: 12px;
    margin-top: 10px;
}
.article__body hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.article__body .wp-block-gallery img {
    padding: 0!important;
}


.hub__sidebar--left li.gwn-child-cats__item.gwn-child-cats__item--parent {
    display: none;
}

.gwn__tags .elementor-post-info__terms-list-item {
    margin: 4px!important;
    display: inline-block!important;
}
.wp-block-gallery.is-cropped figure.wp-block-image img {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.sidebar__ad-2 {
    padding: 0 !important;
}/* End custom CSS */