







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */





























































/* 1d. Buttons */










form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
	background-color:

  
  
    
  


  rgba(1, 1, 1, 1.0)

;
	color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	border-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* 1e. Forms */













.hs-form-field > label{
	color: 

  
  
    
  


  rgba(117, 117, 117, 1.0)

;
}


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 {
	background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	border:px solid ;
	border-radius:px;
	border-color: 

  
  
    
  


  rgba(57, 57, 57, 1.0)

;
	color: 

  
  
    
  


  rgba(1, 1, 1, 1.0)

;
}

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 {
	color:;
	border-color: 

  
  
    
  


  rgba(57, 57, 57, 1.0)

;
}



/* 1f. Tables */















.content-wrapper,
.dnd-section > .row-fluid{
	max-width: 1400px;
}



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






body {
	font-size: 16px;
	color: #010101;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}


/* Anchors */

a {
	color: #002855;
}

a:hover,
a:focus,
a:active {
	color: #1D428A;
}

/* Headings */

h1 {
	font-family: Montserrat;
	font-size: 40px;
	color: #002855;
	font-weight: 300;
}

h2 {
	font-family: Montserrat;
	font-size: 40px;
	color: #002855;
  font-weight: 300;
  line-height: 1.4; 
}

h3 {
	font-family: Sorts Mill Goudy;
	font-size: 31px;
	color: #021329;
	font-weight: 300;
}

h4 {
	font-family: Montserrat;
	font-size: 26px;
	color: #745e37;
	font-weight: 300;
}

h5 {
	font-family: Sorts Mill Goudy;
	font-size: 20px;
	color: #745e37;
	font-weight: regular;
}

h6 {
	font-family: Montserrat;
	font-size: 16px;
	color: #002855;
	font-weight: 500;
}

/* Blockquote */

blockquote {
	border-left-color: 

  
  
    
  


  rgba(116, 94, 55, 1)

;
}





button,
.button {
	background-color: 

  
  
    
  


  rgba(0, 40, 85, 1.0)

;
	border: 1px solid 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	border-radius: 0px;
	color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	padding: 10px 50px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
	background-color:

  
  
    
  


  rgba(1, 1, 1, 1.0)

;
	color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	border-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

button:active,
.button:active {
	background-color: rgba(40, 80, 125, 1.0);
	border-color: #ffffff;
	color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





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

/* Form title */

.form-title {
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	color: 

  
  
    
  


  rgba(116, 94, 55, 1.0)

;
}


/* Form label */

.hs-form-field > label {
	color: ;
}

/* Form help text */

form legend {
	color: ;
}


/* Form placeholder text */

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

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

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
	background: 

  
  
    
  


  rgba(1, 1, 1, 1)

;
}

.fn-date-picker td .pika-button:hover {
	background-color: 

  
  
    
  


  rgba(1, 1, 1, 1)

 !important;
}

.fn-date-picker td.is-today .pika-button {
	color: 

  
  
    
  


  rgba(1, 1, 1, 1)

;
}

/* Submit button */

form input[type=submit],
form .hs-button {
	background-color: 

  
  
    
  


  rgba(0, 40, 85, 1.0)

;
	border: 1px solid 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	border-radius: 0px;
	color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	padding: 10px 50px;
}

form input[type=submit]:active,
form .hs-button:active {
	background-color: rgba(40, 80, 125, 1.0);
	border-color: #ffffff;
	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-bg{
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

header .header-menu .hs-menu-wrapper>ul>li>a{
	color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

header .header-menu .hs-menu-wrapper>ul>li>a:hover{
	color: 

  
  
    
  


  rgba(116, 94, 55, 1.0)

;
}

header .header-menu .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul.hs-menu-children-wrapper{
	background-color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

header .header-menu .hs-menu-wrapper ul ul li a{
	color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

header .header-menu .hs-menu-wrapper ul ul li a:hover{
	color: 

  
  
    
  


  rgba(116, 94, 55, 1.0)

;
}











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

footer .social-follow ul li svg{
	color: 

  
  
    
  


  rgba(116, 94, 55, 1.0)

;
}
footer .copyright-section p{
	color: 

  
  
    
  


  rgba(116, 94, 55, 1.0)

;
}
footer .copyright-section p a{
	color: 

  
  
    
  


  rgba(116, 94, 55, 1.0)

;
}
footer .copyright-section p a:hover{
	color: 

  
  
    
  


  rgba(116, 94, 55, 1.0)

;
}
footer .social-follow ul li svg:hover{
	color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}




/* Blog Header */

.blog-header {
	background-color: rgb(#null);
}

/* Blog Listing */
.blog-index__post-inner-card {
	box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}


.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
	color: #010101;
  font-size: 12px;
  font-weight: 500;
}|
  
}

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

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

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

.blog-pagination__link {
	color: #010101;
}

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

.blog-post__title {
	color: #002855;
	font-family:Montserrat;
	font-size: 40px;
	font-weight: 300;
  line-height: 1.2;
}

.blog-post__author {
	background-color: #745e37;
}

#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-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
	color: #1D428A;
}

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

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

.blog-index__post-content--small h2 {
	font-size: 31px;
  line-height: 1.2;
}

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

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

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


.post-featured-image {
	min-height: px;
}

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

.body-container--blog-post{
	background-color: rgba(#null, 0.0);
}

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

.blog-post__meta a:hover {
	color: #1D428A;
}

.blog-post__links-container {
	border-top:  2px solid rgb(#null);
}

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

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

.comment.depth-0,
.blog-comments form {
	border-top: 2px solid rgba(#null, 0.0) !important;

}

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


.blog-recent-posts {
	background-color: rgb(#null);
}

.blog-post__tag-link {
  font-size: 14px;
  font-weight: 500;
}|
  










.card__price {
	font-family: Sorts Mill Goudy;
	font-size: 31px;
	color: #021329;
	font-weight: 300
}