







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */















/* 1d. Buttons */







/* 1e. Forms */
















/* 1f. Tables */











/* 1g. Site header */


/* 1h. Site footer */





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

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

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






body {
  font-size: 18px;
  color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
  font-weight: 300;
  font-family: Open Sans;
}
 
/* Paragraphs */


/* Anchors */

a {
  color: #02314d;
}

a:hover {
  color: #465C1D;
}

/* Headings */

h1 {
  font-family: Garamond,Hoefler Text,Times New Roman,Times,serif;
  font-size: 3em ;
  color: #02314d;
  font-weight: 400;
}

h2 {
  font-family: Garamond,Hoefler Text,Times New Roman,Times,serif;
  font-size: 2.5em ;
  color: #02314d;
  font-weight: 400;
}

h3 {
  font-family: Garamond,Hoefler Text,Times New Roman,Times,serif;
  font-size: 2em ;
  color: #02314d;
  font-weight: 400;
}


h4 {
  font-family: Garamond,Hoefler Text,Times New Roman,Times,serif;
  font-size: 1.75em ;
  color: #02314d;
  font-weight: 400;
}

h5 {
  font-family: Garamond,Hoefler Text,Times New Roman,Times,serif;
  font-size: 1.5em ;
  color: #02314d;
  font-weight: 400;
}

h6 {
  font-family: Garamond,Hoefler Text,Times New Roman,Times,serif;
  font-size: 1.25em ;
  color: #02314d;
  font-weight: 400;
}



@media (max-width: 668px) {
  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 2.25em;
  } 

}


/* Blockquote */






.button {
  background-color: 

  
  
    
  


  rgba(19, 79, 92, 1.0)

;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  padding: 12px 20px;
}

.button:hover,
.button:focus {
  background-color: rgba(0, 39, 52, 1.0);
  border-color: #d7d7d7;
  color: #fff;
}

.button:active {
  background-color: rgba(59, 119, 132, 1.0);
  border-color: #ffffff;
  color: #fff;
}






/* Form title */

.form-title,
.form_row .widget-type-form h3{
  background-color: 

  
  
    
  


  rgba(33, 87, 51, 1.0)

;
  color: #fff;
}

/* Form label */

form label {
  color: #222;
}

/* Form help text */

form legend {
  color: #222;
}

form,
.form_row .widget-type-form{ 
  background-color: #f8f8f8;
}

/* 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: #ddd; 
}

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

/* Form placeholder text */


/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(19, 79, 92, 1.0)

;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  padding: 12px 20px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(61, 133, 198, 0.6900000000000001);
  border-color: rgba(255, 255, 255, 1.0); 
  color: #fff;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(61, 133, 198, 0.6900000000000001); 
  border-color: rgba(255, 255, 255, 1.0);
  color: #fff;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #222222;
}

th,
td {
  border-color: #222222;
  color: #222222;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(34, 34, 34, 1)

;
  border-bottom-color: #222222;
  color: #FFFFFF;
}

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





.hd_btm {
  background-color: rgba(35, 35, 35, 1.0);
  border-color: rgba(17, 67, 32, 1.0);
}

.custom-menu-primary>div>ul>li>a{
  color : rgba(255, 255, 255, 1.0);
}

.custom-menu-primary>div>ul>li>a:hover{
  color : rgba(255, 255, 255, 1.0);
}

.custom-menu-primary>div>ul>li:hover >a{
  background-color : rgba(255, 255, 255, 0.0);
}  

.custom-menu-primary>div>ul>li.active-branch > a{
  background-color : rgba(255, 255, 255, 0.0);
  color : rgba(255, 255, 255, 1.0);
}

.custom-menu-primary >div  ul ul li a {
  color : rgba(148, 148, 148, 1.0);
}

.custom-menu-primary >div  ul ul li a:hover {
  color : rgba(255, 255, 255, 1.0);
}

.custom-menu-primary >div  ul ul li:hover > a {
  background-color : rgba(70, 92, 29, 1.0);
}

.custom-menu-primary >div  ul ul li.active-branch > a  {
  background-color : rgba(255, 255, 255, 0.0);
  color : rgba(148, 148, 148, 1.0);
}

.scroll_header .hd_btm {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(17, 67, 32, 1.0);
}

.scroll_header .custom-menu-primary>div>ul>li>a{
  color : rgba(2, 49, 77, 1.0);
}

.scroll_header .custom-menu-primary>div>ul>li>a:hover{
  color : rgba(70, 92, 29, 1.0);
}

.scroll_header .custom-menu-primary>div>ul>li:hover >a{
  background-color : rgba(255, 255, 255, 0.0);
}  

.scroll_header .custom-menu-primary>div>ul>li.active-branch > a{
  background-color : rgba(255, 255, 255, 0.0);
  color : rgba(70, 92, 29, 1.0);
}

.scroll_header .custom-menu-primary >div  ul ul li a {
  color : rgba(2, 49, 77, 1.0);
}

.scroll_header .custom-menu-primary >div  ul ul li a:hover {
  color : rgba(255, 255, 255, 1.0);
}

.scroll_header .custom-menu-primary >div  ul ul li:hover > a {
  background-color : rgba(70, 92, 29, 1.0);
}

.scroll_header .custom-menu-primary >div  ul ul li.active-branch > a  {
  background-color : rgba(255, 255, 255, 0.0);
  color : rgba(255, 255, 255, 1.0);
}







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

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

.ft_top a{
  color: rgba(255, 255, 255, 1.0);
}

.ft_top a:hover{
  color: rgba(204, 204, 204, 1.0);
}

.ft_menu_links ul li a{
  color: rgba(241, 241, 241, 1.0);
}

.ft_menu_links ul li a:hover{
  color: rgba(255, 255, 255, 1.0);
}

.footer hr{
  border-color: rgba(242, 242, 242, 1.0); 
}

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

.copyright a,
.social_links a{
  color: rgba(255, 255, 255, 1.0); 
}

.copyright a:hover{
  color: rgba(204, 204, 204, 1.0); 
}






/* Blog Header */
 

/* 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: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
}

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

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

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

.blog-pagination__link {
  color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
}

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

.blog-post__title {
  color: #02314d;
  font-family:Garamond,Hoefler Text,Times New Roman,Times,serif; 
  font-weight: 400;
}

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

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

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

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #465C1D;
}
 
.blog-index__post-content a {
  color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
}

.blog-post__read-more svg {
  fill: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
}

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

.blog-sidebar a {
  color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
}

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

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

.blog-post__meta a:hover {
  color: #465C1D;
}

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

.blog-post__back-to-blog {
  color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
}

.blog-post__back-to-blog svg {
  fill: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
}

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

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

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

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











.card__price {
  font-family: Garamond,Hoefler Text,Times New Roman,Times,serif
    font-size: 2px;
  color: #02314d;
  font-weight: 400
}