







/* 1a. Containers */




/* 1b. Colors */



/* 1c. Typography */
























/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.dnd-section,
.content-wrapper--vertical-spacing {
  /*   padding: 50px 20px; */

  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width:767px){
  .dnd-section,
  .content-wrapper--vertical-spacing {
    /*   padding: 50px 20px; */

    padding-top: 50px;
    padding-bottom: 50px;
  }
}





body {
  font-size: 16px;
  font-weight: 300;
  font-family: Proxima Nova Regular;
  color: rgba(0, 10, 21, 1.0);
}


p{
  color: rgba(0, 10, 21, 1.0);
  font-size: 16px;
}


/* Anchors */

a {
  color: rgba(50, 115, 220, 1.0);
}

a:hover,
a:active {
  color: rgba(0, 125, 197, 1.0);
}

/* Headings */

h1, h2, h3, h4, h5, h6{
  font-family: Proxima Nova Semibold;
  color: rgba(54, 54, 54, 1.0);
}

h1 {
  font-size: 40px;
  font-weight: 600;
}

h2 {
  font-size: 30px;
  font-weight: 600;
}

h3 {
  font-size: 28px;
  font-weight: 600;
}

h4 {
  font-size: 25px;
  font-weight: 600;
}

h5 {
  font-size: 20px;
  font-weight: 600;
}

h6 {
  font-size: 16px;
  font-weight: 600;
}

/* Blockquote */

blockquote {
  border-left-color:  rgba(54, 54, 54, 1.0);
}










/* Form title */
#comment-form,
.hs-search-field,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.section.post-footer,
.widget-type-google_search{
  background-color: rgba(255, 255, 255, 1.0) ;
}
/* Form title */

.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(15, 32, 46, 1.0);
}

/* Form label */

.hs-form label {
  color: rgba(15, 32, 46, 1.0);
}

/* Form help text */

.hs-form legend {
  color: rgba(239, 107, 81, 1.0);
}

/* 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: rgba(158, 179, 191, 1.0);
  border-radius: 0px;
}

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(128, 190, 226, 1.0);
}

/* Form placeholder text */

::-webkit-input-placeholder {
  /*   color: ; */
}

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

/* Date picker */

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

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

.fn-date-picker td.is-today .pika-button {
  color: {color=#000a15, opacity=100, rgba=rgba(0, 10, 21, 1), rgb=rgb(0, 10, 21), hex=#000a15, css=#000a15};
}

/* Submit button */

form input[type=submit],
form .hs-button,
button,
.button {
  background-color: rgba(0, 113, 177, 1.0);
  border-color: rgba(0, 113, 177, 0.0);
  border-width: 0px;
  border-radius: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus,

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(0, 125, 197, 1.0);
  border-color: rgba(0, 125, 197, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

form input[type=submit]:active,
form .hs-button:active,

button:active,
.button:active{
  background-color: rgba(0, 125, 197, 1.0);
  border-color: rgba(0, 113, 177, 0.0);
  color: rgba(255, 255, 255, 1.0);
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(26, 26, 26, 1.0);
  color: rgba(26, 26, 26, 1.0);
}

thead th,
thead td {
  background-color: rgba(26, 26, 26, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

table,
tbody + tbody {
  border-color: rgba(26, 26, 26, 1.0);
}






.header-top{
  background-color: rgba(243, 244, 244, 1.0);
}
.header-bottom{
  background-color: rgba(255, 255, 255, 1.0);
}

.header-top-nav .hs-menu-wrapper>ul>li>a{
  color: rgba(15, 32, 46, 1.0);
}
.header-top-nav .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(15, 32, 46, 1.0);
}

.header-bottom-menu .hs-menu-wrapper>ul>li>a{
  color: rgba(15, 32, 46, 1.0);
}

.header-bottom-menu .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(15, 32, 46, 1.0);
}

.header-bottom-menu .hs-menu-wrapper>ul>li>ul{
  background-color: rgba(231, 232, 234, 1.0);
}

.header-bottom-menu .hs-menu-wrapper>ul>li>ul>li>a{
  color: rgba(15, 32, 46, 1.0);
}

.header-bottom-menu .hs-menu-wrapper>ul>li>ul>li>a:hover{
  color: rgba(15, 32, 46, 1.0);
}







footer.footer{
  background-color: rgba(255, 255, 255, 1.0);

}
.footer-bottom-row .footer-col .hs-menu-wrapper>ul>li>a,
.footer-copyright p a,
.footer-social-wrap a.icon-Social{
  color: rgba(61, 90, 106, 1.0);
}

.footer-bottom-row .footer-col .hs-menu-wrapper>ul>li>a:hover,
.footer-copyright p a:hover,.footer-social-wrap a.icon-Social:hover{
  color: rgba(61, 90, 106, 1.0);
}

.footer-copyright p{
  color: rgba(75, 88, 98, 1.0);
}







.blog-post{
  background-color: rgba(#null, 0.0);
}
.blog-post__body p{
  color: rgba(#null, 0.0);
}
h1.blog-post__title,
.blog-post__body h2,
.blog-related-posts h2{
  color: rgba(#null, 0.0);
}




.card__price {
  font-family: ;
  font-size: px;
  color: ;
  font-weight: ;
}


.header__container,
.footer__container,
.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}