







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

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

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





html {
  font-size: 18px;
}

body {
  font-size: 18px;
  color: #2F2E2E;
  font-weight: 700;
  font-family: roboto-thin, roboto, sans-serif;
}

/* Paragraphs */

p {
  font-size: 18px;
  color: #2F2E2E;
  font-weight: 700;
}

/* Anchors */

a {
  color: #9e5d51;
}

a:hover,
a:focus,
a:active {
  color: #dcd6c6;
}

/* Headings */

h1 {
  font-family: Roboto Condensed;
  font-size: 45px;
  color: #002a4e;
  font-weight: 300;
}

h2 {
  font-family: roboto-thin, roboto, sans-serif;
  font-size: 45px;
  color: #5a778d;
  font-weight: 700;
}

h3 {
  font-family: roboto-thin,roboto,sans-serif;
  font-size: 35px;
  color: #6e5d54;
  font-weight: 700;
}

h4 {
  font-family: roboto-thin,roboto,sans-serif;
  font-size: 30px;
  color: #517891;
  font-weight: 700;
}

h5 {
  font-family: roboto-bold,roboto,sans-serif;
  font-size: 28px;
  color: #517891;
  font-weight: 400;
}

h6 {
  font-family: roboto-bold,roboto,sans-serif;
  font-size: 25px;
  color: #414141;
  font-weight: 400;
}

/* Blockquote */

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





button,
.button {
  background-color: 

  
  
    
  


  rgba(45, 113, 103, 1.0)

;
  border: 0px solid #FFFFFF;
  border-radius: 10px;
  color: #FFFFFF;
  padding: 15px 53px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(5, 73, 63, 1.0);
  border-color: #d7d7d7;
  color: #FFFFFF;
}

button:active,
.button:active {
  background-color: rgba(85, 153, 143, 1.0);
  border-color: #ffffff;
  color: #FFFFFF;
}





form,
.submitted-message {
  font-size: 18px;
  color: #2F2E2E;
  font-weight: 700
}

/* Form title */

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

/* Form label */

form label {
  color: #6e5d54;
}

/* Form help text */

form legend {
  color: #2f2e2e;
}

/* 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: #517891;
}
form input[type=text]:hover,
form input[type=email]:hover,
form input[type=password]:hover,
form input[type=tel]:hover,
form input[type=number]:hover,
form input[type=file]:hover,
form select:hover,
form textarea:hover {
  border-color: rgba(0, 42, 78, 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 {
  border-color: rgba(0, 41, 77, 0.5);
  
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #2F2E2E;
}

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(45, 113, 103, 1.0)

;
  border: 0px solid #FFFFFF;
  border-radius: 10px;
  color: #FFFFFF;
  padding: 15px 53px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(220, 214, 198, 1.0);
  border-color:  0px solid #FFFFFF;
  color: #FFFFFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(85, 153, 143, 1.0);
  border-color: #ffffff;
  color: #FFFFFF;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-color: #2f2e2e;
}

th,
td {
  border-color: #2f2e2e;
  color: #2f2e2e;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-bottom-color: #2f2e2e;
  color: #2f2e2e;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #2f2e2e;
}





/* Top Section */
.header-top{
  background-color: rgba(0, 42, 78, 1.0);
}
.header-top h3{
  color: rgba(255, 255, 255, 1.0);
}
.header-top h3:hover{
  color: rgba(0, 42, 78, 1.0);
}
.top-close-btn .text{
  color: rgba(0, 42, 78, 1.0);
}
.top-close-btn .text:hover{
  color: rgba(0, 42, 78, 1.0);
}
.popup-covid{
  background-color: rgba(0, 0, 0, 0.0);
}
.pop_contnt{
  background-color: rgba(0, 42, 78, 0.0);
}
.close-btn,
.pop_contnt *{
  color: rgba(255, 255, 255, 0.0);
}

/* Middle Section */

.header-middle{
  background-color: rgba(0, 42, 78, 1.0);
}

body .navigation-primary a,
body .custom-menu-primary > div > ul > li > a {
  color: rgba(220, 214, 198, 1.0);
}

body .navigation-primary a:hover,
body .custom-menu-primary > div > ul > li > a:hover{
  color: rgba(220, 214, 198, 1.0);
}
body .submenu.level-2 {
  background-color: rgba(220, 214, 198, 1.0);
}
.custom-menu-primary ul ul li a{
  color: rgba(81, 120, 145, 1.0);
}
body .submenu.level-2 .menu-item .menu-link:hover {
  color: rgba(81, 120, 145, 1.0);
}
body .divider{
  background-color: rgba(45, 113, 103, 1.0);
}
body .sub-cartography-group{
  background-color: rgba(45, 113, 103, 0.9);
}
body .hs-col.column-left h3,
body .hs-col.column-left p{
  color: rgba(255, 255, 255, 1.0);
}
body .search-group form input[type=text]{
  border-color: rgba(255, 255, 255, 0.0);
  color: rgba(0, 0, 0, 1.0);
}
body .drop_close svg{
  Fill: rgba(255, 255, 255, 1.0);
}
body .cartography-menu .hs-menu-wrapper li a{
  color: rgba(255, 255, 255, 1.0);
}
body .cartography-menu .hs-menu-wrapper li a:hover{
  color: rgba(220, 214, 198, 1.0);
}
body .header-bottom-image{
  background-color: rgba(0, 42, 78, 1.0);
}





.footer {
  background-color: 

  
  
    
  


  rgba(0, 42, 78, 1.0)

;
}

/* Footer Content */

.footer .footer-right-content h6 a:hover,
.footer .footer-content h6,
.footer .footer-right-content p{
  color: #FFFFFF;
}
.footer-right-content h4 a,
.footer-content h2 a:hover{
  color: rgba(250, 250, 250, 1.0);
}
.footer .footer-menu .hs-menu-wrapper > ul > li > a,
.footer .footer-right-content h3{
  color: rgba(255, 255, 255, 1.0);
}
.footer-content h6 a,
.privacy-policy-link h6 a,
.footer-menu .hs-menu-wrapper > ul > li > ul > li > a{
  color: rgba(255, 255, 255, 1.0);
}
.footer-content h6 a:hover,
.privacy-policy-link h6 a:hover,
.footer-content h2 a:hover, 
.footer-content p a:hover,
.footer-menu .hs-menu-wrapper > ul > li > ul > li > a:hover{
  color: rgba(90, 119, 141, 1.0) !important;
}

.footer__copyright{
  color: rgba(255, 255, 255, 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: #2F2E2E;
}

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

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

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

.blog-pagination__link {
	color: #2F2E2E;
}

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

.blog-post__title {
	color: #002a4e;
	font-family:Roboto Condensed;
	font-size: 45px;
	font-weight: 300;
}

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

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

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

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

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

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

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

.blog-sidebar a {
	color: #2F2E2E;
}

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

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

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

.blog-post__back-to-blog {
	color: #2F2E2E;
}

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

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

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

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

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











.card__price {
  font-family: roboto-thin,roboto,sans-serif
  font-size: 35px;
  color: #6e5d54;
  font-weight: 700
}

ul.hs-search-field__suggestions {
  box-shawdow: none;
}