
.loading-dialog {position:fixed;color:rgba(255,255,255,.5);top:0;left:0;background:rgba(0,0,0,.8);display:flex;width:100%;height:100vh;justify-content: center; align-items: center;z-index: 999999999;}
.loading-dialog h4 {
  margin-left: 30px;
  color: #fff;
}





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

.dnd-section {
  padding: 60px 20px;
}

img, .section-block.fillit,.blog-recent-posts__image {border-radius:6px}








html {
  font-size: 16px;
  max-width: 100vw!important;
  overflow-x: hidden;
}

body {
  color: #1e1e1e;
  font-family: Poppins;
  font-size: 16px;
  max-width: 100vw!important;
  overflow-x: hidden;
}

p {
  font-family: Poppins;
}

a {
  color: #10069F;
  font-weight:600;
}
a:hover {
  color: #0077C8;
  text-decoration:none!important;
}

.faq-link {
  color: #10069F !important;
}

.faq-link:hover {
  color: #0077C8 !important;;
}











h1,
h1 span {
  color: #10069f;
  font-family: Poppins;
  font-size: 3.375rem;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;

}

h2,
h2 span {
  color: #10069f;
  font-family: Poppins;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}


h3,
h3 span:not([class]) {
  color: #10069f;
  font-family: Poppins;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}


h4,
h4 span {
  color: #10069f;
  font-family: Poppins;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

h5,
h5 span {
  color: #000000;
  font-family: Poppins;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

h6,
h6 span {
  color: #252525;
  font-family: Poppins;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

blockquote {
  border-left: 10px solid ;;
}





form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: ;
}

h3.form-title {
  background-color: rgba(250, 250, 255, 1.0);
  color: rgba(16, 6, 159, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(#null, 0.0);
  border-color: rgba(#null, 0.0);
  border-radius: px;
  border-width: px;
  color: rgba(#null, 0.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(#null, 0.0);
  border-color: rgba(#null, 0.0);
  color: rgba(#null, 0.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(#null, 0.0);
  border-color: rgba(#null, 0.0);
  color: rgba(#null, 0.0);
}

.hs-form label {
  color: rgba(#{color=#1E1E1E, opacity=100, rgba=rgba(30, 30, 30, 1), rgb=rgb(30, 30, 30), hex=#1E1E1E, css=#1E1E1E}, 1.0);
}

.hs-form legend {
  color: rgba(30, 30, 30, 1.0);
}

form input,
form select,
form textarea {
  border-color: rgba(#null, 0.0);
  color: ;
}

form input:focus,
form select:focus,
form textarea:focus {
  border-color: rgba(#null, 0.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(#null, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: ;
}

.hs-richtext {
  font-size: ;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}

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

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

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







fieldset {
  
}

/* ===== Jim, removed .contact-form-button-container code below on 2/8/2023 because of weird overlapping issue on Contact Us Page with the form fields above.  Revisit if this causes issue elsewhere ===== */


.link img {
  fill: #10069F;
  position: relative;
  top: 2px;
  transition: all .2s ease-in-out;
}

.link:hover img,
.link:focus img {
  fill: #0077C8;
  transform: translateX(4px);
}









th,
td {
  background-color: rgba(#null, 0.0);
  border: 1px solid rgba(#null, 0.0);
  color: rgba(#null, 0.0);
}

thead th,
thead td {
  background-color: rgba(#null, 0.0);
  color: rgba(#null, 0.0);
}

tfoot td {
  background-color: rgba(#null, 0.0);
  color: rgba(#null, 0.0);
}

table,
tbody + tbody {
  border-color: rgba(#null, 0.0);
}




:root {
  --scroll-offset: 155px;
}
@media (min-width: 768px) {
  :root {
    --scroll-offset: 95px;
  }
}
@media (min-width: 1200px) {
  :root {
    --scroll-offset: 128px;
  }
}
:target,
:focus {
  scroll-margin-top: var(--scroll-offset);
}

.header {
  background-color: rgba(255, 255, 255, 1.0);
}

.header__container {
  max-width: 1140px;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #1e1e1e;
  font-family: Poppins;
  font-size: 1rem
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: rgba(30, 30, 30, 1.0);
}


body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: ;
}

body .navigation-primary .submenu.level-2,
body .header__language-switcher .lang_list_class {
  background-color: rgba(250, 250, 255, 1.0);
  color:#1e1e1e;
}
body .navigation-primary .submenu.level-2 .menu-item .menu-link,
body .header__language-switcher .lang_list_class li {
  background-color: rgba(250, 250, 255, 1.0);
  color:#1e1e1e;
  font-family:Poppins;
  padding:10px;
  font-size:15px!important;
  line-height:1.045rem!important;
  font-weight:inherit!important;

}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover {
  color: rgba(30, 30, 30, 1.0);
  background-color: #FAFAFF;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #1e1e1e;
  font-family: Poppins;
  font-size: 1rem

}

.header__language-switcher-label-current:after {
  border-top-color: rgba(#null, 0.0);
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(#null, 0.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(30, 30, 30, 0.0);
  }
}





.footer {
  background-color: rgba(255, 255, 255, 1.0);
  color: #000000
}
.footer a, .footer h5 {color: #000000}
.footer a:hover {color: #000000}
.footer__container {
  max-width: 1140px;
}





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

.blog-post__date {
  border-color: #1e1e1e;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #1e1e1e;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #000000;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: {font=Poppins, font_set=GOOGLE, styles={font-family=Poppins, sans-serif, font-style=normal, font-weight=normal, text-decoration=none}, size=16, size_unit=px, color=#1e1e1e, variant=regular, fallback=sans-serif, style=font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none, css=color: #1e1e1e;font-size: 16px;font-family: Poppins, sans-serif;};
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: ;
}

.blog-pagination__link {
  color: #000000;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #10069F;
}

.blog-pagination .blog-pagination__prev-link--disabled svg {
    fill: #AEAEAE;
  }

.blog-post__author {
  background-color: #FF671F;
}

.search-and-filter-section .hs-search-field__input {
  font-family: Poppins, "Font Awesome 6 Free";
  font-weight: 900;
}
.search-and-filter-section .hs-search-field__input:not(:placeholder-shown) {
  font-weight: 400;
}

.search-and-filter-section #hs_cos_wrapper_search_input .hs-search-field__input:focus, .search-and-filter-section #blog-topics:focus {
  border: 2px solid #0077C8;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}





@media(min-width:767px){
  a[name],a[data-hs-anchor] {
    top: -100px;
    visibility:hidden;
    position: relative;

  }
}






.vjs-hubspot .vjs-control-bar {
    left: 34px!important;
    width: 93%!important;
}

body .icon svg {
  fill: ;
}

body .tns-nav button.tns-nav-active {
  background-color: ;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: ;
}

/*body .social-links__icon {
background-color: ;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
fill: rgba(#null, 0.0);
}*/

body .team-member__description {
  background-color: ;
}

/* ===== Header ===== */

/* Sticky Header Styles */
@keyframes stickyshow {
  0%   {opacity: 0;}
  25%  {opacity: 0;}
  50%  {opacity: 0.5;}
  100% {opacity: 1;}
}
.sticky-header {/*max-height:100px;*/position:fixed;width:100%;top:0;display:none;opacity:0;
  z-index:999999;
  animation-name: stickyshow;
  animation-duration: .6s;
  background: #ffffff;
  padding: 3px 10px;}
.sticky-header.stickit {display:flex;opacity:1;align-items:center;justify-content:space-between;}


.navigation-primary > ul.submenu.level-1 > li.no-submenu.menu-item:last-child {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: rgba(#null, 0.0);
  border-color: rgba(#null, 0.0);
  border-radius: 29px;
  border-width: px;
  font-size: .92rem;

}
.navigation-primary > ul.submenu.level-1 > li.no-submenu.menu-item:last-child > a {
  color: ;
}

.navigation-primary > ul.submenu.level-1 > li.no-submenu.menu-item:last-child:hover, .navigation-primary > ul.submenu.level-1 > li.no-submenu.menu-item:last-child:focus {
  background-color: rgba(#null, 0.0);
  border-color: rgba(#null, 0.0);
  color: rgba(#null, 0.0);
}

.navigation-primary > ul.submenu.level-1 > li.no-submenu.menu-item:last-child:active {
  background-color: rgba(#null, 0.0);
  border-color: rgba(#null, 0.0);
  color: rgba(#null, 0.0);
}



/* ===== H1 - H6 ===== */


/* ===== Buttons ===== */

.hs-button,
.button--primary,
.button--secondary,
.btn-primary,
.btn-secondary {
  font-size: 18px !important;
}
.btn-primary {
  color: #FFF !important;
}

.btn-primary,
.btn-secondary {
  border: 3px solid #10069F !important;
}

.btn-primary:hover,
.btn-primary:focus {
  border: 3px solid #0077C8 !important;
  color: #FFFFFF !important;
}

.btn-secondary:hover
/*
.btn-secondary:focus
*/ {
  border: 3px solid #0077C8 !important;
  color: #FFF !important;
}

.btn-tertiary {
  border: 3px solid #FFFFFF !important;
  font-size: 18px !important;
}

/* CTA & Button Module
* ======================================================================= */
/*
.widget-type-custom_widget.dnd-module > div {width:100%} */

a.btn, .cta-btn a.cta_button {
  position: relative;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  border-radius: 29px;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-right: 2.786rem;
  padding-left: 2.786rem;
  font-size: smaller;
  line-height: 1.857rem;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  /* font-weight: 700; */
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 768px) {
  a.btn, .cta-btn a.cta_button {
    white-space: normal;
  }
}
.btn[class*='span'] {
  margin-left: 0;
  margin-right: 0;
}
.btn:first-child {
  margin-left: 0;
}
.btn:active {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.btn:hover {
  text-decoration: none;
  transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px, 0);
}

.btn-primary,
.btn-primary:active,
.btn-primary:visited,
.cta-btn-primary a.cta_button,
.cta-btn-primary a.cta_button:active,
.cta-btn-primary a.cta_button:visited {
  color: rgba(255, 255, 255,1.0);
  background: rgba(16, 6, 159,1.0);
  border-color: rgba(0, 0, 0,0.0);
}
.btn-primary:hover,
.cta-btn-primary a.cta_button:hover {
  color: rgba(255, 255, 255,1.0);
  background: rgba(0, 119, 200,1.0);
}

.btn-secondary,
.btn-secondary:active,
.btn-secondary:visited,
.cta-btn-secondary a.cta_button,
.cta-btn-secondary a.cta_button:active,
.cta-btn-secondary a.cta_button:visited {
  color: rgba(16, 6, 159,1.0);
  background: rgba(255, 255, 255,1.0);
  border-color: rgba(16, 6, 159,1.0);
}
.btn-secondary:hover,
.cta-btn-secondary a.cta_button:hover {
  color: rgba(255, 255, 255,1.0);
  background: rgba(0, 119, 200,1.0);
}

.btn-tertiary,
.btn-tertiary:visited,
.cta-btn-tertiary a.cta_button,
.cta-btn-tertiary a.cta_button:visited {
  color: rgba(16, 6, 159,1.0);
  background: rgba(255, 255, 255,1.0);
  border-color: rgba(255, 255, 255,1.0);
}
.btn-tertiary:hover,
.cta-btn-tertiary a.cta_button:hover {
  color: rgba(255, 255, 255,1.0);
  background: rgba(74, 144, 226,0.0);
}

@media(max-width: 767px) {
  .button-container {
    margin-bottom: 10px;
    margin-top:10px;
    padding: 0 20px 0 0 !important;
  }
  .button-container a {
    white-space: normal;
    width: 100%;
    padding: 0;
  }
  .two-col-full__img img {
    border-radius: 0 !important;
  }
	.mobile-center {
		text-align:center;
	}
}
a.btn.btn-small {
  padding: 0.25rem 0.5rem;
  font-size: 0.75em;
}

a.btn, .cta-btn a.cta_button {
  padding: 12px 24px;
}

/* ===== Contact Page Form Fields ===== */

.hs-form-field input[type=text], .hs-form-field input[type=email], .hs-form-field input[type=phone], .hs-form-field input[type=number], .hs-form-field input[type=tel], .hs-form-field input[type=date], .hs-form-field textarea, .hs-form select {
  border: 2px solid #1E1E1E;
  min-height: 55px;
  padding-left: 16px;
  padding-right: 16px;
}

input.hs-input:focus, div.field input:focus, div.field textarea:focus, div.field.chzn-choices:focus, textarea.hs-input:focus, select.hs-input:focus {
  border: 2px solid #0077C8;
}


/* ===== Types of Playground Equipment ===== */

.button-container-2 a:hover, a:focus {
/*   color: #FFFFFF !important; */
}
.button-container {padding:0px;}

/* ===== Screen Readers ===== */
.screen-reader-text {
   clip: rect(1px, 1px, 1px, 1px);
   height: 1px;
   overflow: hidden;
   position: absolute !important;
   width: 1px;
}
/* ===== End Screen Readers ===== */