







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








@media (min-width: 576px){
  .dnd-section >.row-fluid,
  .container,
  .content-wrapper,
  .page-center{
    max-width: 540px;
  }
}
@media (min-width: 768px){
  .dnd-section >.row-fluid,
  .container,
  .content-wrapper,
  .page-center{
    max-width: 720px;
  }
}
@media (min-width: 992px){
  .dnd-section >.row-fluid,
  .container,
  .content-wrapper,
  .page-center{
    max-width: 960px;
  }
}
@media (min-width: 1200px){
  .dnd-section >.row-fluid,
  .container,
  .content-wrapper,
  .page-center{
    max-width: 1140px;
  }
}
@media (min-width: 1400px){
  .dnd-section >.row-fluid,
  .container,
  .content-wrapper,
  .page-center{
    max-width: 1320px;
  }
}
.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px .75rem;
}






body {
  font-size: 1rem;
  color: #212529;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}

/* Paragraphs */

p {}

/* Anchors */

a {
  color: rgba(73, 163, 185, 1.0);
    font-weight: 500;
}

a:hover,
a:focus,
a:active {
  color: #0a58ca;
}

/* Headings */

h1 {
  font-family: Roboto;
  font-size: 56px;
  color: #E86605;
  font-weight: 700;
}

h2 {
  font-family: Roboto;
  font-size: 2rem;
  color: #E86605;
  font-weight: 700;
}

h3 {
  font-family: Roboto;
  font-size: 1.75rem;
  color: #212529;
  font-weight: 700;
}

h4 {
  font-family: Roboto;
  font-size: 1.5rem;
  color: #E86605;
  font-weight: 700;
}

h5 {
  font-family: Roboto;
  font-size: 1.25rem;
  color: #212529;
  font-weight: 500;
}

h6 {
  font-family: Roboto;
  font-size: 1rem;
  color: #212529;
  font-weight: 500;
}

/* Blockquote */

blockquote {
  border-left: 4px solid #e86605;
  background-color: #eee;
padding: 50px;
border-radius: 0px 0px 70px 0px;
  font-size: 20px;
position: relative;
}

blockquote::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #e86605;
  position: absolute;
  left: 10px;
  top: -5px;
}





.body-container-wrapper .blog-comments form,
.body-container-wrapper .hs_cos_wrapper_type_password_prompt form,
.body-container-wrapper .form-container form,
.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form,
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .widget-type-email_simple_subscription{ 
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
form,
.submitted-message {
  color: #212529;
  font-weight: 400
}

/* Form title */

.form-title {
  color: #212529;
}

/* Form label */

form label {
  color: #212529;
}

/* Form help text */

form legend {
  color: #33475b;
}

/* 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: #91c8d5;
  background-color: rgba(145, 200, 213, 0.24);
  color: rgba(102, 102, 102, 1.0);
  border-color: rgba(145, 200, 213, 0.24);
}

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: rgba(17, 17, 17, 1.0);
  border-color: rgba(73, 163, 185, 1.0);
}

/* Form placeholder text */

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

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

/* Date picker */

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

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

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

/* Submit button */



button,
.button,
form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(73, 163, 185, 1.0)

;
  border: 1px solid #cccccc;
  border-radius: 10px;
  color: rgba(255, 255, 255, 1.0);
  padding: 15px 20px;
  background-color: rgba(73, 163, 185, 1.0);
  border-color: rgba(204, 204, 204, 1.0);
}

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





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

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

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-bottom-color: #212529;
  color: #212529;
}

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





header.header{
  background-color: rgba(255, 255, 255, 1.0);
}
.cm-menu-primary .hs-menu-wrapper > ul > li > a{
  color: rgba(0, 0, 0, 0.55);
}
.cm-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: rgba(232, 102, 5, 1.0);
}
.cm-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul,
.cm-menu-primary .hs-menu-wrapper > ul > li > ul{
  background-color: rgba(241, 232, 226, 1.0);
}
.cm-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a,
.cm-menu-primary .hs-menu-wrapper > ul > li > ul > li > a{
  color: rgba(33, 37, 41, 1.0);
}
.cm-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover,
.cm-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(73, 163, 185, 1.0);
}

.cm-menu-primary .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a:hover{
  color: rgba(232, 102, 5, 1.0);
  background-color: rgba(241, 241, 241, 1.0);
}
.cm-menu-primary .hs-menu-wrapper > ul > li > ul > li:hover.hs-item-has-children > a{
  background-color: rgba(241, 241, 241, 1.0);
}
.header-buttons ul li.login{
  color: rgba(232, 102, 5, 1.0);
}
.header-buttons ul li.login:hover{
  color: rgba(232, 102, 5, 1.0);
}
.header-buttons ul li.request-more{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(73, 163, 185, 1.0);
}
.header-buttons ul li.request-more:hover{
  color: rgba(241, 232, 226, 1.0);
  background-color: rgba(73, 163, 185, 1.0);
}

.login-links h4 {
  color: rgba(33, 37, 41, 1.0);
}
.login-links ul li{
  border-color: rgba(119, 119, 119, 1.0);
}
.login-links ul li a {
  color: rgba(64, 64, 65, 1.0);
}
.login-links ul li a:hover{
  color: rgba(232, 102, 5, 1.0);
}
.modal-content{
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(0, 0, 0, 0.2);
}
.modal-backdrop{
  background-color: rgba(0, 0, 0, 1.0);
}
.header-form-title h4{
  color: rgba(33, 37, 41, 1.0);
}
.header-form-title p {
  color: rgba(33, 37, 41, 1.0);
}
.modal-content-form{
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(0, 0, 0, 0.2);
}
.modal-content-form label{
  color: rgba(51, 71, 91, 1.0);
}
.modal-content-form input[type="tel"],
.modal-content-form input[type="email"],
.modal-content-form input[type="text"]{
  background-color: rgba(245, 248, 250, 1.0);
  color: rgba(51, 71, 91, 1.0);
  border-color: rgba(203, 214, 226, 1.0);
}
.modal-content-form input[type="tel"]:focus,
.modal-content-form input[type="email"]:focus,
.modal-content-form input[type="text"]:focus{
  color: rgba(51, 71, 91, 1.0);
}
.modal-content-form input[type="email"]:focus,
.modal-content-form input[type="text"]:focus{
  border-color: rgba(82, 168, 236, 0.8);
}
.modal-content-form input[type="submit"]{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 122, 89, 1.0);
  border-color: rgba(255, 122, 89, 1.0);
}
.modal-content-form input[type="submit"]:focus,
.modal-content-form input[type="submit"]:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 122, 89, 1.0);
  border-color: rgba(255, 122, 89, 1.0);
}






.footer {
  background-color: rgba(64, 64, 65, 1.0);
  color: rgba(232, 102, 5, 1.0);
}
.footer h4{
  color: rgba(128, 128, 128, 1.0);
}
.footer a{
  color: rgba(128, 128, 128, 1.0);
}
.footer a:hover{
  color: rgba(232, 102, 5, 1.0);
}





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

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

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

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

.blog-pagination__link {
  color: #212529;
}

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

.blog-post__title {
  color: #E86605;
  font-family:Roboto;
  font-size: 56px;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment.depth-0{
  border-top: 2px solid rgb(13, 17, 21) !important;
}

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


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











.card__price {
  font-family: Roboto
    font-size: 1.75px;
  color: #212529;
  font-weight: 700
}

@media (max-width: 600px){
  h1{
    font-size: 32px;
  }
}