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

/* Test */


















.content-wrapper,
.dnd-section > .row-fluid ,
.page-center,
.w-container,
.content-wrapper{
  max-width: 940.0000000000064px;
}

@media screen and (max-width: 991px){
  .content-wrapper,
  .dnd-section > .row-fluid ,
  .page-center,
  .w-container,
  .content-wrapper{
    max-width: 728px;
  }
}

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





html {
  font-size: 14;
}

body {
  color: #919191;
  font-family: Lato;
  font-weight: 300;
  font-size: 14px;
}

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

a {
  font-family: Lato;
  color: rgba(0, 0, 238, 1.0);
}

a:hover {
  color:rgba(0, 0, 238, 1.0);;
}
a:visited {
 color:#3B88B6
}
a:active {
  color:#505050
}


h1 {
  color: #313131;
  font-family: Lato;
  font-size: 38.0px;
  font-weight: 300;
}



h2 {
  color: #505050;
  font-family: Lato;
  font-size: 28.000000000000004px;
  font-weight: 300;
}



h3 {
  color: #3b88b6;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
}


h4 {
  color: #505050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
}



h5 {
  color: #313131;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
}

h6 {
  color: #313131;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 767px){
  h1{
    font-size: 32px;
  }
}

@media screen and (max-width: 479px){
  h2{
    font-size: 25px;
  }
}





form,
.submitted-message {
  font-family: Lato;
}

h3.form-title {
  background-color: rgba(73, 74, 82, 0.0);
  color: rgba(248, 250, 252, 1.0);
}

.hs-button,
.button--primary {
  border-color: rgba(150, 150, 150, 1.0);
  border-radius: 3px;
  border-bottom-width: 2px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: rgba(150, 150, 150, 1.0);
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  border-color: rgba(45, 109, 145, 1.0);
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(142, 166, 180, 1.0);
}

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

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

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(232, 232, 232, 1.0);
  color: ;
  border-radius: 3px;
}

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

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

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

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





/* Header Background Color */

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

/* Menu Link Color */
nav.navigation-primary>ul>li a,
nav.navigation-primary>ul>li.has-submenu>a:hover{
  color: #505050
}


/* Menu Link Hover Color */

nav.navigation-primary > ul > li:not(:last-child) > a:hover {
  color: #505050
  box-shadow: rgba(80, 80, 80, 1.0) 0px -2px 0px 0px;
}

nav.navigation-primary>ul>li.has-submenu>a:hover{
  color: #505050
}

/* Menu Link Background Color */
nav.navigation-primary>ul>li a {
  background: rgba(255, 255, 255, 1.0);
}

/* Menu Link Acive Color */

nav.navigation-primary>ul>li a.active-item{
  color: rgba(59, 136, 182, 1.0);
}

/* Menu Link Active Background Color */

nav.navigation-primary>ul>li > a.active-item {
  background: rgba(255, 255, 255, 1.0);
  box-shadow: rgba(59, 136, 182, 1.0) 0px -2px 0px 0px;
}

/* Menu Parent Link Hover Color */

nav.navigation-primary > ul > li > a:hover {
  background-color: rgba(255, 255, 255, 1.0);
}


/* Menu Child Link Color */

nav.navigation-primary > ul ul li > a{
  color: rgba(34, 34, 34, 1.0);
}

/* Menu Child Link Background Color */

nav.navigation-primary > ul ul li > a {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Menu Child Link Hover Color */

nav.navigation-primary > ul ul li > a:hover {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(34, 34, 34, 1.0);
}

/* Menu Child Link Active Textq And Background Color */

nav.navigation-primary > ul ul li > a.active-item,
nav.navigation-primary > ul ul li.active-branch > a {
  color: rgba(41, 128, 185, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

/* Menu Button */
nav.navigation-primary > ul > li:last-child > a {
  border-color: 2px solid #969696 !IMPORTANT
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(59, 136, 182, 1.0);
}
/* Menu Button Hover*/
nav.navigation-primary > ul > li:last-child > a:hover {
  background-color: rgba(22, 160, 133, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(41, 128, 185, 1.0);
}


nav.navigation-primary>ul ul li>a[target="_blank"] {
  color: rgba(148, 148, 148, 1.0);
} 
nav.navigation-primary>ul ul li>a[target="_blank"]:hover {
  color: rgba(148, 148, 148, 1.0);
} 






/* Footer Background Color */
.footer {
  background-color: rgba(49, 49, 49, 1.0);
}

.bottom-footer {
  border-color: rgba(59, 59, 59, 1.0);
  background-color: rgba(41, 41, 41, 1.0);
}

.social-wrapper a{
  border-color: rgba(150, 150, 150, 1.0);
  background-color: rgba(170, 170, 170, 1.0);
}

.social-wrapper a:hover {
  border-color: rgba(59, 136, 182, 1.0);
  background-color: rgba(59, 136, 182, 1.0);
}

/* Footer Text */
.footer h4{
  color: rgba(255, 255, 255, 1.0);
}

/* Footer Link */
.footer-menu a, .footer a{
  color: rgba(112, 112, 112, 1.0);
}

/* Footer Link Hover */
.footer-menu a:hover, .footer a:hover{
  color: rgba(255, 255, 255, 1.0);
}

/* Footer Copyright */
footer.footer .newsletter.copyright{
  color: rgba(133, 133, 133, 1.0);
}


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

.footer .hs-form .hs-input {
  border-color: rgba(204, 204, 204, 1.0);
  border-radius: 5px;
}

.footer .hs-form .hs-input:focus {
  border-color: rgba(56, 152, 236, 1.0);
}

.footer .hs-form .hs-button {
  background-color:rgba(56, 152, 236, 1.0);
  border-radius: 3px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.footer .hs-form .hs-button:hover {
  background-color:rgba(56, 152, 236, 1.0);
  color: rgba(255, 255, 255, 1.0);
}





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

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

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

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

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

.blog-pagination__link {
  color: #919191;
}

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

.blog-post__title {
  color: #505050;
  font-family:Lato;
  font-size: 25px;
  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 {
  margin: 0 auto;
}






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