/* ******************************************************************************
*********************************************************************************
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: 1408px; */
  /* max-width: calc(1408px + 48px); */
  max-width: 80%;

}

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

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}

.page-center {
  max-width: calc(1408px + 48px);
}





html {
/*   font-size: 18; */
}

body {
  color: #003050;
  font-family: Karla;
  font-weight: 400;
  font-size: 18px;
}

p {
/*   font-family: Karla; */

}

a {
  font-family: Karla;
  color: rgba(2, 112, 224, 1.0);
}

a:hover,
a:focus {
  color:#00b1e3;
}

a:active {
  color: rgba(42, 152, 255, 1.0);
}

h1 {
  color: #003050;
  font-family: Karla;
  font-size: 48px;
  font-weight: 400;
}

@media(max-width: 767px) {
  h1 {
    
    font-size: 30px;
    
  }
}

h2 {
  color: #003050;
  font-family: Karla;
  font-size: 40px;
  font-weight: 400;
}

@media(max-width: 767px) {
h2{
  font-size: 26px;
}
  
  .body-container-wrapper .dnd_area-row-4-background-image { background-size:inherit !important;}
}

h3 {
  color: #003050;
  font-family: Karla;
  font-size: 32px;
  font-weight: 400;
}

@media(max-width: 767px) {
h3{
  font-size: 24px;
}
}

h4 {
  color: #003050;
  font-family: Karla;
  font-size: 24px;
  font-weight: 400;
}

@media(max-width: 767px) {
h4{
  font-size: 18px;
}
}

h5 {
  color: #003050;
  font-family: Karla;
  font-size: 20px;
  font-weight: 400;
}

h6 {
  color: #003050;
  font-family: Karla;
  font-size: 16px;
  font-weight: 400;
}







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

.form-title {
  font-size: 40px;
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 48, 80, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(239, 69, 115, 1.0);
  border-color: rgba(239, 69, 115, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-radius: 32px;
  border-width: 2px;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(243, 116, 150, 1.0);
  border-color: rgba(243, 116, 150, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 109, 155, 1.0);
  border-color: rgba(255, 109, 155, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label,
.hs-form-field > label {
  color: rgba(0, 48, 80, 1.0);
}

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

form input,
form select,
form textarea,
.hs-input,
input#hs-pwd-widget-password {
  border-color: rgba(221, 221, 221, 1.0);
  border-radius: 5px;
}

form input:hover,
form select:hover,
form textarea:hover,
.hs-input:hover,
input#hs-pwd-widget-password:hover {
  border-color: rgba(0, 0, 0, 0.05);
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  border-color: rgba(0, 0, 0, 0.05);
}
form input[type="radio"]{
  accent-color:rgba(239, 69, 115, 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: #003050;
}

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

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

.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(0, 48, 80, 1.0);
  color: rgba(0, 48, 80, 1.0);
}

thead th,
thead td {
  background-color: rgba(0, 48, 80, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 48, 80, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(0, 48, 80, 1.0);
}






/* .header {
  background-color: rgba(0, 48, 80, 0.92);
} */

.header__container {
  max-width: 1408px;
}



    
.header_top {
  background-color: rgba(0, 48, 80, 1.0);
}

.header_top a {
  color: rgba(255, 255, 255, 1.0);
}

.header_top a:hover {
  color: rgba(255, 255, 255, 1.0);
}

.header_main {
  background-color: rgba(0, 48, 80, 0.92);
  border-color: rgba(0, 157, 220, 1.0);
}

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



.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
  background-color: rgba(239, 69, 115, 1.0);
  border-color: rgba(239, 69, 115, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:focus {
  background-color: rgba(241, 92, 133, 1.0);
  border-color: rgba(241, 92, 133, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

 



@media (min-width: 1024px) {
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(0, 48, 80, 0.0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(0, 48, 80, 0.0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
    background-color: rgba(0, 157, 220, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: rgba(236, 239, 240, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a {
    color: rgba(0, 48, 80, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a:hover {
    color: rgba(239, 69, 115, 1.0);
    background-color: rgba(236, 239, 240, 0.0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li.active > a {
    color: rgba(0, 48, 80, 1.0);
    background-color: rgba(236, 239, 240, 0.0);
  }
}




@media(max-width: 1023px) {
  .mobile-trigger span,
  .mobile-trigger span:before, 
  .mobile-trigger span:after {
    background-color: rgba(255, 255, 255, 1.0);
  }

  .child-trigger {
    color: rgba(255, 255, 255, 1.0);
  }
  
  .mobile_menu_login_links ul li a {
    color: rgba(255, 255, 255, 1.0);
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a {
    color: rgba(255, 255, 255, 1.0);
  }
}





footer.footer {
  background-color: rgba(236, 239, 240, 1.0);
  color: rgba(0, 48, 80, 1.0);
}

.footer__container {
  max-width: 1408px;
}

.footer a {
  color: rgba(0, 48, 80, 1.0);
}

.footer a:hover {
  color: rgba(0, 17, 29, 1.0);
}

.footer_social a svg.feather-facebook {
  fill: rgba(0, 48, 80, 1.0);
}

.footer .footer_menu_col a {
  color: rgba(0, 48, 80, 1.0);
}

.footer .footer_menu_col a:hover {
  color: rgba(239, 69, 115, 1.0);
}






.content-wrapper {
  max-width: calc(1408px + 48px);
  padding-bottom: 80px;
  padding-top: 80px;
}

.blog-index__post-item,
.blog-index__post-item:hover,
.related-post-item-link,
.related-post-item-link:hover {
  color: #003050;
}

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



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

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

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

.blog-pagination__link {
  color: #003050;
}

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

.blog-post__title {
  color: #003050;
  font-family:Karla;
  font-size: 40px;
  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: 1408px; */
  margin: 0 auto;
}
 



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



@media (max-width: 1471px) {
  .header__container,
  .footer__container {
    max-width: 1151.99999999744px;
  }

  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    /* max-width: calc(1151.99999999744px + 48px) !important; */
    max-width: 80%;
  }

}

@media (max-width: 1215px) {
  .header__container,
  .footer__container {
    max-width: 959.99999998848px;
  }

  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    /* max-width: calc(1151.99999999744px + 48px) !important; */
    max-width: 80%;
  }
 
}


.span4.widget-span.widget-type-cell.main-section-column-5-vertical-alignment.dnd-column, .span4.widget-span.widget-type-cell.main-section-column-8-vertical-alignment.dnd-column, .span4.widget-span.widget-type-cell.main-section-column-11-vertical-alignment.dnd-column 
{
  padding: 2.25rem;
  background: #f7f8f9;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgb(0 0 0 / 10%);
}
form.hs-form {max-width: 1200px; margin: 0 auto; }
form.hs-form fieldset.form-columns-1, form.hs-form fieldset.form-columns-2 { max-width: inherit;}
iframe.onboarding-calculator { border: 0; overflow: hidden; width: 100%; height: 800px;}
.vidyard-player-container { border-radius: 10px; }
hr { background-color: transparent;}




.module_center {
  text-align: center;
}

.module_left {
  text-align: left;
}

.module_right {
  text-align: right;
}

/****drop area module full width ***/
.banner-area .row-fluid {max-width: 100%!important;}
.full-width-content-wrapper{width: 100%; max-width: 100%; padding-right: 0;padding-left: 0;}

a.cta-item.simple_link {
  text-transform: uppercase; 
  color: #fff; font-weight: bold; font-size: 16px; background: #003050; padding: 12px 30px; border-radius: 50px;margin-bottom: 10px;
  display: inline-block;
}

.base__outer-wrapper {max-width: 90%;margin: auto;}
.base__inner-wrapper{padding:0;}

.base__cta-items-wrapper{
  display: block;
  margin-top: 30px;
}

/***********************/
.icon-list {
  list-style: none;
  list-style-position: outside;
}
.icon-list li{
  margin-left: -20px;
  display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 5px;
}
.icon-list li img{
  margin-right: 10px;
}

.dnd_area-row-4-background-image > .row-fluid{
  max-width: 80%!important;
}
@media (max-width: 1023px){
  .dnd_area-row-4-background-image > .row-fluid{
    max-width: 100%!important;
  }
}
ul.icon-list.icon-img li img {height: 25px;}

body .fn-date-picker .pika-table thead th {
  color: #fff;
}