







/* 1a. Containers */




/* 1b. Colors */






/* 1c. Typography */




/* Body Text */







/* Heading One */








/* Heading Two */








/* Heading Three */








/* Heading Four */








/* Heading Five */








/* Heading Six */








/* Anchor */







/* 1d. Buttons */

/* General Button */






/* Dark Button Filled and Outlined */


























/* Dark Button Filled */












/* 1e. Forms */








































/* 1f. Tables */













/* 1g. Website header */





















/* 1h. Website footer */






























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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 3em 1em;
}
@media screen and (max-width:991px) {
  .dnd-section,
.content-wrapper--vertical-spacing {
  padding: 1em 1em;
}
}

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

.default-padding {
  padding-top: 5%;
  padding-right: 10%;
  padding-bottom: 5%;
  padding-left: 10%;
}


.no-padding {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.no-sidepadding {
  padding-top: 3em;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 3m;
}

.small-padding {
  padding-top: 5%;
  padding-right: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
}


.large-padding {
  padding-top: 10%;
  padding-right: 15%;
  padding-bottom: 10%;
  padding-left: 15%;
}

@media screen and (max-width:991px) {
 .default-padding, .small-padding, .large-padding {
  padding-top: 3em;
  padding-right: 1em;
  padding-bottom: 2em;
  padding-left: 1em;
} 
}





body {
  background-color: #FFFFFF;
}

/* Paragraphs */

body, html,p {
  font-family: Quicksand, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.1px;
  line-height: 26px;
}

/* Anchors */

a {
  font-weight: 600; text-decoration: none; font-family: 'Courier Prime', monospace; font-style: normal;
  font-size: 16px;
  color: #FFA500;
  line-height: 24px;
}

a:not(.st-btn):hover,
a:not(.st-btn):focus {
  font-weight: 600; text-decoration: none; font-family: 'Courier Prime', monospace; font-style: normal;
  color: #FFA500;
  line-height: 24px;
}

a:not(.st-btn):active {
  font-weight: 600; text-decoration: none; font-family: 'Courier Prime', monospace; font-style: normal;
  color: #FFA500;
  line-height: 24px;
}

/* Headings */

h1 {
  font-family: Caveat, cursive; font-style: normal; font-weight: normal; text-decoration: none;
  color: #030303;
  font-size: 60px;
  letter-spacing: 0px;
  line-height: 60px;
  text-transform: none;
}

h2 {
  font-family: 'Courier Prime', monospace; font-style: normal; font-weight: normal; text-decoration: none;
  color: #030303;
  font-size: 32px;
  letter-spacing: 0.5px;
  line-height: 40px;
  text-transform: none;
}

h3 {
  font-weight: normal; text-decoration: none; font-family: 'Courier Prime', monospace; font-style: normal;
  color: #030303;
  font-size: 24px;
  letter-spacing: -0.5px;
  line-height: 32px;
  text-transform: none;
}

h4 {
  font-weight: normal; text-decoration: none; font-family: 'Courier Prime', monospace; font-style: normal;
  color: #030303;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-transform: none;
}

h5,
.st-card__title a,
.st-team-card__name a,
.st-communication-preferences .header {
  font-weight: normal; text-decoration: none; font-family: 'Courier Prime', monospace; font-style: normal;
  color: #030303;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-transform: none;
}

h6,
.systems-page .success {
  font-weight: 700; text-decoration: none; font-family: 'Courier Prime', monospace; font-style: normal;
  color: #030303;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  text-transform: none;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 90px;
    line-height: 88px;
  }

  h2 {
    font-size: 48px;
    line-height: 56px;
  }

  h3 {
    font-size: 40px;
    line-height: 43px;
  }

  h4 {
    font-size: 32px;
    line-height: 35px;
  }

  h5,
  .st-card__title a,
  .st-team-card__name a,
  .st-communication-preferences .header {
    font-size: 24px;
    line-height: 26px;
  }

  h6,
  .systems-page .success {
    font-size: 20px;
    line-height: 24px;
  }

  body, html,p {
    font-size: 18px;
    line-height: 28px;
  }
}


.brilla-cursive-h {
  font-family: 'Waiting for the Sunrise', cursive;
  font-style: normal;
  color: #030303;
  font-weight: 700;
}
 
.brilla-cursive-body {
 font-weight: 400;
  text-decoration: none;
  font-family: 'Shadows Into Light Two', cursive;
  font-style: normal;
  color: #53535B; 
}

/* Blockquote */

blockquote {
  background: #F8FAFC;
}





.st-btn {
  padding-top: 9px;
padding-right: 20px;
padding-bottom: 9px;
padding-left: 20px;

  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  box-shadow: 8px 8px 0 0 #020202;
}

/*Link style button */
.st-btn.st-btn--link {
  padding: 10px 10px 10px 0px;
  color: #FFA500;
  background-color: rgba(255,255,255,0);
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  box-shadow: none;
}

/* Dark Button Filled */

.st-btn.st-btn--filled-dark {
  font-family: 'Shadows Into Light Two', cursive; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px solid #000000;
;
  background-color: #FFA500;
  color: #000000;
 
}

.st-btn.st-btn--filled-dark svg path {
  fill: #000000;
}

.st-btn.st-btn--filled-dark:hover {
  border: 1px solid #000000;
;
  background-color: #014B53;
  color: #000000;
}

.st-btn.st-btn--filled-dark:hover svg path {
  fill: #000000;
}

.st-btn.st-btn--filled-dark:focus,
.st-btn.st-btn--filled-dark:active {
  border: 1px solid #000000;
;
  background-color: #FFFFFF;
  color: #FFA500;
}

.st-btn.st-btn--filled-dark:focus svg path,
.st-btn.st-btn--filled-dark:active svg path {
  fill: #FFA500;
}

/* Animation */
.st-btn.st-btn--filled-dark.st-btn-animation:hover::before {
  background-color: #014B53;
}

.st-btn.st-btn--filled-dark.st-btn-animation:hover {
  background-color: unset;
  color: #000000;
}
/* Dark Button Outlined */

.st-btn.st-btn--outlined-dark {
  font-family: 'Shadows Into Light Two', cursive; font-style: normal; font-weight: normal; text-decoration: none;
  border: 2px solid #000000;
;
  background-color: rgba(255, 255, 255, 0%);
  color: #000000;
  box-shadow: 6px 8px 0 -0 #020202;
}

.st-btn.st-btn--outlined-dark svg path {
  fill: #000000;
}

.st-btn.st-btn--outlined-dark:hover {
  border: 1px solid #FFA500;
;
  background-color: #FFA500;
  color: #FFA500;
}

.st-btn.st-btn--outlined-dark:hover svg path {
  fill: #FFA500;
}

.st-btn.st-btn--outlined-dark:focus,
.st-btn.st-btn--outlined-dark:active {
  border: 1px solid #FFA500;
;
  background-color: #FFA500;
  color: #FFFFFF;
}

.st-btn.st-btn--outlined-dark:focus svg path,
.st-btn.st-btn--outlined-dark:active svg path {
  fill: #FFFFFF;
}

/* Animation */
.st-btn.st-btn--outlined-dark.st-btn-animation:hover::before {
  background-color: #FFA500;
}

.st-btn.st-btn--outlined-dark.st-btn-animation:hover {
  background-color: unset;
  color: #FFA500;
}
/* Light Button Filled  */

.st-btn.st-btn--filled-light {
  font-family: 'Shadows Into Light Two', cursive; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px solid #FFA500;
;
  background-color: #FFFFFF;
  color: #FFA500;
  
}

.st-btn.st-btn--filled-light svg path {
  fill: #FFA500;
} 

.st-btn.st-btn--filled-light:hover {
  border: 1px solid #FFA500;
;
  background-color: #FFA500;
  color: #FFFFFF;
}

.st-btn.st-btn--filled-light:hover svg path {
  fill: #ffffff;
} 

.st-btn.st-btn--filled-light:active, 
.st-btn.st-btn--filled-light:focus {
  border: 1px solid #FFA500;
;
  background-color: #FFA500;
  color: #FFFFFF;
}

.st-btn.st-btn--filled-light:active svg path, 
.st-btn.st-btn--filled-light:focus svg path {
  fill: #FFFFFF;
}

/* Animation */
.st-btn.st-btn--filled-light.st-btn-animation:hover::before {
  background-color: #FFA500;
}

.st-btn.st-btn--filled-light.st-btn-animation:hover {
  background-color: unset;
  color: #ffffff;
}





/* Form */

form {
  border: 1px none #BCBCBC;

  padding: 20px;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 8px;
 
}

.st-form .st-form--form {
  border-radius: 8px;
}

.form-title + div > form,
.st-form--form > span > .form-title + div > form {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.form-title + div > form,
.st-form--form > span > .form-title + div > form {
  border-radius: 0 0 8px 8px;
}

/* Form title */

.form-title {
  border: 1px none #ffffff;

  padding: 20px;

  font-family: 'Courier Prime', monospace; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #030303;
  font-size: 32px;
  letter-spacing: 0.5px;
  line-height: 35px;
  text-transform: none;
}

/* Labels */

form label {
  padding: 0px;

  font-family: Quicksand, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.1px;
  line-height: 28px;
  text-transform: none;
}

/* Help text */

form legend {
  font-family: Quicksand, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #000000;
  font-size: 14px;
}

/* Form fields */

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='search'],
form select,
form textarea {
  border: 1px solid #000000;

  padding: 12px;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #000000;
   border:none;
  border-bottom: 2px solid black;
   
}

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='search']:focus,
form select:focus,
form textarea:focus {
  border-color: #FFA500;
}


/* Form fields - placeholders */

::-webkit-input-placeholder {
  color: #000000;
}

::-moz-placeholder {
  color: #000000;
}

:-ms-input-placeholder {
  color: #000000;
}

:-moz-placeholder {
  color: #000000;
}

::placeholder {
  color: #000000 !important;
}

/* Form fields - date picker */

form .hs-dateinput:before {
  right: 12px;
}

form .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(255, 165, 0, 1.0)

;
  color: #ffffff;
}

form td.is-today .pika-button {
  color: #FFA500;
}

form .is-selected .pika-button {
  background-color: #ffffff;
  color: #FFA500;
}

form .pika-button:hover {
  background-color: #FFA500 !important;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: Quicksand, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #000000;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: Quicksand, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #000000;
  font-size: 14px;
}

/* Submit button */

form input[type=submit],
form .hs-button,
form .hs-button.primary {
  border: 1px solid #000000;

  font-family: 'Shadows Into Light Two', cursive; font-style: normal; font-weight: normal; text-decoration: none;
  padding-top: 9px;
padding-right: 20px;
padding-bottom: 9px;
padding-left: 20px;

  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  background: #FFA500;
  color: #000000;
}

form input[type=submit]:hover,
form .hs-button:hover,
form .hs-button.primary:hover {
  border: 1px solid #000000;

  background: #014B53;
  color: #000000;
}

body form input[type=submit]:focus,
body form .hs-button:focus,
form input[type=submit]:active,
form .hs-button:active {
  border: 1px solid #000000;
;
  background-color: #FFFFFF;
  color: #FFA500;
}

.hs-error-msg {
  padding-top: 10px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;

  font-family: Quicksand, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #DB524E;
  font-size: 18px;
  letter-spacing: 0.1px;
  line-height: 28px;
  text-transform: none;
}

.hs-error-msgs .hs-main-font-element {
  color: #DB524E;
}

.hs-form .hs-input[type="radio"]:checked:before,
.hs-form .hs-input[type=checkbox]:checked {
  background: #FFA500;
}

.hs-form .hs-input[type="radio"]:checked {
  border-color: #FFA500;
}

.hs-form .hs-input[type=checkbox]:checked {
  border: 1px solid #FFA500;
}






/* Table */

table {
  border: 1px solid #FFA500;
;
}

/* Table cells */

tbody td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

th,
td {
  border: 1px solid #FFA500;

  padding: 10px;
;
  color: #FFA500;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(255, 165, 0, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #FFA500;
}







.theme-shadow {
 box-shadow: 8px 8px 0px 0px rgba(0,0,0,1);
-webkit-box-shadow: 8px 8px 0px 0px rgba(0,0,0,1);
-moz-box-shadow: 8px 8px 0px 0px rgba(0,0,0,1);
}

.theme-border {
 border: 1px solid rgba(0,0,0,1);
}

.theme-corner {
 border-radius: 6px;
}





.header,
.st-header {
  background-color: rgba(255, 255, 255,100%);
}

.header .content-wrapper {
 max-width: 100%;
  padding: 0 10%;
}

@media screen and (min-width: 992px) and (max-width:1390px) {
  .header .content-wrapper {
 max-width: 100%;
  padding: 0 2em;
}
}

@media screen and (max-width:991px) {
  .header .content-wrapper {
 max-width: 100%;
  padding: 0 1em;
}
}

.header__top {
  background: ;
}

/* Menu items */
.header .menu__link {
  font-family: Quicksand, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  text-transform: none;
}

/* Menu items - top level */

.header .menu__item--depth-1 > .menu__link:not(.st-btn),
.header .menu__link {
  color: #232323;
}

.header .menu__submenu .menu__item .menu__child-toggle-icon {
  border-bottom-color: #232323;
  border-right-color: #232323;
}

.header .menu__item--depth-1:hover>.menu__child-toggle .menu__child-toggle-icon,
.header .menu__item--depth-1:focus>.menu__child-toggle .menu__child-toggle-icon {
  border-bottom-color: #030303;
  border-right-color: #030303;
}

.header .menu__item--depth-1:hover > .menu__link,
.header .menu__item--depth-1:focus > .menu__link {
  font-family: Quicksand, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #030303;
}

.header .menu__item--depth-1 > .menu__link:active,
.header .menu__item--depth-1 > .menu__link.menu__link--active-link {
  font-family: Quicksand, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #030303;
}


/* Menu items - submenus */

.header .menu .menu__wrapper .menu__submenu .menu__item .menu__link,
.header .hs-menu-item a {
  color: #232323;
}

.header .menu__item--depth-1>.menu__child-toggle .menu__child-toggle-icon,
.header .menu__item--depth-2>.menu__child-toggle .menu__child-toggle-icon {
  border-bottom: 2px solid #232323;
  border-right:  2px solid #232323;
}

.header .menu .menu__wrapper .menu__submenu .menu__item .menu__child-toggle-icon {
  border-bottom-color: #232323;
  border-right-color: #232323;
}

.header .menu .menu__wrapper .menu__submenu .menu__item:hover .menu__child-toggle-icon,
.header .menu .menu__wrapper .menu__submenu .menu__item:focus .menu__child-toggle-icon {
  border-bottom-color: #030303;
  border-right-color: #030303;
}

.header .menu .menu__wrapper .menu__submenu .menu__link:hover,
.header .menu .menu__wrapper .menu__submenu .menu__link:focus {
  font-family: Quicksand, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #030303;
}

.header .menu .menu__wrapper .menu__submenu .menu__item .menu__link.menu__link--active-link {
  color: #030303;
  background-color: ;
}

/* Language switcher */

.header .header__language-switcher-label-current {
  ;
  color: ;
  font-size: px;
  line-height: px;
  text-transform: ;
}

.header .ac-lang-switcher:hover .header__language-switcher-label-current,
.header .ac-lang-switcher:focus .header__language-switcher-label-current {
  ;
  color: ;
}

/* Language switcher - submenu */

.header .ac-lang-switcher .lang_list_class {
  background-color: #FFFFFF;
}

.header .st-lang-switcher .lang_list_class a:not(.st-btn) {
  color:#232323;
  font-size: 14px;
  line-height: 22px;
}

.header .st-lang-switcher .lang_list_class a:hover,
.header .st-lang-switcher .lang_list_class a:focus {
  background-color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
  color: #030303;
}

.header .st-lang-switcher .lang_list_class a:active {
  background-color: #FFFFFF;
  color: #030303;
}

.header .menu .menu__wrapper .menu__submenu {
  background-color: #ffffff;
}

.header .menu .menu__wrapper .menu__submenu .menu__link:hover,
.header .menu .menu__wrapper .menu__submenu .menu__link:focus {
  background-color: #FFFFFF;
}

@media only screen and (min-width: 768px) {

  .header .menu__link {
    font-size: 18px;
    line-height: 24px;
  }

  .header .menu__item--depth-1>.menu__child-toggle .menu__child-toggle-icon,
  .header .menu__item--depth-2>.menu__child-toggle .menu__child-toggle-icon {
    border-bottom-color: #232323;
    border-right-color:  #232323;
  }

  .header .menu .menu__wrapper .menu__submenu .menu__item .menu__child-toggle-icon {
    border-bottom-color: #232323;
    border-right-color: #232323;
  }

  .header .menu .menu__wrapper .menu__submenu .menu__item:hover .menu__child-toggle-icon {
    border-bottom-color: #030303;
    border-right-color: #030303;
  }

  .header .header__language-switcher-label-current {
    font-size: ;
    line-height: px;
  }

  .header .st-lang-switcher .lang_list_class a:not(.st-btn) {
    font-size: 14px;
    line-height: 24px;
  }

  .header .menu__item--depth-1:after, .header .menu__item--depth-1:before {
    background-color: #FFA500;
  }
}






/* Footer Background  */

.footer {
  background: rgba(1, 75, 83,1.0);
}

/* Footer Heading */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  font-family: 'Courier Prime', monospace; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

/* Footer text */

.footer p,
.footer li:not(.menu__item),
.footer blockquote,
.footer a:not(.menu__link) {
  font-family: 'Waiting for the Sunrise', cursive; font-style: normal; font-weight: normal; text-decoration: none;
  color: #fafafa;
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
}

/* Footer menu */

.footer nav a,
.footer .menu__link {
  font-family: Quicksand, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

.footer nav a:hover,
.footer nav a:focus,
.footer .menu__link:hover,
.footer .menu__link:focus {
  color: #ffffff;
}

.footer nav a:active,
.footer .menu__link:active {
  color: #ffffff;
}

.footer nav .active > a,
.footer .menu__link .active > a {
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .footer h1,
  .footer h2,
  .footer h3,
  .footer h4,
  .footer h5,
  .footer h6 {
    font-size: 28px;
    line-height: 24px;
  }

  .footer p,
  .footer li,
  .footer blockquote,
  .footer a:not(.menu__link) {
    font-size: 24px;
    line-height: 28px;
  }

  .footer nav a,
  .footer .menu__link {
    font-size: 18px;
    line-height: 24px;
  }
}







.st-blog-detail,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

@media only screen and (max-width: 767px){
  .st-blog-detail,
  .blog-header__inner,
  .blog-related-posts {
    padding: 40.0px 0;
  }
}
/* Blog post */

.blog-post__meta a,
.blog-post__timestamp,
.st-blog-detail__sidebar-tags > li > a,
.st-blog-detail__sidebar-post > li > a {
  color: #000000;
}


/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-family: 'Courier Prime', monospace; font-style: normal; font-weight: normal; text-decoration: none;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #030303;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #000000;
}

.blog-related-posts__title-link:active {
  color: #2b2b2b;
}

.blog-related-posts__image {
  border-radius: 16px;
}

/* Blog comments */

.blog-comments {
  /*   margin-bottom: 80px; */
}

#comments-listing .comment-reply-to {
  color: #FFA500;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #d77d00;
}

#comments-listing .comment-reply-to:active {
  color: #ffcd28;
}

.blog-post__body,
.blog-post__body p {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 26px;
}

.blog-post__body img {
  border-radius: 16px;
}


@media only screen and (min-width: 768px) {
  .blog-post__body,
  .blog-post__body p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 26px;
  }
}





.st-subscription-confirmation .page-header h2,
.st-communication-preferences h2 {
  color: #FFA500;
}

.st-search__keyword span {
  color: #FFA500;
}

.st-search-results .hs-search-results__listing li a {
  color: #030303;
}

.st-search-results .hs-search-results__listing li a:hover {
  color: #FFA500;
}

.st-search-results .hs-search-results__pagination a {
  ;
  color: #FFA500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.backup-unsubscribe input[type=email] {
  border: 1px solid #000000;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #000000;
}

.hs-search-highlight {
  color: #FFA500;
}






/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-family: 'Courier Prime', monospace; font-style: normal; font-weight: normal; text-decoration: none;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #030303;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #000000;
}

.blog-index__post-title-link:active {
  color: #2b2b2b;
}

.blog-index__post-tag,
.blog-index__post-author-name,
.blog-index__post-tag:hover,
.blog-index__post-author-name:hover {
  color: #000000;
}

.st-blog__sidebar .hs-highlight-title,
.st-blog-detail__sidebar .hs-highlight-title  {
  color: #FFA500;
  font-weight: 600;
}

.st-blog-detail__sidebar-tags > li > a:hover,
.st-blog-detail__sidebar-post > li > a:hover {
  color: #FFA500
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #000000;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #000000;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #282828;
}

.pagination__link-icon svg {
  fill: #000000;
}

/* Pricing card */

.card__price {
  font-weight: normal; text-decoration: none; font-family: 'Courier Prime', monospace; font-style: normal;
  color: #030303;
  font-size: 40px;
}

.card__body svg {
  fill: #FFA500;
}

/* Social follow */

.social-links__icon {
  background-color: #FFA500;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #d77d00;
}

.social-links__icon:active {
  background-color: #ffcd28;
  font-weight: normal; text-decoration: none; font-family: 'Courier Prime', monospace; font-style: normal;
  color: #030303;
  font-size: 40px;
}

.st-listing-card__column,
.st-listing-grid__column {
  border: 2px solid rgba(255, 165, 0,0.16);
}

.st-listing-card__title-wrap span,
.st-listing-grid__title-wrap span {
  background: rgba(255, 165, 0,0.16);
  color: #FFA500; 
}


/* Sections  */

.st-git {
  background-color: #FFA500;
}

form .legal-consent-container .hs-richtext {
  display:none!important;
}