/* Annual Report Css */
.hide-pager {
	display: none !important;
}

.footer .footer-top .footer-top-left .prose h2 {
    color: #fff !important;
}

.toc-content h2 {
	font-size: 30px !important;
	color: #2F3941;
	font-weight: 600 !important;
	font-family: "Open Sans", sans-serif;
}

/* table section */
.toc-additional-desc .drupal-layout .drupal-layout__row {
	display: flex;
    flex-direction: row;
    gap: 10px;
	width: 100%;
	border-bottom: 1px solid #D9D9D9;
	font-family: "Open Sans", sans-serif;
  }
  .quicktabs-loading .toc-main-section .drupal-layout__row {
    display: flex;
  }
  .drupal-layout .drupal-layout__row .drupal-layout__column {
	width: auto;
    padding: 2%;
    flex: 1;
	margin: -5px 0;
  }
  .drupal-layout .drupal-layout__row  .layout__region--first {
	border-right: 1px solid #D9D9D9;
  }
  .drupal-layout .drupal-layout__row .drupal-layout__column h2 {
	  font-size: 30px;
	  color: #2F3941;
	  font-weight: 600;
	  margin-bottom: 5%;
  }
  .drupal-layout .drupal-layout__row .drupal-layout__column p {
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  font-size: 18px;
	  line-height: 38px;
  }
  .drupal-layout .drupal-layout__row .drupal-layout__column p strong {
	color: #111827;
  }
  .prose h2 {
    color: #fff;
  }


/* Banner-Section */
.annual-banner-main {
  position: relative;
}
.annual-banner-main .banner-desc {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 18%;
  transform: translate(0%, -30%);
}
.annual-banner-main .banner-desc h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
	font-family: "Open Sans", sans-serif;
}
.annual-banner-main .banner-desc p {
	font-size: 18px;
	font-weight: 700;
	font-family: "Roboto", serif;
	color: #fff;
}
.annual-banner-main .banner-desc p strong {
	font-weight: normal !important;
}
.annual-banner-main .banner-main img {
  width: 100%;
}
.annual-banner-main .donate-btn {
    margin: 8% 0;
}
.annual-banner-main .donate-btn a {
	background-color: #295E63;
	font-size: 16px;
	color: #fff;
	width: 168px;
    display: block;
    height: 49px;
    line-height: 49px;
    text-align: center;
	font-family: "Roboto", serif;
}


/* Signature Strucher */
.annual-detail-desc-main {
	margin: 30px 0;
}
.annual-detail-desc-main p {
    font-size: 18px;
    font-weight: 400;
    color: #646F78;
    line-height: 28px;
    margin-bottom: 20px;
	font-family: "Roboto", serif;
}
.annual-detail-desc-main p strong {
	color: #252525;
	font-weight: 700;
}


/* toc strucher */
.toc-main-section {
	background: #fff;
    padding: 25px 0;
    display: inline-block;
    width: 100%;
}
.toc-main-section h3.title {
	font-size: 30px;
    font-weight: 600;
	color: #2F3941;
	font-family: "Open Sans", sans-serif;
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
}
.toc-main-section .toc-sidebar {
    width: 29%;
    float: left;
	margin-right: 1%;
}
.toc-main-section .toc-sidebar .views-element-container {
	background: #FBF9FA;
	margin-bottom: 15px;
}
.toc-toc-organizational-information-content-main .title a {
    font-size: 18px;
    color: #999999 !important;
    font-weight: 400;
    margin: 0 3%;
    padding: 10px;
    display: inline-block;
    /* border-bottom: 1px solid #295E6329; */
    width: 94%;
}
.toc-toc-organizational-information-content-main:last-child .title a {
	border-bottom: 0;
}
.toc-main-section .toc-content {
    width: 70%;
    display: inline-block;
}
.toc-sidebar header {
    width: 100%;
    display: inline-block;
    padding: 15px;
    font-size: 22px;
    font-weight: 500;
    color: #111827;
	font-family: "Roboto", serif;
}
.toc-sidebar .toc-legal-impact-content-main {
	display: flex;
    width: 100%;
    align-items: center;
	padding: 10px;
}
/* .toc-sidebar .toc-legal-impact-content-main:hover {
    background: #295E631A;
} */
.toc-sidebar .views-row.active .toc-toc-organizational-information-content-main .title a {
    background: #295E631A;
    color: #295E63 !important;
}
.toc-sidebar .views-row.active .toc-legal-impact-content-maintoc-legal-impact-content-main {
  background: #295E631A;
}
.toc-sidebar .views-row.active .toc-legal-impact-content-main {
	background: #295E631A;
  }
.toc-sidebar .toc-legal-impact-desc-main li.views-row.active {
  background: #295E631A;
}
.toc-sidebar .toc-legal-impact-content-main.toc-heading-content-active {
    background: #295E631A;
}
.toc-sidebar .toc-legal-impact-content-main .thumbnail-main {
    width: 64px;
    height: 64px;
    margin-right: 15px;
}
.toc-sidebar .views-row {
	border-bottom: 1px solid #295E63;
}
.toc-sidebar .views-row:last-child {
	border-bottom: 0;
}
.toc-sidebar .title a {
	color: #295E63;
	font-size: 18px;
	font-weight: 500;
}
.toc-legal-impact-desc-main {
    padding: 10px;
}
.toc-legal-impact-desc-main ul {
	list-style: disc;
    padding-left: 18px;
	line-height: 30px;
}
.toc-legal-impact-desc-main ul li a {
	font-size: 14px;
    font-weight: 400;
    color: #646F78;
}


/* Banner-right-section */
.toc-main-section .toc-content-banner-main {
	position: relative;
	margin: 15px 0;
}
.toc-main-section .toc-content-banner-main .banner-desc {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 15%;
	transform: translate(0%, -50%);
}
.toc-main-section .toc-content-banner-main .banner-desc h2 {
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
}
.toc-main-section .toc-content-banner-main .banner-desc p {
	font-size: 18px;
	font-weight: 400;
	font-family: "Roboto", serif;
	color: #fff;
}
.toc-main-section .toc-content-banner-main .banner-img img {
	width: 100%;
}
.toc-main-section .toc-content-banner-main .donate-btn {
		margin: 8% 0;
}
.toc-main-section .toc-content-banner-main .donate-btn a {
	background-color: #295E63;
	font-size: 16px;
	color: #fff;
	width: 168px;
	display: block;
	height: 49px;
	line-height: 49px;
	text-align: center;
	font-family: "Roboto", serif;
}

.toc-content .toc-main-desc p {
	font-size: 18px;
	font-family: "Roboto", serif;
	font-weight: 400;
	color: #646F78;
	margin-bottom: 20px;
}
.toc-content .toc-main-desc p strong {
	color: #000;
}
.toc-content .toc-main-desc h2 a {
	font-size: 30px;
	color: #2F3941;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 2%;
    display: inline-block;
}
.toc-content .toc-main-desc img {
	width: 100%;
	margin-bottom: 10px;
}

/* testimonial */
.testimonial-content-main {
    background: #142F32;
    padding: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
	font-family: "Roboto", serif;
}
.testimonial-content-main .testimonial-img {
    text-align: center;
    display: inline-block;
}
.testimonial-content-main .testimonial-desc p strong {
	font-weight: 400;
	color: #FF8800;
	font-size: 18px;
	font-family: "Roboto", serif;
	margin: 10px 0;
    display: inline-block;
}
.testimonial-img img {
	height: 7.5rem;
	width: 7.5rem;
	border-radius: 9999px;
	-o-object-fit: cover;
	object-fit: cover;
}

/* Next & Previous */
/* .pagination-main {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 110px;
} */
.pagination-content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
	column-gap: 110px;
}

.pagination-content .thum-pager {
    display: flex;
    align-items: center;
}
.pagination-main .thum-pager a {
    width: 64px;
    height: 64px;
    object-fit: cover;
    display: inline-block;
}
.pagination-main .thum-pager img {
    width: 100% !important;
    height: 100% !important;
}

.pagination-main .previous-main, 
.pagination-main .next-main {
	width: 50%;
}

.pagination-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.pagination-main .previous-pager, 
.pagination-main .next-pager {
    display: flex;
	width: 50%;
    align-items: center;
    column-gap: 15px;
    border: 1px solid #142F324F;
    padding-right: 5px;
	margin: 15px 0;
	background: #FBF9FA;
}
.pagination-main .thum-pager {
    width: 64px;
    height: 64px;
}
.pagination-main .title-pager {
	font-size: 18px;
	color: #295E63;
	font-weight: 400;
	font-family: "Roboto", serif;
}
.pagination-nav .learn-more-text a,
.pagination-nav .next-txt a {
    color: #000 !important;
    font-size: 18px;
    font-weight: 400;
	align-items: center;
	display: flex;
	gap: 5px;
}
.pagination-nav .learn-more-text a::before {
	content: '';
	background: url('/themes/custom/ladc/apps/drupal/images/arrow-lt.svg') no-repeat;
	width: 24px;
	height: 24px;
	margin-right: 2%;
}
.pagination-main .learn-more-text a::after {
	display: none;
}
.pagination-main .next-main .next-txt {
    float: right;
}
.pagination-main .next-txt a::after {
	content: '';
	background: url('/themes/custom/ladc/apps/drupal/images/arrow-lt.svg') no-repeat;
	width: 24px;
	height: 24px;
	margin-left: 2%;
	transform: rotate(180deg);
}


/* mobile view accodion */
.mobile-hamburger-menu {
    display: none;
}

@media only screen and (max-width: 767px) {
	.toc-sidebar .views-row:last-child {
		border-bottom: 1px solid #295E63;
	}
	.mobile-hamburger-menu {
		background: #fff;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 30px 24px !important;
		padding-bottom: 0px !important;
	}
	.toc-main-section {
	  padding-top: 0 !important;
	  position: relative;
	}
	.mobile-hamburger-menu h3 {
		font-size: 22px;
		font-weight: 500;
		color: #111827;
		font-family: "Roboto", serif;
	}
}

/* Responsive design */
@media only screen and (max-width: 991px) {
	.annual-banner-main .banner-desc {
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -30%);
		width: 100%;
		text-align: center;
	}
	
	.annual-banner-main .donate-btn {
	  margin: 15px auto;
	  width: 100%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}

	.toc-main-section .toc-content-banner-main .banner-desc h2 {
		font-size: 28px;
	}
	.toc-main-section .toc-content-banner-main .donate-btn {
		margin: 2% 0;
	}	
}

@media only screen and (max-width: 767px) {
	.annual-banner-main .banner-desc {
		transform: translate(-50%, -50%);
	}
	.drupal-layout .drupal-layout__row .drupal-layout__column {
		width: 100%;
		float: left;
		padding: 2%;
		margin: 0;
	}
	.drupal-layout .drupal-layout__row .layout__region--first {
		border-right: 0;
		border-bottom: 1px solid #D9D9D9;
	}
	.toc-sidebar .toc-legal-impact-content-main .title {
		width: 100%;
	}
	.toc-sidebar .toc-legal-impact-content-main .title a {
		display: flex;
		align-items: center;
		justify-content: space-between;
        width: 100%;
	}
	/* .toc-sidebar .toc-legal-impact-content-main .title a:after {
		content: '';
		background: url('/themes/custom/ladc/apps/drupal/images/arrow_icon.svg') no-repeat;
		width: 30px;
		height: 6px;
		display: block;
		transform: rotate(-90deg);
	} */
	/* .toc-sidebar .views-row.active .toc-legal-impact-content-main .title a:after {
		transform: rotate(0deg);
	} */

	/* .table-of-content-main-section .toc-main-section .toc-content {
		display: none !important;
	} */
	.table-of-content-main-section .toc-sidebar .toc-content {
		display: block !important;
	}
	.toc-main-section .toc-sidebar .views-element-container {
		background-color: #fff;
		margin-bottom: 0;
	}
	
	.annual-banner-main .banner-desc h2 {
		font-size: 42px;
	}
	.annual-banner-main .banner-desc p {
		font-size: 13px;
	}
	.annual-banner-main .donate-btn a {
		font-size: 14px;
	}			
	.toc-main-section h3.title {
		text-align: center;
		font-size: 24px;
		padding-top: 0;
	}
	.toc-sidebar header {
		padding: 8px;
        font-size: 18px;
        font-weight: 500;
        background: #f3f3f3;
        margin-top: 10px;
	}
	.toc-legal-impact-desc-main {
		padding: 10px;
		/* display: none; */
	}
	.toc-main-section .toc-sidebar {
		width: 100%;
        padding: 0;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        height: 100%;
		margin: 0;
	}
	.toc-main-section .toc-content {
	  width: 100%;
	  display: inline-block;
	}
	.toc-main-section .toc-content-banner-main .banner-desc {
		left: 5%;
	}
	/* .pagination-main {
		display: none;
	} */
	.annual-detail-desc-main p {
		font-size: 14px;
	}	
	.toc-content .toc-main-desc p {
		font-size: 14px;
	}
	.toc-content .toc-main-desc h2 a {
		font-size: 24px;
	}
	.testimonial-content-main, 
	.testimonial-content-main .testimonial-desc p strong {
		font-size: 14px;
	}	
}

@media only screen and (max-width: 420px) {
	.annual-banner-main .banner-desc h2 {
        font-size: 24px;
    }
	.annual-banner-main .donate-btn a {
		width: 135px;
		display: block;
		height: 40px;
		line-height: 40px;
	}	
	.toc-main-section .toc-content-banner-main .banner-desc p {
		font-size: 14px;
	}
	.toc-main-section .toc-content-banner-main .banner-desc h2 {
		font-size: 18px;
	}
	.toc-main-section .toc-content-banner-main .donate-btn a {
		width: 150px;
		display: block;
		height: 40px;
		line-height: 40px;
	}
}	













#drupal-off-canvas {
  color: #ffffff;
}
.menu-link-contentmain .menu-level-0 .menu-item {
	display: none;
}
.menu-link-contentmain .menu-level-0 .menu-item.list-none {
	display: block;
}
.menu-link-contentmain nav h2#-menu{
	margin-bottom: 1.5rem;
	color: #17494D;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	font-family: Helvetica;
}
.main-primary-menu .menu-dropdown .menu-link-contentmain {
	display: none;
}

.main-primary-menu .menu-dropdown.open-menu .menu-link-contentmain {
	position: initial;
	box-shadow: none;
	display: block;
}

.menu-link-contentmain .layout--fourcol-section {
	flex-direction: column;
	flex-wrap: nowrap;
	margin-top: 2.25rem;
}
.menu-link-contentmain .layout__region--fourth.bg-backgroundNeutral-neutralLight {
	background-color: #F8F9F9;
	padding-top: 3rem;
}
@media only screen and (max-width: 768px) {
	.menu-link-contentmain .layout__region--fourth.bg-backgroundNeutral-neutralLight {
		margin: 0 -1rem;
		padding: 1.25rem 1rem 2rem 1rem;
	}
}
@media only screen and (min-width: 1024px) {
	.main-primary-menu .menu-dropdown.open-menu .menu-link-contentmain {
		display: block;
		position: absolute;
	  width: 100%;
	  margin-left: auto;
	  padding-left: 112px;
	  overflow: hidden;
	  float: left;
	  top: 100%;
	  background-color: #ffffff;
	  left: 0;
	  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.1), 0px 4px 6px -2px rgba(16, 24, 40, 0.05);
	}
	.menu-link-contentmain .layout--fourcol-section {
	  margin: 0 auto;
		padding: 32px 0 44px 0;
		flex-direction: row;
	}
	.menu-link-contentmain .layout__region--fourth {
		margin: -3rem 0;
		padding-top: 3rem;
		padding-right: 112px;
		max-width: 392px;
	}
	.menu-link-contentmain .layout__region--fourth.bg-backgroundNeutral-neutralLight {
		background-color: #F8F9F9;
	  padding-bottom: 2rem;
	  padding-left: 24px;
	}
}

@media only screen and (min-width: 1024px) {
	.menu-link-contentmain .layout--fourcol-section {
		padding-left: 0;
	}
}

.get-started-menu,
.sub-menu-link-only {
	padding: 0 24px; 
}
.get-started-menu .ul-wrapper,
.sub-menu-link-only .ul-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}
.get-started-menu .mega-menu-default-wrapper,
.sub-menu-link-only .mega-menu-default-wrapper {
	margin-bottom: 0.75rem;
}
#block-mainnavigation {
	position: unset;
}

.mega-menu-main-wrapper ul.main-primary-menu > li a {
	color: #2F3941;
	
}
.mega-menu-main-wrapper ul.main-primary-menu li a .svg {
	margin-left: 0;
	margin-right: 1.25rem;
}
.mega-menu-main-wrapper ul.main-primary-menu li a .menu-item-description {
	margin-left: 2.75rem;
}
.mega-menu-main-wrapper ul.main-primary-menu > li a:hover {
	color: #ed1c24;
}
.mega-menu-main-wrapper ul.main-primary-menu li a .svg {
	margin-left: 0;
	margin-right: 1.25rem;
}
.mega-menu-main-wrapper ul.main-primary-menu li a .menu-item-description {
	margin-left: 2.75rem;
}
.mega-menu-default-wrapper.menu-item--expanded .header-menu-item {
	position: relative;
}
.mega-menu-default-wrapper.menu-item--expanded .header-menu-item .svg {
	position: absolute;
  top: 0px;
  right: -22px;
}
.mega-menu-default-wrapper h3 {
	color: #17494D;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
}
@media only screen and (min-width: 1024px) {
	.main-primary-menu li.mega-menu-default-wrapper:nth-child(2) {
		margin-right: 2.5rem;
	}	
}

.menu-link-contentmain .layout--fourcol-section > .layout__region {
	flex: 0 1 25%;
}
.menu-link-contentmain .layout--fourcol-section .layout__region.layout__region--fourth {
	flex: 0 1 35.12%;
}
.mega-menu-default-wrapper.menu-item--expanded.open-menu .header-menu-item .svg {
	transform: rotate(180deg);
}
header .header-menu-item-wrapper {
	width: 100%;
}
header {
	width: calc(100% - 226px);
}
@media only screen and (min-width: 1024px) {
	header .header-menu-item-wrapper {
		min-width: 1024px;
	}
}
header .main-menu-element {
	margin-left: 3.5rem;
}
/* header styling */

.header-menu-item-wrapper.display-header {
	display: block;
	height: 100vh;
}

header h2.block-title {
  font-family: Helvetica;
  color: #17494D;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
}

.toc-sidebar .toc-legal-impact-content-main .thumbnail-main a {
    width:64px;
    height: 64px;
    display: inline-block;
}
.toc-sidebar .toc-legal-impact-content-main .thumbnail-main a img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
	.pagination-main .title-pager {
		color: #295E63;
		font-weight: 400;
		font-family: "Roboto", serif;
		display: -webkit-box;
		max-width: 100%;
		height: 35px;
		line-height: 18px !important;
		font-size: 14px;
		line-height: 1;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: left;
		justify-content: left;
	}
}

@media only screen and (max-width: 580px) {
	.pagination-content {
		column-gap: 0;
	}
	.pagination-main .previous-pager, .pagination-main .next-pager {
		width: 48%;
	}
}

/* .pagination-main .previous-main, .pagination-main .next-main {width: 50%; float: left;}
.pagination-main .previous-main .thum-pager a, .pagination-main .next-pager .thum-pager a {width: 64px; height: 64px; display: inline-block;}
.pagination-main .previous-main .thum-pager a img, .pagination-main .next-pager .thum-pager a img {width: 100%} */