














.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: #1fc6ee;
}





html {
	font-size: 18;
}

body {
	color: #42474c;
	font-family: Roboto;
	font-size: 18px;
}

p {
	font-family: Roboto;
	font-weight: 300
}

a {
	font-family: Roboto;
	color: rgba(31, 198, 238, 1.0);
}

a:hover,
a:focus {
	color: rgba(30, 36, 40, 1.0);
}

a:active {
	color: rgba(30, 36, 40, 1.0);
}

@media (min-width:992px) {
	h1 {
		font-size: 52px;
	}
	h2,
	.form-title{
		font-size: 40px;
	}

	h3 {
		font-size: 32px;
	}

	h4 {
		font-size: 26px;
	}

	h5 {
		font-size: 22px;
	}

	h6 {
		font-size: 20px;
	}
}

h1 {
	color: #1e2428;
	font-family: PT Sans;
	font-weight: 700;
}
h2,
.form-title{
	color: #1e2428;
	font-family: PT Sans;
	font-weight: 700;
}

h3 {
	color: #1e2428;
	font-family: PT Sans;
	font-weight: 700;
}


h4 {
	color: #1e2428;
	font-family: PT Sans;
	font-weight: 700;
}



h5 {
	color: #1e2428;
	font-family: PT Sans;
	font-weight: 400;
}

h6 {
	color: #1e2428;
	font-family: PT Sans;
	font-weight: 400;
}


blockquote:before {
	color: #1fc6ee;
}





form,
.submitted-message {
	border-width:1px;
	border-style:solid;
	border-color: rgba(255, 255, 255, 1.0) ;
	font-family: Roboto;
	padding:5px;
	margin:0 0 10px;
}

.form-title {
	background-color: rgba(255, 255, 255, 1.0);
	color: rgba(28, 55, 76, 1.0);
	padding:5px;
}

.hs-button,
.button--primary {
	background-color: rgba(62, 188, 236, 1.0);
	border-color: rgba(62, 188, 236, 1.0);
	border-radius: 3px;
	border-width: 1px;
	color: rgba(255, 255, 255, 1.0);
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
	background-color: rgba(153, 153, 153, 1.0);
	border-color: rgba(153, 153, 153, 1.0);
	color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
	background-color: rgba(102, 228, 255, 1.0);
	border-color: rgba(62, 188, 236, 1.0);
	color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
	color: rgba(51, 71, 91, 1.0);
}

.hs-form legend {
	color: rgba(51, 71, 91, 1.0);
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select,
.hs-input {
	border-color: rgba(203, 214, 226, 1.0);
	color: ;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
	border-color: rgba(82, 168, 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: #42474c;
}

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

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

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

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

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





th,
td {
	background-color: rgba(255, 255, 255, 1.0);
	border: 1px solid rgba(66, 71, 76, 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(66, 71, 76, 1.0);
}





.header-main {
	background-color: rgba(255, 255, 255, 1.0);
}

.scroll-header .header-main {
	background-color: rgba(255, 255, 255, 1.0);
}


@media (min-width:1200px) {
	.header__container {
		max-width: 1200px;
	}
}

.header-top {
	background-color: rgba(28, 55, 76, 1.0);
	color: rgba(255, 255, 255, 1.0);
}

.header-top a:hover{
	color: rgba(22, 176, 200, 1.0);
}

.header-top a{
	color: rgba(255, 255, 255, 1.0);
}

.top-contact-content i{
	color: rgba(255, 255, 255, 1.0);	
}
.header-social ul li a {
	color: rgba(37, 235, 255, 1.0);
}

.header-social ul li a:hover {
	color: rgba(255, 255, 255, 1.0);
}


body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a ,
.custom-menu-primary .hs-menu-wrapper > ul > li > a > span,
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
	color: rgba(28, 55, 76, 1.0);
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after {
		color: rgba(28, 55, 76, 1.0);
}

body .custom-menu-primary a:hover,
body .custom-menu-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus, 
.custom-menu-primary .hs-menu-wrapper > ul > li > a > span:hover {
	color: rgba(31, 198, 238, 1.0);
}

body .custom-menu-primary a:active,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
	color: rgba(68, 95, 116, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-item:after {
	background-color: #42474c;
}

body .submenu.level-2,
body .header__language-switcher .lang_list_class {
	background-color: rgba(255, 255, 255, 1.0);
	border-color: rgba(#null, 0.0);
}

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

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

.custom-menu-primary .hs-menu-wrapper > ul ul li:hover {
	background-color: rgba(197, 203, 207, 0.1);
} 

.custom-menu-primary .hs-menu-wrapper > ul ul li a span:hover {
	color: rgba(31, 198, 238, 1.0);
} 

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover {
	background-color: rgba(215, 215, 215, 1.0);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
	font-family: Roboto;
}

.header__language-switcher-label-current:after {
	border-top-color: rgba(28, 55, 76, 1.0);
}

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

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





.footer {
	background-color: rgba(43, 50, 56, 1.0);
	color: #fff;
}

.footer__container {
	max-width: 1200px;
}

.footer-social,
.fotoer-copyright {
	border-color:rgba(255, 255, 255, 0.15);
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
	color:rgba(255, 255, 255, 1.0);
}

.footer a {
	color:rgba(31, 198, 238, 1.0);
}

.footer a:hover {
	color:rgba(31, 198, 238, 1.0);
}

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

.footer .footer-links .hs-menu-wrapper > ul > li > a:hover {
	color:rgba(255, 255, 255, 0.4);
}

.footer .footer-social ul li a{
	color:rgba(37, 235, 255, 1.0);
}

.footer .footer-social ul li a:hover{
	color:rgba(255, 255, 255, 1.0);
}




@media (min-width:1200px) {
	.content-wrapper {
		max-width: 1200px;
	}
}

.blog-post__date {
	border-color: #42474c;
}

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

.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: #1a1f24;
}

.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: #6a6f74;
}

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

.blog-pagination__link {
	color: #42474c;
}

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

.blog-post__title {
	color: #1e2428;
	font-family:PT Sans;
	font-size: 40px;
	font-weight: ;
}

.blog-post__author {
	background-color: #1fc6ee;
}

#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: #42474c;
}

body .tns-nav button.tns-nav-active {
	background-color: #42474c;
}

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

body .social-links__icon {
	background-color: #42474c;
}

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: #1fc6ee;
}

.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=}
}