/* Theme base styles */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,600;1,800&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

:root {

	/* Spacing */

	--container-width: 1200px;
	--container-width-narrow: 880px;
	--vertical-spacing: 12rem;
	--gap: 2rem;
	--gap-sm: calc(var(--gap) / 2);
	--gap-md: calc(var(--gap) * 2);
	--gap-lg: calc(var(--gap) * 4);

	/* Colors */
  
  /* BRAND Navy Blue */
/* 	--base-color: #024D85; */
  /* BRAND Oxford Blue */
/* 	--primary-color: #0A2240; */
  /* BRAND Pale Yellow */
/* 	--secondary-color: #FFD457; */
  /* BRAND Navy Blue */
/* 	--tertiary-color: #024D85; */

    /* BRAND COLORS */
    --color-deep-sea: #00263E;
    --color-sunset: #FFBF3F;
    --color-sunrise: #FCD757;
    --color-summer: #E87722;
    
  /* BRAND Deep Sea */
	--base-color: var(--color-deep-sea);
  /* BRAND Deep Sea */
	--primary-color: var(--color-deep-sea);
  /* BRAND Pale Yellow/Sunset */
	--secondary-color: var(--color-sunset);
  /* BRAND Sunrise */
	--tertiary-color: var(--color-sunrise);
    
	--black: #000;
/* BRAND Dark Grey */
	--dark-gray: #828282;
  /* BRAND Light Grey */
	--light-gray: #F8F8F8;
	--medium-gray: #c3c3c3; /* form borders, form placeholders, table borders, table header, table footer, dividers */
	--white: #fff;
    
    --primary-button-bg-color: var(--color-sunrise);
    --primary-button-border-color: var(--color-sunrise);
    --primary-button-text-color: var(--color-deep-sea);
    --primary-button-bg-color-hover: var(--color-sunrise);
    --primary-button-border-color-hover: var(--color-sunrise);
    --primary-button-text-color-hover: var(--color-deep-sea);

	/* Typography 
font-weight: 400;
font-size: 18px;
line-height: 28px;
*/

	--base-font-size: 16px;
	--base-line-height: 1.7;
	--primary-font-family: new-hero, Arial, sans-serif;
	--secondary-font-family: new-hero, Georgia, serif;
/*     --primary-font-family: 'New Hero', Arial, sans-serif;
	--secondary-font-family: 'New Hero', Georgia, serif; */

}

/* Generic */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

section#shadow-host-companion {
    padding: 0;
}
/*! 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: 85%;
}

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



.content-wrapper {
  max-width: var(--container-width);
  margin: 0 auto;
}

.content-wrapper--narrow {
  max-width: var(--container-width-narrow);
}

section,
.dnd-section,
.content-wrapper--vertical-spacing {
  padding: calc(var(--vertical-spacing) / 2) 2rem;
}

.dnd-section > .row-fluid {
  max-width: var(--container-width);
  margin: 0 auto;
}

.dnd-section .row-module {
  margin: 0 calc(var(--gap) * -1);
}

.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container-width);
  position: relative;
}

.dnd-section > .row-fluid .hs-private {
  width: 100%; /* for the dnd add module here placeholder */
}

@media (min-width: 768px) {
  .dnd-section .row-fluid {
    -webkit-column-gap: var(--gap);
       -moz-column-gap: var(--gap);
            column-gap: var(--gap);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .dnd-section [class*='span'] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  
    .dnd-section .span0 {
      flex-basis: 0.0%;
    }
  
    .dnd-section .span1 {
      flex-basis: 8.333333333333332%;
    }
  
    .dnd-section .span2 {
      flex-basis: 16.666666666666664%;
    }
  
    .dnd-section .span3 {
      flex-basis: 25.0%;
    }
  
    .dnd-section .span4 {
      flex-basis: 33.33333333333333%;
    }
  
    .dnd-section .span5 {
      flex-basis: 41.66666666666667%;
    }
  
    .dnd-section .span6 {
      flex-basis: 50.0%;
    }
  
    .dnd-section .span7 {
      flex-basis: 58.333333333333336%;
    }
  
    .dnd-section .span8 {
      flex-basis: 66.66666666666666%;
    }
  
    .dnd-section .span9 {
      flex-basis: 75.0%;
    }
  
    .dnd-section .span10 {
      flex-basis: 83.33333333333334%;
    }
  
    .dnd-section .span11 {
      flex-basis: 91.66666666666666%;
    }
  
    .dnd-section .span12 {
      flex-basis: 100.0%;
    }
  
}

@media (min-width: 992px) {
  section,
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: var(--vertical-spacing) 2rem;
  }
}

/* Visibilty classes */

.hide {
  display: none !important;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
  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;
  }
}

/* Elements */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

body {
  color: var(--color-deep-sea, #00263E);
  font-family: var(--primary-font-family);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  word-break: break-word;
}

/* Anchors */

a {
  color: var(--primary-color);
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover,
a:focus {
  color: var(--primary-color);
}

a:active {
  color: var(--primary-color);
}

/* anchor tags in content : added by Carlos */
.hs_cos_wrapper_type_rich_text p a span {
    text-decoration: underline;
}

/* Paragraphs */

p {
  margin: 0 0 2rem;
    line-height: 130%;
}

/* Headings */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 2rem;
  font-family: var(--secondary-font-family);
  line-height: 1.2;
  text-transform: lowercase;
}

h1,
.h1 {
  font-size: clamp(4.6rem, 5vw, 7.2rem);
  line-height: 110%;
  font-style: normal;
  font-weight: 400;
  color: var(--base-color);
}

h1 strong {
/*   font-weight: 900;
  font-size: 8.8rem; */
  color: var(--secondary-color);
}

.row-number-1 h1 strong {
    display: block;
}

h2,
.h2 {
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  color: var(--base-color);
}
/* h2 strong {
  font-size: 6.6rem;
  font-weight: 900;
  word-break: normal;
} */
h2 strong {
    text-transform: lowercase !important;
}
h3,
.h3 {
  font-family: var(--primary-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1;
  color: var(--base-color);
}
h4,
.h4 {
  font-size: 2.8rem;
    line-height: 110%;
    font-weight: 400;
}
h5,
.h5 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 110%;
}
h6,
.h6 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 110%;
}
@media (max-width: 992px) {
/*   h1 strong {
    font-size: 11vw;
    line-height: 1;
  } */
  h2{
    font-size: 7vw;
    line-height:1;
  }
/*   h2 strong{
    font-size: 9vw;
    display: block;
    overflow-wrap: break-word;
  } */
}
@media (max-width: 375px) {
/*   h1 strong {
    font-size: 11vw;
    line-height: 1;
  } */
  h2,
  .h2 {
    font-size: 7.5vw;
    line-height:1;
  }
/*   h2 strong {
    font-size: 8vw;
    line-height:1;
  } */
}
@media (min-width: 992px) {
/*   h1 strong, h1 b {
    font-weight: 900;
    font-size: 15.3rem;
    line-height: 11rem;
  } */
  h2,
  .h2 {
    font-size: 5rem;
  }
/*   h2 strong, h2 b {
    font-size: 10.4rem;
    font-weight: 900;
    word-break: normal;
  } */
  h3,
  .h3 {
    font-size: 32px;
  }
}

/* Lists */

ul,
ol {
  margin: 0 0 2rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  margin: 0;
  list-style: none;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 6px solid var(--secondary-color);
  font-size: 2.4rem;
  font-style: italic;
  margin: 2rem 0;
  padding-left: 2rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 2px solid var(--base-color);
  margin: 1rem auto;
}

/* Kicker */

.kicker {
    color: var(--dark-gray, #828282);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 100%;
    text-transform: lowercase;
}
.buttons {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1.6rem;
}
.buttons .button {
    width: 100%;
}
@media (max-width: 767px) {
    .buttons a:nth-child(2).button--secondary {
      justify-content: center;
    }
}
@media (min-width: 768px) {
    .buttons {
        flex-direction: row;
    }
    .buttons .button {
        width: fit-content;
    }
}

.button {
  font-style: normal;
  font-weight: 600;
  font-size: 16px !important;
  line-height: 120%;
  text-transform: lowercase;
  position: relative;
  z-index: 2;
  padding: 10px 20px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  white-space: normal;
    
    background: var(--tertiary-color);
    color: var(--primary-color);
    border: 1px solid var(--tertiary-color);
    border-radius: 100px;
    width: fit-content;
}

.button:hover,
.button:focus {
  color: var(--primary-color);
}


/* Primary */

.button--primary,
.button--default {
    background: var(--primary-button-bg-color);
    color: var(--primary-button-text-color);
    border: 1px solid var(--primary-button-border-color);
    border-radius: 100px;
}

.button--primary:hover,
.button--primary:focus,
.button--primary:active,
.button--default:hover,
.button--default:focus {
  background: var(--primary-button-bg-color-hover);
  color: var(--primary-button-text-color-hover);
  border: 1px solid var(--primary-button-border-color-hover);
}

/* Secondary */

.button--secondary {
    display: flex;
    align-items: center;
    gap: 16px;
    width: fit-content;
    background: transparent;
    color: var(--primary-color);
    border: 0;
    border-radius: 0;
    padding: 0;
}
.button--secondary::after {
    content: "";
    background: url(https://7392733.fs1.hubspotusercontent-na1.net/hubfs/7392733/Icons/right-chevron.svg) no-repeat center center;
    width: 14px;
    height: 20px;
}

.button--secondary:hover,
.button--secondary:focus {
  color: var(--primary-color);
}

.button--secondary:active {
  color: var(--primary-color);
}

/* Tertiary */

.button--tertiary {
  color: var(--primary-color);
}
.button--tertiary::before {
  content: "";
  background: url(https://7392733.fs1.hubspotusercontent-na1.net/hubfs/7392733/Read%20Case%20Study.png) no-repeat center center;
}
.button--tertiary::after {
  background: var(--primary-color);
}
.button--tertiary:hover,
.button--tertiary:focus {
  color: var(--secondary-color);
}

.button--tertiary:active {
  color: var(--secondary-color);
}

/* Icon */

.button--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--tertiary-color);
  gap: calc(var(--gap) / 2);
}

.button--icon > svg {
  height: 1.6rem;
}

.button--icon:before {
  background: url(https://7392733.fs1.hubspotusercontent-na1.net/hubfs/7392733/Video%20Icon%20Arrow.svg) no-repeat 50%;
  background-size: cover;
  width: 13px;
  height: 17px;
  top: 50%;
  transform: translateY(-50%);
  left: 9px;
}

/* Full */

.button--full {
  display: block;
  width: 100%;
}

/* Large */

.button--large {
  padding: 3rem 2rem;
  font-size: calc(var(--base-font-size) * 1.5);
}

/*Carlos's Custom CSS for button design*/
/* Styles for Learn more Button 
*/
.text_column {
  padding-left: 10px;
}

.btn-holder div{
  display:inline-block;
}

.btn-holder :active, .btn-holder :hover, .btn-holder  :focus {
  outline: 0!important;
  outline-offset: 0;
}
.btn-holder ::before,
.btn-holder ::after {
  position: absolute;
  content: "";
}

.btn-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.btn-holder .btn {
  position: relative;
  display: inline-block;
  width: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-width: 150px;
  text-decoration: none;
  padding-right: 40px;
}
.btn-holder .btn h3 {         
  position: relative;
  display: inline-block;
  font-family: var(--primary-font-family);
  color: var(--secondary-color);
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 7px; left: 0;
  width: 100%;
  transition: 0.3s;
}
/* 4. hover-filled-slide-right */
/* 9. hover-slide-right */
.btn-holder .btn::before {
  top: 0; bottom: 0; left: 0; 
  height: 100%; width: 0%;
}
.btn-holder .btn:hover::before {
  width: 100%;
}
/*--- btn-2 ---*/
.btn-holder .btn::before {
  background-color: #FFD457;
  transition: 0.3s ease-out;
}
.btn-holder .btn h3 {
  transition: 0.2s;
}  
.btn-holder .btn h3:hover {
  color:   #024D85;
  transition: 0.2s 0.1s;
}
/* Labels */

form label {
  display: inline-block;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  color: var(--base-color);
}

/* 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 {
  display: block;
  padding: 1rem;
  width: 100%;
  margin-bottom: 2rem;
  background-color: var(--white);
  border: 1px solid var(--medium-gray);
}

form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 30' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2'%3E%3Cpath d='M5.64 0 0 5.64l24 24 24-24L42.36 0 24 18.32 5.64 0Z' style='fill-rule:nonzero'/%3E%3C/svg%3E");
  background-position: calc(100% - 1rem) 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border: 1px solid var(--medium-gray);
  -webkit-text-fill-color: var(--base-color);
  opacity: 1;
}

form textarea {
  min-height: 15rem;
  margin-top: 1rem;
  padding: 1rem 1rem;
  border: 1px solid var(--medium-gray);
}

form fieldset {
  max-width: 100% !important;
}

::-webkit-input-placeholder {
  color: var(--base-color);
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: var(--base-color);
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
}

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

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

input[type="checkbox"],
input[type="radio"],
input[type="range"],
progress {
  accent-color: var(--primary-color);
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content: "\01F4C5";
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: var(--base-color);
}

.fn-date-picker td.is-selected .pika-button {
  background: var(--dark-gray);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  background-color: var(--dark-gray) !important;
  border-radius: 0 !important;
  color: #fff;
}

.fn-date-picker td.is-today .pika-button {
  color: var(--dark-gray);
}

/* 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: 1rem;
  margin: 0 0 1.6rem;
}

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 {
  font-size: 1rem;
}

/* Validation */

.hs-form-required {
  color: red;
}

.hs-input.invalid.error {
  border-color: red;
}

/*CSS for error message: added by Carlos*/
ul.no-list.hs-error-msgs.inputs-list {
    margin-top: -2rem;
}

.hs-error-msg,
.hs-error-msg,
.hs-error-msgs {
  margin: 0rem 0 1rem 0;
  color: red;
  font-size: 1.4rem;
  font-weight: 400;
}

/* Submit button */

form input[type="submit"],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 19px;
  background-color: transparent;
  color: var(--primary-color);
  text-align: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  line-height: inherit;
  white-space: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
}

form input[type="submit"]:hover,
form input[type="submit"]:focus,
form .hs-button:hover,
form .hs-button:focus {
  color: var(--primary-color); /* TBD */

}

form input[type="submit"]:active,
form .hs-button:active {
  color: var(--primary-color); /* TBD */

}

/* Captcha */

.grecaptcha-badge {
  margin-bottom: 2rem;
}

/* Change Autocomplete styles in Chrome */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px var(--white) inset !important;
  box-shadow: 0 0 0 30px var(--white) inset !important;
}

/* Fix Column Layouts */

.hs-form fieldset {
  max-width: inherit !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field,
.hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 100% !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field .input,
.hs-form fieldset.form-columns-2 .hs-form-field .input,
.hs-form fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0 !important;
}
.hs-form
fieldset.form-columns-1
.hs-form-field
.hs-input:not([type="checkbox"]):not([type="radio"]),
.hs-form
fieldset.form-columns-2
.hs-form-field
.hs-input:not([type="checkbox"]):not([type="radio"]),
.hs-form
fieldset.form-columns-3
.hs-form-field
.hs-input:not([type="checkbox"]):not([type="radio"]) {
  width: 100% !important;
}


.hs-submit {
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFD457;
  position: relative;
  z-index: 2;
  padding: 6px 20px 7px 36px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  white-space: normal;
  background: none;
  color: var(--secondary-color);

}
.hs-submit::before {
  content: "";
  background: url(https://7392733.fs1.hubspotusercontent-na1.net/hubfs/7392733/ButtonCustomIcon.svg) no-repeat center center;
  background-size: cover;
  width: 24px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.hs-submit::after {
  transition: .3s all;
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background: #FFD457;
  left: 0;
  top: 0;
  z-index: -3;
}
.hs-submit:hover,
.hs-submit:focus {
  color: var(--primary-color);
}
.hs-submit:hover::after,
.hs-submit:focus::after {
  width: 100%;
}

@media (min-width: 992px) {
  .hs-form fieldset.form-columns-1 .hs-form-field {
    width: 100% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.333% !important;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(3) {
    padding-left: 0.75rem;
  }
}
/* Table */

table {
	width: 100%;
	border: 1px solid var(--light-gray);
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
	padding: 1rem;
	text-align: left;
  vertical-align: top;
}

td {
	border-bottom: 1px solid var(--light-gray);
}

/* Table header */

thead th {
	background-color: var(--light-gray);
  vertical-align: bottom;
}

/* Table footer */

tfoot td {
  background-color: var(--light-gray);
}

/* Components */

.header {
  position: relative;
  background-color: var(--primary-color);
  height: 96px;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* Logo */

.header__logo a {
  display: block;
  font-size: 0;
}

.header__logo img {
  /* TBD */

  width: auto !important;
}


/* Nav */

.header__navigation nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}


/*------------------  Carlos Custom CSS ---------------------*/
.inverted {
  background-color: #fff;
}

.header__navigation .sh__nav__menu ul li a{
  font-family: 'Open Sans';
  color:#fff;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
}

.inverted .sh__nav__menu ul li a{
  color: #0A2240;
}

@media (min-width: 768px) {
.header__navigation .sh__nav__menu .hs-menu-item.hs-item-has-children::after {
    content: "";
/*     background: url(https://7392733.fs1.hubspotusercontent-na1.net/hubfs/7392733/Icons/right-chevron-white.svg) no-repeat; */
    background: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.887338 9.94144C0.680373 9.94176 0.479801 9.8841 0.320439 9.77845C0.230746 9.71897 0.156605 9.64591 0.102261 9.56346C0.0479167 9.48101 0.0144376 9.3908 0.00374102 9.29799C-0.00695552 9.20518 0.00534087 9.11159 0.0399256 9.02258C0.0745104 8.93357 0.130703 8.8509 0.205288 8.7793L4.17358 4.98108L0.347013 1.17577C0.273435 1.10329 0.218489 1.01989 0.185332 0.930361C0.152176 0.840834 0.141464 0.746948 0.153811 0.654098C0.166158 0.561248 0.20132 0.471266 0.257278 0.389323C0.313236 0.30738 0.388886 0.235093 0.479879 0.176615C0.571527 0.112105 0.678853 0.0634454 0.795123 0.033691C0.911392 0.00393658 1.03409 -0.0062702 1.15553 0.00371067C1.27696 0.0136915 1.39451 0.0436448 1.50078 0.0916908C1.60706 0.139737 1.69978 0.204838 1.77312 0.282909L6.05143 4.53465C6.18171 4.66144 6.25293 4.82049 6.25293 4.98462C6.25293 5.14876 6.18171 5.3078 6.05143 5.4346L1.62253 9.68633C1.53367 9.77209 1.4208 9.83988 1.29306 9.8842C1.16532 9.92852 1.02632 9.94813 0.887338 9.94144Z' fill='white'/%3E%3C/svg%3E");
    width: 6px;
    height: 10px;
    margin-left: 8px;
    margin-top: 2px;
}
.header__navigation.inverted .sh__nav__menu .hs-menu-item.hs-item-has-children::after {
    background: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.887338 9.94144C0.680373 9.94176 0.479801 9.8841 0.320439 9.77845C0.230746 9.71897 0.156605 9.64591 0.102261 9.56346C0.0479167 9.48101 0.0144376 9.3908 0.00374102 9.29799C-0.00695552 9.20518 0.00534087 9.11159 0.0399256 9.02258C0.0745104 8.93357 0.130703 8.8509 0.205288 8.7793L4.17358 4.98108L0.347013 1.17577C0.273435 1.10329 0.218489 1.01989 0.185332 0.930361C0.152176 0.840834 0.141464 0.746948 0.153811 0.654098C0.166158 0.561248 0.20132 0.471266 0.257278 0.389323C0.313236 0.30738 0.388886 0.235093 0.479879 0.176615C0.571527 0.112105 0.678853 0.0634454 0.795123 0.033691C0.911392 0.00393658 1.03409 -0.0062702 1.15553 0.00371067C1.27696 0.0136915 1.39451 0.0436448 1.50078 0.0916908C1.60706 0.139737 1.69978 0.204838 1.77312 0.282909L6.05143 4.53465C6.18171 4.66144 6.25293 4.82049 6.25293 4.98462C6.25293 5.14876 6.18171 5.3078 6.05143 5.4346L1.62253 9.68633C1.53367 9.77209 1.4208 9.83988 1.29306 9.8842C1.16532 9.92852 1.02632 9.94813 0.887338 9.94144Z' fill='%2300263E'/%3E%3C/svg%3E");
}
}

/*
.header__navigation .sh__nav__menu ul li a {
  align-items: center;
  display: flex;
  transition: all 1s ease;
  margin: 30px 0;
  position: relative;
  cursor: pointer;
  transition: all 1s ease;
  overflow: hidden;
}*/

/* sliders 
.header__navigation .sh__nav__menu ul li a:last-child::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #FFD457;
  position: absolute;
  transition: all 1s ease;
  top: 0;
  left: -136px;
}

.header__navigation .sh__nav__menu ul li a::hover:before{
  left: 0;
}

.header__navigation .sh__nav__menu ul li a:hover{
  color: #FFD457 !important;
  text-decoration: none !important;
}
.header__navigation .sh__nav__menu ul:not(.hs-menu-children-wrapper) > li:hover > a, .sh__nav__menu ul:not(.hs-menu-children-wrapper) > li:focus > a, .sh__nav__menu ul:not(.hs-menu-children-wrapper) > li:focus-within > a {
  text-decoration: none !important;
}
.header__navigation .sh__nav__menu ul ul li {
  position: relative;
}

.header__navigation .sh__nav__menu ul ul li a:hover,
.header__navigation .sh__nav__menu ul ul li a:focus {
  color: #FFD457;
}
*/

.header__navigation .sh__nav__menu ul li:last-child a:hover::before {
  /*content: "\f101";
  font-family: 'FontAwesome';
  position: absolute;
  left: -10px;
  left:0px;*/
}

.site-header .sh__hamburger {
  font-size: 26px;
  border: 0;
  background: transparent;
}
.footer {
  padding: 4rem 1rem;
  background-color: var(--primary-color);
  color: var(--white);
}

.social{
  display:block;
  margin:auto;
  text-align:center;
}


.footer .hs-form-field span {
  font-family: var(--primary-font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
}


@media (min-width: 768px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: var(--gap);
  }
}

/* Utilities */

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/* Background Colors */

.bg-light-gray {
  background-color: var(--light-gray);
}
.bg-white {
  background-color: var(--white);
}

/* Spacing */

.mt-none {
  margin-top: 0 !important;
}
.mt-xs {
  margin-top: calc(var(--gap) * 0.25) !important;
}
.mt-sm {
  margin-top: calc(var(--gap) * 0.5) !important;
}
.mt-md {
  margin-top: var(--gap) !important;
}
.mt-lg {
  margin-top: calc(var(--gap) * 1.5) !important;
}
.mt-xl {
  margin-top: calc(var(--gap) * 2) !important;
}

.mb-none,
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-xs {
  margin-bottom: calc(var(--gap) * 0.25) !important;
}
.mb-sm {
  margin-bottom: calc(var(--gap) * 0.5) !important;
}
.mb-md {
  margin-bottom: var(--gap) !important;
}
.mb-lg {
  margin-bottom: calc(var(--gap) * 1.5) !important;
}
.mb-xl {
  margin-bottom: calc(var(--gap) * 2) !important;
}

.pt-none {
  padding-top: 0 !important;
}
.pt-xs {
  padding-top: calc(var(--gap) * 0.25) !important;
}
.pt-sm {
  padding-top: calc(var(--gap) * 0.5) !important;
}
.pt-md {
  padding-top: var(--gap) !important;
}
.pt-lg {
  padding-top: calc(var(--gap) * 1.5) !important;
}
.pt-xl {
  padding-top: calc(var(--gap) * 2) !important;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.pb-none {
  padding-bottom: 0;
}
.pb-xs {
  padding-bottom: calc(var(--gap) * 0.25);
}
.pb-sm {
  padding-bottom: calc(var(--gap) * 0.5);
}
.pb-md {
  padding-bottom: var(--gap) !important;
}
.pb-lg {
  padding-bottom: calc(var(--gap) * 1.5) !important;
}
.pb-xl {
  padding-bottom: calc(var(--gap) * 2);
}

/* Text */

.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}

.text-large {
  font-size: calc(var(--base-font-size) * 1.2);
}
.text-small {
  font-size: calc(var(--base-font-size) * 0.8);
}

/* Responsive embed */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container--43 {
  padding-bottom: 75%;
}


/* Flexbox */
.d-flex {
    display: flex;
}
.align-items-center {
    align-items: center;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-right {
    justify-content: flex-end;
}
.justify-content-between {
    justify-content: space-between;
}

.swiper {
    width: 100%;
    overflow: hidden;
}
.swiper .swiper-wrapper {
    display: flex;
}

/* theme-overide */
.row-number-1 h1, .row-number-1 p{
  color:white;
}

.body-wrapper {
/*     overflow: hidden; */
    overflow: visible;
}

main {
    overflow: hidden;
}

.body-container--2302B .hs-menu-flow-horizontal ul{
  list-style-type: none;
  display: grid;
  width: 100%;
  gap: 2rem;
  align-items: center;
  align-content: center;
  text-align: center;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
   grid-auto-flow: column;
}

.body-container--2302B .hs-menu-flow-horizontal ul li{
  display: grid;
  padding: 0 0rem;
  flex-grow: 1;
}
.body-container--2302B .hs-menu-flow-horizontal ul li a{
  background: var(--primary-color);
  color: var(--white);
  border: none;
  padding: 20px;
  margin: 0 10px;
  opacity: 1;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.body-container--2302B .hs-menu-flow-horizontal ul li a:hover{
  background: var(--white);
  color: var(--primary-color);
}

.submitted-message p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: var(--tertiary-color);
  text-transform: uppercase;
}

.blog-listing-bar__subscribe div#hs_form_target_subscribe_form {
    font-weight: bold;
    font-size: 2rem;
    color: var(--tertiary-color);
}

.blog-listing__details a:active, .blog-listing__details a:focus, .blog-listing__details a:hover{
  color: var(--secondary-color);
}

.body-container--1203C hr{
  border-color:  var(--secondary-color) !important;
}

.testimonial-text{
  line-height: 1.25;
  }

@media (max-width: 768px) {
  
  p.testimonial-text{
  font-size:4vw !important;
  }
 .body-container--2302B .row-number-2 {
  display:none;
}
}
/*.body-container--1203C img.icon-grid-1__icon, .body-container--1203C img.content-icons-1__icon-icon {
background-color: var(--secondary-color);
border-radius: 45px;
padding: 10px;
}

.dnd_area-row-0-background-color h1, .dnd_area-row-0-background-color p, .body-container--1101A .row-number-1 h1, .body-container--1101A .row-number-1 p {
color: white;
}

.body-container--1203C .dnd_area-row-3-background-color h2,
.body-container--1203C .dnd_area-row-8-background-color h2{
color:var(--white);
}

.body-container--1501A .row-number-8 .cta-cards-1__card {
width: 50%;
margin: auto;
}

.body-container--1203C .row-number-1 h1, .body-container--1203C .row-number-12 h1{
color:var(--primary-color);
}

.body-container--1203C .row-number-18 h1{
color:var(--white);
margin-right: 33%;
}

.body-container--1203C .row-number-18 h1 strong{
color: var(--secondary-color);
}

.body-container--1203C .dnd_area-row-1-background-color p, .body-container--1203C .dnd_area-row-3-background-color p{
color:var(--white);
}

.body-container--1203C .content-icons-1__content h2{
color:var(--white);
}

.body-container--1203C .dnd_area-row-8-background-color p{
color:var(--white);
}

.body-container--1203C .dnd_area-row-8-background-color a{
color:var(--white);
font-weight: bold;
}

.body-container--1203C .content-icons-1__icon-description h3{
color:var(--secondary-color);
}

.body-container--1501A .dnd_area-row-0-background-color h1{
color:var(--white);
}

.body-container--1203C .dnd_area-row-1-background-color h2{
color:var(--secondary-color);
}

.body-container--1501A .dnd_area-row-0-background-color h1 strong{
color:var(--secondary-color);
}

.body-container--1501A .dnd_area-row-0-background-color p{
color:var(--white);
}

.filter-button-group.button-group {
display: none;
}

.body-container--1201A .icon-grid-1__icon img{
background-color: var(--secondary-color);
border-radius: 45px;
padding: 10px;
}

.body-container--1201A .row-number-1 h1, .body-container--1201A .row-number-1 p{
color: var(--white);
}

.body-container--1201A .row-number-1 h1 strong{
color: var(--white);
}*/

/**********/
#hs_form_target_dnd_area-module-5 > form.hsForm_cc30d54b-b28e-4aa7-9a21-35d3d4b9ba56 { position: relative; padding-bottom: 110px; }
#hs_form_target_dnd_area-module-5 > form.hsForm_cc30d54b-b28e-4aa7-9a21-35d3d4b9ba56 .hs_recaptcha.hs-form-field { position: absolute; left: 0; bottom: 0; }

.flexwrap { display: flex; flex-flow: row wrap; display: -webkit-flex; -webkit-flex-flow: row wrap; }
.fjc { justify-content: center; -webkit-justify-content: center; }
.fac { align-items: center; -webkit-align-items: center; }
.Source-Pro *{ font-family: var(--secondary-font-family); }
.Source-Pro .button { font-size: 28px; }
a.button--default:before, a.button--default:after { display: none; }
/* a.button--default { font-size: 27px; font-weight: 400; text-transform: none; border-radius: 5px; padding: 10px 36px; line-height: 1; } */
.wrapper-md { max-width: 1230px; margin: 0 auto; }

.sustainability-page .bgsec { padding-left: 20px !important; padding-right: 20px !important; }
.hero-sec .content-wrapper { max-width: 1230px; }
.sectitle h1 { font-size: 80px; line-height: 1.2; margin-bottom: 0; }
.sectitle h1 strong { font-size: 113px; font-weight: 700; line-height: 1.26; }
.sectitle h2 { font-size: 48px; line-height: 1.2; font-weight: 300; }
.sectitle h2 strong { font-size: 102px; }
.sectitle.hero-title h1 { font-size: 107px; line-height: 114px; }
.sectitle.hero-title h1 strong { font-size: 123px; line-height: 114px; }

.reicon-tile h3 { font-size: 25px; text-transform: none; font-weight: 400; line-height: 1.2; }
.reicon-rw { margin-top: 33px; }
.reicon-col { width: 20%; padding: 0px 35px; margin-bottom: 30px; }
.reicon img { max-width: 90px !important }
.reicon { margin-bottom: 40px; }
.reicon-txt { font-size: 20px; line-height: 1.2; }
.reicon-txt > span { font-weight: 700; font-size: 24px; display: block; line-height: 1.24; margin-bottom: 4px; }

.resource-sec h2 { margin-bottom: 61px; }

.testi-img { margin-bottom: 20px; }
.testi-img img { max-width: 200px !important; }
.testi-text { font-size: 28px; line-height: 35px; font-style: italic; }
.position-text { margin-top: 28px; font-size: 20px; line-height: 1.2; }

.southcta-inner { justify-content: space-between; -webkit-justify-content: space-between; }
.southcta-text { font-size: 28px; line-height: 35px; width: 60%; }
.southcta-text p:last-child { margin-bottom: 0; }
.southcta-rght { width: 35%; }
.southcta-rght .content-media-1__buttons { justify-content: center; -webkit-justify-content: center; }





@media(max-width: 1200px){
  .sectitle h1 strong { font-size: 92px; }
  .sectitle h2 strong { font-size: 85px; }
}

@media(max-width: 991px){ 
  .sectitle h1 { font-size: 50px; }
  .sectitle h1 strong { font-size: 65px; }
  .sectitle h2 { font-size: 42px; }
  .sectitle h2 strong { font-size: 50px; }
  .sectitle.hero-title h1 { font-size: 70px; line-height: 80px; }
  .sectitle.hero-title h1 strong { font-size: 85px; line-height: 95px; }
  
   
  .testi-text, .southcta-text { font-size: 24px;line-height: 30px; }
}

@media(max-width: 768px){ 
  .sectitle h1 { font-size: 40px; }
  .sectitle h1 strong { font-size: 46px; }
  .sectitle h2, .sectitle h2 strong { font-size: 36px; line-height: 45px; }
  .sectitle.hero-title h1 { font-size: 40px; line-height: 50px; }
  .sectitle.hero-title h1 strong { font-size: 49px; line-height: 60px; }
  .political-page .sectitle h2, .political-page .sectitle h2 strong { font-size: 40px; line-height: 50px; }
  .transform-mobnone h1 strong, .transform-mobnone h2 strong  { text-transform: none; }
  
  .reicon-tile h3 { font-size: 20px; }
  .reicon-rw { margin-top: 52px; }
  
  .reicon-txt { font-size: 24px; max-width: 132px; margin: 0 auto; }
  
  .Source-Pro .button { font-size: 20px; padding: 6px 16px 6px 34px; }
  a.button--default { padding: 8px 26px !important; }
  
  .testi-text, .position-text { font-size: 16px; line-height: 20px; }
  .position-text { margin-top: 16px; }
  
  .southcta-inner { padding: 0px 5px; }
  .southcta-text { width: 100%; font-size: 18px; line-height: 22px; text-align: center; }
  .southcta-rght { width: 100%; margin-top: 20px; }
}
@media(max-width: 600px){ 
  .reicon-col { width: 100%; }
  .reicon-col:last-child { margin-bottom: 0; }
}





.resource-cards-1__card {
    border: 0 !important;
    padding-bottom: 0 !important;
}
.resource-cards-1__card img {
    border-radius: 10px;
}
.resource-cards-1__sub-title {
    display: none;
}
.resource-cards-1__details {
    padding: 2rem 0 !important;
}
.resource-cards-1__title a {
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 110% !important;
    color: var(--primary-color) !important;
}
.resource-cards-1__details .button {
    position: static !important;
    margin-top: 2rem !important;
}
.resource-cards-1__button .button {
    background: var(--tertiary-color) !important;
    color: var(--primary-color) !important;
    border: 1px solid var(--tertiary-color) !important;
    border-radius: 100px !important;
    padding: 10px 20px !important;
    margin-left: auto;
    margin-right: auto;
}
.resource-cards-1__button .button::after {
    display: none;
}

.header__navigation .sh__nav__menu .hs-menu-depth-1:last-child:before,
.header__navigation .sh__nav__menu .hs-menu-depth-1:last-child:after {
    display: none;
}
.header__navigation .sh__nav__menu .hs-menu-depth-1:last-child {
    background: var(--tertiary-color) !important;
    color: var(--primary-color) !important;
    border: 1px solid var(--tertiary-color) !important;
    border-radius: 100px !important;
    padding: 10px 20px !important;
}
.header__navigation .sh__nav__menu .hs-menu-depth-1:last-child a {
    color: inherit !important;
}
.header__navigation .sh__nav__menu ul li a {
    text-transform: lowercase !important;
}
.sh__nav__menu ul:not(.hs-menu-children-wrapper) li {
    border-top: 0 !important;
}
.sh__nav__menu ul:not(.hs-menu-children-wrapper) {
    align-items: center;
}


.cta-bottom-footer .content-media-3-form .hs-submit {
    padding: 0 !important;
}
.cta-bottom-footer .content-media-3-form .hs-submit input.hs-button {
    background: var(--tertiary-color) !important;
    color: var(--primary-color) !important;
    border: 1px solid var(--tertiary-color) !important;
    border-radius: 100px !important;
    text-transform: lowercase !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
}
.cta-bottom-footer .content-media-3-form .hs-submit::before,
.cta-bottom-footer .content-media-3-form .hs-submit::after {
    display: none;
}
.cta-bottom-footer .content-media-3-form input[type=email] {
    border-radius: 100px;
}

.footer .subscription_wrap .hs-submit {
    padding: 0 !important;
}
.footer .subscription_wrap .hs-submit::before,
.footer .subscription_wrap .hs-submit::after {
    display: none;
}
.footer .subscription_wrap .hs-submit input.hs-button {
    background: var(--tertiary-color) !important;
    color: var(--primary-color) !important;
    border: 1px solid var(--tertiary-color) !important;
    border-radius: 100px !important;
    text-transform: lowercase !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
    line-height: 120%;
}
.footer .subscription_wrap input[type=email] {
    border-radius: 100px;
    padding: 10px 12px 10px 20px !important;
    line-height: 120% !important;
}

.cta-full-2 h2.h4 {
    text-transform: lowercase !important;
}


.swiper-button-disabled {
    opacity: 0.45;
    cursor: default;
}