







/* 1a. Containers */

/*  Container Width */



/*  Section Horizontal Spacing */





/*  Section Vertical Spacing */






/* 1b. Colors */








/* 1c. Typography */




/* Body Text */











/* Heading One */













/* Heading Two */













/* Heading Three */












/* Heading Four */












/* Heading Five */













/* Heading Six */












/* Superscript */












/* Subscript */












/* Links */




/* Blockquotes */












/* 1d. Corners */





/* 1e. Buttons */







/* Filled Button  */

/* Light  */

















/* Dark  */

















/* Outlined Button  */

/* Light  */
















/* Dark  */
















/* Arrow */

/* Light */



/* Dark */



/* 1f. Forms */








































/* 1g. Tables */













/* 1h. Site header */


























































/* 1i. Site footer */






























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

.dnd-section > .row-fluid,
.content-wrapper {
  
  max-width: 4000px;
}

/* Drag and drop layout styles */

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

@media only screen and (min-width: 768px) {
  .dnd-section {
    padding: 60px 20px;
  }
}

@media only screen and (min-width: 992px) {
  .dnd-section {
    padding: 80px 20px;
  }
}






body {
  background-color: #ffffff;
}

/* Paragraphs */

body, html,p {
  font-family: Roboto, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #6B6B6B;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 20px;
}
/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: Roboto, serif; font-style: normal;
  color: #1e2271;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: Roboto, serif; font-style: normal;
  color: #415239;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: Roboto, serif; font-style: normal;
  color: #91a289;
}


/* Headings */

h1 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  color: #3c3c3c;
  font-size: 24px;
  font-weight: '400';
  letter-spacing: 0px;
  line-height: 48px;
  text-transform: uppercase;
}

h2 {
  font-weight: 700; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #3c3c3c;
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 40px;
  text-transform: uppercase;
}

h3 {
  font-weight: 700; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #3c3c3c;
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 32px;
  text-transform: none;
}

h4 {
  font-weight: 700; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #3c3c3c;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 24px;
  text-transform: none;
}

h5 {
  font-weight: 700; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #3c3c3c;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 20px;
  text-transform: none;
}

h6 {
  font-weight: 700; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #3c3c3c;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 18px;
  text-transform: none;
}

sub {
  font-weight: normal; text-decoration: none; font-family: Roboto, serif; font-style: normal;
  color: #6B6B6B;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 18px;
}

sup {
  font-weight: normal; text-decoration: none; font-family: Roboto, serif; font-style: normal;
  color: #6B6B6B;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 18px;
}

/* Blockquotes */

blockquote {
  
  background: rgba(196, 196, 196,0.08);
  
  
  border-left: 1px solid rgba(30, 34, 113,1.0);
  
  
  box-shadow: inset 4px 0px 0px rgba(30, 34, 113,1.0);
  
  max-width: 960px;
  
  margin: 50px  auto 50px 0;
  
  padding: 20px 20px;
}

/* Typography Tablet View  */

@media only screen and (min-width: 768px) {
  body, html,p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
  }

  h1 {
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 0px;
  }

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

  h3 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0px;
  }

  h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0px;
  }

  h5 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
  }

  h6 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
  }

  sub {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
  }

  sup {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
  }

  blockquote {
    padding: 20px 40px;
  }

}

/* Typography Laptop View  */

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

  body, html,p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
  }


  h1 {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 48px;
  }

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

  h3 {
    font-size: 40px;
    letter-spacing: 0px;
    line-height: 48px;
  }

  h4 {
    font-size: 32px;
    letter-spacing: 0px;
    line-height: 40px;
  }

  h5 {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 32px;
  }

  h6 {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 28px;
  }

  sub {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 18px;
  }

  sup {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 18px;
  }

  blockquote {
    padding-top: 20px;
padding-right: 60px;
padding-bottom: 20px;
padding-left: 60px;
margin-top: 50px;
margin-bottom: 50px;

  }
}





/* Button   */

.au-button {
  padding-top: 8px;
padding-right: 20px;
padding-bottom: 8px;
padding-left: 20px;

  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

/* Button Filled  */

.au-button--filled {
  border: 2px solid #1e2271;

  font-family: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background: 

  
  
    
  


  rgba(30, 34, 113, 1.0)

;
  color: #ffffff;
}

.au-button--filled:hover {
  border: 2px solid #5835B0;

  ;
  background: 

  
  
    
  


  rgba(88, 53, 176, 1.0)

;
  color: #ffffff;
}

.au-button--filled:active {
  border: 2px solid #472C8A;

  ;
  background: 

  
  
    
  


  rgba(71, 44, 138, 1.0)

;
  color: #ffffff;
}

.au-button--filled:focus {
  
  ;
  background: 

  
  
    
  


  rgba(30, 34, 113, 1)

;
  color: #ffffff;
  outline-color: #6B6B6B;
}

.au-button--filled:disabled {
  border: 2px solid #929292;

  ;
  background: 

  
  
    
  


  rgba(146, 146, 146, 1.0)

;
  color: #ffffff;
}

.au-button--filled-dark {
  border: 2px solid #ffffff;

  font-family: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #1e2271;
}

.au-button--filled-dark:hover {
  border: 2px solid #ffffff;

  ;
  background: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #1e2271;
}

.au-button--filled-dark:active {
  border: 2px solid #ffffff;

  ;
  background: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #1e2271;
}

.au-button--filled-dark:focus {
  border: 2px solid #ffffff;

  ;
  background: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #1e2271;
  outline-color: #6B6B6B;
}

.au-button--filled-dark:disabled {
  border: 2px solid #ffffff;

  ;
  background: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: ;
}

/* Button Outlined  */
.au-button--outlined {
  border: 2px solid #1e2271;

  font-family: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #1e2271;
}

.au-button--outlined:hover {
  border: 2px solid #1e2271;

  ;
  background: 

  
  
    
  


  rgba(30, 34, 113, 0.04)

;
  color: #1e2271;
}

.au-button--outlined:active {
  border: 2px solid #1e2271;

  ;
  background: 

  
  
    
  


  rgba(30, 34, 113, 0.16)

;
  color: #1e2271;
}

.au-button--outlined:focus {
  
  ;
  background: 

  
  
    
  


  rgba(30, 34, 113, 0.16)

;
  color: #1e2271;
  outline-color: #6B6B6B;
}

.au-button--outlined:disabled {
  
  ;
  background: 

  
  
    
  


  rgba(30, 34, 113, 0.56)

;
  color: #1e2271;
}

.au-button--outlined-dark {
  border: 2px solid #ffffff;

  font-family: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #ffffff;
}

.au-button--outlined-dark:hover {
  border: 2px solid #ffffff;

  ;
  background: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #1e2271;
}

.au-button--outlined-dark:active {
  border: 2px solid #ffffff;

  ;
  background: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #1e2271;
}

.au-button--outlined-dark:focus {
  border: 2px solid #ffffff;

  ;
  background: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #1e2271;
  outline-color: #6B6B6B;
}

.au-button--outlined-dark:disabled {
  border: 2px solid #ffffff;

  ;
  background: 

  
  
    
  


  rgba(255, 255, 255, 0.56)

;
  color: #1e2271;
}

/* Arrow  */
.au-button--arrow {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #1e2271;
  padding-left: 0;
  padding-right: 0;
}

.au-button--arrow:hover {
  ;
  color: #1e2271;
}

.au-button--arrow-dark {
  font-weight: 600; font-style: normal; text-decoration: none;
  color: #ffffff;
  padding-left: 0;
  padding-right: 0;
}

.au-button--arrow-dark:hover {
  ;
  color: #1e2271;
}





/* Form */

form,
.submitted-message {
  border: 1px none #f4f0ec;

  12px
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 8px;
}

/* Form title */

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

  padding-top: 30px;
padding-right: 20px;
padding-bottom: 30px;
padding-left: 20px;

  ;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  
  color: #3c3c3c;
  font-size: ;
  letter-spacing: 0px;
  line-height: 48px;
  text-transform: none;
}

/* Labels */

form label {
  padding: 0px;

  ;
  
  color: #3c3c3c;
  font-size: ;
  letter-spacing: 0px;
  line-height: 24px;
  text-transform: none;
}

/* Help text */

form legend {
  ;
  color: ;
  font-size: ;
}

/* 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 #d7d9e3;

  padding: 10px;

  ;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 8px;
  
  color: #3c3c3c;
  font-size: ;
}

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


/* Form fields - placeholders */

::-webkit-input-placeholder {
  color: #6B6B6B;
}

::-moz-placeholder {
  color: #6B6B6B;
}

:-ms-input-placeholder {
  color: #6B6B6B;
}

:-moz-placeholder {
  color: #6B6B6B;
}

::placeholder {
  color: #6B6B6B;
}

/* Form fields - date picker */

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

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

  
  
    
  


  rgba(30, 34, 113, 1.0)

;
  color: #ffffff;
}

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

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

form .pika-button:hover {
  background-color: #1e2271 !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 {
  ;
  color: ;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  ;
  color: ;
  font-size: ;
}

/* Submit button */

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

  font-family: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  padding-top: 8px;
padding-right: 20px;
padding-bottom: 8px;
padding-left: 20px;

  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  background: 

  
  
    
  


  rgba(30, 34, 113, 1.0)

;
  color: #ffffff;
}

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

  ;
  background: 

  
  
    
  


  rgba(88, 53, 176, 1.0)

;
  color: #ffffff;
}

body form input[type=submit]:active,
body form .hs-button:active{
  border: 2px solid #472C8A;

  ;
  background: 

  
  
    
  


  rgba(71, 44, 138, 1.0)

;
  color: #ffffff;
}

body form input[type=submit]:focus,
body form .hs-button:focus {
  
  ;
  background: 

  
  
    
  


  rgba(30, 34, 113, 1)

;
  color: #ffffff;
  outline-color: #6B6B6B;
}

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

  font-family: Roboto, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #DB524E;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  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: #1e2271;
}

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

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





/* Table */

table tbody {
  border: 1px solid #929292;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

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

  padding: 10px 10px 10px 10px !important;
  color: #1e2271;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(30, 34, 113, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #1e2271;
}





/* Header container */
.au-header {
  background: 

  
  
    
  


  rgba(#null, 1)

;
}



.header__top {
  background-color: rgba(30, 34, 113,1.0);
}

.header__bottom { 
  background-color: rgba(255, 255, 255,1.0);
}

/* Header content color */

.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #3c3c3c;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

.header p,
.header span:not(.au-button__text):not(.menu__link),
.header div,
.header li,
.header blockquote {
  font-family: Roboto, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #6B6B6B;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

/* Menu items */

.header .menu__wrapper {
  text-align: left;
}

.header .menu__link,
.header .au-mega-menu__wrapper  {
  font-family: Roboto, serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

/* Menu items - top level */

.header .menu__item--depth-1 > .menu__link:not(.au-button),
.header .menu__link,
.header .au-mega-menu__wrapper a {
  color: #3c3c3c;
}

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

.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: #3c3c3c;
  border-right-color: #3c3c3c;
}

.header .menu__item--depth-1:hover > .menu__link,
.header .menu__item--depth-1:focus > .menu__link {
  font-family: Roboto, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3c3c3c;
}

.header .menu__item--depth-1 > .menu__link:active,
.header .menu__item--depth-1 > .menu__link.menu__link--active-link {
  font-family: Roboto, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3c3c3c;
}

/* Menu items - submenus */

.header .menu__item--depth-1>.menu__child-toggle .menu__child-toggle-icon {
  border-bottom-color: #3c3c3c;
  border-right-color:  #3c3c3c;
}


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

.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: #3c3c3c;
  border-right-color: #3c3c3c;
}

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus,
.header .hs-menu-item a:hover,
.header .hs-menu-item a:focus, {
  font-family: Roboto, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3c3c3c;
}

.header__menu-submenu .header__menu-link:active,
.header .hs-menu-item a:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__menu-submenu .header__menu-link--active-link:not(.button) {
  color: #3c3c3c;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


/* Language switcher */

.header .header__language-switcher-label-current {
  font-family: Roboto, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3c3c3c;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.header .au-lang-switcher:hover .header__language-switcher-label-current,
.header .au-lang-switcher:focus .header__language-switcher-label-current {
  font-family: Roboto, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3c3c3c;
}

/* Language switcher - submenu */

.header .au-lang-switcher .lang_list_class li {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header .au-lang-switcher .lang_list_class a:not(.au-button) {
  font-family: Roboto, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3c3c3c;
  font-size: 16px;
  line-height: 24px;
}

.header .au-lang-switcher .lang_list_class a:hover,
.header .au-lang-switcher .lang_list_class a:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #3c3c3c;
}

.header .au-lang-switcher .lang_list_class a:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

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

  .header .menu .menu__wrapper .menu__submenu,
  .au-mega-menu {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__menu-submenu .header__menu-item:hover,
  .header__menu-submenu .header__menu-item:focus,
  .header .hs-menu-item a:hover,
  .header .hs-menu-item a:focus,
  .header .menu .menu__wrapper .menu__submenu .menu__item:hover,
  .header .menu .menu__wrapper .menu__submenu .menu__item:focus, 
  .header .menu .menu__wrapper .menu__submenu .menu__item:hover > .menu__link,
  .header .menu .menu__wrapper .menu__submenu .menu__item:focus > .menu__link {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: #3c3c3c;
  }

  .header h1,
  .header h2,
  .header h3,
  .header h4,
  .header h5,
  .header h6 {
    font-size: 20px;
    line-height: 24px;
  }

  .header p,
  .header span:not(.au-button__text):not(.menu__link),
  .header div,
  .header li,
  .header blockquote {
    font-size: 16px;
    line-height: 24px;
  }

  .header .menu__link,
  .header .au-mega-menu__wrapper a {
    font-size: 16px;
    line-height: 24px;
  }

  .header .menu__item--depth-1>.menu__child-toggle .menu__child-toggle-icon {
    border-bottom-color: #3c3c3c;
    border-right-color:  #3c3c3c;
  }

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

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

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

  .header .au-lang-switcher .lang_list_class a:not(.au-button) {
    font-size: 16px;
    line-height: 24px;
  }

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





/* Footer Background  */

.footer {
  background: 

  
  
    
  


  rgba(30, 34, 113, 1.0)

;
}

.au-footer__copyright {
  border-color: rgba(146, 146, 146,0.16);
}

/* Footer Heading */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; 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),
.au-footer-copyright > span,
.au-footer-copyright .au-footer-copyright__links > a {
  font-family: Roboto, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

/* Footer menu */

.footer nav a,
.footer .menu__link {
  font-family: Roboto, serif; font-style: normal; font-weight: normal; 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 {
  font-family: Roboto, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ffffff;
}

.footer nav a:active,
.footer .menu__link:active {
  font-family: Roboto, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ffffff;
}

.footer nav .active > a,
.footer .menu__link .active > a {
  font-weight: bold; text-decoration: underline; font-family: Roboto, serif; font-style: normal;
  color: #ffffff;
}

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

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

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





.au-blog__banner-topic {
  color: #1e2271;
}

.au-circle {
  background-color: #1e2271 !important;
}

.au-blog__action-tag .au-button svg path {
  stroke: #1e2271;
}

.blog-post__social-sharing .social-links__icon svg path {
  fill: #1e2271;
}

.au-blog-layout__columns--count:hover .au-blog-list__img-tag-link,
body .au-blog__listing:hover .au-blog-list__img-tag-link {
  background-color: #1e2271;
}

.blog-post {
  max-width: 960px;
}

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

blockquote,
.blog-post__body blockquote p,
blockquote p {
  font-family: Roboto, serif; font-style: normal; font-weight: 400; text-decoration: none; 
  color: #6B6B6B;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
}

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

  blockquote,
  .blog-post__body blockquote p,
  blockquote p { 
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
  }
}

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

  blockquote,
  .blog-post__body blockquote p,
  blockquote p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
  }
}





.au-search__keyword span {
  color: #1e2271;
}

.au-search-results .hs-search-results__listing li {
  border-radius: 8px;
}

.au-search-results .hs-search-results__listing li a {
  color: #3c3c3c;
}

.au-search-results .hs-search-results__listing li a:hover {
  color: #1e2271;
}

.au-search-results .hs-search-results__pagination a {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #1e2271;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

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

  ;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 8px;
  color: ;
  font-size:  !important;
}

.au-search-results .hs-search-results__listing li {
  background: #fff;
}

.au-search-results .hs-search-results__listing li {
  background: #fff;
}





.au-card__img-icon img,
.au-image img,
.au-blog-list__featured-image img,
.au-listing-grid__image img,
.au-team--card-dots .au-team__card-col-img img,
.au-portfolio-grid__item-img img,
.au-gallery-grid__item img,
.au-portfolio__link a,
.au-video-popup-wrapper img,
.au-video-popup__image--overlay,
.au-blog-list__img-tag-link,
.au-banner__image img,
.au-counter__img img {
  border-radius: 8px;
}

.au-card__col,
.au-listing-grid__content,
.au-listing__tag,
.au-listing-card__tag,
.au-listing--items-info,
.au-listing-card--items-info,
.au-partner--slider .au-partner__item,
.au-team__card-col-wrap,
.au-team--card-slider .au-team__card-col-img img,
.au-blog-layout__columns--count,
.au-blog-list__img-tag-link,
.au-pricing-card,
.au-testimonial-card .au-testimonial__wrapper,
.au-icon-box__col,
.au-team--card-slider .au-team__card-col .au-team__card-col-content,
.au-subscribe,
.au-git,
.au-partner__item-image img {
  border-radius: 8px;
}

.au-team__card-col-overlay {
  background: linear-gradient(180deg, rgba(30, 34, 113, 0) -16.89%, rgba(30, 34, 113, 0.88) 86.18%);
}

.just-mobile {
    background-color: #ff5000;
    padding: 10px 15px;
    border-radius: 5px;
    color: #f5f5f5;
  }
@media only screen and (min-width: 768px) { 
  .just-mobile {
    display: none;
   
  }
 @media only screen and (max-width: 769px) { 
  .just-desktop {
    display: none;
  }

   @media only screen and (max-width: 768px) {
     .black-mobile {
        color: #3c3c3c;
     }
   }
   
   .hs-content-id-175135991568 {
   display: none;
   }