/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */
















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

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

.body-container__homepage .dnd-section:nth-child(odd) {
	background-color: #9999A8;
}
.page-center {
	max-width: 1080px;
}




html {
	font-size: 16;
}

body {
  color: #323250;
  font-family: Lato;
  font-weight: 500;
  font-size: 16px;
}


p {
	font-family: Lato;
	font-weight: 500
}

a {
	font-family: Lato;
	color: rgba(153, 204, 255, 1.0);
	cursor: pointer;
}

a:hover,
a:focus {
	color: rgba(153, 153, 255, 1.0);
}

a:active {
	color: rgba(193, 244, 255, 1.0);
}

h1 {
color: rgba(65, 65, 67, 1.0);
	font-family: Lato;
	font-size: 50px;
	font-weight: 800;
}

@media(max-width: 767px) {
	h1 {
		font-size: 42.5px;
	}
}

h2 {
color: rgba(65, 65, 67, 1.0);
	font-family: Lato;
	font-size: 38px;
	font-weight: 800;
}

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

h3 {
color: rgba(65, 65, 67, 1.0);
	font-family: Lato;
	font-size: 30px;
	font-weight: 700;
}

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

h4 {
color: rgba(65, 65, 67, 1.0);
	font-family: Lato;
	font-size: 24px;
	font-weight: 700;
}



h5 {
	color: #323250;
	font-family: Lato;
	font-size: 26px;
	font-weight: 700;
}

h6 {
	color: #323250;
	font-family: Lato;
	font-size: 22px;
	font-weight: 700;
}

blockquote {
	border-left: 5px solid #9999A8;;
}





form,
.submitted-message {
	border-color: rgba(#null, 0.0);
	font-family: Lato;
}

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

  
}

.hs-button,
.button--primary {
  background:linear-gradient(to right bottom,#323250,#99CCFF); 
	border-color: rgba(50, 50, 85, 1.0);
	border-radius: 20px;
	border-width: 0px;
	color: rgba(255, 255, 255, 1.0);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background:linear-gradient(to right bottom,#9999FF,#9999FF); 
 	border-color: rgba(#null, 0.0);
 	color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
	background-color: rgba(#null, 0.0);
	border-color: rgba(90, 90, 125, 1.0);
	color: rgba(255, 255, 255, 1.0);
}

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

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

form input,
form select,
form textarea,
.hs-input {
  background-color: rgba(255, 255, 255, 1.0);
border-color: rgba(187, 187, 187, 1.0);
  color: rgba(51, 51, 51, 1.0);
  border-radius: 20px;
 border-width: 1px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
	border-color: rgba(153, 204, 255, 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: #323250;
}

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

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

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

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

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





th,
td {
	background-color: rgba(255, 255, 255, 1.0);
	border: 1px solid rgba(231, 123, 104, 1.0);
	color: rgba(50, 50, 80, 1.0);
}

thead th,
thead td {
	background-color: rgba(153, 153, 168, 1.0);
	color: rgba(255, 255, 255, 1.0);
}

tfoot td {
	background-color: rgba(231, 123, 105, 1.0);
	color: rgba(255, 255, 255, 1.0);
}

table,
tbody + tbody {
	border-color: rgba(231, 123, 104, 1.0);
}





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

header.header .top-links ul li:nth-child(2)>a,
header.header .top-links ul li:nth-child(3)>a{
color: rgba(255, 255, 255, 1.0);
background:linear-gradient(to right bottom,#323250,#99CCFF); 
}

header.header .top-links ul li:nth-child(2)>a:hover,
header.header .top-links ul li:nth-child(3)>a:hover{
color: rgba(255, 255, 255, 1.0);
background:linear-gradient(to right bottom,#9999FF,#99CCFF); 
}

header.header .top-links ul li:first-child>a{
color: rgba(255, 255, 255, 1.0);
 background-color: rgba(231, 123, 104, 1.0);
}

header.header .top-links ul li:first-child>a:hover{
color: rgba(255, 255, 255, 1.0);
 background-color: rgba(204, 212, 51, 1.0);
}

.header__container {
	max-width: 1080px;
}

body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
color: rgba(65, 65, 67, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a:hover,
body .custom-menu-primary .submenu.level-1 > li > a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li a:hover,
.header__language-switcher .lang_list_class li a:focus {
 color: rgba(204, 212, 51, 1.0);
}

body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
 color: rgba(65, 65, 67, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
 background-color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li >a {
 background-color: rgba(#null, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li>a:hover,
body .custom-menu-primary .submenu.level-1 > li>a:focus {
 background-color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
color: rgba(65, 65, 67, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
 background-color: rgba(65, 65, 67, 1.0);
}
body .custom-menu-primary .submenu.level-2 > li > a {
color: rgba(153, 153, 168, 1.0);
}

body .custom-menu-primary .submenu.level-2{
 border-top-color: rgba(50, 50, 80, 1.0);
 background-color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
 background-color: rgba(#null, 0.0);
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
 background-color: rgba(#null, 0.0);
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
 background-color: rgba(0, 0, 0, 0.03);
color: rgba(153, 204, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
 color: rgba(65, 65, 67, 1.0);
  background-color: rgba(0, 0, 0, 0.03);
}

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

.header__language-switcher-label-current:after {
	border-top-color: rgba(65, 65, 67, 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(65, 65, 67, 1.0);
	}
}





footer.footer {
	background:linear-gradient(0,#323250 0%,#99CCFF); 
 color: rgba(255, 255, 255, 1.0);
}

footer.footer a{
 color: rgba(255, 255, 255, 1.0);
}

footer.footer a:hover,
footer.footer a:focus{
 color: rgba(255, 255, 255, 1.0);
}

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

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

footer.footer .footer-bottom{
color: rgba(102, 102, 102, 1.0);
 background-color: rgba(0, 0, 0, 0.32);
}

.footer__container {
	max-width: 1080px;
}





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










body .icon svg {
	fill: #323250;
}

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

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

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

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: #9999A8;
}

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




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