








/*********** 1b. Colors ***********/
.latest-news .elements-sac-card__footer_content{
  padding-bottom: 24px!important;
  padding-top: 11px!important;
}

/* blog */

.elements--post2--blog--author__display__date {
    display: inline-block !important;
 }
.elements--post2--blog__subtitle {
    max-width: 100%;
}
.elements--post2--blog--body {
    max-width: 872px;
    margin: 16px auto;
}
.elements--post2--blog--body h1 {
    font-size: 50px;
    line-height: 52px;
    margin-bottom: -15px;
}
.elements--post2--blog--author__display__name {
    margin-left: 0px;
}
.elements--post2--blog-pagination__link {
    margin-top: 20px !important;
}
.elements--post2--blog--header__text {
    max-width: 860px;
    margin: 20px auto;
    border-bottom: 1px solid #e7e8f1;
    padding-bottom: 20px;
}
.elements--post--blog__title {
    font-size: 50px !important;
    line-height: 52px !important;
    margin-bottom: 25px;
}
.blog-tag {
    display: none !important;
}
.footer {
/*     background-color: rgba(255,255,255,1.0) !important; */
  background-color: #008DBB !important;
}
.blog-index__filter-tags-container {
    text-align: right;
    display: none !important;
}
.blog-index__section-title {
    margin-top: 0px;
    display: none !important;
}
@media (max-width: 1100px) 
  
.footer {
/*     background-color: rgba(255,255,255,1.0) !important; */
   background-color: #008DBB !important;
}
.blog-tag {
    display: none !important;
}
.footer__form form input[type=submit], .footer__form form .hs-button {
    width: 100% !important;
    font-size: 1.2em !important;
}
button, input, optgroup, select, textarea {
  font-size: 1.2em !important;

  }
@media (max-width: 767px) {
  
.elements--post2--blog--author__display__separator {
    display: none !important;
}
button, input, optgroup, select, textarea {
  font-size: 1.2em !important;
  width: 95%;
  margin-left: 10px;
  }
} 
/*** Primary Colors ***/




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

.bg-primary-color-2, .text-primary-color-2 {
  background-color: ;
}
/*** Neutral Colors ***/










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

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

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

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

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

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

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

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

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


/*** Desktop Typography ***/























/*** Mobile Typography ***/





















/*********** 1d. Buttons **********/

/*** Primary Buttons ***/






















/*** Secondary Buttons ***/





















/*********** 1e. Cards ************/



















/*********** 1f. Forms ************/






















/*********** 1g. Tables ************/
















/************ 1g. Site header ************/




/************ 1i. Site footer ************/




/************ 1j. 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 #008dbb;
}



:focus {
  outline: none; 
}








html {
  font-size: 16px;
}

body {
  
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
  
  font-size: 16px;
  color: #3a3939;
  line-height: 20px;
  text-transform: none;
  letter-spacing: 1px;
}

/*** Paragraphs ***/

p {
  color: #001f28;
    font-family: Source Sans Pro, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0 !important;
    line-height: 150%;
}

/*** Anchors ***/

a {

  
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
  
  font-size: 16px;
  color: #008dbb;
  line-height: 20px;
  text-transform: none;
  letter-spacing: 0px;
  transition: 0.2s ease-in-out;
}

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

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



a:active {
  color: #14a1cf;
}

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

/*** Headings ***/

h1 {
  
  font-weight: 700;
  text-decoration: none;
  font-style: normal;
  color: #02445b;
  font-size: 60px;
  line-height: 62px;
  text-transform: none;
  letter-spacing: 0px;
}

h2 {
  
  font-weight: 700;
  text-decoration: none;
  font-style: normal;
  color: #02445b;
  font-size: 38px;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0px;
}

h3 {
  
  font-weight: 500;
  text-decoration: none;
  font-style: normal;
  color: #02445b;
  font-size: 24px;
  line-height: 34px;
  text-transform: none;
  letter-spacing: 0px;
}

h4 {
  
  font-weight: 500;
  text-decoration: none;
  font-style: normal;
  color: #02445b;
  font-size: 22px;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0px;
}

h5 {
  
  font-weight: 500;
  text-decoration: none;
  font-style: normal;
  color: #02445b;
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0px;
}

h6 {
  
  font-weight: 500;
  text-decoration: none;
  font-style: normal;
  color: #02445b;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
  letter-spacing: 0px;
}

/*** Blockquote ***/

blockquote {
  border-left-color: ;
}






/*** Primary Buttons ***/

.btn-primary-dark {
  background-color: 

  
  
    
  


  rgba(250, 145, 1, 1.0)

;
  border: 0px solid #134F5C;
  border-radius: 12px;
  color: #FFFFFF;
  padding: 20px 28px;
  
  
      box-shadow: 0px 2px 6px rgba(31, 37, 89, 0.16);
  
  
}

    

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

  
  
    
  


  rgba(251, 180, 0, 1.0)

;
    color: #000000; */
    background-color: #0d2a6a;
    color: white;
    border: 0px solid #02445b;
  }


    

  
	.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: 0px solid #008dbb;
  border-radius: 12px;
  color: #008dbb;
  padding: 20px 28px;
  
  
  
}

    

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

  
  
    
  


  rgba(0, 141, 187, 1.0)

;
    color: #FFFFFF;
    border: 0px solid #008dbb;
  }


    

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




/*** Secondary Buttons ***/


.btn-secondary-dark {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #BDBFD1;
  border-radius: 12px;
  color: #15274d;
  padding: 20px 28px;
  
  
      box-shadow: 0 2px 6px rgba(31, 37, 89, 0.07);
  
  
  
}

    

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: #15274d;
    border: 1px solid #008dbb;
  }


    

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



.btn-secondary-white {
  background-color: 

  
  
    
  


  rgba(2, 68, 91, 1.0)

;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  color: #FFFFFF;
  padding: 20px 28px;
  
  
  
}

    

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

  
  
    
  


  rgba(13, 42, 106, 1.0)

;
    color: #FFFFFF;
    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 {
  width: px;
  background-color: #FFFFFF;
  border: 1px solid #F4F4F9;
  border-radius: 15px;
  transition: 0.2s ease-in-out;
  
  
      box-shadow: 0px 3px 10px rgba(31, 37, 89, 0.04);
  
  
}




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












form,
.submitted-message {
  ;
}

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


/*** Form label ***/

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

/*** Form help text ***/

form legend {
  color: #4d4d4f;
}

/*** 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 #E7E8F1;
  color: #02445b;
  border-radius: 10px;
  height: 62px;
  box-shadow: 0px 2px 8px rgba(244, 38, 62, 0.04), 0px 1px 3px rgba(31, 37, 89, 0.07);
}

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: 2px solid #008dbb; 
}




/*** Form placeholder text ***/

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

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

/*** Date picker ***/

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

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

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

/*** Submit button ***/


form input[type=submit],
form .hs-button {
/*   background-color: #008dbb; */
  background-color: #8CC753;
  border: 0px solid #02445b;
  border-radius: 12px;
  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: #8CC753;
    color: #fff;
    border: 0px solid #02445b;
  }


    

  
	  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 #02445b;
	
}

th,
td {
  border: none;
  color: #3a3939;
  border-left: 1px solid #02445b;
	border-bottom: 1px solid #02445b;
}



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

  
  
    
  


  rgba(0, 141, 187, 1.0)

;
  color: #FFFFFF;
	
	
	
}

tfoot td {
  border: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #3a3939;
	border-bottom: 1px solid #02445b;
	border-left: 1px solid #02445b;
}

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: 400;
  text-decoration: none;
  font-style: normal;
  
  font-size: 14px;
  color: #4d4d4f;
  line-height: 40px;
  text-transform: none;
  letter-spacing: -0.1px;
}

.submenu.level-2 .menu-item .menu-link {
  
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
  
  font-size: 16px;
  color: #999999;
  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: #008dbb;
}

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

  

@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: 1100px) {
  

  
  .header__navigation--toggle.open:after, .header__search--toggle.open:after, .header__language-switcher--toggle.open:after {
    color: #02445b !important;
    top: -2px;
    text-transform: capitalize !important;
  }
  
  
  .header__row-1 {
    padding: 10px 30px 0px 30px !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: 1100px) {
  
  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: 20px;
    color: #4d4d4f;
    line-height: 40px;
    text-transform: none;
    letter-spacing: -0.1px;
  }
  
  .submenu.level-2 .menu-item .menu-link {
    
    font-weight: 400;
    text-decoration: none;
    font-style: normal;

    font-size: 20px;
    color: #999999;
    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: #008dbb;
  }

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

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



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: 16px;
}

.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; */
  background-color: #008DBB !important;
}

/* Footer Content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5{
  
  
/*   color: #008dbb; */
  color: white;
}

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

  font-size: 15px;
/*   color: #008dbb; */
  color: white;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 0px;
  
}

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

  font-size: 14px;
/*   color: #3a3939; */
  color: white;
  line-height: 27px;
  text-transform: none;
  letter-spacing: 0px;
  
}

.footer__columns a:hover {
/*   color: #008dbb; */
  color: white;
}

.footer__copyright a:hover {
/*   color: #e0122a; */
  color: white;
}




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

  font-size: 14px;
/*   color: #3a3939; */
  color: white;
  line-height: 27px;
  text-transform: none;
  letter-spacing: 0px;
  
}

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

  font-size: 14px;
  color: #3a3939;
  line-height: 27px;
  text-transform: none;
  letter-spacing: 0px;
  
}






.blog-post__date {
  border-color: #3a3939;
}

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

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

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

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

.blog-pagination__link {
  color: ;
}

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

.blog-post__title {

  
  font-weight: 700;
  text-decoration: none;
  font-style: normal;
  
  color: #02445b;
  font-size: 38px;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0px;
}

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

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

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






body .icon svg {
  fill: #008dbb;
}

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

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

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


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







@media(max-width: 767px) {

  
  .buttons_container {
    flex-direction: column;
  }
  




  html {
    font-size: 40px;
  }

  body {
    
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    color: #3a3939;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0px;
  }

  /*** Paragraphs ***/

  p {
    
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    color: #3a3939;
    line-height: 20px;
    text-transform: none;
    letter-spacing: 0px;
  }

  /*** Anchors ***/
  

  a {
    
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    
    font-size: 40px;
    color: #008dbb;
    line-height: 20px;
    text-transform: none;
    letter-spacing: 0px;
    text-decoration: underline solid transparent;
    transition: all .35s ease;
  }

  a:hover,
  a:focus {
    color: #0d2a6a;
  }

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


  /*** Headings ***/

  h1 {
    
    font-weight: 700;
    text-decoration: none;
    font-style: normal;
    color: #02445b;
    font-size: 50px;
    line-height: 50px;
    text-transform: none;
    letter-spacing: 1px;
  }

  h2 {
    
    font-weight: 600;
    text-decoration: none;
    font-style: normal;
    color: #02445b;
    font-size: 30px;
    line-height: 40px;
    text-transform: none;
    letter-spacing: -1px;
  }

  h3 {
    
    font-weight: 600;
    text-decoration: none;
    font-style: normal;
    color: #0d2a6a;
    font-size: 40px;
    line-height: 38px;
    text-transform: none;
    letter-spacing: 0px;
  }
  
  h4 {
    
    font-weight: 500;
    text-decoration: none;
    font-style: normal;
    color: #02445b;
    font-size: 22px;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0px;
  }
  
  h5 {
    
    font-weight: 500;
    text-decoration: none;
    font-style: normal;
    color: #0d2a6a;
    font-size: 40px;
    line-height: 42px;
    text-transform: none;
    letter-spacing: 0px;
  }
  
  h6 {
    
    font-weight: 500;
    text-decoration: none;
    font-style: normal;
    color: #02445b;
    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: #008dbb;

}

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

  font-size: 30px;
  color: #008dbb;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: -0.1px;
  
}

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

  font-size: 30px;
  color: #3a3939;
  line-height: 30px;
  text-transform: none;
  letter-spacing: -0.1px;
  
}

.footer__columns a:hover {
  color: #008dbb;
}

.footer__copyright a:hover {
  color: #0d2a6a;
}




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

  font-size: 30px;
  color: #3a3939;
  line-height: 30px;
  text-transform: none;
  letter-spacing: -0.1px;
  
}
  
.footer__copyright {
  
  
  font-weight: 400;
  text-decoration: none;
  font-style: normal;

  font-size: 20px;
  color: #3a3939;
  line-height: 30px;
  text-transform: none;
  letter-spacing: -0.1px;
  
}


  
}




/* ADDITIONAL BRIGHT CSS */
/* 11-19-21 UPDATES */
.header__container.alt-header-with-booknow {
    flex-direction: row;
}

@media (max-width: 1024px){
  .header__container.alt-header-with-booknow > div:last-child {
      padding-right: 30px;
      padding-left: 30px;
  }
  .header__container.alt-header-with-booknow{
      padding-top: 0;
  }
  .header__container.alt-header-with-booknow > div:last-child .widget-span a button{
      white-space: nowrap; 
  }
}

@media (max-width: 767px){
  .header__container.alt-header-with-booknow{
      flex-direction: column; 
  }
  .header__container.alt-header-with-booknow > div:last-child {
      padding-right: 0;
      padding-left: 0;
  }
  .header__container.alt-header-with-booknow > div:last-child .widget-span {
      margin-top: 0 !important;
      text-align: center !important;
  }

  .header__container.alt-header-with-booknow > div:last-child .widget-span a {
      display: inline-block;
  }
  .header__container.alt-header-with-booknow>div:first-child {
      margin: 10px 0 5px;
  }
}

*{
 letter-spacing: 1px !important; 
}
div[data-global-resource-path="Elements Theme - UniFocus/templates/partials/header-no-navigation 4 no button.html"],
div[data-global-resource-path="Elements Theme - UniFocus/templates/partials/header-no-navigation.html"],
div[data-global-resource-path="Elements Theme - UniFocus/templates/partials/header-no-navigation 3.html"]{
    margin-bottom: 110px;
}
body:not(.hubspot-disable-focus-styles) header.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
/*   background-color: #d9eef5; */
}

body:not(.hubspot-disable-focus-styles).closed-announcement main#main-content {
    margin-top: 112px !important;
}
body:not(.hubspot-disable-focus-styles).has-announcement main#main-content {
    margin-top: 200px;
}
body{
  overflow-x:hidden;
}
.brand__container{
  margin: 0 0 0 -55px !important;
  align-items: center;
  padding-top: 30px;
}
.brand__container>*{
  margin-top: 0 !important; 
}
.latest-news .elements-sac-card__text p,
.custom-unifocus-text p,
.custom-labar-mngmt-cols p{
  line-height: 27px;
  color: #62668a;
}
.latest-news .elements-sac-cards__card{
  padding-bottom: 65px;
}
.custom-list-check p {
    line-height: 27px;
    color: #62668a;
    margin-top: 10px;
}
.hs_recaptcha {
    display: none;
}
.custom-form-container .container-fluid {
    margin-bottom: -200px !important;
}
.custom-labar-mngmt-cols h3{
  font-size: 24px;
  line-height: 34px;
}
.custom-labar-mngmt-cols .cards__card,
.custom-labar-mngmt-cols .cards__card > div:first-child {
    padding: 0 !important;
}

.custom-labar-mngmt-cols .cards__card > div:first-child img {
    width: 100%;
    object-fit: cover;
    height: 200px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-labar-mngmt-cols .cards__card > div:last-child {
    padding: 20px 30px 100px 30px !important;
      flex: 1;
}
.custom-labor-cta .row-fluid {
    display: flex;
    align-items: center;
}
.custom-labor-cta h2{
  font-size: 38px;
  line-height: 48px;
}
.custom-home-software .cards__card > div:last-child {
    padding-bottom: 0 !important;
}
.custom-labar-mngmt-cols a {
    position: absolute;
        bottom: 10px;
    width: 100%;
    left: 0;
    right: 0;
}

.custom-labar-mngmt-cols .elements-module-card-text_section-2-module-1 {
    position: relative;
}

.custom-labar-mngmt-cols .cards__card {
    display: flex;
    flex-direction: column;
}
#testimonial-card .row-fluid {
    align-items: flex-start;
}

#testimonial-card .row-fluid .hs_cos_wrapper h5 + p {
    color: black;
    font-size: 14px;
}

#testimonial-card .row-fluid .hs_cos_wrapper h5,
#testimonial-card .row-fluid .hs_cos_wrapper h3 {
    font-weight: 700;
}

#testimonial-card .row-fluid .hs_cos_wrapper p {
    line-height: 1.5;
    color: #62668a;
}
#testimonial-card .row-fluid .widget-span{
    padding-top: 0;
}


/* ABOUT US */
.custom-team-element img {
    object-fit: cover;
    height: 250px !important;
    width: 180px !important;
}

.custom-team-element .widget-span > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.custom-team-element .widget-span > div > div {
    flex: 0 0 25%;
    margin: 0 !important;
    margin-bottom: 40px !important;
}
.custom-community-logo-wrap .cards__card {
    margin-top: 0;
}

.custom-team-bio-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    transform: translateX(100%);
    height: 100%;
  z-index: 99;
}

.custom-team-bio-item {
    position: absolute;
    top: 0;
    width: 45%;
    max-width: 600px;
    min-width: 450px;
    height: 100%;
    left: 0;
    bottom: 0;
    background: white;
    box-shadow: 0px 0px 15px 0 rgb(0 0 0 / 10%);
    padding: 35px;
    padding-top: 70px;
    overflow-y: auto;
    max-height: 100vh;
    transform: translateX(10%);
    transition: all 0.5s ease-in-out;
}
.custom-team-bio-content img {
    display: block;
    float: none !important;
    margin: auto !important;
    margin-bottom: 20px !important;
}
.custom-team-bio-item button {
    position: absolute;
    left: 20px;
    top: 15px;
    background: transparent !important;
    color: black;
    padding: 0;
    border: none;
    width: 25px;
    height: 25px;
    font-size: 0px !important;
}
.custom-team-bio-item button:after,
.custom-team-bio-item button:before{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: #fff;
    content: '';
    height: .4rem;
    width: 100%;
    border-radius: 50px;
    height: 5px;
    background: #b6b6b6;
    margin-top: 0;
}
.custom-team-bio-item button:after{
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom-team-bio-item button:before{
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.custom-team-bio-content p {
    font-size: 16px;
    line-height: 27px;
    color: #62668a;
}
.custom-team-bio-content ul li {
    color: #62668a;
    font-size: 16px;
    line-height: 27px;
}

/* FOR EASY EDIT OF CUSTOM BIO WHILE USING BUILDER */
body.hubspot.ui-app .custom-team-bio-container,
body.page-editor .custom-team-bio-container{
    position: unset;
    transform: translate(0);
}
body.hubspot.ui-app .custom-team-bio-item,
body.page-editor .custom-team-bio-item{
    position: relative;
    width: 100%;
    max-width: 100%;
    transform: translate(0);
}



.custom-team-bio-item.open {
    transform: translateX(-100%);
}

.custom-focused-docs > div {
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    transition: all 0.5s ease-in-out;
}
.custom-focused-docs > div:hover{
    transform: scale(1.03) !important;
}

.custom-focused-docs > div > div:first-child {
    padding: 0;
}

.custom-focused-docs > div img {
    max-height: 500px;
    object-fit: cover;
}

.custom-focused-docs > div > div:last-child {
    background: white;
    padding: 25px;
    position: relative;
}

.custom-focused-docs > div > div:last-child h2,
.custom-focused-docs > div > div:last-child h3 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.3;
    letter-spacing: -1px;
    font-weight: 700;
}

.custom-focused-docs > div > div:last-child p,
.custom-focused-docs > div > div:last-child li {
    font-size: 16px;
    line-height: 27px;
    color: #62668a;
}
.custom-focused-docs > div > div:last-child p:last-child{
    margin-bottom: 0px;
    text-align: center;
}
.custom-product-content img {
    width: 100%;
    margin-bottom: 20px;
}
.custom-product-content p, .custom-product-content li {
    font-size: 16px;
    color: #62668a;
    line-height: 27px;
}
.custom-focused-docs>div>div:last-child a{
    display: inline-block;
}
.custom-product-btn {
    margin: auto;
    display: table;
}
.custom-focused-docs>div>div:last-child li:before {
    content: '';
    background: url(https://www.unifocus.com/hubfs/check.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    position: absolute;
    left: -30px;
    top: 4px;
}

.custom-focused-docs>div>div:last-child li {
    position: relative;
}

.custom-focused-docs>div>div:last-child ul {
    list-style-type: none;
    padding-left: 30px;
}
.inputs-list span{
    color: #62668a;
    margin-top: 0 !important;
}
.custom-support-cards .cards__card,
.contact-social-cards .cards__card{
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 13%);
}
.custom-focused-docs a {
    position: absolute;
    bottom: 25px;
    left: 0;
    /* transform: translateX(-50%); */
    right: 0;
    max-width: 200px;
    margin: auto;
}
/* .custom-focused-docs > div:nth-child(even) {
    border-radius: 0px;
} */
.custom-focused-docs .elements-module-text_section-3-module-4 {
    position: relative;
    flex: 1;
    padding-bottom: 80px !important;
}

.custom-focused-docs .elements-div-column_section-3-module-4 {
    display: flex;
    flex-direction: column;
}

.footer-download-copyright {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-download {
    display: flex;
}

.footer-download img {
    max-height: 30px;
    margin-right: 15px
}

.footer-download {
    position: absolute;
    left: 180px;
    bottom: 25px;
}

.footer__container-bottom {
    position: relative;
}
label.menu-arrow {
    background-image: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" id="elements__svg-arrow" fill="%23008dbb" viewBox="0 0 320 512" width="8px" height="13px" aria-hidden="true"><g id="layer1"><path d="M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z"></path></g></svg>');
    background-repeat: no-repeat;
    background-position: top;
    height: 13px;
    width: 20px;
    display: inline-block;
    cursor: pointer;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
}

.has-submenu > a {
    display: inline-block !important;
}
.submenu.level-2{
  padding-right: 32px !important; 
}
.footer__description p a {
    color: white !important;
}


.body-container--blog-index #elements-sac-cards .elements-sac-card__footer_content{
  padding-bottom: 24px; 
}
.custom-button{
 margin-top: 50px !important;   
}


.elements--blog--card__featured__badge-container{
  display: none; 
}
.cards__card.elements-blog__featured-card h4 {
    margin-top: 0;
}
.article-main-content{
  padding-bottom: 30px;
}
.article-main-content p {
    line-height: 27px;
}
.article-main-header .elements--post--blog__image {
    max-height: 450px;
    object-fit: contain;
    min-width: 600px;
}

.article-main-header .elements--post--blog__image-wrapper {
    text-align: center;
}

.university-items-container .hs_cos_wrapper_type_inline_rich_text {
    position: relative;
    padding-bottom: 130px;
    height: 100%;
}

.university-items-container .hs_cos_wrapper_type_inline_rich_text .university-item-button {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.university-items-container .elements-module-card-text_section-2-module-1 {
    padding-bottom: 0 !important;
}

.university-items-container .elements-si-cards__card_section-2-module-1 {
    display: flex;
    flex-direction: column;
}

.university-items-container .elements-si-cards__card_section-2-module-1 .elements-module-card-text_section-2-module-1 {
    flex: 1;
}
.newsroom-listing-banner, .blog-listing-banner {
/*   https://www.unifocus.com/hubfs/Blog%20Images/News-Blog_Hero.png */
    background-image: url(https://2419901.fs1.hubspotusercontent-na1.net/hubfs/2419901/Unifocus%20Website/Blog/UFBLog_transparentbackground.png) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding: 90px 20px;
    max-width: 100%;
    background-color: #F1F1F1;
    min-height: 500px !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.newsroom-listing-banner .container-fluid, .blog-listing-banner .container-fluid{
    flex: 1;
}
.newsroom-listing-banner .row-fluid-wrapper,
.blog-listing-banner .row-fluid-wrapper{
    max-width: 1200px;
    margin: auto;
}
.newsroom-listing-banner *,
.blog-listing-banner *{
/*     color: white !important; */
  text-align: right !important;
}

.newsroom-listing-banner .container-fluid,
.blog-listing-banner .container-fluid{
    margin-top: 0;
}
.elements--blog-2__latest-articles {
    padding: 50px 0 0;
}
.custom-single-blog-sharing {
    display: flex;
}
.custom-blog-share {
    display: flex;
    justify-content: flex-end;
}
.custom-blog-share a:not(:last-child) {
    margin-right: 6px;
}

/* RESPONSIVENESS */
@media (max-width: 1100px){
  .header__logo--main{
        padding-top: 0 !important;
    padding-bottom: 0 !important;
    }
   body:not(.hubspot-disable-focus-styles) main#main-content {
        margin-top: 88px;
    }
}

@media (min-width: 768px) and (max-width: 1023px){
    .header__navigation {
        top: 10px !important;
        height: 100vh !important;
    } 
}
@media (max-width: 767px){
  .header__navigation {
    top: 10px !important;
}
  .elements__systems-page__search-results {
    padding-top: 0;
}
  h3{
      font-size: 30px; 
  }
  h5 {
      font-size: 20px;
      margin-bottom: 25px;
      line-height: 1.3;
  }
  p{
      font-size: 18px !important; 
      margin-bottom: 20px !important;
  }
  ul {
      margin-bottom: 25px;
  }
  body:not(.hubspot-disable-focus-styles) main#main-content {
      margin-top: 82px;
  }
  a{
      font-size: 18px; 
  }
  button, input, optgroup, select, textarea {
      font-size: 18px !important;
  }
  .hs-form-field {
      margin-bottom: 20px;
  }

  .hs-form-field input {
      padding: 10px 20px;
      font-size: 18px !important;
  }
  .custom-team-bio-item {
      min-width: 100%;
  }
  
  /* HOME */
  .homepage-logo-heading{
    text-align: center;
  }
  .hs_cos_wrapper_type_rich_text h1 {
      font-size: 40px !important;
      line-height: 1.2;
      margin-bottom: 20px;
  }
  .hs_cos_wrapper_type_rich_text p {
      font-size: 18px !important;
      line-height: 1.3 !important;
      margin-bottom: 20px !important; 
  }
  .hs_cos_wrapper_type_rich_text h2 {
      margin-bottom: 20px !important;
      line-height: 1.2;
      font-size: 25px !important;
  }
  
  .brand__container .brand__item {
      margin-left: 0;
      margin-bottom: 10px;
  }
  .brand__container {
      width: 100% !important;
      margin: 0 !important;
      flex-direction: column;
  }
  #testimonial-card .row-fluid .hs_cos_wrapper h3 {
      font-size: 25px;
      line-height: 1.3;
      margin-bottom: 20px;
  }

  #testimonial-card .row-fluid .hs_cos_wrapper p {
      font-size: 18px !important;
      line-height: 1.3 !important;
      margin-bottom: 10px;
  }
  
  .latest-news .elements-sac-card__footer_content {
      padding-bottom: 0 !important;
  }
  .latest-news .elements-sac-card__footer_content p{
      font-size: 14px !important;
  }
  }

  /* END of HOME */

/* blog */

@media (max-width: 767px){
  .article-main-header .elements--post--blog__image {
      max-height: 450px;
      object-fit: contain;
      min-width: auto;
  }
  .elements--post--blog__title {
    font-size: 30px !important;
    line-height: 32px !important;
    margin-bottom: 10px;
  }
  
  .custom-single-blog-sharing {
    flex-direction: column;
  }
  .custom-blog-share {
    justify-content: flex-start;
  }
}

/* End of blog */  

  /* HOSPITALITY */
  .custom-form-container h3 {
      margin-bottom: 0;
  }
  .custom-form-container h4 {
      margin-bottom: 20px;
  }
  .custom-form-container input, .custom-form-container select, .custom-form-container textarea {
      width: 100% !important;
      padding: 10px 20px;
      font-size: 18px !important;
  }
  .custom-cta-element h2 {
      margin-bottom: 20px;
  }
  .custom-unifocus-text p {
      margin-bottom: 0;
      font-size: 18px !important;
  }
  .custom-form-container form label {
      line-height: 1.3;
  }
  /* END of HOSPITALITY */
  
  /* ABOUT US */
  .custom-team-element p {
/*       font-size: 18px !important; */
  }
  .custom-community-logo-wrap .cards__card {
      padding-left: 30px !important;
      padding-right: 30px !important;
  }
  .custom-community-logo-wrap .cards__card a {
      font-size: 18px;
  }
  /* END of ABOUT US */
  
  /* PRODUCT */
  .custom-labor-cta .row-fluid{
      display: block; 
  }
  .custom-labor-cta h2{
      margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.3;
  }
  /* END of PRODUCT */
  
  /* RESOURCES */
  .custom-focused-docs>div img {
      max-height: 430px;
  }
  .custom-focused-docs a {
      font-size: 18px;
      max-width: 200px;
  }
  /* END of RESOURCES */
  
  /* SUPPORT */
  .custom-support-cards .cards__card {
      padding: 10px 30px;
  }
  .custom-support-cards h3 {
      font-size: 25px;
      line-height: 1.3;
      margin-bottom: 0;
  }
  /* END of SUPPORT */
  
  /* CONTACT */
  .custom-contact-form h3{
      margin-bottom: 20px; 
  }
  .custom-contact-form form label{
      margin: 0; 
  }
  /* END of CONTACT */
  
  /* FOOTER */
  .footer__container.content-wrapper {
      padding-top: 0;
  }
  .footer__form {
      margin-top: 0px;
  }
  .footer__form h3 {
      color: white;
      margin-bottom: 20px;
  }
  .footer-download-copyright {
      flex-direction: column;
      align-items: flex-start;
  }

  .footer-download {
      position: unset;
      margin-top: 0px;
      margin-bottom: 50px;
  }
  .footer-download img {
      max-height: 40px;
  }
  .footer__columns h6 {
      color: white;
      font-size: 20px;
  }
  .footer__columns p a {
      color: white;
      font-size: 18px;
      line-height: 1.3;
  }
  .footer__container-bottom {
      margin-top: 30px;
      padding-top: 30px;
  }
  .footer-copyright p {
      color: white;
      margin-bottom: 0;
      text-align: center;
  }
  /* END of FOOTER */
}