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















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

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

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





html {
  font-size: 1.8;
}


body {
  color: #797979;
  font-family: 'Arial',Sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
} 

p { 
  font-weight: 400
}

a { 
  color: rgba(77, 89, 104, 1.0);
  box-shadow: inset 0 -1.5px 0 #e69623;
}

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

a:active {
  color: rgba(117, 129, 144, 1.0);
}

link_border_color

h1 {
  color: #282f7e;
  font-family: Arial,Sans-serif;
  font-size: 3em;
  font-weight: 400;
}

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

h2 {
  color: #282f7e;
  font-family: Arial,Sans-serif;
  font-size: 2em;
  font-weight: 400;
}

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

h3 {
  color: #282f7e;
  font-family: Arial,Sans-serif;
  font-size: 1.9em;
  font-weight: 400;
}

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

h4 {
  color: #282f7e;
  font-family: Arial,Sans-serif;
  font-size: 1.8em;
  font-weight: 400;
}

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

h5 {
  color: #282f7e;
  font-family: Arial,Sans-serif;
  font-size: 1.7em;
  font-weight: 400;
}

h6 {
  color: #282f7e;
  font-family: Arial,Sans-serif;
  font-size: 1.6em;
  font-weight: 400;
}





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

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

.hs-button,
.button--primary {
  background-color: rgba(230, 150, 35, 1.0);
  border-color: rgba(255, 122, 89, 1.0);
  border-radius: 3px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #e69623;
  border-color: #e69623;
  color: #fff);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 190, 75, 1.0);
  border-color: rgba(255, 162, 129, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form  .field > label {
  color: rgba(51, 71, 91, 1.0);
}

.hs-form legend {
  color: rgba(0, 0, 0, 0.5);
}

form input,
form select,
form textarea,
.hs-input ,
input#hs-pwd-widget-password{
  border-color: rgba(203, 214, 226, 1.0); 
  border-radius: 3px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus ,
input#hs-pwd-widget-password:focus{
  border-color: rgba(82, 168, 236, 0.8);
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: 'Arial',Sans-serif;
}

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

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

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





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

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

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

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





.head_innner {
  background-color: rgba(255, 255, 255, 0.8);
}

.scroll-header .head_innner {
  background-color: rgba(255, 255, 255, 1.0);
}


.header__container {
  max-width: 1152px;
}

.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #797979;
}

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

body .header__language-switcher .lang_list_class li a:active {
  color: #282f7e;
} 
body .header__language-switcher .lang_list_class li:active {
  background-color: #fff;
}  

body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: #fff;
}

body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  background-color: #fff;
  color: #282f7e;
}

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

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

.top_header{
  background-color : rgba(40, 47, 126, 0.8);
}

.cstm_head_cols.left_col p:nth-child(2) a {
  color : rgba(255, 255, 255, 1.0);
}


.cstm_head_cols.left_col p:nth-child(2) a:hover {
  color : rgba(230, 150, 35, 1.0);
}

.probox{
  border-color : rgba(40, 47, 126, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

.probox .promagnifier .innericon svg{
  fill : rgba(121, 121, 121, 1.0);
}

@media (min-width: 896px){
  .custom-menu-primary>div>ul>li>a{
    color : rgba(121, 121, 121, 1.0);
  }

  .custom-menu-primary>div>ul>li>a:hover{
    color : rgba(40, 47, 126, 1.0);
  }

  .custom-menu-primary>div>ul>li:hover >a{
    background-color : rgba(255, 255, 255, 0.0);
  }

  .custom-menu-primary>div>ul>li.active,
  .custom-menu-primary>div>ul>li.active-branch{
    background-color : rgba(255, 255, 255, 0.0);
  }

  .custom-menu-primary>div>ul>li.active >a,
  .custom-menu-primary>div>ul>li.active-branch >a{
    color : rgba(40, 47, 126, 1.0);
  }


  .custom-menu-primary >div  ul ul {
    background-color : rgba(255, 255, 255, 1.0);
  }

  .custom-menu-primary >div  ul ul li a {
    color : rgba(121, 121, 121, 1.0);
  }

  .custom-menu-primary >div  ul ul li a:hover {
    color : rgba(40, 47, 126, 1.0);
  }

  .custom-menu-primary >div  ul ul li:hover > a {
    background-color : rgba(255, 255, 255, 1.0);
  }

  .custom-menu-primary >div  ul ul li.active-branch > a,
  .custom-menu-primary >div  ul ul li.active > a {
    background-color : rgba(255, 255, 255, 1.0);
    color : rgba(40, 47, 126, 1.0);
  }


}


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

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





.footer {
  background-color: rgba(40, 47, 126, 1.0);
  color: rgba(255, 255, 255, 1.0); 
}

.cstm_ft_form .field>label,
.cstm_cols h3 {
  color: rgba(255, 255, 255, 1.0); 
}

.footer a{ 
  color: rgba(255, 255, 255, 1.0); 
}

.footer a:hover{ 
  color: rgba(230, 150, 35, 1.0); 
}

.copyright_ftr{
  border-top: 1px solid rgba(230, 150, 35, 1.0); 
}
.copyright{
  color: rgba(255, 255, 255, 1.0); 
}

.cstm_ft_social ul li a svg{
  fill: rgba(255, 255, 255, 1.0); 
}

.cstm_ft_social ul li a:hover svg{
  fill: rgba(255, 255, 255, 1.0); 
}

.footer__container {
  max-width: 1152px;
}





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

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

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

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

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

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

.blog-pagination__link {
  color: #797979;
}

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

.blog-post__title {
  color: #282f7e;
  font-family:Arial,Sans-serif;
  font-size: 2px;
  font-weight: ;
}

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

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

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

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

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

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

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




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






.cstm_abt p:not(:first-child) a,
.cstm_head_cols p:first-child a{
  background-color: rgba(230, 150, 35, 1.0);
  color: rgba(255, 255, 255, 1.0); 
}


.cstm_abt p:not(:first-child) a:hover,
.cstm_head_cols p:first-child a:hover{
  background-color: rgba(198, 130, 35, 1.0);
  color: rgba(255, 255, 255, 1.0); 
}