@import './fontello/css/fontello.css';
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600&display=swap');
@font-face {
  font-family: 'proxon';
  src: url('./fonts/proxon/proxon-webfont.woff2') format('woff2'),
       url('./fonts/proxon/proxon-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'olive-display';
  src: url('./fonts/olive-display/OliveDisplay-Light.woff2') format('woff2'),
       url('./fonts/olive-display/OliveDisplay-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'olive-display';
  src: url('./fonts/olive-display/OliveDisplay-Regular.woff2') format('woff2'),
       url('./fonts/olive-display/OliveDisplay-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'olive-display';
  src: url('./fonts/olive-display/OliveDisplay-Medium.woff2') format('woff2'),
       url('./fonts/olive-display/OliveDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'olive-display';
  src: url('./fonts/olive-display/OliveDisplay-Bold.woff2') format('woff2'),
       url('./fonts/olive-display/OliveDisplay-Bold.woff') format('woff');
  font-weight: 700;
  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{height:100%;}
body{
  color: #0e0e26;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  margin: 0 auto;
  max-width: 1800px;
  position: relative;
  width: 100%;
}

/* BIZANGO TEXT - NEW DEFAULTS - DON'T HAVE A TOP MARGIN THAT IS NOT ZERO ON A CORE TEXT ELEMENT */
p, li, figcaption {
  font-size: 1.0938rem;
  line-height: 1.2857;
  margin-top: 0;
  margin-bottom: 0.7em;
}
figure {
  margin: 1em 0;
}
img,
iframe:not(.playerBox) {
  max-width: 100%;
}
ul {
  margin-left: 50px;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom:0.5em;
  line-height:1.2;
  font-weight:normal;
  margin-top:0;
}
h1 {
  font-family: 'olive-display';
  font-size: 2rem;
  font-weight: 300;
}
h2 {
  font-family: 'olive-display';
  font-size: 1.5rem;
  font-weight: 300;
}
h3 {
  font-family: 'olive-display';
  font-size: 1.2rem;
  font-weight: 300;
}
h4 {
  font-family: 'olive-display';
  font-size: 1.1rem;
  font-weight: 700;
}
h5 {
  font-family: 'proxon';
  font-size: 1rem;
  text-transform: uppercase;
}
h6 {
  font-family: 'proxon';
  font-size: 0.8rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px){

  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2.1875rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.125rem;
    letter-spacing: 0.2em;
  }
  h6 {
    font-size: 0.8125rem;
    letter-spacing: 0.3em;
  }
}

/* Please override this with a sitewide default link color! This should be the color for all body text links. Then override for nav, etc, as needed. */
a {
  color:#31ace2;
  text-decoration:none;
}
a:hover{
    text-decoration:underline;
}

/* BIZANGO DEFAULT COLORS */
body {
  background:#fff;
}
  
/* BIZANGO PAGE LAYOUT STRUCTURE */
.page_frame {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width:1262px;
  padding-left: 20px;
  padding-right: 20px;
  position:relative;
}
.full-bleed__yes.block__admin-view > .page_frame {
  padding-left: 0;
}
/* NAV */
.nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
}
.nav li {
  line-height: 1;
  margin: 0;
}
.nav > li {
  position: relative;
}
.nav .subnav li {
  display: block;
}
.subnav {
  background-color: #042346;
  display: block;
  left: -9999px;
  margin: 0;
  min-width: 100%;
  position: absolute;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}  
@media only screen and (min-width: 768px){

  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .body_nothome .subnav {
    background-color: #007cc1;
  }
}

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

/* header */
.header {
  background-color: #0d2a4b;
  z-index: 9;
}
.body_home .header {
  background-color: #000;
}
.body_nothome .header {
  position: static;
}
.header__frame {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__nav-toggle {
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 6px;
}
.header .nav > li:hover .subnav {
  left: 0;
}
.header__nav a {
  color: #fff;
  font-family: 'olive-display';
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.2em;  
  padding-bottom: 16px;
  padding-top: 16px;
  position: relative;
  text-transform: uppercase;
}
.header__nav a:after {
  background-color: rgba(255,255,255,0.3);
  -webkit-box-shadow: 0 0 2px 0 rgba(47,170,228,0.45);
          box-shadow: 0 0 2px 0 rgba(47,170,228,0.45);
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.header__nav .nav > li:hover > a > span {
  position: relative;
}
.header__nav .nav > li:hover > a:before {
  background-color: #0078c3;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.header__nav .subnav li a {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: none;
}
.header__nav .subnav li:hover a {
  background-color: #174375;
}
@media only screen and (max-width: 767px){

  .header__nav {
    padding-bottom: 10px;
    padding-top: 10px;    
    text-align: right;
  }
  .header__nav-wrapper {
    background-color: #0d2a4b;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;    
    z-index: 9;
  }
  .header__nav-wrapper.toggle-show {
    display: initial;
  }
  .header .subnav {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
  }
  .header .nav > li:hover .subnav {
    position: relative;
  }
}
@media only screen and (min-width: 768px){

  .header {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .body_nothome .header {
    background-color: #021427;
    left: 0;
    padding-bottom: 0;
    padding-top: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .body_nothome .header .page_frame {
    background-color: #0d2a4b;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .header__frame {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__nav-toggle {
    display: none;
  }
}
@media only screen and (min-width: 1280px){
  
  .body_home.public .header {
    background-color: transparent;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .header__nav .nav > li:hover > a:before {
    top: -99px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
  .body_nothome.public .header {
    position: static;
  }
}

/* footer */
.footer {
  background-image: url(/images/sites/al2/footer-bg.jpg);
  background-size: cover;
  padding-top: 3rem;
}
.footer-border {
  bottom: 0;
  left: 0;
  right: 0;
  top: -4px;
}
.footer-border svg {
  height: 100%;
  width: 100%;
}
.footer-border svg .to-fill {
  fill: url(#PSgrad_2);  
}
.footer .subnav {
  display: none;
}
.footer__nav a {
  color: #fff;
  font-family: 'olive-display';
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.2em;  
  text-transform: uppercase;
}
.footer__nav--utility .nav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer__nav--utility .nav > li {
  display: inline-block;
}
.footer__nav--utility a {
  color: #31ace2;
  font-size: 1rem;
  padding: 4px;
}
.footer__nav--secondary a {
  color: #4d5c7b;
  font-size: 0.5625rem;
}
@media only screen and (max-width: 767px){

  .footer {
    padding-bottom: 3rem;
    padding-top: 0;
  }
  .footer__nav--utility {
    margin-left: 12px;
  }
}
@media only screen and (min-width: 768px){

  .footer__frame {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__sub-navs-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }    
  .footer__nav--utility {
    margin-right: 16px;
  }
}
.footer-flair {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 381px;
}
.footer .copyright {
  color: #73d0f9;
  font-family: 'olive-display', sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
#bizango{
    width:220px;height:12px;padding-bottom:20px;font-size:10px;color:#73d0f9;display:block;margin:40px auto 25px;
    background-image:url("/images/bizango-white.png");background-repeat:no-repeat;background-position:center bottom;
}
#bizango:hover {
    text-decoration: none;
}

/* REQUIRED FOR CMS */
.help {
  background: #ddd;
  border-radius: 8px;
  color: #666;
  font-size: 13px;
  line-height: 1;
  margin: 0;
  padding: 10px;
}
.help p a {
  color: #ddd;
  text-decoration: underline;
}
.block__admin-view {
  padding-left: 42px;
}
@media only screen and (max-width: 767px){

  .footer-cta {
    text-align: center;
  }
  .bizango_cms_content [style*='text-align: right'] {
    text-align: left !important;
  }
  .footer-cta .bizango_cms_content [style*='text-align: right'] {
    text-align: center !important;
  }
}

/* OPTIONAL */
img.illustration{
  display:block;
  margin:0;
  margin-bottom:20px;
}

/* helpers */
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.clear{clear:both;}
@media only screen and (max-width: 767px){

  .grid-margin-x > .cell {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 1023px){

  .block_type__4-column .grid-margin-x > .cell {
    margin-bottom: 2rem;
  }
}
.add-screen-to-img img {
  mix-blend-mode: screen;
}
.font-proxon {
  font-family: 'proxon', sans-serif;
}
.font-olive-display {
  font-family: 'olive-display', sans-serif;
}
.font-source-sans-pro {
  font-family: 'Source Sans Pro', sans-serif;
}
.font-weight-light {
  font-weight: 300;
}
.font-weight-regular {
  font-weight: 400;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-semibold {
  font-weight: 600;
}
.font-weight-bold {
  font-weight: 700;
}
.text-transform--upper {
  text-transform: uppercase;
}
.letter-spacing--100 {
  letter-spacing: 0.1em;
}
.letter-spacing--200 {
  letter-spacing: 0.2em;
}
.letter-spacing--300 {
  letter-spacing: 0.3em;
}
.color--alitheon-dark-blue {
  color: #174375;
}
.font-size-0 {
  font-size: 0;
}
.font-size-20 {
  font-size: 1.25rem;
}
.accent {
  display: inline-block;
  position: relative;
}
.accent:after,
.accent:before {
  background-color: currentColor;
  content: '';
  height: 1px;
  opacity: 0.2;
  position: absolute;
  top: 50%;
}
.accent:after {
  left: calc(100% + 25px);
  right: -999px;
}
.accent:before {
  left: -999px;
  right: calc(100% + 25px);
}
.button,
.element__form .form-field button[type=submit] {
  background-color: #042346;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-family: 'olive-display', sans-serif;
  font-size: 0.78125rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  padding: 15px 20px;
  text-transform: uppercase;
}
.element__form .form-field button[type=submit] {
  border: none;
}
.button:hover {
  text-decoration: none;
}
.button--ghost {
  background-color: transparent;
  border: 1.5px solid #042346;
  color: #042346;
}
.button--blue {
  background-color: #007cc1;
}
.blue-bullet:before {
  background-color: #31ace2;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 10px;
  margin-right: 0.5em;
  vertical-align: middle;
  width: 10px;
}
.overflow-hidden {
  overflow: hidden;
}
.grayscale-img img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.margin-bottom-0-img img {
  margin-bottom: 0;
}
.margin-bottom-0-p p:last-child {
  margin-bottom: 0;
}
body.admin .z-1-on-admin {
  z-index: 1;
}
body.public .position-absolute-on-public {
  position: absolute;
}
body.admin .position-relative-on-admin {
  position: relative;
}
body.admin .display-none-on-admin {
  display: none;
}
.min-content {
  -ms-flex-preferred-size: min-content;
      flex-basis: min-content;
}
body.public .public-opacity-0 {
  opacity: 0;
}

/* block type options */
.constrain-content__yes .page_frame {
    max-width: 780px;
}
.padding-bottom__even-more {
  padding-bottom: 5em;
}
.padding-top__even-more {
  padding-top: 5em;
}
.block_container .block-options__button label.background-color__alitheon-blue,
.background-color__alitheon-blue {
  background-color: #0d2a4b;
  color: #fff;
}
.block_container .block-options__button label.background-color__alitheon-black,
.background-color__alitheon-black {
  background-color: #021427;
  color: #fff;
}
.background-color__black {
  color: #fff;
}
.block_container .block-options__button label.background-color__alitheon-white,
.background-color__alitheon-white,
.block_container .block-options__button label.background-color__alitheon-dots,
.background-color__alitheon-dots {
  background-color: #F7F9FD;
}
.block_container .block-options__button label.background-color__alitheon-dots,
.background-color__alitheon-dots {
  background-image: url('/images/sites/al2/bg-dots.png');
}
.background-color__alitheon-dots {
  background-size: cover;
}
.hero-block .element__border_bottom_curve svg {
  height: auto;
  max-height: 500px;
  width: 100%;
}
body.public .hero-block .fade-in-on-change {
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
/* intended to raise content area into block above (hero with border) */
@media only screen and (min-width: 1024px){

  .shift-up-content-area__yes .page_frame {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
  .shift-up-content-area__yes .page_frame {
    -webkit-transform: none;
            transform: none;
  }
}

/* block types */
.block_type__hero-slider {
}
.block_type__hero-slider .top-text .bizango_cms_content {
  margin: 0 auto;
  max-width: 530px;
}
.block_type__hero-slider .slider {
  margin: 0 auto;
  max-width: 1400px;
}
.block_type__hero-slider .slider .slick-dots li button {
  background-color: #08345c;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.block_type__hero-slider .slider .slick-dots li:hover button,
.block_type__hero-slider .slider .slick-dots li.slick-active button {
  background-color: #3172aa;
  border: 4px solid black;
  -webkit-box-shadow: 0 0 4px 3px #3172aa;
          box-shadow: 0 0 4px 3px #3172aa;
}
.block_type__hero-slider .slider .slick-dots li button:before {
  content: none;
}
.block_type__hero-slider .floating-image {
  right: 0;
  top: 0;
}
.block_type__hero-slider .floating-text img {
  display: inline-block;
  vertical-align: middle;
}
.block_type__hero-slider .floating-grid-container .top-border,
.block_type__hero-slider .floating-grid-container .bottom-border {
  bottom: -5px;
}
.block_type__hero-slider .floating-grid-container .top-border {
  -webkit-transform: translate(-3px, -20px);
          transform: translate(-3px, -20px)
}
.block_type__hero-slider .floating-grid-container .top-border svg .to-fill {
  fill: url(#PSgrad_1);  
}
.block_type__hero-slider .floating-grid-container .bottom-border svg .to-fill {
  fill: url(#PSgrad_0);  
}
.block_type__hero-slider .floating-grid {
  background-color: #042346;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 10px 0 rgb(255 255 255 / 25%);
          box-shadow: 0 0 10px 0 rgb(255 255 255 / 25%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1042px;
  padding: 20px;
}
.block_type__hero-slider .floating-grid .element__text img {
  float: left;
  height: 110px; 
  margin-right: 35px;
  -o-object-fit: contain;
     object-fit: contain; 
  -o-object-position: center top; 
     object-position: center top; 
}
body.admin .block_type__hero-slider .floating-text {
  left: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.public .block_type__hero-slider .floating-image {
  max-width: 50%;
}
/* was: car 0, passport 1, watch 2, hand (RIP) 3, gold 4
   now: car 0, watch 1, gold 2, passport 3 */
body.public .block_type__hero-slider .slide.child-element-0 .floating-image,
body.public .block_type__hero-slider .slide.child-element-1 .floating-image,
body.public .block_type__hero-slider .slide.child-element-2 .floating-image {  left: 20px;
}
/*body.public .block_type__hero-slider .slide.child-element-3 .floating-image,*/
body.public .block_type__hero-slider .slide.child-element-3 .floating-image {
  right: 20px;
}
body.public .block_type__hero-slider .floating-text .element-1 {
  border: 1px solid #31ace2;
  padding: 2px 12px;
}
@media (orientation: landscape) {

  .block_type__hero-slider .slick-slide .main-image img {
    max-height: none;
  }
}
@media only screen and (max-width: 767px){

  .block_type__hero-slider {
    padding-top: 2rem;
  }
  .block_type__hero-slider .floating-grid .element__text {
    margin-bottom: 1rem;
  }
  .block_type__hero-slider .floating-grid-container {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 1023px){

  body.public .block_type__hero-slider .floating-text {
    margin: -80px 20px 20px;
    padding: 0 20px;
    position: relative;
  }
}
@media only screen and (min-width: 768px){

  body.public .block_type__hero-slider .top-text {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .block_type__hero-slider .slider .slick-dots {
    bottom: auto;
    right: 25px;
    top: 0;
    -webkit-transform: rotate(90deg) translateX(100%);
            transform: rotate(90deg) translateX(100%);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    width: auto;
    z-index: 9;
  }
  body.public .block_type__hero-slider .floating-text {  
    position: absolute;
    top: 50%;
    left: 50%;
  }
  body.public .block_type__hero-slider .slide.child-element-0 .floating-text,
  body.public .block_type__hero-slider .slide.child-element-1 .floating-text,
  body.public .block_type__hero-slider .slide.child-element-2 .floating-text,
  body.public .block_type__hero-slider .slide.child-element-3 .floating-text,
  body.public .block_type__hero-slider .slide.child-element-4 .floating-text {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  body.public .block_type__hero-slider .slide.slide .floating-image {
    left: 50%;
    max-width: 130px;
    top: 30%;
  }
  /* was: car 0, passport 1, watch 2, hand (RIP) 3, gold 4
   now: car 0, watch 1, gold 2, passport 3 */
  body.public .block_type__hero-slider .slide.child-element-0 .floating-image,
  body.public .block_type__hero-slider .slide.child-element-1 .floating-image,
  body.public .block_type__hero-slider .slide.child-element-2 .floating-image {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);    
  }
/*  body.public .block_type__hero-slider .slide.child-element-3 .floating-image,*/
  body.public .block_type__hero-slider .slide.child-element-3 .floating-image {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);    
  }
  body.public .block_type__hero-slider .floating-grid-container {
    bottom: 0;
    position: absolute;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px){

  body.public .block_type__hero-slider .top-text {
    padding-top: 3rem;
  }
  body.public .block_type__hero-slider .floating-text .element-1 {
    position: relative;
  }
  body.public .block_type__hero-slider .floating-text .element-1:before {
    background-color: #31ace2;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: -6px;
    width: 100%;
  }
  body.public .block_type__hero-slider .floating-text .element-1:after {
    background-size: 100% 100%;
    content: '';
    height: 73px;
    position: absolute;
    top: -6px;
    width: 212px;
  }
/* was: car 0, passport 1, watch 2, hand (RIP) 3, gold 4
   now: car 0, watch 1, gold 2, passport 3 */
  body.public .block_type__hero-slider .slide.child-element-0 .floating-image {
    left: 47%;
    right: auto;
    top: 46%;
    -webkit-transform: none;
            transform: none;
  }
  body.public .block_type__hero-slider .slide.child-element-0 .floating-text {
    left: auto;
    right: 56%;
    top: 40%;
    -webkit-transform: none;
            transform: none;
  }
  body.public .block_type__hero-slider .slide.child-element-3 .floating-image {
    left: auto;
    right: 5%;
    top: 45%;
    -webkit-transform: none;
            transform: none;
  }
  body.public .block_type__hero-slider .slide.child-element-3 .floating-text {
    left: auto;
    right: 13%;
    top: 41%;
    -webkit-transform: none;
            transform: none;
  }  
  body.public .block_type__hero-slider .slide.child-element-1 .floating-image {
    left: 38%;
    top: 48%;
    -webkit-transform: none;
            transform: none;
  }
  body.public .block_type__hero-slider .slide.child-element-1 .floating-text {
    left: auto;
    top: 42%; 
    right: 64%; 
    -webkit-transform: none; 
            transform: none;
  }
/*  body.public .block_type__hero-slider .slide.child-element-3 .floating-image {
    left: auto;
    right: 16%;
    top: 47%;
    -webkit-transform: none;
            transform: none;
  }
  body.public .block_type__hero-slider .slide.child-element-3 .floating-text {
    left: auto;
    max-width: 280px;
    right: 24%;
    top: 39%;
    -webkit-transform: none;
            transform: none;
  }  
*/  body.public .block_type__hero-slider .slide.child-element-2 .floating-image {
    -webkit-transform: none;
            transform: none;
    left: auto;
    right: 52%;
    top: 48%;
  }
  body.public .block_type__hero-slider .slide.child-element-2 .floating-text {
    -webkit-transform: none;
            transform: none;
    right: calc(48% + 212px);
    left: auto;
    top: 41%;    
  }
  body.public .block_type__hero-slider .slide.child-element-0 .floating-text .element-1:after {
    background-image: url(/images/sites/al2/hud-1.png);
    left: 100%;
    width: 232px
  }
  body.public .block_type__hero-slider .slide.child-element-3 .floating-text .element-1:after {
    background-image: url(/images/sites/al2/hud-2.png);
    right: 100%;
    top: -7px;
  }
  body.public .block_type__hero-slider .slide.child-element-1 .floating-text .element-1:after {
    background-image: url(/images/sites/al2/hud-3.png);
    left: 100%;
  }
/*  body.public .block_type__hero-slider .slide.child-element-3 .floating-text .element-1:after {
    background-image: url(/images/sites/al2/hud-4.png);
    right: 100%;
    top: -7px;    
  }
*/  body.public .block_type__hero-slider .slide.child-element-2 .floating-text .element-1:after {
    background-image: url(/images/sites/al2/hud-5.png);
    left: 100%;
  }  
  .block_type__hero-slider .floating-grid {
    padding: 50px;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }  
}
@media only screen and (max-width: 1083px){

  .block_type__hero-slider .floating-grid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px){

  .block_type__hero-slider .floating-grid .cell {
    box-sizing: border-box;
    padding-right: 10px;
  }
  .block_type__hero-slider .floating-grid .element-0,
  .block_type__hero-slider .floating-grid .element-1 {
    border-right: 1px solid rgba(202,205,213,0.2);
  }
}
@media only screen and (min-width: 1280px){

  body.public .block_type__hero-slider .top-text {
    margin-top: 99px;
  }
  body.public .block_type__hero-slider .slider .slick-dots {
    top: 220px;
  }  
  .block_type__hero-slider .floating-grid {
    -webkit-transform: translateY(-35%);
            transform: translateY(-35%);
  }
}

.block_type__image-hero {
}
.block_type__image-hero .element__border_bottom_curve {
  bottom: -4px;
  position: relative;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.block_type__image-hero .element__border_bottom_curve svg .to-fill {
  fill: #f7f9fd;
}
body.public .block_type__image-hero .foreground-image {
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 768px){

  .block_type__image-hero .element__border_bottom_curve {
    margin-top: -125px;
  }
}
@media only screen and (min-width: 1024px){

  .block_type__image-hero .element__border_bottom_curve {
    margin-top: -250px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
  .block_type__image-hero .element__border_bottom_curve {
    margin-top: 0;
  }
}

.block_type__steps {
  --degrees: 10deg;
  --degrees-reversed: -10deg;
  --offset-percentage: -11.194%;
  --container-offset: -10.4478%;
  margin: 0 auto;
  max-width: 1400px;
  overflow: hidden;
}
.block_type__steps .block__bg-img {
  background-image: url(/images/sites/al2/bg-gloop.png);
}
body.public .block_type__steps .step-image-container:after {
  background-image: url(/images/sites/al2/gloop.svg);
  background-size: cover;
  content: '';
  position: absolute;
}
body.public .block_type__steps .element__image {
  overflow: hidden;
}
body.public .block_type__steps .element__image .cropped-image__bg-img {
  left: var(--offset-percentage);
  right: var(--offset-percentage);
  width: auto;
}
.block_type__steps .element__image .cropped-image__responsive-wrap {
  padding-bottom: 68%;
}
body.public .block_type__steps .add-step {
  position: relative;
}
body.public .block_type__steps .add-step:before {
  background-color: #042346;
  border-radius: 50%;
  color: #fff;
  font-family: 'olive-display', sans-serif;
  font-weight: 700;
  height: 25px;
  left: -50px;
  line-height: 1.7;
  position: absolute;
  text-align: center;
  top: 0;
  width: 25px;
}
body.public .block_type__steps .step-1 .add-step:before {
  content: '1';
}
body.public .block_type__steps .step-2 .add-step:before {
  content: '2';
}
body.public .block_type__steps .step-3 .add-step:before {
  content: '3';
}
body.public .block_type__steps .step-odd .step-image-container:after {
  height: 140px;
  right: 0;
  top: 25%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 140px;
}
body.public .block_type__steps .step-odd .element__image {
  border-radius: 0 20px 20px 0;
  margin-left: var(--container-offset);
  -webkit-transform: skewX(var(--degrees));
          transform: skewX(var(--degrees));
}
body.public .block_type__steps .step-odd .element__image .cropped-image {
  -webkit-transform: skewX(var(--degrees-reversed));
          transform: skewX(var(--degrees-reversed));
}
body.public .block_type__steps .step-even .step-image-container:after {
  height: 100px;
  right: 5%;
  top: 0;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
  width: 100px;
}
body.public .block_type__steps .step-even .element__image {
  border-radius: 20px 0 0 20px;
  margin-right: var(--container-offset);
  -webkit-transform: skewX(var(--degrees-reversed));
          transform: skewX(var(--degrees-reversed));
}
body.public .block_type__steps .step-even .element__image .cropped-image {
  -webkit-transform: skewX(var(--degrees));
          transform: skewX(var(--degrees));
}
@media only screen and (max-width: 767px){

  body.public .block_type__steps .step-image-container {
    margin-bottom: 1rem;
  }
  body.public .block_type__steps .step-image-container:after {
    content: none;
  }
  body.public .block_type__steps .step-even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  } 
}
@media only screen and (min-width: 1263px){

  .block_type__steps {
    --container-offset: -20.8955%;
  }
}
@media only screen and (min-width: 1400px){

  .block_type__steps {
    --container-offset: -23%;
  }
}

.block_type__testimonials {
  --max-width: 894px;
  padding-top: 4rem;
}
.block_type__testimonials .page_frame {
  max-width: var(--max-width);
}
.block_type__testimonials .slick-prev,
.block_type__testimonials .slick-next {
  background-color: transparent;
  background-size: 100% 100%;
  height: 27px;
  opacity: 1;
  width: 15px;
}
.block_type__testimonials .slick-prev:before,
.block_type__testimonials .slick-next:before {
  content: none;
}
.block_type__testimonials .slick-prev {
  background-image: url(/images/sites/al2/testi-slider-prev.png);
  left: 10px;
}
.block_type__testimonials .slick-next {
  background-image: url(/images/sites/al2/testi-slider-next.png);
  right: 10px;
}
.block_type__testimonials .bottom-border {
  display: none;
}
.block_type__testimonials.background-style__curved-border .bottom-border {
  bottom: -4px;
  display: block;
  left: 0;
  right: 0;
  top: 0;
}
.block_type__testimonials.background-style__curved-border .bottom-border svg {
  height: 100%;
  width: 100%;
}
.block_type__testimonials.background-style__curved-border .bottom-border .to-fill {
  fill: #0d2a4b;
}
.block_type__testimonials.background-style__straight-border .block__bg-img:after {
  background-color: #0d2a4b;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 33%;
}
.block_type__testimonials .slider {
  background-color: #f6f8fc;
  border-radius: 15px;
  position: relative;
}
.block_type__testimonials .slide-innards {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 80px auto 20px;
  max-width: 760px;
  min-height: 240px;
  padding: 0 40px;
}
body.public .block_type__testimonials .slider:after {
  background-image: url(/images/sites/al2/testimonials-quote.png);
  background-size: contain;
  content: '';
  height: 96px;
  left: 50%;
  position: absolute;
  top: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 96px;
}
@media only screen and (min-width: 768px){

  .block_type__testimonials .slick-prev {
    left: 40px;
  }
  .block_type__testimonials .slick-next {
    right: 40px;
  }
  .block_type__testimonials .slide-innards {
    padding: 0 80px;
  }
}
@media only screen and (min-width: 895px){

  .block_type__testimonials.background-style__curved-border .bottom-border {
    left: calc((min(100vw, 1800px) - var(--max-width)) / -2);
    right: calc((min(100vw, 1800px) - var(--max-width)) / -2);
  }
}

.block_type__boxes {
}
.block_type__boxes {
  padding: 2em !important;
}
.block_type__boxes .page_frame {
  max-width: 1202px;
}
.block_type__boxes.boxes-per-row__4 .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 6px;
}
.block_type__boxes .box .box-bg {
  border-radius: 15px;
  opacity: 0.5;
}
.block_type__boxes .box .box-content + .box-content {
  display: none;
}
.block_type__boxes .box .box-content {
  padding: 15px;
}
.block_type__boxes .box .box-content p {
  line-height: 1;
}
.block_type__boxes .box .box-content p:last-child {
  margin-bottom: 0;
}
.block_type__boxes .box-content-no-hover .bizango_cms_content {
  min-height: 126px;
}
.block_type__boxes .box:hover .box-content-no-hover {
  opacity: 1 !important;
}
.block_type__boxes .box:hover .bg-cover:after {
  background-image: url(/images/sites/al2/hover-card-border.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: -1.6586%;  
  content: '';
  left: -6.1329%;
  position: absolute;
  right: -6.1329%;
  top: -1.6586%;
}
body.public .block_type__boxes .box .aspect-ratio {
  padding-bottom: 143.7973%;
}
@media only screen and (max-width: 1023px){

  .block_type__boxes.boxes-per-row__4 .box {
    -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: calc(50% - 12px);
    width: calc(50% - 12px);    
  }
}
@media only screen and (max-width: 767px){

  .block_type__boxes.boxes-per-row__4 .box {
    -ms-flex-preferred-size: calc(100% - 12px);
        flex-basis: calc(100% - 12px);
    width: calc(100% - 12px);    
  }
}
@media only screen and (min-width: 1280px){

  .block_type__boxes .box .box-content {
    padding: 30px 36px;
  }
}

.block_type__flexible-3-column {
}
.block_type__flexible-3-column .element__text.element-0 {
  min-height: 56px;
}
.block_type__flexible-3-column .element__image_with_caption {
}
.block_type__flexible-3-column .image-with-caption__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block_type__flexible-3-column .image-with-caption__unit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.block_type__flexible-3-column .image-with-caption__unit img {
  max-width: 116px;
}
.block_type__flexible-3-column .image-with-caption__unit .bizango_image_caption {
  min-height: 102px;
}
.block_type__flexible-3-column .image-with-caption__unit .bizango_image_caption p {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px){

  .block_type__flexible-3-column .add-borders {
    border-left: 1px solid rgba(49, 172, 226, 0.3);
    border-right: 1px solid rgba(49, 172, 226, 0.3);
  }
}
@media only screen and (min-width: 64em){

  .block_type__flexible-3-column .image-with-caption__unit img {
    max-width: 148px;
    min-width: 148px;
  }
}

.block_type__downloads {
}
.block_type__downloads .attachment__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;  
}
.block_type__downloads .attachment__unit {
  margin: 1rem 0;
}
.block_type__downloads .downloads-container {
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 160px;
  padding: 1rem 0;
}
.block_type__downloads .downloads-container:before {
  background-image: url(/images/sites/al2/gloop.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 137px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 137px;
}
body.public .block_type__downloads .attachment__unit .bizango_asset_title a {
  background-color: #31ace2;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-family: 'olive-display', sans-serif;
  font-size: 0.78125rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  padding: 15px 20px;
  text-transform: uppercase;
}
body.public .block_type__downloads .attachment__unit .bizango_asset_title a:before {
  background-image: url(/images/sites/al2/icon-download.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 13px;
  width: 10px;
}
body.public .block_type__downloads .attachment__unit .bizango_asset_title a:hover {
  text-decoration: none;
}
body.public .block_type__downloads .attachment__unit:nth-child(even) .bizango_asset_title a {
  background-color: #007cc1;
}

.block_type__3-column {
}
.block_type__3-column:not(.column-background__yes) .page_frame {
  max-width: 1122px;
}
@media only screen and (min-width: 1024px){

  .block_type__3-column:not(.column-background__yes) .col-1,
  .block_type__3-column:not(.column-background__yes) .col-2,
  .block_type__3-column:not(.column-background__yes) .col-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
  .block_type__3-column:not(.column-background__yes) .col-2,
  .block_type__3-column:not(.column-background__yes) .col-3 {
    margin-left: calc(5.55556% + 0.625rem);
  }
  .block_type__3-column:not(.column-background__yes) .col-2:before,
  .block_type__3-column:not(.column-background__yes) .col-3:before {
    background-color: rgba(255, 255, 255, 0.2);
    content: '';
    height: 100%;
    left: -16%;
    position: absolute;
    top: 0;
    width: 1px;
  }
}
.block_type__3-column.column-background__yes .block__bg-img:after {
  background-color: #0d2a4b;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 66.6666%;
}
.block_type__3-column.column-background__yes .all-cols-wrap .cell {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f9fd), to(#d5dbe9));
  background-image: linear-gradient(180deg, #f7f9fd, #d5dbe9);
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 5%;
}

.block_type__2-column-for-logos {
}
.block_type__2-column-for-logos .image-with-caption__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block_type__2-column-for-logos .image-with-caption__unit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 10px 15px;
}
.block_type__2-column-for-logos .image-with-caption__unit img {
  -webkit-filter: saturate(80%);
          filter: saturate(80%);
}
@media only screen and (min-width: 768px){

  .block_type__2-column-for-logos .image-with-caption__unit {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media only screen and (min-width: 1024px){

  .block_type__2-column-for-logos .image-with-caption__unit {
    padding: 20px 30px;
  }
}

.block_type__process {
}
body.public .block_type__process .add-rules {
  overflow: hidden;
  text-align: center;
}
body.public .block_type__process .add-rules .bizango_cms_content {
  display: inline-block;
  position: relative;
}
body.public .block_type__process .add-rules .bizango_cms_content:after,
body.public .block_type__process .add-rules .bizango_cms_content:before {
  background-color: rgba(49,172,226,0.3);
  content: '';
  height: 1px;
  position: absolute;
  top: 50%;
  width: 999px;
}
body.public .block_type__process .add-rules .bizango_cms_content:after {
  left: 100%;
}
body.public .block_type__process .add-rules .bizango_cms_content:before {
  right: 100%;
}
.block_type__process .element__image {
  margin-bottom: 32px;
}
.block_type__process .add-skew .cropped-image__responsive-wrap {
  padding-bottom: 65.0289%;
}
body.public .block_type__process .add-radius {
  border-radius: 15px;
  overflow: hidden;
}
.block_type__process .illustration {
  margin-bottom: 0;
}
.block_type__process .add-padding-and-number {
  padding-left: 30px;
  position: relative;
}
.block_type__process .add-padding-and-number:before {
  background-color: #007cc1;
  border-radius: 50%;
  color: #fff;
  font-family: 'olive-display', sans-serif;
  font-size: 15px;
  font-weight: 700;
  height: 25px;
  left: 0;
  line-height: 1.75;
  position: absolute;
  text-align: center;
  top: 0;
  width: 25px;
}
.block_type__process .sub-col-1 .add-padding-and-number:before {
  content: '1';
}
.block_type__process .sub-col-2 .add-padding-and-number:before {
  content: '2';
}
.block_type__process .sub-col-3 .add-padding-and-number:before {
  content: '3';
}
@media only screen and (min-width: 1280px){

  body.public .block_type__process .add-skew {
    -webkit-transform: skewX(14deg);
            transform: skewX(14deg);
  }
  body.public .block_type__process .add-skew img,
  body.public .block_type__process .add-skew .cropped-image {
    -webkit-transform: skewX(-14deg);
            transform: skewX(-14deg);
  }
  body.public .block_type__process .add-skew .cropped-image__bg-img {
    left: -7.6336%;
    right: -7.6336%;
    width: auto;
  }
  .block_type__process .add-padding-and-number {
    padding-left: 60px;
  }
  .block_type__process .add-padding-and-number:before {
    left: 30px;
  }
}

.block_type__4-column {
}
.block_type__4-column.crop-photos__yes .element__image {
  margin-bottom: 20px;
}
.block_type__4-column.crop-photos__yes .cropped-image__responsive-wrap {
  padding-bottom: 100%;
}

.block_type__news {
}
.block_type__news .news__item {
  margin-bottom: 2em;
}
.block_type__news .format-date .bizango_cms_content p {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.block_type__news .format-text .bizango_cms_content p {
  font-size: 0.9375rem;
}
@media only screen and (max-width: 767px){

  .block_type__news .news__item {
    margin-bottom: 4em;
  }
  .block_type__news .news__item.grid-margin-x > .cell {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px){

  .block_type__news .match-image-height,
  .block_type__news .match-teaser-height {
    margin-right: 39%;
  }
}
@media only screen and (min-width: 1024px){

  .block_type__news .match-image-height,
  .block_type__news .match-teaser-height {
    margin-right: 35%;
  }
}

.block_type__team-grid {
}
.block_type__team-grid.columns__1 .page_frame {
  max-width: 320px;
}
.block_type__team-grid.columns__2 .page_frame {
  max-width: 600px;
}
.block_type__team-grid.columns__3 .page_frame {
  max-width: 880px;
}
.block_type__team-grid.columns__4 .page_frame {
  max-width: 1160px;
}
.block_type__team-grid .add-margins {
  margin-bottom: 20px;
  margin-top: 40px;
}
.block_type__team-grid .medium-up-x {
  justify-content: space-between;
}
.block_type__team-grid .medium-up-x > .cell {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  width: 278px; 
}
.block_type__team-grid .element__image {
  position: relative;
}
.block_type__team-grid .element__image:after {
  background-image: linear-gradient(to top, #021427, transparent);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 60%;
}
body.public .block_type__team-grid .team-grid__item .element__text {
  margin-top: -50px;
  padding: 0 20px;
  position: relative;
}
.block_type__team-grid.crop-photos__yes .cropped-image__responsive-wrap {
  padding-bottom: 100%;
}

/* add branding to bottom of block */
body.public .block_id-249559:before {
  background-image: url(/images/sites/al2/gloop.svg);
  background-size: cover;
  content: '';
  height: 137px;
  left: 50%;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  width: 137px;
  z-index: 1;
}
body.public [data-content-id="249559"] + .block_container .block {
  padding-top: 80px;
}
@media only screen and (max-width: 1023px){
  
  body.public .block_id-249559 {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1024px){
  
  body.public .block_id-249559 {
    padding-bottom: 0;
  }
}
/* underlay effect for hero image */
body.public .block_id-249558 .background-image img {
  margin-bottom: -120px;
  margin-top: -60px;
}
/* tweak positioning of metals foreground image */
@media only screen and (min-width: 1024px){

  body.public .block_id-249635 .foreground-image {
    bottom: -20px;
    left: -50px;
    right: 40px;
  }
}
/* disable deleting shared content blocks on defaults page */
[data-content-id="249566"] .blockcontrols__delete-wrap,
[data-content-id="249638"] .blockcontrols__delete-wrap,
[data-content-id="249545"] .blockcontrols__delete-wrap {
  display: none !important;
}