@media only screen and (max-width: 768px) {
HTML, body {
  width: 100%;
  overflow-x: hidden;
  margin: 0; 
}}

html, body {
  width: 100%;
  overflow-x: hidden;
  background-color: #d3d3d3 !important;
} 

body header,
body footer,
.site-banner,
.blog-listing,
.header-links-column {
font-size: 1rem;
}

.max-w-screen-3xl {
  max-width: 1920px;
  margin: 0 auto;
  background: #fff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 2rem !important;
}
p {
    margin-bottom: 2rem !important;
}
p:last-child {
    margin-bottom: 0 !important;
}

.btn {box-sizing: content-box;}

.fixed-nav {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, .8);
  padding-left: calc(1.5rem * 1.5);
  padding-right: calc(1.5rem * 1.5);
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 5;
  max-width: 1920px;
}
.site-banner {
  max-width: 1920px;
}
.site-banner-close {
  cursor: pointer;
}
.dnd-header,
.main-wrapper {
  padding: 0 !important;
}
.flex {
  display: flex
}
.header-logo, .footer-logo {
  max-height: 29px !important;
  display: block !important;
}
.section-topnav {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 5;
}

.btn.top-nav-cta {
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.6px;
  display: inline-block;
  font-size: 0.875rem;
}

.btn.body-nav-cta {
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.6px;
  display: inline-block;
  font-size: 1rem;
  border: 2px solid #000;
  border-radius: 100px;
}
.btn.body-nav-cta:hover {
  color: #fff;
  background: #000;
}

.top-nav-cta.btn.btn-nav-cta {
  border: 2px solid;
  border-color: #fff;
  border-radius: 100px;
}
.top-nav-cta.btn.btn-nav-cta:hover {
  background-color: #fff;
  color: #000;
}
/*
.top-hero-cta {
  border: 2px solid #fff;
  border-radius: 35px;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.6px;
  display: inline-block;
}
*/
.top-sandwich-nav-logo {
  height: 48px;
  width: 48px;
}
.top-nav-block {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-nav-block li {
  display: inline-block;
  padding-left: 15px;
}
.align-items-center {
  align-items: center;
}
header.container {
  padding-left: calc(1.5rem * 1.5);
  padding-right: calc(1.5rem * 1.5);
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom-right-radius: 100px;
}
.text-dark-grey {
  color: #93989D !important;
}
@media (max-width: 767.98px) {
  .site-header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .site-header img {
    margin: 0 !important;
  }
  .site-header .utility-nav li {
    margin-right: 0 !important;
  }
  
}
.flex-wrap {
  flex-wrap: wrap;
}

@media (min-width: 768px) {
    .md-w-2 {
        width:50%
    }
    .md-w-1 {
        width:100%
    }
}

@media (min-width: 1024px) {
    .lg-w-2 {
        width:50%;
    }
    .lg-w-3 {
        width:33.333333%
    }
    .lg-w-4 {
        width: 25%
    }
}
.two-cols-full-width-img {
    width: 100%;
    max-width: 596px;
}

.block .four-column-img img {
    height: 70px;
}
.space-between {
  justify-content: space-between;
}
.header-hero {
  margin: 0 auto;
  padding: 0 40px;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100% !important;
  }
/*   .header-hero, footer .container {max-width: 540px !important;} */
  .header-hero, footer .container {max-width: 100% !important;}  
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 100% !important;
  }
/*   .header-hero, footer .container {max-width: 720px !important;} */
  .header-hero, footer .container {max-width: 100% !important;}  
/*   .hero-content-block {width: 100% !important;} */
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 100% !important;
  }
  .header-hero, footer .container {max-width: 100% !important;}
/*   .hero-content-block {width: 41.66666667% !important;} */
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100% !important;
  }
  .header-hero, footer .container {max-width: 1140px !important;}
  
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
   max-width: 100% !important;
  }
  .header-hero, footer .container {max-width: 1600px !important;}
}

.header-mobile-nav {
  display: none;
}
.header-desktop-nav {
  display: flex;
}
@media (max-width: 1380px) {
  .header-mobile-nav {
    display: block;
  }
  .header-desktop-nav {
    display: none;
  }
}

/* Contact form pop-up */
.contact-form-top-nav {
  position: fixed;
  top: 0;
  right: -120%;
  transition: right 0.5s ease;
  width: 100vw;
  height: 100vh;
  background: #000;
  padding: 20px 2.25rem;
  z-index: 10;
  overflow-y: scroll;
}
.contact-form-top-nav.show-contacts {
  right: 0;
}
.contact-form-top-nav .two-cols-left-aligned {
  margin: 0 auto;
  height: calc(100vh - 72px);
}
.contact-us-col {
  width: 50%;
  padding: 0 5rem;
}
.contact-us-form {
  border-left: 1px solid #93989D;
}
/* HubSpot Form Style */
.hubspot-form .field label.hs-error-msg {
  color: red;
  display: inline;
  font-size: 1rem;
  position: relative;
  opacity: 1;
}
.hubspot-form .field ul {
  list-style: none;
  text-align: left;
  margin-left: 0;
  padding-left: 0;
}
.hubspot-form .field .input {
  margin-right: 15px;
}
.hubspot-form .field input[type=text],
.hubspot-form .field input[type=email],
.hubspot-form .field input[type=tel],
.hubspot-form .field textarea {
  background: #303134 0% 0% no-repeat padding-box;
  border: 1px solid #888888;
  border-radius: 2px;
  opacity: 1;
  padding: 20px 10px !important;
  width: 100%;
}
.hubspot-form .field input[type=submit] {
  background: #0043ED;
  width: 100%;
  
}

.hubspot-form .field input[type=text]::-moz-placeholder, .hubspot-form .field input[type=email]::-moz-placeholder, .hubspot-form .field input[type=tel]::-moz-placeholder, .hubspot-form .field textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.hubspot-form .field input[type=text]:-ms-input-placeholder, .hubspot-form .field input[type=email]:-ms-input-placeholder, .hubspot-form .field input[type=tel]:-ms-input-placeholder, .hubspot-form .field textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.hubspot-form .field input[type=text]::-ms-input-placeholder, .hubspot-form .field input[type=email]::-ms-input-placeholder, .hubspot-form .field input[type=tel]::-ms-input-placeholder, .hubspot-form .field textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.hubspot-form .field input[type=text]::placeholder,
.hubspot-form .field input[type=email]::placeholder,
.hubspot-form .field input[type=tel]::placeholder,
.hubspot-form .field textarea::placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.hubspot-form .field input[type=text]:focus,
.hubspot-form .field input[type=email]:focus,
.hubspot-form .field input[type=tel]:focus,
.hubspot-form .field textarea:focus {
  outline: none;
}
.hubspot-form .field select {
  background-color: transparent;
  padding: 10px 0px;
  border-bottom: 1px solid #fff;
  width: 100%;
}
.hubspot-form .field select:focus {
  outline: none;
}
.hubspot-form .field select.is-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.hubspot-form .hs-submit {
  text-align: center;
  padding: 35px 0px 0px;
}
.hubspot-form .hs-submit input[type=submit] {
  background: #0043ED;
  width: 100%;
  padding: 14px 28px;
  border-radius: 100px;
  cursor: pointer;
  border: 0;
  color: #fff;
}
.hubspot-form .hs-submit input[type=submit]:hover {
  background: #fff;
  color: #0043ED;
}
.hubspot-form .field {
  float: none !important;
  width: 100% !important;
  margin-bottom: 10px;
}
.space-around {
justify-content: space-around;
}
.space-between {
justify-content: space-between;
}

{# Desktop Nav Style #}
.header-desktop-nav .submenu,
.header-desktop-nav .sub-submenu {
  display: none;
  opacity: 0;
  transform: translateY(-10px); /* slight move up */
  transition: all 0.3s ease;
  padding: 0;
  list-style: none;
}

ul.sub-submenu li:last-child {
  padding-bottom: 0;
}

.header-desktop-nav .submenu.show,
.header-desktop-nav .sub-submenu.show {
  display: flex;
  opacity: 1;
}

.header-links-col-heading a {
  cursor: pointer;
}
.header-links-column {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.submenu.show {
  position: absolute;
  top: 92px;
  right: 0;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  border-radius: 8px;
  background: #000;
  color: #fff;
/*
  left: 50%;
  transform: translate(-50%, 0);
*/
  justify-content: space-between;
  flex-wrap: wrap;
  width: 780px;
}
ul.submenu.show a {
  color: #fff;
  text-decoration: none;
}
ul.submenu.show li {
  padding: 0;
  width: 390px;
}
ul.submenu.show li.external {
  padding: 0 20px;
  font-size: 140%;
  border-top: 1px solid #6c6c6c;
}
ul.submenu.show a.submenu-link-wrap {
  display: flex;
  padding: 18px 20px;
  align-items: center;
}
.submenu-img {
  width: 35px;
  height: 35px;
  margin-right: 1rem;
}
.submenu-title {
  font-size: 1.125rem;
  font-weight: bold;
}
.submenu-subtitle {
  font-size: 0.875rem;
}

ul.submenu.show a:hover {
  background: #1c1b1b;
}

.btn.btn-outlined-dark {
  border: 2px solid #222529;
  border-color: #222529;
  border-radius: 50px;
  color: #fff;
  margin: 0 2rem;
}
.btn.btn-outlined-dark:hover {
  border: 2px solid #2F2F31;
  border-color: #2F2F31;
  border-radius: 50px;
  color: #fff;
  background-color: #2F2F31;
}
.btn.btn-outlined-black {
  border: 2px solid #222529;
  border-color: #222529;
  border-radius: 50px;
  color: #000;
  margin: 0 2rem;
}
.btn.btn-outlined-black:hover {
  border: 2px solid #2F2F31;
  border-color: #2F2F31;
  border-radius: 50px;
  color: #fff;
  background-color: #2F2F31;
}
.header-links-column a[target="_blank"] {
  font-size: initial;
}
.header-links-column a[target="_blank"]::after {
  content: url('https://gonorth.com/hubfs/north_east_FILL0_wght300_GRAD0_opsz24.png');
  display: inline-block;
  margin-left: 5px; 
  vertical-align: middle; 
}
{# End Desktop Nav Style #}
{# Mobile Nav Style #}
.header-mobile-nav .main-menu {
  position: absolute;
  top: 92px;
  right: 0;
  width: 100%;
  min-width: 375px;
  max-width: 500px;
  width: 100%;
  color: #fff;
  background: #000;
}
.submenu-btn, .submenu-btn-parent {
  color: #fff;
  padding: 10px 20px;
  font-size: 140%;
  border-bottom: 1px solid #707070;
  display: flex;
  justify-content: space-between;
}
.submenu-btn::after {
  content: "\2192"
}
.header-mobile-nav ul.submenu-mob.show {
  list-style: none;
  color: #fff;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  min-width: 375px;
  max-width: 500px;
  top: 0;
  min-height: 250px;
  background: #000;
}
.header-mobile-nav .header-links-col-heading a,
.header-mobile-nav a,
.header-mobile-nav .header-links-col-heading:hover a,
.header-mobile-nav .header-links-col-heading:focus a {
  text-decoration: none;
  color: #fff;
}

.submenu-mob.show li {
  padding: 10px 20px;
}

.submenu-mob.show li:last-child {
  padding-bottom: 40px;
}

.header-mobile-nav .submenu-mob a {
  font-size: 1.5rem;
}

.header-mobile-nav .main-menu,
.header-mobile-nav .submenu-mob {
    display: none; /* Hide everything initially */
}

.header-mobile-nav .main-menu.show {
    display: block; /* Show main menu */
}

.header-mobile-nav .submenu-mob {
    display: none; /* Submenus hidden initially */
    margin-left: 20px;
}

.header-mobile-nav .submenu-mob.show {
    display: block; /* Show submenu when toggled */
}

.sandwich-btn {
    cursor: pointer;
    font-size: 24px;
    padding: 10px;
}

.header-links-col-heading a {
    cursor: pointer;
    text-decoration: none;
}

.sandwich-btn {
    width: 52px;
    height: 52px;
    background-color: white;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid black;
    transition: all 0.3s ease;
}

.sandwich-btn:before,
.sandwich-btn:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 3px;
    background-color: black;
    transition: all 0.3s ease;
}

.sandwich-btn:before {
    top: 18px;
}

.sandwich-btn:after {
    bottom: 18px;
}

.sandwich-btn.clicked:before {
    transform: rotate(45deg);
    top: 50%;
    bottom: auto;
}

.sandwich-btn.clicked:after {
    transform: rotate(-45deg);
    top: 50%;
    bottom: auto;
}

.sandwich-btn.clicked {
    transform: rotate(180deg); /* Optional: Rotating the button itself */
}

{# End Mobile Nav Style #}

{# Desktop Banner styles #}
.banner-active .fixed-nav {
/*     top: 45px; */
}
.banner-active header{
  padding-top: 145px;
}
.site-banner{
    color: #FFFFFF;
    text-align: center;
    padding: 15px 0px;
/*     position: fixed; */
    position: relative;
    top: -20px;
    width: 100%;
    z-index: 999;
}
.site-banner p {
    margin-bottom: 0px !important;
}
.site-banner-close {
    float: right;
    color: white;
    width: 50px;
    margin-top: -7px;
    margin-right: 15px;
}
{# End Desktop Banner styles #}
{# Mobile Message Banner styles #}
@media screen and (max-width: 630px){
  .banner-active .fixed-nav {
/*       top: 65px; */
  }
  .banner-active header{
    padding-top: 165px;
  }
  .site-banner-close {
      margin-top: -11px;
      margin-right: -7px;
  }
}
{# End Mobile Message Banner Styles #}

@media (min-width: 1200px) {
    .header-hero h1 {
        font-size: 3.5rem;
    }
}

.hs-breadcrumb-menu-item {
    padding: 10px 0 10px 10px !important;
}
/* Basic styling for the popup */
#popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: flex-start;
    z-index: 10;
    overflow-y: scroll;
}
#popup img {
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}
#popup img:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 900px) {
  .contact-us-col {
    width: 100%;
    padding: 0 0;
  }
  .contact-us-form {
    border-left: 0;
  }
}

.header-links-col-heading a span:before {
  content: "\203A";
  font-size: 1.5rem;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.header-links-col-heading a span {
  vertical-align: top;
  display: inline-block;
  transition-property: transform;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transform: rotate(90deg);
  margin-left: 7px;
}
.header-links-col-heading:hover a {
  text-decoration: underline;
  color: #fff;
}
.header-links-col-heading:hover a span {
  transform: rotate(-90deg);
  text-decoration: none;
}



