/* CSS Document */

#interior-header{
	background: url("../images/fpo/header2.jpg") no-repeat center center;
	background-size: cover;
}

.calculator_title {
	padding-bottom: 16px;
	font-size: 20px;
}

.content-section picture{
	height: 240px;
}
.content-section.left picture,
.content-section.right picture{
	border-radius: 5px 5px 0 0;
}
.content-section.left .text-block,
.content-section.right .text-block{
	border-radius: 0 0 5px 5px;
}

.dynamicModal h4{
	font-size: 30px;
	color: var(--primary-color);
}

.fees_and_tuition_total {
	width: 100%;
	height: 100%;
	color: var(--primary-color);
	background-color: rgb(142,208,80);
}

.full_row {
	width: 100%;
	height: 100%;
}

.card.int picture{
	height: 250px;
	background: url(../images/placeholder.jpg) no-repeat center center;
}

#toggle-all span{
	display: inline-block;
}
#toggle-all > span{
	transition: all .3s ease;
	cursor: pointer;
}
#toggle-all > span:hover{
	color: var(--secondary-color);
}
#toggle-all > span > span:nth-child(2),
#toggle-all > span > span:nth-child(4),
#toggle-all > span.click > span:first-child,
#toggle-all > span.click > span:nth-child(3){
	display: none;
}
#toggle-all > span.click > span:nth-child(2),
#toggle-all > span.click > span:nth-child(4){
	display: inline-block;
}
#toggle-all > span.click > span:nth-child(3){
	transform: rotate(-180deg);
}
#accordion .accordion-item{
	border: none;
	background-color: transparent;
}
#accordion .accordion-item.not-forced + .accordion-item.forced{
	padding-top: 3rem !important;
}
#accordion .accordion-item .heading.collapsed{
	border-bottom: 2px solid var(--extra-light-gray-color);
}
#accordion .accordion-item .heading{
	border-bottom: 2px solid var(--primary-color-hover);
}
#accordion .accordion-item:last-child .heading{
	border-bottom: none;
}
#accordion .accordion-item .heading{
	transition: all .3s ease;
}
#accordion .accordion-item .heading.collapsed{
	background-color: var(--lightest-gray-color);
	color: var(--primary-color);
}
#accordion .accordion-item .heading,
#accordion .accordion-item:hover .heading,
#accordion .accordion-item:focus .heading{
	background-color: var(--primary-color-hover);
	color: var(--bs-white);
}
#accordion .accordion-item .heading > div:last-child > span,
#accordion .accordion-item:hover .heading.collapsed > div:last-child > span{
	color: var(--bs-white);
}
#accordion .accordion-item .heading > div:last-child > span{
	transform: rotate(-180deg);
	transition: all .2s linear;
}
#accordion .accordion-item .heading.collapsed > div:last-child > span{
	transform: rotate(0);
	color: var(--secondary-color);
}

#page-categories > a > div:first-child > div:nth-child(2),
#page-categories > a.active > div:first-child > div:first-child{
	display: none;
}
#page-categories > a.active > div:first-child > div:nth-child(2){
	display: block;
}

.at-share-btn-elements{
    display: block;
    white-space: nowrap;
}

#path-forward .row a,
#path-forward .row a .content{
	position: relative;
}
#path-forward .row a{
	height: 225px;
}
#path-forward .row a .content,
#path-forward .row a .content:after{
	transition: all .25s cubic-bezier(.335,.015,.25,.995);
}
#path-forward .row a .content:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--primary-color-hover);
	border-radius: 0 0 5px 5px;
	opacity: .8;
	z-index: 1;
}
#path-forward .row a:hover .content:after{
	background-color: var(--alternate-color);
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before,
table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:after{
	color: var(--primary-color-hover);
	bottom: 1em !important;
}
table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before{
	right: 1.15em !important;
}
#degree-table_wrapper .row:first-child > div:first-child,
#faculty-table_wrapper .row:first-child > div:first-child{
	display: none;
}
.dataTables_empty{
	font-family: var(--secondary-font);
	font-size: 20px;
	color: var(--secondary-color) !important;
	font-style: italic;
	font-weight: 700;
}
#degree-table_filter,
#faculty-table_filter{
	margin-bottom: 1rem;
}
#degree-table_filter label,
#faculty-table_filter label,
.dataTables_info{
	font-size: 14px;
	font-style: italic;
}
#degree-table_filter label,
#faculty-table_filter label{
	font-family: var(--secondary-font);
	font-size: 16px;
	color: var(--primary-color-hover);
	font-weight: 700;
}
#degree-table_filter label input,
#faculty-table_filter label input{
	outline: none !important;
	box-shadow: none !important;
	width: 100% !important;
}
#degree-table thead > tr > th:last-child:before,
#degree-table thead > tr > th:last-child:after,
#faculty-table thead > tr > th:last-child:before,
#faculty-table thead > tr > th:last-child:after{
	display: none;
}
#degree-table.table,
#faculty-table.table{
	--bs-table-striped-bg: var(--lightest-gray-color);
}
#degree-table.table>:not(caption)>*>*,
#faculty-table.table>:not(caption)>*>*{
	border-bottom-width: 0 !important;
}
#degree-table.table tr td,
#faculty-table.table tr td{
	border-right: 1px solid var(--extra-light-gray-color);
}
#degree-table.table tr td:last-child,
#faculty-table.table tr td:last-child{
	border-right: 0;
}
#degree-table.table.dataTable,
#faculty-table.table.dataTable{
	border-collapse: collapse !important;
}

.table-main tbody tr td{
	position: relative;
}
.table-main tbody tr td:after,
.table-main tbody tr td span{
	transition: all .25s cubic-bezier(.335,.015,.25,.995);
}
.table-main tbody tr td:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--primary-color-hover) !important;
	opacity: 0;
}
.table-main tbody tr:hover td:after{
	opacity: 1;
}
.table-main tbody tr:hover td svg,
.table-main tbody tr:hover td .text-primary-color,
.table-main tbody tr:hover td .text-primary-color-hover,
.table-main tbody tr:hover td .text-gray-color{
	color: var(--bs-white) !important;
}
.table-main tbody tr:hover a.movem.reverse span{
	transform: translateX(-7px);
}

#pages-sidebar > div{
	border-bottom: 1px solid var(--alternate-color);
	padding-bottom: 2.5rem;
	margin-bottom: 2.5rem;
}
#pages-sidebar > div:first-child{
	border-top: 1px solid var(--alternate-color);
	padding-top: 2.5rem;
}
#pages-sidebar > div:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.location-icons > div:nth-child(4n+1) svg{
	color: var(--primary-color);
}
.location-icons > div:nth-child(2) svg,
.location-icons > div:nth-child(4n+2) svg{
	color: var(--gray-color);
}
.location-icons > div:nth-child(3) svg,
.location-icons > div:nth-child(4n+3) svg{
	color: var(--primary-color-hover);
}
.location-icons > div:nth-child(4) svg,
.location-icons > div:nth-child(4n+4) svg{
	color: var(--alternate-color);
}

/********************************************************** MEDIA QUERRIES ******************************************************************/

/* Phone (landscape) */
@media (min-width: 576px){
    
	.card.int picture{
		height: 200px;
	}

	.content-section picture{
		height: 350px;
	}

}

/* Tablet (portrait) */
@media(min-width:768px){
    
	.card.int picture{
		height: 250px;
	}
    .card.int.sm picture{
		height: 200px;
	}

	.content-section picture{
		height: 420px;
	}
	
}

/* Tablet (landscape) */
@media(min-width:992px){
    
	.dynamicModal h4{
		font-size: 34px;
	}
	
    .card.int picture{
		height: 200px;
	}
    .card.int.sm picture{
		height: 175px;
	}

	.content-section picture,
	.content-section .text-block{
		width: 50%;
		min-width: 50%;
		max-width: 50%;
	}
	.content-section picture{
		height: auto;
		min-height: 350px;
		width: 45%;
		min-width: 45%;
		max-width: 45%;
	}
	.content-section .text-block{
		width: 55%;
		min-width: 55%;
		max-width: 55%;
	}
	.content-section.left picture,
	.content-section.right .text-block{
		border-radius: 5px 0 0 5px;
	}
	.content-section.left .text-block,
	.content-section.right picture{
		border-radius: 0 5px 5px 0;
	}

	#path-forward .row a{
		height: 170px;
	}
	#path-forward .row a .content{
		font-size: 12px;
	}

	table.dataTable>thead .sorting:before,
	table.dataTable>thead .sorting_asc:before,
	table.dataTable>thead .sorting_desc:before,
	table.dataTable>thead .sorting_asc_disabled:before,
	table.dataTable>thead .sorting_desc_disabled:before,
	table.dataTable>thead .sorting:after,
	table.dataTable>thead .sorting_asc:after,
	table.dataTable>thead .sorting_desc:after,
	table.dataTable>thead .sorting_asc_disabled:after,
	table.dataTable>thead .sorting_desc_disabled:after{
		bottom: .85em !important;
	}

	#pages-sidebar > div:first-child{
		border-top: none;
		padding-top: 0;
	}
	
}

/* Desktop */
@media(min-width:1200px){
    
	.dynamicModal h4{
		font-size: 40px;
	}
    
	.card.int picture{
		height: 250px;
	}
    .card.int.sm picture{
		height: 225px;
	}

	.content-section picture{
		min-height: 425px;
	}

	#path-forward .row a{
		height: 200px;
	}
	#path-forward .row a .content{
		font-size: 14px;
	}
	
}

@media(min-width:1400px){

	.content-section picture{
		min-height: 450px;
	}

	#path-forward .row a{
		height: 215px;
	}

}

@media(min-width:1600px){

	.content-section picture{
		min-height: 500px;
	}

	#path-forward .row a:hover .content{
		letter-spacing: 2px;
	}
	#path-forward .row a{
		height: 250px;
	}
	
}

@media(min-width:1800px){

	.content-section picture{
		min-height: 550px;
	}

	#path-forward .row a{
		height: 275px;
	}
	#path-forward .row a .content{
		font-size: 18px;
	}
	
}

@media(min-width:1900px){

	.content-section picture{
		min-height: 600px;
	}

	#path-forward .row a{
		height: 300px;
	}
	#path-forward .row a .content{
		font-size: 20px;
	}

}

@media(min-width:2000px){

	#path-forward .row a{
		height: 325px;
	}

}

@media(min-width:2200px){

	#path-forward .row a{
		height: 350px;
	}

}

@media(max-width: 992px){
	.name_label {
		padding-bottom: 10px;
		font-size: 20px;
	}

	.fee_title {
		font-size: 20px;
	}

	.fee_total {
		font-size: 20px;
	}

	.total_fee_title {
		font-size: 22px;
		font-weight: bold;
	}

	.total_fee_total {
		font-size: 22px;
		font-weight: bold;
	}

	.calculator_title {
		font-size: 22px;
		font-weight: bold;
	}

	.fee_label {
		padding-bottom: 3px;
	}

	#housing_total {
		margin-top: -30px;
	}

	.total_label {
		font-size: 20px;
		display: flex;
		text-align: center;
		justify-content: center;
	}
}