/* Fix CSS for About Block Data List */
.about-block .field-name-field-available-time-period, .about-block .field-name-field-last-update, .about-block .field-name-field-frequency-of-updates, .about-block .field-name-field-data-source, .about-block .field-name-field-sample-data-set, .about-block .field-name-field-big-data-source, .about-block .field-name-field-sample-files {
	position: static;
	background: transparent url(../images/bullet.png) no-repeat scroll 0 5px;
	list-style-type: none;
	margin-bottom: 10px !important;
	padding-left: 0px;
	margin-left: 0px !important;
}

body.page-node .region-content .modular-block-about ul.about-block-info-list li {
	list-style-type: none;

}


body.page-node .region-content .modular-block-about ul.about-block-info-list li div.field {
	/*background-color: red;*/
	background: transparent url(../images/bullet.png) no-repeat scroll 0 5px;
	list-style-type: none;
	padding-left: 17px;
	margin-bottom: 10px;

}

body.page-node .region-content .modular-block-about .about-block-info-list .field .field-label {
	font-weight: normal;
}

fieldset.group-deprecated {
	display: none;
}

/* BEGIN CSS for the BX Slider used for report links */
.modular-block-report-links-carousel .node-report-link-content {
	cursor: pointer;
	/*border: solid 2px #e5e5e5;*/
	margin-bottom: 0;
	padding: 15px 15px 0;
	border-radius: 8px;
}
.modular-block-report-links-carousel .node-report-link-content.active {
	/*border: 2px solid #84cbe6;*/
}

.modular-block-report-links-carousel .node-report-link-content h3 {
  font-size: 14px;
}

/* END CSS for the BX Slider used for report links */

body.node-type-report .modular-block-report-links-carousel .embedded-iframe-container {
	margin-left: calc(-98vw / 2 + 1024px / 2);
  margin-right: calc(-98vw / 2 + 1024px / 2);
}

body.node-type-report .region-content iframe {
	min-height: 0;
  width: 100% !important;
}

/* Hide the satisfaction metric title */
.rate-satisfaction-metrics-title-container {
	display: none;
}

/* Formatting for the Related Documents block */
#block-blocks-dslp-dslp-related-documents .content .node-document.document-title-and-file div.content div,
#block-blocks-rlp-rlp-related-documents .content .node-document.document-title-and-file div.content div {
	display: inline;
}
#block-blocks-cplp-cplp-related-documents .content .node-document.document-title-and-file div.content div {
	display: inline;
}

/* Reduce the padding around menu items so we can fit more */
#block-system-main-menu .content > ul > li a,
#block-system-main-menu .content > ul > li span {
	padding: 0 10px;
}

.page-tableau-report-for-embed .region-content iframe {
	display: block;
/*	width: 99%;
	min-height: 600px; */
}

/* BEGIN CSS changes for Alfresco Documents */
.vocabulary-document-type .image-container {
	margin-right: 10px;
}

.vocabulary-document-type .text-container {
	margin-top: 6px;
	vertical-align: center;
}

.modular-block-related-documents-alfresco caption {
	text-align: left;
	margin-bottom: 10px;
}

.field-name-field-document-type div.field-label {
	margin-top: 6px;
}

.modular-block-related-documents-alfresco table tbody {
	font-size: 12px;
}

.modular-block-related-documents-alfresco tbody tr:nth-child(even) {
	background-color: #dedede;
}

.result_of_search .icon.document_alfresco {
	background: url(../images/icons/icon-document-alfresco.png) no-repeat right center;
	background-size: 45px auto;
}
/* END CSS changes for Alfresco Documents */

/* Apply highlight for search results */
strong.highlight-text {
	background-color: #fee685;
}

/* BEGIN styles for customer hierarchy */
#block-d2d-og-d2d-og-graphical-family-tree div.primary-customer {
	color: #2375AF;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
}

#block-d2d-og-d2d-og-graphical-family-tree .Treant-loaded .tree-element.root-node {
	font-weight: bold;
}
/* END styles for customer hierarchy */

.om-maximenu .om-maximenu-open {
  display: none;
}

.om-maximenu .om-menu-ul-wrapper ul.om-menu li.om-leaf div,
.om-maximenu .om-menu-ul-wrapper ul.om-menu li.om-leaf div:hover,
.om-maximenu .om-menu-ul-wrapper ul.om-menu li.om-leaf span,
.om-maximenu .om-menu-ul-wrapper ul.om-menu li.om-leaf span:hover{
  cursor: default;
}

.om-maximenu ul li a {
  cursor: pointer;
}

#page-title {
  color: rgb(0, 94, 162);
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 32px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 40px;
}

body.page-dataset-ez-list table tbody tr td {
  font-size: 14px;
}

/* BEGIN homepage slideshow updates */
body.front .view-display-id-block_slideshow_homepage section.homepage-slideshow-container {
  margin-top: 100px;
  text-align: center;
}

body.front .view-display-id-block_slideshow_homepage section.homepage-slideshow-container .views-field-title span {
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-weight: bold;
  color: #ffffff;
  text-transform: none;
}
/*views-field views-field-field-short-title*/
body.front .view-display-id-block_slideshow_homepage section.homepage-slideshow-container .views-field-field-short-title {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  color: #ffffff;
}

body.front .view-display-id-block_slideshow_homepage section.homepage-slideshow-container .views-field-body {
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
}

body.front .view-display-id-block_slideshow_homepage section.homepage-slideshow-container .views-field-field-link-text div.field-content {
  height: 42px;
  margin-top: 48px;
}

body.front .view-display-id-block_slideshow_homepage section.homepage-slideshow-container .views-field-field-link-text a {
  background-color: rgb(248, 249, 250);
  border: 1px solid transparent;
  border-radius: 4.8px;
  color: rgb(61, 61, 61);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding: 8px 16px;
  text-align: center;
}

body.front .view-display-id-block_slideshow_homepage section.homepage-slideshow-container .views-field-field-link-text a:hover {
  background-color: rgba(248, 249, 250, 0.5);
  color: #222222;
  text-decoration: none;
}
/* END homepage slideshow updates */

/* BEGIN styles for USA Banner top header */
section.usa-banner header.usa-banner-header {
  background-color: #f0f0f0;
  color: #000;
  font-size: 12px;
}

section.usa-banner header.usa-banner-header div.usa-banner-inner {
  width: 950px;
  margin: 0 auto;
}

section.usa-banner header.usa-banner-header img#usa-banner-flag {
  width: 20px;
}

section.usa-banner header.usa-banner-header p.header-text {
  line-height: 1;
  margin-top: 3px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
}

section.usa-banner header.usa-banner-header button.usa-accordion-button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #205493;
  padding-top: 2px;
}

section.usa-banner header.usa-banner-header button.usa-accordion-button span.usa-banner-button-text span.text-container {
  text-decoration: underline;
}

section.usa-banner header.usa-banner-header button.usa-accordion-button:hover {
  color: #205493;
}

section.usa-banner header.usa-banner-header button.usa-accordion-button.accordion-state-closed span.usa-banner-button-text::after {
  content: ' \02C5';
}

section.usa-banner header.usa-banner-header button.usa-accordion-button.accordion-state-open span.usa-banner-button-text::after {
  content: ' \02C4';
}

section.usa-banner .usa-banner-content {

  background-color: #f1f1f1;
  font-size: 15px;
  overflow: auto;
  width: 100%;
}

section.usa-banner .usa-banner-content div.accordion-content-container {
  width: 950px;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 20px;

}

section.usa-banner .usa-banner-content div.image-container {
  margin-right: 10px;
  width: 38px;
}

section.usa-banner .usa-banner-content div.text-container {
  width: 410px;
}

section.usa-banner .usa-banner-content .usa-width-one-half {
  width: 50%;
}

section.usa-banner .usa-banner-content img.usa-banner-icon {
  width: 38px;
}

#block-block-4 .content a {
  padding-top: 5px;
}
/* END styles for USA Banner top header */


/* BEGIN styles for updated header */
body {
  background-color: #ffffff;
}

#header {
  background-color: #ffffff;
}

#header #block-block-5 .title {
  color: rgb(27, 27, 27);
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 34px;
  min-width: 235px;
  padding-left: 15px;
  white-space: nowrap;
}

#header #block-common-common-d2d-user-menu h2 {
  color: rgb(27, 27, 27);
  max-width: 150px;
  overflow: hidden;
}

#header .mainmenu-bar {
  border-bottom: 1px solid #dfe1e2;
  border-top: 1px solid #dfe1e2;
  box-shadow: none;

  color: rgb(86, 92, 101);
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
}
/* END styles for updated header */


/* BEGIN styles for updated search results */
.result_of_search .icon-container {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-right: 30px;
  text-align: center;
  width: 60px;
}

.result_of_search .icon-container .content-type-icon {
  font-family: "Font Awesome 5 Pro";
  font-size: 46px;
  font-weight: 900;
  height: 60px;
}

/* Customer Page == Article */
.result_of_search .customer_page-icon-container {
  color: rgb(7, 100, 141);
}

.result_of_search .customer_page-icon-container .customer_page-icon::before {
  content: "\f1ea";
}

.result_of_search .customer_team-icon-container {
  color: rgb(139, 10, 3);
}

.result_of_search .customer_team-icon-container .customer_team-icon::before {
  content: "\f500";
}

.result_of_search .customer-icon-container {
  color: rgb(139, 10, 3);
}

.result_of_search .customer-icon-container .customer-icon::before {
  content: "\f2b5";
}

.result_of_search .data_model-icon-container {
  color: rgb(83, 130, 0);
}

.result_of_search .data_model-icon-container .data_model-icon::before {
  content: "\f387";
}

.result_of_search .dataset-icon-container {
  color: rgb(83, 130, 0);
}

.result_of_search .dataset-icon-container .dataset-icon::before {
  content: "\f1c0";
}

.result_of_search .document-icon-container,
.result_of_search .document_alfresco-icon-container {
  color: rgb(103, 108, 200);
}

.result_of_search .document-icon-container .document-icon::before,
.result_of_search .document_alfresco-icon-container .document_alfresco-icon::before {
  content: "\f65b";
}

.result_of_search .page-icon-container {
  color: rgb(7, 100, 141);
}

.result_of_search .page-icon-container .page-icon::before {
  content: "\f558";
}

.result_of_search .report-icon-container {
  color: rgb(192, 86, 0);
}

.result_of_search .report-icon-container .report-icon::before {
  content: "\f080";
}

.result_of_search .content-container {
  position: relative;
  margin-bottom: 0px;
  min-height: 110px;
  /* width: 890px; */
  width: 87%;
}

.item-list .pager li {
  padding: 0.75em !important;
  margin: 0 !important;
}

.result_of_search .content-container .title-container a {
  text-decoration: none;
}

.result_of_search .content-container .title-container h3 {
  color: #000000;
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 19px;
  font-weight: 700;
}

.result_of_search .content-container .body-container {
  color: rgb(27, 27, 27);
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  /* width: 80%; */
}

.result_of_search .content-container .button-container {
  position: absolute;
  bottom: -30px;
  right: 0;
}

.result_of_search .content-container .button-container a {
  color: #fff;
  background-color: #005ea2;
  border-radius: 0.25rem;
  font-family: Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size: 17px;
  font-weight: 700;
  padding: 10px 22px;
  text-decoration: none;
}

#common-d2d-search-customer-form .form-actions input,
#common-d2d-search-content-form .form-actions input,
#common-d2d-search-basic-form .form-actions input,
#common-d2d-search-simplified-form .form-actions input {
  color: #fff;
  background-color: #005ea2;
  border-radius: 0.25rem;
  font-family: Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size: 17px;
  font-weight: 700;
  padding-left: 22px;
  padding-right: 22px;
  height: 42px;
}

#common-d2d-search-customer-form .form-actions input:hover,
#common-d2d-search-content-form .form-actions input:hover,
#common-d2d-search-basic-form .form-actions input:hover,
#common-d2d-search-simplified-form .form-actions input:hover {
  text-decoration: none;
}

#common-d2d-search-customer-form .search-titles span.active,
#common-d2d-search-content-form .search-titles span.active,
#common-d2d-search-basic-form .search-titles span.active,
#common-d2d-search-simplified-form .search-titles span.active,
#common-d2d-search-customer-form fieldset .form-item.form-type-radios .form-type-radio input:checked + label,
#common-d2d-search-content-form fieldset .form-item.form-type-radios .form-type-radio input:checked + label,
#common-d2d-search-basic-form fieldset .form-item.form-type-radios .form-type-radio input:checked + label,
#common-d2d-search-simplified-form fieldset .form-item.form-type-radios .form-type-radio input:checked + label {
  border-color: #005ea2;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 65px;
}

small.text-muted {
  color: inherit !important;
  font-size: 16px;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 1) !important;
}

.d2d-content-type-for-keyword-search input {
  border: 2px solid #000000;
  height: 40px;
}

.d2d-content-type-for-keyword-search .input-group-prepend .btn {
  border-radius: 5px 0px 0px 5px;
  border: 2px solid #000000;
  border-right: none;
  color: #000000;
  background-color: #eeeeee;
}

.d2d-content-type-for-keyword-search .input-group-append .btn {
  border: 2px solid #000000;
  border-left: none;
  color: #ffffff;
  background-color: #000000;
}

#common-d2d-search-simplified-form .select2-container .select2-selection--single {
  height: 33px;
}

#common-d2d-search-simplified-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
}
#common-d2d-search-simplified-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 31px;
}
#common-d2d-search-simplified-form .bootstrap-select .dropdown-menu .dropdown-item {
  color: #1B1B1B !important;
}
#common-d2d-search-simplified-form .dropdown-item:focus,
#common-d2d-search-simplified-form .dropdown-item:hover {
  color: #FFFFFF !important;
  background-color: #5897FB !important;
}

/* BEGIN you pasted */
.d2d-search .view-content.grid_view .views-row {
  width: 322px;
  margin-right: 28px;
  min-height: 300px !important;
}
.d2d-search .view-content.grid_view .result_of_search .content-container {
  min-height: 200px;
  width: 265px;
}
.d2d-search .view-content.grid_view .result_of_search .icon-container {
  width: 285px;
}
.d2d-search .view-content.grid_view .result_of_search .content-container .button-container {
  right: -20px;
}
/* END you pasted */
/* END styles for updated search results */

table.tableau-ez-list .table-cell {
  padding-right: 10px;
  word-wrap: break-word;
}

table.tableau-ez-list .table-cell-workbook {
  max-width: 200px;
}


/* BEGIN styles for updated footer */
#footer {
  padding: 0;
}

#footer .region-footer {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 17px;
}

#footer .region-footer #block-common-common-d2d-footer-default footer.usa-footer {
  background-color: rgb(240, 240, 240);
  color: rgb(27, 27, 27);
}

#footer .region-footer #block-common-common-d2d-footer-default footer.usa-footer div.usa-footer__primary-section .footer-copyright {
  font-weight: 700;
  padding-top: 24px;
}

#footer .region-footer #block-common-common-d2d-footer-default footer.usa-footer div.usa-footer__primary-section .footer-disclaimer {
  padding: 24px;
}

#footer .region-footer #block-common-common-d2d-footer-default div.usa-identifier {
  background-color: rgb(27, 27, 27);
  color: rgb(255, 255, 255);
  padding: 32px 16px;
}

#footer .region-footer #block-common-common-d2d-footer-default div.usa-identifier .usa-identifier__container {
  height: 50px;
  width: 100%;
  position: relative;
}

#footer .region-footer #block-common-common-d2d-footer-default div.usa-identifier .usa-identifier__container div.wrapper-logo {
  position: absolute;
  left: 0;
  top: 0;
}

#footer .region-footer #block-common-common-d2d-footer-default div.usa-identifier .usa-identifier__container div.wrapper-description {
  position: absolute;
  left: 60px;
  top: 0;
}

#footer .region-footer #block-common-common-d2d-footer-default div.usa-identifier .usa-identifier__container div.wrapper-jump-link {
  position: absolute;
  right: 0;
  top: 0;
}

#footer .region-footer #block-common-common-d2d-footer-default div.usa-identifier img.usa-identifier__logo-img {
  height: 48px;
}

#footer .region-footer #block-common-common-d2d-footer-default div.usa-identifier .usa-identifier__container div.wrapper-description p {
  margin: 0;
}

#footer .region-footer #block-common-common-d2d-footer-default div.usa-identifier .usa-identifier__container div.wrapper-description .usa-identifier__identity-domain {
  font-weight: 300;
  color: #a9aeb1;
}

#footer .region-footer #block-common-common-d2d-footer-default div.usa-identifier .usa-identifier__container div.wrapper-description .usa-identifier__identity-disclaimer {
  font-weight: 700;
}

#footer .region-footer #block-common-common-d2d-footer-default div.usa-identifier .usa-identifier__container div.wrapper-description .usa-identifier__identity-disclaimer a {
  color: rgb(223, 225, 226);
  text-decoration: underline;
}

#footer .region-footer #block-common-common-d2d-footer-default div.usa-identifier .usa-identifier__container div.wrapper-description .usa-identifier__identity-disclaimer a:hover {
  color: rgb(255, 255, 255);
}

#footer .region-footer #block-common-common-d2d-footer-default div.usa-identifier .usa-identifier__container div.wrapper-jump-link a {
  color: rgb(223, 225, 226);
  font-weight: 700;
  position: relative;
  top: -6px;
}

#footer .region-footer #block-common-common-d2d-footer-default div.usa-identifier .usa-identifier__container div.wrapper-jump-link a:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.form-type-select-single.form-select {
	width: 100%;
}

#common-d2d-search-simplified-filter-form  fieldset.form-wrapper {
  border: none;
}

#common-d2d-search-simplified-filter-form  fieldset:nth-child(2) {
  display: none;
}
#common-d2d-search-simplified-filter-form  fieldset:nth-child(1) legend span {
  font-size: 20px;
  font-weight: 600;
  color: rgb(0, 94, 162);
}
#common-d2d-search-simplified-display-form  fieldset:nth-child(1) {
  /* display: none; */
}
#common-d2d-search-simplified-display-form  div.form-actions.form-wrapper,
#common-d2d-search-simplified-filter-form  div.form-actions.form-wrapper {
  display: none;
}

#common-d2d-search-simplified-display-form fieldset {
  border: none;
  padding-right: 0px;
  margin-right: -10px;
}

#common-d2d-search-simplified-display-form fieldset div.fieldset-wrapper{
  text-align: center;
}
#common-d2d-search-simplified-display-form fieldset div.fieldset-wrapper div.form-item-sort-combined{
  width: 15%;
  display: inline-block;   
  margin: 0; 
}
#common-d2d-search-simplified-display-form fieldset div.fieldset-wrapper div.form-item-items-per-page{
  width: 15%;
  display: inline-block;   
  margin: 0; 
  margin-left: 30px;
}
#common-d2d-search-simplified-display-form fieldset div.fieldset-wrapper div.form-item-layout{
  width: 40%;
  display: inline-block;   
  margin: 0; 
}

#common-d2d-search-simplified-display-form fieldset div.fieldset-wrapper div.form-item-layout .form-radios .form-item-layout:nth-child(1) {
  margin-right: 15px;
}

#common-d2d-search-simplified-display-form fieldset div.fieldset-wrapper div.form-item label{
  font-weight: normal;
}

#common-d2d-search-simplified-display-form fieldset legend span{
  background: none;
  float: right;
}

#common-d2d-search-simplified-display-form fieldset legend span a{
  color: rgb(0, 94, 162);
  border-radius: .25rem;
  font-size: 16px;
  padding: 6px 10px;
  border: 1px solid rgb(0, 94, 162);
  font-weight: 600;
}
#common-d2d-search-simplified-display-form fieldset legend span a:hover{
  text-decoration: none;
}

#display_results {
  /* margin-top: 35px; */
}
#display_results .view-header{
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

.result_total_count {
  position: absolute;
  top: 4px;
  font-size: 20px;
}

#page-title{
  padding-left: 10px;
}

.title-res{
  color: #00bde3;
}

#display_results .result_of_search .icon-container p {
  font-size: 15px;
}

#display_results .list_view .result_of_search .icon-container .customer-icon {
  margin-left: 5px;
}
#display_results .list_view .result_of_search .icon-container .report-icon {
  margin-left: 15px;
}

[type="checkbox"], 
[type="radio"] {
    position: absolute;
    left: -999em;
}

[type="checkbox"] + label, 
[type="radio"] + label {
    cursor: pointer;
    display: block !important;
    font-weight: 400;
    margin-top: -.15rem;
    padding-left: 2rem;
    position: relative;
    text-indent: -2rem;
}

[type="checkbox"] + label:before, 
[type="radio"] + label:before {
    background: #fff;
    content: " ";
    display: inline-block;
    left: 2px;
top: 2px;
    position: relative;
    vertical-align: middle\0;
}

[type="checkbox"] + label:before {
    height: 1rem;
    width: 1rem;
    border-radius: 2px;
}

[type="radio"] + label:before {
    height: 1rem;
    border-radius: 99rem;
    width: 1rem;
}

[type="checkbox"] + label:before, 
[type="radio"] + label:before {
    box-shadow: 0 0 0 2px #71767a;
    line-height: 1.25rem;
    margin-right: .75rem;
}

[type="checkbox"]:checked + label:before {
    background-color: #005ea2;
    box-shadow: 0 0 0 2px #005ea2;
}

[type="radio"]:checked + label:before {
background-color: #005ea2;
    box-shadow: 0 0 0 2px #005ea2, inset 0 0 0 2px #fff;
}

[type="checkbox"]:checked + label:before, 
[type="checkbox"]:checked:disabled + label:before {
    background-image: url('../images/correct8.svg'),linear-gradient(transparent,transparent);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: .75rem auto;
}

#common-d2d-search-simplified-display-form .form-type-radio label::before{
  background-color: unset; 
  box-shadow: unset; 
  line-height: unset; 
  margin-right: unset;
  height: unset; 
  border-radius: unset; 
  width: unset;
}

.form-type-select-single.form-select {
    background-image: url(../images/arrow-both.svg),linear-gradient(transparent,transparent);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-position: right .75rem center;
    background-size: .5rem;
    height: 2.5rem;
    padding: .5rem 1.5rem .5rem .5rem;
    text-overflow: ellipsis;
}

.form-item-layout label {
    margin-bottom: 17px;
}

#common-d2d-search-simplified-filter-form .fieldset-wrapper .form-item-search-by,
/* #common-d2d-search-simplified-filter-form .fieldset-wrapper .form-item-access-to-view, */
#common-d2d-search-simplified-filter-form .fieldset-wrapper .form-item-content-type-simplified {
  margin-bottom: 2em;
}

#common-d2d-search-simplified-filter-form .fieldset-wrapper .form-item-search-by {
  margin-top: 2em;
}

.access-not-permitted {
  color: #808080;
}


.title-container .views-field-title .field-content{
  color: #000000;
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 19px;
  font-weight: 700;
}

.count-of-matches {
  float: right;
  text-indent: initial;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.5);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 50px;
  height: 50px;
  /* margin-top: -0.5em; */
  border: 10px solid #4993c8;
  border-radius: 100%;
  border-bottom-color: transparent;
  -webkit-animation: spinner 1s linear 0s infinite;
  animation: spinner 1s linear 0s infinite;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* END styles for updated footer */
