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

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

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





html {
  font-size: 18;
  color: #231f20;
  font-family: myriad-pro-reg;
  font-weight: 400;
  font-size: 18px;
}


p {
  font-family: myriad-pro-reg;
  font-weight: 400;
}

a {
  font-family: myriad-pro-reg;
  color: rgba(255, 108, 0, 1.0);
}

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

a:active {
  color: rgba(255, 148, 40, 1.0);
}

h1 {
  color: #000;
  font-family: museo-sans-reg;
  font-size: 36px;
  font-weight: 300;
}



h2 {
  color: #000;
  font-family: museo-sans-reg;
  font-size: 32px;
  font-weight: 300;
}



h3 {
  color: #55c1e9;
  font-family: myriad-pro-reg;
  font-size: 18px;
  font-weight: 600;
}

.subscribe-header,.subscribe-header h3 {color:#fff;}

.subscribe-header-form .hs-input {color:#eee;}
.subscribe-header-form .hs-input:focus {color:#323232;}

h4 {
  color: #252221;
  font-family: ;
  font-size: 24px;
  font-weight: ;
}

.custom-blog-sidebar-title h4 {color:#fff;}


h5 {
  color: #000000;
  font-family: museo-sans-reg;
  font-size: 17px;
  font-weight: 500;
}

h6 {
  color: #000000;
  font-family: museo-sans-reg;
  font-size: 16px;
  font-weight: 500;
}


blockquote {
  border-left: 0 solid #F8FAFC;;
}





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

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
  font-size: 32px;
  font-family: museo-sans-reg;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 0 0 30px 0;
}

.hs-button,
.button--primary {
  background-color: rgba(255, 108, 0, 1.0);
  border-color: rgba(255, 108, 0, 1.0);
  border-radius: 100px;
  border-width: 2px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color:rgba(255, 108, 0, 0.0);
  border-color: rgba(255, 108, 0, 1.0);
  color: #ff6c00;
}

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

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

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

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(209, 214, 220, 1.0);
  color: ;
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(209, 214, 220, 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: #231f20;
}

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: myriad-pro-reg;
}

.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(#null, 1.0);
  color: rgba(#null, 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(#null, 1.0);
}

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





.main-header .header-container-wrapper {
  background-color: rgba(31, 31, 31, 1.0);
}

.header-top-section{
  background: linear-gradient(90deg, rgba(3, 108, 182, 0.86), rgba(85, 193, 233, 0.87));
}

.header__container {
  max-width: 1200px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #ff6c00;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
.custom-menu-primary .hs-menu-wrapper > ul > li:focus > a {
  color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:before{
  background-color: rgba(85, 193, 233, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:before {
  background-color: rgba(255, 108, 0, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch {
  background-color: rgba(255, 108, 0, 0.0);
}

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

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

.custom-menu-primary .hs-menu-wrapper > ul ul a:hover,
.custom-menu-primary .hs-menu-wrapper > ul ul a:focus {
  background-color: rgba(0, 0, 0, 0.0);
  color: #fff;
}

.custom-menu-primary .hs-menu-wrapper > ul ul a.active-branch {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.0);
}

.top-header-right .hs-menu-wrapper>ul>li>a{
  color:#fff;
}
.top-header-right .hs-menu-wrapper>ul>li>a:hover{
  color:#000;
}

.header-social-row .header-social-column ul.main-header-social li a.uk-icon-link.uk-icon{
  color: rgba(255, 255, 255, 0.47000000000000003);
}
.header-social-row .header-social-column ul.main-header-social li a.uk-icon-link.uk-icon:hover{
  color: rgba(255, 255, 255, 1.0);
}

.custom-rss-slider .hs-rss-item-image-wrapper {
     display: flex;
    justify-content: center;
    align-items: center;
    height: 400px; 
}

@media (max-width: 959px)
.header-mobile .navbar-container nav.header-mobile-navbar .header-mobile-navbar-center a img {
max-width:190px!important;
}

  
  




.footer {
  background-color: rgba(#null, 0.0);
  color: #231f20;
}
.footer__container {
  max-width: 1200px;
}

.footer-middle{
  background-color: rgba(31, 31, 31, 1.0);
}
.footer-top-section{
  background-color: rgba(242, 242, 242, 1.0);
}
.footer-middle .footer-first-column-inner .hs-menu-wrapper>ul>li>a{
  color: rgba(255, 255, 255, 0.85);
}
.footer-middle .footer-first-column-inner .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(255, 255, 255, 1.0);
}

.footer-top-column div#footer-social-links .footer-social ul li a.uk-icon-link.uk-icon svg{
  color: rgba(67, 63, 64, 1.0) !important;
}

.footer-top-column div#footer-social-links .footer-social ul li a.uk-icon-link.uk-icon svg path{
  fill: rgba(67, 63, 64, 1.0);
}

.footer-top-column div#footer-social-links .footer-social ul li a.uk-icon-link.uk-icon svg:hover{
  color: rgba(255, 108, 0, 1.0) !important;
}
.footer-top-column div#footer-social-links .footer-social ul li a.uk-icon-link.uk-icon svg:hover path{
  fill: rgba(255, 108, 0, 1.0) ;
}

.footer-top-button .footer-text-left a.footer-button{
  background-color: rgba(255, 108, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.footer-top-button .footer-text-left a.footer-button:hover{
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(255, 108, 0, 1.0);
  border-color:rgba(255, 108, 0, 1.0);
}
.footer-bottom-section {
  background-color: rgba(255, 255, 255, 1.0);
}
.footer__container_row .scroll-top.column a.back-to-top {
  color:#000;
}

.footer-middle .footer-first-column .footer-copyright{
  color: rgba(255, 255, 255, 1.0);
}

.footer-middle .footer-first-column .footer-copyright span.text-background a {
  color:#fff;
}
.footer-middle .footer-first-column .footer-copyright span.text-background a:hover {
  color:#e7bfa1;
}







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

.blog-post__date {
  border-color: #231f20;
}

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

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

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

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

.blog-pagination__link {
  color: #231f20;
}

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

.blog-post__title {
  color: #000;
  font-family:museo-sans-reg;
  font-size: 32px;
  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: 1200px;
  margin: 0 auto;
}




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

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
  width: 300px!important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul li {
  margin-bottom: 15px;
  width: 300px!important;
  padding-right: 12px;
}




.blog-cta {
  text-align: center;
}

@media only screen and (max-width: 719.99px) {
  .blog-cta {
    width: 100%;
    padding: 25px;
    margin: 25px;
  }
}

@media only screen and (min-width: 720px) {
  .blog-cta {
    width: 45.9%;
    padding: 25px 2%;
    float: left;
    margin: 0;
  }
}