/* ******************************************************************************
*********************************************************************************
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: 1170px;
}

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

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}
.page-center {
  max-width: 1170px;
}	html {
  font-size: 18;
}

body {
  color: #747474;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

p {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 300;
}

a {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  color: rgba(15, 120, 189, 1.0);
}

a:hover,
a:focus {
  color:#ffaa00;
}

a:active {
  color: rgba(55, 160, 229, 1.0);
}

h1 {
  color: #333333;
  font-family: Oswald, Arial, Helvetica, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

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

h2 {
  color: #333333;
  font-family: Oswald, Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

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

h3 {
  color: #333333;
  font-family: Oswald, Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

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

h4 {
  color: #333333;
  font-family: Oswald, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

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

h5 {
  color: #333333;
  font-family: Oswald, Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

h6 {
  color: #051c2c;
  font-family: Oswald, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}






form,
.submitted-message {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

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

.hs-button,
.button--primary {
  border-radius: 0px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-color:  #1988D6 #1988D6;
  background: rgba(47, 158, 236, 1.0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 158, 236, 1.0)), to(rgba(25, 136, 214, 1.0)));
  background: -moz-linear-gradient(top, rgba(47, 158, 236, 1.0) , rgba(25, 136, 214, 1.0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(47, 158, 236, 1.0)', endColorstr='rgba(25, 136, 214, 1.0)');
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#1988d6), to(#1988d6));
  background: -moz-linear-gradient(top, #1988d6, #1988d6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1988d6', endColorstr='#1988d6');
}

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

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

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

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(229, 229, 229, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  color: #444;
  border-radius: 2px;
}

form input:hover,
form select:hover,
form textarea:hover,
.hs-input:hover{
  border-color: rgba(157, 157, 157, 0.75);
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(121, 187, 238, 0.75);
  -webkit-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5) !important;
  -moz-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5) !important;
  box-shadow: 0 0 5px rgba(82, 168, 236, 0.5) !important;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(73, 74, 82, 1.0);
  color: rgba(73, 74, 82, 1.0);
}

thead th,
thead td {
  background-color: rgba(73, 74, 82, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(73, 74, 82, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(73, 74, 82, 1.0);
}





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

.fusion-secondary-header{
  background-color: rgba(255, 170, 0, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: #FFF;
}
.fusion-contact-info a, .fusion-contact-info a:hover{
  color: #FFF;
}
.header__main{
  border-color: rgba(255, 255, 255, 1.0);
}
.header__container {
  max-width: 1170px;
}

body .custom-menu-primary a{
  color: #333333;
}

body .custom-menu-primary .submenu.level-1 > li:hover > a {
  color: #ffaa00;
}

body .custom-menu-primary a.active-branch{
  color: #ffaa00;
}
body .custom-menu-primary .submenu.level-1 > li.active-branch {
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: ;
}
body .custom-menu-primary .submenu.level-1 > li:hover{
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch{
  color: #ffaa00;
}

body .custom-menu-primary .submenu.level-2 > li > a,
.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-3>li>a{
  color: #333333;
}
body .custom-menu-primary .submenu.level-2,
.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-3{
  background-color: rgba(242, 239, 239, 1.0);
} 

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-3 .menu-item .menu-link:hover{
  background-color: rgba(248, 248, 248, 1.0);
  color: #333333;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch,
.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-3 .menu-item .menu-link.active-branch{
  color: #333333;
  background-color: rgba(248, 248, 248, 1.0);
}








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

.footer__container {
  max-width: 1170px;
}
.footer-bottom{
  border-color: rgba(75, 76, 77, 1.0);
  background-color: rgba(236, 240, 245, 1.0);
}

.fusion-social-networks.boxed-icons a{
  color: #fff;
  border-color: rgba(188, 197, 209, 1.0);
  background-color: rgba(188, 197, 209, 1.0);
}
.footer-column.footer-contact p a{
  color: #ffaa00;
}
.footer-column.footer-contact p a:hover{
  color: #ffaa00;
}
.footer-column h4{
  color: #ddd;
}
.fusion-social-networks a{
  color: #bebdbd;
}
.searchform .fusion-search-form-content .fusion-search-field input{
  color: #aaa9a9;
  border-color: rgba(210, 210, 210, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}
.fusion-search-button input[type=submit]{
  color: #fff;
  background-color: rgba(0, 0, 0, 1.0);
}
.fusion-search-button input[type=submit]:hover{
  color: #fff;
  background-color: rgba(255, 170, 0, 1.0);
}





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

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

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

.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: #4c4c4c;
}

.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: #9c9c9c;
}

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

.blog-pagination__link {
  color: #747474;
}

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

.blog-post__title {
  color: #333333;
  font-family:Oswald, Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: ;
}

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

#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: #494a52;
}

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

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

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

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

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




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