.persona-box {
	width: 500px;
	min-height: 475px;
	background: #FFF;
	max-width: 100%;
	padding: 30px;
	box-shadow: 5px 3px 2px rgba(0,0,0,0.5);
}
.personas {
	border-top: 1px solid #FFF;
}
.home section.banner {
	margin-bottom: 0;
}
.persona-box h4 {
	color: #414042;
	font-weight: 600;
	font-size: 1.5em;
	margin-bottom: 0;
}
.persona-box h5 {
	font-weight: 600;
	color: #414042;
	text-transform: unset;
	font-size: 1.25em;
	margin: 0.5em 0;
	letter-spacing: normal;
}
.page-template-full-width .personas .wrap {
	max-width: 100vw;
	width: 100vw;
	margin: 0;
	padding: 0;
}
.personas .tabs .wrap {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.tabs{
    height:auto;
}

/* tab list item */
.tabs .tabs-list {
    list-style:none;
    margin:0px;
    padding:0px;
    display: flex;
}
.persona-box ul li {
	display: flex;
	padding: 1.5%;
	align-items: center;
	border: 1px solid;
	border-radius: 15px;
        padding: 2.5%;
}
.persona-box ul li a {
	display: grid;
	align-items: center;
	padding: 2.5%;
	grid-template-columns: 10% 83% 2%;
	width: 100%;
	text-decoration: none;
	font-size: 16px;
}
.persona-box a {
	color: #414042;
	font-weight: 600;
	font-size: 1.1em;
	padding: 0 1.5em 0 0;
}
.persona-box ul li div {
	margin-right: 0.5em;
}
.persona-box a::after {
	color: #414042;
	content: url(/wp-content/uploads/2021/12/arrow-icon-1.png);
	display: inline-block;
	position: absolute;
	right: 35px;
	top: 5px;
	height: 10px;
	width: 10px;
}
.persona-box ul {
	margin: 0;
}
.persona-box ul li div img {
	width: 40px;
	height: 40px;
	display: flex;
}
.personas .tabs .wrap {
	width: 1200px;
	max-width: 100%;
}
.tabs .tabs-list li:before,
.persona-box li:before {
   content: none;
}
.tabs .tabs-list li {
	width: 25%;
	margin: 0px;
	margin-right: 0px;
	padding: 10px 0px;
	text-align: left;
	background-color: #414042;
	color: #FFF;
	border-right: 1px solid;
	padding: 2.5%;
	font-weight: 600;
}
.tabs .tabs-list li:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 20%;
    width: 0;
    height: 0;
    border: 19px solid transparent;
    border-bottom-color: #414042;
    border-top: 0;
    margin-right: -19px;
    margin-bottom: -19px;
    transform: rotate(0.5turn);
}
.tabs .tabs-list li.active::after {
border-bottom-color: #54b948;
}
.tabs .tabs-list li:hover{
    cursor:pointer;
}
.tabs .tabs-list li a{
    text-decoration: none;
    color:white;
}
.tabs .tabs-list p {
	font-size: 1.2em;
	line-height: 1.2em;
}
/* Tab content section */
.tabs .tab {
    display:none;
    width:100%;
    min-height:250px;
    height:auto;
    border-radius:3px;
    padding:20px 15px;
    background-color:lavender;
    color:darkslategray;
    clear:both;
}
.tabs h3 {
	color: #FFF;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: capitalize;
	font-size: 1.75em;
	line-height: 1em;
}
.tabs .tab h3{
    border-bottom:3px solid cornflowerblue;
    letter-spacing:1px;
    font-weight:normal;
    padding:5px;
    color: #FFF;
}
.tabs .tab p {
	margin-top: 0;
	font-size: 1.25em;
	line-height: 1em;
}
.right-arrow {
	background: center/cover no-repeat url(/wp-content/uploads/2022/01/arrow-icon-1.png);
	height: 40px;
	width: 40px;
}
#tab1 {
	background: center/cover no-repeat url(/wp-content/uploads/2021/12/header-Alison.jpg);
}
#tab2 {
	background: center/cover no-repeat url(/wp-content/uploads/2021/12/header-Jon.jpg);
}
/* When active state */
.active{
    display:block !important;
}
.tabs .tabs-list li.active{
    background-color:#54b948 !important;
}

/* media query */
@media (max-width:420px){
    .tabs .tabs-list li {
         width: 100%;
         border-bottom: 1px solid;
         border-right: none;
    }
    .tabs .tabs-list {
	flex-direction: column;
    }
    .tabs .tabs-list li::after {
        content: none;
    }
}