








/* 1a. Containers */




/* 1b. Colors */











/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */









/* 1h. Website footer */








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

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

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





html {
  font-size: 18px;
}

body {
  font-family: Figtree, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #f29100;
  font-size: 18px;
}

/* Paragraphs */

p {
  font-family: Figtree, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  margin: 0 0 1rem;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: Figtree, sans-serif; font-style: normal;
  color: #1B1D36;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: Figtree, sans-serif; font-style: normal;
  color: #00000e;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: Figtree, sans-serif; font-style: normal;
  color: #43455e;
}

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: Figtree, serif; font-style: normal;
  /* color: #f29100; */
  font-size: 48px;
  text-transform: none;
  line-height: 48px;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: Figtree, serif; font-style: normal;
  /* color: #f29100; */
  font-size: 32px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: Figtree, serif; font-style: normal;
  /* color: #f29100; */
  font-size: 26px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: Figtree, serif; font-style: normal;
  /* color: #f29100; */
  font-size: 20px;
  text-transform: none;
  margin-bottom: 0.2rem;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Figtree, serif; font-style: normal;
  /* color: #f29100; */
  font-size: 18px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Figtree, serif; font-style: normal;
  /* color: #f29100; */
  font-size: 16px;
  text-transform: none;
}

/* Blockquote */

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





button,
.button,
.button__green,
.hs-button,
.hs-blog-post-listing__post-button {
  /* border: 1px solid #00CC66;
 */
  padding: 12px 38px;
  font-family: Figtree, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 204, 102, 1.0)

;
  border-radius: 276px;
  color: #1B1D36;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 21px;
  border: none;
  letter-spacing: 0.16rem;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.button__green:hover,
.button__green:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  /* border: 1px solid #494A52;
; */!important;
}
  color: 

  
  
    
  


  rgba(27, 29, 54, 1.0)

;
  background-color: #28f48e;
  font-weight: 700;
  border: none;
}

button:active,
.button:active,
.button__green:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Figtree, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(40, 244, 142, 1.0);
  border: none;
}

/* BUTTON VARIANTS */

/* WHITE button */
.button__white{
  color: #1B1D36;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.button__white:hover,
.button__white:focus{
  color: #1B1D36;
  background-color: rgba(235, 235, 235, 1.0);
}
.button__white:active {
  color: #1B1D36;
  background-color: rgba(215, 215, 215, 1.0);
}

/* LAVENDAR button */
.button__lavendar{
  color: #FFFFFF ;
  background-color: #8A69D4;
  border-color: #8A69D4;
}
.button__lavendar:hover,
.button__lavendar:focus{
  color: #FFFFFF;
  background-color: rgba(148, 115, 222, 1.0);
}
.button__lavendar:active {
  color: #FFFFFF;
  background-color: rgba(178, 145, 252, 1.0);
}

/* BLUE button */
.button__blue{
  color: #FFFFFF;
  background-color: #1B1D36;
  border-color: #1B1D36;
}
.button__blue:hover,
.button__blue:focus{
  color: #FFFFFF;
  background-color: rgba(67, 69, 94, 1.0);
}
.button__blue:active {
  color: #FFFFFF;
  background-color: rgba(67, 69, 94, 1.0);
}

/* ORANGE buttons */
.button__orange{
  color: #FFFFFF;
  background-color: #F29100;
  border-color: #F29100;
}
.button__orange:hover,
.button__orange:focus{
  color: #FFFFFF;
  background-color: rgba(255, 185, 40, 1.0);
}
.button__orange:active {
  color: #FFFFFF;
  background-color: rgba(255, 185, 40, 1.0);
}

/* CORAL buttons */
.button__coral{
  color: #FFFFFF;
  background-color: #e7726a;
  border-color: #e7726a;
}
.button__coral:hover,
.button__coral:focus{
  color: #FFFFFF;
  background-color: rgba(255, 154, 146, 1.0);
}
.button__coral:active {
  color: #FFFFFF;
  background-color: rgba(255, 154, 146, 1.0);
}





form,
.submitted-message {
  font-family: Figtree, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #ffffff;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  /* background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; */
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #ffffff;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: Figtree; font-style: normal; font-weight: 700; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 26px;
  color: #f29100;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


/* Labels */

form label {
  color: #f29100;
}

/* Help text */

form legend {
  color: #f29100;
}

/* Inputs */

form input[type=text],
form input[type=search],
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: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #f29100;
  border-radius: 3px;
}

/* Form placeholder text */

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

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

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

::placeholder {
  color: #f29100;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #f29100;
}

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

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

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

/* Submit button */

/*
form input[type=submit],
form .hs-button {
  border: 1px none #f29100;
;
  padding-top: 12px;
padding-right: 42px;
padding-bottom: 12px;
padding-left: 42px;
;
  font-family: Figtree, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(242, 145, 0, 1.0)

;
  border-radius: 276px;
  text-transform: uppercase;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(40, 244, 142, 1.0);
  border-color: #28f48e;
}
*/





/* Table */

table {
  border: 1px solid #f29100;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

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

  padding: 18px;

  color: #f29100;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(27, 29, 54, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(18, 19, 35, 1.0)

;
  color: #f29100;
}





.header {
  background-color: 

  
  
    
  


  rgba(66, 41, 23, 1.0)

;
  padding: 13px 0;
  position:fixed;
  width:100%;
  z-index:99;
}
/* PUSH Body down to accom a fixed header */
main{
  padding-top:79px;
}
@media(max-width: 1200px) {
  main{
    padding-top:65px;
  }
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #FFFFFF;
  font-family: Figtree;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
}

.menu__child-toggle-icon {
  border-top-color: #FFFFFF;
}

.menu .menu__link:hover,
.menu .menu__link: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 {
  color: #d7d7d7;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #d7d7d7;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #ffffff;
}

.menu__child-toggle-icon:active {
  border-top-color: #ffffff;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #FFFFFF;
}

@media (min-width: 1201px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #f29100;

    background-color: 

  
  
    
  


  rgba(27, 29, 54, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #f29100;

    background-color: 

  
  
    
  


  rgba(27, 29, 54, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #1B1D36;
  background-color: 

  
  
    
  


  rgba(27, 29, 54, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #f29100;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(66, 41, 23, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(66, 41, 23, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Figtree;
}

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

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

  
  
    
  


  rgba(66, 41, 23, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #FFFFFF;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(66, 41, 23, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #f29100;
}





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

/* Blog post */
.owen-blog-post main{
  max-width: 1200px;
  margin: 0 auto;
}

.owen-blog-post main > article{
  padding: 2em 1rem;
}

.blog-post__meta a {
  color: #f29100;
}

.blog-post__tag-link {
  color: #f29100;
}

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

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

/* 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: 700; text-decoration: none; font-family: Figtree, serif; font-style: normal;
  text-transform: none;
}

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

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

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

/* Blog comments */

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

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

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

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





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: Figtree, serif; font-style: normal;
  color: #f29100;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: 700; text-decoration: none; font-family: Figtree, serif; font-style: normal;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #f29100;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #ca6900;
}

.hs-blog-post-listing__post-title-link:active {
  color: #ffb928;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #f29100;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #f29100;
}

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

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #ffb928;
}

.hs-pagination__link-icon svg {
  fill: #f29100;
}

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: Figtree, serif; font-style: normal;
  color: #f29100;
  font-size: 26px;
}

.card__body svg {
  fill: #f29100;
}

/* Social follow */

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

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

.social-links__icon:active {
  background-color: #ffb928;
  font-weight: 700; text-decoration: none; font-family: Figtree, serif; font-style: normal;
  color: #f29100;
  font-size: 26px;
}

/* Video */
.owen-2023-theme .embed_container{
  display: block;
}
.owen-2023-theme .iframe_wrapper{
 padding-top: 0; 
}


.pagestyle-owen .body-container{
}

/**************************/
/* New "Yippy" page style */
/**************************/
.pagestyle-yippy .body-container{
  color: #422917 !important;
  background-color: #FEF4E7 !important;
/* ToDo: 
  - h tags need to have less text height
  - I think h1 tags are heavier. Maybe all h tags are.
  - default fonts seem to be different. Double check
  - button styles
  - default text colour shouldn't be blue, should be brown

*/
}

/* Yippy specific styles for headers */
.pagestyle-yippy .body-container h1,
.pagestyle-yippy .body-container h2,
.pagestyle-yippy .body-container h3,
.pagestyle-yippy .body-container h4,
.pagestyle-yippy .body-container h5,
.pagestyle-yippy .body-container h6 {
  line-height: 0.8; 
  margin-bottom: 0.5em; 
}
.pagestyle-yippy .body-container h1{
  font-size: 4rem;
}
.pagestyle-yippy .body-container h2{
  font-size: 3rem;
}
.pagestyle-yippy .body-container h3{
  font-size: 2rem;
}

@media (max-width: 767px) {
  .pagestyle-yippy .body-container h1{
    font-size: 3rem ;
  }
  .pagestyle-yippy .body-container h2{
    font-size: 2.2rem ;
  }
  .pagestyle-yippy .body-container h3{
    font-size: 1.8rem ;
  }
}

.pagestyle-yippy .body-container .hs-button {
  background-color: #F29100;
  color: #fff;
  font-weight: bold;
  padding: 12px 40px;
  font-size: 0.85em;
}
.pagestyle-yippy .body-container .cta-block-wrapper .hs-button {
  background-color: #422917;
}


/******************************/
/* New "home-2025" page style */
/******************************/

/* Home 2025 specific styles for headers */
.pagestyle-home-2025 .body-container h1,
.pagestyle-home-2025 .body-container h2,
.pagestyle-home-2025 .body-container h3,
.pagestyle-home-2025 .body-container h4,
.pagestyle-home-2025 .body-container h5,
.pagestyle-home-2025 .body-container h6 {
  line-height: 0.8; 
}
.pagestyle-home-2025 .body-container h1{
  font-size: 6rem;
}
.pagestyle-home-2025 .body-container h2{
  font-size: 3rem;
}
.pagestyle-home-2025 .body-container h3{
  font-size: 2rem;
}

@media (max-width: 767px) {
  .pagestyle-home-2025 .body-container h1{
    font-size: 5rem ;
  }
  .pagestyle-home-2025 .body-container h2{
    font-size: 2.2rem ;
  }
  .pagestyle-home-2025 .body-container h3{
    font-size: 1.8rem ;
  }
}