/* ******************************************************************************
*********************************************************************************
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: 1190px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}
.page-center {
  max-width: 1190px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; 
}

@media (max-width:1199px) {
  .dnd-section > .row-fluid {
    max-width: 960px;
  }
}
@media (max-width:991px) { 
  .dnd-section > .row-fluid {
    max-width: 720px;
  }
}
@media (max-width:768px) {
  .dnd-section > .row-fluid {
    max-width: 540px;
  }
}





html {
  font-size: 16;
}

body {
  font-family: myriad-pro;
  color: #212529;
  font-weight: 400;
  font-size: 16px;
}

p {
  font-family: myriad-pro;
  font-weight: 400
}

a {
  font-family: myriad-pro;
  color: rgba(0, 0, 0, 1.0);
}

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

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

h1 {
  color: #000000;
  font-family: myriad-pro-condensed;
  font-size: 60px;
  font-weight: 600;
}

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

h2 {
  color: #000000;
  font-family: myriad-pro-condensed;
  font-size: 55px;
  font-weight: 600;
}

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

h3 {
  color: #333333;
  font-family: myriad-pro-condensed;
  font-size: 48px;
  font-weight: 600;
}

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

h4 {
  color: #ffc325;
  font-family: myriad-pro-condensed;
  font-size: 24px;
  font-weight: 600;
}

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

h5 {
  color: #000000;
  font-family: myriad-pro-condensed;
  font-size: 22px;
  font-weight: 600;
}

h6 {
  color: #000000;
  font-family: myriad-pro-condensed;
  font-size: 20px;
  font-weight: 600;
}

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





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

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

.hs-button,
.button--primary {
  background-color: rgba(255, 195, 37, 1.0);
  border-color: rgba(255, 195, 37, 1.0);
  border-radius: 5px;
  border-width: 1px;
  color: rgba(0, 0, 0, 1.0);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 235, 77, 1.0);
  border-color: rgba(255, 235, 77, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

.hs-form label {
  color: rgba(33, 37, 41, 1.0);
}

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

form input,
form select,
form textarea,
.hs-input {
  border:1px solid;
  border-color: rgba(206, 212, 218, 1.0);
  color: ;
  border-radius: 4px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(128, 189, 255, 1.0);
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

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

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(238, 238, 238, 1.0);
  color: rgba(33, 37, 41, 1.0);
}

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

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

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





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

.header__container {
  max-width: 1190px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width:1199px) {
  .header__container {
    max-width: 960px;
  }
}
@media (max-width:991px) {
  .header__container {
    max-width: 720px;
  }
}
@media (max-width:768px) {
  .header__container {
    max-width: 540px;
  }
}


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

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: #FFFFFF;
}
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: #000000;
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: ;
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: #1A1A1A
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: #FFFFFF;
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #FFFFFF;
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: #181818;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
  background-color: ;
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: ;
}

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 .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  background-color: #FFFFFF;
  color: #181818;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: #000000;
  background-color: #FFFFFF;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: myriad-pro;
}

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

body .primarynav-menu a.active-branch {
  color: rgba(255, 255, 255, 1.0);
}
body .primarynav-menu .hs-menu-wrapper > ul > li.active-branch {
  background-color: rgba(0, 0, 0, 1.0);
}
body .primarynav-menu .hs-menu-wrapper > ul > li {
  background-color: rgba(#null, 0.0);
}
body .primarynav-menu .hs-menu-wrapper > ul > li:hover, 
body .primarynav-menu .hs-menu-wrapper > ul > li:focus { 
  background-color: rgba(26, 26, 26, 1.0);
}
body .primarynav-menu .hs-menu-wrapper > ul > li > a.active-branch {
  color: rgba(255, 255, 255, 1.0);
}

body .primarynav-menu .hs-menu-wrapper > ul > li > a.active-branch:after {
  background-color: rgba(255, 255, 255, 1.0);
} 

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

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

body .primarynav-menu .hs-menu-wrapper > ul ul li > a {
  color: rgba(24, 24, 24, 1.0);
}
body .navigation--wide .hs-menu-wrapper > ul ul li > a:hover {
  color: rgba(24, 24, 24, 1.0);
}
body .primarynav-menu .hs-menu-wrapper > ul ul li:hover > a {
  background-color: rgba(255, 255, 255, 1.0);
}
body .primarynav-menu .hs-menu-wrapper > ul ul li {
  background-color: rgba(#null, 0.0);
}
body header.header {
  border-color: rgba(255, 195, 37, 1.0);
}
body .primarynav-menu .hs-menu-wrapper > ul > li > a:before {
  background-color: rgba(255, 195, 37, 1.0);
}
body .utility-block .search-button-hdr svg {
  stroke: rgba(255, 255, 255, 1.0);
}
body button.mobile-trigger SVG {
  stroke: rgba(255, 255, 255, 1.0);
} 
body .utility-block .btn-location {
  color: rgba(229, 229, 229, 1.0);
}
body .utility-block a.btn-outline-primar {
  background-color: rgba(0, 0, 0, 1.0);
  color: rgba(255, 195, 37, 1.0);
  border-color: rgba(255, 195, 37, 1.0);
}
body .utility-block a.btn-outline-primar:hover {
  background-color: rgba(255, 195, 37, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 195, 37, 1.0);
}
body .utility-block a.btn-outline-primar svg {
  stroke: rgba(255, 195, 37, 1.0);
}
body .utility-block a.btn-outline-primar svg:hover {
  stroke: rgba(255, 255, 255, 1.0);
}
body .search_desktop .input-group-prepend button {
  color: rgba(255, 255, 255, 1.0);
}
body .mega-menu-primarynav { 
  background-color: rgba(255, 255, 255, 1.0);
}
body .primarynav-menu .hs-menu-wrapper>ul>li.hs-item-has-children:hover .mega-menu-primarynav { 
  border-color: rgba(130, 130, 130, 1.0);
}
body .mega-menu-inner>ul>li:last-child>a+ul>div>li:first-child>a+ul>li:nth-child(1)>a,
body .primarynav-menu li.SeedReps .mega-menu-inner>ul>li:last-child>a+ul>div>li>a+ul>li:first-child>a {
  color: rgba(24, 24, 24, 1.0);
}
body .primarynav-menu li.SeedReps .mega-menu-inner>ul>li:last-child>a+ul>div>li>a+ul>li:last-child>a,  
body .primarynav-menu li.SeedReps .mega-menu-inner>ul>li:last-child>a+ul>div>li>a+ul>li:last-child>a, 
body .primarynav-menu li.SeedReps .mega-menu-inner>ul>li:last-child>a+ul>div>li>a+ul>li:last-child span, 
.mega-menu-inner > ul > li:last-child > a + ul > div > li:first-child > a + ul > li:nth-child(2) > a {
  color: rgba(24, 24, 24, 1.0);  
}
body .mega-menu-inner>ul>li:last-child>a+ul>div>li:nth-child(2)>a+ul>li>a,
body .mega-menu-inner>ul>li:last-child>a+ul>div>li:nth-child(3)>a+ul>li>a {
  color: rgba(24, 24, 24, 1.0); 
}
body .mega-menu-inner>ul>li:last-child>a+ul>div>li:nth-child(2)>a+ul>li>a:hover,
body .mega-menu-inner>ul>li:last-child>a+ul>div>li:nth-child(3)>a+ul>li>a:hover {
  color: rgba(24, 24, 24, 1.0); 
}
body .mega-menu-inner>ul>li:last-child>a+ul>div>li:nth-child(2)>a+ul>li>a:hover,
body .mega-menu-inner>ul>li:last-child>a+ul>div>li:nth-child(3)>a+ul>li>a:hover {
  color: rgba(24, 24, 24, 1.0); 
}
body .mega-menu-inner>ul>li:last-child>a+ul>div>li:nth-child(2)>a+ul>li,
body .mega-menu-inner>ul>li:last-child>a+ul>div>li:nth-child(3)>a+ul>li {
  background-color: rgba(#null, 0.0);
  border-color: rgba(0, 0, 0, 0.25);
}
body .mega-menu-inner>ul>li:last-child>a+ul>div>li:nth-child(2)>a+ul>li:hover,
body .mega-menu-inner>ul>li:last-child>a+ul>div>li:nth-child(3)>a+ul>li:hover {
  background-color: rgba(255, 255, 255, 1.0);
}
body .mega-menu-inner>ul>li:last-child>a+ul>div>li:nth-child(2)>a+ul>li>a span:after,
body .mega-menu-inner>ul>li:last-child>a+ul>div>li:nth-child(3)>a+ul>li>a span:after, 
body .primarynav-menu li.SeedReps .mega-menu-inner>ul>li:last-child>a+ul>div>li>a+ul>li:first-child>a span:after {
  border-color: rgba(0, 0, 0, 1.0);
}
body .mega-menu-inner>ul>li:last-child>a+ul>div>li:nth-child(2)>a+ul>li>a svg,
body .mega-menu-inner>ul>li:last-child>a+ul>div>li:nth-child(3)>a+ul>li>a svg {
  stroke: rgba(196, 196, 196, 1.0); 
}
body .mega-menu-inner>ul>li:last-child>a+ul>div>li:nth-child(2)>a+ul>li>a:hover svg,
body .mega-menu-inner>ul>li:last-child>a+ul>div>li:nth-child(3)>a+ul>li>a:hover svg {
  stroke: rgba(0, 0, 0, 1.0); 
}
body .global-site-menu main span > div > ul > li:nth-child(1) > a + ul > li > a {
  color: rgba(0, 0, 0, 1.0); 
}
body .global-site-menu main span > div > ul > li:nth-child(1) > a + ul > li > a:hover {
  color: rgba(0, 0, 0, 1.0); 
}
body .global-site-menu main span > div > ul > li:nth-child(2) > a + ul > li > a {
  color: rgba(#null, 0.0); 
}
body .global-site-menu main span > div > ul > li:nth-child(2) > a + ul > li > a:hover {
  color: rgba(#null, 0.0); 
}

body .global-site-menu main span > div > ul > li:nth-child(2) > a + ul > li > a + ul > li > a,
body .global-site-menu main span > div > ul > li:nth-child(1) > a + ul > li > a + ul > li > a {
  color: rgba(0, 0, 0, 1.0); 
}
body .global-site-menu main span > div > ul > li:nth-child(2) > a + ul > li > a + ul > li > a:hover,
body .global-site-menu main span > div > ul > li:nth-child(1) > a + ul > li > a + ul > li > a:hover {
  color: rgba(0, 0, 0, 1.0); 
}
body .global-site-menu .menu_form .input-groups form button svg {
  stroke: rgba(#null, 0.0); 
}
body .global-site-menu .menu_utility button.btn-link svg {
  stroke: rgba(#null, 0.0); 
}
body .global-site-menu .menu_form .input-groups form input {
  border-color: rgba(#null, 0.0); 
}
body .global-site-menu main span > div > ul > li:nth-child(1) > a + ul > li > a + ul:before {
  background-color: rgba(255, 195, 37, 1.0); 
}
body .modal-customize-experience .modal-dialog > div {
  background-color: rgba(255, 255, 255, 1.0); 
}
body .modal-customize-experience .col-lg-9 > div h2 {
  color: rgba(24, 24, 24, 1.0); 
}
body .modal-customize-experience .sidebar-block h3 {
  color: rgba(0, 0, 0, 1.0); 
}
body .modal-customize-experience .sidebar-block p {
  color: rgba(133, 133, 133, 1.0); 
}
body .modal-customize-experience button.close {
 color: rgba(0, 0, 0, 0.5); 
}
body .modal-customize-experience button.close:hover {
 color: rgba(0, 0, 0, 1.0); 
}





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

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




.footer.footer {
  background-color: rgba(0, 0, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.footer a {
  color: rgba(196, 196, 196, 1.0);
}
.footer a:hover {
  color: rgba(196, 196, 196, 1.0); 
}
body footer.footer {
  border-color: rgba(255, 195, 37, 1.0);
}
body footer .col-lg-9 .col-md h3, footer .col-lg-9 .col-md.last_col ul > li > a {
  color: rgba(255, 255, 255, 1.0); 
}
body footer .row:last-child .col ul > li > a {
  color: rgba(196, 196, 196, 1.0); 
}
body footer .row:last-child .col ul > li > a:hover {
  color: rgba(196, 196, 196, 1.0); 
}

 




.footer__container {
  max-width: 1190px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width:1199px) {
  .footer__container {
    max-width: 960px;
  }
}
@media (max-width:991px) { 
  .footer__container {
    max-width: 720px;
  }
}
@media (max-width:768px) {
  .footer__container {
    max-width: 540px;
  }
}





.content-wrapper {
  max-width: 1190px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width:1199px) {
  .content-wrapper {
    max-width: 960px;
  }
}
@media (max-width:991px) {
  .content-wrapper {
    max-width: 720px;
  }
}
@media (max-width:768px) {
  .content-wrapper {
    max-width: 540px;
  }
}
.blog-post__date {
  border-color: #212529;
}

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

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

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

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

.blog-pagination__link {
  color: #212529;
}

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

.blog-post__title {
  color: #000000;
  font-family:myriad-pro-condensed;
  font-size: 55px;
  font-weight: ;
}

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

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

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




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