







/* 1a. Containers */





/* 1b. Breakpoints */







/* 1c. Colors */









/* 1d. Typography */











/* 1e. Border */



/* 1f. Corner Radius */



/* 1g. Lists */






/* 1h. Horizontal Rule */



/* 1i. Blockquote */




/* 1j. Buttons */








































/* 1k. Forms */















































/* 1l. Tables */











/* 1m. Site Header */












/* 1n. Site Footer */












/* 1o. Blog */








.content-wrapper {
  max-width: 1300px;
}
.content-wrapper--narrow {
  max-width: 760px;
}

@media screen and (min-width: 800px) {
  .content-wrapper--narrow {
    padding: 0;
  }
}

.dnd-section,
.content-wrapper--blog-index,
.content-wrapper--blog-post {
  padding: 80px 0;
}

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






body {
  font-weight: 100; font-family: 'GT America';
  background-color: #FFFFFF;
  color: #342927;
  font-size: 16px;
}

/* Paragraphs */

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

a {
  font-weight: 100; font-family: 'GT America';
  color: #916f41;
}

a:hover, a:focus {
  font-weight: 100; font-family: 'GT America';
  color: #916f41;
}

a:active {
  font-weight: 100; font-family: 'GT America';
  color: #e1bf91;
}

a.button:disabled {
  background-color: #f1f1f1;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400; font-family: Romie;
  color: #291f1d;
  text-transform: none;
}



h1 {
  font-weight: 400; font-family: Romie;
  color: #291f1d;
  font-size: 50px;
  letter-spacing: 0px;
  text-transform: none;
}

h2 {
  font-weight: 400; font-family: Romie;
  color: #291f1d;
  font-size: 38px;
  letter-spacing: 0px;
  text-transform: none;
}

h3 {
  font-weight: 400; font-family: Romie;
  color: #291f1d;
  font-size: 30px;
  letter-spacing: 0px;
  text-transform: none;
}

h4 {
  font-weight: 300; font-family: Romie;
  color: #291f1d;
  font-size: 20px;
  letter-spacing: 1.18px;
  text-transform: none;
}

h5 {
  font-weight: 700; font-family: Romie;
  color: #291f1d;
  font-size: 20px;
  letter-spacing: 1.18px;
  text-transform: none;
}

h6 {
  font-weight: 400; font-family: Romie;
  color: #291f1d;
  font-size: 18px;
  letter-spacing: 1.06px;
  text-transform: none;
}
@media (max-width:767px){
  h1{
    font-size:32px;
  }

  h2{
    font-size:36px;
  }

  h3{
    font-size:36px;
  }

  h4{
    font-size:30px;
  }

  h5{
    font-size:28px;
  }
}


/* Lists */

ul,
ol {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}

ul li,
ol li {
  margin: 0.7rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 1.5rem;
}

/* Blockquote */

blockquote {
  border-left: 10px solid #f6f5f1;
  padding-left: 1.5rem;
}

/* Horizontal Rules */

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





/* Primary Button */
.hs-button,
.cta_button,
button,
.button {
  font-weight: 300; font-family: 'GT America';
  background-color: 

  
  
    
  


  rgba(145, 111, 65, 1.0)

;
  border: 1px solid #c29b40;
  border-radius: 0px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 16px;
  padding: 12px 44px;
  text-transform: uppercase;
}
.hs-button:hover,
.cta_button:hover,
.hs-button:focus,
.cta_button:focus,
button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active {
  font-weight: 400; font-family: 'GT America';
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #c29b40;
  color: #291f1d;
}

button:active,
.button:active {
  font-weight: 400; font-family: 'GT America';
  background-color: rgba(255, 255, 255, 100);
  border: 1px solid #c29b40;
  border-color: #ffeb90;
  color: #291f1d;
}

/* Disabled Button */

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: #f1f1f1;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
}

/* Secondary Button */

.button.button--secondary {
  font-family: 'GT America';
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #916f41;
  border-radius: 0px;
  color: #916f41;
  fill: #916f41;
  padding: 12px 44px;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  font-weight: 400; font-family: 'GT America';
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #c29b40;
  color: #c29b40;
  fill: #c29b40;
}

.button.button--secondary:active {
  font-weight: 400; font-family: 'GT America';
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #c29b40;
  border-color: #ffeb90;
  color: #ffeb90;
  fill: #ffeb90;
}

/* Simple Button */

.button.button--simple {
  font-weight: 400; font-family: 'GT America';
  color: #002349;
  fill: #002349;
  text-transform: uppercase;
}



.button.button--simple:after {
  background-color: #002349;
  bottom: -2px;
  content: '';
  height: 1px;
}



.button.button--simple:hover,
.button.button--simple:focus {
  font-weight: 400; font-family: 'GT America';
  color: #c29b40;
  fill: #c29b40;
}



.button.button--simple:hover:after,
.button.button--simple:focus:after,
.button.button--simple:active:after {
  background-color: #c29b40;
  bottom: -2px;
  height: 1px;
}



.button.button--simple:active {
  font-weight: 400; font-family: 'GT America';
  color: #ffeb90;
  fill: #ffeb90;
}

/* Button Sizing */

.button.button--small {
  font-size: 14px;
  padding: 12px 44px;
}

.button.button--large {
  font-size: 18px;
  padding: 12px 44px;
}





form {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 0.0)

;
  border: 1px none #D0D0D0;
  border-radius: 0px;
  padding: 0px 0px;
}

.hs-form-field {
  margin-bottom: 1.5rem;
}

/* Form Title */

.form-title {
  font-weight: 400; font-family: Romie;
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 0.0)

;
  border: 1px none #D0D0D0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #291f1d;
  font-size: 32px;
  padding: 0px 0px;
  text-transform: none;
}

/* Labels */

.hs-form-field > label,
.hs-form-field > label span {
  font-family: 'GT America';
  color: #291f1d;
  font-size: 16px;
  padding: 2px 0px;
}

/* Help Text - Legends */

.hs-form-field legend {
  font-weight: 100; font-family: 'GT America';
  color: #291f1d;
  font-size: 14px;
}

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
select,
textarea {
  font-weight: 100; font-family: 'GT America';
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #001731;
  border-radius: 0px;
  color: #342927;
  font-size: 16px;
  padding: 12px 12px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='file']:focus,
select:focus,
textarea:focus {
  outline-color: #916f41;
}

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

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

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

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

::placeholder {
  color: #D0D0D0;
}

/* Inputs - Checkbox/Radio */

form .inputs-list:not(.no-list) label,
form .inputs-list:not(.no-list) label > span,
form .inputs-list:not(.no-list) label > span p {
  font-weight: 100; font-family: 'GT America';
  color: #291f1d;
  font-size: 16px;
}

/* Inputs - Datepicker */

.fn-date-picker .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
  color: #FFFFFF;
}

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

.hs-datepicker .is-selected button.pika-button {
  background-color: #f6f5f1;
  color: #342927;
}

.hs-datepicker button.pika-button:hover {
  background-color: #916f41 !important;
}

/* Form Rich 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-weight: 100; font-family: 'GT America';
  color: #291f1d;
}

/* GDPR Text */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-weight: 100; font-family: 'GT America';
  color: #291f1d;
  font-size: 14px;
}

/* Validation */

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

.hs-error-msg,
.hs-error-msgs {
  color: #ef6b51;
}

/* Submit */



form input[type='submit'],
form .hs-button {
  font-weight: 300; font-family: 'GT America';
  background-color: 

  
  
    
  


  rgba(145, 111, 65, 1.0)

;
  border: 1px solid #c29b40;
  border-radius: 0px;
  color: #FFFFFF;
  fill: #FFFFFF;
  padding: 12px 44px;
  text-transform: uppercase;
}

form input[type='submit']:hover,
form input[type='submit']:focus,
form .hs-button:hover,
form .hs-button:focus {
  font-weight: 400; font-family: 'GT America';
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #c29b40;
  color: #291f1d;
}

form input[type='submit']:active,
form .hs-button:active {
  font-weight: 400; font-family: 'GT America';
  background-color: rgba(255, 255, 255, 100);
  border: 1px solid #c29b40;
  border-color: #ffeb90;
}





form input[type='submit'],
form .hs-button {
  font-size: 16px;
  padding: 12px 44px;
}



/* Inline Thank You Message */

.submitted-message {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 0.0)

;
  border: 1px none #D0D0D0;
  border-radius: 0px;
  padding: 0px 0px;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D2E9FC;
}

th,
td {
  border: 1px solid #D2E9FC;
  color: #342927;
  padding: 15px 15px;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
  border-bottom: 2px none #D2E9FC;
  color: #FFFFFF;
}

tbody + tbody {
  border-top: 2px none #D2E9FC;
}






.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-bottom: 1px none #FFFFFF;
}

.header__container {
  max-width: 1300px;
}

/* Header Content */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header span,
.header div,
.header li,
.header blockquote,
.header .related-post__title a {
  color: 

  
  
    
  


  rgba(52, 41, 39, 1)

;
}

/* Logo */

.header__logo .logo-company-name {
  color: 

  
  
    
  


  rgba(52, 41, 39, 1)

;
}

/* Navigation Menu */

.navigation-primary .menu-item a {
  ;
  color: #342927;
  font-size: 16px;
  text-transform: none;
}

.navigation-primary .menu-item a:hover,
.navigation-primary .menu-item a:focus {
  ;
  color: #342927;
}

.navigation-primary .menu-item a:active {
  ;
  color: #342927;
}

.navigation-primary .submenu:not(.level-1) {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:hover,
.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:focus {
  ;
  background-color: 

  
  
    
  


  rgba(239, 247, 255, 1.0)

;
  color: #342927;
}

.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:active {
  ;
  background-color: 

  
  
    
  


  rgba(145, 111, 65, 1.0)

;
  color: #342927;
}


@media (min-width: 768px) {
  .navigation-primary .submenu:not(.level-1) {
    border: 2px solid #EFF7FE;
  }
}

@media (max-width: 768px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__menu .header__mobile-menu-icon,
  .header__menu .header__mobile-menu-icon:after,
  .header__menu .header__mobile-menu-icon:before,
  .header__menu .menu-arrow-icon,
  .header__menu .menu-arrow-icon:after {
    background-color: #342927;
  }

  .navigation-primary .submenu.level-1 .menu-item .menu-link:hover,
  .navigation-primary .submenu.level-1 .menu-item .menu-link:focus {
    ;
    background-color: 

  
  
    
  


  rgba(239, 247, 255, 1.0)

;
    color: #342927;
  }

  .navigation-primary .submenu.level-1 .menu-item .menu-link:active {
    ;
    background-color: 

  
  
    
  


  rgba(145, 111, 65, 1.0)

;
    color: #342927;
  }
}

/* Menu Toggle */

@media screen and (max-width: 767px) {
  body .header__navigation-toggle svg,
  body .menu-arrow svg {
    fill: #342927;
  }
}

/* Language Switcher */

.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 2px solid #EFF7FE;
}

.header__language-switcher-label-current:after {
  border-top-color: #342927;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  ;
  color: #342927;
  font-size: 16px;
  text-transform: none;
}

.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li:focus a,
.header__language-switcher .lang_list_class li a:active {
  ;
  color: #342927;
}

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

  
  
    
  


  rgba(239, 247, 255, 1.0)

;
  color: #342927;
}

/* Blog Post Listing Module */

.header .blog-post-listing h1,
.header .blog-post-listing h2,
.header .blog-post-listing h3,
.header .blog-post-listing h4,
.header .blog-post-listing h5,
.header .blog-post-listing h6,
.header .blog-post-listing p,
.header .blog-post-listing div,
.header .blog-post-listing span {
  color: #342927;
}

/* Related Posts Module */

.header .related-post__title a:hover,
.header .related-post__title a:focus {
  color: 

  
  
    
  


  rgba(52, 41, 39, 1)

;
}

.header .related-post__title a:active {
  color: 

  
  
    
  


  rgba(52, 41, 39, 1)

;
}

/* Social Follow Module */

.header .social-links__icon svg {
  fill: 

  
  
    
  


  rgba(52, 41, 39, 1)

;
}

.header .social-links__icon:hover svg {
  fill: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header .social-links__icon:hover {
  background-color: 

  
  
    
  


  rgba(52, 41, 39, 1)

;
}





.footer--site-page {
  background-color: 

  
  
    
  


  rgba(145, 111, 65, 1.0)

;
  border-top: 1px none #c29b40;
}

.footer--landing-page {
  background-color: #FFFFFF;
}

.footer__container {
  max-width: 1300px;
}

.footer__bottom-section {
  border-color: #FFFFFF;
  border-top: 2px solid #EFF7FE;
}

/* Footer Content */

.footer--site-page h1,
.footer--site-page h2,
.footer--site-page h3,
.footer--site-page h4,
.footer--site-page h5,
.footer--site-page h6,
.footer--site-page p,
.footer--site-page a:not(.button),
.footer--site-page div,
.footer--site-page span,
.footer--site-page blockquote,
.footer--site-page .related-post__title a {
  color: #FFFFFF;
}



.footer--site-page h4 {
  font-weight: 400; font-family: Romie;
  font-size: 18px;
  letter-spacing: 1.06px;
  text-transform: none;
}



/* Footer Menu */

.footer .hs-menu-item a {
  font-family: 'GT America';
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
}

.footer .hs-menu-item a:hover,
.footer .hs-menu-item a:focus {
  font-family: 'GT America';
  color: #FFFFFF;
}

.footer .hs-menu-item a:active {
  font-family: 'GT America';
  color: #FFFFFF;
}

/* Form Module */

.footer--site-page .form-title,
.footer--site-page form .hs-richtext,
.footer--site-page form .hs-richtext *,
.footer--site-page form .hs-richtext p,
.footer--site-page form .hs-richtext h1,
.footer--site-page form .hs-richtext h2,
.footer--site-page form .hs-richtext h3,
.footer--site-page form .hs-richtext h4,
.footer--site-page form .hs-richtext h5,
.footer--site-page form .hs-richtext h6,
.footer--site-page .hs-form-field > label,
.footer--site-page .hs-form-field > label span,
.footer--site-page .hs-form-field legend,
.footer--site-page form .inputs-list:not(.no-list) label,
.footer--site-page form .inputs-list:not(.no-list) label > span,
.footer--site-page form .inputs-list:not(.no-list) label > span p {
  color: #FFFFFF;
}

/* Blog Post Listing Module */

.footer .blog-post-listing h1,
.footer .blog-post-listing h2,
.footer .blog-post-listing h3,
.footer .blog-post-listing h4,
.footer .blog-post-listing h5,
.footer .blog-post-listing h6,
.footer .blog-post-listing p,
.footer .blog-post-listing div,
.footer .blog-post-listing span {
  color: #342927;
}

/* Related Posts Module */

.footer--site-page .related-post__title a:hover,
.footer--site-page .related-post__title a:focus {
  color: #afafaf;
}

.footer--site-page .related-post__title a:active {
  color: #ffffff;
}

/* Social Follow Module */

.footer--site-page .social-links__icon svg {
  fill: #FFFFFF;
}

.footer--site-page .social-links__icon:hover svg {
  fill: 

  
  
    
  


  rgba(145, 111, 65, 1.0)

;
}

.footer--site-page .social-links__icon:hover {
  background-color: #FFFFFF;
}





/* Blog Title */

.blog-index__post-title a,
.blog-index__post-author-name {
  color: #342927;
}

.blog-index__post-title a:hover,
.blog-index__post-title a:focus {
  color: #000000;
}

.blog-index__post-title a:active {
  color: #847977;
}

/* Blog Meta - Author */

.blog-index__post-author-name,
.blog-post__author-name {
  font-weight: 100; font-family: 'GT America';
  color: #342927;
}

.blog-post__author-links svg {
  fill: #342927;
}

.blog-post__author-links a:hover svg {
  fill: #916f41;
}

/* Tags */

.blog-index__post-tag-link,
.blog-post__tag-link {
  background-color: 

  
  
    
  


  rgba(246, 245, 241, 0.0)

;
  color: #00C6AB;
}

.blog-index__post-tags svg,
.blog-post__tags svg {
  fill: #f6f5f1;
}

/* Blog Listing */

.blog-subheader__author-links a {
  background-color: #916f41;
}

.blog-subheader__author-links a:hover {
  background-color: #916f41;
}

/* Blog Pagination */

.blog-pagination__link {
  color: #916f41;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  color: #916f41;
}

.blog-pagination__link:hover svg,
.blog-pagination__link:focus svg {
  fill: #916f41;
}

.blog-pagination__link:active {
  color: #e1bf91;
}

.blog-pagination__link:active svg {
  fill: #e1bf91;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #d0d0d0;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #d0d0d0;
}

.blog-pagination__link--active {
  background-color: #916f41;
  color: #fff;
}

.blog-pagination__link--active:hover,
.blog-pagination__link--active:focus {
  color: #fff;
}

/* Blog Post */

.blog-post__image {
  border-radius: 18px;
}

/* Blog Search */

.blog-search form button {
  border-radius: 0px;
}





/* Error Pages - Global */

.error-page:before {
  font-weight: 100; font-family: 'GT America';
}

/* System Pages - Global */

.hs-search-results__title {
  font-weight: 400; font-family: Romie;
  color: #291f1d;
}

.hs-search-results__title:hover {
  font-weight: 400; font-family: Romie;
}

/* Forms in System Pages */

#email-prefs-form h3 {
  font-family: 'GT America';
  color: #291f1d;
  font-size: 16px;
  padding: 2px 0px;
}

#email-prefs-form,
#email-prefs-form h1,
#email-prefs-form h2 {
  color: #291f1d;
}

/* Password Prompt */

.password-prompt input[type='password'] {
  margin-bottom: 1.5rem;
}

/* Backup Unsubscribe */

.backup-unsubscribe input[type='email'] {
  margin-bottom: 1.5rem;
  padding: 12px 12px !important;
}





/* Icon */

body .icon svg {
  fill: #f6f5f1;
}

/* Pricing Table */

body .price-block__header {
  background-color: #f6f5f1;
}

body .billing-selectors__pricing-option input[type='radio']:checked + label:before {
  border-color: #f6f5f1;
}

/* Image Module */

img {
  max-width: 100%;
}

/* Social Follow */

body .social-links__icon svg {
  fill: #342927;
}

body .social-links__icon:hover svg {
  fill: #342927;
}

body .social-links__icon:hover {
  background-color: transparent;
}

/* Statististic */

body .statistic__circle {
  background-color: #d0d0d0;
}

body .statistic__info {
  color: #342927;
}

body .statistic__bar,
body .statistic__fill,
body .statistic__fill {
  border-color: #f6f5f1;
}

body .statistic__circle:after {
  background-color: #FFFFFF
}

/* Testimonial Slider */

body .tns-nav button {
  background-color: #d0d0d0;
}

body .tns-nav .tns-nav-active {
  background-color: #f6f5f1;
}
.cst-form form .field[class*="hs-guess_price"] .input {
  position: relative;
}

.cst-form form .field[class*="hs-guess_price"] .input:after {
  content: '£';
  position: absolute;
  left: 12px;
  top: 9px;
}

.cst-form form .field[class*="hs-guess_price"] .input input::placeholder {
  opacity: 0;
}

.cst-form form .field[class*="hs-guess_price"] .input input {
  padding-left: 30px;
}a