/* ******************************************************************************
*********************************************************************************
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: 1440px;
}

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

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #4a4a4a;
}
.page-center {
  max-width: 1440px;
}





body {
  color: #4a4a4a;
  font-family: ProximaNova;
  font-weight: 400;
  font-size: 1.15rem;
}

p {
  font-family: ProximaNova;
  font-weight: 400;
}

a {
  font-family: ProximaNova;
  color: rgba(24, 109, 201, 1.0);
  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

a:hover,
a:focus {
  color:#186dc9;
}

a:active {
  color: rgba(64, 149, 241, 1.0);
}

h1 {
  color: #4a4a4a;
  font-family: ProximaNova-Black,sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
}

@media (max-width: 1024px) and (min-width: 320px) {
  h1 {
    font-size: 3.5rem;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 3.0rem;
  }
}



h2 {
  color: #4a4a4a;
  font-family: ProximaNova-Black,sans-serif;
  font-size: 3rem;
  font-weight: 600;
}

@media (max-width: 1024px) and (min-width: 320px){
  h2 {
    font-size: 2rem;
  }
}

h3 {
  color: #4a4a4a;
  font-family: ProximaNova-Black,sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

@media (max-width: 1024px) and (min-width: 320px) {
  h3 {
    font-size: 1.15rem;
  }
}

h4 {
  color: #4a4a4a;
  font-family: ProximaNova-Black,sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
}

@media (max-width: 1024px) and (min-width: 320px) {
  h4 {
    font-size: 0.9rem;
  }
}

h5 {
  color: #4a4a4a;
  font-family: ProximaNova-Black,sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

h6 {
  color: #4a4a4a;
  font-family: ProximaNova-Black,sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}







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

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

.hs-button,
.button--primary {
  background: -webkit-gradient(linear,left top,right top,color-stop(10%,rgba(25, 77, 184, 1.0)),color-stop(90%,rgba(20, 139, 222, 1.0)));
  background: linear-gradient(to right,rgba(25, 77, 184, 1.0) 10%,rgba(20, 139, 222, 1.0) 90%);
  border-color: rgba(255, 255, 255, 1.0);
  border-radius: 25px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #148bde;
  border-color: #148bde;
  color: #ffffff;
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(#null, 0.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(74, 74, 74, 1.0);
}

.hs-form legend {
  color: rgba(74, 74, 74, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(167, 167, 167, 0.5);
  color: rgba(74, 74, 74, 1.0);
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(167, 167, 167, 0.5);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}
.hs-search-module .hs-input {
  margin-bottom: 20px;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: ProximaNova;
}

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(24, 109, 201, 1.0);
  color: rgba(74, 74, 74, 1.0);
}

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

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

table,
tbody + tbody {
  border-color: rgba(24, 109, 201, 1.0);
}





.header {
  background-color: rgba(255, 255, 255, 0.0);
}

header.header.fixed,
.no-banner-page header.header{
  background-color: rgba(255, 255, 255, 1.0);
}


.header__container {
  max-width: 1440px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: rgba(255, 255, 255, 1.0);
}

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

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

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

.custom-menu-primary .hs-menu-wrapper > ul ul a{
  color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul ul a:hover,
.custom-menu-primary .hs-menu-wrapper > ul ul a:focus {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

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


.header section.switch-loc i{
  color: rgba(255, 255, 255, 1.0);
}

.header section.search-icon i{
  color: rgba(255, 255, 255, 1.0);
}

.header.fixed section.switch-loc i,
.no-banner-page .header section.switch-loc i{
  color: rgba(0, 0, 0, 1.0);
}

.header.fixed section.search-icon i,
.no-banner-page .header section.search-icon i{
  color: rgba(0, 0, 0, 1.0);
}



header.header section.localisations-block .localisations-list .box-header h6{
  color: rgba(255, 255, 255, 1.0);
}

section.localisations-block .localisations-list ul li a {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(74, 74, 74, 1.0);
}

section.localisations-block .localisations-list ul li a:hover{
  background-color: rgba(241, 239, 239, 1.0);
  color: rgba(74, 74, 74, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:after{
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.Practices > ul > li > ul > li > a:after,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul > li > a:after{
  background-color: rgba(255, 255, 255, 1.0);
}


@media(min-width:1025px){
  .header.fixed .custom-menu-primary .hs-menu-wrapper>ul>li>a:after,
  .no-banner-page  .custom-menu-primary .hs-menu-wrapper>ul>li>a:after{
    background-color: rgba(0, 0, 0, 1.0);
  }

  .header.fixed .custom-menu-primary .hs-menu-wrapper>ul>li>a,
  .no-banner-page  .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    color: rgba(0, 0, 0, 1.0);
  }
}






footer.footer{
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(20, 139, 222, 1.0)),to(rgba(29, 78, 180, 1.0)));
  background: linear-gradient(180deg,rgba(20, 139, 222, 1.0),rgba(29, 78, 180, 1.0));
}

.footer__container {
  max-width: 1440px;
}


footer.footer .l-copyright-container .block-copyright-block .copyright-block{
  color: rgba(255, 255, 255, 1.0);
}

footer.footer .l-copyright-container .block-copyright-block p{
  color: rgba(255, 255, 255, 1.0);
}

footer.footer .l-copyright-container .block-copyright-block p a{
  color: rgba(255, 255, 255, 1.0);
}

footer.footer .l-copyright-container .block-copyright-block p a:hover{
  color: rgba(255, 255, 255, 1.0);
}

section.footer-menu .menu-footer .hs-menu-wrapper>ul>li> a{
  color: rgba(255, 255, 255, 1.0);
}

footer.footer .l-copyright-container{
  color: rgba(20, 139, 222, 1.0);
}


.prefooter{
  background-color: rgba(29, 78, 180, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.prefooter section.footer-contact-block .footer-contact-block h6{
  color: rgba(255, 255, 255, 1.0);
}

.footer-contact-block p a{
  color: rgba(255, 255, 255, 1.0);
}

.footer-contact-block p a:hover{
  color: rgba(255, 255, 255, 1.0);
}

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

.footer-button-wrapper a:hover{
  color: rgba(255, 255, 255, 1.0);
}

article.social-teaser a i{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

article.social-teaser a{
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(255, 255, 255, 1.0);
}

article.social-teaser a i{
  color: rgba(255, 255, 255, 1.0);
}

article.social-teaser a:hover{
  background-color: rgba(255, 255, 255, 1.0);
}

article.social-teaser a:hover i{
  color: rgba(29, 78, 180, 1.0);
}











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











body .icon svg {
  fill: #4a4a4a;
}

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

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

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

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

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




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


/**** Multiple Select ****/
.ss-main {
  min-height: 45px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #dcdee2;
  padding: 0.5rem 1.2rem;
}

.ss-main .ss-values .ss-value .ss-value-delete {
  width: auto;
}

.ss-main .ss-values .ss-value .ss-value-delete svg {
  overflow: visible;
}