







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1g. Site header */


/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */
















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

.dnd-section,
.content-wrapper--vertical-spacing {
padding: 60px  30px;
}

@media (max-width: 768px){
.dnd-section,
.content-wrapper--vertical-spacing {
padding: 60px  30px;
}
}






body {
font-size: 18px;
color: 

  
  
    
  


  rgba(84, 108, 132, 1.0)

;
font-weight: 600;
font-family: 'Gotham', sans-serif;
}



/* Anchors */

a {
color: #A3BBCA;
}

a:hover,
a:focus {
color: #546c84;
}

/* Headings */

h1 {
font-family: 'Gotham Narrow-Medium', sans-serif;
font-size: 60px;
color: 

  
  
    
  


  rgba(84, 108, 132, 1.0)

;
font-weight: 400;
}

h2 {
font-family: 'Gotham Condensed', sans-serif;
font-size: 50px;
color: 

  
  
    
  


  rgba(84, 108, 132, 1.0)

;
font-weight: 600;
}

h3 {
font-family: 'Gotham Narrow-Medium', sans-serif;
font-size: 40px;
color: 

  
  
    
  


  rgba(84, 108, 132, 1.0)

;
font-weight: 400;
}


h4 {
font-family: 'Gotham Narrow-Medium', sans-serif;
font-size: 34px;
color: 

  
  
    
  


  rgba(84, 108, 132, 1.0)

;
font-weight: 400;
}

h5 {
font-family: 'Gotham Narrow-Medium', sans-serif;
font-size: 28px;
color: 

  
  
    
  


  rgba(84, 108, 132, 1.0)

;
font-weight: 400;
}

h6 {
font-family: 'Gotham Narrow-Medium', sans-serif;
font-size: 22px;
color: 

  
  
    
  


  rgba(84, 108, 132, 1.0)

;
font-weight: 400;
}

@media (max-width: 991px) {
	h1 {
		font-size: 44px;
	}
	h2 {
		font-size: 34px;
	}
	h3 {
		font-size: 30px;
	}
	h4 {
		font-size: 25px;
	}
	h5 {
		font-size: 23px;
	}
	h6 {
		font-size: 19px;
	}
}  






.button{
background-color: 

  
  
    
  


  rgba(60, 75, 92, 1.0)

;
border: 1px solid #3C4B5C;
border-radius: 4px;
color: #fff;
padding: 7px 15px;
}

.button:hover,
.button:focus {
background-color: rgba(60, 75, 92, 1.0);
border-color: rgba(60, 75, 92, 1.0);
color: #fff;
}

.button:active {
background-color: rgba(60, 75, 92, 1.0);
border-color: rgba(60, 75, 92, 1.0);
color: #fff;
}






/* Form title */

.form-title {
background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
color: #3C4B5C;
}

/* Form label */

form .hs-form-field > label,
form .field > label{
color: #3C4B5C;
}

/* Form help text */

form legend {
color: #333333;
}

/* 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 {
	background-color: rgba(255, 255, 255,0.0);
	border-color: rgba(221, 221, 221,1.0);
	color: rgba(51, 51, 51,1.0);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0,0.1);
}

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 {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0,0.1),
		0 0 8px rgba(82, 168, 236,0.6);
	border-color: rgba(233, 50, 45,1.0);
}

/* Form placeholder text */


/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
	border: 1px solid;
	background-color: rgba(60, 75, 92, 1.0);
	border-color: rgba(60, 75, 92, 1.0);
	border-radius: 4px;
	color: rgba(255, 255, 255, 1.0);
	padding: 7px 15px;
	box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.5);
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
	border: 1px solid;
	background-color: rgba(60, 75, 92, 1.0);
	border-color: rgba(60, 75, 92, 1.0);
	color: #fff;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5),
		0 0 5px rgba(53, 116, 227, 1.0);
}

form input[type=submit]:active,
form .hs-button:active {
	border: 1px solid;
	background-color: rgba(60, 75, 92, 1.0);
	border-color: rgba(60, 75, 92, 1.0);
	color: #fff;
}





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

th,
td {
border-color: #546c84;
color: #546c84;
}

thead th,
thead td {
background-color: 

  
  
    
  


  rgba(84, 108, 132, 1.0)

;
border-bottom-color: #546c84;
color: #FFFFFF;
}

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





header.header{
background-color:rgba(228, 238, 244, 1.0);
}









footer.footer{
	background-image: linear-gradient(360deg, rgba(84, 104, 128, 1.0) 0%,rgba(84, 104, 128, 1.0 )100%);
}
.footer .ftr-bottom-sec{
	border-color: rgba(255, 255, 255, 0.56);
}

.footer .ftr-content .hs-menu-wrapper ul li a,
.footer .ftr-content p{
	color:rgba(255, 255, 255, 1.0);
}
.footer .ftr-content .hs-menu-wrapper ul li:first-child a,
.footer .ftr-content h4{
	color:rgba(122, 159, 182, 1.0);
}
.footer .ftr-content form input[type=submit]{
	background-color:rgba(111, 133, 162, 1.0);
	color:rgba(255, 255, 255, 1.0);
}
.footer .ftr-content form input[type=submit]:hover{
	background-color:rgba(83, 99, 120, 1.0);
	color:rgba(255, 255, 255, 1.0);
}
.footer .ftr-social-icons span a{
	background-color:rgba(111, 133, 162, 1.0);
}
.footer .ftr-social-icons span a i{
	color:rgba(255, 255, 255, 1.0);
}
.footer .ftr-social-icons span a:hover{
	background-color:rgba(111, 133, 162, 0.9);
}
.footer .ftr-social-icons span a:hover i{
	color:rgba(255, 255, 255, 1.0);
}
.footer .ftr-content .input input{
	background-color: rgba(255, 255, 255, 1.0);
}
.footer .ftr-content input[type=email]{
	color:rgba(0, 0, 0, 1.0);
}
.footer .ftr-content form ::-webkit-input-placeholder{
	color:rgba(0, 0, 0, 0.6);
}



/* 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: 

  
  
    
  


  rgba(84, 108, 132, 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: #546c84;
}

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

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

.blog-pagination__link {
  color: 

  
  
    
  


  rgba(84, 108, 132, 1.0)

;
}

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

.blog-post__title {
  color: 

  
  
    
  


  rgba(84, 108, 132, 1.0)

;
  font-family:'Gotham Narrow-Medium', sans-serif;
  font-size: 60px;
  font-weight: 400;
}

.blog-post__author {
  background-color: #546c84;
}

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

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

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

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

.blog-index__post-content a {
  color: 

  
  
    
  


  rgba(84, 108, 132, 1.0)

;
}

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

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

.blog-sidebar a {
  color: 

  
  
    
  


  rgba(84, 108, 132, 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(84, 108, 132, 1.0)

;
}

.blog-post__meta a:hover {
  color: #546c84;
}

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

.blog-post__back-to-blog {
  color: 

  
  
    
  


  rgba(84, 108, 132, 1.0)

;
}

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

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

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

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

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










.card__price {
    font-family: 'Gotham Narrow-Medium', sans-serif
      font-size: 40px;
    color: 

  
  
    
  


  rgba(84, 108, 132, 1.0)

;
    font-weight: 400
  }