﻿.page-container .container h2,
.page-container .container h3,
.page-container .container h4,
.page-container .container h5 {
	margin-top: 0;
}

div.bg {
	background-color: #FCFBFC;
	border-bottom: 2px solid #ebeced;
	border-top: 2px solid #ebeced;
	margin:0 -100%;
	margin:0 calc(50% - 50vw);
	padding-left: 15px;
	padding-right:15px;
}

img.img-responsive {
	border: none;
	box-shadow: 0 0 9px 0 rgba(0,0,0,.14);
}

.jumbotron {
	text-align: center;
	background-size: cover;
	overflow: hidden;
	margin-bottom: 0;
	padding: 7% 0;
}

	.jumbotron h2 {
		color: #fff;
		font-weight: 500;
		font-size: 45px;
		line-height: normal;
	}

	.jumbotron p {
		color: #383c3e;
		margin: 40px 0;
	}

	.jumbotron a.btn:hover {
		background-color: #35aa47;
		color: #fff;
		border: 1px solid #fff;
	}

	.jumbotron a.btn-right {
		background: none;
		border: solid 1px #fff;
		color: #fff;
		font-weight:500;
	}


	.jumbotron a.theme-btn:hover {
		border: 1px solid #fff;
	}

	.jumbotron a.theme-btn {
		color: #fff;
	}


.container.feature h4 {
	color: #444;
	font-weight: bold;
}

#stats a {
	color: #00693d;
}


	#stats a:hover .media {
		background-color: #e1e9ec;
	}


#stats .media-heading {
	color: #444;
	font-weight: 400;
}

#stats .media-body {
	color: #00693d;
}

#stats .fa {
	font-size: 50px;
	color: #444;
}

#cta-bottom h2 {
	font-size: 36px;
	color: #35aa47;
	line-height: normal;
	margin-top: 0;
}

#cta-bottom .btn {
	background-color: #35aa47;
	color: #fff;
}


.gallery-item {
	max-width: 410px;
	margin-left: auto;
	margin-right: auto;
}

.row-xs-flex-center {
	display: flex;
	align-items: center;
}

/*#region eri-products */

.products-section {
    margin-top: 80px;
}

.eri-products {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .eri-products h3 {
        width: 100%;  /*for IE*/
        color: #424242;
        font-size: 31px;
        font-weight: bold;
    }

.products {
    width: 100%;
    max-width: 600px;
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
}

.product {
    padding: 0;
}

    .product a {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .product a:hover,
        .product a:active,
        .product a:visited {
            color: #424242;
        }

    .product img {
        height: 115px;
    }

    .product h6 {
        color: #333;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 0;
    }




/*#region Data pages */

/*#region page header */

.page-heading {
    padding: 60px 24px 76px 24px;
    text-align: center;
}

    .page-heading h1 {
        color: #006940;
        font-family: "Roboto", "Helvetica", "Arial", sans-serif;
        font-size: 60px;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 16px;
    }

        .page-heading h1 sup {
            font-size: 23px;
            font-weight: normal;
            top: -1.3em;
        }

    .page-heading .tabContent:not(.active) {
        display: none;
    }

    .page-heading h6 {
        font-size: 28px;
        line-height: 1.2;
        margin-top: 12px;
        margin-bottom: 0;
    }

    .page-heading .sub-text {
        font-size: 16px;
        line-height: 22px;
    }

    .page-heading a.btn {
        padding: 12px 38px;
        border-radius: 4px !important;
        border: 1px solid #FFFFFF;
        margin-top: 21px;
        font-size: 16px;
        font-weight: bold;
        border: 2px solid #006940;
        height: auto !important;
    }

    .page-heading a:not(.btn) {
        color: #006940;
        text-decoration: underline;
        padding: 0;
    }

        .page-heading a:not(.btn):hover {
            color: #25AE60;
        }

    .page-heading a.btn-green {
        background-color: #006940;
        color: #FFFFFF;
        /*margin-right: 12px;*/
    }

    .page-heading a.btn-white {
        background-color: #FFFFFF;
        color: #006940;
        /*margin-left: 12px;*/
    }
/*#endregion page header*/

/*#region tabs*/

.page-tabs {
    border-top: 1px solid #C4C4C4;
}

    .page-tabs .nav-tabs {
        margin: 0;
        display: flex;
    }

        .page-tabs .nav-tabs li {
            text-align: center;
            font-size: 20px;
            border-left: solid 1px #C4C4C4;
        }

            .page-tabs .nav-tabs li:last-of-type {
                border-right: solid 1px #C4C4C4;
            }

            .page-tabs .nav-tabs li button,
            .page-tabs .nav-tabs li a,
            .page-tabs .nav-tabs li a:hover,
            .page-tabs .nav-tabs li a:focus {
                background-color: transparent !important;
                color: #C3C3C3;
                border: none;
            }

            .page-tabs .nav-tabs li.active {
                background-color: #006940;
                margin-top: -19px;
            }

                .page-tabs .nav-tabs li.active button,
                .page-tabs .nav-tabs li.active a,
                .page-tabs .nav-tabs li.active a:hover,
                .page-tabs .nav-tabs li.active a:focus {
                    color: #FFF;
                    border: none;
                    cursor: pointer;
                    padding: 20px;
                }

    .page-tabs .nav-tabs li a.nav-tab-button {
        -webkit-tap-highlight-color: transparent;
    }

        .page-tabs .nav-tabs li a.nav-tab-button:focus:not(:focus-visible) {
            outline: none;
            box-shadow: none;
        }

        .page-tabs .nav-tabs li a.nav-tab-button:active {
            outline: none;
            box-shadow: none;
        }

        .page-tabs .nav-tabs li a.nav-tab-button:focus-visible {
            outline: 2px solid #006940;
            outline-offset: 2px;
        }

.product-page .tab-content {
    padding: 0;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}

/*#endregion tabs*/

/*#region search*/

.search-bar {
    background-color: #006940;
    padding: 32px 24px 28px 24px;
}

    .search-bar input[type=text] {
        width: 100%;
        height: 45px;
        font-size: 16px;
        padding: 5px 16px;
        border: solid 1px #707070;
    }

    .search-bar .btn {
        height: 45px;
        background-color: #25AE60;
        color: #FFF;
        font-size: 20px;
        padding-left: 24px;
        padding-right: 24px;
    }

/*#endregion search*/

/*#region categories*/

.categories h3 {
    color: #006940;
    font-size: 28px;
    font-weight: bold;
    border-bottom: solid 5px #006940;
    padding-bottom: 12px;
    margin: 0;
}

.categories ul {
    list-style-type: none;
    padding: 0;
    margin-top: 32px;
    margin-bottom: 36px;
}

    .categories ul li:not(:last-of-type) {
        margin-top: 0;
        margin-bottom: 14px;
    }

    .categories ul li a,
    .categories .nav-pills.deactivated li.active a {
        color: #333;
        font-size: 20px;
        text-decoration: none;
        padding: 0;
    }

.categories .nav-pills > li.active > a {
    background-color: inherit;
    color: inherit;
    text-decoration: underline;
}

.categories .nav > li > a:hover {
    background-color: inherit;
    text-decoration: underline;
}

.categories.highlight ul {
    margin-top: 12px;
}

    .categories.highlight li:first-of-type:not(.active) {
        margin-top: 12px;
    }

    .categories.highlight ul li a,
    .categories.highlight .nav-pills.deactivated li.active a {
        color: #C3C3C3;
        text-decoration: none;
        padding: 0 19px;
    }

    .categories.highlight .nav-pills:not(.deactivated) > li.active > a {
        background-color: #006940;
        color: #FFF;
        text-decoration: none;
        border-radius: 0;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .categories.highlight .nav > li > a:hover {
        text-decoration: underline;
    }

/*#endregion categories*/

/*#region collapsible panels*/

.panel-group {
    font-size: 16px;
    padding-left: 15px;
}

    .panel-group:last-child {
        margin-bottom: 0;
    }

.panel-heading {
    background-color: #006940;
    color: #FFF;
    border-radius: 0;
    padding: 15px 4px 15px 16px;
    margin-left: -15px;
}

.collapse-toggle {
    cursor: pointer;
}

    .collapse-toggle.collapsed {
        background-color: inherit;
        color: inherit;
        padding: 0;
        margin-left: 0;
    }

    .collapse-toggle .group-name {
        display: inline-block;
        width: calc(100% - 40px);
    }

    .collapse-toggle .arrow {
        background-image: url(/Content/Images/Page/Products/Arrow-White.svg);
        display: inline-block;
        height: 23.363px;
        width: 18.201px;
        top: 6px;
        transform: rotate(90deg);
        position: relative;
    }
    .collapse-toggle.collapsed .arrow {
        background-image: url(/Content/Images/Page/Products/Arrow.svg);
        transform: rotate(0deg);
    }

    .collapse-toggle:not(.collapsed) i.fas {
        transform: rotate(90deg);
    }

    .collapse-toggle i.fas {
        float: right;
        line-height: inherit;
        color: #707070;
    }

#citiesincluded .panel-collapse {
    font-size: 16px;
}

.panel-text {
    width: 85%;
}
/*#endregion collapsible panels*/

.page-container {
    color: #333333;
}

.letters {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 32px;
    word-wrap: break-word;
}

div.letters a.letter {
    color: #006940 !important;
    font-size: 28px;
    font-weight: bold;
    padding: 1%;
}

div.letters .letter.active {
    color: #25AE60 !important;
}

div.letters .letter:focus {
    text-decoration: none;
}

.product-page .left-col,
.product-page .right-col {
    padding-bottom: 32px;
}

.product-page .right-col h3:not(:empty) {
    color: #006940;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 28px;
}

.list {
    font-size: 16px;
    line-height: 30px;
}

#positionsCategoryTitle {
    margin-left: 15px;
}

#PositionContainer {
    padding-left: 24px;
    text-indent: -24px;
}

.no-results-template {
    text-indent: 0px;
    margin-top: 16px;
}

    .no-results-template.mgn-left {
        margin-left: 24px;
    }

    .no-results-template h3 {
        font-size: 30px;
        line-height: 1.1;
        color: #006940;
    }

    .no-results-template .contact-cta-section {
        margin-top: 48px;
    }

        .no-results-template .contact-cta-section .title {
            margin-bottom: 16px;
            font-size: 24px;
            line-height: 1.4;
            color: #006940;
            font-weight: 700;
        }

        .no-results-template .contact-cta-section .message {
            margin-bottom: 32px;
            line-height: 1.5;
        }

        .no-results-template .contact-cta-section a.btn {
            font-weight: bold;
        }

#industrySearchResults .items-container {
    padding-left: 24px;
    text-indent: -24px;
}

.product-page #IndustryContainer {
    padding-bottom: 24px;
}

    .product-page #IndustryContainer .tab-pane h3 {
        color: #006940;
        font-size: 30px;
        font-weight: bold;
        margin-left: 8px;
        margin-bottom: 40px;
    }

#proxymentions {
    border-top: solid 3px #006940;
    color: #424242;
    font-size: 16px;
    padding-top: 48px;
    padding-bottom: 62px;
}

    #proxymentions h2 {
        color: #006940;
        font-size: 30px;
        font-weight: bold;
    }

    #proxymentions .proxyHeader,
    #proxymentions .courtOpinionHeader {
        color: #414141;
        font-size: 20px;
        font-weight: bold;
        display: inline-block;
        margin-bottom: 8px;
    }

    #proxymentions a:not(.btnViewMore) {
        color: #006940;
        font-size: 20px;
        font-weight: bold;
        text-decoration: underline;
        display: inline-block;
        padding: 8px 0 0 0;
    }

    #proxymentions .btnViewMore {
        background-color: #006940;
        color: #FFF;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        border-radius: 4px;
        display: inline-block;
        padding: 13px 104px;
        margin-top: 8px;
    }

#ProxyMentionsContainer > div {
    margin-bottom: 32px;
}

#CourtOpinionsContainer {
    margin-top: 56px;
}

    #CourtOpinionsContainer > div:not(:last-child) {
        margin-bottom: 55px;
    }

.nav-tabs.centered > li, .nav-pills.centered > li {
    float: none;
    display: inline-block;
    *display: inline; /* ie7 fix */
    zoom: 1; /* hasLayout ie7 trigger */
}

.nav-tabs.centered, .nav-pills.centered {
	text-align: center;
}

ul.tree li,
ul.industryTree li {
	list-style: none;
}

	ul.tree > li h4:hover,
	ul.industryTree li span:hover {
		cursor: pointer;
	}


ul.tree .fa,
ul.industryTree .fa {
	font-size: 10px;
	color: #444;
}

i.fa-chevron-right:before {
	vertical-align: 2px;
}

i.fa-chevron-down:before {
	vertical-align: 3px;
}

.padding-15{
	padding:15px 0;
}

#btnHideCitySearchContainer,
#btnHideIndustrySearchContainer {
    color: #35aa47;
    margin-top: 32px;
}

.search-input-group {
    display: flex;
    justify-content: center;
}

.search-input-group .input-cont {
    width: 100%;
    max-width: 600px;
}

.search-input-group .input-group-btn {
    width: auto;
}

.sidebar-products-cta {
    padding: 36px 28px;
    background-image: url(/Content/Images/sidebar_products_cta_bg.png);
    background-size: cover;
    background-position: center;
}

.sidebar-contact-cta {
    padding: 24px 28px;
    background-image: url(/Content/Images/sidebar_contact_cta_bg.png);
    background-size: cover;
    background-position: center;
}

.sidebar-products-cta h3, .sidebar-contact-cta h3 {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: bold;
    line-height: 29px;
    margin-bottom: 6px;
}

.cta-content-container {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 21px;
}

/*#region demo cta*/
.demo-cta {
    padding: 20px 19px;
    background-color: #006940;
    margin-bottom: 32px;
}

    .demo-cta.img-bg {
        background-image: url(/Content/Images/demo_cta_bg.png);
        background-size: cover;
        background-position: center;
        background-color: #FFFFFF;
    }

    .demo-cta h3 {
        color: #FFFFFF;
        font-size: 25px;
        font-weight: 500;
        line-height: 33px;
        margin-bottom: 12px;
    }

    .demo-cta p {
        color: #FFFFFF;
        margin-bottom: 12px;
        line-height: 21px;
    }

    .demo-cta .btn-demo {
        background-color: #F5A623;
        color: #FFFFFF;
        width: 100%;
        padding: 10px;
        font-size: 16px;
        font-weight: bold;
        border-radius: 4px !important;
        display: block;
    }

        .demo-cta .btn-demo:hover {
            background-color: #FB8C00;
        }

/*#endregion demo cta*/

.product-cta {
    margin-top: 16px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
}

    .product-cta a:link,
    .product-cta a:visited,
    .product-cta a:active,
    .product-cta a:hover {
        color: #35AA47;
    }


.d-flex-2col {
    display: flex;
}

    .d-flex-2col > div {
        flex: 1;
    }

        .d-flex-2col > div:first-of-type {
            text-align: right;
            padding-right: 12px;
        }

        .d-flex-2col > div:last-of-type {
            text-align: left;
            padding-left: 12px;
        }

.product-area-availability-container {
    overflow: scroll auto;
}

.product-area-availability {
    min-width: 670px;
}

.product-area-availability--col-labor-living {
    min-width: 420px;
}

    .product-area-availability .header {
        font-size: 16px;
        line-height: 19px;
        font-weight: bold;
        color: white;
        padding-top: 14px;
        padding-bottom: 14px;
        padding-left: 8px;
        padding-right: 8px;
        text-align: center;
        width: 18.75%;
        display: table-cell;
        float: none;
        vertical-align: bottom;
    }

        .product-area-availability .header.costOfLabor {
            background-color: #006940;
        }

        .product-area-availability .header.costOfLiving {
            background-color: #E37F00;
        }

        .product-area-availability .header.salaryAssessor {
            background-color: #25AE60;
        }

        .product-area-availability .header.gsc {
            background-color: #F5AE39;
        }

    .product-area-availability .section-group {
        border-bottom: 1px solid #707070;
    }

    .product-area-availability .row {
        margin-left: 0px;
        margin-right: 0px;
        display: table;
        width: 100%;
    }

        .product-area-availability .row .label-container {
            line-height: 22px;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-left: 0px;
            padding-right: 8px;
            text-align: left;
            display: table-cell;
            float: none;
            vertical-align: middle;
        }

            .product-area-availability .row .label-container.group-label {
                font-size: 18px;
                line-height: 22px;
                padding-top: 5px;
                padding-bottom: 5px;
            }

        .product-area-availability .row .value-container {
            width: 18.75%;
            text-align: center;
            height: 32px;
            display: table-cell;
            float: none;
        }

            .product-area-availability .row .value-container.costOfLabor {
                background-color: #CDE2DA;
            }

        .product-area-availability .row.light .value-container.costOfLabor {
            background-color: #E1EEE9;
        }

        .product-area-availability .row .value-container.costOfLiving {
            background-color: #FAE6CD;
        }

        .product-area-availability .row.light .value-container.costOfLiving {
            background-color: #FCF0E1;
        }

        .product-area-availability .row .value-container.salaryAssessor {
            background-color: #D4EFE0;
        }

        .product-area-availability .row.light .value-container.salaryAssessor {
            background-color: #E6F6ED;
        }

        .product-area-availability .row .value-container.gsc {
            background-color: #FDEFD8;
        }

        .product-area-availability .row.light .value-container.gsc {
            background-color: #FEF6E8;
        }

/* Cost of Labor + Cost of Living only: base rules above set 18.75% (four product columns); override so headers align with icon columns */
.product-area-availability.product-area-availability--col-labor-living .row {
    table-layout: fixed;
}

.product-area-availability.product-area-availability--col-labor-living .section-group > .row > .col-xs-3:first-child {
    width: 25%;
    display: table-cell;
    float: none;
    box-sizing: border-box;
}

.product-area-availability.product-area-availability--col-labor-living .header,
.product-area-availability.product-area-availability--col-labor-living .row .value-container {
    width: 37.5%;
}

.product-area-availability.product-area-availability--col-labor-living .row .label-container {
    width: 25%;
}

.product-area-availability.product-area-availability--col-labor-living .row .label-container .collapse-toggle > div {
    text-align: left;
}

#productAvailabilityLegend {
    margin-top: 32px;
}

    #productAvailabilityLegend > div > span {
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
        color: #424242;
        display: inline-block;
    }

    #productAvailabilityLegend > div {
        display: inline-block;
        padding-left: 0px;
        padding-right: 0px;
    }
        #productAvailabilityLegend > div img {
            margin-right: 8px;
            vertical-align: text-bottom;
        }

    #productAvailabilityLegend >  div.divider {
        margin: 0px 16px;
        border-right: 1px solid #707070;
    }

.tierSymbol {
    padding-left: 5px;
}
/*#endregion Data pages */

@media (min-width: 1200px) {
    #allindustries .panel-heading {
        width: 85%;
    }

    #allindustries .collapse-toggle.collapsed {
        padding: 0 15px 0 0;
    }

    .left-col {
        height: 100%;
        border-right: solid 1px #C4C4C4;
        padding-right: 24px;
    }

    .row-lg-flex-center {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 992px ) {
    .row-md-flex-center {
        display: flex;
        align-items: center;
    }

    .product-page .left-col,
    .product-page .right-col {
        padding-bottom: 50px;
    }

        .product-page .right-col h3:not(:empty) {
            font-size: 30px;
            line-height: 34px;
        }
        .product-page .right-col h3:not(.locationsCategoryTitle) {
            margin-bottom: 0px;
        }

    .page-heading h6 {
        font-size: 30px;
    }

    .page-heading .sub-text {
        margin-top: 16px;
    }

    .page-tabs .nav-tabs li {
        width: 260px;
    }

    .product-page .eq-height-cols-container {
        display: flex;
        flex-wrap: wrap;
    }

        .product-page .left-col.lowered,
        .product-page .right-col.lowered {
            padding-top: 44px;
        }

    .product-page .list.lowered {
        margin-top: 80px;
    }

    #positionsCategoryTitle {
        margin-left: 24px;
    }

    #IndustryContainer {
        margin-left: 8px;
    }
}

@media (max-width: 991px) {
    .product-page .left-col.lowered {
        padding-top: 32px;
    }
}

@media (min-width:768px ) {
    .row-sm-flex-center {
        display: flex;
        align-items: center;
    }

    .search-bar .btn {
        padding-left: 67px;
        padding-right: 67px;
    }
}

@media (max-width: 767px) {
    .page-tabs {
        border-top: none;
    }

        .page-tabs .nav-tabs {
            flex-direction: column;
        }

            .page-tabs .nav-tabs li {
                border-top: solid 1px #C4C4C4;
                border-right: solid 1px #C4C4C4;
                border-left: solid 1px #C4C4C4;
            }

                .page-tabs .nav-tabs li.active {
                    margin-top: 0;
                }

                    .page-tabs .nav-tabs li.active a,
                    .page-tabs .nav-tabs li.active a:hover {
                        padding-top: 12px;
                        padding-bottom: 12px;
                    }

    .products-section {
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    .data-page .page-heading {
        text-align: left;
        padding: 24px 20px;
    }
    .page-heading h1 {
        font-size: 38px;
        line-height: 42px;
    }
    .page-heading h6 {
        font-size: 20px;
        line-height: 28px;
    }
        .page-heading h6.sub-text {
            font-size: 16px;
            line-height: 22px;
            margin-top: 0px;
        }

    .page-heading a.btn {
        margin-top: 16px;
    }

    #productAvailabilityLegend > div {
        margin-bottom: 16px;
    }

    #productAvailabilityLegend > div.divider {
        margin: 0px 3px;
    }

    #productAvailabilityLegend > div > span {
        font-size: 15px;
        line-height: 21px;
    }

    #productAvailabilityLegend > div img {
        margin-right: 6px;
    }

    .product-page .left-col, .product-page .right-col {
        padding-bottom: 24px;
    }

    .search-input-group {
        display: block;
    }
        .search-input-group .input-group-btn {
            display: block;
            width: 100%;
            text-align: center;
        }
            .search-input-group .input-group-btn .btn {
                display: block;
            }

    .search-bar {
        padding: 16px 20px;
    }
        .search-bar input[type=text] {
            margin-bottom: 12px;
        }

    .product-page .right-col h3:not(:empty) {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 8px;
    }

    div.letters {
        text-align: left;
    }
        div.letters a.letter {
            font-size: 40px;
            line-height: 48px;
        }

    .page-tabs .nav-tabs li a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .eri-products {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .products {
        flex-direction: column;
    }

    .product:not(:last-child) {
        margin-bottom: 24px;
    }

    .d-flex-2col {
        display: block;
    }
        .d-flex-2col > div:first-of-type {
            text-align: center;
            padding-right: 0px;
        }

        .d-flex-2col > div:last-of-type {
            text-align: center;
            padding-left: 0px;
        }

    .btn {
        width: 100%;
    }
}

