  :root {
	--pathwaybgcolor: rgba(0,0,0,0);
}

#subhead
{
	position: relative;
}
#subhead h1
{
	position: relative;
	text-transform: none;
	color: #fff;
	font-size: 28px;
	line-height: 1.3;
	font-weight: bold;
	background-color: rgba(5,41,68,0.9);
	padding: 12px 2%;
}

#subhead h1:after,
#subhead h1:before
{
	content: "";
	background: inherit;
	position: absolute;
	top: 0;
	bottom: 0;	
	display: block;
}

#subhead h1:before
{
	right: 100%;
	width: 99999px;
}

#subhead h1:after {
	left: 100%;
	width: 99999px;
}

#subhead img.pathways-program-header
{
	width: 100%;
	padding-bottom: 0;
	display: block;
}

#pathways-programs-grid
{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	box-sizing: border-box;
}

#pathways-programs-grid *
{
	box-sizing: border-box;
}

.pathways-program-container
{
	margin-bottom: 20px;
	width: 100%;
}

.pathways-program-container a
{
	text-decoration: none;
	color: #fff;
}

.pathways-program-container a:hover,
.pathways-program-container a:active,
.pathways-program-container a:focus {
	color: #fff;
}

.pathways-program
{
	border-radius: 30px;
	overflow: hidden;
	min-height: 188px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.pathways-program-image
{
	width: 30%;
	height: 130px;
	background-size: cover;
	background-position: 50% 50%;
}

.pathways-program-title
{
	width: 70%;
	padding: 12px;
	display: flex;
	align-items: center;
	font-size: 28px;
}
@media screen and (min-width: 1024px)
{
	.pathways-program-title {
		font-size: 35px;
	}
}
#pathways-programs-grid .pathways-program-title h3
{
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
}

.pathways-degrees-grid
{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	box-sizing: border-box;
}

.pathways-degrees-grid *
{
	box-sizing: border-box;
}

.pathways-degree-container
{
	min-height: 165px;
	padding: 12px;
	width: 100%;
	display: none;
	position: relative;
}

.pathways-degree-container .btn-image-background-inner {
	padding: 24px 0;
}

.pathways-degree-container .btn-image-background .btn-image-background-inner.primary:before,
.pathways-degree-container .btn-image-background .btn-image-background-inner.secondary-2:before,
.pathways-degree-container .btn-image-background .btn-image-background-inner.secondary-3:before  {
	border-radius: 30px;
	background: var(--pathwaybgcolor);
}
.show
{
	display: block;
}

.pathways-degree-container a
{
	text-decoration: none;
}

#main .pathways-degrees-grid .pathways-degree-title h3 
{
	color: #fff;
	font-size: 20px;
	line-height: 1.1;
    padding-bottom:10px;
	margin-bottom:0;
}

.pathways-degree-types
{
	font-size: 14px;
    line-height: 1.3em;
	color: #fff;
	text-transform: uppercase;
}

.pathways-degree-options
{
	position: absolute;
	top: 0;
	right: 24px;
	margin-top: 8px;
}

.degree-option-online
{
	width: 24px;
	min-width: 24px;
	display: inline-block;
	margin-left: 8px;
	background: transparent;
	background-size: cover;
	position: relative;
	top: -3px;
}

.pathways-degree-options .degree-option-online
{
	fill: #fff;
}

.degree-option-transfer
{
	width: 22px;
	min-width: 22px;
	display: inline-block;
	margin-right: 8px;
	background: transparent;
	background-size: cover;
	position: relative;
	top: -2px;
}

.pathways-degree-options .degree-option-transfer
{
	fill: #fff;
}

.degree-option-cte
{
	width: 20px;
	min-width: 20px;
	display: inline-block;
	margin-right: 8px;
	background: transparent;
	background-size: cover;
	position: relative;
	top: -3px;
}

.pathways-degree-options .degree-option-cte
{
	fill: #fff;
}

.degree-option-title
{
	text-align: left;
	margin-right: 8px;
	font-size: 25px;
}

#content ul.degree-options
{
	padding: 0;
	margin: 0 0 16px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

#content ul.degree-options li
{
	list-style-type: none;
	font-size: 12px;
	line-height: 1.1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pathways-content
{
	margin-bottom: 32px;
}

.degree:not(.pathways-degree-container),
.length:not(.pathways-degree-container)
{
	text-transform: uppercase;
	margin-bottom: 8px;
}

.degree:not(.pathways-degree-container) label,
.length:not(.pathways-degree-container) label
{
	color: #052944;
	font-weight: bold;
	margin-right: 8px;
}

#main .pathways-sidebar *
{
	box-sizing: border-box;
}

#main .pathways-sidebar h2.sidebar-title
{
	background: #052944;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 12px 24px;
	margin: 0;
}

.pathways-sidebar input,
.pathways-sidebar textarea,
.pathways-sidebar select
{
	max-width: 100%;
}

.pathways-sidebar input[type=submit],
.pathways-sidebar button
{
	color: #fff;
	border: none;
	border-radius: 0;
	background: #052944;
}

.pathways-sidebar input[type=submit]:hover,
.pathways-sidebar button:hover
{
	background: #052944;
	color: #fff;
}

.pathways-sidebar .sidebar-block
{
	background: #e6e6e6;
	padding: 12px;
	margin-bottom: 8px;
}

.pathways-sidebar 
{
	margin-bottom: 10px;
}

a.pathways-btn
{
	display: block;
	background: #5fb157;
	padding: 12px 35% 12px 12px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	min-height: 60px;
}

a.pathways-btn:after
{
	content: '';
	width: 40px;
	max-height: 90%;
	position: absolute;
	right: 12px;
	top: 12px;
	bottom: 12px;
	background: url(/wp-content/plugins/pathways/images/check-box.png) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

a.pathways-btn:hover
{
	background: #5fb157;
	color: #fff;
}

.pathways-icon {
	color: #084b96;
	font-size: 30px;
}

.pathways-icon svg {
	width: 100%;
	height: auto;
}

/* Accordion */

.pathways-accordion.ui-widget
{
	font-family: inherit;
}

.pathways-accordion .ui-accordion-content table.table
{
	width: 100%;
}

.pathways-accordion-controls
{
	color: #052944;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.pathways-accordion-controls > span
{
	cursor: pointer;
	display: inline-block;
}

/* Pathways spotlight slider */

.spotlight-slideshow
{
	margin-bottom: 20px;
}

.spotlight-slideshow .slide
{
	display: flex !important;
	align-items: flex-start;
	box-sizing: border-box;
}

.spotlight-slideshow .slide > div,
.spotlight-slideshow .slide .spotlight-image-container
{
	max-width: 50%;
	width: 50%;
	height: 100%;
}

.spotlight-slideshow .slide .spotlight-image
{
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
}

.spotlight-slideshow .slide .slide-content
{
	padding: 12px;
	color: #fff;
}

#main .spotlight-slideshow .slide .slide-content p
{
	color: inherit;
}

#main .spotlight-slideshow .slide .slide-content a
{
	color: inherit;
	font-style: italic;
	font-weight: bold;
}

.slide-subtitle-text
{
	font-size: 18px;
	color: #fff;
	margin-bottom: 8px;
}

#main .spotlight-slideshow .slide h2.slide-title
{
	color: #fff;
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 8px;
}

@media screen and (min-width: 600px)
{
	.pathways-program-image
	{
		width: 25%;
		height: 160px;
	}
	.pathways-degree-container
	{
		width: 49%;
	}
}

@media screen and (min-width: 800px)
{
	.subhead-container
	{
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		max-width: 960px;
		margin: 0 auto;
	}
	.pathways-program-container
	{
		width: 49%;
	}
	.pathways-program-image
	{
		width: 30%;
		height: 130px;
	}
	.pathways-degree-container
	{
		width: 32%;
	}
	#content ul.degree-options li
	{
		width: 25%;
	}

	.pathways-left-content
	{
		float: left;
		width: 65%;
	}
	.pathways-sidebar
	{
		float: right;
		width: 33%;
	}
}

@media screen and (min-width: 960px)
{
	#subhead h1
	{
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width: 1000px)
{
	.pathways-degree-container
	{
		width: 24%;
	}
}

#sidebar-code-container {
	min-width: 100%;
}
