







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */





















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */
















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

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

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





html {
  font-size: 17px;
}

body {
  font-size: 17px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: Roboto;
}

/* Paragraphs */

p {}

/* Anchors */

a {
  color: #EE3B24;
}

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

/* Headings */

h1 {
  font-family: Roboto Condensed;
  font-size: 28px;
  color: #7a7a7a;
  font-weight: 700;
}

h2 {
  font-family: Roboto Condensed;
  font-size: 26px;
  color: #141430;
  font-weight: 700;
}

h3 {
  font-family: Roboto Condensed;
  font-size: 24px;
  color: #7a7a7a;
  font-weight: 400;
}

h4 {
  font-family: Roboto Condensed;
  font-size: 22px;
  color: #cd2128;
  font-weight: 400;
}

h5 {
  font-family: Roboto Condensed;
  font-size: 20px;
  color: #7a7a7a;
  font-weight: 400;
}

h6 {
  font-family: Roboto Condensed;
  font-size: 18px;
  color: #7a7a7a;
  font-weight: 400;
}

/* Blockquote */

blockquote {}




form input[type=submit],
form .hs-button,
button,
.button {
  background-color: 

  
  
    
  


  rgba(205, 33, 40, 1.0)

;
  border: 3px solid #CF2128;
  border-radius: 30px;
  color: #ffffff;
  padding: 10px 20px;
}

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 {
  border: 1px solid;
  background-color: rgba(221, 221, 221, 1.0);
  border-color: rgba(204, 204, 204, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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






form,
.submitted-message {
  font-size: 17px;
  color: #7a7a7a;
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #141430;
}

/* Form label */

form label {
  color: #7a7a7a;
}

/* Form help text */

form legend {
  color: #7a7a7a;
}

/* 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: #cccccc;
  color: rgba(51, 51, 51, 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(153, 153, 153, 1.0);
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #7a7a7a;
}

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

/* Date picker */

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

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

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





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

th,
td {
  border-color: #7a7a7a;
  color: #7a7a7a;
}

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

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




/* 1g. Site header */




















.header-wrapper {
  background-color: #ffffff;
  border-top-color: #cd2128;
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.cm-menu-primary .hs-menu-wrapper ul > li > a{
  color: #cd2128;
}
.cm-menu-primary .hs-menu-wrapper ul > li:hover > a{
  color: #EE3B24;
}
.cm-menu-primary .hs-menu-wrapper ul > li.active > a:after,
.cm-menu-primary .hs-menu-wrapper ul > li > a:after{
  border-color: #0f2e50;
}

.cm-menu-primary .hs-menu-wrapper ul > li.active > a:after{
  left: 20px;
  right: 20px; 
}

.cm-menu-primary .hs-menu-wrapper ul > li.active > a{
  color: #EE3B24;
  border-color: #0f2e50;
}
.cm-menu-primary .hs-menu-wrapper ul > li > ul{
  background-color: #F6F6F6;
}
.cm-menu-primary .hs-menu-wrapper ul > li > ul > li > a{
  color: #444444;
}
.cm-menu-primary .hs-menu-wrapper ul > li > ul > li{
  border-color:#F0F0F0;
}
.cm-menu-primary .hs-menu-wrapper ul > li > ul > li > a:hover{
  color: #EE3B24;
}
.cm-menu-primary .hs-menu-wrapper ul > li > ul > li.active > a{
  color: #EE3B24;
}
.header-button a{
  color: #ffffff;
  background-color: #cd2128;
}
.header-button a:hover{
  color: #111111;
  background-color: #cd2128;
}
.header-button a:after{
  border-color: #0f2e50;
}





















.footer-top p,
.footer-top {
  color: #ffffff;
}

.footer-overlay {
  background-color: rgba(0, 0, 0, 0.3);  
}
.footer h2,
.footer h3,
.footer h4,
.footer h5{
  color:#ffffff;
}
.footer-button a {
  background-color: #cd2128;
  color: #ffffff;
  border-color:#cd2128;
}
.footer-button a:hover{
  background-color: #cd2128;
  color: #ffffff;
  border-color:#cd2128;
}
.footer-social a{
  color: #ffffff;
}
.footer-social a:hover{
  color: #ffffff;
}

.footer-bottom {
  background-color: #cd2128;
  color: #eeeeee;
}












.card__price {
  font-family: Roboto Condensed
    font-size: 24px;
  color: #7a7a7a;
  font-weight: 400
}