/* Nav */
.site-content .nav{
	margin: 0;
}
.nav > li > a:hover, .nav > li > a:focus {
	background: transparent;
}

/* Nav List */
ul.nav-list li {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

ul.nav-list li a {
	-webkit-transition: background 0.1s;
	transition: background 0.1s;
	border-bottom: 1px solid #EDEDDE;
	padding: 8px 0 8px 18px;
	display: block;
	color: #666;
	font-size: 0.9em;
	text-decoration: none;
	line-height: 20px;
}

ul.nav-list li a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #333;
	margin: 7px 0 0 -9px;
	position: absolute;
}

ul.nav-list li a:hover {
	background-color: #eee;
	text-decoration: none;
}

ul.nav-list li > a.active {
	font-weight: bold;
}

ul.nav-list li ul {
	list-style: none;
	margin: 0 0 0 25px;
	padding: 0;
}



ul.nav-list.hide-not-active li ul {
	display: none;
}

ul.nav-list.hide-not-active li.active ul {
	display: block;
}

ul.nav-list.show-bg-active .active > a,
ul.nav-list.show-bg-active a.active {
	background-color: #f5f5f5;
}

ul.nav-list.show-bg-active .active > a:hover,
ul.nav-list.show-bg-active a.active:hover {
	background-color: #eee;
}

ul.narrow li a {
	padding: 4px 0;
}

ul.nav-pills > li > a.active {
	color: #FFF;
	background-color: #CCC;
}

ul.nav-pills > li > a.active:hover, ul.nav-pills > li > a.active:focus {
	color: #FFF;
	background-color: #CCC;
}



/* Topics Bubble */
.topics-bubble {
	border-radius: 15px / 50px;
	background-color: #171717;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 35.2px 5px;
	padding: 2.2rem 1.0rem;
	position: relative;
	text-align: left;
	width: auto;
}

.topics-bubble p {
	color: #FFF;
	display: inline-block;
	font-size: 1.4em;
	font-weight: 300;
	margin-bottom: 0;
}

.topics-bubble p span {
	color: #999;
	display: block;
	font-size: 0.8em;
	padding-top: 5px;
}

.topics-bubble p em {
	font-family: "Shadows Into Light", cursive;
	font-size: 1.6em;
}

.topics-bubble .get-started {
	position: relative;
}

.topics-bubble .get-started .btn {
	position: relative;
	z-index: 1;
}

.topics-bubble .get-started .btn i {
	font-size: 1.1em;
	font-weight: normal;
	margin-left: 5px;
}

.topics-bubble .get-started a {
	color: #FFF;
}

.topics-bubble .get-started a:not(.btn) {
	color: #777;
}

.topics-bubble .learn-more {
	margin-left: 15px;
}

.topics-bubble.light {
	background-color: #E2E2E2;
}

.topics-bubble.light.secondary {
	background-color: #E0E1E4;
}

.topics-bubble.light p {
	color: #777;
}

/* Home Intro Compact */
.topics-bubble-compact {
	border-radius: 0 0 10px 10px;
	margin-top: -10px;
}

.topics-bubble-compact p {
	padding-left: 20px;
}

.topics-bubble-compact .get-started {
	padding-right: 20px;
}

/* Responsive */
@media (max-width: 991px) {
	/* Home Intro */
	.topics-bubble p {
		margin-bottom: 2rem;
	}

	.topics-bubble-compact .get-started {
		padding-left: 20px;
	}
}

@media (max-width: 767px) {
	/* Home Intro */
	.topics-bubble-compact {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
}






/* other  */
.tr-darkgreen {
    background-color: #6ba539;
    color: #FFFFFF;
    padding: 10px;
}

.tr-shadegreen {
    background-color: #DDEFC4;
    padding: 10px;
}


/* hide title for the caclulator page  */
.page-id-151 h2.page_title{
	display: none;
}



/* search template  */
#custom_search_content {
    max-width: 100%;
    margin: 0;
}

#custom_search_results_count {
    padding-top: 9px;
}

#custom_search_image_modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.custom_search_image_close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px 30px;
    cursor: pointer;
}

.custom_search_image_close {
    font: 22px / 1 'Source Code Pro', monospace;
    color: #ccc;
}

.custom_search_image_block {
    margin: 0 auto;
    max-width: 900px;
    padding: 73px 30px 30px 30px;
    box-sizing: border-box;
    color: #fff;
}

#custom_search_zoom_text, .custom_search_zoom_options {
    padding-top: 9px;
}

#custom_search_zoom_text {
    font: 11px / 1.7 'Source Code Pro', monospace;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.custom_search_result {
    padding-top: 21px;
}

.custom_search_content_title {
    font: bold 20px / 1.0 'Open Sans', sans-serif;
    color: #6ba539;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom_search_content_title a {
    color: #6ba539;
    text-decoration: none;
}

.custom_search_content_url {
    padding-top: 3px;
    word-wrap: break-word;
    hyphens: auto;
}

.custom_search_content_url, .custom_search_content_debug {
    font: 300 15px / 1.7 'Open Sans', sans-serif;
    color: #6ba539;
}

.custom_search_content_url a {
    color: #339e41;
    text-decoration: none;
}

.custom_search_content_text {
    word-wrap: break-word;
    hyphens: auto;
    margin-top: 1px;
}

#custom_search_replace, #custom_search_error, .custom_search_content_text {
    font: 300 16px / 1.6 'Open Sans', sans-serif;
    color: #666;
}

.custom_search_content_bold {
    font-weight: 400;
    color: #333;
}

.custom_search_content_bold {
    font-weight: 400;
    color: #333;
}
#custom_search_foot {
    margin: 51px 0 21px 0;
}
#custom_search_foot_boxes {
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#custom_search_foot_boxes {
    font: 13px / 1 'Source Code Pro', sans-serif;
    text-transform: uppercase;
    color: #333;
}
#custom_search_foot_boxes li.current {
    padding: 10px 17px 11px 17px;
    border-radius: 3px;
    margin-right: 7px;
    text-align: center;
}

#custom_search_foot_boxes li.current {
    background: #252525;
    color: #ccc;
}
#custom_search_foot_boxes li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

#custom_search_foot_boxes li a {
    padding: 10px 17px 11px 17px;
    border-radius: 3px;
    margin-right: 7px;
    text-decoration: none;
    text-align: center;
    transition: 0.2s;
}

#custom_search_foot_boxes li a {
    background-color: #f7f7f7;
    color: #666;
}


#custom_search_foot .page-numbers{
	padding: 10px 17px 11px 17px;
    border-radius: 3px;
    margin-right: 7px;
    text-decoration: none;
    text-align: center;
    transition: 0.2s;
	background-color: #f7f7f7;
    color: #666;
}

#custom_search_foot .page-numbers.current{
	background: #252525;
    color: #ccc;
}


.search-page table, .search-page td, .search-page th{
	border: none;
}



#header {
    position: relative;
    z-index: 1030;
    position: fixed;
    width: 100%;
	top:0;
}

#header.scrolled .header-body {
    border-bottom-color: #e9e9e9 !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
}


#header .header-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFF;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    border-top: 3px solid #EDEDED;
    border-bottom: 1px solid transparent;
    z-index: 1001;
    margin-top: calc(var(--header-offset, 0));
}

#header .header-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: ease height 300ms;
    transition: ease height 300ms;
}

#header .header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    max-height: 100%;
}


#header .header-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#header .header-column .header-row {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
}

#header .header-logo {
    margin: 16px 0;
    margin: 1rem 0;
}

#header .header-logo img{
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    top: var(--logo-offset) ;
}

#header.scrolled .header-logo img{
    width: 151px;
    height: 40px;
}


#header .header-nav {
    padding: 16px 0;
    padding: 1rem 0;
    min-height: 70px;
}


#header .search-form {
    margin: 0;
    position: relative;
}

#header .search-form label {
    margin: 0;
}

#header .search-form input {
    border-radius: 20px;
    font-size: 0.9em;
    height: 34px;
    margin: 0;
    padding: 6px 12px;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    width: 170px;
    font: 15px / 1 'Open Sans', sans-serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
	    outline: none;
}

#header input[type="search"]:focus{
	 border: 1px solid #ced4da !important;
}

#header .search-submit {
    background: transparent;
    border: 0 none;
    color: #CCC;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    font-size: 0.9rem;
    padding: 0.47rem 0.75rem;
}


/* nav  */
#header .header-nav-main .nav ul {
    list-style: none;
    margin: 0;
}

#header .header-nav-main .nav li a {
    text-decoration: none;
    position: relative;
}

#header .header-nav-main .nav>li.menu-item-has-children {
    position: relative;
}


@media screen and (min-width: 992px) {
    #header .header-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    #header .header-nav-main {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        height: auto !important;
    }

    #header .header-nav-main nav {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    /* #header .header-nav-main .nav > li.menu-item-has-children {
        position: relative;
    } */
    #header .header-nav-main .nav>li {
        margin-left: 2px;
    }

    #header .header-nav-main .nav>li>a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        white-space: normal;
        border-radius: 4px;
        color: #CCC;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        padding: 0.5rem 0.9rem;
        text-transform: uppercase;
        color: #6ba539;
    }

    #header .header-nav-main .nav>li:nth-child(2)>a {
        color: #00a499;
    }

    #header .header-nav-main .nav>li:nth-child(3)>a {
        color: #5b6770;
    }


    #header .header-nav-main .nav>li.menu-item-has-children>ul {
        display: none;
        position: absolute;
        /* min-width: 400px; */
        padding: 1.6rem;
        border-top-color: #6ba539;
        background-color: #6ba539;
        top: auto;
        opacity: 1;
        list-style: none;
        border-top: 3px solid #CCC;
        -webkit-box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
        -webkit-transition: -webkit-transform .2s ease-out;
        transition: -webkit-transform .2s ease-out;
        transition: transform .2s ease-out;
        transition: transform .2s ease-out, -webkit-transform .2s ease-out;
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
        border-radius: 4px;
        /* width: max-content; */
        min-width: 400px;
        flex-wrap: wrap;
        line-height: 24px;
    }

    #header .header-nav-main .nav>li.menu-item-has-children.dropdown-primary>ul {
        width: 800px;
    }

    #header .header-nav-main .nav>li.menu-item-has-children.dropdown-primary>ul>li>a {
        background: transparent !important;
    }

    #header .header-nav-main .nav>li.menu-item-has-children:hover>ul {
        display: flex;
    }

    #header .header-nav-main .nav>li.menu-item-has-children>ul>li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;

    }

    #header .header-nav-main .nav>li.menu-item-has-children>ul>li.menu-item-has-children {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    #header .header-nav-main .nav>li.menu-item-has-children>ul>li.menu-item-has-children>a {
        color: #FFF;
        opacity: 0.70;
        display: block;
        font-size: 0.9em;
        font-weight: 600;
        margin-top: 0;
        padding-bottom: 10px;
        text-transform: uppercase;
    }

    #header .header-nav-main .nav>li.menu-item-has-children>ul>li.menu-item-has-children>a {
        margin: 0;
        padding: 0 0 10px;
        background-color: transparent;
    }


    #header .header-nav-main .nav>li.menu-item-has-children>ul a {
        color: #fff;
        border: 0 none;
        border-radius: 4px;
        display: block;
        font-size: 0.8em;
        font-weight: normal;
        text-shadow: none;
        text-transform: none;
        text-decoration: none;
        margin: 0 0 3px -8px;
        padding: 3px 8px;
        text-wrap: auto;
    }

    #header .header-nav-main .nav>li.menu-item-has-children>ul a:hover {
        background: #77b840;
    }


    #header .header-nav-main .nav>li.menu-item-has-children>a::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }

}

@media screen and (max-width: 1393px) {
    #header .header-nav-main .nav>li.menu-item-has-children.dropdown-primary>ul{
        left: -54%;
    }
}


#header .header-btn-collapse-nav{
    background: #6ba539;
    color: #FFF;
    display: none;
    float: right;
    margin: 0 0 0 16px;
    margin: 0 0 0 1rem;
    display: none;
    flex-direction: column;
    justify-content: center;
    border: none;
    cursor: pointer;
    padding: 0.47rem 0.75rem;
}

#header .header-btn-collapse-nav span{
    display: flex;
        height: 2px;
        width: 12px;
        background-color: #fff;
        border-radius: 2px;
        transition: all 0.3s ease;
}

#header .header-btn-collapse-nav span:not(:last-child){
    margin-bottom: 3px;
}

@media screen and (max-width: 990px) {
    #header .header-nav-main .nav ul{

    }

    #header .header-btn-collapse-nav {
        outline: 0;
        display: flex;
        position: relative;
        z-index: 1;
    }

    #header .header-nav-main{
        position: absolute;
        background: transparent;
        width: 100%;
        top: 100%;
        left: 50%;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        padding: 0 15px;
    }
    #header .header-nav-main nav > ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0.8rem 0;
        margin: 0;
    }
    #header .header-nav-main nav > ul li {
        border-bottom: 1px solid #e8e8e8;
        clear: both;
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        position: relative;
    }

    #header .header-nav-main nav > ul li {
        border-bottom: 1px solid #e8e8e8;
        clear: both;
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        position: relative;
    }
    #header .header-nav-main nav > ul > li > a {
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 1px;
        margin-bottom: 1px;
        color: #CCC;
    }
    #header .header-nav-main nav > ul > li > a {
        color: #6ba539;
        padding: 7px 8px;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a {
        color: #6ba539;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a {
        color: #00a499;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a {
        color: #5b6770;
    }

    #header .header-nav{
        margin-left:auto;
    }

    #header .dropdown-toggle::after{
       display: none;
    }

    #header .header-nav-main nav > ul li.dropdown .dropdown-menu {
        background: transparent;
        padding: 0;
        margin: 0;
        font-size: 13px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        border: 0;
        clear: both;
        display: none !important;
        float: none;
        position: static;
    }
}


/* footer  */


/* #Footer */
#footer {
    background: #5b6770;
    /*#0e0e0e*/
    border-top: 1px solid #5b6770;
    /*4px #0e0e0e*/
    font-size: 0.9em;
    margin-top: 0px;
    padding: 0px 0 0;
    position: relative;
    clear: both;
}

#footer .container .row>div {
    margin-bottom: 2px;
    /*25px*/
}

#footer .container input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#footer a:hover {
    color: #CCC;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer a {
    color: #FFF;
}

#footer h4 {
    font-size: 1.8em;
    font-weight: 200;
}

#footer h5 {
    color: #CCC;
}

#footer ul.nav-list>li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 20px;
    padding-bottom: 11px;
}

#footer ul.nav-list>li:last-child a {
    border-bottom: 0;
}

#footer ul.nav-list>li a:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

#footer ul.list.icons li {
    margin-bottom: 5px;
}

#footer form {
    opacity: 0.85;
}

#footer form label.error {
    line-height: 16px;
    margin: 5px 0 -5px;
    display: block;
    clear: both;
}

#footer form .alert {
    padding: 6px;
    text-align: center;
}

#footer .footer-ribbon {
    background: #999;
    position: absolute;
    margin: -90px 0 0 14px;
    padding: 10px 20px 6px 20px;
}

#footer .footer-ribbon:before {
    border-right: 10px solid #646464;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 100%;
    position: absolute;
    top: 0;
    width: 7px;
}

#footer .footer-ribbon span {
    color: #FFF;
    font-size: 1.6em;
    font-family: "Shadows Into Light", cursive;
}

#footer .newsletter form {
    width: 100%;
    max-width: 262px;
}

#footer .alert a {
    color: #222;
}

#footer .alert a:hover {
    color: #666;
}

#footer .twitter .fa,
#footer .twitter .fas,
#footer .twitter .far,
#footer .twitter .fal,
#footer .twitter .fab,
#footer .twitter .icons {
    clear: both;
    font-size: 1.5em;
    position: relative;
    top: 3px;
}

#footer .twitter .meta {
    color: #999;
    display: block;
    font-size: 0.9em;
    padding-top: 3px;
}

#footer .twitter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .twitter ul li {
    padding-bottom: 20px;
}

#footer .twitter ul li:last-child {
    padding-bottom: 0;
}

#footer .twitter-account {
    color: #FFF;
    display: block;
    font-size: 0.9em;
    margin: -15px 0 5px;
    opacity: 0.55;
}

#footer .twitter-account:hover {
    opacity: 1;
}

#footer .contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .contact i {
    display: block;
    float: left;
    font-size: 1.2em;
    margin: 7px 8px 10px 0;
    position: relative;
    text-align: center;
    top: -2px;
    width: 16px;
}

#footer .contact i.fa-envelope {
    font-size: 1em;
    top: 0;
}

#footer .contact p {
    margin-bottom: 1px;
    /*10px*/
}

#footer .logo {
    display: block;
}

#footer .logo.mb-5 {
    margin-bottom: 1px;
    /*12px*/
}

#footer .footer-copyright {
    background: #5b6770;
    /*#060606*/
    border-top: 1px solid #5b6770;
    /*4px #060606*/
    margin-top: 5px;
    /*40px*/
    padding: 1px 0 1px;
    /*30px 0 10px*/
}

#footer .footer-copyright nav {
    float: right;
}

#footer .footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .footer-copyright nav ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
}

#footer .footer-copyright nav ul li:first-child {
    border: medium none;
    padding-left: 0;
}

#footer .footer-copyright p {
    color: #FFF;
    /*#555*/
    margin: 0;
    padding: 0;
}

#footer .phone {
    color: #FFF;
    font-size: 26px;
    font-weight: bold;
    display: block;
    padding-bottom: 15px;
    margin-top: -5px;
}

#footer .narrow-phone {
    text-align: right;
    margin: -2px 0 0 0;
}

#footer .narrow-phone .phone {
    font-size: 16px;
    padding-bottom: 0;
    margin-top: -13px;
}

#footer .recent-work {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .recent-work li {
    float: left;
    width: 30%;
    margin: 10px 3% 0 0;
}

#footer .recent-work img {
    border: 0;
    width: 100%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

#footer .recent-work .img-thumbnail-hover-icon {
    border: 0;
}

#footer .recent-work .img-thumbnail-hover-icon:after {
    font-size: 22px;
    margin-left: -2px;
}

#footer .view-more-recent-work {
    padding: 12px;
}

#footer.short {
    padding-top: 50px;
}

#footer.short .footer-copyright {
    background: transparent;
    border: 0;
    padding-top: 0;
    margin-top: 0;
}

#footer.light {
    padding-top: 60px;
    background: #FFF;
    border-top: 1px solid #DDD;
}

#footer.light .footer-ribbon {
    margin-top: -76px;
    margin-left: 14px;
}

#footer.light .footer-copyright {
    margin-top: 15px;
    background: #FFF;
    border-top: 1px solid #DDD;
}

#footer.light .footer-copyright p {
    color: #777;
}

#footer.light .phone,
#footer.light .twitter-account {
    color: #777;
}

#footer.light ul.nav-pills>li>a.active {
    color: #FFF;
}

#footer.narrow {
    padding-top: 30px;
}

#footer.narrow .footer-copyright {
    margin-top: 0;
}

#footer.narrow .nav>li>a {
    padding: 5px 12px;
}

#footer.color {
    color: #FFF;
}

#footer.color p {
    color: #FFF;
}

#footer.color .footer-copyright nav ul li {
    border-left-color: #FFF;
}

#footer.footer-reveal {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -10;
}

/* Responsive */
@media (max-width: 991px) {
    #footer .phone {
        font-size: 20px;
    }
}

@media (max-width: 767px) {

    /* Footer */
    #footer .phone {
        font-size: 20px;
    }
}



/* breadcrumb */
.page-header {
    background-color: #c1c6c8 !important;
    border-bottom: 5px solid #c1c6c8;
    border-top: 5px solid #c1c6c8;
    margin: 125px 0 10px 0;
    min-height: 20px;
    padding: 0px 0 !important;
    position: relative;
    text-align: left;
}

.page-header .breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.page-header .breadcrumb>li {
    display: inline-block;
    font-size: 0.85em;
    text-transform: uppercase;
    text-shadow: none;
	    display: flex;
    align-items: center;
}

.page-header .breadcrumb>li+li:before {
    opacity: 0.5;
    content: "";
    background-image: url(/wp-content/uploads/2025/04/right-thin-chevron.svg);
    width: 9px;
    display: block;
    height: 9px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 7px 0 5px;
}

.page-header h1 {
    border-bottom: 5px solid #CCC;
    color: #fff;
    display: inline-block;
    font-size: 32px;
    font-weight: 200;
    line-height: 32px;
    margin: 0 0 -25px;
    padding: 0 0 25px;
    position: relative;
}

.page-header h1 span {
    color: #999da3;
    display: block;
    font-size: 0.6em;
    font-weight: 300;
    line-height: 1.3em;
    margin: 2px 0 0;
}

.page-header-no-title-border h1 {
    border: 0;
}

/* Page Header - Color */
.page-header-color {
    background-color: #F7F7F7;
    border-bottom: 5px solid #F4F4F4;
    border-top: none;
}

.page-header-color h1 {
    border-bottom: none;
    color: #1d2127;
    font-size: 2.3em;
    padding: 0;
    margin: 0;
}

.page-header-color h1 span {
    opacity: 0.65;
}

.page-header-color .breadcrumb {
    text-align: right;
    float: right;
}

@media (max-width: 991px) {
    .page-header-color .breadcrumb {
        padding: 18px 0px 0;
        text-align: left;
        float: none;
    }
}

.page-header-color .breadcrumb>.active {
    opacity: 0.65;
}

/* Page Header - More Padding */
.page-header-more-padding {
    padding: 35px 0;
}

/* Page Header - Light */
.page-header-light {
    background-color: #F7F7F7;
    border-bottom: 5px solid #F4F4F4;
    border-top: none;
}

.page-header-light h1 {
    border-bottom: none;
    color: #1d2127;
    font-size: 2.3em;
}

.page-header-light .breadcrumb {
    text-align: right;
    float: right;
}

@media (max-width: 991px) {
    .page-header-light .breadcrumb {
        padding: 18px 0px 0;
        text-align: left;
        float: none;
    }
}

/* Page Header - Reverse */
.page-header-reverse {
    text-align: right;
}

.page-header-reverse .breadcrumb {
    text-align: left;
}

@media (max-width: 991px) {
    .page-header-reverse .breadcrumb {
        text-align: right;
    }
}

/* Page Header - Parallax */
.page-header.parallax {
    margin: 0 0 35px;
    padding: 180px 0 60px;
}

.page-header-center {
    text-align: center;
}

.page-header-center .breadcrumb {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 0 0;
}

/* Page Header Custom Background */
.page-header-custom-background {
    padding: 45px 0;
    background-repeat: repeat;
    background-color: transparent;
    border-top: 0;
    border-bottom: 0;
}

.page-header-custom-background h1 {
    color: #FFF;
    border: 0;
}

.page-header-custom-background h1 span {
    color: #FFF;
    opacity: 0.7;
}

.page-header-custom-background .breadcrumb {
    text-align: right;
    float: right;
}

@media (max-width: 991px) {
    .page-header-custom-background .breadcrumb {
        padding: 18px 0px 0;
        text-align: left;
        float: none;
    }
}

.page-header-custom-background .breadcrumb li.active {
    color: #FFF;
    opacity: 0.7;
}

.page-header-custom-background .breadcrumb a {
    color: #FFF;
}

/* Page Header Custom - Create your Own */
.page-header.custom-product {
    background-image: url(../img/custom-header-bg.jpg);
    background-repeat: repeat;
    background-color: #999;
    border-top: 5px solid #888;
    padding: 0;
    overflow: hidden;
}

.page-header.custom-product .row {
    position: relative;
}

.page-header.custom-product p.lead {
    color: #E8E8E8;
}

.page-header.custom-product h1 {
    color: #FFF;
    margin-bottom: 10px;
    margin-top: 30px;
    border: 0;
}

/* Responsive */
@media (min-width: 992px) {

    .page-header-more-padding .breadcrumb-valign-mid,
    .page-header-custom-background .breadcrumb-valign-mid,
    .page-header-float-breadcrumb .breadcrumb-valign-mid {
        text-align: right;
    }

    .page-header-more-padding.page-header-reverse .breadcrumb-valign-mid,
    .page-header-custom-background.page-header-reverse .breadcrumb-valign-mid,
    .page-header-float-breadcrumb.page-header-reverse .breadcrumb-valign-mid {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .page-header .breadcrumb {
        float: none !important;
        position: static !important;
    }

    .page-header .breadcrumb-valign-mid {
        margin-top: 15px;
    }

    .page-header-reverse .breadcrumb-valign-mid {
        margin-top: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .page-header h1 {
        font-size: 26px;
        line-height: 26px;
    }
}


.table-round {
    border: solid 1px #73B23D;
    margin-bottom: 25px;
    /* overflow: hidden; */
    /* text-align: left; */
    /* white-space: nowrap; */
    /* border-radius: 15px 15px 15px 15px; */
    /* box-shadow: inset 0px 0px 0px 0px #6ba539; */
    background-color: #FFFFFF;
	    max-width: 700px;
    margin: auto;
}
.tr-lightgreen {
    background-color: #CAE7A2;
    color: #000000;
    padding: 10px;
}

.page-id-212 .page_title{
	display: none;
}

html blockquote {
    border-left: 5px solid #eee;
    margin: 0 0 16px 0;
    margin: 0 0 1rem 0;
    padding: 8px 16px;
    padding: 0.5rem 1rem;
    font-size: 1em;
	    font-style: normal;

}

.page-template-page-sidebar  #main{
	margin-bottom: 40px;
}
html .page-content{
	margin-bottom: 80px;
}


.single-benefit-content{
	padding-bottom: 44px;
}