







/* 1a. Containers */




/* 1b. Colors */





/* 1c. Typography */












/* Primary | Secondary */




/* ANCHOR VARIABLES */













/* BLOCKQUOTE */











/* H1 FONT VARIABLES */













 

/* H2 FONT VARIABLES */















/* H3 FONT VARIABLES */















/* H4 FONT VARIABLES */















/* H5 FONT VARIABLES */















/* H6 FONT VARIABLES */















/* 1d. Buttons */

/* Primary Button */





  







/* Primary Button Responsive */








/* Secondary Button */













/* Secondary Button Responsive */








/* Tertiary Button */





  







/* Tertiary Button Responsive */








/* Quaternary Button */


















/* Quaternary Button Responsive */








/* Smaller Button */











/* Smaller Button Responsive */








/* 1e. Forms */





























 



































/* Form Submit Button Default */






/* Form Submit Button Hover */




/* Form Submit Button Responsive */








/* Form Submit Thank You MSG */









/* 1f. Tables */












/* Bullet Points */











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

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

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


html,
body{ 
  background: #ffffff;
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-family: 'CircularStd', 'sans-serif';
}

main{
  font-size: 16px;
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-family: 'CircularStd', 'sans-serif';
  color: #010b13;  
}

main p{
  font-size: 16px;
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-family: 'CircularStd', 'sans-serif';
  color: #010b13;
}

main li{
  font-size: 16px;
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-family: 'CircularStd', 'sans-serif';
  color: #010b13;  
}

/* Anchors */
main a {
  font-weight: 400; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  font-family: 'CircularStd', 'sans-serif';
  color: #ff5a5f;
  outline: none;
  font-size: 16px;
}

main a:hover,
main a:focus {
  font-weight: 400; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  font-family: 'CircularStd', 'sans-serif';
  color: rgba(255, 90, 95,1.0);
  outline: none;
  text-decoration: underline;
}

main a:active {
  font-weight: 400; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  font-family: 'CircularStd', 'sans-serif';
  color: #ff8287;
  text-decoration: underline;
}

main blockquote {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-family: 'CircularStd', 'sans-serif';
  color: #202930;
  font-size: 20px;
}

/* Headings */
main h1 {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  font-family: 'CircularStd', 'sans-serif';
  color: #010b13;
  font-size: 54px;
  text-transform: none;
  font-weight: 400;
}

main h2 {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  font-family: 'CircularStd', 'sans-serif';
  color: #FF5A5F;
  font-size: 50px;
  text-transform: none;
  font-weight: 400;
}

main h3 {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  font-family: 'CircularStd', 'sans-serif';
  color: #010b13;
  font-size: 26px;
  text-transform: none;
  font-weight: 400;
}

main h4 {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  font-family: 'CircularStd', 'sans-serif';
  color: #010b13;
  font-size: 30px;
  text-transform: none;
  font-weight: regular;
}

main h5 {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  font-family: 'CircularStd', 'sans-serif';
  color: #010b13;
  font-size: 25px;
  text-transform: none;
  font-weight: 400;
}

main h6 {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  font-family: 'CircularStd', 'sans-serif';
  color: #FF5A5F;
  font-size: 16px;
  text-transform: none;
  font-weight: 700;
}
/* Blockquote */
main blockquote {
  border-left-color: #3A3E46;
}

/* Bullet Points Default */

  main .hs_cos_wrapper_type_rich_text ul {
    list-style: none;
  }
  main .hs_cos_wrapper_type_rich_text ul li::before {
    content: "\2022";
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    color: #ff5a5f;
    font-size: 16px;
  }
main li::marker {
  color: #ff5a5f;
}

main .hs_cos_wrapper_type_inline_rich_text ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
  }
  main .hs_cos_wrapper_type_inline_rich_text ul li::before {
    content: "\2022";
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    color: #ff5a5f;
    font-size: 16px;
  }


/* TABLET */
@media (min-width: 767px) {
  main,main li,main p{
    font-size: 16px;
  }

  main a {
    font-size: 16px;
  }

  main blockquote {
    font-size: 20px;
  }

  main h1 {
    
    font-size: 54px;
    font-weight: 400;
  }

  main h2 {
    font-size: 55px;
    font-weight: 400;
  }

  main h3 {
    font-size: 26px;
    font-weight: 400;
  }

  main h4 {
    font-size: 30px;
    font-weight: regular;
  }

  main h5 {
    font-size: 25px;
    font-weight: 400;
  }

  main h6 {
    font-size: 18px;
    font-weight: 700;
  }

  
    main .hs_cos_wrapper_type_rich_text ul li::before {
      font-size: 16px;
    }
  

}

/* DESKTOP */
@media (min-width: 990px) {
  main,main li,main p{
    font-size: 16px;
  }

  main a {
    font-size: 16px;
  }

  main blockquote {
    font-size: 20px;
  }

  main h1 {
    font-size: 64px;
    font-weight: regular;
  }

  main h2 {
    font-size: 46px;
    font-weight: 400;
  }

  main h3 {
    font-size: 36px;
    font-weight: 400;
  }

  main h4 {
    font-size: 30px;
    font-weight: regular;
  }

  main h5 {
    font-size: 25px;
    font-weight: 400;
  }

  main h6 {
    font-size: 18px;
    font-weight: 700;
  }

  
    main .hs_cos_wrapper_type_rich_text ul li::before {
      font-size: 16px;
    }
  

}

 
/* Primary Button */
button,
.button {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  background: rgba(255, 90, 95, 1.0);
  border-radius: 30px;
  text-transform: none;
  border: 1px solid #FF5A5F;
;
  padding-top: 16px;
padding-right: 40px;
padding-bottom: 16px;
padding-left: 40px;
;
  width: auto;
  transition: all .3s ease-in-out;
  font-family: 'CircularStd', 'sans-serif';
  font-weight: 700;
}

.button.button:not(.secondary-button):not(.tertiary-button):not(.quaternary-button) {
  color: #FFFFFF !important;
}

.button.button:not(.secondary-button):not(.tertiary-button):not(.quaternary-button):hover,
.button.button:not(.secondary-button):not(.tertiary-button):not(.quaternary-button):focus {
  color: rgba(255, 255, 255, 1.0); !important;
}

button:hover,
.button:hover,
.button:focus {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: rgba(255, 255, 255, 1.0);
  background: rgba(204, 77, 89, 1.0);
  border-color: #CC4D59;
  font-family: 'CircularStd', 'sans-serif';
  font-weight: 700;
}

button:active,
.button:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background: rgba(204, 77, 89, 1.0);
  border-color: #CC4D59;
  font-family: 'CircularStd', 'sans-serif';
  font-weight: 700;
}

/* Secondary Button */
.secondary-button {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.0);
  border-radius: 30px;
  text-transform: none;
  border: 3px solid #FF5A5F;
;
  padding-top: 16px;
padding-right: 40px;
padding-bottom: 16px;
padding-left: 40px;
;
  width: auto;
  font-family: 'CircularStd', 'sans-serif';
  font-weight: 700;
}

.secondary-button:hover,
.secondary-button:focus {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: rgba(255, 255, 255, 1.0);
  background: rgba(255, 90, 95, 1.0);
  border-color: #FF5A5F;
  font-family: 'CircularStd', 'sans-serif';
  font-weight: 700;
}

.secondary-button:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background: rgba(255, 90, 95, 1.0);
  border-color: #FF5A5F;
  font-family: 'CircularStd', 'sans-serif';
  font-weight: 700;
}

/* Tertiary Button */
.tertiary-button {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3a3e46;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.0);
  border-radius: 30px;
  text-transform: none;
  border: 3px solid #FF5A5F;
;
  padding-top: 20px;
padding-right: 40px;
padding-bottom: 20px;
padding-left: 40px;
;
  width: auto;
  font-family: 'CircularStd', 'sans-serif';
  font-weight: 700;
}

.tertiary-button:hover,
.tertiary-button:focus {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: rgba(255, 255, 255, 1.0);
  background: rgba(255, 90, 95, 1.0);
  border-color: #FF5A5F;
  font-family: 'CircularStd', 'sans-serif';
  font-weight: 700;
}

.tertiary-button:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background: rgba(255, 90, 95, 1.0);
  border-color: #FF5A5F;
  font-family: 'CircularStd', 'sans-serif';
  font-weight: 700;
}

/* Quaternary Button */
.quaternary-button {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 16px;
  text-transform: none;
  padding: 0px;
;
  background: rgba(255, 255, 255, 0.0);;
  display: inline-flex;
  align-items: stretch;
  border: 1px none #FFFFFF;
;
  border-radius: 6px;
  font-family: 'CircularStd', 'sans-serif';
  font-weight: 700;
}

.quaternary-button:hover,
.quaternary-button:focus {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
   color: rgba(255, 90, 95, 1.0); 
   background: rgba(255, 255, 255, 0.0);
   border-color: rgba(255, 255, 255, 0%);
   font-family: 'CircularStd', 'sans-serif';
   font-weight: 700;
}

.quaternary-button:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background: rgba(255, 255, 255, 0.0);
  border-color: rgba(255, 255, 255, 0%);
  font-family: 'CircularStd', 'sans-serif';
  font-weight: 700;
}

.quaternary-button:after {
  content: "\f101";
  font-family: "Font Awesome 6 Pro";
  line-height: 26px;
  display: inline-block;
  text-align: center; 
  padding-left: 5px;
  font-weight: 700;
  transition: all .3s ease-in-out;
  font-size: 13px;
  color: rgba(255, 90, 95, 1.0); 
} 

.quaternary-button:hover:after,
.quaternary-button:focus:after {
  color: rgba(255, 90, 95, 1.0); 
  padding-left: 8px;
}

/* FIREFOX */
@-moz-document url-prefix() {
  .quaternary-button:after {
  height: 25px!important;
  } 
}

#submitbutton:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f324"';
  color: #292929;
  background: rgba(#null, 0.0);
  border-radius: 100%;
  line-height: 26px;
  width: 25px;
  height: 24px;
  display: inline-block;
  text-align: center; 
  margin-left: 10px;
  font-weight: 700;
  transition: all .3s ease-in-out;
} 


@media (min-width: 767px) {
  button,
  .button {
    font-size: 16px;
    padding-top: 16px;
padding-right: 40px;
padding-bottom: 16px;
padding-left: 40px;
;
    width: auto;
  }
  .secondary-button {
    font-size: 16px;
    padding-top: 16px;
padding-right: 40px;
padding-bottom: 16px;
padding-left: 40px;
;
    width: auto;
  }
  .tertiary-button {
    font-size: 16px;
    padding-top: 20px;
padding-right: 40px;
padding-bottom: 20px;
padding-left: 40px;
;
    width: auto;
  }
  .quaternary-button {
    font-size: 16px;
    padding: 0px;
;
  }
 
}


form {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */
.form-title {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #010b13;
  text-transform: none;
  font-size: 20px;
  font-weight: regular;
  text-align: left;
}

/* Labels */
form label,
form label span{
  color: #707070;
  font-size: 14px;
  font-weight: 400;
}


form textarea:focus, 
form input[type="text"]:focus, 
form input[type="password"]:focus, 
form input[type="datetime"]:focus, 
form input[type="datetime-local"]:focus, 
form input[type="date"]:focus, 
form input[type="month"]:focus, 
form input[type="time"]:focus, 
form input[type="week"]:focus, 
form input[type="number"]:focus, 
form input[type="email"]:focus, 
form input[type="url"]:focus, 
form input[type="search"]:focus, 
form input[type="tel"]:focus, 
form input[type="color"]:focus, 
form .uneditable-input:focus,
form select:focus,
form select:focus-visible {
  border: 1px solid rgba(135, 123, 77, 1.0);
  outline: none;
  box-shadow: none; 
}

/* Help text */
form legend {
  color: #FF5A5F;
}

/* Error MSG */
form .hs-error-msg,
form .hs-error-msgs label{
  color: #FF5A5F;
  font-size: 12px;
  font-weight: 400;
}

form .hs-input.invalid.error {
  border-color: #FF5A5F;
}

/* 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 input[type="date"],
form select,
form textarea {
  border: 1px solid #5A5D63;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #0C161E;
  border-radius: 4px;
}

form select.is-placeholder {
  color: #5B5C63 !important;
}

/* Form placeholder text */
::-webkit-input-placeholder {
  color: #5B5C63;
}

::-moz-placeholder {
  color: #5B5C63;
}

:-ms-input-placeholder {
  color: #5B5C63;
}

::placeholder {
  color: #5B5C63;
}

/* Inputs - date picker */
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #5B5C63;
}

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

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

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

/* Required * */
form .hs-form-required{
  color: #FF5A5F;
}

/* Consent Comms */
form .hs-richtext,
form .hs-richtext p,
form .legal-consent-container .hs-form-booleancheckbox-display>span,
form .legal-consent-container .hs-form-booleancheckbox-display>span p{
  text-decoration: none;
  font-size: 14px;
  color: #5a5d63;
  text-transform: none;
}

form .hs-richtext a,
form .hs-richtext p a{
  text-decoration: none;
  font-size: 14px;
  text-transform: none;
  color: #5A5D63;
}

form .hs-richtext a:hover,
form .hs-richtext p a:hover{
  color: #FF5A5F;
}

/* Submit button */
form input[type=submit],
form .hs-button {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  background: #FF5A5F;
  border-radius: 30px;
  text-transform: none;
  transition: all .3s ease-in-out;
  border: 1px solid #FF5A5F;
;
  font-size: 16px;
  padding-top: 16px;
padding-right: 40px;
padding-bottom: 16px;
padding-left: 40px;

  font-family: 'CircularStd', 'sans-serif';
  font-weight: 700;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  color: #FFFFFF;
  border-color: #a42531;
  background: #CC4D59; 
  outline: none;
}

form input[type=submit]:active,
form .hs-button:active {
  color: #FFFFFF;
  background: #FF5A5F;
  border: 1px solid #FF5A5F;
;
}

.submitted-message,
.submitted-message p{
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  font-size: 16px;
  text-transform: none;
  color: #010b13; 
  text-align: center; 
}

@media (min-width: 767px) {
  .form-title{
    font-size: 20px;
    font-weight: regular;
    text-align: left;
  }

  form label,
  form label span{
    font-size: 14px;
    font-weight: 400;
  }

  form .hs-richtext,
  form .hs-richtext p,
  form .legal-consent-container .hs-form-booleancheckbox-display>span, 
  form .legal-consent-container .hs-form-booleancheckbox-display>span p,
  form .hs-richtext a,
  form .hs-richtext p a {
    font-size: 14px;
    
  }

  form input[type=submit],
  form .hs-button {
    font-size: 16px;
    padding-top: 16px;
padding-right: 40px;
padding-bottom: 16px;
padding-left: 40px;

  }

  form .hs-error-msg,
  form .hs-error-msgs label{
    font-size: 12px;
  }

  .submitted-message,
  .submitted-message p{
    font-size: 16px;
  }

}

@media (min-width: 990px) {
  .form-title{
    font-size: 20px;
    font-weight: regular;
    text-align: left;
  }

  form label,
  form label span{
    font-size: 14px;
    font-weight: ;
  }

  form .hs-richtext,
  form .hs-richtext p,
  form .legal-consent-container .hs-form-booleancheckbox-display>span, 
  form .legal-consent-container .hs-form-booleancheckbox-display>span p,
  form .hs-richtext a,
  form .hs-richtext p a {
    font-size: 14px;
  }

  form .hs-error-msg,
  form .hs-error-msgs label{
    font-size: 12px;
  }

  .submitted-message,
  .submitted-message p{
    font-size: 16px;
  }

}
footer .hs_cos_wrapper_type_form form{
  position: relative;
  margin-bottom: 22px;
}

footer .hs_cos_wrapper_type_form form label{
  display: none;
}

footer .hs_cos_wrapper_type_form form ul{
  margin: 0;
  padding: 0;
}

footer .hs_cos_wrapper_type_form form .hs-form-field{
  margin: 0;
  padding: 0;
}

footer .hs_cos_wrapper_type_form form .hs-input{
  display: block;
  max-width: 300px;
  min-height: 40px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #FF5A5F;
  font-size: 16px;
  color: #5B5C63;
}

footer .hs_cos_wrapper_type_form form .hs-button{
  display: block;
  width: 100%;
  position: relative;
  max-width: 150px;
  font-size: 16px;
  font-weight: 700 !important;
  line-height: 20px;
  padding: 14px 36px !important;
  background-color: #FF5A5F !important;
  border-radius: 25px !important;
  border: 2px solid #FF5A5F;
}

footer .hs_cos_wrapper_type_form form .hs-button:hover{
  background: none !important;
}

footer .hs_cos_wrapper_type_form {
  display: block;
}

footer .hs_cos_wrapper_type_form h3{
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  
  font-weight: 400;
}

@media (min-width: 992px)
{
  footer .hs_cos_wrapper_type_form form{
    margin-bottom: 0;
  }
  
  footer .hs_cos_wrapper_type_form form .hs-input{
    max-width: 100%;
  }

}
.snapdocs-modal .modal-content{
  background: #e5e5e5;
}

.snapdocs-modal .modal-header{
  border-bottom: 0px solid #e9ecef;
  padding: 7px 10px 5px 5px;
}

.snapdocs-modal .close{
  color: #1a2538;
  opacity: 1; 
}

.snapdocs-modal .close span{
  font-size: 24px;
  float: right;
}

.snapdocs-modal  button:hover, 
.snapdocs-modal  button:focus{
  background: transparent;
  outline: none;
  border-color: transparent;
}

.snapdocs-modal .modal-body{
  padding: 0 16px 16px 16px;
}

.snapdocs-modal .hs_recaptcha{
  float: none;
  width: 100%;
}

.snapdocs-modal .actions{
  text-align: center;
}

.snapdocs-modal .meetings-iframe-container iframe{
  max-height: 655px!important;
}


/* Table */

table {
  border: 1px solid #FF5A5F;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #FF5A5F;

  padding: 18px;

  color: #FF5A5F;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(255, 90, 95, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #FF5A5F;
}





footer h3,
footer h4,
footer p,
footer p span,
footer span,
footer a{
  font-family: CircularStd,"sans-serif";
  font-weight: 400;
}

footer .dnd-section,
.hd-footer .dnd-section{
  padding: 0;
}


.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #010b13;
}

.blog-post__tag-link {
  color: #010b13;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #000000;
}

.blog-post__tag-link:active {
  color: #29333b;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #FF5A5F;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #d73237;
}

.blog-related-posts__title-link:active {
  color: #ff8287;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #ff5a5f;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #d73237;
}

#comments-listing .comment-reply-to:active {
  color: #ff8287;
}


.hs-search-results__title {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #010b13;
}

.systems-page h1, .systems-page h2, .systems-page h3, .systems-page h4, .systems-page p {
  color: inherit; 
}
.systems-page span {
  color: #000000; 
}
.systems-page .backup-unsubscribe input[type=email] {
  max-width: 380px;
}


/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #FF5A5F;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #d73237;
}

.blog-index__post-title-link:active {
  color: #ff8287;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #010b13;
}
/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #010b13;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #000000;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #29333b;
}

.pagination__link-icon svg {
  fill: #010b13;
}
/* Pricing card */

.card__price {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #010b13;
  font-size: ;
}

.card__body svg {
  fill: #FF5A5F;
}
/* Social follow */

.social-links__icon {
  background-color: #FF5A5F;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #d73237;
}

.social-links__icon:active {
  background-color: #ff8287;
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #010b13;
  font-size: ;
}