







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 6em 0px;
}
@media only screen and (max-width: 992px) {
  .dnd-section {
    padding-bottom: 3.99999999996em;
    padding-top: 3.99999999996em;
  }
}
@media only screen and (max-width: 767px) {
  .dnd-section {
    padding-bottom: 3.0em;
    padding-top: 3.0em;
  }
}

.dnd-section > .row-fluid {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}
 
.content-wrapper,
.page-center,
.footer__container{
  max-width: 1600px;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .content-wrapper,
  .page-center,
  .footer__container {
    max-width: 90%;
    width: 90%;
  }
}
@media only screen and (max-width: 992px) {
  .content-wrapper,
  .page-center,
  .footer__container {
    max-width: 100%;
    width: 100%;
  }
}




html {
  font-size: 18px; 
}
@media only screen and (max-width: 1700px) {
  html {
    font-size: 16.99999999992px; 
  }
}
@media only screen and (max-width: 1500px) {
  html {
    font-size: 14.99999999994px; 
  }
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 13.99999999986px; 
  }
}
@media only screen and (max-width: 1300px) {
  html {
    font-size: 12.99999999996px; 
  }
}
@media only screen and (max-width: 1100px) {
  html {
    font-size: 11.99999999988px; 
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 13.99999999986px; 
  }
}
@media only screen and (max-width: 992px) {
  html {
    font-size: 12.99999999996px; 
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 16.99999999992px; 
  }
}
body {
  font-size: 18px;
  line-height: 30px;
  color: #2C2C2C;
  font-weight: 400;
  font-family: Titillium, sans-serif;
  background-color: #222222;
  -webkit-font-smoothing: antialiased;
}

/* Anchors */

a {
  color: #FF9E00;
}



/* Headings */

h1 {
  font-family: Titillium, sans-serif;
  font-size: 4.5px;
  color: #2C2C2C;
  font-weight: 600;
}

h2 {
  font-family: Titillium, sans-serif;
  font-size: 3.5px;
  color: #2C2C2C;
  font-weight: 600;
}

h3 {
  font-family: Titillium, sans-serif;
  font-size: 2.5px;
  color: #2C2C2C;
  font-weight: 600;
}

h4 {
  font-family: Titillium, sans-serif;
  font-size: 3px;
  color: #2C2C2C;
  font-weight: 600;
}

h5 {
  font-family: Titillium, sans-serif;
  font-size: 1.7px;
  color: #2C2C2C;
  font-weight: 600;
}

h6 {  
  font-family: Titillium, sans-serif;
  font-size: 1px;
  color: #272828;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.5999999999649996em; 
  }
  h2 {
    font-size: 1.99999999997em; 
  }
  h3 {
    font-size: 1.4000000000000001em; 
  }
  h4 {
    font-size: 1.7999999999999998em; 
  }
  h5 {
    font-size: 1.199999999998em; 
  }
  h6 {
    font-size: 0.9em; 
  }
}
/* Blockquote */

blockquote {
  border-left-color: #FF9E00;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(255, 158, 0, 1.0)

;
  border: 0px solid #FF9E00;
  border-radius: 5px;
  color: #ffffff;
  padding: 10px 30px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(215, 118, 0, 1.0);
  border-color: #d77600;
  color: #ffffff;
}

button:active,
.button:active {
  background-color: rgba(255, 198, 40, 1.0);
  border-color: #ffc628;
  color: #ffffff;
}





form,
.submitted-message {
  color: #2C2C2C;
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #222222;
}

/* Form label */

form label {
  color: #222222;
  font-size: 14px;
}

ul.no-list.hs-error-msgs.inputs-list {
  margin-left: 0px;
}

/* Form help text */

form legend {
  color: #222222;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea, #hs-pwd-widget-password {
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(210, 210, 210, 1.0);
  background-color: rgba(70, 70, 70, 1.0);
  font-size: 18px;
  font-weight: 400;
  font-family: Titillium,sans-serif;
  line-height: 30px;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: rgba(210, 210, 210, 1.0);
}
/* Form placeholder text */

/* form checkbox */
ul.inputs-list.multi-container {
/*   SA Dev - July 6, 2022 - remove the style below */
/*   margin-left: 12px; */ 
  margin-bottom: 0px;
  position: relative;
}

li.hs-form-checkbox label,
li.hs-form-booleancheckbox label {
  display: block;
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  user-select: none;
}

li.hs-form-checkbox input,
li.hs-form-booleancheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

li.hs-form-checkbox span,
li.hs-form-booleancheckbox span {
  position: relative;
}

li.hs-form-checkbox span:before,
li.hs-form-booleancheckbox span:before {
  display: none;
  position: absolute;
  content: "";
  top: 6px;
  left: -25px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: white;
  z-index: 1;
}

li.hs-form-checkbox input:checked ~ span:before,
li.hs-form-booleancheckbox input:checked ~ span:before {
  background: #FF9E00;
  display: block;
}

li.hs-form-checkbox input:checked ~ span:after,
li.hs-form-booleancheckbox input:checked ~ span:after {
  background: #FF9E00;
  display: block;
}

li.hs-form-checkbox span:after,
li.hs-form-booleancheckbox span:after {
  background-color: #FFFFFF;
  border: 1px solid rgba(208, 208, 208, 0.28);
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  display: block;
  top: 0;
  left: -35px;
  z-index: 0;
  border-radius: 3px;
}


.hs-fieldtype-date .input .hs-dateinput:before {
  color: #2C2C2C;
}

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(255, 158, 0, 1.0)

;
  border: 0px solid #FF9E00;
  border-radius: 5px;
  color: #ffffff;
  padding: 10px 30px;
  font-family: Titillium, sans-serif;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 158, 0, 1.0);
  color: rgba(36, 36, 36, 1.0);
}


form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(0, 98, 204, 1.0);
  border-color: rgba(0, 98, 204, 1.0);
  color: #ffffff;
}

form label.hs-error-msg {
  font-size: 14px;
}






table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-color: #ffffff;
}

th,
td {
  border-color: #ffffff;
  color: #2c2c2c;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(244, 244, 244, 1.0)

;
  border-bottom-color: #ffffff;
  color: #2c2c2c;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #2c2c2c;
}





.site-header {
  background-color: 

  
  
    
  


  rgba(41, 41, 41, 1.0)

;
  border-color: rgba(255, 255, 255, 0.5);
}
.site-header.solid,
.no-banner .site-header{
  background-color: rgba(34, 34, 34, 1.0);
}
.custom-menu-primary ul.submenu.level-1 > li > a{
  color: rgba(255, 255, 255, 1.0);
}

/* .custom-menu-primary  ul.submenu.level-1 > li:hover>a, */
.main-nav .navigation-primary.main-menu ul.submenu.level-1>li:hover a,
.custom-menu-primary  ul.submenu.level-1 > li:hover > a.active-item {
  color: rgba(255, 158, 0, 1.0);
  background-color: rgba(34, 34, 34, 0.0);
}

.custom-menu-primary  ul.submenu.level-1 > li > a.active-item {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(34, 34, 34, 0.0);
}

.custom-menu-primary .submenu.level-2 {
  background-color: rgba(34, 34, 34, 1.0);
  border-color: rgba(103, 103, 103, 1.0);
  border-top-color: rgba(255, 158, 0, 1.0);
}

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

.custom-menu-primary .submenu.level-2 > li > a:hover,
.custom-menu-primary .submenu.level-2 > li > a.active-item:hover{
  color: rgba(255, 158, 0, 1.0);
  background-color: rgba(34, 34, 34, 0.0);
}

.custom-menu-primary .submenu.level-2 > li.active-branch > a,
.custom-menu-primary .submenu.level-2 > li > a.active-item{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(34, 34, 34, 0.0);
}
.custom-menu-primary .submenu.level-1 > li.contact-us > a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 158, 0, 1.0);
}

/* remove !important after new header was published */
.custom-menu-primary .submenu.level-1 > li.contact-us:hover > a {
  color: rgba(36, 36, 36, 1.0) !important;
  background-color: rgba(255, 255, 255, 1.0) !important;
}
.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(41, 41, 41, 1.0)

;
}

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

.header__language-switcher-label-current:after {
  border-top-color: #ffffff;
}

/* [SA Dev 7/8/22] update from 767 to 1000px */
@media(max-width: 1000px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(41, 41, 41, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #ffffff;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: rgba(44, 44, 44, 1.0);
}
.footer h7 {
  color: rgba(44, 44, 44, 1.0);
}
.footer .hs-menu-wrapper ul li a {
  color: rgba(39, 40, 40, 1.0);
}
.footer .hs-menu-wrapper ul li a:hover {
  color: rgba(34, 34, 34, 1.0);
}
.footer__copyright {
  color: rgba(0, 0, 0, 0.25);
}




/* Blog Header */

.blog-header {
 
}

/* Blog Listing */

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(80, 0, 0, 0.10);
}

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

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

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

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

.blog-pagination__link {
  color: #2C2C2C;
}

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

.blog-post__title {
  color: #2C2C2C;
  font-family:Titillium;
  font-size: 4.5px;
  font-weight: 600;
}

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

#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);
}

/*             Blog Grid Listing and Post styles            */



.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #ffffff;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #ffffff;
}

.blog-index__post-content--small h2 {
  font-size: 2.5px;
}

.blog-index__post-content a {
  color: #2C2C2C;
}

.blog-post__read-more svg {
  fill: #2C2C2C;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(80, 0, 0, 0.10);
}

.blog-sidebar a {
  color: #2C2C2C;
}

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(238, 240, 242);
}

.post-featured-image {
  max-height: 600px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(80, 0, 0, 0.10);
}

.blog-post__meta a {
  color: #2C2C2C;
}

.blog-post__meta a:hover {
  color: #ffffff;
}

.blog-post__links-container {
  border-top:  2px solid rgb(235, 138, 0);
}

.blog-post__back-to-blog {
  color: #2C2C2C;
}

.blog-post__back-to-blog svg {
  fill: #2C2C2C;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(235, 138, 0) !important;
}

.comment.depth-1 {
  border-left: 2px solid rgb(235, 138, 0);
}

.section.post-footer .hs-input {
  border-color: rgb(235, 138, 0);
}

.blog-recent-posts {
  background-color: rgb(238, 240, 242);
}











.card__price {
  font-family: Titillium
    font-size: 2.5px;
  color: #2C2C2C;
  font-weight: 600
}