







/* 1a. Containers */


  



  


/* 1b. Colors */







/* 1c. Typography */





























@media only screen and (max-width: 768px) {
  .mobCenter {
    text-align: center !important;
  }
}

/* 1d. Buttons */






























/* 1e. Forms */






























/* 1f. Icons */
















/* 1g. Cards */











/* 1h. Tables */













/* 1i. Website header */



























/* 1j. Website footer */













/* Drag and drop layout styles */

.dnd-section {
  padding: 60px 20px;
}

/* Padding on blog post sections */

.blog-post-section {
  padding: 160px 0 0;
}

/* .content-wrapper is used for blog post and system templates and .header-wrapper is used for the website header module */

.dnd-section > .row-fluid,
.content-wrapper,
.header__wrapper {
  max-width: 1200px;
}





html {
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: #ffffff;
  color: #231f20;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
}

/* Anchors */

a {
  font-weight: 400; text-decoration: underline; font-family: Poppins, sans-serif; font-style: normal;
  color: #E1000B;
}

a:hover,
a:focus {
  font-weight: 400; text-decoration: underline; font-family: Poppins, sans-serif; font-style: normal;
  color: #415239;
}

a:active {
  font-weight: 400; text-decoration: underline; font-family: Poppins, sans-serif; font-style: normal;
  color: #91a289;
}

/* Headings */

h1 {
  font-family: Poppins, serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #E1000B;
  font-size: 45px;
  text-transform: none;
  line-height: 1.1em;
}

h2 {
  font-family: Poppins, serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #E1000B;
  font-size: 30px;
  text-transform: none;
}

h3 {
  font-family: Poppins, serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #E1000B;
  font-size: 20px;
  text-transform: none;
}

h4 {
  font-family: Poppins, serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #E1000B;
  font-size: 16px;
  text-transform: none;
}

h5 {
  font-family: Poppins, serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #E1000B;
  font-size: 20px;
  text-transform: none;
}

h6 {
  font-family: Poppins, serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #E1000B;
  font-size: 16px;
  text-transform: none;
}

/* Blockquotes */

blockquote {
  font-family: Poppins, serif; font-style: normal; font-weight: 600; text-decoration: none;
  border-left-color: #f4f0ec;
  color: #E1000B;
  font-size: 24px;
}

blockquote > footer {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  font-size: 16px;
}

/* Horizontal rules */

hr {
  border-bottom-color: #d7d9e3;
}





/* Primary button */

.text-center {
  text-align: center;
}

.white-text {
  color: #fff;
}

button,
.button,
.hs-button {
  border: 1px solid #E1000B;

  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(225, 0, 11, 1.0)

;
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px;
  text-transform: none;
  border-radius: 25px;
  transition: all 500ms;
}

.button-dark {
  background: #5f5f60;
  font-size: 16px;
  text-transform: none;
  border: 1px solid #5f5f60;
  border-radius: 25px;
  transition: all 500ms;
}

.button-dark:hover
.button-dark:focus
.button-dark:active {
  background: #969696;
  border: 1px solid #969696;
}

.button-white {
  background: #fff;
  color: #e1000b;
  font-size: 16px;
  text-transform: none;
  border: 1px solid #5f5f60;
  border-radius: 25px;
  transition: all 500ms;
}

.button-white:hover
.button-white:focus
.button-white:active {
  background: #e1000b;
  border: 1px solid #e1000b;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active {
  border: 1px solid #E1000B;

  font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: #686869;
  color: #ffffff;
  fill: #ffffff;
  border: 1px solid #686869;
}

button:active,
.button:active,
.hs-button:active {
  border: 1px solid #E1000B;

  font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(145, 162, 137, 100);
  border-color: #ff505b;
  color: #ffffff;
  fill: #ffffff;
}

/* Secondary button */

.button.button--secondary {
  border: 1px solid #E1000B;

  font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-radius: 0px;
  color: #E1000B;
  fill: #E1000B;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  border: 1px solid #E1000B;

  font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(225, 0, 11, 1.0)

;
  color: #ffffff;
  fill: #ffffff;
}

.button.button--secondary:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(255, 80, 91, 100);
  border: 1px solid #E1000B;

  border-color: #ff505b;
  color: #ffffff;
  fill: #ffffff;
}

/* Simple button */

.button.button--simple {
  font-weight: 400; text-decoration: underline; font-family: Poppins, sans-serif; font-style: normal;
  color: #E1000B;
  fill: #E1000B;
}

.button.button--simple:hover,
.button.button--simple:focus {
  font-weight: 400; text-decoration: underline; font-family: Poppins, sans-serif; font-style: normal;
  color: #415239;
  fill: #415239;
}

.button.button--simple:active {
  font-weight: 400; text-decoration: underline; font-family: Poppins, sans-serif; font-style: normal;
  color: #91a289;
  fill: #91a289;
}

/* Button sizing */

.button.button--small {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-size: 14px;
}

.button.button--large {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-size: 18px;
}





/* Form */

form {
  border: 1px none #5F5F60;

  padding: 45px;

  background-color: 

  
  
    
  


  rgba(95, 95, 96, 1.0)

;
  border-radius: 5px;
}

/* Form title */

.form-title {
  border: 1px none #5F5F60;

  padding: 25px;

  font-family: Poppins, serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(95, 95, 96, 1.0)

;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #ffffff;
  font-size: 20px;
  text-transform: ;
}

/* Labels */

form label {
  padding-top: 6px;
padding-right: 0px;
padding-bottom: 6px;
padding-left: 0px;

  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 16px;
}

/* Help text */

form legend {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
  font-size: 14px;
}

/* Form fields */

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='search'],
form select,
form textarea {
  border: 1px none #d7d9e3;

  padding: 10px;

  font-family: Poppins, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #231f20;
  font-size: 16px;
}

/* Form fields - placeholders */

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

::-moz-placeholder {
  color: #d7d9e3;
}

:-ms-input-placeholder {
  color: #d7d9e3;
}

:-moz-placeholder {
  color: #d7d9e3;
}

::placeholder {
  color: #d7d9e3;
}

/* Form fields - date picker */

form .hs-dateinput:before {
  right: 10px;
}

form .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(225, 0, 11, 1.0)

;
  color: #ffffff;
}

form td.is-today .pika-button {
  color: #231f20;
}

form .is-selected .pika-button {
  background-color: #f4f0ec;
  color: #231f20;
}

form .pika-button:hover {
  background-color: #E1000B !important;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
  font-size: 14px;
}

/* Submit button */



  form input[type='submit'],
  form .hs-button {
    border: 1px solid #E1000B;

    font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(225, 0, 11, 1.0)

;
    border-radius: 0px;
    color: #ffffff;
    text-transform: none;
    border-radius: 27px;
  }

  form input[type='submit']:hover,
  form input[type='submit']:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    border: 1px solid #E1000B;

    font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(65, 82, 57, 1.0)

;
    color: #ffffff;
  }

  form input[type='submit']:active,
  form .hs-button:active {
    border: 1px solid #E1000B;

    font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: rgba(145, 162, 137, 100);
    border-color: #ff505b;
    color: #ffffff;
}





  form input[type='submit'],
  form .hs-button {
    padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

    font-size: 16px;
  }



/* Inline thank you message */

.submitted-message {
  border: 1px none #5F5F60;

  padding: 45px;

  background-color: 

  
  
    
  


  rgba(95, 95, 96, 1.0)

;
  border-radius: 5px;
}

/* Contact page form styles */

body.contact form {
  background: #E1000B;
}
body.contact form input[type='submit'], form .hs-button {
  background-color: #000000;
}





/* Default icon (regular/dark) */

.icon {
  padding: 15px;

  background-color: 

  
  
    
  


  rgba(115, 78, 54, 1.0)

;
  padding: 10px;
}

.icon svg {
  fill: #ffffff;
  height: 16px;
  width: 16px;
}

/* Light icon */

.icon--light .icon {
  background-color: #e1000b;
}

.icon--light svg {
  fill: #fff;
}

/* Size */

.icon--small svg {
  height: 12px;
  width: 12px;
}

.icon--small .icon {
  padding: 10px;

}

.icon--large svg {
  height: 24px;
  width: 24px;
}

.icon--large .icon {
  padding: 25px;

}





/* Table */

table {
  border: 1px solid #d7d9e3;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

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

  padding: 10px;

  color: #231f20;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(225, 0, 11, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(244, 240, 236, 1.0)

;
  color: #231f20;
}





/* Header container */

.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Header content color */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header a:not(.button),
.header span,
.header div,
.header li,
.header blockquote,
.header .tabs__tab,
.header .tabs__tab:hover,
.header .tabs__tab:focus,
.header .tabs__tab:active {
  color: #231f20;
}

/* Header top bar */

.header__top {
  background-color: 

  
  
    
  


  rgba(244, 240, 236, 1.0)

;
}

/* Language switcher */

.header__language-switcher-current-label > span {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}

.header__language-switcher:hover .header__language-switcher-current-label > span,
.header__language-switcher:focus .header__language-switcher-current-label > span {
  font-family: Poppins, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #E1000B;
}

.header__language-switcher-child-toggle svg {
  fill: #231f20;
}

/* Language switcher - submenu */

.header__language-switcher .lang_list_class {
  border-color: #d7d9e3;
}

.header__language-switcher .lang_list_class li {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class a:not(.button) {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  text-transform: none;
}

.header__language-switcher .lang_list_class a:hover,
.header__language-switcher .lang_list_class a:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}

.header__language-switcher .lang_list_class a:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Header bottom */

.header__bottom {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)) !important;
}

.header__menu-item--depth-1 {
  padding: 0 1.55rem !important;vice
}

/* Logo */

.header__logo-company-name {
  font-family: Poppins, serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #E1000B;
  font-size: 45px;
  text-transform: none;
}

.header__logo img {
height: auto;
max-width: 70% !important; }


 /* Form title STYLING */

.form-title { 
  border-radius: 5px 5px 0px 0px !important;
  padding:10px;
  text-align:center;
  position:relative;
  top:30px; 
}

.h2-h3 {
  font-size:30px;
}

.vacancy-card {
background:#969696;
padding:20px;
color:white;}


 /* SERVICE REPEATER STYLING */


section.services-repeater div.content-wrapper div.service.col-6 {
width:33% !important;
}

.row-fluid-wrapper.row-depth-1.row-number-7.dnd_area-row-2-force-full-width-section.dnd_area-row-2-padding.dnd-section.dnd_area-row-2-background-image {
    background-size: cover !important;
}


/* Page specific styling due to bad hubspot module styling */

.hs-content-id-46167815900 .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}



/* ipad STYLING*/

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1200px) {
    
    /* service repeater buttons (learn more) */
    section.services-repeater div.content-wrapper div.service div.service-link-contain {
    font-size:10px;}
    section.services-repeater div.content-wrapper div.service div.description {
    margin-bottom:25px;}
    
    section.services-repeater div.content-wrapper div.service div.title {    
    margin-top: 25px !important;
}
    
    /* service repeater buttons END */
    
        img.header__logo-image {
    margin-left:30px;}
    
    section.services-repeater div.content-wrapper div.service {
    padding:40px 20px 30px !important;}
    
    section.services-repeater .content-wrapper {
    padding:0px 0px !important;}
    
    section.services-repeater div.content-wrapper div.service h3 {
    font-size:18px !important;}
    
    /* menu */
  nav.header__menu.header__menu--desktop{
    display:none;
}
  .header__menu-toggle--show {
    display: block !important;
    float: right;
    padding-right: 40px !important;
}
    .header__menu-container--mobile {
    display:block !important;}
    
    .header__menu--show {
    display:block !important;}
    .header__menu--mobile {
    background-color: rgba(255,255,255,1.0);
}
    .header__menu--mobile {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 99;
}
    
    .header__menu-item--depth-1 {
    border-top: 1px solid #d7d9e3;
}
    
    .header__menu-item {
    display: block;
    text-align: left;
    width: 100%;
}
    
   .header__menu-item--depth-1>.header__menu-link:not(.button) {
    color: #e1000b;
}
    
    .header__menu-link {
    display: block;
    padding: 0.7rem 1rem;
    width: 100%;
}
    .header__menu-item--depth-1>.header__menu-link:not(.button) {
    color: #e1000b !important;
}

}



@media (max-width: 767px) {
  
  /* section to hide background image ABOUT US page */
  .dnd_area-row-5-background-image {
  background-blend-mode: darken;}
  
     /*About us - Need more information background image */
    .row-fluid-wrapper.row-depth-1.row-number-11.dnd_area-row-3-background-image.dnd-section.dnd_area-row-3-background-color {
      background-blend-mode: darken;
    }
  
  .row-fluid-wrapper.row-depth-1.row-number-23.dnd_area-row-7-background-color.dnd-section.dnd_area-row-7-background-image {
    background-blend-mode: darken;
  }
  
  /* repeater description height on ABOUT US */
  section.services-repeater div.content-wrapper div.service div.description {
    padding-bottom: 40px;
    min-height: auto !important;
}
  
  .header__menu--mobile {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
  
  /* MOBILE SERVICE REPEATER STYLING */
   
 
  section.services-repeater div.content-wrapper div.service div.title {
    margin-top: 15px !important;
}
  
  .header__menu-item--depth-1 .header__menu-child-toggle svg {
  fill: #000000 !important;}
  
  
}

/* Menu items */

.header__menu-link {
  font-family: Poppins, serif; font-style: normal; font-weight: 400; text-decoration: none;
  font-size: 16px;
  text-transform: none;
}

@media (max-width: 767px) {
  .header__menu-item--depth-1 {
    border-top: 1px solid #d7d9e3;
  }
}

/* Menu items - top level */

.header__menu-link:hover { color:white !important; opacity:0.6;}
.header__menu-submenu .header__menu-link:hover {color: black !important; opacity: 0.5 !important;}

.header__menu-item--depth-1 > .header__menu-link:not(.button) {
  color: #ffffff;
}

.header__menu-item--depth-1 > .header__menu-link:hover,
.header__menu-item--depth-1 > .header__menu-link:focus {
  font-family: Poppins, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
}

.header__menu-item--depth-1 > .header__menu-link:active {
  font-family: Poppins, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #505050;
}

.header__menu-item--depth-1 > .header__menu-link--active-link:not(.button) {
  font-family: Poppins, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
}

.header__menu-item--depth-1 .header__menu-child-toggle svg {
  fill: #ffffff;
}

/* Menu items - submenus */

.header__menu-submenu {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #d7d9e3;
}

.header__menu-submenu {
width:250px !important;}

.header__menu-submenu .header__menu-link:not(.button) {
  color: #ffffff;
}

.header__menu-submenu .header__menu-item--depth-2 .header__menu-link:not(.button) {
  color: #E1000B;
}

.header__menu-submenu .header__menu-item:hover,
.header__menu-submenu .header__menu-item:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus {
  font-family: Poppins, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
}

.header__menu-submenu .header__menu-link:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__menu-submenu .header__menu-link--active-link:not(.button) {
  color: ;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Menu icons */

.header__menu-toggle svg {
  fill: #ffffff;
}





/* Footer container */

.footer {
  background-color: 

  
  
    
  


  rgba(95, 95, 96, 1.0)

;
  border-bottom: 8px solid #E1000B;
}
.footer .hs-menu-wrapper .active>a {
text-decoration:underline !important;
color:white !important;}

/* Footer content color */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.button),
.footer span,
.footer div,
.footer li,
.footer blockquote,
.footer .tabs__tab,
.footer .tabs__tab:hover,
.footer .tabs__tab:focus,
.footer .tabs__tab:active {
  color: #231f20;
}

.footer hr {
  border-bottom-color: #231f20 !important;
}

/* Footer menu */

.footer .hs-menu-wrapper a {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  text-transform: none;
}
.footer .hs-menu-wrapper li:first-of-type a {
  font-weight: bold;
  cursor: default;
}
.footer .hs-menu-wrapper li:first-of-type a:hover,
.footer .hs-menu-wrapper li:first-of-type a:focus,
.footer .hs-menu-wrapper li:first-of-type a:active {
  color: #ffffff;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.footer .hs-menu-wrapper a:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #505050;
}

.footer .hs-menu-wrapper .active > a {
  font-weight: bold; text-decoration: underline; font-family: Poppins, sans-serif; font-style: normal;
  color: #000000;
}






/* Dark card */

.card--dark {
  background-color: #5F5F60;
  border-radius: 0px;
  color: #ffffff;
  border-bottom: 11px solid #E10713;
  transition: box-shadow 0.3s;
}
.card--dark:hover {
  box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.3);
}

.card--dark summary,
.card--dark p,
.card--dark h1,
.card--dark h2,
.card--dark h3,
.card--dark h4,
.card--dark h5,
.card--dark h6,
.card--dark a:not(.button),
.card--dark span,
.card--dark div,
.card--dark li,
.card--dark blockquote {
  color: #ffffff;
}

/* Light card */

.card--light {
  border: 1px solid #d7d9e3;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #231f20;
}

.card--light summary,
.card--light p,
.card--light h1,
.card--light h2,
.card--light h3,
.card--light h4,
.card--light h5,
.card--light h6,
.card--light a:not(.button),
.card--light span,
.card--light div,
.card--light li,
.card--light blockquote {
  color: #231f20;
}





/* Error templates */

.error-page:before {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
}

/* System templates */

#email-prefs-form,
#email-prefs-form h1,
#email-prefs-form h2 {
  color: #231f20;
}

/* Search template */

.hs-search-results__title {
  font-size: 30px;
}

/* Backup unsubscribe template */

.backup-unsubscribe input[type='email'] {
  font-size: 16px !important;
  padding: padding: 10px;
 !important;
}





/* Accordion */

.accordion__summary,
.accordion__summary:before {
  font-family: Poppins, serif; font-style: normal; font-weight: 600; text-decoration: none;
  font-size: 16px;
}

.card--dark .accordion__summary:before {
  color: #ffffff;
}

.card--light .accordion__summary:before {
  color: #231f20;
}

/* Blog listing, recent posts, related posts, and blog post */

.blog-top-row {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
}
.col-6 {
    width: 50%;
}
.flex-start, .flex-end {
    display: flex;
}
.flex-start {
    justify-content: flex-start;
}
.flex-end {
    justify-content: flex-end;
}
@media only screen and (max-width:620px ) {
  .col-6 {
    width: 100%;
  }
  .flex-end {
    justify-content: flex-start;
  }
}
.blog-listing__post-title {
  text-transform: none;
}

.blog-listing__post-title-link {
  font-family: Poppins, serif; font-style: normal; font-weight: 600; text-decoration: none;
  color:#fff;
}

.blog-listing__post-title-link:hover,
.blog-listing__post-title-link:focus {
  font-family: Poppins, serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #910000;
}

.blog-listing__post-title-link:active {
  font-family: Poppins, serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #ff505b;
}

.blog-listing__post-tag {
  color: #231f20;
}

.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus {
  color: #000000;
}

.blog-listing__post-tag:active {
  color: #736f70;
}

.blog-listing__post-author-name,
.blog-post__author-name {
  color: #231f20;
}

.blog-listing__post-author-name :hover,
.blog-listing__post-author-name :focus,
.blog-post__author-name:hover,
.blog-post__author-name:focus {
  color: #000000;
}

.blog-listing__post-author-name :active,
.blog-post__author-name:active {
  color: #736f70;
}

/* Image gallery */

.image-gallery__close-button-icon:hover,
.image-gallery__close-button-icon:focus {
  background-color: rgba(35, 0, 0, 1.0);
}

.image-gallery__close-button-icon:active {
  background-color: rgba(195, 158, 134, 1.0);
}

.icon--light .image-gallery__close-button-icon:hover,
.icon--light .image-gallery__close-button-icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .image-gallery__close-button-icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Pagination */

.pagination__link-icon svg {
  fill: #E1000B;
  height: 16px;
  width: 16px;
}

.pagination__link:hover .pagination__link-icon svg,
.pagination__link:focus .pagination__link-icon svg {
  fill: #415239;
}

.pagination__link:active .pagination__link-icon svg {
  fill: #ff505b;
}

.pagination__link--active {
  border-color: #d7d9e3
}

/* Pricing card */

.pricing-card__heading {
  background-color: #E1000B;
}

/* Social follow and social sharing */

.social-follow__icon:hover,
.social-follow__icon:focus,
.social-sharing__icon:hover,
.social-sharing__icon:focus {
  background-color: rgba(35, 0, 0, 1.0);
}

.social-follow__icon:active,
.social-sharing__icon:active {
  background-color: rgba(195, 158, 134, 1.0);
}

.icon--light .social-follow__icon:hover,
.icon--light .social-follow__icon:focus,
.icon--light .social-sharing__icon:hover,
.icon--light .social-sharing__icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .social-follow__icon:active,
.icon--light .social-sharing__icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Tabs */

.tabs__tab,
.tabs__tab:hover,
.tabs__tab:focus,
.tabs__tab:active {
  border-color: #231f20;
  color: #231f20;
}

/* General Mobile Styles */
@media (max-width: 767px) {
  h1 { font-size: 30px; }
  .header__menu-item--depth-1>.header__menu-link:not(.button) {
    color: #E1000B;
  }
}

.dnd_area-column-6-row-1-background-image {
  padding: 0 20px;
}