body {
	font-size: 18px;
	line-height: 1.6;
	max-width: 1500px;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	text-rendering: optimizeLegibility;
	line-height: 150%;
	letter-spacing: 0.5px;
	color: #878A8C;
	font-weight: 500;
}

.logopanel div.logo-text {
	font-size: 18px;
	font-weight: 100;
	text-transform: uppercase;
	color: white;
	padding: 10px 0px 5px 0px;
}

.logopanel div.logo-text strong{
	font-weight: 700;
}

ol.breadcrumb {
	display: none;
}

.logopanel #logo:hover {
	text-decoration: none;
}

#body #main-row-content {
	padding-bottom: 0px;
	display: inline-block;
	overflow-x: hidden;
	width: 100%;
}

.searchbox {
	position: relative;
	border: 1px solid #19a5e1;
}

.searchbox .form-control::-webkit-input-placeholder { color: white; }
.searchbox .form-control:-moz-placeholder { color: white; }
.searchbox .form-control::-moz-placeholder { color: white; }
.searchbox .form-control:-ms-input-placeholder { color: white; }

.searchbox input {
	background: #1383b3;
	color: #FFF;
	border: 1px solid #19a5e1;
	border-radius: 4px;
}

.searchbox .dropdown li {
	text-align: left;
}

.searchbox .input-group {
	width: 100%;
}

.searchbox span.input-group-btn, .searchbox .input-group-addon {
	display: none;
}

.leftpanelinner span.caret {
	display: none;
}

div.highlighted, div.highlighted img{
	height:300px;
}

.highlighted{
	margin-bottom:20px;
}

.bp-section-header {
	color: #808284;
}

#overviewConcepts, div.feature-summary, #conceptFeatures {
	margin-left: 300px;
	margin-top: -3rem;
	clear: both;
}

#overviewConcepts ul.concepts-list, #conceptFeatures{
	padding: 0rem 6rem;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 10px;
}

ul.features-list {
	list-style: none;
	padding-left: 0px !important;
}

div.feature-summary h4 {
	padding: 0rem 6rem;
}

div.feature-summary table{
	margin: 0rem 6rem;
	width: auto;
	margin-bottom: 3rem;
}

ul.features-list table {
	width: auto;
	margin-bottom: 3rem;
}

.feature-summary table th, ul.features-list table th {
	font-size: 11px;
	font-weight: 500;
	border: 1px solid #eaeaea;
}

ul.concepts-list h4.concept-title {
	text-transform: uppercase;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

li.separator hr {
	margin: 5px 0px;
	border-top: 1px solid #ccc;
}

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

.node-type-feature .view-id-features {
	float: right;
}

.view-id-features span.field-content>a {
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	font-weight: 700;
}

.view-id-features i.fa-angle-double-left, .view-id-features i.fa-angle-double-right::before {
	color: #FFF;
	font-size: 16px;
}

div.feature-image img {
	border-radius: 4px;
	border: 1px solid #eaeaea;
	margin-top: 2rem !important;
}

table.features-compliance {
	width: 70%;
	font-size: 14px;
	font-weight: 500;
}

td.comp-pre {
	background-color: #4D4D50;
	color: white;
}

td.comp-opt {
	background-color: #9DA0A2;
	color: white;
}

td.cert-pre {
	background-color: #5899CE;
	color: white;
}

td.cert-opt {
	background-color: #96CDEF;
	color: white;
}

td.cert-none, td.comp-none {
	background-color: #D8D8D8;
}

.concept-air-bg { 
	background: url('/assets/images/Air.png');
}
.concept-water-bg { 
	background: url('/assets/images/Water.png');
}
.concept-nourishment-bg { 
	background: url('/assets/images/Nourishment.png');
}
.concept-fitness-bg { 
	background: url('/assets/images/Fitness.png');
}
.concept-light-bg { 
	background: url('/assets/images/Light.png');
}
.concept-mind-bg { 
	background: url('/assets/images/Mind.png');
}
.concept-comfort-bg { 
	background: url('/assets/images/Comfort.png');
}
.concept-innovation-bg { 
	background: url('/assets/images/Innovation.png');
}

.concept-air-color { color: #41B4CE; }
.concept-water-color { color: #146076; }
.concept-nourishment-color { color: #7DAA6E; }
.concept-fitness-color { color: #C6A78A; }
.concept-light-color { color: #EDB76B; }
.concept-mind-color { color: #31AAB4; }
.concept-comfort-color { color: #DA8C7F; }
.concept-innovation-color { color: #808080; }

.item-list, .item-list li {
	list-style: none;
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 5px;
}

.view-concepts .view-header h1{
	font-size: 36px;
}

.view-concepts .view-header p {
	font-size: 16px;
	font-weight: 400;
}

.view-concepts .view-content table {
	border: 0px;
}

.view-concepts .view-content td {
	padding: 15px;
	border: 0px;
	border-bottom: 1px solid #eee;
}

.view-concepts td.views-field-title a {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
}

.view-concepts td.views-field-title a:hover {
	text-decoration: none;
}

.view-concepts td.views-field-title div.intent {
	font-size: 16px;
	font-weight: 400;
	padding-top: 5px;
}

ul.tabs--primary {
	display: none !important;
}

.view-features-with-parts th{
	color:#888;
	font-weight: 400;
	font-size: 12px;
	max-width: 85px;
	text-align: center;
}
.view-features-with-parts .legend{
	width:500px;
	font-size:12px;
	margin-bottom: 0px;
}
.view-features-with-parts td.views-field.views-field-title{
	width:500px;
	max-width:500px;
	padding: 5px;
	text-align: left;
}
.view-features-with-parts table tr td{
	padding:0px;
	min-width:85px;
	max-width:100px;
	width:85px;
}

.view-features-with-parts caption{
	text-align:left;
}

.view-features-with-parts {
	margin-top: 10px;
}

.view-features-with-parts.view-display-id-page_2 table:first-child>thead,
.table-melanopic-ratio thead {
	display: table-header-group !important;
}

.view-features-with-parts caption h2{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #429DB5;
}

.view-features-with-parts caption a:hover {
	text-decoration: none;
}

.view-features-with-parts caption.spacer, .view-features-with-parts.view-display-id-page_2>.view-content>table:first-child caption{
	margin-bottom:-40px;
}

.view-features-with-parts .view-header {
	padding: 10px 0px;
}

.view-features-with-parts .views-table tbody>tr>td.vert-align, .view-features-with-parts .views-table thead>tr>th.vert-align {
	vertical-align: middle;
}

.lexicon-links {
	background:transparent;
	text-align:left;
	color:#000;
}

div.compliance-matrix{
	float:right;
	display:inline-block;
	font-size:10px;
	padding-top:20px;	
}

div.compliance-matrix .views-field-field-core-shell,
div.compliance-matrix .views-field-field-well-interiors,
div.compliance-matrix .views-field-field-well-buildings,
div.compliance-matrix .views-field-field-well-kitchen,
div.compliance-matrix .views-field-field-well-education,
div.compliance-matrix .views-field-field-well-multifamily,
div.compliance-matrix .views-field-field-well-restaurant,
div.compliance-matrix .views-field-field-well-retail{
	display:inline-block;
	width:50px;
}
.view-parts .view-grouping-header.first .pull-left{
	margin-top:0px;
}
.view-parts .view-grouping-header.first div.compliance-matrix{
	padding-top:20px;
	margin-top:-25px;
}


.compliance-header{
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	margin-bottom: 10px;
	font-size:9px;
}

td.views-field-field-core-shell,
td.views-field-field-well-interiors,
td.views-field-field-well-buildings,
td.views-field-field-well-kitchen,
td.views-field-field-well-education,
td.views-field-field-well-multifamily,
td.views-field-field-well-restaurant,
td.views-field-field-well-retail{
	background:#54565A !important;
	border:1px solid #eee;
}

.views-field-field-core-shell span,
.views-field-field-well-interiors span,
.views-field-field-well-buildings span,
.views-field-field-well-kitchen span,
.views-field-field-well-education span,
.views-field-field-well-multifamily span,
.views-field-field-well-restaurant span,
.views-field-field-well-retail span{
	width:100%;
	text-align:center;
	line-height: 2.1;
	display:inline-block;
	vertical-align: middle;
	padding: 15px;
	color: #fff;
}

.views-field-field-core-shell span.P{
	background :#4D4D50;
	color:white;
	height: 100%;
}

.views-field-field-core-shell span.O{
	background :#9DA0A2;
	color:white;
	height: 100%;
}

.features-no-compliance .views-field-field-core-shell span.P,
.views-field-field-well-interiors span.P,
.views-field-field-well-buildings span.P,
.views-field-field-well-kitchen span.P,
.views-field-field-well-education span.P,
.views-field-field-well-multifamily span.P,
.views-field-field-well-restaurant span.P,
.views-field-field-well-retail span.P{
	color:white;
	height: 100%;
	padding: 15px;
	background-color: #4DB4D2;
}

.features-no-compliance .views-field-field-core-shell span.O,
.views-field-field-well-interiors span.O,
.views-field-field-well-buildings span.O,
.views-field-field-well-kitchen span.O,
.views-field-field-well-education span.O,
.views-field-field-well-multifamily span.O,
.views-field-field-well-restaurant span.O,
.views-field-field-well-retail span.O{
	color:white;
	height: 100%;
	padding: 15px;
	background-color: #4DB4D2;
}

a.lexicon-term {
	color: #555;
}

.lexicon-links .lexicon-item{
	font-size:100%;
}

.view-features-with-parts .view-header .part-name{
	width:500px;
}

.view-parts .view-grouping-header .pull-left {
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: 500;
	width: 100%;
	font-size: 20px;
}

.view-parts .view-grouping-header, .field-content {
	clear: both;
}

.view-concepts-links span.field-content a {
	color: #52636B;
	padding-right: 5px;
	font-weight: bold;
}

.requirement-description {
	max-width: 90%;
	margin-left: 15px;
	padding-bottom: 2px;
}

.requirement-number sup {
	font-size: 11px;
	top: 3px;
}

.mb0 {
	margin-bottom: 0px !important;
}

.pr0 {
	padding-right: 0px;
}

.field-item img {
	max-width: 150px;
	height: auto;
}

.view-parts h3 span {
	font-weight: 300 !important;
	font-family: "museo-sans", sans-serif;
	color: #666;
	font-size: 18px;
}

.node-type-feature .view-parts h3 {
	font-size: 16px;
}

.view-parts h3 {
	margin-top: 5px 0px;
}

.field-name-field-bodily-systems {
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	padding: 10px;
	margin-right: -3px;
	margin-bottom: 20px;
	background: #444;
	color: white;
	width: 100px;
}

h5.bodily-systems-header {
	margin-top: 30px;
}

/* Nav tabs */
.vertical-container .nav-tabs li{
	float:none;
	margin-left:20px;
	margin-bottom:5px;

}

.vertical-container .nav-tabs li a{
	color: #000;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	height:30px;
	padding-top:5px;
	border-radius:0;
	font-size:13px;
}

.vertical-container .nav-tabs li.active a{
	color:#fff;
	border-bottom:none;
}

.vertical-container .tab-content{
	margin-top: 30px;
	line-height: 1.6;
	text-align: left;
	font-size: 18px;
}

.nav-tabs li a:hover, .nav-tabs li a:focus { 
	background: transparent; 
}

li.air a{background:#4db4d2; opacity:.4;}
li.air.active > a{background: #4db4d2 !important; opacity:1;}
ul.nav-tabs li.air a:hover{background: #4db4d2 !important;opacity:1;}
li.water a{background:#1c6078; opacity:.4;}
li.water.active > a{background: #1c6078 !important; opacity:1;}
ul.nav-tabs li.water a:hover{background: #1c6078 !important;opacity:1;}
li.nourishment a{background:#81ab68; opacity:.4;}
li.nourishment.active > a{background: #81ab68 !important; opacity:1;}
ul.nav-tabs li.nourishment a:hover{background: #81ab68 !important;opacity:1;}
li.light a{background:#ecb95f; opacity:.4;}
li.light.active > a{background: #ecb95f !important; opacity:1;}
ul.nav-tabs li.light a:hover{background: #ecb95f !important;opacity:1;}
li.fitness a{background:#c5a787; opacity:.4;}
li.fitness.active > a{background: #c5a787 !important; opacity:1;}
ul.nav-tabs li.fitness a:hover{background: #c5a787 !important;opacity:1;}
li.comfort a{background:#d88e7e; opacity:.4;}
li.comfort.active > a{background: #d88e7e !important; opacity:1;}
ul.nav-tabs li.comfort a:hover{background: #d88e7e !important;opacity:1;}
ul.nav-tabs li.mind a:hover{background: #43b1bc !important;opacity:1;}
li.mind a{background:#43b1bc; opacity:.4;}
li.mind.active > a{background: #43b1bc !important; opacity:1;}

.nav-tabs li a{
	opacity: .5;
	border:none !important;
}

.nav-tabs li.active a{
	opacity:1;
}

.nav-tabs li.active a{
	border:none;
	border-bottom:2px solid #ddd !important;
}

.nav-tabs{
	border-bottom:none;
}

.wellbtn {
	display: inline-block;
	width: auto;
	padding: 12px;
	color: #fff;
	background: #46a9e3;
	border: 0;
	border-radius: 5px;
	text-align: center;
	outline: none;
	text-decoration: none!important;
	transition: background-color 0.2s ease-out,color 0.2s ease-out;
}

div.desktop img {
	margin: 0px;
	border: 0px;
	border-radius: 0px;
}

.node-type-page .page-header {
	margin-top: 10px;
	text-align: left;
	color: #525559;
	font-weight: 500;
	font-size: 36px;
	letter-spacing: 1px;
}

.caret {
	border-top: 6px solid #000;
	border-right: 6px solid transparent;
	border-bottom: 0 dotted;
	border-left: 6px solid transparent;
}

#sidebar ul li a span.caret {
	float: right;
	margin-right: 15px;
	margin-top: 15px;
}

#sidebar .nav .open > a {
	background-color: #38424D !important;
}

#sidebar .nav > li > a:hover, #sidebar .nav > li > a:focus {
	background-color: #38424D !important;
}

ul li.active {
	background: #fff;
	border-radius: 5px;
}

#sidebar li li a {
	margin-left: 10px;
	padding: 8px;
	font-weight: 400;
}

#sidebar .dropdown-menu {
	background-color: #38424D;
}

h3.basic-sub-header {
	color: #888;
}

.table-well tbody>tr>td.vert-align, .table-well thead>tr>th.vert-align {
	vertical-align: middle;
}

.table-well tr.info, .table-well tr>td.info {
	background-color: #7CC6EA;
}

.table-well tr td.text-transparent{
	color: #FFF;
}

.table-well thead>tr>th{
	background-color: #eee;
	color: #525559;
}

.table-well, .table-well td, .table-well thead>tr>th,
.table-well tbody>tr>td{
	border-color: #ccc;
	padding: 15px;
	border-right: 1px solid #ccc;
}

.table-organization tbody>tr>td, .table-organization thead>tr>th {
	width: 25%;
}

div.field-name-field-additional-section .field-item {
	padding: 5px 0px;
}

div.field-name-field-additional-section .field-item img {
	border: none !important;
}

img.biophilia-image {
	margin-top: 20px;
}

.views-table thead>tr>th, .views-table tbody>tr>td, .views-table thead>tr {
	border: 1px solid #ddd;
}

.views-table thead>tr>th {
	padding: 1px;
}

.view-parts-with-standards table>thead {
	display: table-header-group !important;
}

.table-toc tbody>tr>td {
	border: none;
	padding: 0px;
}

.table-toc tbody>tr>td h4, .table-toc tbody>tr>td h3 {
	margin: 5px 0px;
}

/* 
* Standard Citations 
*/

.view-standard-citations .view-header>h3,
.view-verification-types .view-header>h3{
	background-color: #808285; 
	color: #fff;
	margin: 20px -10px;
	padding: 5px;
	text-align: center;
}

.view-standard-citations .view-header>p{
	text-align: left;
}

.view-standard-citations caption>.row {
	font-size: 14px;
	padding-bottom: 5px;
}

.view-standard-citations tbody {
	font-size: 14px;
}
.view-standard-citations tbody>tr>td {
	border: none;
	text-align: left;
	padding: 3px;
	padding-right: 34px;
	background-color: white;
}

.view-standard-citations tbody>tr>td.views-field-field-citation-requirement {
	padding-left: 50px;
	max-width: 100px;
	width: 100px;
}

.view-standard-citations div.citation-doc-number {
	width: 6%;
}

.padding-noleft { padding-left: 0px !important; }
.padding-noright { padding-right: 0px !important; }

/* 
* Concept & Feature References 
*/

.pane-concept-feature-references h2.pane-title {
	display: none;
}

.view-concept-feature-references tbody>tr>td {
	border: none;
	font-size: 14px;
	text-align: left;
	padding-right: 20px
	padding-left: 20px
}

.view-id-concept_feature_references.view-display-id-page_1 {
	padding-left: 30px;
}

.view-id-concept_feature_references.view-display-id-page_1 tbody>tr>td{
	padding-left: 20px;
}

.view-concept-feature-references div.feature-title span {
	width: 35px;
	min-width: 35px;
	display: inline-block;
	margin-left: -15px;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.view-concept-feature-references div.feature-title {
	font-size: 18px;
	font-weight: 500;
}

.view-concept-feature-references caption>h3 {
	color: #FFF;
	padding-left:10px;
}

.view-concept-feature-references h3.concept-Air, .concept-Air { background-color: #02adbd; }
.view-concept-feature-references h3.concept-Water, .concept-Water { background-color: #1C6078; }
.view-concept-feature-references h3.concept-Nourishment, .concept-Nourishment { background-color: #81AB68; }
.view-concept-feature-references h3.concept-Light, .concept-Light { background-color: #ECB95F; }
.view-concept-feature-references h3.concept-Fitness, .concept-Fitness { background-color: #C5A787; }
.view-concept-feature-references h3.concept-Comfort, .concept-Comfort { background-color: #D88E7E; }
.view-concept-feature-references h3.concept-Mind, .concept-Mind { background-color: #43B1BC; }
.view-concept-feature-references h3.concept-Innovation, .concept-Innovation { background-color: #808080; }

.header-banner {		
	background: #555;		
	color: #ddd;		
	margin: 0px;		
	padding: 2px;		
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2) inset;		
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2) inset;		
	box-shadow: 0 -1px 10px rgba(0,0,0,.5) inset;		
	border: none;		
}
.view-features-block {
	text-align: left;
	
}

.view-features-block div.container-inline {
	color: #19a5e1;
}
.view-features-block .container-inline .form-group{
	margin-bottom: 0px;
}
.ctools-jump-menu-button,.ctools-jump-menu-button:hover, .ctools-jump-menu--2 .btn, .ctools-jump-menu--2 .btn-default{
	padding: 0px 40px;
	margin-left: 14px;
	background: transparent;
	border: 1px solid white;
	color: white;
	font-size: 16px;
	height: 42px;
	border-radius: 0px !important;
	margin-top: 1px;
}
.concept-light-bg .ctools-jump-menu-button,
.concept-light-bg .ctools-jump-menu-button:hover, 
.concept-light-bg .ctools-jump-menu--2 .btn, 
.concept-light-bg .ctools-jump-menu--2 .btn-default,
.concept-innovation-bg .ctools-jump-menu-button,
.concept-innovation-bg .ctools-jump-menu-button:hover, 
.concept-innovation-bg .ctools-jump-menu--2 .btn, 
.concept-innovation-bg .ctools-jump-menu--2 .btn-default,
.concept-comfort-bg .ctools-jump-menu-button,
.concept-comfort-bg .ctools-jump-menu-button:hover, 
.concept-comfort-bg .ctools-jump-menu--2 .btn, 
.concept-comfort-bg .ctools-jump-menu--2 .btn-default,
.concept-fitness-bg .ctools-jump-menu-button,
.concept-fitness-bg .ctools-jump-menu-button:hover, 
.concept-fitness-bg .ctools-jump-menu--2 .btn, 
.concept-fitness-bg .ctools-jump-menu--2 .btn-default{
	padding: 0px 40px;
	margin-left: 14px;
	background: transparent;
	border: 1px solid #54565A;
	color: #54565A;
	font-size: 16px;
	height: 42px;
	border-radius: 0px !important;
	margin-top: 1px;
}

.view.view-features-block .container-inline{
	display: flex;
}

.chosen-container-single .chosen-single div b {	
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 8px;
}

div#edit_jump__2_chosen{
	background-color: transparent;
	box-shadow: none;
	border-color: transparent;
	padding:0px;
	height: 45px;
}

..chosen-container .chosen-results{
	padding: 0px !important;
	margin: 0px !important;
}
.chosen-container .chosen-results li{
	line-height: 9px;
}

.chosen-container-single .chosen-single {
	height: 42px!important;
	position: relative;
	display: block;
	overflow: hidden;
	padding: 8px 0px 0px 10px;
	height: 36px;
	border: 1px solid #aaa;
	border-radius: 0px;
	background:white !important;
	background-clip: padding-box;
	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
}
.chosen-container .chosen-drop{
	box-shadow: none !important;
}
.chosen-container-active.chosen-with-drop .chosen-single{
	border-radius: 0px !important;
}
.view-glossary-new tbody>tr>td {
	text-align: left;
	padding: 20px;
}

.view-well-addenda-admin .views-table thead>tr>th, 
.view-features-related-addenda thead>tr>th,
.view-well-addenda .views-table thead>tr>th {
	padding: 8px;
}

.view-well-addenda-admin .views-table tbody>tr>td,
.view-well-addenda .views-table tbody>tr>td {
	text-align: left;
}

.view-well-addenda .views-table p {
    margin-bottom: 0px;
}

.page-node-interpretations ul.tabs--primary, 
.page-node-corrections ul.tabs--primary,
.page-node-equivalency ul.tabs--primary, 
div.feature-page ul.tabs--primary {
	display: block !important;
}

ul.tabs--primary.nav-tabs>li.active>a,
ul.tabs--primary.nav-tabs>li.active>a:hover, 
ul.tabs--primary.nav-tabs>li.active>a:focus {
	color: #3D91CF;
	cursor: default;
	background-color: #fff;
	border: 1px solid #3D91CF !important;
	border-bottom-color: transparent;
	opacity: 1;
}

ul.tabs--primary.nav-tabs li a {
	opacity: .5;
	border: 1px solid #9FC5E5 !important;
	margin-right: 0px;
}

ul.tabs--primary {
	border-bottom: 1px solid #ccc;
}

.page-node-interpretations ol.breadcrumb, 
.page-node-corrections ol.breadcrumb, 
.page-node-equivalency ol.breadcrumb {
	display: block;
}

.view-features-related-addenda {
	margin-top: 15px;
}

.node-type-feature h1.page-header,
.node-type-concept h1.page-header {
	display: none;
}

.node-type-feature div.feature-page h1.page-header {
	display: block !important;
	padding: 5px;
	padding-left: 60px;
	color: #fff;
	margin: 20px -60px;
}

.node-type-feature div.feature-page {
	overflow: hidden;
}

.badge-aap-Approved { background-color: #00AF9B; }
.badge-aap-Not { background-color: #F7802E; }

.badge-addenda-active { background-color: #32B5CB; color:#fff; }
.badge-addenda-inactive { background-color: #D7D7D7; color: #111;}

.view-features-related-addenda tbody>tr.row-aap-Approved>td {
	background-color: rgba(222,240,218,0.3);
}

.view-features-related-addenda tbody>tr.row-aap-Not>td {
	background-color: rgba(243,222,222,0.3);
}

.view-well-addenda .views-table caption>h4 {
	font-weight: 500;
	padding: 5px;
	color: white;
	margin-bottom: 0px;
}

.view-well-addenda .views-table thead>tr>th.views-field-field-addenda-type, 
.view-well-addenda .views-table thead>tr>th.views-field-field-addenda-post-date,
.view-well-addenda .views-table tbody>tr>td.views-field-field-addenda-type, 
.view-well-addenda .views-table tbody>tr>td.views-field-field-addenda-post-date {
	width: 15%;
}

.view-well-addenda .views-table thead>tr>th.views-field-field-addenda-description,
.view-well-addenda .views-table tbody>tr>td.views-field-field-addenda-description {
	width: 70%;
}

.view-features-with-parts .views-table thead>tr {
	border-top: 0px;
	border-left: 0px;
}

.view-features-with-parts .views-table thead>tr>th:first-child {
	border-top: 0px !important;
	border-left: 0px;
}

.view-features-with-parts .views-table thead>tr>th {
	border-top: 1px solid #eee !important;
}

#pilotAccordion a:focus, a:active, a:hover,
#citationsAccordion a:focus, a:active, a:hover {
	text-decoration: none;
}

div.features-parts {
	padding-top: 40px;
	background-color: #F4F5F7;
}

.feature-page .view-verification-types table > thead {
	display: table-header-group !important;
}

.view-verification-types thead>tr>th {
	font-weight: 500;
	font-size: 14px;
	padding: 10px;
}

.view-verification-types tbody>tr>td.views-field-title {
	text-align: left;
}

span.verification-onsite-check, 
span.verification-annotated-documents, 
span.verification-assurance-letter {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	height: 100%;
	vertical-align: middle;
	letter-spacing: 1px;
	color: #FFF;
}

.views-field-field-letter-of-assurance.spantd, 
.views-field-field-annotated-documents.spantd, 
.views-field-field-on-site.spantd {
	background-color:#4DB4D2 ;
}

.view-verification-types thead>tr>th.views-field-title,
.view-verification-types tbody>tr>td.views-field-title {
	width: 46%;
	padding: 15px;
	vertical-align: middle;
}

.view-verification-types thead>tr>th.views-field-field-letter-of-assurance, 
.view-verification-types thead>tr>th.views-field-field-annotated-documents,
.view-verification-types thead>tr>th.views-field-field-on-site,
.view-verification-types tbody>tr>td.views-field-field-letter-of-assurance, 
.view-verification-types tbody>tr>td.views-field-field-annotated-documents,
.view-verification-types tbody>tr>td.views-field-field-on-site {
	width: 18%;
	padding: 10px;
	vertical-align: middle;
}

.concept-header {
	color: white;
	text-transform: uppercase;
	padding: 5px;
}

.views-field-field-description span.requirement-number {
	width: 20px;
	margin-left: 10px;
}

h5, .h5 {
	font-size: 16px;
}

.pl5 {
	padding-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

.fl-header {

	height: 50px;
}

.fl-header .fl-header-title {
	text-align: center;
	margin-top: 26px;
	font-size: 34px;
	color: #00ACBC !important;
}

.fl-nav-tabs {
	border: 0;
	margin-bottom: 5px;
}

.fl-nav-tabs li:first-child {
	border-right: 2px solid #AAA;
	border-radius: 0px !important;
}

.fl-nav-tabs li {
	border-right: none;
}

.fl-nav-tabs li.active a {
	border-bottom: 0px !important;
}

.fl-nav-tabs li.active>a>strong {
	color: #429DB5;
}

.nav-tabs.fl-nav-tabs li>a {
	font-size: 12px;
	opacity: 1;
	color: #888;
	letter-spacing: 0.7px;
	padding: 5px;
}

.fl-nav-tabs li:first-child>a {
	padding-left: 0px;
}

.feature-tabs {
	padding: 11px 0px;
	background: #54565A;
}

.feature-tabs li {
	border: none;
	background-color: transparent;
	border-radius: 0px !important;
	padding: 5px;
}

.feature-tabs.nav-tabs li.active {
	background-color: transparent;
}

.feature-tabs li>a, .feature-tabs li.active>a {
	color: #fff !important;
	padding: 10px;
	background-color: transparent;
	border: none !important;
	font-size: 14px;
	letter-spacing: 1px;
	opacity: 1;
	text-transform: uppercase;
	text-align: center;
}

.feature-tabs li.active:after {
	border-bottom: 12px solid #fff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	content: "";
	display: inline-block;
	left: 45%;
	position: absolute;
	bottom: -12px;
}

.text-normal {
	text-transform: none !important;
}

.table-borderless>thead>tr>th,
.table-borderless>thead>tr>td,
.table-borderless>tbody>tr>th,
.table-borderless>tbody>tr>td,
.table-borderless>tfoot>tr>th,
.table-borderless>tfoot>tr>td {
	border: none !important;
}

h4.imperative-feature-title {
	margin: 0px;
	font-weight: 700;
	color: #777;
}

h5.imperative-title {
	margin: 0px;
}

p.imperative-description {
	margin-bottom: 0px;
	font-size: 90%;
}

td.views-field-field-fulfillment-type {
	vertical-align: middle !important;
	background-color: #eee;
	text-transform: uppercase;
	color: #555;
}

.concept-page-header {
	color: #fff;
	padding-top: 35px; 
	padding-bottom: 35px !important;
	background-size: cover;
}

.feature-page-header {
	color: #fff;
	padding-top: 35px; 
	padding-bottom: 35px !important;
}

.feature-page-nav.row {
	background-color: #54565A;
}

.concept-page-header h1.pane-title, .feature-page-header h1.pane-title  {
	color: #FFF;
	text-align: left;
	margin: 0px;
	text-transform: uppercase;
	font-weight: 500 !important;
	letter-spacing: 1px;
	font-size: 40px;
	margin-left: 10px;
	vertical-align: middle;
	display: inline;
}

.concept-page-header.concept-comfort-bg h1.pane-title,
.concept-page-header.concept-fitness-bg h1.pane-title,
.concept-page-header.concept-light-bg h1.pane-title,
.concept-page-header.concept-innovation-bg h1.pane-title,
.concept-comfort-bg .conceptDescription, .concept-fitness-bg .conceptDescription, 
.concept-light-bg .conceptDescription, .concept-innovation-bg .conceptDescription {
	color: #54565A;
}

.concept-page-header a.lexicon-term, .feature-page-header a.lexicon-term {
	color: #fff;
}

.node-type-concept h2.pane-title, .node-type-feature h2.pane-title {
	text-transform: uppercase;
	font-weight: 500;
	color: #666;
}

.concept-page-header p, .feature-page-header p {
	font-weight: 100;
}

.feature-page-header .field-label-inline .field-label {
	font-weight: 100;
	font-size: 20px;
}

.feature-page-header .field-items p {
	margin-bottom: 10px;
	font-size: 20px;
}

.concept-page-header a.concept-link, 
.feature-page-header a.concept-link {
	font-size: 12px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color: #52636B;
	text-decoration: none;
	font-weight: bold;
}

.concept-page-footer a.concept-link, 
.feature-page-footer a.concept-link {
	font-size: 12px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
}

.concept-page-footer  span.field-content a {
	color: #666 !important;
}

.feature-page-footer span.concept-linkage, 
.feature-page-footer .view-id-features span.field-content>a {
	color: #666;
}

span.concept-linkage {
	font-size: 12px;
	color: #666;
	margin: 0px 5px;
}

.project-verification-matrix {
	background: #F4F5F7;
}

.header-banner h6 {
	font-weight: 300;
	color: #fff;
}

div.headerbar {
	height: 92px;
}

.searchform-well .input-group {
	width: 370px;
}

.searchform-well .input-group-addon, .searchform-well .input-group-btn {
	display: none;
}

.searchform.searchform-well input {
	background: #fff url(../images/icon-search.png) no-repeat 5% center !important;
	padding-left: 40px;
	border-right: none;
}

div.concept-innovation>h2.pane-title,
div.concept-innovation .field-name-field-description {
	display: none;
}

.btn-info {
	border-color: #0094A4;
	background-color: #429DB5;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, 
.btn-info.active, .open .dropdown-toggle.btn-info {
	background-color: #0094A4;
	border-color: #007A8A;
}

.chosen-container .chosen-results li.group-result, 
.chosen-container .chosen-results li.group-option,
.chosen-container .chosen-results li.active-result {
	font-size: 14px;
	line-height: 1;
	height: 26px;
}
.chosen-container .chosen-results li.group-option {
	padding-top: 6px;
}
span.views-field.views-field-field-feature-order{
	font-size: 13px;
	color: #666;
	font-weight: bold;
}
.fa-angle-double-right:before{
	color: #666;
}

.field-name-field-feature-image img {
	max-width: 100px;
}

.field-name-field-bodily-systems div.field-item {
	font-size: 8px;
	font-weight: 100;
	letter-spacing: 1px;
}

.view-core-shell-applicability h3.concept-header {
	margin-bottom: 0px;
	padding-left: 10px;
}

.view-core-shell-applicability h4.concept-innovation-bg {
	margin-top: 0px;
	padding: 10px;
	background: #F4F5F7;
	text-transform: uppercase;
}

.view-core-shell-applicability th.views-field-title, 
.view-core-shell-applicability th.views-field-field-part-cs-scope {
	padding: 10px;
	padding-left: 15px;
}

.view-core-shell-applicability td.views-field-field-part-cs-scope {
	text-transform: uppercase;
	font-weight: 300;
}

.view-core-shell-applicability thead>tr>th.views-field-title,
.view-core-shell-applicability tbody>tr>td.views-field-title {
	width: 35%;
}

.view-core-shell-applicability thead>tr>th.views-field-field-part-cs-scope, 
.view-core-shell-applicability thead>tr>th.views-field-field-part-cs-scope {
	width: 65%;
	vertical-align: middle;
}

.headerbar .navbar-nav > li > a {
	position: relative;
	text-decoration: none;
	margin-right: 30px;
	padding-bottom: 10px;
	margin-top: 30px;
	color: black;
	font-size: 16px;
	font-weight: 400;
}

ul.headermenu .btn-default.dropdown-toggle {
	color: #53565A;;
	font-size: 14px;
	font-weight: 500;
	height: 54px;
	font-family: 'roboto' !important;
}

.header-right .btn-cta {
	position: relative;
	text-decoration: none;
	padding-top: 17px;
	padding-bottom: 5px;
	display: block;
	color: #53565A;
	font-size: 14px;
	font-weight: 500;
	font-family: 'roboto' !important;
}

.headerbar .navbar-nav > .active > a {
	position: relative;
	text-decoration: none;
	color: #53565A;
	background-color: transparent;
	border-bottom: 3px solid #429DB5;
}


.headerbar .navbar-nav > li > a:hover {
	background-color: transparent;
}

.headerbar .navbar-nav > li > a:before, .header-right a.btn-cta:before {
	content: "";
	position: absolute;
	text-align: center;
	width: 100%;
	height: 3px;
	bottom: -3px;
	left: 0;
	background-color: #429DB5;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.headerbar .navbar-nav > li > a:hover:before, .header-right a.btn-cta:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.headerbar .navbar-nav > .active > a, 
.headerbar .navbar-nav > .active > a:hover, 
.headerbar .navbar-nav > .active > a:focus {
	color: #53565A;
	background-color: transparent;
}

.headerbar .nav > li > a {
	padding: 0px;
	padding-bottom: 5px;
	margin-right: 25px;
	font-size: 14px;
	font-weight: 500;
	font-family: 'roboto' !important;
	color: #53565A;
}

.text-format-wrapper>fieldset, .views-row-edit-static {
	display: none;
}

.views-field-field-feature-text-2-editable .field-name-field-bodily-systems {
	text-transform: none;
	font-weight: 500;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background: #fff;
	color: #666;
	width: 100%;
}

.views-table>thead>tr>th {
	padding: 10px;
}

.field-name-field-feature-text-2 textarea {
	height: 85px;
}

.field-name-field-feature-text textarea {
	height: 150px;
}

.legacy-standard .leftpanel {
	margin-top: 40px !important;
}
.quick-features{
	color: #636e7b;
	width: 400px;
	height: 43px;
}
.filter-on-header{
	margin-left: -1px !important;
}
.filter-on-header ul li:hover{

	background: #00ACBC!important;

}


.filter-on-header .result-selected{
	background: #00ACBC!important;
	color: white
}
.filter-on-header .group-result,.filter-on-header .group-result:hover{
	background:#F4F5F7 !important;
	pointer:none!important;

}
.filter-on-header .chosen-single::-webkit-scrollbar:{
	color:#00ACBC;
	;
}
#projectTypes .col.col-lg-4  {
	font-size: 23px;
	letter-spacing: -0.2px;
	text-transform: uppercase;
	color: #00ACBC;
	text-decoration: none;
	display: block;
	background: white;
	margin-bottom: 24px;
	margin-right: 13px;
	max-width: 312px;
	min-height: 157px;
	margin-left: 20px;
	cursor: pointer;
	padding: 8px;
	box-shadow: 0px 0px 28px 5px rgba(0, 0, 0, 0.1);
}
#projectTypes .col.col-lg-4 div {
	
	font-size: 23px;
	padding: 3px;
	font-weight: 100;

}
#projectTypes .view-id-features span.field-content > a {
	color: #898A8D;
	font-size: 18px!important;
	letter-spacing: 0px!important;
	white-space: pre;
	text-transform: none;
	font-weight: 200;
	word-break: break-all;

}
.b-line {
	width: 70px;
	border-width: 2px;
	border-style: solid;
	margin-bottom: 20px;
	margin: auto;
}
.b-line-fl-header{
	border-color: #54575A;
	background: #54575A;
}
.mainpanel{
	height: 100%!important;
}
.concept-title-image{
	width: auto;
	background: white;
	border-radius: 50%;
	padding: 6px;
	max-width: 50px;
	display: inline;
}
.concept-innovation-bg .concept-title-image{
	background: #f4f5f7;
}

chosen-container-single .chosen-single {
	height: 45px;
	line-height: 24px;
}
#projectTypes div .views-field.views-field-path span a {
	float: left;
	color: #00ACBC!important;
	font-weight: 100;
}
#parts-accordian-title{
	background:white;
	padding: 20px 10px;
}
.node-type-feature #parts-accordian-title {
	padding: 15px 10px;
}
.text-right {
	float: right!important;
}
.conceptNavigation{
	color: #52636B!important;
	font-weight: bold;
}
/*for width less than 800px*/
@media(max-width:800px){
	.explore{
		display: none;
	}
	.mainpanel{
		overflow: none;
	}
	.col-sm-8 {
		width: auto!important;
	}
	.text-right {
		float: right!important;
	}
	.node-type-concept h2.pane-title, .node-type-feature h2.pane-title {
		text-transform: uppercase;
		font-weight: 500;
		color: #666;
		margin-top: 53px;
	}
	.project-verification-matrix{
		padding-left: 25px!important;
	}
	div#body{
		padding-right: 0px;
		overflow: hidden;
	}
	#body #main-row-content {
		padding: 0px !important; 
	}
	.navbar-nav{
		margin: 0px;
	}
	.conceptNavigation{
		margin-top: 40px;
	}
}
.parts-right-side{
	color:white;
	padding-left: 35px;
}
.features-parts .panel-body { 
	background-image: -ms-linear-gradient(left, #FFFFFF 66.67%, #48B2D3 66.67%);
	background-image: -moz-linear-gradient(left, #FFFFFF 66.67%, #48B2D3 66.67%);
	background-image: -o-linear-gradient(left, #FFFFFF 66.67%, #48B2D3 66.67%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0.6667, #FFFFFF), color-stop(0.6667, #48B2D3));
	background-image: -webkit-linear-gradient(left, #FFFFFF 66.67%, #48B2D3 66.67%);
	background-image: linear-gradient(to right, #FFFFFF 66.67%, #48B2D3 66.67%);
}
.parts-body ol li{
	color: #666666;
	font-size: 16px;
	font-weight: 100;
	margin-bottom: 8px;
	text-align: left;
}
.parts-body .part-requirements {
	padding-left: 25px;
}
.part-requirements .requirement-item {
	display: flex;
}
.part-requirements .requirement-item>.requirement-number, 
.part-requirements .requirement-item>.requirement-desc {
	color: #666666;
	font-size: 16px;
	font-weight: 100;
	margin-bottom: 8px;
	text-align: left;
}
.part-requirements .requirement-item>.requirement-desc {
	/*display: inline-flex;*/
}
.part-requirements .requirement-item>.requirement-number {
	width: 30px !important;
	min-width: 30px;
	display: flex;
}
.part-description {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 15px;
	text-align: left;
}
.features-parts .panel{
	border-radius: 0px;
	border: none;
}
.panel-group .panel-heading+.panel-collapse .panel-body {
	border-top:none;
	padding-left: 20px;
	padding-right: 20px;
}
.parts-title-name-open {
	color: #4DB4D2;
	font-size: 24px;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: 500;
	text-align: left;
}
.parts-title-part-text-open{
	font-size: 14px;
	text-transform: uppercase;
	color: #555;
}
.panel-title>a {
	color: inherit;
	text-decoration: none;
}
span.verification-sub-title {
	font-size: 18px;
	font-weight: 100;
}
.verification-body{
	font-size: 16px;
	font-weight: 100;
	letter-spacing: 1px;
}
span.verification-title {
	font-size: 18px;
	font-weight: 100;
	letter-spacing: 1px;
}
.parts-right-side span.verification-title {
	font-weight: 500;
}
.part-right-title{
	color: white;
	padding-left: 30px;
	font-size: 16x;
	padding-top: 20px;
}
.verification-body:before {
	content: "- ";
	padding-left: 10px;
	padding-right: 5px;
}
.verification-body {
	margin-left: 0px;
	display: flex;
}
#citationsAccordion .panel-heading{
	background-color: #f7f6f9!important;
	border: none;
	padding: 30px 10px;
}
#citationsAccordion .panel-default,#citationsAccordion .panel{
	border: none;
	border-radius:0px;
	box-shadow: none;
	background-color: #F7F6F9;
}
#citationsAccordion .panel-heading{
	border-bottom: 0px!important; 
}
#citationsAccordion .panel-title>a {
	color: #666;
	text-decoration: none;
	font-size: 26px;
	font-weight: 500;
}
caption {
	background: white;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
#standardCitations{
	background-color: #F4F5F7;
}
#citationsAccordion .mr6 {
	float: right;
	line-height: 1.6;
}
@media (max-width: 500px){
	h4.panel-title {
		padding-right: 20px;
	}
	.parts-title-name-open{
		font-size: 14px;
	}
	.mr7{
		color:black;
	}
	.features-parts .panel-body {
		background: -webkit-linear-gradient(left,white 60%, #48b2D3 60%); /* For Safari 5.1 to 6.0 */
	}
	.features-parts {
		padding: 0px;
	}
	.feature-tabs li>a, .feature-tabs li.active>a{
		font-size: 10px;
	}
	.feature-intent-text{
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	.verification-heading-text{
		font-size: 11px;
		padding-left: 0px!important;
	}
	#citationsAccordion .panel-title>a{
		margin-left: 0px!important;
	}
	.citationsAccordion-panel{
		padding:0px;
	}
	.view-standard-citations{
		padding:0px;
	}
	#citationsAccordion .panel-default, #citationsAccordion .panel{
		margin-left: -15px;
	}
	.concept-page-header h1.pane-title, .feature-page-header h1.pane-title{
		font-size: 30px;
	}
	.concept-tilte-image{
		min-width: 40px;
		height:40px!important;
	}
	#citationsAccordion .mr6 {
		float: right;
		line-height: 1.6;
		margin-right:0px;
	}
	span.verification-title, .verification-body {
		font-size: 13px;
		color: white;
	}
	.part-right-title{
		padding-left: 8px;
	}
	.verification-body:before {
		content: "-";
		padding-left:0px;
	}
	span.verification-title:before {
		content: ' \25CF';
		font-size: 16px;
		color: white;
	}
	.verification-body{
		margin-left: 0px;
	}
}
.view.view-concepts-links.view-id-concepts_links.view-display-id-panel_pane_1{
	display: inline-block;
	float: right;
	height: 45px;
}
.fa-angle-double-left{
	color:#52636B;
}

.views-field-nothing>span.field-content>a {
	display: none;
}

.features-view-block {
	padding: 15px;
    background: white;
    margin-bottom: 1em;
    min-height: 175px;
    text-align: left;
    width: 100%;
    cursor: pointer;
}
.features-view-title {
	color: black;
	font-size: 16px;
	font-weight: 100;
	display: block;
}
.features-view-order {
	font-size: 24px;
	font-weight: 100;
}
/* Shekhar's CSS Additions */
.view.view-features.view-id-features {
	text-align:left;
}
.view-features div.feature-grid-item div.feature-order {
	color: #429DB5;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 100;
}

.view-features div.feature-grid-item div.feature-name {
	margin-bottom: 20px;
	text-align: left;
}

.view-features div.feature-grid-item span.feature-view-link {
	font-weight: 700;
	letter-spacing: 1px;
	color: #429DB5;
}

.view-features a, .view-features a:hover, .view-features a:active, .view-features a:focus {
	text-decoration: none;
	color: inherit;
}

.view-features .views-field.views-field-nothing, .view-features div.feature-grid-item,
.view-features div.feature-grid-item>a {
	height: 100%;
	display: block;
}

.view-features li.views-row.views-fluid-grid-item {
	background-color: #FFF;
	border: none;
	padding: 15px;
}
.view-grouping {
	border: 1px solid black;
	margin-bottom: 14px;
	padding: 5px 19px 40px 18px;
}
.parts-accordian{
	margin-bottom: 30px!important;
	background: white;
}
.parts-accordian > .panel{
	border:none !important;
	border-radius:none !important;
}
.parts-accordian .panel-heading {
	cursor: pointer !important;
}

#parts-accordian-title .panel-title {
	font-size: 18px;
	font-weight: 500;
}

.parts-title-name{
	color:#4DB4D2;
}

.parts-title-part-text{
	color: #666;
}

.field-name-field-feature-text p {
	font-size: 16px;
	line-height: 1.8;
}

.feature-page-sub-header {
	font-size: 28px;
	color: #70879B;
	letter-spacing: 1px;
	font-weight: 300;
}

.feature-border-bottom {
	border-bottom: 2px solid #777;
	margin-bottom: 20px;
}

.feature-background-section {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.feature-citations-row {
	background-color:#F7F6F9;
	cursor: pointer;
}

.feature-applicability-header {
	color: #444;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
}

.view-parts-with-standards td.views-field.views-field-title {
	width: 500px;
	max-width: 500px;
	padding: 19px;
	text-align: left;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 100;
	color: #444;
	background-color: #f7f6f9;
}

ul.views-fluid-grid-list {
	column-count: 3;
	column-gap: 30px;
}
/*Glossary css*/

td.views-field.views-field-description p {
	margin-bottom: 0px;
}
.glossary-page-header {
	color: #fff;
	padding-bottom: 30px!important;
}
.header-image{
	width: 70px;
	background:white;
	border-radius: 50px;
	height: 70px;
}
.header-pane-title{
	color: #54575A;
	margin-top: 10px !important;
	font-size: 44px!important;
}
.view-glossary-new .view-content{
	background: #F4F5F7;
	padding-bottom: 30px;
}
.view-glossary-new .views-exposed-form{
	background: #54565A;
	color: white;
}
.view-glossary-new .views-table {
	width: 66.6667%;
	margin: auto;
	background: white;
}
.view-glossary-new #edit-name{
	border-radius: 0px !important;
	height: 38px !important;
}
.links-left {
	float: left;
}
.glossaryDescription{
	color: #54575A;
	line-height: 1.5;
	margin-left: 20px;
}
.links,.links-right,.links-left,.links-right:hover,.links-left:hover{
	color: #429db5;
    font-size: 12px;
    font-weight: 500;
}
.links-left a, .links-left a:hover, .links-left a:active, .links-left a:hover {
	text-decoration: none;
	color: #429db5;
}

.version-dropdown > a.dropdown-toggle {
    padding-bottom: 10px !important;
    padding-right: 0px !important;
    height: auto !important;
}

.view-glossary-new .text-center{
	background-color: #F4F5F7;
}
.view-glossary-new caption{
	background: #F4F5F7;
	padding-top: 0px;
	padding-left: 0px;
}
.view-glossary-new .views-widget{
	padding: 10px 0 14px 0px;
}
.view-glossary-new div#edit-name-wrapper label{
	display: none;
}
.view-glossary-new .views-exposed-widgets.clearfix {
	background: #56575A;
	margin-bottom: 0px !important;
}
.view-glossary-new .views-exposed-form .views-exposed-widget .form-submit{
	margin-top: 6px !important;
    padding: 9px;
    width: 300%;
	background: transparent;
	border: 1px solid white;
	border-radius: 0px;
}

/*css for scoring header*/
.scoring-page-header {
	color: #fff;
	padding-top: 35px; 
	padding-bottom: 35px!important;
	border-top: 1px solid #56595A;
}
.scoring-description{
	color: #54575A;
	line-height: 1.5;
	margin-left: 20px;
	margin-bottom: 15px;
	text-align: left;
	padding-right: 0px;
	font-weight: 300;
	padding-bottom: 20px;
}
.scoring-reference{
	margin-left: 10px;
}

.scoring-page-header .last-leaf a{
	float: right;
}
.scoring-body{
	font-weight: 300;
	padding-top: 40px;
}
.scoring-page-header .feature-tabs {
	margin-left: 11.33%;
}

.view-parts-with-standards th.views-field-title, 
.view-parts-with-standards th.views-field-field-core-shell,
.view-parts-with-standards th.views-field-field-well-buildings, 
.view-parts-with-standards th.views-field-field-well-interiors,
.view-parts-with-standards th.views-field-field-well-kitchen, 
.view-parts-with-standards th.views-field-field-well-education,
.view-parts-with-standards th.views-field-field-well-multifamily,
.view-parts-with-standards th.views-field-field-well-restaurant,
.view-parts-with-standards th.views-field-field-well-retail,  
.view-parts-with-standards thead>tr {
	border: 0px !important;
	color: #444;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.view-verification-types th.views-field-title, 
.view-verification-types th.views-field-field-letter-of-assurance,
.view-verification-types th.views-field-field-annotated-documents, 
.view-verification-types th.views-field-field-on-site,
.view-verification-types thead>tr {
	border: 0px !important;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #444;
}

.views-table {
	margin-bottom: 30px;
}

.view-verification-types .view-grouping {
	border: none;
	margin-bottom: 0px;
	padding: 0px;
}

.view-id-verification_types caption> h4 {
    background: #F4F5F7;
}

/*css for project types header */
.types-body {
	padding: 40px 15px 0px 15px;
	text-align: left;
	pad
}
.types-page-header .feature-tabs{
	margin-left:50px;
}
.types-description{
	text-align: left;
	font-weight: 300;
	padding-left: 15px;
}
.types-description-bottom{
	font-weight: 300;
	text-align: left;
	padding-left: 15px;
	margin-left: 20px;
}
.types-page-header .links{
	margin-left: 35px !important;
}
.types-body-bottom .btn-group a, .types-body-bottom .btn-group a:hover,
.types-body-bottom .btn-right a, .types-body-bottom .btn-right a:hover {
	display: block;
	background: #00ACBC;
	padding: 10px;
	margin-right: 0px;
	color: white;
	font-weight: 500;
	border-radius:0px;
}
.types-body-bottom button{
	padding: 12px;
	display:block;
	border-radius:none;

}
.types-body-bottom .btn-group ul li a, .types-body-bottom .btn-group ul li a:hover{
	display: block;
	background: white !important;
	padding: 12px;
	margin-right: 0px;
	color: black !important;
	font-weight: 500;
	border-radius:none;
}

#existing-building-case .mr6,
#core-building-case .mr6,
#interior-building-case .mr6{
	margin-left: 10px;
}
.types-body-bottom #parts-accordian-title {
	border-bottom: 1px solid #F4F5F7;
}
.types-body-bottom {
	text-align: left;
	background: #F4F5F7;
	margin-top: 20px;
	padding-top: 50px;
	padding-bottom: 30px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	background:transparent;
	color: white;
}
li .active{
	cursor: pointer;
}
.types-page-header li {
	padding-left: 0px;
}
/*addenda page css*/
.view-well-addenda .view-filters{
	background: #56575A;
	padding: 10px 10px 8px 10px;
}

.view-well-addenda .view-filters > form {
	width: 66.6667%;
	margin: auto;
}

.view-well-addenda .chosen-container-active.chosen-with-drop .chosen-single{
	background:none;
	box-shadow: none;
	background-image:none;
	line-height: 24px;
	line-height:35px;
	height:40px;
	border:none;
}

.view-well-addenda .chosen-container-single .chosen-single{
	background: none;
	box-shadow: none;
	border:none;
	line-height:35px;
	height:40px;
}
.views-widget-filter-field_addenda_type_value_1 div#edit_type_chosen {
	border: none !important;
}
.view-well-addenda .chosen-container{
	padding:0;
	text-align: left;
}
.view-well-addenda .chosen-drop{
	margin-top: 10px !important;
}
.view-well-addenda label{
	display: none;
}

.view-well-addenda .chosen-container,.view-well-addenda  .chosen-container-single ,
.view-well-addenda .form-control,.view-well-addenda  .form-select,
.view-well-addenda  .chosen-processed,.view-well-addenda  .chosen-container-single-nosearch{
	width: 400px !important
	border-radius:0px;
}
#views-exposed-form-well-addenda-page.chosen-container .chosen-results li.highlighted{
	background-color: #00ACBC !important;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #00ACBC),color-stop(90%, #00ACBC));
	background-image: -webkit-linear-gradient(#00ACBC 20%, #00ACBC 90%);
	background-image: -moz-linear-gradient(#00ACBC 20%, #00ACBC 90%);
	background-image: -o-linear-gradient(#00ACBC 20%, #00ACBC 90%);
	background-image: linear-gradient(#00ACBC 20%, #00ACBC 90%);
	color: #fff;
}
.view-well-addenda button{
	padding: 12px 0px;
	width: 200px;
	border-radius:0px;
}
.view-well-addenda .btn-group{
	float: right;
	margin-top: 15px;

}
.view-well-addenda button.btn.btn-primary.dropdown-toggle {
	background: #00ACBC;
	color: white;
	font-weight: 300;
	text-transform: uppercase;
	border: none !important;
	box-shadow: none;
}
.view-well-addenda .chosen-container-single  .chosen-single{
	padding: 0px;
	padding-left: 10px;
}
.views-exposed-form .form-item,.views-exposed-form .form-submit{
	margin-top: -3px !important;
}
.view-well-addenda .view-content{
	padding-bottom: 30px;
}
.view-well-addenda .views-exposed-form{
	background: #54565A;
	color: white;
}
.view-well-addenda .views-table {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.view-well-addenda caption{
	padding: 0px;
}
.view-well-addenda h4{
	margin-top: 0px;
}


/*table page css*/
.page-node-21330 .types-body {
	padding: 40px 15px 15px 15px;
	text-align: left;
	margin-top: 30px;
	background: #F4F5F7;
}

/*css for verification page*/
#edit-submit-verification-types {
	margin-top: 0.6em;
	padding: 9px 50px;
	background: transparent;
	border: 1px solid white;
	border-radius: 0px;
}
.view-id-verification_types.view-display-id-page_1 caption{
	background: #F4F5F7;
	padding-top: 43px;
	padding-right: 10px;
	padding-left: 0px;
}
.view-id-verification_types.view-display-id-page_1 thead {
	background: #F4F5F7;
}
.view-id-verification_types.view-display-id-page_1 .views-table {
	margin-bottom: 0px !important;
}
.views-widget-filter-field_ref_feature_name_value label{
	display: none;
}
.views-widget-filter-field_ref_feature_name_value .views-widget{
	padding: 2px 0 14px 0px;
}
#views-exposed-form-verification-types-page-1 .views-exposed-widgets {
	background: #56575A;
	margin-bottom: 0px !important;
}
#views-exposed-form-verification-types-page-1 .views-exposed-form .views-exposed-widget{
	padding: 15px 1em 0 0px;
}
input#edit-field-ref-feature-name-value {
	padding: 15px;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	height: 38px;
}

.glossary-page-header{
	background-color: white;
}
.panel-pane.pane-views.pane-concept-feature-references {
	background: #F4F5F7;

}
.view-id-concept_feature_references .view-content {
	background: white;
}
.panel-panel.panel-col {
	background: #F4F5F7;
}

.page-references .view-content{
	width: 66.6667%;
	margin-left:auto;
	margin-right: auto;
} 

.page-references caption{
	background-color: transparent !important;
	padding:0px  !important;
}
.view-concept-feature-references h3{
	margin-top: 0px;
}
.view-concept-feature-references .view-display-id-page_1 caption {
	margin-top: 10px !important;
	margin-left: 30px !important;
}
.view-id-concept_feature_references.view-display-id-page_1{
	padding-left: 0px;
}
.view-id-concept_feature_references .views-table {
	margin-bottom: 0px; 
}
.view-id-concept_feature_references .table{
	margin-bottom: 0px;
}
.page-references .pane-dsc{
	margin-bottom: 40px!important;
	background: white;
}
.page-references .text-left{
	padding-left: 25px;
}
/*css for core and scope */
.view-core-shell-applicability {
	text-align: left;
}
.view-core-shell-applicability .view-content,
.view-core-shell-applicability > .text-center{
	background:#F4F5F7;
}
.view-core-shell-applicability .view-grouping{
	border: none !important;
	width: 66.6667%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px !important;
}
.view-core-shell-applicability caption{
	padding-left:0px !important;
	padding-right:0px !important;
	padding-top: 20px;
	background: #F4F5F7;
}
.view-core-shell-applicability .views-table > thead > tr > th, .view-core-shell-applicability .views-table > tbody > tr > th, .view-core-shell-applicability .views-table > tfoot > tr > th,
.view-core-shell-applicability .views-table > thead > tr > td, .view-core-shell-applicability .views-table > tbody > tr > td, .view-core-shell-applicability .views-table > tfoot > tr > td {
	background: white;
}
.view-core-shell-applicability .views-table {
	margin-bottom: 0px;
}
.cs-scope-text{
	padding-top: 20px;
	padding-bottom: 20px;
}
/*reference page*/
.page-references .view-concept-feature-references h3.concept-Mind{
	background-color: #43B1BC;
}
.page-references td.views-field.views-field-field-ref-formatted-citation {
	word-break: break-word;
}
.view-concept-feature-references .table > thead > tr > th, 
.table > tbody > tr > th, .table > tfoot > tr > th,
.table > thead > tr > td, .table > tbody > tr > td,
.table > tfoot > tr > td { 
	padding-left: 20px;   
	padding-right: 20px;
}

.standard-header-no-image .header-pane-title {
	margin: 0px !important;
	padding: 10px;
}

.standard-header-no-image .header-body {
	padding: 0px 10px;
}

@media screen and (max-width: 1024px) {
	.standard-header-no-image {
		padding: 0px 20px;
	}
	.standard-header-no-image .header-pane-title {
		font-size: 36px !important;
	}
	.feature-page-header h1.pane-title {
		margin-left: 0px;
		display: block;
	}
	div, p, .parts-body ul li {
		font-size: 14px !important;
	}
	span.verification-title, .verification-body {
		font-size: 14px !important;
	}
	.ds-screen-padding {
		padding: 0px 20px;
	}
	.concept-page-header, .feature-page-header {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 880px) {
	#parts-accordian-title, .features-parts .panel-body {
		background: none !important;
	}
	.parts-body {
		padding: 0px;
	}
	.view-well-addenda .view-filters > form {
		width: 100%;
	}
}

.feature-page-header .view-features-block {
    margin-top: 20px;
}

.page-protected-page .page-header, form#protected-pages-enter-password {
    max-width: 80%;
    margin: auto;
    margin-top: 30px;
}