/* ******************************************************************************
*********************************************************************************
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 {
  padding-bottom: 40px;
  padding-top: 40px;
}

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




html {
  font-size: 16;
}

body {
  font-weight: 400;
  color: #4f555c ;
  font-family: Open Sans;
  font-size: 16px;
}

a {
  font-family: Open Sans;
  color: rgba(40, 150, 211, 1.0);
}

a:hover,
a:focus {
  color: rgba(175, 180, 186, 1.0);
}

a:active {
  color: rgba(80, 190, 251, 1.0);
}

.blog-post__body a.cta_button {
    display: inline-block;
}

h1 {
  color:  #003d79 ;
  font-family: Open Sans;
  font-size: 40px;
  font-weight: 300;
}
h2 {
  color:  #003d79 ;
  font-family: Open Sans;
  font-size: 32px;
  font-weight: 400;
}
h3 {
  color:  #003d79 ;
  font-family: Open Sans;
  font-size: 28px;
  font-weight: 400;
}
h4 {
  color:  #003d79 ;
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 400;
}
h5 {
  color:  #003d79 ;
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 600;
}
h6 {
  color:   #003d79 ;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 1023px){
  h1 {
    font-size: 28.0px;
  }
  h2 {
    font-size: 26.0px;
  }
  h3 {
    font-size: 23.99999999992px;
  }
  h4 {
    font-size: 21.99999999984px;
  }

}

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





form,
.submitted-message {
  font-family: Open Sans;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(0, 61, 121, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(245, 128, 37, 1.0);
  border-color: rgba(245, 128, 37, 1.0);
  border-radius: 0px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 22.5px;
  padding-bottom: 22.5px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(245, 128, 37, 1.0);
  border-color: rgba(245, 128, 37, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

.hs-form label {
  color: rgba(79, 85, 92, 1.0);
}

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

form input,
form select,
form textarea,
.hs-input,
.hs-search-field__input,
#hs-pwd-widget-password {
  border-color: rgba(211, 215, 220, 1.0);
  background-color: rgba(236, 239, 240, 1.0);
  color: ;
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
.hs-search-field__input:focus{
  border-color: rgba(79, 85, 92, 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: #4f555c;
}

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

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

.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(79, 85, 92, 1.0);
  color: rgba(79, 85, 92, 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(79, 85, 92, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(79, 85, 92, 1.0);
}





.header {
  background-color: rgba(0, 61, 121, 0.8);
}

body .header .menu-header > li .btn-secondary {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(40, 149, 210, 1.0);
  border-color: rgba(255, 255, 255, 0.2);
}
body .header .menu-header > li .btn-secondary:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(0, 45, 89, 1.0);
  border-color: rgba(0, 45, 89, 1.0);
}
body .header .menu-header li a.btn-secondary:hover .icon {
  color: rgba(229, 123, 43, 1.0);
}

body .header .menu-header > li .btn-primary {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(245, 128, 37, 1.0);
  border-color: rgba(255, 255, 255, 0.2);
}
body .header .menu-header > li .btn-primary:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(0, 45, 89, 1.0);
  border-color: rgba(0, 45, 89, 1.0);
}
body .header .menu-header li a.btn-primary:hover .icon {
  color: rgba(229, 123, 43, 1.0);
}


body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(255, 255, 255, 1.0);
}
body .submenu.level-1 > .has-submenu > .menu-arrow{
  border-top-color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > a,
.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(255, 255, 255, 1.0);
}
body .submenu.level-1 > .has-submenu:hover > .menu-arrow{
  border-top-color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary li.active-branch > a,
body .custom-menu-primary li.active > a,
body .custom-menu-primary li > a.active-item,
body .custom-menu-primary li > a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .custom-menu-primary .submenu.level-1 > li.active,
body .custom-menu-primary .submenu.level-1 > li > a.active-item,
body .custom-menu-primary .submenu.level-1 > li > a.active-branch,
body .custom-menu-primary .submenu.level-1 > li > a.active-menu,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: rgba(0, 45, 89, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: rgba(0, 45, 89, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li.active-branch > a,
body .custom-menu-primary .submenu.level-1 > li.active > a,
body .custom-menu-primary .submenu.level-1 > li > a.active-item,
body .custom-menu-primary .submenu.level-1 > li > a.active-branch,
body .custom-menu-primary .submenu.level-1 > li > a.active-menu{
  color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 {
  background-color: rgba(0, 45, 89, 1.0);
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: rgba(0, 45, 89, 1.0);
}

body .custom-menu-primary .submenu.level-2 li:hover,
body .custom-menu-primary .submenu.level-2 li:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  background-color: rgba(0, 45, 89, 0.0);
}
body .custom-menu-primary .submenu.level-2 li:hover a,
body .custom-menu-primary .submenu.level-2 li:focus a {
  color: rgba(229, 123, 43, 1.0);

}
body .custom-menu-primary .submenu.level-2 li > a.active-branch,
body .custom-menu-primary .submenu.level-2 li > a.active-item{
  color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 li > a.active-branch,
body .custom-menu-primary .submenu.level-2 li > a.active-item{
  background-color: rgba(0, 45, 89, 0.0);
}

body .custom-menu-primary .submenu.level-2 li>a.active-item:hover {
  color: rgba(229, 123, 43, 1.0);
}

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

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

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(0, 61, 121, 0.8);
  }

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





.footer {
  background-color: rgba(0, 45, 89, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.footer a{
  color: rgba(221, 221, 221, 1.0);
}
.footer a:hover{
  color: rgba(245, 128, 38, 1.0);
}
.footer__copyright{
  color: rgba(40, 150, 211, 1.0);
}
.footer .custom-footer-menu .hs-menu-wrapper > ul > li > ul > li > a {
  color: rgba(40, 150, 211, 1.0);
}
.footer .custom-footer-menu .hs-menu-wrapper > ul > li > ul > li > a:hover {
  color: rgba(245, 128, 38, 1.0);
}
.footer .custom-footer-menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a {
  color: rgba(221, 221, 221, 1.0);
}
.footer .custom-footer-menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover {
  color: rgba(245, 128, 38, 1.0);
}
.footer .menu-social a{
  color: rgba(40, 150, 211, 1.0);
}
.footer .menu-social a:hover{
  color: rgba(245, 128, 38, 1.0);
}
.footer .menu-social .icon-linkedin {
  color: #007bb6;
}
.footer .menu-social .icon-linkedin {
  color: rgba(0, 123, 182, 1.0);
}
.footer .menu-social .icon-linkedin:hover {
  color: rgba(245, 128, 38, 1.0);
}






.blog-post__date {
  border-color: #4f555c;
}

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

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

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

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

.blog-pagination__link {
  color: #4f555c;
}

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

.blog-post__title {
  color: #003d79;
  font-family:Open Sans;
  font-size: 32px;
  font-weight: ;
}

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











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 .team-member__description {
  background-color: #F8FAFC;
}

.page-center {
  margin: 0 auto;
}

@media(min-width:768px){
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center,
  .footer__container,
  .header__container{
    max-width: 720.0px;
  }
}
@media(min-width:1024px){
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center,
  .footer__container,
  .header__container{
    max-width: 960.0px;
  }
}
@media(min-width:1280px){
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center,
  .footer__container,
  .header__container{
    max-width: 1200px;
  }
}






.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}
/* ============================================================
   CETROM 2020 FOOTER OVERRIDES (KEEP LOOK IN SYNC WITH TECHIES)
   ============================================================ */

/* Keep background/text colors consistent with the Techies footer */
.footer {
  background-color: #002d59;
  color: #ffffff;
}

.footer a {
  color: #2896d3;
  text-decoration: none;
}

.footer a:hover {
  color: #f58026;
}

/* Bottom bar color */
.site-footer-secondary {
  background-color: #001a33;
}

/* Phone number in blue, like Techies */
.footer__copyright strong,
.footer__copyright strong a {
  color: #2896d3;
}
/****************************************************
 FINAL OVERRIDE — FORCE FOOTER TO MATCH TECHIES THEME
****************************************************/

/* Fix container width */
.footer__container {
  max-width: 1400px !important;
  padding: 48px 40px !important;
}

/* Fix two-column layout */
.footer__main {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 48px !important;
  align-items: flex-start !important;
}

/* Left column (footer menu) */
.footer-col.custom-footer-menu {
  width: 45% !important;
  border-right: 1px solid rgba(255,255,255,0.18) !important;
  padding-right: 32px !important;
}

/* Right column (About + logos) */
.footer-col.footer-about {
  width: 55% !important;
  padding-left: 32px !important;
}

/* Ensure HubSpot menu items render as separate columns */
.custom-footer-menu .hs-menu-wrapper > ul {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 48px !important;
}

/* Fix headings inside menu (Contact Us, Resources, etc.) */
.custom-footer-menu .hs-menu-wrapper > ul > li > ul > li:first-child {
  font-weight: 700 !important;
  font-size: 16px !important;
  color: #ffffff !important;
  margin-bottom: 12px !important;
}

/* About text formatting */
.site-info {
  font-size: 15px !important;
  line-height: 1.6 !important;
  margin-bottom: 32px !important;
}

.site-info .media {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
}

/* Fix footer background colors */
.footer {
  background-color: #002d59 !important;
}

.site-footer-secondary {
  background-color: #001a33 !important;
  padding: 16px 0 !important;
}

/* Bottom copyright row layout */
.site-footer-secondary-inner {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 16px !important;
}

.footer__copyright {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
}

/* Social icons forced inline on right */
.footer-social-area {
  width: auto !important;
  padding: 0 !important;
}

.menu-social-footer {
  display: flex !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/******** MOBILE FIXES *********/

@media (max-width: 1024px) {
  .footer__main {
    flex-direction: column !important;
    gap: 32px !important;
  }

  .footer-col.custom-footer-menu {
    width: 100% !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
    padding-bottom: 24px !important;
  }

  .footer-col.footer-about {
    width: 100% !important;
    padding-left: 0 !important;
  }

  .site-footer-secondary-inner {
    flex-direction: column !important;
    text-align: center !important;
  }

  .menu-social-footer {
    justify-content: center !important;
  }
}
/**************************************************************
   CETROM — CLEAN MODERN FOOTER (REPLACES 2020 FOOTER ENTIRELY)
   Designed to replicate the TECHIES theme layout
 **************************************************************/

/* ================================
   GLOBAL RESET: Kill old 2020 footer layout
   (floats, widths, borders, funky tables)
=================================== */

.footer * {
  box-sizing: border-box;
}

.footer-col,
.footer__main,
.footer__container,
.custom-footer-menu .hs-menu-wrapper > ul,
.custom-footer-menu .hs-menu-wrapper > ul > li,
.site-info .media,
.footer-social-area,
.footer__copyright,
.site-footer-secondary-inner {
  float: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  display: block;
}

/* Reset HubSpot menu wrappers */
.custom-footer-menu .hs-menu-wrapper,
.custom-footer-menu .hs-menu-wrapper > ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Remove random spacing */
.footer .media-left,
.footer .media-right,
.footer .media-body {
  display: block !important;
  padding: 0 !important;
}

/* ================================
   BASE COLORS & SPACING
=================================== */

.footer {
  background-color: #003664 !important;
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer a {
  color: #33a0ff;
  text-decoration: none;
}
.footer a:hover {
  color: #f58026;
}

.footer__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ================================
   TOP SECTION: Menu (left) + About (right)
=================================== */

.footer__main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 60px;
}

/* LEFT SIDE: MENU */
.footer-col.custom-footer-menu {
  flex: 1 1 45%;
}

.custom-footer-menu .hs-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.custom-footer-menu .hs-menu-wrapper > ul > li {
  width: 22%;
  min-width: 160px;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Headings inside each column */
.custom-footer-menu .hs-menu-wrapper > ul > li > ul > li:first-child {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

/* Sub-links */
.custom-footer-menu .hs-menu-wrapper > ul > li > ul > li:not(:first-child) {
  margin-bottom: 10px;
  font-size: 15px;
}

/* RIGHT SIDE: ABOUT TEXT & LOGOS */

.footer-col.footer-about {
  flex: 1 1 55%;
}

.site-info {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.site-info .media {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.site-info img {
  max-height: 4rem;
}

/* ================================
   BOTTOM BAR: Phone + Copyright + Social Icons
=================================== */

.site-footer-secondary {
  background-color: #002b55 !important;
  padding: 20px 0;
  color: #cfe9ff;
}

.site-footer-secondary .footer__container {
  padding: 0 40px !important;
}

.site-footer-secondary-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer__copyright {
  font-size: 14px;
  line-height: 1.6;
  max-width: 800px;
}

.footer__copyright strong,
.footer__copyright strong a {
  color: #33a0ff;
  font-weight: 700;
}

.footer-social-area {
  text-align: right;
}

.menu-social-footer .menu-social,
.footer-social-area .menu-social {
  display: flex !important;
  gap: 18px;
  padding: 0;
  margin: 0;
}

.menu-social li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-social a:before {
  font-size: 26px !important;
}

/* ================================
   RESPONSIVE BREAKPOINTS
=================================== */

@media (max-width: 1024px) {
  .footer__main {
    flex-direction: column;
    gap: 40px;
  }

  .custom-footer-menu .hs-menu-wrapper > ul > li {
    width: 45%;
  }

  .site-footer-secondary-inner {
    flex-direction: column;
    text-align: center;
  }

  .footer-social-area {
    text-align: center;
  }
}

@media (max-width: 600px) {

  .custom-footer-menu .hs-menu-wrapper > ul > li {
    width: 100%;
  }

  .site-info .media {
    justify-content: center;
  }
}