







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */








/* 1e. Forms */










/* 1f. Tables */








/* 1g. Site header */


















/* 1h. Site footer */



























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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

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





html {
  font-size: 16px;
}

body {
  font-size: 16px;
  color: #555556;
  font-weight: 400;
  font-family: Rubik;
}

html *{
  font-family:Rubik;
}
/* Paragraphs */

body p {
  font-size: 16px;
  color: #555556;
  font-weight: 400;
}

/* Anchors */

a {
  color: #8d0000;
}

a:hover,
a:focus,
a:active {
  color: #8d0000;
}

/* Headings */

body h1 {
  font-family: Merriweather,serif !important;
  font-size: 40px;
  color: #010101;
  font-weight: 300;
}

body h2 {
  font-family: Merriweather,serif !important;
  font-size: 38px;
  color: #010101;
  font-weight: 300;
}

body h3 {
  font-family: Merriweather,serif !important;
  font-size: 32px;
  color: #010101;
  font-weight: 300;
}

body h4 {
  font-family: Merriweather,serif !important;
  font-size: 22px;
  color: #010101;
  font-weight: 300;
}

body h5 {
  font-family: Merriweather,serif !important;
  font-size: 16px;
  color: #010101;
  font-weight: 300;
}

body h6 {
  font-family: Merriweather,serif !important;
  font-size: 14px;
  color: #010101;
  font-weight: 300;
}

/* Blockquote */

blockquote {
  border-left-color: #010101;
}





button,
.button {
  background-image: linear-gradient(to right, rgba(105, 48, 190, 1.0),
    rgba(4, 95, 171, 1.0),
    rgba(180, 54, 138, 1.0),
    rgba(105, 48, 190, 1.0));
  border-radius: 0px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 16px 40px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-image: linear-gradient(to right, rgba(105, 48, 190, 1.0),
    rgba(4, 95, 171, 1.0),
    rgba(180, 54, 138, 1.0),
    rgba(105, 48, 190, 1.0));a
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

button:active,
.button:active {
  background-image: linear-gradient(to right, rgba(105, 48, 190, 1.0),
    rgba(4, 95, 171, 1.0),
    rgba(180, 54, 138, 1.0),
    rgba(105, 48, 190, 1.0));
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





form,
.submitted-message {
  font-size: 16px;
  color: #555556;
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(32, 61, 116, 1.0)

;
}

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(1, 1, 1, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-color: 

  
  
    
  


  rgba(85, 85, 86, 1.0)

;
  color: #555556;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: 

  
  
    
  


  rgba(85, 85, 86, 0.8)

;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #555556;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #555556;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #555556;
}

.fn-date-picker td .pika-button:hover {
  background-color: #555556 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #555556;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border-radius: 0px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 16px 40px;
  background-image: linear-gradient(to right, rgba(105, 48, 190, 1.0),
    rgba(4, 95, 171, 1.0),
    rgba(180, 54, 138, 1.0),
    rgba(105, 48, 190, 1.0));
  border:1px solid ;
}



form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-image: linear-gradient(to right, rgba(105, 48, 190, 1.0),
    rgba(4, 95, 171, 1.0),
    rgba(180, 54, 138, 1.0),
    rgba(105, 48, 190, 1.0));
}

form input[type=submit]:active,
form .hs-button:active {
  background-image: linear-gradient(to right, rgba(105, 48, 190, 1.0),
    rgba(4, 95, 171, 1.0),
    rgba(180, 54, 138, 1.0),
    rgba(105, 48, 190, 1.0));
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

th,
td {
  border-color: 

  
  
    
  


  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)

;
  border-bottom-color: 

  
  
    
  


  rgba(0, 0, 0, 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)

;
}





header.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

header.header .header-top-menu ul li a{
  color: 

  
  
    
  


  rgba(85, 85, 86, 1.0)

;
}

header.header .header-top-menu ul li:first-child a:hover{
  color: 

  
  
    
  


  rgba(85, 85, 86, 1.0)

;
}

header.header .header-top-menu ul li:last-child a{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
header.header .header-top-menu ul li:last-child a:hover{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.header-primary-menu .hs-menu-wrapper>ul>li>a{
  color: 

  
  
    
  


  rgba(85, 85, 86, 1.0)

;
}

.header-primary-menu .hs-menu-wrapper>ul>li:hover>a{
  color: 

  
  
    
  


  rgba(180, 54, 138, 1.0)

;
}

.header-primary-menu .hs-menu-wrapper>ul>li>ul>li.hs-menu-depth-2>a{
  color: 

  
  
    
  


  rgba(85, 85, 86, 1.0)

;
}

.header-primary-menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a{
  color:

  
  
    
  


  rgba(85, 85, 86, 1.0)

;
}

.header-primary-menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover{
  color: 

  
  
    
  


  rgba(1, 1, 1, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header-primary-menu .hs-menu-wrapper>ul>li>ul>li.hs-menu-depth-2>a:hover{
  color: 

  
  
    
  


  rgba(1, 1, 1, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header-primary-menu .hs-menu-wrapper>ul>li>ul{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}










footer.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

footer.footer h6{
  color: 

  
  
    
  


  rgba(4, 95, 171, 1.0)

;
}

.column.column-3 .hs-menu-wrapper>ul>li>a, 
.column.column-4 .hs-menu-wrapper>ul>li>a{
  color: 

  
  
    
  


  rgba(4, 95, 171, 1.0)

;
}

.column.column-2 p{
  color: 

  
  
    
  


  rgba(85, 85, 86, 1.0)

;
}
.column.column-5 p{
  color: 

  
  
    
  


  rgba(85, 85, 86, 1.0)

;
}

.column.column-5 p a,
.column.column-2 p a{
  color: 

  
  
    
  


  rgba(85, 85, 86, 1.0)

;
}

.column.column-5 p a:hover,
.column.column-2 p a:hover{
  color: 

  
  
    
  


  rgba(1, 1, 1, 1.0)

;
}

.column.column-3 .hs-menu-wrapper ul ul li a, 
.column.column-4 .hs-menu-wrapper ul ul li a{
  color: 

  
  
    
  


  rgba(85, 85, 86, 1.0)

;
}

.column.column-3 .hs-menu-wrapper ul ul li a:hover, 
.column.column-4 .hs-menu-wrapper ul ul li a:hover{
  color: 

  
  
    
  


  rgba(1, 1, 1, 1.0)

;
}

.footer-contact-btn a{
  color: 

  
  
    
  


  rgba(1, 1, 1, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.footer-contact-btn a:hover{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.social-icon a{
  color: 

  
  
    
  


  rgba(146, 149, 149, 1.0)

;
}

.social-icon a:hover{
  color: 

  
  
    
  


  rgba(180, 54, 138, 1.0)

;
}

.footer-extra{
  background-color: 

  
  
    
  


  rgba(1, 1, 1, 1.0)

;
}

.desc h3{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.desc h5{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.visit-website-btn a{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.visit-website-btn a:hover{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


/* Footer Content */






/* Blog Header */

.blog-header {
  background-color: rgb(245, 245, 245);
}

/* Blog Listing */

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

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

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

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

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

.blog-pagination__link {
  color: #555556;
}

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

.blog-post__title {
  color: #010101;
  font-family: Rubik;
  font-size: 40px;
  font-weight: 300;
}

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

#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            */

.hs-blog-listing,
.hs-blog-post {
  background-color: rgba(255, 255, 255, 1.0);
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #8d0000;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #8d0000;
}

.blog-index__post-content--small h2 {
  font-size: 32px;
}

.blog-index__post-content a {
  color: #555556;
}

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

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

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

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

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


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

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

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

.blog-post__meta a:hover {
  color: #8d0000;
}

.blog-post__links-container {
  border-top:  2px solid rgba(1, 1, 1, 1.0);;
}

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

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

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

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

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

.blog-recent-posts {
  background-color: rgb(245, 245, 245);
}











.card__price {
  font-family: rubik;
  font-size: 32px;
  color: #010101;
  font-weight: 300
}

body .header-primary-menu .hs-menu-wrapper > ul > li > a:after { background: #fff; }