@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');
a{
  text-decoration:underline;
}
body
{
color: #000000 !important;
font-family: 'Open Sans', sans-serif !important;
}
/** Google search styling **/
.gsc-control-cse {
  padding: 0;
}
.gsc-control-cse table {
  margin-top:15px;
  margin-bottom: 0px;
  margin-left: 0;
  margin-right: 0;
}
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
	font-size: 17px;
}
.gsc-control-cse, .gsc-control-cse .gsc-table-result {
  font-size: 15px;	
}
.gsc-above-wrapper-area {
  display: none;
}
td.gsc-input {
	border: none;
	padding-left:0;
}
.gsc-input-box {
	border: 1px solid #dddddd;
}
.gsc-input-box table {
  margin-top:15px;
  margin-bottom: 15px;
}
td.gsc-search-button {
  border:none;
}
.gs-search-button-v2 {
  padding:12px 27px;
}
.gsst_b {
  height:27px;
}
.gsc-webResult.gsc-result {
  border-bottom:1px solid #d9d9d9;
}
.gs-fileFormatType span {
  margin-left:8px;
  font-size:16px;
}
.gsc-results .gsc-cursor-page {
  padding: 7px 12px;
  background-color: #d9d9d9;
  font-size: 115%;
  font-weight:300;
  color:#333333;
  margin-right:0;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background-color: #ECBE06;
  font-weight:bold;
  color:#333333;
}
.gsc-cursor-box {
  margin:15px 0;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  background-color:#cccccc;
}
/** End Google Search **/
.container.no-margin.no-padding {
  margin:0;
  padding:0;
}
.no-margin {
  margin:0;
}
.no-padding {
  padding:0;
}
hr .gold {
    color: #ecbe06;
    margin-top: 0px;
    margin-bottom: 10px;
    border-top: 2px solid #ecbe06;
}
.featured-top {
    margin: 30px 0;
}
.section_heading {
    color: #06407a;
    letter-spacing: -1px;
    margin: 0px 0px 0px -3px;
    font-size:45px;
}
.card_background {
    background: #efefef;
    padding:0px 5px 20px 5px;
}

.border-white {
  border:1px solid #c7daee;
   background: #fff;
    margin: 5px;
    height: 300px;
    padding: 18px;
}
.primary_card_row {
    margin-bottom: 15px;
}

.hr_gold_color hr {
    margin: 1px;
    border-top: 2px solid #FFD700;
}

.center {
    text-align: center;
    margin: 25px 0px 30px 0px;
    color:#06407a;
}
.card_body_text {
    height: 140px;
    margin-top: 20px;
    line-height: 1.6em;
    color:#000000;
}
.link_card {
    text-decoration: underline;
    font-weight: 600;
    line-height: 18px;
    font-size: 14px;
}

.head_card {
   color: #0067b8;
    font-weight: 600;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
}
.head_card a {
    text-decoration: none;
}

.side_card_bg {
    background-color: #faf5ef;
    border: 15px solid #faf5ef;
    margin-right:16px;
}

.card_body_bg {
    background-color: #fff;
    border: 1px solid #eed6b7;
    padding: 20px;
    font-size: 1.12em;
	margin-left:-30px;
}
@media screen and (max-width: 901px) {
	.card_body_bg {
		margin-left:-40px;
	}
	.side_card_bg
	{
	  margin-right:0px;
	}
}
.card_text_head {
    font-size: 1.5em;
    font-weight: normal;
    display: block;
    color: #b05b01;
    padding-bottom: 6px;
}
.card_text_body{
  color:#000;
  padding-bottom: 6px !important;
}



.card_text_footer {
    color: #b05b01;
    display: block;
    font-weight: normal;
    font-size: 1.2em;
    padding-bottom:6px;
}
.card_text_footer a { color: #b05b01 !important;  text-decoration: none !important; word-wrap: break-word; }
.card_text_footer a:hover { text-decoration: underline !important; } 
.content-bottom {
    background-color: #f3f9fe;
    margin-top: 15px;
}

.primary_banner_anchor, .primary_banner_anchor_tag a
{
    color: #914E00;
    text-transform: none;
    padding: 10px 20px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #dfa241;
    text-decoration:none;
    font-weight:500;
}
.primary_banner_anchor:hover, .primary_banner_anchor_tag a:hover
{
background-color:#fffaf2;
}

.primary_banner_heading, .primary_banner_title {
    font-size: 35px;
    color: #b2610a;
    line-height:35px;
}
.primary_banner_title { margin:25px 0 20px 0;}
.primary_banner_section
{
    min-height: 220px !important;
    background: linear-gradient(90deg, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 40%, rgba(9,9,121,0) 80%);
}
#block-buildingstandardsbanner {
    padding: 0px;
}
.pimary_banner_para_sec, .pimary_banner_text
{
  margin-bottom:20px;
}
.banner_text_area
{
	width: 55%;
  /*padding-top: 10px;
  padding-left: 50px;*/
  
}
/*New Code*/
span.more-less.fa-minus {
    background: #e9e9e9;
}

.primary_page_section a {
    color: #0067b8;
    text-decoration: underline;
}

.primary_page_section a:hover {
    text-decoration: none;
}

.primary_page_section b {
    font-weight: 700;
}

.primary_page_section h1 {
    color: #06407a;
    font-size: 48px;
    font-weight: 400;
    margin-left: -3px;
    line-height: 54px;
}

.primary_page_section h2, .primary_page_section h3, .primary_page_section h4, .primary_page_section h5 {
    margin: 18px 0px 20px 0px;
    padding: 0px;
}

.primary_page_section h2 {
    color: #1f4c78;
    font-size: 38px;
    font-weight: 500;
}

.primary_page_section h3 {
    color: #3b3b3b;
    font-size: 32px;
    font-weight: 500;
}

.primary_page_section h4 {
    color: #3b3b3b;
    font-size: 28px;
    font-weight: 500;
}

.primary_page_section_head {
    font-size: 1.3em;
    color: #282828;
    font-weight: 500;
    line-height: 1.5em;
    padding-top:15px;
}

.primary_page_section hr {
    border: 0px;
    border-bottom: 1px solid #676767;
}
.node--type-secondary-page ul, .node--type-secondary-page ol,
.node--type-primary-page-tabbed ul, .node--type-primary-page-tabbed ol,
.view-primary-page-tabbed ul, .view-primary-page-tabbed ol,
.block-views-blocksecondary-page-accord-block-1 ul, 
.block-views-blocksecondary-page-accord-block-1 ol,
.primary_page_section ul, .primary_page_section ol {
    padding-bottom: 15px;
}

.node--type-secondary-page ul ul, .node--type-secondary-page ol ul,
.node--type-primary-page-tabbed ul ul, .node--type-primary-page-tabbed ol ul,
.view-primary-page-tabbed ul ul, .view-primary-page-tabbed ol ul,
.block-views-blocksecondary-page-accord-block-1 ul ul, 
.block-views-blocksecondary-page-accord-block-1 ol ul,
.primary_page_section ul ul, .primary_page_section ol ul {
    padding-top: 12px;
}

.primary_page_section ul li, .primary_page_section ol li ,
.node--type-secondary-page ul li, .node--type-secondary-page ol li ,
.node--type-primary-page-tabbed ul li, .node--type-primary-page-tabbed ol li ,
.view-primary-page-tabbed ul li,.view-primary-page-tabbed ol li ,
.block-views-blocksecondary-page-accord-block-1 ul li, .block-views-blocksecondary-page-accord-block-1 ol li 
{
    line-height: 22px;
    padding-bottom: 12px;
}

.primary_page_section ol ol,
.node--type-secondary-page ol ol,
.node--type-primary-page-tabbed ol ol,
.view-primary-page-tabbed ol ol,
.block-views-blocksecondary-page-accord-block-1 ol ol {
    padding-top: 12px;
}

.primary_page_section ul li,
.node--type-secondary-page ul li,
.node--type-primary-page-tabbed ul li,
.view-primary-page-tabbed ul li,
.block-views-blocksecondary-page-accord-block-1 ul li {
    list-style: disc;
}

.primary_page_section ul li:last-child, .primary_page_section ol li:last-child ,
.node--type-secondary-page ul li:last-child, .node--type-secondary-page ol li:last-child ,
.node--type-primary-page-tabbed ul li:last-child, .node--type-primary-page-tabbed ol li:last-child ,
.view-primary-page-tabbed ul li:last-child, .view-primary-page-tabbed ol li:last-child ,
.block-views-blocksecondary-page-accord-block-1 ul li:last-child, .block-views-blocksecondary-page-accord-block-1 ol li:last-child 
{
    padding: 0px;
}

/* table */

.primary_page_section table {
    border-left: 1px solid #c6c6c6;
    border-top: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
}

.primary_page_section th {
    border-right: 1px solid #69839e !important;
}

.primary_page_section td {
    vertical-align: top;
    border-bottom: 1px solid #c6c6c6;
    padding: 12px;
    border-right: 1px solid #c6c6c6;
}

.primary_page_section tr:nth-child(even) td{  
    background-color: #efefef;  
}

.primary_page_section td:last-child, .primary_page_section th:last-child {
    border-right: none;
}

/* end of table styling */

#accordion {
    border: 1px solid #c6d8e7;
}

#accordion h2:first-child {
    margin-top: 12px;
}

#accordion h2 {
    font-size: 34px;
    font-weight: 400;
    margin:25px 0px 20px 0px;
}

#accordion h3 {
    color: #484848;
    font-size: 28px;
    font-weight: 400;
    margin:25px 0px 20px 0px;
}

#accordion h4 {
    font-size: 25px;
    font-weight: 400;
    margin:25px 0px 20px 0px;
}
#accordion h5 {
    font-size: 22px;
    font-weight: 400;
    margin:25px 0px 20px 0px;
}
.primary_page_section {
    padding: 0px;
}

/* New Code End */

/* Primary Page Side bar Css */
.primary_side_bar_bg
{
  background-color:#f3f7fb;
}
.primary_side_bar
{
  border: 1px solid #c5d8e7;
  padding: 15px;
  border-radius: unset;
}
.primary_side_bar span
{
  color: #06407a;
  font-size: 26px;
  padding-bottom: 20px;
  display: block;
  margin-top: 5px;
  line-height:28px;
}
.primary_side_bar ul
{
  padding: 0px;
  margin: 0px;
  list-style:none;
}
.primary_side_bar ul li
{
  padding-bottom:10px;
  line-height:20px;
}
.primary_side_bar a
{
  color: #0067b8;
  text-decoration: none;
}
.primary_side_bar a:hover
{
  text-decoration: underline;
}
.page-title
{
  margin-bottom:0px !important;
  width:66.66666667%;
}

.card-height-section {
    height: 220px;
}

ul ul {
    list-style-type: disc;
}
ul ul ul {
    list-style-type: disc;
}

h1{color:#06407a;}
h2{color:#1f4c78;}
h3,h4{color:#3b3b3b;}
h5{font-size:23px;}

.breadcrumb__item a {
    text-decoration: none;
}



/* tables */


table tr:first-child th:last-child, table tr:first-child td:last-child
{
border-top-right-radius:0px !important;
}
table tr:last-child td:first-child {
    border-bottom-left-radius: 0px !important;
}
table tr:first-child th:first-child
{
border-top-left-radius:0px !important;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 0px !important;
}

table tr th {
    background: #06407a !important;
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    text-transform: none;
    border-width: 0 0 1px 0 !important;
    text-align: left;
    padding: 12px;
    font-family: roboto;
}

thead tr td {
    background: #06407a !important;
    border-radius: 0px !important;
    color: #ffffff !important;
}

tbody tr td
{
color: #000000 !important;
}

/* CSS FOR BACK-END TABLES STYLING */
.field-multiple-table thead h4 {
  color:#fff;
}
.adminimal th > a,
.adminimal th.is-active > a, .adminimal th.is-active > a:hover {
    color: #fff;
}

/* END FOR BACK-END TABLES STYLING */

/* CSS CODE AT END OF THE PAGE*/

.external_link {
   display: none !important;
    
}
.panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }
.panel-title
{
  margin :0px !important;
}
.panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

.panel-title > a {
	display: block;
	padding: 15px;
	text-decoration: none;
	font-size: 30px;
	font-weight: 400;
	text-transform:none;
	background-color:#FFFFFF !important;
    }
.panel-title a:focus
{
color: #0067b8
}

.more-less {
	float: right;
    color: #0067b8;
    border: 1px solid #0067b8;
    border-radius: 5px;
    padding: 4px 1px 4px 5px;
    font-size: 19px !important;
    margin: -3px 10px;
    }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ffffff;
	padding-top:5px;
	padding-left:15px;
    }
.primary_panel_default {
	border: 1px solid #c1d5e5 !important;
}
.primary_panel_group {
    border: none !important;
    border-radius: unset !important;
}
.panel.panel-default.primary_panel_default
{
  margin-bottom:20px;
}
.primary-page-top-section
{
  margin-bottom:20px;
}

/* Card Filter Button */
.catorgary_filter_btn:hover, .pri_catorgary_filter_btn:hover {
    background-color: #06407a;
}
.catorgary_filter_btn, .pri_catorgary_filter_btn {
    background-color: #0067b8;
    color: #fff;
    border-radius: 10px !important;
    border: 1px solid transparent;
    padding: 4px 9px;
    text-decoration: none;
    font-size: 15px;
    margin-right:5px;
    margin-bottom:10px;
    text-align:center;
    display:block;
}

.catorgary_filter_btn.active,.catorgary_filter_btn.focus, .pri_catorgary_filter_btn.active,.pri_catorgary_filter_btn.focus 
{
   background-color: #d8d8d8 !important;
    color: #000 !important;
    box-shadow:unset !important;
    outline:unset !important;
}

.bold-text
{
  margin:0;
  font-weight:600;
}

.remove-padding
{
  padding-left:0;padding-right:0;
}


.show-hide {display:none;}



/* External Link Icon START*/
.external_link,
.btn .extlink, 
.footer-top .extlink,
.footer .extlink,
.four-cards .extlink,
.social-icons .extlink,
#block-views-block-news-block-1 .extlink, 
#block-views-block-events-block-1 .extlink,
#block-mainnavigation-5 .extlink
 {
    display: none !important;
}

.extlink, .external-link-mod {
    padding: 0 !important;
    margin: 0 0 0 2px !important;
    font-size: 12px !important;
    font-style: normal !important;
    display: unset !important;
    font-weight: 600 !important;
}
/* External Link Icon END */


@media screen and (min-width:992px) and (max-width:1180px)

{
	.node--type-primary-page-tabbed .field--type-text-with-summary .col-md-1
	{
		width: 0.1%;
	}

	.node--type-primary-page-tabbed .field--type-text-with-summary .col-md-3
	{
		width:33%;
	}
	.node--type-primary-page-tabbed .field--type-text-with-summary .col-md-3 .side_card_bg
	{
		margin-right: 10px;
		margin-left:25px
	}
}

/* Custom Grants and Funding Button Link copied from Banner */
.gf_link a {
    color: #914E00;
    text-transform: none;
    padding: 10px 20px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #dfa241;
    text-decoration: none;
    font-weight: 500;
}
.gf_link a:hover {
    background-color: #fffaf2;
}