/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */
















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

.dnd-section {
  padding-bottom: 100px;
  padding-top: 100px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}
.page-center {
  max-width: 1300px;
}




html {
  font-size: 18;
}

body {
  color: #212529;
  font-family: Roboto;
  font-weight: 300;
  font-size: 18px;
}

p {
  font-family: Roboto;

}

a {
  font-family: Roboto;
  color: rgba(0, 123, 255, 1.0);
}

a:hover,
a:focus {
  color:#0056b3;
}

a:active {
  color: rgba(40, 163, 255, 1.0);
}

h1 {
  color: #212529;
  font-family: Roboto;
  font-size: 47px;
  font-weight: 500;
}


h2 {
  color: #212529;
  font-family: Roboto;
  font-size: 38px;
  font-weight: 500;
}


h3 {
  color: #212529;
  font-family: Roboto;
  font-size: 33px;
  font-weight: 500;
}


h4 {
  color: #212529;
  font-family: Roboto;
  font-size: 28px;
  font-weight: 500;
}


h5 {
  color: #212529;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
}

h6 {
  color: #212529;
  font-family: Roboto;
  font-size: 19px;
  font-weight: 500;
}

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





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

form {
  background-color: rgba(0, 101, 173, 1.0) ;
}

h3.form-title {
  background-color: rgba(0, 101, 173, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(73, 74, 82, 0.0);
  border-color: rgba(255, 255, 255, 1.0);
  border-radius: 5px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
}

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

.hs-button:active,
.button--primary:active {
  background-color: rgba(113, 114, 122, 0.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(153, 153, 153, 1.0);
}

.hs-form legend {
  color: rgba(73, 74, 82, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(255, 255, 255, 1.0);
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(255, 255, 255, 1.0);
}

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

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

.hs-richtext {
  font-size: 18;
}

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

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(73, 74, 82, 1.0);
  color: rgba(73, 74, 82, 1.0);
}

thead th,
thead td {
  background-color: rgba(73, 74, 82, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(73, 74, 82, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(73, 74, 82, 1.0);
}





.header {
  background-color: rgba(41, 55, 69, 1.0);
  border-bottom: 1px solid rgba(120, 217, 255, 1.0);
}

.header__container {
  max-width: 1300px;
}


body  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: rgba(255, 255, 255, 0.85);
}

body .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
body .custom-menu-primary .hs-menu-wrapper > ul > li:focus > a {
  color: rgba(255, 255, 255, 0.85);
  background-color: rgba(255, 255, 255, 0.0);
}

body .custom-menu-primary .hs-menu-wrapper > ul ul {
  background-color: rgba(41, 55, 69, 1.0);
}

body .custom-menu-primary .hs-menu-wrapper > ul ul a {
  color: rgba(255, 255, 255, 0.85);
}

body .custom-menu-primary .hs-menu-wrapper > ul ul li > a:hover {
  background-color: rgba(248, 249, 250, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

body .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
  color: rgba(255, 255, 255, 0.85);
  background-color: rgba(255, 255, 255, 0.0);
}

body .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(25, 89, 235, 1.0);
}
.header .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li:before{
  background-color: rgba(255, 255, 255, 1.0);
}
.header .btn-primary a {
  color:  rgba(255, 255, 255, 1.0);
  background-color:  rgba(0, 123, 255, 1.0);
  border-color:  rgba(0, 123, 255, 1.0);
}

.header .btn-primary a:hover {
  color:  rgba(255, 255, 255, 1.0);
  background-color:  rgba(0, 105, 217, 1.0);
  border-color:  rgba(0, 98, 204, 1.0);
}

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

.header__language-switcher-label-current:after {
  border-top-color: rgba(255, 255, 255, 0.85);
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(41, 55, 69, 1.0);
  }

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





.footer {
  background-color: rgba(26, 38, 51, 1.0);
  color: rgba(202, 202, 202, 1.0);
}

.footer a{
  color: rgba(202, 202, 202, 1.0);
}

.footer a:hover{
  color: rgba(202, 202, 202, 1.0);
}

.footer .social-icon-wrap .footer_title a{
  color: rgba(202, 202, 202, 1.0);
}

.footer .social-icon-wrap .footer_title a:hover{
  color: rgba(202, 202, 202, 1.0);
}

.footer__container {
  max-width: 1300px;
}

.footer .footer__copyright .hs_cos_wrapper_type_text{
  color: rgba(202, 202, 202, 1.0);
}





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

.blog-post__date {
  border-color: #212529;
}

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

.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: #000001;
}

.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: #494d51;
}

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

.blog-pagination__link {
  color: #212529;
}

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

.blog-post__title {
  color: #212529;
  font-family:Roboto;
  font-size: 38px;
  font-weight: ;
}

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

#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);
}










body .icon svg {
  fill: #494a52;
}

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

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

body .social-links__icon {
  background-color: #494a52;
}

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: #F8FAFC;
}

.page-center {
  max-width: 1300px;
  margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}

















.paddingTB {
  padding-top:84px;
  padding-bottom:84px;
}
.paddingT {
  padding-top:84px;
  padding-bottom:0px;
}
.paddingB {
  padding-top:0px;
  padding-bottom:84px;
}

.paddingTBhalf {
  padding-top:calc(84px / 2);
  padding-bottom:calc(84px / 2);
}
.paddingThalf {
  padding-top:calc(84px / 2);
  padding-bottom:0px;
}
.paddingBhalf {
  padding-top:0px;
  padding-bottom:calc(84px / 2);
}

.mTB{
  margin-top: 24.0px;
  margin-bottom: 24.0px;
}
.mT{
  margin-top:24.0px;
}
.mB{
  margin-bottom:24.0px;
}

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

.text-right {
  text-align:right;
}

.text-left {
  text-align:initial;
}

.cover-bg {
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center center;
}


.grid-2, 
.grid-3, 
.grid-4, 
.grid-12, 
.grid-21,
.grid-64,
.grid-46 {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-gap: 48px;

}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-2 > *, 
.grid-3 > *, 
.grid-4 > *, 
.grid-12 > *, 
.grid-21 > *,
.grid-64 > *,
.grid-46 > * {
  margin-top:0;
}


@media all and (min-width :768px ) { 

  .grid-3.shift-one > div:last-of-type {
    transform: translate(calc(100% + 48px),0);
  }
  .grid-3.shift-two > div:last-of-type {
    transform: translate(calc(50% + 24.0px),0);
  }
  .grid-3.shift-two > div:nth-last-of-type(2) {
    transform: translate(calc(50% + 24.0px),0);
  }

  /***** Center last 1 or 2 grid items if not % 3 *******/
  /*
  /* Add the below as a class on the grid container after grid-3 class */
  /*
  /*
  
  /*
  /*
  /*
  /*
  */

}




.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-12 {
  grid-template-columns: 33fr 66fr;
}
.grid-21 {
  grid-template-columns: 66fr 33fr;
}
.grid-64 {
  grid-template-columns: 6fr 4fr;
}
.grid-46 {
  grid-template-columns: 4fr 6fr;
}


@media all and (max-width : 767px ) {

  .paddingTB {
    padding-top:calc(84px / 2);
    padding-bottom:calc(84px / 2);
  }
  .paddingT {
    padding-top:calc(84px / 2);
    padding-bottom:0px;
  }
  .paddingB {
    padding-top:0px;
    padding-bottom:calc(84px / 2);
  }

  .p24 {
    padding:24px;
  }

  ul li {
    margin-left: 20px;
  }
  .grid-2, 
  .grid-3, 
  .grid-4, 
  .grid-12, 
  .grid-21,
  .grid-64,
  .grid-46 {
    display:block;
    display:grid;
    grid-template-columns: 1fr;
    grid-gap: calc(48px / 2);
  }
}





main.lp-main ul{
  list-style:none;
  padding-left: 0;
  margin: 0;
}
main.lp-main ol li {
  list-style-position: inside;
}
main.lp-main  ul li{
  position:relative;
  margin-left:24px;
  margin-bottom: 18px;
}
main.lp-main  ul li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #0A7CFF;
  border-radius: 100%;
  top: 8px;
  left: -20px;
}
main.lp-main form ul li,
main.lp-main form ul li::before {
  content:none;
  margin-left:initial;
}















