.visible-print{
	display: none;
}
section.base-body.single-body .single-content iframe {
    max-width: 100%;
    max-height: 400px;
}
@media (min-width: 400px){
	.featured-topper .featured-topper__tease .base-tease-inner .tease__image {
		padding-bottom: 20px; 
		float: inherit;
		margin-left: 0px;
	}
}

/* Single person page */

.committee, .areas-of-expertise {
    width: 50%;
    float: left;
}


@media screen and (max-width: 767px) {
.committee, .areas-of-expertise {
    width: 100%;
    float: left;
}
}

.areas-of-expertise ul, .committee ul {
	padding: 0 0 0 20px;
	/* list-style: none; */
}

.committee h6, .areas-of-expertise h6 {
	margin-bottom: 5px;
}

/* a {
	color: #8dc930;
    font-size: 14px;
} */
/* .alphabetical-list__heading .person-relation {
    font-size: 14px;
} */

.people__company {
	padding-left: 10px;
}
.people__company, .people__company-link {
	font-size: 30px;
}

.section--people h6 {
	margin-bottom: 0px;
}
.section--people > li > a {
	margin-bottom: 0px;
}

.connected-content {
	clear: both;
}

/* Report Chapters */
.report-chapter .single__meta-share-list:before,
.report-chapter .subnavigation-list:after {
	left: 0px;
}

.report-chapter blockquote:before {
	color: #8BC830;
	position: relative;
	font-size: 120px;
	top: 0; left: 0;
}
.report-chapter blockquote {
	background-color: rgba(139,200,48,0.2);
	text-align: center;
	box-sizing: border-box;
	border: 0.25px solid #6E6866;
	width: 50%;
	padding: 35px;
	float: right; }
	.report-chapter blockquote p.blockquote__text:after {
		content: "";
		display: block;
		margin: 0 auto;
		width: 40px;
		padding-top: 20px;
		border-bottom: 3px solid #8BC830; }

.report-chapter-1 .base-header {
	padding: 0;
	width: 75%;
	margin: -50px 0; }
.report-chapter-1 .base-body {
	padding-top: 50px; }	
.report-chapter-1 .base-header__heading {
	float: left;
	text-transform: uppercase;
	color: #6e6866;
	position: absolute;
	top: 25px;
	padding-left: 170px; }
.report-chapter-1 .landing-header__subhead {
	font-weight: bold;
	position: absolute;
	top: 85px;
	left: 205px;
	font-size: -webkit-calc(30 * (100vw - 100px)/ (1800 - 100)) !important;
	font-size: calc(30 * (100vw - 100px)/ (1800 - 100)) !important; }


#sifma-chapter-graphic {
	height: 1060px !important;
	max-width: 400px !important; }
	.sifma-chapter-graphic-green {
		background-image: url("../img/pattern-green.png"); }
	.sifma-chapter-graphic-blue {
		background-image: url("../img/pattern-blue.png"); }
	.sifma-chapter-graphic-gray {
		background-image: url("../img/pattern-gray.png"); }
	.sifma-chapter-graphic-orange {
		background-image: url("../img/pattern-orange.png"); }
	.sifma-chapter-graphic-purple {
		background-image: url("../img/pattern-purple.png"); }
	.sifma-chapter-graphic-yellow {
		background-image: url("../img/pattern-yellow.png"); }

.mfb-component__button--main, .mfb-component__button--child {
	background-color:#8BC830; }
.mfb-component--br {
	right: 25%;
	bottom: 0; }

.sifma_unit_anchor:before { 
    display: block; 
    content: " "; 
    height: 50px;      /* Give height of your fixed element */
	margin-top: -50px; /* Give negative margin of your fixed element */    
	visibility: hidden; 
}
/*.sifma-chapter {
}*/
/* .sifma-chapter-unit {
  font-size: 0.75em;
} */

.sifma-toc {
	color: #000000; 
	font-size: 14px; 
	font-weight: normal; }
	.sifma-toc h2 {
		text-transform: uppercase;
		color: #948884;
		font-size: 12px;
		font-weight: bold;
		line-height: 13px; }
	.sifma-toc a {
		text-decoration: none;
		font-weight: normal; 
		color: #000000; }
	.sifma-toc a:hover {
		text-decoration: none;
		color: #8BC830; }
		.sifma-toc a.active, .sifma-toc a:active {
		text-decoration: underline;
		color: #8BC830; }
	.sifma-toc ul {
		list-style: none; }	
		.sifma-chapter-unit a {
			margin-left: 10px;
			color: #847F7D; }

#bottom-marker {
	position: fixed;
	right: 0;
	bottom: 0; }

.sifma-toc-floating {
	margin: 25px;
	position: fixed;
	white-space: nowrap;
	z-index: 30;
	padding-left: 0;
	width: 200px;
	right: 250px;
	bottom: 0; }
	.sifma-toc-title {
		cursor: pointer;
		padding: 6px 10px;
		color: white;
		background-color: #8BC830;
		text-transform: uppercase; }
		.sifma-toc-icon {
			float: right; }
		.sifma-toc-icon-closed {
			display: none; }
	.sifma-toc-floating ul.mfb-component__list,
	.sifma-toc-floating ul.sifma-toc-menu-list {
		text-align: left;
		box-sizing: border-box;
		background-color: white;
		/* border: 1px solid #847F7D; */
		padding: 10px; }

		
.footer-subscribe {
	}
	.newsletter-subscribe {
		height: 45px;
		margin-top: 25px;
		margin-bottom: 25px;
		display: flex; }
		.newsletter-subscribe__header-box {
			width: 60%;
			text-align: right; }
			.newsletter-subscribe__header-box__text {
				display:inline-block;
				margin-right: -20px;
				font-size: 20px;
				background-color: #363536;
				color: white;
				padding-left: 22px; }
				.newsletter-subscribe__header-box__text > span {
					padding-right: 10px; }
				.newsletter-subscribe__header-box__text .arrow {
					border-style: dashed;
					border-width: 0.22em;
					display: -moz-inline-box;
					display: inline-block;
					font-size: 100px;
					vertical-align: middle;
					border-left-color: #363536;
					padding: 0;
					color: rgb(232, 229, 228); }
		.newsletter-subscribe__subscribe {
			width: 37%;
			margin-left: 10px;
			display: flex; }
			.newsletter-subscribe__subscribe input, .newsletter-subscribe__subscribe > div {
				width: 49%; }
			.newsletter-subscribe__subscribe input[type="search"] {
				background-color: #fff !important;
				border: solid 0px;
				color: #948884 !important;
				font-size: 16px;
				padding-left: 7px; }
		#newsletter-subscribe__button {
			padding: 0;
			cursor: pointer; }
		.newsletter-subscribe__message {
			width: 25%;
			text-align: center; }

.home__read-more-link:after {
	content: "↑";
	font-family: monospace;
	font-weight: 400;
	-webkit-transition: color .3s cubic-bezier(.215,.61,.355,1);
	-o-transition: color .3s cubic-bezier(.215,.61,.355,1);
	transition: color .3s cubic-bezier(.215,.61,.355,1);
	color: #6e6866;
	font-size: 14px;
	margin-right: 2px;
	vertical-align: middle; }

.su-spoiler-title {
	position: relative;
	cursor: pointer;
	min-height: 20px;
	line-height: 20px;
	padding: 7px 7px 7px 34px;
	font-weight: 700;
	font-size: 20px !important;
}

.rss_header {
	margin:0;
}
.rss_description_2 {
	margin-top: 50px;
	font-size: 18px;
	line-height:27.9px;
	color:#6E6866;
	font-family: real-text, arial, sans-serif;
	font-weight: normal;
}
.rss_subscribe {
	color:#120C0A;
}
.feedzy-rss li.rss_item:last-child {
    border-bottom: none;
}

@media only screen and (max-width: 768px) {
	.mfb-component--br {
		right: 33.3%;
	}
}
@media only screen and (max-width: 600px) {
	.sifma-chapter-graphic-green, .sifma-chapter-graphic-blue {
		display: none; }
	.mfb-component--br {
		right: 0; }
	.sifma-toc {
		display: none; }
}
.sifma-toc-menu-list {
	display:none;
	height:100%; }
	.sifma-toc-menu-list[data-state="open"] {
		display:block; }
  
#debug {
    position: fixed;
    top: 130px;
}

@media only screen and (max-width: 768px) {
	.newsletter-subscribe {
		height: auto;
		margin: 0 auto;
		display: block; }
	.newsletter-subscribe__header-box {
		width: 100%;
		text-align: center;
		margin: 0 auto; }
	.newsletter-subscribe__header-box__text {
		margin: 0;
		padding: 2px 10px;
		background: none;
		color: #363536; } 
	.newsletter-subscribe__header-box__text > span  {
		padding: 0; }
	.newsletter-subscribe__header-box__text .arrow {
		display: none; }
	.newsletter-subscribe__subscribe {
		display: block;
		width: 75%;
		margin: 0 auto; }
	.newsletter-subscribe__message {
		width: 100%; }

	.newsletter-subscribe__subscribe input[type="search"] {
		margin-right:5px;
	}
	.newsletter-subscribe__subscribe input, .newsletter-subscribe__subscribe > div {
		width: 100%;
	}	
	.subscribe--button {
		/* margin-left:5px; */
		margin-top: 5px;
	}
}
@media only screen and (max-width: 400px) {
	.newsletter-subscribe__header-box__text > span {
		font-size: 16px; }
}
@media only screen and (max-width: 400px) {
	.newsletter-subscribe__header-box__text > span {
		font-size: 14px; }
}

.home-featured__card--events .no-upcoming-events {
	font-style: italic;
}

.index-header__resources-cta .base-cta-inner {
	display: block;
}
.index-header__resources-cta .base-cta-inner > div {
	width: 100%;
	position: relative;
}

.index-header__resources-cta .base-cta__description > p {
	font-size: 16px;
}

.base-button__list-item .base-section-link__desc {
	margin-top: 10px;
}

.aggregate__content-area .base-cta { display: none; }

.su-responsive-scroll { display: none; }
@media only screen and (max-width: 900px) {
	.su-responsive-scroll {
		display: block;
		padding: 0;
		margin-top: -25px;
		font-size: 14px;
		font-style: italic;
	}
}
.page-name-unscheduled-close-market-matrix .base-header,
.page-name-unscheduled-close-market-matrix .base-body {
    width: 80%;
}
.page-name-unscheduled-close-market-matrix .base-section-links__heading, 
.page-name-unscheduled-close-market-matrix .base-section-links {
    width: 50%;
}
@media (min-width: 768px) {
	.page-template-default .l--content {
		border-width: 0 0 1px;
	}
}

@media (min-width: 1200px) {
	.tease-search__meta {
		min-width: 20.5%;
	}
	.tease-search__image {
		min-width: 18.5%;
	}	
	.tease-search__download-wrap {
		width: 200px;
	}
}

.hide-it {
	display: none;
}


/* for content section with no featured image and download icon after */
/* Ben Blue - 07-10-2020 */

/* for content section with no featured image and download icon after */
/* Ben Blue - 07-10-2020 */

@media screen and (min-width: 768px) {
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 66%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}

@media screen and (min-width: 1200px) {
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 86%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}


@media screen and (min-width: 1201px) {
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 86.25%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}

@media screen and (min-width: 1281px) {
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 85.35%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}

@media screen and (min-width: 1301px) {
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 85.45%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}

@media screen and (min-width: 1311px) {
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 86.25%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}

@media screen and (min-width: 1321px) {
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 86.25%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}

@media screen and (min-width: 1351px) {
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 85.75%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}

@media screen and (min-width: 1381px) {
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 84.75%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}


@media screen and (min-width: 1385px) {
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 85.55%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}

@media screen and (min-width: 1389px) {
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 85.55%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}
@media screen and (min-width: 1390px) {
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 85%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}
@media screen and (min-width: 1393px) {
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 85.4%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}

@media screen and (min-width: 1399px) {
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 85%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}
@media screen and (min-width: 1401px) {
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 85%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}
@media screen and (min-width: 1402px) {
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 85.4%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}
@media screen and (min-width: 1422px) {
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 85.2%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}
@media screen and (min-width: 1496px) {
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 84.9%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}
@media screen and (min-width: 1510px) and (max-width: 1519px) {
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 84.8%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}

@media screen and (min-width: 1543px) and (max-width: 1552px) {
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 84.6%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}

@media screen and (min-width: 1600px) {
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 84.6%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}

@media screen and (min-width: 1613px){
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 84.6%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}
@media screen and (min-width: 1698px){
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 84.2%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}
@media screen and (min-width: 1808px){
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 83.6%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}
@media screen and (min-width: 2050px){
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 83.3%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}
@media screen and (min-width: 2207px){
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 82.7%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}

@media screen and (min-width: 2234px) and (max-width: 2235px) {
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 82.9%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}
@media screen and (min-width: 2699px){
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 81.9%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}
@media screen and (min-width: 3240px){
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 81.8%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}
@media screen and (min-width: 3470px){
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 81.5%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}
@media screen and (min-width: 4055px){
    .ais-hits--content.tease-search__content.content-widen-icon-no-image {
    width: 81.2%;
    padding-left: 1.68%;
    padding-right: 1.68%;
    }
}

.single-session__sections .base-accordion-item {
	padding-bottom: 75px;
	border: none;
}
.single-event__session-speakers {
	margin-top: 50px;
}
.single-session .single__meta-share-list:before {
    margin-top: 10px;
}
.single-session .single__meta-share-item {
	margin-top: 20px;
}

ul.single-filing__related-commmittees-list {
	list-style-type: circle;
}

.base-section_quick-links--right {
	border-left: 1px solid #e8e5e4;
	margin-right: 1.9% !important;
	padding-top: 27px;
	margin-top: -60px;
	padding-bottom: 10px;
}
.base-section_quick-links h3 {
	/*color: #68A30C;*/
    color: #222;
	font-family: real-text,arial,sans-serif;
    line-height: 20px;
    margin: 0 0 10px 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.base-section_quick-links h3 strong {
	color: #948884;
}
.base-section_quick-links {
	font-family: real-text,arial,sans-serif;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 16px;
	margin-bottom: 15px;
}
.base-section_quick-links a {
    color: #948884;
    font-size: 14px;
	text-decoration: none;
	line-height: 1.55;
}
.base-section_quick-links a:hover {
	color: #6E6866;
	text-decoration: none;
}
.base-section_quick-links--right .index-header__resource-header {
	margin-top: 50px;
}

/* Calendar View */
#calendar .fc-toolbar.fc-header-toolbar {
	margin: 0;
}
#calendar .fc-scroller-liquid-absolute {
	/*overflow: hidden !important;*/
}
#calendar .fc-toolbar-title {
	color: #000000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    border-bottom: 2px solid #68A30C;
    padding-bottom: 5px;	
}
#calendar .fc-button-primary {
	border: none;
	background-color: #8dc930;
}
#calendar .fc-button-primary:hover {
	background-color: #68A30C;
}
#calendar table.fc-col-header {
	margin: 0;
}
#calendar table.fc-col-header > tbody {
	background-color: #000000;
}
#calendar .th {
	border: none !important;
}
#calendar .fc-col-header-cell a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;	
}

#calendar .fc-daygrid-event-dot,
#calendar .fc-event-time {
	display: none;
}
#calendar .fc-daygrid-event::before,
#calendar .fc-event-title-container::before {
    content: "+";
    color: #68A30C;
    padding: 0 10px;
    font-size: 24px;
    font-family: none;
    font-weight: 600;
}

#calendar .fc-event-title {
	color: #000000;
    width: calc(100% - 45px);
    padding-top: 9px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
}
#calendar .fc-h-event {
	background-color: #fff;
	border: none;
}
/* Calendar View */

.applying-contact-fieldset .l--full,
.applying-contact-fieldset .l--main {
	margin-left: 5.3333333%;
}
