/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@font-face {
  font-family: "Uniform";
  src: url("https://23257256.fs1.hubspotusercontent-na1.net/hubfs/23257256/Fonts/Uniform/Uniform%20Light.ttf") format("truetype");
  font-display: swap;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "Uniform";
  src: url("https://23257256.fs1.hubspotusercontent-na1.net/hubfs/23257256/Fonts/Uniform/Uniform.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "Uniform";
  src: url("https://23257256.fs1.hubspotusercontent-na1.net/hubfs/23257256/Fonts/Uniform/Uniform%20Medium.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "Uniform";
  src: url("https://23257256.fs1.hubspotusercontent-na1.net/hubfs/23257256/Fonts/Uniform/Uniform%20Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "Uniform";
  src: url("https://23257256.fs1.hubspotusercontent-na1.net/hubfs/23257256/Fonts/Uniform/Uniform%20Black.ttf") format("truetype");
  font-display: swap;
  font-weight: 900;
  font-stretch: normal;
}
@font-face {
  font-family: "Uniform";
  src: url("https://23257256.fs1.hubspotusercontent-na1.net/hubfs/23257256/Fonts/Uniform/Uniform%20Ultra.ttf") format("truetype");
  font-display: swap;
  font-weight: 950;
  font-stretch: normal;
}

/* GLOBAL */
:root {
  --primary: #232964;
  --secondary: #e31c45;
  --tertiary: #4851A5;
  --quaternary: #FF6060;
  --blue: #91cee7;
  --light-blue: #d9f5fe;
  --white: #FFF;
  --black: #000;
  --block-spacing: 50px;
  --block-spacing-half: 25px;
  --block-spacing-quarter: 12.5px;
  --block-spacing-eight: 6.25px;
  --mobile: 720px;
}

html {
  font-size: 20px;
}

p,
span,
h1,
h2,
h3,
h3,
h4,
h5,
h6,
a,
li,
summary,
time,
article,
body{
  font-family: "Uniform" !important;
  color: var(--primary);
}
div, button, .button{
  font-size: 1rem
}
p, a, time{
  font-size: 1em;
}
span{
 font-size: 1em; 
}
h1, h1 > span, h1 > a, h1 > .hs_cos_wrapper_widget > span{
 font-size: 2.25rem;
}
h2, h2 > span, h2 > a{
 font-size: 2rem;
}
h3, h3 > span, h3 > a{
 font-size: 1.50rem;
}
h4, h4 > span, h4 > a{
 font-size: 1.35rem;
}
h5, h5 > span, h5 > a{
 font-size: 1.25rem;
}
h6, h6 > span, h6 > a{
 font-size: 1.15rem;
}
h1,h2,h3,h4,h5,h6{
 text-wrap: pretty; 
}
.short-headline{
  text-align: center;
  margin-inline: auto;
  width: calc(100%/12*8);
}
.color-light{
 color: #FFF !important; 
}
.background-light{
  background: var(--light-blue) !important;
}
.background-dark{
  background: var(--primary) !important;
}
.background-dark-gradient{
  background: linear-gradient(90deg, var(--primary) 0%, var(--tertiary) 100%) !important;
  color: var(--white);
}
.background-dark-gradient-reverse{
  background: linear-gradient(90deg, var(--tertiary) 0%, var(--primary) 100%) !important;
}
.background-light-gradient{
  background: linear-gradient(90deg, var(--light-blue) 0%, var(--blue) 100%) !important;
}
.background-light-gradient-reverse{
  background: linear-gradient(90deg, var(--blue) 0%, var(--light-blue) 100%) !important;
}
.background-white-to-blue{
  background: linear-gradient(90deg, var(--white) 0%, var(--light-blue) 100%) !important;
}
.background-blue-to-white{
  background: linear-gradient(90deg, var(--light-blue) 0%, var(--white) 100%) !important;
}
.dnd-section{
  padding: 0 !important;
}
.dnd-section > .row-fluid {
  max-width: unset;
}
.dnd-section > .row-fluid .row-depth-1,
#main-content .dnd-section .dnd-section-inner .dnd-section-navigation,
#main-content .dnd-section .dnd-section-inner .dnd-section-content{
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
/* #main-content .dnd-section > .row-fluid .row-depth-1:not(:has(.top-section)),
#main-content .dnd-section .dnd-section-inner .dnd-section-content:not(:has(.top-section)){
  margin-block: min(50px,2.5vw);
} */
.area-margin{
  margin-bottom: 50px; 
}
.area-margin-full{
  margin-block: 25px; 
}
#main-content .dnd-section>.row-fluid>.dnd-column:not(:has(.top-section,.alert-banner)){
  /*padding-block: 50px !important;*/
  padding-top:150px !important;
  padding-bottom:50px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
#main-content .dnd-section>.row-fluid>.dnd-column>.dnd-row:has(.alert-banner){
 width: 100% !important;
 max-width: 100vw !important; 
}
.dnd-section-content > h2{
  text-align: center;
}

/* cut header and footer */
.dnd-section > .row-fluid > .widget-span > .row-depth-1:has(.box-copy) {
  border-radius: 30px !important;
}
.widget-span:has(>.row-fluid-wrapper > .row-fluid > .widget-span > div > span > .box-copy),
.dnd-section > .row-fluid .row-depth-1:has(ul.list) {
  border-radius: 10px !important;
}
a:hover{
  color: unset;
  text-decoration: none;
 font-weight: 700;
}
.button,
.hs-button {
  background-color: var(--secondary) !important;
  border-color: var(--secondary) !important;

/*   width: clamp(5vw, 250px, 15vw); */
  font-size: 1.35rem;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin: auto;
  display: inline-block;
}
.collaborate-btn{
 background-color: #EE2B7B !important;
  border-color: #EE2B7B !important;
}
#lpPanelNavButtonLinklpPanelSectionChatContainer:hover,
#airplane-box:hover,
.button:hover,
.hs-button:hover{
  transform: scale(1.025);
  font-weight: 900;
}
.button.cobalt-button{
  border-color: var(--primary) !important;
  background-color: var(--primary) !important;
}
.button.simple {
  background-color: transparent !important;
  border-color: transparent !important;
  color: var(--primary);
  text-decoration: underline;
  white-space: nowrap;
}

@media (max-width: 767px) {
.button.simple{
 white-space: unset; 
  }
}
  
.blue-box ul.list {
  margin-bottom: 0;
}

.accordion__content ul li,
.blue-box ul li {
  display: flex;
  line-height: 1.4;
}
.flex-content ul {
  list-style: none;
}
.flex-content ul li {
  display: flex;
}
.accordion__content ul li:before,
.blue-box ul li::before,
.flex-content ul li::before {
  content: "";
  display: block;
  height: 15px;
  background: var(--blue);
  border-radius: 5px;
  flex: none;
  order: 0;
  flex-grow: 0;
  width: 15px;
  margin-right: 1rem;
  margin-top: 0.25rem;
}

.blue-box.blue-box-light ul li::before{
  background: var(--secondary);
}

.blue-box ul li.list__item .list__content p,
.blue-box ul li.list__item .list__content span {
  margin-bottom: 0px;
  color: #fff;
}

/* ul li.list__item > span:not(.icon--light):not(.icon--square) + .list__content{
 color: #FFF;
}

ul li.list__item:has(span.icon--light){
 padding: 20px 10% 20px 2.5%;
 border-radius: 10px;
 background-color: var(--blue);
}

ul li.list__item:has(span.icon--light):nth-child(even){
 background-color: #ABDEFB;
} */

.row-fluid-wrapper:has(> .row-fluid > .widget-span > div > ul) {
  margin-top: 0;
}

.list__icon {
  background-color: transparent;
}

/* HEADER */
.header__bottom {
  background-color: var(--primary);
}
header ul li::before {
  content: none;
}
/* .red-brackets span, */
li.header__menu-item.header__menu-item--depth-1 {
  position: relative;
}
/* .red-brackets span {
  padding-inline: 25px;
}
.red-brackets {
  position: relative; 
  margin-bottom: 1em;
  text-align: center;
}
.red-brackets > *{
  width: 90%;
  margin: auto;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
} */
/* .red-brackets > *::before, */
.header__menu-item.header__menu-item--depth-1::before,
.header__menu-item.header__menu-item--depth-1::after,
.header__menu-item.header__menu-item--depth-1:hover::before,
.header__menu-item.header__menu-item--depth-1:hover::after,
.header__menu-item.header__menu-item--depth-1:has(.header__menu-link--active-link):before,
.header__menu-item.header__menu-item--depth-1:has(.header__menu-link--active-link):after,
.tab-label:hover span.tab-label-inner:before, .tab-label:active span.tab-label-inner:before, .tab-select:checked + .tab-label span.tab-label-inner:before,
.tab-label:hover span.tab-label-inner:after, .tab-label:active span.tab-label-inner:after, .tab-select:checked + .tab-label span.tab-label-inner:after{
  content: "";

  height: 100%;
  width: 1em;
  padding: 0;
  margin: 0;
  top: 0;

  background-size: contain !important;
  background-repeat: no-repeat !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='60' viewBox='0 0 12 60' fill='none'%3E%3Cpath d='M12 2H8C4.68629 2 2 4.68629 2 8V52C2 55.3137 4.68629 58 8 58H12' stroke='%23E31C45' stroke-width='3'/%3E%3C/svg%3E%0A");
  position: absolute;

  opacity: 1;
}
.header__menu-item.header__menu-item--depth-1::before,
.header__menu-item.header__menu-item--depth-1::after
{
  opacity: 0;
}
/* .red-brackets > *::before, */
.header__menu-item.header__menu-item--depth-1:hover:before,
.header__menu-item.header__menu-item--depth-1:has(.header__menu-link--active-link):before,
.tab-label:hover span.tab-label-inner:before,
.tab-label:active span.tab-label-inner:before,
.tab-select:checked + .tab-label span.tab-label-inner:before {
  left: 0;
}
/* .red-brackets > *::after, */
.header__menu-item.header__menu-item--depth-1:hover:after,
.header__menu-item.header__menu-item--depth-1:has(.header__menu-link--active-link):after,
.tab-label:hover span.tab-label-inner:after,
.tab-label:active span.tab-label-inner:after,
.tab-select:checked + .tab-label span.tab-label-inner:after {
  right: 0;
  transform: rotate(180deg);
}

@media (min-width: 1150px) {
  .header__container--left .header__logo-col {
    flex: 1 0 0 !important;
  }
  .header__container--left .header__menu-col {
    flex: 7 0 0 !important;
  }
  .header__container--left .header__logo-col,
  .header__container--left .header__menu-col {
  padding: 5px 25px 0 0 !important;
    text-align: left !important;
  }
  .header__menu-item.header__menu-item--depth-1:hover:before,
  .header__menu-item.header__menu-item--depth-1:hover:after,
  .header__menu-item.header__menu-item--depth-1:has(.header__menu-link--active-link):before,
  .header__menu-item.header__menu-item--depth-1:has(.header__menu-link--active-link):after
  {
    display: block;
  }
  .header__menu-wrapper.no-list {
    display: flex;
  }
}

@media (max-width: 1150px) {
  li.header__menu-item.header__menu-item--depth-1 {
    background: var(--primary);
  }
}
.header-block {
  margin-block: 50px;
}

  #hs_cos_wrapper_header-module-1 .header__menu-link {
    font-size: 18px !important;
}

/* FOOTER */
.footer .hs-menu-wrapper a {
  text-decoration: none;
  -webkit-text-stroke-width: 0.05em;
  -webkit-text-stroke-color: transparent;
}
.footer .hs-menu-wrapper .active > a {
  color: #fff;
  font-weight: normal;
}
.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: inherit;
  -webkit-text-stroke-color: currentcolor;
}
.footer .row-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.footer .row-number-1 > .row-fluid > .widget-span > .row-depth-1 {
  margin-left: 0;
}
.footer .span4 {
  margin: 0;
}
.footer .hs-menu-wrapper ul {
  display: block;
  columns: 2;
}
.footer .hs-menu-wrapper a {
  color: #fff;
}
@media (min-width: 767px) {
  .footer .span4 {
    margin: 0;
    padding-left: 50px;
    border-left: 2px solid var(--secondary);
    border-right: 2px solid var(--secondary);
  }
}
#main-content .row-fluid-wrapper > .row-fluid > .widget-span,
.dnd-section-inner{
  border-radius: 0 0 30px 30px;
}

.dnd-section.top-section{
  min-height: 160px;
/*   background: linear-gradient(90deg, var(--white) 0%, var(--light-blue) 100%); */
}
.top-section .top-section-inner{
  min-height: 160px;
  background: linear-gradient(90deg, #4851A5 0%,  var(--primary) 100%);
  background-size: cover;
  background-repeat: no-repeat;
}

.button-wrapper{
  margin-block: 0 !important;
  padding-block: 25px !important;
}

.top-section-resource .top-section-inner, .top-section-resource-listing .top-section-inner{
  background-image: url('https://23257256.fs1.hubspotusercontent-na1.net/hubfs/23257256/refresh-assets/navy-circuits.svg') !important;
}
.top-section-academy .top-section-inner{
  background-image: url('https://23257256.fs1.hubspotusercontent-na1.net/hubfs/23257256/refresh-assets/academy_top.svg') !important;
}
.top-section-event .top-section-inner{
  background-image: url('https://23257256.fs1.hubspotusercontent-na1.net/hubfs/23257256/refresh-assets/academy_top.svg') !important;
}
.card--dark{
  border: 1px solid var(--primary);
    background-color: var(--primary);
}
.header__menu-submenu .header__menu-link:not(.button){
  color: var(--white) !important;
}
.header__menu-submenu .header__menu-item{
background:linear-gradient(270deg, #232964 0%, #4851A5 100%);
}
.header__menu-submenu .header__menu-item:hover{
background: linear-gradient(90deg, #D9F5FE 0%, #91CEE7 100%);
}
.header__menu-submenu .header__menu-item:hover *{
 color: var(--primary) !important; 
}
.color-light * {
    color: #FFF !important;
}
  #airplane-box {
    z-index: 200;
    position: fixed;

    bottom: 20%;
    right: 0;

    width: 50px;
    height: 50px;

    background-color: var(--_airplane-box-bg);
    transition: all 0.5s ease;
    
        background: #F10941;
    border-radius: 10px;
    border: 2.5px solid var(--primary);
  }

  #airplane-box svg{
    width: 60%;
    height: 60%;
    margin: 20%;
}

/*     filter: var(--_airplane-icon-filter); */
  }
/*   @media only screen and (min-width: 1400px){
      #airplane-box{
        right: calc((100% - 1400px)/2);
      }
  } */

.hs-content-id-15288043661 .cards-individual:hover {
  transition: filter .4s ease;
  filter: brightness(1.3);
  cursor: pointer;
}

 .card-link .cards-individual:hover {
  transition: filter .4s ease;
  filter: brightness(1.3);
  cursor: pointer;
}


.header__container--left .header__wrapper--bottom {
    max-width: 90%;
}

/* .hs-content-id-155135891526 #main-content .dnd-section>.row-fluid>.dnd-column:not(:has(.top-section)) {
    padding-top: 0 !important;
}

.hs-content-id-155135891526 .flex-image {
    padding: 30px 0;
} */

/* FORMS  */

.flex-content .hs_cos_wrapper_type_form *:not(.hs-button) {
  color: var(--primary) !important;
}

.hs_cos_wrapper_type_form .form-title,
.hs_cos_wrapper_type_form form {
  background: linear-gradient(90deg, var(--light-blue), #91CEE7);
}
.hs_cos_wrapper_type_form .form-title {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  
  text-align: center;
  color: var(--primary);
}
.hs_cos_wrapper_type_form form {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.hs_cos_wrapper_type_form .actions {
  display: flex;
}
.hs_cos_wrapper_type_form .actions .hs-button {
  color: #FFF !important;
  width: unset;
}
form input[type="submit"], form .hs-button {
  text-transform: none;
  font-size: 1rem;
}

form .legal-consent-container *,
form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-size: 0.75rem;
  font-familY: uniform !important;
  color: var(--primary);
}

form .inputs-list {
  display: flex;
  gap: calc(.3rem + 1vw);
  justify-content: flex-start;
}
form .inputs-list > li {
  margin: 0;
}
form .hs-richtext a {
  color: inherit;
  text-decoration: underline;
}

/* CTA AREAS */
.cta-area {
  display: flex;
  flex-direction: column;
  padding-block: 35px;
}
.cta-area h2{
  margin: auto;
  width: calc(100%*(8/12));
  text-align: center;
}
.cta-area .button-wrapper{
  padding-block: 25px 5px !important;
}
@media only screen and (max-width: 720px) {
  .cta-area h2{
   width: 100%; 
  }
}

section.blue-box {
    display: flex;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  justify-content: center;
  align-items: center;
}

/* .cards-area {
    padding-top: 30px;
} */

.top-header .hs-search-field .hs-search-field__bar > form {
    align-items: center;
}

.row-fluid-wrapper.row-depth-1.row-number-18.dnd-row {
    padding-top: 0;
}

.card--dark ul li span {
    color: white !important;
}

.widget_1708283433609-hidden section.copy-and-image-section.area-margin-full {
    margin-top: 0;
}

.widget-type-linked_image {
  width: 100%;
  text-align: center;
}

.resource-tags h5, .resource-tags h5 > a {
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
}

.resource-post-body iframe {
  aspect-ratio: 5 / 3;
/*   height: auto !important; */
  width: 100% !important;
}

section.nexus-table-of-contents,
.nexus-table-of-contents-flex-col{
  background-color: unset !important;
}
.nexus-table-of-contents-flex-col.content h1,
.nexus-table-of-contents-flex-col.content h2,
.nexus-table-of-contents-flex-col.content h3,
.nexus-table-of-contents-flex-col.content h4,
.nexus-table-of-contents-flex-col.content h5,
.nexus-table-of-contents-flex-col.content h6,
a.toc-link{
  color: var(--primary) !important;
}
a.toc-link.is-active-link::before {
  background-color: var(--primary) !important;
}

.nexus-table-of-contents-sidebar-sticky {
  z-index: unset !important;
}
.span12.widget-span.widget-type-cell.cell_17082140581942-margin.cell_17082140581942-padding.dnd-column.cell_17082140581942-background-gradient{
 margin-top: unset !important;
}

@media only screen and (max-width: 500px) { 
  .all-rights-span{
    font-size: 0.65em;
    white-space: nowrap; 
  }
  .button,
  .hs-button {
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 1400px) { 
  .all-rights-span{
    font-size: 0.65em; 
    white-space: nowrap; 
  }
}

#lpPanelDivNew input,
.lpPanelDigitalContainer {
	font-family:tahoma,Geneva,sans-serif
}
#lpPanelDiv {
	display:none!important
}
#lpPanelDivNew,
.lpPanelDigitalContainer,
.lpPanelShow,
.lpPanelTab,
.lpPanelTabImage {
	display:block
}
.lpPanelDigitalContainer {
	position:fixed;
	width:460px;
	top:110px;
	right:-360px;
	min-height:198px;
	transition:right .5s;
	-webkit-transition:right .5s;
	background:#000
}
@media (max-width:400px) {
	.lpPanelDigitalContainer {
		max-width:calc(100% - 42px);
		right:calc(42px - 100%)
	}
}
.lpPanelDigitalContainer * {
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box
}
.lpPanelSection {
	position:relative;
	margin:10px 0;
	padding:5px;
	background-color:#FFF;
	-webkit-border-radius:5px;
	border-radius:5px;
	min-height:136px
}
.lpPanelTab {
	border-right-width:0;
	width:32px;
	height:auto;
	position:absolute;
	left:-38px;
	top:25px;
	overflow:hidden;
	cursor:pointer
}
.lpPanelTabImage {
	padding:8px
}
.lpPanelListIcon {
	float:left;
	width:20px;
	height:20px;
	margin-top:-1px;
	color:#FFF;
	font-size:18px
}
.lpPanelTabIcon {
	color:#fff;
	font-size:25px;
	margin-left:4px;
	margin-top:4px
}
.lpPanelclosed {
	right:-460px;
	border-width:0;
	padding-top:3px
}
@media (max-width:400px) {
	.lpPanelclosed {
		right:calc(42px - 100%)
	}
}
.lpPanelShadow,
.lpPanelopen {
	-webkit-box-shadow:-5px 5px 5px 0 #000800;
	-moz-box-shadow:-5px 5px 5px 0 rgba(0,0,0,.5);
	box-shadow:-5px 5px 5px 0 #000800
}
.lpPanelTagletEngagementSection {
	padding:5px 10px 0;
	min-height:140px;
	background-color:#000
}
#lpPanelDivNew .lpPanelHeader h1 {
	font-family:RNHouseSansW01-Bold,tahoma,Geneva,sans-serif;
	font-weight:400;
	color:#fff;
	font-size:20px;
	margin:8px 0 2px;
	display:block;
	line-height:inherit
}
.lpPanelSection p {
	color:#000
}
.lpPanelopen {
	right:0;
	padding-top:0
}
.lpPanelHide {
	display:none
}
.lpPanelNav {
	position:relative;
	border-radius:5px;
	margin:10px
}
.lpPanelCloseText {
	font-family:arial,sans-serif;
	font-size:14px;
	position:absolute;
	right:3px;
	top:3px;
	padding:1px 4px;
	font-weight:700;
	background-color:#000;
	cursor:pointer;
	color:#fff;
	border:3px solid #000;
	border-radius:3px;
	z-index:50000
}
.lpPanelListLink {
	text-decoration:none;
	color:#000;
	display:block;
	cursor:pointer
}
.lpPanelListLink:focus,
.lpPanelListLink:hover {
	text-decoration:underline;
	background-color:inherit
}
.lpPanelOption {
	margin:7px 0;
	padding:0
}
.lpPanelList {
	margin:0
}
.lpPanelList,
.lpPanelOption {
	font-size:12px;
	list-style-type:none;
	padding-left:2px
}
.lpPanelEngagementSearchLabel {
	padding-left:4px;
	border-width:3px 1px medium;
	border-radius:4px;
	margin:0 5px 0 0
}
.lpPanelIntro,
p.lpPanelText {
	margin:0
}
.lpPanelNavWrap {
	width:100%
}
.lpPanelNavButtonCols2 {
	width:50%
}
.lpPanelNavButton {
	display:inline-block;
	box-sizing:border-box;
	width:49%;
	overflow:hidden;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px
}
.lpPanelNavButtonLink {
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	cursor:pointer
}
.lpPanelEngagementSearchButton {
	width:auto;
	min-width:5px;
	vertical-align:top;
	height:2.2em;
	font-size:14px;
	padding:0 8px
}
.lpPanelIntro,
p.lpPanelChatWelcomeMessage,
p.lpPanelText {
	font-size:12px
}
.lpPanelFeedback,
.lpPanelIntro {
	display:none
}
div.lpPanelNavIsVisible {
	display:block
}
#lpPanelChatButtonLoading,
div.lpPanelNavIsNotVisible {
	display:none
}
input.lpPanelMissingRequiredField {
	color:red
}
input.lpPanelMissingRequiredField::-webkit-input-placeholder {
	color:red;
	transition:opacity 250ms ease-in-out
}
input.lpPanelMissingRequiredField:focus::-webkit-input-placeholder {
	opacity:.5
}
input.lpPanelMissingRequiredField:-ms-input-placeholder {
	color:red;
	transition:opacity 250ms ease-in-out
}
input.lpPanelMissingRequiredField:focus:-ms-input-placeholder {
	opacity:.5
}
input.lpPanelMissingRequiredField::-moz-placeholder {
	color:red;
	opacity:1;
	transition:opacity 250ms ease-in-out
}
input.lpPanelMissingRequiredField:focus::-moz-placeholder {
	opacity:.5
}
input.lpPanelMissingRequiredField:-moz-placeholder {
	color:red;
	opacity:1;
	transition:opacity 250ms ease-in-out
}
input.lpPanelMissingRequiredField:focus:-moz-placeholder {
	opacity:.5
}
.lpPanelNavButtonFullWidth {
	width:100%;
	display:inline-block;
	box-sizing:border-box;
	overflow:hidden
}
#lpPanelDivNew .lpPanelEngagementSearchLabel {
	display:block;
	margin-bottom:3px
}
#lpPanelDivNew .lpPanelEngagementSearchInput {
	padding-left:4px;
	height:2em;
	border-style:solid solid none;
	border-color:#000;
	border-width:3px 1px medium;
	border-radius:4px;
	margin:0 5px 0 0;
	font-size:12px!important;
	width:70%
}
#lpPanelDivNew .lpPanelEngagementSearchButton,
.chatButton-text {
	cursor:pointer;
	text-align:center;
	width:auto;
	vertical-align:top;
	padding:0 8px
}
#lpPanelDivNew .lpPanelEngagementSearchButton:hover {
	background:#000;
	color:#FFF
}
#lpPanelDivNew .lpPanelEngagementSearchButton {
	border-radius:5px;
	border-width:1px 0 3px;
	border-top:1px solid #000;
	border-bottom:3px solid #000;
	color:#FFF;
	text-shadow:1px 1px 1px #000;
	min-width:5px;
	height:2em;
	background:#000;
	font-size:14px
}
.lpPanelNavButtonFullWidth {
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px
}
.lpPanelEngagementSearchButton {
	border-radius:5px;
	border-width:1px 0 3px;
	border-top:1px solid #000;
	border-bottom:3px solid #000;
	color:#FFF;
	cursor:pointer;
	text-align:center;
	text-shadow:1px 1px 1px #000;
	background:#000
}
.lpPanelNavButtonLink {
	background-color:rgba(255,255,255,.7);
	text-decoration:none;
	color:#000;
	font-size:14px
}
.lpPanelNavButtonLink:hover {
	color:#fff;
	font-size:14px;
	color:rgba(255,255,255,.9);
	background-color:#000
}
.lpPanelNavButton {
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-radius:5px
}
.lpPanelNavButtonLinkActive {
	background-color:#fff;
	color:#000
}
.lpPanelEngagementSearchLabel {
	border-color:#000
}
.chatButton-text:focus {
	outline:0
}
.chatButton-text:hover {
	background:#666;
	color:#FFF
}
.chatButton-text {
	border-radius:5px;
	border-width:1px 0 3px;
	border-top:1px solid #888;
	border-bottom:3px solid #444;
	color:#FFF;
	text-shadow:1px 1px 1px #444;
	min-width:95%;
	background:#666;
	font-size:15px
}
.chatButton-text-content {
	display:block;
	padding-top:8px
}
.chatButton-text-default>span.chatButton-text-content {
	padding-top:20px
}
.chatButton-text-online>span.chatButton-text-content {
	margin:0 auto;
	width:55%;
	padding-left:50px
}
.chatButton-text-icon {
	float:left;
	font-size:60px
}
.chatButton-text-online:hover {
	background:#30909E;
	color:#FFF
}
.chatButton-text-online {
	border-top:1px solid #43C9D2;
	border-bottom:3px solid #1B768B;
	color:#FFF;
	text-shadow:1px 1px 1px #13687E;
	background:#34A2B2;
	font-size:20px
}
.lp-window-root button {
	min-width: 1px;
}

#lpPanelNavButtonLinklpPanelSectionChatContainer {
  z-index: 200;
  position: fixed;

  bottom: calc(20% - 100px);
  right: 0;

  width: 50px;
  height: 50px;

  background-color: var(--_airplane-box-bg);
  transition: all 0.5s ease;

  background: #F10941;
  border-radius: 10px;
  border: 2.5px solid var(--primary);
  
  display: flex;
  justify-content: center;
  align-items: center;
}
#lpPanelNavButtonLinklpPanelSectionChat {
  color: #CCEEFD;
  text-decoration: none;
  font-weight: bold;
  
  width: 100%;
  height: 100%;
}
#lpPanelNavButtonLinklpPanelSectionChat svg {
  width: 80%;
  height: 80%;
  margin: 10%;
}

video.home-vid {
    width: 100%;
    margin-bottom: 40px;
    border-radius: 10px;
}

.LPMcontainer {
    position: absolute !important;
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    height: 100% !important;
    opacity: 0;
}

span.tab-label-inner {
    line-height: 1;
}

.header__menu-item--depth-1 {
  padding: 0 !important;
}

.header__menu-item--depth-1 a {
    padding: 0 1rem;
    white-space: nowrap;
}

.header__menu-item.header__menu-item--depth-1:after, .header__menu-item.header__menu-item--depth-1:before {
    pointer-events: none;
}

@media (max-width:766px) {
  .header__menu-item--depth-1 a {
    padding: .7rem 1rem;
}
}

.cards-individual{
 padding: 10% 5% !important; 
}

.wysiwyg-area > h2{
  margin: 0 auto 0.5rem;
  text-align: center;
}
.blue-box{
  width: 100%;
  padding: 20px;
  background: linear-gradient(90deg, #232964 0%, #4851A5 100%);
  border-radius: 10px;
}
.blue-box.blue-box-light{
  background: linear-gradient(90deg, #d9f5fe 0%, #91cee7 100%);
}
.blue-box.blue-box-red{
  background: linear-gradient(90deg, #FF6060 0%, #E31C45 100%);
}
.blue-box.blue-box-half-dark{
  background: linear-gradient(90deg, #d9f5fe 0%, #91cee7 50%);
}
.blue-box *{
 color: #FFF !important; 
}
.blue-box.blue-box-light *, .blue-box.blue-box-half-dark *{
 color: var(--primary) !important; 
}

.blue-box .blue-box-inner ul{
  margin: 0;
  padding: 0;
}

.animate .number-animate-39::after{
  content: counter(count);
  animation: counter39 2s linear forwards;
  counter-reset: count 0;
}

.animate .number-animate-54::after{
  content: counter(count);
  animation: counter54 2s linear forwards;
  counter-reset: count 0;
}

.animate .number-animate-100::after{
  content: counter(count);
  animation: counter100 2s linear forwards;
  counter-reset: count 0;
}

@keyframes counter39 {
0% {
counter-increment: count 0;
}
2% {
counter-increment: count 1;
}
5% {
counter-increment: count 2;
}
7% {
counter-increment: count 3;
}
10% {
counter-increment: count 4;
}
12% {
counter-increment: count 5;
}
15% {
counter-increment: count 6;
}
17% {
counter-increment: count 7;
}
20% {
counter-increment: count 8;
}
23% {
counter-increment: count 9;
}
25% {
counter-increment: count 10;
}
28% {
counter-increment: count 11;
}
30% {
counter-increment: count 12;
}
33% {
counter-increment: count 13;
}
35% {
counter-increment: count 14;
}
38% {
counter-increment: count 15;
}
41% {
counter-increment: count 16;
}
43% {
counter-increment: count 17;
}
46% {
counter-increment: count 18;
}
48% {
counter-increment: count 19;
}
51% {
counter-increment: count 20;
}
53% {
counter-increment: count 21;
}
56% {
counter-increment: count 22;
}
58% {
counter-increment: count 23;
}
61% {
counter-increment: count 24;
}
64% {
counter-increment: count 25;
}
66% {
counter-increment: count 26;
}
69% {
counter-increment: count 27;
}
71% {
counter-increment: count 28;
}
74% {
counter-increment: count 29;
}
76% {
counter-increment: count 30;
}
79% {
counter-increment: count 31;
}
82% {
counter-increment: count 32;
}
84% {
counter-increment: count 33;
}
87% {
counter-increment: count 34;
}
89% {
counter-increment: count 35;
}
92% {
counter-increment: count 36;
}
94% {
counter-increment: count 37;
}
97% {
counter-increment: count 38;
}
100% {
counter-increment: count 39;
}
}

@keyframes counter54 {
0% {
counter-increment: count 0;
}
1% {
counter-increment: count 1;
}
3% {
counter-increment: count 2;
}
5% {
counter-increment: count 3;
}
7% {
counter-increment: count 4;
}
9% {
counter-increment: count 5;
}
11% {
counter-increment: count 6;
}
12% {
counter-increment: count 7;
}
14% {
counter-increment: count 8;
}
16% {
counter-increment: count 9;
}
18% {
counter-increment: count 10;
}
20% {
counter-increment: count 11;
}
22% {
counter-increment: count 12;
}
24% {
counter-increment: count 13;
}
25% {
counter-increment: count 14;
}
27% {
counter-increment: count 15;
}
29% {
counter-increment: count 16;
}
31% {
counter-increment: count 17;
}
33% {
counter-increment: count 18;
}
35% {
counter-increment: count 19;
}
37% {
counter-increment: count 20;
}
38% {
counter-increment: count 21;
}
40% {
counter-increment: count 22;
}
42% {
counter-increment: count 23;
}
44% {
counter-increment: count 24;
}
46% {
counter-increment: count 25;
}
48% {
counter-increment: count 26;
}
50% {
counter-increment: count 27;
}
51% {
counter-increment: count 28;
}
53% {
counter-increment: count 29;
}
55% {
counter-increment: count 30;
}
57% {
counter-increment: count 31;
}
59% {
counter-increment: count 32;
}
61% {
counter-increment: count 33;
}
62% {
counter-increment: count 34;
}
64% {
counter-increment: count 35;
}
66% {
counter-increment: count 36;
}
68% {
counter-increment: count 37;
}
70% {
counter-increment: count 38;
}
72% {
counter-increment: count 39;
}
74% {
counter-increment: count 40;
}
75% {
counter-increment: count 41;
}
77% {
counter-increment: count 42;
}
79% {
counter-increment: count 43;
}
81% {
counter-increment: count 44;
}
83% {
counter-increment: count 45;
}
85% {
counter-increment: count 46;
}
87% {
counter-increment: count 47;
}
88% {
counter-increment: count 48;
}
90% {
counter-increment: count 49;
}
92% {
counter-increment: count 50;
}
94% {
counter-increment: count 51;
}
96% {
counter-increment: count 52;
}
98% {
counter-increment: count 53;
}
100% {
counter-increment: count 54;
}
}

@keyframes counter100 {
0% {
counter-increment: count 0;
}
1% {
counter-increment: count 1;
}
2% {
counter-increment: count 2;
}
3% {
counter-increment: count 3;
}
4% {
counter-increment: count 4;
}
5% {
counter-increment: count 5;
}
6% {
counter-increment: count 6;
}
7% {
counter-increment: count 7;
}
8% {
counter-increment: count 8;
}
9% {
counter-increment: count 9;
}
10% {
counter-increment: count 10;
}
11% {
counter-increment: count 11;
}
12% {
counter-increment: count 12;
}
13% {
counter-increment: count 13;
}
14% {
counter-increment: count 14;
}
15% {
counter-increment: count 15;
}
16% {
counter-increment: count 16;
}
17% {
counter-increment: count 17;
}
18% {
counter-increment: count 18;
}
19% {
counter-increment: count 19;
}
20% {
counter-increment: count 20;
}
21% {
counter-increment: count 21;
}
22% {
counter-increment: count 22;
}
23% {
counter-increment: count 23;
}
24% {
counter-increment: count 24;
}
25% {
counter-increment: count 25;
}
26% {
counter-increment: count 26;
}
27% {
counter-increment: count 27;
}
28% {
counter-increment: count 28;
}
29% {
counter-increment: count 29;
}
30% {
counter-increment: count 30;
}
31% {
counter-increment: count 31;
}
32% {
counter-increment: count 32;
}
33% {
counter-increment: count 33;
}
34% {
counter-increment: count 34;
}
35% {
counter-increment: count 35;
}
36% {
counter-increment: count 36;
}
37% {
counter-increment: count 37;
}
38% {
counter-increment: count 38;
}
39% {
counter-increment: count 39;
}
40% {
counter-increment: count 40;
}
41% {
counter-increment: count 41;
}
42% {
counter-increment: count 42;
}
43% {
counter-increment: count 43;
}
44% {
counter-increment: count 44;
}
45% {
counter-increment: count 45;
}
46% {
counter-increment: count 46;
}
47% {
counter-increment: count 47;
}
48% {
counter-increment: count 48;
}
49% {
counter-increment: count 49;
}
50% {
counter-increment: count 50;
}
51% {
counter-increment: count 51;
}
52% {
counter-increment: count 52;
}
53% {
counter-increment: count 53;
}
54% {
counter-increment: count 54;
}
55% {
counter-increment: count 55;
}
56% {
counter-increment: count 56;
}
57% {
counter-increment: count 57;
}
58% {
counter-increment: count 58;
}
59% {
counter-increment: count 59;
}
60% {
counter-increment: count 60;
}
61% {
counter-increment: count 61;
}
62% {
counter-increment: count 62;
}
63% {
counter-increment: count 63;
}
64% {
counter-increment: count 64;
}
65% {
counter-increment: count 65;
}
66% {
counter-increment: count 66;
}
67% {
counter-increment: count 67;
}
68% {
counter-increment: count 68;
}
69% {
counter-increment: count 69;
}
70% {
counter-increment: count 70;
}
71% {
counter-increment: count 71;
}
72% {
counter-increment: count 72;
}
73% {
counter-increment: count 73;
}
74% {
counter-increment: count 74;
}
75% {
counter-increment: count 75;
}
76% {
counter-increment: count 76;
}
77% {
counter-increment: count 77;
}
78% {
counter-increment: count 78;
}
79% {
counter-increment: count 79;
}
80% {
counter-increment: count 80;
}
81% {
counter-increment: count 81;
}
82% {
counter-increment: count 82;
}
83% {
counter-increment: count 83;
}
84% {
counter-increment: count 84;
}
85% {
counter-increment: count 85;
}
86% {
counter-increment: count 86;
}
87% {
counter-increment: count 87;
}
88% {
counter-increment: count 88;
}
89% {
counter-increment: count 89;
}
90% {
counter-increment: count 90;
}
91% {
counter-increment: count 91;
}
92% {
counter-increment: count 92;
}
93% {
counter-increment: count 93;
}
94% {
counter-increment: count 94;
}
95% {
counter-increment: count 95;
}
96% {
counter-increment: count 96;
}
97% {
counter-increment: count 97;
}
98% {
counter-increment: count 98;
}
99% {
counter-increment: count 99;
}
100% {
counter-increment: count 100;
}
}