/*-- plugin style --*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}










/*-- site style --*/
html,
body,
*{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    background-size:cover;
    background-position:50% 50%;
    font-family: 'Inter', sans-serif;
    color:black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
}
html {
	font-size: 16px;
	line-height: 1.45;
}
.hero .text p,
.serif{
    font-weight:400;
    font-family:'Libre Caslon Text', serif;
}
h1{
	font-size:36px;
	line-height: 1.2;
	font-weight:normal;
	color:white;
	text-transform:none;
    font-weight:700;
    margin:0 0 20px;
}
h2{
	font-size:20px;
	line-height: 1.25;
	font-weight:700;
}
.hero .text p,
h2.small-title,
.small-title{
    font-size: 16px;
}
.news h2,
ul.news h3,
.article h2{
    font-size: 22px;
}
.underline-title {
    border-bottom: 1px solid;
    padding: 0 8px 8px;
}
@media screen and (min-width: 650px) {
	html {
		font-size: calc(16px + 2 * ((100vw - 650px) / 950));
	}
	h1{
		font-size: calc(36px + 26 * ((100vw - 650px) / 950));
	}
	h2{
		font-size: calc(20px + 5 * ((100vw - 650px) / 950));
	}
    .hero .text p,
    .small-title,
    h2.small-title{
        font-size: calc(16px + 6 * ((100vw - 650px) / 950));
    }
    .news h2,
    ul.news h3,
    .article h2{
        font-size: calc(22px + 12 * ((100vw - 650px) / 950));
    }
}
@media screen and (min-width: 1600px) {
	html {
		font-size: 18px;
	}
	h1{
		line-height: 1.2;
		font-size:62px;
	}
	h2{
		line-height: 1.25;
		font-size:25px;
	}
    .hero .text p,
    .small-title,
    h2.small-title{
        font-size:22px;
    }
    .news h2,
    ul.news h3,
    .article h2{
        font-size: 34px;
    }
}

body{
	margin:0;
	padding:0;
    background-color:white
}
main{
    width:100%;
    overflow-x:hidden;
}
a{
    text-decoration:none;
    font-family:inherit;
    font-size:inherit;
    color:inherit;
}
figure {
    margin: 0;
    padding: 0;
}

img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: none;
    height: auto;
}
.relative{
    position: relative;
}
.alt{
    display:block;
    text-indent: -999999px;
    width: 1px;
    height:1px;
    overflow: hidden;
}
.text-center{
	text-align:center;
}
.bg-img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow:hidden;
    background-position:50% 50%;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    color: inherit;
    margin: 0;
    width: auto;
    line-height: 1.0;
}
.demo-icon {
    color: inherit;
}
.btn{
    color: inherit;
    display: inline-block;
    border: 2px solid;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    transition: 0.35s ease;
    text-align: center;
    margin: 20px 0 0;
    font-size: 12px;
    padding: 10px 30px;
}
.btn.underline{
    color: #3b9f3a;
    padding: 0;
    border: none;
    background: transparent;
    text-transform: none;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0px;
    position: relative;
}
.btn.underline:hover,
a:hover .btn.underline{
    background:transparent;
    color:#3b9f3a;
}
.btn.underline::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #3b9f3a;
    transform: scaleX(0);
    transition: transform 0.35s ease;
    transform-origin: left;
}
.btn.underline:hover::after,
a:hover .btn.underline::after{
     transform: scaleX(1);
}
p a {
    border-bottom: 1px solid;
    color: #3b9f3a;
}
p a strong{
    color: #3b9f3a;
}
@media only screen and (min-width:1600px){
    .btn{
        font-size: 14px;
        padding: 12px 36px;
    }
}
a:hover .btn,
.btn:hover,
a:focus .btn,
.btn:focus {
    background: #3b9f3a;
    border-color: #3b9f3a;
    color: white;
}
.btn .demo-icon.icon-right-arrow{
    margin:0 0 0 3px;
}
.btn-box .btn {
    margin: 0 10px 10px 0px;
}

.btn-box {
    margin: 30px 0 0 0;
}
.bg-grey{
	background-color:#e4e4e4;
} 
.bg-white{
	background-color:white;
}
.color-white{
	color:white;
}
.color-brown{
    color:#5d350e;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li {
    position: relative;
    padding-left: 12px;
    margin: 0 0 10px;
}
ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: black;
    left: 0;
    top: 11px;
}
ul li > ul {
    margin: 5px 0 12px 12px;
    display: block;
}

ul li > ul li::before {
    background: transparent;
    border: 1px solid;
    width: 3px;
    height: 3px;
}
.hero,
.img-block,
.callout{
	overflow:hidden;
	position: relative;
	color:white;
}
.text{
	position:relative;
	z-index:1;
}
.hero .text,
.callout .text{
	color:white;
}
.overlap-parent,
.pad.overlap-parent{
	padding-top:0;
}
.overlap-item{
	transform: translateY(-50px);
    margin-bottom:-50px;
}
.hero .bg-img::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 75%);
}
.hero p,
.hero .btn{
    color:white;
}



/*-- grid --*/
.pad{
    padding:5vw 10vw;
}
/*.pad-more{
    padding:110px;
}*/
.pad-lr{
	padding-left:24px;
	padding-right:24px;
}
/*
.pad-most{
    padding:160px;
}*/
.mb-s {
    margin-bottom: 30px;
}

.mb-m {
    margin-bottom: 60px;
}

.mt-l {
    margin-top: 80px;
}
.mt-s {
    margin-top: 30px;
}

.mt-m {
    margin-top: 60px;
}

.mt-l {
    margin-top: 80px;
}
.pad-bottom{
	padding-bottom:80px;
}


.flex-wrap{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction:row;
    flex-wrap: -webkit-wrap;
    flex-wrap: -moz-wrap;
    flex-wrap: -ms-wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width:100%;*/
}
.flex-wrap.justify {
    justify-content: space-between;
    flex-wrap:nowrap;
}
.flex-wrap.reverse,
.flex.reverse{
    flex-direction:-webkit-row-reverse;
    flex-direction:-moz-row-reverse;
     -ms-flex-direction: row-reverse;
    flex-direction:-ms-row-reverse;
    flex-direction:row-reverse;
}
.flex-wrap.gutter {
    margin: 0 -24px;
}
.flex-wrap .flex-wrap.gutter {
   /* margin: 0 -24px; */
}
.flex-col,
.flex-wrap a.flex-col{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction:-webkit-column;
    flex-direction:-moz-column;
    flex-direction:-ms-column;
    -ms-flex-direction: column;
    flex-direction:column;
    justify-content:-webkit-center;
    justify-content:-moz-center;
     -ms-flex-pack: center;
    justify-content:-ms-center;
    justify-content:center;
}
.flex-col.align-bottom,
.flex-wrap a.flex-col.align-bottom,
.flex-wrap.align-right{
    justify-content:-webkit-flex-end;
    justify-content:-moz-flex-end;
    justify-content:-ms-flex-end;
    -ms-flex-pack: end;
    justify-content:flex-end;
}

.half,
.halfs > *{
    width:50%;
}
.gutter > .half,
.gutter.halfs > * {
    width: calc(50% - 48px);
    margin: 0 24px 48px;
}
.third,
.thirds > *,
.one-third{
    width:33.333%;
}
.gutter > .third,
.gutter > .one-third,
.gutter.thirds > * {
    width: calc(33.333% - 48px);
    margin: 0 24px 48px;
}
.two-thirds{
    width:66.666%;
}
.gutter > .two-thirds{
    width: calc(66.666% - 48px);
    margin: 0 24px 48px;
}
.fourth,
.fourths > *{
    width:25%;
}
.gutter > .fourth,
.fourths.gutter > * { 
    width: calc(25% - 48px);
    margin: 0 24px 48px;
}

.sixth,
.sixths > *{
    width:16.666%;
}
.gutter > .sixth,
.sixths.gutter > * { 
    width: calc(16.666% - 24px);
    margin: 0 12px 60px;
}
@media only screen and (max-width:1550px){
    .gutter.service-home > .fourth,
    .gutter > .fourth.service-block {
        width: calc(50% - 48px);
    }
}
@media only screen and (max-width:980px){
	.gutter > .third, 
	.gutter > .one-third, .gutter.thirds > *,
    .gutter > .fourth, 
    .gutter > .one-fourth, 
    .gutter.fourths > *  {
	    width: calc(50% - 48px);
	    margin: 0 24px 48px;
	}

}
@media only screen and (max-width:650px){
	.half,
	.halfs > *,
	.gutter > .half,
	.gutter.halfs > *,
	.third,
	.thirds > *,
	.one-third,
	.gutter > .third,
	.gutter > .one-third,
	.gutter.thirds > * ,
	.two-thirds,
	.gutter > .two-thirds,
	.fourth,
	.fourths > *,
	.gutter > .fourth,
	.fourths.gutter > *,
    .gutter.service-home > .fourth,
    .gutter > .fourth.service-block  { 
	    width: 100%;
	    margin: 0 0px 30px;
	}
    .img-block{
        min-height:450px;
        margin:0;
    }
    .gutter > .fourth ul{
        columns:2 150px;
        column-gap:24px;
    }
    .flex-wrap.gutter {
        margin: 0 0px;
    }
}

/*-- skip link --*/
a.skip-link {
    background-color: inherit;
    font-size: 0;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    width: 99%;
    transition: all .35s ease;
}
a.skip-link:focus {
    display: block;
    position: static;
    padding: 20px 50px;
    width: 100%;
    font-size: 28px;
    margin: 5px 5px 10px 5px;
}
/*-- loader --*/
#loader{
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
    position: fixed;
    background: #393939;
    justify-content: center;
    align-items: center;
}
#loader .logo{
    margin:0 auto;
    padding:0;
    width:35vw;
    min-width:300px;
    max-width:480px;
    display:block;
}




/*-- header --*/
header{
    padding:30px 5vw;
    top:0;
    left:0;
    right:0;
    z-index:9;
    position:absolute;
    background:transparent;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items:center;
    justify-content: space-between;
}
header .logo{
    margin:0;
    padding:0;
    width:35vw;
    min-width:300px;
    max-width:480px;
    display:block;
}
header .logo a{
    display:block;
}
header nav ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    align-items:center;
    margin:0;
    padding:0;
}
header nav ul li::before{
    display:none;
}
header nav ul li a{
    color:white;
    margin:0 0 0 40px;
    transition: color 0.35s ease;
    position: relative; 
    font-size: 14px;
    text-transform:uppercase;
    font-weight:700;
}
header nav ul li a:hover,
header nav ul li a:focus {
    color: #3b9f3a;
}
header nav ul li.selected a{
    text-decoration: underline;
}
header nav ul li {
    margin: 0;
    padding: 0;
}
#open-menu,
#close-menu{
    display:none;
}
@media only screen and (max-width:1200px){
    /*header nav ul li a {
        margin: 0 0 0 25px;
        font-size: 12px;
        letter-spacing:1px;
    }*/
    header nav{
        top: 0;
        right: 0;
        position: fixed;
        z-index: 99;
        background-color: #393939;
        box-shadow: -8px 0 12px rgb(0 0 0 / 0%);
        transform: translateX(100%);
        transition: 0.3s ease;
        max-width: 260px;
        width: 100%;
        padding: 47px 5vw 5vw;
        overflow-y: scroll;
        height: 100vh;
    }
    .nav-active header nav {
        transform: translateX(0%);
        box-shadow: -8px 0 12px rgb(0 0 0 / 15%);
    }
    header nav ul li a {
        display:block;
        margin: 0 0 10px;
        font-size: 20px;
        font-weight:600;
        letter-spacing:1px;
        color:white;
    }
    #open-menu,
    #close-menu{
        display:block;
        border:none;
        padding:0;
        font-size:22px;
        background:transparent;
        color:white;
        margin: 0;
    }
    #close-menu{
        font-size:16px;
        color:#c8c7c7;
        margin: 0 0 0 auto;
    }
    header nav ul{
        display:block;
    }
    .hero .flex-wrap.gutter {
        margin: 90px 0 0;
    }

}


/*-- footer --*/
footer{
    background-color:#393939;
    color:white;
}
footer p,
footer a{
    color:white;  
}
footer ul{
    list-style: none;
    margin:0;
    padding:0;
}
footer .flex-wrap{
    flex-wrap:nowrap;
}
footer .links ul{
    text-align:right;
}
footer .links ul li a{
    display:block;
    margin:0 0 10px;
    font-size: 14px;
    text-transform:uppercase;
    font-weight:700;
    transition:0.35s ease;
}
footer .links ul li a:hover,
footer .links ul li a:focus{
    color:#3b9f3a;
}
footer .we-serve {
    padding: 0 5vw;
    margin: 0 6vw;
    border-left: 1px solid rgb(255 255 255 / 25%);
    border-right: 1px solid rgb(255 255 255 / 25%);
}
footer .we-serve ul li a{
    display: block;
    margin: 0 15px 5px 0;
    font-size: 30px;
    padding: 5px;
    line-height: 1.0;
}
footer .we-serve ul li a.linkedin{
    background-color:#63b7d3;
    padding: 5px 8px;
}
footer .we-serve ul li a.slideshare{
    background-color:#0ba8ab;
}

footer .we-serve ul{
    margin:30px 0;
}
footer .we-serve p{
    color:#c8c7c7;
}
footer .we-serve p.copyright{
    font-size:15px;
    color:#8f8f8f;
}
footer ul li::before{
    display:none;
}
footer ul li{
    padding:0;
    margin:0;
}
footer .logo {
    width: 280px;
}

footer .info .text-wrap {
    padding: 0 0 0 101px;
}
@media only screen and (max-width:850px){
    footer .pad.flex-wrap.gutter {
        text-align: center;
        flex-wrap: wrap;
    }

    footer .we-serve ul {
        justify-content: center;
    }

    footer .we-serve ul li a {
        margin: 0 10px 5px;
    }

    footer .we-serve {
        border-left: 0;
        border-right: 0;
        order: 3;
        margin: 0 0 0px;
    }

    footer .info, 
    footer .we-serve, 
    footer .links {
        width: 100%;
        text-align: center;
    }

    footer .links ul {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin:0 0 20px;
        flex-wrap:wrap;
    }

    footer .links ul li a {
        margin: 0 10px 10px;
    }

    footer .info .text-wrap {
        padding: 0;
        margin: 0 0 40px;
    }

    footer .logo {
        margin: 0 auto 40px;
    }
}








/*-- featured news --*/
ul.news {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.news h3{
    font-family:"Libre Caslon Text";
    margin:0 0 5px;
    font-weight:400;
     transition: color 0.35s ease;
} 
ul.news a:hover h3,
ul.news a:focus h3 {
    color: #3b9f3a;
}


ul.news p{
    margin:0;
}
ul.news .btn {
    color:#3b9f3a;
    padding: 0;
    border: none;
    background: transparent;
    text-transform: none;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0px;
       position: relative;
}

ul.news .btn:hover,
ul.news a:hover .btn,
ul.news .btn:focus,
ul.news a:focus .btn  {

}

li.featured_article a {
    display: block;
    margin:0 0 30px;
}
ul.news li.featured_article::before {
    display: none;
}

ul.news li.featured_article {
    margin: 0;
    padding: 0;
}

ul.news .btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #3b9f3a;
    transform: scaleX(0);
    transition: transform 0.35s ease;
    transform-origin: left;
}

ul.news a:hover .btn::after,
ul.news a:focus .btn::after {
    transform: scaleX(1);
}


/*-- about --*/
.hero.sub-page .bg-img.rellax {
    height: 110%;
    top: -10%;
}
.hero.sub-page .bg-img::before {
    background: rgb(60 53 41 / 63%);
}
.service-body ul,
.column-list {
    margin: 0 0 50px;
}
/*.service-body ul,*/
.column-list ul,
ul.column-list {
    columns: 2 180px;
    column-gap: 24px;
}
.hero.sub-page p {
     font-family: 'Libre Caslon Text';
    margin: 0;
}
.team figure{
    margin:0 0 20px;
}
.team h3 {
    margin: 0 0 0;
}

.team h3 + p {
    margin: 0 0 20px;
}

.team figure{
    max-width: 400px;
}
.hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgb(60 53 41 / 63%);
    opacity:0;
    transition: 0.35s ease;
    z-index:1;
}
a:hover .hover{
    opacity:1;
}
figure a {
    position: relative;
    display: block;
}
.team .hover .btn {
    color: white;
    margin: 80px 0 0;
     opacity:0;
    transition: 0.35s ease;
    transform:translateY(50px);
}
.team a:hover .hover .btn{
    opacity:1;
    ransform:translateY(0px);
    transition: 0.35s ease 0.25s;
}
.team .hover {
    padding: 40px;
}
.team figure{
    overflow:hidden;
}
.team a img{
    transition: 0.35s ease;
}
.team a:hover img{
    transform:scale(1.05);
}




/*-- Education, News & Resource Pages --*/
.article{
    margin:0 0 90px;
} 
.news h3,
.article h2{
    font-family: "Libre Caslon Text";
    margin: 0 0 5px;
    font-weight: 400;
    transition: color 0.35s ease;
}
.news a.article{
    display:block;
}
.article.flex-wrap .two-thirds{
    padding:0 40px 0 0;
}
.article.flex-wrap.reverse .two-thirds{
    padding:0 0px 0 40px; 
}
ul.slick-dots {
    list-style: none;
    display: flex !important;
    margin: 15px 0 0 0px;
}

ul.slick-dots li::before {
    display: none;
}

.slick-dots button {
    display: block;
    background: transparent;
    color: transparent;
    text-indent: -9999999px;
    border: 2px solid #3b9f3a;
    border: 2px solid black;
    width: 12px;
    height: 12px;
    font-size: 0;
    overflow: hidden;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    outline: none;
}

ul.slick-dots li {
    padding: 0;
    margin: 0 10px 0 0;
}

.slick-dots .slick-active button {
    background: #3b9f3a;
    border-color: #3b9f3a;
}
.hero .slick-dots button {
    border-color: white;
}

.hero .slick-dots .slick-active button {
    border-color: #3b9f3a;
}




.reverse ul.slick-dots {
    justify-content: flex-end;
}
a.team-link h2,
a.team-link h2 span.serif{
    transition: color 0.35s ease
}
.team-link:hover h2,
.team-link:hover h2 span.serif,
a:hover h2,
a.article:hover h2{
   color:#3b9f3a;
}
a.slide {
    position: relative;
}
/*
a.slide::before {
    content: "\e803";
    display:block;
    position:absolute;
    font-family:"Fontello";
    color:white;
    font-size:30px;
    line-height:30px;
    top:8px;
    right:8px;
    z-index:1;
}
a.slide::after{
    content:'';
    transition: opacity 0.35s ease;
    opacity:0.15;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: -moz-linear-gradient(45deg,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
}
a.slide:hover::after{
    opacity:0.4;
}
.hero a.slide::before {
    opacity: 0;
    transition: opacity 0.35s ease;
}

.hero a.slide:hover::before {
    opacity: 1;
}
*/

.breadcrumb{
    padding: 0;
    border: none;
    background: transparent;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0px;
    position: relative;
    color:#3b9f3a;
}
datetime {
    font-family: 'Libre Caslon Text', serif;
    color: white;
}
.breadcrumb + h1 {
    margin: 5px 0 10px;
}

.pagination.flex-wrap{
    justify-content: center;
    align-items: center;
    width:100%;
    margin:40px 0 0;
}
.number{
    background:transparent;
    border:none;
    outline:none;
    display:inline-block;
    margin:0 10px 1px;
    cursor:pointer;
    transition:0.35s ease;
}
 
.number:hover {
    color:#3b9f3a;
}
span.current.number,
span.current.number:hover {
    border-bottom: 1px solid;
    color: #777777;
    margin-bottom: 0;
}
.article span.btn{
    margin-top:0;
}
.news-nav{
    width: calc(100% - 48px);
    margin: 0 0px 40px;
}
.news-nav span{
	margin:0 30px 15px 0;
}
.news-nav button,
.news-nav a {
    text-align:left;
    position:relative;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: color 0.35s ease;
    padding:0;
    margin:0 30px 15px 0px;
}

.news-nav button::after,
.news-nav a::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #3b9f3a;
    transform: scaleX(0);
    transition: transform 0.35s ease, background 0.35s ease;
    transform-origin: left;
}
.news-nav a:hover,
.news-nav a:focus,
.news-nav button:hover,
.news-nav button:focus{
    color:#3b9f3a;
}
.news-nav a:hover::after,
.news-nav a:focus::after
.news-nav button:hover::after,
.news-nav button:focus::after{
    transform: scaleX(1);
}
.news-nav a.active,
.news-nav button.active,
.news-nav button.active:hover{
    cursor:none;
    color:#8e8e8e;
}
.news-nav a.active::after,
.news-nav button.active::after,
.news-nav button.active:hover::after{
    transform: scaleX(1);
    background:#8e8e8e;
}
strong.subtitle.category {
    background: #f1f1f1;
    padding: 8px 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    line-height: 12px;
    margin: 0 0 8px 0;
    display: inline-block;
} 
 


/*-- contact --*/
#form-wrapper .freeform-row .freeform-column .freeform-label {
    display: block;
    margin: 0 0 2px;
    font-size: 90%;
}

#form-wrapper .freeform-row .freeform-column .freeform-input {
    border: 1px solid #adadad;
    padding: 12px 15px 10px;
    border-radius: 0;
    outline: none;
    transition: border-color 0.35s ease;
    font-family: 'Libre Caslon Text', serif;
    font-weight: 400;
    line-height: 1.45;
}

#form-wrapper .freeform-row .freeform-column .freeform-input:focus {
    border-color: #3b9f3a;
}

#form-wrapper .freeform-row .freeform-column .freeform-label.freeform-required:after {
    color: #5d350e;
}

#form-wrapper button.btn {
    background: transparent;
    cursor:pointer;
}
#form-wrapper button.btn:hover,#form-wrapper button.btn:focus {
    background: #3b9f3a;
    border-color: #3b9f3a;
    color: white;
}
.contact-page address {
    font-style: normal;
    margin: 0 0 40px;
}


/*-- services --*/

.service-block figure{
    overflow:hidden;
    position:relative;
}
.service-block img{
    transition: 0.35s ease;
}
.service-block:hover img{
    transform:scale(1.05);
}
.max-height{
    overflow:hidden;
    max-height:35vw;
    min-height: 320px;
}
.service-body.forensic-economics .underline-title + ul,
.service-body.fraud-investigation .underline-title + ul,
.service-body ul{
    columns:2 150px;
    column-gap:24px;
}
.service-body ul ul{
    columns:initial;
}
.service-body.forensic-economics ul,
.service-body.fraud-investigation ul{
    columns:initial;
}

.service-body ul li ul {
    margin: 5px 15px 5px;
}

a h2.underline-title {
    transition: 0.35s ease;
}
a.column-list:hover h2.underline-title,
a:hover h2.underline-title {
    color:#3b9f3a;
    transition: 0.35s ease;
}



