
body {
    margin: 0;
    font-family: univers, arial;
    background-color:#4e4e4e;;
}

* {
    box-sizing: border-box;
}

a {
    color: #2F883B;
}
a:focus, a:hover {

    color: #18671d;
    text-decoration: underline;
}

.bodyText a {
 text-decoration:underline;   
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 3px solid #9d9d9d;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .25em;
    font-weight: bold;
}

b, strong {
    font-weight: bold;
}

p {
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 1.5em;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
background:#fff;
}

.content {
 font-size: 16px;   
}

div.mycontainer {
    width: 1140px;
    margin: 0 auto;
    max-width: 100%;
}

div.mycontainer.padding {
    width: 1170px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 15px;
    padding: 15px 15px 30px 15px
}

div.mycontainer.wide {
    width: 1280px;
}

div#header > div.mycontainer {
    overflow: hidden;
    position: relative;
}

ul#top-links {
    float: right;
    padding: 0;
    margin: 0;
    margin-top:17px
}

ul#top-links li {
    float: left;
    list-style: none;
    margin-left: 24px;
}

ul#top-links li a {
    color: #646466;
    font-size: 14px;
    font-weight: bold;
}

a#logo {
    float: left;
    text-decoration: none;
    margin-top: 15px;
}

a#logo img.text {
    margin-left: 10px;
}

a#logo-sm img{
display:block;
text-decoration: none;
margin: 0px auto;
padding: 25px 7px 0px;
}


#logo img {
margin-left: 0px;
height: 66px;
}


div#header .mycontainer a.phone-number {
    position: absolute;
    right: 15px;
    top: 75px;
}

div#header a.phone-number {
    color: #646466;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

div#header > div.tablet-and-below {
    display: none;
}

#main-menu .hide-lg {
    display: none;
}

.landing p{
font-size: 18px;
line-height: 1.5em;   
}

h2.black {
color:#222;
}

h3{
    line-height: 1.3em;
 }   

 .landing-page-label {
    padding: 5px 10px;
    background-color: #eaf3eb; /* Change to your preferred background color */
    color: #215f29; /* Change to your preferred text color */
    border-radius: 12px; /* Rounded corners */
    font-size: 12px; /* Small font size */
    text-decoration: none; /* Remove underline */
    margin-top: 10px; /* Space above the link */
    margin-bottom: 10px; /* Space below the link */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
	display: inline-block !important;
}

.landing-page-label:hover {
    background-color: #215f29; /* Darker shade on hover */
	color:#fff;
}

@media (max-width: 991px) {

    ul#top-links {
        display: none;
    }

    #main-menu .hide-lg {
        display: block;
    }

    div#header .mycontainer a.phone-number {
        display: none;
    }

    div#header > div.tablet-and-below {
        display: block;
        text-align: center;
        padding: 10px 0;
    }

    div#header a.phone-number {
        font-size: 16px;
    }

    #foot-main-menu,
    #foot-top-menu {
        display: none;
    }

    hr.foot-sep {
        height: 0;
        border: none;
        padding: 0;
    }

    #footer div.foot-container {
        padding-bottom: 45px;
    }

    #footer div.foot-bg {
        padding-bottom: 0;
    }

}

div#main-menu {
    background:#4e4e4e;
    background-image: linear-gradient(100deg, rgb(136, 136, 136), rgb(78,78,78));
}

div#main-menu ul {
    padding: 0;
    margin: 0;
    padding: 1px 0;
}
/*
div#main-menu > div > ul:after {
    content: '';
    display: inline-block;
    width: 100%;
}
*/

div#main-menu ul li  {
    display: inline-block;
}


div#main-menu ul li ul li {
    display: inline-block;
}

div#main-menu ul li a {
    text-decoration: none;
    display: block;
    font-size:  16px;
    color: #fff;
    padding: 13px 10px;
	text-transform: uppercase;
}


div#main-menu ul li .main-dropdown-wrapper {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,.95);
}

@media (min-width: 940px) {

    div#main-menu > div > ul {
        margin-left:-10px;  
    }
    
    .dropbtn {
    padding: 15px 10px;    
    }
    
     /* Dropdown Button */
    .dropbtn {
      color: white;
      padding: 15px 20px; 
      font-size: 16px;
      border: none;
      background:none;
    }


}

@media (min-width: 992px) {


    div#main-menu ul li:hover .main-dropdown-wrapper {
        opacity: 1;
        pointer-events: auto;
    }

    div#main-menu ul li .main-dropdown-wrapper {
        opacity: 0;
        transition: all .5s;
        pointer-events: none;
        display: block !important;
    }

    div#main-menu {
        padding: 0 15px;
    }


    
    /* The container <div> - needed to position the dropdown content */
    .dropdown {
      position: relative;
      display: inline-block;
      display: flex;
    }
    
    /* Dropdown Content (Hidden by Default) */
    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f1f1f1;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
      margin-top: 1px;
    }
    
    /* Links inside the dropdown */
    .dropdown-content a {
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
    }
    
    /* Change color of dropdown links on hover */
    .dropdown-content a:hover {background-color: #ddd;}
    .dropdown:hover .dropdown-content {display: block;}
    .dropdown:hover .dropbtn {background-color: #2F883B;}    
    
    #main-menu .visible-lg {
        display: inline-block !important;
    }
    
}

@media (min-width: 1200px) {
    
    div#main-menu > div > ul {
        display: block !important;
        margin-left:-30px;  
        width: 1170px;
    }
    
    .dropbtn {
      color: white;
      padding: 15px 30px; 
      font-size: 16px;
      border: none;
      background: none;
    }
 
}

@media (max-width: 1120px) {
	div#main-menu ul li a {
        padding:13px 8px;
        font-size:14px;
    }
}

div#main-menu ul li .main-dropdown-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 20px;
    display: block;
    box-shadow: inset 0 20px 20px -20px black;
}

div#main-menu ul li ul {

}
/*
div#main-menu ul li ul {
    height: auto;
    text-align: left;
    width: 1170px;
    max-width: 100%;
    padding: 10px 15px;
    margin: 0 auto;
}

div#main-menu ul li ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
}

div#main-menu ul li ul li a {
    color: #646466;
    line-height: 18px;
    padding: 2px 40px 2px 0;
    font-weight: normal;
    font-size: 14px;
}
*/

div#main-menu ul li a:hover,
div#main-menu ul li.active a,
#top-links li.active a{
    color: #2F883B;
}

div#main-menu ul li.tablet-and-below {
    display: none;
}

#mobile-bars {
    display: none;
}

@media (max-width: 991px) {

    div#main-menu ul li.tablet-and-below {
        display: inline-block;
    }

    div#main-menu {
        text-align: center;
    }

    div#main-menu ul {
        height: auto;
        text-align: center;
        padding: 0;
    }

    div#main-menu > div > ul:after {
        display: none;
    }

    div#main-menu > div > ul {
        display: none;
    }

    div#main-menu > div > ul > li {
        display: block;
        border-bottom: 1px solid white;
        background-color: #adadad;
    }

    #mobile-bars {
        display: inline;
        padding: 3px 100px 4px 100px;
        cursor: pointer;
    }

   
    div#main-menu {
        background:#ddd;
        border-top: 1px solid#aaa;
        border-bottom: 1px solid#aaa;
    }
  

    div#main-menu ul li .main-dropdown-wrapper:after {
        display: none;
    }

    div#main-menu ul li .main-dropdown-wrapper {
        border-bottom: 1px solid white;
        position: static;
        border-top-color: white;
        margin-bottom: -1px;
        display: none;
    }

    div#main-menu ul li:hover .main-dropdown-wrapper {
        display: none;
    }

    div#main-menu ul li ul {

    }

    div#main-menu ul li a {
        color: white;
    }

    div#main-menu ul li ul li a {
        color: #787878;
    }
    
    .dropbtn {
    padding: 15px 8px;    
    }
    
        
   

}

@media (max-width: 620px) {

    div#main-menu ul li ul {

    }

}

@media (max-width: 420px) {

    div#main-menu ul li ul {

    }

}

div#main-menu ul li .main-dropdown-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 20px;
    display: block;
    box-shadow: inset 0 20px 20px -20px black;
}

/*
div#main-menu ul li ul {
    height: auto;
    text-align: left;
    width: 1170px;
    max-width: 100%;
    padding: 20px 15px;
    margin: 0 auto;
}
*/
div#main-menu ul li ul { 
min-width: 325px;    
text-align:left;
}

div#main-menu ul li ul li {
    list-style: none;
    display: block;
    
}

div#main-menu ul li ul li a {
    color: #646466;
    line-height: 18px;
    padding: 15px;
    font-weight: normal;
    font-size: 1.1em;
    line-height: 1.5em;
    padding: 15px 15px 15px 30px;
}

div#main-menu ul li ul li b a {
    font-weight: bold;
}

div#main-menu ul li.normal a{
	color: #444;
}

div#main-menu ul li a:hover,
div#main-menu ul li.active a{
    background-color:#2F883B;
    color:#fff;
}

div#main-menu ul li.tablet-and-below {
    display: none;
}

@media (max-width: 991px) {

    div#main-menu ul li.tablet-and-below {
        display: inline-block;
    }

    div#main-menu {
        text-align: center;
    }

    div#main-menu ul {
        height: auto;
        text-align: center;
        padding: 0;
    }

    div#main-menu > div > ul:after {
        display: none;
    }

    div#main-menu > div > ul {
        display: none;
    }

    div#main-menu > div > ul > li {
        display: block;
        border-bottom: 1px solid white;
        background-color: #777;
    }

    div#main-menu ul li .main-dropdown-wrapper:after {
        display: none;
    }

    div#main-menu ul li .main-dropdown-wrapper {
        border-bottom: 1px solid white;
        position: static;
        border-top-color: white;
        margin-bottom: -1px;
        display: none;
    }

    div#main-menu ul li:hover .main-dropdown-wrapper {
        display: none;
    }

    div#main-menu ul li ul {

        background-color: #dddddd;
    }

    div#main-menu ul li a {
        color: white;
        padding: 10px;
    }

    div#main-menu ul li ul li a {
        color: #787878;
    }


}

@media (max-width: 620px) {

    div#main-menu ul li ul {

    }

}

@media (max-width: 420px) {

    div#main-menu ul li ul {

    }

}

div#home-banners .slide {
    position: relative;
}

div#home-banners .slide .overlay {
    position: absolute;
    width: 30%;
    margin-left: 8.75%;
    top: 0;
    height: 100%;
    background-color: rgba(255,255,255,.75);
}

div#home-banners .slide .overlay > * {
    padding: 0 32px;
}

div#home-banners .slide .overlay > .header {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.05em;
}

div#home-banners .slide .overlay > .desc {
    padding-bottom: 20px;
    font-size: 18px;
}

div#home-banners .slide .overlay > .link {
    font-size: 20px;
    line-height: 58px;
    text-decoration: none;
    color: white;
    background-color: #838383;
    display: block;
    font-weight: bold;
}
div#home-banners .slide .overlay > .link:hover {
    opacity: .8;
}

@media (max-width: 1296px) {

    div#home-banners .slide .overlay > * {
        padding: 0 8.333333333333333%;
    }

    div#home-banners .slide .overlay > .header {
        padding-top: 5.208333333333333%;
        padding-bottom: 5.208333333333333%;
        font-size: 3.703703703703704vw;
    }

    div#home-banners .slide .overlay > .desc {
        padding-bottom: 5.208333333333333%;
        font-size: 1.388888888888889vw;
    }

    div#home-banners .slide .overlay > .link {
        font-size: 1.54320987654321vw;
        line-height: 2.9em;
    }

}

@media (max-width: 766px) {

    div#home-banners .slide .overlay {
        display: none;
    }

}

div#home-content {
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: hidden;
}

div#home-content div.side-text {
    float: right;
    margin-left: 30px;
    width: 260px;
}

div#home-content div.main-text {
    float: left;
    width: calc(100% - 290px);
}

div#home-content h2 {
    font-size: 36px;=:46px;
    margin-bottom: 16px;
    color: #2F883B;
    margin-top: -8px;
}


div#home-content h2.tablet-and-below {
    display: none;
}

@media (max-width: 991px) {

    div#home-content h2.tablet-and-below {
        display: block;
    }

    div#home-content div.main-text h2 {
        display: none;
    }

    /*div#home-content div.side-text {
        width: 220px;
    }

    div#home-content div.main-text {
        width: calc(100% - 250px);
    }*/

    #blog-recent .date {
        display: block;
    }
    
        
    div#main-menu > div > ul {
        margin-left:0px;  
    }
    
    .dropbtn {
      color: white;
      padding: 0; 
      font-size: 16px;
      border: none;
      background: none;
    }

}

@media (max-width: 749px) {

    div#home-content div.side-text {
        width: 100%;
        margin-left: 0;
        float: none;
    }

    div#home-content div.main-text {
        width: 100%;
        float: none;
    }

    #blog-recent .date {
        display: inline;
    }

}

div#home-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 1em;
}

#twitter-box {
border: 1px solid #9d9d9d;
background-color: #eeeeee;
}

#twitter-recent {
padding: 10px 15px;
}

#blog-recent {
    border: 1px solid #9d9d9d;
    padding: 15px;
    background-color: #eeeeee;
}

#blog-recent .post {
    margin-bottom: 15px;
    font-size: 12px;
}

#blog-recent .post:last-child {
    margin-bottom: 0;
}

#blog-recent span.date {
    color: #646466;
    font-weight: normal;
}

#blog-recent .header {
    font-weight:  bold;
}

#blog-recent .header:before {
    content: '';
    background-size: 35px auto;
    display: inline-block;
    width: 35px;
    height: 18.03px;
    margin-right: 3px;
}

div#home-promo {
    padding-top: 40px;
    padding-bottom: 25px;
    text-align: center;
}

div#home-promo div[class*='col'] {
    margin-bottom: 15px;
}

div#home-promo h2 {
    font-size: 28px;
    color: #2F883B;
}

div#home-promo p,
div#home-promo p+a {
    font-size: 16px;
}

#home-software {
    background-color: #b3b3b3;
}

#home-software h2 {
    color: white;
    font-size: 36px;
}

#home-software p {
    font-size: 18px;
}

#home-software a.software-link {
    color: white;
    font-weight: bold;
    font-size: 20px;
    display: block;
    background-color: #2F883B;
    padding: 15px 20px;
    text-decoration: none;
}

#home-software > div {
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: left top;
}

#home-banners .slick-dots li button:before {
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #616164;
    border-radius: 50%;
    background-color: white;
    opacity: 1;
    display: block;
    position: relative;
}

#home-banners .slick-dots li.slick-active button:before,
#home-banners .slick-dots li:hover button:before {
    background-color: #2F883B;
}

#home-banners .slick-dots li {
    margin: 0 4px;
    width: auto;
    height: auto;
    vertical-align: top;
}

#home-banners .slick-dots li button {
    padding: 0;
    height: auto;
    width: auto;
    margin: 0;
}

#home-banners ul.slick-dots {
    margin: 0;
    bottom: 14px;
    height: auto;
    line-height: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 320px) {
    #home-banners ul.slick-dots {
        /*position: static;
        transform: none;
        margin-top: 20px;*/
        bottom: 4px;
    }
    #home-banners .slick-dots li {
        margin: 1px;
    }
    #home-banners .slick-dots li button:before {
        width: 6px;
        height: 6px;
    }
}

/*#home-banners {
    overflow: hidden;
}

#home-banners .slick-list {
    overflow: visible;
}*/

#home-topfoot {
    padding: 40px 0;
}

#business-sectors {
    border: 1px solid #9d9d9d;
    padding: 20px;
}

#business-sectors h2 {
    color: #2F883B;
    font-size: 28px;
}

#business-sectors ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    padding: 0;
    margin: 0;
}

#business-sectors ul li {
    display: inline-block;
    list-style: none;
    font-size: 16px;
    font-weight: bold;
    padding-right: 40px;
    width: 100%;
    line-height: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#download-whitepaper {
    background-color: #9d9d9d;
    padding: 20px;
}

#download-whitepaper .tagline {
    font-size: 16px;
    padding-bottom: 2px;
    font-weight: bold;
}

#download-whitepaper h2 {
    font-size: 28px;
    color: white;
    margin-bottom: 15px;
}

#download-whitepaper a.white-button {
background-color: #FFF;
display: block;
border-radius: 4px;
color: #2F883B;
padding: .7em 5em;
font-weight: bold;
font-size: 25px;
line-height: 32px;
text-align: center;
text-decoration: none;
}

ul.whitepaperList {
    list-style-type: none;
    margin:10px 0 0 0;
    padding: 0 !important;
}

.whitepaperList li {
padding:8px 0;
}

.whitepaperList label {
display: inline;
width: auto;
font-weight:normal;
}

.whitepaperList input {
    margin-right: 5px !important;
    display: inline-block;
}

#footer {
    background-color: #4e4e4e;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 75px solid #282829;
    position: relative;
}

#footer div.foot-bg:before {
    content: '';
    display: block;
    left: 0;
    right: 0;
    height: 15px;
    box-shadow: inset 0 15px 15px -15px black;
}

div.foot-bg {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1600px auto;
    margin-bottom: -75px;
    padding-bottom: 75px;
}

div.foot-container {
    padding: 30px 0 50px 0;
    overflow: hidden;
}

#foot-top,
#foot-top a {
    color: white;
    text-decoration: none;
}

#foot-top {
    line-height: 20px;
    text-align: center;
}

#foot-top div[class*='col'] {
    margin-bottom: 10px;
}

#foot-top div[class*='col'] span {
    color: #b3b3b3;
}

hr.foot-sep {
    margin: 10px 0 30px 0;
    border-top: 1px solid #646466;
}

#foot-main-menu,
#foot-top-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: center;
    text-decoration: none;
    margin-bottom: 5px;
    font-weight: bold;
}

#foot-main-menu li,
#foot-top-menu li {
    display: inline-block;
    margin: 0 15px;
    font-size: 14px;
}

#foot-main-menu a,
#foot-top-menu a,
.gdi-link a {
    color: #b3b3b3 !important;
}


.soc-med {
    /*
    padding-bottom: 40px;
    font-size: 0;
    text-align: center;
    height: 70px;
    */
}

.not-front .soc-med,
.not-front .soc-med {
    padding-top: 40px;
    height: 110px;
}

.soc-med a {
    display: inline-block;
    width: 30px;
    margin: 0 5px;
    transition: all .25s;
    transition-timing-function: ease-in-out;
    vertical-align: top;
    line-height: 30px;
    border-radius: 2px;
    overflow: hidden;
}

.soc-med-top a {
    display: block;
    width: 45px;
    margin: 15px auto;
}

.soc-med a:hover {
    opacity: .75;
}

.soc-med img {
    width: 100%;
    height: auto;
}

.top-row .soc-med {
padding-bottom: 0px;
font-size: 0;
text-align: right;
height: 45px;   
}

#main-content-wrapper {
    padding-top: 30px;
  /*  padding-top: 0px; */
    position: relative;
}

#main-content-wrapper[class*='sidebar']:after {
    content: '';
    display: block;
    clear: both;
}

#main-content-wrapper .soc-med {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

#main-content-wrapper.sidebar-left #main-content {
    float: right;
    width: calc(100% - 290px);
}

#main-content-wrapper #sidebar-right {
    float: right;
    width: 275px;
    padding-bottom: 30px;
}

#main-content-wrapper #sidebar-left {
    float: left;
    width: 260px;
    padding-bottom: 30px;
}

#content-left {
    float:  left;
    width: calc(100% - 305px);
}

#content-logo img {
    padding: 40px 305px 0 290px;
    width: 100%;
    padding-bottom: 15px;
}

#main-content {
    padding-bottom: 20px;
}

#main-content ul {
padding-left:3em;
}

.thumbnail {
    min-height: 220px;
    box-shadow: 10px 10px 0 #dddddd;
    margin-bottom:30px;
    border-top: 5px solid #2F883B;
    border-radius:2px;
    position:relative;   
}
.thumbnail .caption {
    padding: 9px 9px 0 9px;
}
h3.h3, h3 {
    font-size: 20px;
    margin-bottom:8px;   
}

#sidebar-left #callout {
    font-size: 16px;
    line-height: 22px;
    margin-top:60px;
}

#callout .panel-heading {
    font-weight:bold;
}

@media (max-width: 750px) {

    #main-content-wrapper.sidebar-left:not(.sidebar-right) #main-content,
    #main-content-wrapper.sidebar-right:not(.sidebar-left) #main-content,
    #main-content-wrapper.sidebar-left:not(.sidebar-right) #sidebar-right,
    #main-content-wrapper.sidebar-right:not(.sidebar-left) #sidebar-right,
    #main-content-wrapper.sidebar-left:not(.sidebar-right) #sidebar-left,
    #main-content-wrapper.sidebar-right:not(.sidebar-left) #sidebar-left {
        float: none;
        width: 100%;
    }

    #main-content-wrapper.sidebar-left:not(.sidebar-right) #main-content,
    #main-content-wrapper.sidebar-right:not(.sidebar-left) #main-content {
        padding-bottom: 30px;
    }

    #main-content-wrapper.sidebar-right:not(.sidebar-left) #sidebar-right {
        padding-bottom: 30px;
    }

    #main-content-wrapper.sidebar-left:not(.sidebar-right) #sidebar-left {
        padding-bottom: 0;
    }

    #download-whitepaper a.white-button {
        padding: .7em 1em;
    }

    #side-nav {
      text-align: center;
      border-bottom:1px solid #ccc;
    }
    #side-nav li {
      border-top:1px solid #ccc;
    }
    
    .thumbnail {
        min-height: 100px;
    }
    
    #sidebar-left #callout {
    margin-top:0px;
    }
    .btn {
        white-space: normal;   
    }
    
}

@media (max-width: 991px) {

    #main-content-wrapper.sidebar-left.sidebar-right #main-content,
    #main-content-wrapper.sidebar-left.sidebar-right #sidebar-right,
    #main-content-wrapper.sidebar-left.sidebar-right #sidebar-left,
    #content-left {
        float: none;
        width: 100%;
    }

    #main-content-wrapper.sidebar-left.sidebar-right #main-content {
        padding-bottom: 30px;
    }

    #main-content-wrapper.sidebar-left.sidebar-right #sidebar-left {
        padding-bottom: 0;
    }

    #main-content-wrapper.sidebar-left.sidebar-right #sidebar-left #side-nav {
        display: none;
    }

    #main-content-wrapper.sidebar-left.sidebar-right #sidebar-right {
        padding-bottom: 30px;
    }

    #content-logo img {
        max-width: 545px;
        margin: 0 auto;
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
    
    .thumbnail {
        min-height: 120px;
    }
    .card {
     margin-bottom: 30px;   
    }
}



.hidden-md {
display:none;    
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    .caption p {
        padding-bottom:30px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
.thumbnail {
        min-height: 160px;
    } 
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .thumbnail {
        min-height: 240px;
    } 
    .caption p {
        padding-bottom:0px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .thumbnail {
        min-height: 220px;
    } 
    .hidden-md {
    display:block;    
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .thumbnail {
        min-height: 300px;
    } 
}


#side-nav {
    padding: 0;
    margin: 0;
}

#side-nav li {
    list-style: none;
}

#side-nav hr {
    border-top: 2px dotted #646466;
    padding-bottom: 12px;
}

#side-nav a {
    color: #646466;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding:12px 0;
    display: block;
}

#side-nav a:hover,
#side-nav li.active > a {
    color: #2F883B;
}

#side-nav #level3-nav {
    padding-left: 24px;
}
#side-nav #level3-nav a {
    font-size: 14px;
}

h1 {
    color: #2F883B;
    font-size: 36px;
    margin-bottom: 20px;
}

#service-list {
    overflow: hidden;
}

#service-list > div {
    margin-bottom: 20px;
    font-size: 16px;
}

#service-list h2 {
    font-weight: bold;
    font-size: 16px;
}

#static-banner {
    padding-top: 40px;
}

@media (max-width: 991px) {
    #static-banner {
        padding-top: 0;
    }

    .soc-med-top {
        display:none;
    }

}

#static-banner img {
    width: 100%;
}

#case-study {
    background-color: #d5d5d5;
    border: 1px solid #646466;
    padding-bottom: 20px;
    margin-top: 30px;
}

#case-study > * {
    padding: 0 20px;
}

#case-study .header {
    background-color: #646466;
    color: white;
    font-size: 24px;
    line-height: 40px;
}

#case-study h2 {
    color: #2F883B;
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#case-study p {
    font-size: 16px;
}

img.left {
    float: left;
    margin: 0 30px 20px 0;
}

#content-nav {
    padding: 20px 0 20px 35px;
    margin: 0;
    list-style: none;
    background-color: #9d9d9d;
    margin-bottom: 20px;
}

#content-nav li {
    display: inline;
    margin-right: 35px;
}

#content-nav li a {
    font-size: 16px;
    color: white;
}

#content-nav li.active a {
    color: #2F883B;
    font-weight: bold;
}

#subscribe a {
    display: block;
    color: black;
    font-size: 16px;
    margin-bottom: 10px;
    text-decoration: none;
}

#subscribe a:before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
}

#blog-roll .blog-post {
border-bottom: 1px solid #eee;
padding-top: 0px;
font-size: 16px;
padding-bottom: 30px;
margin-bottom: 30px;
}

#blog-roll .blog-post:last-child {
    padding-bottom: 0;
}

#blog-roll h2,
#blog-roll h2 a {
    color: #2F883B;
    font-size: 24px;
    line-height: 1.3em;
}

#blog-roll .date-author {
    padding-bottom: 0px;
}

#archives {
    padding: 0 0 20px 0;
    margin: 0;
    font-size: 16px;
}

#archives h3 {
    font-size: 20px;
}

#archives li {
    list-style: none;
}

#archives a {
    color: #2F883B;
    padding: 0 0 0 10px;
    display: block;
}

#resources p,
#resources h3,
#resources h4 {
    margin: 0;
    line-height: 1.25em;
}

#resources h3 {
    font-size: 20px;
}

#resources h4,
#resources p {
    font-size: 14px
}

#resources .resource {
    padding-bottom: 15px;
}

.slick-slide {
    height: auto;
}

div.sidebar-title {
    font-size: 24px;
    margin-bottom: .25em;
    font-weight: bold;
}

.widget.widget_recent_entries div.sidebar-title {
font-size: 18px;
margin-bottom: 15px;
color:#444;
}

.widget.widget_recent_entries ul {
    padding: 0;
    margin: 0;
}

.widget.widget_recent_entries li {
    padding-bottom: 12px;
    list-style: none;
}

.widget.widget_recent_entries a {
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 5px;
}

.widget.widget_recent_entries a:hover,
.widget.widget_recent_entries li.active > a {
    color: #2F883B;
}

.widget.Annual_Archive_Widget ul {
    padding: 0 0 20px 0;
    margin: 0;
    font-size: 16px;
}

.widget.Annual_Archive_Widget ul li {
    list-style: none;
}

.widget.Annual_Archive_Widget ul a {
    color: #2F883B;
    padding: 0 40px 0 10px;
}

#sidebar-right #resources p {
    margin-bottom: 15px;
}

#sidebar-right #resources p:last-child {
    margin-bottom: 0;
}

.sideitem {
margin-bottom:10px;    
}

div.widget.EmailSubscriptionWidget {
    display: none;
    position: relative;
    max-width: 400px;
}

div.widget.EmailSubscriptionWidget input {
    width: 100%;
    padding: 7px 14px;
    margin-bottom: 7px;
    border-style: solid;
    border-color: #DDDDDD;
    border-width: 1px;
}

div.widget.EmailSubscriptionWidget input.submit {
    position: absolute;
    top: 0;
    right: 0;
    border-left: none;
    width: auto;
}

h1#blog-title {
    margin: 0;
}

.env-narrow.var-chromeless .tweet {
    padding: 0px 2px 0px 0px !important;
}

.mycomments {
display:none;
}

#whitepaperDL {
text-decoration:underline;
}

.author {
    margin-bottom: 0px;
    color: #888;
    padding: 10px 0;
}

.author span {
	padding-right:20px;
}

.date-added  {
    padding-left: 20px;
    display: inline-block;
}

.whitepaper-detail h2 {
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 10px;
    font-weight: normal;
line-height: 1.3em;
}

.whitepaper-detail h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4em;
}
.strong {
	font-weight:bold;
}

.more-whitepapers {
	margin-top: 30px;
	margin-bottom:45px;
}

.more-whitepapers ul,
ul.flush {
	margin:0;
	padding-left: 0 !important;
	padding:0;
}

a.box-link-green {
display: inline-block;
background: #2F883B;
color: #fff;
padding: 15px;
border-radius: 5px;
}

a.box-link-green:hover {
background: #026908
}

.nav-head {
margin-bottom: 10px;
font-size: 1.3em;
color: #888;	
}

.whitepaper-detail h4:first-of-type {
  margin-top:20px;
}

.postExcerpt a,
.postExcerpt a:link {
	text-decoration:underline;
}

a.call-to-action,
.postExcerpt a.call-to-action:link {
 text-decoration:none;   
}

.btn-green,
.call-to-action {
    color: #fff;
    background-color: #2F883B;
    border-color: #2F883B;
    border-radius: 0;
    position: relative;
    width:auto;
}
.btn-green:hover,
.call-to-action:hover,
.btn-green:focus,
.call-to-action:focus,
.btn-green:active,
.call-to-action:active {
    color: #fff;
    background-color: #18671d;
    border-color: #18671d;
}

.features h2 {
    font-size: 20px;
    margin-bottom: 8px;
}


/* === card component ====== */
.card {

    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-img-top {

    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);

}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    line-height: 1.7em;
}

.card-borderless {
border:none;    
}

.card-borderless .card-body{
padding: 1.25rem 0;  
}

.card-title {
    margin-bottom: .75rem;
    line-height: 1.3em;
    font-weight: 500;
}

.pad-15 {
margin-left: 15px;
margin-right:15px;    
}

.top-row {
margin-top:30px;   
margin-bottom: 30px;
}

.top-row h1 {
    color: #2F883B;
    font-size: 2em;
}
.top-row h2 {
font-size: 2em;
color: #222;
  
}
.home-lead p {
font-size: 1.2em;
line-height: 1.7em;    
}

.home-lead .btn-lg{
font-size: 16px;    
}
#twitter-feed iframe {
height:220px !important;    
background-image: linear-gradient(to top, #d8d8d8 0%, #e8e8e8 100%);
}
#twitter-feed {
padding:0;    
}

.core-services {
 
}
.core-services h2 {
color:#2F883B;  
font-size: 1.4em;
line-height: 1.3em; 
}

.projects-home {
 
}

.projects-home h2,
.home-blogroll h2{
font-size: 1.2em;
line-height: 1.6em;
text-transform: uppercase;
}

.home-blogroll {
 margin-top:30px;
 margin-bottom:30px;   
}

.home-blogroll h4 {
font-weight: normal;
line-height: 1.4em;    
}

.home-blogroll a {
display:block;   
}

.blog-item {
margin-top: 10px;
border-bottom: 1px solid #ddd;
padding-bottom: 5px;
}

a .card-text
{
color:#333;    
}
.card a:hover,
a:focus > .card-text {
text-decoration:none !important;    
}

.home-lead .btn-green,
.call-to-action {
border-radius: 2px; 
display: inline-block;
margin-top: 10px;
font-size: 20px;
}

.business-sectors {
padding: 60px;
margin: 30px 0 45px;
/*
background-image: linear-gradient(to bottom, #777777 0%, #777777 10%, #aaa 100%);
*/
color:#fff;
text-shadow: 1px 2px 1px rgba(0,0,0,0.3);
background-color: #aaa;
}
.business-sectors .text {
background-color: rgba(0, 0, 0, 0.7);
padding: 15px;
font-size: 1.2em;
line-height: 1.5em;
}
.content-row {
padding-top: 30px;   
}
.content-row p {
font-size: 1.1em;
line-height: 1.5em;    
}
.project-portfolio {
 margin-bottom:30px;   
}
.project-portfolio .card-text p {
margin-bottom:5px;    
}    
.project-portfolio .card {
    min-height: 340px;
}

.nav-heading {
text-transform:uppercase;
font-weight:bold;
margin-bottom: 15px;
color: #2F883B;
margin-top: 5px;
}

label.bold {
display:block;   
}


.promo-link {
position: absolute;
bottom: 10px;  
}

#main-content ul.service-list {
margin-left:0;
padding-left:0;
}

ul.service-list li {
list-style-type: none;
border-left: 4px solid green;
padding-left: 15px;
font-weight: bold;
line-height: 2em;
margin-bottom: 30px;
}

ul.service-list li p {
font-weight: normal;
}

.landing-page h2 {
font-weight: normal;
font-size: 24px;
line-height: 30px;
margin: 30px 0 15px;  
font-weight: bold;
}

.landing-page h3 {
margin: 20px 0 15px;   
}

.landing-page p,
.landing-page li {

    margin-top: 0;
    margin-bottom: 1.2rem;
    line-height: 1.5em;
    font-size: 1.2em;
}

.client-logo {
height:70px;    
padding: 0px 40px;
position: relative;
}

.client-logo img{
display: block;
margin:0px auto;
max-width:100%; 
max-height: 60px;  
vertical-align: middle;
position: relative;
top: 50%;
transform: translateY(-50%);
}

.testimonial {

}

.quote {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    position: relative;
    line-height: 1.4;
}

.quote:before,
.quote:after {
    font-size: 2em;
    font-weight: normal;
    color: #999; 
    position: absolute;
}

.quote:before {
    content: "“";
    left: -20px;
    top: -10px; 
}

.quote:after {
    content: "”";
    right: 0px;
    bottom: 10px;
}



@media (max-width: 991px) {

    #twitter-feed iframe {
    width:100% !important; 
    margin-top:15px !important;   
    }
    
    .top-row .soc-med {
        padding-bottom: 0px;
        text-align: center;
        height: 30px;
        margin-top: 15px;
    }
    
    .soc-med a {
         margin: 0 30px 0 0;
    }
    
    .top-row {
    margin-top: 0;
    }
    
    .top-row h1 {
    text-align:center;
    }
    
    .home-lead {

    }
    
    .home-lead .btn-green,
    .call-to-action {
        display:block;
    }
    
    .latest-whitepapers h2 {
       margin-top: 30px;
    }

    .testimonial {
        padding: 15px 15px 0 15px;
    }

}

/* ============================================================
   About Page
   ============================================================ */

/* --- Hero / Intro -------------------------------------------- */

.about-hero {
    background: #22682b;
    padding: 3rem 0 2.5rem;
}
.about-hero-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.75rem;
    font-weight: 700;
    color: rgba(255,255,255,0.6);
    margin-bottom: 0.75rem;
}
.about-hero-title {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em;
}
.about-hero-subtitle {
    font-size: 1.15rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.8);
    font-weight: 400;
    margin-bottom: 0;
    max-width: 600px;
}
.about-hero-divider {
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.2);
    border: none;
    margin: 2rem 0;
}
.about-hero-body {
    font-size: 1.02rem;
    line-height: 1.75;
    color: rgba(255,255,255,0.85);
}
.about-hero-body p {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-bottom: 1rem;
}
.about-hero-body p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .about-hero-title {
        font-size: 2.1rem;
    }
}
@media (max-width: 575px) {
    .about-hero {
        padding: 2rem 0 1.5rem;
    }
    .about-hero-title {
        font-size: 1.7rem;
    }
    .about-hero-subtitle {
        font-size: 1rem;
    }
    .about-hero-body {
        font-size: 0.95rem;
    }
}

/* --- Section dividers ---------------------------------------- */
.about-section-heading {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.8rem;
    font-weight: 700;
    color: #22682b;
    margin-bottom: 0.25rem;
}
.about-section-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.5rem;
}
.about-section-rule {
    width: 48px;
    height: 3px;
    background: #22682b;
    border: none;
    margin: 0 0 2rem 0;
}

/* --- Team Grid ------------------------------------------------ */

.team-grid {
    row-gap: 2.5rem;
}

.team-card {
    border: none;
    background: transparent;
    text-align: center;
    transition: transform 0.25s ease;
    cursor: pointer;
}
.team-card:hover {
    transform: translateY(-3px);
}
.team-card:focus-visible {
    outline: 2px solid #22682b;
    outline-offset: 4px;
    border-radius: 4px;
}

/* Circular headshot */
.team-headshot-wrap {
    width: 160px;
    height: 160px;
    margin: 0 auto 1.25rem;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #22682b;
    background: #f5f5f3;
}
.team-headshot {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    display: block;
}

/* Placeholder for missing headshots */
.team-headshot-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, #22682b, #174d1e);
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-headshot-placeholder span {
    font-size: 3.5rem;
    color: rgba(255,255,255,0.85);
    font-weight: 700;
    line-height: 1;
}

/* Name & role */
.team-card .card-body {
    padding: 0;
}
.team-card .team-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.3rem;
}
.team-card .team-role {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 0;
}

/* View profile link */
.team-view-bio {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #22682b;
    margin-top: 0.75rem;
    padding: 0.3rem 1rem;
    border: 1px solid #22682b;
    border-radius: 2px;
    transition: background 0.2s, color 0.2s;
}
.team-card:hover .team-view-bio {
    background: #22682b;
    color: #fff;
}

/* Hidden bio content (in DOM for SEO, visually hidden) */
.team-bio-content[hidden] {
    display: none !important;
}

/* Target highlight for anchor links */
.team-card:target .team-headshot-wrap {
    border-color: #2F883B;
    box-shadow: 0 0 0 4px rgba(47,136,59,0.2);
}

/* --- Team Modal ----------------------------------------------- */
.team-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    animation: modalFadeIn 0.25s ease;
}
.team-modal-backdrop[hidden] {
    display: none !important;
}

@keyframes modalFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.team-modal {
    background: #fff;
    border-radius: 8px;
    max-width: 680px;
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;
    position: relative;
    padding: 2.5rem;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    animation: modalSlideUp 0.3s ease;
}

@keyframes modalSlideUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

.team-modal-close {
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    background: none;
    border: none;
    font-size: 1.75rem;
    color: #999;
    cursor: pointer;
    line-height: 1;
    padding: 0.25rem 0.5rem;
    transition: color 0.15s;
}
.team-modal-close:hover {
    color: #333;
}

.team-modal-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.75rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #22682b;
}

.team-modal-headshot-wrap {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #22682b;
    background: #f5f5f3;
    flex-shrink: 0;
}
.team-modal-headshot {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    display: block;
}
.team-modal-headshot-wrap .team-headshot-placeholder {
    width: 100%;
    height: 100%;
}

.team-modal-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 0.25rem;
}
.team-modal-role {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

.team-modal-body {
    font-size: 0.95rem;
    line-height: 1.75;
    color: #444;
}
.team-modal-body p:last-child {
    margin-bottom: 0;
}
.team-modal-body img {
    display: none;
}

/* Modal responsive */
@media (max-width: 575px) {
    .team-modal {
        padding: 1.5rem;
        max-height: 90vh;
        border-radius: 8px 8px 0 0;
        margin-top: auto;
    }
    .team-modal-backdrop {
        padding: 0;
        align-items: flex-end;
    }
    .team-modal-header {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    .team-modal-headshot-wrap {
        width: 100px;
        height: 100px;
    }
    .team-modal-name {
        font-size: 1.25rem;
    }
}

/* --- Project Cards -------------------------------------------- */

.project-grid {
    row-gap: 1.5rem;
}

.project-card {
    border: 1px solid #e8e8e6;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
}
.project-card:hover {
    border-color: #22682b;
    box-shadow: 0 2px 12px rgba(34,104,43,0.12);
}

.project-card-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

/* Projects without images — top accent bar instead of placeholder */
.project-card--no-image {
    border-top: 3px solid #22682b;
}

.project-card .card-body {
    padding: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.project-card .card-title {
    font-size: 1rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.5rem;
    line-height: 1.35;
}
.project-card .card-title a {
    color: inherit;
    text-decoration: none;
}
.project-card .card-title a:hover {
    color: #22682b;
}
.project-card .card-meta {
    font-size: 0.8rem;
    color: #888;
    line-height: 1.6;
    margin-bottom: 0.75rem;
}
.project-card .card-meta p {
    margin: 0;
}
.project-card .card-link {
    margin-top: auto;
    font-size: 0.85rem;
    font-weight: 600;
    color: #22682b;
    text-decoration: none;
}
.project-card .card-link:hover {
    color: #174d1e;
    text-decoration: underline;
}

/* --- Responsive ----------------------------------------------- */

@media (max-width: 991px) {
    .team-headshot-wrap {
        width: 140px;
        height: 140px;
    }
}
@media (max-width: 575px) {
    /* Keep team 2-col on small screens */
    .team-grid > [class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .team-grid {
        row-gap: 1.5rem;
    }
    .team-headshot-wrap {
        width: 100px;
        height: 100px;
        border-width: 2px;
        margin-bottom: 0.75rem;
    }
    .team-card .team-name {
        font-size: 0.9rem;
    }
    .team-card .team-role {
        font-size: 0.75rem;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .team-view-bio {
        font-size: 0.7rem;
        padding: 0.2rem 0.6rem;
    }
    .about-section-title {
        font-size: 1.4rem;
    }
    .project-card-img {
        height: 140px;
    }
}