@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');
/* Building Blocks - Start */
img.bb-img {
    float: right;
    margin: 20px;
    border: 1px solid #c0c0c0;
    border-radius: unset;
    max-width:350px;
}

@media (min-width: 300px) and (max-width: 680px) { 
img.bb-img {
    float: none ;
    text-align:center;
    width:100%;
    margin: 0 0 20px 0;
    max-width: 100%;
}
}

/* Building Blocks - End */
/* css_1 - Start */
.google-style-g {background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;-webkit-background-clip: text;color: transparent;-webkit-text-fill-color: transparent;font-size: 16px;font-weight: bold;}
.nav li a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 2px;
}

.page-container .tabbed-ver > li > a:focus, 
.page-container .tabbed-ver > li.active > a, 
.page-container .tabbed-ver > li.active > a:focus,
.page-container .tabbed-ver > li.active > a:hover 
{
    border: 1px solid #ddd!important;
    border-bottom-color: transparent !important;
}
.page-container .tabbed-ver.nav-tabs > li.active > a
{
  background-color: #edf5fe !important;
  color: #000000 !important;
  border:1px;
  border-bottom-color:unset;
}

.page-container .tabbed-ver.nav-tabs li a {
    background: #06407a;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    text-transform: none;
    text-align: left;
    padding: 12px;
    border-radius: unset;
}
.page-container .tabbed-ver.nav-tabs ~ .tab-content
{
  border-radius:unset;
}

.btn.focus, .btn:focus, .btn:hover{color: white;    text-decoration: none;}

::-webkit-input-placeholder {
   font-style: italic;
}
:-moz-placeholder {
   font-style: italic;  
}
::-moz-placeholder {
   font-style: italic;  
}
:-ms-input-placeholder {  
   font-style: italic; 
}
/* Datatables specific styling */
#DataTables_Table_0 td.top-align {
  vertical-align: top;
}

#DataTables_Table_0_length select {
    background-image: linear-gradient(transparent, transparent), url(../../images/angle-down-black.svg);
    width: 52px;
    padding-right: 6px;
    padding-left: 8px;
}

.dataTables_wrapper div.dataTables_filter input {
    margin-top:10px;
    background: url(/sites/default/files/images/magnifying-glass-icon.svg) no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: 6px;
    background-size: 20px;
    border-radius: inherit;
    box-shadow: none;
    border-color:#cccccc

}

div.dataTables_wrapper div.dataTables_filter label {
    float:right;
    width: 100%;
    text-align: right;
}
div.dataTables_wrapper div.dataTables_filter input {
    width: 60%!important;
    float: right;
    border-radius: 5px;
}
div.dataTables_wrapper div.dataTables_filter input:hover {
     -webkit-box-shadow: 0px 0px 10px #cdd6db;
     box-shadow: 0px 0px 10px #cdd6db;
}

.dataTables_wrapper select {
  width: 60%;
  border-color: #cccccc;
  background-color: #fff;
  height:34px;
  padding: 5px 15px;
  font-size: 14px;
  border-radius: 5px;
  margin-right: 15px;
}

.clear-all-btn {
  /* margin-left: 15px!important; */
  background: #FFF;
  color: #06407a;
  border: 1px solid #06407a;
    border-radius: 5px;
  height: 34px;
  top: -1px;
}
div.dataTables_wrapper div.dataTables_paginate {
    text-align: left!important;
    margin-top: 8px!important;
}
div.dataTables_wrapper div.dataTables_length label {
    text-align: right!important;
}
table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
    vertical-align: middle;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: .85em;
    text-align: center!important;
}
#DataTables_Table_0 > tbody > tr > td > ul {
  margin-top: 0.5em;
}

.acronym {
      background-color: #fff2cc;
      font-size: 13px;
      padding: 2px 10px;
      border-radius: 5px;   
      margin: 5px 5px 5px 0px;
      display: inline-block;
      border: 1px solid #fff2cc;
      cursor: pointer;
}
table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:after {
  opacity: 0.6!important;
  line-height: 12px!important;
}
table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_desc:after {
    opacity: 1!important;
}
div.dt-buttons {
  margin-bottom: 0px!important;
  width: auto!important;
}
#views-exposed-form-information-bulletin-block-1 {
  display: none;
}
@media (max-width: 992px) { 
  div.dataTables_wrapper div.dataTables_filter label, div.dataTables_wrapper div.dataTables_filter input  {
    float: left;
    margin-left: 0px!important;
  }
  div.dataTables_wrapper div.dataTables_info {
    padding-top: .85em;
    text-align: left!important;
  }
  div.dataTables_wrapper div.dataTables_paginate {
      text-align: left!important;
      margin-top: 8px!important;
  }
  div.dataTables_wrapper div.dataTables_length label {
      text-align: left!important;
  }
  .dt-buttons .clear-all-button {
    width: auto!important;
    height: 34px;
    margin-bottom: 0;   
  }
}
/* End Datatables */

.information-bulletin-table {
  margin-bottom: 2em;
}

#block-popupblock {
  display: none;
}
.content-top-highlighted, .region--dark-typography {padding:0px;margin:0px}

/*.region-content-top-highlighted #block-views-block-events-block-1{width: 50%;float: right;}
.region-content-top-highlighted .block-views-blocknews--block-1{width: 50%;float: left;}*/
.region-content-top-highlighted .block-views-blocknews--block-1 h2 {margin-right: 25px; border-bottom: 1px solid #000;}
.region-content-top-highlighted #block-views-block-events-block-1 h2 { border-bottom: 1px solid #000;}
.region.region-content-top-highlighted {
    display: flex;
    flex: none;
    justify-content: center;
    
}
.region-content-top-highlighted #block-views-block-events-block-1{ padding-left: 20px;}
.region-content-top-highlighted .block-views-blocknews--block-1 .views-row {
    border-bottom: 1px solid #e7e7e7;
    padding-top: 10px;
    margin-right: 24px;
}
.region-content-top-highlighted #block-views-block-events-block-1 .views-row {
    border-bottom: 1px solid #e7e7e7;
    padding-top: 10px;
}
.region-content-top-highlighted #block-views-block-events-block-1 .views-row a,
.region-content-top-highlighted .block-views-blocknews--block-1 .views-row a { color: #0F73CD; text-decoration: none;}

.card-default {    background: whitesmoke;}
.transition-0_3, .transition-0_3:before, .transition-0_3:after, .transition-0_3 path, .transition-0_3 polygon {
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: ease;
    transition-delay: 0s;
}
.head_card span.extlink {
    display: none !important;
}
.transform-scale-1_05--hover:hover {
    transform: scale3d(1.05, 1.05, 1.05);
}
.rounded-15 {
    border-radius: 15px;
}
.overflow-hidden {
    overflow: hidden;
}
.text-center {
    text-align: center !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.bg-white {
    background-color: #fff !important;
}
.section-inverted, .card-inverted {
    background: #222222;
    color: #fff;
}
.section-primary {
  background: #282d58 /* #278733;  #6ab8ff  */;
  color: #ffffff;
}
.pos-rel {
    position: relative !important;
}
.p-y-lg {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.p-x-md {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
svg:not(:root) {
    overflow: hidden;
}
.pos-abs {
    position: absolute !important;
}
.bottom-minus-2 {
    bottom: -2px;
}
.right-0 {
    right: 0 !important;
}
.left-0 {
    left: 0 !important;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
.p-b-lg {
    !padding-bottom: 3rem !important;
}
.p-x-md {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
@media (min-width: 768px){
.p-xs-md {
    width: 20% !important;
    padding-top:15px !important;
}
}
.cards-img{
  height:115px;
}
.p-xs-md h4 {
    font-size: 18.5px !important;
    font-weight: 500 !important;
    height: 53px !important;
}
.p-x-md h4 {
    font-size: 20px;
    font-weight: 500;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.rounded-50 {
    border-radius: 10px;
}
.m-t-md {
    margin-top: 1.5rem !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}
.m-t-0{
  font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 28px;
    padding: 6px 0;
}
.h6 {padding: 1px 0 22px 0;
    letter-spacing: 0.8px;
    font-size: 15px;
  
}
.btn-standout {
    color: #fff;
    background-color: #4472c4;
    border-color: #4472c4;
}
.btn-light:hover, .btn-light:focus {
    background: #f6f7ff;
    color: #06407a;
}

.imgcsss img {   
     width: 90px;
    float: left;
    margin-right: 12px;}
.m-t-sm {
    border-top: 1px solid #f4f4f4;
    margin-bottom: 9px;
    margin-top: 9px;
}
.text-css{margin:5px 0} 
.imgcsss {padding:0px}
.imgcsss a{color:#fff}

#google_translate_element{width:50%;}
.spb-popup-main-wrapper {
    margin-top: 80px;
    padding: 25px;
}
.lang-close{    
  background: #282d58;
    padding: 3px 29px;
    color: #fff;
    border: 1px solid #282d58;
    border-radius: 19px;}
.navbar-expand-lg button{display:none;FLOAT: RIGHT;    background: #282d58;
    color: #fff;
    border: 1px solid #282d58;}
@media screen and (max-width: 767px) {
 .navbar-expand-lg button{display:block}
}

/*logo text */
.site-branding__name{
  font-weight: 600;
}
/* menu Width */
@media (min-width:800px) 
{
   .sf-with-ul
  {
    padding: 5px 12px 5px !important;
  }
  .dotted-row {
    display: flex;
}
}
.header-container ul.menu li:nth-last-child(1) a span {
    right: -2px;
}
.header-container ul.menu li:nth-child(2) a span {
    right: 1.4em;
}
.header-container ul.menu li li a span {
    right: 0 !important;
}
.header-container ul.menu ul.menu {
    padding-bottom: 20px !important;
}
ul li ul {
    padding-bottom: 0px !important;
}

/** Slider CSS***/
.tparrows {
  width: 40px !important;
}
.slider-revolution .tp-caption, .slider-revolution .caption {
  padding-left: 80px !important;
}


/** Videos **/
.back-video{
 background: #fff;
 padding: 20px  !important;
 /*border: 1px solid black;*/
}

/* breadcrumb */
ol.breadcrumb__items
{
  float: left;
  padding: 10px 0;
  margin: 10px 0 20px 0;
  text-align: inherit;
}

.breadcrumb__items li:first-child
{
  padding-left:0px !important;
}
/* Menu toole for mobile */
#block-mainnavigation-8 .sf-accordion-toggle,
#block-mainnavigation-6 .sf-accordion-toggle
{
    display:none;
}
.sf-accordion-toggle
{
  /* margin-bottom:25px !important; */
}
#block-breadcrumbs
{
  padding:0px !important;
  background-color: unset;
}

.page-title {
    color: #06407a;
    letter-spacing: -1px;
    margin: 0px 0px 0px -3px;
    font-size: 45px;
}

.breadcrumb .breadcrumb__items .breadcrumb__item {
padding:2px 0 0 10px;
}
.highlight-head{
font-size: 25px;  
}
.a_dotted{
text-decoration: underline;
text-decoration-style: dotted;
}
.a_dotted:hover{
    text-decoration: underline;
}

a:focus {
	outline: none  !important;
	/* Try uncommenting below, then clicking the buttons */
	/* outline: 3px solid red; */
	}
a:focus-visible {
  outline: 3px solid #51a7e8 !important;
}
.content-top .content-highlighted-region {
  background-color: #fff;
}
.content-bottom-region {
    background-color: #f6f8f9;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.text_underline
{
  text-decoration:none;
}
.iframe-border
{
border:1px solid #c0c0c0;
}

.new { 
  border-radius: 7px;
  font-size: 13px;
  padding: 2px 8px;
  color: #fff;
  font-weight: bold;
  background-color: #e40404;
  text-transform: uppercase;
}


/* TOP BUTTON */

.to-top.show {
    right: 0;
    padding: 17px;
    border-radius: 8px 0 0 8px;
    font-size: 16px !important;
    font-weight: 700;
    background-color: #FFC010;
    box-shadow: none;
    color: #000000;
}

.to-top.show:hover {
    box-shadow: unset;
    transform: scale(1.1);
    background-color: #FFC010;
}

/*Accessibility -- Start */
div#userwayAccessibilityIcon {
    padding: 8px 15px !important;
    border-radius: 8px 0 0 8px !important;
    width: 70px !important;
    height: 55px !important;
}

.aioa-widget-wrapper  .accessibility-trigger button 
{
    bottom: 100px !important;
    right:0 !important;
    padding: 10px !important;
    border-radius: 8px 0 0 8px !important;
    width: 60px !important;
    height: 60px !important;
}
@media screen and (min-width: 576px)
{
    .accessibility-trigger svg:not(.aioa-feature-on)
	{
		width: 40px !important;
		height: 40px !important;
	}
}

.accessibility-scaling-wrapper button.accessibility-scale-increase .aioa-increase-icon:before{
    content:"+";
    font-size: 29px;
    font-weight:800;
}
.accessibility-scaling-wrapper button.accessibility-scale-increase .aioa-increase-icon{
    height: 32px !important;
    width: 25px !important;
}

.accessibility-scaling-wrapper button.accessibility-scale-decrease .aioa-decrease-icon:before{
    content:"\2212";
    font-size:26px;
    font-weight:800;
}

.accessibility-scaling-wrapper button.accessibility-scale-decrease .aioa-decrease-icon{
    height: 28px !important;
    width: 25px !important;
}
/*Accessibility -- End */

/* Grants And Funding Extra Section */
.highlighted-top {
  background: none !important;
    margin: 20px 0px !important;
}

#section h2 {
            text-align: center;
        }

.extraInfo  {
  padding: 15px 60px 15px 50px;
    border-right: dotted 4px #e6e3da;
    margin: 20px 0;
}

.extraInfo-title {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #06407a;
    padding: 0 0 20px 0;
}

.extraInfo ul {
    padding: 0px;
    margin: 0px;
    font-size:16px;
}

.extraInfo ul li {
    list-style: none;
    padding: 0 0 15px 0;
}

.extraInfo a {
    color: #0067b8;
    text-decoration: none;
}

.extraInfo a:hover {
    text-decoration: underline;
}

.iWantTo {
    background: url("/sites/default/files/images/info-icon.png") no-repeat right 30px;
    background-size: 170px 220px;
}

.ex-resources {
    background: url("/sites/default/files/images/mm-resource-icon.png") no-repeat right 35px;
    background-size: 140px 210px;
}

.ex-quicklinks {
    background: url("/sites/default/files/images/mm-link-icon.png") no-repeat right 30px;
    background-size: 125px 220px;
}

ul.tabbed-ver {
    padding-bottom: 0px !important;
}
.block-system-main-block {padding-bottom:0px;}

.block-views-blockprimary-page-tabbed-block-1 , 
.view-id-secondary_page_accord,.node--type-secondary-page,
.node--type-page,.node--type-primary-page-tabbed,.block-system-main-block
{
  font-size:16px;
  line-height:24px;
}

.bold-red { color:red; font-weight:bold; }
.gnf-tr td {background-color: #dce7f0;}
	.gray-bkgrd {
		color: #fff !important;
		background-color: #696969 !important;
	}
  
/*** 2023 Blue tooltip styles **/
.acronym .tooltip-text {

  width:auto;
  max-width: 370px;
  background-color: #06407a;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  border-radius: 6px;
  border: 1px solid #06407a;
  padding: 3px 8px;
  position: absolute;
  z-index: 1;
}
.acronym:hover .tooltip-text {
  clip:auto;
  height:auto;
}
/*Copy to clipborad Start*/

.bbcpoy-para { float:right;}

button.bbcopy-btn {
border: 1px solid #debf39;
font-family: 'Roboto', sans-serif !important; 
font-weight: 500;
font-size: 15px;
padding: 4px 10px;
border-radius: 8px;
background-color: #fadb54;
}
button.bbcopy-btn:hover {
cursor:pointer;
-webkit-box-shadow: inset 0 0 15px #deb147;
-moz-box-shadow: inset 0 0 15px #deb147;
box-shadow: inset 0 0 15px #deb147;
border-color: #d1b437;
}
.fa-copy { margin-right: 5px;}
  /* Tooltip */
.bbcopy-btn + .tooltip > .tooltip-inner,.hcd-tooltip + .tooltip > .tooltip-inner {
  background-color: #242424; 
  color: #ffffff;
  padding: 6px 12px;
  font-size: 14px;
  cursor: context-menu;
}

  
    /* Tooltip on left */
.bbcopy-btn + .tooltip.left > .tooltip-arrow {
  border-left: 5px solid #242424;
}

/* ClipBoard End */


/* Building Blocks */

 ul.bb-links {
        padding: 0px;
        margin: 0px;
    }

    ul.bb-links li {
        list-style: none !important;
        border-bottom: 1px dashed #d1d1d1;
        padding-bottom: 0px !important;
    }

    ul.bb-links a {
        text-decoration: none;
        background: url("/sites/default/files/images/bb-cube.png") no-repeat 5px 12px;
        background-size: 20px;
        padding: 10px 0px 10px 35px;
        display: block;
    }

    ul.bb-links a:hover{
        text-decoration: none;
        background-color: #f2f9fd;
    }

/* Alert Banner */

.alert-banners article.node--type-alert-banner {font-size: 14px; padding: 9px;}

/* Accordion Table */
.land-table th { font-size: 17px !important; }

/* HCD button */
.hcd-orgBtn { 
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background-color: #ba5002;
    border: 1px solid #923e00;
    border-radius: 8px;
    padding: 8px 15px;
    color: #fff !important;
    font-size: 17px;
    text-decoration: none !important;
    display: inline-block;
}

.hcd-orgBtn:hover {
    -webkit-box-shadow: inset 0px 0px 15px 1px rgba(255,209,176,0.45); 
    box-shadow: inset 0px 0px 15px 1px rgba(255,209,176,0.45);
}

.hcd-orgBtn-right{    top: 3px;    font-size: 23px;    position: relative; }


/* Admin Form Checkboxes */

div[class^='form-item-field-flexible-content-'], div[class*='-subform-field-card-category-']
{
display: block;
  float: left;
  width: 25%;
  }
  
#block-buildingblocksbanner { padding : 0px;}



.onscroll .header.js-fixed {
  position: absolute !important;
}
.onscroll .sticky-wrapper {
height: 0 !important;
}

.primary-side-bar .item-list ul li span {
    font-size: 15px;
    font-style: inherit;
    color: #000;
    padding-left: 0px;
    padding-bottom: 0px;
    line-height: normal;
}
.form-composite > legend {
    color: #fffffF;
}

.logo-and-site-name-wrapper.clearfix {
    display: flex;
    align-items: center;
}

.ml-auto {
    margin-left: auto;
}

/* Social Icon and logo Styling */
@media (max-width: 767px){
.logo {
    float: left;
}
.logo-and-site-name-wrapper {
    clear: both;
}
.social-icon-col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.hide-social-icon
{
	display:none !important;
}
}
.clearfix.header__container .row .col-md-8 {
    margin-left: auto;
}
/* Top Menu Mobile */
@media (max-width: 767px) {
/*.clearfix.header__container .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
} */
.hide-item.inline-list__item {
    display: none;
}
}

/* C&S CTA Logo Banner CSS */
.cs-container {
    background: url(/sites/default/files/images/CS-banner.png) right;
    background-size: cover;
    width: 100%;
    height: 160px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.cs-logo {
    width: 35%;
    float: right;
    margin-top: 5px;
    background: url(/sites/default/files/images/CS-blue-logo.png) left no-repeat;
    background-size: 100%;
    height: 60px;
    z-index: 50;
}

/* .cs-logo img {
    width: 93%;
} */

.cs-cta-text {
    float: left;
    color: #fff;
    font-family: Open Sans;
    font-size: 17px;
    line-height: 1em;
    font-weight: 500;
    width: 65%;
    padding: 15px 5px 0 20px;
}

.cs-cta-text p {
    padding: 0;
    margin: 0;
}

.cs-button-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: flex-start;
    margin: 15px 0px;
    flex-wrap: nowrap;
}

.cs-button-container a {
    background-color: #F7C128;
    color: #000!important;
    padding: 5px;
    margin: 0 25px 0 0;
    width: 135px;
    text-align: center;
    text-decoration: none!important;
    display: flex;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.cs-button-container a:hover {
    background-color: #fff;
}


.cs-cta-text .note {
    color: #ffe8bc;
    font-size: .6em;
    line-height: 1.4em;
    border-top: 1px solid #34477b;
    padding: 10px 0 0 0;
    width: 350px;
}

.cs-block {
    border-left: 5px solid #efefef;
    padding-left: 15px;
    font-style: italic;
}

@media only screen and (max-width: 678px) {
.cs-container {
    background-image: none;
    background-color: #202E53;
    width: 100%;
    height: auto;
    padding: 10px 0 15px 0;
}
.cs-logo {
    float: none;
    width: auto;
    height: 70px;
    margin-top: 0px;
    background: url(/sites/default/files/images/CS-white-logo.png) center no-repeat;
    background-size: 60%;
}
.cs-cta-text {
    float: none;
    width: 100%;
    padding: 0px;
}

.cs-cta-text p {
    padding: 5px 35px 0 35px;
    text-align: center;
}

.cs-button-container {
    margin: 15px 0 15px 25px;
    justify-content: center;
}
.cs-cta-text .note {
    text-align: center;
    width: 100%;
    font-size: 12px;
    padding: 10px 20px 0 20px;
}
	.primary-page-banner-bg.no-content {
		display:none;
	}
}
@media only screen and (min-width: 1200px) {
.cs-cta-text p {
    padding: 0 60px 0 0;
  }
}

@media only screen and (max-width: 600px) {
.cs-logo {
    height: 60px;
}
}
@media screen and (max-width: 450px){
.cs-hid-break {
    display: none;
}
}
/* css_1 - End */
/* style_guide_test_css - Start */

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:0px;
  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;
  padding-top:0;
}
.gsc-input-box {
	border: 1px solid #dddddd;
}
.gsc-input-box table {
  margin-top:0px;
  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;
    height: 250px;
    padding: 18px;
}
.primary_card_row {
    margin-bottom: 25px;
}

.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: 10px;
    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: #8A4700;
    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;
}

.program-active-body {
    padding-right: 30px;
    padding-bottom: 15px;
}

.program-active-cta {
    padding-bottom: 15px;
}

.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,
.accordion h2:first-child {
    margin-top: 12px;
}

#accordion h2,
.accordion h2 {
    font-size: 34px;
    font-weight: 400;
    margin:25px 0px 20px 0px;
}

#accordion h3,
.accordion h3 {
    color: #484848;
    font-size: 28px;
    font-weight: 400;
    margin:25px 0px 20px 0px;
}

#accordion h4,
.accordion h4 {
    font-size: 25px;
    font-weight: 400;
    margin:25px 0px 20px 0px;
}
#accordion h5,
.accordion h5 {
    font-size: 22px;
    font-weight: 400;
    margin:25px 0px 20px 0px;
}
#accordion .panel-heading .panel-title > a,
.accordion .panel-heading .panel-title > a {
	display: block;
	padding: 15px;
	text-decoration: none;
	font-size: 30px;
	font-weight: 400;
	text-transform:none;
	background-color:#FFFFFF !important;
    }
#accordion .panel.panel-default.primary_panel_default,
.accordion .panel.panel-default.primary_panel_default{
  margin-bottom:20px;
}
.primary-page-accordion .panel-group .field__item .panel-default:last-child {
    border-bottom: 1px solid #eaeaea;
}
.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: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;
}

.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;
}

/* style_guide_test_css - End */
/* vertical_tabs - Start */

.tp-caption.region--dark-background {
    background-color:inherit !important;
    margin-left:35px;
  }
  
  .tp-mask-wrap {
    text-align:left !important;
  }
  
  .tp-caption__title a, .tp-caption__text, .tp-caption__button {
    color:#000 !important;
    /*margin-left:35px !important;*/
  }
  .tp-caption__title a:hover {
    text-decoration:underline !important;
  }
  .tp-caption__title {
    font-weight:400;
  }
  .tp-caption__text {
    margin-top: 18px !important;
    line-height:22px !important;
  }
  
  .tp-caption__button {
      border-color: #DFA241!important;
      border-width: 1px !important;
      color: #914E00 !important;
      text-transform: none;
      padding: 10px 20px;
      border-radius: 6px !important;
      background-color: #ffffff !important;
  }
  
  
  a.tp-caption__button:hover {
   background-color: #fffaf2 !important;
  }
  
  .region-banner .tp-mask-wrap
  { background: linear-gradient(90deg,rgba(249,249,249,1)0%,rgba(249,249,249,1)40%,rgba(9,9,121,0)80%) !important; }
  
  @media screen and (max-width: 1000px) {
    .tp-parallax-wrap {
      left : 0 !important;
    }
    .tp-caption__title a, .tp-caption__text, .tp-caption__button {
      margin-left:0px !important;
    }
  }
  
  
  /* Quick Links*/
  .quick-buton { background: #ffeac8; width: 100%; font-weight: bold; padding: 10px 0px 10px 1px;  border-radius: 1px; color: #181818; line-height: 20px; min-height:82px; border:1px solid #dcc395 !important;}
  .quick-icon { color: white; background: orange; border: 1px !important; border-radius: 5px 0px 0px 5px; margin-top: 15px; }
  .quick-text { float: left; width: 80%; text-align:left;}	
  .quick-font { font-size: 25px; margin-top: 1px; margin-left: -3px;}
  .quick-clear{clear:both;}
  .quick-buton:hover { color: black;}
  .img_alt { padding: 0px !important;    text-align: right;}
  .arrow_image{width: 45px;border-radius: unset; margin-top: 12px;}
  
  
  .highlight-body {
      min-height: 66px !important;
  }
  
  
@media screen and (min-width: 780px) and (max-width: 1000px) {
  .p-xs-md h4 {font-size: 17px !important;}
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .border-white {height: 300px;}
}

@media (min-width: 300px) and (max-width: 800px) {
  .tp-bgimg.defaultimg {background-image: none !important;}
  .tp-caption__text {
    padding: 0 !important;
    line-height : 22px !important;
    width: 263px !important;
    margin-top: 18px !important;
  }
  .tp-caption__title {
    font-size: 2em !important;
    line-height: 29px !important;
  }
  .region-banner .tp-mask-wrap {background: inherit !important;}
  .slider-revolution .tp-caption, .slider-revolution .caption {padding: 34px 0px 10px 50px !important;}
  .quick-icon {margin-left:14px !important;}
  .primary-page-banner-bg { background-image: none !important;}
  .page-title{width:100% !important;}
  .banner_text_area { width:100% !important; padding-left: 1px; }
  .primary_banner_heading { font-size: 28px; }
  .primary_banner_title{ font-size: 28px;  margin: 10px 0 5px 0; line-height: 38px;}
  /* .border-white, .card-height-section, .card_body_text { height : auto;} */
  .tp-caption__text {width: 100% !important;}
  .border-white {height: auto;}
  .primary_card_row {margin-bottom: 15px;}
  .card-text p {padding-bottom: 0;}
  }
  
  @media (max-width: 991px) {
      .tp-caption__text {
          padding: 0px !important;
          line-height: 22px !important;
      }
      .page-title {width:100%;}
      .quick-icon {margin-left:14px !important;}
      .primary_banner_heading { margin:0px 0 5px 0; }
      .pimary_banner_para_sec {margin-bottom:15px;}
      .banner_text_area {width:65%; padding-top:10px;}
      .primary_banner_title { line-height: 38px;  margin: 10px 0 5px 0;}
  }
  
  .tparrows {
    background-color: #545454 !important;
  }
  .tparrows:hover {
    background-color: #3c3c3c !important;
  }
  
  @media (max-width: 325px) /* CSS for slider on mobile*/ {
    .tp-caption__title {
    font-size: 20px !important;
    line-height: 20px !important;
    width: 160px !important;
    }	
    .tp-caption__text {
        width: 160px !important;
        line-height: 15px !important;
    }
    .main-slideshow-block, .slider-revolution {
    height: 250px !important;
    }
  }
  
  .content-top-highlighted {
      background-color: #f6f8f9;
      padding-top: 25px;
      padding-bottom: 25px;
  }
  
  /* Contact page*/
  
  .remov-borders { border-radius: 0px !important; border-top: 0px !important;}
  .cer-wid { width: 35%;}
  .tab-width-40 { width: 40%;}
  .color-strip {background-color: #efefef;}
  .table-strip-back tr td {border-color: #b9b9b9 !important;}
  .top_border {border-top:1px solid #ddd !important;}
  
  /* logo */
  .logo img {
      width: 100px;
      padding: 4px 0px 4px 0px !important;
  }
  .media-background {
      background-color: #ffffff !important ;
       padding: 1px 0 0px;
  }
  .media-background h1,.media-background h2, .media-background h3,.media-background h4
  {
  color :#282d58;
  }
  .footer-top {
      background-color: #f6f8f9 !important;
  }
  .dialog-off-canvas-main-canvas .region--dark-background.footer {
      background-color: #292929;
  }
  
  a.footer_link:hover
  {
    text-decoration:underline !important;
  }
  div#block-views-block-news-block-1 {
      padding-bottom: 0px;
  }
  span.sub-arrow {
      display: none;
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
  .logo img {
      width: 175px;
    }
  }
  @media (min-width: 515px) and (max-width: 991px) {
    .logo img {
      width: 85px;
    }
  }
  
  /*Contact SideBar*/
  .sideba_list { border: 1px solid #89bde2; background-color: #f3f7fb;padding: 10px 15px;}
  .list_para {border-bottom: 1px solid #b8b8b8; margin-top: 10px; padding-bottom: 5px !important; line-height: 1.5em;}
  .list_paraa { margin-top: 10px; padding-bottom: 5px;}
  .fa-ico-col {color: #787878;font-size: 15px;margin-right: 6px;}
  
  .header-container .region-navigation ul.menu li ul li a
  {
      font-weight: 500;
      font-family: 'Open Sans', sans-serif;
  }
  .header-container  .region-navigation ul.menu li a {
      font-weight: 600;
      font-family: 'Open Sans', sans-serif;
  }
  .header__section ul.menu
  {
  align-items : normal !important;
  }
  .text_underline:hover {
      text-decoration: underline !important;
  }
  
  #block-popularlinks {
      padding: 0px 0 6px 0 !important;
  }
  
  #block-emailandcommentsection {
      padding: 0px 0 25px 0 !important;
  }
  
  .view-id-news_ a:hover, .view-id-events a:hover
  {
  text-decoration:underline !important;
  }
  
  .sitemap-item h2 { display:none; margin-bottom:20px;}
  .sitemap {margin-top:20px;}

/* vertical_tabs - End */

.plus-sign{
margin-top:125px;
font-size:60px;
font-weight:600;
text-align:center;
}

@media only screen and (min-width: 3500px) and (max-width: 600px)  {
  .plus-sign{ margin-top:5px; }
}

/* accessibility infographic */
.web-principle {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.web-principle > div {
    margin-bottom: 25px;
}

.web-principle .card {
    border: 1px solid lightgrey;
    height: 100%;
    min-height: 275px;
    padding: 0 15px;
}

.web-principle div > div > h3 {
    text-align: left;
}

.web-principle > div > div > ul > li {
    line-height: 1.5em;
    margin-left: -10px;
    padding-right: 10px;
}
.ada0 {margin-top: 0!important}
.block-indent {padding: 0 0 10px 50px; line-height: .8em;}
@media screen and (max-width: 767px) {
.web-principle .card {
    height: auto;
    min-height: auto;
}
.card.wcag-p {background: none;}
.card.wcag-o {background: none;}
.card.wcag-u {background: none;}
.card.wcag-r {background: none;}

}
.wcag-p {background: url(/sites/default/files/images/wcag-p.png) right 175px / 160px no-repeat;}
.wcag-o {background: url(/sites/default/files/images/wcag-o.png) right 135px / 180px no-repeat;}
.wcag-u {background: url(/sites/default/files/images/wcag-u.png) right 135px / 130px no-repeat;}
.wcag-r {background: url(/sites/default/files/images/wcag-r.png) right 120px / 150px no-repeat;}

/** Styles for forms **/
.node-housing-development-organization-form {
  max-width: 740px;
}
.node-housing-development-organization-form #edit-field-company-address-0-address-country-code > div {
  display:none;
}
.node-housing-development-organization-form table.field-multiple-table tr td {
  border-width: 0;
}
.node-housing-development-organization-form input.form-text, input.form-tel, input.form-email, input.form-url, input.form-search, input.form-file, input.form-number, input.form-color, textarea, select {
  padding: 4px 14px;
  margin-bottom:1rem;
}
.node-housing-development-organization-form select {
  height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}
.field--name-field-calhfa-certified {
  display: none;
}
.node-housing-development-organization-form .form-item {
  margin: 10px 0;
}
.node-housing-development-organization-form .form-item .description {
  font-style: italic;
  margin-top: -4px;
  font-size: smaller;
}
.node-housing-development-organization-form a.tabledrag-handle .handle {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    background: url(../../../images/core/icons/787878/move.svg) no-repeat 0px 2px;
}
.node-housing-development-organization-form .form-composite > legend {
  display: none;
}
.node-housing-development-organization-form #counties-selection summary {
  font-weight:bold;
  padding:12px;
}
.node-housing-development-organization-form #counties-selection summary:after {
  content: "";
  font-family:"Font Awesome 5 Free";
  font-weight:400;
  text-align: right;
}
  
a.ext.ext-menu-link:after {
  /* content: "\f08e"; */
  /* content: "\f15b"; */
  content: "\f1c1";
  font-family: "FontAwesome";
  position: absolute;
  right: 128px;
  top: 5px;
  font-size: 13px;
}