/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* = typeface Colour Palette = */
* {
  scroll-behavior: auto;
  scroll-behavior: smooth;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 97% 0%;
  }
  50% {
    background-position: 4% 100%;
  }
  100% {
    background-position: 97% 0%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 97% 0%;
  }
  50% {
    background-position: 4% 100%;
  }
  100% {
    background-position: 97% 0%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 97% 0%;
  }
  50% {
    background-position: 4% 100%;
  }
  100% {
    background-position: 97% 0%;
  }
}
.yellow {
  background-color: #FDDA63;
}

.purple {
  background-color: #8E4895;
}

.green {
  background-color: #8FB875;
}

.red {
  background-color: #C26754;
}

.pink {
  background-color: #E4B8C6;
}

.black {
  background-color: #181818;
}

body {
  font: 18px "museo-sans", sans-serif;
  color: #524F4F;
  transition: all 0.3s;
}

img, iframe {
  display: block;
  height: auto;
}

a {
  text-decoration: none;
  color: #C26754;
}

p {
  font-size: 1em;
  line-height: 1.6em;
  margin-bottom: 1.2em;
  font-weight: 300;
}

section {
  overflow: hidden;
}

.flex {
  display: flex;
}

h1, h2, h3, h4, h5, h6 {
  font: 18px "museo-sans", sans-serif;
  font-weight: 700;
  line-height: 1em;
}

h2, h3 {
  font: 18px "museo-sans", sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  margin-bottom: 1.2em;
  line-height: 1.2em;
}

h4, h5, h6 {
  font: 18px "museo-sans", sans-serif;
  font-weight: 700;
  line-height: 1em;
}

.bttn {
  max-width: 300px;
  width: 100%;
  display: block;
  border-radius: 50px;
  padding: 10px 20px;
  border: none !important;
  background-color:#fdda63;
  text-align: center;
  color:#8e4895!important;
  font-weight:bold;
}

.imgcontain {
  overflow: hidden;
}

.imgcontain img {
  object-position: center;
  height: auto;
  width: 100%;
}

section {
  padding: 60px 8vw;
}
section .container {
  display: flex;
}

nav {
  display: flex;
  position: fixed;
  z-index: 99;
  right: 0;
  top: 20px;
  width: auto;
  transition: all 0.3s;


}
nav ul {
  display: flex;
  align-items: center;
  background-color: #8FB875;
  padding:10px 0;
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;

}
nav ul li {
  padding: 0 10px;
  display: inline-block;
}
nav ul li a {
  color: #fff;
}
nav ul .tel {
  height: 40px;
  display: flex;
  align-items: center;
  background-color: #FDDA63;
  margin: 0 20px;
  padding: 0 30px;
  border-radius: 50px;
  color:#8e4895 !important;
}
nav .menuContain {
  display: flex;
}
nav .menuContain .menubttn {
  height: 70px;
  width: 70px;
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
  background-color: #8FB875;
  display: none;
  background-image: url(https://26524518.fs1.hubspotusercontent-eu1.net/hubfs/26524518/raw_assets/public/Catnip%20Comms/assets/images/menu.svg);
  background-position: 16px center;
  background-repeat: no-repeat;
}

nav.menu_on {
  width: auto;
  transition: all 0.3s;
}
nav.menu_on .menubttn {
  background-position: 8px center;
  background-repeat: no-repeat;
}

#hero .container.blog {
  flex-direction: column;
  min-height: 340px;
  height: auto;
  align-items: center;
  justify-content: center;
}

#LP_hero {
  padding-top: 140px;
}
#LP_hero h1 {
  font-size: 3.2em;
  padding-right: 13vw;
  margin-bottom: 0.4em;
  font-weight: 900;
}
#LP_hero .row > div {
  flex: 2;
}
#LP_hero .row .formarea {
  box-shadow: 0 0 20px #4A4A4A44;
  background-color: #fff;
  padding: 30px;
  margin-left: 8vw;
  flex: 1;
}
#LP_hero .bullets {
  justify-content: center;
}
#LP_hero ul.download_desc {
  margin: 0 auto;
  max-width: 780px;
  width: 100%;
}
#LP_hero ul.download_desc h3 {
  padding: 40px 30px 10px;
  margin-bottom: 10px;
}
#LP_hero ul.download_desc li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
#LP_hero ul.download_desc li i {
  display: block;
  height: 30px;
  width: 30px;
  background-image: url(images/bullet_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 30px;
}

#hero {
  background-position: center;
  background-size: cover;
}
#hero .toplogo {
  position: absolute;
  width: 130px;
  top: 30px;
  z-index:999;
  display:block;
}

#hero .toplogo img {
  width:100%;
}

#hero .container {
  flex-direction: column;
  min-height: 550px;
  height: 70vh;
  align-items: center;
  justify-content: flex-end;
}
#hero h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  max-width: 920px;
  font-size: 2.8em;
  text-shadow: 0 0 9px #0008;

}
#hero h2 {
  color: #fff;
  text-align: center;
  max-width: 920px;
  font-size: 1.8em;
  font-weight: 400;
  text-shadow: 0 0 9px #0008;
  padding: 0 4vw;
}
#hero .bttn_contain {
  display: flex;
}
#hero .bttn_contain .bttn {
  color: #fff;
  min-width: 280px;
  border: 2px solid;
  margin: 20px;
}

#threecol_leadin {
  overflow: visible;
  z-index: 4;
}
#threecol_leadin .container {
  flex-direction: column;
  align-items: center;
}
#threecol_leadin span {
  position: absolute;
  display: inline-flex;
  background-color: #8FB875;
  color: #fff;
  padding: 0 20px;
  height: 45px;
  align-items: center;
}
#threecol_leadin ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  flex-wrap:wrap;
}
#threecol_leadin li {
  position: relative;
  background-color: #fff;
  width: 32%;
  margin-bottom:2rem;
}
#threecol_leadin .imgcontain {
}
#threecol_leadin .contentcontain {
  padding: 1rem 2rem;
}
#threecol_leadin li h3, #threecol_leadin li p, #threecol_leadin li .bttn {
  color: #524F4F;
}

#threecol_leadin.black .bttnw {
  border: none;
  background-color: #fff;
  color: #181818;
}

.topmargin ul {
  margin-top: -105px;
}

#cta .container {
  max-width: 920px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
}
#cta h2 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 40px;
  color:#524F4F;
}
#cta .bttn {
  background-color: #fff;
  border: none;
}

#singleline_cta li {
  display: flex;
  align-items: center;
  position: relative;
}
#singleline_cta li:nth-child(odd) {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
}
#singleline_cta li:nth-child(odd) .ctacontent {
  left: auto;
  right: -5vw;
}
#singleline_cta .imgcontain {
  border-radius: 500px;
  min-width: 420px;
  position: relative;
  z-index: 2;
}
#singleline_cta .ctacontent {
  background-color: #fff;
  left: -5vw;
  position: relative;
  padding: 40px 10vw;
  z-index: 0;
}

#page_quote .container {
  flex-direction: row;
  padding-top:90px;
}
#page_quote .container div {
  padding:0 30px;
}

#page_quote .container::before {

  background-image:url(https://26524518.fs1.hubspotusercontent-eu1.net/hubfs/26524518/raw_assets/public/Catnip%20Comms/assets/images/quote1.svg);
  display: block;
  width: 240px;
  content: '';
  height: 320px;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  margin-top: -108px;

}
#page_quote .container::after {
  display:block;
  height: 170px;
  width: 310px;
  content:'';
  background-image:url(https://26524518.fs1.hubspotusercontent-eu1.net/hubfs/26524518/raw_assets/public/Catnip%20Comms/assets/images/quote2.svg);
  background-size:contain;
  background-repeat:no-repeat;

}
#page_quote h4 {
  color: #fff;
  font-size: 1.8em;
  line-height: 1.4em;
  padding-bottom:30px;
}
#page_quote h5 {
  color: #fff;

  text-align: right;
}

#clients_logos {
  padding: 0;
  flex-direction: column;
}
#clients_logos h3 {
  padding: 60px 8vw 20px;
  color: #fff;
  text-align: center;
  font-size:2em;
  margin:0;
}
#clients_logos .clients_ico {
  width: 60px;
  margin: 0 auto 50px;
  display: block;

}
#clients_logos ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#clients_logos li {
  height: 14.2%;
  overflow: hidden;
  width: 14.2%;
}
#clients_logos img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#news_latest .container {
  flex-direction: column;
  align-items: center;
}
#news_latest .newshead {
  width: 100%;
  padding-bottom: 30px;
}
#news_latest .newshead h4 {
  text-align: left;
  max-width: 50%;
  color: #fff;
}
#news_latest span {
  position: absolute;
  display: block;
  background-color: #8FB875;
  color: #fff;
  padding: 10px 20px;
}
#news_latest ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
#news_latest li {
  position: relative;
  background-color: #fff;
  width: 32%;
}
#news_latest .contentcontain {
  padding: 50px;
}
#news_latest li h3, #news_latest li p, #news_latest li .bttn {
  color: #524F4F;
}
#news_latest li:first-of-type {
  display: flex;
  flex-direction: row-reverse;
  flex-shrink: 0;
  width: 100%;
  background-color: transparent;
  align-items: center;
  margin-bottom: 30px;
}
#news_latest li:first-of-type .imgcontain {
  min-width: 50%;
  height: 450px;
  position: relative;
  z-index: 2;
}
#news_latest li:first-of-type .contentcontain {
  background-color: #fff;
  position: relative;
  padding: 40px 10vw;
  z-index: 0;
}

#cta_contact .fl1 {
  flex: 1;
}
#cta_contact .fl1 .contactinner {
  display: table;
  margin: 0 auto;
}
#cta_contact .imgthumb {
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
#cta_contact .imgthumb img {
  border-radius: 500px;
  max-width:450px;
  overflow: hidden;
}
#cta_contact .imgthumb::after {
  content: "";
  height: 150px;
  width: 150px;
  background-color: #C26754;
  display: block;
  top: -25px;
  position: absolute;
  left: -25px;
  border-radius: 100px;
}
#cta_contact .imgthumb::before {
  content: "";
  display: block;
  background-color: #C2DBDE;
  left: -100px;
  top: 100px;
  width: 85px;
  height: 85px;
  border-radius: 100px;
  position: absolute;
}
#cta_contact p {
  color: #fff;
}
#cta_contact p strong {
  font-weight: bold;
  display: block;
}
#cta_contact .bttn {
  color: #fff;
}
#cta_contact h3 {
  color: #fff;
}

#singleline_text .container {
  margin: 10px auto;
  max-width: 920px;
  text-align: center;
}

#repeating_content {
  padding: 0;
}
#repeating_content .row {
  display: flex;
  align-items: center;
}
#repeating_content .row:nth-child(even) {
  flex-direction: row-reverse;
}
#repeating_content div {
  flex: 1;
}
#repeating_content .pad {
  padding: 30px 8vw;
  flex-direction: column;
}

#repeating_content ul {
  list-style:disc;
  margin-left:20px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.6em;
}

#repeating_content ul li {
  padding-bottom:10px;
}

#clientwork {
  padding: 0;
}
#clientwork h2 {
  padding: 90px 0 200px;
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
}
#clientwork .slidercontain {
  background-color: #8E4895;
  padding: 0 8em;
  margin-top: -90px;
}
#clientwork #lp-slider {
  position: relative;
  top: -120px;
}
#clientwork #lp-slider .slider_contain img {
  width: 100%;
}
#clientwork .slick-arrow {
  position: absolute;
  top: 48%;
  color: #524f4f;
  text-indent: -99999%;
  width: 50px;
  border: 0;
  z-index: 2;
  background-position: center;
  background-image: url(images/rarr2.svg);
  background-size: 40px;
  background-repeat: no-repeat;
  background-color: transparent;
  height: 50px;
}
#clientwork .slick-next {
  right: -60px;
}
#clientwork .slick-prev {
  left: -60px;
  background-image: url(images/larr.svg);
}
#clientwork .slick-dots {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
#clientwork .slick-dots button {
  height: 20px;
  width: 20px;
  text-indent: -999%;
  background-color: #fff;
  border-radius: 20px;
  margin: 5px;
  border: none;
}

#three_col .container {
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 900px;
  margin: 60px auto 60px;
}
#three_col ul {
  display: flex;
  justify-content: space-between;
}
#three_col ul li {
  width: 30%;
}
#three_col ul li h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  text-transform: uppercase;
}
#three_col .bttn {
  margin: 40px auto;
  color: #524F4F;
}

#threecol_leadin li .bttn {
  position: absolute;
  bottom: 40px;
  min-width: auto;
  left: 50px;
  right: 50px;
  width: auto;
}

#threecol_leadin .container>.bttnw {
  position:initial !important;
}

@media only screen and (max-width: 1080px) {
  section {
    padding: 60px 4vw;
  }
  section .container {
    display: flex;
    flex-direction: column;
  }

  #four_col ul li {
    width: 48%;
    position: relative;
    border-bottom: 1px solid #12326e;
    margin-bottom: 40px;
    padding-bottom: 10px;
  }

  nav ul {
    display: block;
    width:0;
  }

  nav .menuContain .menubttn {
    height: 70px;
    width: 70px;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    background-color: #8FB875;
    display: block;
    background-image: url(https://26524518.fs1.hubspotusercontent-eu1.net/hubfs/26524518/raw_assets/public/Catnip%20Comms/assets/images/menu.svg);
    background-position: 16px center;
    background-repeat: no-repeat;
    align-self: flex-end;
  }

  nav ul {
    align-items: center;
    background-color: #8fb875;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    display: none !important;
    padding: 10px 0 10px;
  }

  nav.menu_on ul {
    display: block;
    width: auto;
    display:flex !important;
    flex-direction: column;
    align-items:flex-start;
    text-align:left;
    gap:20px;
    padding:20px 0;
  }
  #lang-override .lang_list_class {
    flex-direction:row;
  }
  .sub-menu, li:hover .sub-menu {
    display:none !important;
  }

  nav .menuContain {
    display: flex;
    flex-direction: column;
  }

  #threecol_leadin ul {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #threecol_leadin ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  #cta .container {
    flex-direction: column-reverse;
  }
  #cta .container .imgcontain {
    max-width: 100%;
  }

  #singleline_cta li, #singleline_cta li:nth-child(odd) {
    flex-direction: column;
  }

  #singleline_cta .ctacontent {
    position: initial;
  }

  #cta_contact .fl2 .contactinner {
    margin: 0 auto;
    padding: 0 4vw 40px 4vw;
  }

  #cta_contact .fl3 {
    flex: 3;
    padding: 30px 4vw 0;
  }

  #news_latest li, #news_latest li:first-of-type {
    width: 100%;
    margin-bottom: 20px;
    flex-direction: column;
  }

  #repeating_content div, #repeating_content .row:nth-child(even) {
    flex: 1;
    flex-direction: column;
  }

  #repeating_content .pad {
    padding: 20px 4vw;
  }

  #break {
    height: auto;
    background-size: cover;
    padding: 30px 12vw;
    text-align: center;
  }

  #break .container h2 {
    margin: 0;
    padding: 8px 10vw 0;
    color: #fff;
    margin-bottom: 20px;
  }

  .bttn_contain {
    display: flex;
    flex-direction: column;
  }

  #hero .container {
    align-items: center;
    flex-direction: column;
    height: auto;
    justify-content: center;
    min-height: 550px;
    padding-top: 100px;
  }

  #hero {
    background-size: cover;
    background-position: 70% top;
  }
}

.blog-post__body h2 {
  font-family: Merriweather,serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
  font-size:1.8em;
}

.hs-blog-post #hero:after {
  background-color: #0005;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#hero {
  position:relative;
  overflow:hidden;
}

#hero .blog {
  position:relative;
  z-index:2;
}

a.lang_switcher_link[lang="en"] {
  background-image: url(https://26524518.fs1.hubspotusercontent-eu1.net/hubfs/26524518/raw_assets/public/Catnip%20Comms/images/uk.png);
  background-size: contain;
  text-indent: -9999%;
  overflow: hidden;
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius:3rem;
  border:2px solid #fff;
}
a.lang_switcher_link[lang="en-us"] {
  background-image: url(https://26524518.fs1.hubspotusercontent-eu1.net/hubfs/26524518/raw_assets/public/Catnip%20Comms/images/us.png);
  background-size: contain;
  text-indent: -9999%;
  overflow: hidden;
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius:3rem;
  border:2px solid #fff;
}
.lang_list_class li:first-child {
  opacity:1;
}
.lang_list_class li:last-child a {
  border:none;
  opacity.6;
}