



























































.dnd-section > .row-fluid {
	max-width: 1200px;
}

.dnd-section {
	padding-bottom: 80px;
	padding-top: 80px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
	background-color: #000000;
}





html {
	font-size: 14;
}

body {
	color: #555555;
	/*font-family: DM Sans;*/
	font-size: 14px;
}

p {
	/*font-family: DM Sans;*/
	font-weight: 100
}

a {
	/*font-family: DM Sans;*/
	color: rgba(78, 214, 190, 1.0);
}

a:hover,
a:focus {
	color: rgba(78, 214, 190, 1.0);
}

a:active {
	color: rgba(78, 214, 190, 1.0);
}

h1 {
	color: #101010;
	font-family: Roboto;
	font-size: 49px;
	font-weight: 400;
}


@media(max-width: 767px) {

	h1 {
		font-size: 41.65px;
	}
}

h2 {
	color: #101010;
	font-family: Roboto;
	font-size: 32px;
	font-weight: 400;
}

@media(max-width: 767px) {
	h2 {
		font-size: 27.2px;
	}
}

h3 {
	color: #101010;
	font-family: Roboto;
	font-size: 22px;
	font-weight: 400;
}

@media(max-width: 767px) {
	h3 {
		font-size: 18.7px;
	}
}

h4 {
	color: #101010;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
}

@media(max-width: 767px) {
	h4 {
		font-size: 15.299999999999999px;
	}
}

h5 {
	color: #101010;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
}

h6 {
	color: #101010;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
}

blockquote {
	border-left: 10px solid #000000;;
}





form,
.submitted-message {
	border-width:1px;
	border-style:solid;
	border-color: rgba(255, 255, 255, 0.0) ;
	font-family: DM Sans;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);

}

h3.form-title {
	background-color: rgba(255, 255, 255, 0.0);
	color: rgba(16, 16, 16, 1.0);
}

.hs-button,
.button--primary {
	background-color: #4feabb;
	border-color: #0038a8;
	border-radius: 0px;
	border-width: 1px;
	color: rgba(22, 22, 46, 1.0);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
	background-color: rgba(22, 22, 46, 1.0);
	border-color: rgba(0, 56, 168, 0.0);
	color: rgba(255, 255, 255, 1.0);
}


.hs-button:active,
.button--primary:active {
	background-color: rgba(119, 255, 227, 1.0);
	border-color: rgba(40, 96, 208, 0.0);
	color: rgba(22, 22, 46, 1.0);
}

.hs-form label {
	color: rgba(16, 16, 16, 1.0);
}

.hs-form legend {
	color: rgba(16, 16, 16, 1.0);
}


input[type="text"],
input[type="email"],
input[type="password"],
form input,
form select,
form textarea,
.hs-input {
	border-width:1px;
	border-style:solid;
	border-color: rgba(204, 204, 204, 1.0);
	color: ;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
form input:focus,
form select:focus,
form textarea:focus,
.hs-input {
	border-color: rgba(56, 152, 236, 1.0);
}

.fn-date-picker .pika-table thead th {
	color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
	color: #555555;
}

.hs-richtext {
	font-size: 14;
}

.hs-default-font-element,
.hs-main-font-element {
	font-family: DM Sans;
}

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

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

.fn-date-picker td .pika-button:hover {
	background-color: #000000 !important;
}





th,
td {
	background-color: rgba(255, 255, 255, 1.0);
	border: 1px solid rgba(204, 204, 204, 1.0);
	color: rgba(0, 0, 0, 1.0);
}

thead th,
thead td {
	background-color: rgba(12, 83, 148, 1.0);
	color: rgba(255, 255, 255, 1.0);
}

tfoot td {
	background-color: rgba(12, 83, 148, 1.0);
	color: rgba(255, 255, 255, 1.0);
}

table,
tbody + tbody {
	border-color: rgba(204, 204, 204, 1.0);
}





.header {
	background-color: rgba(22, 22, 46, 1.0);
}

.header__container {
	max-width: 1200px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
	color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
	color: rgba(79, 234, 187, 1.0);
}



.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a{
	/*background-color: rgba(79, 234, 187, 1.0);
	color: rgba(22, 22, 46, 1.0);
	border-color: rgba(0, 56, 168, 0.0);
*/
 display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    background-image: linear-gradient(108deg, #1b6b88 3%, #4feabb);
    transition: 350ms;
    font-family: 'Archia',sans-serif;
    color: #fff;
    line-height: 1.2rem;
    font-weight: 600;
    text-decoration: none;
}


.custom-menu-primary .hs-menu-wrapper > ul>li:last-child:hover > a{
    background-image: linear-gradient(130deg,#1b6b88 3%,#4feabb);!important
    outline-color: #000;!important
    outline-width: .125rem;!important
    color: #fff;

}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul {
	background-color: rgba(22, 22, 46, 1.0);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul > li >a {
	color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul > li > a:hover {
	color: rgba(79, 234, 187, 1.0);
}


.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
	color:  #4368b1;
	text-decoration:none !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:hover>a {
	background-color: rgba(22, 22, 46, 1.0);
	color: rgba(79, 234, 187, 1.0);
	text-decoration:none;
}

@media(max-width: 767px) {
	.header__navigation {
		background-color: rgba(22, 22, 46, 1.0);
	}

	.header__navigation-toggle svg,
	.menu-arrow svg {
		fill: rgba(255, 255, 255, 1.0);
	}
}





.footer {
	background-color: rgba(255, 255, 255, 1.0);
	color: #666;
}

.footer_nyc_text {
	color: #666;	
}
.footer__container {
	max-width: 1200px;
}



.custom-footer-link-group .hs-menu-wrapper>ul>li>a,
a.footer-link{
	color: #666;
}
.custom-footer-link-group .hs-menu-wrapper>ul>li>a:hover,
a.footer-link:hover{
	color: #666;
}


.footer__copyright{
	color: #999;
}





.content-wrapper {
	max-width: 1200px;
}

.blog-post__date {
	border-color: #555555;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
	color: #555555;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
	color: #2d2d2d;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
	color: #7d7d7d;
}

.blog-tag-filter__menu-link--active-item:after {
	background-color: #4368b1;
}

.blog-pagination__link {
	color: #555555;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
	background-color: #4368b1;
}

.blog-post__title {
	color: #101010;
	font-family:Roboto;
	font-size: 32px;
	font-weight: ;
}

.blog-post__author {
	background-color: #000000;
}

#comments-listing .comment-reply-to {
	color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
	color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
	color: rgba(#null, 0.0);
}










body .icon svg {
	fill: #4368b1;
}

body .tns-nav button.tns-nav-active {
	background-color: #4368b1;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
	background-color: #4368b1;
}

body .social-links__icon {
	background-color: #4368b1;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
	fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
	fill: rgba(#null, 0.0);
}

body .team-member__description {
	background-color: #000000;
}

.page-center {
	max-width: 1200px;
	margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
	background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}

.content-wrapper {margin:0 auto;}
.meta-text-info {padding-right: 20px;}
.blog-post-text {container-type:inline-size;}
@container (width < 540px) {
  .blog-post-text .meta-text-info {margin-right: 0px;
    padding-right: 0px; border-right:0px none #dfdfdf; display: block;}
}
.ast-header-break-point .main-navigation ul .menu-item .menu-link {border-color: rgba(27, 106, 135, 0.36);}
.ast-arrow-svg {display:inline-block !important;}
.ast-primary-header-bar  {top:0 !important;}
.main-header-bar {max-width:none !important}
@media (max-width:767.98px) {
  .main-blog-post-image.full { background-size: contain;}
 .post-text-div h1 {color: #000000;}
}