







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}





html {
  font-size: 18px;
}

body {
  font-family: 'Fira Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #242424;
  font-size: 18px;
}

/* Paragraphs */

p {
  font-family: 'Fira Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: 'Fira Sans', sans-serif; font-style: normal;
  color: #75b3c4;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: 'Fira Sans', sans-serif; font-style: normal;
  color: #4d8b9c;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: 'Fira Sans', sans-serif; font-style: normal;
  color: #9ddbec;
}

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: 'Fira Sans', sans-serif; font-style: normal;
  color: #242424;
  font-size: 44px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 500; text-decoration: none; font-family: 'Fira Sans', sans-serif; font-style: normal;
  color: #004158;
  font-size: 38px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 500; text-decoration: none; font-family: 'Fira Sans', sans-serif; font-style: normal;
  color: #004158;
  font-size: 30px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: 'Fira Sans', sans-serif; font-style: normal;
  color: #004158;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: 'Fira Sans', sans-serif; font-style: normal;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: 'Fira Sans', sans-serif; font-style: normal;
  color: #004158;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #75b3c4;
}





button,
.button,
.hs-blog-post-listing__post-button {
  border: 4px solid #004158;

  padding-top: 15px;
padding-right: 30px;
padding-bottom: 15px;
padding-left: 30px;

  font-family: 'Fira Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.01)

;
  border-radius: -4px;
  color: #004158;
  font-size: 18px;
  text-transform: uppercase;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  font-family: 'Fira Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: rgba(215, 215, 215, 0.01);
  border-color: #001930;
}

button:active,
.button:active,
.hs-blog-post-listing__post-button:active {
  font-family: 'Fira Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: rgba(255, 255, 255, 0.01);
  border-color: #286980;
}





form,
.submitted-message {
  font-family: 'Fira Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: #75b3c4;
}

/* Labels */

form label {
  color: #004158;
}

/* Help text */

form legend {
  color: #004158;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #004158;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #004158;
}

::-moz-placeholder {
  color: #004158;
}

:-ms-input-placeholder {
  color: #004158;
}

::placeholder {
  color: #004158;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #004158;
}

.fn-date-picker td.is-selected .pika-button {
  background: #004158;
}

.fn-date-picker td .pika-button:hover {
  background-color: #004158 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #004158;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 4px solid #004158;

  padding-top: 15px;
padding-right: 30px;
padding-bottom: 15px;
padding-left: 30px;

  font-family: 'Fira Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.01)

;
  border-radius: -4px;
  color: #004158;
  font-size: 18px;
  text-transform: uppercase;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(215, 215, 215, 0.01);
  border-color: #001930;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 255, 255, 0.01);
  border-color: #286980;
}





/* Table */

table {
  border: 1px solid #004158;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #004158;

  padding: 18px;

  color: #004158;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(0, 65, 88, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #004158;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #004158;
  font-family: Fira Sans;
}

.menu__child-toggle-icon {
  border-top-color: #004158;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #001930;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #001930;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #286980;
}

.menu__child-toggle-icon:active {
  border-top-color: #286980;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #004158;
}

@media (min-width: 1080px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #004158;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #004158;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #004158;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #004158;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Fira Sans;
}

.header__language-switcher-label-current:after {
  border-top-color: #004158;
}

@media(max-width: 1080px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #004158;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #b5dcd6;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #242424;
}

.blog-post__tag-link {
  color: #242424;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #000000;
}

.blog-post__tag-link:active {
  color: #4c4c4c;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 500; text-decoration: none; font-family: 'Fira Sans', sans-serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #004158;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #001930;
}

.blog-related-posts__title-link:active {
  color: #286980;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #75b3c4;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #4d8b9c;
}

#comments-listing .comment-reply-to:active {
  color: #9ddbec;
}





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: 'Fira Sans', sans-serif; font-style: normal;
  color: #242424;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: 500; text-decoration: none; font-family: 'Fira Sans', sans-serif; font-style: normal;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #004158;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #001930;
}

.hs-blog-post-listing__post-title-link:active {
  color: #286980;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #242424;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #242424;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #000000;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #4c4c4c;
}

.hs-pagination__link-icon svg {
  fill: #242424;
}

/* Pricing card */

.card__price {
  font-weight: 500; text-decoration: none; font-family: 'Fira Sans', sans-serif; font-style: normal;
  color: #004158;
  font-size: 30px;
}

.card__body svg {
  fill: #004158;
}

/* Social follow */

.social-links__icon {
  background-color: #004158;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #001930;
}

.social-links__icon:active {
  background-color: #286980;
  font-weight: 500; text-decoration: none; font-family: 'Fira Sans', sans-serif; font-style: normal;
  color: #004158;
  font-size: 30px;
}



/* INT Custom Styles */

.content-wrapper, .dnd-section>.row-fluid {
  max-width: 1495px;
}

header #header-top {
  background-color: #F2F2F2;
  width: 100vw;
  font-family: 'Fira Sans', sans-serif;
  min-height: 55px;
}

header #header-top .row-fluid {
  align-items: center;
}

header #header-top .hs_cos_wrapper_type_rich_text {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-top: 7px;
}

header #header-top h2 {
  margin-bottom: 0px;
  align-self: center;
  display: inline-flex
}  

header #header-top h2 strong { 
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #004965;
  letter-spacing: 1.8px;
}
 
header #header-top .hs_cos_wrapper_type_rich_text > div {
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  color: #004965;  
  display: flex;
  align-self: center;
}

header #header-top .hs_cos_wrapper_type_rich_text > div strong {
  font-weight: 400;
  align-self: center;
}

header #header-top .hs_cos_wrapper_type_rich_text > div a {
  font-size: 30px; font-weight: 700;
  color: #84BCCD;
  padding-left: 20px;
  align-self: center;
}

.header__logo {
  max-width: 307px;
}

header .menu__item--depth-1 {
  padding: 1.5rem 1vw;
  text-transform: none;
}

footer .footer__navigation {
  background-color: #000;
}

footer ul.menu__wrapper {
    max-width: 1080px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1080px) {
  #header-top .row-number-3 {
    display: none;
  }
}


/* CSS from old GLOW site */

.slide-n-fade[data-onvisible='slide-n-fade'].services-area.t4 .services-list {
    animation: knockKnockSlide .75s ease .25s 1 forwards;
}

[data-onvisible='slide-n-fade'].services-area.t4 .main > * {
    xopacity: 0;
}

.services-area.t4 .services-list {
    display: grid;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-auto-flow: column dense;
    -ms-flex-align: stretch;
    align-items: stretch;
    justify-items: stretch;
    grid-auto-columns: minmax(20%, 1fr);
}

.services-area.t4 .services-list li:nth-child(odd):last-child {
    grid-row-end: span 2;
}

.flex {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
}

.services-area.t4 .services-list li {
    display: -ms-flexbox;
    display: flex;
}

.dark-bg.services-area.t4 .services-list li a {
    background-color: #84BCCD;
}

.services-area.t4 .services-list li a {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    padding: 3em 5%;
    margin-left: 1px;
    transition: background-color .4s ease 0s;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.services-area.t4 .services-list li a > strong {
    display: block;
    position: relative;
    font-size: 1.111em;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .1em;
}

.dark-bg a {
    color: #B6DDD6;
}

.title-font {
    font-weight: 500;
}

.services-area.t4 .services-list li a > img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0;
    transition: opacity .4s ease 0s;
}

.dark-bg.services-area.t4 .services-list li a > span.icon {
    background-color: rgba(255,255,255,0.769);
    color: #242424;
}

.services-area.t4 .services-list li a > span.icon {
    display: inline-block;
    font-size: 3em;
    padding: 0.2em;
    border-radius: 50%;
    margin-bottom: 0.2em;
    opacity: 0;
    transition: opacity .4s ease 0s;  
    background-color: #fff;
}

span.icon {
    font-family: 'icomoon-ult' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

span.icon svg, svg[data-use] {
    height: 1em;
    width: 1.15em;
    fill: #000;
}

.services-area.t4 .services-list li a:hover > span.icon, .services-area.t4 .services-list li a:focus > span.icon, html.touch .services-area.t4 .services-list li a > span.icon {
    opacity: 1;
    transition: opacity .4s ease .2s;
}

.dark-bg.services-area.t4 .services-list li a > strong {
    color: #FFFFFF;
}

.services-area.t4 .services-list li a > span.icon + strong {
    transition: transform .4s ease .2s;
    transform: translateY(-2.4rem);
}

.services-area.t4 .services-list li a:hover > span.icon + strong, .services-area.t4 .services-list li a:focus > span.icon + strong, html.touch .services-area.t4 .services-list li a > span.icon + strong {
    transform: translateY(0);
    transition: transform .4s ease 0s;
}

.services-area.t4 .services-list li a > strong {
    display: block;
    position: relative;
    font-size: 1.111em;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .1em;
}

.dark-bg.services-area.t4 .services-list li a:hover {
    background-color: #242424;
}

.services-area.t4 .services-list li a:hover > img, .services-area.t4 .services-list li a:focus > img, html.touch .services-area.t4 .services-list li a > img {
    opacity: .2;
}

.services-list li a:hover > span.icon, .services-area.t4 .services-list li a:focus > span.icon, html.touch .services-area.t4 .services-list li a > span.icon {
    opacity: 1;
    transition: opacity .4s ease .2s;
}

.dnd_area-row-4-force-full-width-section > .row-fluid {
  --column-gap: 0px;
}

div.INT-grid-icon svg{
  fill: #B6DDD6;
  width: 2em;
  height: 2em;
}

.INT-grid-text {
  min-height: 125px;
  margin-bottom: 25px;
}

.widget-type-post_listing h3 {
  text-align: center; 
}

.googlemap {
  max-width: none !important;
  margin-right: -10px !important;
  margin-left: -10px !important;
  width: calc(100% + 30px) !important;
}

footer > div.content-wrapper {
  max-width: none;
}

footer .hs-menu-wrapper ul {
  justify-content: space-between;
}

footer .hs-menu-wrapper ul a {
  color: #fff;
}

/* About Us Page */
.text-highlight {
    position: relative;
    padding: 2em 8% 1em;
    margin: 2em 0;
    font-weight: 700;
    font-size: 1.05em;
}

.text-highlight.t3 {
    box-shadow: 0.5em 0.5em 0 #84bccd;
    border-color: #84BCCD;
    border-style: solid;
    border-width: 2px;
    margin-right: 0.5em;
    margin-bottom: 2.5em;
}

.text-highlight p {
    font-size: 1.11em;
}

.text-highlight a {
  font-weight: 700;
}

.span4 .hs-menu-wrapper {
  width: 100%;
}

.span4 .hs-menu-wrapper > ul[role="menu"] {
  width: 100%;
}

.span4 .hs-menu-wrapper > ul[role="menu"] > li {
  padding: 20px;
  display: block;
  border-bottom: #aaa 1px solid;
  position: relative;
}

.span4 .hs-menu-wrapper > ul[role="menu"] > li.hs-item-has-children::after {
  content: "\25be";
    position: absolute;
    right: 10px;
    top: 20px;
    color:#aaa;
}

.span4 .hs-menu-wrapper > ul[role="menu"] > li.active-branch {
    border-left: #75b3c4 4px solid;
    padding-left: 30px;
}

.span4 .hs-menu-wrapper > ul[role="menu"] > li.active-branch > a {
  font-weight: bold;
  
}

.span4 .hs-menu-wrapper .hs-item-has-children:hover>.hs-menu-children-wrapper {
  left: 0px !important;
  position: absolute;
  top: 100% !important;
  width: 100% !important;
  background-color: rgba(240,240,240,1);
  padding: 10px 20px;
  z-index: 999;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.span4 .hs-menu-wrapper] .hs-item-has-children:hover>.hs-menu-children-wrapper > li {
   padding: 10px 0px;
}

a.int-button-solid { 
  background-color: #004965;
  padding: 15px 30px;
  color: #84BCCD;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
}

/* Our Gallery */

ul.int-results-gallery {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

ul.int-results-gallery li {
  width: 25%;
  position: relative;
  background-color: #000;
  overflow: hidden;
}

ul.int-results-gallery li a {
}

ul.int-results-gallery li img {
  opacity: .75;
  margin-bottom: -8px;
  transition: .5s all;
}

ul.int-results-gallery li:hover img {
  transform: scale(1.2);
}

ul.int-results-gallery li span {
  align-items: center;
    font-size: 28px;
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 0;
    text-align: center;
    padding-top: 25%;
    color: #fff;
}

.menu__submenu {
  z-index: 99999 !important;
}

/* eBook List */
section#EBooklist .main {
    width: auto;
    margin: 0 auto;
    max-width: 90em;
    padding-left: 3.45556em;
    padding-right: 3.45556em;
    position: relative;
}

ul.ebooks-list.flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    list-style: none;
}

ul.ebooks-list.flex li {
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
}

ul.ebooks-list.flex li a {
    display: block;
    position: relative;
}

ul.ebooks-list.flex li div {
    position: absolute;
    top: 5%;
    left: 10%;
    width: 80%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    height: 90%;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: rgba(207,232,243,0.9);
    transition: opacity .75s ease;
    box-shadow: inset 0 0 16px rgb(0 0 0 / 20%);
    opacity: 0;
}

ul.ebooks-list.flex li div p, ul.ebooks-list.flex li div em {
    transition: transform .75s ease 0s;
    transform: translateY(2em);
}

ul.ebooks-list.flex li div p {
    display: block;
    width: 100%;
    color: #2192c0;
    position: relative;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}

ul.ebooks-list.flex li div p:after {
    content: '';
    display: block;
    position: absolute;
    width: 1.11em;
    height: 2px;
    background-color: #FFFFFF;
    transform: translatex(-50%);
    bottom: 0;
    left: 50%;
}

ul.ebooks-list.flex li a:hover div {
    opacity: 1;
}

ul.ebooks-list.flex li a:hover div p, ul.ebooks-list.flex li a:hover div em {
    transform: translateY(0);
}

/* Popup Form Styles */

#hs_cos_wrapper_widget_1671738902137 .hs-form-field {
  margin-bottom: 1em;
}

#hs_cos_wrapper_widget_1671738902137 textarea[name="quote"] {
  height: 45px;
}

#hs_cos_wrapper_widget_1671738902137 textarea[name="review"] {
  height: 80px;
}

#hs_cos_wrapper_widget_1671738902137 .hs_city {
  width: 50%;
  float: left;
  padding-right: 10px;
}

#hs_cos_wrapper_widget_1671738902137 .hs_state {
  width: 50%;
  float: left;
  padding-left: 10px;
}

.homepage_hero_header {
  font-size: 72px;
}

body {
  overflow-wrap: normal;
}

/* Topbar full width */
div.cell_16728644418062-padding {  
  width: 100vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

#hs_cos_wrapper_widget_1672864441677_ {
  display: block !important;
  padding-right: 10px;
  padding-left: 10px;
}

header #header-top div.cell_16728644418062-padding div.row-fluid {
  justify-content: center !important;
}

/* REPONSIVE CSS TWEAKS */

@media (max-width: 1080px) {
 
.body-container--home .dnd_area-row-3-background-image, .body-container--home .dnd_area-row-6-background-image {
  background-image: none !important;
  }
}


@media (max-width: 767px) {  
  html, body {
    width: 100vw;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  body {
    position: relative;
  }
  
  p {
    font-size: 15px;
    line-height: 1.8;
  }
  
  h1 {
    font-size: 44px;
  }
  
  h2 {
    font-size: 32 px;
  }
  
  h3 {
    font-size: 26px;
  }
  
  h4 {
    font-size: 22px;
  }
  
  h5 {
    font-size: 18px;
  }
  
  .responsive_fullwidth {
    width: 100% !important;
    margin-left: 0px !important;
    margin-bottom: 20px !important;
  }
  
  .header__logo {
    width: auto;
  }
  
  .hs_cos_wrapper_type_logo img {
    max-width: 200px;
    height: auto;
  }
  
  .owl-dots {
    display: none !important;
  }
  
  .services-area.t4 .services-list {
    display: block;
  }
  
  .services-area.t4 .services-list li{ 
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  }
  
  .services-area.t4 .services-list li a > img {
    opacity: .2;
  }  
  
.dark-bg.services-area.t4 .services-list li a {
    background-color: rgba(132,188,205,0.5);
}  
  
.responsive-fullwidth {
  width: 100% !important;
  padding-bottom: 10px;
  }
  
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul ul {
  display: none;
  }
  
header .menu__item--depth-1 {
  padding: .5rem 1vw;
  }
  
.header__row-1 {
  padding: 15px;
  }
  
.header__navigation--toggle:after {
  padding-top: 10px;
  }
  
.header__navigation.open {
  top: 55px;
  }
  
  #hs_cos_wrapper_widget_1672864441677_ h4 {
    font-size: 18px;
  }
  
 #hs_menu_wrapper_widget_1670945361396_ li{
   text-align: center;
  }
  
  #hs_cos_wrapper_widget_1669925134577_ p, #hs_cos_wrapper_footer-module-3 p {
    font-size: 12px !important;
    text-align: center !important;
  }

  #hs_cos_wrapper_widget_1670948975096_ h3 {
    margin-bottom: 0px;
  }
  
  #hs_cos_wrapper_widget_1670948975096_ h3:first-of-type {
     display: none;
  }
  
  /* Our Procedures mobile menu */
  #hs_menu_wrapper_widget_1671039565974_ > ul {
    font-weight: 800;
    font-size: 22px;
  }
  
  #hs_menu_wrapper_widget_1671039565974_ > ul > li > ul {
    display: block;
    font-weight: 400;
    font-size: 18px;
    padding: 0px !important;
    box-shadow: none !important;
    background-color: transparent;
  }
  
  
  /* How We Care section - sitewide */
  p.INT-grid-text br {
    display: none;
  }
  
  p.INT-grid-text  {
    min-height: 0px;
  }
  
  body .cell_16709468721972-padding {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-right: -36px !important;
  }
  
body .hs-content-id-94793187927 .dnd_area-row-0-padding {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  background-position: left top !important;
  }

.homepage_hero_header {
  font-size: 42px;
    display: block;
    margin-top: 10px;
}

.homepage_hero_header strong {
  word-break: break-word;
  display: inline-block;
  }
  
  .cell_1670613893343-vertical-alignment h1 > span > span:first-of-type {
    font-size: 28px !important;
    line-height: 1.2;
  }
  
div.owl-item div.shadow-effect .hs_cos_wrapper_type_inline_rich_text {
    font-size: 24px;
  }
  
 ul.services-list {
   padding-left: 0px;

  }

.body-container--home .dnd_area-row-3-background-image, .body-container--home .dnd_area-row-7-background-image {
  background-image: none !important;
  }

  .dnd_area-row-7-background-image p.INT-grid-text {
      min-height: 0px;
  }
  
  .dnd_area-row-7-background-image p.INT-grid-text br {
    display: none;
  }
  
  .body-container--home .dnd_area-row-7-background-image {
    padding-top: 20px;
  }
  
  .body-container--home .row-number-46 {
    padding-bottom: 0px;
  }

  body #hs_cos_wrapper_widget_1670943729590 {
      padding-left: 10px !important;
      padding-right: 10px !important;
  }
  
  #hs_cos_wrapper_widget_1670879148980, #hs_cos_wrapper_module_167155436291015 {  
    padding-top: 20px;
    margin-right: 20px;
    margin-left: 10px;
  }
  
  #hs_cos_wrapper_widget_1670948408577_ {
    padding-top: 20px;
    display: block;
  }
  
  #hs_cos_wrapper_widget_1670879176975 {
    padding-top: 20px;
  }
  
  #hs_cos_wrapper_widget_1670879020835 {
    display: none;    
  }
  
  .cell_16708789669484-row-1-vertical-alignment {
    padding-bottom: 20px;
  }
  
  body .cell_16709468721972-margin {     
    margin-left: -36px;
    margin-right: -29px;
    width: 100vw !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  body .cell_16709468721973-vertical-alignment {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  body .footer-row-1-padding {   
    margin-left: -20px;
    margin-right: -20px;
  }
  
  .hs-content-id-95975299368 h1, .hs-content-id-95989084000 h1, .hs-content-id-96005196193 h1, .hs-content-id-96005196655 h1 {
    font-size: 46px !important;
  }
  
  ul.int-results-gallery li {
    width: 100%;
  }

  ul.ebooks-list.flex {
    margin-left: 0px; padding-left: 0px;
  }

  ul.ebooks-list.flex li {
    flex: 1 1 50%;
  }
  
}