Resource Center Nav Bar








/*********** 1b. Colors ***********/

/*** Primary Colors ***/




.bg-primary-color-1, .text-primary-color-1 {
  background-color: #131417;
}

.bg-primary-color-2, .text-primary-color-2 {
  background-color: #131417;
}


/*** Neutral Colors ***/










.bg-neutral-color-800, .text-neutral-color-800 {
  background-color: #131417;
}

.bg-neutral-color-700, .text-neutral-color-700 {
  background-color: #131417;
}

.bg-neutral-color-600, .text-neutral-color-600 {
  background-color: #131417;
}

.bg-neutral-color-500, .text-neutral-color-500 {
  background-color: #131417;
}

.bg-neutral-color-400, .text-neutral-color-400 {
  background-color: #ffffff;
}

.bg-neutral-color-300, .text-neutral-color-300 {
  background-color: #ffffff;
}

.bg-neutral-color-200, .text-neutral-color-200 {
  background-color: #ffffff;
}

.bg-neutral-color-100, .text-neutral-color-100 {
  background-color: #ffffff;
}


/*** Status Colors ***/






.bg-status-color-default, .text-status-color-default {
  background-color: #4E4B66;
}

.bg-status-color-success, .text-status-color-success {
  background-color: #28a745;
}

.bg-status-color-warning, .text-status-color-warning {
  background-color: #ffc107;
}

.bg-status-color-error, .text-status-color-error {
  background-color: #dc3545;
}

/*********** 1c. Typography *********/


/*** Desktop Typography ***/





















/*** Mobile Typography ***/






















/*********** 1d. Shadows **********/

/******* General Shadow 1 *******/






.general-shadow-1 {
  -webkit-filter: drop-shadow(0px 5px 14px rgba(8, 15, 52, 0.04)) !important;
  filter:         drop-shadow(0px 5px 14px rgba(8, 15, 52, 0.04)) !important; 
}

/******* General Shadow 2 *******/






.general-shadow-2 {
  -webkit-filter: drop-shadow(0px 18px 24px rgba(8, 15, 52, 0.08)) !important;
  filter:         drop-shadow(0px 18px 24px rgba(8, 15, 52, 0.08)) !important; 
}

/******* General Shadow 3 *******/






.general-shadow-3 {
  -webkit-filter: drop-shadow(0px 14px 42px rgba(8, 15, 52, 0.06)) !important;
  filter:         drop-shadow(0px 14px 42px rgba(8, 15, 52, 0.06)) !important; 
}

/******* General Shadow 4 *******/






.general-shadow-4 {
  -webkit-filter: drop-shadow(0px 6px 16px rgba(45, 126, 255, 0.18)) !important;
  filter:         drop-shadow(0px 6px 16px rgba(45, 126, 255, 0.18)) !important; 
}


/******* General Shadow 5 *******/






.general-shadow-5 {
  -webkit-filter: drop-shadow(0px 10px 34px rgba(20, 20, 43, 0.14)) !important;
  filter:         drop-shadow(0px 10px 34px rgba(20, 20, 43, 0.14)) !important;
}


/******* General Shadow 6 *******/






.general-shadow-6 {
  -webkit-filter: drop-shadow(0px 21px 85px rgba(20, 20, 43, 0.19)) !important;
  filter:         drop-shadow(0px 21px 85px rgba(20, 20, 43, 0.19)) !important;
}


/******* Button Shadow 1 *******/






.button-shadow-1 {
  -webkit-filter: drop-shadow(0px 6px 16px rgba(74, 58, 255, 0.19));
  filter:         drop-shadow(0px 6px 16px rgba(74, 58, 255, 0.19)); 
}


/******* Button Shadow 2 *******/






.button-shadow-2 {
  -webkit-filter: drop-shadow(0px 4px 8px rgba(74, 58, 255, 0.08));
  filter:         drop-shadow(0px 4px 8px rgba(74, 58, 255, 0.08)); 
}


/******* Button Shadow 3 *******/






.button-shadow-3 {
  -webkit-filter: drop-shadow(0px 12px 24px rgba(74, 58, 255, 0.23));
  filter:         drop-shadow(0px 12px 24px rgba(74, 58, 255, 0.23)); 
}


/******* Button Shadow 4 *******/






.button-shadow-4 {
  -webkit-filter: drop-shadow(0px 11px 26px rgba(74, 58, 255, 0.14));
  filter:         drop-shadow(0px 11px 26px rgba(74, 58, 255, 0.14)); 
}

/******* Button Shadow 5 *******/






.button-shadow-5 {
  -webkit-filter: drop-shadow(0px 24px 75px rgba(21, 16, 152, 0.05));
  filter:         drop-shadow(0px 24px 75px rgba(21, 16, 152, 0.05)); 
}


/******* Button Shadow 6 *******/






.button-shadow-6 {
  -webkit-filter: drop-shadow(0px 45px 84px rgba(8, 15, 52, 0.19));
  filter:         drop-shadow(0px 45px 84px rgba(8, 15, 52, 0.19)); 
}



/*********** 1e. Buttons **********/

/*** Primary Buttons ***/



























/*** Secondary Buttons ***/

























/*********** 1f. Cards ************/


















/*********** 1g. Forms ************/






















/*********** 1h. Tables ************/
















/************ 1i. Site header ************/




/************ 1j. Site footer ************/




/************ 1k. Shadows ************/
   

/* Dynamic CSS asigns */

.horizontal_spacer_1 {  
  margin-left: 5px;
  margin-right: 5px;
}

.vertical_spacer_1 {  
  margin-top: 5px;
  margin-bottom: 5px;
}


.buttons_container {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}


.box_container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 20px;
}

.box_light {
  width: 100%;
  max-width: 140px;
  height: auto;
  text-align: center;
  padding: 15px 15px;
  border-radius: 16px;
  color: #FFF;
  margin-top: 10px;
  margin-right: 10px;
  border: 1px solid #eee;
  box-shadow: 0px 15px 44px rgba(8, 15, 52, 0.06);
  transition: 0.2s ease-in-out;
}

.box_dark {
  width: 100%;
  max-width: 140px;
  height: auto;
  text-align: center;
  padding: 15px 15px;
  border-radius: 16px;
  color: #000;
  margin-top: 10px;
  margin-right: 10px;
  border: 1px solid #eee;
  box-shadow: 0px 15px 44px rgba(8, 15, 52, 0.06);
  transition: 0.2s ease-in-out;
}

.box_light:hover, .box_dark:hover {
  transform: scale(1.05);
}

blockquote {
  border-left: 2px solid #131417;
}

:focus {
  outline: none; 
}

.elements--faq__accordion:after, 
.elements--jobs__accordion:after, 
.header__language-switcher--label {
	 box-shadow: 0px 5px 14px rgba(8, 15, 52, 0.04);
}






html {
  font-size: 18px;
}

body {
  
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
  
  font-size: 18px;
  color: #131417;
  line-height: 30px;
  text-transform: none;
  letter-spacing: 0px;
}

/*** Paragraphs ***/

p {
  
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
  
  font-size: 18px;
  color: #131417;
  line-height: 30px;
  text-transform: none;
  letter-spacing: 0px;
}

/*** Anchors ***/

a {
  color: #35B8FF;
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
	line-height: 30px;
  text-transform: none;
  letter-spacing: 0px;
  transition: 0.3s ease-in-out;
  text-decoration: none;	
}

a:hover,
a:focus {
  color: #131417;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  color: #131417 !important;
}

strong {
  transition: 0.2s ease-in-out;
}

/*** Headings ***/

h1 {
  
    font-family: FK Screamer;
  
  font-weight: 800;
  text-decoration: none;
  font-style: normal;
  color: #131417;
  font-size: 88px;
  line-height: 88px;
  text-transform: uppercase;
  letter-spacing: 0px;
}

h2 {
  
    font-family: FK Screamer;
  
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
  color: #131417;
  font-size: 60px;
  line-height: 72px;
  text-transform: uppercase;
  letter-spacing: 0px;
}

h3 {
  
    font-family: FK Screamer;
  
  font-weight: 300;
  text-decoration: none;
  font-style: normal;
  color: #131417;
  font-size: 40px;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0px;
}

h4 {
  
    font-family: FK Screamer;
  
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
  color: #131417;
  font-size: 40px;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 0px;
}

h5 {
  
    font-family: Tobias;
  
  font-weight: 700;
  text-decoration: none;
  font-style: normal;
  color: #131417;
  font-size: 28px;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0px;
}

h6 {
  
    font-family: FK Screamer;
  
  font-weight: 500;
  text-decoration: none;
  font-style: normal;
  color: #131417;
  font-size: 24px;
  line-height: 22px;
  text-transform: none;
  letter-spacing: 0px;
}

/*** Blockquote ***/

blockquote {
  border-left-color: ;
}






/*** Primary Buttons ***/

.btn-primary-dark {
  background-color: 

  
  
    
  


  rgba(4, 216, 72, 1.0)

;
  border: 1px solid #04D848;
  border-radius: 0px;
  color: #131417;
  padding: 20px 28px;
  font-size: 16px;
  font-weight: 500;
  
    
  
  transition: 0.1s ease-in-out;
  
}

    

	.btn-primary-dark:hover,
  .btn-primary-dark:focus,
  .btn-primary-dark:active {
    background-color: 

  
  
    
  


  rgba(19, 20, 23, 1.0)

;
    color: #ffffff;
    border: 1px solid #ffffff;
  }


    

  
	.btn-primary-dark:hover,
  .btn-primary-dark:focus,
  .btn-primary-dark:active {
    transform: scale(1.05);
  }



.btn-primary-white {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #131417;
  border-radius: 0px;
  color: #131417;
  padding: 20px 28px;
  font-size: 16px;
  font-weight: 500;
  
  
  
  transition: 0.1s ease-in-out;
  
}

    

	.btn-primary-white:hover,
  .btn-primary-white:focus,
  .btn-primary-white:active {
    background-color: 

  
  
    
  


  rgba(4, 216, 72, 1.0)

;
    color: #131417;
    border: 1px solid #04D848;
  }


    

  
	.btn-primary-white:hover,
  .btn-primary-white:focus,
  .btn-primary-white:active {
    transform: scale(1.05);
  }




/*** Secondary Buttons ***/


.btn-secondary-white {
  background-color: 

  
  
    
  


  rgba(19, 20, 23, 1.0)

;
  border: 1px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  padding: 20px 28px;
  font-size: 16px;
  font-weight: 500;
  
  
  
  transition: 0.1s ease-in-out;
  
  
}

    

	.btn-secondary-white:hover,
  .btn-secondary-white:focus,
  .btn-secondary-white:active {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: #131417;
    border: 1px solid #131417;
  }


    

  
	.btn-secondary-white:hover,
  .btn-secondary-white:focus,
  .btn-secondary-white:active {
    transform: scale(1.05);
  }



.btn-secondary-dark {
  background-color: 

  
  
    
  


  rgba(19, 20, 23, 1.0)

;
  border: 1px solid #131417;
  border-radius: 0px;
  color: #ffffff;
  padding: 20px 28px;
  font-size: 16px;
  font-weight: 500;
  
  
  
  transition: 0.1s ease-in-out;
  
}

    

	.btn-secondary-dark:hover,
  .btn-secondary-dark:focus,
  .btn-secondary-dark:active {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: #131417;
    border: 1px solid #ffffff;
  }


    

  
	.btn-secondary-dark:hover,
  .btn-secondary-dark:focus,
  .btn-secondary-dark:active {
    transform: scale(1.05);
  }








.cards {
  justify-content: ;
}

.card__image {
  max-width: px;
}

.card__title {
  color: ;
}

.card__text p {
  color: ;
}

.cards__card {
  background-color: #FFFFFF;
  border: 1px solid #ffffff;
  border-radius: 0px;
  transition: 0.2s ease-in-out;
  
  
    -webkit-filter: drop-shadow(0px 5px 14px rgba(8, 15, 52, 0.04));
    filter:         drop-shadow(0px 5px 14px rgba(8, 15, 52, 0.04)); 
  
  
}




	.cards__card:hover {
    transform: scale(1.03) !important;
  }












form,
.submitted-message {
  ;
}

.inputs-list input, .inputs-list span {
  color: #131417;
  font-weight: normal;
}


/*** Form label ***/

form label {
  color: #131417;
  font-weight: 500;
}

/*** Form help text ***/

form legend {
  color: #131417;
}

/*** Form inputs ***/

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  border: 1px solid #131417;
  color: #131417;
  border-radius: 0px;
  height: 62px;
  box-shadow: 0px 2px 6px rgba(20, 27, 43, 0.05);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  border: 1px solid #04D848; 
}




/*** Form placeholder text ***/

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #131417;
}

::-webkit-input-placeholder {
  color: #131417;
}

/*** Date picker ***/

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

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

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

/*** Submit button ***/


form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(19, 20, 23, 1.0)

;
  border: 1px solid #131417;
  border-radius: 0px;
  color: #ffffff;
  padding: 20px 28px;
		
	 
	
}

    

    form input[type=submit]:hover,
    form input[type=submit]:focus,
    form input[type=submit]:active,
    form .hs-button:hover,
    form .hs-button:focus,
    form .hs-button:active {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: #131417;
    border: 1px solid #131417;
  }


    

  
	  form input[type=submit]:hover,
    form input[type=submit]:focus,
    form input[type=submit]:active,
    form .hs-button:hover,
    form .hs-button:focus,
    form .hs-button:active {
    transform: scale(1.05);
  }












table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: none;
  border-spacing: 0px;
  border-collapse: separate;
	border-right: 1px solid #131417;
	
}

th,
td {
  border: none;
  color: #131417;
  border-left: 1px solid #131417;
	border-bottom: 1px solid #131417;
}



thead th,
thead td {
  border: none;
  background-color: 

  
  
    
  


  rgba(19, 20, 23, 1.0)

;
  color: #FFFFFF;
	
	
	
}

tfoot td {
  border: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #131417;
	border-bottom: 1px solid #131417;
	border-left: 1px solid #131417;
}

tbody + tbody {
  border: none;
  border-top-color: ;

}






.header .logo-company-name {
  line-height: 30px;
}

.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  
  font-weight: 600;
  text-decoration: none;
  font-style: normal;
  
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0px;
}

.submenu.level-2 .menu-item .menu-link {
  
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
  
  font-size: 16px;
  color: #131417;
  line-height: 40px;
  text-transform: none;
  letter-spacing: -0.1px;
}

.navigation-primary a:hover,
.navigation-primary a:focus,
.footer a:hover,
.footer a:focus,
.lang_list_class a:hover,
.lang_list_class a:focus {
  color: #04D848;
}

.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {
  color: #131417;
}

  

@media(min-width: 857px) {

  .submenu.level-2 {
    border: none !important;
    border-radius: 15px !important;
    visibility: hidden !important;
    opacity: 0 !important;
    -prefixes-transition-property: opacity, visibility !important;
    -prefixes-transition-duration: .4s, 0s !important;
    -prefixes-transition-delay: 0s, .4s !important;
    left: unset !important;
    transition: 0.2s ease-in-out !important;
  }

  .submenu.level-1 > li.has-submenu:hover .submenu.level-2 {
      left: unset !important;
      visibility: visible !important;
      opacity: 1 !important;
      -prefixes-transition-delay: 0s, 0s !important;
  }

  .submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
    left: unset !important;
  }


  .submenu.level-2 > li {
    border: none !important;
  }
  .submenu.level-2 > li:first-child:before {
    border: none !important;
    top: -6px !important;
    width: 0px !important;
    height: 0px !important;
    display: none !important;
    border-radius: none !important;

  }

  .submenu.level-2 .menu-item:last-of-type, .submenu.level-2 .menu-item:last-of-type .menu-link {
    border-radius: 15px !important;
  }

  .submenu.level-2 .menu-item:first-of-type, .submenu.level-2 .menu-item:first-of-type .menu-link {
    border-radius: 15px !important;
  }
}

@media(max-width: 857px) {
  

  
  .header__navigation--toggle.open:after, .header__search--toggle.open:after, .header__language-switcher--toggle.open:after {
    color: #131417 !important;
    top: -2px;
    text-transform: capitalize !important;
  }
  
  
  body .submenu.level-2, body .header__language-switcher .lang_list_class {
    padding-left: 20px;
}
  
  body .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow {
    margin-top: 0px !important;
    border: none !important;
    background-color: #ffffff;
  }
  
 
}


@media(max-width: 857px) {
  
  body .navigation-primary a,
  .header__logo .logo-company-name,
  .header__language-switcher-label-current,
  .header__language-switcher .lang_list_class li a {
    
    font-weight: 400;
    text-decoration: none;
    font-style: normal;

    font-size: 16px;
    color: #131417;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0px;
  }
  
  .submenu.level-2 .menu-item .menu-link {
    
    font-weight: 400;
    text-decoration: none;
    font-style: normal;

    font-size: 16px;
    color: #131417;
    line-height: 40px;
    text-transform: none;
    letter-spacing: -0.1px;
  }
  
  .navigation-primary a:hover,
  .navigation-primary a:focus,
  .footer a:hover,
  .footer a:focus,
  .lang_list_class a:hover,
  .lang_list_class a:focus {
    color: #04D848;
  }

  .submenu.level-2 .menu-item .menu-link:hover,
  .submenu.level-2 .menu-item .menu-link:focus {
    color: #131417;
  }
  
}

body .header__search .hs-search-field__input {
  
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
  font-size: 18px;
}



body .navigation-primary a:active,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: ;
}

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



body .submenu.level-2,
body .header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: ;
}

body .submenu.level-2 > li:first-child:before {
  border-color: ;
}

body .header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

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,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
  font-size: 18px;
}

.header__language-switcher-label-current:after {
  border-top-color: ;
}

@media(max-width: 767px) {
  
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: ;
  }
  
}





.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

 !important;
}

/* Footer Content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5 {
  
  
  color: #131417;

}

.footer__columns h6 {
  
  
  font-weight: 400;
  text-decoration: none;
  font-style: normal;

  font-size: 18px;
  color: #131417;
  line-height: 32px;
  text-transform: none;
  letter-spacing: -0.1px;
  
}

.footer__columns a {
  
  
  font-weight: 400;
  text-decoration: none;
  font-style: normal;

  font-size: 16px;
  color: #131417;
  line-height: 27px;
  text-transform: none;
  letter-spacing: -0.1px;
  
}

.footer__columns a:hover {
  color: #131417;
}

.footer__copyright a:hover {
  color: #131417;
}




.footer p {
  
  
  font-weight: 400;
  text-decoration: none;
  font-style: normal;

  font-size: 16px;
  color: #131417;
  line-height: 27px;
  text-transform: none;
  letter-spacing: -0.1px;
  
}

.footer__copyright {
  
  
  font-weight: 400;
  text-decoration: none;
  font-style: normal;

  font-size: 16px;
  color: #131417;
  line-height: 27px;
  text-transform: none;
  letter-spacing: -0.1px;
  
}






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

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

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

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

.blog-pagination__link {
  color: ;
}

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

.blog-post__title {

  
    font-family: FK Screamer;
  
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
  
  color: #131417;
  font-size: 60px;
  line-height: 72px;
  text-transform: uppercase;
  letter-spacing: 0px;
}

#comments-listing .comment-reply-to {
  color: #131417;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #000000;
}

#comments-listing .comment-reply-to:active {
  color: #3b3c3f;
}






body .icon svg {
  fill: #131417;
}

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

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

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


body .social-links__icon svg {
  fill: #131417;
}







@media(max-width: 767px) {

  
  .buttons_container {
    flex-direction: column;
  }
  




  html {
    font-size: 16px;
  }

  body {
    
    font-weight: 400;
    text-decoration: none;
		font-size: 16px;
    font-style: normal;
    color: #131417;
    line-height: 23px;
    text-transform: none;
    letter-spacing: 0px;
  }

  /*** Paragraphs ***/

  p {
    
    font-weight: 400;
    text-decoration: none;
		font-size: 16px;
    font-style: normal;
    color: #131417;
    line-height: 30px;
    text-transform: none;
    letter-spacing: 0px;
  }

  /*** Anchors ***/
  

  a {
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    color: #35B8FF;
    line-height: 23px;
    text-transform: none;
    letter-spacing: 0px;
    transition: all .35s ease;
  }

  a:hover,
  a:focus {
    color: #131417;
  }

  a:active {
    color: ;
  }
  
  strong {
    transition: 1s all ease-in-out;
  }


  /*** Headings ***/

  h1 {
    
    font-weight: 800;
    text-decoration: none;
    font-style: normal;
    color: #131417;
    font-size: 60px;
    line-height: 54px;
    text-transform: uppercase;
    letter-spacing: 0px;
  }

  h2 {
    
    font-weight: 800;
    text-decoration: none;
    font-style: normal;
    color: #131417;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 0px;
  }

  h3 {
    
    font-weight: 800;
    text-decoration: none;
    font-style: normal;
    color: #131417;
    font-size: 40px;
    line-height: 54px;
    text-transform: none;
    letter-spacing: 0px;
  }
  
  h4 {
    
    font-weight: 700;
    text-decoration: none;
    font-style: normal;
    color: #131417;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0px;
  }
  
  h5 {
    
    font-weight: 700;
    text-decoration: none;
    font-style: normal;
    color: #131417;
    font-size: 21px;
    line-height: 30px;
    text-transform: none;
    letter-spacing: 0px;
  }
  
  h6 {
    
    font-weight: 500;
    text-decoration: none;
    font-style: normal;
    color: #131417;
    font-size: 16px;
    line-height: 22px;
    text-transform: none;
    letter-spacing: 0px;
  }

  
  
  
 /* Footer Content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5 {
  
  
  color: #131417;

}

  .footer__columns h6 {

    
    font-weight: 400;
    text-decoration: none;
    font-style: normal;

    font-size: 18px;
    color: #131417;
    line-height: 32px;
    text-transform: none;
    letter-spacing: -0.1px;

  }

  .footer__columns a {

    
    font-weight: 400;
    text-decoration: none;
    font-style: normal;

    font-size: 16px;
    color: #131417;
    line-height: 27px;
    text-transform: none;
    letter-spacing: -0.1px;

  }

  .footer__columns a:hover {
    color: #131417;
  }

  .footer__copyright a:hover {
    color: #131417;
  }




  .footer p {

    
    font-weight: 400;
    text-decoration: none;
    font-style: normal;

    font-size: 16px;
    color: #131417;
    line-height: 27px;
    text-transform: none;
    letter-spacing: -0.1px;

  }

  .footer__copyright {

    
    font-weight: 400;
    text-decoration: none;
    font-style: normal;

    font-size: 16px;
    color: #131417;
    line-height: 27px;
    text-transform: none;
    letter-spacing: -0.1px;

  }


  
}

.widget-type-rich_text img, 
.hs_cos_wrapper_type_inline_rich_text img {
	max-width: 100%;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  -webkit-transform: none;
  transform: none;
}
/* Custom Button Font Weight Overrides */
.btn-primary-dark,
.btn-secondary-white,
.btn-primary-white,
.btn-secondary-dark { /* Corrected the typo from 'btn-secondar-dark' to 'btn-secondary-dark' */
    font-weight: bold; /* Makes font weight bold */

}.blog-index__post-content {
    padding: 24px 0 24px;
    padding-top: 24px;
    padding-right: 0px;
    padding-bottom: 24px;

}.elements--post2--blog--body {
    margin-top: 0px !important; /* Adjust the value as needed */
}


/* Override styles for the blog header elements */
.elements--post--blog--header__date,
.elements--post2--blog--card--author__display__name,
.blog-tag h4 {
    font-family: 'custom-font-3', sans-serif;
    font-size: 18px; /* Adjust this size as needed */
    font-weight: 400; /* Adjust this weight as needed */
    color: #000; /* Adjust this color as needed */
}

.elements-post-blog--header__titles {
    font-family: 'custom-font-3', sans-serif;
    font-size: 21px; /* Adjust this size as needed */
    font-weight: 600; /* Adjust this weight as needed */
    color: #000; /* Adjust this color as needed */
}

/* Reduce the space between the title and the tag */
.elements--post--blog--header__date {
    margin-bottom: 0; /* Adjust or remove margin as needed */
    padding-bottom: 0; /* Adjust or remove padding as needed */
}

.author-link {
    margin-top: 0; /* Adjust or remove margin as needed */.elements--post--blog__title
    padding-top: 0; /* Adjust or remove padding as needed */
}

.blog-header__title {
    font-size: 60px;
    margin-bottom: 20px;
    transition: 0.2s ease-in-out;
    line-height: 1.0; /* Or any desired line-height value */

}

.blog-tag h4 {
    margin-top: 0; /* Adjust or remove margin as needed */
    padding-top: 0; /* Adjust or remove padding as needed */
}

.elements--post2--blog--author__card {
    display: none !important;
}

.elements--stats__text--type-1__section-1-module-5 * {
    margin-bottom: 0px;
    line-height: 22px;
    
}

.elements-module-content_section-1-module-5 .hs-form-field {
    font-size: 16px;
    margin-bottom: 1.5rem !important;
}

.elements--blog--card__footer__badge {
    background-color: #ffffff;
    color: #131417;
    border: 1px solid #131417; !important;
}


.blog-index__post-content p {
    font-size: 16px !important; /* Adjust the font size as needed */
    line-height: 1.5 !important; /* Set the line height to 1.5 */
}

.div.elements-module-image-container_module_161135249798149 {
    display: none !important;
}

#section-cta-subscribe {
    display: none !important;
}

.header {
    border-bottom: none !important;
    background-color: #131417; /* Match the background color of your header */
}

.sticky-padding {
    background-color: #131417; /* Match the background color of your header */
}

/* Ensure high specificity */
body .dauZtb {
    width: 100% !important;
    max-width: none !important;
    display: flex !important;
    flex-flow: column !important;
    text-align: start !important;
    margin: 0px auto !important;
}

.dot {
    border: none;
    width: 10px;
    height: 10px;
    background: #04d848;
    border-radius: 50%;
    margin: 0 5px;
    padding: 5px;
    cursor: pointer;
}

/* Default active header item color */
.navigation-primary .submenu.level-1 > li > a.active-item {
    color: #FFFFFF !important; /* Change to your desired color */
}

/* Handle active item color on small devices */
@media (max-width: 910px) {
    .navigation-primary .submenu.level-1 > li > a.active-item {
        color: #FFFFFF !important; /* Ensure consistency on smaller screens */
    }
}

/* Optional: If there's an issue with the hover state or other interactive states, address them as well */
.navigation-primary .submenu.level-1 > li > a.active-item:hover,
.navigation-primary .submenu.level-1 > li > a.active-item:focus {
    color: #FFFFFF !important; /* Darker shade of blue for hover/focus states */
}


.elements--post--blog__title {
    color: #ffffff;
    max-width: 900px;
    margin-bottom: 16px;
    text-align: center;
}

{
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    font-size: 18px;
    color: #131417;
    line-height: 30px;
    text-transform: none;
    letter-spacing: 0px;
}

input[type="file"] {
    background-color: transparent;
    border: 0 none; /* Explicitly sets no border */
    box-shadow: none;
    line-height: normal;
    padding: 0;
    outline: none; /* Removes focus outline */
    -webkit-appearance: none; /* Neutralizes unusual default styling in webkit browsers */
    appearance: none;
}

/* Optional: To target and style the file input button separately */
input[type="file"]::-webkit-file-upload-button {
    background: #f2f2f2; /* Example: Light gray background */
    border: 1px solid #ccc; /* Example: Light gray border */
    padding: 5px 10px; /* Example padding */
    border-radius: 0px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    outline: none;
}

input[type="file"]::-webkit-file-upload-button:hover {
    background: #e0e0e0; /* Slightly darker background on hover */
}

.elements-module-content_Business_-_FAQs h5.elements--faq__accordion {
    line-height: 1.5; 
}

/* For desktop and wider screens */
.header {
    background-color: #ffffff !important; /* Replace #yourcolorcode with the desired color code */
}

/* For mobile screens (adjusting for different screen widths) */
@media (max-width: 767px) {
    .header {
        background-color: #ffffff !important; /* Replace #yourmobilecolorcode with the desired mobile color */
    }
}

/* For tablets or slightly larger screens */
@media (max-width: 910px) {
    .header {
        background-color: #ffffff !important; /* Replace #yourtabletcolorcode with the desired tablet color */
    }
}

#hs_cos_wrapper_divider .elements--divider__divider {
    display: none !important;
}

.hs-content-library__title {
    line-height: 1 !important; /* Sets the line height to single spacing */
    padding-top: 10px; /* Adjust this value as needed */
}

.hs-content-library__description {
    line-height: 1.5 !important;
    padding-top: 5px; /* Adjust this value as needed */
}

/* Ensure all input and select fields take up the full width of their container */
.hs-form .hs-input, 
.hs-form .hs-select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* Adjust the fieldset to ensure it doesn't limit the width */
.hs-form fieldset {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

/* Change the color of the text inside input fields */
.hs-input {
    color: #131417; /* Replace with the desired text color code */
    background-color: #ffffff; /* Replace with the desired background color */
    border: 1px solid #131417; /* Replace with the desired border color */
    border-radius: 0px; /* Optional: gives rounded corners to input fields */
    padding: 8px; /* Optional: adjust padding inside input fields */
}

/* Make radio button options display in a single row (horizontally) */
.inputs-list.multi-container li.hs-form-radio {
    display: inline-block;
    margin-right: 10px; /* Add space between options */
    width: auto;
  
}

/* General Widget Styling */
.ewebinar__Widget {
    background-color: #FFFFFF !important; /* Background color */
    color: #131417 !important; /* Font color */
    padding: 10px !important; /* Padding */
    border-radius: 0px !important; /* Remove rounded corners */
}

/* Register Button Styling */
.ewebinar__RegisterButton {
    height: 50px !important; /* Button height */
    background-color: #04d848 !important; /* Green button background */
    color: #131417 !important; /* Dark gray text */
    border-radius: 0px !important; /* Remove rounded corners */
    font-size: 18px !important; /* Text size */
    font-weight: bold !important; /* Bold text */
    border: none !important; /* Remove default border */
}

/* Remove powered by branding */
.ewebinar__powered_by {
    display: none !important;
}

/* Input Field Styling Fix */
.ewebinar__RegForm__Field input {
    width: 100% !important; /* Full width */
    height: 50px !important; /* Match other fields */
    padding: 10px !important; /* Padding for alignment */
    border: 1px solid #131417 !important; /* Dark gray border */
    border-radius: 0px !important; /* Remove rounded corners */
    background-color: #fff !important; /* White background */
    color: #131417 !important; /* Dark gray text */
    box-shadow: none !important; /* Remove shadow */
    font-size: 16px !important; /* Consistent font size */
    font-family: inherit !important; /* Use inherited font */
}

/* Placeholder Text Styling */
.ewebinar__RegForm__Field input::placeholder {
    color: #131417 !important; /* Dark gray placeholder text */
    opacity: 1 !important; /* Ensure visibility */
    font-family: inherit !important; /* Match font style */
    color: #131417 !important; /* Dark gray text */
    font-size: 16px !important; /* Consistent font size */
}

/* Form Styling */
.ewebinar__RegForm {
    font-family: inherit !important; /* Inherit font */
    padding: 0 !important; /* Remove padding */
    text-align: left !important; /* Left-align text */
    width: 100% !important; /* Full width */
    max-width: none !important; /* Remove max-width constraints */
    margin: 0 !important; /* Remove margins */
    box-sizing: border-box !important; /* Include padding in dimensions */
}

/* Dropdown Styling */
.ewebinar__Session__Dropdown {
    border-radius: 0 !important; /* Remove rounded corners */
    line-height: 50px !important; /* Match input field height */
    font-size: 16px !important; /* Consistent font size */
    border: 1px solid #131417 !important; /* Dark gray border */
    border-radius: 0px !important; /* Remove rounded corners */
    width: calc(100% - 2px) !important; /* Adjust width to fit inside container */
    background-color: #fff !important; /* White background */
    color: #131417 !important; /* Dark gray text */
    position: relative !important; /* Ensure it stacks properly */
    z-index: 10 !important; /* Ensure dropdown options are above other elements */
    overflow: visible !important; /* Ensure options are not clipped */
}

/* Dropdown Select Element Styling */
.ewebinar__Session__Dropdown__Select {
    height: 50px !important; /* Consistent height */
    padding: 0 10px !important; /* Padding for alignment */
    box-sizing: border-box !important; /* Include padding in dimensions */
    font-size: 16px !important; /* Font size */
    color: #131417 !important; /* Font color */
    position: relative !important; /* Ensure proper stacking */
    z-index: 20 !important; /* Ensure it stacks above form */
}

/* Fix Dropdown Overflow */
.ewebinar__RegForm__Field {
    overflow: visible !important; /* Ensure field does not clip the dropdown */
    position: relative !important; /* Create a local stacking context */
}

/* Fix Parent Container Overflow */
.hs-cos-wrapper_widget {
    overflow: visible !important; /* Ensure child elements are not clipped */
    position: relative !important; /* Create stacking context */
}

.hs-embed-wrapper {
    overflow: visible !important; /* Ensure child elements are not clipped */
    z-index: 9999 !important; /* Bring dropdown above other content */
}

.ewebinar__RegForm__Field__Input__Select {
    border-radius: 0 !important; /* Remove border radius */
    border: 1px solid #131417 !important; /* Apply the correct dark gray border color */
    background: #fff !important; /* Ensure white background for consistency */
    width: 100% !important; /* Full width for alignment */
    box-sizing: border-box !important; /* Include padding in dimensions */
    position: relative !important; /* Maintain stacking context */

}

/* Placeholder Styling for Dropdown Fields */
.ewebinar__RegForm__Field_Input_Select option {
    font-size: 16px !important; /* Match font size */
    color: #131417 !important; /* Dark gray text */
    font-family: inherit !important; /* Match font */
}

/* Adjust Placeholder Text Appearance in Dropdowns */
.ss-main .ss-single-selected span {
    line-height: 50px !important; /* Align text vertically */
    font-size: 16px !important; /* Font size */
    color: #131417 !important; /* Dark gray text */
    white-space: nowrap !important; /* Prevent text wrapping */
    overflow: hidden !important; /* Prevent text overflow */
    text-overflow: ellipsis !important; /* Add ellipsis for long text */
}

.ewebinar__Session__Dropdown .ss-arrow {
    content: ""; /* Ensures an arrow is visible */
    display: block; /* Makes the arrow element visible */
    width: 10px; /* Adjust arrow width */
    height: 10px; /* Adjust arrow height */
    border-right: 2px solid #131417; /* Right border to form the arrow */
    border-bottom: 2px solid #131417; /* Bottom border to form the arrow */
    transform: rotate(45deg); /* Rotate to create a downward arrow */
    position: absolute; /* Position it correctly */
    top: 50%; /* Vertically align */
    right: 10px; /* Align with the right edge */
    pointer-events: none; /* Avoid interaction */
}