/*--------------------------------------------------------------
# BUTTONS
--------------------------------------------------------------*/

.frt-section-btn {
	color: var(--blue);
	text-transform: uppercase;
	font-family: var(--sans-serif);
	background-color: #ffffff;
	transition: var(--transition);
	padding: 1.25rem 3rem 1rem;
	display: block;
	line-height: 1;
	font-weight: 500;
	font-variation-settings: "wght" 500;
	text-decoration: none;
}

.frt-2-col-pq .frt-section-btn,
.frt-2-col-4 .frt-section-btn {
	color: var(--orange);
}
.frt-2-col-4 .frt-section-btn:hover {
	background-color: #D55A3A;
	color: #ffffff;
}

.frt-section-btn:hover { 
	background-color: #313B76;
	color: #ffffff;
}

.frt-2-col-pq .frt-section-btn:hover {
	background-color: #D55A3A;
	color: #ffffff;
}

.frt-2-col-pq-img .frt-section-btn {
	background-color: var(--grey);
	color: var(--offblack);
}
.frt-2-col-3 .frt-section-btn {
	color: var(--offblack);
}
.frt-2-col-3 .frt-section-btn:hover {
	background-color: var(--grey);
}

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
.accordion {
	border-top: solid 2px #313B76;
}
.frt-table-of-contents .accordion {
	border-top: none;
}
h2.accordion-header .accordion-q {
	font-family: var(--serif);
	font-size: 24px;
	line-height: 115%;
}
.accordion-item {
	border-radius: 0 !important;
	background-color: var(--blue);
	color: #ffffff;
	border: none;
    border-bottom: solid 2px #313B76;
}
.frt-table-of-contents .accordion-item {
	background-color: var(--grey-20);
}

.accordion-button {
	text-transform: none;
	font-size: 32px;
	background-color: var(--blue);
	color: #ffffff;
}

.frt-table-of-contents .accordion-button {
	text-transform: none;
	background-color: var(--grey-20);
	color: var(--offblack);
}

.accordion-button:hover,
button.accordion-button:hover {
	border: none;
	background-color: var(--blue);
	color: rgba(255, 255, 255, .5);
}

.frt-table-of-contents .accordion-button:hover,
.frt-table-of-contents button.accordion-button:hover {
	border: none;
	background-color: var(--grey-40);
	color: var(--offblack);
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: var(--blue);
    box-shadow: none;
}

.frt-table-of-contents .accordion-button:not(.collapsed) {
    color: var(--offblack);
    background-color: var(--grey-20);
    box-shadow: none;
}

.accordion-number {
	font-size: 24px;
}
/*--------------------------------------------------------------
# IN PAGE MENU (MAIN)
--------------------------------------------------------------*/
.frt-header-dl-btn, a.frt-header-dl-btn .tiny {
	color: #ffffff;
	background-color: #313B76;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 60px;
	line-height: 1;
	height: auto;
	padding: 1rem 1rem 0.75rem;
	border: none;
	white-space: nowrap;
}
.frt-header-dl-btn:hover {
	border: none;
}
.in-page-menu {
	list-style-type: none;
	padding: 0 1rem;
}
.in-page-menu li {
	background-color: #ffffff;
	color: #313B76; 
	padding: 1.5rem 0.25rem 1rem;
	text-align: center;
	line-height: 1;
}
.in-page-menu li:nth-child(1) {
	padding-left: 1.5rem;
}
.in-page-menu li:last-child {
	padding-right: 1.5rem;
}
.in-page-menu li a {
	list-style-type: none;
}
.in-page-menu a {
	text-transform: uppercase;
	color: #313B76;
	margin: 0 0.5rem;
	font-size: 14px;
}
.dropdown-menu.show {
    border-radius: 0 !important;
    border: none !important;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-bottom: .3em solid;
    border-right: .3em solid transparent;
    border-top: 0;
    border-left: .3em solid transparent;
}
/* DOWNLOADS */
.frt-files {
	list-style-type: none;
	padding-left: 0;
}

/* OFF CANVAS MENU */
.frt-offcanvas-menu {
	border-right: none;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.frt-offcanvas-menu ul li {
	font-size: 0.75rem;
	text-transform: uppercase;
	font-variation-settings: "wght" 600;
	margin-bottom: 0.25rem;
}
.frt-dl-menu {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.frt-sidebar {
	border: solid 1px var(--grey-60);
}
/*--------------------------------------------------------------
# STYLES
--------------------------------------------------------------*/
.modern-footnotes-list, 
.modern-footnotes-list-heading  {
	display: none;
}
.uppercase {
	text-transform: uppercase;
}
.ico-file-white {
	display: inline-block;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	margin-right: 1rem;
	background-position: center;
	background-image: url(../img/file.svg);
	transition: var(--transition);
}
.ico-file-black { 
	display: inline-block;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	margin-right: 1rem;
	background-position: center;
	background-image: url(../img/file-black.svg);
	transition: var(--transition);
}


a:hover .frt-text-link-title .text-white, 
a:hover .frt-text-link-link .text-white,
a:hover .pipe .text-white {
	color: rgba(255, 255, 255, 0.6);
}
/*.frt-2-col-pq a:hover .ico-file-white {
	background-image: url(../img/file-black.svg);
}
.frt-intro a:hover .ico-file-black {
	background-image: url(../img/file.svg);
}
.frt-text-link-title, .frt-text-link-link {
	padding-top: 0.125rem;
	line-height: 1;
}
.frt-intro .frt-text-link-title, 
.frt-intro .frt-text-link-link,
.frt-intro .pipe,
.frt-2-col-pq .frt-text-link-title, 
.frt-2-col-pq .frt-text-link-link,
.frt-2-col-pq .pipe,
.frt-2-col-4 .frt-text-link-title,
.frt-2-col-4 .frt-text-link-link,
.frt-2-col-4 .pipe, {
	color: #ffffff;
	transition: var(--transition);
}

.frt-intro a:hover .frt-text-link-title, 
.frt-intro a:hover .frt-text-link-link,
.frt-intro a:hover .pipe,
.frt-2-col-4 a:hover .frt-text-link-title,
.frt-2-col-4 a:hover .frt-text-link-link,
.frt-2-col-4 a:hover .pipe, {
	color: rgba(255, 255, 255, 0.6);
}

.frt-2-col-pq-img a:hover .frt-text-link-title,
.frt-2-col-pq-img a:hover .frt-text-link-link,
.frt-2-col-pq-img a:hover .pipe {
	color: rgba(34, 31, 32, 0.6);
}

.frt-2-col-pq a:hover .frt-text-link-title, 
.frt-2-col-pq a:hover .frt-text-link-link,
.frt-2-col-pq a:hover .pipe {
	color: var(--offblack);
}*/

.entry-header.frt {
		height: 100vh;
}
.frt .entry-title, .frt.frt-intro, header .frt-intro-subheadline  {
	color: #ffffff;
}
.frt .entry-title {
	line-height: 1;
}
.frt-overlay {
	background: rgb(65,79,158);
	background: linear-gradient(0deg, rgba(65,79,158,1) 10%, rgba(33,31,33,0.6) 40%, rgba(0,0,0,0) 100%);
}

.frt-intro-headline {
	font-size: 22px;
	font-weight: 300;
	font-variation-settings: "wght" 300;
}

.frt-intro-subheadline {
	font-size: 15px;
}

.frt-text-link a {
	text-transform: uppercase;
	font-size: 13px;
	text-decoration: none;
	font-weight: 300;
	font-variation-settings: "wght" 300;
	color: #000000;
	transition: var(--transition);
}
.frt-text-link a:hover {
	color: #ffffff;
}	

.frt-text-link-link, .pipe {
	font-weight: 600;
	font-variation-settings: "wght" 600;
}

.frt-principles {
	color: #ffffff;
}

.frt-h2, .frt-principles h2 {
	color: #ffffff;
	font-size: 48px;
	line-height: 1;
}
.frt-principles-item {
	display: flex;
}
.frt-principles-item-txt,
.frt-principles-item-num {
	font-family: var(--serif);
	font-size: 24px;
	line-height: 115%;
}

.frt-principles-item-txt em {
	color: #F5C585;
}

.frt-principles-border {
	border-top: none;
	border-right: none;
	border-bottom: solid 2px #313B76;
}
.frt-principles-border:nth-child(3n) {
	border-right: none;
}
.frt-principles-border:nth-child(4n) {
	border-right: none;
}
.frt-principles-wrap {
	border-top: solid 2px #313B76;
}
.frt-2-col-pq {
	color: #ffffff;
}

.frt-2-col-pq-right {
	background-color: #D55A3A;
}
.frt-pq {
	font-size: 24px;
	font-family: var(--serif);
	line-height: 115%;
}
.frt-4-col-row {
	border-top: solid 2px rgba(189,179,173,0.4);
}
.frt-4-col-item {
	border-right: solid 2px rgba(189,179,173,0.4);
}
.frt-4-col-item:nth-child(1n),
.frt-4-col-item:nth-child(2n) {
	border-bottom: solid 2px rgba(189,179,173,0.4);
}
.frt-4-col-item:nth-child(2n),
.frt-4-col-item:nth-child(4n) {
	border-right: none;
}
.frt-4-col h2 {
	color: var(--offblack);
}
.blue-two-col {
	color: #ffffff;
}
.blue-two-col-left {
	background-color: #313B76;
}
.blue-two-col ol li {
	margin-bottom: 1rem;
}
.frt-steps-brdr {
	border-right: solid 2px #313B76;
	border-bottom: solid 2px #313B76;
}
.frt-steps-brdr:nth-child(2n), 
.frt-steps-brdr:nth-child(4n) {
	border-right: none;
}
.frt-steps-brdr:nth-child(1n), 
.frt-steps-brdr:nth-child(2n) {
	border-top: solid 2px #313B76;
}
.frt-steps-brdr:nth-child(3n), 
.frt-steps-brdr:nth-child(4n) {
	border-top: none;
}
.frt-2-col-pq-img, 
.frt-2-col-pq-img .frt-h2,
.frt-2-col-pq-img .frt-2-col-pq-txt, 
.frt-2-col-pq-img .frt-text-link a .frt-text-link-title,
.frt-2-col-pq-img .frt-text-link a .frt-text-link-link,
.frt-2-col-pq-img .frt-text-link a .pipe {
	color: var(--offblack);
}

.frt-2-col-pq-img .frt-2-col-pq-right {
	color: #ffffff;
}

.frt-2-col-3 {
	background-color: #383536;
}

.frt-img-container {
  width: 100%;
  height: auto; /* Full viewport height */
  overflow: hidden; /* Ensures no scrollbars */
}

.frt-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the entire container */
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
	.entry-header.frt {
		height: 100vh;
	}
	.frt-intro-headline {
		font-size: 26px;
	}

	.frt-intro-subheadline {
		font-size: 16px;
	}
	.frt-text-link a {
		font-size: 14px;
	}
	.frt-h2, .frt-principles h2 {
		font-size: 54px;
	}
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.entry-header.frt {
		height: 80vh;
	}
	.frt-intro-headline {
		font-size: 30px;
	}

	.frt-intro-subheadline {
		font-size: 18px;
	}
	.frt-h2, .frt-principles h2 {
		font-size: 60px;
	}
	.frt-principles-item {
		display: block;
	}
	.frt-principles-border {
		border-top: solid 2px #313B76;
		border-right: solid 2px #313B76;
		border-bottom: none;
		border-collapse: collapse;
	}
	.frt-principles-border:nth-child(4n) {
		border-right: solid 2px #313B76;
	}
	.frt-principles-border:nth-child(3n),
	.frt-principles-border.frt-principles-border-btn {
		border-right: none;
	}
	.frt-principles-wrap {
		border-top: none;
	}
	.frt-pq {
		font-size: 28px;
	}
	.frt-4-col-item {
		border-right: solid 2px rgba(189,179,173,0.4);
	}
	.frt-4-col-item:nth-child(1n), 
	.frt-4-col-item:nth-child(2n) {
	    border-bottom: solid 2px rgba(189, 179, 173, 0.4);
	}
	.frt-4-col-item:nth-child(2n),
	.frt-4-col-item:nth-child(4n) {
		border-right: none;
	}
	.frt-steps-brdr {
		border-right: solid 2px #313B76;
		border-bottom: solid 2px #313B76;
	}
	.frt-steps-brdr:nth-child(2n), 
	.frt-steps-brdr:nth-child(4n) {
		border-right: none;
	}
	.frt-steps-brdr:nth-child(1n), 
	.frt-steps-brdr:nth-child(2n) {
		border-top: solid 2px #313B76;
	}
	.frt-steps-brdr:nth-child(3n), 
	.frt-steps-brdr:nth-child(4n) {
		border-top: none;
	}
	.frt-img-container {
	  width: 100%;
	  height: 100vh; /* Full viewport height */
	  overflow: hidden; /* Ensures no scrollbars */
	}
	h2.accordion-header .accordion-q {
		font-size: 32px;
	}
	/* OFF CANVAS MENU */
	.frt-offcanvas-menu {
		border-right: solid 1px var(--grey-60);
	}
	.frt-post-menu .frt-offcanvas-menu {
		border-right: none;
	}

}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.entry-header.frt {
		height: 100vh;
	}
	.frt-intro-headline {
		font-size: 36px;
	}

	.frt-intro-subheadline {
		font-size: 18px;
	}
	.frt-h2, .frt-principles h2 {
		font-size: 64px;
	}
	.frt-principles-border {
		border-top: solid 2px #313B76;
		border-right: solid 2px #313B76;
		border-bottom: none;
		border-collapse: collapse;
	}
	.frt-principles-border:nth-child(3n) {
		border-right: solid 2px #313B76;
	}
	.frt-principles-border:nth-child(4n) {
		border-right: none;
	}
	.frt-2-col-pq {
		/*height: 100vh;*/
	}
	.frt-2-col-pq-img {
		/*min-height: 100vh;*/
		height: auto;
	}
	.frt-pq {
		font-size: 36px;
	}
	.frt-4-col-item:nth-child(2n) {
	    border-right: solid 2px rgba(189, 179, 173, 0.4);
	}
	.frt-4-col-item:nth-child(4n) {
	    border-right: none;
	}
	.frt-steps-brdr {
		border-left: solid 2px #313B76;
		border-bottom: solid 2px #313B76;
	}
	.frt-steps-brdr:nth-child(1n), 
	.frt-steps-brdr:nth-child(2n) {
		border-top: none;
	}
	.frt-steps-brdr:nth-child(2n), 
	.frt-steps-brdr:nth-child(4n) {
		border-left: none;
	}
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.entry-header.frt {
		height: 100vh;
	}
	.frt-intro-headline {
		font-size: 36px;
	}

	.frt-intro-subheadline {
		font-size: 18px;
	}
	.frt-h2, .frt-principles h2 {
		font-size: 72px;
	}
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
	.entry-header.frt {
		height: 100vh;
	}
	.frt.frt-intro {
		height: 100vh;
		color: #ffffff;
	}

	.frt-intro-headline {
		font-size: 36px;
	}

	.frt-intro-subheadline {
		font-size: 20px;
	}

	.frt-h2, .frt-principles h2 {
		font-size: 72px;
	}
	.frt-pq {
		font-size: 36px;
	}

}