* {
	box-sizing: border-box;
	transition:0.3s all ease-in-out;
}

html {
	width:100%;
	height:100%;
	scroll-behavior: smooth;
}

*,
*:before,
*:after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	box-sizing: border-box;
}

p:first-of-type {
	margin-top:0;
}

p:last-of-type {
    margin-bottom: 0;
    margin-top: 10px;
}

/* FIREFOX SCROLL FIX */

:root{
  	scrollbar-color: #44245e #8f519b !important;
  	scrollbar-width: thin !important;
}

body::-webkit-scrollbar {
  	width: 0.5em;
}
 
body::-webkit-scrollbar-track {
  	background:#44245e;
}
 
body::-webkit-scrollbar-thumb {
  	background-color: #8f519b;
  	outline: none;
	border-radius: 50px;
}

body {
	width:100%;
	margin:0;
	padding:0;
	display: flex;
	flex-wrap: wrap;
	font-family: "new-atten", sans-serif;
	font-weight: 400;
	font-style: normal;
	color:#20153F;
	font-size:1.25rem;
}

em {
	font-weight: 400;
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font-style: normal;
}

strong {
	font-weight: 700;
}

.numbered-list {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.number-item:first-child {
    margin:0 0 15px 0;
}

.number-item {
    margin:15px 0;
}

.number-item:last-child {
    margin:15px 0 0 0;
}

.sagewood-purple {
	color:#44245e;
}

.sagewood-purple-bkgd {
	background:#44245e;
}

.sagewood-lilac {
	color:#8f519b;
}

.sagewood-lilac-bkgd {
	background:#8f519b;
}

.white-bkgd {
	background:#FFF;
}

.site-container {
	width:100%;
	display: flex;
	flex-direction: row;
}

.mobile-menu {
	width:35px;
	height:35px;
	background:url("../images/menu-icon.svg") center center no-repeat;
	background-size: contain;
	text-indent:-9999px;
	display: none;
	position:absolute;
	top:50%;
	right:5%;
	transform: translate(0, -50%);
	z-index:2;
}

.branding-menu {
    width: 100%;
	height:165px;
    padding: 0 5%;
    display: flex;
    position: sticky;
    top: 0;
    /* flex-direction: column; */
    justify-content: space-between;
    z-index: 5;
}

.site-logo {
    margin:10px 0;
    padding: 0;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.sagewood-logo {
    width: 180px;
    height: 140px;
    background: url(../images/sagewood-consulting-logo-purple.svg) center center no-repeat;
    background-size: contain;
    text-indent: -9999px;
    display: block;
}

.sagewood-logo:after {
  	content: "";
  	display: block;
  	padding-bottom: 100%;
}

.navigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
	margin-left:auto;
}

.nav-panel {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.nav-link {
    color:#44245e;
    text-decoration: none;
    padding: 0 25px;
    display: block;
	border-top:none;
}

.mgn-btm {
    margin-bottom: 25px !important;
}

.img {
	width:100%;
	height:100%;
	object-fit: cover;
}

.img-abs {
	position:absolute;
	top:0; right:0; bottom:0; left:0;
	width:100%;
	height:100%;
	margin:auto;
	pointer-events: none;
}

.cover {
	object-fit: cover;
}

.btm-align {
	object-position: bottom;
}

.home-images {
	filter: grayscale(100%);
}

.home-images:hover {
	filter: grayscale(0);
}

.content-panel {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
}

.content-column {
	width:50%;
	padding:5% 0;
}

.content-column-pages {
    width: 100%;
    padding: 0 0 5% 0;
}

.hero-image {
	width:100%;
	height:40vh;
	background:#F8F8F8;
	margin-bottom:5%;
	overflow: hidden;
	position:relative;
	opacity: 0.5;
}

.content {
    width: 80%;
    margin: auto;
	max-height:100%;
	overflow: auto;
}

.column {
	flex-direction: column
}

.sidebar {
    float: right;
    width: 35%;
    margin: 0 0 25px 25px;
    height: auto;
    object-fit: contain;
}

.page-link {
    width: 80%;
    margin: 25px auto 0 auto;
    display: flex;
    justify-content: flex-end;
}

.next-link {
	display: inline-block;
	text-decoration: none;
}

.next-link {
  &:after {
    content: '\25bc';
    padding-left: 0.5em;
  }
}

.no-mgn {
	margin:0 !important;
}

.legal {
    display: flex;
    align-items: center;
}

.footer-link {
	color:#FFF;
	text-decoration: none;
}

.fuse-link {
	color:#FFF;
	text-decoration: none;
}

/* FIREFOX SCROLL FIX */

.content:root{
  	scrollbar-color: #302063 #7953AA !important;
  	scrollbar-width: thin !important;
}

.content::-webkit-scrollbar {
  	width: 0.5em;
}
 
.content::-webkit-scrollbar-track {
  	background:#302063;
	border-radius: 50px;
}
 
.content::-webkit-scrollbar-thumb {
  	background-color: #7953AA;
  	outline: none;
	border-radius: 50px;
}

.content-heading {
    text-transform: uppercase;
    color: #75559F;
    width: 80%;
    display: block;
    margin: 0 auto 20px auto;
}

.images-column {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    background: #20153F;
	position: relative;
	overflow: hidden;
}

.images-column-pages {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    background: #20153F;
	position: relative;
	overflow: hidden;
}

.flex-start {
    align-items: flex-start;
}

.image-block {
    width:50%;
	height:50%;
    display: flex;
    justify-content: center;
    align-items: center;
	position:relative;
}

.image-text {
	text-transform: uppercase;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	z-index: 1;
	color:#FFF;
	width: 80%;
    text-align: center;
}

.feature-list {
    list-style-type: none;
    margin: 25px 0;
    padding: 0;
}

.feature-item {
    background: #F9F9F9;
    margin: 5px 0;
	display: flex;
    border-left: 5px solid #302063;
}

.feature-image {
    width: 30%;
	position:relative;
}

.feature-text {
    width: 70%;
    padding: 20px;
}

.image-link {
	cursor: pointer;
}

.image-box {
	width:80%;
	background:#222;
	font-size:0;
	margin:0 0 0 10%;
	position:relative;
	z-index: 1;
}

.image-box:after {
  	content: "";
  	display: block;
  	padding-bottom: 100%;
}

.img {
	width:100%;
	height:100%;
	object-fit: cover;
}

.img-top {
	object-position: top;
}

.sagewood-icon {
	position:absolute;
	bottom:-100px;
	right:-100px;
	width:100%;
	background:url("../images/sagewood-icon.svg") center center no-repeat;
	background-size:contain;
}

.sagewood-icon:after {
  	content: "";
  	display: block;
  	padding-bottom: 100%;
}

.consultancy-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.consultancy-item {
    border-left: 3px solid #7953AA;
    padding-left: 40px;
    margin: 15px 0;
    position: relative;
}

li.consultancy-item:before {
    content: "";
    width: 15px;
    height: 20px;
    /* height: 100%; */
    background:url("../images/arrow-lilac.svg") center left no-repeat;
	background-size:contain;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 10px;
}

.consultancy-item:first-child {
	margin:0 0 15px 0;
}

.consultancy-item:last-child {
	margin:15px 0 0 0;
}

.footer {
    position: sticky;
    width: 100%;
	bottom: 0;
    background:#44245e;
    padding: 20px;
    color: #FFF;
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
}

.legal-text {
	font-size:inherit;
}

.text-field {
    appearance: none;
    border: none;
    background: #FAFAFA;
    width: 100%;
    padding: 15px;
	font-family: "new-atten", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.25rem;
}

.message-box {
	height:350px;
}

.insight-item {
    display: flex;
    justify-content: space-between;
    margin:0;
	text-decoration: none;
	color:inherit;
	flex-direction: column;
}

.insight-image {
    width: 100%;
    height: 20vh;
    margin-bottom: 25px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insight-title {
    width: 100%;
}

.img-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.form-row {
    margin: 15px 0;
	display: flex;
}

.flex-end {
	justify-content: flex-end;
}

.submit {
    appearance: none;
    border: none;
    background: #7953AA;
    padding: 15px 35px;
    font-family: "new-atten", sans-serif;
    font-weight: 400;
	display: inline-block;
	color:#FFF;
    font-style: normal;
	text-transform: uppercase;
	font-size:1.25rem;
}

.spacer {
    display: inline-block;
    width: 70px;
}

.link {
	text-decoration: none;
	color:inherit;
}

.socials {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.social-icon {
	width:30px;
	height:30px;
	display: block;
	text-indent:-9999px;
}

.date-cat {
    color: #7953AA;
}

.insight-panel {
	border-radius: 10px;
	background:#F8F8F8;
	display: flex;
	padding:30px;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:15px
}

.insight-box {
    width: 32%;
    padding:0;
    background: #F8F8F8;
    margin:0;
}

.ins-title {
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #7953AA;
}

.social-item {
    display: flex;
    align-items: center;
}

.social-item:first-child {
    margin:0 15px 0 0;
}

.insight-box:last-child {
    margin: 0 auto 0 0;
}

.blog-text {
	margin:25px 0 !important;
	font-size:1.5rem;
	color:#8f519b;
}

.hepi-bkgd {
	background:#064c8f;
}

.hed-logo {
	height:auto;
	object-fit: contain;
	width:75%;
}

.hed-bkgd {
	background:#000;
}

.lloyds-logo {
	height:auto;
	object-fit: contain;
	width:75%;
}

.lloyds-bkgd {
	background:#006a4d;
}

.ig-bkgd {
	background:#000;
}

.igrail-logo {
	height:auto;
	object-fit: contain;
	width:75%;
}

.wonke-logo {
	width:75%;
	height:auto;
	object-fit: contain;
}

.wonke-bkgd {
	background:#fd8628;
}

.hull-bkgd {
	background:#cfdadf;
}

.hull-logo {
	width:75%;
	height:auto;
	object-fit: contain;
}

.testimonial {
    font-size: 1rem;
    background: #F8F8F8;
    padding: 25px;
    margin: 10px 0;
}

.panel {
    font-size: 1rem;
    background: #F8F8F8;
    display:flex;
	justify-content:space-between;
    margin: 10px 0;
}

.panel:first-of-type {
	margin-top:50px;
}

.panel-image {
	width:35%;
	position:relative;
}

.panel-image:after {
	content:"";
	display:block;
	padding-bottom:50%;
}

.panel-content {
    width: 70%;
    padding: 25px 50px;
}

.panel-link {
	color:inherit;
}

.content a {
    color: inherit;
    text-decoration: none;
}

.tw {
	background: url("../images/twitter-x.svg") center center no-repeat;
	background-size:contain;
	margin:0 15px;
}

.ln {
	background: url("../images/linkedin.svg") center center no-repeat;
	background-size:contain;
}

.legal-text {
	margin:0;
}