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

















@media (min-width: 768px){
  .page-center,
  .dnd-section > .row-fluid {
    max-width: 720px;
  }
}
@media (min-width: 992px){
  .page-center,
  .dnd-section > .row-fluid {
    max-width: 940px;
  }
}
@media (min-width: 1200px){
  .page-center,
  .dnd-section > .row-fluid {
    max-width: 1140px;
  }

}

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

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




html {
  font-size: 14px;
}

body {
  
  color: #626878;
  
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  font-size: 14px;
}

p {
  font-family: Open Sans, sans-serif;
  font-weight: 400
}

a {
  font-family: Open Sans, sans-serif;
  color: rgba(30, 115, 190, 1.0);
}

a:hover,
a:focus {
  color: rgba(35, 82, 124, 1.0)
}

a:active {
  color: rgba(70, 155, 230, 1.0);
}

h1 {
  
  color: #00394a;
  
  font-family: Open Sans,Arial,sans-serif;
  font-size: 25px;
  font-weight: 200;
}

h2 {
  
  color: #00478a;
  
  font-family: Open Sans,Arial,sans-serif;
  font-size: 23px;
  font-weight: 700;
}

h3 {
  
  color: #0083c9;
  
  font-family: Open Sans,Arial,sans-serif;
  font-size: 18px;
  font-weight: 700;
}

h4 {
  
  color: #00394a;
  
  font-family: Open Sans,Arial,sans-serif;
  font-size: 16px;
  font-weight: 700;
}


h5 {
  
  color: #626878;
  
  font-family: Open Sans,Arial,sans-serif;
  font-size: 14px;
  font-weight: 700;
}

h6 {
  
  color: #626878;
  
  font-family: Open Sans,Arial,sans-serif;
  font-size: 14px;
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #eeeeee;;
}





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

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(98, 104, 120, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(0, 166, 177, 1.0);
  border-color: rgba(0, 166, 177, 1.0);
  border-radius: 0px;
  border-width: 1px;
  color: rgba(51, 51, 51, 1.0);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(117, 217, 164, 1.0);
  border-color: rgba(117, 217, 164, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(40, 206, 217, 1.0);
  border-color: rgba(40, 206, 217, 1.0);
  color: rgba(51, 51, 51, 1.0);
}

.hs-form label {
  color: rgba(98, 104, 120, 1.0);
}

.hs-form legend {
  color: rgba(98, 104, 120, 1.0);
}
input[type="password"],
form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(204, 204, 204, 1.0);
  color: rgba(51, 51, 51, 1.0);
  border-radius: 0px;
}
input[type="password"]:focus,
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(153, 153, 153, 1.0);
}

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

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

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

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

.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: #eeeeee !important;
}





th,
td {
  background-color: rgba(255, 255, 255, 0.0);
  border: 1px solid rgba(255, 255, 255, 0.0);
  color: rgba(98, 104, 120, 1.0);
}

thead th,
thead td {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(98, 104, 120, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(98, 104, 120, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(255, 255, 255, 0.0);
}




.header-bottom-section,
header.header {
  background-color: rgba(255, 255, 255, 1.0);
}

@media (min-width: 768px){
  .header__container {
    max-width: 720px;
  }
}
@media (min-width: 992px){
  .header__container{
    max-width: 940px;
  }
}
@media (min-width: 1200px){
  .header__container {
    max-width: 1140px;
  }

}

body ul.header-top-link li.dropdown > span{
  color: rgba(34, 34, 34, 1.0);
}
body ul.header-top-link li.dropdown > a.dropdown-toggle{
  color: rgba(0, 0, 0, 1.0);
}
body ul.header-top-link li.dropdown > a.dropdown-toggle:hover{
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(238, 238, 238, 1.0);
}
body ul.header-top-link ul.dropdown-menu li{
  border-color: rgba(0, 0, 0, 0.1);
}
body ul.header-top-link ul.dropdown-menu li a{
  color: rgba(0, 0, 0, 1.0);
}
body ul.header-top-link ul.dropdown-menu li a:hover{
  color: rgba(0, 0, 0, 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(0, 0, 0, 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(0, 131, 201, 1.0);
}

body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(0, 131, 201, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: rgba(#null, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li.active-branch > a {
  color: rgba(0, 131, 201, 1.0);
}
body .custom-menu-primary .submenu.level-3,
body .custom-menu-primary .submenu.level-4,
body .custom-menu-primary .submenu.level-5,
body .custom-menu-primary .submenu.level-6,
body .custom-menu-primary .submenu.level-7,
body .custom-menu-primary .submenu.level-8,
body .custom-menu-primary .submenu.level-2 {
  background-color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary ul.submenu.level-1 > li > ul.submenu.level-2 > li,
body .custom-menu-primary ul.submenu.level-1 > li > ul.submenu.level-3 > li,
body .custom-menu-primary ul.submenu.level-1 > li > ul.submenu.level-4 > li,
body .custom-menu-primary ul.submenu.level-1 > li > ul.submenu.level-5 > li,
body .custom-menu-primary ul.submenu.level-1 > li > ul.submenu.level-6 > li,
body .custom-menu-primary ul.submenu.level-1 > li > ul.submenu.level-7 > li,
body .custom-menu-primary ul.submenu.level-1 > li > ul.submenu.level-8 > li{
  border-color: rgba(0, 0, 0, 0.1);
}
body .custom-menu-primary .submenu.level-2 > li > a,
body .custom-menu-primary .submenu.level-3 > li > a,
body .custom-menu-primary .submenu.level-4 > li > a,
body .custom-menu-primary .submenu.level-5 > li > a,
body .custom-menu-primary .submenu.level-6 > li > a,
body .custom-menu-primary .submenu.level-7 > li > a,
body .custom-menu-primary .submenu.level-8 > li > a {
  color: rgba(0, 0, 0, 1.0);
}
body .custom-menu-primary .submenu.level-2 > li:hover > a,
body .custom-menu-primary .submenu.level-3 > li:hover > a,
body .custom-menu-primary .submenu.level-4 > li:hover > a,
body .custom-menu-primary .submenu.level-5 > li:hover > a,
body .custom-menu-primary .submenu.level-6 > li:hover > a,
body .custom-menu-primary .submenu.level-7 > li:hover > a,
body .custom-menu-primary .submenu.level-8 > li:hover > a {
  color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item:hover,
body .custom-menu-primary .submenu.level-2 .menu-item:focus,
body .custom-menu-primary .submenu.level-3 .menu-item:hover,
body .custom-menu-primary .submenu.level-3 .menu-item:focus,
body .custom-menu-primary .submenu.level-4 .menu-item:hover,
body .custom-menu-primary .submenu.level-4 .menu-item:focus,
body .custom-menu-primary .submenu.level-5 .menu-item:hover,
body .custom-menu-primary .submenu.level-5 .menu-item:focus,
body .custom-menu-primary .submenu.level-6 .menu-item:hover,
body .custom-menu-primary .submenu.level-6 .menu-item:focus,
body .custom-menu-primary .submenu.level-7 .menu-item:hover,
body .custom-menu-primary .submenu.level-7 .menu-item:focus,
body .custom-menu-primary .submenu.level-8 .menu-item:hover,
body .custom-menu-primary .submenu.level-8 .menu-item:focus{
  background-color: rgba(45, 115, 181, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu > li > .submenu > .menu-item.active-branch.active{
  background-color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu > li > .submenu > .menu-item.active-branch.active:hover{
  background-color: rgba(45, 115, 181, 1.0);
}
body .custom-menu-primary .submenu > li > .submenu > .menu-item.active-branch.active > .menu-link{
  color: rgba(0, 131, 201, 1.0);
}
body .custom-menu-primary .submenu > li > .submenu > .menu-item.active-branch{
  background-color: rgba(45, 115, 181, 1.0);
}
body .custom-menu-primary .submenu > li > .submenu > .menu-item .menu-link.active-branch,
body .custom-menu-primary .submenu > li > .submenu > .menu-item.active-branch > .menu-link {
  color: rgba(255, 255, 255, 1.0);
}
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Open Sans, sans-serif;
}

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

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

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





/* Footer Top Section */

body .footer-top-section{
  background-color: rgba(49, 50, 51, 1.0);
  color: rgba(153, 153, 153, 1.0);
}
body .footer-menu .hs-menu-wrapper > ul > li > ul > li > a{
  color: rgba(255, 255, 255, 1.0);
}
body .footer-menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a{
  color: rgba(218, 218, 218, 1.0);
}
body .footer-menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover{
  color: rgba(255, 255, 255, 1.0);
}
body .footer-menu .hs-menu-wrapper > ul > li:last-child > ul > li:last-child > ul > li > a[href="javascript:;"]{
  color: rgba(153, 153, 153, 1.0);
}

/* Footer Bottom Section */

body .footer-bottom-section{
  background-color: rgba(31, 31, 31, 1.0);
  border-color: rgba(58, 58, 58, 1.0);
}
body ul#menu-social-items.social-menu li a{
  background-color: rgba(54, 54, 54, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
body .reviews ul#menu-social-items.social-menu li a[href*="glassdoor.com"]:hover,
body .reviews ul#menu-social-items.social-menu li a[href*="indeed.com"]:hover,
body ul#menu-social-items.social-menu li a:hover{
  color: rgba(255, 255, 255, 1.0);
}
body ul#menu-social-items.social-menu li a[href*="instagram.com"]:hover {
  background-color: rgba(249, 91, 96, 1.0);
}
body ul#menu-social-items.social-menu li a[href*="facebook.com"]:hover {
  background-color: rgba(66, 101, 185, 1.0);
}
body ul#menu-social-items.social-menu li a[href*="linkedin.com"]:hover {
  background-color: rgba(0, 89, 135, 1.0);
}
body ul#menu-social-items.social-menu li a[href*="twitter.com"]:hover {
  background-color: rgba(85, 172, 238, 1.0);
}
body ul#menu-social-items.social-menu li a[href*="youtube.com"]:hover {
  background-color: rgba(223, 51, 51, 1.0);
}
body .reviews ul#menu-social-items.social-menu li a[href*="glassdoor.com"]:hover {
  background-color: rgba(13, 168, 65, 1.0);
}
body .reviews ul#menu-social-items.social-menu li a[href*="indeed.com"]:hover {
  background-color: rgba(26, 87, 240, 1.0);
}

body .site-info{
  color: rgba(153, 153, 153, 1.0);
}
body .copyright {
  color: rgba(153, 153, 153, 1.0);
}
body .scroll-to-top{
  background-color: rgba(100, 100, 100, 0.4);
  color: rgba(255, 255, 255, 1.0);
}
body .scroll-to-top:hover{
  background-color: rgba(45, 115, 181, 1.0);
  color: rgba(255, 255, 255, 1.0);
}



@media (min-width: 768px){
  .footer__container {
    max-width: 720px;
  }
}
@media (min-width: 992px){
  .footer__container{
    max-width: 940px;
  }
}
@media (min-width: 1200px){
  .footer__container {
    max-width: 1140px;
  }

}








@media (min-width: 768px){
  .content-wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px){
  .content-wrapper{
    max-width: 940px;
  }
}
@media (min-width: 1200px){
  .content-wrapper {
    max-width: 1140px;
  }

}

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

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

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

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

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

.blog-pagination__link {
  color: #626878;
}

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

.blog-post__title {
  color: #00478a;
  font-family:Open Sans, sans-serif;
  font-size: 23px;
  font-weight: ;
}

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

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}










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

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

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

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

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #eeeeee;
}

.page-center {
  margin: 0 auto;
}




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



@media (min-width: 1200px){
  
  .header__container {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    padding-top: 2%;
  }
  .navbar-header {
    align-self: start;
  }
}