/*
Theme Name: FCS Associates
Author: Seven Hills Creative
Author URI: https://www.sevenhillscreative.co.uk/
Description: Another custom theme for a happy customer!
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2022.1
Requires at least: 5.2
Requires PHP: 7.0
*/

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}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input,input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}


@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');

* {
    font-family: 'PT Sans', sans-serif;
}

a {
    text-decoration: none;
    color: #00916E ;
}

/* MAIN GRID ************************************************/
.main-grid-layout {
    display:grid;
    grid-template-columns: repeat(16, 1fr);
    padding: 0;
    margin: 0;
    background-color: #F7EFE5;
}

/* MAIN GRID FOOTER ************************************************/
.main-grid-layout-footer {
    display:grid;
    grid-template-columns: repeat(16, 1fr);
    padding: 0;
    margin: 0;
    background-color: white;
}

img {
    /* width: 100%; */
    object-fit: cover;
    border-radius: 10px;
}

.breadcrumbs {
    display:grid;
    grid-template-columns: 1fr;
    background: #F7EFE5;
    padding: 2% 0 0 12%;
    margin: 0;
    color: #00916E;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}

.breadcrumbs a{
    text-decoration: none;
    color: #2F2F30;
}

/* LAYOUT ************************************************/
article, main {
    display:grid;
    grid-template-columns: repeat(16, 1fr); 
    grid-column:  1 / 17; 
    background-color: #F7EFE5;
}
section{
    display:grid;
    grid-template-columns: repeat(16, 1fr); 
    grid-column:  1 / 17; 
    max-width: 1800px;
    justify-self: center;
    background-color: #F7EFE5;
    width: 100%;
}

.green-button {
    border: 2px solid #00916E;
    border-radius: 40px;
    display: block;
    font-weight: 700;
    color: #00916E;
    background: transparent;
    padding: 15px 8%;
    text-align: center;
    text-decoration: none;
}

.green-button:hover {
    color: #fff;
    background: #00916E;
}

.black-button {
    background: #2F2F30;
    border-radius: 40px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 15px 8%;
    border: 1px solid #2F2F30;
    text-decoration: none;
    text-align: center;
    /* border: 2px solid transparent; */
    font-family: 'PT Sans', sans-serif !important;
}

.black-button:hover {
    background: #fff;
    color: #2F2F30;
}

@media only screen and (max-width: 900px) {

    .green-button {
        font-size: 16px;
        line-height: 21px;
    }

    .black-button {
        font-size: 16px;
        line-height: 21px;
        /* padding: 4% 15%; */
}

}

/* HEADER BAR *************************************************/

.header-bar {
    display:grid;
    grid-template-columns: 1fr 18% 25%;
    grid-column:  2 / 16; 
    align-self: center;
    padding: 1% 0;
    background-color: #F7EFE5;
}

.mobile-logo {
    border-radius: 0;
}

.logo-header {
    width: 222px;
    object-fit: cover;
}

.phone_icon {
    width: 23px;
    object-fit: cover;
}

.subscribe {
    align-self: center;
    text-align: end;
}

.subscribe .green-button{
    font-size: 16px !important;
}

/* .subscribe-black {
    align-self: center;
    text-align: center;
} */

.call-us {
    display: grid;
    grid-template-columns: 15% 85%;
    align-self: center;
}

.call-us i{
    color: #000 !important;
}

.phone, .email, .pin{
    font-size: 23px;
}

.email {

}

.call-detail {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    align-items: center;
    color: #23303C;
}

@media only screen and (max-width: 1000px) {

    .call-us, .subscribe, .subscribe-black {
        display: none
    }
    
}

  



/* MENU BAR *************************************************/

@media only screen and (min-width: 1000px) {

    #hamburger-input:checked, #hamburger-menu #sidebar-menu {
      display: none;
    }

    .grid-header {
      width: 100%;
      height: 52px;
      display: grid;
      grid-template-columns: repeat(16, 1fr);
      z-index: 5;
      background-color: #00916E;
    }

    .grid-header-logo-sec-2 {
        grid-column: 6 / 16;
        align-self: center;
    }

    .grid-header-logo-sec-2 a {
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        color: #FFFFFF;
        text-decoration: none;    
        font-family: 'PT Sans', sans-serif !important;
      }

    .header-menu {
        display: grid;
        /* grid-template-columns: repeat(auto-fill, 10%); */
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: auto;
        font-size: 16px;
        font-weight: 600;
        color: white;
        text-align: center;
    }
   
    .menu-items:hover {
        color: #00A1E3;
    }

    #hamburger-input, .overlay, #hamburger-menu, #sidebar-menu {
        display: none;
    }
    
    .menu-item .sub-menu {
        display: none;
    }

    .menu-item{
        padding: 2% 0; 
        /* width: 10%; */
        /* min-width: 20%;
        justify-self: end; */
        /* margin-left: 2px;
        margin-right: 2px; */
    }


    .menu-item:hover .sub-menu {
        display: grid;
        background-color: #00916E;
        padding: 2%;
        text-align: left;
        z-index: 5;
        max-width: 1000px; 
        position: absolute;
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        color: #000000;
        border-radius: 0px 0px 40px 0px;
        
    }

    .menu-item:hover .sub-menu .sub-menu {
        display: grid;
        background-color: #FBF8F8;
        padding: 3% 0;
        text-align: left;
        z-index: 5;
        position: absolute;       
    }

    .menu-item:hover .sub-menu .sub-menu .menu-item a{
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 21px !important;
        color: #000000;
        background:fixed
    }

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



@media only screen and (max-width: 1000px) {

    .responsive-menu {
        align-self: center;
    }

    .logo-header {
        width: 70%;
        object-fit: cover;
    }

    .menu-icon {
        width: 30px;
        height: 2px;
        background-color: black;
        margin: 2.5px 0;
    }

    .overlay{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: opacity .35s, visibility .35s, height .35s;
        overflow: hidden;
        background: white;
    }

    .call-us-mobile {
        display: flex;
    }

    .phone_icon_mobile {
        width: 23px;
        object-fit: cover;
        margin-right: 3%;
    }
            
    #hamburger-input{
        display: none;
    }
    
    #hamburger-menu {
        grid-column: 13 / 16;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #hamburger-menu #sidebar-menu {
        visibility: hidden;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: #00916E;
        transition: 0.3s;
        padding: 0px 20px;
        box-sizing: border-box;
        color: black;
        z-index: 5;
        border-radius: 0px 0px 40px 0px;
    }

    .sidemenu {
        padding-top: 10px;
    }

    #hamburger-menu #sidebar-menu hr {
        color: #F7EFE5;
        width: 100%;
        border: 4px solid #F7EFE5;
    }

    #hamburger-menu ul {
        padding-right: 0px;
    }

    #hamburger-menu li {
        list-style-type: none;
        padding: 3% 0;
    }

    #hamburger-menu a {
        font-weight: 400;
        font-size: 20px;
        line-height: 26px;
        color: #FFFFFF;
        text-decoration: none;
        transition: transform 0.5s;
    }

    #hamburger-menu a:hover {
        font-weight: 700;
    }

    #hamburger-menu a:active{
        -ms-transform: translateX(30px); /* IE 9 */
        -webkit-transform: translateX(30px); /* Safari 3-8 */
        transform: translateX(3px);
    }

    #hamburger-input:checked + #hamburger-menu #sidebar-menu {
        visibility: visible;
        right: 0;
    }

    .grid-header-logo-sec-2 {
        display: none;
    }

    #hamburger-menu .menu-login-color{
        color: #FE0000;
        text-transform: uppercase; 
    }

    .basket-detail {
        display: none;
    }
}

/* FONTS ************************************************/

h1,h2,h3,h4,h5,h6{
    color: #00916E;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
}

h1{
    font-size: 4em;
}

h2{
    font-size: 2.25em;
}

h3{
    font-size: 1.7em;
}

h4{
    font-size: 1.5em;
}

h5{
    font-size: 1.4em;
}

h6{
    font-size: 1.25em;
}

p{
    color: #2F2F30;
    font-family: 'PT Sans', sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0.8em;
}

strong {
    font-weight: 700;
}


/* CTA 50/50 *************************************************/

.text-image-split{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 3 / 15;
    align-self: center;
    margin: 2% 0;
}

.inner-text-area {
    display: grid;
    padding: 10% 15%;
    align-self: center;
}

.inner-text-area h3{
    font-weight: 700;
    font-size: 64px;
    line-height: 75px;
    color: #2F2F30;
    padding-bottom: 2%;
}

.image-section {
    align-self: center;
}

.split-image {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}


@media only screen and (max-width: 1000px) {

    .text-image-split{
        grid-template-columns: 100%;
    }

    .inner-text-area{
        text-align: center;
    }
}

@media only screen and (max-width: 700px) {

    .inner-text-area {
        padding: 8%;
    }

    .inner-text-area h3{
        font-size: 40px;
        line-height: 52px;
    }

    .text-image-split{
        grid-column: 2 / 16;

    }
}



/* VALUES *************************************************/
.value-section {
    display: grid;
    grid-template-columns:1fr;
    grid-column: 2 / 16;
    text-align: center;
    padding: 5% 0;
    width: 100%;
}


.value-section h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
    color: #2F2F30;
    padding: 0 0 5% 0;
}

.inner-value-section {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
    gap: 3em;
}

.val h3{
    font-weight: 700;
    font-size: 96px;
    line-height: 124px;
    text-align: center;
    color: #00916E;
}

.val h4{
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
    color: #2F2F30;
    min-height: 110px;
}

.val p{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #000000;
}

@media only screen and (min-width: 1680px) {
    .val h4{
        font-weight: 700;
        font-size: 36px;
        line-height: 47px;
        text-align: center;
        color: #2F2F30;
        min-height: 70px;
    }
}

@media only screen and (max-width: 860px) {
    
    .inner-value-section {
        grid-template-columns: repeat(1,1fr);
    }

    .val h4{
        font-size: 32px;
        line-height: 41px;
        min-height: 60px;
    }

    .val p{
        font-size: 16px;
        line-height: 21px;
    }

}





/* TEAM *************************************************/
.team-section {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 3 / 15;
    text-align: center;
    padding: 0 0 5% 0;
}

.team-section h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    color: #2F2F30;
    margin-bottom: 0.5em;
}

.team-section p {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    padding: 0 25% 2% 25%;
}

.inner-team-section {
    display: flex;
    text-align: center;
    gap: 3em;
    justify-content: center;
}

div.team{
    max-width: 340px;
}

.inner-team-section-cta {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    text-align: left;
    justify-self: center;
}

.team-cta {
    justify-self: center;
    /* width: 30%; */
}

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

.team h3{
    font-weight: 700;
    font-size: 24px;
    color: #00916E;
    margin-top: 12px;
}

.team p{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #2F2F30;
}

.team img {
    width: 100%;
    border-radius: 10px;
    height: 50vh;
    object-position: top;
}

@media only screen and (max-width: 1000px) {
    
    .inner-team-section {
        grid-template-columns: repeat(2,1fr);
    }

    .team-section p {
        padding: 0 15% 2% 15%;
    }

    .inner-team-section-cta {
        grid-template-columns: repeat(1, 1fr);
    }

}

@media only screen and (max-width: 760px) {
  
    .team-section {
        text-align: left;
    }

    .inner-team-section-cta {
        justify-self: start;
        width: 199px;
    }
    
}

/* padding: 15px 25px; */



@media only screen and (max-width: 660px) {
    
    .inner-team-section {
        grid-template-columns: repeat(1,1fr);
        gap: 1em;
    }

    .team h4{
        font-size: 32px;
        line-height: 41px;
    }

    .team p{
        font-size: 16px;
        line-height: 21px;
    }

    .team-section p {
        padding: 0 5% 2% 0;
    }

    .team-section h2 {
        padding: 10% 0 5% 0;
    }

}





/* GRANTS *************************************************/

.grant-section {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 3 /15;
    padding: 2% 0 1.5em 0 ;
}

.outer-grants {
    display: grid;
    grid-template-columns: 25% 1fr;
    text-align: center;
    gap: 1em;
}

.grant-section h1 {
    font-weight: 700;
    font-size: 64px;
    line-height: 83px;
    color: #2F2F30;
    padding: 0 0 2% 0;
    text-align: left;
}

.grant-section p {
    padding: 0;
    margin: 0;
}

.map-grant-search {
    padding: 6% 0 !important;
}

.inner-grants {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    gap: 1em;
}

.inner-grants h2{
    grid-column-start: span 3;
    margin: 2em 0 1em 0;
}

.grants-header {
    margin: 0 0 1em 0; 
}

.search-grants {
    background-color: #00916E;
    box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 10%;
    height:max-content;
}

.search {
   font-size: 90px;
   color: white; 
}

.search-icon{
    width: 40%;
    object-fit: cover;
}

.search-grants h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    color: #FFFFFF;
    padding: 10%;
}

.search-grants p{
    color: white;
}

.grants {
    background: #FFFFFF;
    box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    align-self: center;
    padding: 2%;
    height: 100%;
}

.grants img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    border-radius: 10px;  
}

.grants ul {
    padding: 4% 0;
}

.grant-icon {
    width: 100%;
    object-fit: cover;
    padding: 2%;
}

.grants h2 {
    display: grid;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #00916E !important;
    min-height: 70px;
    text-transform: capitalize;
}

.grants ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    justify-content: center;
    color: #000000;
    display: flex;
}

.grants ul li h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    padding-right: 5px;
}

.grant-buttons {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    padding: 5% 0;
    justify-items: center;
}

.event_buttons {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    padding: 5% 0;
    justify-items: center;
}

.grant-buttons-about {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    padding: 5% 0;
}

.grants-button-text-black {
    background: #2F2F30;
    border-radius: 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    width: 100px;
    border: 1px solid transparent;
    padding:1em;
    text-decoration: none;
    cursor: pointer;
}

.grants-button-text-black:hover {
    background: white;
    color: #2F2F30;
    border: 1px solid #2F2F30;
}

.grants-button-text-black-about {
    background: #2F2F30;
    border-radius: 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    width: 199px;
    border: 1px solid transparent;
    padding: 15px 25px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

.grants-button-text-black-about:hover {
    background: white;
    color: #2F2F30;
    border: 1px solid #2F2F30;
}


.text-image-frame-about {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 3 / 15;
    column-gap: 3em;
}

.grants-button-text-green {
    border: 2px solid #00916E;
    border-radius: 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #00916E;
    background: transparent;
    width: 100px;
    padding: 4% 0;
    text-decoration: none;
    cursor: pointer;
}

.grants-button-text-green:hover {
    color: #fff;
    background: #00916E;
}


.home-search {
    display: grid;
    font-size: 16px;
}

/* .grants-see-more {
    display: grid;
    grid-template-columns: 25% 75%;
    grid-column: 3 / 15;
    text-align: center;
    padding: 5% 0;
    gap: 1em;
} */

/* .grants-see-more .green-button{
    padding: 1% 5%;
    justify-self: center;
    width: 20%;
} */



@media only screen and (max-width: 1200px) {

    .inner-grants {
        grid-template-columns: repeat(2, 1fr);
    }

    .inner-grants h2{
        grid-column-start: span 2;
    }
}

@media only screen and (max-width: 960px) {

    .outer-grants {
        grid-template-columns: 35% 1fr;
    }

    .grants-see-more {
        grid-template-columns: 35% 1fr;
    }
    
    .inner-grants {
        grid-template-columns: repeat(1, 1fr);
    }

    .inner-grants h2{
        grid-column-start: span 1;
    }

    .grants-see-more .green-button{
        width: 100%;
        padding: 4% 5%;
    }
}

@media only screen and (max-width: 660px) {

    .outer-grants {
        grid-template-columns: 1fr;
    }

    .grants-see-more {
        grid-template-columns: 1fr;
    }

    .grant-section {
        grid-column: 2 / 16;
        grid-template-columns: auto;
    }

    .grants {
        background: #FFFFFF;
        box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        align-self: center;
        padding: 2%;
        height: 100%;
    }

}

















/* CTA LEFT *************************************************/
.cta-left {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 3 / 15;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 10% 0 5% 0;
}

.cta-left2-outer {
    background-color: #F7EFE5;
    width: 100%;
    max-width: 100%;
}

.cta-left2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 3 / 15;
    border-radius: 10px;
    max-width: 1800px;
    justify-self: center;
}



.inner-cta2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 0 5% 0;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


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

.inner-cta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
   
}

.inner-cta2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* margin: 0 10% 5% 10%; */
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cta-box {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    margin: 15%;
    padding: 5% 5% 10% 5%;
}

.cta-box h2{
    font-weight: 700;
    font-size: 60px;
    line-height: 65px;
    color: #00916E;
    padding: 3% 0;
}

.cta-box p{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #2F2F30;
    padding: 5% 0 10% 0;
}


@media only screen and (max-width: 1100px) {

    .cta-left {
        grid-column: 2 / 16;
    }

    /* .cta-left2 {
        grid-column: 2 / 16;
    } */

    .inner-cta {
        display: grid;
        grid-template-columns: 1fr;
    }

    .inner-cta2 {
        display: grid;
        grid-template-columns: 1fr;
    }

    .cta-box {
        margin: 80% 5% 5% 5% ;
    }

    .cta-box h2{
        font-size: 36px;
        line-height: 47px;
    }

    .cta-box p{
        font-size: 16px;
        line-height: 21px;
    }

}



/* WORK ICONS *************************************************/

.work-icon-section {
    display: grid;
    grid-template-columns: 100%;
    grid-column: 3 / 15;
    text-align: center;
    padding: 5% 0;
}

.work-icon-section h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
    color: #2F2F30;
    padding: 0 0 5% 0;
}

.inner-work-icon-section {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
    gap: 3em;
}

.work-icon h3{
    font-weight: 700;
    font-size: 96px;
    line-height: 124px;
    text-align: center;
    color: #00916E;
}

.work-icon h4{
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
    color: #2F2F30;
    padding: 3% 0;
}

.work-icon p{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    padding: 3% 0;
}

.work-img {
    width: 30%;
    object-fit: cover;
}

@media only screen and (max-width: 860px) {
    
    .inner-work-icon-section {
        grid-template-columns: repeat(1,1fr);
    }

    .work-icon h4{
        font-size: 32px;
        line-height: 41px;
    }

    .work-icon p{
        font-size: 16px;
        line-height: 21px;
    }

}




/* CTA RIGHT 2 *************************************************/

.cta-right2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 3 / 15;    
    padding: 5% 0;
    width: 100%;
}


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

.inner-cta-right2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;  
}

.cta-box-right2 {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    margin: 15% 5%;
    padding: 5% 8%;
    justify-self: center;
}

.cta-box-right2 h2{
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    color: #00916E;
    padding: 3% 0;
}

.cta-box-right2 p{
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #2F2F30;
    padding: 5% 0;
}

.subscript {
    margin: 2em 0;
}

.sub-form input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 40px;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    text-align: left;
    justify-self: center;
    /* font-weight: 700; */
    font-size: 16px;
    line-height: 21px;
    color: #2F2F30;
}

.submit {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;  
    padding: 10px 8%;   
}

.mc4wp-form-fields input{
    border: 2px solid #00916E;
    padding: 5px 10px;
}

.mc4wp-form-fields input[type="submit"]{
    background: #00916E;
    border-radius: 40px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 15px 8%;
    border: 1px solid #2F2F30;
    text-decoration: none;
    text-align: center;
    font-family: 'PT Sans', sans-serif !important;
}

@media only screen and (max-width: 1100px) {

    .cta-right2 {
        grid-column: 2 / 16;
    }

    .inner-cta-right2 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .cta-box-right2 {
        margin: 5% 5% 80% 5%;
        text-align: center;
    }

    .cta-box-right2 h2{
        font-size: 36px;
        line-height: 47px;
    }

    .cta-box-right2 p{
        font-size: 16px;
        line-height: 21px;
    }

    .sub-form input[type=text], select, textarea {
        text-align: center;
    }
}




/* PROCESS ICONS *************************************************/

.process-icon-section {
    display: grid;
    grid-template-columns: 100%;
    grid-column: 3 / 15;
    text-align: center;
    padding: 5% 0;
}

.process-icon-section h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
    color: #2F2F30;
    padding: 0 0 5% 0;
}

.inner-process-icon-section {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    text-align: center;
    gap: 3em;
}

.inner-process-icon-section hr{
    border: 2px solid #2F2F30;
}

.black-spacer {
    align-self: end;
    padding-bottom: 40px;
}

.process-icon h3{
    font-weight: 700;
    font-size: 96px;
    line-height: 124px;
    text-align: center;
    color: #00916E;
}

.process-icon h4{
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
    color: #2F2F30;
    padding: 3% 0;
}

.process-icon p{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    padding: 10%;
    background: #00916E;
    border-radius: 10px;
}

.process-img1 {
    width: 35%;
    object-fit: cover;
    padding: 5%;
}

.process-img2 {
    width: 30%;
    object-fit: cover;
}

.vl {
    display: none;
  }


@media only screen and (max-width: 860px) {

    .process-icon-section {
        padding: 15% 0;
    }
    
    .inner-process-icon-section {
        grid-template-columns: repeat(1,1fr);
    }

    .process-icon h4{
        font-size: 32px;
        line-height: 41px;
    }

    .process-icon p{
        font-size: 20px;
        line-height: 26px;
    }

    .vl {
        display: grid;
        border-left: solid 4px #2F2F30;
        height: 9%;
        position: absolute;
        left: 50%;
        margin-left: -3px;
    }

    .inner-process-icon-section hr{
         display: none;
    }

}




/* TESTIMONIALS *************************************************/

.testimonials {
    display: grid;
    grid-template-columns: 100%;
    grid-column: 3 / 15;
    text-align: center;
    padding: 5%;
    background-color: white;
}

.testimonials h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
    color: #2F2F30;
    padding-bottom: 5%;
}

.test-box {
    text-align: left;
    padding-right: 25%;
    width: 100%;
}

.test-box h4 {
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    color: #00916E;
    padding-left: 10%;
}

.test-box p {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #2F2F30;
    padding-left: 10%;
}

.left-mark {
    position: absolute;
    width: 61px;
    object-fit: cover;
    margin: -35px 0 0 0;
}

.right-mark {
    position: absolute;
    width: 61px;
    object-fit: cover;
    margin: 0 0 0 37%;
}




/* CTA RIGHT 3 *************************************************/

.cta-right3 {
    display: grid;
    grid-template-columns: 100%;
    grid-column: 3 / 15;
    border-radius: 10px;
    background-image: url('show meeting.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 10% 0;
}

.cta-right3 img {
    width: 20%;
    object-fit: cover;
}

.inner-cta-right3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.cta-box-right3 {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    margin: 15%;
    padding: 5%;
}

.cta-box-right3 h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 75px;
    color: #00916E;
}

.cta-box-right3 h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #2F2F30;
}

.cta-box-right3 p{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #2F2F30;
    padding: 5% 0 10% 0;
}


@media only screen and (max-width: 1100px) {

    .cta-right3 {
        grid-column: 2 / 16;
    }

    .inner-cta-right3 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .cta-box-right3 {
        margin: 5% 5% 80% 5%;
        text-align: center;
    }

    .cta-box-right3 h2{
        font-size: 36px;
        line-height: 47px;
    }

    .cta-box-right23p{
        font-size: 16px;
        line-height: 21px;
    }
}






/* BLOG *************************************************/

.blog-section {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 3 / 15;
    text-align: center;
    padding: 2% 0 5% 0;
}

.taxonomy-title{
    text-align: left;
    margin: 0.8em 0;
    font-size: 48px !important;
}

.blog-header {
    font-weight: 700;
    font-size: 64px;
    line-height: 83px;
    color: #2F2F30;
    padding: 0 0 2% 0;
    padding-bottom: 2%;
    text-align: left;
}

.blog-section p {
    padding-bottom: 2%;
    text-align: left;
}

.inner-blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    gap: 1em;
}

.blog {
    align-content: stretch;
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1em;
    background: #FFFFFF;
    box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    align-self: stretch;
    padding: 2%;
    border: 2px solid transparent;
}

.blog.event .blog-image, .blog.event .blog-details{
    grid-column-start: span 2;
}

.blog-details h2{
    font-size: 20px;
    color: #00916E !important;
    text-transform:capitalize;
}

.blog.event .blog-details p{
    padding: 0;
}

.blog:hover {
    border: 2px solid #00916E;
}

.blog-details {
    text-align: left;
    padding: 5% 5% 5% 0;
}

.blog-details h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #2F2F30;  
    padding-bottom: 5%;
}

.blog-details p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #2F2F30;
    padding-bottom: 5%;
}

.options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.date {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #2F2F30;
}

.cats {
    text-align: right;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #2F2F30;
}

.blog-icon {
    width: 100%;
    object-fit: cover;
    padding: 2%;
}

.blog-see-more {
    display: grid;
    grid-template-columns: 100%;
    text-align: center;
    padding: 5% 0;
    gap: 1em;
}

.blog-see-more .green-button{
    padding: 1% 5%;
}

.blog-image {
    align-self: center;
}

.blog-image img{
    max-width: 100%;
    max-height: 250px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

@media only screen and (max-width: 1200px) {

    .inner-blog {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 860px) {

    .outer-blog {
        grid-template-columns: 35% 65%;
    }

    .inner-blog {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width: 560px) {

    .outer-blog {
        grid-template-columns: 100%;
    }

    .blog {
        grid-template-columns: repeat(1, 1fr);
    }

    .blog-details {
        padding: 5%;
    }

    .blog-section {
        grid-column: 2 / 16;
    }

    .blog-image img{
        max-height: 177px;
    }

}




/* FAQ *************************************************/

.faq-container {
    grid-template-columns: auto;
    grid-column: 5 / 13;
    text-align: left;
    align-self: center;
    padding: 3% 5% 10% 5%;
}

.faq-heading{
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    align-items: center;
    text-align: center;
    color: #2F2F30;
    padding: 2% 0 6% 0;
}

.faq-one {
    border-bottom: 3px solid #00916E;
}

.faq-page {
    color: black;
    cursor: pointer;
    padding: 2% 0;
    outline: none;
    transition: 0.4s;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    align-items: center;
    color: #2F2F30;
}

.faq-body {
    display: none;
    overflow: hidden;
}

.faq-body p{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    align-items: center;
    color: #23303C;
    padding: 4% 0;
}

.faq-page:after {
    color: black;
    content: '\02795\fe0e';
    font-size: 13px;
    float: right;
}

.active:after {
    color: black;
    content: "\2796\fe0e"; 
}

.faq-body a:link, .faq-body a:visited, .faq-body a:hover,.faq-body a:active {
    color: black;
    text-decoration: underline; 
}

  
@media only screen and (max-width: 800px) {

    .faq-container {
        grid-column: 2 / 16;
    }
    
    .faq-page {
        font-size: 16px;
        line-height: 21px;
    }

    .faq-heading, .contact-heading{
        font-size: 16px;
        line-height: 25px;
    }

  }


/* CONTACT *************************************************/

.info-contact {
    background-color: #F7EFE5;
    padding: 2% 5% 5% 5%;
    display: grid;
    grid-column: 3 / 15;
}

/* contact info */
.inner-contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 3 / 15;
    gap: 2em;
    background-color: white;
    padding: 3%; 
    border-radius: 10px;
}

.contact-us-info {
    grid-template-columns: auto;
    text-align: left;
    /* align-self: center; */
    width: 100%;
    padding: 5%;
}

.contact-us-info h2{ 
    font-weight: 700;
    font-size: 57px;
    line-height: 75px;
    color: #00916E;
}

.contact_icons {
    object-fit: cover;
    width: 23px;
    border-radius: 0;
}

.contact-icon-list {
    display: flex;
    padding: 4% 0;
    align-items: center;
}

.contact-icon-list p{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    align-items: center;
    color: #23303C; 
    padding: 2%;
    margin: 0;
}

.fa-solid {
    font-size: 25px;
}

/* contact form */
.contact {
    display: grid;
    grid-template-columns: auto;
    align-self: center;
    width: 100%;
    padding: 5%;
}

div.wpcf7{
    justify-self: center;
    margin-top:  2em;
  }
  
  .wpcf7-form input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {width:100% !important;}
  
  form{
    display: grid;
    justify-self: center;
    max-width: 446px;
    width: 100%;
  }
  
.contact-forms input[type=text], input[type="email"], input[type="tel"], input[type="number"], select, textarea{
    width: 100%;
    height: 41px;
    border: 1px solid #000000;
    border-radius: 10px;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    text-align: center;
    justify-self: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    color: #1B213D;
} 
  
.contact-forms input::placeholder, textarea::placeholder{
    font-size: 1em;
    text-align: center;
  }
  
.contact-forms  input[type="email"]::placeholder{
    font-size: 1em;
    text-align: center;
  }
  
.contact-forms input[type=text]:focus, textarea:focus {
    outline: none;
}

#message {
    padding-top: 15px;
}

.contact-forms input[type=submit] {
    border:none;
    padding: 0 15%;
    height: 51px;
    cursor: pointer;
    color: white;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.1em;
    margin-top: 2%;
    background: #2F2F30;
    border-radius: 40px;
    font-weight: 700;
    border: 1px solid #2F2F30;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif !important;
}

input.wpcf7-form-control.wpcf7-submit {
    display: block;
    margin: 0 auto;
 }

.contact-forms input[type=submit]:hover {
    background-color: white;
    color: #1B213D;
} 

textarea{
    height: 100px;
    max-height: 100px !important;
  }

.cta-box-right2.contact-forms p{
    padding: 0;
}
  

@media only screen and (max-width: 1300px) {

    /* contact info */
    .inner-contact {
        grid-template-columns: 1fr;
        grid-column: 1 / 17;
    }

    .contact-us-info {
        order: 1;
    }

    .contact-us-info h2{ 
        font-size: 32px;
        line-height: 41px;
    }

    .contact-icon-list p{
        font-size: 16px;
    }

    .ccontact-us-info p {
        font-size: 16px;
        line-height: 21px;
     }   

     .info-contact {
        padding: 5% 0;
    }

    .contact-forms{
        display: grid;       
    }

    .contact-forms form{
        justify-self: center;
    }
}

/* @media only screen and (max-width: 500px) {
    .contact-forms input[type=text], input[type="email"], input[type="tel"], input[type="number"], select, textarea {
        max-width: 210px;   

    }


} */



/* FOOTER ELEMENT ************************************************/

.footer {
    background-color: white;
    padding-bottom: 3%;
}

.logo-section {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 2 / 16;
    text-align: left;
    padding: 3% 0 5% 0;
}

.footer-logo {
    max-width: 15%;
    /* height: 100%; */
}

.footer-background {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column: 2 / 16;  
    /* gap: 2em; */
}

.footer-background a {
    font-weight: 400;
    /* font-size: 16px;
    line-height: 21px; */
    color: #000000;
    text-decoration: none;
}

.footer-tagline{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    padding: 0 0 8% 0;  
}

.menu-col2 {
    padding-left: 40%;
    font-weight: 400;
}

.menu-col1 li { 
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #23303C;
}


.menu-col2 li {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    padding: 1% 0;
}

.menu-title li{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.contact-icon-list-footer {
    display: flex;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    /* align-items: center; */
    color: #23303C;
    padding: 0 0 18px 0;
}

.contact_icons-footer {
    width: 23px;
    object-fit: cover;
    padding: 2% 0;
}

.contact-text {
    padding: 0 0 0 5%;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #23303C;
}

.contact-text a{
    display: grid;
}
.menu-col3 {
    text-align: right;
    align-self: end;
}

.social {
    font-size: 38px;
    margin-right: 10px;
    color: #00916E;
}



@media only screen and (max-width: 800px) {

    .logo-section {
        padding: 10% 0;
    }

    .footer-logo {
        max-width: 213px;
    }    

    .footer-background {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 0 2% 0;
        /* gap: 2em; */
    }

    .footer-background li {
        padding: 1% 0;
    }

    .menu-col1, .menu-col2, .menu-col3 {
        padding-left: 0;
    }

    .menu-title li{
        font-size: 18px;
        line-height: 30px;
    }

}


   
/* SERVCIES ************************************************/

.services {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 3 / 15;
    text-align: center;
    padding: 2% 0 5% 0;
}

.service-heading { 
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    color: #2F2F30; 
    padding: 0 20%;
}

.service-para { 
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    padding: 2% 20% 5% 20%;
}

.service-boxes {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1em;
    padding: 5% 0 0 0;
}

.box {
    align-self: start;
    background-color: white;
    background: #FFFFFF;
    box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    text-align: left;
    padding: 5%;
    height: 100%;
}

.box:hover {
    border: 2px solid #00916E;
}


@media only screen and (min-width: 1000px) {

   .service-boxes a:nth-child(1) {
        grid-column: 1 / span 2;
    } 

   .service-boxes a:nth-child(2) { 
        grid-column: 3 / span 2;
    }

   .service-boxes a:nth-child(3) { 
        grid-column: 5 / span 2;
    }

   .service-boxes a:nth-child(4) {
        grid-column: 2 / span 2;
    } 

    .service-boxes a:nth-child(5) {
        grid-column: 4 / span 2;
    } 
}

.box h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #00916E;
    padding-bottom: 3%;
}

.box p {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
}

.service-boxes a {
    text-decoration: none;
}


.box-img {
    width: 90px;
    object-fit: cover;
}



@media only screen and (max-width: 1000px) {

    .service-boxes {
        grid-template-columns: repeat(4, 1fr);
    }

    .service-para {
        padding: 2% 5% 5% 5%;
    }

    .service-boxes a:nth-child(1) {
        grid-column: 1 / span 2;
    } 

    .service-boxes a:nth-child(2) { 
        grid-column: 3 / span 2;
    }

    .service-boxes a:nth-child(3) { 
        grid-column: 1 / span 2;
    }

    .service-boxes a:nth-child(4) {
        grid-column: 3 / span 2;
    } 

    .service-boxes a:nth-child(5) {
        grid-column: 2 / span 2;
    } 
}

@media only screen and (max-width: 660px) {

    .service-boxes {
        grid-template-columns: repeat(1, 1fr);
    }

    .service-boxes a:nth-child(1) {
        grid-column: 1 / span 2;
    } 

    .service-boxes a:nth-child(2) { 
        grid-column: 1 / span 2;
    }

    .service-boxes a:nth-child(3) { 
        grid-column: 1 / span 2;
    }

    .service-boxes a:nth-child(4) {
        grid-column: 1 / span 2;
    } 

    .service-boxes a:nth-child(5) {
        grid-column: 1 / span 2;
    } 
}




/* TEXT AND IMAGE 50 / 50 ************************************************/

.text-image {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column: 3 / 15;
    padding: 0 0 5% 0;
}

.about-content {

}

.text-image-frame {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 3 / 15;
    gap: 3em;
}

.text-frame h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    color: #2F2F30;
    padding: 0 0 3% 0;
}

.text-frame p {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #2F2F30;
}


.text-frame li{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #2F2F30;
    list-style:disc;
    margin: 0 0 0 10%;
}

.image-frame {
    align-self: center;
}

.image-frame-img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

@media only screen and (max-width: 900px) {

    .text-image {
        padding: 10% 0;
    }

    .text-image-frame {
        grid-template-columns: repeat(1, 1fr);
    }

    .text-image-frame-about {
        grid-template-columns: repeat(1, 1fr);
    }

    .image-frame {
        padding: 5% 0;
    }
}




/* FEATURED ITEM ************************************************/

.featured-item {
    display: grid;
    grid-template-columns:1fr;
    grid-column: 3 / 15;
    text-align: center;
    padding: 5% 0;
    gap: 2em;
}

.featured-item-frame {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-column: 3 / 15; */
    gap: 3em;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 2%;
}

.featured-item-frame h2 {
    font-weight: 700;
    font-size: 55px;
    line-height: 45px;
    color: #00916E;
    padding: 0 0 3% 0;
    text-align: left;
}

.featured-item-frame p {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #2F2F30;
    padding: 0 5% 0 0;
    text-align: left;
}

.feature-image-frame {
    align-self: center;
}

.feature-image-frame-img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    height: 40vh;
}

.feature-text-frame {
    padding: 2% 6%;
    text-align: left;
}

.grants-button-text-black-feature {
    background: #2F2F30;
    border-radius: 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    width: 100px;
    border: none;
    padding: 4% 0;
    margin: 2% 0;
    cursor: pointer;
}

@media only screen and (max-width: 900px) {

    .featured-item {
        padding: 10% 0;
        grid-column: 2 / 16;
    }

    .featured-item-frame {
        grid-template-columns: repeat(1, 1fr);
    }

    .featured-item-frame h2 {
        font-size: 36px;
        line-height: 47px;
    }

    .featured-item-frame p {
        font-size: 16px;
        line-height: 21px;
    }  
    
    .feature-image-frame-img {
        height: 28vh;
    }
    

}




/* LISTINGS PAGE ************************************************/


.grant-for-search {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 3 / 15;
    gap: 1em;
    margin-bottom: 5em;
}

.grant-for-search-header {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3em;
}


.grant-for-search-header h1 {
    font-weight: 700;
    font-size: 64px;
    line-height: 83px;
    color: #2F2F30;
    padding: 2% 0;
}

.search-for-grants {
    display: grid;
    gap: 1em;
    background: #00916E;
    border-radius: 10px;
    padding: 1.5em 0 2em 0;
}


.search-for-grants h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 62px;
    text-align: center;
    color: #FFFFFF;
}

.search-for-grants form{
    display: grid;
    justify-self: center;
    max-width: 446px;
    width: 100%;
  }

body.archive.search .search-for-grants{
    gap: 12px;
    margin-bottom: 2em;
}

body.archive.search .search-for-grants p{
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.inlineSearch {
    width: 100%;
    background: #FFFFFF;
    border: 2px solid #2F2F30;
    border-radius: 40px;
    height: 53px; 
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    color: #2F2F30;
    padding-left: 6%;
}


@media only screen and (max-width: 700px) {

    .search-for-grants {
        gap: 1em;
    }

    .search-for-grants form{

        width: auto;
      }

    /* #searchform {
        padding: 0 5%;
    } */

}




/* GRANTS SEARCH RESULTS *************************************************/

.grant-search-results-frame {
    display: grid;
    padding: 10% 0;
}

.outer-grant-search-results {
    display: grid;
    grid-template-columns: 25% 75%;
    grid-column: 3 / 15;
    gap: 1em;
}

.inner-grant-search-results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    gap: 1em;
}

.search-grant-search-results {
    background-color: white;
    box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 10% 5%;
    height:max-content;
}

.grant-search-results-icon{
    width: 40%;
    object-fit: cover;
}

.search-grant-search-results h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    text-align: left;
    color: black;
    padding: 10%;
    text-align: left;
}

.search-grant-search-results ul li{
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #000000;
    padding: 5% 10%;
}

.grant-search-results {
    box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    align-self: center;
    background-color: white;
}

.grant-search-results ul {
    padding: 4% 0;
}

.grant-search-results-icon {
    width: 100%;
    object-fit: cover;
    padding: 2%;
}

.grant-search-results h2{
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #00916E;
}

.grant-search-results ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    justify-content: center;
    color: #000000;
    display: flex;
}

.grant-search-results ul li h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    padding-right: 5px;
}

.grant-search-results-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    padding: 5% 0;
}

.grant-search-results-button-text-black {
    background: #2F2F30;
    border-radius: 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    width: 100px;
    border: none;
    padding: 4% 0;
}

.grant-search-results-button-text-green {
    border: 2px solid #00916E;
    border-radius: 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #00916E;
    background: transparent;
    width: 100px;
    padding: 4% 0;
}

.grant-search-results-see-more {
    display: grid;
    grid-template-columns: 25% 75%;
    grid-column: 3 / 15;
    text-align: center;
    padding: 5% 0;
    gap: 1em;
}

.grant-search-results-see-more .green-button{
    padding: 1% 5%;
}



@media only screen and (max-width: 1200px) {

    .inner-grant-search-results {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 860px) {

    .outer-grant-search-results {
        grid-template-columns: 35% 65%;
    }

    .grant-search-results-see-more {
        grid-template-columns: 35% 65%;
    }
    
    .inner-grant-search-results {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width: 560px) {

    .outer-grant-search-results {
        grid-template-columns: 100%;
    }

    .grant-search-results-see-more {
        grid-template-columns: 100%;
    }

}



.map-header {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 3 / 15;
    padding: 0 0 2% 0;
    text-align: center;
}

.map-header h2 {
    font-weight: 700;
    font-size: 36px !important;
    line-height: 47px !important;
    color: #2F2F30 !important;
}

.map-header p{
    padding: 1em 0 0 0 !important;
}

.inner-map-container {
    display: grid;
    grid-template-columns: 1fr 40%;
    grid-column: 3 / 15;
    padding: 4% 0;
}

.map-filters h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 41px;
    color: #000000;
    padding-bottom: 0.5em;
}

.map-filter-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
    margin-bottom: 2em;
}

.map-filter-list ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #000000; 
    padding: 6% 0;
}

.map-filter-list ul li:hover {
    color: #00916E; 
}


@media only screen and (max-width: 1000px) {

    .inner-map-container {
        grid-template-columns: 1fr;
        gap: 3em;
        padding: 10% 0;
    }

}







/* INDIVIDUAL GRANTS PAGE *************************************************/

.indi-grants-outer {
    background-color: #F7EFE5;
    width: 100%;
    max-width: 100%;
}

.indi-grants {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 3 / 15;
    padding: 2% 0 5% 0;
    max-width: 1800px;
    justify-self: center;
}


.indi-grants-frame {
    display: grid;
    grid-template-columns: 1fr 27%;
    grid-column: 3 / 15;
    gap: 1em;
    grid-column-gap: 30px;
}


.indi-grants-frame img {
    max-width: 300px;
   width: 100%;
}

body.single-team-member .indi-grants-frame{
    grid-template-columns: 1fr 40%;
}

body.single-team-member .indi-grants-frame img {
    max-width: 100%;
}

.indi-grants-text h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    color: #00916E;
    padding: 0 0 3% 0;
}

.indi-grants-text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #2F2F30;
}

.indi-grants-text li {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #2F2F30;
    list-style: disc;
    font-family: 'PT Sans', sans-serif !important;
}

.indi-grants-text ul {
    padding-left: 10%;
}


.indi-grants-info-box{
    align-self: start;
    background: #fff;
    border-radius: 10px;
    display: grid;
    grid-row-gap: 1.5em;
    margin-top: 67px;
    padding: 1.5em 2em;
    box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.15);
}

.grants-icon-row{
    display: grid;
    grid-template-columns: 49px 1fr;
}

.grants-icon-row i{
    color: #00916e;
    font-size: 2em;
}

@media only screen and (max-width: 900px) {

    .indi-grants-frame, body.single-team-member .indi-grants-frame {
        grid-template-columns: 1fr;

    }
}

/* SHARED ELEMENTS *************************************************/

div.split{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5em;
    grid-column: 3 / 15;
}

div.split img{
    max-width: 100%;
}

div.fcs-gallery{
    display: grid;
    grid-column: 3 / 15;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1.75em;
    margin: 2em 0;
}

div.fcs-gallery img{
    align-self: stretch;
    grid-column-start: span 2;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

div.fcs-gallery img.fcs-gal-two{
    grid-column-start: span 3;
}

table.fcs-table{
    grid-column: 3 / 15;
    border-radius: 10px;
    max-width: 100%;
}

tbody{
    border-radius: 10px;
}

th, td{
    border: 2px solid #2F2F30;
    font-size: 1.25em;
    padding: 20px;
    text-align: center;
}

th{
    background: #00916E;
    color: #fff;
}

#yikes-mailchimp-container-1{
    grid-template-columns: 1fr !important;
}

.yikes-easy-mc-form{
    justify-self: start;
}

div#wpcf7-f2146-p2141-o1 form{
    justify-self: start;
    max-width: 100%;
}

div#wpcf7-f2146-p2141-o1 form li{
    font-size: 1em;
}

div#wpcf7-f2146-p2141-o1 form p{
    margin-bottom: 5px;
}

input[type=submit]{
    border:none;
    padding: 0 15%;
    height: 51px;
    cursor: pointer;
    color: white;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.1em;
    margin-top: 2%;
    background: #2F2F30;
    border-radius: 40px;
    font-weight: 700;
    border: 1px solid #2F2F30;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif !important;
}

@media only screen and (max-width: 760px) {


div.fcs-gallery{
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em;
}

div.fcs-gallery img.fcs-gal-two{
    grid-column-start: span 2;
}

div.split{
    grid-template-columns: 1fr;
}

}

@media only screen and (max-width: 460px) {

    th, td{
    font-size: 1em;
    padding: 10px;
}

}


.wp-content {
    width: 100%;
    display: grid;
    grid-column: 3 / 15;
    grid-template-columns: repeat(1, 1fr);
    text-align: left;
    background: #F7EFE5;
    padding: 2% 0 5% 0;
}


.wp-content-contact {
    width: 100%;
    display: grid;
    grid-column: 3 / 15;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    background: #F7EFE5;
    padding: 5% 0 0 0;
}

.wp-content-contact h1 {
    margin-bottom: 0.5em;
    font-size: 3em;
}

@media only screen and (max-width: 760px) {

    .wp-content,  .wp-content-contact {
        grid-column: 2 / 16;
        padding: 5%;
    }
}

.wp-content-all {
    width: 100%;
    display: grid;
    grid-column: 3 / 15;
    grid-template-columns: repeat(1, 1fr);
    text-align: left;
    background: #F7EFE5;
    padding: 2% 0 5% 0;
}

.wp-content-all li {
    color: #2F2F30;
    font-family: 'PT Sans', sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.2;
    list-style: disc;
    margin: 0 0 0.5em 10%;
}

.wp-content-all h1 {
    margin-bottom: 0.5em;
    font-size: 3em;
}

@media only screen and (max-width: 760px) {

    .wp-content-all .h1 {
        font-size: 3em !important;
    }
}


.yikes-easy-mc-form {
    justify-self: left;
    padding: 5% 0;
}

.wp-content-all form input[type="text"], .wp-content-all form input[type="email"],
 .wp-content-all form .yikes-easy-mc-dropdown {
    width:100% !important;
    padding: 12px;
    border: 1px solid #000000;
    background: white;
    border-radius: 10px;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    text-align: left;
    justify-self: center;
    font-size: 16px;
    line-height: 21px;
    color: #2F2F30;
}

.wp-content-all form .yikes-easy-mc-dropdown { 
    height: 50px;
}

.yikes-easy-mc-form .yikes-easy-mc-submit-button {
    background: #2F2F30;
    border-radius: 40px;
    padding: 15px 8%;
    border: 1px solid #2F2F30;
    text-decoration: none;
}

.yikes-mailchimp-submit-button-span-text {
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    font-family: 'PT Sans', sans-serif !important;
    font-weight: 700;
    color: #FFFFFF;
}

.yikes-easy-mc-form .yikes-easy-mc-submit-button:hover, .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover .yikes-mailchimp-submit-button-span-text {
    background: #fff;
    color: #2F2F30;
}

.post-edit-link {
    display: none;
}





.single-event-overall {
    display: grid;
    grid-template-columns: 1fr 25%;
    gap: 2em;
}

.single-event-image img {
    border-radius: 10px;
}

.entry-title {
    font-weight: 700;
    font-size: 64px;
    line-height: 75px;
    color: #00916e;
}

.search-header {
    display: grid;
    grid-column: 3 / 15;
    grid-template-columns: 1fr;
    padding-top: 5%;
}

@media only screen and (max-width: 760px) {

    .entry-title {
        font-weight: 700;
        font-size: 40px;
        line-height: 52px;
    }
}


.no-results {
    padding: 5%;
}

.entry-content {
    font-weight: 700;
    font-size: 32px;
    line-height: 41px;
    text-align: left;
    color: #2F2F30;
    padding: 2% 0;
}