







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

.dnd-section {
  padding: 80px 20px;
}

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





html {
  font-size: 20px;
}

body {
  /*font-family: Lato; font-style: normal; font-weight: normal; text-decoration: none;*/
  color: #525365;
}

/* Paragraphs */

p {
  /*font-family: Lato; font-style: normal; font-weight: normal; text-decoration: none;*/
}

ul.ul-half {
  column-count: 2;
  column-gap: 30px;
}
  ul.ul-half li {}
  @media (max-width: 767px) {
    ul.ul-half {
      column-count: 1;
      column-gap: 0;
    }
  }

/* Anchors */

a {
  color: #ffcd00;
}

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

a:active {
  color: #fff528;
}

/* Headings */

h1 {
  /*font-weight: 700; text-decoration: none; font-family: Merriweather; font-style: normal;*/
  color: #292a32;
  font-size: 37px;
}

h2 {
  /*font-weight: 700; text-decoration: none; font-family: Merriweather; font-style: normal;*/
  color: #292a32;
  font-size: 32px;
}

h3 {
  /*font-weight: 700; text-decoration: none; font-family: Merriweather; font-style: normal;*/
  color: #292a32;
  font-size: 26px;
}

h4 {
  /*font-weight: normal; text-decoration: none; font-family: Merriweather; font-style: normal;*/
  color: #292a32;
  font-size: 18px;
}

h5 {
  /*font-weight: normal; text-decoration: none; font-family: Merriweather; font-style: normal;*/
  color: #000000;
  font-size: 16px;
}

h6 {
  /*font-weight: normal; text-decoration: none; font-family: Merriweather; font-style: normal;*/
  color: #292a32;
  font-size: 14px;
}
@media(max-width: 599px) {
  h1 { font-size: 32px; }
  h2 { font-size: 28px; }
  h3 { font-size: 24px; }
}

/* Blockquote */

blockquote {
  border-left-color: #292a33;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(255, 205, 0, 1.0)

;
  border: 1px solid #ffcd00;
  border-radius: 6px;
  color: #000000;
  padding: 15px 50px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(215, 165, 0, 1.0);
  border-color: #d7a500;
  color: #000000;
}

button:active,
.button:active {
  background-color: rgba(255, 245, 40, 1.0);
  border-color: #fff528;
  color: #000000;
}





form,
.submitted-message {
  {font=Lato, font_set=GOOGLE, styles={font-family=Lato, font-style=normal, font-weight=normal, text-decoration=none}, size=20, size_unit=px, color=#525365, variant=null, fallback=null, style=font-family: Lato; font-style: normal; font-weight: normal; text-decoration: none, css=color: #525365;font-size: 20px;font-family: Lato;};
}

/* Form title */

h3.form-title {
  background-color: 

  
  
    
  


  rgba(255, 205, 0, 1.0)

;
  color: #292a33;
}

/* Form label */

form label {
  color: #525365;
}

/* Form help text */

form legend {
  color: #525365;
}

/* Form inputs */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  border-color: #D1D6DC;
  color: #525365;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  border-color: #ffcd00;
}

/* Form placeholder text */

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #525365;
}

/* Date picker */

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

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

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

/* Submit button */

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

  
  
    
  


  rgba(255, 205, 0, 1.0)

;
  border: 1px solid #ffcd00;
  border-radius: 6px;
  color: #000000;
  padding: 15px 50px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(215, 165, 0, 1.0);
  border-color: #d7a500;
  color: #000000;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 245, 40, 1.0);
  border-color: #fff528;
  color: #000000;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #525365;
}

th,
td {
  border-color: #525365;
  color: #525365;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(255, 205, 0, 1.0)

;
  border-bottom-color: #525365;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #525365;
}

tbody + tbody {
  border-top-color: #525365;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.header-banner {
  background: none;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #525365;
  font-family: futura-pt, serif;
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.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: #2a2b3d;
}

body .navigation-primary a:active,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: #7a7b8d;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #ffcd00;
}

body .submenu.level-2,
body .header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #494A52;
}

body .triangle.level-2 {
  border-color: #494A52;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 .triangle-container.level-2.hover .triangle {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

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

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(26, 26, 34, 1.0)

;
}

/* Footer Content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6
.footer p,
.footer a,
.footer div,
.footer span {
  color: #FFFFFF;
}





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

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

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

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

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

.blog-pagination__link {
  color: #525365;
}

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

.blog-post__title {
  /*font-weight: 700; text-decoration: none; font-family: Merriweather; font-style: normal;*/
  color: #292a32;
  font-size: 32px;
}

.blog-post__author {
  background-color: #292a33;
}

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

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

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











body .icon svg {
  fill: #ffcd00;
}

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

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

body .team-member__description {
  background-color: #292a33;
}


/*- ASFA Landing Page -*/

.hs-content-name-asfa-conference-landing-page .body-container > .row-fluid-wrapper {
  background-image: url('https://183175.fs1.hubspotusercontent-na1.net/hubfs/183175/Causia/Backgrounds/asfa-bg-2.png');
  background-position: left top;
  background-repeat: repeat-y;
}

  @media (max-width: 767px) {
    .hs-content-name-asfa-conference-landing-page div[class$="-padding"] .dnd-column {
      padding: 0 20px;
    }
  }

.hs-content-name-asfa-conference-landing-page .row-number-3 {
  border-bottom: 1px solid #E4E5E7;
}
.hs-content-name-asfa-conference-landing-page .row-number-3 > .row-fluid > .widget-span {
  position: relative;
}
.hs-content-name-asfa-conference-landing-page .row-number-3 > .row-fluid > .widget-span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #525364;
  display: none;
}
.hs-content-name-asfa-conference-landing-page .row-number-3 > .row-fluid > .widget-span:hover:after {
  display: block;
}

.hs-content-name-asfa-conference-landing-page .row-number-3.dnd-section > .row-fluid .dnd-column .hs_cos_wrapper {
  padding: 30px 0 25px !important;
}
  @media (max-width: 767px) {
    .hs-content-name-asfa-conference-landing-page .row-number-3 > .row-fluid {
      display: flex;
      flex-flow: row nowrap;
    }
    .hs-content-name-asfa-conference-landing-page .row-number-3.dnd-section > .row-fluid .dnd-column {
      padding: 0 10px;
    }
    .hs-content-name-asfa-conference-landing-page .row-number-3.dnd-section > .row-fluid .dnd-column .hs_cos_wrapper {
      padding: 15px 0 5px !important;
    }
  }
  @media (max-width: 479px) {
    .hs-content-name-asfa-conference-landing-page .row-number-3 > .row-fluid {
      display: flex;
      flex-flow: row wrap;
    }
    .hs-content-name-asfa-conference-landing-page .row-number-3.dnd-section > .row-fluid .dnd-column {
      padding: 5px 10px;
      max-width: 50%;
    }
  }

.hs-content-name-asfa-book-a-demo .header__ctas--landing {
  display: none;
}