@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-display: swap;
    font-family: Gilroy Medium;
    font-style: normal;
    font-weight: 400;
	src: url('../fonts/gilroy-medium.woff2') format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Gilroy SemiBold;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/gilroy-semibold.woff2') format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Gilroy Regular;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/gilroy-regular.woff2') format("woff2");
}

html {
    --typeMain: #1f2342;
    --typeSecondary: #747b90;
    --typeTertiary: #a1a5b4;
    --highlight: #fa5a4f;
    --primaryMiamiteal500: #17c8be;
    --primarySapphireblue500: #00316c;
    --neutralsBackground: #f7f7f9;
    --neutralsStroke: #e8e9eb;
    --max-width: 1240px;
}

html img {
	touch-action: none;
	user-drag: none;
	-webkit-user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#siteHeader ul,
#siteHeader li,
#siteHeader ol {
    list-style: none;
}
body {
    color: var(--typeSecondary);
    font-family: Gilroy Regular, Helvetica Neue, Arial;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Gilroy SemiBold, Helvetica Neue, Arial;
	color: var(--typeMain);
}
.components,
.row-fluid {
    margin: 20px auto;
    max-width: var(--max-width);
}
.components > * + * {
    margin-top: 80px;
}
.row-fluid:has(.bgWrap) {
    margin: 0 auto;
}
#site > * + * {
    margin-top: 40px;
}
#siteHeader {
	font-family: Gilroy SemiBold, Helvetica Neue, Arial;
    border-bottom: 1px solid var(--neutralsStroke);
    display: flex;
    flex-direction: column-reverse;
    margin: auto;
    max-width: calc(var(--max-width) + 500px);
    position: relative;
}
#siteHeader .navBottom {
    align-items: center;
    display: flex;
    gap: 14px;
    padding: 21px 16px;
}
#siteHeader .navBottom .siteLabel {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
#siteHeader .navBottom .siteLabel img {
    height: 20px;
    width: auto;
}
#siteHeader .navBottom .siteLabel span {
    color: #6f6f6e;
    font-size: 16px;
    line-height: 150%;
}
#siteHeader .navBottom .siteLabel .pageTitle a,
#siteHeader .navBottom .siteLabel span a {
	text-decoration: none;
	color: inherit;
}
#siteHeader .navBottom .cta {
    margin-left: auto;
}

#siteHeader .navMain > ul > li > a {
    color: var(--typeMain);
    font-size: 16px;
    line-height: 144.444%;
    text-decoration: none;
}
#siteHeader .navMain > ul > li:has(> ul) > a {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between;
}
#siteHeader .navMain > ul > li > ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#siteHeader .navMain > ul > li > ul > li > a {
    color: var(--typeSecondary);
    font-family: Gilroy Medium;
    font-size: 16px;
    line-height: 150%;
    text-decoration: none;
}

#siteHeader .navSecondary > ul > li > a {
    align-items: center;
    color: var(--typeMain);
    display: flex;
    font-family: Gilroy Medium;
    font-size: 16px;
    gap: 8px;
    justify-content: flex-start;
    line-height: 150%;
}
#siteHeader .navSecondary > ul > li:has(> ul) > a:after {
    background-color: var(--typeTertiary);
    content: "";
    height: 12px;
    width: 12px;
}
#siteHeader .navSecondary > ul > li > ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#siteHeader .navSecondary > ul > li > ul > li > a {
    color: var(--typeSecondary);
    font-family: Gilroy Medium;
    font-size: 16px;
    line-height: 150%;
    text-decoration: none;
}
#siteHeader .navTertiary {
    align-items: center;
    display: flex;
	flex: auto;
    gap: 16px;
    justify-content: flex-end;
}
#siteHeader .navBottom .navMain {
        display: none;
}

@media (min-width: 546px) {
	#siteHeader .navBottom .navMain {
        display: flex;
        margin-left: auto;
		margin-right: 20px;
	}
	#siteHeader .navBottom .navTertiary {
		flex: none;
	}
}

@media (min-width: 768px) {
    #siteHeader {
        padding: 24px 0;
    }
    #siteHeader .navBottom {
        padding: 16px 24px 0;
    }
    #siteHeader .navBottom .siteLabel {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #siteHeader .navBottom .siteLabel img {
        height: 35px;
        width: auto;
    }
    #siteHeader .navBottom .siteLabel span {
        font-size: 28px;
    }
    #siteHeader .navBottom .navMain {
        display: flex;
        margin-left: auto;
		margin-right: 20px;
    }
    #siteHeader .navBottom .navMain > ul {
        display: flex;
        gap: 24px;
		margin-bottom: 0;
    }
    #siteHeader .navBottom .navMain > ul > li {
        position: relative;
    }
    #siteHeader .navBottom .navMain > ul > li:hover > a:after {
        rotate: 180deg;
    }
    #siteHeader .navBottom .navMain > ul > li:not(:hover) > ul {
        display: none;
    }
    #siteHeader .navBottom .navMain > ul > li > ul {
        background-color: #fff;
        border: 1px solid var(--neutralsStroke);
        display: block;
        left: 50%;
        min-width: 100px;
        padding: 8px 24px;
        position: absolute;
        top: 100%;
        transform: translateX(-50%);
        z-index: 10;
    }
	#siteHeader .navBottom .navTertiary {
		flex: none;
	}
	#siteHeader .navMain > ul > li > a {
		font-size: 18px;
	}
}
#siteHeader .navMain ul {
    display: flex;
}
#main-content {
    container-type: inline-size;
    padding-left: 32px;
    padding-right: 32px;
}
.cta {
    display: inline-block;
    text-align: center;
}
.cta > * {
    display: block;
}
.cta.primary > * {
    border-radius: 4px;
    color: #fff;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: box-shadow 0.15s;
    z-index: 1;
}
.cta.primary > :after {
    background: linear-gradient(180deg, #fc8659 0, #fa5a4f 50%, #fa5a4f);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: -100%;
    transition: transform 0.25s;
    z-index: -1;
}
.cta.primary.large > * {
    font-size: 18px;
    line-height: 144.444%;
    line-height: 100%;
    padding: 24px;
}
.cta.primary.medium > * {
    font-size: 16px;
    line-height: 150%;
    line-height: 100%;
    padding: 20px;
}
.cta.primary.small > * {
    font-size: 14px;
    line-height: 142.857%;
    line-height: 100%;
    padding: 16px;
}
.cta.primary > a:is(:hover, :focus) {
    box-shadow: 0 39px 80px 0 rgba(250, 90, 79, 0.09), 0 22.963px 41.728px 0 rgba(250, 90, 79, 0.07), 0 11.794px 19.584px 0 rgba(250, 90, 79, 0.05), 0 4.742px 8.576px 0 rgba(250, 90, 79, 0.04), 0 1.061px 3.712px 0 rgba(250, 90, 79, 0.02);
}
.cta.primary > a:is(:hover, :focus):after {
    transform: translateY(50%);
}
.cta.secondary > * {
    border-bottom: 2px solid var(--highlight);
    color: var(--typeMain);
    display: flex;
    gap: 4px;
    padding-bottom: 8px;
    text-decoration: none;
    transition: gap 0.15s;
}
.cta.secondary.large > * {
    font-size: 16px;
    line-height: 150%;
    line-height: 100%;
}
.cta.secondary.medium > * {
    font-size: 14px;
    line-height: 142.857%;
    line-height: 100%;
}
.cta.secondary.small > * {
    font-size: 12px;
    line-height: 14px;
    line-height: 100%;
}
.cta.secondary > a:is(:hover, :focus):after {
    color: var(--highlight);
}
.cta.tertiary > * {
    background: none;
    border: none;
    color: var(--typeMain);
    cursor: pointer;
    text-decoration: underline;
}
.cta.tertiary.large > * {
    font-family: Gilroy Medium;
    font-size: 16px;
    line-height: 150%;
    line-height: 100%;
}
.cta.tertiary.medium > * {
    font-size: 14px;
    line-height: 142.857%;
    line-height: 100%;
}
.cta.tertiary.small > * {
    font-size: 12px;
    line-height: 14px;
    line-height: 100%;
}
.cta.tertiary > :is(:hover, :focus) {
    text-decoration: none;
}
fieldset {
    display: flex;
    flex-direction: column;
}
@container (min-width:800px) {
    fieldset {
        flex-direction: row;
        gap: 32px;
    }
}
.hs-form-field {
    flex-grow: 1;
    margin-bottom: 24px;
    width: 100% !important;
}
form label {
    display: block;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 12px;
}
.form-title {
    margin-bottom: 0;
}
form legend {
    font-size: 0.875rem;
}
form .input {
    margin: 0 !important;
}
form input[type="email"],
form input[type="file"],
form input[type="number"],
form input[type="password"],
form input[type="search"],
form input[type="tel"],
form input[type="text"],
form select,
form textarea {
    background-color: var(--neutralsBackground);
    border: 1px solid var(--neutralsStroke);
    border-radius: 4px;
    box-sizing: border-box;
    color: var(--typeMain);
    display: inline-block;
    font-family: Gilroy SemiBold, Helvetica Neue, Arial;
    font-size: 16px;
    line-height: 150%;
    padding: 16px;
    width: 100% !important;
}
form input[type="email"]::placeholder,
form input[type="file"]::placeholder,
form input[type="number"]::placeholder,
form input[type="password"]::placeholder,
form input[type="search"]::placeholder,
form input[type="tel"]::placeholder,
form input[type="text"]::placeholder,
form select::placeholder,
form textarea::placeholder {
    color: var(--typeTertiary);
}
form textarea {
    resize: vertical;
}
form fieldset {
    max-width: 100% !important;
}
form select {
    background: linear-gradient(0deg, #fcfcfc, #fcfcfc), linear-gradient(180deg, hsla(216, 6%, 83%, 0) 38.97%, hsla(216, 6%, 83%, 0.14));
}
form .inputs-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
form .inputs-list > li {
    display: block;
    margin: 0.7rem 0;
}
form .inputs-list > li > label {
    align-items: center;
    display: flex;
}
form .inputs-list > li > label:before {
    background-color: #fff;
    border: 1px solid var(--neutralsStroke);
    content: "";
    display: inline-block;
    flex-shrink: 0;
    height: 14px;
    width: 14px;
}
form .inputs-list > li > label.hs-error-msg:before {
    display: none;
}

form .inputs-list > li > label.hs-form-radio-display:before {
    border-radius: 8px;
}
form .inputs-list > li > label.hs-form-radio-display:has(input:checked):before {
    background: var(--primaryMiamiteal500);
    border-color: var(--primaryMiamiteal500);
    box-shadow: inset 0 0 0 3px #fff;
}
form .inputs-list span {
    color: var(--typeSecondary);
    font-size: 14px;
    line-height: 142.857%;
    margin-left: 16px !important;
}
form input[type="checkbox"],
form input[type="radio"] {
    display: none;
}
form .hs-richtext,
form .hs-richtext p {
    font-size: 0.875rem;
    margin: 0 0 1.4rem;
}
form .hs-richtext img {
    max-width: 100% !important;
}
form .hs-richtext:has(> hr:only-child) {
    margin: 0 0 24px;
    width: 100%;
}
form .hs-richtext > hr {
    border: 0;
    border-top: 1px solid var(--neutralsStroke);
}
.form .wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.form .wrap header.separator {
    border-bottom: 1px solid var(--neutralsStroke);
    padding-bottom: 32px;
}
.form .wrap header .heading {
    font-size: 24px;
    line-height: 133.333%;
    margin-bottom: 32px;
}
.form .wrap header .textblock {
    color: var(--typeSecondary);
}
.bgWrap .form {
    background-color: #fff;
    border: 1px solid var(--neutralsStroke);
    border-radius: 8px;
    padding: 72px;
}
fieldset {
    border: none;
}

/** Search form **/

.search__form {
  position:relative
}
.search .search__form {
  display:none
}
.search.open .search__form {
  display:flex
}
.search.open .search__input {
  background-color:var(--neutralsBackground);
  border-color:var(--neutralsStroke);
  border-radius:4px;
  border-style:solid;
  border-width:1px;
  box-sizing:border-box;
  color:var(--typeMain);
  flex:1;
  height:46px;
  /*! padding-left:-11px; *//*! padding-right:8px; */width:200px
}
.search.open #searchToggle {
  display:none
}
.search__form .icon {
  color:var(--primaryMiamiteal500);
  cursor:pointer;
  height:20px;
  left:208px;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:20px;
}
.search__input:focus,
.search__input:focus-visible {
  border-color:var(--typeTertiary);
  outline:none
}

.search-button {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	padding: 0 10px;
	cursor: default;
}

.search-button img {
	width: 30px;
	height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
}


/**  Sections  **/
.row {
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 0;
  margin-left: 0;
}

/**  JUMBOTRON  **/

.jumbotron h1 {
	font-size: 50px;
	padding-top: 20px;
	/* padding-bottom: 20px; */
	margin-bottom: 30px;
	color: var(--typeMain);
}

.jumbotron {
	background-color: inherit;
	padding-top: 0;
	padding-bottom: 0;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

.page-header::after,
.jumbotron h1::after {
  background:url('../images/icons/heading-separator.svg') 0 no-repeat;
  background-size:contain;
  content:"";
  display:block;
  margin-top: 20px;
  margin-bottom: 10px;
  height: 20px;
  width:auto
}

/** Content images **/
.contentWrap img {
	max-width: 60vw;
	width: auto;
}

/** Feedback button **/
a#hlnkFeedback,
button#btnSubmit,
button#btnClose {
	border-radius:4px;
	color: #fff;
	text-decoration: none;
	background: linear-gradient(180deg, #fc8659 0, #fa5a4f 50%, #fa5a4f);
	transition: transform 0.25s;
	padding: 10px 16px;
	font-family: Gilroy SemiBold, Helvetica Neue, Arial;
	font-size: 14px;
	border-style: none;
}


/** TOC changes **/
.glyphicon {
	line-height: inherit;
	align-content: center;
}

.treeview .glyphicon {
	font-size: 14px;
	font-weight: lighter;
}

.form-control::placeholder {
  color: #999;
  opacity: revert;
}

#input-treeviewsearch {
	font-family: Gilroy SemiBold, Helvetica Neue, Arial;
	font-size: inherit;
	background-color: var(--neutralsBackground);
	border-color: var(--neutralsStroke);
	border-radius: 4px 0 0 4px;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	color: var(--typeMain);
	flex: 1;
	height: 46px;
}

#btn-treeviewsearch {
	font-size: 20px;
	background-color: var(--neutralsBackground);
	border-color: var(--neutralsStroke);
	border-radius: 0 4px 4px 0;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	color: var(--primarySapphireblue500);
	flex: 1;
	height: 46px;
}

#input-treeviewsearch:focus,
#input-treeviewsearch:focus-visible {
  border-color:var(--typeTertiary);
  outline:none
}

.list-group-item {
	border-style: none;
	border-radius: 0 8px 10px 0;
	margin-bottom: 0;
}

/** Anchor link style**/

a {
	color: var(--primarySapphireblue500);
}

/** Lists **/

div#wrap ol:not(.breadcrumb),
div#wrap ul:not(.breadcrumb) {
	margin-top: 0;
	margin-bottom: 10px;
	padding:revert;
}

/** Breadcrums **/

.breadcrumb {
  display: flex;
  gap: 12px;
  padding: 8px 15px;
  margin-bottom: 20px;
  background-color: inherit;
  list-style: none;
}

.breadcrumb > li + li::before {
  padding: 0
}

.breadcrumb li:not(:first-child) {
  display: flex;
  gap: 12px;
  align-items: center;
}
.breadcrumb li:not(:first-child)::before {
  content: ">";
  width: 8px;
  height: 8px;
  color: var(--primaryMiamiteal500);
  align-self: normal;
}
.breadcrumb li a {
  text-decoration: none;
  display: flex;
}
.breadcrumb li a:is(:hover, :focus) {
  text-decoration: var(--typeSecondary) underline;
}
.breadcrumb li span {
  color: var(--typeSecondary);
  font-size: 12px;
  line-height: 14px;
}


/** Flow **/

.flow {

	height: auto;
	width: auto;
	border:.5px solid #000;
	overflow-x: scroll; 

}

.flow > polyline::after {
	content: " ";
	white-space: pre;
}


/** Tile landing page **/

.container {
	width: var(--max-width);
	padding-right: 0;
	padding-left: 0;
}

.container > .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.industryList {
	max-width: var(--max-width);
}

.industryList > header .heading {
  font-size: 24px;
  line-height: 133.333%;
}
.industryList > .main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.industryList > .main .row {
	display: flex;
	flex-direction: row;
	padding: 0;
	margin: 0;  /* auto - centers the tiles if less than 3 */
	gap: 26px;
}

.industryList > .main .row::before,
.industryList > .main .row::after {
	content: none;
}

.industryCard {
  border: 1px solid #E8E9EB;
  border-radius: 8px;
  display: flex;
  flex-direction: column-reverse;
  flex-basis: 0;
  flex-grow: 1;
  overflow: hidden;
  max-width: 396px;
  /* min-width: 396px; */
  
}
.industryCard > .wrap {
  padding: 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.industryCard > .wrap > * + * {
  margin-top: 20px;
}
.industryCard > .wrap .heading {
  font-size: 20px;
}
.industryCard > .wrap .textblock {
  color: var(--typeSecondary);
  /*
  overflow: hidden;
  line-height: 1.42857em;
  max-height: 7.14285em;
  */
}
.industryCard > .wrap footer {
  margin-top: auto;
  padding-top: 36px;
}

.industryCard picture {
  aspect-ratio: 400/230;
  overflow: hidden;
}
.industryCard picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.industryCard .iconTile {
	background-color: #1f213b;
}

.industryCard .iconTile img {
	object-fit: contain;
}

@media (min-width: 830px) {
	.container {
		max-width: 90vw;
	}
	
	.industryList {
		max-width: 90vw;
	}
}

@media (max-width: 830px) {
	.container {
		max-width: 90vw;
	}
	
	.industryList {
		max-width: 70vw;
		margin: auto;
	}
	
	.industryCard {
		min-height: 500px;
		max-width: 80%;
		min-width: 80%;
		margin: auto;
	}
	
	.industryList > .main .row {
		flex-direction: column;
	}
}

/** Fixed layout **/

@media (min-width: 1024px) {
	.tocWrap {
		position: fixed;
		left:0;
		overflow-y: scroll;
		height: 70vh;
		width: 23vw;
		padding-right: 10px;
	}

	.contentWrap {
		position: fixed;
		right: 0;
		overflow-y: scroll;
		overflow-x: hidden;
		width: 77vw;
		height: 80vh;
	}

	.feedbackBtn {
		position: absolute;
		bottom: 10px;
	}
	
	div#footer {
		position: absolute;
		bottom: 0;
		right: 15px;
	}
}

/** Tables **/

table:not(.table) {
	width: auto !important;
}

table:not(.table) th,
table:not(.table) td {
	width: auto !important;
}

table:not(.table) {
	margin-top: 36px;
    margin-bottom: 36px;
}

table:not(.table),
table:not(.table) > *,
table:not(.table) tr,
table:not(.table) th,
table:not(.table) td {
	border-collapse: collapse;
	border-width: 0px !important;
	border: none !important;
	border-spacing: 0 !important;
}

table:not(.table) > thead > tr:first-child {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

table:not(.table) > tbody > tr:last-child {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

table:not(.table) th,
table:not(.table) td {
	padding: 12px 20px;
}


table:not(.table) > thead {
	background-color: #008c94;
	color: #fff;
	font-family: Gilroy SemiBold, Helvetica Neue, Arial; 
}

table:not(.table) > tbody {
	color: #6f6f6e;
}

table:not(.table) > tbody > tr:nth-child(even) {
	background-color: #f5f5f5;
}

table:not(.table) > tbody > tr:nth-child(odd) {
	background-color: #fffcfc;
}