  .tuition-section-inner {
	display: flex;
	flex-direction: column;
}

.tuition-section .fee {
	align-items: flex-start;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(9,8,116,0) 40%, rgba(198,79,55,1) 40%, rgba(198,79,55,1) 48%, rgba(6,81,168,0) 48%, rgba(0,212,255,0) 100%);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 4px;
	transition: all 0.2s;
	text-transform: uppercase
}

.tuition-section .fee-name {
	margin-top: 30px;
}

.tuition-section .column .fee:last-child {
	font-weight: bold;
}

.tuition-section .column .fee:last-child img {
	display: none;
}

.tuition-section .fee:hover, .tuition-section .fee:active {
	color: #C64F37;
}

.tuition-section .fee:last-child:hover, .tuition-section .fee:last-child:active {
	color: #000;
}

.tuition-section .fee-info {
	background-color: #731013;
	display: none;
	height: 100%;
	left: 0;
	padding: 20px 45px 22px;
	position: fixed;
	top: 0;
	z-index: 500;
}

.tuition-section .fee-info .close-button {
	cursor: pointer;
	display: block;
	margin: 0 0 20px auto;
	transform: rotate(45deg);
	transition: all 0.2s;
}

.tuition-section .fee-info .close-button:hover, .tuition-section .fee-info .close-button:active {
	transform: rotate(135deg);
}

.tuition-section .oklahoma-residents {
	margin-bottom: 50px;
}

.tuition-section .residence-title {
	font-family: 'Montserrat';
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
}

.tuition-section .fee .i-icon {
	margin: 0 10px 0 5px;
	position: relative;
	top: -1px;
	width: 18px;
}

.tuition-section .fee .fee-name, .tuition-section .fee .fee-cost {
	background-color: #fff;
}

.tuition-section .fee-info-section {
	background-color: #731013;
}

.tuition-section .fee-info-section p {
	color: #fff;
	font-family: 'Montserrat';
	line-height: 1.33;
	font-size: 18px;
	font-weight: 500;
}

.tuition-section .fee-info .fee-name {
	color: #fff;
	font-family: 'Montserrat';
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.tuition-section .fee {
		align-content: center;
		align-items:  center;
		background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(9,8,116,0) 40%, rgba(198,79,55,1) 40%, rgba(198,79,55,1) 60%, rgba(6,81,168,0) 60%, rgba(0,212,255,0) 100%);
		flex-direction: row;
		font-size: 14px;
		letter-spacing: 2px;
		justify-content: space-between;
		margin-bottom: 12px;
	}

	.tuition-section .fee-name {
		margin-top: 0;
	}

	.tuition-section .fee-cost {
		padding-left: 10px;
	}
}

@media (min-width: 1025px) {

	.tuition-section .fee {
		letter-spacing: 4px;
		font-size: 16px;
	}
}

@media (min-width: 1440px) {

	.tuition-section .fee-info {
		height: auto;
		position: relative;
		margin-top: 20px;
	}

	.tuition-section .fee-info:before {
		content: '';
		display: block;
		position: absolute;
		top: -39px;
		width: 0;
		height: 0;
		border: 0 solid transparent;
		border-right-width: 40px;
		border-left-width: 40px;
		border-bottom: 40px solid #731013;
		left: 230px;
	}

	.tuition-section-inner {
		flex-direction: row;
	}

	.tuition-section .column {
		width: 50%;
	}

	.tuition-section .oklahoma-residents {
		padding-right: 35px;
	}

	.tuition-section .out-of-state-residents {
		padding-left: 35px;
	}

	.tuition-section .fee-cost {
		text-align: right;
	}
	
	.tuition-section .fee-name {
		display: flex;
		align-content: center;
	}

	.tuition-section .oklahoma-residents {
		margin-bottom: 0;
	}
}

@media (min-width: 1025px) {
	.tuition-section .fee {
		font-size: 12px;
	}
}

@media (min-width: 1600px) {

	.tuition-section .oklahoma-residents {
		padding-right: 70px;
	}

	.tuition-section .out-of-state-residents {
		padding-left: 70px;
	}

	.tuition-section .fee {
		font-size: 14px;
	}
}

@media (min-width: 1900px) {

	.tuition-section .fee {
		font-size:  16px;
	}
}