/* Overrides */

.gh-head {
    position: sticky;
    top: 0;
    background:white;
    z-index:99;

}


a.kg-cta-button {
    background-color: #3D1362!important;
    color: white !important;
    text-decoration:none;
    border-radius: 100px!important;
}
a.kg-cta-button:hover {
    background-color: white!important;
    border: 1px #3D1362 solid!important;
    color: #3d1362 !important;
    text-decoration:none;
    border-radius: 100px!important;
}

.gh-article-footer {
    margin-top:48px!important;
}


/* remove subscribe buttons pop-up and header */

.gh-portal-triggerbtn-iframe {
    display:none!important;
}

.gh-head-members {
     display:none!important;
}




/* Navigation */

ul.nav {
    font-family: var(--gh-font-heading);
}


/* Buttons */

a.gh-btn {
    font-family: var(--gh-font-heading);

} 


/* About template */

.it-about-secondary {
    font-size: 20px;
    margin: 20px 0px 20px 0px;
    max-width:400px;

}

.it-home-links ul {
    padding-inline-start: 0px!important;
}

.it-home-links ul li {
    list-style-type: none;
    display: inline-block;
    border-left: solid 1px #c0c0c0;
    padding: 6px;

}

.it-contact {
    margin-top: 30px;
}

.it-quotes {
    display:flex;
    margin: 0 auto;
}

.it-quote {
    float:left;
    min-width:400px;
    max-width:33%;
    border-left: solid 1px #c0c0c0;
    padding: 20px;
    font-size: 18px;

}

.it-quote p.quote {
    font-style: italic;
}

.it-quote p.name {

    margin-top:30px;
    font-weight: bold;

}

.gh-content p {
    margin-top:12px!important;
    font-size:18px;
}

.it-about {
    margin: 48px auto;
    display:flex;
    flex-wrap: wrap;
    padding-bottom: 18px;
    border-bottom: 1px #c0c0c0 solid;
}


.it-about a {
    text-decoration:underline;
    color: #3D1362!important;
}

.it-about a:hover {
    text-decoration:underline;
    color: black!important;
}


.it-about-header {
    min-width:200px;
    max-width:40%;

}

.it-about-content {
    max-width: 700px;
    min-width:300px;
    padding: 0px 30px ;

}

.it-about-content p {
    margin: 18px 0;
    line-height: 1.5em;
    font-size:18px;

}

.it-about-content .kg-card {
    border-top: 1px solid #c0c0c0;
    margin:24px 0px;
}

.it-about-content .kg-cta-content {
    background: white!important;
    padding: 24px 0px!important;
    border: none!important;
}
.it-about-content .kg-cta-content .kg-cta-image-container img {
    min-width: 150px;
    height:auto;
    margin:0px;
}

.it-about-content .kg-button-card a {

    text-decoration:none;
    color: white!important;
    border-radius: 100px!important;
    font-size:24px!important;
    margin-top:24px;

}

/* work template */

.it-work {
    padding-top: 48px!important;


}

@media screen and (min-width: 800px) {
    .it-work-content {
        grid-column: 4 / span 8;
        margin-left: 48px;
    }
}

.it-work-content {
    margin-top:0px!important;
}

.it-work-content h4 {
    font-family: var(--gh-font-heading);
    font-size: 1.2em!important;
    font-weight:bold!important;
    letter-spacing: -.02em;
}

.it-work-content .kg-card, .it-work-content h2, .it-work-content hr, .it-work-content p, .it-work-content blockquote, .it-work-content .js-reframe {
    margin-bottom: 24px!important;
}

.it-work-content .kg-cta-text strong {

    font-family: var(--gh-font-heading);
    font-size: 1.6em;

}

.it-work-content .kg-product-card img {
    max-width:25%;
    float: left;
    margin-right:24px;

}

.it-work-content .kg-product-card-container {
    max-width:100%!important;
    display:block;
    box-shadow: none;

}

.it-work-content .kg-product-card-title-container {
    min-width:400px;
}

.it-work-content .kg-product-card-description p {
    font-family: var(--gh-font-body);
    font-size:18px!important;
    color:var(--color-primary-text);
    opacity: 1!important;


}


.it-work-sidebar h1 {
    margin-top:24px;
}

.it-work-sidebar a.gh-btn {
    background-color: #3D1362;
    color: white !important;
    text-decoration:none;
}
.it-work-sidebar a.gh-btn:hover {
    background-color: white;
    border: 1px #3D1362 solid;
    color: #3d1362 !important;
    text-decoration:none;
}




/* blog template */

.it-blog {
    width: 100%;
    margin: 48px auto;

} 

.it-blog-header {
    min-height:200px;
}

.it-blog-header-left {
    max-width: 66%;
    float:left;
    min-width:400px;
}

.it-blog-header-right {
    max-width:25%;
    float:left;
    border-left:#c0c0c0 1px solid;
    padding-left:24px;
    min-width:200px;
}

.it-blog-header-left img {
    height:170px;
    width:auto;
    float:left;
    padding-right: 48px;

}

.it-blog-header-right .gh-btn {
    margin-top:24px;
}

.it-blog .gh-about-secondary {
    max-width: 1200px;
    
}

.it-blog .it-article {
    float:left;
    max-width: 33%;
    min-height:500px;
    min-width:400px;
    padding: 48px 48px 0px 0px;
}

.it-blog .it-article img {

    height:auto;
}

.it-blog h2 {
    margin: 9px 0px;
}

.it-blog .read-more {
    color:#3D1362;
    font-weight: bold;
}

.it-blog-pagination {
    max-width: 500px;
    margin:0 auto!important;
}

/* post template */

.it-post-subscribe {
    margin: 48px 0px;
    padding: 24px 0px;
    border-top: 1px #c0c0c0 solid;
    border-bottom: 1px #c0c0c0 solid;
}

.it-post-subscribe .gh-btn {
    margin-top:24px;
    color:white;
    text-decoration:none;
}

.it-post-social-icon {
    width:40px;
    height:auto;
}

.it-post-author-box {
    width:80%;
    border-bottom:#c0c0c0 solid 1px;
    padding-bottom:24px;
    margin-bottom:24px;
}


/* footer */

.it-foot ul, .it-foot nav {
    margin: 20px 0px;
}

.it-foot .gh-inner {
    margin: 48px auto;
    border-top: solid 1px #c0c0c0;
    padding:48px 0px;
    flex-direction: row!important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.it-footer-panel {
    float:left;
    max-width:30%;
    min-width:400px;
    text-align:center;
}

.it-footer-copy {
    text-align:left;
}

.it-footer-nav {
    text-align:left;

}

.it-footer-nav ul.nav {
    display:block;
    flex-direction: column!important;
    justify-content: left!important;

}

.it-footer-nav li {
    list-style-type:none!important;
    text-align:left!important;
    font-size:20px;

}

.it-footer-nav li:before {
    content:""!important;
    padding:0px!important;
}



.it-footer-connect {
    min-width:300px;
    text-align:left;
}

.it-footer-connect ul {

    list-style-type:none;
    margin-left: 0px;
    padding:0px;
}

.it-footer-connect li {

    margin: 18px 0px;
}

.it-footer-connect a.it-footer-btn {
    padding:6px;
    color:white;
    text-align:center;
    width: 150px;
    border-radius: 100px;
    display:block!important;
    background-color: #3D1362;
    font-family: var(--gh-font-heading);
    font-weight: bold;
    font-size:20px;
    
}

.it-footer-connect a.it-footer-li-btn {


    background-color:#0072B1!important;


}


.it-copyright {
    text-align:center;
}


