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

/* Test */
















.dnd-section > .row-fluid {
  max-width: 1280px;
}

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

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




html {
  font-size: 20;
}

body {
  color: ;
  font-family: arial, helvetica, sans-serif;
  font-weight: 300;
  font-size: 20px;
}

p {
  font-family: arial, helvetica, sans-serif;
  font-weight: 300;
}

a {
  font-family: arial, helvetica, sans-serif;
  color: rgba(0, 153, 255, 1.0);
}

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

a:active {
  color: rgba(40, 193, 255, 1.0);
}

h1 {
  color: #1b1b1b;
  font-family: arial, helvetica, sans-serif;
  font-size: 53px;
  font-weight: 500;
}

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

h2 {
  color: #1b1b1b;
  font-family: arial, helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

@media(max-width: 767px) {
  h2 {
    font-size: 30.599999999999998px;
  }
}

h3 {
  color: #003665;
  font-family: arial, helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

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

h4 {
  color: #1b1b1b;
  font-family: arial, helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

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

h5 {
  color: #1b1b1b;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

h6 {
  color: #1b1b1b;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

blockquote {
  border-left: 10px solid #1b1b1b;;
}






form,
.submitted-message {
  border:1px solid rgba(#null, 0.0) ;
  font-family: arial, helvetica, sans-serif;
  padding:10px;
}


h3.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(27, 27, 27, 1.0);
  padding:10px;
}

.hs-button,
.button--primary {
  border-color: rgba(218, 41, 28, 1.0);
  border-radius: 50px;
  border-width: 2px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 53px;
  padding-right: 53px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(218, 41, 28, 1.0);
}


.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  border-color: rgba(218, 41, 28, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(218, 41, 28, 1.0);
}

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

.hs-form label {
  color: rgba(65, 64, 66, 0.5);
}
.hs-form legend {
  color: rgba(65, 64, 66, 0.5);
}
form input,
form select,
form textarea,
.hs-input,
input#hs-pwd-widget-password{
  border-color: rgba(65, 64, 65, 0.2);
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 0px;
  color: rgba(85, 85, 85, 1.0);
}
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
input#hs-pwd-widget-password:focus{
  border-color: rgba(0, 0, 0, 1.0);
}
.search-bar form {
  background-color: rgba(255, 255, 255, 1.0);
}

.hs-input:focus, 
input#hs-pwd-widget-password:focus{
  outline-color: rgba(0, 0, 0, 1.0)  !important;
}

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

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: arial, helvetica, sans-serif;
}

body{
  background-color: #cfcfcf;
  opacity:1.0;
}
#site-wrapper{
  background-color: #FFFFFF;
  opacity:1.0;
}

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(27, 27, 27, 1.0);
  color: rgba(27, 27, 27, 1.0);
}

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(27, 27, 27, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(27, 27, 27, 1.0);
}





.notifications-bar {
  background-color: rgba(1, 163, 254, 1.0);
}
.notifications-bar a{
  color: rgba(255, 255, 255, 1.0);
}
.notifications-bar:hover {
  background-color: rgba(16, 128, 217, 1.0);
}
.notifications-bar:hover a{
  color: rgba(255, 255, 255, 1.0);
}




.header-inner {
  background-color: rgba(0, 54, 101, 1.0);
}

.header__container {
  max-width: 1280px;
}

body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #ffffff;
}

body .custom-menu-primary a,
body .custom-menu-primary .submenu.level-1 > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > a{
  color:rgba(255, 255, 255, 1.0);
}

.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, 54, 101, 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(255, 255, 255, 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(0, 54, 101, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color:rgba(#null, 0.0);
}

body .custom-menu-primary .submenu.level-1 > li.active-branch > a,
body .custom-menu-primary .submenu.level-1 > li.active >a{
  background-color:rgba(0, 54, 101, 1.0);
  color:rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li.hs-item-has-children:hover > a{
  background-color:rgba(255, 255, 255, 1.0);
  color:rgba(0, 54, 101, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color:rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 > li > a,
body .custom-menu-primary .navigation-primary>ul ul ul li a{
  color:rgba(119, 119, 119, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link,
.custom-menu-primary .submenu.level-2{
  background-color:rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color:rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .custom-menu-primary .navigation-primary>ul ul ul li a:hover,
body .custom-menu-primary .navigation-primary>ul ul ul li a:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  background-color:rgba(255, 255, 255, 1.0);
  color:rgba(119, 119, 119, 1.0);
}
body .custom-menu-primary .navigation-primary > ul ul ul li.active-branch > a,
body .custom-menu-primary .navigation-primary > ul ul ul li.active > a{
  color:rgba(255, 255, 255, 1.0) !important;
  background-color:rgba(255, 2, 1, 1.0) !important;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: arial, helvetica, sans-serif;
}

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

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

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

.header-sign-in a,
.custim-menu-right-content ul li a,
.custim-menu-right-content ul li span{
  color:rgba(255, 255, 255, 1.0);
}
.header-sign-in a:hover,
.custim-menu-right-content ul li a:hover{
  color:rgba(255, 255, 255, 1.0);
}
body .custim-menu-right-content ul li a:hover{
  border-color:rgba(255, 255, 255, 1.0);
}

.header-join a{
  background-color:rgba(244, 67, 54, 1.0);
  border-color:rgba(244, 67, 54, 1.0);
  color:rgba(255, 255, 255, 1.0);
}
.header-join a:hover{
  background-color:rgba(200, 39, 27, 1.0);
  border-color:rgba(200, 39, 27, 1.0);
  color:rgba(255, 255, 255, 1.0);
}

.header-renew a{
  background-color:rgba(1, 163, 254, 1.0);
  border-color:rgba(1, 163, 254, 1.0);
  color:rgba(255, 255, 255, 1.0);
}
.header-renew a:hover{
  background-color:rgba(16, 128, 217, 1.0);
  border-color:rgba(16, 128, 217, 1.0);
  color:rgba(255, 255, 255, 1.0);
}

.search-bar .form-control{
  background-color:rgba(255, 255, 255, 1.0);
  border-color:rgba(255, 255, 255, 1.0);
  color:rgba(59, 69, 79, 1.0);
}
.search-bar .input-group-addon{
  background-color:rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .navigation-primary>ul>li>ul>li>a,
body .custom-menu-primary .navigation-primary>ul>li>ul>li>a:hover{
  color:rgba(0, 73, 137, 1.0) !important;
}

.search-bar #search-icon{
  color:rgba(16, 147, 245, 1.0);
}





.footer {
  background-color: rgba(0, 42, 78, 1.0);
  color: rgba(255, 255, 255, 1.0); 
}
.footer__container {
  max-width: 1280px;
}
.hs-copyright p{
  color: rgba(255, 255, 255, 1.0); 
}
.footer a,
.hs-copyright a{
  color: rgba(255, 255, 255, 1.0); 
}
.footer a:hover,
.hs-copyright a:hover{
  color: rgba(255, 255, 255, 1.0); 
}

.border-lines,
.footer-menu .hs-menu-wrapper>ul>li>a{
  border-color: rgba(1, 163, 254, 0.2); 
}







.content-wrapper {
  max-width: 1280px;
}

.blog-post__date {
  border-color: #1b1b1b;
}

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

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

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

.blog-pagination__link {
  color: #1b1b1b;
}

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

.blog-post__title {
  color: #1b1b1b;
  font-family:arial, helvetica, sans-serif;
  font-size: 36px;
  font-weight: ;
}

.blog-post__author {
  background-color: #1b1b1b;
}

#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: #1b1b1b;
}

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

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

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

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: #1b1b1b;
}

.page-center {
  max-width: 1280px;
  margin: 0 auto;
}




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