







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */

















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 6.6vmax 0;
}

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




html {
  font-size: 17px;
}

@media (max-width:991px){
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1540px) {
  body {
    font-size: calc(.9 * 1rem);
  }
}

body {
  color: #00283c;
  font-weight: 300;
  font-family: Poppins;
}

/* Paragraphs */

p {
  color: #00283c;
  font-weight: 300;
}

/* Anchors */

a {
  color: #00283c;
}

a:hover,
a:focus,
a:active {
  color: #00d5f1;
}

/* Headings */

h1 {
  font-family: Trenda-IG-Display-Light;
  font-size: 50px;
  color: #00283c;
  font-weight: 300;
}

h2 {
  font-family: Trenda-IG-Display-Light;
  font-size: 45px;
  color: #00283c;
  font-weight: 300;
}

h3 {
  font-family: Trenda-IG-Display-Regular;
  font-size: 32px;
  color: #00283c;
  font-weight: 300;
}

h4 {
  font-family: Trenda-IG-Display-Bold;
  font-size: 26px;
  color: #00283c;
  font-weight: 300;
}

h5 {
  font-family: Poppins;
  font-size: 24px;
  color: #00283c;
  font-weight: 300;
}

h6 {
  font-family: Poppins;
  font-size: 22px;
  color: #00283c;
  font-weight: 300;
}

/* Blockquote */

blockquote {
  border-left-color: #00283c;
}





button,
.button {
  background-color: rgba(255, 255, 255, 1.0);
  border: 2px solid #0c283a;
  border-radius: 100px;
  color: #0c283a;
  padding: 15px 1px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #0c283a;
  border-color: #000012;
  color: #fff;
}

button:active,
.button:active {
  background-color: #0c283a;
  border-color: #345062;
  color: #fff;
}





form,
.submitted-message {
  color: #00283c;
  font-weight: 300
}

/* Form title */

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

/* Form label */

form label {
  color: #0c283a;
}

/* Form help text */

form legend {
  color: #0c283a;
}

/* 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: #b8bdc9;
  color: #00283c;
}

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: #2e69ff;
  box-shadow: 0 0 0 2px rgb(46 105 255 / 25%);
}
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: #2e69ff;
  box-shadow: 0 0 0 2px rgb(46 105 255 / 25%);
}
/* Form placeholder text */

::-webkit-input-placeholder {
  color: #00283c;
}

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: rgba(255, 255, 255, 1.0);
  border: 2px solid #0c283a;
  border-radius: 100px;
  color: #0c283a;
  padding: 15px 1px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #0c283a;
  border-color: #000012;
  color: #fff;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #0c283a;
  border-color: #345062;
  color: #fff;
}





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

th,
td {
  border-color: #00283c;
  color: #00283c;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 40, 60, 1)

;
  border-bottom-color: #00283c;
  color: #FFFFFF;
}

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





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.show_header header.header {
   background-color: rgba(0, 40, 60, 1.0);
}

.btns_wrapper a{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(0, 40, 60, 0.0);
}

.btns_wrapper a:hover{
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

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

.navigation-primary>ul>li>a:hover {
  color: rgba(0, 218, 232, 1.0);
  background-color: rgba(#null, 0.0);
}

.navigation-primary>ul>li.active>a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(#null, 0.0);
}

.navigation-primary ul ul {
  background-color: rgba(0, 40, 60, 1.0);
}

.navigation-primary ul ul li a {
  color: rgba(255, 255, 255, 1.0);
}

.navigation-primary ul ul li a:hover {
  color: rgba(0, 218, 232, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.navigation-primary ul ul li.active a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}





.footer {
  background-color: 

  
  
    
  


  rgba(0, 40, 60, 1.0)

;
}
.footer #hs_cos_wrapper_copyright p{
  color: rgba(255, 255, 255, 1.0);
}
.ft_nav>div:not(:first-child)>div ul>li:first-child>a,
 .ft_info_nav ul>li:first-child>a{
  color: rgba(255, 255, 255, 1.0);
}
.footer a{
  color: rgba(255, 255, 255, 1.0);
}

.footer a:hover{
  color: rgba(0, 213, 241, 1.0);
}
/* Footer Content */







/* Blog Header */

.blog-header {
  background-color: rgb(238, 240, 242);
}

/* Blog Listing */


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

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

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

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

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

.blog-post__title {
  color: #00283c;
  font-family:Trenda-IG-Display-Light;
  font-size: 50px;
  font-weight: 300;
}

.blog-post__author {
  background-color: #00283c;
}

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

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

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

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

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

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

.blog-sidebar a {
  color: #00283c;
}



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


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

.blog-post__back-to-blog {
  color: #00283c;
}

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

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

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

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

.blog-recent-posts {
  background-color: rgb(238, 240, 242);
}











.card__price {
  font-family: Trenda-IG-Display-Regular
    font-size: 32px;
  color: #00283c;
  font-weight: 300
}