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
















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

.dnd-section {
  padding: 0 30px;
  padding-bottom: 60px;
  padding-top: 60px;
}

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




html {
  font-size: 16;
}

body {
  color: #666666;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
}

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

a {
  font-family: Roboto;
  color: rgba(55, 94, 142, 1.0);
}

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

a:active {
  color: rgba(95, 134, 182, 1.0);
}

h1 {
  color: #666666;
  font-family: Teko;
  font-size: 120px;
  font-weight: 400;
}

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

h2 {
  color: #666666;
  font-family: Teko;
  font-size: 65px;
  font-weight: 400;
}

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

h3 {
  color: #666666;
  font-family: Teko;
  font-size: 42px;
  font-weight: 400;
}

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

h4 {
  color: #407396;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 600;
}

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

h5 {
  color: #666666;
  font-family: Teko;
  font-size: 16px;
  font-weight: 400;
}

h6 {
  color: #666666;
  font-family: Teko;
  font-size: 14px;
  font-weight: 400;
}

blockquote {
  border-left: 4px solid #f47e30;;
}





form,
.submitted-message {
  border-color: rgba(255, 255, 255, 1.0) ;
  font-family: Roboto;
}

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

.hs-button,
.button--primary {
  background-image: -webkit-gradient(linear,left bottom,left top,from(#f46c11),to(#f47e30));
  background-image: linear-gradient(to top,#f46c11,#f47e30);
  border-color: rgba(255, 153, 2, 1.0);
  border-radius: 25px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 29px;
  padding-right: 29px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-image: -webkit-gradient(linear,left bottom,left top,from(#f23615),to(#f1573c));
  background-image: linear-gradient(to top,#f23615,#f1573c);
  color: #FFFFFF;
}
.hs-button:active,
.button--primary:active {
  background-color: rgba(#null, 0.0);
  border-color: rgba(255, 193, 42, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

.hs-form legend {
  color: rgba(102, 102, 102, 1.0);
}
form input.s[type="search"],
input#hs-pwd-widget-password, 
form input,
form select,
form textarea,
.hs-input {
  background-color: rgba(244, 246, 247, 1.0);
  border-color: rgba(237, 238, 242, 1.0);
  color: #768894;
  border-radius: 0px;
}
form input.s[type="search"]:focus,
input#hs-pwd-widget-password:focus, 
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(237, 238, 242, 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: #666666;
}

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

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

.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: #f47e30 !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);
}





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

.header__container {
  /*max-width: 1170px;*/
}

body .custom-menu-primary a,
.header__logo .logo-company-name {
  color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a:hover,
body .custom-menu-primary .submenu.level-1 > li > a:focus {
  color: rgba(244, 155, 95, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li > a:after {
  border-top-color: rgba(244, 155, 95, 1.0);
}

body .custom-menu-primary a.active-branch {
  color: rgba(244, 155, 95, 1.0);
}
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: rgba(#null, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: rgba(244, 155, 95, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: rgba(244, 155, 95, 1.0);
}

body .custom-menu-primary .submenu.level-2  {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(244, 155, 95, 1.0); 
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: rgba(97, 106, 125, 1.0);
  border-color: rgba(237, 238, 242, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item a:hover ,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus {
  background-color: rgba(244, 246, 247, 1.0);
  color: rgba(97, 106, 125, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  background-color: rgba(244, 246, 247, 1.0);
  color: rgba(97, 106, 125, 1.0);
}

@media (min-width: 1001px) {
  body .custom-menu-primary .submenu.level-1>li:last-child>a.menu-link>span {
    background-image: -webkit-gradient(linear,left bottom,left top,from(#f46c11),to(#f47e30));
    background-image: linear-gradient(to top,#f46c11,#f47e30);
    border-radius: 25px;
    color: rgba(255, 255, 255, 1.0);
  }
  body .custom-menu-primary .submenu.level-1>li:last-child>a.menu-link:hover>span {
    background-image: -webkit-gradient(linear,left bottom,left top,from(#f23615),to(#f1573c));
    background-image: linear-gradient(to top,#f23615,#f1573c);
  }
}


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

body .fixed .custom-menu-primary a {
  color: #616a7d;
}
body .fixed .custom-menu-primary .submenu.level-1 > li > a:hover,
body .fixed .custom-menu-primary .submenu.level-1 > li > a:focus {
  color: #f49b5f;
}
body .fixed .custom-menu-primary .submenu.level-1 > li > a:after {
  border-top-color: rgba(244, 155, 95, 1.0);
}
body .fixed .custom-menu-primary a.active-branch {
  color: #f49b5f;
}
body .fixed .custom-menu-primary .submenu.level-1 > li.active-branch {
background-color: rgba(255, 255, 255, 0.0);
}
body .fixed .custom-menu-primary .submenu.level-1 > li:hover,
body .fixed .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: rgba(255, 255, 255, 0.0);
}
body .fixed .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: #f49b5f;
}



@media(max-width: 767px) {}





.footer {
  color: ;
}
.footer_top .footer__container {
  max-width: 1170px;
}

.footer_top {}
.footer_col_6.hs_col_1 .hs_inner_wrap {
  border-left-color: rgba(116, 197, 218, 1.0);
}
.hs_content h2 {
  color: rgba(255, 255, 255, 1.0);
}
.hs_content h2 span:last-of-type {
  color: rgba(116, 197, 218, 1.0);
}
a.fusion-button {
  color: rgba(9, 41, 51, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}
a.fusion-button:hover {
  color: rgba(255, 255, 255, 1.0);
  background-image: -webkit-linear-gradient( bottom, #f23615, #f1573c );
  background-image: linear-gradient( to top, #f23615, #f1573c );
}



/*-------------------------*/
.fusion-footer-widget-area {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(151, 176, 193, 1.0);
  border-top-color: rgba(237, 237, 237, 1.0);
}
.fusion-column.hs_col_4 h4 {
  color: rgba(64, 115, 150, 1.0);
}
input.searchsubmit {
  background-color: rgba(0, 0, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
input.searchsubmit:hover {
  background-color: rgba(244, 126, 48, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.fusion-column a {
  color: rgba(120, 139, 152, 1.0);
}
.fusion-column a:hover {
  color: rgba(55, 94, 142, 1.0);
}
.twitter-box ul.jtwt li:before {
  color: rgba(#null, 0.0);
}



/*-------------------------*/
.fusion-footer-copyright-area {
  background-color: rgba(0, 0, 0, 1.0);
}
.fusion-copyright-notice {
  color: rgba(255, 255, 255, 1.0);
}
.fusion-copyright-notice a {
  color: rgba(212, 229, 252, 1.0);
}
.fusion-footer-copyright-area a:hover {
  color: rgba(90, 154, 232, 1.0);
}
a.tooltip {
  color: rgba(255, 255, 255, 1.0);
}
a.tooltip:hover {
  color: rgba(255, 255, 255, 0.8);
}






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

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

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

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

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

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

.blog-pagination__link {
  color: #666666;
}

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

.blog-post__title {
  color: #666666;
  font-family:Teko;
  font-size: 65px;
  font-weight: ;
}

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

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

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