







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */  





















































/* 1d. Buttons */












/* 1e. Forms */


/* 1f. Tables */









/* 1g. Site header */



/* 1h. Site footer */







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

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







html {
  font-size: 16px;
}

body {
  font-size: 16px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 400;
  font-family: Avenir-LT-W01_35-Light1475496;
}

/* Paragraphs */

p {
}

/* Anchors */

a {
  color: 

  
  
    
  


  rgba(226, 31, 38, 1.0)

;
}

a:hover,
a:focus,
a:active {
  color: 

  
  
    
  


  rgba(139, 0, 0, 1.0)

;
}

/* Headings */

h1 {
  font-family: Avenir-LT-W01_85-Heavy1475544;
  font-size: 50px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 400;
}

h2 {
  font-family: Enriqueta;
  font-size: 40px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 400;
}

h3 {
  font-family: Enriqueta;
  font-size: 32px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 400;
}

h4 {
  font-family: Avenir-LT-W01_85-Heavy1475544;
  font-size: 28px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 400;
}

h5 {
  font-family: enriqueta;
  font-size: 21px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 400;
}

h6 {
  font-family: Avenir-LT-W01_85-Heavy1475544;
  font-size: 16px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 400;
}

@media (max-width: 767px) {
  h1 {
    font-size: 40.0px;
  }
  h2 {
    font-size: 35.0px;
  }
  h3 {
    font-size: 26.944px;
  }
  h4 {
    font-size: 24.5px;
  }
  h5 {
    font-size: 17.997px;
  }
}

/* Blockquote */

blockquote {
  border-left-color: ;
}






button,
.button {
  background-color: 

  
  
    
  


  rgba(226, 31, 38, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(226, 31, 38, 1.0)

;
  border-radius: 0px;
  color: #FFFFFF;
  padding: 5px 70px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(186, 0, 0, 1.0);
  border-color: #ba0000;
  color: #FFFFFF;
}

button:active,
.button:active {
  background-color: rgba(255, 71, 78, 1.0);
  border-color: #ff474e;
  color: #FFFFFF;
}





















form,
.submitted-message {
  font-size: 16px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(139, 0, 0, 1.0)

;
}


form {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;

}

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(90, 90, 90, 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 {
  background-color: 

  
  
    
  


  rgba(212, 212, 212, 1.0)

;
  color: 

  
  
    
  


  rgba(48, 48, 48, 1.0)

;
}
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 {
  background-color: 

  
  
    
  


  rgba(212, 212, 212, 0.57)

;
}

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 {
  background-color: 

  
  
    
  


  rgba(212, 212, 212, 0.57)

;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button,
.hs-button{
  background-color: 

  
  
    
  


  rgba(226, 31, 38, 1.0)

;
  color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 5px 70px;
  border: 0px solid 

  
  
    
  


  rgba(226, 31, 38, 1.0)

;
  border-radius: 0px
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus,
.hs-button:hover,
.hs-button:focus{
  background-color: 

  
  
    
  


  rgba(168, 7, 7, 1.0)

;
  color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(168, 7, 7, 1.0)

;
}

form input[type=submit]:active,
form .hs-button:active,
.hs-button:active {
  background-color: 

  
  
    
  


  rgba(168, 7, 7, 1.0)

;
  color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(168, 7, 7, 1.0)

;
}






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

th,
td {
    border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
    color: 

  
  
    
  


  rgba(63, 63, 63, 1.0)

;
}

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

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

















.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
header.header nav.navigation-primary > ul li a {
  color: 

  
  
    
  


  rgba(48, 48, 48, 1.0)

;
}
header.header nav.navigation-primary > ul li a:hover {
  color: 

  
  
    
  


  rgba(188, 23, 29, 1.0)

;
}
header.header nav.navigation-primary > ul li a.active-item {
  color: 

  
  
    
  


  rgba(188, 23, 29, 1.0)

;
}

header.header .header_button .hs-button {
  background: 

  
  
    
  


  rgba(226, 31, 38, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)


}
header.header .header_button .hs-button:hover {
  background: 

  
  
    
  


  rgba(168, 7, 7, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)


}

@media (min-width: 768px) {
  header.header .menu .navigation-primary > ul ul {
    background: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
  header.header .menu .navigation-primary > ul ul li a {
    color: 

  
  
    
  


  rgba(48, 48, 48, 1.0)

;
  }
  header.header .menu .navigation-primary > ul ul li a:hover {
    color: 

  
  
    
  


  rgba(188, 23, 29, 1.0)

;
  }
}















.footer {
  background-color: 

  
  
    
  


  rgba(46, 43, 38, 0.5)

;
}
.footer {
  background-image:url(//22689774.fs1.hubspotusercontent-na1.net/hubfs/22689774/raw_assets/public/FirstChioceBuilders_October2022/images/footer_bg.png);
}

.footer .address p {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer .address a {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer .address a:hover {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer_menu ul li a {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer_menu ul li a:hover {
  color: 

  
  
    
  


  rgba(212, 212, 212, 1.0)

;
}
.footer .copyright {
  color: 

  
  
    
  


  rgba(204, 204, 204, 1.0)

;
}
.footer .address:before, .footer .address:after {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}








/* Blog Header */
.hs-blog-listing,
.hs-blog-post {
  background-color: #ffffff;
}
.blog-header {
  background-color: rgb(245, 245, 245);
}
.hs-blog-post .post-header h1 {
   color: 

  
  
    
  


  rgba(#null, 1)


}
.hs-blog-post .post-body {
  color: 

  
  
    
  


  rgba(#null, 1)


}











.card__price {
  font-family: Enriqueta
    font-size: 32px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 400
}