/* ******************************************************************************
*********************************************************************************
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: 1220px;
}
.dnd-section {
  padding-bottom: 40.0px;
  padding-top: 40.0px;
}
@media only screen and (min-width: 740px){
  .dnd-section {
    padding-bottom: 60.0px;
    padding-top: 60.0px;
  }
}
@media only screen and (min-width: 980px){
  .dnd-section {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1220px){
  .dnd-section {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}

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





body {
  
  color:rgba(0, 0, 0, 1.0);
  
  font-family: Larsseit-Light;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width:739px){
  body {
    font-size: 16px;
  }
}
a {
  color: rgba(0, 255, 3, 1.0);
  cursor: pointer;
}

a:hover{
  color: rgba(153, 1, 0, 1.0);
}


h1 {
  
  color:rgba(0, 0, 0, 1.0);
  
  font-family: baskerville-display-pt;

  font-weight: 400;
}
@media only screen and (min-width: 740px){
  h1 {
    font-size: 83px;
  }
}
@media only screen and (min-width: 980px){
  h1 {
    font-size: 89px;
  }
}
@media only screen and (min-width: 1220px){
  h1{
    font-size: 93px;
  }
}


h2 {
  
  color:rgba(0, 0, 0, 1.0);
  
  font-family: baskerville-display-pt;
  font-weight: 400;
}
@media only screen and (min-width: 740px){
  h2 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 980px){
  h2 {
    font-size: 48px;
  }
}

h3 {
  
  color:rgba(0, 0, 0, 1.0);
  
  font-family: baskerville-display-pt;
  font-weight: 400;
}
@media only screen and (min-width: 740px){
  h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 980px){
  h3 {
    font-size: 36px;
  }
}

h4 {
  
  color:rgba(0, 0, 0, 1.0);
  
  font-family: Larsseit-Light;
  font-size: 30px;
  font-weight: 400;
}
@media only screen and (min-width: 740px){
  h4 {
    font-size: 30px;
  }
}

h5 {
  
  color:rgba(0, 0, 0, 1.0);
  
  font-family: baskerville-display-pt;
  font-size: 20px;
  font-weight: 400;
}

h6 {
  
  color:rgba(0, 0, 0, 1.0);
  
  font-family: baskerville-display-pt;
  font-size: 18px;
  font-weight: 400;
}

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





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

h3.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
}
.hs-content-id-123126447736 h3.form-title {
    background: none;
}

.hs-button,
.button--primary {
  background-color: rgba(132, 8, 18, 1.0);
  border-color: rgba(132, 8, 18, 1.0);
  border-radius: 3px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(132, 8, 18, 1.0);
  border-color: rgba(132, 8, 18, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(132, 8, 18, 1.0);
  border-color: rgba(132, 8, 18, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(51, 71, 91, 1.0);
}

.hs-form legend {
  color: rgba(51, 71, 91, 1.0);
}

form input,
form select,
form textarea,
.hs-input,
.hs-search-field__input,
input[type="password"]{
  border-color: rgba(203, 214, 226, 1.0);
  color: ;
  border-radius: 3px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
.hs-search-field__input:focus,
input[type="password"]:focus{
  border-color: rgba(82, 168, 236, 0.8);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #000000;
}

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

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

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

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

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





.website-header {
  background-color: rgba(0, 0, 0, 1.0);
}
.header-menu-wrap .hs-menu-wrapper > ul > li > a{
  color: rgba(255, 255, 255, 1.0);
}
.header-menu-wrap .hs-menu-wrapper > ul > li > a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(132, 7, 21, 0.5);
}
.header-menu-wrap .hs-menu-wrapper > ul > li.active > a,
.header-menu-wrap .hs-menu-wrapper > ul > li.active-branch > a,
.header-menu-wrap .hs-menu-wrapper > ul > li.active > a:hover,
.header-menu-wrap .hs-menu-wrapper > ul > li.active-branch > a:hover{
  color: rgba(255, 255, 255, 1.0); 
  background-color: rgba(132, 7, 21, 1.0);
}
.header-menu-wrap .hs-menu-wrapper>ul ul{
  background-color: rgba(0, 0, 0, 1.0);
}
.header-menu-wrap .hs-menu-wrapper > ul ul > li > a{
  color: rgba(255, 255, 255, 1.0);
}
.header-menu-wrap .hs-menu-wrapper > ul ul > li > a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(132, 7, 21, 0.5);
}
.header-menu-wrap .hs-menu-wrapper > ul ul > li.active > a,
.header-menu-wrap .hs-menu-wrapper > ul ul > li.active > a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.1);
}

.header-menu-wrap-secondary .hs-menu-wrapper > ul > li a{
  color: rgba(255, 255, 255, 1.0);
}
.header-menu-wrap-secondary .hs-menu-wrapper > ul > li a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(132, 7, 21, 0.5);
}
.header-menu-wrap-secondary .hs-menu-wrapper > ul > li.active > a,
.header-menu-wrap-secondary .hs-menu-wrapper > ul > li.active-branch > a,
.header-menu-wrap-secondary .hs-menu-wrapper > ul > li.active > a:hover,
.header-menu-wrap-secondary .hs-menu-wrapper > ul > li.active-branch > a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(132, 7, 21, 1.0);
}




.footer-website{
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(51, 51, 51, 1.0);
}
.footer-website a{
  color: rgba(51, 51, 51, 1.0);
}
.footer-website a:hover{
  color: rgba(132, 7, 21, 1.0);
  border-color: rgba(132, 7, 21, 1.0);
}
.footer-website .footer-col .hs-menu-wrapper > ul li a{
  color: rgba(51, 51, 51, 1.0);
}	
.footer-website .footer-col .hs-menu-wrapper > ul li a:hover{
  color: rgba(132, 7, 21, 1.0);
  border-color: rgba(132, 7, 21, 1.0);
}
.footer-website .copyright-col{
  color: rgba(128, 128, 128, 1.0);
}	




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

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

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

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

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

.blog-pagination__link {
  color: #000000;
}

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

.blog-post__title {
  color: #000000;
  font-family:baskerville-display-pt;
  font-size: 48px;
  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(245, 245, 245);
}

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

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

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

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

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

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

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

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

.blog__subscription-block {
  background-color: rgb(245, 245, 245);
}

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

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

.blog-post__meta a:hover {
  color: #990100
}

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

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

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

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

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

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(228, 230, 232);
}

.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(245, 245, 245);
}










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: 1220px;
  margin: 0 auto;
}




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

.footer-col.col-five {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0px;
  margin-right: 0px;
}
.social-media-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 12px;
}
.footer-col.col-five .widget-type-rich_text {
  width: 100%;
}
.social-media-row span {
  font-size: 14px;
  font-weight: 600;
  font-family: Larsseit-Medium,sans-serif;
}
.social-media-row a {
  display: inline-block;
  width: 25px;
  background: #333;
  height: 25px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  line-height: 25px;
  font-size: 14px;
  outline:none;
  margin-left: 5px;
}
.social-media-row a:hover,
.social-media-row a:focus {
  background: rgba(132,7,21,1.0);
  color: #fff;
}

@media (max-width: 1219px) {
.header-menu-wrap {
	display: none;
}
  .footer-col.col-five { 
    margin-top: 20px;
  }
  .social-media-row {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .social-media-row span {
    max-width: 120px;
    width: 100%;
  }

}


.lhc-tabber-area {
    width: calc(100% - 60px);
    margin: 0 auto;
    max-width: 1220px;
}
.lhc-tabber-area .custom-service-tabber-group.how-it-works {
    padding: 25px 0px 50px;
}
.lhc-tabber-area .custom-service-tabber-group span.tabbed_contents_label {
  font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    text-transform: uppercase;
    font-weight:500;
    color: #000000;
    letter-spacing: 1px;
}
.lhc-tabber-area .custom-service-tabber-group .tabbed_contents_nav a {
    outline: none;
    font-size: 30px;
}

@media (max-width: 739px) {
  
.lhc-tabber-area {
    width: calc(100% - 40px);
}
}

@media (max-width: 400px) {
  
.lhc-tabber-area {
    width: calc(100% - 20px);
}
}