

/* Default Theme base styles */



/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *: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 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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: bolder;
}

/**
 * 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;
}


/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

.row-fluid {
	display: flex;
	gap: 1rem;
}
@media (min-width: 1200px) {
  .body-container-wrapper .row-fluid {
    gap: 3rem;
  }
}
.row-fluid [class*='span'] {
	flex: 1;
}
.row-fluid .span12 {
	flex-basis: 100%;
}
.row-fluid .span11 {
	flex-basis: 91.66%;
}
.row-fluid .span10 {
	flex-basis: 83.33%;
}
.row-fluid .span9 {
	flex-basis: 75%;
}
.row-fluid .span8 {
	flex-basis: 66.66%;
}
.row-fluid .span7 {
	flex-basis: 58.33%;
}
.row-fluid .span6 {
	flex-basis: 50%;
}
.row-fluid .span5 {
	flex-basis: 41.66%;
}
.row-fluid .span4 {
	flex-basis: 33.33%;
}
.row-fluid .span3 {
	flex-basis: 25%;
}
.row-fluid .span2 {
	flex-basis: 16.66%;
}
.row-fluid .span1 {
	flex-basis: 8.33%;
}
@media (max-width: 1199px) {
	.row-fluid {
		flex-direction: column !important;
	}
}
.content-wrapper,
.container,
.dnd-section > .row-fluid,
.system-container,
.header-container {
  max-width: 1500px;
}
.dnd-section {
  padding: 0px 20px;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1500px;
}
.dnd-section > .row-fluid {
  margin: 0 auto;
}

/* DnD Section Breakpoint Update */
@media (max-width: 1200px) {
    .dnd-section {
        max-width: 575px;
        margin-left: auto;  /* Center horizontally */
        margin-right: auto; /* Center horizontally */
        display: block;     /* Ensure the element is a block-level element */
    }

    /* Exclude the first .dnd-section on each page */
    .dnd-section:first-of-type,
    /* Exclude the last two .dnd-section elements on the homepage */
    .dnd-section:nth-last-of-type(1),
    .dnd-section:nth-last-of-type(2) {
        max-width: none; /* Removes the max width restriction */
    }
}



/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe,
.hs-responsive-embed object,
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 56.25%;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

.header-container {
  display: flex;
  max-width: 1500px;
  margin: 0 auto;
  padding: 10px 20px 20px;
}
.header-left-wrap {
  display: flex;
}
.header-right-wrap {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  align-self: flex-start;
}
.header-right-wrap .top-nav {
  display: flex;
  justify-content: flex-end;
}
.header-right-wrap .main-menu {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}
@media screen and (min-width: 1200px) {
  .header-container {
    padding: 20px;
  }
  .header-left-wrap {
    min-width: 330px;
  }
  .header-right-wrap {
    flex-direction: column;
    margin-top: 10px;
    align-self: flex-end;
  }
  .header-right-wrap .top-nav {
    margin-bottom: 30px;
  }
  .header-right-wrap .main-menu {
    justify-content: space-around;
    margin-bottom: 0;
  }
}
.gmodal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s ease-in-out;
}
.gmodal-toggle {
  cursor: pointer;
}
.gmodal-content {
  background-color: #c2d2d5;
  margin: 10vh auto;
  overflow-y: auto;
  padding: 20px;
  width: 90%;
}
.gmodal-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.gmodal-close {
  fill: #2d637f;
  color: #2d637f;
  cursor: pointer;
  display: block;
  height: 40px;
  width: 40px;
  border: 2px solid #2d637f;
  padding: 6px 8px 0px;
}
.gmodal-close:hover,
.gmodal-close:focus {
  text-decoration: none;
  cursor: pointer;
  fill: #f68b1f;
  color: #f68b1f;
  border: 2px solid #f68b1f;
}
.gmodal-title {
  color: #FFF;
}

@media (min-width: 1366px) {
  .gmodal-content {
    margin: 10vh auto;
    padding: 20px;
    width: 30%;
  }
}

.show-for-sr {
  display: none;
}
.widget-type-rich_text img,
.hs-cta-wrapper img,
img {
  max-width: 100%;
  height: auto;
  font-size: 14px;
  word-break: normal;
  vertical-align: middle;
}
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}
html {
  font-size: 16px;
}
body {
  line-height: 1.4;
  word-break: break-word;
  color: #23424c;
  font-family: "Avenir45Book", Helvetica;
  font-size: 1.125rem;
  hyphens: none;  
}
h1, h2, h3, h4, h5, h6 {
  display: block;
  margin: .25rem 0 0 0;
  color: #2d637f;
  line-height: normal;
  font-family: "Avenir95Black", Helvetica;
}
/* Original rule 
h1 {
 font-size: 3.125rem;
}
h2 {
  font-size: 1.875rem;
}
h3 {
  font-size: 1.438rem;  
}
h4, h5, h6 {
  font-size: 1.25rem; 
}
@media (max-width: 991px) {
  h1 {
   font-size: 1.5rem !important; 
  }  
  h2 {
   font-size: 1.313rem !important; 
  }
  h3 {
   font-size: 1.25rem !important; 
  }  
  h4, h5, h6 {
   font-size: 1.125rem !important;
  }
}
*/
h1 {
 font-size: 3.125rem;
}
h2 {
  font-size: 2.25rem;
}
h3 {
  font-size: 1.875rem;  
}
h4, {
  font-size: 1.525rem; 
}
  h5, h6 {
  font-size: 1.125rem; 
}
@media (max-width: 991px) {
  h1 {
   font-size: 1.5rem !important; 
  }  
  h2 {
   font-size: 1.5rem !important; 
  }
  h3 {
   font-size: 1.30rem !important; 
  }  
  h4, h5, h6 {
   font-size: 1.125rem !important;
  }
}






blockquote {
  border-left-color: #000000;
}
p {
  font-size: 1.125rem;
  line-height: 1.4;
  font-family: "Avenir45Book", Helvetica;
  margin: 0.5rem 0;
}
a {
  font-size: 1.125rem;
  font-family: "Avenir85Heavy", Helvetica;
  color: #f68b1f;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #7a97a9;
  text-decoration: none;
}
pre {
  overflow: auto;
}
code {
  vertical-align: bottom;
}
blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}
hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
ul,
ol {
  margin: 0 0 1.4rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
ul {
  list-style: none;
}

li .custom-li{
position: relative; 
  padding-left: 20px;
}
li .custom-bullet {
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 3px;
    background-color: #f68b1f;
    display: inline-block;
}

.hs_cos_wrapper_type_rich_text ul,
.widget-type-post_listing ul,
.widget-type-post_filter ul {
  margin: 5px 0 15px;
  padding: 0;
}
.hs_cos_wrapper_type_rich_text ul li,
.widget-type-post_listing ul li,
.widget-type-post_filter ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 18px;
}
.hs_cos_wrapper_type_rich_text ul li::before,
.widget-type-post_listing ul li::before,
.widget-type-post_filter ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  border-radius: 1000px;
  display: block;}
  
  .centered-h4 {
  height: 70px; /* Set your desired height */
  display: flex;
  align-items: center; /* Center text vertically */
  justify-content: center; /* Center text horizontally */
  text-align: center; /* Ensure text alignment */
}
  border-top: 3px solid #f68b1f;
}
.hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
}
.hs-button-one,
.hs_cos_wrapper .button,
a.button,
.footer a.button,
form input[type=submit],
form input[type=reset],
form .hs-button,
form input[type=submit],
form .hs-button {
  color: #2d637f;
  font-size: 1.125rem; 
  text-align: center;
  font-family: "Avenir85Heavy", Helvetica;
  display: inline-flex;
  background-color: #ffffff;
  border: 4px solid #f68b1f;
  text-decoration: none;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  padding: 6px 9px;
}
.hs-button-one:hover,
.hs-button-one:active,
.hs-button-one:focus,
.hs_cos_wrapper .button:hover,
.hs_cos_wrapper .button:active,
.hs_cos_wrapper .button:focus,
a.button:hover,
a.button:active,
a.button:focus,
.footer a.button:hover,
.footer a.button:active,
.footer a.button:focus,
form input[type=submit]:hover,
form input[type=submit]:active,
form input[type=submit]:focus,
form input[type=reset]:hover,
form input[type=reset]:active,
form input[type=reset]:focus,
form .hs-button:hover,
form .hs-button:active,
form .hs-button:focus,
form input[type=submit]:hover,
form .hs-button:hover {
  background-color: #2d637f;
  color: #ffffff;
  border: 4px solid #ffffff;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out  
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .hs-button-one, 
  .hs_cos_wrapper .button,
  a.button,
  .footer a.button,
  form input[type=submit],
  form input[type=reset],
  form .hs-button,
  form input[type=submit],
  form .hs-button {  
    font-size: 1.3125rem;
    padding: 6px 10px;
  }
}