@import './fontello-ebbd14b7/css/fontello-embedded.css';
/*
.onest-<uniquifier> {
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/
a,b,body,div,h1,h2,h3,h4,h5,h6,hr,html,i,img,li,ol,p,span,table,tbody,td,tfoot,th,thead,tr,u,ul{border: 0;margin: 0;padding: 0;}
html,body { 
  font-size:16px;
  height:100%;
}
body {
  width:100%;
  color: var(--Medium-Gray, #595959);
  font-family: "Onest", sans-serif;
}


/* BIZANGO TEXT - NEW DEFAULTS - DON'T HAVE A TOP MARGIN THAT IS NOT ZERO ON A CORE TEXT ELEMENT */
p, ul, figcaption {
  margin-top: 0em;
  margin-bottom: 0.7em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom:0.5em;
  margin-top:0px;
}
figure {
  margin: 1em 0;
}
figure img, iframe, img {
  max-width: 100%;
}
ul{margin-left: 50px;}

/* from dev doc */
p, li, figcaption {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5
}
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  line-height: 1.2;
}
h1 {
  font-size: 85px;
  font-size: clamp(2rem, 6.6406vw, 85px);
  font-weight: 700;
  line-height: 1
  margin-bottom: 0.24em;
}
h2 {
  font-size: 67px;
  font-size: clamp(1.8rem, 5.2344vw, 67px);
  font-weight: 700;
  line-height: 1.04;
  margin-bottom: 0.3em;
}
h3 {
  font-size: 38px;
  font-size: clamp(1.5rem, 2.9688vw, 38px);
  font-weight: 600;
  line-height: 117%; /* 44.46px */
  margin-bottom: 0.7em;
}
h4 {
  font-size: 28px;
  font-size: clamp(1.4rem, 2.1875vw, 28px);
  font-weight: 600;
  line-height: 110%; /* 30.8px */
  margin-bottom: 0.7em;
}
h5 {
  font-size: 20px;
  font-size: clamp(1.25rem, 1.5625vw, 20px);
  font-weight: 700;
  line-height: 130%; /* 26px */
}
h6 {
  font-size: 13px;
  font-size: clamp(0.8rem, 1.0156vw, 13px);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 135%; /* 17.55px */
  text-transform: uppercase;
}
/* end from dev doc */
blockquote,
blockquote p {  
  font-size: 1.3125rem;
}
blockquote {
  margin: 0;  
}

body{background:#fff;}
a {
  color: var(--HG-Orange, #EA7432);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
a:hover {
  color: var(--Medium-Blue, #3B6585);
  text-decoration: none;
}
  
/* REQUIRED FOR CMS */
.help{
  padding: 10px;
  background: #ddd;
  border-radius: 8px;
  color: #666;
  font-size: 13px;
  line-height: 13px;
  margin: 0px;
}
.help p a{
  color:#ddd;text-decoration:underline;
}
html body .bizango_admin_dark .blog_admin_header {
  color: #fff;
}

/* helpers */
.page_frame {
  --page-frame-padding: 30px;

  margin: 0 auto;
  max-width: 1084px;
  padding-left: var(--page-frame-padding);
  padding-right: var(--page-frame-padding);
  position: relative;
}
.use-wider-page-frame .page_frame,
.page_frame.page_frame--wider {
  max-width: 1224px;
}
.use-new-page-frame .page_frame {
  max-width: 1110px;
}
.use-new-wide-page-frame .page_frame {
  max-width: 1276px;
}
@media only screen and (min-width: 1100px) {

  .page_frame {
    --page-frame-padding: 40px;
  }
}

.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.clear {
  clear:both;
}
.position-relative {
  position: relative;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex__vertical-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 999999;
}
.hide-by-dimensions {
  height: 0 !important;
  overflow: hidden;
  width: 0 !important;
}
@media only screen and (max-width: 767px) {

  .small-text-align-center {
    text-align: center;
  }
}

/* ckeditor style classes */
.orange-underline {
  border-bottom: 2px solid #f78b56;
  display: inline-block;
  padding-bottom: 7px;
}
.blue-underline {
  border-bottom: 2px solid #508ec8;
  display: inline-block;
  padding-bottom: 7px;
}
.line-height--1 {
  line-height: 1;
}
.margin-bottom--0 {
  margin-bottom: 0.25em !important;
}
.letter-spacing--normal {
  letter-spacing: normal;
}
.big-p-text {
  font-size: 22px;
  font-size: clamp(1.25rem, 1.7188vw, 22px);
  font-weight: 400;
  line-height: 140%; /* 30.8px */
}
.button {
  background-clip: padding-box;
  color: #fff;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.button:after {
  content: '\2192';
  font-family: 'fontello';
  font-size: 0.8em;
  display: inline-block;
  margin-left: 0.5em;
  position: relative;
  top: -0.1em;
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}
.button:hover,
.button:focus {
  color: #fff;
  text-decoration: none;
}
.button:hover:after,
.button:focus:after {
  -webkit-transform: translateX(.5em);
          transform: translateX(.5em);
}
.button--big {
  font-size: 1.25rem;
  font-weight: 800;
  padding: 1em 2em;
}
.button--big:after {
  font-size: 0.6em;
}
.button--medium {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  padding: 0.8em 1.5em;
}
.button--blue {
  background-color: var(--HG-Light-Blue, #4F8DCB);
  transition: background-color 0.2s linear;
}
.button--orange {
  background-color: var(--HG-Orange, #EA7432);
  transition: background-color 0.2s linear;
}
.button--blue:hover,
.button--blue:focus {
  background-color: var(--HG-Orange, #EA7432);
}
.button--orange:hover,
.button--orange:focus {
  background-color: var(--HG-Light-Blue, #4F8DCB);
}
.button--ghost.button--blue {
  color: var(--HG-Light-Blue, #4F8DCB);
}
.button--ghost.button--orange {
  color: #EA7432;
}
.button--ghost {
  background-color: transparent !important;
  border: 1px solid currentColor;
  font-size: 0.8125rem;
  letter-spacing: 0.3em;
  padding: 0.9375rem 1.5rem;
  text-transform: uppercase;
}
.button--arrow-only {
  background-color: transparent;
}
.button--arrow-only,
.button--arrow-only:hover,
.button--arrow-only:focus {
  background-color: transparent;
  text-decoration: none;
}
.button--arrow-only:after {
  content: '\2192';
  font-family: 'fontello';
  font-size: 0.6em;
  display: inline-block;
  margin-left: 0.8em;
  position: relative;
  top: -0.1em;
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}
.button--arrow-only:hover:after,
.button--arrow-only:focus:after {
  -webkit-transform: translateX(.5em);
          transform: translateX(.5em);
}
.button--arrow-only.button--blue {
  color: var(--HG-Light-Blue, #4F8DCB);
}
.button--arrow-only.button--orange {
  color: var(--HG-Orange, #EA7432);
}
.custom-icon-linkedin,
.custom-icon-indeed {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 27px;
  margin-left: -13px;
  margin-right: -13px;
  width: 27px;
}
.custom-icon-linkedin {
  background-image: url(/images/sites/hg2/custom-icon-linkedin.png);
}
.custom-icon-indeed {
  background-image: url(/images/sites/hg2/custom-icon-indeed.png);
}

/* NAV */
.nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav a {
  color: #FFF;
  display: block;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
}
.nav li {
  line-height: 1;
  margin: 0;
}
.nav > li {
  position: relative;
}
.nav .subnav li {
  display: block;
}
.subnav {
  display: none;
  left: -9999px;
  margin: 0;
  min-width: 100%;
  position: absolute;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}
@media(hover: hover) {
  a:hover ~ ul.subnav,
  .subnav:hover {
    display: block;
  }
}
@media only screen and (min-width: 1100px){
  
  .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  li:focus-within > ul.subnav,
  .subnav:focus-within {
    display: block;
  }
	.nav a .as-button {
    background-color: var(--HG-Orange, #EA7432);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: -12px;
    top: 0;
    z-index: -1;
  }
  .nav a .as-button::after {
    content: '\F105';
    font-family: fontello;
    font-size: 0.9em;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header .nav--utility {
    /* assumes any as-button nav item is last */
    margin-right: 12px;
  }
}

.logo a,
.logo a:hover,
.logo a:active,
.logo a:focus {
  text-decoration: none;
}
.logo a {
  display: block;
  padding: 10px 0;
}

/* header */
.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.header .page_frame {
  max-width: 1280px;
}
.header {
  background-color: rgba(11, 34, 62, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  transition: all 0.25s ease, border-bottom 0.3s ease;
  width: 100%;
  z-index: 99;
}
.header.scrolled {
  background-color: rgba(11, 34, 62, 1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
}
.header__frame {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header__logo a {
  padding: 0;
}
.header__logo img {
  width: 205px;
}
.header__nav-toggle {
  background-color: transparent;
  cursor: pointer;
  width: 40px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.line {
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.line1 {
  /* Add specific styles for the first line if needed */
}
.line2 {
  /* Add specific styles for the second line if needed */
}
.line3 {
  /* Add specific styles for the third line if needed */
}
.header__nav-toggle[aria-expanded=true] .line1 {
  transform: rotate(45deg) translate(7px, 7px);
}
.header__nav-toggle[aria-expanded=true] .line2 {
  opacity: 0;
}
.header__nav-toggle[aria-expanded=true] .line3 {
  transform: rotate(-45deg) translate(7px, -7px);
}
.header .nav > li > a {
  font-weight: 700;
}
.header .nav > li > a:hover {
  border-bottom: 
}
.header .nav--primary > li > a {
  text-transform: uppercase;
}
.header .nav--utility > li > a {
  font-size: 15px;
}
.header .nav .subnav {
  background-color: #FFF;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
  padding: 30px 10px;
}
.header .nav .subnav li a {
  color: var(--Medium-Blue, #3B6585);
  font-size: 13px;
  font-weight: 400;
}
@media only screen and (max-width: 1099px){

  .header.toggle-show {
    background-color: rgba(11, 34, 62, 1);
  }
  .header__logo {
    padding: 12px 0 20px;
  }
  .header__nav {
    padding-bottom: 10px;
    padding-top: 10px;    
    text-align: right;
  }
  .header__nav-wrapper {
    background-color: rgba(11, 34, 62, 1);
    display: none;
    left: 0;
    padding: 30px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;    
    z-index: 9;
  }
  .header__nav--utility {
    display: none;
  }
  .header__nav-wrapper.toggle-show {
    display: initial;
  }
  .header .subnav {
    box-sizing: border-box;
    padding: 0;
    padding-left: 20px;
  }
}
/* hover indicator is meaningless, mobile browsers implement it */
@media only screen and ((hover: none) or (max-width: 1099px)){

  .header .subnav.toggle-show {
    display: block;
    left: 0;
    position: relative;
  }
  .header .subnav-toggle {
    background-color: transparent;
    border: 0;
    color: #fff;
    height: 32px;
    position: absolute;
    right: 20px;
    top: 0;
    width: 32px;
  }
  .header .subnav-toggle:before {
    content: '+';
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header .subnav-toggle[aria-expanded="true"]:before {
    content: '–';
  }
}
@media only screen and (hover: hover) and (min-width: 1100px){

  .header .subnav-toggle {
    display: none;
  }
  .header .nav > li:hover .subnav,
  .header .nav > li:focus-within .subnav {
    left: 50%;
    transform: translate(-50%, 10px);
  }  
  .header .nav > li:hover .subnav::before,
  .header .nav > li:focus-within .subnav::before {
    content: '';
    height: 10px;
    left: 0;
    position: absolute;
    right: 0;
    top: -10px;
  }
}
@media only screen and (hover: none) and (min-width: 1100px){

  .header .subnav.toggle-show {
    position: absolute;
  }
  .header .subnav-toggle {
    height: 20px;
    right: 0;
    top: 50%;
    width: 20px;
    transform: translateY(-50%);
  }
  .header .nav > li > a:hover + .subnav,
  .header .nav > li .subnav:focus-within {
    left: 0;
  }  
}
@media only screen and (min-width: 1100px){

  .header {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .header > #page_banner {
    margin-bottom: 1rem;
    margin-top: -1rem;
  }
  .header__nav-toggle,
  .header__nav-wrapper .nav--utility {
    display: none;
  }
  .header .nav > li > a::after,
  .header .nav > li > a::after,
  .header .nav > li > a::after {
    background-color: #EA7432;
    bottom: 0;
    content: '';
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: width 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    width: 0%;
  }
  .header .nav > li:hover > a::after,
  .header .nav > li:focus > a::after,
  .header .nav > li:focus-within > a::after {
    width: calc(100% - 40px);
  }
  .header .subnav > li > a {
    position: relative;
  }
  .header .subnav > li > a:hover,
  .header .subnav > li > a:focus {
    text-decoration: underline;
    text-decoration-color: #EA7432;
  }
}

/* footer */
.footer,
.deep-footer {
  background-color: var(--HG-Navy, #0B223E);
  color: #fff;
}
.footer .page_frame {
  max-width: 1314px;
}
.footer a {
  color: #fff;
}
.footer > .page_frame {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.footer__logo a {
  padding: 0;
}
.footer__logo img {
  width: 143px;
}
.footer .nav--primary li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer .nav--utility li a {
  font-size: 12px;
  font-weight: 400;
  padding: 2px 18px;
  text-transform: uppercase;
}
.footer .subnav {
  display: none;
}
.footer__nav--utility .nav {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 767px) {

  .footer__frame {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (min-width: 768px){

  .footer__frame {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
  .footer .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .footer__logo {
    order: 1;
  }
  .footer__nav--utility {
    order: 2;
  }
  .footer__nav,
  .footer__nav--utility {
    flex: 1;
  }
  .footer__nav .nav {
    flex-direction: column;
  }
}
.deep-footer {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.deep-footer__content {
  color: #888;
  text-align: center;
}
.deep-footer .copyright {
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
#bizango{
    width:220px;height:12px;padding-bottom:20px;font-size:10px;color:#888;display:block;margin:40px auto 25px;
    background-image:url("/images/bizango-white-400x58.png");background-size: 100px auto;background-repeat:no-repeat;background-position:center bottom;
}

/* blog */
.blog_content.archive-basic {
  margin: 20px auto 80px;
  max-width: 848px;
}
.blog_content.archive-basic .blog_teaser_image,
.blog_content.archive-basic .columnar {
  margin-bottom: 34px;
}
.blog_content.archive-basic .blog_story_in_list {
  border-bottom: 1px solid rgba(0,0,0,0.2);
  padding-top: 60px;
}
.blog_content.archive-basic .blog_created_at {
  color: #a4a4a4;
  font-weight: 800;
  font-size: 0.875rem;
  letter-spacing: 0.3em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.blog_content.archive-basic .blog_title h1 {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.blog_content.archive-basic .blog_post_teaser {
  margin-bottom: 1.2rem;
}
.blog_content.archive-basic .read_more_link a {
  color: #e8743b;
  font-weight: 700; 
}
.blog_content.archive-basic .read_more_link a:first-child {
  display: none;
}
.blog_content.archive-basic .read_more_link a:after {
  content: '\2192';
  font-family: 'fontello';
  font-size: 0.6em;
  display: inline-block;
  margin-left: 1em;
  position: relative;
  top: -0.1em;
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}
.blog_content.archive-basic .read_more_link a:hover,
.blog_content.archive-basic .read_more_link a:focus {
  text-decoration: none;
}
.blog_content.archive-basic .read_more_link a:hover:after,
.blog_content.archive-basic .read_more_link a:focus:after {
  -webkit-transform: translateX(.5em);
          transform: translateX(.5em);
}
.blog-post-block {
  padding-bottom: 60px;
  padding-top: 60px;
}
.blog-post-block .page_frame {
  margin: 0 auto;
  max-width: 768px;
}
.blog_content.post-basic .blog_story_image,
.blog_content.post-basic .blog_title,
.blog_content.post-basic .blog_created_at,
.blog_content.post-basic .backtotheblog,
.blog_content.post-basic .blog_post_content > img.bizango_illustration_portrait:first-of-type {
  display: none;
}
.after-blog-post-block {
  padding-bottom: 2em;
  padding-top: 3em;
}
.after-blog-post-block .button:after {
  content: none;
}
.after-blog-post-block .button:before {
  content: '\2190';
  font-family: 'fontello';
  font-size: 0.8em;
  display: inline-block;
  margin-right: 1em;
  position: relative;
  top: -0.1em;
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}
.after-blog-post-block .button:hover:before,
.after-blog-post-block .button:focus:before {
  -webkit-transform: translateX(-.5em);
          transform: translateX(-.5em);
}
.body_news--single .block {
  padding-bottom: 3em;
  padding-top: 4em;
}
@media only screen and (min-width: 768px){

  .blog_content.archive-basic .blog_teaser_image,
  .blog_content.archive-basic .blog_teaser_image + .columnar {
    float: left;
  }
  .blog_content.archive-basic .blog_teaser_image {
    margin-right: 8.3333%;
    width: 50%;
  }
  .blog_content.archive-basic .blog_teaser_image + .columnar {
    width: 41.6667%;
  }
}

/* blocks & elements */
.element__grid .grid-columns-3 .grid-item {
  margin-right: 0 !important;
  width: 100%;
}
@media only screen and (min-width: 400px){

  .element__grid .grid-columns-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .element__grid .grid-columns-3 .grid-item {
    padding-left: 10px;
    padding-right: 10px;
    width: calc((100% - 60px) / 3);
  }
}
.element__particles {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
.element__particles ~ * {
  position: relative;
}
.block:not(.block__admin-view).hide-for-public {
  display: none;
}
@media only screen and (max-width: 659px){

  .element__text .bizango_cms_content p[style*="text-align: right"] {
    text-align: left !important;
  }
}
.element__post_date p {
  color: #a4a4a4;
  font-weight: 800;
  letter-spacing: 0.3em;  
  text-transform: uppercase;
}
.element__post_title h1 {
  color: #508ec8;
  font-size: 1.875rem;
}

/* block options */
/* // background color */
.block-option-container .block-options__button.button__text label.background-color__navy,
.background-color__navy,
html body .block-options__button.button__text label.swatch__navy {
  background-color: var(--HG-Navy, #0B223E);
  color: #fff;
}
.block-option-container .block-options__button.button__text label.background-color__danube,
.background-color__danube,
html body .block-options__button.button__text label.swatch__danube {
  background-color: #508ec8;
  background-color: #0B223E;
}
.block-option-container .block-options__button.button__text label.background-color__spring-wood,
.background-color__spring-wood,
html body .block-options__button.button__text label.swatch__spring-wood {
  background-color: #f6f3ec;
}
.block-option-container .block-options__button.button__text label.background-color__seashell,
.background-color__seashell,
html body .block-options__button.button__text label.swatch__seashell {
  background-color: #f1f1f1;
}
.block-option-container .block-options__button.button__text label.background-color__zircon,
.background-color__zircon,
html body .block-options__button.button__text label.swatch__zircon {
  background-color: #e0e0e0;
}
html body .block-options__button.button__text label.swatch__black {
  background-color: #000;
}
html body .block-options__button.button__text label.swatch__white {
  background-color: #fff;
}
html body .block-options__button.button__text label.swatch__orange {
  background-color: #EA7432;
}
.block:not(:where(.background-color__navy, .block_type__reversible-2-column, .text-area-background-color__black, .text-area-background-color__danube, .text-area-background-color__navy, .text-area-background-color__orange)) :where(h1, h2, h3, h4, h5) {
  color: var(--HG-Navy, #0B223E);
}
.block:not(.background-color__navy) :where(h6) {
  color: var(--Medium-Blue, #3B6585);
}

.background-image-opacity__strong .block__bg-img {
  opacity: 0.8;
}
/* // vertically align */
@media only screen and (min-width: 768px){

  .vertically-align__on-tablet [class*='element'],
  .vertically-align__on-tablet [class*='element'] .bizango_cms_content > * {
    display: inline-block;
    /*width: auto;*/
  }
}
@media only screen and (min-width: 1024px){
  
  .vertically-align__on-desktop [class*='element'],
  .vertically-align__on-desktop [class*='element'] .bizango_cms_content > * {
    display: inline-block;
    /*width: auto;*/
  }
}
@media only screen and (min-width: 660px){

  .vertically-center-columns__yes .all-cols-wrap {
    align-items: center;
    display: flex;
  }
}
/* // theme */
.theme__dark {
  background-color: #0B223E;
}
.theme__dark .block__bg-img {
  background-color: transparent;
  opacity: 0.3;
}
.theme__dark.parallax__yes .block__bg-img {
  background-color: #0B223E;
  opacity: 0.7;
}
/* // quotify & quotify bg */
.quotify__column-1 .col-1 .element__text,
.quotify__column-2 .col-2 .element__text,
.quotify__column-3 .col-3 .element__text,
.quotify__column-4 .col-4 .element__text,
.quotify__column-1 .col-1 .element__text .bizango_cms_content,
.quotify__column-2 .col-2 .element__text .bizango_cms_content,
.quotify__column-3 .col-3 .element__text .bizango_cms_content,
.quotify__column-4 .col-4 .element__text .bizango_cms_content {
  position: relative;
}
.quotify__column-1 .col-1 .element__text,
.quotify__column-2 .col-2 .element__text,
.quotify__column-3 .col-3 .element__text,
.quotify__column-4 .col-4 .element__text {
  background-color: #336588;
  color: #fff;
  margin-top: 36px;
  padding: 50px;
}
.quotify__column-1 .col-1 .element__text:after,
.quotify__column-2 .col-2 .element__text:after,
.quotify__column-3 .col-3 .element__text:after,
.quotify__column-4 .col-4 .element__text:after {
  background-image: url('/images/sites/hgp/hero-header-icons@2x.png');
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 57px;
  right: -2px;
  position: absolute;
  top: -36px;
  width: 57px;
}
.quotify__column-1 .col-1 .element__text .quote-bg,
.quotify__column-2 .col-2 .element__text .quote-bg,
.quotify__column-3 .col-3 .element__text .quote-bg,
.quotify__column-4 .col-4 .element__text .quote-bg {
  background-size: cover;
  bottom: 0;
  left: 0;
  mix-blend-mode: luminosity;
  opacity: 0.08;
  position: absolute;
  right: 0;
  top: 0;
}
/* // right align */
@media only screen and (min-width: 768px){

  .right_columns__yes {
    text-align: right !important;
  }
}
/* // padding overrides */
.padding-bottom__default {
  padding-bottom: 5rem !important;
}
.padding-top__default {
  padding-top: 5rem !important;
}
.padding-bottom__normal {
  padding-bottom: 2.5rem !important;
}
.padding-top__normal {
  padding-top: 2.5rem !important;
}
.padding-bottom__more {
  padding-bottom: 5.625rem !important;
}
.padding-top__more {
  padding-top: 5.625rem !important;
}
.padding-bottom__even-more {
  padding-bottom: 7.5rem !important;
}
.padding-top__even-more {
  padding-top: 7.5rem !important;
}
.padding-bottom__none {
  padding-bottom: 0 !important;
}
.padding-top__none {
  padding-top: 0 !important;
}
/* options for hero padding: less, normal, more */
.hero-padding-bottom__less {  
  padding-bottom: 4.5rem;
}
.hero-padding-top__less {
  padding-top: 4.5rem;
}
.hero-padding-bottom__normal {
  padding-bottom: 8.5rem;
}
.hero-padding-top__normal {
  padding-top: 8.5rem;
}
.hero-padding-bottom__more {
  padding-bottom: 10.5rem;
}
.hero-padding-top__more {
  padding-top: 10.5rem;
}
@media only screen and (max-width: 767px) {

  .hero-padding-bottom__less {  
    padding-bottom: 30px;
  }
  .hero-padding-top__less {
    padding-top: 30px;
  }
  .hero-padding-bottom__normal {
    padding-bottom: 60px;
  }
  .hero-padding-top__normal {
    padding-top: 60px;
  }
  .hero-padding-bottom__more {
    padding-bottom: 90px;
  }
  .hero-padding-top__more {
    padding-top: 90px;
  }
}

/* blocks */
.block_type__1-column-bg-image {
}
.block_type__1-column-bg-image .page_frame {
  max-width: 960px;
}
.block_type__1-column-bg-image .all-cols-wrap {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.block_type__1-column-bg-image .bizango_cms_content h2 {
  font-size: 64px;
  font-size: clamp(1.8rem, 5.2344vw, 64px);
  line-height: 1.18;
  margin-bottom: 0.5em;
}
.block_type__1-column-bg-image .bizango_cms_content .button::after {
  content: none;
}
/* // block_type__1-column-bg-image: theme__dark-with-overlay */
.block_type__1-column-bg-image.theme__dark-with-overlay {
  overflow: hidden;
}
.block_type__1-column-bg-image.theme__dark-with-overlay {
  background-color: #0B223E;
}
.block_type__1-column-bg-image.theme__dark-with-overlay .block__bg-img {
  background-color: transparent;
  opacity: 0.3;
}
.block_type__1-column-bg-image.theme__dark-with-overlay.parallax__yes .block__bg-img {
  background-color: #0B223E;
  opacity: 0.7;
}
.block_type__1-column-bg-image.theme__dark-with-overlay .all-cols-wrap,
.block_type__1-column-bg-image.theme__dark-with-overlay .all-cols-wrap > * {
  position: relative;
}
.block_type__1-column-bg-image.theme__dark-with-overlay .all-cols-wrap:before {  
  background-color: #f1f1f1;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: -999px;
  top: 0;
}
.block_type__1-column-bg-image.theme__dark-with-overlay .all-cols-wrap {
  padding-bottom: 60px;
  padding-left: 6.25%;
  padding-top: 60px;
}
@media only screen and (min-width: 768px){

  .block_type__1-column-bg-image.theme__dark-with-overlay .all-cols-wrap {
    margin-bottom: 100px;
    margin-left: 25%;
  }
}
/* // block_type__1-column-bg-image: theme__light-blue */
.block_type__1-column-bg-image.theme__light-blue {
  background-color: #2d6586;
}
.block_type__1-column-bg-image.theme__light-blue .block__bg-img {
  mix-blend-mode: luminosity;
  opacity: 0.08;  
}
.block_type__1-column-bg-image.theme__light-blue.parallax__yes .block__bg-img {
  background-color: #2d6586;
  opacity: 0.92;
}
.block_type__1-column-bg-image.theme__light-blue .bizango_cms_content,
.block_type__1-column-bg-image.theme__light-blue .bizango_cms_content * {
  color: #fff;
}
.block_type__1-column-bg-image.theme__light-blue .all-cols-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 340px;
}
@media only screen and (min-width: 1024px){

  .block_type__1-column-bg-image.theme__light-blue .col-1 {
    margin-left: 37.5%;
  }
}
/* // block_type__2-column-even */
/* // block_type__2-column-bigright */
/* // block_type__2-column-bigleft */
@media only screen and (max-width: 767px){

  .block_type__2-column-even .col-1,
  .block_type__2-column-bigleft .col-1,
  .block_type__2-column-bigright .col-1 {
    margin-bottom: 2.5rem;
  }
  .block_type__2-column-even .col-2 .element__image,
  .block_type__2-column-bigleft .col-2 .element__image,
  .block_type__2-column-bigright .col-2 .element__image {
    margin: 0 auto;
    max-width: 350px;
  }
}
/* // block_type__2-column-even */
@media only screen and (min-width: 768px){

  .block_type__2-column-even .col-left\@tablet {
    margin-right: 6.25%;
  }
  .block_type__2-column-even .col\@tablet {
    width: 46.875%;
  }
  .block_type__2-column-even.expand-margins__yes .page_frame {
    max-width: 906px;
  }
  .block_type__2-column-even.expand-margins__yes .col-left\@tablet {
    margin-right: 12.5%;
  }
  .block_type__2-column-even.expand-margins__yes .col\@tablet {
    width: 43.75%;
  }
}
/* // block_type__2-column-bigright */
/* // block_type__2-column-bigleft */
.block_type__2-column-bigright .element__text h2,
.block_type__2-column-bigleft .element__text h2 {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
}
.block_type__2-column-bigright.constrain-content__yes .page_frame,
.block_type__2-column-bigleft.constrain-content__yes .page_frame {
  max-width: 880px;
}
[data-sortable] > div:nth-child(3) .block_type__2-column-bigright .element__text h2,
[data-sortable] > div:nth-child(3) .block_type__2-column-bigleft .element__text h2 {
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
}
@media only screen and (max-width: 767px) {

  .block_type__2-column-bigleft.column-disparity__large .col-2 .element__image,
  .block_type__2-column-bigright.column-disparity__large .col-1 .element__image {
    margin: 0 auto;
    max-width: 100px;
  }
}
@media only screen and (min-width: 768px) {

  .block_type__2-column-bigleft .all-cols-wrap {
    padding-left: 0;
  }
  .block_type__2-column-bigright .all-cols-wrap {
    padding-right: 0;
  }
  /* .block_type__2-column-bigright .col-1,
  .block_type__2-column-bigleft .col-1 {
    margin-right: 6.25%;
  }
  .block_type__2-column-bigleft .col-1,
  .block_type__2-column-bigright .col-2 {
    width: 50%;
  }
  .block_type__2-column-bigleft .col-2,
  .block_type__2-column-bigright .col-1 {
    width: 43.75%;
  } */
  .block_type__2-column-bigright .all-cols-wrap .col-2, 
  .block_type__2-column-bigleft .all-cols-wrap .col-1 {
    width: 52%;
  }  
  .block_type__2-column-bigright .all-cols-wrap .col-1, 
  .block_type__2-column-bigleft .all-cols-wrap .col-2 {
    width: 47%;
  }  
  .block_type__2-column-bigleft.column-disparity__medium .col-1,
  .block_type__2-column-bigright.column-disparity__medium .col-2 {
    width: 62.5%;
  }
  .block_type__2-column-bigleft.column-disparity__medium .col-2,
  .block_type__2-column-bigright.column-disparity__medium .col-1 {
    width: 31.25%;
  }
  .block_type__2-column-bigleft.column-disparity__large .col-1,
  .block_type__2-column-bigright.column-disparity__large .col-2 {
    width: 79%;
  }
  .block_type__2-column-bigleft.column-disparity__large .col-2,
  .block_type__2-column-bigright.column-disparity__large .col-1 {
    width: 21%;
  }
}

/* // block_type__featured-slider */
.block_type__featured-slider {
  background-color: #0b233e;
  padding-bottom: 0;
  padding-top: 0;
}
.block_type__featured-slider .slick-slide {
  position: relative;
}
.block_type__featured-slider .slick-slide > img {
  max-width: none;
  width: 100%;
}
.block_type__featured-slider .slick-slide .content_image_caption img {
  display: inline-block;
}
.block_type__featured-slider .slick-prev, 
.block_type__featured-slider .slick-next {
  background-color: transparent;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: #fff;  
  height: 18px;
  width: 18px;
}
.block_type__featured-slider .slick-prev:hover, 
.block_type__featured-slider .slick-prev:focus, 
.block_type__featured-slider .slick-next:hover, 
.block_type__featured-slider .slick-next:focus {
  color: #fff;
}
.block_type__featured-slider .slick-prev {
  left: 8px;
}
.block_type__featured-slider .slick-next {
  right: 8px;
}
.block_type__featured-slider .slick-prev:before, 
.block_type__featured-slider .slick-next:before {
  color: currentColor;
  font-family: 'fontello';
  font-size: 15px;
  padding: 0;
}
.block_type__featured-slider .slick-prev:before {
  content: '\f104';
}
.block_type__featured-slider .slick-next:before {
  content: '\f105';
}
.block_type__featured-slider .slick-slide .featured-slider__captions {
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
}
.block_type__featured-slider .slick-slide .featured-slider__services-tags,
.block_type__featured-slider .slick-slide .content_image_caption {
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 1140px){

  .block_type__featured-slider .slick-prev, 
  .block_type__featured-slider .slick-next {
    height: 38px;
    width: 38px;
  }
  .block_type__featured-slider .slick-prev:before, 
  .block_type__featured-slider .slick-next:before {
    font-size: 20px;
    padding: 5px 0 1px;
  }
  .block_type__featured-slider .slick-slide .featured-slider__captions-background {
    background-color: #0b233e;
    bottom: 0;
    left: 0;
    opacity: 0.85;
    position: absolute;
    right: 50%;
    top: 0;
  }
  .block_type__featured-slider .slick-slide > img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .block_type__featured-slider .slick-slide .featured-slider__captions {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    max-width: 1262px;
    padding-left: 60px;
    padding-right: calc(50% + 20px);
    padding-top: 60px;
  }
} 
@media only screen and (min-width: 1263px){

  .block_type__featured-slider .slick-slide .featured-slider__captions {
    padding-left: 20px;
    padding-right: 651px;
  }
}
/* // block_type__featured-project */
.block_type__featured-project {
  background-color: #0b233e;
  padding-bottom: 0;
  padding-top: 0;
}
.block_type__featured-project .slide {
  position: relative;
}
.block_type__featured-project .slide > img {
  max-width: none;
  width: 100%;
}
.block_type__featured-project .slide .content_image_caption img {
  display: inline-block;
}
.block_type__featured-project .slide .featured-slider__captions {
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
}
.block_type__featured-project .slide .featured-slider__services-tags,
.block_type__featured-project .slide .content_image_caption {
  color: #fff;
  position: relative;
}
.block_type__featured-project .service {
  white-space: nowrap;
  margin-right: 20px;
}
.block_type__featured-project .service-icon {
  display: inline-block;
  vertical-align: middle;
}
.block_type__featured-project .service-icon {
  height: 21px;
  margin-right: 10px;
  width: 21px;
}
.block_type__featured-project .service-icon svg {
  width: 100%;
  height: 100%;
}
.block_type__featured-project .service-icon .svg-fill {
  fill: #52b2f6;
}
.block_type__featured-project .service-icon .svg-stroke {
  stroke: #52b2f6;
}
.block_type__featured-project .featured-slider__captions h2 {
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
}
@media only screen and (min-width: 1140px){

  .block_type__featured-project .slide .featured-slider__captions-background {
    background-color: #0b233e;
    bottom: 0;
    left: 0;
    opacity: 0.85;
    position: absolute;
    right: 50%;
    top: 0;
  }
  .block_type__featured-project .slide > img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .block_type__featured-project .slide .featured-slider__captions {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    max-width: 1262px;
    padding-left: 60px;
    padding-right: calc(50% + 20px);
    padding-top: 60px;
  }
}
@media screen and (min-width: 1140px) and (-ms-high-contrast: active), screen and (min-width: 1140px) and (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
  .block_type__featured-project {
    overflow: hidden;
  }
  .block_type__featured-project .slide > img {
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
} 
@media only screen and (min-width: 1263px){

  .block_type__featured-project .slide .featured-slider__captions {
    padding-left: 20px;
    padding-right: 651px;
  }
}
/* // block_type__subpage-previews */
.block_type__subpage-previews.block__admin-view .element__slot-content .element-0 {
  float: none;
  margin-right: 0;
  width: auto;
}
/* // block_type__subpage-grid */
.block_type__subpage-grid .element__image img {
  display: none;
}
.block_type__subpage-grid .element__image .cropped-image {
  display: block;
}
.block_type__subpage-grid .element__image .cropped-image__responsive-wrap {
  margin-bottom: 1.75rem;
  padding-bottom: 69.7201%;
}
.block_type__subpage-grid .element__text {
  text-align: center;
}
.block_type__subpage-grid .wrap-link,
.block_type__subpage-grid .wrap-link:hover,
.block_type__subpage-grid .wrap-link:focus {
  color: #16212e;
  text-decoration: none;
}
/* // block_type__related-projects */
.block_type__related-projects .grid-item:nth-child(n + 4) {
  /* hide all but the first three */
  display: none;
}
/* // block_type__harris-group-cta */
.block_type__harris-group-cta {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.block_type__harris-group-cta .element__text .bizango_cms_content p {
  line-height: 1;
}
@media only screen and (max-width: 767px){

  .block_type__harris-group-cta .element__image,
  .block_type__harris-group-cta .element__text .bizango_cms_content > * {
    text-align: center;
  }
}
@media only screen and (min-width: 768px){

  .block_type__harris-group-cta {
    padding-bottom: 0;
    padding-top: 0;
  }
  .block_type__harris-group-cta .block__bg-img {
    left: calc(((100vw - 1400px) / 2) + 300px);
  }
  .block_type__harris-group-cta .page_frame {
    max-width: 1360px;
    padding-left: 0;
  }
  .block_type__harris-group-cta .all-cols-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block_type__harris-group-cta .col-1 {
    border-right: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 300px;
  }
  .block_type__harris-group-cta .col-2,
  .block_type__harris-group-cta .col-3 {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .block_type__harris-group-cta .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding-left: 2.75%;
    padding-right: 20px;
    width: calc(66% - 300px);
  }
  .block_type__harris-group-cta .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding-left: 2.75%;
    width: calc(34% - 300px);
  }
  .block_type__harris-group-cta .col-1 .element__image img {
    display: none;
  }
  .block_type__harris-group-cta .col-1 .element__image .cropped-image {
    display: block;
  }
  .block_type__harris-group-cta .col-1 .element__image .cropped-image__responsive-wrap {
    padding-bottom: 104%;
  }
}
/* // block_type__related-services */
.block_type__related-services .element__related_services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px){

  .block_type__related-services .element__related_services {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.block_type__related-services .element__related_services a {
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 1.125rem;
  line-height: 1;
  padding: 1em 1.5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.block_type__related-services .element__related_services a:hover,
.block_type__related-services .element__related_services a:focus {
  background-color: #ea7431;
  text-decoration: none;
}
.block_type__related-services .element__related_services .service-title,
.block_type__related-services .element__related_services .service-icon {
  display: inline-block;
  vertical-align: middle;
}
.block_type__related-services .element__related_services .service-icon {
  height: 25px;
  margin-right: 20px;
  width: 25px;
}
.block_type__related-services .element__related_services .service-icon svg {
  width: 100%;
  height: 100%;
}
.block_type__related-services .element__related_services .service-icon .svg-fill {
  fill: #fff;
}
.block_type__related-services .element__related_services .service-icon .svg-stroke {
  stroke: #fff;
}
/* // block_type__big-slider */
.block_type__big-slider .slick-slide {
  opacity: 0.2;
  padding: 0 10px;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.block_type__big-slider .slide img {
  width: 57.7857vw;
}
.block_type__big-slider.full-bleed__yes .slick-slide {
  padding: 0;
}
.block_type__big-slider.full-bleed__yes .slide img {
  max-width: none;
  width: 100%;
}
.block_type__big-slider .slick-slide.slick-active {
  opacity: 1;
}
.block_type__big-slider .slick-prev,
.block_type__big-slider .slick-next {
  border: 1px solid #508ec8;
  border-radius: 50%;
  height: 39px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  width: 39px;
}
.block_type__big-slider .slick-prev {
  left: calc((50% - (57.7857vw / 2)) - 26px);
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.block_type__big-slider .slick-next {
  right: calc((50% - (57.7857vw / 2)) - 26px);
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
@media only screen and (min-width: 768px){
  
  .block_type__big-slider.full-bleed__yes .element__slider {
    margin-left: -20px;
    margin-right: -20px;
  }
  .block_type__big-slider .slick-prev {
    left: calc((50% - (57.7857vw / 2)) - 53px);
  }
  .block_type__big-slider .slick-next {
    right: calc((50% - (57.7857vw / 2)) - 53px);
  }
}
.block_type__big-slider .slick-prev:before, 
.block_type__big-slider .slick-next:before {
  color: #508ec8;
  font-family: 'fontello';
  font-size: 20px;
  padding: 0;
}
.block_type__big-slider .slick-prev:before {
  content: '\f104';
}
.block_type__big-slider .slick-next:before {
  content: '\f105';
}
.block_type__big-slider.captions-only__yes .element__slider {
  margin: 0 auto;
  max-width: 800px;
}
.block_type__big-slider.captions-only__yes .element__slider .slide {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {

  .block_type__big-slider.captions-only__yes .element__slider .slide {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.block_type__big-slider.captions-only__yes .element__slider .slide img {
  position: absolute;
  visibility: hidden;
}
.block_type__big-slider.captions-only__yes .element__slider .slide .content_image_caption {
  display: block;
  text-align: left;
}
.block_type__big-slider.theme__light-blue {
  background-color: #2d6586;
}
.block_type__big-slider.theme__light-blue .block__bg-img {
  mix-blend-mode: luminosity;
  opacity: 0.08;  
}
.block_type__big-slider.theme__light-blue .bizango_image_caption,
.block_type__big-slider.theme__light-blue .bizango_image_caption * {
  color: #fff;
}
.block_type__big-slider.theme__light-blue .slick-prev, 
.block_type__big-slider.theme__light-blue .slick-next {
  background-color: transparent;
  border: 1px solid #fff;
}
.block_type__big-slider.theme__light-blue .slick-prev:before, 
.block_type__big-slider.theme__light-blue .slick-next:before {
  color: #fff;
}

/* // block_type__masonry */
.block_type__masonry .page_frame {
  max-width: 1076px;
}
.block_type__masonry [class^='col'] > .element__image,
.block_type__masonry [class^='col'] > .element__text,
.block_type__masonry [class^='col'] > .element__flex,
.block_type__masonry [class^='col'] > .element__slider {
  margin: 10px;
}
.block_type__masonry .element__flex .element-1 {
  margin-top: 10px;
} 
.block_type__masonry .element__image {
  font-size: 0; /* to tighten up bottom margins */
}
.block_type__masonry .col-left\@tablet > .element-1,
.block_type__masonry .col-left\@tablet > .element-2,
.block_type__masonry .col-left\@tablet > .element-3,
.block_type__masonry .col-right\@tablet > .element-1,
.block_type__masonry .col-right\@tablet > .element-2,
.block_type__masonry .col-right\@tablet > .element-3,
.block_type__masonry .col-right\@tablet > .element-4 {
  display: none;
}
.block_type__masonry.element-quantity__many .col-left\@tablet > .element-1,
.block_type__masonry.element-quantity__many .col-left\@tablet > .element-2,
.block_type__masonry.element-quantity__many .col-left\@tablet > .element-3,
.block_type__masonry.element-quantity__many .col-right\@tablet > .element-1,
.block_type__masonry.element-quantity__many .col-right\@tablet > .element-2,
.block_type__masonry.element-quantity__many .col-right\@tablet > .element-3,
.block_type__masonry.element-quantity__many .col-right\@tablet > .element-4 {
  display: block;
}
.block_type__masonry .col-left\@tablet .element-1,
.block_type__masonry .col-left\@tablet .element-3,
.block_type__masonry .col-right\@tablet .element-2 .element-1,
.block_type__masonry .col-right\@tablet .element-3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 44px;
}
.block_type__masonry .col-left\@tablet .element-1 {
  background-color: #508ec8;
}
.block_type__masonry .col-left\@tablet .element-3 {
  background-color: #0B223E;
}
.block_type__masonry .col-right\@tablet .element-2 .element-1 {
  background-color: #356687;
}
.block_type__masonry .col-right\@tablet > .element-3 {
  background-color: #508ec8;
}
.block_type__masonry .col-left\@tablet .element-1 .bizango_cms_content,
.block_type__masonry .col-left\@tablet .element-1 .bizango_cms_content *,
.block_type__masonry .col-left\@tablet .element-3 .bizango_cms_content,
.block_type__masonry .col-left\@tablet .element-3 .bizango_cms_content *,
.block_type__masonry .col-right\@tablet .element-2 .element-1 .bizango_cms_content,
.block_type__masonry .col-right\@tablet .element-2 .element-1 .bizango_cms_content *,
.block_type__masonry .col-right\@tablet > .element-3 .bizango_cms_content,
.block_type__masonry .col-right\@tablet > .element-3 .bizango_cms_content * {
  color: #fff;
}
.block_type__masonry .element__text .bizango_cms_content h4:first-child:before {
  background-image: url('/images/sites/hgp/hero-header-icons@2x.png');
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 27px;
  left: -27px;
  top: -5px;
  width: 27px;
}
.block_type__masonry .col-left\@tablet {
  position: relative;
}
.block_type__masonry .col-left\@tablet:after {
  background-image: url('/images/sites/hgp/masonry-plus-top-left@2x.png');
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 37px;
  left: -15px;
  position: absolute;
  top: 75px;
  width: 38px;
}
.block_type__masonry .col-right\@tablet > .element-0 {
  position: relative;
}
.block_type__masonry .col-right\@tablet > .element-0:after {
  background-image: url('/images/sites/hgp/masonry-plus-top-right@2x.png');
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 84px;
  right: 151px;
  position: absolute;
  top: -52px;
  width: 86px;
}
.block_type__masonry .element__slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.block_type__masonry .element__slider .slick-dots {
  text-align: left;
}
.block_type__masonry .element__slider .slick-dots li button:before {
  background-color: #356687;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
  height: 12px;
  opacity: 1;
  width: 12px;
}
.block_type__masonry .element__slider .slick-dots li.slick-active button:before {
  background-color: #EA7432;
  border: 2px solid #fff;
  opacity: 1;
}
.block_type__masonry .element__slider .slide img {
  position: absolute;
  visibility: hidden;
}
.block_type__masonry .element__slider .slide .content_image_caption {
  display: block;
  text-align: left;
}
.block_type__masonry .element__slider .slide .content_image_caption,
.block_type__masonry .element__slider .slide .content_image_caption * {
  color: #fff;
}
.block_type__masonry .element__flex .flex {
  display: block;
}
@media only screen and (min-width: 660px){

  .block_type__masonry [class^='col'] .element__image,
  .block_type__masonry [class^='col'] .element__text,
  .block_type__masonry [class^='col'] .element__flex,
  .block_type__masonry [class^='col'] .element__slider {
    margin: 10px 5px;
  }
  .block_type__masonry .element__flex [class^='element'] {
    margin: 0;
  }
  .block_type__masonry .element__flex .element-1 {
    margin-left: 10px;
  }
  .block_type__masonry .col-left\@tablet {
    margin-bottom: -100px;
    margin-right: 0;
    top: -100px;
    width: 31.25%;
  }
  .block_type__masonry.block__admin-view .col-left\@tablet {
    margin-bottom: 0;
    top: 0;
  }
  .block_type__masonry .col-right\@tablet {
    width: 68.75%;
  }
  .block_type__masonry .col-right\@tablet {
    position: relative;
  }
  .block_type__masonry .col-right\@tablet:after {
    background-image: url('/images/sites/hgp/masonry-plus-columns@2x.png');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 49px;
    left: -25px;
    position: absolute;
    top: 147px;
    width: 50px;
  }
  .block_type__masonry .element__flex .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block_type__masonry .element__flex .flex > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }    
  .block_type__masonry .element__flex .element__image {
    position: relative;
  }
  .block_type__masonry .element__flex .element__image img {
    visibility: hidden;
  }
  .block_type__masonry .element__flex .element__image .cropped-image {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    padding-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .block_type__masonry .element__flex .element__image .bizango_image_controls {
    position: relative;
    z-index: 1;
  }
}

.block_type__featured-projects {
}
.block_type__featured-projects .intro-text {
  margin-bottom: 28px;
}
.block_type__featured-projects .flex--outer {
  gap: 22px;
}
.featured-projects__project--primary,
.featured-projects__project--secondary {
}
.featured-projects__project--secondary {
  box-sizing: border-box;
}
.block_type__featured-projects .flex--inner {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 18px;
}
.featured-projects__bg-image {
  aspect-ratio: 0.8589;
  object-fit: cover;
}
.featured-projects__sub-header {
  color: var(--Medium-Blue, #3B6585);
  font-size: 11px;
  font-weight: 700;
  line-height: 130%; /* 14.3px */
  margin-bottom: 12px;
  text-transform: uppercase;
}
.featured-projects__border {
  border-bottom: 1px solid #EA7432;
}
.featured-projects__project-title,
.featured-projects__project-title {
  color: var(--HG-Navy, #0B223E);
  font-size: 24px;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
  margin-bottom: 0;
}
.featured-projects__service-bundle > p:last-child {
  margin-bottom: 0;
}
.featured-projects__service-title {
  color: var(--Medium-Blue, #3B6585);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
.featured-projects__service-title + .featured-projects__service-title::before {
  background-color: var(--Medium-Blue, #3B6585);
  content: '';
  height: 1em;
  display: inline-block;
  margin: 0 10px;
  position: relative;
  top: 2px;
  width: 1px;
}
.featured-projects__short {
  font-size: 19px;
  font-weight: 400;
  line-height: 150%; /* 28.5px */  
  margin-bottom: 1rem;
  padding-top: 1rem;
}
.featured-projects__read-more {
  color: var(--HG-Orange, #EA7432);
  font-size: 14px;
  font-weight: 700;
  line-height: 150%; /* 21px */
  text-decoration: none;
  text-transform: uppercase;
}
.featured-projects__read-more:hover {
  color: var(--HG-Orange, #EA7432);
  text-decoration: underline;
}
.featured-projects__hover-overlay {
  background-color: rgba(11, 34, 62, 0.80);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  top: 0;
}
.featured-projects__hover-area::after {
  background-image: url(/images/sites/hg2/little-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 20px;
  content: '';
  height: 47.562px;
  position: absolute;
  right: 30px;
  width: 40px;
}
@media only screen and (hover: hover) {

  .featured-projects__hover-overlay {
    opacity: 0;
    transition: opacity 0.25s linear;
  }  
  .featured-projects__hover-area:hover .featured-projects__hover-overlay {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px){

  .block_type__featured-projects .flex--outer {
    display: block;
    gap: 0;
  }
  .featured-projects__project--primary,
  .featured-projects__project--secondary {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 768px){

  .featured-projects__project--primary {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 6.25%;
    padding: 0 50px;
    width: 36.75%;
  }
  .featured-projects__project--secondary {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: 4px;
    margin-right: 4px;
    width: 28.5%;
  }
}
@media only screen and (min-width: 1240px){

  .element__featured_projects .service-bundle {
    display: inline-block;
    vertical-align: middle;
  } 
  .element__featured_projects .service-bundle + .service-bundle {
    margin-left: 20px;
  }
}
/* // block_type__services-list */
.block_type__services-list .service-icon {
  display: inline-block;
  height: 55px;
  margin-right: 15px;
  width: 55px;
}
.block_type__services-list .service-icon svg {
  width: 100%;
  height: 100%;
}
.block_type__services-list .element__slot-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5rem;
}
.block_type__services-list .service-icon .svg-fill {
  fill: #458de1;
}
.block_type__services-list .service-icon .svg-stroke {
  stroke: #458de1;
}
.block_type__services-list .element__slot-content:hover .svg-fill {
  fill: #f98b4f;
}
.block_type__services-list .element__slot-content:hover .svg-stroke {
  stroke: #f98b4f;
}
.block_type__services-list .element__slot-content .element__text,
.block_type__services-list .element__slot-content .element__service_icon {
  display: inline-block;
  vertical-align: middle;
}
.block_type__services-list .element__slot-content .element__text {
  font-size: 1.125rem;
}
.block_type__services-list .element__slot-content .element__text a {
  color: #16212e;
}
.block_type__services-list .element__slot-content:hover .element__text a {
  color: #f98b4f;
}
.block_type__services-list .element__slot-content .element__text a:focus,
.block_type__services-list .element__slot-content .element__text a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px){

  .block_type__services-list .element__slot {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media only screen and (min-width: 1240px){

  .block_type__services-list .element__slot {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}
/* // block_type__video-hero */
.block_type__video-hero {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 100vh;
  min-height: calc(100vw * .5438); /* vimeo specific AR */
  padding-bottom: 0;
  padding-top: 0; /* top padding is established by first element */
}
.block_type__video-hero .element__bg-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.block_type__video-hero.video-loaded .block__bg-img:after {
  background-color: rgba(0,0,0,0.4);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (orientation: landscape) and (min-width: 768px), (min-width: 768px){

  .block_type__video-hero.video-loaded {
    margin-bottom: -55px;
  }
  .block_type__video-hero.video-loaded .block__bg-img {
    opacity: 0;
  }
}
.block_type__video-hero .element__flex .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: calc(100vw * .5438 - 125px); /* video AR - nav height */
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
  .block_type__video-hero .element__flex .flex {
    height: calc(100vw * .5438 - 125px); /* video AR - nav height */
  }
}
@media only screen and (min-width: 1240px){

  .body_home .block_type__video-hero .element__flex .flex {
    min-height: calc(100vw * .5438 - 176px - 55px); /* video AR - nav height - margin adj. */
  }
}
@media screen and (min-width: 1240px) and (-ms-high-contrast: active), screen and (min-width: 1240px) and (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
  .body_home .block_type__video-hero .element__flex .flex {
    height: calc(100vw * .5438 - 176px - 55px); /* video AR - nav height - margin adj. */
  }
}
.block_type__video-hero .element__flex .flex > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.block_type__video-hero .element__flex .element__retina_image {
  padding-top: 4rem;
  text-align: center;
}
.block_type__video-hero .element__flex .element__text {
  padding-top: 3rem;
}
@media only screen and (orientation: landscape) and (min-width: 768px) and (max-width: 1239px), (min-width: 768px) and (max-width: 1239px){
  .block_type__video-hero .element__flex .element__retina_image {
    padding-top: calc(4rem - 30px);
  }
  .block_type__video-hero .element__flex .element__text {
    padding-top: calc(3rem - 30px);
  }
  .block_type__video-hero .element__flex .flex {
    min-height: calc(100vw * .5438 - 125px - 55px); /* video AR - nav height - margin adj. */
  }
}
/* // block_type__1-column-blog-header */
.block_type__1-column-blog-header.padding-bottom__normal {
  padding-bottom: 2em;
}

.block_type__3-column-counter {
}
.block_type__3-column-counter .block__bg-img {
  mix-blend-mode: overlay;
  opacity: 0.6;
}
.block_type__3-column-counter .element__counter {
  margin-bottom: 4px;
}
.block_type__3-column-counter .element__text {
  margin: 0 auto;
  max-width: 260px;
}
.block_type__3-column-counter.background-color__navy .element__text {
  color: #D8E3EB;
}

.block_type__services-list-with-text {
}
.block_type__services-list-with-text .element__slot-content {
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 0.7em;
}
.block_type__services-list-with-text .element__slot-content:last-child {
  border-bottom: none;
}
.block_type__services-list-with-text .element__slot-content a.wrap-link {
  align-items: flex-start;
  color: var(--Medium-Blue, #3B6585);
  display: flex;
  justify-content: flex-start;
  text-decoration: none;
}
.block_type__services-list-with-text .element__slot-content a.wrap-link:after {
  content: '\f105';
  display: inline-block;
  font-family: 'fontello';
  font-size: 0.8em;
  line-height: 22.1px;
  margin-left: 1em;
  opacity: 0;
  position: relative;
  transform: translateX(-100%);
  transition: all 0.25s linear;
}
.block_type__services-list-with-text .element__slot-content a.wrap-link:hover {
  color: var(--HG-Orange, #EA7432);
}
.block_type__services-list-with-text .element__slot-content a.wrap-link:hover:after {
  opacity: 1;
  transform: translateX(0);
}
.block_type__services-list-with-text .element__slot-content .bizango_content_title {
  font-size: 17px;
  font-weight: 500;
  line-height: 22.1px;
}
@media only screen and (min-width: 768px) {

  .block_type__services-list-with-text .col-1,
  .block_type__services-list-with-text .col-2 {
    flex: 0 0 auto;
  }
  .block_type__services-list-with-text .col-1 {
    width: 38.5%;
  }
  .block_type__services-list-with-text .col-2 {
    width: 59.5%;
  }
  .block_type__services-list-with-text .element__slot {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem 2rem; /* row gap, column gap */
  }
  .block_type__services-list-with-text .element__slot-content:nth-last-child(-n+2) {
    border-bottom: none;
  }
}

.block_type__big-image-with-text {
  --page-frame: 1084px;
}
.block_type__big-image-with-text .element__image {
  margin-left: min(-20px, calc((100vw - var(--page-frame)) / -2));
  margin-right: min(-20px, calc((100vw - var(--page-frame)) / -2));
}
.block_type__big-image-with-text .element__image img {
  max-width: none;
  width: 100%;
}
.block_type__big-image-with-text .bizango_cms_content h3 {
  font-size: 36px;
  font-size: clamp(1.5rem, 2.9688vw, 36px);
  font-weight: 700;
  line-height: 117%; /* 44.46px */
}
.block_type__big-image-with-text .bizango_cms_content h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 110%; /* 17.6px */
  letter-spacing: 3.2px;
}
@media only screen and (max-width: 767px) {

  .block_type__big-image-with-text .element__text {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) {

  .block_type__big-image-with-text .element__text {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 47%;
  }
  .block_type__big-image-with-text.text-position__left .element__text {
    left: 0;
  }
  .block_type__big-image-with-text.text-position__center .element__text {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .block_type__big-image-with-text.text-position__right .element__text {
    right: 0;
  }
}

.block_type__story-panel {
  --page-frame: 1276px;
}
.block_type__story-panel.overlap__on {
  --page-frame: 1060px;
}
.block_type__story-panel.overlap__on .page_frame {
  max-width: 1080px;
}
.block_type__story-panel.crop-photos__yes .cropped-image__responsive-wrap {
  padding-bottom: 76.3736%;
}
.block_type__story-panel.crop-photos__yes.overlap__off .cropped-image__responsive-wrap {
  padding-bottom: 66.6666%;
}
.block_type__story-panel.full-bleed-image__yes:not(.reverse-columns__yes) .element__image {
  margin-left: calc(var(--page-frame-padding) * -1);
}
.block_type__story-panel.full-bleed-image__yes.reverse-columns__yes .element__image {
  margin-right: calc(var(--page-frame-padding) * -1);
}
.block_type__story-panel.box-style__solid.text-area-background-color__black .col-2 {
  background-color: rgba(0,0,0,0.95);
  color: #fff;
}
.block_type__story-panel.box-style__solid.text-area-background-color__white .col-2 {
  background-color: rgba(255,255,255,0.95);
}
.block_type__story-panel.box-style__solid.text-area-background-color__danube .col-2 {
  background-color: rgba(79, 141, 203, 0.95);
  color: #fff;
}
.block_type__story-panel.box-style__solid.text-area-background-color__navy .col-2 {
  background-color: rgba(11, 34, 62, 0.95);
  color: #fff;
}
.block_type__story-panel.box-style__solid.text-area-background-color__orange .col-2 {
  background-color: rgba(234, 116, 50, 0.95);
  color: #fff;
}
.block_type__story-panel.overlap__on .col-2 .bizango_cms_content h3 {
  margin-bottom: 0.4em;
}
@media only screen and (min-width: 768px) {

  .block_type__story-panel.full-bleed-image__yes:not(.reverse-columns__yes) .element__image {
    margin-left: calc((var(--page-frame-padding) * -1) + 20px);
  }
  .block_type__story-panel.full-bleed-image__yes.reverse-columns__yes .element__image {
    margin-right: calc((var(--page-frame-padding) * -1) + 20px);
  }  
}
@media only screen and (max-width: 1099px) {
  
  .block_type__story-panel.full-bleed-image__yes:not(.reverse-columns__yes) .element__image {
    margin-right: max(min(-30px, calc((100vw - calc(var(--page-frame) - 40px)) / -2)), -178px);
  }
  .block_type__story-panel.full-bleed-image__yes.reverse-columns__yes .element__image {
    margin-left: max(min(-30px, calc((100vw - calc(var(--page-frame) - 40px)) / -2)), -178px);
  }  
}
@media only screen and (min-width: 768px) {

  .block_type__story-panel .all-cols-wrap [class^='col-'] {
    flex: 0 0 auto;
  }
  .block_type__story-panel .all-cols-wrap .col-1 {
    padding: 0;
    width: 50%;
  }
  .block_type__story-panel .all-cols-wrap .col-2 {
    width: 47%;
  }
  .block_type__story-panel.columns-size__less-equal .all-cols-wrap .col-1 {
    width: 63%;
  }
  .block_type__story-panel.columns-size__less-equal .all-cols-wrap .col-2 {
    flex-grow: 1;
    width: 37%;
  }
  .block_type__story-panel.overlap__on .all-cols-wrap {
    align-items: stretch;
  }
  .block_type__story-panel.overlap__on .all-cols-wrap .col-1 {  
    padding-left: 20px;
  }
  .block_type__story-panel.overlap__on .all-cols-wrap .col-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;    
    margin-bottom: 40px;
    margin-left: -44px;
    margin-right: 20px;
    margin-top: 40px;
  }
  .block_type__story-panel.overlap__on.reverse-columns__yes .all-cols-wrap .col-1 {  
    padding-left: 0;
    padding-right: 20px;
  }
  .block_type__story-panel.overlap__on.reverse-columns__yes .all-cols-wrap .col-2 {
    margin-left: 20px;
    margin-right: -44px;
  }
}
@media only screen and (min-width: 1100px) {

  .block_type__story-panel.full-bleed-image__yes:not(.reverse-columns__yes) .element__image {
    margin-left: max(min(-20px, calc((100vw - calc(var(--page-frame) + var(--page-frame-padding))) / -2)), -178px);
  }
  .block_type__story-panel.full-bleed-image__yes.reverse-columns__yes .element__image {
    margin-right: max(min(-20px, calc((100vw - calc(var(--page-frame) + calc(var(--page-frame-padding) + 9px))) / -2)), -178px);
  }
}
@media only screen and (min-width: 1356px) {

  .block_type__story-panel.overlap__off .all-cols-wrap .col-2 {
    margin-right: 44px;
  }
  .block_type__story-panel.overlap__off.reverse-columns__yes .all-cols-wrap .col-2 {
    margin-left: 44px;
    margin-right: 0;
  }
}

.block_type__reversible-2-column {
}
.block_type__reversible-2-column .page_frame {
  max-width: 1232px;
}
.block_type__reversible-2-column .all-cols-wrap .col-2 {
  background-color: var(--HG-Navy, #0B223E);
  color: #fff;
}
.block_type__reversible-2-column .bizango_cms_content h3 {
  font-size: 36px;
  font-size: clamp(1.5rem, 2.9688vw, 36px);
  font-weight: 700;
}
.block_type__reversible-2-column .bizango_cms_content .button--medium {
  font-size: 1rem;
}
.block_type__reversible-2-column.flair__on .all-cols-wrap .col-2 .add-background {
  background-image: url(/images/sites/hg2/eo-badge.png);
  background-origin: content-box;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100px 100px;
}
@media only screen and (max-width: 767px) {

  .block_type__reversible-2-column .all-cols-wrap .col-1 {
    font-size: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 768px) {

  .block_type__reversible-2-column .all-cols-wrap {
    align-items: stretch;
  }
  .block_type__reversible-2-column .all-cols-wrap .col-2 {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    margin-right: 0;
  }
  .block_type__reversible-2-column .all-cols-wrap .col-1 {
    flex: 0 0 auto;
    padding: 0;
    width: 47%;
  }
  .block_type__reversible-2-column .all-cols-wrap .col-1 .element__image {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    position: relative;
  }
  .block_type__reversible-2-column .all-cols-wrap .col-1 .element__image .cropped-image {
    display: block;
    /* filter: blur(4px); */
    height: 100%;
    left: 0;
    padding-bottom: 0;
    position: absolute;
    right: 0;
  }
  .block_type__reversible-2-column .all-cols-wrap .col-1 .element__image img {
    opacity: 0;
    position: relative;
  }
  .block_type__reversible-2-column.reverse-columns__yes .all-cols-wrap .col-2 {
    margin-left: 0;
  }
  .block_type__reversible-2-column.columns-size__less-equal .all-cols-wrap [class^='col-'] {
    flex: 0 0 auto;
  }
  .block_type__reversible-2-column.columns-size__less-equal .all-cols-wrap .col-1 {
    width: 65.8163%;
    width: 60.7%;
  }
  .block_type__reversible-2-column.columns-size__less-equal .all-cols-wrap .col-2 {
    width: 34.1837%;
    width: 39.3%;
  }
}

.block_type__self-hosted-video-banner {
}
.block_type__self-hosted-video-banner .page_frame {
  max-width: 1184px;
}
.block_type__self-hosted-video-banner .element__self_hosted_bg_video {
  aspect-ratio: 0.8557;
}
.block_type__self-hosted-video-banner .element__self_hosted_bg_video {
  aspect-ratio: 433 / 506; /* keep H proportions */
  -webkit-clip-path: url(#inline-mask); /* Safari support */  
  clip-path: url(#inline-mask);
  width: 100%;  
}
.block_type__self-hosted-video-banner .element__self_hosted_bg_video video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.block_type__self-hosted-video-banner .col-1 {
  position: relative;
}
.block_type__self-hosted-video-banner .col-1::after {
  aspect-ratio: 1.234;
  background-image: url(/images/sites/hg2/pluses.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  max-width: 116px;
  position: absolute;
  right: -10%;
  top: 0;
  transform: translateY(-94%);
  width: 25%;
}
.block_type__self-hosted-video-banner .col-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block_type__self-hosted-video-banner .bizango_cms_content h2 {
  line-height: 1.18;
  margin-bottom: 0.5em;
}
.block_type__self-hosted-video-banner .bizango_cms_content h4 {
  font-size: 24px;
  font-size: clamp(1.4rem, 2.1875vw, 24px);
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {

  .block_type__self-hosted-video-banner .col-1 {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: min(300px, 80%);
  }
  .block_type__self-hosted-video-banner .col-1::after {
    right: -16%;
  }
}
@media only screen and (min-width: 768px) {

  .block_type__self-hosted-video-banner .col-1,
  .block_type__self-hosted-video-banner .col-2 {
    flex: 0 0 auto;
  }
  .block_type__self-hosted-video-banner .col-1 {
    width: 39%;
  }
  .block_type__self-hosted-video-banner .col-2 {
    margin-bottom: 4.085%;
    width: 59%;
  }
}

.block_type__leadership-listing {
  --page-frame: 1276px;
}
.block_type__leadership-listing .col-1 {
  margin: 0 auto;
  max-width: 467px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.block_type__leadership-listing .col-2,
.block_type__leadership-listing .col-2 > * {
  position: relative;
}
.block_type__leadership-listing .col-2 {
  padding-bottom: 20px;
  padding-top: 80px;
}
.block_type__leadership-listing .col-2::before {
  background-color: var(--Off-White, #F6F3EC);
  bottom: 0;
  content: '';
  left: calc(var(--page-frame-padding) * -1);
  position: absolute;
  right: 0;
  top: 0;
}
.block_type__leadership-listing .cropped-image__responsive-wrap {
  padding-bottom: 100%;
}
.block_type__leadership-listing .bio-box .bizango_cms_content > *:last-child,
.block_type__leadership-listing .quote-box .bizango_cms_content > *:last-child {
  margin-bottom: 0;
}
.block_type__leadership-listing .bio-box .bizango_cms_content h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 120%; /* 54px */
  margin-bottom: 0.1em;
}
.block_type__leadership-listing .bio-box .bizango_cms_content h6 {
  letter-spacing: normal;
  margin-bottom: 0;
}
.block_type__leadership-listing .bio-box .bizango_cms_content p {
  margin-bottom: 1.5em;
}
.block_type__leadership-listing .quote-box {
  background-color: var(--HG-Navy, #0B223E);
  box-sizing: border-box;
  color: #fff;
  padding: 30px;
}
.block_type__leadership-listing .quote-box .bizango_cms_content p {
  line-height: 150%; /* 24px */
}
.block_type__leadership-listing .quote-box .bizango_cms_content p strong {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {

  .block_type__leadership-listing .all-cols-wrap .col-1 {
    margin-bottom: -50px;
  }
  .block_type__leadership-listing .col-2::before {
    right: calc(var(--page-frame-padding) * -1);
  }
}
@media only screen and (max-width: 1299px) {

  .block_type__leadership-listing .bio-box {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {

  .block_type__leadership-listing .col-1 {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .block_type__leadership-listing .col-2::before {
    left: -70px;
    right: calc((var(--page-frame-padding) - 20px) * -1);
  }
}
@media only screen and (min-width: 1300px) {

  .block_type__leadership-listing .col-2 {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-right: max(min(calc((var(--page-frame-padding) - 20px) * -1), calc((100vw - var(--page-frame) - var(--page-frame-padding)) / -2)), -62px);
    padding-bottom: 80px;
    padding-left: 30px;
    padding-right: 0;
  }
  .block_type__leadership-listing .col-2::before {
    right: 0;
  }
  .block_type__leadership-listing .bio-box,
  .block_type__leadership-listing .quote-box {
    flex: 0 0 auto;
  }
  .block_type__leadership-listing .bio-box {
    width: 58%;
  }
  .block_type__leadership-listing .quote-box {
    margin-top: 100px;
    width: 37%;
  }
}

.block_type__image-hero {
}
.block_type__image-hero .block__bg-img {
  filter: saturate(0);
  mix-blend-mode: overlay;
}
.block_type__image-hero .page_frame {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
.block_type__image-hero .col-1 {
  flex: none;
}
.block_type__image-hero .bizango_cms_content p {
  font-size: 24px;
  line-height: 100%; /* 24px */
}
@media only screen and (min-width: 768px) {

  .block_type__image-hero {
    /* aspect-ratio: 3.0769; */
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1801px) {

  .block_type__image-hero {
    max-height: 760px;
  }
}

.block_type__logos {
  margin-bottom: -24px;
  z-index: 1;  
}
.block_type__logos .page_frame {
  max-width: 1156px;
}
.block_type__logos .logos__grid {
  gap: 1px;
  margin: 0 !important;
}
.block_type__logos .logos__grid .bizango_content_controls {
  width: 100%;
}
.block_type__logos .logos__grid-item {
  align-items: center;
  align-self: stretch;
  background-color: var(--HG-Light-Blue, #4F8DCB);  
  color: #fff;
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
  margin: 0 !important;
  padding: 30px 20px;
}
.block_type__logos .logos__grid-item .logos__image img.illustration {
  margin-bottom: 0;
}
.block_type__logos .logos__grid-item .logos__text {
  text-align: center;
}
.block_type__logos .logos__grid-item .bizango_content_rich1 p {
  font-weight: 600;
  line-height: 110%; /* 17.6px */
}
.block_type__logos .logos__grid-item .bizango_content_rich1 *:last-child {
  margin-bottom: 0;
}
.block_type__logos.logo-size__small .logos__grid-item .logos__image img {
  height: 46px;
  max-width: 100%;
  object-fit: contain;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.block_type__testimonials {
}
.block_type__testimonials .element__content_slider {
  border-top: 1px solid #DBDBDB;
}
.block_type__testimonials .element__content_slider .content-slider {
  padding: 60px 0 60px 0;
}
.block_type__testimonials .element__slide-content {
  display: block;
  margin: 0 auto;
  max-width: 780px;
}
.block_type__testimonials .element__content_slider .bizango_cms_content h4 {
  font-size: 30px;
  font-size: clamp(1.4rem, 2.1875vw, 30px);
  font-weight: 500;  
  line-height: 1.4;
}
.block_type__testimonials .slick-dots li button {
  background-color: #C1C1C1;
  border: none;
}
.block_type__testimonials .slick-dots .slick-active button {
  background-image: none;
  background-color: var(--HG-Orange, #EA7432);
}

.block_type__job-listing {
}
.block_type__job-listing .page_frame {
  max-width: 1040px;
}
.block_type__job-listing .bizango_cms_content h2 {
  border-bottom: none !important;
  color: var(--HG-Navy, #0B223E);
  font-family: "Onest", sans-serif;
  font-size: 67px;
  font-size: clamp(1.8rem, 5.2344vw, 67px);
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 73.7px */
  margin-bottom: 0.4em !important;
  text-align: center;
}
.block_type__job-listing .bizango_cms_content .BambooHR-ATS-Department-Header {
  background-color: var(--HG-Navy, #0B223E);
  color: #fff;
  font-family: "Onest", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  padding: 20px 30px;
  line-height: 110%; /* 26.4px */  
}
.block_type__job-listing .bizango_cms_content .BambooHR-ATS-Jobs-List {
  border-bottom: none !important;
  margin-left: 10px;
}
.block_type__job-listing .bizango_cms_content .BambooHR-ATS-Jobs-Item {
  border-bottom: 1px solid #DCDCDC;
  padding: 20px 0;
}
.block_type__job-listing .bizango_cms_content .BambooHR-ATS-Jobs-Item:last-child {
  border-bottom: none;
}
.block_type__job-listing .bizango_cms_content .BambooHR-ATS-Jobs-Item a {
  color: var(--Medium-Blue, #3B6585);
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 19.8px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.block_type__job-listing .bizango_cms_content .BambooHR-ATS-Location {
  color: var(--Medium-Gray, #595959);
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 19.8px */
  padding-top: 0 !important;
}
