







/* 1a. Containers */





/* 1b. Colors */










.content-wrapper,
.cm-container,
.grid-container{
  max-width: 1600px;
}

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

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





/* 1c. Typography Variables */


  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  


body {
  font-size: 18px;
  color: 

  
  
    
  


  rgba(110, 102, 101, 1.0)

;
  font-weight: 400;
  font-family: source-sans-pro;
}

/* Paragraphs */

p {

}

/* Anchors */

a {
  color: #bc204b;
}

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

/* Headings */

h1 {
  font-family: source-sans-pro;
  font-size: 48px;
  color: 

  
  
    
  


  rgba(49, 49, 49, 1.0)

;
  font-weight: 400;
}

h2 {
  font-family: source-sans-pro;
  font-size: 36px;
  color: #313131;
  font-weight: 400;
}

h3 {
  font-family: source-sans-pro;
  font-size: 30px;
  color: #313131;
  font-weight: 400;
}

h4 {
  font-family: source-sans-pro;
  font-size: 28px;
  color: #313131;
  font-weight: 400;
}

h5 {
  font-family: source-sans-pro;
  font-size: 26px;
  color: #1d252c;
  font-weight: 500;
}

h6 {
  font-family: source-sans-pro;
  font-size: 24px;
  color: #2a2a66;
  font-weight: 700;
}

/* Blockquote */

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





/* 1d. Buttons  Variables */












button,   
.button {
  background-color: 

  
  
    
  


  rgba(211, 11, 85, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-radius: 0px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 16px 30px;
}

button:hover,
button:focus,   
.button:hover,
.button:focus {
  background-color: 

  
  
    
  


  rgba(235, 12, 95, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

button:active,
.button:active {
  background-color: 

  
  
    
  


  rgba(235, 12, 95, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





/* 1e. Forms  Variables*/











form,
.submitted-message {
  font-size: 18px;
  color: 

  
  
    
  


  rgba(110, 102, 101, 1.0)

;
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  color: 

  
  
    
  


  rgba(35, 31, 32, 1.0)

;
}

/* Form label */

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

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(49, 49, 49, 1.0)

;
}

/* Form inputs */
form .hs-input,
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(203, 197, 197, 0.5)

;
  color: 

  
  
    
  


  rgba(110, 102, 101, 1.0)

;
  background-color: 

  
  
    
  


  rgba(203, 197, 197, 0.15)

;
}

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(203, 197, 197, 0.5)

;
}



/* 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 */
input[type="search"]{
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
form input[type=submit],
form .hs-button {      
  background-color: 

  
  
    
  


  rgba(211, 11, 85, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-radius: 0px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 16px 30px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color:  

  
  
    
  


  rgba(235, 12, 95, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}   

form input[type=submit]:active,
form .hs-button:active {
  background-color:  

  
  
    
  


  rgba(235, 12, 95, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}




/* 1f. Tables Variables */










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

th,
td {
  border-color: #494A52;
  color: #494A52;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(73, 74, 82, 1)

;
  border-bottom-color: #494A52;
  color: #FFFFFF;
}

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





/* 1g. Site header  Variables*/















/*    custom fields            */




/* Button */







/* Button 2 */








/* Header Search */












.textwidget a:hover{
color: 

  
  
    
  


  rgba(255, 89, 89, 1.0)

;
}

header.site-header .navigation-top .navigation-top-column .top_right_navigation a,
header.site-header .navigation-top .navigation-top-column .top_right_navigation button
,header.site-header .navigation-top .navigation-top-column .language_menu{
  border-right-color:

  
  
    
  


  rgba(203, 197, 197, 1.0)


}

















body .header_button a{
 background-color: 

  
  
    
  


  rgba(211, 11, 85, 1.0)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

body .header_button a:hover{
 background-color: 

  
  
    
  


  rgba(235, 12, 95, 1.0)

;
}

#searchform .form-group input#s{
background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
border-color: 

  
  
    
  


  rgba(203, 197, 197, 1.0)

;
}

#searchform .form-group .input-group-btn .search-go{
color:

  
  
    
  


  rgba(255, 89, 89, 1.0)

;
}

#searchform .close_search_container .close-search{
color:

  
  
    
  


  rgba(138, 130, 129, 1.0)

;
}

header.site-header .navigation-top{
 background-color: 

  
  
    
  


  rgba(203, 197, 197, 0.15)

;
}

header.site-header .navigation-top .navigation-top-column .top_right_navigation a,
header.site-header .navigation-top .navigation-top-column .top_right_navigation button ,header.site-header .navigation-top .navigation-top-column .top_right_navigation a span, 
header.site-header .navigation-top .navigation-top-column .top_right_navigation button span,header.site-header .navigation-top .navigation-top-column .language_menu ul>li>a,header.site-header .navigation-top .navigation-top-column .language_menu ul>li>a:hover{
color: 

  
  
    
  


  rgba(110, 102, 101, 1.0)

;
}

header.site-header .navigation-top .navigation-top-column .top_right_navigation a:hover,
header.site-header .navigation-top .navigation-top-column .top_right_navigation button:hover ,
header.site-header .navigation-top .navigation-top-column .top_right_navigation a:hover span, 
header.site-header .navigation-top .navigation-top-column .top_right_navigation button:hover span{
color: 

  
  
    
  


  rgba(199, 28, 72, 1.0)

;
}
  
header.site-header #main_navigation_container{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-menu-primary ul li a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a,
.submenu.level-1 > li>a,
body .navigation-primary .submenu.level-1>li>a{
  color: 

  
  
    
  


  rgba(35, 31, 32, 1.0)

;
}
.custom-menu-primary ul li a:hover,
.custom-menu-primary ul li a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus,
body .navigation-primary .submenu.level-1>li:hover>a{
  color: 

  
  
    
  


  rgba(255, 89, 89, 1.0)

;
  background-color: 

  
  
    
  


  rgba(68, 68, 68, 0.0)

;
}
.custom-menu-primary ul li a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active,
body .navigation-primary .submenu.level-1>li>a.active-item,
body .navigation-primary .submenu.level-1>li>a.active-branch{
  color: 

  
  
    
  


  rgba(36, 36, 88, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}
.custom-menu-primary ul ul,
.header__language-switcher .lang_list_class,
body .navigation-primary .menu_wrapper,
body header nav.navigation-primary .menu-wrap-level-2 , body .megamenu{
  background-color: 

  
  
    
  


  rgba(241, 241, 241, 1.0)

;
}
body .submenu.level-2 > li:first-child:before {
  border-color: ;
}
.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}
body .navigation-primary ul ul li a,
body .navigation-primary .submenu.level-2 li a,
body .navigation-primary .submenu.level-2 .level-3>li>a,
body .navigation-primary .submenu.level-2 .level-3>li>a:after,
body header .navigation-primary ul.level-4>li>a, nav.navigation-primary>ul.level-1>li.hs-certification ul.level-3>li>a, nav.navigation-primary>ul.level-1>li.hs-inspections-consulting ul.level-3>li>a{
  color: 

  
  
    
  


  rgba(35, 31, 32, 1.0)

;
}

body .navigation-primary .submenu.level-2 > li> a:hover,
body .navigation-primary .submenu.level-3 > li> a:hover,
body header .navigation-primary ul.level-4>li>a:hover, nav.navigation-primary>ul.level-1>li.hs-certification ul.level-3>li>a:hover,
nav.navigation-primary>ul.level-1>li.hs-inspections-consulting ul.level-3>li>a:hover,nav.navigation-primary>ul.level-1>li.hs-training ul.level-2>li ul>li>a:hover{
  color: 

  
  
    
  


  rgba(255, 89, 89, 1.0)

;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
}
.custom-menu-primary ul ul li a.active,
body header .navigation-primary ul.level-4>li>a.active,
body header .navigation-primary ul.level-4>li>a.active-item{
  color: 

  
  
    
  


  rgba(36, 36, 88, 1.0)

;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
}


/* Custom fields */    
body header .navigation-primary ul.level-4>li>a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

body header .navigation-primary .submenu.level-2 .submenu.level-3 ul.level-4>li:last-child>a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

header .contact_number a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

header .contact_number a:hover{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}
nav.navigation-primary>ul.level-1>li.hs-training ul.level-2>li ul>li>a, nav.navigation-primary>ul.level-1>li.hs-certification ul.level-2>li ul>li>a{
  color:

  
  
    
  


  rgba(110, 102, 101, 1.0)


}



header .button_2 a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
  background-color: ;
  border-color: 

  
  
    
  


  rgba(#null, 1)

;
}

header .button_2 a:hover{
  color: 

  
  
    
  


  rgba(#null, 1)

;
  background-color: ;
  border-color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header_search form .is-search-input{
  color: 

  
  
    
  


  rgba(#null, 1)

;
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  border-color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header_search form .is-search-input:focus{
  border-color: 

  
  
    
  


  rgba(#null, 1)

;
}

button#hamburger .hamburger-inner,
button#hamburger .hamburger-inner:before,
button#hamburger .hamburger-inner:after {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

button#hamburger:hover .hamburger-inner,
button#hamburger:hover .hamburger-inner:before,
button#hamburger:hover .hamburger-inner:after {  
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

body .big-menu-panel-desktop{
  background-color:

  
  
    
  


  rgba(#null, 1)


}

body .big-side-menu ul>li.hs-menu-depth-1>a,
body .big-side-bottom-menu ul>li.hs-menu-depth-1>a {
  color: 

  
  
    
  


  rgba(#null, 1)


}

body header nav.navigation-primary ul.level-1>li:last-child{
  border-left-color:

  
  
    
  


  rgba(49, 49, 49, 1.0)


}
body .big-side-menu ul>li.hs-menu-depth-1>a:hover,
body .big-side-bottom-menu ul>li.hs-menu-depth-1>a:hover{
  color: 

  
  
    
  


  rgba(#null, 1)

;
  background-color:

  
  
    
  


  rgba(#null, 1)

;
}

body .big-menu-panel-desktop .close-button-desktop-wrap button{
  color:

  
  
    
  


  rgba(#null, 1)


}

body .big-menu-panel-desktop .close-button-desktop-wrap button:hover{
  color:

  
  
    
  


  rgba(#null, 1)


}

body .cm-divider hr {
  border-bottom-color:

  
  
    
  


  rgba(#null, 1)


}

body header .social-links .social-links__icon svg,
body header .social-links .social-links__link  svg{
  fill: 

  
  
    
  


  rgba(#null, 1)


}

body header .social-links .social-links__icon:hover svg, 
body header .social-links .social-links__icon:focus svg, 
body header  .social-links .social-links__icon:active svg,   
body header .social-links .social-links__link:hover svg, 
body header .social-links .social-links__link:focus svg, 
body header .social-links .social-links__link:active svg{
  fill:

  
  
    
  


  rgba(#null, 1)


}


body header .header_top_menu_wrap ul>li.hs-menu-depth-1>a{
    color: 

  
  
    
  


  rgba(#null, 1)

;
    background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

body header .header_top_menu_wrap ul>li.hs-menu-depth-2>a{
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

body header .header_top_menu_wrap ul>li.hs-menu-depth-2>a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

body header .header_top_menu_wrap ul>li.hs-menu-depth-2>a:hover{
  color: 

  
  
    
  


  rgba(#null, 1)

;
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}
body .textwidget a,body .navigation-primary .submenu.level-2 li .textwidget a{
color: 

  
  
    
  


  rgba(199, 28, 72, 1.0)

;
}
body .textwidget a,body .navigation-primary .submenu.level-2 li .textwidget a:hover{
color: 

  
  
    
  


  rgba(255, 89, 89, 1.0)

;
}





/* 1h. Site footer Variables */


















/* Footer form */


/* Footer Social Icon */





  
 



















/*footer .footer-newsletter{
background: linear-gradient(
  237.63deg,

  
  
    
  


  rgba(255, 89, 89, 1.0)

 0%,,

  
  
    
  


  rgba(199, 28, 72, 1.0)

 100%);

}*/
footer .footer-newsletter{
 background:linear-gradient(237.63deg,rgba(255,89,89,1.0) 0%,,rgba(199,28,72,1.0) 100%)
}

footer .footer-newsletter .newsletter_column .form_container form .field input, 
footer .footer-newsletter .newsletter_column .form_container form .field select{
  background-color:

  
  
    
  


  rgba(255, 255, 255, 0.9)

;
}

footer .footer-newsletter .newsletter_column .form_container .form_column.text p{
 color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

footer .footer-newsletter .newsletter_column .form_container form .hs-submit input[type='submit']{
 background-color:

  
  
    
  


  rgba(53, 47, 49, 1.0)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
footer .footer-nav-bottom{
background-color:

  
  
    
  


  rgba(203, 197, 197, 0.15)

;
}
footer .footer-nav-bottom .copyright_column p{
color:

  
  
    
  


  rgba(110, 102, 101, 1.0)

;
}

footer .footer-nav-bottom .copyright_column ul li a , footer .footer-nav-bottom .social_media_column ul li a{
color:

  
  
    
  


  rgba(110, 102, 101, 1.0)

;
}

footer .footer-nav-bottom .copyright_column ul li a:hover , footer .footer-nav-bottom .social_media_column ul li a:hover{
color:

  
  
    
  


  rgba(255, 89, 89, 1.0)

;
}


/*
.footer-nav-top .hs-menu-wrapper>ul>li.hs-menu-depth-1>a , .footer-nav-top .hs-menu-wrapper>ul>li.hs-menu-depth-1:nth-child(2) ul>li>a{
color: 

  
  
    
  


  rgba(35, 31, 32, 1.0)

;
}
*/

footer .footer-info .footer_info_column .footer_logo_container:before{
background-color:

  
  
    
  


  rgba(203, 197, 197, 1.0)

;

}

.footer-nav-top .hs-menu-wrapper>ul>li.hs-menu-depth-1>a:hover , .footer-nav-top .hs-menu-wrapper>ul>li.hs-menu-depth-1:nth-child(2) ul>li>a:hover{
color: 

  
  
    
  


  rgba(255, 89, 89, 1.0)

;
}

footer.site-footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
/* Footer Content */



body footer .footer-info .footer_info_column .footer_info_container p {
  color:  

  
  
    
  


  rgba(110, 102, 101, 1.0)

;
}

body .footer_menu .hs-menu-wrapper>ul>li>a{
  color:  

  
  
    
  


  rgba(#null, 1)

;
}

body .copyright p:last-child{
  color:  

  
  
    
  


  rgba(#null, 1)

;
}

body .social_share .hs-menu-wrapper>ul li a{
  color:  

  
  
    
  


  rgba(#null, 1)

;
}

body .social_share .hs-menu-wrapper>ul li a:hover{
  color:  

  
  
    
  


  rgba(#null, 1)

;
}

body .footer-nav-top .hs-menu-wrapper>ul>li ul li a {
  color:  

  
  
    
  


  rgba(110, 102, 101, 1.0)

;
}

body .footer-nav-top .hs-menu-wrapper>ul>li ul li a:hover{
  color:  

  
  
    
  


  rgba(255, 89, 89, 1.0)

;
}

body footer .cell ul li.hs-menu-depth-1:not(:last-child)>a:after{
  color:  

  
  
    
  


  rgba(#null, 1)

;
}


body .footer_form_heading h2{
  color:  

  
  
    
  


  rgba(255, 89, 89, 1.0)

;
}

body .footer_form_heading h3{
  color:  

  
  
    
  


  rgba(199, 28, 72, 1.0)

;
}


body .newsletter_form form .hs-input{
  color:  

  
  
    
  


  rgba(#null, 1)

;
  background:  

  
  
    
  


  rgba(255, 255, 255, 0.9)

;
  border-color:  

  
  
    
  


  rgba(#null, 1)

;
}

body .newsletter_form form .hs-button{
  color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background:  

  
  
    
  


  rgba(53, 47, 49, 1.0)

;
  border-color:  

  
  
    
  


  rgba(53, 47, 49, 1.0)

;
}

body .newsletter_form form .hs-button:hover{
  color:  

  
  
    
  


  rgba(#null, 1)

;
  background:  

  
  
    
  


  rgba(#null, 1)

;
  border-color:  

  
  
    
  


  rgba(#null, 1)

;
}

body footer .social-links .social-links__icon svg,
body footer .social-links .social-links__link  svg{
  fill: 

  
  
    
  


  rgba(#null, 1)

;
}

body footer .social-links .social-links__icon:hover svg, 
body footer .social-links .social-links__icon:focus svg, 
body footer  .social-links .social-links__icon:active svg,
body footer .social-links .social-links__link:hover svg, 
body footer .social-links .social-links__link:focus svg, 
body footer .social-links .social-links__link:active svg{
  fill:

  
  
    
  


  rgba(#null, 1)

;
}








/* Blog Header */

.blog-header {
  background-color: rgb(245, 245, 245);
}

/* Blog Listing */

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10); 
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: 

  
  
    
  


  rgba(110, 102, 101, 1.0)

;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #FF5959;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #FF5959;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #494A52;
}

.blog-pagination__link {
  color: 

  
  
    
  


  rgba(110, 102, 101, 1.0)

;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #494A52;
}

.blog-post__title {
  color: 

  
  
    
  


  rgba(49, 49, 49, 1.0)

;
  font-family:source-sans-pro;
  font-size: 48px;
  font-weight: ;
}

.blog-post__author {
  background-color: #F8FAFC;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
  background-color: #fff;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #FF5959;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #FF5959;
}

.blog-index__post-content--small h2 {
  font-size: 30px;
}

.blog-index__post-content a {
  color: 

  
  
    
  


  rgba(110, 102, 101, 1.0)

;
}

.blog-post__read-more svg {
  fill: 

  
  
    
  


  rgba(110, 102, 101, 1.0)

;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-sidebar a {
  color: 

  
  
    
  


  rgba(110, 102, 101, 1.0)

;
}

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(245, 245, 245);
}

.post-featured-image {
  max-height: 600px;
}

.blog-post__meta a {
  color: 

  
  
    
  


  rgba(110, 102, 101, 1.0)

;
}

.blog-post__meta a:hover {
  color: #FF5959;
}

.blog-post__links-container {
  border-top:  2px solid rgb(228, 230, 232);
}

.blog-post__back-to-blog {
  color: 

  
  
    
  


  rgba(110, 102, 101, 1.0)

;
}

.blog-post__back-to-blog svg {
  fill: 

  
  
    
  


  rgba(110, 102, 101, 1.0)

;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(228, 230, 232) !important;
}

.comment.depth-1 {
  border-left: 2px solid rgb(228, 230, 232);
}

.section.post-footer .hs-input {
  border-color: rgb(228, 230, 232);
}

.blog-recent-posts {
  background-color: rgb(245, 245, 245);
}











.card__price {
  font-family: source-sans-pro
    font-size: 30px;
  color: #313131;
  font-weight: 
}