*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/

main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
/*
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
*/

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
  font-weight: bold;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 1024px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 1025px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
.banner-section .dnd-section {
  padding: 0 !important;
}

.content-wrapper {
  margin: 0 auto;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid,
.page-center{
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
.button a, .hs-button, .button .link,
form input[type=submit],
input[type=button].button,
.header .hs-web-interactive-inline { font-family:"Soleil Semi Bold";
  font-weight:700; /*font-size:16px;*/ text-decoration:none; line-height:1em; 
  cursor: pointer; display: inline-block; text-align: center;  transition: all 0.3s linear; white-space: normal; 
}

.button:hover, .button a:hover,
button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active { text-decoration:none !important }

.button:disabled,
.button:disabled a,
form input[type=submit]:disabled, form input[type=submit].disabled,
.hs-button:disabled,
.button.disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #fff; cursor:default; 
}

/*** WHITE SUBMIT BUTTONS */
input[type="submit"] { background-color:#fff }


@media(max-width:1024px) {
  .button a, .hs-button, form input[type=submit], 
  .button-secondary a, .button-third a { padding:12px 24px !important; font-size:16px !important}
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* Form fields */
.form-title{ padding: 5px 0px; }
.hs-form-field { /*margin-bottom: 1.4rem; */ margin-bottom:0.9rem }

.form-title:empty { display: none; }
/* Labels */

form label {
  display: block;
  /*font-size: 1.2rem; */
  line-height: 1.33333333;
  font-weight: 500;
  margin: 0.7rem 0 0.7rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

form label, form .hsfc-FieldLabel, form .hsfc-ErrorAlert { font-size:0.8em !important }

/* Inputs */
input[type=button] { transition: all .4s ease; }

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 {
  display: inline-block; width: 100%; max-width: 100%;
  padding:7px 16px !important; transition: all .2s linear;
  font-size:15px; font-weight: 400;
  line-height: inherit; transition: all .3s;
  border-bottom:2px solid #9fb3c8 !important;
}

form select { 
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 96% 50%;
    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
    min-height: 47px; height:47px /* hack */ }

form input[type=checkbox]+label {
  display: inline-block;
  vertical-align: middle;
}
.systems-page form label {
  display: inline-block;
}
form fieldset {
  max-width: 100% !important;
}
form fieldset.form-columns-1 .hs-input:not([type="checkbox"]) { width:100% !important }

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Removes default focus */
input[type="range"]:focus {
  outline: none;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  /*font-size: 0.875rem; */
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color:#ff0000;
}

.hs-input.invalid.error, input.error, input.error:focus {
  border-color: #ff0000 !important;
}

form .hs-error-msgs{
  padding:0; margin:0; list-style:none;
}

form .hs-error-msg,
form .hs-error-msgs label{
  color: #ff0000;
  margin-top: 0.25rem; font-size:0.9em;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  form .form-columns-2 .hs-form-field .hs-input, 
  form .form-columns-3 .hs-form-field .hs-input {
    width: 100% !important;
  }  
}

/* Captcha */
.grecaptcha-badge { margin: 0 auto; }
/* @import url('http://example.com/example_style.css'); */
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/ 

header.header { 
  font-size:16px; width:100%; padding:0px;
  -webkit-transition: all .2s ease; transition: all .2s ease;
  font-weight:400; z-index:999
}
 
header .header__container { position:relative; padding:0rem 15px; 
  display:flex; margin:auto; align-items:stretch; justify-content:space-between; -webkit-transition: all .3s ease; transition: all .3s ease;}

/*** TOP BAR ****/
header .top-bar { background-color:#d9e2ec; padding:13px 0px 18px; }
header .top-bar .main-container { display:flex; align-items:center }
header .top-bar .topbar-left { padding-left:15px}
header .top-bar .topbar-left, header .top-bar .topbar-right { width:50% }
header .top-bar .topbar-right { font-size:14px; text-align:right; color:#102a43 !important }
header .top-bar ul { margin:0px }
header .top-bar ul li { display:inline-block; list-style:none; margin-left:15px; }
header .top-bar form input[type=text] { vertical-align:middle;
  display: inline-block; width:289px; max-width:85%; background-color:#f0f4f8 !important;
  padding: 4px 12px !important; transition: border .2s linear;
  font-size: 14px; font-weight: 400;  line-height: inherit; transition: all .3s;
  border:0px; border-bottom:1px solid #9fb3c8;
}

header .top-bar form input[type=submit]:hover,
header .top-bar form input[type=submit]:focus { margin:0px !important }
  
header .top-bar form input[type=text]:focus { border-bottom:1px solid #5496e5 }
header .top-bar form input[type=submit] { font-size:14px; vertical-align:middle; padding:10px 14px }


header .header__container .header_left { width:35%; display:flex; align-items:stretch; height:100%; } 
header .header__container .header_right { width:65%; display:flex; align-items:center; justify-content:flex-end; }

@media(max-width:1150px) { 
  header.header, header .header__container { /*height:83px; */}
  header .top-bar { display:none }
}

/* Main sections Desktop **/
header .header_logo { text-align:left; margin:14px 0px 14px 15px;}  
  header .header_logo svg { transition: all .2s ease; } 
  header .header_logo a { display:block; width:100%; height:100%; }


/*** HEADER MOBILE TOGGLER ***/
header .togglers { position:relative; display:none; width:48px; height:48px; margin-left:12px; -webkit-transition: all 0s ease;}
header .togglers img { display:block;}
header .menu-toggler { display: none; position: absolute; 
  width: 48px; height:48px; z-index: 10; cursor: pointer; -webkit-transition: all .4s ease;  transition: all .4s ease; 
}

/*** MENU TOGGLER ****/
header .menu-toggler .icon { background-color:#0032a0;color:#fff;
  flex-direction:column; justify-content:center;align-items:center;width:48px;height:48px;
  margin-right:-.5rem;padding-bottom:0;padding-right:0;display:flex}

header .menu-toggler .icon_line-top {
    transition: all .2s ease; background-color:#fff;width:24px;height:2px;padding-bottom:0;padding-right:0;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d;
}
header .menu-toggler .icon_line-middle {
  transition: all .2s ease; background-color:#fff;justify-content:center;align-items:center;width:24px;height:2px;
  margin-top:6px;margin-bottom:6px;padding-bottom:0;padding-right:0;display:flex;
  width: 24px; height: 2px;
}
header .menu-toggler  .icon_line-bottom {
  transition: all .2s ease; background-color:#fff;width:24px;height:2px;padding-bottom:0;padding-right:0
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d;
}

/*** MENU TOGGLER OPEN ****/
body.mobile-open header .menu-toggler .icon {  }
body.mobile-open header .menu-toggler .icon_line-top { transform: translate3d(0px, 8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg); transform-style: preserve-3d;}
body.mobile-open header .menu-toggler .icon_line-middle { width: 0px; height: 2px;}
body.mobile-open header .menu-toggler .icon_line-bottom { transform: translate3d(0px, -8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg); transform-style: preserve-3d; }

@media(max-width:1150px) { 
  header .header__container { max-width:100%; padding:0px 20px 0px 15px !important; justify-content:space-between}
  header .header__container .header_left  { width:125px !important; }
  header .header_logo { max-width:145px; margin:14px 0px 14px 15px;}
  
  header .header__container .header_right { min-width:90px; } 
  
  header .hs-web-interactive-inline a { font-size:15px !important; padding-left:22px !important; padding-right:22px !important; }
  
  .desktop-menu {  display:none;  }
  .header .togglers { display:block }
   header .menu-toggler {  display: block !important;  } 
}  


/**** NAVIGATION ****/
header .header-menu-section ul { margin:0px; padding:0px; }
header .header-menu-section ul li { list-style:none;  } 

header .header-menu-section ul a  { }

/* First level of links */
header .desktop-menu.header-menu-section ul li.hs-menu-depth-1 { display:inline-block; position:relative }

header .desktop-menu.header-menu-section ul li.hs-menu-depth-1:hover { background-color:#f0f4f8 }

header .desktop-menu.header-menu-section ul > li.hs-menu-depth-1 > a { position: relative; font-family:"Soleil Semi Bold";
  font-weight:600;  display:block; height:65px; line-height:65px; color:#222; padding:0px 35px 0px 25px; letter-spacing:0px;  }

header .custom-menu-primary .hs-menu-wrapper ul li.active-branch > a,
header .custom-menu-primary .hs-menu-wrapper ul li a:hover { color:#11319a  }
header .desktop-menu.header-menu-section ul > li.hs-menu-depth-1 > a:hover { color:#222}

header .header-menu-section a { display:block; }

header .custom-menu-primary .hs-menu-wrapper > ul {  display: flex; height: 100%; align-items:stretch; }

.custom-menu-primary .desktop-menu .hs-menu-wrapper>ul > li {  margin:0px 0px; }

.custom-menu-primary .desktop-menu .hs-menu-wrapper>ul>li.hs-item-has-children a { position:relative }
.custom-menu-primary .desktop-menu .hs-menu-wrapper>ul>li.hs-item-has-children .icon-right-arrow {
  position: absolute; top:25px; right:11px; display: block; width:1rem; height:1rem; 
  background-image: url("data:image/svg+xml,%3Csvg width=' 100%25' height=' 100%25' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.55806 6.29544C2.46043 6.19781 2.46043 6.03952 2.55806 5.94189L3.44195 5.058C3.53958 4.96037 3.69787 4.96037 3.7955 5.058L8.00001 9.26251L12.2045 5.058C12.3021 4.96037 12.4604 4.96037 12.5581 5.058L13.4419 5.94189C13.5396 6.03952 13.5396 6.19781 13.4419 6.29544L8.17678 11.5606C8.07915 11.6582 7.92086 11.6582 7.82323 11.5606L2.55806 6.29544Z' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
  background-size:contain; background-repeat:no-repeat; transition: all .15s ease; transform: rotate(0deg);
}
  
  .custom-menu-primary .desktop-menu .hs-menu-wrapper>ul>li.hs-item-has-children.active-branch .icon-right-arrow { /* green arrow for active branch */
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 0.750001L6 5.25L10.5 0.75' stroke='#49940c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  .custom-menu-primary .desktop-menu .hs-menu-wrapper>ul>li.hs-item-has-children:hover .icon-right-arrow { transform: rotate(180deg); }

/*** Mega menu **/ 
header .custom-menu-primary .desktop-menu .hs-menu-wrapper > ul > li.hs-item-has-children { z-index:33; position:relative; }

/** Generic Submenu - Shown on hover **/
header .desktop-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
  z-index:44; display:block; position:absolute; min-width:480px; left:0; margin-left:-27px; line-height:1.4em; background-color:#f0f4f8; 
  padding: 35px 22px 50px 22px !important; transition: all .2s ease; /*border-top:3px solid #004963; */
  opacity: 0; visibility: hidden;
}


header .desktop-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul { margin-top:0px; left:27px; display:flex; flex-wrap:wrap }
  
header .desktop-menu .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul,
header .desktop-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children:hover > ul {
    transition: all .3s ease;  opacity: 1; visibility: visible; 
}

header .desktop-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li { width:50%;}
header .desktop-menu .hs-menu-wrapper > ul > li.hs-item-has-children ul li a { margin-bottom:3px; padding:6px 15px } 

header .hs-menu-wrapper > ul > li.hs-item-has-children > ul li.hs-item-has-children  > a { color:#102a43; font-weight:600 }
header .hs-menu-wrapper > ul > li.hs-item-has-children > ul li.hs-item-has-children  > a:hover { color:#11319a  }

/**** NOW HACK - SPECIFIC MENUES POSITION ****/
header .desktop-menu .hs-menu-wrapper > ul > li.hs-item-has-children.Solutions > ul { min-width:990px; left:auto; margin-left:-420px;  }
  header .desktop-menu .hs-menu-wrapper > ul > li.hs-item-has-children.Solutions > ul > li { width:25%}
header .desktop-menu .hs-menu-wrapper > ul > li.hs-item-has-children.CASData > ul { min-width:560px; left:auto; margin-left:-200px;  }
header .desktop-menu .hs-menu-wrapper > ul > li.hs-item-has-children.Resources > ul { min-width:560px; left:auto; margin-left:0px;  right:-100px; }
header .desktop-menu .hs-menu-wrapper > ul > li.hs-item-has-children.About > ul { min-width:520px; left:auto; margin-left:0px;  right:0px; }

/** HACK SUBMENU SOLUTIONS, 2nd Item */
header .desktop-menu .hs-menu-wrapper > ul > li.hs-item-has-children.Solutions li.CASSciFinderDiscoveryPlatform {
  position:absolute; left:21px; top:97px;
}

/*** POSITIOM H5 ITEM AT ABSOLUTE MENU BOTTOM ***/
header .hs-menu-wrapper li.hs-item-has-children h5 { position:relative; display:inline-block; color:#001c54; font-size:inherit; margin-bottom:0px; }
header .hs-menu-wrapper li.hs-item-has-children h5:after { position:absolute; right:-21px; top:3px; display:block; 
  width:17px; height:17px; content:'';
  background-repeat:no-repeat; background-size:100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' role='img' class='iconify iconify--ic' width='100%25' height='100%25' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M6 7c0 .55.45 1 1 1h7.59l-8.88 8.88a.996.996 0 1 0 1.41 1.41L16 9.41V17c0 .55.45 1 1 1s1-.45 1-1V7c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1'%3E%3C/path%3E%3C/svg%3E");
}

header .desktop-menu .hs-menu-wrapper li.Viewallsolutions,
header .desktop-menu .hs-menu-wrapper li.Viewallindustries,
header .desktop-menu .hs-menu-wrapper li.ViewallCASData,
header .desktop-menu .hs-menu-wrapper li.Viewallresources { position:absolute; width:100% !important; left:0px; right:0px; bottom:-44px; 
  background-color:#d9e2ec; text-align:center; padding:5px 0px; }



@media (min-width:1151px) { /** NO SACAR **/
  .mobile-menu {  display:none }
}

/* Links in Mega Menu */
header .desktop-menu .hs-menu-wrapper > ul > li.hs-item-has-children >  ul li a {  } 
header .desktop-menu .hs-menu-wrapper > ul > li.hs-item-has-children >  ul li.active > a,
header .desktop-menu .hs-menu-wrapper > ul > li.hs-item-has-children >  ul li > a:hover {   }


/*@media(max-width:1024px) { /***** MOBILE MENU *****/
@media(max-width:1150px) { /***** MOBILE MENU *****/  
    body { overflow-y: scroll}
    
    body.mobile-open { overflow-y:hidden}

    body.mobile-open .togglers { }
    .mobile-open .menu-toggler { display:none }

    /*** TEST ***/
    ::-webkit-scrollbar {  width: 14px; background-color: #fafafa; }
    /* Track */
    ::-webkit-scrollbar-track { background: #f1f1f1; }
    /* Handle */
    ::-webkit-scrollbar-thumb { background: #c1c1c1; border-radius:40px; margin:0px 2px; }
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover { background: #7d7d7d;}
   
    .custom-menu-primary .mobile-menu { z-index:999}
  
    .custom-menu-primary .mobile-menu .hs-menu-wrapper { /** Sliding Pane **/
      /*border:1px solid #ff0000; */background-color:#fff; max-width: 100%; width: 100%; 
      position:absolute; top:90px; max-height:0px; left:0px;
      overflow-x: hidden;  -webkit-transition: all .7s ease-out; transition: all .7s ease-out;
      box-shadow: 5px 5px 15px 1px rgba(0, 0, 0, 0.1);
    }
    body.mobile-open .custom-menu-primary .mobile-menu .hs-menu-wrapper { /*top:89px;*/ max-height:450px; overflow-y:scroll;  /* left: 0; */ } /*** SHOW MOBILE MENU BRINGING IT TO THE RIGHT ***/

    header .custom-menu-primary .mobile-menu .hs-menu-wrapper > ul { display: block; background-color:#fff; }
    
    
    header .custom-menu-primary .mobile-menu ul > li.hs-menu-depth-1 > a { font-family:"Soleil Semi Bold"; color:#222} 
  
     /*** HACK TO MAKE THE ARROW LINK TO SUB SUBMENU ***/
    .custom-menu-primary .mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children { position:relative;  }
    .custom-menu-primary .mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children > a { width:90%; }
    .custom-menu-primary .mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children .icon-right-arrow {
        position: absolute; top:12px; right:15px; display: block; width:22px; height:22px;
        border-radius:40px; /*background-color:#F0F3F6;*/ background-size:75%; padding:4px;
        background-image: url("data:image/svg+xml,%3Csvg width=' 100%25' height=' 100%25' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.55806 6.29544C2.46043 6.19781 2.46043 6.03952 2.55806 5.94189L3.44195 5.058C3.53958 4.96037 3.69787 4.96037 3.7955 5.058L8.00001 9.26251L12.2045 5.058C12.3021 4.96037 12.4604 4.96037 12.5581 5.058L13.4419 5.94189C13.5396 6.03952 13.5396 6.19781 13.4419 6.29544L8.17678 11.5606C8.07915 11.6582 7.92086 11.6582 7.82323 11.5606L2.55806 6.29544Z' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
        background-position:center center; background-repeat:no-repeat; transition: all .3s ease;
        transform: rotate(0deg);
    }
    /** Rotate arrow on open **/
    .custom-menu-primary .mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children.child-open .icon-right-arrow { transform: rotate(180deg); }    
  
    .custom-menu-primary .mobile-menu .hs-menu-wrapper > ul > li > ul { display:none; /*background-color:#F9FAFB; */ transition: all .3s ease; }
    .custom-menu-primary .mobile-menu .hs-menu-wrapper > ul > li > ul li { padding-left:20px }
    .custom-menu-primary .mobile-menu .hs-menu-wrapper > ul > li > a { padding:12px 20px 11px;  } /*** 1st level links ***/
  
    .custom-menu-primary .mobile-menu .hs-menu-wrapper > ul > li.hs-item-has-children>  ul li a { padding:4px 14px 4px 0px; } /** 2nd level links */
    .custom-menu-primary .mobile-menu .hs-menu-wrapper > ul > li.hs-item-has-children  ul { margin-left:15px }
    .custom-menu-primary .mobile-menu .hs-menu-wrapper > ul > li.hs-item-has-children.child-open ul { display: block;  }
  
    /*.custom-menu-primary .mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children.child-open ul li.hs-item-has-children { 
        padding:8px 0px; border-bottom:1px solid #E6E8E4} /* 3rd level ul */
    .custom-menu-primary .mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children.child-open ul li.hs-item-has-children:last-child { 
      border:0px; }
}
/* @import url('http://example.com/example_style.css'); */
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

.footer { padding:4rem 15px 35px; font-size:14px; line-height:1.5em; width:100%; width:100%; flex-wrap:wrap;
/*border-top:1px solid #335a70; */}

.footer .footer__container { margin:auto; display:flex; flex-wrap:wrap; padding:0px 15px;}

.footer-col-1 { width:20% }
.footer-col-2 { width:20% }
.footer-col-3 { width:20% }
.footer-col-4 { width:20% }
.footer-col-5 { width:20% }

.footer-col-1 .inner, .footer-col-2 .inner, .footer-col-3 .inner, .footer-col-4 .inner { padding:0px 15px }


.footer h1, .footer h2, .footer h3, .footer h4 { color:#fff; font-size:18px; margin:0px 0px 1rem 0px; }
.footer h4 { margin-bottom:15px}
.footer p { margin:0px !important; /*margin-block-start:0em; */ }

.footer a { text-decoration:none; }
.footer a:hover { text-decoration:underline; }
/*.footer a:hover { opacity:0.8 } */

.footer .hs-menu-wrapper li a { display:block }
.footer .col .hs-menu-item a { padding:.55rem 0px; margin:2px 0px 1px; }

.footer ul { list-style:none; margin:0px; padding:0px; }

.footer .legal { display:flex; justify-content:space-between ; border-top:1px solid #243b53; width:100%;  margin-top:30px; padding:25px 0px 10px; }
.footer .footer-menu-bottom ul, .footer .footer-menu-bottom ul li { display:inline-block; width:auto;  }
.footer .footer-menu-bottom ul li a { padding:3px 25px 6px 1px }
.footer .legal .copyright { color:#fff !important }
.footer .legal .copyright div { display:inline-block; margin-right:20px; }
.footer .legal a:hover { text-decoration:none }

.footer .social { text-align:right; margin-left:0px; color:#fff !important }
.footer .social .hs-social-follow__link:hover span { background-color:none !important }
.footer .social .hs-social-follow__link svg  {  transition: all .2s ease; }
.footer .social .hs-social-follow__link:hover svg { fill:#2541d4 !important }

.footer .hs-button   { color:#241a00}


.footer.footer-nonav .legal { border:0px; margin-top:0px; padding-top:0px  }

@media(max-width:1024px){
  .footer {  }
  .footer .footer__container { }
  .footer .col { width:50%; margin-bottom:20px; }
  
  .footer .col .inner { padding:0px 10px }
  .footer h1, .footer h2, .footer h3, .footer h4 { margin-bottom:10px; }
  .footer .col .hs-menu-item a {  }
  .footer .footer-menu-bottom ul li a { margin:2px 3px 2px 0px;}
  .footer .legal { display:block; margin-top:15px; }
  
  .footer .legal .copyright, .footer .legal .social  { width:100%; margin-bottom:20px; font-size:0.9em }
  
}  
/*
@media(max-width:767px){
  .footer-nonav .logo, .footer-nonav .copyright { width:100%; text-align:center; }
  .footer-nonav .copyright { padding:15px 0px 0px 0px;}
}  
*/
/* @import url('http://example.com/example_style.css'); */
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@font-face {
  font-family: 'Soleil';
  src: url('https://cdn.prod.website-files.com/650861f00f97fe8153979335/650d8e53efb0f0ece8a30d38_font.woff2') format('woff2'), url('https://cdn.prod.website-files.com/650861f00f97fe8153979335/650d8e5375429c14c1b43968_font.woff') format('woff'), url('https://cdn.prod.website-files.com/650861f00f97fe8153979335/650d8f4db59554163db94d31_TypeTogether%20-%20Soleil.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Soleil Bold';
  src: url('https://cdn.prod.website-files.com/650861f00f97fe8153979335/650d8e6e2bd4b31e858fca44_font.woff2') format('woff2'), url('https://cdn.prod.website-files.com/650861f00f97fe8153979335/650d8e6e5de4c8566e680d18_font.woff') format('woff'), url('https://cdn.prod.website-files.com/650861f00f97fe8153979335/650d8f4d2bd4b31e8590de71_TypeTogether%20-%20Soleil-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Soleil Semi Bold';
  src: url('https://cdn.prod.website-files.com/650861f00f97fe8153979335/650d8f4e13fd8b986a1fae7b_TypeTogether%20-%20SoleilSb.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Soleil Extra Bold';
  src: url('https://cdn.prod.website-files.com/650861f00f97fe8153979335/650d8eb6b15be0e7e6c465a6_font.woff2') format('woff2'), url('https://cdn.prod.website-files.com/650861f00f97fe8153979335/650d8eb6efb0f0ece8a38119_font.woff') format('woff'), url('https://cdn.prod.website-files.com/650861f00f97fe8153979335/650d8f4d5b5f9005dae082ba_TypeTogether%20-%20SoleilXb.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/*
@font-face {
  font-family: 'Soleil Italic';
  src: url('https://cdn.prod.website-files.com/650861f00f97fe8153979335/650d8f4d767196c615a1db6b_TypeTogether%20-%20Soleil-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Soleil Semi Bold Italic';
  src: url('https://cdn.prod.website-files.com/650861f00f97fe8153979335/650d8f4d767196c615a1db6f_TypeTogether%20-%20SoleilSb-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
*/
body { position:relative; line-height:1.6em; /*letter-spacing:.020em;*/ overflow-x:hidden; -webkit-font-smoothing: antialiased; }

.flex { display:flex }

.wrapper-full { margin:auto; width:1300px; max-width:100% !important;}
.wrapper-medium { margin:auto; width:1000px; max-width:100% !important  }
.wrapper-small { margin:auto; width:900px; max-width:100% !important; }


@media (max-width:1024px) {
  .wrapper-small, .wrapper-medium, .wrapper-full{ width:auto !important; max-width:100% !important }
}

@media (max-width:767px) {
  .wrapper-small, .wrapper-medium, .wrapper-full { width:auto !important; max-width:100% !important }
}

a { text-decoration:none; transition: all .3s ease; }
p { margin-top:0px }

h1, h2 { line-height:1.25em; margin:0px 0px 25px 0px }
h3, h4, h5, h6 { line-height:1.3em; margin:0px 0px 20px 0px } 
h5 { line-height:1.4em; }

.heading-font { font-family: "Roboto"; font-weight:700 }

img { border: 0; max-width: 100%; vertical-align: middle; display: inline-block; }

.text-white { color:#fff !important }
.upper { text-transform:uppercase }
.text-center { text-align:center }
.text-big { font-size:1.3em; line-height:1.65em}

.divider { display:block; width:70%; margin:40px auto; border:0px; border-bottom:1px solid #49940c }


.hs-error-msgs .hs-main-font-element { /*display:none !important */ } /* Hack double error msg in forms **/
span.hs-form-required { display:inline-block; padding-left:5px; }
.grecaptcha-badge { box-shadow:none !important}

ul.no-list  li { list-style:none }
/* Table of contents

  1. Variables
    1a. Containers
    1b. Colors
    1c. Typography
    1d. Buttons
    1e. Forms
    1f. Tables
    1g. Site header
    1h. Site footer
  2. Containers / Grid / DnD Areas
  3. Typography
  4. Buttons
  5. Forms
  6. Tables
  7. Site header
  8. Site footer
  9. Blog
  10. System pages
  11. Modules




*/

/* 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: 60px 0px;
}

@media (max-width: 767px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: px 0px;
  }
}  

.dnd-section >.row-fluid,
.page-center,
.content-wrapper,
.container,
.main-container,
.header .header__container {
  max-width: 90rem !important; 
  margin-left:auto; margin-right:auto;
  padding-left:1.1rem !important; padding-right:1.1rem !important;
  /*padding-left:15px; padding-right:15px; border:1px solid #333;*/
  /*border:2px solid #ff9900; */
}





body {
  color: ;
  font-weight: 400;
  font-family: Soleil;
  font-size: 18px; font-display:swap;
}

form .hsfc-TextInput, input[type=text], input[type=number], input[type=tel], select, textarea { font-family: Soleil !important; }



/* Paragraphs */

/* Anchors */

a {
  color: #334e68;
}

a:hover {
  color: #334e68;
}

/* Headings */

h1 {
  font-family: Soleil Bold;
  font-size: 48px;
  color: #102a43;  
  font-weight: 400;
}

h2 {
  font-family: Soleil Bold;
  font-size: 36px;
  color: #102a43;  
  font-weight: 400;
}

h3 {
  font-family: Soleil Bold;
  font-size: 24px;
  color: #102a43;  
  font-weight: 400;
}

h4 {
  font-family: Soleil Bold;
  font-size: px;
  color: #102a43;  
  font-weight: 400;
}

h5 {
  font-family: Soleil Bold;
  font-size: px;
  color: ;  
  font-weight: 400;
}

h6 {
  font-family: Soleil Bold;
  font-size: px;
  color: ;  
  font-weight: 400;
}


@media (max-width:1024px) {
  h1 { font-size: 35px !important } 
  h2 { font-size: 32px }
  h3 { font-size: 25px }
  h4 { font-size: 23px }
} 

/* Blockquote */

blockquote {
  border-left-color: ;
}





button,
.button a, .button .link, .hs-button,
form input[type=submit],
input[type=button].button,
.header .hs-web-interactive-inline a
{
  display:inline-block;
  background-color: #fec72d;
  border: 1px solid #fec72d !important;
  border-radius: 0px;
  color: #241a00; 
  padding: 13px 18px 11px;
  font-size: px
}

.button a, .header .hs-web-interactive-inline a {  color: #241a00 }

button:hover,
button:focus,
.button a:hover,
.button a:focus,
input[type=button].button:hover {
  background-color: #f9de8d;
  border-color: #d69f05;
  color: #241a00;
}

/*
button:active,
.button:active a {
  background-color: rgba(255, 239, 85, 1.0);
  border-color: #ffef55;
  color: #241a00;
}
*/





form,
.submitted-message {
  font-size: 18px;
  color: ;
  font-weight: 400
}

/* Form title */

.form-title {
  
  color: #333;
}

/* Form label */

form label {
  color: #333;
}
form label, form .hsfc-FieldLabel, form .hsfc-ErrorAlert { font-family: Soleil !important;}

/* Form help text */

form legend {
  color: #555555;
}

/* 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,
form .hs-input:not([type=file]) {
  border: 1px solid #d9e2ec;
  color: #333;
  background-color:#FFFFFF !important;
  border-radius: 0px;
}

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 {
  outline: none; 
  border-color: #cccccc; 
}

form input[type=text].error:focus,
form input[type=email].error:focus,
form input[type=password].error:focus,
form input[type=tel].error:focus,
form input[type=number].error:focus,
form input[type=file].error:focus,
form select.error:focus,
form textarea.error:focus {
  border-color: #ff0000 !important;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  /*color: ; */
}

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
.hs-button{
  background-color: rgba(254, 199, 45, 1.0);
  border: 1px solid #fec72d;
  border-radius: 0px;
  color: #241a00;
  padding: 13px 18px 11px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
.hs-button:hover,
.hs-button:focus{
  background-color: rgba(249, 222, 141, 1.0);
  color: #241a00;
  border: 1px solid #f9de8d;
  text-decoration:none !important;
  margin-top:-3px; margin-bottom:3px ;
}

form input[type=submit]:active,
.hs-button:active {
  background-color: rgba(255, 239, 85, 1.0);
  border-color: #ffef55;
  color: #241a00;
}





table {
  background-color: #FFFFFF;
  border-color: #000000;
}

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

thead th,
thead td {
  background-color: #000000;
  border-bottom-color: #000000;
  color: #FFFFFF;
}

tfoot td {
  background-color: #051824;
  color: #FCF5F9;
}









.footer {
  background-color: #051824;
  color: #ffffff;
}

footer.footer a {
  color:#b5bbbf;
}

footer.footer a:hover {
  color:#ffffff;
}


footer.footer .cm-form label,
footer.footer .cm-form label span{
  color:#FFFFFF;
}

footer.footer .cm-form .input input{
  color:#FFFFFF;
  background-color: #111d5e;
  border-color: #FFFFFF;
}

footer.footer .cm-form .input input:focus{
  border-color: #FFFFFF;
}

footer.footer .cm-form input[type=submit]{
  color:#111d5e;
  background-color: rgba(255, 255, 255, 1.0);
  border-color: #DD016B;
}

footer.footer .cm-form input[type=submit]:hover{
  color:#111d5e;  
  background-color: rgba(255, 255, 255, 1.0);
  border-color: #DD016B;
}







/* Blog Header */
/*
.blog-header {
  background-color: rgb({ { color_variant(theme.blog_settings.blog_colors.background_color.color, -10)|convert_rgb }});
}
*/

/* Blog Listing */
/*
.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba({ { color_variant(theme.blog_settings.blog_colors.secondary_color.color, -175)|convert_rgb }}, 0.10);
}
*/


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

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

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

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

.blog-pagination__link {
  color: ;
}

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

.blog-post__title {
  color: #102a43;
  font-family:Soleil Bold;
  font-size: 48px;
  font-weight: 400;
}

.blog-post__author {
  background-color: ;
}

#comments-listing .comment-reply-to {
  
}

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

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

/*  Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
  background-color: ;
}

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

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

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

.blog-index__post-content a {
  color: ;
}

.blog-post__read-more svg {
  fill: ;
}

.blog-sidebar ul {
 
}

.blog-sidebar a {
  color: ;
}

.blog__subscription-block, .blog-related-posts {
  
}

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

.blog-post {
  
}

.blog-post__meta a {
  color: ;
}

.blog-post__meta a:hover {
  color: #334e68;
}
.blog-post__body{
  color: 
}

.blog-post__links-container {
  
}

.blog-post__back-to-blog {
  color: ;
}

.blog-post__back-to-blog svg {
  fill: ;
}

.comment.depth-0,
.blog-comments form {
  
}

.comment.depth-1 {
  
}

.section.post-footer .hs-input {
  
}

.blog-recent-posts {
  
}













