a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
time,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

html, body, p, a, li{
  line-height: 1.3; 
  word-break: break-word; 
}

ol,
ul {
  list-style: none;
}
main blockquote,
main q {
  quotes: none;
}
main blockquote:after,
main blockquote:before,
main q:after,
main q:before {
  content: "";
  content: none;
}
main table {
  border-collapse: collapse;
  border-spacing: 0;
}

main a:hover,
main a:focus,
main a:active{
  text-decoration: none;
  outline: none;
}

main strong {
  font-weight: bold;
}

main em {
  font-style: italic;
}

main sub {
  font-size: .8em;
  vertical-align: sub;
}

main sup {
  font-size: .8em;
  vertical-align: super;
}

main h1,
main h2,
main h3,
main h4,
main h5 {
  line-height: 1.3;
  text-rendering: optimizelegibility;
}

main img {
  max-width: 100%;
  font-style: italic;
  vertical-align: middle;
}

main img[height],
img[width] {
  max-width: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}
html ::-moz-selection {
  color: #fff;
  background: #03709b;
}
html ::selection {
  color: #fff;
  background: #03709b;
}
body::before {
  content: "";
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  width: 100vw;
  z-index: 300;
}

a[href="#main-content"]:not(:focus) {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: 0 !important;
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

main {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-weight:700; 
}

form .hs-button, 
form input[type=submit]{
	font-weight:700; 
}

form label, 
form label span {
	font-weight:700;  
}

a{
	text-decoration: none;
}

/*===== POP UP BUTTON =====*/
.leadinModal .leadin-preview-wrapper .advance-wrapper .leadin-button .leadin-advance-button .leadin-button-secondary{
	border: 0 !important;
	border-radius: 30px !important;
	font-size: 14px !important;
	line-height: 20px !important;
	font-weight: 700 !important;
	font-family: font-family: "effra",sans-serif !important;
}
.u-clearfix::after {
	content: "";
	display: table;
	clear: both;
}
.u-text-hide {
	display: block;
	overflow: hidden;
	text-indent: -9000px;
}
.u-visually-hide {
	clip: rect(0 0 0 0);
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.group:after {
	content: "";
	display: table;
	clear: both;
}
button {
	background-color: transparent;
}
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="text"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}
button,
input,
select,
textarea {
	border-radius: 0;
	font: inherit;
	margin: 0;
	padding: 0;
  color: #000;
}
::-webkit-input-placeholder {
	color: currentColor;
	opacity: 1;
}
::-moz-placeholder {
	color: currentColor;
	opacity: 1;
}
:-ms-input-placeholder {
	color: currentColor;
	opacity: 1;
}
:-moz-placeholder {
	color: currentColor;
	opacity: 1;
}
.hs-form-field {
	display: inline-block;
	margin-top: 10px;
	width: 100%;
}

@media (max-width: 585px){
	.hs-form-field {
		width: 100%!important;
	}
}

.hs-form-field .input {
  margin-top: 5px;
	margin-bottom: 10px;
}
.hs-form-field .grecaptcha-badge {
	margin: 0 auto;
}
.hs-form-field .hs_submit {
	text-align: center;
}
.hs-fieldtype-textarea textarea {
	min-height: 150px;
	padding: 12.5px 15px 12.5px 15px;
	transition: border 0.3s;
}
.hs_submit {
	margin-top: 20px;
}
.hs-fieldtype-select .input {
	display: block;
	margin-bottom: 10px;
}
.hs_phone .hs-input {
	display: block;
	margin-bottom: 10px;
	position: relative;
}
.hs-fieldtype-radio .inputs-list {
	display: flex;
	flex-direction: column;
}
.hs-fieldtype-radio .inputs-list li + li {
	margin-top: 10px;
}
.hs-fieldtype-checkbox .inputs-list,
.legal-consent-container .inputs-list {
	display: flex;
	flex-direction: column;
}
.hs-fieldtype-checkbox .inputs-list li + li,
.legal-consent-container .inputs-list li + li {
	margin-top: 10px;
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
	margin-left: 0 !important;
}
.hs_cos_wrapper_type_form fieldset {
	max-width: none !important;
}

.hs_cos_wrapper_type_module .cta_button {
	font-weight: 400;
}
html.no-touchevents .hs_cos_wrapper_type_module .cta_button:hover {
	text-decoration: none;
}
.hs_cos_wrapper_type_linked_image > *,
.js-media-visibility > * {
	opacity: 0;
	transition: opacity 0.5s;
	transition-delay: 0.2s;
}
.hs_cos_wrapper_type_linked_image.is-visible > *,
.js-media-visibility.is-visible > * {
	opacity: 1;
}
.c-form__legend {
	display: none;
}
.c-form__textbox,
.hs-fieldtype-date input[type="email"],
.hs-fieldtype-date input[type="password"],
.hs-fieldtype-date input[type="tel"],
.hs-fieldtype-date input[type="text"],
.hs-fieldtype-text input[type="email"],
.hs-fieldtype-text input[type="password"],
.hs-fieldtype-text input[type="tel"],
.hs-fieldtype-text input[type="text"],
.hs-input[type="email"],
.hs-input[type="password"],
.hs-input[type="tel"],
.hs-input[type="text"],
.hs_cos_wrapper_type_password_prompt input[type="password"] {
	height: 100%;
	padding: 12.5px 15px 12.5px 15px;
	transition: border 0.3s;
	width: 100% !important;
}

.hs-input.hs-fieldtype-intl-phone {
	width: 100%!important;
}

form .hs-fieldtype-intl-phone.hs-input select {
	width: 40% !important;
}
form .hs-fieldtype-intl-phone.hs-input input {
	width: 59% !important;
}

@media (min-width: 768px){
	.hs-fieldtype-intl-phone.hs-input select{
		padding: 12.5px 15px!important;
		height: 48px!important;
	}
}

.hs-fieldtype-textarea{
	width: 100%!important;
}
.c-form__checkbox,
.hs-fieldtype-checkbox input[type="checkbox"],
.legal-consent-container input[type="checkbox"],
.hd-form-module input[type="checkbox"]{
	clip: rect(0 0 0 0);
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.c-form__checkbox + span,
.hs-fieldtype-checkbox input[type="checkbox"] + span,
.legal-consent-container input[type="checkbox"] + span,
.hd-form-module input[type="checkbox"] + span{
	font-weight: 400;
	cursor: pointer;
	float: left;
	margin-bottom: 0;
	padding-left: 35px;
	padding-top: 2px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.c-form__checkbox + span::before,
.hs-fieldtype-checkbox input[type="checkbox"] + span::before,
.legal-consent-container input[type="checkbox"] + span::before,
.hd-form-module input[type="checkbox"] + span::before{
	content: "";
	display: inline-block;
	height: 26px;
	left: 0;
	position: absolute;
	top: 0;
	transition: border 0.3s;
	width: 26px;
	border-radius: 3px;
}
.c-form__checkbox + span::after,
.hs-fieldtype-checkbox input[type="checkbox"] + span::after,
.legal-consent-container input[type="checkbox"] + span::after,
.hd-form-module input[type="checkbox"] + span::after{
	content: "";
	display: none;
	height: 16px;
	left: 8px;
	position: absolute;
	top: 3px;
	width: 10px;
	transform: rotate(45deg);
	border-bottom: 2px solid;
	border-right: 2px solid;
}
.c-form__checkbox + span a,
.hs-fieldtype-checkbox input[type="checkbox"] + span a,
.legal-consent-container input[type="checkbox"] + span a,
.hd-form-module input[type="checkbox"] + span a{
	color: currentColor;
}
.c-form__checkbox + span p,
.hs-fieldtype-checkbox input[type="checkbox"] + span p,
.legal-consent-container input[type="checkbox"] + span p,
.hd-form-module input[type="checkbox"] + span p{
	display: inline;
}
.c-form__checkbox:checked + span::after,
.hs-fieldtype-checkbox input:checked[type="checkbox"] + span::after,
.legal-consent-container input:checked[type="checkbox"] + span::after,
.hd-form-module input:checked[type="checkbox"] + span::after{
	display: block;
}

.c-form__checkbox + span,
.hs-fieldtype-checkbox input[type="checkbox"] + span,
.legal-consent-container input[type="checkbox"] + span,
.hd-form-module input[type="checkbox"] + span{
  height: 100%;
  display: flex;
  padding: 0;
  gap: 8px;
  align-items: center;
}

.c-form__checkbox + span::before,
.hs-fieldtype-checkbox input[type="checkbox"] + span::before,
.legal-consent-container input[type="checkbox"] + span::before,
.hd-form-module input[type="checkbox"] + span::before{
  position: unset;
}
.c-form__radio,
.hs-fieldtype-radio input[type="radio"] {
	clip: rect(0 0 0 0);
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.c-form__radio + span,
.hs-fieldtype-radio input[type="radio"] + span {
	font-weight: 400;
	cursor: pointer;
	float: left;
	margin-bottom: 0;
	padding-left: 35px;
	padding-top: 2px;
	position: relative;
	user-select: none;
}
.c-form__radio + span::before,
.hs-fieldtype-radio input[type="radio"] + span::before {
	border-radius: 50%;
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	transition: border 0.3s;
}
.c-form__radio + span::after,
.hs-fieldtype-radio input[type="radio"] + span::after {
	border-radius: 50%;
	content: "";
	display: none;
	height: 9px;
	width: 9px;
	position: absolute;
	top: 8px;
	left: 8px;
}
.c-form__radio + span a,
.hs-fieldtype-radio input[type="radio"] + span a {
	color: currentColor;
}
.c-form__radio:checked + span::after,
.hs-fieldtype-radio input:checked[type="radio"] + span::after {
	display: block;
}
.c-btn,
.c-content-media .cta_button,
.c-cta-bar .cta_button,
.c-cta-double .cta_button,
.hs_cos_wrapper_type_module .cta_button {
	font-size: 13px;
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	line-height: 100%;
	padding: 12.5px 30px;
	text-decoration: none;
	transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.c-btn--large,
.c-content-media .cta_button,
.c-cta-bar .cta_button,
.c-cta-double .cta_button {
	padding: 20px 45px;
}
.c-btn--outline,
.c-cta-bar__link + .hs_cos_wrapper_type_cta .cta_button,
.hs_cos_wrapper_type_cta + .hs_cos_wrapper_type_cta .cta_button {
	background-color: transparent;
	border-color: #03709b;
	color: #03709b;
}
.c-cta-bar__link + .hs_cos_wrapper_type_cta html.no-touchevents .cta_button:hover,
.hs_cos_wrapper_type_cta + .hs_cos_wrapper_type_cta html.no-touchevents .cta_button:hover,
html.no-touchevents .c-btn--outline:hover,
html.no-touchevents .c-cta-bar__link + .hs_cos_wrapper_type_cta .cta_button:hover,
html.no-touchevents .hs_cos_wrapper_type_cta + .hs_cos_wrapper_type_cta .cta_button:hover {
	background-color: transparent;
	border-color: #45b7e6;
	color: #45b7e6;
}
.c-btn--light,
.c-cta-bar--primary-bg .c-cta-bar__link:first-of-type,
.c-cta-bar--primary-bg .hs_cos_wrapper_type_cta:first-of-type .cta_button,
.c-cta-bar__link + .hs_cos_wrapper_type_cta .cta_button,
.hs_cos_wrapper_type_cta + .hs_cos_wrapper_type_cta .cta_button {
	background-color: #fff;
	border-color: #fff;
	color: #03709b;
}
.c-cta-bar--primary-bg .hs_cos_wrapper_type_cta:first-of-type html.no-touchevents .cta_button:hover,
.c-cta-bar--primary-bg html.no-touchevents .c-cta-bar__link:hover:first-of-type,
.c-cta-bar__link + .hs_cos_wrapper_type_cta html.no-touchevents .cta_button:hover,
.hs_cos_wrapper_type_cta + .hs_cos_wrapper_type_cta html.no-touchevents .cta_button:hover,
html.no-touchevents .c-btn--light:hover,
html.no-touchevents .c-cta-bar--primary-bg .c-cta-bar__link:hover:first-of-type,
html.no-touchevents .c-cta-bar--primary-bg .hs_cos_wrapper_type_cta:first-of-type .cta_button:hover,
html.no-touchevents .c-cta-bar__link + .hs_cos_wrapper_type_cta .cta_button:hover,
html.no-touchevents .hs_cos_wrapper_type_cta + .hs_cos_wrapper_type_cta .cta_button:hover {
	background-color: #fff;
	border-color: #fff;
	color: #45b7e6;
}
.c-btn--light.c-btn--outline,
.c-cta-bar--primary-bg .c-btn--outline.c-cta-bar__link:first-of-type,
.c-cta-bar--primary-bg .c-cta-bar__link + .hs_cos_wrapper_type_cta .c-cta-bar__link.cta_button:first-of-type,
.c-cta-bar--primary-bg .hs_cos_wrapper_type_cta + .hs_cos_wrapper_type_cta .c-cta-bar__link.cta_button:first-of-type,
.c-cta-bar--primary-bg .hs_cos_wrapper_type_cta:first-of-type .c-btn--outline.cta_button,
.c-cta-bar--primary-bg .hs_cos_wrapper_type_cta:first-of-type .c-cta-bar__link + .hs_cos_wrapper_type_cta .cta_button,
.c-cta-bar--primary-bg .hs_cos_wrapper_type_cta:first-of-type .hs_cos_wrapper_type_cta + .hs_cos_wrapper_type_cta .cta_button,
.c-cta-bar__link + .hs_cos_wrapper_type_cta .c-cta-bar--primary-bg .hs_cos_wrapper_type_cta:first-of-type .cta_button,
.c-cta-bar__link + .hs_cos_wrapper_type_cta .cta_button,
.hs_cos_wrapper_type_cta + .hs_cos_wrapper_type_cta .c-cta-bar--primary-bg .hs_cos_wrapper_type_cta:first-of-type .cta_button,
.hs_cos_wrapper_type_cta + .hs_cos_wrapper_type_cta .cta_button {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.c-cta-bar--primary-bg .c-cta-bar__link + .hs_cos_wrapper_type_cta html.no-touchevents .c-cta-bar__link.cta_button:hover:first-of-type,
.c-cta-bar--primary-bg .hs_cos_wrapper_type_cta + .hs_cos_wrapper_type_cta html.no-touchevents .c-cta-bar__link.cta_button:hover:first-of-type,
.c-cta-bar--primary-bg .hs_cos_wrapper_type_cta:first-of-type .hs_cos_wrapper_type_cta + .hs_cos_wrapper_type_cta html.no-touchevents .cta_button:hover,
.c-cta-bar--primary-bg .hs_cos_wrapper_type_cta:first-of-type html.no-touchevents .c-btn--outline.cta_button:hover,
.c-cta-bar--primary-bg html.no-touchevents .c-btn--outline.c-cta-bar__link:hover:first-of-type,
.c-cta-bar__link + .hs_cos_wrapper_type_cta html.no-touchevents .cta_button:hover,
.hs_cos_wrapper_type_cta + .hs_cos_wrapper_type_cta html.no-touchevents .cta_button:hover,
html.no-touchevents .c-btn--light.c-btn--outline:hover,
html.no-touchevents .c-cta-bar--primary-bg .c-btn--outline.c-cta-bar__link:hover:first-of-type,
html.no-touchevents .c-cta-bar--primary-bg .c-cta-bar__link + .hs_cos_wrapper_type_cta .c-cta-bar__link.cta_button:hover:first-of-type,
html.no-touchevents .c-cta-bar--primary-bg .hs_cos_wrapper_type_cta + .hs_cos_wrapper_type_cta .c-cta-bar__link.cta_button:hover:first-of-type,
html.no-touchevents .c-cta-bar--primary-bg .hs_cos_wrapper_type_cta:first-of-type .c-btn--outline.cta_button:hover,
html.no-touchevents .c-cta-bar--primary-bg .hs_cos_wrapper_type_cta:first-of-type .hs_cos_wrapper_type_cta + .hs_cos_wrapper_type_cta .cta_button:hover,
html.no-touchevents .c-cta-bar__link + .hs_cos_wrapper_type_cta .cta_button:hover,
html.no-touchevents .hs_cos_wrapper_type_cta + .hs_cos_wrapper_type_cta .cta_button:hover {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.7);
	color: rgba(255, 255, 255, 0.7)!important;
}
.c-selectbox,
.hs-fieldtype-select .input {
	position: relative;
}
.c-selectbox::before,
.hs-fieldtype-select .input::before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M1 4.5l7 7 7-7' fill='none' fill-rule='evenodd' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E");
	background-size: contain;
	content: "";
	height: 10px;
	pointer-events: none;
	right: 15px;
	width: 10px;
	z-index: 100;
}
.hs_phone .hs-input select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M1 4.5l7 7 7-7' fill='none' fill-rule='evenodd' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E");
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: right 15px center;
}
.c-selectbox__select,
.hs-fieldtype-select .hs-input,
.hs_phone .hs-input select {
	align-content: center;
	align-items: center;
	appearance: none;
	border-radius: 0;
	cursor: pointer;
	display: inline-flex;
	height: 48px;
	margin: 0;
	outline: 0;
	padding: 10px 35px 10px 15px;
	text-decoration: none;
	transition: border-color 0.3s, color 0.3s;
	width: 100% !important;
}
.c-selectbox__select::-ms-expand,
.hs-fieldtype-select .hs-input::-ms-expand,
.hs_phone .hs-input select::-ms-expand {
	display: none;
}
.c-selectbox__select.error,
.hs-fieldtype-select .error.hs-input,
.hs_phone .hs-input select.error {
	border-color: #bd1721;
}
.c-selectbox__select.valid,
.hs-fieldtype-select .valid.hs-input,
.hs_phone .hs-input select.valid {
	border-color: green;
}
.c-selectbox__select:focus,
.c-selectbox__select:hover,
.hs-fieldtype-select .hs-input:focus,
.hs-fieldtype-select .hs-input:hover,
.hs_phone .hs-input select:focus,
.hs_phone .hs-input select:hover {
	border-color: #03709b !important;
}
.c-selectbox__select option,
.hs-fieldtype-select .hs-input option,
.hs_phone .hs-input select option {
	background-color: #fff;
	color: #181a1c;
}
.c-selectbox--large::before {
	height: 20px;
	right: 30px;
	width: 20px;
}
.c-selectbox--large .c-selectbox__select,
.c-selectbox--large .hs-fieldtype-select .hs-input,
.c-selectbox--large .hs_phone .hs-input select,
.hs-fieldtype-select .c-selectbox--large .hs-input,
.hs_phone .hs-input .c-selectbox--large select {
	font-size: 18px;
	line-height: 1.3;
	height: auto;
	padding: 15px 70px 15px 30px;
  background-color:#FFF;
}

/* Generic / Layout */
.g-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.g-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.content-wrapper--vertical-spacing,
.dnd-section {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
}
.dnd-section > .row-fluid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.dnd-section .dnd-column {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.row-fluid:after,
.row-fluid:before {
    display: table;
    content: "";
}
.row-fluid:after {
    clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  float: left;
/*   min-height: 20px; */
  width: 100%;
}
.row-fluid .span12 {
    width: 100%;
}
.row-fluid .span11 {
    width: calc(8.333333% * 11);
}
.row-fluid .span10 {
    width: calc(8.333333% * 10);
}
.row-fluid .span9 {
    width: calc(8.333333% * 9);
}
.row-fluid .span8 {
    width: calc(8.333333% * 8);
}
.row-fluid .span7 {
    width: calc(8.333333% * 7);
}
.row-fluid .span6 {
    width: calc(8.333333% * 6);
}
.row-fluid .span5 {
    width: calc(8.333333% * 5);
}
.row-fluid .span4 {
    width: calc(8.333333% * 4);
}
.row-fluid .span3 {
    width: calc(8.333333% * 3);
}
.row-fluid .span2 {
    width: calc(8.333333% * 2);
}
.row-fluid .span1 {
    width: 8.333333%;
}
.container-fluid:after,
.container-fluid:before {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}

@media (min-width: 375px) {
  .g-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .g-container {
    width: 100%;
  }
  .g-row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
  .dnd-section > .row-fluid {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
  .dnd-section .dnd-column {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

@media (min-width: 768px) {
  .g-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .g-container {
    max-width: 768px;
  }
  .g-row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .dnd-section > .row-fluid {
    margin-right: -10px;
    margin-left: -10px;
  }
  .dnd-section .dnd-column {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1020px) {
  .g-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .g-container {
    max-width: 960px;
  }
  .g-row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .dnd-section > .row-fluid {
    margin-right: -15px;
    margin-left: -15px;
  }
  .dnd-section .dnd-column {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1300px) {
  .g-container {
    max-width: 1240px;
  }
}

@media (max-width: 767.98px) {
  .dnd-section .dnd-column + .dnd-column {
    margin-top: 40px;
  }
  .span8.widget-span{
    margin-top: 0!important;
  }
}

@media (max-width: 767px) {
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
  }
}

/* Components */
/* Global Card and pagination styling */

.listing-wrapper .listing-item {
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	margin: 0;
	padding: 0 7.5px;
}

.listing-wrapper .listing-item .image img {
	width: 100%;
	height: auto;
}

.listing-wrapper .listing-item .listing-card {
	margin: 15px 0;
}

.listing-wrapper .listing-item .listing-card .content > * {
	margin-top: 15px;
}

.listing-wrapper .listing-item .listing-card .header a {
	display: flex;
	align-items: center;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

.listing-wrapper .listing-item .listing-card .header a:after {
	content: '\f054';
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-size: 18px;
	line-height: 18px;
	margin-left: 10px;
	transition: all 0.3s ease;
}

.listing-wrapper .listing-item .listing-card .header a:hover:after {
	transform: translateX(5px);
}

@media(min-width: 768px) {
	.listing-wrapper .listing-item {
		flex: 0 0 50%;
		max-width: 50%;
		width: 50%;
		padding: 0 10px;
	}

	.listing-wrapper .listing-item .listing-card {
		margin: 30px 0;
	}
}

@media(min-width: 992px) {
	.listing-wrapper .listing-item.listing-item__3-col {
		flex: 0 0 33.33%;
		max-width: 33.33%;
		width: 33.33%;
		padding: 0 10px;
	}
}

@media(min-width: 1020px) {
	.listing-wrapper .listing-item,
	.listing-wrapper .listing-item.listing-item__3-col {
		padding: 0 15px;
	}
}
/* Listing Pagination */

.listing-pagination,
.paginate-pagination ul {
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
	z-index: 1;
	color: #000;
}

.paginate-pagination ul {
	gap: unset;
}

.paginate-pagination ul li:not(:last-child) {
	margin-right: 15px;
}

.listing-pagination a,
.paginate-pagination a {
	display: block;
	width: 32px;
	line-height: 32px;
	text-align: center;
	color: inherit;
	cursor: pointer;
	transition: all 0.3s ease;
}

.listing-pagination a:hover,
.paginate-pagination a:hover {
	text-decoration: none;
}


.listing-pagination .previous_btn,
.listing-pagination .next_btn,
.paginate-pagination .page-prev,
.paginate-pagination .page-next {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.paginate-pagination .page-prev:after,
.paginate-pagination .page-next:after {
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
}

.paginate-pagination .page-prev:after {
	content: '\f053';
}

.paginate-pagination .page-next:after {
	content: '\f054';
}

.arrow-disabled,
.paginate-pagination li:has(.deactive){
	display: none !important;
}

/* Theme Modules */
div[data-global-resource-path*="partials/header"] {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1200;
}
.has-course-nav div[data-global-resource-path*="partials/header"] {
	position: absolute;
}
.c-navbar__container {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 0;
	padding-left: 0;
/* 	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%; */
	flex: 0 0 100%;
	max-width: 100%;
}
.c-navbar__main {
	display: flex;
	align-items: start;
	flex-direction: column;
	height: auto;
/* 	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify; */
	justify-content: space-between;
	position: relative;
}
.c-navbar__brand-img-wrapper {
	position: relative;
	padding: 15px 0;
}
.c-navbar__brand-img-wrapper img{
	display: block;
	width: auto;
	max-height: 32px;
	max-width: 200px;
	transition: opacity 0.3s;
}
.c-navbar__brand-img-wrapper img:last-child {
	max-height: 39px;
}
html.no-touchevents .c-navbar__brand-img-wrapper img:hover {
	opacity: 0.7;
}
.c-navbar__list {
/* 	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center; */
	align-items: center;
/* 	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox; */
	display: flex;
/* 	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap; */
	flex-wrap: wrap;
	padding: 0 15px 30px;
}
.c-navbar__link {
	font-size: 18px;
	font-weight: 700;
/* 	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center; */
	align-items: center;
	color: currentColor;
/* 	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox; */
	display: inline-flex;
/* 	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify; */
	justify-content: space-between;
	line-height: 100%;
	padding: 20px 15px;
	position: relative;
	text-decoration: none;
/* 	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s; */
	transition: all 0.3s;
	width: 100%;
}
.c-navbar__link svg {
	height: 16px;
	margin-left: 8px;
	width: 16px;
}
.c-navbar__link svg path {
	stroke: currentColor;
}
.c-navbar__item:last-child a{
  display: inline-block;
}
.c-navbar__item:last-child a:before{
	content: '';
	position: relative;
	display: block;
  top: 26px;
	height: 2px;
	background: transparent;
	transition: all 0.5s ease;
}
.c-navbar__item:last-child a:after{
  font-family: 'Font Awesome 5 Pro';
  content: '\f054';
  display: inline-block;
  text-align: center; 
  margin-left: 10px;
  font-weight: 700;
}
.c-navbar__mobile-menu-wrapper {
	width: 100%;
	padding: 15px 0;
/* 	align-self: flex-end; */
	border-top: 1px solid #fff;
}
.c-navbar__mobile-menu-wrapper{
	display: block;
}
.c-navbar__menu {
	display: block;
	cursor: pointer;
	height: 24px;
/* 	-webkit-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s;
	-o-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s; */
	transition: background-color 0.3s, opacity 0.3s, visibility 0.3s;
	width: 24px;
	z-index: 200;
	margin-left: auto;
	margin-right: 8px;
}
.c-navbar__menu-burger-icon {
	display: block;
}
.c-navbar__menu-burger-icon path,
.c-navbar__menu-close-icon path{
	stroke: #ffff;
}
.c-navbar__menu-close-icon {
	display: none;
}
.c-navbar__top-list {
	padding: 0 0 30px;
}
.c-navbar__top-item {
/* 	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox; */
	display: flex;
	padding: 10px 15px;
	position: relative;
}
.c-navbar__top-item:last-child .c-navbar__top-link {
	font-size: 16px;
	border-bottom: 1px solid currentColor;
	line-height: 150%;
}
.c-navbar__top-link {
	font-size: 16px;
/* 	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center; */
	align-items: center;
	color: currentColor;
/* 	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox; */
	display: inline-flex;
	text-decoration: none;
/* 	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s; */
	transition: all 0.3s;
}
.c-navbar__top-link::after {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.c-navbar__top-link svg {
	height: 16px;
	margin-right: 10px;
	width: 16px;
}
.c-navbar__top-link svg path {
	stroke: #000;
}
.c-navbar__dropdown {
	width: 100%;
}
html.no-touchevents .c-navbar__dropdown-item:first-of-type {
	display: none;
}
.c-navbar__dropdown-link {
	font-size: 18px;
/* 	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center; */
	align-items: center;
	color: currentColor;
/* 	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox; */
	display: flex;
	line-height: 150%;
	padding: 20px 30px 20px 30px;
	position: relative;
	text-decoration: none;
/* 	-webkit-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s; */
	transition: background-color 0.3s, color 0.3s;
}
.c-navbar__dropdown-link svg {
	position: absolute;
	top: 50%;
/* 	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%); */
	transform: translateY(-50%);
	height: 16px;
	right: 15px;
	width: 16px;
}
.c-navbar__dropdown-link svg path {
	stroke: currentColor;
}
body.is-nav-open .c-navbar__menu .c-navbar__menu-burger-icon {
	display: none;
}
body.is-nav-open .c-navbar__menu .c-navbar__menu-close-icon {
	display: block;
}
.c-navbar__link.is-current {
	font-weight: 700;
}
.c-navbar__link.is-active svg {
/* 	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg); */
	transform: rotate(-180deg);
}

@media (min-width: 768px) and (max-width: 1019.98px) {
	.c-navbar .g-container {
		width: 100%;
	}
}

@media (min-width: 1020px) {
	.c-navbar {
		padding-top: 48px;
	}
	.c-navbar::before {
		content: "";
		height: 48px;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.c-navbar__brand-img-wrapper{
		padding: 24px 0;
	}
	.c-navbar__links {
		padding: 24px 0;
		width: 100%;
		border-top: 1px solid;
	}
	.c-navbar__list {
		padding: 0;
	}
	.c-navbar__item {
		position: relative;
		margin: 0 10px;
	}
	.c-navbar__item:first-child .c-navbar__link,
	.c-navbar__item:first-child{
		padding-left: 0;
		margin-left: 0;
	}
	.c-navbar__link {
		padding:5px 8px;
	}
	.c-navbar__link svg {
		height: 14px;
		width: 14px;
	}
	.c-navbar__mobile-menu-wrapper {
		display: none;
	}
	.c-navbar__top {
		left: 0;
		position: absolute;
		top: -48px;
		width: 100%;
	}
	.c-navbar__top-list {
/* 		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox; */
		display: flex;
		padding: 0;
	}
	.c-navbar__top-item:first-child {
		padding-left: 0;
	}
	.c-navbar__top-item:last-child {
		margin-left: auto;
		padding-right: 0;
	}
	.c-navbar__top-link svg {
		height: 14px;
		width: 14px;
	}
	.c-navbar__dropdown {
		left: -15px;
		top: 50px;
		opacity: 0;
		padding-top: 15px;
		position: absolute;
/* 		-webkit-transform: translateZ(0); */
		transform: translateZ(0);
/* 		-webkit-transition: opacity .3s,visibility .3s;
		-o-transition: opacity .3s,visibility .3s; */
		transition: opacity .3s,visibility .3s;
		visibility: hidden;
		width: 345px;
		min-width: max-content;
		z-index: 400;
	}
	.c-navbar__dropdown::before,
	.c-navbar__dropdown::after {
		border-style: solid;
		border-width: 0 7px 7px;
		content: "";
		z-index: 1;
		height: 0;
		left: 25px;
		position: absolute;
		top: 9px;
		-moz-transform: scaleY(.9999);
		-moz-transform-origin: top;
		width: 0;
	}
	.c-navbar__dropdown::after{
		border-width: 0 9px 9px;
		z-index: 0;
		border-color: transparent transparent #fff transparent;
		left: 23px;
		top: 7px;
	}
	.c-navbar__dropdown-link {
		padding: 20px 70px 20px 8px;
		border: 1px solid white;
	}
	.c-navbar__dropdown-item:not(:last-child) .c-navbar__dropdown-link{
		border-bottom: none;
	}
	.c-navbar__dropdown-link svg {
		height: 14px;
		right: 25px;
		width: 14px;
	}
	.c-navbar__dropdown.is-active,
	html.no-js .c-navbar__item:focus .c-navbar__dropdown,
	html.no-js .c-navbar__item:hover .c-navbar__dropdown {
		opacity: 1;
		visibility: visible;
	}
}

@media (min-width: 1300px) {
	.c-navbar__main {
		font-size: 16px;
	}
	.c-navbar__item:last-child{
		margin-left:10px;
	}
	.c-navbar__link {
		padding: 8px 12px;
	}
}

@media (max-width: 1019.98px) {
	
	.c-navbar__container,
	.c-navbar__main {
		position: static;
	}
	
	.c-navbar__links {
		border-top: 1px solid currentColor;
		left: 0;
/* 		max-height: calc(100% - 117px); */
		max-height: calc(100vh - 117px);
		opacity: 0;
		overflow-y: scroll;
/* 		position: fixed; */
		position: absolute;
		top: 124px;
/* 		-webkit-transition: opacity 0.3s, visibility 0.3s;
		-o-transition: opacity 0.3s, visibility 0.3s; */
		transition: opacity 0.3s, visibility 0.3s;
		visibility: hidden;
		width: 100%;
		z-index: 100;
	}
	.c-navbar__item {
/* 		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start; */
		align-items: flex-start;
		border-bottom: 1px solid #fff;
/* 		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox; */
		display: flex;
/* 		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%; */
		flex-basis: 100%;
/* 		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column; */
		flex-direction: column;
	}
	.c-navbar__item:last-of-type {
		border-bottom: none;
    flex-basis: auto;
    margin: 15px 0 0 0;
	}
  .c-navbar__item:last-of-type .c-navbar__link{
    padding: 7px 15px;
  }
	.c-navbar__dropdown {
		display: none;
	}
	.c-navbar__dropdown-item {
		border-top: 1px solid #fff;
	}
	body.is-nav-open::before {
		opacity: 1;
		visibility: visible;
	}
	body.is-nav-open .c-navbar__links {
		opacity: 1;
		visibility: visible;
	}
	.c-navbar__dropdown.is-active,
	html.no-js .c-navbar__item:focus .c-navbar__dropdown,
	html.no-js .c-navbar__item:hover .c-navbar__dropdown {
		display: inline-block;
	}
	li.c-navbar__top-item a.c-navbar__top-link {
		padding: 10px 0px !important;
	}
	li.c-navbar__top-item:last-child a.c-navbar__top-link {
		padding-bottom: 0 !important;
	}
	.c-navbar__top-item {
		padding: 0px 15px !important;
	}
}
.c-footer {
	padding-bottom: 30px;
	padding-top: 30px;
}
.c-footer__logo-container {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	min-height: 1px;
	padding-right: 7.5px;
	padding-left: 7.5px;
	flex: 0 0 100%;
	max-width: 100%;
	padding-bottom: 30px;
}
.c-footer__logo-container img {
	display: block;
	width: auto;
	max-height: 32px;
	max-width: 200px;
	transition: opacity 0.3s;
}
.c-footer__logo-container img:last-child {
	max-height: 39px;
}
.c-footer__logo-container img:hover {
	opacity: 0.7;
}
.c-footer__logo {
	height: 32px;
	width: auto;
}
.c-footer__contact-container {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 7.5px;
	padding-left: 7.5px;
/* 	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%; */
	flex: 0 0 100%;
	max-width: 100%;
}
.c-footer__address p {
	font-size: 14px;
	margin: 0;
}
.c-footer__contact-list {
	margin-top: 20px;
}
.c-footer__contact-item {
	margin-top: 5px;
}
.c-footer__contact-item:first-of-type {
	margin-top: 0;
}
.c-footer__contact-link {
	font-size: 14px;
	color: currentColor;
	text-decoration: none;
/* 	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s; */
	transition: opacity 0.3s;
}
html.no-touchevents .c-footer__contact-link:hover {
	opacity: 0.7;
}
.c-footer__logo-img-item + .c-footer__logo-img-item {
	margin-left: 20px;
}
.c-footer__logo-img {
	height: 30px;
	width: auto;
}
.c-footer__link-container {
	position: relative;
	min-height: 1px;
	padding-right: 7.5px;
	padding-left: 7.5px;
	flex: 100%;
	margin-top: 30px;
}
.c-footer__link-container:last-child {
	margin-top: 0;
}
.c-footer__link-item {
	font-size: 14px;
	margin-top: 10px;
}
.c-footer__link-item:first-of-type {
	margin-top: 0;
}
.c-footer__link {
	color: currentColor;
	text-decoration: none;
	transition: all 0.3s ease;
}
html.no-touchevents .c-footer__link:hover {
	opacity: 0.7;
}
.c-footer__social-container {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 7.5px;
	padding-left: 7.5px;
/* 	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%; */
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 30px;
}
.c-footer__social-title {
	font-size: 20px;
	font-weight: 700;
	display: block;
	margin-bottom: 15px;
}
.c-footer__social-list {
/* 	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox; */
	display: flex;
}
.c-footer__social-item {
	margin-left: 10px;
}
.c-footer__social-item:first-of-type {
	margin-left: 0;
}
.c-footer__social-link {
	align-items: center;
	background: transparent;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	transition: all 0.3s ease;
	width: 48px;
	height: 48px;
	border: 2px solid;
}
.c-footer__social-link svg {
	height: 26px;
	width: auto;
}
.c-footer__social-link svg path {
	transition: all 0.3s ease;
}
.footer-logo-left img {
	height: 70px;
}

@media (min-width: 375px) {
	.c-footer__logo-container {
		padding-right: 7.5px;
		padding-left: 7.5px;
	}
	.c-footer__contact-container {
		padding-right: 7.5px;
		padding-left: 7.5px;
	}
	.c-footer__link-container {
		padding-right: 7.5px;
		padding-left: 7.5px;
	}
	.c-footer__social-container {
		padding-right: 7.5px;
		padding-left: 7.5px;
	}
}

@media (min-width: 768px) {
	.c-footer__logo-container {
		padding-right: 10px;
		padding-left: 10px;
		border-bottom: 1px solid #fff;
	}
	.c-footer__contact-container {
		padding-right: 10px;
		padding-left: 10px;
/* 		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.3333333333%;
		-ms-flex: 0 0 33.3333333333%; */
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
		margin-top: 30px;
	}
	.c-footer__contact-link {
		font-size: 14px;
		/*     font-size: 1.4rem; */
		/*     line-height: 22px; */
	}
	.c-footer__link-container {
		padding-right: 10px;
		padding-left: 10px;
/* 		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.3333333333%;
		-ms-flex: 0 0 33.3333333333%; */
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
		margin-top: 30px;
	}
	.c-footer__link-item {
		font-size: 14px;
	}
	.c-footer__social-container {
		padding-right: 10px;
		padding-left: 10px;
	}
	.c-footer__social-title {
		font-size: 24px;
	}
}

@media (min-width: 1020px) {
	.c-footer {
		padding-bottom: 100px;
	}
	.c-footer__logo-container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.c-footer__contact-container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.c-footer__contact-container {
/* 		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%; */
		flex: 0 0 25%;
		max-width: 25%;
	}
	.c-footer__link-container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.c-footer__link-container {
/* 		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%; */
		flex: 0 0 25%;
		max-width: 25%;
	}
	.c-footer__social-container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.c-footer__social-container {
/* 		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%; */
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (min-width: 1300px) {
	.c-footer__logo-container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.c-footer__contact-container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.c-footer__link-container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.c-footer__social-container {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.blog-listing-wrapper .blog-masthead.dnd-section,
.blog-post-wrapper .blog-masthead.dnd-section {
	padding: 0;
}

.blog-listing-wrapper .c-blog-listing-wrapper {
	padding-top: 0;
}

.blog-post-wrapper .blog-post-body-wrapper {
	padding-bottom: 0;
}

.c-blog-listing__header {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 7.5px;
	padding-left: 7.5px;
	flex: 0 0 100%;
	max-width: 100%;
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.c-blog-listing__header-title {
	margin-right: 10px;
}
.c-blog-listing-featured__media-container {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 7.5px;
	padding-left: 7.5px;
	flex: 0 0 100%;
	max-width: 100%;
}
.c-blog-listing-featured__media {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.c-blog-listing-featured__content {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 7.5px;
	padding-left: 7.5px;
	padding-top: 15px;
	padding-bottom: 15px;
	flex: 0 0 100%;
	max-width: 100%;
	display: flex;
	gap: 15px;
	flex-direction: column;
}

.related-posts-btn {
	margin-top: 0 !important;
}

.blog-listing-wrapper .listing-wrapper .listing-item .image,
.blog-post-wrapper .listing-wrapper .listing-item .image {
  position: relative;
}

/* HD Added */
.blog-card .post-pub-date,
.blog-card .post-tags .post-tag,
.blog-card .post-tags .post-tag__divider,
.blog-post-masthead .post-pub-date,
.blog-post-masthead .post-tags .post-tag,
.blog-post-masthead .post-tags .post-tag__divider{
	font-size: 18px;
	line-height: 1.8;
}

.blog-card .post-tags,
.blog-post-masthead .post-tags{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 0 !important;
}

.blog-card .post-tags .post-tag,
.blog-post-masthead .post-tags .post-tag{
	text-decoration: underline;
}

.blog-listing-wrapper .blog-card .post-tags, 
.blog-post-wrapper .blog-card .post-tags {
  position: absolute;
  bottom: 0;
  gap: 3px;
}

.blog-listing-wrapper .blog-card .post-tags .post-tag, 
.blog-post-wrapper .blog-card .post-tags .post-tag {
  font-size: 14px;
}

.blog-listing-wrapper .blog-card .post-tags .post-tag__divider,
.c-blog-related-posts .blog-card .post-tags .post-tag__divider {
  display: none;
}

.blog-card .featured-button {
	padding: 7px 15px;
	font-weight: 700;
	margin: 0;
	/* 	colors are in module-overrides.css */
}

.blog-post-wrapper .blog-form-section,
.blog-listing-wrapper .blog-form-section {
	background: #EAEFF0;
}

@media (min-width: 375px) {
	.c-blog-listing__header {
		padding-right: 7.5px;
		padding-left: 7.5px;
	}
	.c-blog-listing-featured__media-container {
		padding-right: 7.5px;
		padding-left: 7.5px;
	}
	.c-blog-listing-featured__content {
		padding-right: 7.5px;
		padding-left: 7.5px;
	}
}

@media (min-width: 768px) {
	.c-blog-listing__header {
		padding-right: 10px;
		padding-left: 10px;
	}
	.c-blog-listing-featured__media-container {
		padding-right: 10px;
		padding-left: 10px;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.c-blog-listing-featured__content {
		padding-right: 10px;
		padding-left: 10px;
		flex: 0 0 50%;
		max-width: 50%;
		justify-content: center;
	}
}

@media (min-width: 1020px) {
	.c-blog-listing__header {
		padding-right: 15px;
		padding-left: 15px;
	}
	.c-blog-listing-featured__media-container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.c-blog-listing-featured__content {
		padding-right: 15px;
		padding-left: 15px;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
}

@media (min-width: 1300px) {
	.c-blog-listing__header {
		padding-right: 15px;
		padding-left: 15px;
	}
	.c-blog-listing-featured__media-container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.c-blog-listing-featured__content {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (max-width: 767.98px) {
	.c-blog-listing-featured__title {
		margin-top: 10px;
	}
}
.error-page {
	padding: 120px 0;
}

.hs-system {
  position: relative;
padding: 20px 15px;
  width: 100%;
    margin: 0 auto;
  max-width: 1180px;
}
.hs-system-content h1:empty {
  display:none;
  opacity: 0;
  height: 0;
}
.hs-system-content p a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: -o-linear-gradient(top, currentColor, currentColor);
  background-image: linear-gradient(to bottom, currentColor, currentColor);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  text-decoration: none;
  transition: background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.45s;
  color: currentColor;
}
html.no-touchevents .hs-system-content p a:hover {
  background-size: 0 1px;
}
.hs-system-content .page-header {
  font-size: 22px;
}
.hs-system-content a[class*="show-password"] {
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: -o-linear-gradient(top, currentColor, currentColor);
  background-image: linear-gradient(to bottom, currentColor, currentColor);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  text-decoration: none;
  transition: background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.45s;
  font-size: 10px;
  color: currentColor;
  display: inline-block;
  line-height: 110%;
  margin-bottom: 10px;
  margin-top: -5px;
}
html.no-touchevents .hs-system-content a[class*="show-password"]:hover {
  background-size: 0 1px;
}
.hs_cos_wrapper_type_email_simple_subscription h3 {
  margin-bottom: 10px;
}
.hs_cos_wrapper_type_member_login .hs-login-widget-password-label {
  margin-bottom: 0;
}
.hs_cos_wrapper_type_member_login #hs_login_reset {
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: -o-linear-gradient(top, currentColor, currentColor);
  background-image: linear-gradient(to bottom, currentColor, currentColor);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  text-decoration: none;
  transition: background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.45s;
  font-size: 10px;
  color: currentColor;
  display: inline-block;
  line-height: 110%;
  margin-top: 10px;
}
html.no-touchevents .hs_cos_wrapper_type_member_login #hs_login_reset:hover {
  background-size: 0 1px;
}
.hs_cos_wrapper_type_member_login input[type="checkbox"] {
  height: 20px;
  width: 20px;
}
.hs_cos_wrapper_type_member_login input[type="checkbox"] + label {
  font-size: 10px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}
.hs_cos_wrapper_type_password_prompt .hs-button {
  margin-top: 20px !important;
}
.hs_cos_wrapper_type_email_subscriptions_confirmation .success {
  font-size: 22px;
  margin-top: 20px;
}
.hs_cos_wrapper_type_email_subscriptions input[type="checkbox"] {
  height: 20px;
  width: 20px;
}
.hs_cos_wrapper_type_email_subscriptions input[type="checkbox"] + span {
  font-size: 15px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}
.hs_cos_wrapper_type_email_subscriptions span:nth-of-type(n + 2) {
  font-size: 15px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
}
.hs_cos_wrapper_type_email_subscriptions .email-prefs {
  margin-top: 20px;
}
.hs_cos_wrapper_type_email_subscriptions .email-prefs .header {
  font-size: 18px;
  color: #03709b;
  font-weight: 700;
  margin-bottom: 10px;
}
.hs_cos_wrapper_type_email_subscriptions .email-prefs .item {
  margin: 20px 0;
}
.hs_cos_wrapper_type_email_subscriptions .email-prefs .checkbox-row {
  margin-bottom: 5px;
}
.hs-system .email-prefs .item .item-inner {
  user-select: none;
  border: 1px solid #f3f3f3;
  overflow: hidden;
  padding: 15px;
  background: #fff;
  margin: 0 0 15px 0;
  cursor:pointer;
  transition: all .3s ease-in-out;
}

@media (min-width: 768px){
  .hs-system .email-prefs .item .item-inner {
    padding: 25px 20px;
    margin: 0 0 20px 0;
  }
  .hs-system .email-prefs .item .item-inner p{
    font-size: 18px;
  }
}

.hs-system .email-prefs .item .item-inner:hover {
  background: rgba(3, 59, 76, 0.05);
  box-shadow: 1px 1px 4px rgb(0 0 0 / 10%);
}

.subscribe-options label span:hover{
  cursor:pointer;
}

/* Email Unsubscribe  */
#email-prefs-form{
  margin: 20px 0 0 0;
}

#email-prefs-form .hs-input{
  height: 54px;
}

@media (min-width: 768px) {
  .hs-system-container {
    display: flex;
    justify-content: space-between;
  }
  .hs-system-content a[class*="show-password"] {
    font-size: 12px;
  }
  .hs_cos_wrapper_type_member_login #hs_login_reset {
    font-size: 12px;
  }
  .hs_cos_wrapper_type_member_login input[type="checkbox"] + label {
    font-size: 12px;
  }
  .hs_cos_wrapper_type_email_subscriptions input[type="checkbox"] + span {
    font-size: 18px;
  }
  .hs_cos_wrapper_type_email_subscriptions span:nth-of-type(n + 2) {
    font-size: 18px;
  }
  .hs_cos_wrapper_type_email_subscriptions .email-prefs .header {
    font-size: 36px;
  }
}
.hs-richtext :first-child,
.hs_cos_wrapper_type_rich_text :first-child {
  margin-top: 0;
}
.hs-richtext h1,
.hs_cos_wrapper_type_rich_text h1 {
  margin-bottom: 20px;
}

.hs-richtext h2,
.hs-richtext h3,
.hs-richtext h4,
.hs-richtext h5,
.hs_cos_wrapper_type_rich_text h2,
.hs_cos_wrapper_type_rich_text h3,
.hs_cos_wrapper_type_rich_text h4,
.hs_cos_wrapper_type_rich_text h5 {
  margin-bottom: 15px;
  margin-top: 30px;
}
.hs-richtext blockquote,
.hs-richtext div,
.hs-richtext ol,
.hs-richtext p,
.hs-richtext pre,
.hs-richtext table,
.hs-richtext ul,
.hs_cos_wrapper_type_rich_text blockquote,
.hs_cos_wrapper_type_rich_text div,
.hs_cos_wrapper_type_rich_text ol,
.hs_cos_wrapper_type_rich_text p,
.hs_cos_wrapper_type_rich_text pre,
.hs_cos_wrapper_type_rich_text table,
.hs_cos_wrapper_type_rich_text ul {
  margin-top: 20px;
}
.hs-richtext h1 + ol,
.hs-richtext h1 + p,
.hs-richtext h1 + ul,
.hs-richtext h2 + ol,
.hs-richtext h2 + p,
.hs-richtext h2 + ul,
.hs-richtext h3 + ol,
.hs-richtext h3 + p,
.hs-richtext h3 + ul,
.hs-richtext h4 + ol,
.hs-richtext h4 + p,
.hs-richtext h4 + ul,
.hs-richtext h5 + ol,
.hs-richtext h5 + p,
.hs-richtext h5 + ul,
.hs_cos_wrapper_type_rich_text h1 + ol,
.hs_cos_wrapper_type_rich_text h1 + p,
.hs_cos_wrapper_type_rich_text h1 + ul,
.hs_cos_wrapper_type_rich_text h2 + ol,
.hs_cos_wrapper_type_rich_text h2 + p,
.hs_cos_wrapper_type_rich_text h2 + ul,
.hs_cos_wrapper_type_rich_text h3 + ol,
.hs_cos_wrapper_type_rich_text h3 + p,
.hs_cos_wrapper_type_rich_text h3 + ul,
.hs_cos_wrapper_type_rich_text h4 + ol,
.hs_cos_wrapper_type_rich_text h4 + p,
.hs_cos_wrapper_type_rich_text h4 + ul,
.hs_cos_wrapper_type_rich_text h5 + ol,
.hs_cos_wrapper_type_rich_text h5 + p,
.hs_cos_wrapper_type_rich_text h5 + ul {
  margin-top: 0;
}
.hs-richtext ol,
.hs-richtext ul,
.hs_cos_wrapper_type_rich_text ol,
.hs_cos_wrapper_type_rich_text ul {
  display: block;
  list-style-position: outside;
  padding-left: 2rem;
}
.hs-richtext ul,
.hs_cos_wrapper_type_rich_text ul {
  list-style-type: disc;
}
.hs-richtext ol,
.hs_cos_wrapper_type_rich_text ol {
  list-style-type: decimal;
}
.hs-richtext li,
.hs_cos_wrapper_type_rich_text li {
  display: list-item;
}
.hs-richtext li::marker,
.hs_cos_wrapper_type_rich_text li::marker {

}
.hs-richtext img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  margin-top: 20px;
  max-width: 100%;
  width: 100%;
}
.hs-richtext figcaption,
.hs_cos_wrapper_type_rich_text figcaption {
  font-size: 10px;
  line-height: 16px;
  margin-top: 10px;
}
.hs-richtext blockquote::after,
.hs-richtext blockquote::before,
.hs_cos_wrapper_type_rich_text blockquote::after,
.hs_cos_wrapper_type_rich_text blockquote::before {
  font-size: 16px;
  font-weight: 700;
}
.hs-richtext blockquote::before,
.hs_cos_wrapper_type_rich_text blockquote::before {
  content: "\201C";
}
.hs-richtext blockquote::after,
.hs_cos_wrapper_type_rich_text blockquote::after {
  content: "\201D";
}
.hs-richtext blockquote p,
.hs_cos_wrapper_type_rich_text blockquote p {
  display: inline;
}
.hs-richtext table,
.hs_cos_wrapper_type_rich_text table {
  font-size: 14px;
  border-collapse: collapse;
  width: auto !important;
}
.hs-richtext table td,
.hs-richtext table th,
.hs_cos_wrapper_type_rich_text table td,
.hs_cos_wrapper_type_rich_text table th {
  min-width: 150px;
  padding: 10px 15px;
  vertical-align: top;
}

@media (min-width: 768px) {
  .hs-richtext figcaption,
  .hs_cos_wrapper_type_rich_text figcaption {
    font-size: 12px;
  }
}
.c-course-intro {
  padding-bottom: 40px;
  position: relative;
}
.c-course-intro::before {
  background-color: #eef0f1;
  content: "";
  height: 100%;
  left: -50vw;
  position: absolute;
  top: 0;
  width: 200vw;
  z-index: -1;
}
.c-course-intro__content-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.c-course-intro__content-wrapper {
  background-color: #F4F4F3;
  padding: 30px;
	width: 100%;
}
.c-course-intro__content-title {
  font-weight: 700;
  margin-bottom: 20px;
}
.c-course-intro__more-content {
  margin-top: 20px;
}
.c-course-intro__content-btn {
  margin-top: 20px;
}
.c-course-intro__content-read-more-btn {
  cursor: pointer;
  display: block;
  margin-top: 20px;
  transition: opacity 0.3s;
  padding: 12px 12px 12px 0px;
}
html.no-touchevents .c-course-intro__content-read-more-btn:hover {
  opacity: 0.6;
}
.c-course-intro__content-wrapper.is-read-less .c-course-intro__more-content {
  display: none;
}
.c-course-listing__header {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.c-course-listing__header-title {
  margin-right: 10px;
}
.c-course-listing__header a{
  margin-top:0;
}
.c-course-listing__item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 25px;
}
.c-course-listing__item:nth-of-type(-n + 1) {
  margin-top: 0;
}
.c-course-listing__item-container {
  padding-bottom: 132.5%;
  position: relative;
  width: 100%;
}
.c-course-listing__item-wrapper {
  background-color: #eef0f1;
  color: currentColor;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-course-listing__item-wrapper:focus .c-course-listing__item-content,
.c-course-listing__item-wrapper:hover .c-course-listing__item-content {
  transform: translateY(0);
}
.c-course-listing__item-media {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.c-course-listing__item-content {
  background-color: rgba(52, 81, 108, 0.95);
  color: #fff;
  margin-top: auto;
  padding: 20px;
}
.c-course-listing__item-title {
  font-size: 16px;
  color: #03709b;
  font-weight: 700;
  color: currentColor;
  font-weight: 400;
}
.c-course-listing__item-title-link {
  color: #fff;
  text-decoration: none;
}
.c-course-listing__item-title-link:hover {
  color: #fff;
}
.c-course-listing__item-title-link::before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.c-course-listing__item-summary {
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  height: 110px;
  margin-top: 20px;
}
.c-course-listing__item-btn {
  margin-top: 10px;
  position: relative;
}
.c-course-modules__title {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.c-course-modules__item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-course-modules__item + .c-course-modules__item {
  margin-top: 20px;
}
.c-course-modules__item + .c-course-modules__item::before {
  background-color: #d1d3e1;
  display: inline-block;
  content: "";
  height: 1px;
  margin-bottom: 30px;
  width: 100%;
}
.c-course-modules__icon-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.c-course-modules__icon {
  height: 90px;
}
.c-course-modules__content-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-course-modules__sub-title {
  align-items: center;
  display: flex;
  font-weight: 400;
  margin-bottom: 20px;
}
.c-course-modules__sub-title svg {
  height: 25px;
  margin-right: 10px;
  width: 25px;
}
.c-course-navigation__container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.c-course-navigation__title {
  margin-bottom: 5px;
}
.c-course-navigation__items {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-course-navigation__link {
  font-size: 16px;
  text-decoration: underline;
  color: #fff;
  cursor: pointer;
  margin: 15px 0 0 0;
  padding: 10px 20px;
  width: 100%;
}
html.no-touchevents .c-course-navigation__link:hover {
  color: #ccc;
}
.c-course-pricing__title {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.c-course-pricing__content {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-course-pricing__accordion {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 30px;
}
.c-course-pricing__accordion-item + .c-course-pricing__accordion-item {
  margin-top: 20px;
}
.c-course-pricing__accordion-item-heading {
  font-size: 16px;
  text-align: left;
  background-color: #34516c;
  color: #fff;
  cursor: pointer;
  padding: 10px 60px 10px 20px;
  position: relative;
  transition: background-color 0.3s;
  width: 100%;
}
.c-course-pricing__accordion-item-heading::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  content: "";
  height: 2px;
  right: 20px;
  width: 16px;
}
.c-course-pricing__accordion-item-heading::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  content: "";
  height: 16px;
  position: absolute;
  right: 27px;
  transition: all 0.3s;
  width: 2px;
}
html.no-touchevents .c-course-pricing__accordion-item-heading:hover {
  background-color: #03709b;
}
.c-course-pricing__accordion-item-panel {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
.c-course-pricing__info-title {
  font-size: 15px;
  border-bottom: 1px solid #d1d3e1;
  margin-top: 10px;
  padding: 10px 0;
}
.c-course-pricing__info-list {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}
.c-course-pricing__info-term {
  border-bottom: 1px solid #d1d3e1;
  padding: 10px 0;
  width: 50%;
}
.c-course-pricing__info-desc {
  border-bottom: 1px solid #d1d3e1;
  padding: 10px 15px;
  position: relative;
  width: 50%;
}
.c-course-pricing__info-desc::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #d1d3e1;
  content: "";
  height: calc(100% - 20px);
  left: 0;
  width: 1px;
}
.c-course-pricing__accordion-item-panel.is-hidden {
  display: none;
}
.c-course-pricing__accordion-item-heading.is-active::after {
  opacity: 0;
  visibility: hidden;
}
.c-course-selector {
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
}
.c-course-selector::before {
  background-color: #eef0f1;
  content: "";
  height: 100%;
  left: -50vw;
  position: absolute;
  top: 0;
  width: 200vw;
}
.c-course-selector__container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
.c-course-selector__title {
  color: #fff;
  margin-bottom: 15px;
  padding: 0 10px;
}
.c-course-selector__container p{
  color: #fff;
  margin: 0 0 15px 0;
}
.c-course-selector__dropdown {
  display: inline-block;
  width: 100%;
}
.c-course-selector__dropdown .c-selectbox,
.c-course-selector__dropdown .hs-fieldtype-select .input,
.hs-fieldtype-select .c-course-selector__dropdown .input {
  width: 100%;
}
.c-course-selector__dropdown .c-selectbox__select,
.c-course-selector__dropdown .hs-fieldtype-select .hs-input,
.c-course-selector__dropdown .hs_phone .hs-input select,
.hs-fieldtype-select .c-course-selector__dropdown .hs-input,
.hs_phone .hs-input .c-course-selector__dropdown select {
  border-color: transparent;
}
.c-course-selector--tertiary-bg::before {
  background-color: #34516c;
}

@media (min-width: 375px) {
  .c-course-intro__content-container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .c-course-listing__header {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .c-course-listing__item {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .c-course-modules__title {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .c-course-modules__item {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .c-course-modules__icon-container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .c-course-modules__content-container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .c-course-navigation__container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .c-course-pricing__title {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .c-course-pricing__content {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .c-course-pricing__accordion {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .c-course-selector__container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

@media (min-width: 768px) {
  .c-course-intro__content-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-course-intro__content-container {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-course-listing__header {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-course-listing__header-title {
    margin-right: 20px;
  }
  .c-course-listing__item {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-course-listing__item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 20px;
  }
  .c-course-listing__item:nth-of-type(-n + 2) {
    margin-top: 0;
  }
  .c-course-listing__item-container {
    padding-bottom: 135%;
  }
  .c-course-listing__item-title {
    font-size: 20px;
  }
  .c-course-listing__item-summary {
    font-size: 14px;
  }
  .c-course-listing__item-btn {
    margin-top: 20px;
  }
  .c-course-modules__title {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-course-modules__title {
    margin-bottom: 40px;
  }
  .c-course-selector__container p{
    margin: 0 0 25px 0;
  }
  .c-course-modules__item {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-course-modules__item + .c-course-modules__item {
    margin-top: 30px;
  }
  .c-course-modules__icon-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-course-modules__icon-container {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-course-modules__content-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-course-modules__content-container {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-course-modules__sub-title svg {
    margin-right: 15px;
  }
  .c-course-navigation__container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-course-navigation__title {
    margin-bottom: 10px;
  }
  .c-course-navigation__items {
    width: 100%;
  }
  .c-course-navigation__link {
    font-size: 18px;
    margin: 20px 10px 0 10px;
    padding: 10px;
    width: auto;
  }
  .course-nav-no-heading .c-course-navigation__link{
    margin: 0 10px;
  }
  .c-course-pricing__title {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-course-pricing__title {
    margin-bottom: 20px;
  }
  .c-course-pricing__content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-course-pricing__content {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-course-pricing__accordion {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-course-pricing__accordion {
    margin-top: 40px;
  }
  .c-course-pricing__accordion-item-heading {
    font-size: 20px;
  }
  .c-course-pricing__info-title {
    font-size: 18px;
  }
  .c-course-pricing__info-list {
    font-size: 14px;
  }
  .c-course-pricing__info-term {
    width: 170px;
  }
  .c-course-pricing__info-desc {
    width: calc(100% - 170px);
  }
  .c-course-selector {
    padding-bottom: 45px;
    padding-top: 45px;
  }
  .c-course-selector__container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-course-selector__title {
    padding: 0;
  }
  .c-course-selector__dropdown {
    width: 700px;
  }
}

@media (min-width: 1020px) {
  .c-course-intro__content-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-course-listing__header {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-course-listing__item {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-course-listing__item {
    margin-top: 30px;
  }
  .c-course-listing__item:nth-of-type(-n + 2) {
    margin-top: 0;
  }
  .c-course-listing__item-container {
    padding-bottom: 100%;
  }
  .c-course-listing__item-media-container {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .c-course-listing__item-content {
    transform: translateY(195px);
    transition: transform 0.45s;
    transition: transform 0.45s, -webkit-transform 0.45s;
  }
  .c-course-modules__title {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-course-modules__item {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-course-modules__icon-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-course-modules__content-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-course-navigation__container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-course-pricing__title {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-course-pricing__content {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-course-pricing__accordion {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-course-pricing__accordion {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-course-selector__container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1300px) {
  .c-course-intro__content-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-course-listing__header {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-course-listing__item {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-course-listing__item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-top: 30px;
  }
  .c-course-listing__item:nth-of-type(-n + 3) {
    margin-top: 0;
  }
  .c-course-modules__title {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-course-modules__item {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-course-modules__icon-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-course-modules__content-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-course-navigation__container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-course-pricing__title {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-course-pricing__content {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-course-pricing__accordion {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-course-pricing__accordion {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-course-selector__container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 1019.98px) {
  .c-course-listing__item-media-container {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .c-course-listing__item-media-container:before {
    display: block;
    content: "";
    padding-top: 100%;
    width: 100%;
  }
  .c-course-listing__item-media-container > * {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .c-course-listing__item-content {
    flex-grow: 1;
  }
  .c-course-listing__item-summary {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .c-course-modules__sub-title {
    justify-content: center;
    margin-left: -17.5px;
    margin-top: 20px;
  }
  .c-course-navigation__items {
    flex-direction: column;
  }
  .c-course-pricing__content + .c-course-pricing__content {
    margin-top: 20px;
  }
}
.c-carousel__header {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.c-carousel__heading {
  padding-right: 10px;
}
.c-carousel__pagination {
  display: flex;
  width: 90px;
}
.c-carousel__next,
.c-carousel__prev {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 0 !important;
  width: 40px;
}
.c-carousel__next svg,
.c-carousel__prev svg {
  height: 18px;
  width: 18px;
}
.c-carousel__next {
  margin-left: 10px;
}
.c-carousel__items {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-carousel__carousel {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}
.c-carousel__item {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.c-carousel__item:first-of-type {
  display: block;
}
.c-carousel__item-link {
  color: currentColor;
  display: block;
  position: relative;
  text-decoration: none;
  transition: color 0.3s;
}
.c-carousel__item-media-wrapper {
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.c-carousel__item-media {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
  height: 100%;
  transition: transform 0.3s;
  width: 100%;
}
html.no-object-fit .c-carousel__item-media {
  height: auto !important;
}
.c-carousel__video-popup {
  align-items: center;
  display: flex;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s, visibility 0.3s;
  width: 100vw;
  visibility: hidden;
  z-index: 500;
}
.c-carousel__video-popup .container-fluid {
  width: 100%;
}
.c-carousel__video-popup .dnd-section {
  padding-top: 0;
}
.c-carousel__video-popup-close-btn {
  align-items: center;
  height: 50px;
  display: flex;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  z-index: 1;
}
.c-carousel__video-popup-close-btn svg {
  height: 16px;
  width: 16px;
}
.c-carousel__video-popup-close-btn svg path {
  stroke: #fff;
}
.c-carousel__video-popup-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
  z-index: 1;
}
.c-carousel__video-popup-wrapper {
  background-color: #000;
  padding-top: 56.25%;
  position: relative;
}
.c-carousel__video-popup-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-carousel__video-popup-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.c-carousel__carousel--image .c-carousel__item {
  position: relative;
}
.c-carousel__carousel--image .c-carousel__item:focus .c-carousel__item-media,
.c-carousel__carousel--image .c-carousel__item:hover .c-carousel__item-media {
  transform: scale(1.025) translateY(-50%);
}
.c-carousel__carousel--image .c-carousel__item-content {
  background-color: #fff;
  border-bottom: 4px solid #03709b;
  bottom: 0;
  left: 0;
  padding: 10px 15px;
  position: absolute;
  width: 60%;
}
.c-carousel__carousel--image .c-carousel__item-title {
  font-size: 15px;
  font-weight: 400;
}
.c-carousel__carousel--cta .c-carousel__item:focus .c-carousel__item-media,
.c-carousel__carousel--cta .c-carousel__item:hover .c-carousel__item-media {
  transform: scale(1.025) translateY(-50%);
}
.c-carousel__carousel--cta .c-carousel__item-media-wrapper {
  padding-bottom: 56.25%;
}
.c-carousel__carousel--cta .c-carousel__item-content {
  margin-top: 20px;
}
.c-carousel__carousel--cta.hd-people-carousel .c-carousel__item-title {
	display: flex;
	align-items: center;
}
.c-carousel__carousel--cta.hd-people-carousel a .c-carousel__item-title:after,
.c-carousel__item-title.hd_card_link:after{
  content: '\f054';
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  margin-left: 10px;
  transition: all 0.3s ease;  
}

.c-carousel__carousel--cta.hd-people-carousel a .c-carousel__item-title:hover:after,
.c-carousel__item-title.hd_card_link:hover:after{
  transform: translateX(5px);
}

.c-carousel__carousel--cta.hd-people-carousel .c-carousel__item-title a:hover{
  text-decoration:none;
}

.c-carousel__carousel--cta .c-carousel__item-summary {
  margin-top: 10px;
}
.c-carousel__carousel--cta .c-carousel__item-bio {
  padding: 10px 0 0 0;
}
.c-carousel__carousel--cta .c-carousel__item-btn {
  margin-top: 20px;
}
.c-carousel__carousel--content-image .c-carousel__item-content-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 20px;
}
.c-carousel__carousel--content-image .c-carousel__item-media-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-carousel__carousel--content-image .c-carousel__item-media-wrapper {
  padding-bottom: 0;
}
.c-carousel__carousel--content-image .c-carousel__item-media {
  height: auto;
  position: relative;
  transform: none;
}
.c-carousel__carousel--video .c-carousel__item {
  position: relative;
}
.c-carousel__carousel--video .c-carousel__item:focus .c-carousel__item-media,
.c-carousel__carousel--video .c-carousel__item:hover .c-carousel__item-media {
  transform: scale(1.025) translateY(-50%);
}
.c-carousel__carousel--video .c-carousel__item-play-btn {
  background-color: #03709b;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.3s;
  width: 50px;
  z-index: 100;
}
.c-carousel__carousel--video .c-carousel__item-play-btn::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 11px 0 11px 15px;
  height: 0;
  -moz-transform: scaleY(0.9999);
  -moz-transform-origin: top;
  width: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-carousel__carousel--video .c-carousel__item-play-btn:hover {
  background-color: #45b7e6;
}
.c-carousel__carousel--video .c-carousel__item-media-wrapper {
  padding-bottom: 56.25%;
}
.c-carousel__carousel--video .c-carousel__item-content {
  background-color: #fff;
  border-bottom: 4px solid #03709b;
  bottom: 0;
  left: 0;
  padding: 10px 15px;
  position: absolute;
  width: 60%;
}
.c-carousel__carousel--video .c-carousel__item-title {
  font-size: 15px;
  font-weight: 400;
}
.c-carousel__video-popup.is-active {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 375px) {
  .c-carousel__header {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .c-carousel__items {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .c-carousel__video-popup-container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .c-carousel__carousel--content-image .c-carousel__item-content-container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .c-carousel__carousel--content-image .c-carousel__item-media-container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

@media (min-width: 768px) {
  .c-carousel__header {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-carousel__header {
    margin-bottom: 40px;
  }
  .c-carousel__items {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-carousel__video-popup-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-carousel__carousel--image .c-carousel__item:nth-of-type(-n + 3) {
    display: block;
  }
  .c-carousel__carousel--image .c-carousel__item-content {
    padding: 15px 20px;
    width: 80%;
  }
  .c-carousel__carousel--cta.hd-people-carousel .c-carousel__item-media-wrapper {
    padding-bottom: 100%;
  }
  .c-carousel__carousel--image .c-carousel__item-title {
    font-size: 18px;
  }
  .c-carousel__carousel--cta .c-carousel__item:nth-of-type(-n + 3) {
    display: block;
  }
  .c-carousel__carousel--cta .c-carousel__item-bio {
    font-size: 18px;
    padding: 15px 0 0 0;
  }
  .c-carousel__carousel--content-image .c-carousel__item-content-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-carousel__carousel--content-image .c-carousel__item-content-container {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    align-self: center;
    margin-top: 0;
    order: 1;
  }
  .c-carousel__carousel--content-image .c-carousel__item-content {
    padding-right: 20px;
  }
  .c-carousel__carousel--content-image .c-carousel__item-media-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-carousel__carousel--content-image .c-carousel__item-media-container {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    order: 2;
  }
  .c-carousel__carousel--video .c-carousel__item:nth-of-type(-n + 2) {
    display: block;
  }
  .c-carousel__carousel--video .c-carousel__item-content {
    padding: 15px 20px;
    width: 80%;
  }
  .c-carousel__carousel--video .c-carousel__item-title {
    font-size: 18px;
  }
}

@media (min-width: 1020px) {
  .c-carousel__header {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-carousel__items {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-carousel__video-popup-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-carousel__carousel--content-image .c-carousel__item-content-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-carousel__carousel--content-image .c-carousel__item-content-container {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .c-carousel__carousel--content-image .c-carousel__item-media-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-carousel__carousel--content-image .c-carousel__item-media-container {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
}

@media (min-width: 1300px) {
  .c-carousel__header {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-carousel__items {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-carousel__video-popup-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-carousel__carousel--content-image .c-carousel__item-content-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-carousel__carousel--content-image .c-carousel__item-content-container {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-carousel__carousel--content-image .c-carousel__item-media-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-carousel__carousel--content-image .c-carousel__item-media-container {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.c-accordion {
  position: relative;
}
.c-accordion__header {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
.c-accordion__subheader-title {
  margin-top: 15px;
}
.c-accordion__container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-accordion__item {
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
}
.c-accordion__item + .c-accordion__item {
  border-top: none;
}
.c-accordion__item-heading {
  text-align: left;
  cursor: pointer;
  display: block;
  padding: 15px 40px 15px 10px;
  position: relative;
  width: 100%;
	transition: all 0.3s ease;
}

.c-accordion__item-heading::after {
  right: 15px;
}
.c-accordion__item-heading::after {
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  content: '\f078';
  font-size: 20px;
  line-height: 1.5;
}
.c-accordion__item-heading.is-active,
.c-accordion__item-heading:hover {
	background: #C3C3C3;
}
.c-accordion__item-heading.is-active::after {
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  content: '\f077';
  font-size: 20px;
  line-height: 1.5;
}
.c-accordion__item-panel {
  padding-bottom: 20px;
  padding-top: 10px;
}
.c-accordion__item-panel.is-hidden {
  display: none;
}
.c-accordion .button-wrapper {
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-top: 10px;
}

@media (min-width: 375px) {
  .c-accordion__header {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .c-accordion__container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

@media (min-width: 768px) {
  .c-accordion__header {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-accordion__header {
    margin-bottom: 20px;
  }
  .c-accordion__container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-accordion__item-heading {
    font-size: 18px;
  }
  .c-accordion__item-heading {
    padding: 20px 100px 20px 10px;
  }
  .c-accordion__item-heading::before {
    right: 25px;
  }
  .c-accordion__item-heading::after {
    right: 20px;
  }
  .c-accordion__item-panel {
    padding-bottom: 30px;
  }
  .c-accordion .button-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1020px) {
  .c-accordion__header {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-accordion__container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-accordion .button-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.hs_cos_wrapper_type_rich_text{
  display: inline-block;
}

.c-content__content,
.hs_cos_wrapper_type_rich_text{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
}

.c-content__content form fieldset {
  margin: 0 auto;
}

.c-content-double__title {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.c-content-double__content {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
}

.c-content-triple__title {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.c-content-triple__content {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
}

.c-content-media__content-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-content-media__content {
  margin-top: 10px;
}
.c-content-media__link-container {
  margin-top: 10px;
}
.c-content-media__media-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-content-media--invert .c-content-media__content-container {
  order: 2;
}
.c-content-media--invert .c-content-media__media-container {
  order: 1;
}

.c-content .button-wrapper {
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-top: 10px;
}

@media (min-width: 375px) {
  .c-content-double__title {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .c-content-double__content {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .c-content-triple__title {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .c-content-triple__content {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .c-content-media__content-container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .c-content-media__media-container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

@media (min-width: 768px) {
  .c-content__content,
  .hs_cos_wrapper_type_rich_text{
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-content-double__title {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-content-double__title {
    margin-bottom: 20px;
  }
  .c-content-double__content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-content-double__content {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-content-double--wide-left .c-content-double__content {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-content-double--wide-left .c-content-double__content + .c-content-double__content {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-content-double--wide-right .c-content-double__content {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-content-double--wide-right .c-content-double__content + .c-content-double__content {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-content-triple__title {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-content-triple__title {
    margin-bottom: 20px;
  }
  .c-content-triple__content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-content-triple__content {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-content-media__content-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-content-media__content-container {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-content-media__content {
    margin-top: 20px;
  }
  .c-content-media__link-container {
    margin-top: 20px;
  }
  .c-content-media__media-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-content-media__media-container {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-content .button-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1020px) {
  .c-content__content,
  .hs_cos_wrapper_type_rich_text{
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-content-double__title {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-content-double__content {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-content-double--wide-left .c-content-double__content {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-content-double--wide-left .c-content-double__content + .c-content-double__content {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-content-double--wide-right .c-content-double__content {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-content-double--wide-right .c-content-double__content + .c-content-double__content {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-content-triple__title {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-content-triple__content {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-content-media__content-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-content-media__media-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-content .button-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1300px) {
  .c-content-double__title {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-content-double__content {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-content-triple__title {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-content-triple__content {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-content-media__content-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-content-media__media-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767.98px) {
  .c-content-double__content + .c-content-double__content {
    margin-top: 20px;
  }
  .c-content-triple__content + .c-content-triple__content {
    margin-top: 20px;
  }
  .c-content-media__media-container {
    margin-top: 20px;
  }
  .c-content-media--invert .c-content-media__media-container {
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.c-team-listing__header {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.c-team-listing__header-title {
  font-size: 18px;
  color: #03709b;
  font-weight: 700;
  margin-right: 10px;
}
.c-team-listing__item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 25px;
}
.c-team-listing__item:nth-of-type(-n + 1) {
  margin-top: 0;
}
.c-team-listing__item-container {
  padding-bottom: 132.5%;
  position: relative;
  width: 100%;
}
.c-team-listing__item-wrapper {
  background-color: #eef0f1;
  color: currentColor;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-team-listing__item-wrapper:focus .c-team-listing__item-content,
.c-team-listing__item-wrapper:hover .c-team-listing__item-content {
  transform: translateY(0);
}
.c-team-listing__item-media {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.c-team-listing__item-content {
  background-color: rgba(52, 81, 108, 0.95);
  color: #fff;
  margin-top: auto;
  padding: 20px;
}
.c-team-listing__item-title {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  font-weight: 400;
}
.c-team-listing__item-title-link {
  color: currentColor;
  text-decoration: none;
}
.c-team-listing__item-title-link:hover{
  color: #fff;
}
.c-team-listing__item-title-link::before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.c-team-listing__item-job-title {
  font-size: 15px;
  color: currentColor;
  display: block;
  font-weight: 400;
}
.c-team-listing__item-summary {
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  height: 110px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.c-team-listing__item-btn {
  margin-top: 10px;
  position: relative;
}

.c-team-individual__team-details-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-team-individual__team-details-media {
	display: block;
	margin: 0 auto;
  max-width: 350px;
  width: 100%;
}
.c-team-individual__team-details-list {
  margin-top: 20px;
}
.c-team-individual__team-details-item {
  font-size: 15px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.c-team-individual__team-details-item:first-of-type {
  margin-top: 0;
}
.c-team-individual__team-details-item-label {
  font-weight: 600;
  margin-right: 10px;
}
html.no-touchevents .c-team-individual__team-details-item-link:hover {
  text-decoration: none;
}
.c-team-individual__team-details-social-list {
  display: flex;
}
.c-team-individual__team-details-social-item {
  margin-left: 15px;
}
.c-team-individual__team-details-social-item:first-of-type {
  margin-left: 0;
}
.c-team-individual__team-details-social-link {
  border-radius: 2px;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: opacity 0.3s;
  width: 35px;
}
.c-team-individual__team-details-social-link svg {
  height: 24px;
  width: 24px;
}
html.no-touchevents .c-team-individual__team-details-social-link:hover {
  opacity: 0.8;
}
.c-team-individual__content-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 20px;
}
.c-team-individual__content {
  background-color: #eef0f1;
/*   margin-left: -15px;
  margin-right: -15px; */
  padding: 30px 15px;
}
.c-team-individual .button-wrapper {
  display: inline-flex;
  flex-direction: column;
}
.c-team-individual .button-wrapper .btn {
  margin-top: 0;
  margin-bottom: 15px;
}

@media (min-width: 375px) {
  .c-team-listing__header {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .c-team-listing__item {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .c-team-individual__team-details-container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .c-team-individual__content-container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

@media (min-width: 768px) {
  .c-team-listing__header {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-team-listing__header-title {
    font-size: 36px;
  }
  .c-team-listing__header-title {
    margin-right: 20px;
  }
  .c-team-listing__item {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-team-listing__item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 20px;
  }
  .c-team-listing__item:nth-of-type(-n + 2) {
    margin-top: 0;
  }
  .c-team-listing__item-container {
    padding-bottom: 135%;
  }
  .c-team-listing__item-title {
    font-size: 20px;
  }
  .c-team-listing__item-job-title {
    font-size: 18px;
  }
  .c-team-listing__item-summary {
    font-size: 14px;
  }
  .c-team-listing__item-btn {
    margin-top: 20px;
  }
  .c-team-individual__team-details-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-team-individual__team-details-container {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-team-individual__team-details-media {
    max-width: none;
  }
  .c-team-individual__team-details-item {
    font-size: 18px;
  }
  .c-team-individual__content-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-team-individual__content-container {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 0;
  }
  .c-team-individual__content {
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
  }
}

@media (min-width: 1020px) {
  .c-team-listing__header {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-team-listing__item {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-team-listing__item {
    margin-top: 30px;
  }
  .c-team-listing__item:nth-of-type(-n + 2) {
    margin-top: 0;
  }
  .c-team-listing__item-container {
    padding-bottom: 100%;
  }
  .c-team-listing__item-media-container {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .c-team-listing__item-content {
    transform: translateY(195px);
    transition: transform 0.45s;
    transition: transform 0.45s, -webkit-transform 0.45s;
  }
  .c-team-individual__team-details-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-team-individual__team-details-container {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-team-individual__content-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-team-individual__content-container {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-team-individual .button-wrapper {
    display: flex;
    flex-direction: row;
  }
  .c-team-individual .button-wrapper .btn {
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-team-individual .button-wrapper a:first-child {
    margin-right: 15px;
  }
}

@media (min-width: 1300px) {
  .c-team-listing__header {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-team-listing__item {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-team-listing__item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-top: 30px;
  }
  .c-team-listing__item:nth-of-type(-n + 3) {
    margin-top: 0;
  }
  .c-team-individual__team-details-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-team-individual__content-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 1019.98px) {
  .c-team-listing__item-media-container {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .c-team-listing__item-media-container:before {
    display: block;
    content: "";
    padding-top: 100%;
    width: 100%;
  }
  .c-team-listing__item-media-container > * {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .c-team-listing__item-content {
    flex-grow: 1;
  }
  .c-team-listing__item-summary {
    display: none;
  }
}
.c-testimonial {
  position: relative;
  padding: 30px 0;
}

.hd-c-testimonial.c-testimonial {
  padding: 15px;
}

.c-testimonial::before {
  content: "";
  height: 100%;
  left: -50vw;
  position: absolute;
  top: 0;
  width: 200vw;
}

.c-testimonial__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-testimonial__pic {
  height: 165px;
  object-fit: cover;
	align-self: center;
  object-position: center center;
  width: 165px;
}
.c-testimonial__title {
  margin-top: 25px;
}
.c-testimonial__testimonial {
  margin-top: 5px;
}
.c-testimonial__testimonial .designation{
  margin: 15px 0 0 0;
}

.c-testimonial__testimonial .designation p{
  font-size: 18px;
}

.c-testimonial__testimonial .designation .name{
  font-weight: 700;
}

@media (min-width: 768px) {
  .c-testimonial {
    padding: 60px 0;
  }
  .hd-c-testimonial.c-testimonial {
    padding: 30px;
  }
  .c-testimonial__wrapper {
    align-items: center;
    flex-direction: row;
  }
  .c-testimonial__pic {
    height: 245px;
    width: 245px;
  }
  .c-testimonial__content {
    margin-left: 40px;
  }
  .c-testimonial__title {
    margin-top: 0;
  }
}
.c-cta-bar {
  position: relative;
}
.c-cta-bar::before {
  content: "";
  height: 100%;
  left: -50vw;
  position: absolute;
  top: 0;
  width: 200vw;
}
.c-cta-bar__container {
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
}
.c-cta-bar__title {
  color: #fff;
}
.c-cta-bar__link-container {
  align-items: center;
  display: flex;
}

.c-cta-double {
  position: relative;
}
.c-cta-double__item {
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
.c-cta-double__item::before {
  content: "";
  height: 100%;
  position: absolute;
  right: -50vw;
  top: 0;
  width: 200vw;
  z-index: -1;
}
.c-cta-double__item + .c-cta-double__item {
  color: #fff;
}
.c-cta-double__item + .c-cta-double__item::before {
  left: -50vw;
  right: auto;
}
.c-cta-double__item + .c-cta-double__item .c-cta-double__title {
  color: #fff;
}

@media (min-width: 375px) {
  .c-cta-bar__container {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .c-cta-bar__container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .c-cta-double__item {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .c-cta-double__item {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

@media (min-width: 768px) {
  .c-cta-bar__container {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .c-cta-bar__container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-cta-bar__link-container .btn{
    margin-top: 0;
    margin-right: 20px;
  }
  .c-cta-bar__link-container .btn:last-child{
    margin-right: 0;
  }
  .c-cta-double__item {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .c-cta-double__item {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-cta-double__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-cta-double__item::before {
    right: 0;
  }
  .c-cta-double__item + .c-cta-double__item::before {
    left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1299.98px) {
  .c-cta-bar__link-container {
    margin-top: 20px;
  }
}

@media (min-width: 1020px) {
  .c-cta-bar__container {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .c-cta-bar__container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-cta-double__item {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .c-cta-double__item {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1300px) {
  .c-cta-bar__container {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .c-cta-bar__container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-cta-bar__container {
    align-items: center;
    justify-content: space-between;
  }
  .c-cta-bar__title {
    width: 50%;
  }
  .c-cta-bar__link-container {
    justify-content: flex-end;
    width: 50%;
  }
  .c-cta-double__item {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .c-cta-double__item {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 1299.98px) {
  .c-cta-bar__container {
    align-items: center;
    flex-direction: column;
  }
  .c-cta-bar__title {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .c-cta-bar__link-container {
    flex-direction: column;
  }
  .c-cta-bar__link,
  .hs_cos_wrapper_type_cta {
    margin-top: 20px;
  }
}
.c-image-gallery__items {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-image-gallery__items-wrapper {
  position: relative;
}
.c-image-gallery__carousel-figure {
  position: relative;
}
.c-image-gallery__carousel-caption {
  font-size: 14px;
  background-color: rgba(24, 26, 28, 0.5);
  bottom: 0;
  color: #fff;
  padding: 10px 15px;
  position: absolute;
  width: 100%;
}
.c-image-gallery__carousel-item {
  float: left;
  width: 100%;
}
.c-image-gallery__carousel-image {
  width: 100%;
}
.c-image-gallery__next,
.c-image-gallery__prev {
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 200;
}
.c-image-gallery__prev {
  left: 0;
}
.c-image-gallery__next {
  right: 0;
}
.c-image-gallery__next-wrapper,
.c-image-gallery__prev-wrapper {
  align-items: center;
  border-radius: 100%;
  display: flex;
  height: 40px;
  padding: 0 !important;
  justify-content: center;
  width: 40px;
}
.c-image-gallery__next-wrapper svg,
.c-image-gallery__prev-wrapper svg {
  height: 18px;
  width: 18px;
}

@media (min-width: 375px) {
  .c-image-gallery__items {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

@media (min-width: 768px) {
  .c-image-gallery__items {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-image-gallery__carousel-caption {
    font-size: 14px;
  }
  .c-image-gallery__next,
  .c-image-gallery__prev {
    background-color: rgba(24, 26, 28, 0.55);
    height: 100%;
    width: 100px;
  }
  .c-image-gallery__next-wrapper,
  .c-image-gallery__prev-wrapper {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 1020px) {
  .c-image-gallery__items {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-image-gallery__carousel-caption {
    padding: 20px;
  }
  .c-image-gallery__next,
  .c-image-gallery__prev {
    width: 150px;
  }
}

@media (min-width: 1300px) {
  .c-image-gallery__items {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-image-gallery__next,
  .c-image-gallery__prev {
    width: 200px;
  }
}

@media (max-width: 767.98px) {
  .c-image-gallery__carousel {
    margin-left: -15px;
    margin-right: -15px;
  }
  .c-image-gallery__pagination {
    height: 40px;
    margin-top: 10px;
    position: relative;
  }
}
.c-key-facts__title {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.c-key-facts__item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.c-key-facts__icon {
  height: 80px;
}
.c-key-facts__text {
  font-size: 16px;
  color: #03709b;
  font-weight: 700;
  color: currentColor;
  font-weight: 400;
  margin-top: 20px;
}

@media (min-width: 375px) {
  .c-key-facts__title {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .c-key-facts__item {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

@media (min-width: 768px) {
  .c-key-facts__title {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-key-facts__title {
    margin-bottom: 40px;
  }
  .c-key-facts__item {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-key-facts__icon {
    height: 90px;
  }
  .c-key-facts__text {
    font-size: 20px;
  }
  .c-key-facts__text {
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1019.98px) {
  .c-key-facts__item:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}

@media (min-width: 1020px) {
  .c-key-facts__title {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-key-facts__item {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-key-facts__item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1300px) {
  .c-key-facts__title {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-key-facts__item {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767.98px) {
  .c-key-facts__item:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}
.c-pagination__container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-pagination__items {
  display: flex;
  justify-content: center;
}
.c-pagination__item + .c-pagination__item {
  margin-left: 10px;
}
.c-pagination__link {
  font-size: 15px;
  align-items: center;
  background-color: #eef0f1;
  border: 2px solid #eef0f1;
  border-radius: 2px;
  color: #181a1c;
  display: flex;
  height: 35px;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  width: 35px;
}
html.no-touchevents .c-pagination__link:hover {
  background-color: transparent;
}
.c-pagination__link-icon {
  height: 12.5px;
  width: 12.5px;
}
.c-pagination__link-icon path {
  stroke: #03709b;
}
.c-pagination__link-text {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.c-pagination__link.is-active {
  background-color: #03709b;
  border-color: #03709b;
  color: #fff;
}
html.no-touchevents .c-pagination__link.is-active:hover {
  color: #03709b;
}
.c-pagination__item--next .c-pagination__link,
.c-pagination__item--prev .c-pagination__link {
  background-color: transparent;
}
html.no-touchevents .c-pagination__item--next .c-pagination__link:hover,
html.no-touchevents .c-pagination__item--prev .c-pagination__link:hover {
  background-color: #eef0f1;
}

@media (min-width: 375px) {
  .c-pagination__container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

@media (min-width: 768px) {
  .c-pagination__container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-pagination__item + .c-pagination__item {
    margin-left: 15px;
  }
  .c-pagination__link {
    font-size: 18px;
  }
  .c-pagination__link {
    height: 50px;
    width: 50px;
  }
  .c-pagination__link-icon {
    height: 15px;
    width: 15px;
  }
}

@media (min-width: 1020px) {
  .c-pagination__container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1300px) {
  .c-pagination__container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.c-socialshare__container {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  align-items: center;
  display: flex;
}
.c-socialshare__title {
  margin-right: 10px;
}
.c-socialshare__items {
  display: flex;
	gap: 10px;
}
.c-socialshare__link {
  display: flex;
  text-decoration: none;
	
	transition: all 0.3s ease;
}

.c-socialshare__item.socialshare__twitter a{
  border: 2px solid #005AD2;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}

.c-socialshare__item.socialshare__twitter svg{
  width: 24px;
  height: auto;
}

.c-socialshare__item.socialshare__twitter svg path{
  fill: #005AD2;
}

@media (min-width: 375px) {
  .c-socialshare__container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

@media (min-width: 768px) {
  .c-socialshare__container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1020px) {
  .c-socialshare__container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1300px) {
  .c-socialshare__container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.hs-cookie-notification-position-bottom {
  background-color: #34516c !important;
  border-top: none !important;
  bottom: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-family: "Din Next", Arial !important;
  font-size: 14px !important;
/*   line-height: 20px !important; */
  position: fixed !important;
  top: auto !important;
}
.hs-cookie-notification-position-bottom #hs-eu-cookie-confirmation-inner {
  background-color: #34516c !important;
  max-width: none !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  width: 100% !important;
}
.hs-cookie-notification-position-bottom #hs-eu-cookie-confirmation-inner p {
  color: #fff !important;
  max-width: 900px;
}
.hs-cookie-notification-position-bottom #hs-en-cookie-confirmation-buttons-area a {
  border-radius: 30px !important;
  color: #fff !important;
}

@media (min-width: 375px) {
  .hs-cookie-notification-position-bottom #hs-eu-cookie-confirmation-inner {
    padding-right: 15px !important;
    padding-left: 15px !important;
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .hs-cookie-notification-position-bottom #hs-eu-cookie-confirmation-inner {
    padding-right: 20px !important;
    padding-left: 20px !important;
    width: 768px !important;
  }
}

@media (min-width: 1020px) {
  .hs-cookie-notification-position-bottom #hs-eu-cookie-confirmation-inner {
    padding-right: 30px !important;
    padding-left: 30px !important;
    width: 960px !important;
  }

}

@media (min-width: 1300px) {
  .hs-cookie-notification-position-bottom #hs-eu-cookie-confirmation-inner {
    padding-right: 30px !important;
    padding-left: 30px !important;
    width: 1240px !important;
  }
}

@media (max-width: 767.98px) {
  .hs-cookie-notification-position-bottom {
    padding-top: 5px;
  }
}
.card-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.card-wrapper .card-section:nth-child(2),
.card-wrapper .card-section:nth-child(3),
.card-wrapper .card-section:nth-child(4) {
  margin-left: 2.5%;
}
.card-wrapper .card-section-inner {
  padding: 20px;
}
.card-wrapper .card-section {
  flex: 0 23%;
}
.card-wrapper .card-section-heading h3 {
  font-size: 20px;
  position: relative;
  padding: 15px 0px 20px;
  color: #fff;
}
.card-wrapper .card-section-heading h3:before {
  content: '';
  position: absolute;
  top: 0;
  width: 70px;
  background-color: #fff;
  height: 2px;
}
.card-wrapper .card-section-content p {
  color: #fff;
  font-size: 14px;
}
@media(max-width: 767px){
  .card-wrapper {
    display: block;
  }
  .card-wrapper .card-section, 
  .card-wrapper .card-section:nth-child(2), 
  .card-wrapper .card-section:nth-child(3), 
  .card-wrapper .card-section:nth-child(4) {
    margin: 20px 0px;
  }
  .card-wrapper .card-section-inner {
    padding: 20px;
  }
}
.sticky-button {
  position: fixed;
  right: 0;
  top: 250px;
  z-index: 10000;
}
a.sticky-button {
  transform: rotate(90deg);
  position: fixed;
  margin-right: -75px;
  background: #0078b4;
  color: #ffffff !important;
  padding: 10px 14px;
  text-decoration: none;
  font-size: 24px;
  box-shadow: 0px 0px 16px #626262;
  transition: all 0.5s;
}
a.sticky-button:hover {
  background: #00a0ff;
  color: #fff;
}
@media (max-width: 1120px) {
  a.sticky-button {
    font-size: 18px;
    margin-right: -60px;
  }
  .sticky-button {
    top: auto;
    bottom: 85px;  
  }
}
.cta-card-wrapper .cta-card-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.cta-card-wrapper .cta-card-left, 
.cta-card-wrapper .cta-card-right {
  flex: 0 50%;
}
.cta-card-wrapper .cta-card-inner {
  padding: 20px;
  overflow: hidden;
}
.cta-card-wrapper .cta-card-right {
  background-color: #fff;
  position: relative;
}
.cta-card-wrapper .cta-card-heading h2 {
  color: #181a1c;
  font-size: 3.6rem;
  font-weight: 700;
  margin-top: 20px;
  margin-left:40px;
  margin-right:40px;
}
.cta-card-wrapper .cta-card-content p {
  margin-bottom: 15px;
  margin-left:40px;
  margin-right:40px;
}
.cta-card-wrapper .cta-card-content {
  padding: 20px 0px;
}
.cta-card-wrapper .cta-card-butto .btn{
  margin-top:0;
}
.cta-card-wrapper .cta-card-left img {
  opacity: 0;
}
.cta-card-wrapper .cta-card-left {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cta-card-wrapper .cta-card-inner:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 185px 75px 0px;
  right: 0;
  bottom: 0px;
  position: absolute;
  transform: rotateX(180deg);
}
.cta-card-wrapper .cta-card-button {
  position: relative;
  z-index: 9;
}

@media(min-width: 767px){
  .cta-card-wrapper .cta-card-button a{
    margin-left: 40px;
  }
}

@media(max-width: 767px){
  .cta-card-wrapper .cta-card-section {
    display: block;
    padding: 0px 20px;
  }
  .cta-card-wrapper .cta-card-content p {
    font-size: 15px;
    margin-left:15px;
    margin-right:15px;
  }
  .cta-card-wrapper .cta-card-heading h2 {
    font-size: 1.8rem;
    margin-left:15px;
    margin-right:15px;
  }
}
.cta-wrapper:before{
  content: "";
  height: 100%;
  left: -50vw;
  position: absolute;
  top: 0;
  width: 200vw;
}
.cta-wrapper, 
.cta-wrapper .cta-section {
  position: relative;
}
.cta-wrapper .cta-section-left {
  flex: 0 48%;
}
.cta-wrapper .cta-section-right {
  flex: 0 48%;
}
.cta-wrapper .cta-section-left h2 {
  color: #fff;
  font-size: 50px;
}
.cta-wrapper, .cta-section {
  position: relative;
}
.cta-wrapper .cta-section {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 0px;
}
.cta-wrapper .cta-section-left {
  flex: 0 43%;
  position: relative;
}
.cta-wrapper .cta-section-right {
  flex: 0 48%;
}
.cta-wrapper .cta-section-left:after {
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  background-color: #fff;
  right: -4%;
  top: 0;
}
.cta-wrapper .cta-section-content p {
  font-size: 16px;
  color: #fff;
}
.cta-wrapper .cta-section-button a {
  margin-top: 20px;
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 15px 25px;
  display: inline-block;
  font-size: 14px;
}
.cta-wrapper .cta-section-button a:hover {
  background-color: transparent;
  border-color: hsla(0,0%,100%,.7);
  color: hsla(0,0%,100%,.7);
}
@media(max-width: 767px){
  .cta-wrapper .cta-section {
    display: block;
  }
  .cta-wrapper .cta-section-left:after {
    content: none;
  }
  .cta-wrapper .cta-section-left h2 {
    font-size: 34px;
    margin-bottom: 10px;
  }
}
.cta-wrapper:before{
  content: "";
  height: 100%;
  left: -50vw;
  position: absolute;
  top: 0;
  width: 200vw;
}
.cta-wrapper, 
.cta-wrapper .cta-section {
  position: relative;
}
.cta-wrapper .cta-section-left {
  flex: 0 48%;
}
.cta-wrapper .cta-section-right {
  flex: 0 48%;
}
.cta-wrapper .cta-section-left h2 {
  color: #fff;
  font-size: 50px;
}
.cta-wrapper, .cta-section {
  position: relative;
}
.cta-wrapper .cta-section {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 0px;
}
.cta-wrapper .cta-section-left {
  flex: 0 43%;
  position: relative;
}
.cta-wrapper .cta-section-right {
  flex: 0 48%;
}
.cta-wrapper .cta-section-left:after {
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  background-color: #fff;
  right: -4%;
  top: 0;
}
.cta-wrapper .cta-section-content p {
  font-size: 16px;
  color: #fff;
}
.cta-wrapper .cta-section-button a {
  margin-top: 20px;
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 15px 25px;
  display: inline-block;
  font-size: 14px;
}
.cta-wrapper .cta-section-button a:hover {
  background-color: transparent;
  border-color: hsla(0,0%,100%,.7);
  color: hsla(0,0%,100%,.7);
}
@media(max-width: 767px){
  .cta-wrapper .cta-section {
    display: block;
  }
  .cta-wrapper .cta-section-left:after {
    content: none;
  }
  .cta-wrapper .cta-section-left h2 {
    font-size: 34px;
    margin-bottom: 10px;
  }
}



.hdcrd-002.hd-large-card-module{
  max-width: 570px;
  margin: 0 auto;
}

.hdcrd-002.hd-large-card-module img{
  max-width: 100%;
  height: auto;
}

.hdcrd-002.hd-large-card-module h2,
.hdcrd-002.hd-large-card-module h3,
.hdcrd-002.hd-large-card-module h4,
.hdcrd-002.hd-large-card-module h5,
.hdcrd-002.hd-large-card-module h6{
  margin: 0 0 10px 0;
}
@media (max-width: 768px){
	.hd-hero.c-cta-double .g-row{
		flex-direction: column-reverse;
	}
	.hd-hero.c-cta-double .c-cta-double__item {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.hd-hero.c-cta-double .c-cta-double__item + .c-cta-double__item-bg::before{
	left: 0;
	width: 100%;
	background-position: top center;
	background-size: cover;
}

.hd-hero.c-cta-double .c-cta-double__item{
	padding-top:0;
	padding-bottom:0;
}

.hd-hero.c-cta-double .c-cta-double__item:first-child{
	padding-top:20px;
	padding-bottom:20px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
}

.hd-hero.c-cta-double .c-cta-double__item:last-child{
	min-height: 215px;
}

.hd-hero.c-cta-double h1{
	line-height: 1.2;
	margin: 0 0 15px 0;
}


@media (min-width: 769px){
	.hd-hero.c-cta-double .c-cta-double__item + .c-cta-double__item-bg::before{
		width: 50vw;
	}
	.hd-hero.c-cta-double .c-cta-double__item:first-child{
		/*     text-align: left; */
		display: flex;
		align-items: center;
		padding-top:40px;
		padding-bottom:40px;
		padding-right: 40px;
	}
	.hd-hero.c-cta-double .c-cta-double__item:first-child,
	.hd-hero.c-cta-double .c-cta-double__item:last-child{
		min-height: 435px;
	}
}

@media (min-width: 1020px){
	.hd-hero.c-cta-double .c-cta-double__item:first-child,
	.hd-hero.c-cta-double .c-cta-double__item:last-child{
		min-height: 540px;
	}
}
.nav-short-hide{
  display: none!important;
  opacity: 0!important;
}

@media (max-width: 768px){
  .nav-short-footer {
    padding-bottom: 100px!important;
  }
}

.nav-short{
  position: fixed;
  bottom: 0;
  left:0;
  width: 100%;
  background: #536A6E;
  z-index: 99999;
}

.nav-short .nav-short-container{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.nav-short .nav-short-item{
  text-align: center;
  margin: 0 5px;
}

@media (min-width: 375px){
  .nav-short .nav-short-item{
    margin: 0 15px;
  }
}

@media (min-width: 520px){
  .nav-short .nav-short-item{
    margin: 0 30px;
  }
}


.nav-short .nav-short-item:first-child{
  margin-left: 0;
}

.nav-short .nav-short-item:last-child{
  margin-right: 0;
}

.nav-short .nav-short-item p{
  color: #fff;
  font-size: 16px;
}

.nav-short .nav-short-item svg{
  height: 25px;
  fill: #fff;
}

@media (min-width: 768px){
.nav-short{
    display: none;
    opacity: 0;
  }
}
.c-widget {
  max-width: 560px;
  margin: 0 auto;
}
.c-widget a, .c-widget a:hover {
  text-decoration: none;
}
.c-widget_image {
  width: 100%;
  height: 0;
  padding-bottom: 54%;
  position: relative;
  overflow: hidden;
}
.c-widget_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.c-widget_content-wrap {
  padding: 15px;
  position: relative;
  z-index: 1;
}
.c-widget_title {
  margin: 0 0 15px 0;
}
.c-widget_title > a {
  display: flex;
  align-items: center;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}
.c-widget_title > a:after {
  content: '\f105';
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  margin-left: 10px;
  transition: all 0.3s ease;
  display: block;
  margin-top: 3px;
}
.c-widget_title > a:hover:after {
  transform: translateX(5px);
}

@media (min-width: 768px) {
  .c-widget {
    margin: 0;
  }
}

/* --------------- widget variation 2 ------------------------------------------ */

.hd-widget-var-2.bg-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 100px;
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
}
.hd-widget-var-2.bg-image .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: none;
}

/* @media (min-width: 1020px) {
  .hd-widget-var-2 .c-widget_content p {
    font-size: 22px;
  }
} */


/*---------------- widget variation 3 ----------- */

.hd-widget-var-3 .tags {
  padding: 3px 6px;
  margin: 0 0 15px 0;
  display: inline-block;
}
.hd-widget-var-3 .tags a, .hd-widget-var-3 .tags a:hover, .hd-widget-var-3 .tags a:focus {
  font-size: 16px;
  font-weight: 400;
}
.hd-widget-var-3 .tags .divider:last-child {
  display: none;
}
.hd-widget-var-3 .c-widget_icon-text-group {
  margin: 15px 0 0 0;
}
.hd-widget-var-3 .c-widget_icon-text-group .icon-text-item {
  display: flex; 
  align-items: center;
  margin-bottom: 15px;
}
.hd-widget-var-3 .c-widget_icon-text-group .icon-text-item:last-child {
  margin-bottom: 0;
}
.hd-widget-var-3 .c-widget_icon-text-group .icon {
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 7px;
}
.hd-widget-var-3 .c-widget_icon-text-group .hs_cos_wrapper_type_icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 7px;
}
.hd-widget-var-3 .c-widget_icon-text-group .icon svg {
  width: 100%;
  height: 100%;
}
.c-breadcrumbar{
	position: relative;
	padding: 15px 10px;
}

.c-breadcrumbar::before {
	content: "";
	height: 100%;
	left: -50vw;
	position: absolute;
	top: 0;
	width: 200vw;
}

.c-breadcrumbar .c-masthead__breadcrumb{
	position: relative;
}

.c-masthead__breadcrumb-list {
	display: flex;
	align-items: center;
	gap: 10px;
}

.c-masthead__breadcrumb-item a,
.c-masthead__breadcrumb-divider {
	color: #fff;
}

.c-masthead__breadcrumb-item a[href=""] {
	pointer-events: none;
}

.c-masthead__breadcrumb-item a:hover {
	color: #fff;
}

.c-masthead__breadcrumb-item:last-child a {
	font-weight: 700;
}

/* HD Modules */
.c-masthead {
	color: #fff;
	position: relative;
}
.c-masthead__container {
	position: relative;
}
.c-masthead__container::before {
	content: "";
	height: 100%;
	left: -50vw;
	position: absolute;
	top: 0;
	width: 200vw;
}
.c-masthead__content-container {
	position: relative ;
	z-index: 1;
	width: 100%;
	padding-right: 7.5px;
	padding-left: 7.5px;
	min-height: 400px;
}
.c-masthead__content {
	position: relative;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.c-masthead__content p {
	margin-top: 15px;
}
.c-masthead__media-container {
	height: 100%;
	left: calc(50% - 50vw);
	position: absolute;
	right: calc(50% - 50vw);
	top: 0;
}
.c-masthead__dropdown-container {
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	padding: 0 7.5px;
}
.c-masthead-dropdown__wrapper {
	position: relative;
}
.c-masthead-dropdown__wrapper .c-form__label,
.c-masthead-dropdown__wrapper .hs-form-field > label:first-child,
.c-masthead-dropdown__wrapper .hs_cos_wrapper_type_password_prompt label,
.hs_cos_wrapper_type_password_prompt .c-masthead-dropdown__wrapper label {
	clip: rect(0 0 0 0);
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.c-masthead-dropdown__wrapper .c-selectbox,
.c-masthead-dropdown__wrapper .hs-fieldtype-select .input,
.hs-fieldtype-select .c-masthead-dropdown__wrapper .input {
	width: 500px;
	max-width: 100%;
}
.c-masthead-dropdown__wrapper .c-selectbox__select,
.c-masthead-dropdown__wrapper .hs-fieldtype-select .hs-input,
.c-masthead-dropdown__wrapper .hs_phone .hs-input select,
.hs-fieldtype-select .c-masthead-dropdown__wrapper .hs-input,
.hs_phone .hs-input .c-masthead-dropdown__wrapper select {
	border-color: transparent;
}

@media (min-width: 768px) {
	.c-masthead__content-container {
		padding-right: 10px;
		padding-left: 10px;
	}
	.c-masthead__dropdown-container {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (min-width: 1020px) {
	.c-masthead__content-container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.c-masthead__dropdown-container {
		bottom: 75px;
		padding-right: 15px;
		padding-left: 15px;
	}
}
.hd-video-header .hd-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.hd-video-header .hd-column {
  flex-direction: column;
  flex-basis: 100%;
}

.hd-video-header .hd-column:last-child{
  padding: 15px 0;
}

@media (min-width: 768px){
  .hd-video-header .hd-row {
    flex-direction: row;
  }
  .hd-video-header .hd-column {
    flex: 1;
  }
  .hd-video-header .hd-column:last-child{
    padding: 0 0 0 60px;
  }
}
.hd-module-next-steps.hd-next-steps{
  padding: 15px;
}

.hd-next-steps::before {
  content: "";
  height: 100%;
  left: -50vw;
  position: absolute;
  top: 0;
  width: 200vw;
}

.hd-steps-wrapper{
  position: relative;
}

.hd-steps-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-self: stretch;
  gap: 30px;
  padding: 0;
  margin: 15px 0 0 0;
}

.hd-next-steps-item {
  padding: 10px;
  color: #fff;
  text-align: center;
  transition: all .3s ease-in-out;
  width: 100%;
}

.hd-next-steps-item .icon svg{
  width: auto;
  height: 38px;
}

.hd-next-steps-item p{
  font-size: 15px;
}

@media (min-width: 365px){
  .hd-next-steps-item {
    width: 45%;
  }
}

@media (min-width: 768px){
  .hd-module-next-steps.hd-next-steps{
    padding: 30px;
  }
  .hd-steps-container{
    margin: 30px 0 0 0;
  }
  .hd-next-steps-item {
    width: 45%;
  }
  .hd-next-steps-item p{
    font-size: 18px;
  }
  .hd-next-steps-item.hd-2-column{
    width: 45%;
  }
}

@media (min-width: 992px){
  .hd-next-steps-item.hd-3-column{
    width: 30%;
  }
}

@media (min-width: 1200px){
  .hd-next-steps-item {
    width: 23%;
  }
}
.c-course-navigation.sticky{
	position: fixed;
	width: 100%;
	left: 0;
	border-top: 1px solid #fff;
	right: 0;
}

.c-course-navigation {
	position: static;
	padding: 0;
	z-index: 9;
}

.c-course-navigation::before {
	content: "";
	height: 100%;
	left: -50vw;
	position: absolute;
	top: 0;
	width: 200vw;
}

.c-course-nav-mobile{
	display: block;
	text-align: center;
	z-index: 9;
	width: 100%;
}

.c-course-navigation.sticky .c-course-nav-mobile {
	padding: 0;
}

.c-course-nav-desktop {
	display: none;
}

.c-nav-dropdown__trigger {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}

.dropdown-menu {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #eaeff0;
}

.dropdown-menu li:not(:last-child) {
	border-bottom: 1px solid #000;
}

.dropdown-menu li a {
	display: block;
	text-align: left;
	color: #000;
	font-size: 18px;
	padding: 15px;
}

@media (min-width: 375px){
	.c-course-navigation.sticky .c-course-nav-mobile {
		padding-right: 7.5px;
		padding-left: 7.5px;
	}
}

@media (min-width: 768px){
	.c-course-navigation.sticky .c-course-nav-mobile {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (min-width: 1020px) {
		.c-course-navigation {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.c-course-nav-mobile {
		display: none;
	}

	.c-course-nav-desktop {
		display: block;
		text-align: center;
	}
}
.hd-events-card-wrap {
  box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.5);
  margin-bottom: 20px;
}
.hd-events-card-wrap .hd-events-card__link {
  text-decoration: none;
}
.hd-events-card-wrap > a:not(.btn) {
  display: block;
}
.hd-events-card-wrap .hd-events-card-inner {
  padding: 20px;
}
.hd-events-card-wrap .hd-events-card__date-short {
  min-width: 59px;
  height: auto;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.hd-events-card-wrap .hd-events-card__date-short * {
  text-align: center;
  color: #fff;
}
.hd-events-card-wrap .hd-events-card__date-short .date-short__month {
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
}
.hd-events-card-wrap .hd-events-card__date-short .date-short__date-day {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
} 
.hd-events-card-wrap .hd-events-card__title,
.hd-events-card-wrap .hd-events-card__desc {
  margin-bottom: 15px;
}
.hd-events-card-wrap .hd-events-card-info-wrapper {
  margin-top: 20px;
}
.hd-events-card-wrap .hd-events-card-info {
  display: flex;
  margin-bottom: 10px;
}
.hd-events-card-wrap .hd-events-card-info p {
  font-size: 14px;
}
.hd-events-card-wrap .hd-events-card-icon {
  width: 18px;
  height: auto;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.hd-events-card-wrap .hd-events-card-icon > .hs_cos_wrapper_type_icon,
.hd-events-card-wrap .hs_cos_wrapper_type_icon {
  display: flex;
  width: 18px;
}
.hd-events-card-wrap .hd-events-card-icon svg {
  width: 100%;
}
.hd-events-card-wrap .button-wrapper .btn {
  margin-top: 10px;
}

@media (min-width: 767px) {
  .hd-events-card-wrap .hd-events-card-inner {
    padding: 20px 30px;
  }
  .hd-events-card-wrap .hd-events-card-info p {
    font-size: 16px;
  }
}

/* Template Page Layouts */
.hd-two-column-container{
  display: flex;
  flex-direction: column;
  max-width: 1180px;
  margin: 0 auto;
	margin-bottom: 30px;
}

.hd-content-left{
  width: 100%;
}

.hd-content-right{
  width: 100%;
  background: #F4F4F3;
  padding: 15px;
}

.hd-content-right .hs-form .hs-form-field{
  width: 100%!important;
}

.hd-content-right .hs-form .hs-form-field .input{
  margin-right: 0!important;
}

@media (min-width: 768px){
  .hd-two-column-container{
    flex-direction: row;
		margin-bottom: 60px;
  }
  .hd-content-left{
    width: 55%;
  }
  .hd-content-right{
    width: 45%;
    padding: 30px;
    margin: 0 15px 0 0;
  }
  .hd-content-left .hd-next-steps-item {
    width: 45%;
  }
}

@media (min-width: 992px){
  .hd-content-left .hd-next-steps-item {
    width: 30%;
  }
  .hd-next-steps-item.hd-2-column{
    width: 45%;
  }
  .hd-content-left{
    width: 65%;
  }
  .hd-content-right{
    width: 35%;
  }
}

@media (max-width: 992px){
  .hd-content-left .c-testimonial__wrapper{
    flex-direction: column;
  }
  .hd-content-left .c-testimonial__title{
    margin-top: 25px;
  }
  .hd-content-left .c-testimonial__content{
    margin-left: 0;
  }
}
.hd-landing-page-navbar{
  border-top: none!important;
  padding: 0!important;
}

/* Third Party libraries declarations */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}