/***************/
/* Page Header */
/***************/
.about-title-programs {
	background: none;
	margin-top: 0;
	height: auto;
}

.about-title-programs h1 {
	font-weight: 900;
	color: rgba(0, 55, 104, 1);
}

.about-title-programs h1 span {
	padding-top: .2rem;
	display: block;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 100;
}

/************/
/* Elements */
/************/

/* Programs List */
.program-keys {
	font-size: .7em;
	margin-bottom: 30px;
}

.program-keys span {
	margin-right: 1em;
}

.program-keys i {
	font-size: .1em;
	vertical-align: middle;
	width: 6px;
	height: 9px;
}

.program-keys .icon {
	width: 20px;
	margin-bottom: 8px;
}

.programs-list li {
	padding: 15px 0;
}

.programs-list li .icon {
	margin-bottom: 9px;
}

.programs-list li:not(:last-child) {
	border-bottom: solid 1px rgba(0, 0, 0, .1);
}

.programs-list li h3 {
	margin-bottom: .5em;
}

.programs-list li p {
	font-size: .7em;
	margin-bottom: 1em;
	color: rgba(0, 0, 0, 1);
}

.programs-list li p span {
	margin-right: 15px;
}

.programs-list li p span i {
	font-size: .1em;
	vertical-align: middle;
	width: 6px;
	height: 9px;
}

.programs-list li .decor {
	float: right;
	font-size: 24px;
	margin-top: 15px;
}

.programs-list li .icon {
	display: inline-block;
	width: 26px;
	margin-right: 1px;
}

.programs-list li h3 {
	display: inline-block;
}


/* List with large bullet icons */
.list-program-bullets {
	margin-left: 2.5em;
	margin-bottom: 3em;
}

.list-program-bullets li {
	padding-bottom: 1em;
}

.list-program-bullets li .icon {
	position: absolute;
	font-size: 1.6em;
	color: #2392e8;
	margin-left: -1.5em;
}

.list-program-bullets li .icon-blue {
	position: absolute;
	font-size: 1.2em;
	color: #2392e8;
	margin-left: -1.5em;
}

.list-program-bullets li h3 {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: .25em;
	font-weight: 100;
}

.list-program-bullets li p {
	margin-bottom: 0;
	padding-bottom: .25em;
	font-size: 1em;
}

.list-program-bullets-check li {
	position: relative;
}

.list-program-bullets-check li:before {
	position: absolute;
	top: -7px;
	left: -38px;
	font-family: "Font Awesome 5 Pro";
	content: "\f058";
	font-size: 1.6em;
	color: #2392e8;
}

/* Modified Cards */
#degree-options-section {
	background: #eeeeee;
}

#degree-options-section .card {
	transition: all .5s;
}


#degree-options-section .card:hover {
	box-shadow: 0 2px 10px 0px rgba(0, 0, 0, .4);
}

#degree-options-section img {
	background: #eeeeee;
}

#degree-options-section .card .degree-options-title {
	color: #2392e8;
	font-weight: 800;
	font-size: 1.1em;
}

#degree-options-section .media-grid .card .card-body {
	padding: 0;
}

#degree-options-section .media-grid .card .card-body span {
	display: block;
	padding: 5px;
}

/* Circles */
.encircle:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	color: rgba(255, 255, 255, .9);
	position: absolute;
	font-size: 150px;
	font-weight: 900;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.encircle-lg {
	width: 250px;
	height: 250px;
}

.encircle-lg:before {
	font-size: 170px;
	top: 3px;
}

/* same as lg */
.encircle-xl {
	width: 250px;
	height: 250px;
}

.encircle-xl:before {
	font-size: 170px;
	top: 3px;
}

.circle-reverse {
	background: white;
}

.circle-reverse:before {
	color: #eeeeee;
}

.circle-reverse p {
	color: rgba(0, 55, 104, 1);
	font-weight: 900;
}

.circle-reverse h3 {
	color: rgba(0, 55, 104, 1);
}

.circle-off {
	background: transparent;
}

.circle-off:before {
	content: "";
}

.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

/* Table Pathways */
/* section: pathway */
.table-pathway {
	margin-bottom: 30px;
}

.table-pathway {
	border-top: solid 1px rgba(0, 0, 0, .3);
}

.table-pathway .table {
	margin-bottom: 0;
}

.table-pathway tfoot {
	border-top: solid 1px rgba(0, 0, 0, .3);
	font-weight: 700;
}

@media screen and (min-width: 950px) {

	.table-pathway .table tr th:first-child,
	.table-pathway .table tr td:first-child {
		width: 220px;
	}

	.table-pathway .table tr th:last-child,
	.table-pathway .table tr td:last-child {
		width: 200px;
	}

}

/***********/
/* Helpers */
/***********/

/* Helpers */
#transfer-options-section ul{
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 30px;
}

/* Negative Margins */
/* Medium Devices*/
@media only screen and (min-width : 992px) {
	.mt-md-n120 {
		margin-top: 0px;
	}
}

.mt-md-n120 img {
	border-radius: .5em;
}

/*
.mt-md-n120{
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.mt-md-n120:before {
	padding-top: 56.25%;
}
.mt-md-n120:before {
	display: block;
	content: "";
}
*/

/* Pathways PDF Button */
/* .btn-pathways {
	position: absolute;
	top: -104px;
	right: 15px;
}

@media only screen and (max-width: 500px) {
	.btn-pathways {
		position: relative;
		top: 0px;
		right: 0px;
	}
} */

/************/
/* Sections */
/************/
#get-started-section .sec-col-1 {
	margin: 0 auto;
	max-width: 600px;
}

#get-started-section .sec-col-1 .form-control {
	padding: 0.75em;
	line-height: .75em;
	height: auto;
}

#get-started-section .indent-top4.p5 {
	text-align: center;
}

#get-started-section .indent-top4.p5 + ul {
	display: none;
}

/**********************/
/* Main CSS Modifiers */
/**********************/
.about-title-programs + section {
	padding-top: 30px;
}


/*****************/
/* POS Home Page */
/*****************/
/* Filters */
section#filter-section {
	padding-bottom: 0;
}

#filter-section .btn-group {
	margin-bottom: 30px;
}

section#decks-section {
	padding-top: 0;
}

.dropdown-item {
	padding: 0;
}

.dropdown-item label {
	padding: 4px 24px;
	display: block;
}



/* Cards */
#decks-section .card {
	cursor: pointer;
	padding: 0;
	transition: all 1s;
}

#decks-section .card .card-img a {
	transition: all 1s;
}

#decks-section .card .card-img a:after {
	transition: all .5s;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgb(26, 56, 89);
	background: -moz-linear-gradient(180deg, rgba(26, 56, 89, 0.6881552419354839) 0%, rgba(26, 56, 89, 0.4042842741935484) 36%, rgba(16, 61, 110, 0.8204133064516129) 57%, rgba(3, 38, 77, 0.951025390625) 100%);
	background: -webkit-linear-gradient(180deg, rgba(26, 56, 89, 0.6881552419354839) 0%, rgba(26, 56, 89, 0.4042842741935484) 36%, rgba(16, 61, 110, 0.8204133064516129) 57%, rgba(3, 38, 77, 0.951025390625) 100%);
	background: linear-gradient(180deg, rgba(26, 56, 89, 0.6881552419354839) 0%, rgba(26, 56, 89, 0.4042842741935484) 36%, rgba(16, 61, 110, 0.8204133064516129) 57%, rgba(3, 38, 77, 0.951025390625) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a3859", endColorstr="#03264d", GradientType=1);
}

#decks-section .card:hover .card-img a:after {
	opacity: .5;
}

#decks-section .card-img img {
	margin: 0 !important;
	filter: grayscale(80%);
}

#decks-section .card:hover .card-img img {
	filter: grayscale(0%);
}

#decks-section .card > .card-body {}

#decks-section .card-body a {
	color: #0056b3;
}

#decks-section .card-body a[data-toggle="modal"] {
	display: none;
}


#decks-section .card-footer {
	padding: 0 1.2em 0 0px;
	border-top: solid 1px rgba(0, 0, 0, .05);
	position: relative;
	background: transparent;
	bottom: 0;
	left: 0;
	padding: 10px;
	display: none;
}

#decks-section .card-footer .card-body {
	padding: 0;
}


#decks-section .card-footer .btn {
	background: transparent;
	padding-left: 0;
	font-weight: 900;
}

#decks-section .card-footer .btn i {
	float: right;
	margin-top: 6px;
	font-size: 1.1em;
	font-weight: 900;
}

#decks-section .card .card-img a:after {
	display: none;
}

#decks-section .card h3 {
	padding: 10px 7px;
	border-radius: 3px;
	font-size: 18px;
}

#decks-section .card-img img {
	margin: 0 !important;
	filter: grayscale(10%);
}


#decks-section .card-footer a {
	color: #0056b3;
	font-size: .8em;
}

#decks-section .card-footer .fa-arrow-right {
	float: right;
	font-size: 0.8em;
	padding-top: 8px;
}


/* Search */
#search {
	margin-bottom: 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#search .search-item:nth-of-type(1) {
	flex-grow: 1;
}

#search-term {
	background: #f6f6f4;
	font-size: 1.4em;
	padding: 10px;
}

#advanced-search {
	float: left;
	margin-left: 30px;
	font-size: 1.4em;
	line-height: 2em;
	color: #495057;
	background: #f6f6f4;
	border: 1px solid #ced4da;
	border-right: none;
	display: inline-block;
	width: 50px;
	height: 54px;
}

@media only screen and (max-width: 800px) {
	#search .search-item:nth-of-type(1) {
		flex-basis: 100%;
		margin-bottom: 15px;
	}

	#advanced-search {
		margin-left: 0px;
	}
}

.advanced-items {
	float: right;
	padding: 0px;
	padding-top: 7px;
	width: 0px;
	height: 54px;
	background: #f6f6f4;
	border: 1px solid #ced4da;
	border-left: none;
	border-radius: 0 .25rem .25rem 0;
	transition: all 1s;
	overflow: hidden;
}

.advanced-items-show .advanced-items {
	width: 390px;
	height: 54px;
	padding: 7px;
}

.advanced-item {
	display: inline-block;
	margin-bottom: 20px;
}

.advanced-item .btn {
	font-weight: 500;
	border: 1px solid #ced4da;
}

@media only screen and (max-width: 800px) {
	#search .search-item:nth-of-type(1) {
		flex-basis: 100%;
	}
}

/* Show Deck */

.d-flex.deck {
	display: none !important;
}

.d-flex.deck.showdeck {
	display: block !important;
}

.card-meta {
	display: none;
}


/* Remove me */
.mt-5.text-center {}


/* Custom EMSI CSS */
.midnight-blue-bg{
  background-color: #043467;
}
.denim-bg{
  background-color: #004d9b;
}
.light-blue-bg{
  background-color: #4d8ccc;
}
.brick-bg{
  background-color: #b00038;
}
.midnight-blue,
.midnight-blue i{
  color: #043467;
}
.denim,
.denim i{
  color: #004d9b;
}
.light-blue
.light-blue i{
  color: #4d8ccc;
}
.brick
.brick i{
  color: #b00038;
}
#emsi-section{
  display: none;
}
#emsi-section h2{
  font-size: 36px;
  font-weight: 100;
}
#emsi-section h2:before{
  margin: 0;
  padding: 0;
  border: 0;
}
#emsi-section h3{
  font-size: 1.2em;
  color: #4c4c4c;
  font-weight: 100;
}
#emsi-section .media-grid .card h4{
  font-size: 1em;
  color: #383838;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#emsi-section .media-grid .card p{
  font-size: 1.05em;
  margin-bottom: .6em;
  font-weight: 100;
}
#emsi-section .media-grid .card p.label{
  font-size: .85em;
  margin: 0;
}
#emsi-section .media-grid .card li{
  margin-bottom: .6em;
  font-size: 1.05em;
}
#emsi-section .media-grid .card p{
  margin-bottom: 1.5em;
  font-size: 1.05em;
  line-height: 1.6;
}
#emsi-section .media-grid-points .card-icon,
#emsi-section .media-grid-points .card-title,
#emsi-section .media-grid-points .card-details p{
  color: white;
}
#emsi-section .media-grid-points .card-title{
  font-size: 1.9em;
}
#emsi-section .media-grid-points .card-details p{
	font-size: 1.15em;
	font-weight: 100;
	line-height: 1.25em;
}
#emsi-section .media-grid-points .card-icon > span{
  border-radius: 5px;
  background: rgba(255,255,255,.4);
  width: 100px;
  height: 100px;
	display: inline-block;
	padding: 2px 10px 10px 10px;
	margin: 30px 0 60px;
}
#emsi-section .media-grid-points .card-body{
  margin-bottom: 30px;
}
#emsi-section .media-grid-charts .card-body{
  padding-top: 12px;
}
#emsi-section .media-grid-charts .card-title{
  margin-bottom: 30px;
}
#emsi-section .media-grid-charts .progress{
  margin-bottom: 5px;
}
#emsi-section .media-grid-charts .progress + p + .progress{
  margin-top: 45px;
}
#emsi-section .modal-header .close{
  margin-bottom: -1rem;
}
#emsi-section h4.modal-title{
  font-size: 1em;
  color: #383838;
  text-transform: uppercase;
}
.media-grid-transparent .card{
  background-color: transparent;
}
.media-grid-transparent .card-details p{
  font-size: 16px;
}
.modal h5{
  font-size: 1.25rem;
  font-weight: 500;
}
#emsi-section .card-footer-clear {
	padding: 0.75rem 0.75rem;
	background-color: transparent;
	border-top: 0px transparent;
}
#emsi-section .list-classic{
  margin-top: 0;
}
#emsi-section .list-classic li{
  margin-top: 0;
  font-size: 1.05em;
  line-height: 1.45em;
  margin-bottom: 1em;
}
.btn-hero{
  padding: 1em 1.8em .8em;
  background: #4d8ccc;
  border: solid 5px rgba(4,52,103,1);
  color: white;
  font-weight: 700;
  font-size: 1.5em;
  border-radius: .2em;;
}
.btn-hero:hover{
  color: white;
  box-shadow: inset 0 0 4px rgba(0,0,0,.5);
  background: #004d9b;
}


/******************/
/* EMSI Version 2 */
/******************/
#emsi-section .media-grid .card {
	margin-bottom: 0px;
}
#emsi-section .media-grid .card h4 {
	margin-bottom: 30px;
}
#emsi-section .media-grid-overlay .card-body {
	padding-top: 15px
}

/* Media Grid Points */
#emsi-section .media-grid-points .card-body{
	padding: 5px 5px 10px 5px;
	margin-bottom: 0px;
}
#emsi-section .media-grid-points .card-icon{
	margin-top: -10px;
}
#emsi-section .media-grid-points .card-details{
	margin-bottom: 7px;
}
/* Salary by Experience */
#emsi-section .media-grid-charts .progress + p + .progress {
	margin-top: 16px;
}
/* Employment Projection */
#emsi-section .media-grid-charts .canvas-container {
	height: 158px;
}
/* General Skills/Job Tasks */
#emsi-section .media-grid-overlay .card-details p:last-child{
  margin-bottom: 0;
}
#emsi-section .media-grid-overlay .card{
  padding-bottom: 0;
}
#emsi-section .media-grid-overlay .icon-xss{
  font-size: 1.1em;
}
/* Disclaimer */
#emsi-section .disclaimer{
  width: 100%;
}
/* Request Form */
#emsi-section .request-form h2 {
    font-size: 28px;
    font-weight: 800;
}
.consent {
    font-size: 14px;
	padding-left: .75em;
}
.request-form {
    border-top: 2px solid #a80b3a;
    border-bottom: 2px solid #a80b3a;
}

#pnlSectionTitle {
	display: none;
}

#pnlTMMCContactInfo {
	padding-top: 0 !important;
}

#pnlLanguage {
	padding-left: 10px;
}

/* VALIDATION ERROR */
.request-form label.error {
	padding: 0.15rem 0.5rem 0;
	margin-left: 9px;
	font-size: .85rem;
	color: white;
	background: #d59334;
	border-radius:  0 0 0.25rem 0.25rem;
}

/* kuali accordion overrides */
#kuali-description-accordion .card-header {
	padding: 0;
	transition: all .3s ease-out;
}
#kuali-description-accordion .card-header .btn {
	padding: 1rem;
	color: #003767;
	font-size: 1.125rem;
	font-weight: 900;
	transition: all .3s ease-out;
	display: block;
	width:  100%;
	text-align: left;
}
#kuali-description-accordion .card-header .btn,
#kuali-description-accordion .card-header .btn:hover,
#kuali-description-accordion .card-header .btn:focus {
	text-decoration: none;
}
#kuali-description-accordion .card-header:hover {
	background: #026fc5;
}
#kuali-description-accordion .card-header .btn:hover {
	color: #ffffff;
}
#kuali-description-accordion .card-header .btn i {
	transform: rotate(0deg);
	transition: all .3s ease-out;
}
#kuali-description-accordion .card-header .btn:not(.collapsed) i {
	transform: rotate(90deg);
}

/*******************/
/* Expand Collapse */
/*******************/
#kuali-description-accordion ul{
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	padding-left: 1rem;
	list-style: disc;
}
#kuali-description-accordion ol {
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	padding-left: 1.25rem;
}
#kuali-description-accordion li {
	margin-bottom: .25rem;
}
#kuali-description-accordion h1,
#kuali-description-accordion h2,
#kuali-description-accordion h3,
#kuali-description-accordion h4,
#kuali-description-accordion h5,
#kuali-description-accordion h6 {
	margin-bottom: 1rem;
}
#kuali-description-accordion div:last-child *:last-child {
	margin: 0;
}

/************/
/* RFI Form */
/************/
.program-rfi {
	padding-bottom: 2rem;
}

.program-rfi .mat-mdc-text-field-wrapper {
	border: solid 1px #ced4da;
	border-radius: .25rem !important;
	overflow: hidden
}
.program-rfi .mdt .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
	top: 12px;
}
.program-rfi [type="submit"] .mat-mdc-button-touch-target {
	color: #ffffff !important;
	background-color: #00589C;
	border-color: #00589C;
}
.program-rfi [type="submit"] {
	margin-bottom: 1rem;
}
.program-rfi .request-form {
	 border: 0;
}
.program-rfi .title-wrapper p {
	width: 100%;
	color: #003768;
	font-size: 28px;
	font-weight: 800;
	text-align: center;
}
.program-rfi .lum-df-address-search {
	display: none;
}
.program-rfi label[for="mat-mdc-checkbox-1-input"] {
	display: none;
}
.program-rfi .lum-df-grid-item:has(#mat-mdc-checkbox-1-input) {
	margin-top: -10px;
	display: inline-block;
	max-width: 52px;
	overflow: hidden;
}
.program-rfi .lum-df-grid-item #mat-mdc-checkbox-1-input {
	
}
.program-rfi .lum-df-grid-item:has(.lum-df-markdown-container) {
	padding-top: 0px;
	padding-bottom: 15px;
	display: inline-block;
	max-width: calc(100% - 52px);
	overflow: hidden;
	font-size: .85rem;
}

.program-rfi .mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background, .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background, .mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background {
	border-color: black !important; 
	background-color: transparent !important;
}

/* .cdk-overlay-container mat-option {
	display: none;
} */

/****************************************************************/
/* Temporary until Light House/EMSI API development is complete */
/****************************************************************/
/*
#emsi-main {
	display: none !important;
}
*/







