/* ******************************************************************************
*********************************************************************************
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: 111px;
	padding-top: 111px;
}

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

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

@media (max-width: 980px){
  .content-wrapper{
  padding: 0 10px;
  }
}





html {
	font-size: 16;
}

body {
  	color:#666666;
	font-weight: 600;
	font-family:Lato;
  	font-size: 16px;
	}

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

a {
	font-family: Lato;
	color: rgba(46, 163, 242, 1.0);
}

a:hover,
	a:focus {
  	color:rgba(46, 163, 242, 1.0);
	}

a:active {
	color: rgba(86, 203, 255, 1.0);
}

h1 {
	color: #333333;
	font-family: Open Sans;
	font-size: 50px;
	font-weight: 500;
}

h2 {
	color: #333333;
	font-family: Open Sans;
	font-size: 38px;
	font-weight: 500;
}

h3 {
	color: #333333;
	font-family: Open Sans;
	font-size: 30px;
	font-weight: 500;
}

h4 {
	color: #333333;
	font-family: Open Sans;
	font-size: 24px;
	font-weight: 500;
}

h5 {
	color: #000000;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 500;
}

h6 {
	color: #333333;
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 500;
}

blockquote {
	border-left: 10px solid #F8FAFC;;
}





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

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

.hs-button,
.button--primary {
	background-color: rgba(224, 43, 32, 1.0);
	border-color: rgba(0, 0, 0, 0.0);
	border-radius: 15px;
	border-width: 8px;
	color: rgba(255, 255, 255, 1.0);
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 11px;
	padding-bottom: 11px;
}

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

.hs-button:active,
.button--primary:active {
	background-color: rgba(255, 83, 72, 1.0);
	border-color: rgba(40, 40, 40, 0.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,
form select,
form textarea,
.hs-input {
	border-color: rgba(190, 194, 216, 1.0);
	color: ;
	border-radius: 14px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
	border-color: rgba(190, 194, 216, 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: Lato;
}

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

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

tfoot td {
	background-color: rgba(255, 255, 255, 1.0);
	color: rgba(0, 0, 0, 1.0);
}

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





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

.header__container {
	max-width: 1080px;
}



.top-menu-nav nav>ul>li > a{
  color: rgba(0, 0, 0, 1.0);
}

.top-menu-nav nav>ul> li > a:hover{
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.0);
}

.top-menu-nav nav>ul ul {
  background-color: rgba(255, 255, 255, 1.0);
}

.top-menu-nav nav>ul ul > li > a:hover{
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.03);
}

.top-menu-nav nav>ul ul > li > a{
  color: rgba(#null, 0.0);
}

.top-menu-nav nav>ul > li > a.active-item{
  color: rgba(46, 163, 242, 1.0);
  background-color: rgba(0, 0, 0, 0.0);
}
.top-menu-nav nav>ul ul > li > a.active-item{
  color: rgba(46, 163, 242, 1.0);
  background-color: rgba(0, 0, 0, 0.0);
}








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

.footer__container {
	max-width: 1080px;
}

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

.footer-menu-wrap .et_pb_menu__menu .widget-type-menu .hs-menu-wrapper>ul>li>a{
	color: rgba(0, 0, 0, 0.6);
}

.footer-menu-wrap .et_pb_menu__menu .widget-type-menu .hs-menu-wrapper>ul>li>a:hover{
	color: rgba(0, 0, 0, 0.6);
}

.footer-menu-wrap .et_pb_menu__menu .widget-type-menu .hs-menu-wrapper>ul>li ul{
	background-color: rgba(255, 255, 255, 1.0);
}

.footer-menu-wrap .et_pb_menu__menu .widget-type-menu .hs-menu-wrapper>ul>li ul>li>a{
	color: rgba(0, 0, 0, 0.6);
}

.footer-menu-wrap .et_pb_menu__menu .widget-type-menu .hs-menu-wrapper>ul>li ul>li>a:hover{
	color: rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.03);
}

.tb_footer .et_pb_column .et_pb_blurb_container h4{
	color: rgba(255, 255, 255, 1.0);
}







.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: #333333;
	font-family:Open Sans;
	font-size: 38px;
	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);
}

/*             Blog Grid Listing and Post styles            */

.blog-header {
	background-color: rgb(238, 240, 242);
}

.hs-blog-listing,
.hs-blog-post {
	background-color: #F8FAFC;
}

.blog-index__post-inner-card {
	box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-post__tag-link:hover{
	color: #2ea3f2;
}

.blog-post__read-more svg {
	fill: #666666;
}

.blog-post__read-more a:hover svg {
	fill: #2ea3f2;
}

.blog-sidebar ul {
	box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-sidebar a {
	color: #666666;
}

.blog-sidebar a:hover {
	color: #2ea3f2;
}

.blog__subscription-block {
	background-color: rgb(238, 240, 242);
}

.post-featured-image {
	max-height: 600px;
}

.blog-post {
	box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-post__meta a {
	color: #666666;
}

.blog-post__body, .blog-post__tags a {
	color: #666666;
}

.blog-post__meta a:hover {
  color: #2ea3f2
}

.blog-post__links {
	border-top:  2px solid rgb(228, 230, 232);
}

.blog-post__back-to-blog {
	color: #666666;
}

.blog-post__back-to-blog:hover {
	color: #2ea3f2;
}

.blog-post__back-to-blog svg {
	fill: #666666;
}

a.blog-post__back-to-blog:hover svg {
	fill: #2ea3f2;
}

.comment.depth-0,
.blog-comments form {
}

.comment.depth-1 {
	border-left: 2px solid rgb(228, 230, 232);
}

.section.post-footer .hs-input {
	border-color: rgb(228, 230, 232);
}

.blog-recent-posts {
	background-color: rgb(238, 240, 242);
}










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;
}





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