
/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */

*{
    -webkit-font-smoothing: antialiased;
}
html, body{
    height:100%;
}
body{
    /*font-size:62.5%;*/
}


header{
    width:100%;
    height:100px;
    display: flex;
    justify-content: center;
    /*border-bottom:1px solid #f2f2f2;*/
    z-index:100000;
}

.header-container{
    box-sizing:border-box;
    width:100%;
    max-width:1440px;
    padding-left:30px;
    padding-right:30px;
    display: flex;
    z-index:100000;
}

.logo{
    width:80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav{
    width:calc(100% - 80px);
    display: flex;
    align-items: center;
    justify-content: right;
}

.menu-header{
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: right;
    flex-flow: row-reverse;
}

.menu-header > ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height:100%;
}

.menu-header > ul > li{
    height:100%;
    box-sizing: border-box;
    font-weight: 700;
    /*font-size:1.6em;
    line-height:2.4em;*/
    font-size:16px;
    line-height:24px;
    color:#333333;
    margin-left:30px;
    display: flex;
    align-items: center;
    background-image:none;
}

.menu-header ul li a, .menu ul li a:hover{
    text-decoration:none;
    color: #333333;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

hr{
    border:none;
    height:12px;
    background-image:url("dotline.svg");
    background-position: left center;
    background-repeat: no-repeat;
    margin-top:20px;
    margin-bottom:20px;
    width:100%;
}

hr.Cornflower, .Cornflower hr {
    background-image:url("dotlineblue.svg");
}


hr.Pine, .Pine hr {
    background-image:url("dotlinegreen.svg");
}

.link-text{
    text-decoration:none;
}
/*
HOME PAGE MODULES
*/ 
.homepage-hero-container{
    box-sizing: border-box;
    height:604px;
    width:100%;
    height:580px;
    display: flex;
    justify-content: center;
}

.homepage-hero-container-image{
    box-sizing:border-box;
    width:100%;
    height:500px;
    max-width:1440px;
    padding-left:30px;
    padding-right:30px;
    display: flex;
}

.homepage-hero-image{
    box-sizing:border-box;
    width:100%;
    height:500px;
    max-width:1440px;
    display: flex;
    flex-flow:row-reverse;
    background-image:url("homepagehero.png");
    background-size:cover;
    background-position:center left;
}

.homepage-hero-text{
    box-sizing:border-box;
    width:727px;
    height:360px;
    margin-top:171px;
    margin-right:-30px;
    padding-right:30px;
    padding-left:30px;
    padding-top:18px;
    padding-bottom:18px;
    background-color:#f2f2f2;
    color:#333333;
}

.homepage-hero-text p{
    width:80%;
    margin-top:24px;
    font-size:26px;
    line-height:32px;
}

.homepage-whatwedo-container{
    box-sizing: border-box;
    height:604px;
    width:100%;
    height:396px;
    display: flex;
    justify-content: center;
}

.homepage-whatwedo-content{
    box-sizing:border-box;
    width:100%;
    height:100%;
    max-width:1440px;
    padding-left:30px;
    padding-right:30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-image:url("loti.svg");
    background-position: top center;
    background-repeat: no-repeat;
}

.homepage-whatwedo-content p{
    width:55%;
    font-weight:400;
    font-size:26px;
    line-height:32px;
    color: #333333;
    margin-bottom:40px;
    display:flex;
}

.pagination {
    text-align:center;
    display:block;
    width:100%;
}

a.page_button, .pagination a{
    display:inline-block;
    color:white !important;
    text-decoration:none;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:40px;
    padding-right:40px;
    background-color:#613467;
    font-size: 14px;
    line-height:18px;
}

.button-tweak {
    display:inline-table !important;
}

a:hover.page_button{
    text-decoration:underline;
}

a.page_button:active {
    background-color:#432448;
}

.featuredprojects-container{
    box-sizing: border-box;
    width:100%;
    display: flex;
    justify-content: center;
    background-color: #f2f2f2;
}

.featuredproject-tag {
    background: #FCE6F3;
    display: block;
    position: absolute;
    bottom: 24px;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 800;
    color: #E5098A;
    font-family: 'Montserrat', sans-serif;
}

.featuredprojects-content{
    box-sizing:border-box;
    width:100%;
    height:100%;
    max-width:1440px;
    padding-left:30px;
    padding-right:30px;
    padding-top:70px;
    padding-bottom:70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.featuredprojects-content p{
    font-weight:400;
    font-size:16px;
    line-height:24px;
    color: #333333;
    margin-bottom:40px;
}

.select2.select2-container.select2-container--default {
    margin-right:30px;
}

.featuredprojects-projects-container{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.featuredprojects-project{
    box-sizing:border-box;
    padding:30px;
    width:calc(33.33333333% - 20px);
    background-color:#ffffff;
    display:flex;
    flex-direction: column;
}

.featuredprojects-project:hover{
cursor: pointer;    
}

.post-type-archive-resources .project-archive-title {
    color:white;
}

.featuredprojects-project img{
    width:100%;
    height:auto;
    margin-bottom:20px;
}

.featuredprojects-project, .posts-post a, .project-archive-title, .post-blue a, .post-green a, .post-purple a, .event-title a, .project-archive-title, .single-resource-archive, {
    text-decoration:none;
}

.post-type-archive-resources .project-archive-title span, .single-resource-archive .project-archive-title span {
    border-bottom:1px solid white;
}

.post-type-archive-resources .project-archive-title:hover span, .single-resource-archive:hover .project-archive-title span {
    border-bottom:5px solid white;
}

.resource-white span {
    color:white !important;
}

.featuredprojects-project span, .posts-post a span, .project-archive-title span {
    border-bottom:1px solid #e5098a;
}

.featuredprojects-project:hover span, .posts-post a:hover span, .project-archive-title:hover span, .resource-archive-single-container:hover .underline {
    border-bottom:5px solid #E50D89;
}

.featuredprojects-project:active span, .posts-post a:active span, .project-archive-title:active span, .resource-archive-single-container:active .underline {
    border-bottom:5px solid #B70A6D;
    color:#B70A6D;
}

.Purple .chapter-link, .Purple h4, .Purple .parent-toolkit-content a {
    color:#613467 !important;
}


.Purple .circle2 {
    background:#613467 !important;
}

.post-purple .underline, .event-title a span, .singletoolkit-content a span {
    border-bottom:1px solid #613467 !important;
}

.post-purple:hover span, .event-title a:hover span, .singletoolkit-content a:hover span {
    border-bottom:5px solid #613467 !important;
}

.post-purple:active span, .event-title a:active span, .singletoolkit-content a:active span {
    border-bottom:5px solid #432448 !important;
    color:#432448 !important;
}

.Cornflower .chapter-link, .Cornflower h4 {
    color:#1F71B8 !important;
}

.Cornflower .circle2 {
    background:#1F71B8 !important;
}

.singletoolkit-holder.Cornflower a:hover {
    color:#185A93;
}

.singletoolkit-holder.Purple a:hover {
    color:#432448;
}


.post-blue .underline, .Cornflower a .underline {
    border-bottom:1px solid #1F71B8 !important;
}

.post-blue:hover span, .Cornflower a:hover .underline {
    border-bottom:5px solid #1F71B8 !important;
    color:d #1F71B8 !important;
}

.post-blue:active span, .Cornflower a:active .underline {
    border-bottom:5px solid #185A93 !important;
    color:#185A93 !important;
}

.Pine .chapter-link, .Pine h4 {
    color:#0E6E73 !important;
}


.Pine .circle2 {
    background:#0E6E73 !important;
}

.post-green .underline, .Pine a .underline {
    border-bottom:1px solid #0E6E73 !important;
}

.post-green:hover span, .Pine a:hover span {
    border-bottom:5px solid #0E6E73 !important;
    color: #0E6E73 !important;
}

.post-green:active span, .Pine a:active span {
    border-bottom:5px solid #0E6E73 !important;
    color:#0E6E73 !important;
}

.uh {
    margin-bottom:20px;
}

.featuredprojects-project .underline{
    font-size:42px;
    line-height:48px;
    font-weight: 700;
    color:#e5098a;
    
}

.featuredprojects-project-title{
    font-size:42px;
    line-height:48px;
    font-weight: 700;
    color:#e5098a;
    margin-bottom:20px;
    text-decoration:underline;
}

.circle2 {
    display: inline-block;
    border-radius: 29px;
    height: 29px;
    width: 29px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}

.circle2 img {
    width: 15px !important;
    height: 15px !important;
    padding:0px !important;
}

.featuredprojects-project a:hover{
}

.featuredprojects-arrow{
    text-align:right;
    margin-top:auto;
}

.featuredprojects-arrow img{
    width:auto;
    height:auto;
    margin:0;
}

p.featuredprojects-arrow{
    line-height:0;
    margin-bottom:0px;
}

p.center-button{
    display:flex;
    justify-content: center;
    margin-top:60px;
    margin-bottom:0;
}


.ourmembers-container, .ourworkstreams-container, .ourteam-container {
    box-sizing: border-box;
    width:100%;
    display: flex;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ourmembers-container{
    background-size:auto;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.ourmembers-content, .ourworkstreams-content, .ourteam-content {
    box-sizing:border-box;
    width:100%;
    height:100%;
    max-width:1440px;
    padding-left:30px;
    padding-right:30px;
    padding-top:70px;
    /*padding-bottom:70px;*/
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ourmembers-member-container, .ourworkstreams-stream-container, .ourteam-member-container {
    display: flex;
    /*justify-content: space-between;*/
    flex-direction: row;
    flex-wrap: wrap;
    padding-top:60px;
}

.ourworkstreams-container{
    background-size:contain;
    background-position:top center;
}

.ourworkstreams-stream-container, .ourteam-member-container {
    padding-top:0px;
}

.ourmembers-member{
    box-sizing:border-box;
    padding:0px;
    width:calc(16.66666666666% - 30px);
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left:15px;
    margin-right:15px;
    padding:30px;
}

.ourworkstreams-stream {
    box-sizing:border-box;
    padding:0px;
    width:calc(33.333333333% - 30px);
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-left:15px;
    margin-right:15px;
    padding:30px;
    text-align:center;
    text-decoration:none;
    color:#333333;
}

.ourteam-member {
    box-sizing:border-box;
    padding:0px;
    width:calc(25% - 30px);
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left:15px;
    margin-right:15px;
    padding:30px;
    text-align:center;
}

.ourteam-member img {
    width:100%;
    max-height:262px;
    max-width:262px;
    object-fit: scale-down;
}



.ourteam-member h4 {
    color:#333333;
    margin-bottom: 10px;
    margin-top:40px;
    font-size:20px;
}
.ourworkstreams-stream h4 {
    color:#333333;
    margin-bottom: 40px;
    margin-top:40px;
    width:100%;
}

.ourmembers-member img{
    width:100%;
    height:auto;
}

.posts-container{
    box-sizing: border-box;
    width:100%;
    display: flex;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.posts-content{
    box-sizing:border-box;
    width:100%;
    height:100%;
    max-width:1440px;
    padding-left:30px;
    padding-right:30px;
    padding-top:70px;
    padding-bottom:70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.posts-content p{
    margin-bottom:30px;
}

.posts-posts-container{
    columns: 3;
    column-gap: 30px;
}

.posts-post{
    break-inside: avoid-column;
    box-sizing:border-box;
    padding:30px;
    background-color:#ffffff;
    display:flex;
    flex-direction: column;
    margin-bottom:30px;
    background-position: top right;
    background-repeat: no-repeat;
}

.posts-post:hover{
    cursor: pointer;
}

.posts-post p{
}

.posts-post img{
 width:100%;
 height:auto;
 margin-top:15px;
 margin-bottom:15px;
}

.post-blue{
    background-color:#D3E7F8;
    background-image:url("images/cornerblue.png");
}

.posts-post a{
margin-bottom:15px;
}

.posts-post p{
    margin-top:15px;
    margin-bottom:15px;
}



.post-blue a, .post-blue .underline{
    font-weight:700;
    font-size:42px;
    line-height:48px;
    color:#1F71B8;
    text-decoration:none;
}

.post-green{
    background-color:#F0F6F0;
    background-image:url("images/cornergreen.png");
}

.post-green a, .post-green .underline{
    font-weight:700;
    font-size:42px;
    line-height:48px;
    color:#0E6E73;
}

.post-purple{
    background-color:#E4D1FF;
    background-image:url("images/cornerpurple.png");
}

.post-purple a, .post-purple .underline{
    font-weight:700;
    font-size:42px;
    line-height:48px;
    color:#613467;
    text-decoration:none;
}

.post-yellow{
    background-color:#FFD99F;
    background-image:url("images/cornerorange.png");
}

.more-pages a:hover .circle2 {
    border-bottom:none !important;
}

.post-yellow a, .post-yellow .underline{
    font-weight:700;
    font-size:42px;
    line-height:48px;
    color:#613467;
}

.homepage-keypoints-container{
    box-sizing: border-box;
    height:604px;
    width:100%;
    height:424px;
    display: flex;
    justify-content: center;
    background-color:#613467;
}

.homepage-keypoints-content{
    box-sizing:border-box;
    width:100%;
    height:424px;
    max-width:1440px;
    padding-left:30px;
    padding-right:30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color:white;
}

.homepage-keypoints-keypointcontainer{
    width:100%;
    display: flex;
    flex-direction: row;
    margin-top:20px;
}

.homepage-keypoints-keypoint{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width:25%;
}

.homepage-keypoints-content p{
    font-weight:700;
    font-size:26px;
    line-height:32px;
    color: #fff;
    margin-bottom:40px;
    display:flex;
    box-sizing:border-box;
    width:100%;
    padding-right:30px;
}

.homepage-keypoints-content h3{
    color:white;
}

.homepage-keypoints-content hr{
    border:none;
    height:12px;
    background-image:url("dotlinewhite.png");
    background-position: left center;
    background-repeat: no-repeat;
    margin-top:20px;
    margin-bottom:20px;
}

.homepage-keypoints-keypoint h5{
    font-size:68px;
    color:white;
    line-height:72px;
}

.pages-header{
    box-sizing: border-box;
    width:100%;
    max-width: 1440px;
    display: flex;
    flex-direction:row;
    justify-content: center;
    margin-left:auto;
    margin-right:auto;
    align-items:center;
    padding-bottom: 40px;
    padding-top:60px;
}

.pages-header-content{
    box-sizing:border-box;
    width:50%;
    /*padding-left:30px;*/
    padding-right:30px;
}

.leading p {
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 40px;
}

.pages-header-content p {
    margin-bottom:40px;
}

.pages-header-image {
    display: flex;
    width: 50%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.pages-header-image img {
    max-width:100%;
}

i.fab, i.fas {
    color: #613467;
    font-size: 24px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top:10px;
}

.footer i.fab {
    color:white;
}

.form-holder {
    width:40%;
    margin-left:auto;
    margin-right:auto;
    display:flex;
    flex-direction:column;
}

.pdfemb-viewer {
    margin-bottom:50px;
    position:relative;
}

.wpcf7-form-control-wrap, input.wpcf7-form-control, textarea.wpcf7-form-control {
    width:100%;
    margin-bottom:12px;
}

input.wpcf7-form-control{
    padding:15px;
    box-sizing:border-box;
    border: 1px solid #DDDDDD;
    padding-left:10px;
    padding-right:10px;
}

textarea.wpcf7-form-control{
    box-sizing:border-box;
    border: 1px solid #DDDDDD;
    padding:15px;
    box-sizing:border-box;
    border: 1px solid #DDDDDD;
    padding-left:10px;
    padding-right:10px;
}

.page_button{
    width:auto !important;
    color:white;
    text-decoration:none;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:43px;
    padding-right:43px;
    background-color:#613467;
    font-size: 14px;
    line-height:18px;
    margin-bottom:60px;
}

p.center-button-form{
    display:flex;
    justify-content: center;
    margin-top:60px;
    margin-bottom:60px;
}



.archives-headers-container{
    box-sizing: border-box;
    width:100%;
    display: flex;
    justify-content: center;
    overflow:hidden;
}

.archives-headers-content{
    position:relative;
    box-sizing:border-box;
    width:100%;
    height:100%;
    max-width:1440px;
    padding-left:30px;
    padding-right:30px;
    padding-top:58px;
    padding-bottom:58px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    background-color: #F3F9F3;
}

.darkgreybkg{
    background-color: #F2F2F2;
}

.archives-headers-content-left{
    box-sizing:border-box;
    width:50%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    font-size:26px;
    line-height:32px;
}
.archives-headers-content-right{
    position:relative;
    box-sizing:border-box;
    width:50%;
    display:flex;
    justify-content: center;
    align-items:center;
}
.archives-headers-content-right-overlay{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    display: flex;
    justify-content: center;
    align-items:center;
}
.archives-headers-content-right-overlay img{
    max-width: 100%;
    height: auto;
}
.archives-headers-content-right img{
    max-width: 100%;
    height: auto;
}

.resource-archive-container{
    box-sizing: border-box;
    width:100%;
    display: flex;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.resource-archive-content{
    box-sizing:border-box;
    width:100%;
    max-width:1440px;
    padding-left:30px;
    padding-right:30px;
    padding-top:70px;
    padding-bottom:70px;
    display: flex;
	flex-direction: row;
	flex-wrap:wrap;
}

.resource-archive-single-container{
	box-sizing:border-box;
    display: flex;
	/*justify-content: space-between;*/
	width:calc(33.33333333333% - 30px);
	margin-left:15px;
	margin-right:15px;
	margin-bottom:30px;
	padding:30px;
    flex-direction: column;
	flex-wrap: wrap;
	background-color:#F2F2F2;
}

.resource-archive-single-container:hover{
    cursor: pointer;
}

.resource-archive-single-container  {
    text-decoration:none;
    color:black;
}

.resource-archive-single-container p{
	margin-bottom:12px;
}

.resource-archive-single-container img{
	width:100%;
	height:auto;
}

.archiveprojects-arrow img{
    width:auto;
    height:auto;
    margin:0;
}

p.archiveprojects-arrow{
    line-height:0;
	margin-bottom:0px;
	text-align:right;
    margin-top:auto;
    padding-bottom:30px;
    padding-right:30px;
}

.project-archive-title{
	font-size:42px;
	line-height:48px;
	margin-top:12px;
	margin-bottom:12px;
	font-weight:700;
	color:#E5098A;
}

.posts-archive-container{
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
}
.posts-archive-post{
	box-sizing:border-box;
    display: flex;
	/*justify-content: space-between;*/
	width:calc(33.33333333333% - 30px);
	margin-left:15px;
	margin-right:15px;
	margin-bottom:30px;
	padding:30px;
    flex-direction: column;
	flex-wrap: wrap;
    background-position: top right;
    background-repeat: no-repeat;
}

.posts-archive-post:hover{
cursor: pointer;
}

.posts-archive-post p{
}
.posts-archive-post img{
 width:100%;
 height:auto;
 margin-top:15px;
 margin-bottom:15px;
}

.form{
    padding-top:40px;
}

.footer-container{

}

.footer{
    width:100%;
    height:344px;
    display: flex;
    justify-content: center;
    background-color: #572E5C;
    /*border-bottom:1px solid #f2f2f2;*/
}

.footer-container{
    box-sizing:border-box;
    width:100%;
    max-width:1440px;
    padding-left:30px;
    padding-right:30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color:white;
}

.footer-links{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom:60px;
    flex-wrap: wrap;
}

.footer-menu{
    width:50%;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer-menu ul{
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
}

.menu-footer{
    width:100%;
}

.footer-menu ul li{
width:33.333333%;
padding-bottom:24px;
}

.footer-menu a{
    color:white;
    text-decoration: none;

}

.footer-menu a:hover{
    color:white;
    text-decoration: underline;
}

.footer-social{
    width:50%;
    text-align:right;
}

.footer-social i{
    padding:12px;
}
.footer-social a, .footer-social a:hover{
    color:white;
}

.footer-copyright{
    width:100%;
    color:white;
    font-size:12px;
}

.blog-header{
    padding:0;
    height:500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
}

.blog-header-left{
    box-sizing:border-box;
    width:100%;
    padding:30px;
    background-repeat: no-repeat;
    background-position: right center;
}

.blog-header-right{
    padding:60px;
    background-position:top right;
    background-repeat:no-repeat;
    align-items:center;
}
.blog-header-right img{
    max-width:100%;
    height:auto;
}

.single-resource-archive{
	box-sizing:border-box;
    display: flex;
	/*justify-content: space-between;*/
	width:calc(33.33333333333% - 30px);
	margin-left:15px;
	margin-right:15px;
	margin-bottom:30px;
    flex-direction: column;
	flex-wrap: wrap;
    background-color:#F2F2F2;
    text-decoration:none;
    color:black;
}

.cm-step {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    /*padding: 30px 45px;*/
    padding:15px 45px;
    position: relative;
}

.cm-step::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 15px;
    width:15px;
    height:9px;
    /*top: 62px;*/
    top:47px;
    margin-top: -4px;
    background-image:url(images/chevron-down.png);
}

.cm-step.opened::before {
    background-image:url(images/chevron-up.png);
}

.cm-step h3 a {
    font-size: 20px !important;
    color: #333333 !important;
    text-decoration:none;

}

.grid .text-arrow a {
    width:100%;
}

.grid .arrow {
    display:none;
}

.parent-toolkit-content .side-social {
    border: none;
    width: 15%;
    padding-top: 0px;
    margin-top: 0px;
    text-align:left;
}

.singletoolkit-holder.Cornflower h2, .singletoolkit-holder.Cornflower a, .Cornflower .subtitle{
    color: #1F71B8;
}

.singletoolkit-holder.Cornflower .h2circle {
    background:#1F71B8;
}

.singletoolkit-holder.Pine h2{
    color:#0E6E73;
}

.singletoolkit-holder.Pine a, .Pine .subtitle{
    color:#0E6E73;
}

.singletoolkit-holder.Pine a:hover {
    color:#0E6E73;
}
.singletoolkit-holder.Pine .h2circle {
    background:#0E6E73;
}


.share-this {
    width: auto !important;
}

.side-social .share-this {
    font-size:12px;
}

.cm-step .step-content {
    height: auto;
    overflow: hidden;
    max-height: 0px;
    transition:all linear .5s;
}

.cm-step + p, .cm-step + h4, .cm-step + h2, .cm-step + h3, .cm-step + table {
    margin-top:40px;
}

.cm-step.opened .step-content {
    /*max-height:2000px;*/
    max-height:2500px;
}

.cm-step + .cm-step {
    border-top:none !important;
}

.single-resource-archive:hover{
    cursor: pointer;
}

.singlepage-body tr td:first-child {
    padding-right:10px;
}

.singlepage-body tr td:last-child {
    padding-left:10px;
}

.flex {
    display: flex;
  }
  .item {
    width: 100%;
  }
  
  .square {
      position:relative;
    width: 100%;
    background-size:cover;
    background-position:center center;
  }
  
  .square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  
  .square_content{
      box-sizing:border-box;
      padding:30px;
      top:0;
      left:0;
      width:100%;
      height:100%;
      position:absolute;
      display:flex;
      flex-direction:column;
      justify-content:flex-end;
  }
  
  .square_content p{
  margin-top:0;
  }
  
  .square_content {
      color:white;
      margin-top:auto;
  }

  .single-resource-details{
      padding:30px;
  }
  
  .singlepage-holder{
    box-sizing: border-box;
    width:100%;
    display: flex;
    justify-content: center;
}

.singlepage-content{
    box-sizing:border-box;
    width:100%;
    height:100%;
    max-width:1440px;
    padding-left:30px;
    padding-right:30px;
    padding-bottom:58px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    background-repeat: repeat-x;
    background-position:top center;
    flex-wrap:wrap;
}

.singletoolkit-holder {
    box-sizing:border-box;
    width:100%;
    max-width:1440px;
    padding-left:30px;
    padding-right:30px;
    padding-bottom:58px;
    margin-left:auto;
    margin-right:auto;
}

.icon {
    max-width:36px;
}

.circle {
    position:relative;
    display:block;
    width:60px;
    height:60px;
    padding:12px;
    box-sizing: border-box;
    margin-bottom:10px;
}

.c1 {
    background-image:url(../images/circles/circle-1.png);
}

.c2 {
    background-image:url(../images/circles/circle-2.png);
}

.c3 {
    background-image:url(../images/circles/circle-3.png);
}

.c4 {
    background-image:url(../images/circles/circle-4.png);
}

.c5 {
    background-image:url(../images/circles/circle-5.png);
}

.c6 {
    background-image:url(../images/circles/circle-6.png);
}

.c7 {
    background-image:url(../images/circles/circle-7.png);
}

.toolkit-header {
    background-repeat: repeat-x;
    background-position:top center;
    position:relative;
    display:flex;
    min-height:200px;
}

.singletoolkit-content{
    box-sizing:border-box;
    width:100%;
    height:100%;
    max-width:1440px;
    padding-left:30px;
    padding-right:30px;
    padding-bottom:58px;
    justify-content: center;
    flex-direction: row;
    background-repeat: repeat-x;
    background-position:top center;
    font-size: 26px;
    line-height: 32px;
}

.singletoolkit-content hr:first-of-type {
    margin-bottom:45px;
}

.singletoolkit-content .singlepage-details {
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 100px;
}

.singletoolkit-content .singlepage-details li {
    position:relative;
    padding-left: 40px;
    margin-left: -40px;
    border-left: 1px solid #d8d8d8;
    padding-bottom: 30px;
    position: relative;
}

.singletoolkit-content .singlepage-details a {
    text-decoration:none;
    color:black;
}

.this-page a {
    color:#E50D89!important;
}

.this-page::before {
    border-color:#E50D89 !important;
}

.singletoolkit-content .singlepage-details li:last-child {
    padding-bottom:0px;
    border:none !important;
}

.singletoolkit-content .singlepage-details li::before {
    content: ' ';
    background: white;
    border: 2px solid #333333;
    height: 11px;
    width: 10px;
    display: inline-block;
    border-radius: 17px;
    position: absolute;
    left: -7px;
    top:3px;
}

.side-social {
    border-top: 1px solid #F2F2F2;
    margin-left: -50px;
    width: 100%;
    padding-top: 30px;
    margin-top: 30px;
}

.side-social .social-icons {
}

.more-pages {
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    margin-top:45px;
    padding-top:27px;
    padding-bottom:27px;
    margin-bottom:45px;
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    font-size:14px;
}

.more-pages a {
    color:black !important;
    text-decoration:none;
}

.singletoolkit-content .blockquote {
    padding: 30px !important;
    background: #F2F2F2 !important;
    font-size: 20px !important;
    font-weight: normal !important;
    color: #333333 !important;
    text-align: left !important;
    padding-bottom:0px !important;
}

.singletoolkit-content .blockquote::before {
    content:'"';
}

.singletoolkit-content .author {
    padding: 30px !important;
    background: #F2F2F2 !important;
    font-size: 20px !important;
    font-weight: normal !important;
    color: #333333 !important;
    text-align: left !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.singletoolkit-content .blockquote::after {
    content: '"' !important;
    position: relative !important;
    width: auto !important;
    height: auto !important;
    border: none !important;
    bottom: unset !important;
    left: unset !important;
}

.all-chapters {
    border-bottom: 1px solid #F2F2F2;
    margin-left: -50px;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.all-chapters a {
    text-decoration:none;
    color:black;
    font-weight:800;
    font-size:14px;
}

/*.singletoolkit-content > div {
    padding-top:50px !important;
}*/

.parent-toolkit-content {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    margin-bottom:45px;
}

.parent-toolkit-content div:first-child {
    width:60%;
}

.list-excerpt {
    max-height:0px;
    overflow:hidden;
    height:auto;
    transition: all linear .5s;
}

.toolkit-intro.opened .list-excerpt {
    max-height:500px !important;
}

.list .grid-excerpt {
    display:none;
}

.toolkit-intro {
    position:relative;
    width:100%;
}

.toolkit-intro a {
    text-decoration:none;
}

.toolkit-intro .arrow {
    height:32px;
    width:32px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    cursor:pointer;
    margin-top:17px;
}

.Purple .toolkit-intro.closed .arrow {
    background-image:url(../images/arrow-down-purple.png);
}

.Purple .toolkit-intro.opened .arrow {
    background-image:url(../images/arrow-up-purple.png);
}

.Pine .toolkit-intro.closed .arrow {
    background-image:url(../images/arrow-down-green.png);
}

.Pine .toolkit-intro.opened .arrow {
    background-image:url(../images/arrow-up-green.png);
}

.Cornflower .toolkit-intro.closed .arrow {
    background-image:url(../images/arrow-down-blue.png);
}

.Cornflower .toolkit-intro.opened .arrow {
    background-image:url(../images/arrow-up-blue.png);
}



.break {
    width:47px;
    margin-left:auto;
    margin-right:auto;
    margin-top:22px;
    margin-bottom:27px;
    border-top:1px solid #979797;
}

.parent-toolkit-pages {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
}

.parent-toolkit-pages.list {
    flex-direction:column;
}

.parent-toolkit-pages > div {
    width:23%;
    padding:15px;
    box-sizing:border-box;
    margin-bottom:30px;
}

.parent-toolkit-pages.list > div {
    width:100%;
    display: flex;
    flex-direction: row;
    align-items:top;
    padding:30px;
    margin-bottom:15px !important;
}

.parent-toolkit-pages.list .circle {
    margin-bottom:0px;
    margin-right:30px;
}

.parent-toolkit-pages.Purple > div {
    background:#F1E8FF;
}

.parent-toolkit-pages.Cornflower > div {
    background:#D3E7F8;
}

.parent-toolkit-pages.Pine > div {
    background:#F0F6F0;
}

.grid-excerpt, .list-excerpt {
    font-size:16px;
    line-height:26px;
}

.parent-toolkit-pages a {
    display:block;
    font-size:26px;
    font-weight:bold;
    padding-bottom:10px;
} 

.parent-toolkit-pages.list a {
    /*padding-top:15px;*/
    display:inline-block;
}

.parent-toolkit-pages.Purple a {
    color:#613467;
}

.toolkit-header {
    padding: 25px 15px;
}

.toolkit-header h2 {
    /*position: absolute;
    top: 0px;
    left: 20px;
    height: 100%;*/
    position:relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
    justify-content: center;
}

.toolkit-header h2 img {
    width:48px !important;
    height:48px !important;
}

.h2circle {
    background: #9E489B;
    border-radius: 77px;
    width: 80px;
    display: flex;
    height: 80px;
    justify-content: center;
    margin-right: 20px;
    align-items: center;
}

img.toolkit-featured-image {
    position: absolute;
    right: 90px;
    bottom: -30px;
    max-width:261px;
    max-height:261px;
}

/*.toolkit-header img:first-of-type {
    width:100%;
    height:auto;
}*/

.singlepage-content.Cornflower{
      background-image:url('headers/Cornflower.png');
  }

  .Cornflower .blockquote{
    background-color:#D3E7F8;
    
}

  .singlepage-content.Ochre{
    background-image:url('headers/Ochre.png');
  }

  .Ochre .blockquote{
    background-color:#FFD99F;
}

  .singlepage-content.Purple, .toolkit-header.Purple {
    background-image:url('headers/Purple.png');
  }

  .Purple .blockquote{
    background-color:#F1E8FF;
}

  .singlepage-content.Pine{
    background-image:url('headers/Pine.png');
  }

  .Pine .blockquote{
    background-color:#F0F6F0;
}
  .singlepage-content.Teal{
    background-image:url('headers/Teal.png');
  }

  .Teal .blockquote{
    background-color:#D3E7F8;
}

.blockquote {
    text-align:center;
    font-size:42px;
    font-weight:800;
    padding-top:74px;
    padding-bottom:74px;
    position:relative;
    display:block;
    color: #613467;
}

.blockquote::after {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    content: ' ';
    bottom: -20px;
    left: calc(50% - 20px);
  }

  .Cornflower .blockquote::after {
    border-top: 20px solid #D3E7F8;
    }

  .Purple .blockquote::after {
    border-top: 20px solid #F1E8FF;
    }

    .Ochre .blockquote::after {
        border-top: 20px solid;
        }

  .Teal .blockquote::after {
  border-top: 20px solid #D3E7F8;
  }

  .Pine .blockquote::after {
    border-top: 20px solid #F0F6F0;
  }

  .singlepage-body{
      box-sizing:border-box;
      width:60%;
      padding-right:30px;
      padding-top:100px;
      display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        font-size:20px;
        line-height:32px;
        position:relative;
        display:block;
  }

  .singlepage-body blockquote {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    color: #E50D89;
    font-size: 23px;
    font-weight: bold;
  }

  /*.singlepage-body blockquote{
      padding-top:80px;
      padding-bottom:80px;
      padding-left:30px;
      padding-right:30px;
      text-align:center;
      color:#613467;
      margin-bottom:42px;
  }*/

.author {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 12px;
}

  /*.singlepage-body blockquote::after{
      width: 0; 
      height: 0; 
      border-left: 20px solid transparent;
      border-right: 20px solid transparent; 
      border-top: 20px solid #f00;
  }
  .singlepage-body blockquote p{
      margin-bottom:0;
      font-size:42px;
      line-height:48px;
      font-weight:700;
  }*/

  .singlepage-body h5{
    margin-bottom:42px;
    color:black;
  }

  .singlepage-body img{
      max-width:100%;
      height:auto;
      padding-bottom:40px;
  }

  .singlepage-body p{
      margin-bottom:40px;
  }

  .singlepage-body ol,   .singlepage-body li{
      list-style: decimal !important;
  }

  .singlepage-body ol li{
    margin-left:20px;
    padding-left:10px;
}


.singlepage-body ul, .singlepage-body ul li {
    list-style: disc !important;
}

.beautiful-taxonomy-filters-button {
    cursor:pointer;
}

.singlepage-body ul li{
    margin-left:20px;
    padding-left:10px;
}

.singlepage-body ul, .singlepage-body ol{
    padding-bottom:50px;
}
/*
.singlepage-body ul li:before{
  content: "";
  display: inline-block;
  height: 1rem;  
  width: 24px;
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet 
  color: #613467; /* Change the color 
  font-weight: bold; /* If you want it to be bold 
}*/

.singlepage-body-headerspace{
min-height:200px;
height:auto;
display:block;
}

  .singlepage-details{
    box-sizing:border-box;
    width:20%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    padding-top:340px;
    font-size:14px;
    line-height: 24px;;
    text-align:center;
  }

  p.posts-archive-author{
      font-size:12px;
      margin-top:auto;
      margin-bottom:0;
  }

  .event-archive-event{
      width:100%;
      display:flex;
      flex-direction: row;
      margin-bottom:32px;
  }

  .event-archive-date{
      box-sizing:border-box;
      width:20%;
      display:flex;
      flex-direction: column;  
      background-color:#F2F2F2;
      padding:30px;
      justify-content: center;
      align-items: center;
      color:white;
      font-size:26px;
      font-weight:700;
      text-align:center;
    }

    p.datenumber{
        font-size:68px;
    }

    p.datename{

    }

  .event-archive-details{
      position:relative;
    box-sizing:border-box;
    width:80%;
    display:flex;
      flex-direction: column; 
      justify-content: center;
      background-color:#F2F2F2;
      padding:30px;
  }

  .events-archive-container{
    box-sizing: border-box;
    width:100%;
    display: flex;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.events-archive-content{
    box-sizing:border-box;
    width:70%;
    max-width:1440px;
    padding-left:30px;
    padding-right:30px;
    padding-top:70px;
    padding-bottom:70px;
    display: flex;
	flex-direction: row;
	flex-wrap:wrap;
}

p.event-time-location{
    font-weight:700;
    font-size:16px;
}

p.event-title a{
    font-size:42px;
    font-weight:700;
    color: #613467;
}

.event-title{
    font-size:42px;
    font-weight:700;
    color: #613467;
    padding-bottom:8px;
}
.event-time-location, .event-details{
    line-height:24px;
}

.event-tag{
    position:absolute;
    top:0;
    right:0;
    color:#613467;
    background-color:#EFDCEE;
    font-size:12px;
    padding: 12px 28px 12px 28px;
    font-weight:700;
}

.wp-caption{
    width:100% !important;
    border:0 !important;
    background-color:transparent !important;
    text-align:left !important;
    padding:0 !important;
    margin:0 !important;
}

.wp-caption-text{
    font-size:12px;
}

.wp-caption img{
    padding-bottom:10px;
}

.singlepage-body a{
    color:#E50D89;
}

.singlepage-body a:hover{
    color:#8B0753;
}

.projectsbkg{
    background-image:url('https://loti.london/wp-content/uploads/2020/06/rainbowbkg3.png');
    background-position:bottom right;
    background-repeat: no-repeat;
    background-size:auto;
}

.projects-headers-container{
    box-sizing: border-box;
    width:100%;
    display: flex;
    justify-content: center;
    margin-top:50px;
}
.projects-headers-content{
    box-sizing:border-box;
    width:100%;
    height:100%;
    max-width:1440px;
    padding-left:30px;
    padding-right:30px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    background-image:url('images/projectsbkg2.png');
    background-position:top-left;
    background-repeat: repeat-x;
}
.projects-headers-content-left{
    box-sizing:border-box;
    width:50%;
    display:flex;
    flex-direction: column;
    font-size: 26px;
    line-height: 32px;
}

.projects-single-members{
    background-image:url('images/bkgtest.png');
    background-position:top center;
    background-size: contain;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

.subtitle {
    color:#613467;
    font-size:26px;
    font-weight:normal;
}

h2.sub {
    margin-left:142px;
}

.projects-page-subnav{
    margin-top:50px;
    border-top:1px #DDDDDD solid;
    border-bottom:1px #DDDDDD solid;
    padding-top:30px;
    padding-bottom:30px;
    font-size:12px;
    display:flex;
    flex-direction: row;
    justify-content: left;
    flex-wrap:wrap;
}
.projects-page-subnav span{
    padding-right:56px;
}
span.jumpto{
    display:flex;
    align-items: center;
    font-size:12px;
}
.page-subnav-item{
display:flex;
align-items: center;
}
.page-subnav-item img{
    width:auto;
    height:auto;
    padding-right:16px;
}

.projects-content-container{
    padding-bottom:0px;
}

.projects-links-container{
padding-top:58px;
}

.projects-content{
    width:60%;
    padding-top:40px;
    padding-bottom:0px;
}
.projects-featured-image{
    width:40%;
    padding-top:40px;
}
.projects-page-status{
    display:flex;
    flex-direction: row;
    justify-content: left;
    flex-wrap:wrap;
}
.project-status{
    background-color:#FCE6F3;
    color:#E5098A;
    font-size:12px;
    font-weight:700;
    margin-left:12px;
    padding:10px 18px 10px 18px;
}
.projects-page-subnav a{
    font-weight:700;
    font-size:16px;
    text-decoration:none;
    color:#E50D89;
}
p.headers-strapline{
    font-size:26px;
    font-size:32px;
}
.projectspage-resources-container{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    max-width: 1440px;
    flex-wrap:wrap;
}
.project-resources{
    background-color:#F2F2F2;
    display:flex;
    justify-content: space-around;
    align-items: center;
    flex-direction:row;
}
.project-resources a{
    font-size:20px;
    font-weight:400;
    font-size:20px;
    line-height:32px;
    margin-bottom:0;
}
.project-resources img{
    margin-bottom:0;
    width:auto;
    height:auto;
}
.project-resources-holder{
    margin-left:0;
    margin-right:0;
    padding-bottom:0;
}
.project-resources-single{
    margin-left:0;
    margin-right:0;
}

.project-resources-single:nth-child(3n-1){
    margin-left:30px;
    margin-right:30px;
}

.archive-title-white{
    color:white;
}

.projects-collab{
    padding-top:130px;
}
.timeline-entry-left{
    box-sizing: border-box;
    width:calc(50% - 15px);
}
.timeline-break{
    position:relative;
    box-sizing: border-box;
    width:30px;
}
.timeline-break-line{
    box-sizing:border-box;
    position: absolute;
    width:100%;
    height:100%;
    background-position:top center;
    background-repeat:repeat-y;
    background-image:url('images/project-first-line.png');
}
.timeline-entry-right{
    box-sizing: border-box;
    width:calc(50% - 15px);
    display:flex;
    flex-direction: column;
}
.timeline-left-image-bkg{
    background-image:url('images/project-bkg-left-inset.png');
    background-position: top left;
    background-repeat:no-repeat;
}
.timeline-left-image-empty-bkg{
    background-image:url('images/emptybackgroundleft.png');
    background-position: top left;
    background-repeat:no-repeat;
}
.timeline-right-image-bkg{
    background-image:url('images/project-bkg-right.png');
    background-position: top right;
    background-repeat:no-repeat;
}
.timeline-right-image-empty-bkg{
    background-image:url('images/emptybackground.png');
    background-position: top right;
    background-repeat:no-repeat;
}
.timeline-default-bkg{
    background-image:url('images/project-bkg-default.png');
    background-position: top center;
    background-repeat:repeat-x;
}
.timeline-entry-text-right{
    padding-left:40px;
    padding-top:100px;
}
.timeline-row-container{
    display: flex;
    /*justify-content: space-between;*/
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 382px;
}
.timeline-break-line-top{
    background-image:url('images/project-first-line.png');
    height:calc(100% - 211px);
    top:211px;
    text-align:center;
}
.timeline-break-line-dot{
    padding-top:211px;
    text-align:center;
}
.timeline-horz-break{
    width:100%;
    height:120px;
    background-image:url('images/project-first-line.png');
    background-position: top center;
    background-repeat:repeat-y;
}
.timeline-entry-copy{
    width:100%;
    padding-top:0;
}
.timeline-holder-bkg{
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}
.timeline-entry-image-right{
    text-align:right;
}
.timeline-entry-image-right img{
    max-width:100%;
    height:auto;
}
.timeline-entry-image-right iframe{
    max-width:100%;
    height:400px;
}
.timeline-entry-image-left{
    text-align:left;
}
.timeline-entry-image-left img{
    max-width:100%;
    height:auto;
}
.timeline-entry-image-left iframe{
    max-width:100%;
    height:400px;
}
.timeline-bottom{
    flex-direction: column;
    align-items: center;
}
.timeline-bottom img{
    width:auto;
    padding-bottom:40px;
}
.site-padding{
    padding-left:30px;
    padding-right:30px;
    box-sizing:border-box;
}
.site-padding-30{
    padding-left:30px;
    padding-right:30px;
    box-sizing:border-box;
}
.singlepost-tags{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
    border-top:solid 1px #DDDDDD;
    padding-top:38px;
    margin-top:100px;

}

.singlepost-tag{
    display:flex;
    align-items: center;
    justify-content: center;
    padding:10px 26px 10px 26px;
    background-color: #F2F2F2;
    color:#333333;
    margin-right:20px;
    font-size:12px;
}
.pages-header-announcment{
    display: flex;
    width: 70%;
    height: 100%;
    flex-direction: column;
}
.pages-header-announcment-content{
    box-sizing: border-box;
    width: 30%;
    padding-right: 30px;
}

.pages-header-announcment-content img{
    max-width:100%;
    height:auto;
}

.pages-header-announcment p{
    margin-bottom:40px;
}
.announcment{
padding-bottom:60px;
}
.page_button_inline{
    margin-bottom:0;
}
p.announcement-bottom{
    margin-bottom:0;
}
.singlepage-body p iframe{
    width:100%;
    height:400px;
}

.mas-article{
    float:left !important;
    width: 31% !important;
    margin: 0em 1.1% 1.5em 1.1% !important;
    display:block!important;
}

.mas-container {
    columns:unset !important;
    display:block;
    padding-left:0px !important;
    padding-right:0px !important;
}

.underline{
    line-height:55px !important;
}

.errorpage{
    box-sizing: border-box;
    height: 80%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.headercircle{
    position:absolute;
    bottom:10px;
    right:-140px;
    background-image:url('images/circleevents.png');
    width:182px;
    height:198px;
    background-size: contain;
}

.headertriangle{
    position:absolute;
    top:10px;
    left:-120px;
    background-image:url('images/triangleevents.png');
    width: 161px;
    height:133px;
}

.eventscirle{
    background-image:url('images/circleevents.png');
}

.eventstriangle{
    background-image:url('images/triangleevents.png');
}

.contactcirle{
    background-image:url('images/circlecontact.png');
}

.contacttriangle{
    background-image:url('images/trianglecontact.png');
}

.resourcescirle{
    background-image:url('images/circleresources.png');
}

.resourcestriangle{
    background-image:url('images/triangleresources.png');
}

.projectscirle{
    background-image:url('images/circleprojects.png');
}

.projectstriangle{
    background-image:url('images/triangleprojects.png');
}

.singlepage-body h2 {
    font-size:42px;
}

.text-arrow {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.toolkit-header hr {
    display:none;
}

.sub-circle {
    display:flex;
    align-items:center;
}

.show-mobile {
    display:none;
}

.all-pages > a {
    display:none;
}

.all-pages ul {
    transition:all linear .3s;
    /*overflow:hidden;*/
}

.all-pages.closed ul {
    max-height:0px;
}

.all-pages.open ul {
    max-height:400px;
}

.all-pages > a {
    margin-left: -50px;
    margin-bottom: 50px;
    display: block;
}

@media only screen and (max-width: 1224px) {
    .all-pages {
        width:100%;
        overflow:hidden !important;
    }

    .all-pages ul { 
        
        transition:all linear .3s;
    }

    .all-pages > a {
        margin-left: 0px;
    }

    .all-pages.open > a::after {
        content:' ';
        background-image:url(../images/chevron-up.png);
        float:right;
        width:15px;
        height:18px;
        display:block;
    }

    .all-pages.closed > a::after {
        content:' ';
        background-image:url(../images/chevron-down.png);
        float:right;
        width:15px;
        height:18px;
        display:block;
    }

    .side-social.hide-mobile {
        display:none !important;
    }
    .side-social.show-mobile {
        display:block
    }
    .singletoolkit-content.is-parent hr { 
        background:none !important;
        margin-top:0px;
    }

    .singletoolkit-content hr:first-of-type {
        margin-bottom:20px;
    }
    .Purple .subtitle {
        color:#613467 !important;
    }
    
    .Cornflower .subtitle {
        color:#1F71B8 !important;
    }
    
    .Pine .subtitle {
        color:#0E6E73 !important;
    } 
    .sub-circle {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .toolkit-header {
        flex-direction: column;
     justify-content: center;
     padding-top:58px !important;
    }

    .toolkit-header hr {
        display:block;
    }

    .singlepage-body h2, .singlepage-body h4 {
        line-height: initial;
        font-size: 26px;
    }

    .singletoolkit-content hr {
        margin-bottom: 30px;
        margin-top: 35px;
    }

    .singlepage-body {
        padding-top:30px;
    }
    .singlepage-details .side-social {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #F2F2F2;
        padding-bottom: 30px;
    }
    .singletoolkit-content .singlepage-details {
        padding-top:26px;
    }
    .more-pages {
        line-height:initial;
    }

    .more-pages > div:last-child {
        text-align:right;
        border-top:1px solid #f2f2f2;
        padding-top: 24px;
        margin-top: 24px;
    }

    .circle2 {
        line-height: 32px;
    }

    .toolkit-intro .list-excerpt {
        margin-left:-90px;
    }
    .parent-toolkit-pages {
        flex-direction:column;
    }

    .parent-toolkit-pages > div {
        width:100%;
    }
    
    .grid-excerpt {
        display:none;
    }

    .list-excerpt {
        display:block;
    }

    .grid .arrow {
        display:block;
    }

    .toolkit-intro {
        /*margin-top:10px;*/
    }

    .parent-toolkit-pages > div {
        display:flex;
        align-items:flex-start;
    }

    .circle {
        margin-bottom:0px;
        margin-right:20px;
    }

    .toolkit-intro .arrow {
        margin-top:17px;
    }

    .underline {
        font-size:26px !important;
    }

    .event-title .underline {
        font-size: 42px !important;
        font-weight: 700 !important;
    }

    h2.sub {
        margin-left:0px;
    }

    img.toolkit-featured-image {
        right: 20px;
        height: 90%;
        bottom: 6%;
    }

    .singletoolkit-content {
        display: flex;
        flex-direction: column;
        padding-left:0px !important;
        padding-right:0px !important;
    }

    .singletoolkit-content > div {
        width:100%;
        align-items:center !important
    } 

    .all-pages > a {
        display:block;
    }

    .singletoolkit-content ul {
        width:95%;
        text-align:left;
        margin-top:30px;
    }

    .more-pages {
        flex-direction:column;
    }

    .more-pages > div {
        width:100%;
    }

    

    .all-chapters, .side-social {
        margin-left:0px;
    }

    .singletoolkit-content .singlepage-details li {
        margin-left:7px;
    }

    .parent-toolkit-content .side-social {
        display:none;
    }

    .parent-toolkit-content > div {
        width:100% !important;
    }

    .toolkit-header {
        padding: 30px !important;
        margin-bottom: 24px !important;
    }
}

@media only screen and (max-width: 767px) {
    /*.hide-mobile {
        display:none !important;
    }*/
    .show-mobile {
        display:flex !important;
        justify-content:space-between;
        align-items:center;
        padding-top:0px;
        border:none;
    }
    .parent-toolkit-content {
        font-size:16px !important;
    }
    .toolkit-featured-image {
        display:none;
    }

    .mas-article{
        width: 47% !important;
        margin: 0em 1.5% 1.5em 1.5% !important;
    }

    .subtitle {
        font-size: 26px;
    }

    .subtitle + div {
        font-size: 18px;display:flex;align-items: center;
    }

    .h2circle {
        width:50px !important;
        height:50px !important;
    }

    .toolkit-header h2 img {
        width:32px !important;
        height:32px !important;
    }

    .toolkit-header img:first-of-type {
        width: 100%;
        height: 160px;
    }
}

@media only screen and (max-width: 500px) {
    .parent-toolkit-pages a, .parent-toolkit-pages a span {
        font-size:20px !important;
    }
    .mas-article{
        width: 100% !important;
        margin: 0em 0% 1.5em 0% !important;
    }

    .parent-toolkit-pages.list .circle {
        margin-right: 20px;
    }
}