








/* 1a. Containers */







/* 1b. Colors */















/* 1c. Typography */











































































/*   Paragraph   */














/*   Link    */



/*   List   */

























/*   Blockquote  */















/* 1d. Buttons */

/*   Button Desktop  */





/*   Button Mobile  */










































































































































/* 1e. Forms */
/*  Form Basic Styling  */










/*  Form Title Styling   */









/*  Form Button Styling  */




















/*  Form Input Styling  */

























/*  Form Label Styling  */










/*   Form Checkbox Styling  */







/*   Form Radio Button Styling  */






/*  Select Field Styling  */





/*  File Button Styling  */










 


 
 

/*   Form error message   */






/*   Form help text   */






/*   GDPR Text   */









/*  Newsletter Form Styling  */









/*  Submitted Message Styling  */



















/* 1f. Tables */

/*  Table Head  */















/*  Table Data  */















/*  Table Footer  */




















/* 1g. Website header */



/* 1h. Website footer */


:root {
  --primary_font: Cardo, 'serif';
  --secondary_font: Boston, 'sans-serif';
  --primary_color: #7CA7AD;
  --secondary_color: #EFEFEA;
  --tertiary_color: #013744;
  --quaternary_color: #94A5A8;
  --quinary_color: #0B3744;
  --senary_color: #003845;
  --septenary_color: #FDFEFE;
  --octonary_color: #FEFFFC;
  --nonary_color: ;
  --denary_color: ;
  --white_color: #FFFFFF;
  --black_color: #000000;
  --text_color: #0B3744;
}







.content-wrapper,
.wrapper{
  max-width: 1086px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  width: 100%;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px  0;
}

.dnd-section > .row-fluid {
  max-width: 1086px;
  margin: 0 auto;
  padding: 0 0px;
}

[class*="-force-full-width-section"] > .row-fluid{
  padding:0px!important;
}
body [class*="-background-image"]{
  background-repeat: repeat !important;
}

@media(max-width: 480px){
  body [class*="-vertical-alignment"] > .row-fluid{
    display: block !important;
  }
  .content-wrapper,
  .wrapper{
    padding: 0 20px;
  }
}





html {
  font-size: 15px;
}

body {
  font-family: 'Boston';
  font-weight: 400; font-family: Boston;
  color: #0B3744;
  font-size: 15px;
  text-transform: none;
  line-height: 1.667;
  letter-spacing: 0px;
  background-color: var(--white_color);
  scroll-behavior: smooth;
}
svg{
  fill: var(--white_color);
}
/* Headings */

h1,
.h1 > span,
span.h1,
.h1 h2,
.h1 h3,
.h1 h4,
.h1 h5,
.h1 h6{

  font-weight: normal; text-decoration: none; font-family: Cardo, serif; font-style: normal;
  color: #FFFFFF;
  font-size: 60px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-bottom: 15px;
  word-break: break-word;
}

h2,
.h2 > span,
span.h2,
.h2 h1,
.h2 h3,
.h2 h4,
.h2 h5,
.h2 h6{

  font-weight: normal; text-decoration: none; font-family: Cardo, serif; font-style: normal;
  color: #0B3744;
  font-size: 32px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-bottom: 1rem;
  word-break: break-word;
}

h3,
.h3 > span,
span.h3,
.h3 h1,
.h3 h2,
.h3 h4,
.h3 h5,
.h3 h6{

  font-weight: normal; text-decoration: none; font-family: Cardo, serif; font-style: normal;
  color: #0B3744;
  font-size: 22px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-bottom: 0.75rem;
  word-break: break-word;
}

h4,
.h4 > span,
span.h4,
.h4 h1,
.h4 h2,
.h4 h3,
.h4 h5,
.h4 h6{

  font-weight: normal; text-decoration: none; font-family: Cardo, serif; font-style: normal;
  color: #FFFFFF;
  font-size: 20px;
  text-transform: none;
  line-height: 1.25;
  letter-spacing: 0px;
  margin-bottom: 0.75rem;
  word-break: break-word;
}

h5,
.h5 > span,
span.h5,
.h5 h1,
.h5 h2,
.h5 h3,
.h5 h4,
.h5 h6{

  font-weight: normal; text-decoration: none; font-family: Cardo, serif; font-style: normal;
  color: #0B3744;
  font-size: 18px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-bottom: 0.50rem;
  word-break: break-word;
}

h6,
.h6 > span,
span.h6,
.h6 h1,
.h6 h2,
.h6 h3,
.h6 h4,
.h6 h5{

  font-family: Cardo, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #0B3744;
  font-size: 17px;
  text-transform: none;
  line-height: 1.471;
  letter-spacing: 0px;
  margin-bottom: 0.50rem;
  word-break: break-word;
}

/* Paragraphs */

p {
  font-weight: 400; font-family: Boston;
  color: #0B3744;
  
  font-size: 15px;
  text-transform: none;
  line-height: 1.667;
  letter-spacing: 0px;
  margin-bottom: 10px;
  word-break: break-word;
}
/* .p_small p{
;
color: ;
font-size: ;
text-transform: ;
line-height: ;
letter-spacing: ;
margin-bottom: 10px;
}
.p_large p {
;
color: ;
font-size: ;
text-transform: ;
line-height: ;
letter-spacing: ;
margin-bottom: 10px;
} */

/*  List   */
ul, ol{
  margin: 0 0 15px;
  padding-left: 30px;
}
li {
  font-weight: 400; font-family: Boston; text-decoration: none;
  color: var(--text_color);
  font-size: 15px;
  text-transform: none;
  line-height: 1.667;
  letter-spacing: 0px;  
}


/* Anchors */

a {
  {font-weight=400};
  color: #0B3744;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none;
  font-family: Cardo, serif;
  line-height: normal;
  font-weight: 400;
  font-size: 15px;
}

a:hover,
a:focus,
a:active{
  text-decoration: underline;
}
a:hover {
  color: var(--primary_color);
}

.hs-body-summry h6 a{
  color: var(--primary_color) !important
}

.body-container--blog-post p a span {
  color: var(--primary_color) !important;
}

/* Blockquote */


blockquote {
  border-left-color: #163343;
  color: #163343;
  color: #163343;
  font-size: 15px;

  text-transform: ;
  line-height: 1.667;
  letter-spacing: 0px;
  margin-bottom: 0.50rem;
  word-break: break-word;
}





button,
.button,
a.cta_button {
  text-align: center;
}

/* Solid - Primary */
/* Base Button Styles (Primary Group) */
button,
.button,
.hs-button,
.hs-blog-post-listing__post-button,
a.cta_button,
.primary_btn a.cta_button {
  display: inline-block;
  font-weight: normal; text-decoration: none; font-family: Cardo, serif; font-style: normal;
  color: #013744;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1px;
  padding-top: 14.5px;
padding-right: 26.11px;
padding-bottom: 12.5px;
padding-left: 26.1px;
;
  background-color: rgba(239, 239, 234, 1.0);
  border: 1px solid rgba(239, 239, 234, 1.0);
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus,
.hs-blog-post-listing__post-button:active,
a.cta_button:hover,
a.cta_button:focus,
a.cta_button:active,
.primary_btn a.cta_button:hover,
.primary_btn a.cta_button:focus,
.primary_btn a.cta_button:active {
  color: #FFFFFF;
  background-color: rgba(124, 167, 173, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  text-decoration: none;
}

/* Secondary Button */
.secondary_btn a.cta_button,
.secondary_btn button.cta_button,
.hs-button {
  display: inline-block;
  ;
  font-size: 15px;
  text-transform: unset;
  line-height: 1.2;
  letter-spacing: 1px;
  padding-top: 7.5px;
padding-right: 17.94px;
padding-bottom: 7.5px;
padding-left: 17.94px;
;
  border-radius: 0px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  color: #ffffff;
  background-color: rgba(11, 55, 68, 1.0);
  border: 1px solid #0B3744;
}
.secondary_btn a.cta_button {
  letter-spacing: 0;
}

.secondary_btn a.cta_button:hover,
.secondary_btn a.cta_button:focus,
.secondary_btn a.cta_button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active,
.secondary_btn button.cta_button:hover,
.secondary_btn button.cta_button:focus,
.secondary_btn button.cta_button:active {
  color: #ffffff;
  background-color: rgba(124, 167, 173, 1.0) !important;
  border: 1px solid #FFFFFF;
  text-decoration: none;
}


/* Tertiary Button */
.tertiary_btn a.cta_button,
.hs-button,
.tertiary_btn button {
  display: inline-block;
  ;
  font-size: 15px;
  text-transform: unset;
  line-height: 1.2;
  letter-spacing: 1px;
  padding-top: 7.7px;
padding-right: 10.96px;
padding-bottom: 7.7px;
padding-left: 13.25px;
;
  border-radius: 0px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  color: #ffffff;
  background-color: rgba(124, 167, 173, 1.0);
  border: 1px solid #7CA7AD;
}

.tertiary_btn a.cta_button:hover,
.tertiary_btn a.cta_button:focus,
.tertiary_btn a.cta_button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active,
.tertiary_btn button.cta_button:hover,
.tertiary_btn button.cta_button:focus,
.tertiary_btn button.cta_button:active {
  color: #ffffff;
  background-color: rgba(11, 55, 68, 1.0);
  border: 1px solid #FFFFFF;
  text-decoration: none;
}

/* Quaternary Button */
.quaternary_btn a.cta_button,
.hs-button,
.quaternary_btn button {
  display: inline-block;
  ;
  font-size: 15px;
  text-transform: unset;
  line-height: 1.2;
  letter-spacing: 0;
  padding-top: 7.7px;
padding-right: 25.6px;
padding-bottom: 7.7px;
padding-left: 25.6px;
;
  border-radius: 0px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  color: #ffffff;
  background-color: rgba(0, 56, 69, 0.0);
  border: 1px solid #ffffff;
}

.quaternary_btn a.cta_button:hover,
.quaternary_btn a.cta_button:focus,
.quaternary_btn a.cta_button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active,
.quaternary_btn button.cta_button:hover,
.tertiary_btn button.cta_button:focus,
.tertiary_btn button.cta_button:active {
  color: #7CA7AD;
  background-color: rgba(0, 56, 69, 0.0) !important;
  border: 1px solid #7CA7AD;
  text-decoration: none;
}






form{
  width: 100%;
  background-color: #EFEFEA;
  border: 0px solid #7CA7AD;
  padding: 51px 44px;
}
form .hs-richtext {
  text-align: center;
}
body .hs_cos_wrapper_type_form form .hs-form-field .input label.hs-form-booleancheckbox-display{
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}
.newsletter-form form{
  background-color: rgba(239, 239, 234, 0.0);
  border: 0px solid rgba(124, 167, 173, 1.0);
  border-radius: 0px;
  padding: 0px 0px;
}
.submitted-message {
  font-weight: normal; text-decoration: none; font-family: Cardo, serif; font-style: normal;
  color: #0B3744;
  font-size: 32px;

  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0px;
  width: 100%;
  background-color: rgba(239, 239, 234, 0.0);
  border: 0px none rgba(124, 167, 173, 0.0);
  border-radius: 0px;
  padding: 0px 0px;  
}
.submitted-message {
  font-size: 20px;
  padding: 30px 20px;
  text-align: center;
}

@media(min-width: 1000px){
  form{
    max-width: 1132px;
  }
  .submitted-message {
    max-width: 1200px;
  }
}

/* Submit button */

form input[type=submit],
form .hs-button {
  font-family: var(--primary_font);
  color: var(--white_color);
  font-size: 15px;
  font-weight: 400;
  text-transform: ;
  line-height: 1.2;
  letter-spacing: 0px;
  background-color: var(--primary_color);
  
  border-radius: 0px;
  border: unset;
  
  transition: all 0.3s ease-in-out;
  padding: 8.5px 19.4px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form input[type=submit]:active,
form .hs-button:hover,
form .hs-button:focus,
form .hs-button:active {
  color: ;
  background-color: var(--quinary_color)!important;
  border: unset;
  text-decoration: none;
}

/* Form title */

.form-title {
  ;
  color: ;
  font-size: ;

  text-transform: ;
  line-height: ;
  letter-spacing: ;
}

/* Inputs */

input[type=text],
form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea{
  font-weight: 400; font-family: Boston; text-decoration: none;
  color: #7CA7AD;
  font-size: 22px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0px;
  background-color:  rgba(255, 255, 255, 1.0);
  border: 0px solid #7CA7AD;
  border-radius: 0px;
  min-height: 76px;
  padding: 12px 47px; 
  width: 100%!important;
}

body .hs_cos_wrapper_type_form form .hs-form-field .input .hs-form-radio .hs-form-radio-display span,
form .hs-fieldtype-checkbox ul.multi-container li.hs-form-checkbox label{
  font-weight: 400; font-family: Boston; text-decoration: none;
  color: ;
  font-size: ;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0px;
  text-align: left;
}

.hs-input.invalid.error{
  border-color: #7CA7AD;
}
body .hs-input:focus, .hs-input:focus-visible {
  /*   border: none; */
}
.hs-input:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
  box-shadow: none;
}


/*   Form Checkbox  */

form .hs-fieldtype-checkbox ul.multi-container li.hs-form-checkbox label,
form .hs-fieldtype-booleancheckbox ul li.hs-form-booleancheckbox label{
  padding-left: 26px;
  margin-left: 19px;
  position: relative;
  cursor: pointer;
}



input[type=checkbox],
body .hs_cos_wrapper_type_form form .hs-form-field .input input[type=checkbox]{
  -webkit-appearance: none;
  appearance: none;
  background: rgba(255, 255, 255, 1.0);
  border: 1px solid #767676;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 6px;
  left:0;
  margin-right: 14px;
  width: 13px;
  height: 13px;
}
body .hs_cos_wrapper_type_form form .hs-form-field {
  margin-bottom: 27px;
  position: relative;
}
body .hs_cos_wrapper_type_form form .hs-form-field.hs_recaptcha .input {
  background-color: unset;
}
input[type=checkbox]:checked,
body .hs_cos_wrapper_type_form form .hs-form-field .input input[type=checkbox]:checked{
  background: rgba(148, 165, 168, 1.0); 
  border-color: rgba(148, 165, 168, 1.0);
}
input[type=checkbox]:checked:after,
body .hs_cos_wrapper_type_form form .hs-form-field .input input[type=checkbox]:checked:after{
  border: 2px solid rgba(255, 255, 255, 1.0);
  border-right: 0;
  border-top: 0;
  content: "";
  height: 5px;
  left: 1px;
  position: absolute;
  top: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  width: 9px;
}

/*  Form Radio  */

body .hs_cos_wrapper_type_form form .hs-form-field .input input[type="radio"] {
  border: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  position: relative;
}
body .hs_cos_wrapper_type_form form .hs-form-field .input input[type="radio"]::before{
  background: rgba(255, 255, 255, 1.0); 
  border: 2px solid rgba(148, 165, 168, 1.0);
  border-radius: 50%;
  position: absolute;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  top: 2px;
}
body .hs_cos_wrapper_type_form form .hs-form-field .input label.hs-form-radio-display,
body .hs_cos_wrapper_type_form form .hs-form-field .input label.hs-form-booleancheckbox-display{
  display: flex;
  align-items: flex-start;
  margin-bottom:0;
}
body .hs_cos_wrapper_type_form form .hs-form-field .input input[type="radio"]:checked:after{
  background: rgba(148, 165, 168, 1.0); 
  border-radius: 50%;
  position: absolute;
  content: "";
  display: inline-block;
  left: 4px;
  top: 6px;
  width: 10px;
  height: 10px;  
}
body .hs_cos_wrapper_type_form form .hs-form-field .input input[type="radio"]:checked:before{
  border: 2px solid rgba(148, 165, 168, 1.0);
}
body .hs_cos_wrapper_type_form form .hs-form-field .input .hs-form-radio-display span{
  margin-left: 30px;
}

/*   Select   */

form select{
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  background: url(https://50313634.fs1.hubspotusercontent-na1.net/hubfs/50313634/Dropdown%20arrow%20with%20background%20color.svg) no-repeat;
  background-position: calc(100% - 20px);
  background-repeat: no-repeat;
  background-size: 36px 36px;
}

/*  Upload File Button  */

input[type="file"]::-webkit-file-upload-button {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.0);
  padding: 0px 0px;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 69.5px);
  width: max-content;
  height: 48px;
  margin: 0 auto;
  float: none;
  cursor: pointer;
  text-align: center;
  font-weight: 700; text-decoration: none; font-family: Cardo, serif; font-style: normal;
  color: #013744;
  color: #013744;
  font-size: 16px;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type="file"]::-webkit-file-upload-button:hover,
input[type="file"]::-webkit-file-upload-button:focus{
  color: #013744;
  background: rgba(255, 255, 255, 0.0);
}

form .file-upload-button-label {
  font-weight: 700; text-decoration: none; font-family: Cardo, serif; font-style: normal;
  color: #013744;
  font-size: 16px;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0px;
  border: ;
  position: absolute;
  left: 50%;
  top: 7.5px;
  width: auto;
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 0px;
  height: 30px;
}

form .file-upload-file-name {
  font-weight: 700; text-decoration: none; font-family: Cardo, serif; font-style: normal;
  color: #013744;
  font-size: 16px;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0px;
  position: relative;
  width: 100%;
  left: 50%;
  right: 50%;
  top: 0px;
  cursor: pointer;
  max-width: 100%;
  box-sizing:border-box;
}

/* Labels */

form label {
  ;
  color: ;
  
  font-size: 22px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0px;
  word-break: break-word;
  margin-bottom: 0;
  /* 	padding-bottom: 15px; */
}
form textarea {
  min-height: 179px;
  resize: unset!important;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  font-weight: 400; font-family: Boston; text-decoration: none;
  color: #7ca7ad;
  font-size: 22px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0px;
  font-style: normal;
}

::-moz-placeholder {
  font-weight: 400; font-family: Boston; text-decoration: none;
  color: #7ca7ad;
  font-size: 22px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0px;
  font-style: normal;
}

:-ms-input-placeholder {
  font-weight: 400; font-family: Boston; text-decoration: none;
  color: #7ca7ad;
  font-size: 22px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0px;
  font-style: normal;
}

::placeholder{
  font-weight: 400; font-family: Boston; text-decoration: none;
  color: #7ca7ad;
  font-size: 22px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0px;
  font-style: normal;
}

form select option::disabled,
select.is-placeholder{
  font-weight: 400; font-family: Boston; text-decoration: none;
  color: #7ca7ad;
  font-size: 22px;

  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0px;  
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #7ca7ad;
}

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

body .fn-date-picker td .pika-button:hover,
body .fn-date-picker td .pika-button:focus{
  background-color: #013744 !important;
}

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

/*  Form Error Message  */

/* .hs-error-msgs label a, .hs_error_rollup {
display: none;
} */
form .input {
  display: block;
  margin-bottom: 0;
  position: relative;
  background-color:  rgba(255, 255, 255, 1.0);
}
form fieldset.form-columns-1 .input {
  margin-right: 0px!important;
}
form fieldset.form-columns-2 .hs-form-field .input {
  margin-right: 9px!important;
}
form fieldset.form-columns-2 .hs-form-field:last-child .input {
  margin-right: 0px!important;
  margin-left: 9px!important;
}
body .container-fluid .row-fluid .hs-error-msgs label{
  position: absolute;
  font-weight: normal; text-decoration: none; font-family: Cardo, serif; font-style: normal;
  color: #f2545b;
  font-size: 10px;
  text-transform: none;
  line-height: 1.25;
  letter-spacing: 0px;
  position: absolute;
  bottom: -14px
    /*   display: none; */
}

/* Help text */

form legend {
  font-weight: normal; text-decoration: none; font-family: Cardo, serif; font-style: normal;
  color: #7CA7AD;
  font-size: 11px;

  text-transform: none;
  line-height: 1.25;
  letter-spacing: 0px;
}

/*  GDPR Text   */

.hs-form-booleancheckbox span,
.hs-form-booleancheckbox-display p,
.legal-consent-container .hs-form-booleancheckbox-display{
  font-weight: normal; text-decoration: none; font-family: Cardo, serif; font-style: normal;
  color: #7CA7AD;
  font-size: 14px;

  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0px;
  word-break: break-word;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  vertical-align: middle;
}
.hs-form-radio span,
.hs-form-checkbox span,
.hs-form-booleancheckbox span{
  user-select: none;
  cursor: pointer;
}

.hs-form-booleancheckbox span, .hs-form-booleancheckbox-display p, .legal-consent-container .hs-form-booleancheckbox-display, .hs-form-booleancheckbox span a {
  font-weight: normal;
  text-decoration: none;
  /*   font-family: Monograf, Monograf; */
  font-style: normal;
  color: var(--tertiary_color);
  font-size: 16px;
  text-transform: none;
  line-height: 26px;
  letter-spacing: 0px;
  word-break: break-word;
}
.hs-form-booleancheckbox span a:hover{
  color: var(--text_color);
  text-decoration: underline;
}




/* Table header */

thead th {
  font-weight: 300; text-decoration: none; font-family: Cardo, serif; font-style: normal;
  color: #0B3744;
  font-size: 20px;
  font-weight:normal;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: -0.8px;
  background-color:  rgba(124, 167, 173, 1.0);
  border: 2px solid rgba(11, 55, 68, 1.0);
  padding: 14px 18px;
}

/*  Table Data  */

table td {
  font-weight: 400; font-family: Boston; text-decoration: none;
  color: #0B3744;
  font-size: 15px;
  font-weight:300;
  text-transform: none;
  line-height: 1.875;
  letter-spacing: -0.96px;
  background-color:  rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(124, 167, 173, 1.0);
  padding: 18px 18px;
}

/* Table footer */

table tfoot td {
  font-weight: normal; text-decoration: none; font-family: Cardo, serif; font-style: normal;
  color: #7CA7AD;
  font-size: 24px;

  text-transform: none;
  line-height: 1.25;
  letter-spacing: 0px;
  background-color: rgba(255, 255, 255, 0.0);
  padding:  18px;
}

/* Table */

table {
  background-color: rgba(255, 255, 255, 0.0);
  border: 1px solid rgba(11, 55, 68, 1.0);
  padding: 0px 0px;
}






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

/* Blog post */

.blog-post__meta a {
  color: #0B3744;
}

.blog-post__tag-link {
  color: #0B3744;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #000f1c;
}

.blog-post__tag-link:active {
  color: #335f6c;
}

/* 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-weight: normal; text-decoration: none; font-family: Cardo, serif; font-style: normal;
  text-transform: none;
}

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

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

.blog-related-posts__title-link:active {
  color: #335f6c;
}

/* Blog comments */

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

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

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

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





.hs-search-results__title {
  font-weight: normal; text-decoration: none; font-family: Cardo, serif; font-style: normal;
  color: #FFFFFF;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: normal; text-decoration: none; font-family: Cardo, serif; font-style: normal;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #6EB145 ;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #000f1c;
}

.hs-blog-post-listing__post-title-link:active {
  color: #335f6c;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #0B3744;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #0B3744;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #000f1c;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #335f6c;
}

.hs-pagination__link-icon svg {
  fill: #0B3744;
}

/* Pricing card */

.card__price {
  font-weight: normal; text-decoration: none; font-family: Cardo, serif; font-style: normal;
  color: #0B3744;
  font-size: 22px;

}

.card__body svg {
  fill: #7CA7AD;
}

/* Social follow */

.social-links__icon {
  background-color: #7CA7AD;
}

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

.social-links__icon:active {
  background-color: #a4cfd5;
  font-weight: normal; text-decoration: none; font-family: Cardo, serif; font-style: normal;
  color: #0B3744;
  font-size: 22px;

}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  h1,
  .h1 > span,
  span.h1,
  .h1 h2,
  .h1 h3,
  .h1 h4,
  .h1 h5,
  .h1 h6 {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0px;
  }

  h2,
  .h2 > span,
  span.h2,
  .h2 h1,
  .h2 h3,
  .h2 h4,
  .h2 h5,
  .h2 h6 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0px;
  }

  h3,
  .h3 > span,
  span.h3,
  .h3 h1,
  .h3 h2,
  .h3 h4,
  .h3 h5,
  .h3 h6 {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0px;
  }

  h4,
  .h4 > span,
  span.h4,
  .h4 h1,
  .h4 h2,
  .h4 h3,
  .h4 h5,
  .h4 h6 {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0px;
  }

  h5,
  .h5 > span,
  span.h5,
  .h5 h1,
  .h5 h2,
  .h5 h3,
  .h5 h4,
  .h5 h6 {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0px;
  }

  h6,
  .h6 > span,
  span.h6,
  .h6 h1,
  .h6 h2,
  .h6 h3,
  .h6 h4,
  .h6 h5 {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0px;
  }

  /* Anchor tags inside headings */

  h1 a,
  .h1 h2 a,
  .h1 h3 a,
  .h1 h4 a,
  .h1 h5 a,
  .h1 h6 a {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0px;
  }

  h2 a,
  .h2 h1 a,
  .h2 h3 a,
  .h2 h4 a,
  .h2 h5 a,
  .h2 h6 a {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0px;
  }

  h3 a,
  .h3 h1 a,
  .h3 h2 a,
  .h3 h4 a,
  .h3 h5 a,
  .h3 h6 a {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0px;
  }

  h4 a,
  .h4 h1 a,
  .h4 h2 a,
  .h4 h3 a,
  .h4 h5 a,
  .h4 h6 a {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0px;
  }

  h6 a,
  .h6 h1 a,
  .h6 h2 a,
  .h6 h3 a,
  .h6 h4 a,
  .h6 h5 a {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0px;
  }

  li {
    font-size: 15px;
    line-height: 1.667;
    letter-spacing: 0px;
  }

  

  blockquote {
    font-size: 15px;
    line-height: 1.667;
    letter-spacing: 0px;
  }

  /* Paragraph (base only, large/medium/small can be added if needed) */
  p,
  .p {
    font-size: 15px;
    line-height: 1.667;
    letter-spacing: 0px;
  }

  /*   .p_small p {
  font-size: ;
  line-height: ;
  letter-spacing: ;
}
  .p_large p {
  font-size: ;
  line-height: ;
  letter-spacing: ;
} */
}

@media(max-width: 767px){
  body .hs_cos_wrapper_type_form form .hs-form-field{
    width: 100%!important;
    margin-bottom: 20px;
  }
  form fieldset.form-columns-2 .hs-form-field .input,
  form fieldset.form-columns-2 .hs-form-field:last-child .input {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .submitted-message {
    font-size: 20px;
    padding: 30px 20px;
    text-align: center;
  }
  input[type=text],
  form input[type=text],
  form input[type=search],
  form input[type=email],
  form input[type=password],
  form input[type=tel],
  form input[type=number],
  form input[type=file],
  form select,
  form textarea {
    font-size: 16px;
    min-height: 56px;
    padding: 10px 15px;
  }
  input[type=text]::placeholder,
  form input[type=text]::placeholder,
  form input[type=search]::placeholder,
  form input[type=email]::placeholder,
  form input[type=password]::placeholder,
  form input[type=tel]::placeholder,
  form input[type=number]::placeholder,
  form input[type=file]::placeholder,
  form select::placeholder,
  form textarea::placeholder {
    font-size: 16px;
  }
  form {
    padding: 35px 20px;
  }
  form select {
    background-size: 26px 26px;
  }
}
@media(max-width: 480px){
  body {
    font-size: 11px;
    line-height: 1.455;
  }
  body .hs_cos_wrapper_type_form form .hs-form-field{
    position: relative;
    margin-bottom: 4px;
  }

  /*   Headings   */

  h1,
  .h1 > span,
  span.h1,
  .h1 h2,
  .h1 h3,
  .h1 h4,
  .h1 h5,
  .h1 h6{
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0px;
  }

  h2,
  .h2 > span,
  span.h2,
  .h2 h1,
  .h2 h3,
  .h2 h4,
  .h2 h5,
  .h2 h6{
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
  }

  h3,
  .h3 > span,
  span.h3,
  .h3 h1,
  .h3 h2,
  .h3 h4,
  .h3 h5,
  .h3 h6{
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0px;
  }

  h4,
  .h4 > span,
  span.h4,
  .h4 h1,
  .h4 h2,
  .h4 h3,
  .h4 h5,
  .h4 h6{
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0px;
  }

  h6,
  .h6 > span,
  span.h6,
  .h6 h1,
  .h6 h2,
  .h6 h3,
  .h6 h4,
  .h6 h5{
    font-size: 13px;
    line-height: 1.455;
    letter-spacing: 0px;
  }

  h1 a,
  .h1 h2 a,
  .h1 h3 a,
  .h1 h4 a,
  .h1 h5 a,
  .h1 h6 a{
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
  h2 a,
  .h2 h1 a,
  .h2 h3 a,
  .h2 h4 a,
  .h2 h5 a,
  .h2 h6 a{
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
  h3 a,
  .h3 h1 a,
  .h3 h2 a,
  .h3 h4 a,
  .h3 h5 a,
  .h3 h6 a{
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
  h4 a,
  .h4 h1 a,
  .h4 h2 a,
  .h4 h3 a,
  .h4 h5 a,
  .h4 h6 a{
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
  h6 a,
  .h6 h1 a,
  .h6 h2 a,
  .h6 h3 a,
  .h6 h4 a,
  .h6 h5 a{
    font-size: 13px;
    line-height: 1.455;
    letter-spacing: 0px;
  }

  /* Paragraphs */

  /*   .p_large p{
  font-size: ;
  line-height: ;
  letter-spacing: ;
} */

  /*  List   */

  li {
    font-size: 11px;
    line-height: 1.455;
    letter-spacing: 0px;
  }

  

  /*   anchor tag */
  a {
    font-size: 10px;
  }

  /* Blockquote */


  blockquote {
    font-size: 11px;
    line-height: 1.455;
    letter-spacing: 0px;
  }

  /* Solid - Primary */
  /* Base Button Styles (Primary Group) */
  button,
  .button,
  .hs-button,
  .hs-blog-post-listing__post-button,
  a.cta_button,
  .primary_btn a.cta_button {
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    padding-top: 7px;
padding-right: 12.6px;
padding-bottom: 3px;
padding-left: 12.6px;
;
  }

  /* Solid - Secondary */
  .secondary_btn a.cta_button,
  .secondary_btn button.cta_button {
    font-size: 10px;
    padding-top: 6px;
padding-right: 11px;
padding-bottom: 5px;
padding-left: 11px;
;
  }

  /* Solid - Tertiary */
  .tertiary_btn a.cta_button,
  .tertiary_btn button.cta_button {
    font-size: 9px;
    padding-top: 4.4px;
padding-right: 11px;
padding-bottom: 4.4px;
padding-left: 10.7px;
;
    letter-spacing: 0;
  }

  /* Solid - Quaternary */
  .quaternary_btn a.cta_button,
  .quaternary_btn button.cta_button {
    font-size: 9px;
    padding-top: 6px;
padding-right: 11px;
padding-bottom: 5px;
padding-left: 11px;
;
  }



  /*  Form  */
  form {
    padding: 18px 13px;
  }

  form label{
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0px;
  }
  /* Inputs */

  input[type=text],
  form input[type=text],
  form input[type=search],
  form input[type=email],
  form input[type=password],
  form input[type=tel],
  form input[type=number],
  form input[type=file],
  form select,
  form textarea{
    font-size: 10px;
    line-height: ;
    letter-spacing: ;
    background-color:  rgba(255, 255, 255, 1.0);
    min-height: 31px;
    padding: 9px 12px;
  }

  form input[type=submit],
  form .hs-button{
    font-size: 10px;
    line-height: ;
    letter-spacing: px;
    
    padding: 6.5px 15.45px;
    margin-top: 14px!important;
  }
  form select {
    background: url(https://50313634.fs1.hubspotusercontent-na1.net/hubfs/50313634/Dropdown%20arrow%202.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
  }
  form .hs_recaptcha {
    padding-top: 8px;
  }
  input[type=text]::placeholder,
  form input[type=text]::placeholder,
  form input[type=search]::placeholder,
  form input[type=email]::placeholder,
  form input[type=password]::placeholder,
  form input[type=tel]::placeholder,
  form input[type=number]::placeholder,
  form input[type=file]::placeholder,
  form select::placeholder,
  form textarea::placeholder {
    font-size: 10px;
  }
  .submitted-message {
    font-size: 13px;
    text-align: center;
    padding: 20px;
    line-height: 1.2;
  }

  /*   Table  */

  /* Table header */

  thead th {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.4px;
  }
  /*  Table Data   */
  table td {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.5px;
  }
  /* Table Footer  */
  table tfoot td {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0px;
  }

  table {
    display: block;
    overflow-x: auto;
    padding: 0;
    white-space: nowrap;
  }

  /**************   Header    ***************/

  .header .hs-menu-wrapper ul li.hs-menu-item a{
    font-size: ;
    line-height: ;
    letter-spacing: ;
  }
  .header a.cta_button{
    font-size: ;
    line-height: ;
    letter-spacing: ;
  }

  /*   Footer  */

  .footer p,
  .footer p a,
  .footer h1,
  .footer h2,
  .footer h3,
  .footer h4,
  .footer h5,
  .footer h6,
  .footer span{
    font-size: ;
    line-height: ;
    letter-spacing: ;
  }

  .footer .hs-menu-wrapper ul li.hs-menu-item a{
    font-size: ;
    line-height: ;
    letter-spacing: ;
  }
  body .container-fluid .row-fluid .hs-error-msgs label {
    font-size: 6px;
    bottom: -1px /* display: none; */;
    left: 2px;
  }
}

@media(max-width: 480px){
  h5,
  .h5 > span,
  span.h5,
  .h5 h1,
  .h5 h2,
  .h5 h3,
  .h5 h4,
  .h5 h6{
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
  h5 a,
  .h5 h1 a,
  .h5 h2 a,
  .h5 h3 a,
  .h5 h4 a,
  .h5 h6 a{
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
  p {
    font-size: 13px;
    line-height: 1.455;
    letter-spacing: 0px;
  }
}




.section_spacer_1 {
  padding: 20px 0;
}
.element_spacer_1{
  padding-bottom: 10px;
}
.title_spacer{
  padding-bottom: 30px;
}
.color_box{
  padding: 15px;
  text-align: center;
}
.custom_box {
  background: #f4f4f4;
  margin-bottom: 16px;
  max-width: 100%;
  padding: 12px;
  width: max-content;
}

sub {
  left: 0px;
  color: #2a3f4d;
}
sup {
  font-size: 15px;
}
body .row-fluid form .hs_submit .actions {
  text-align: center;
}
body .row-fluid form .hs-button {
  max-width: fit-content;
  width: 100%;
  margin-top: 18px;
  background-color: ;
}
.align-center {
  text-align: center;
  margin: 0 auto;
}
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white p,
.all-text-white a,
.all-text-white li,
.all-text-white strong,
.all-text-white span
{
  color: #FFF !important;
}
.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero p,
.text-margin-zero a,
.text-margin-zero li{
  margin-bottom:0px !important;
}

@media(max-width: 336px){
  body .hs_cos_wrapper_type_form form .grecaptcha-badge {
    zoom: 0.8;
  }
}