







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.content-wrapper {
  max-width: 80rem;
}

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

.dnd-section > .row-fluid {
  max-width: 80rem;
}





html {
  font-size: 16px;
}

body {
  font-size: 16px;
  color: #010101;
  font-weight: 400;
  font-family: Lato;
}

/* Paragraphs */

p {
  color: #010101;
  font-weight: 400;
}

/* Anchors */

a {
  color: #1c3d90;
}

a:hover,
a:focus,
a:active {
  color: rgba(28, 61, 144, 1.0);
}

/* Headings */


h1 {
  font-family: Lato;
  color: #010101;
  font-weight: 700;
}

h2 {
  font-family: Lato;
  font-size: 19.9999999998px;
  color: #010101;
  font-weight: 700;
}

h3 {
  font-family: Lato;
  font-size: 18.0px;
  color: #010101;
  font-weight: 700;
}

h4 {
  font-family: Lato;
  font-size: 17.0px;
  color: #010101;
  font-weight: 700;
}

h5 {
  font-family: Lato;
  font-size: 18px;
  color: #010101;
  font-weight: 700;
}

h6 {
  font-family: Lato;
  font-size: 16px;
  color: #010101;
  font-weight: 700;
}

h1 {
  font-size: 1.375rem;
}


@media screen and (min-width: 75em){
  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }
}




/* Blockquote */

blockquote {
  border-left-color: #F8FAFC;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(254, 182, 16, 1.0)

;
  border: 1px solid #feb610;
  border-radius: 3rem;
  color: #010101;
  padding: 0.85em 1em;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(214, 142, 0, 1.0);
  border-color: #d68e00;
  color: #010101;
}

button:active,
.button:active {
  background-color: rgba(255, 222, 56, 1.0);
  border-color: #ffde38;
  color: #010101;
}







form,
.submitted-message {
  font-size: 16px;
  color: #010101;
  font-weight: 400
}

/* Form title */

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

/* Form label */

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

form legend {
  color: rgba(1, 1, 1, 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,
.footer-utility-connect form .hs-email .hs-input{
  border-color: rgba(186, 186, 186, 1.0);
  color: ;
  border-radius: 3px;
  background-color: rgba(254, 254, 254, 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,
.footer-utility-connect form .hs-email .hs-input:focus{
  border-color: rgba(44, 52, 61, 1.0);
  background-color: rgba(254, 254, 254, 1.0);
}

/* Form placeholder text */

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

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button,
.footer-utility-connect form .hs-button:hover{
  background-color: rgba(254, 182, 16, 1.0);
  border-color: rgba(254, 182, 16, 1.0);
  border-radius: 3px;
  border-width: 1px;
  color: rgba(1, 1, 1, 1.0);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.85em;
  padding-bottom: 0.85em;
  border-style:solid;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus,
.footer-utility-connect form .hs-button:hover{
   background-color: rgba(229, 160, 1, 1.0);
  border-color: rgba(229, 160, 1, 1.0);
  color: rgba(1, 1, 1, 1.0);
}





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

tbody, tfoot, thead{
  border: 1px solid rgba(241, 241, 241, 1.0);
}


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

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

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






@media print, screen and (min-width: 48em) {
  .masthead.top-bar {
    background-color: rgba(1, 1, 1, 1.0);
  }
}

.header {
  background-color: rgba(247, 247, 247, 1.0);
}

.top_menu ul>li>a{
  color: rgba(229, 229, 229, 1.0);
}

.top_menu ul>li>a:hover{
  color: rgba(254, 182, 16, 1.0);
}

.navigation-primary .submenu.level-1>li:last-child>a{
  background-color: rgba(182, 39, 28, 1.0);
  color: rgba(255, 255, 255, 1.0);
}


.cart-btn a i.fa{
  color: rgba(182, 39, 28, 1.0);
}

.cart-btn a i.fa:hover{
  color: rgba(182, 39, 28, 1.0);
}


.header__container {
  max-width: 80rem;
}



.custom-menu-primary .navigation-primary > ul > li > a {
  color: rgba(1, 1, 1, 1.0) ;
}
.custom-menu-primary .navigation-primary > ul > li:hover > a {
  color: rgba(1, 1, 1, 1.0) ;
  background-color: rgba(247, 247, 247, 1.0) ;
}
.custom-menu-primary .navigation-primary > ul > li.active > a,
.custom-menu-primary .navigation-primary > ul > li.active-branch > a,
.custom-menu-primary .navigation-primary > ul > li > a.active{
  color: rgba(1, 1, 1, 1.0);
  background-color: rgba(247, 247, 247, 1.0);
}
.custom-menu-primary .navigation-primary > ul ul li {
  background-color: rgba(247, 247, 247, 1.0);
}
.custom-menu-primary .navigation-primary > ul ul li a{
  color: rgba(1, 1, 1, 1.0);
}
.custom-menu-primary .navigation-primary > ul ul li a:hover{
  color: rgba(1, 1, 1, 1.0);
  background-color: rgba(247, 247, 247, 1.0);
}
.custom-menu-primary .navigation-primary > ul ul li a.active,
.custom-menu-primary .navigation-primary > ul ul li.active > a,
.custom-menu-primary .navigation-primary > ul ul li.active-branch > a{
  color: rgba(1, 1, 1, 1.0);
  background-color: rgba(247, 247, 247, 1.0);
}


@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(247, 247, 247, 1.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(1, 1, 1, 1.0);
  }
}






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

.ftr_row h4{
  color: rgba(54, 54, 54, 1.0);
}

.footer-utility-nav ul .hs-item-has-children>a{
  color: rgba(54, 54, 54, 1.0);
}

.footer-utility-connect .hs-form label{
  color: rgba(54, 54, 54, 1.0);
}

.contact-info p{
  color: rgba(107, 106, 104, 1.0);
}

.contact-info a{
  color: rgba(28, 61, 144, 1.0);
}

.contact-info h6{
  color: rgba(44, 52, 61, 1.0);
}

.contact-info a.more-info{
  color: rgba(28, 61, 144, 1.0);
}

.contact-info a.more-info:hover{
  color: rgba(40, 88, 208, 1.0);
}

.footer-utility-nav ul.hs-menu-children-wrapper>li>a{
  color: rgba(107, 106, 104, 1.0);
}

.footer-utility-nav ul.hs-menu-children-wrapper>li>a:hover{
  color: rgba(40, 88, 208, 1.0);
}

.social-icons ul>li a{
  color: rgba(148, 148, 148, 1.0);
}

.social-icons ul>li a:hover{
  color: rgba(28, 61, 144, 1.0);
}

.copyright.footer{
  color: rgba(186, 186, 186, 1.0);
  background-color: rgba(1, 1, 1, 1.0);
}

.footer__container {
  max-width: 80rem;
}















.card__price {
  font-family: Lato
    font-size: 24px;
  color: #010101;
  font-weight: 700
}