/* custom styles */

.fl-content.col-md-12.post-detail_wrapper {
    justify-content: center;
}
.post-detail_content .post-detail_title {
    display: block;
}
.post-detail_top {
    height: 600px;
}

.fl-builder-content[data-type="header"].fl-theme-builder-header-sticky {
/*    top: 117px !important;*/
    top: 0 !important;
    transform: none !important;
}

.admin-bar .fl-builder-content[data-type="header"].fl-theme-builder-header-sticky {
/*    top: 153px !important;*/
}



header .navbar__subdivision--1 {
	margin: 0 auto;
}


.fbyf-module.navbar__container .navbar__menu .menu .menu-item>a, .fbyf-module.navbar__container .navbar__menu .menu .menu-item>div>a {
    margin-top: 0;
    margin-bottom: 0;
}
.fbyf-module.navbar__container .navbar__menu .menu--single-column .menu-item.menu-item-has-children:hover .sub-menu {
    top: 46px;
}
.post-detail_wrapper .post-detail_content {
    max-width: 100%;
    padding-top: 45px;
}
.post-detail_title.title-left {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
}
.post-meta {
    padding: 0 20px;
    margin-bottom: 30px;
}
.post-detail_title.title-left {
    margin: 0;
    padding: 0 20px;
    max-width: 100%;
    margin-bottom: 30px;
}

.post-detail_title h3 {
	font-size: inherit;
	line-height: inherit;
}


.post-detail_categories {
    margin-top: 50px;
    padding: 0 20px;
    margin-bottom: 15px;
    font-size: 1.75rem;
}
@media screen and (min-width: 767px) {
    .fl-content.col-md-12.post-detail_wrapper > .post-detail_content {
        order: 2;
    }
    .fl-content.col-md-12.post-detail_wrapper > .post-detail_sidebar {
        order: 1;
    }
}

.fl-builder-content[data-type="header"].fl-theme-builder-header-sticky {
    top: 75px;
}
@media screen and (max-width: 1280px) {
    .fl-builder-content[data-type="header"].fl-theme-builder-header-sticky {
        top: 73px;
    }
}
@media screen and (max-width: 1024px) {
    .fl-builder-content[data-type="header"].fl-theme-builder-header-sticky {
        top: 82px;
    }
}
@media screen and (max-width: 600px) {
    .fl-builder-content[data-type="header"].fl-theme-builder-header-sticky {
        /* top: 34px; */
    }
}

/*# sourceMappingURL=../maps/main.min.css.map */



header.fl-theme-builder-header-sticky {
	border-top: solid 1px #DB6B30;
	border-bottom: solid 1px #DB6B30;
	filter: drop-shadow(0px 0px 20px rgba(0,0,0,0.5));
}

.fl-page .search-form-container {
    padding: 0px 0px 80px;
}

.fl-page .search-form .search-form_top-bar {
    margin-top: 0;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 40px;

    width: fit-content;
    background-color: #DB6B30;
    color: #ffffff;

    padding: 5px 10px 5px 40px;
    border-bottom-left-radius: 1000px;
}

.fl-page .search-form .search-form_top-bar::after {
	content: '';
	height: 58px;
	width: 10000px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(100%);
	background-color: inherit;
}

.fl-page .search-form_top-bar a {
	display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 10px;
    line-height: 1.75;
    white-space: nowrap;
}

@media screen and (max-width: 600px) {
	.fl-page .search-form_top-bar a {
		display: block;
	    font-size: 12px;
	    width: fit-content;
	    margin-right: 0 !important;
	    margin-left: auto;
	    text-align: right;
		padding: 0;
	}

	.fl-page .search-form_top-bar a:not(.button) {
	    line-height: 1.25;
	}
}

.fl-page .search-form_top-bar a.btn {
    color: #DB6B30;
    background-color: #ffffff;
    border-radius: 9px;
    padding: 3px 20px;
}

.fl-page .search-form_top-bar a:hover {
    opacity: 0.75;
}

.fl-page .search-form_top-bar a:not(.button) {
/*    margin-right: 1vw;*/
}

.fbyf-module.navbar__container .navbar__logo {
/*    max-height: 45px;*/
}
.fl-node-dm8bkqaiuv9t.fl-row > .fl-row-content-wrap {
    padding: 20px;
}


/* -------------------------------------------------------------------------------- */
/* This section is specifically for temporarily masking long post content           */
/* -------------------------------------------------------------------------------- */

.single-publication .fl-post-content {
    position: relative;
    max-height: 1500px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.single-publication .fl-post-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px; /* Adjust fade-out area */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    pointer-events: none; /* Ensures clicks pass through */
}

.single-publication .fl-post-content.expanded {
    max-height: none; /* Remove height limit when expanded */
}

.single-publication .fl-post-content.expanded::after {
    display: none; /* Remove fade effect when fully expanded */
}

.single-publication .read-more-toggle {
    margin: 20px auto;
    display: block;
    width: fit-content;
}

/* -------------------------------------------------------------------------------- */

div#global-nav {
    background-color: #1B365D;
}

div#global-nav a {
    color: #fff;
    text-transform: uppercase;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: inline-block;
}

ul#menu-secondary-navigation {
    padding: 0;
    display: flex;
    margin-bottom: 0;
    justify-content: flex-end;
}

ul#menu-secondary-navigation > li+li {
    margin-left: 3rem;
}
li.menu-btn > a {
    background-color: #DB6B30;
    padding: 1rem;
    font-weight: 600;
    padding: 1rem 2rem;
}
a#nav-search-open-1,
.search-toggle {
    display: none;
}
a#nav-search-open-3 {
	display: none;
}
@media screen and (min-width: 1025px) {
	.fbyf-module.navbar__container .navbar__menu .menu--single-column .menu-item.menu-item-has-children .sub-menu .sub-menu {
		display: none !important;
		background-color: #E4E7EC;
	}
	.fbyf-module.navbar__container .navbar__menu .menu--single-column .menu-item.menu-item-has-children .sub-menu > li.menu-item-has-children:hover .sub-menu {
		display: flex !important;
		left: 100%;
		top: 0;
		transform: none;
	}
	#menu-main-navigation .fl-has-submenu-container > a {
		display: block;
		text-align: left;
		position: relative;
		padding: 15px 25px;
	}
	#menu-main-navigation a {
		text-align: left;
		line-height: 1.5;
		font-weight: 700;
	}
	#menu-main-navigation .sub-menu  .fl-has-submenu-container > a::after {
		transform: rotate(90deg) translateX(-50%);
		position: absolute !important;
		right: 12px;
		top: 50%;
		height: 20px;
		width: 15px;
		margin: 0;
	}
	a#nav-search-open-1 {
		display: block;
	}
	div#nav-search-form-2 {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		width: 0;
		max-width: calc(100vw - 1rem);
		transition: 0.2s all ease-in-out;
		opacity: 0;
		pointer-events: none;
	}
	div#nav-search-form-2.show {
		width: 850px;
		opacity: 1;
		pointer-events: initial;
	}
	#nav-search-form-2 .search-form_input img.search-icon {
		right: 65px;
	}
	a#nav-search-open,
	.search-toggle {
		display: block;
	}
}

@media screen and (min-width: 1024px) {
	.hide-on-desktop {
		display: none !important;
	}
}

@media screen and (max-width: 1025px) {
	div#nav-search-form-4 {
		padding-top: 2rem;
		padding-bottom: 2rem;
		width: 100%;
	}
	#menu-main-navigation-1 ul.sub-menu.opened ul.sub-menu.opened {
		background-color: #E4E7EC;
		margin: 1rem;
		display: block;
		padding: 1rem;
	}
	#menu-main-navigation-1 a {
		color: #1B365D;
	}
}
@media screen and (max-width: 576px) {
	.hide-on-mobile {
		display: none !important;
	}
}
/* #menu-main-navigation-1 ul.sub-menu {
    display: none;
} */
#menu-main-navigation-1 ul.sub-menu.opened {
    max-height: none !important;
	/* display: block; */
}
.flip-card {
	background-color: transparent;
	width: 300px;
	height: 200px;
	perspective: 1000px;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); 
}

.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	display: flex;
	align-items: center; 
	justify-content: center; 
	flex-direction: column;
	padding: 20px; 
	color: white; 
}

.flip-card-front {
	background-color: #1C365D; 
	font-weight: bold; 
}

.flip-card-back {
	background-color: #DB6B30; 
	transform: rotateY(180deg);
}
.flip-card.big-card {
    width: 95%;
}
.flip-card.big-card p {
    font-size: 2.5rem;
}
.flip-card.big-card > .flip-card-inner > * {
    padding: 3rem;
}

hr.orange {
	background-color:#DB6B30;
	height: 1px;
	opacity: 1;
	border: none;
}
#accordions a.fl-accordion-button-label {
    font-weight: 700;
    font-size: 2rem;
    color: #1b365d;
}
.fl-page #accordions .fl-accordion-button-icon-right {
    transform: translateY(7px);
    color: #0b365d;
}
.fl-page .btn-lg a.button.button-primary {
	font-size: 18px;
    line-height: 18px;
    border: 1px solid #cf5f24;
    background-color: #DB6B30;
	padding: 18px 36px;
}
.fl-page .btn-lg a.button.button-primary:hover {
    background-color: #fff;
}
.course-links-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 3rem;
}

.course-links-row a.course-link {
    background-color: #fff;
    padding: 3rem;
    display: block;
    height: 100%;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 2.25rem;
    justify-content: center;
}
.course-links-row .link-wrapper {
    max-width: 100%;
    flex: 0 0 100%;
	flex-grow: 1;
	padding-left: 1rem;
    padding-right: 1rem;
	margin-top: 2rem;
}
h1.fl-module.fl-module-heading.fl-heading.fl-heading-text {
    font-size: 60px;
	line-height: 1.2;
}
h2.fl-module.fl-module-heading.fl-heading.fl-heading-text {
    font-size: 50px;
	line-height: 1.2;
}
h3.fl-module.fl-module-heading.fl-heading.fl-heading-text {
	font-size: 42px;
	line-height: 1.2;
}
h4.fl-module.fl-module-heading.fl-heading.fl-heading-text {
    font-size: 34px;
	line-height: 1.2;
}
h5.fl-module.fl-module-heading.fl-heading.fl-heading-text {
    font-size: 26px;
	line-height: 1.2;
}
@media screen and (max-width: 625px) {
	h1.fl-module.fl-module-heading.fl-heading.fl-heading-text {
		font-size: 54px;
	}
	h2.fl-module.fl-module-heading.fl-heading.fl-heading-text {
		font-size: 48px;
		line-height: 1.2;
	}
}
@media screen and (min-width: 625px) {
	.course-links-row .link-wrapper {
		max-width: 50%;
		flex: 0 0 50%;
	}
}
@media screen and (min-width: 992px) {
	.course-links-row .link-wrapper {
		max-width: 25%;
		flex: 0 0 25%;
		margin-top: 0;
	}
}
.swiper.slider-2 {
	color: #fff;
	text-align: center;
	margin-top: 2rem;
}
.swiper.slider-3 {
	color: #fff;
}
.swiper.slider-3 .swiper-slide,
.swiper.slider-2 .swiper-slide {
	padding-left: 75px;
	padding-right: 75px;
}

.swiper.slider-2 .swiper-slide > .slide-inner {
    border: solid 1px #DB6B30;
	padding: 2rem;
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
	font-size: 3rem;
}
.swiper.slider-2 .swiper-button-next::after,
.swiper.slider-2  .swiper-button-prev::after {
	color: #DB6B30;
}
.swiper.slider-1 {
    margin-top: 4rem;
}
.slider-1 .slide-inner {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
}

.slide-inner .icon > img {
    max-height: 65px;
    width: auto;
}

figure.icon {
    margin-bottom: 2rem;
}
.fl-page .swiper .swiper-pagination {
    bottom: 0rem;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #DB6B30;
}
.swiper-pagination-bullet {
    border: solid 1px #DB6B30;
    width: 14px;
    height: 14px;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0);
}
.swiper {
	padding-bottom: 3rem;
}