.cf:before,
.cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.cf:after {
	clear: both;
}

/* Generic styling */

.content.org {
	width: 100%;
	max-width: 1142px;
	margin: 0 auto;
	padding: 0 20px;
}

.org a:focus {
	outline: 2px dashed #f7f7f7;
}

@media screen and (max-width: 767px) {
	.content.org {
		padding: 0 20px;
	}
}

ul.org {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.org a {
	display: block;
	background: #ccc;
	border: 4px solid #fff;
	text-align: center;
	overflow: hidden;
	font-size: .7em;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	height: 70px;
	margin-bottom: -26px;
	box-shadow: 4px 4px 9px -4px rgba(0, 0, 0, 0.4);
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	transition: all linear .1s;
}

@media print {
	ul.org a {
		border: 4px solid #000;
	}
}

@media screen and (max-width: 767px) {
	ul.org a {
		font-size: 1em;
	}
}

ul.org a span {
	top: 50%;
	margin-top: -0.7em;
	display: block;
}

/* Specific styling for org chart */

.administration.org > li > a {
	margin-bottom: 25px;
}

.director.org > li > a {
	width: 50%;
	margin: 0 auto 0px auto;
}

.subdirector.org:after {
	content: "";
	display: block;
	width: 0;
	height: 130px;
	background: red;
	border-left: 4px solid #fff;
	left: 45.45%;
	position: relative;
}

@media print {
	.subdirector.org:after {
		border-left: 4px solid #000;
	}
}

.subdirector.org,
.departments.org {
	position: absolute;
	width: 100%;
}

.subdirector.org > li:first-child,
.departments.org > li:first-child {
	width: 18.59894921190893%;
	height: 64px;
	margin: 0 auto 92px auto;
	padding-top: 25px;
	border-bottom: 4px solid white;
	z-index: 1;
}

@media print {
	.subdirector.org > li:first-child,
	.departments.org > li:first-child {
		border-bottom: 4px solid #000;
	}
}

.subdirector.org > li:first-child {
	float: right;
	right: 27.2%;
	border-left: 4px solid white;
}

@media print {
	.subdirector.org > li:first-child {
		border-left: 4px solid black;
	}
}

.departments.org > li:first-child {
	float: left;
	left: 27.2%;
	border-right: 4px solid white;
}

@media print {
	.departments.org > li:first-child {
		border-right: 4px solid black;
	}
}

.subdirector.org > li:first-child a,
.departments.org > li:first-child a {
	width: 100%;
}

.subdirector.org > li:first-child a {
	left: 25px;
}

@media screen and (max-width: 767px) {
	.subdirector.org > li:first-child,
	.departments.org > li:first-child {
		width: 40%;
	}

	.subdirector.org > li:first-child {
		right: 10%;
		margin-right: 2px;
	}

	.subdirector.org:after {
		left: 49.8%;
	}

	.departments.org > li:first-child {
		left: 10%;
		margin-left: 2px;
	}
}

.departments.org > li:first-child a {
	right: 25px;
}

.department.org:first-child,
.departments.org li:nth-child(2) {
	margin-left: 0;
	clear: left;
}

.departments.org:after {
	content: "";
	display: block;
	position: absolute;
	width: 81.1%;
	height: 22px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	border-left: 4px solid #fff;
	margin: 0 auto;
	top: 130px;
	left: 9.1%;
}

@media print {
	.departments.org:after {
		border-top: 4px solid #000;
		border-right: 4px solid #000;
		border-left: 4px solid #000;
	}
}

@media screen and (max-width: 767px) {
	.departments.org:after {
		border-right: none;
		left: 0;
		width: 49.8%;
	}
}

@media screen and (min-width: 768px) {
	.department.org:first-child:before,
	.department.org:last-child:before {
		border: none;
	}
}

.department.org:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 22px;
	border-left: 4px solid white;
	z-index: 1;
	top: -22px;
	left: 50%;
	margin-left: -4px;
}

@media print {
	.department.org:before {
		border-left: 4px solid black;
	}
}

.department.org {
	border-left: 4px solid #fff;
	width: 18.59894921190893%;
	float: left;
	margin-left: 1.751313485113835%;
	margin-bottom: 60px;
}

@media print {
	.department.org {
		border-left: 4px solid #000;
	}
}

.lt-ie8 .department.org {
	width: 18.25%;
}

@media screen and (max-width: 767px) {
	.department.org {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.department.org:before {
		content: "";
		display: block;
		position: absolute;
		width: 0;
		height: 60px;
		border-left: 4px solid white;
		z-index: 1;
		top: -60px;
		left: 0%;
		margin-left: -4px;
	}

	.department.org:nth-child(2):before {
		display: none;
	}
}

.department.org > a {
	margin: 0 0 -26px -4px;
	z-index: 1;
}

.department.org > a:hover {
	height: 80px;
}

.department.org > ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.department.org li {
	padding-left: 25px;
	border-bottom: 4px solid #fff;
	height: 80px;
}

@media print {
	.department.org li {
		border-bottom: 4px solid #000;
	}
}

.department.org li a {
	background: #fff;
	top: 48px;
	position: absolute;
	z-index: 1;
	width: 90%;
	height: 60px;
	vertical-align: middle;
	right: -1px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%) !important;
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0))) !important;
	background-image: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%) !important;
	background-image: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%) !important;
	background-image: -ms-linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%) !important;
	background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#00000000', GradientType=1);
}

.department.org li a:hover {
	box-shadow: 8px 8px 9px -4px rgba(0, 0, 0, 0.1);
	height: 80px;
	width: 95%;
	top: 39px;
	background-image: none !important;
}

/* Department/section colors */
.department.dep-a.org a {
	background: #FFD600;
}

.department.dep-b.org a {
	background: #AAD4E7;
}

.department.dep-c.org a {
	background: #FDB0FD;
}

.department.dep-d.org a {
	background: #A3A2A2;
}

.department.dep-e.org a {
	background: #f0f0f0;
}




/* style.css
// This style sheet can be used for any custom styles that the user wishes
// to add on top of the template styles in ksr-master.css. */

/***********************************************BLOCKQUOTE*/
blockquote{
	display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
	padding: 10px 20px;
    margin: 0 0 20px;
	border-left: 3px solid #EAAB00;
}


/********************************************** BOOTSTRAP CLASS OVERRIDES */
.content-left {
	padding-left: 3%;
}
.btn-primary:focus, .btn-primary.focus, .btn-primary:active {
  background-color: #035642;
}

.btn-primary {
  background-color: #035642;
  border-radius: 0px;
  height: auto;
  font-size: 1.2em;
  color:#fff;
  /*font-weight: bolder;*/
  text-align: center;
  padding: 8px 40px;
  white-space: pre-wrap;
}

a:visited.btn-primary {
  color:#ffffff;
}

.btn-primary:hover {
  /*background-color: rgba(21,71,52,.8);*/     
	background-color:#0E3F2D;
	cursor:pointer;
}

.btn-secondary {
  background-color: #E4E1D1;
  border-radius: 0px;
  height: auto;
  font-size: 1.2em;
  /*font-weight: bolder;*/
  text-align: center;
  padding: 8px 40px;
  color:#035642;  
}
.btn-secondary:hover {
  background-color: #CAC7A7;
  color:#035642;
  cursor:pointer;
}
.btn:hover {
	cursor:pointer;
}

.back-btn {
	font-size: 1em;
	border-color: #eeeded;
    color: #154734;
	background-color: #ffffff;
	border-radius:5px;
	transition: 250ms ease;
	outline:none;
}

.back-btn:hover {
	cursor:pointer;
	background-color: rgba(255,255,255,.5);
}
.back-btn:active {
	border-color: #eeeded;
	outline:none;
}

.apply{
	text-align: center;
}

.btn-danger {
	font-size: 1.2em;
	padding: 8px 40px;
}

.btn-tablink {
  font-weight: 400;
  color: #ffffff;
  background-color: transparent;
}

.btn-tablink:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}

.btn-tablink:focus, .btn-link.focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}

.no-margin {
	margin: 0px;
}

hr {
	margin-top: 2rem;
    margin-bottom: 3rem;
}
.class-box {
	margin:15px 10px;
	background-color: #9C4C4D;
}
span.class-heading {
	color: #154734;
	font-size: 1.2em;
}
.extra-margin {
	margin: 20px 0px;
}

mt-neg-5 {
	margin-top: -3rem !important;
}
mt-neg-4 {
	margin-top: -1.5rem !important;
}
mt-neg-3 {
	margin-top: -1rem !important;
}
mt-neg-2 {
	margin-top: -0.5rem !important;
}
mt-neg-1 {
	margin-top: -0.25rem !important;
}

mt-7 {
	margin-top: 7rem !important;
}

h-4 {
	height: 1.5rem;
}
/********************************************** END BOOTSTRAP CLASS OVERRIDES */

/********************************************** CUSTOM CLASSES */
strong {
	font-weight:bold;
}
.la-img {
	height: 350px;
	object-fit: cover;
}

.inst-img {
	height: 250px;
	object-fit: cover;
}
.outline {
	border-width: .5px;
	border-style: solid;
	border-color: #000;
	padding:0;
}

/********************* TABS FOR TABLE */
/* Style the tab */
.tab, .tab2 {
    float: left;
    background-color: #3D6A5A;
    width: 20%;
    height: 500px;
	display:block;
	margin-right: 100px;
	transition: 0.3s;
}

/* Style the buttons inside the tab */
.tab button, .tab2 button {
    display: block;
    background-color: inherit;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
	float:left;
	color: white;
	font-size:20px;
	letter-spacing: 1px;
	font-weight: bolder;
}

/* Change background color of buttons on hover */
.tab button:hover, .tab2 button:hover {
    background-color: #27604F;
	box-shadow: 2px 3px 3px #000000;
	z-index:100;
}

/* Create an active/current "tab button" class */
.tab button.active, .tab2 button:hover {
    background-color: #005643;
	z-index: 100;
}

/* Style the tab content */
.tabcontent, .tabcontent2 {
	z-index:-1;
    padding: 50px 2700px 50px 50px;
    border: 1px solid #ccc;
    width: 4000px;
    border-left: none;
    height: 500px;
	background-color:#ffffff;
}
.tabcontent > h2, .tabcontent2 > h2 {
	margin: 0px;
}

/********************* TABS FOR ACCORDIAN- ALL PROGRAMS */
/* Style the tab */
.long-tab {
    float: left;
    background-color: #3D6A5A;
    width: 100%;
	display:block;
	margin-right: 100px;
	transition: 0.3s;
}

/* Style the buttons inside the tab */
.long-tab button {
    display: block; 
    background-color: inherit;
    padding: 22px 16px;
    width: 100%;
    border: 0;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    float: left;
    color: white;
    font-size: 1em;
    letter-spacing: 1px;
}

/* Change background color of buttons on hover */
.long-tab button:hover {
    background-color: #27604F;
	box-shadow: 2px 3px 3px #000000;
	z-index:100;
}

/* Create an active/current "tab button" class */
.long-tab button.active {
    background-color: #005643;
	z-index: 100;
}

/* Style the tab content */
.long-tabcontent {
	z-index:-1;
    padding: 50px 50px;
    border: 1px solid #ccc;
    width: 100%;
    /* border-left: none; */
	/* border-right: none; */
    height: auto;
	background-color:#ffffff;
}
.long-tabcontent > h2 {
	margin: 0px;
}
.display-until-mobile, .display-until-mobile-caption {
	display:inherit;
}
.display-mobile, .display-mobile-caption, .display-mobile-768 {
	display:none;
}

@media screen and (max-width: 991px){
	.display-mobile-caption {
		display:inherit;
	}
	.display-until-mobile-caption {
		display:none;
	}
}
@media screen and (max-width: 1000px){
	.display-mobile {
		display:inherit;
	}
	.display-until-mobile {
		display:none;
	}
}
@media screen and (max-width: 768px){
	.display-mobile-768 {
		display:inherit;
	}
	.display-until-mobile-768 {
		display:none;
	}
}
@media screen and (max-width: 524px){
	.long-tab button {
		font-size:.7em;
	}
}
/********classes nav-right for program page */
ul.nav-right {
	list-style-type: none;
	padding:10px 20px 10px 20px;
	font-weight: 300;
}

.nav-right li {
	margin: 0px 0px 0px 10px;
	width: 100%;
}
.nav-right .nav-right {
	border: none;
}
.nav-right li a.active:hover,
.nav-right li a.active {
	color: #154734;
	font-weight:normal;
}

ul.nav-right li a {
	color: #154734;
	font-weight: normal;
}
.nav-right-column {
	background-color: #E3ECE7;
	border-top:5px solid #3A913F;
	height:auto;
	z-index:-1000;
}

.shield-bg {
	background-image: url("../images/template/shield.png");
	background-size: cover;
	/*opacity:.3;
	content:"";*/
	background-size: 175px 200px;
    background-position: top right;
	background-repeat:no-repeat;
    display: inline-block;
    /* z-index: -1000;*/
}


/** Navs for mobile becomes buttons **/
@media screen and (max-width: 768px) {
	ul.nav-right {
		border-left: none;
		margin: auto;
		text-align: center;
		padding-left: 0px;
	}
	
	ul.nav-right .nav-right {
		padding-left: 0px;
		margin: 0px auto;
		text-align: center;
	}
	
	/*ul.nav-right li {
		margin: 0px 0px 10px 0px;
	}*/
	
	ul.nav-right ul.inside-ul li {
		width: 70%;
	}
	/*.nav-right li {
		background-color: #154734;
		border-radius: 10px;
		border: 1px solid #154734;
		width: 80%;
		text-align: center;
		height: 100%;
		padding:8px;
		display: inline-block;
	}*/
	
	ul.nav-right li a {
		color: white;
	}
	
	ul.nav-right li:hover {
		cursor: pointer;
	}
}

.color-cpgreen a:link, .color-cpgreen a:visited {
	color:#154734;
}
ul.nav-right li {
	list-style-type:none;
}
.nav-right label {
	cursor:pointer;
}
.nav-right ul.tree {
	padding-left: 0px;
	margin-bottom: 10px;
}
.nav-right label {
	margin-bottom: 0;
}
.nav-right .tier_1, .nav-right a.tier_1 {
	color:#154734;
	font-size: .9em;
	font-weight: normal;
}
.nav-right a:hover.tier_1 {
	text-decoration:none;
}
.nav-right .tier_1:hover {
	color:#154734;
}
.nav-right .tier_1 i {
	color:#BD8B13;
}
.nav-right a.tier_2 {
    margin-left: 10px;
    font-size: .8em;
    text-decoration: none;
}
.nav-right a:hover.tier_2 {
   background-color:#F8E08E;
   color:#154734;
}
.nav-right ul {
	line-height: 1.7;
}


/********************************************** END CUSTOM CLASSES */
.overflow-x {
	overflow-x: hidden;
}

.height-a {
	height: auto!important;
}

/*initial body*/
body {
  right: 0;
  margin: 0;
  position: relative;
  overflow-x: hidden;
}

.noscroll {
	overflow: hidden;
}


/*make screen dim*/
#overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left:  0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 1;
	cursor: pointer;

}
/*******************************END*/

/**********************PAGINATION*/


.pagination a {
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
	color: black;
}

.pagination li.active a{
	background-color: #29551a;
	color: white;
}

.pagination a:hover:not(.active){
	background-color: #DFDFDF;
}



.center{
	text-align: center;
}

/********************** SELECT PICKER ************/
select.selectpicker {
      display: block;
      margin: 0 auto;
      padding-left: 20px;
}
.btn-new {
      background-color: #2A3F54;
}

/************************ card in feature program page*/

img .rounded {
	border-radius: 15px;
}

/*
.card {
	border-radius: 10px;
}
*/

.card-block {
	padding: 10px 20px 10px 20px;
}

.box_navbar_icon {
	visibility: hidden;
	height: 60px;
	width: 60px;
	z-index: 300;
	background-color: #DAD7C1;
	top: 0px;
	right: 0px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-size: 30px;
	background-position: center;
}

.box_navbar_icon:hover{
	width: 70px;
	background-color: #EAAB00;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

 .box_fixed{
	position: fixed;
	visibility: visible;
}


@media screen and (max-width: 991px){
	.fixed {visibility: hidden;}
}


/********************************************** EXTENDED ED/ INTERNAL PAGES */
.class_box, .class_box_3col, .class_box_8col {
	background-color:rgba(0,0,0,.1); 
	border-radius:10px; 
	padding:5px 60px 60px 60px;
	margin-top: 3em;
}


.margin-left {
	margin-left:3%;
}
.class_box .icon, .class_box_3col .icon, .class_box_8col .icon {
	font-size:6em;
	color:#678375;
	margin: 0 auto;
	text-align:center;
}

@media screen and (max-width: 767px){
	.class_box {
		padding:5px 20px 20px 20px;
	}
}


/********************************************** Extended Ed/ About Extended, Professional and Continuing Education (EPaCE) */
.image-caption {
	padding:20px 20px 20px 50px;
	margin-top:2em;
	margin-left:-30px;
}
.image-caption p {
	color:white;
	font-style:italic;
	font-size:1.2em;
}

/********* front page ***/

/************************************************ New Grad/GRADUATE-CERTIFICATE*/

/*
.green_app {
	background: #185642; color: #FFFFFF;
}

.white_app {
	background: #FFFFFF; color: #3a3a3a;
}

.apply_outer_container {
	margin-right: 10%; margin-top: 5%;
	background-color: color: #FFFFFF;

}

.apply_inner_container {
	margin-left: 15%;
	margin-right: 5%;
	padding-bottom: 1%;
	padding-top: 1%;
}
*/

.apply_text {
    font-style: italic;
    margin-top: 10%;
    background-color: clear;
    color: white;
    z-index: 1000;
    position: absolute;
    bottom: 20%;
    left: 15%;
    font-weight: 1000;
    font-family: "avenir heavy";
    font-size: 4em;
	line-height:1.0;
	text-shadow: #000 2px 2px 6px;
}

.apply_text_home {
    font-style: italic;
    margin-top: 10%;
    background-color: clear;
    color: white;
    z-index: 1000;
    position: absolute;
    bottom: 20%;
    left: 15%;
    font-weight: 1000;
    font-family: "avenir heavy";
    font-size: 5em;
	line-height:1.0;
	text-shadow: #000 1px 1px 6px;
}

.apply_text_three {
    font-style: italic;
    margin-top: 10%;
    background-color: clear;
    color: white;
    z-index: 1000;
    position: absolute;
    bottom: 20%;
    left: 15%;
    font-weight: 1000;
    font-family: "avenir heavy";
    font-size: 4em;
	line-height:1.0;
}

.title_text1 {
    font-style: normal;
    background-color: clear;
    color: white;
    font-weight: 100;
    font-family: "avenir";
	letter-spacing:1px;
}

.title_text {
	font-style: normal;
}

@media (max-width: 1200px) {
	.apply_text_home {
		font-size:4em;
	}
}
@media (max-width: 756px) {
	.apply_text_home, .apply_text {
		font-size: 2.5em;
		margin: 0 auto;
		left: 5vw;
		top: 200px;
	}
}

.ng_row {
	padding: 1%;
}

/************************************************ New Grad/FPE-SCIENCE */
.neg-margin-left {
	margin-left:-700px;
}

.step_text {
    color: white;
    font-weight: 1000;
    font-family: "avenir heavy";
	font-size: 18px;
	line-height:2;
}

@media (min-width: 1000px) {
    .stair_text1 {
		text-align: right;
	}
}

@media (max-width: 1000px) {
    .neg-margin-left {
		margin-left:-200px;
		margin-right:-200px;
	}
	.stair_text1 {
		width:1000px;
	}
	.stair_side_text1 {
		text-align:left;
		margin-left:200px;
		padding-top:1.5%;
	}
}

/*************************************homepage */
a:link {
	hyphens:none;
}
/* homepage card links */
.homepage-card-gradient {
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
	height:100%;
}
.homepage-card-div {
	height:400px; 
	background-size: cover;
	padding-top:50%;
}
p.homepage-card {
	color:white; 
	position:absolute; 
	bottom:5%; 
	font-size: 1.5vw; 
	letter-spacing: 0px;
	width:100%;
	text-align:center;
}
@media (max-width: 1024px) {
	.homepage-card-div {
		height:250px; 
		background-size: cover;
		padding-top:50%;
	}
}
@media (max-width: 767px) {
	div.homepage-card {
		margin-bottom: 1.5rem;
	}
}

@media (max-width: 767px) {
	.homepage-card-div {
		margin: 0 10%;
		height: auto;
		contain: content;
		border-radius:25px;
		padding:0;
	}
	p.homepage-card {
		position:relative; 
		height: 100%;
		text-align:center;
		padding:10% 0;
		margin:0;
		font-size: 7vw;
	}
	.homepage-card-gradient {
		background-image: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,.5));
		height:100%;
	}
}
/* end homepage card links */

/* homepage icon link styles */
p.homepage-icon-text {
	font-size: 1.3em;
	line-height: 1.5;
	color: white; 
}
.homepage-icon-link a:hover {
	text-decoration: underline;
	text-decoration-color: white;
}
.homepage-icon-link, .internal-icon-link, .internal-icon-thirds {
	text-align:center;
	width:100%;
	padding:2.5%;
}
.homepage-icon-link:hover {
	cursor:pointer;
	-webkit-transition: all 0.3s;
}
.internal-icon-thirds .fas {
	font-size:5em;
	color: white; 
	position:absolute;
	top:55px;
	bottom:0;
	left:0;
	right:0;
}
		

.circle-lightgreen {
	background-color: #9db28f;
}
			
.homepage-icon-link:hover .circle-lightgreen {
	background-color: #dad7cb;
	-webkit-transition: all 0.3s;
}
	

@media (max-width: 991px) {
	.internal-icon-link .fas {
		top:25%;
	}
	.homepage-icon-link, .internal-icon-link, .internal-icon-thirds {
		padding:2%;
	}
	.circle-brown, .circle-green, .circle-mixed, .circle-lightgreen {
		width: 100%;
		padding-top: 100%;
	}
	p.homepage-icon-text {
		font-size: 1.1em;
	}
}
@media (max-width: 767px) {
	.internal-icon-link, .internal-icon-thirds  {
		padding:5%;
	}
}

.footer a {
	font-weight:normal;
}

/* NEW FOOTER */
.new-footer {
	height:auto;
	padding:3% 0 0% 0;  
}
.new-footer .row, .max-1400 {
	max-width:1400px;
	margin: 0 auto;
}
p.footer-small-links a {
	font-weight: normal;
	text-decoration:none;
}
p.footer-small-links a:hover {
	border-bottom: 2px solid #BD8B13;
	text-decoration: none;
}

.new-footer p {
	color:white;
	font-size: .8em;
	margin-top:5em;
}
.new-footer li {
	text-decoration: none;
	line-height:1.6;
	
}
.new-footer ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
.new-footer a:link, .new-footer li, .new-footer a:visited {
	color: #ffffff;
    font-size: 1.1rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.7;
}
.new-footer a:hover {
	border-bottom: 2px solid #BD8B13;
	text-decoration: none;
}
.footer-cp-links a:hover {
	border-bottom: 2px solid #BD8B13;
	text-decoration: none;
}
.new-footer i {
	font-size: 1em;
    margin-right: 5px;
}
.new-footer-banner {
	background-color: rgba(21,71,52,.9);
	height:auto;
	padding: 1em 0;
}
.new-footer-banner li {
	text-decoration: none;
	display:inline-block;
}
.new-footer-banner ul {
	list-style-type: none;
	text-align:center;
	margin-bottom:0;
}
.new-footer-banner a:link {
	color: #A4D65E;
	margin:0 1em;
}

.new-footer h2 {
  font-size: 1.75rem;
  font-family: abolition, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing:2.2px;
  color: #A4D65E;
  margin-bottom: 10px;
}
h2.cp-links {
  color: #BD8B13;
	font-size: 2.0rem;
	line-height:2.4;
}

.footer-cp-links ul {
	list-style-type: none;
    text-align: left;
    margin-bottom: 0;
    padding-left: 0;
	margin-right:20px;
	margin-top:20px;
}
.footer-cp-links ul li {
    display: inline-block;
}
.footer-cp-links ul li a:link, .footer-cp-links ul li a:visited, .call-to-action {
	color: #ffffff;
    font-size: 1rem;
    font-weight: 300;
    margin: 5px;
}
.footer-cp-links hr {
	 height: 2px;
     background-color: rgba(255,255,255,.5);
     border: none;
}
.call-to-action {
	font-variant: all-small-caps;
	letter-spacing:1px;
	font-weight:600 !important;
	font-size: 1.2rem;
}
.call-to-action i {
	font-size:1rem;
	color: #BD8B13;
	margin-left:-25px;
}
.call-to-action:hover i {
	border-bottom:0px;
	margin-left:-20px;
    transition: all 300ms ease-in-out;
}
a:hover.call-to-action {
	border-bottom:0px;
} 
p.small {
	font-size: .8em;
	line-height: 1.3;
}
.footer-logo {
	max-width: 300px;
}

@media (max-width: 991px) {
	.new-footer, .max-1300 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.new-footer a:link, .new-footer li {
		font-size: 1rem;
	}
	.footer-cp-links ul {
		margin-left:0px;
		margin-top:0px;
	}
}
@media (max-width: 767px) {
	.footer-cp-links ul {
		text-align:center;
	}
	h2.cp-links {
		text-align:center;
	}
	.center-mobile {
		text-align:center;
	}
}

.gradient-bg {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 85%,rgba(0, 0, 0, 0.5) 100%);
	display:block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-in-out;
    z-index: 0 !important;
}

.padding1 {
  padding: 5% 20%;
}
.padding2 {
  padding: 5% 20%;
}
.btn-mobile {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 15px;
	color: #000000;
	margin: 20px;
	background-color: rgba(0,0,0,.1);
}

.btn-mobile:hover {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 15px;
	color: #ffffff;
	background-color: rgba(0,0,0,.4);
	margin: 20px;
	cursor:pointer;
	text-decoration:none;
}
@media (max-width: 991px) {
	.caption {
		width:100%;
	}
	.padding2 {
	  padding: 30% 20%;
	}
}


/************************************************ New Grad/CAMPUS-RESOURCES/THESIS-COACHING */
.text-quote {
	margin: 30px 30px 0px 30px;
	font-size: 1.2em;
	text-align:left;
	height:auto;
}
.rounded-edges {
	border-radius: 10px;
}

/************************************************ New Grad/PROFESSIONAL-CERTIFICATE*/

/*
.certificate_program {
	border-radius: 10px;
	border: 1px solid black;
}
*/

.certificate_program:hover {
	-webkit-transition: all 0.2s;
	transition: all 0.2;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.14);
}

.certificate_program_img {
	border-radius: 10px 10px 0px 0px;
}

.certificate_program_text {
	color: "#185642";
	font-weight: 900;
	border-radius: 0px 0px 10px 10px;
	text-align: center;
}

.custom-card-link:hover {
	text-decoration:none;
	cursor:pointer;
}

/************************************************ New Grad/PROFESSIONAL-CERTIFICATE*/

.ba_row {
    width: 80%;
	padding: 1%;
}

.new_contain {
	padding-right: 10%;
}



.new_contain_spacing {
	margin-top: 4%;
}

/***************MASTER'S PROGRAMS******* */
ul {
	line-height:2;
}

/***************BUISNESS ANALYTICS*************/

.btn-questions {
	width: 290px;
	margin-right: 2%;
	text-align: center;
	padding-right: 5%;
	margin-bottom: 4%;
}

.btn-apply {
	width: 190px;
	text-align: center;
	margin-bottom: 4%;
}

.green_left {
	background-color: #185642;
	color: #FFFFFF;
}

#workforce_table {
/*	width: 90%;*/
	margin-bottom: 8%;    
}

#table_divide {
	border-bottom: 1px solid #ffffff;
}

.pad {
	padding: 2%;
}

/***************POLICIES GUIDELINES*************/

/****** colors *****/
.darkgreen {
	background-color: #195743;
}
.lightgreen {
	background-color: #678375;
}
.lightgrey {
	background-color: #adaeb1;
}
.lightestgreen {
	background-color: #9db28f;
}

.white {
	background-color: #FFFFFF;
}

.tableRowColor {
	background-color: #EDEDED;
}

.pol_guid_tb_one {
	width:2000px;
	margin-left: -1700px;
}

.pol_guid_tb_two {
	width:2000px;
	margin-left: -1550px;
}

.pol_guid_tb_three {
	width:2000px;
	margin-left: -1400px;
}

.pol_guid_tb_four {
	width:2000px;
	margin-left: -1250px;
}

/* same width */
.pol_guid_tb_five {
	width:2000px;
	margin-left: -1000px;
}

/* for big step sections */
.pol_guid_tb_steps {
	width:2000px;
	margin-left: -1000px;
}

.mt_alt_odd {
	background-color: #e4e3e3;
}

.mt_alt_even {
	background-color: #FFFFFF;
}

@media (max-width: 1201px) {
    .pol_guid_tb_one, .pol_guid_tb_two, .pol_guid_tb_three, .pol_guid_tb_four, .pol_guid_tb_five, .pol_guid_tb_six, .pol_guid_tb_seven  {
		width: 1300px;
		margin-left: -500px;
	}
}

/******CONTINUOUS ENROLLMENT ***********/

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.cont-enrol{
  width: 350px;
  padding: 20px;
  color: #fff;
  font-size: 26px;
}

span.icon > img {
  height: 32px;
}

/*************** SMALL VERSIOM *********/
@media (max-width: 1201px) {
    span.myicon {display:none}
    span.mytext {display:inline-block;padding-left: 10%;height: 70;}
}

/*************** BIG VERSIOM *********/
@media (min-width: 1200px) {
    span.myicon {
		display:inline-block;
		height: 160px;
		margin-top: 30px;
	}
    span.mytext {display:none;}
}
.dot {
	height: 250px;
    width: 250px;
    border-radius: 50%;
    display: inline-block;
	text-align: center;
	margin: 20px;
	padding: 70px 10px;
	vertical-align: middle;
}

.dot_text {
	margin: 40px 5px;
}

/*************** BIG VERSIOM *********/
.stair_text {
	text-align:right; 
	
}
.stair_text_long {
	text-align:left; 
	margin-left:1000px;
}
.stair_side_text {
	font-style: italic;
    color: white;
    font-weight: 1000;
    font-family: "avenir heavy";
	font-size: 30px;
}
.stair_info {
	padding: 1% 0% 1% 3%;
}
.two_lines {
	width:200px;
}

@media (min-width: 1200px) {
    .stair_padding {
		padding: 2% 5% 0% 5%;
	}
}

/*************** SMALL VERSIOM *********/
@media (max-width: 1200px) {
    .stair_padding {
		padding: 2% 5%;
	}
	.stair_text_long {
		text-align:left;
		float:left;
		margin-left:500px;
	}
	.stair_text {
		text-align:left;
		
	}
}

@media (max-width: 900px) {
/*
	.stair_text_long {
		width: 700px;
	}
*/
	.two_lines {
		width:auto;
	}
}
@media (max-width: 768px) {
	.stair_side_text {
		font-size: 25px;
	}
/*
	.stair_text_long {
		width: 500px;
	}
*/
}
/*
@media (max-width:550px) {
	.stair_text_long {
		width: 300px;
	}
}
*/


/**************fixes works taht take up two lines, switches to one line when smalled screen************/
/*************** BIG VERSIOM *********/

@media (min-width: 1000px) {
	.one_line_text {
		display:none;
	}
	.two_line_text {
			display:inline-block;
	}
}
.cont_enroll_table {
	border: 1px solid black;
    border-collapse: collapse;
}

/*************** SMALL VERSIOM *********/
@media (max-width: 1001px) {
    .one_line_text {
		display:inline-block;
	}
	
	.two_line_text {
		display:none;
	}
	.stair_info {
		margin-top:30px;
	}
}

#comment_bubble {
    width: 140px;
    height: 100px;
    background: #088cb7;
    position: relative;
	transition: 01.0s;
}

#comment_bubble:active::after {
	content: "hello";
    width: 0;
    height: 0;
	left: 100%;
    top: 38px;
    position: absolute;
    border-top: 13px solid transparent;
    border-left: 26px solid #088cb7;
    border-bottom: 13px solid transparent;
}

#comment_bubble:active:hover {
   	background-color: #088cb7;
	width: 150px;
    height: 100px;
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
  border-bottom: 5px solid black;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  
  border-top: 20px solid #f00;
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  
  border-left: 60px solid green;
}

.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  
  border-right:10px solid blue; 
}
.tablinks {
	z-index: 10;
	height: 20%;
	width: 100%;
}

.reg_tab {
	width: 100%;
	height: 40%;
	padding-left: 0%;
}


/*************policies guidelines****************/

/*************** SMALL VERSIOM *********/


/**SMALL VERSION******************/
@media (max-width: 1001px) {

	.col-left-text {
		padding: 4% 9% ;
		color: #FFFFFF;
	}
	.col-right-text {
		padding: 4% 10% ;
		color: #FFFFFF;
	}

}
	/****BIG VERSION*******************************/
@media (min-width: 1000px) {
	.col_left {
		margin-right: -15px;
	}

	.col_right {
		margin-left: -15px;
		margin-right: -30px;
	}
	.col-left-text {
		padding: 30px 20px 30px 100px;
		color: #FFFFFF;
	}
	.col-right-text {
		padding: 30px 100px 30px 20px;
		color: #FFFFFF;
	}
}

.col-left {
	margin-right: -15px;
}

.col-right {
	margin: 0% -15px;
}

.cont_enroll_table {
	border: 1px solid black;
    border-collapse: collapse;
}



.grad_steps {
	padding: 2% 4% 2% 8%;
}

.round_col {

	padding: 10px;
	color: #FFF;
	border-radius: 5px;
}

.answerBlock {
	margin: 10px 0px;
	padding: 10px 20px;
	background-color:#E0E0E0;
}

.accordianLink {
	color: rgb(3, 86, 66);
	cursor:pointer;
	margin:0px;
	font-size:1.1em;
	line-height:1.5;
}

span.accordianLink:hover {
	background-color: #F8E08E;
}

.card_text {
	color: black;
	font-weight: 400;
	font-size: 15px;
}

.blocks_extra_padding {
	margin-bottom: 10px;
}

.clear_btn {
	background: transparent;
	margin-left: -10px;
}

.header_title_position {
	margin-bottom: 300px;
}

.btn_header {
	margin: 20px;
}

.tan_background {		
	background-color: #d9d7cc;
    margin-top: -20px;
    margin-bottom: -15px;
	padding: 3% 5% 20% 8%;
	height: auto;
		
}

.white_reg {
	border-radius: 5px;
	border: .5px solid black;
	margin: 15px;
	padding: 4%;
	text-align: center;
	color: black;
	font-weight: 600;
}

.white_reg:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.14);
	z-index:100;
	color: black;
}

.photo_border {
	margin: 5% 5% 0% 2%;
	border-radius: 5px;
	height: 300px;
}

.large_numbers {
	font-size: 100px;
}

/**SMALL VERSION******************/
@media (max-width: 801px) {
	.text_two {
		padding: 0% 20% 0% 20%;
	}

}
	/****BIG VERSION*******************************/
@media (min-width: 800px) {
	.text_two {
		padding: 10% 20% 0% 20%;
	}
}

.large_text {
	font-size: 30px;
}

.tanbrown {
	background-color: #aaa18d;
}

.extra_padding {
		padding: 20px;
}

#city_background {
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../images/Poland_Warsaw_01.jpg);
	opacity: 1;
 	position: relative;
  	z-index: -1; 
	width: 100%;
	background-size: cover;
	padding-bottom: 10%;
	
}

#opac {
  	height: 100px;
  	width: 100px;
  	background: #d58a3c;
	opacity: 0.5;
}
.apply_text_two {
	font-style: italic;
    color: white;
	font-weight: 1000;
    font-family: "avenir heavy";
    font-size: 4em;
	line-height:1.0;
	padding: 5%;
}

.photo_border_two {
	margin: 5% 5% 0% 2%;
	border-radius: 30px;
	height: 300px;
}



.text_three {
	padding: 5% 20% 0% 20%;
	font-size: 20px;
}

.circle {
	border-radius: 50%; height: 300px; width: 300px;
}
.circle:before {
	content: '';
  height: 10px;
  width: 10px;
  border-radius: 10px;
  float: left;
  background: #000;
  margin-top: -3px;
}


.card_title {
	color: #245c2d;
	font-size: 1.7rem;
}

.hr_style {
	height: 0.3px;
    color: #808080;
    background: #808080;
	
}

.medium_white_text {
    color: white;
    font-weight: 1000;
    font-family: "avenir heavy";
	font-size: 1.2em;

}

a.medium_white_text:hover {
    text-decoration: underline;
	text-decoration-color: white;

}

.card_shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

.card_dec{
	padding: 3%;
	text-align: left;
}

.card-img-top {
	/* border-radius: 10px; */
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/** IssueEmbed Size*/
.issuuembed {
	padding: 10px 25%;
}

.intro {
  position: relative;
  width: 100%;
  z-index: 1000;
  background-color: #eeeded;
  height: auto;
}


/*
div:target::before {
  content: "";
  display: block;
  height: 129px; 
  width: 100% 
}
*/

#btt-btn {
    position:fixed;
    right:3%;
    bottom:20px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#154734;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
	z-index: 1;
	opacity: 0.8;
}

#btt-btn span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;

}

#btt-btn:hover, #btt-btn:active {
    background-color:#B4A76C;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


#pageIntro {
  position: relative;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
  height: auto;
  /* padding-bottom: 5%; */
}
/*
#pageIntro a {
	font-weight:normal;
	white-space: pre-wrap; 
}
*/

.parallax {
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80vh;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 1000;
    color: white;
    font-family: "avernir heavy";
    font-style: italic;
}

.parallax:after {
	content: "";
	background: linear-gradient(to bottom, rgba(0,0,0,0) 70%,rgba(0, 0, 0, 0.5) 100%);
	height: 100%;
	display: block;
	background-attachment: fixed;
	transition: all 1s ease-in-out;
}

.header-topography {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    text-transform: uppercase;
    font-size: 3rem;
    color: white;
    font-family: utopia-std-subhead, serif;
    font-weight: 600;
    background-position-x: center;
    contain: content;
    height: calc(300px + (55 - 30) * ((100vw - 300px) / (2000 - 300)));
    background-image: url(../images/header/header2-topography2-01.png);
}

#wrapper:before {
	position: relative;
	/* content: ''; */
	display: block;
	height: 100px;
	width: 100%;
}



@media only screen and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .parallax {
    background-attachment: scroll;
  }
	.parallax:after {
		background-attachment: scroll;
	}
}

@media only screen and (max-device-width: 1023px) and (orientation: portrait) {
	.parallax {
		height: 70vh;
	}
}

.parallax .title {
	font-style: italic;
    color: white;
    font-weight: 1000;
    font-family: "avenir heavy";
    font-size: calc(30px + (50 - 30) * ((100vw - 300px) / (1600 - 300)));
    line-height: 1.0;
    text-shadow: #000 2px 2px 6px;
    top: 75%;
    left: 10%;
    position: fixed;
    display: block;
	/* z-index: 1; issue with it appearing over footer when uncommented */
}

@media only screen and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
	.parallax .title {
		position: relative;
		left: 0;
		margin-left: 3vw;
	}
}

.parallax-thin {
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50vh;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-thin:after {
	content: "";
	background: linear-gradient(to bottom, rgba(0,0,0,0) 70%,rgba(0, 0, 0, 0.5) 100%);
	height: 100%;
	display: block;
	background-attachment: fixed;
	transition: all 1s ease-in-out;
}

@media only screen and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .parallax-thin {
    background-attachment: scroll;
  }
	.parallax:after {
		background-attachment: scroll;
	}
}

@media only screen and (max-device-width: 1023px) and (orientation: portrait) {
	.parallax-thin {
		height: 35vh;
	}
}

.parallax-thin .title {
    line-height: 1.0;
    text-shadow: #000 2px 2px 6px;
    top: 45%;
    left: 10%;
    position: fixed;
    display: block;
	/* z-index: 1; issue with it appearing over footer when uncommented */
}

@media only screen and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
	.parallax-thin .title {
		position: relative;
		left: 0;
		margin-left: 2vw;
	}
}
.notch {
	width: calc(50% - 2.5rem);
    left: 0;
    top: -2.5rem;
    height: 2.5rem;
    margin: 0 auto;
    position: absolute;
    background: #ffffff;
    color: #ffffff;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
}

.notch:before {
    content: ' ';
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-top: 2.5rem solid transparent;
    border-left: 2.5rem solid #ffffff;
    border-right: 2.5rem solid #ffffff;
}

.notch:after {
    content: '';
    position: absolute;
    left: calc(100% + 5rem);
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    height: 2.5rem;
}

.whiteSpace {
	position: relative;
	content: '';
	display: block;
	height: 100px;
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	.notch {
		width: calc(50% - 1.5rem);
		top: -1.5rem;
		height: 1.5rem;
	}
	.notch:before {
		border-top: 1.5rem solid transparent;
		border-left: 1.5rem solid #ffffff;
		border-right: 1.5rem solid #ffffff;
	}
	.notch:after {
		left: calc(100% + 3rem);
		height: 1.5rem;
	}
}

a.tier_1.highlight-nav {
	color: #0E5541;
 	pointer-events: none;
	cursor: default;
	font-weight: 900;
}

ul.nav-right a.tier_2.highlight-nav {
	color: #0E5541;
 	pointer-events: none;
	cursor: default;
	font-weight: 900;
}

ul.nav-right li label.highlight-nav {
	color: #0E5541;
}

#rotator-caption h5 {
	padding-top: 2rem;
}

.fs-18 {
	font-size: 1.125rem;
}

.bold {
	font-weight: bold !important;
}

.bolder {
	font-weight:bolder !important;
}

.text-light {
	color: #efefef !important;
}

.text-dark {
	color:#54585A !important;/* CP Seal Gray */
}

.text-white {
	color:#ffffff !important;/* True White */
}

.text-black {
	color:#000000 !important;/* True Black */
}

.text-green {
	color:#154734 !important;/* Cal Poly Green */
}

.text-gold {
	color: #BD8B13 !important;/* CP Digital Gold, has to be 18pt or larger */
}

.bg-old-green {
	background-color: #035642 !important;
}

.bg-mobile-tan {
	background-color: #DAD7C1 !important;
}

.bg-dark {
	background-color: #211f21 !important;
}

.bg-light {
	background-color: #efefef !important;
}

.bg-white {
	background-color: #ffffff !important;
}

.bg-grad {
	background-image: linear-gradient(#000000, #353535, #000000);
}

.bg-sage{
	background-color:#B7CDC2 !important; /* CP Sycamore */
}

.bg-sage-light{
	/* background-color:#B6CCC2 !important; /* CP Sycamore 20% */
	/* opacity: 0.2; */
	background-color:#f0f5f3 !important; /* equivalent so type doesn't take on opacity */
}

.bg-mission {
	background-color:#E4E3D3 !important; /* CP Sycamore */
}

.bg-sycamore {
	background-color:#789F90 !important; /* CP Sycamore */
}

.bg-beige {
	background-color: #eeeded !important;
}

.bg-green {
	background-color: #154734;
}

.green {
	color:#154734;
}

.navlinks a:link {
    font-size: .975em;
}

.position-ab {
position: absolute;
}

.position-fix { 
position: fixed !important; 
} 

.float-right {
    float: right;
}

.right {
	right: 0;
}
/* 16px is baseline */
.height-1 {
    height: 1em;
}
.height-2 {
    height: 2em;
}
.height-3 {
    height: 3em;
}
.height-3x7 {
    height: 3.688em;
}
.height-3x8 {
    height: 3.825em;
}
.height-4 {
    height: 4em;
}
.height-4x12 {
    height: 4.125em;
}
.height-4x5 {
    height: 4.5em;
}
.height-5 {
    height: 5em;
}
.height-6 {
    height: 6em;
}

.apply_text_home {
font-style: normal;
color: white;
z-index: 1000;
font-size: calc(80px + (55 - 30) * ((100vw - 300px) / (2000 - 300)));
letter-spacing: 0.0333em;
font-family: abolition, sans-serif;
font-weight: 400;
text-shadow: #000 1px 1px 6px;
margin: 0;
position: absolute;
top: 30vh;
left: 15%;
}

/*
h1.apply_text_home::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: 0;
    height: 140%;
    width: 1px;
    width: calc(180px + (55 - 30) * ((100vw - 300px) / (2000 - 300)));
    border-top: 3px solid 
#BD8B13;
border-bottom: 3px solid
    #BD8B13;
}
*/
.abolition, .abolition span{
	font-family: abolition, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing:4px;
}

.teko {
	font-family: teko, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
}

h4.teko {
	font-size: 1.725em;
}

.utopia {
  font-size: 2rem;
  font-family: utopia-std-display, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
}

.btn-market {
  color: #fff;
  background-color: #3A913F;
  /* border-color: #3A913F; */
}

.btn-market:hover {
  color: #fff;
  background-color: #154734;
  /* border-color: #154734; */
}

.btn-market:focus, .btn-market.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-market.disabled, .btn-market:disabled {
  color: #fff;
  background-color: #54585A;
 /*  border-color: #54585A; */
}

.btn-pc { /* poly-canyon */
    background-color: #f2c75c;
    border-radius: 0px;
    height: auto;
    padding: 12px 40px;
}

.btn-pc:hover {
 	background-color: #edb21e;
	color:#000000;
  	cursor:pointer;
}

a:link.btn-pc {
	text-decoration:none;
}

.font-size-05 {
	font-size: 0.313em;
}
.font-size-06 {
	font-size: 0.375em;
}
.font-size-07 {
	font-size: 0.438em;
}
.font-size-08 {
	font-size: 0.5em;
}
.font-size-09 {
	font-size: 0.563em;
}
.font-size-10 {
	font-size: 0.625em;
}
.font-size-11 {
	font-size: 0.69em;
}
.font-size-12 {
    font-size: 0.75em; /* this is more like 10.5px */
}
.font-size-13 {
    font-size: 0.813em !important; 
}
.font-size-14 {
    font-size: 0.875em; 
}
.font-size-15 {
    font-size: 0.938em; /* 16px = 1em */
}


.font-size-18 {
	font-size: 1.125rem;
}

.font-size-19 {
	font-size: 1.250rem;
}
.font-size-20 {
	font-size: 1.333rem;
}

.font-1x4em, .font-size-1x4em {
font-size: 1.4em;
}

.font-size-21 {
	font-size: 1.5rem;
}
.font-size-2em{
	font-size:2em;
}
.font-size-2r {
	font-size: 2rem;
}
.font-size-2-5em{
	font-size:2.5em;
}
.font-size-3em{
	font-size:3em;
}
.font-size-3r {
	font-size: 3rem;
}
.font-size-5em {
	font-size: 5em;
}
.font-size-6em{
	font-size:6em;
}
.font-size-10em {
	font-size:10em;
}


.bg-img-academic {
background-image:url("../images/header/about.jpg"); 
background-position: center top 20%;
}

.bg-img-culture {
background-image:url("../images/header/add-withdraw.jpg"); 
	background-position: center left 20%;
}

.bg-img-cloud {
background-image:url("../images/header/cloud.jpg"); 
	background-position: center left 20%;
}

.bg-img-pro{
background-image:url("../images/header/professional-card2.jpg");
}

.bg-img-special { 
background-image:url("../images/special/alumni/card_Alumni.jpg"); 
	background-position: center bottom 26%;
}

.bg-img-teach {
	background-image:url('../images/header/teach-card.jpg');
}

.bg-img-ext {
	background-image:url('../images/header/extension-offerings-card.jpg');
}
.bg-img-staff {
	background-image:url('../images/header/staff-card.jpg'); 
	background-position: right 40% bottom 26%;
}

/****************************************/
/****************  Widths  **************/
/****************************************/

.width-7em {
    width: 7em;
}
.width-100 {
    width: 100% !important;
}
.width-90 {
    width: 90%;
}
.width-80 {
    width: 80%;
}
.width-75 {
    width: 75%;
}
.width-70 {
    width: 70%;
}
.width-60 {
    width: 60%;
}
.width-55 {
    width: 55%;
}
.width-50 {
    width: 50%;
}
.width-45 {
    width: 45%;
}
.width-40 {
    width: 40%;
}
.width-33 {
    width: 33%;
}
.width-30 {
    width: 30%;
}
.width-25 {
    width: 25%;
}
.width-20 {
    width: 20%;
}
.width-20px {
    width: 20px;
}
.width-10 {
    width: 10%;
}

/* New Styles */
.header_add_withdraw {
	background-image: url('../images/header/add-withdraw.jpg'); 
	background-position: bottom 0 center;
}

.header_faq {
	background-image: url('../images/header/faq.jpg'); 
	background-position: bottom 0 center;
}

.header_fees {
	background-image: url('../images/header/paying-fees.jpg'); 
	background-position: bottom 0 right 45%;
}

.header_about {
	background-image: url('../images/header/about.jpg'); 
	background-position: bottom 0 right 45%;
}

.header_policies {
	background-image: url('../images/header/policies.jpg'); 
	background-position: bottom 0 center;
}

.header_profiles {
	background-image: url('../images/header/staff-profiles.jpg'); 
	background-position: bottom 0 left 45%;
}

.header_state_auth {
	background-image: url('../images/header/authorization.jpg'); 
	background-position: bottom 0 center;
}

.header_contact {
	background-image: url('../images/header/contact.jpg'); 
	background-position: bottom 0 right 40%;
}

.header_academic_aged {
	background-image: url('../images/header/agriculture-3.jpg');
}

.header_extension {
	background-image: url('../images/header/extension-offerings.jpg');
}

.header_academic_dietetic {
	background-image: url('../images/header/dietetic.jpg'); 
	/*background-position: center center;*/
}

.header_academic_pmi {
	background-image: url('../images/header/pmi.jpg');
}

.header_academic_sabe {
	background-image: url('../images/header/San-Miguel-Mission_original.jpg'); 
	background-position: center center;
}

.header_academic {
	background-image: url('../images/header/academic.jpg');
	background-position: top 25% right 5%;
}

.header_life_brewing {
	background-image: url('../images/life_and_culture/brewing/card_brewing.jpeg'); 
	background-position: center center;
}

.header_life_drawing {
	background-image: url('../images/header/drawing-painting.jpg'); 
	background-position: center center;
}

.header_life_food {
	background-image: url('../images/life_and_culture/food-and-wine/Wine_Red_Pouring.jpg'); 
	background-position: right 25% center;
}

.header_life {
	background-image: url('../images/header/life-and-culture.jpg'); 
	background-position: center center;
}

.header_life_metal {
	background-image: url('../images/life_and_culture/metalarts/Cold Connections - slider.jpg'); 
	background-position: center right 25%;
}

.header_life_photography {
	background-image: url('../images/header/photography.jpg'); 
	background-position: center right 25%;
}

.header_life_world_religion {
	background-image: url('../images/header/world-religions.jpg'); 
	background-position: top 0 center;
}

.header_life_writers {
	background-image: url('../images/header/writers.jpg'); 
	background-position: center left 20%;
}

.header_professional_bootcamp {
	background-image: url('../images/header/old-headers/bootcamp-header.jpg'); 
	background-position: center left 45%;
}

.header_emergency_management {
	background-image: url('../images/header/cal-poly-student-wearing-life-vest-maritime-training.jpg'); 
	background-position: center left 45%;
}

.header_professional_exam {
	background-image: url('../images/header/exam-prep.jpg'); 
	background-position: center center;
}

.header_professional_wine {
	background-image: url('../images/professional/winebusiness/vineyard.jpg');
}

.header_professional_online {
	background-image: url('../images/header/cloud.jpg'); 
	background-position: right 0 center;
}

.header_professional_teachers {
	background-image: url('../images/header/teacher-classes2.jpg'); 
	background-position: center right 30%;
}

.header_professional {
	background-image: url('../images/header/professional.jpg'); 
	background-position: center right 30%;
}

.header_mstem {
	background-image: url('../images/header/mstem.jpg'); 
	background-position: center right 30%;
}

.header_special_ceus {
	background-image: url('../images/header/sponsored-ceus.jpg'); 
	background-position: center left 30%;
}

.header_special {
	background-image: url('../images/special/special-programs-header.jpg'); 
	background-position: center left 30%;
}

.header_teach_faq {
	background-image: url('../images/header/old-headers/header_TeachFAQ.jpg'); 
	background-position: center right 30%;
}

.header_teach_special {
	background-image: url('../images/header/old-headers/header_TeachFAQ.jpg'); 
	background-position: bottom 0 right 30%;
}

.header_teach {
	background-image: url('../images/header/teach-with-us.jpg'); 
	background-position: center right 30%;
}

.header_maritime {
	background-image: url('../images/header/cal-poly-maritime-academy-campus-carquinez-bridge.jpg'); 
	background-position: center right 30%;
}

.header_programs {
	background-image: url('../images/header/programs.jpg');
	background-position: bottom right 30%;
}
.construction-header {
	background-image: url('../images/professional/construction/construction-header.jpg'); background-position: center right 45%;
}

.bg-aws-courses {
	background-image: url('../images/professional/cloud/Cloud-servers.jpg');
}

.bg-online-courses {
	background-image: url('../images/professional/online/card_online.jpg'); 
}
.bg-shrm {
	background-image: url('../images/woman-at-desk.jpg'); 
}
.bg-courses-teachers {
	background-image: url('../images/professional/forTeachers/card_teacher.jpg'); 
}

.card-bg {
	background-position:fixed;
	background-size:cover;
}

.background-center {
	background-position: center;
}

/* Text styles */
.text_bold {
	font-weight: bold;
}

.text_left {
	text-align: left;
}

.text_center {
	text-align: center;
}

.text_right {
	text-align: right;
}

.text_black {
	color: black;
}

.text_white {
	color: white;
}

.text-poly-green {
	color: #245c2d;
}

/* Margin/Padding */
.pb-root-0 {
	padding-bottom: 0;
}
.pb-root-1 {
	padding-bottom: 0.5rem;
}
.pb-root-2 {
	padding-bottom: 1rem;
}
.pb-root-3 {
	padding-bottom: 1.5rem;
}
.pb-root-4 {
	padding-bottom: 2rem;
}
.pb-root-5 {
	padding-bottom: 2.5rem;
}
.pb-root-6 {
	padding-bottom: 3rem;
}
.pb-root-7 {
	padding-bottom: 3.5rem;
}

.pt-root-0 {
	padding-top: 0;
}
.pt-root-1 {
	padding-top: 0.5rem;
}
.pt-root-2 {
	padding-top: 1rem;
}
.pt-root-3 {
	padding-top: 1.5rem;
}
.pt-root-4 {
	padding-top: 2rem;
}
.pt-root-5 {
	padding-top: 2.5rem;
}
.pt-root-6 {
	padding-top: 3rem;
}
.pt-root-7 {
	padding-top: 3.5rem;
}

.pl-root-0 {
	padding-left: 0;
}
.pl-root-1 {
	padding-left: 0.5rem;
}
.pl-root-2 {
	padding-left: 1rem;
}
.pl-root-3 {
	padding-left: 1.5rem;
}
.pl-root-4 {
	padding-left: 2rem;
}
.pl-root-5 {
	padding-left: 2.5rem;
}
.pl-root-6 {
	padding-left: 3rem;
}
.pl-root-7 {
	padding-left: 3.5rem;
}

.pr-root-0 {
	padding-right: 0;
}
.pr-root-1 {
	padding-right: 0.5rem;
}
.pr-root-2 {
	padding-right: 1rem;
}
.pr-root-3 {
	padding-right: 1.5rem;
}
.pr-root-4 {
	padding-right: 2rem;
}
.pr-root-5 {
	padding-right: 2.5rem;
}
.pr-root-6 {
	padding-right: 3rem;
}
.pr-root-7 {
	padding-right: 3.5rem;
}

.p-root-0 {
	padding: 0;
}
.p-root-1 {
	padding: 0.5rem;
}
.p-root-2 {
	padding: 1rem;
}
.p-root-3 {
	padding: 1.5rem;
}
.p-root-4 {
	padding: 2rem;
}
.p-root-5 {
	padding: 2.5rem;
}
.p-root-6 {
	padding: 3rem;
}
.p-root-7 {
	padding: 3.5rem;
}

.mt-root-0 {
	margin-top: 0;
}
.mt-root-1 {
	margin-top: 0.5rem;
}
.mt-root-2 {
	margin-top: 1rem;
}
.mt-root-3 {
	margin-top: 1.5rem;
}
.mt-root-4 {
	margin-top: 2rem;
}
.mt-root-5 {
	margin-top: 2.5rem;
}
.mt-root-6 {
	margin-top: 3rem;
}
.mt-root-7 {
	margin-top: 3.5rem;
}

.ml-root-0 {
	margin-left: 0;
}
.ml-root-1 {
	margin-left: 0.5rem;
}
.ml-root-2 {
	margin-left: 1rem;
}
.ml-root-3 {
	margin-left: 1.5rem;
}
.ml-root-4 {
	margin-left: 2rem;
}
.ml-root-5 {
	margin-left: 2.5rem;
}
.ml-root-6 {
	margin-left: 3rem;
}
.ml-root-7 {
	margin-left: 3.5rem;
}

.mb-root-0 {
	margin-bottom: 0;
}
.mb-root-1 {
	margin-bottom: 0.5rem;
}
.mb-root-2 {
	margin-bottom: 1rem;
}
.mb-root-3 {
	margin-bottom: 1.5rem;
}
.mb-root-4 {
	margin-bottom: 2rem;
}
.mb-root-5 {
	margin-bottom: 2.5rem;
}
.mb-root-6 {
	margin-bottom: 3rem;
}
.mb-root-7 {
	margin-bottom: 3.5rem;
}

.mr-root-0 {
	margin-right: 0;
}
.mr-root-1 {
	margin-right: 0.5rem;
}
.mr-root-2 {
	margin-right: 1rem;
}
.mr-root-3 {
	margin-right: 1.5rem;
}
.mr-root-4 {
	margin-right: 2rem;
}
.mr-root-5 {
	margin-right: 2.5rem;
}
.mr-root-6 {
	margin-right: 3rem;
}
.mr-root-7 {
	margin-right: 3.5rem;
}

/* Misc. */
.diatetic-iframe {
	border: none;
	width: 100%;
	height: 326px;
}

.catalog-iframe {
	border:none;
	width:100%;
	height:600px;
}

.card.shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.inline-block {
	display: inline-block;
}

tr.rounded-thead th:first-child {
	border-top-left-radius: 10px;
}

tr.rounded-thead th:last-child {
	border-top-right-radius: 10px;
}

.max-width-100 {
	max-width:100%;
}

/*************************************new cal poly colors branding 2019 */
.text-black {
	color:black;
}
.bg-gray {
	background-color: #efefee;
}
/* cp colors */
.color-cpgreen {
	color:#154734;
}
.bg-cpgreen {
	background-color:#154734;
}
.bg-footer-gradient {
	background: linear-gradient(217deg, rgba(21,71,52,1), rgba(21,71,52,.1) 70.71%), linear-gradient(127deg, rgba(21,71,52,1), rgba(44,148,108,0) 70.71%), linear-gradient(336deg, rgba(58,145,63,.8), rgba(44,148,108,.5) 70.71%);
    background-color: #154734;
}

.color-cpgold {
	color:#BD8B13;
}
.bg-cpgold {
	background-color:#BD8B13;
}

/* yellows */
.color-y-polycanyon {
	color:#F2C75C;
}
.bg-y-polycanyon {
	background-color:#F2C75C;
}
.color-y-stadiumgold {
	color:#F8E08E;
}
.bg-y-stadiumgold {
	background-color:#F8E08E;
}

/* greys */
.color-gray-sealgray {
	color:#54585A;
}
.bg-gray-sealgray {
	background-color:#54585A;
}
.color-gray-kennedy {
	color:#8E9089;
}
.bg-gray-kennedy {
	background-color:#8E9089;
}

/* blues */
.color-blue-serenity {
	color:#D5E4F4;
}
.bg-blue-serenity {
	background-color:#D5E4F4;
}
.color-blue-skyblue {
	color:#B5E3D8;
}
.bg-blue-skyblue {
	background-color:#B5E3D8;
}
.color-blue-surf {
	color:#5CB8B2;
}
.bg-blue-surf {
	background-color:#5CB8B2;
}
.bg-blue-surf-lighter {
	background-color: rgba(92,184,178,.5);
}
.color-blue-morro {
	color:#ABCAE9;
}
.bg-blue-morro {
	background-color:#ABCAE9;
}

/*neutral */
.color-beige {
	color:#E4E3D3;
}
.bg-beige {
	background-color:#E4E3D3;
}
.color-beige-pismosand {
	color:#CAC7A7;
}
.bg-beige-pismosand {
	background-color:#CAC7A7;
}

/*green */
.color-green-dexter {
	color:#A4D65E;
}
.bg-green-dexter {
	background-color:#A4D65E;
}
.color-green-farmers {
	color:#3A913F;
}
.bg-green-farmers {
	background-color:#3A913F;
}
.bg-green-farmers-dark {
	background-color:#538F4A;
}
.bg-cpgold-dark {
	background-color:#B2892F;
}
.bg-blue-dark {
	background-color:#59918E;
}

/* blue green */
.color-blue-coast {
	color:#B6CCC2;
}
.bg-blue-coast {
	background-color:#B6CCC2;
}
.color-blue-sycamore {
	color:#789F90;
}
.bg-blue-sycamore {
	background-color:#789F90;
}
.sycamore-border-top {
	border-top: 6px solid #789F90;
}
.cpgold-border-top {
	border-top: 6px solid #BD8B13;
}

.cpgreen-border-top {
	border-top: 6px solid #154734;
}
.gray-border-top {
	border-top:6px solid #8E9089;
}

/* Non-Branded - Bright Border Top */
.blue-border-top {
	border-top: 6px solid #4CC2E6;
}

.magenta-border-top {
	border-top: 6px solid #E33FB7;
}

.green-border-top {
	border-top: 6px solid #9CD326;
}

.yellow-border-top {
	border-top: 6px solid #FAD541;
}
.purple-border-top {
	border-top: 6px solid #784BD1;
}
.orange-border-top {
	border-top: 6px solid #FF642E;
}

/* Branded Border Left */
.sycamore-border-left {
	border-left: 6px solid #789F90;
}
.cpgold-border-left {
	border-left: 6px solid #BD8B13;
}
.gray-border-left {
	border-left: 6px solid #8E9089;
}

/* Non-Branded - Bright Border Top */
.blue-border-left {
	border-left: 6px solid #4CC2E6;
}

.magenta-border-left {
	border-left: 6px solid #E33FB7;
}

.green-border-left {
	border-left: 6px solid #9CD326;
}

.yellow-border-left {
	border-left: 6px solid #FAD541;
}
.purple-border-left {
	border-left: 6px solid #784BD1;
}
.orange-border-left {
	border-left: 6px solid #FF642E;
}

/* Branded Border LEFT */
.sycamore-border-l {
	border-left: 6px solid #789F90;
}
.cpgold-border-l {
	border-left: 6px solid #BD8B13;
}
.gray-border-l {
	border-left: 6px solid #8E9089;
}

/* Non-Branded - Bright Border Left */
.blue-border-l {
	border-left: 6px solid #4CC2E6;
}
.magenta-border-l {
	border-left: 6px solid #E33FB7;
}
.green-border-l {
	border-left: 6px solid #9CD326;
}
.yellow-border-l {
	border-left: 6px solid #FAD541;
}
.purple-border-l {
	border-left: 6px solid #784BD1;
}
.orange-border-l {
	border-left: 6px solid #FF642E;
}


@media (max-width: 767px) {
	.mobile-bg-beige {
		background-color:#E4E3D3; 
		padding-top:3em;
		padding-bottom:3em;
		margin-top:2em;
	}
}

/********* All programs colors ****/
.dexter-green-light {
	background-color: rgba(164, 214, 94, .7);
}
.farmers-light {
	background-color: rgba(58,145,63,.5);
}
.cpgreen-light {
	background-color: rgba(21,71,52,.1);
}
.sealgray-light {
	background-color: rgba(84,88,90,.5);
}
.kennedygray-light {
	background-color: rgba(142, 144,137,.3);
}
.sycamore-light {
	background-color: rgba(120,159,144,.5);
}

.icon-left {
	font-size:8em;
}

a:link.register {
	font-weight:normal;
}

/* === for timeit.js ===== */
.hidden {
	display:none !important;
}

p.copy-clipboard {
	color:black;
	background-color:#f2f2f2;
	width:100px;
	padding:1px;
}
p.copy-clipboard:hover {
	color:#3A913F;
	cursor:pointer;
	text-decoration:underline;
}
p.copy-clipboard:active {
	color:#A4D65E;
}
.cursor-hover:hover {
	cursor:pointer;
	opacity:.7;
	transition: 0.5s ease;
}

@media screen and (max-width: 524px){
	.long-tab button {
		font-size:.7em;
	}
}


.desktop-width {
	min-width:1300px;
}

@media screen and (max-width: 1300px){
	.desktop-width {
		min-width:300px;
	}
}

/* Contact Form */
label.error {
	display: inline-block !important;
	padding-left: 5px;
	margin-top: 10px;
	color: red;
}

input.form-control.error,
textarea.form-control.error {
	box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.40);
	border-color: red;
}

i[id^="icon_for"] {
	color: red;
}

label.display-none {
	display: none !important;
}
.hidden {
	display: none !important;
}

.gray-card-label h2 {
    font-size: 1.2rem;
	margin: 10px 0;
}
.gray-card-label {
	min-height: 82px;
}

.navbar-logo {
	height:50px;
}

.navbar-title {
	font-family: utopia-std-display, serif;
    font-weight: 300;
	margin:0; 
	letter-spacing:0px;
	white-space: nowrap;
	font-size: 1.8em;
}

@media (max-width: 500px) {
	.navbar-title {
		text-wrap: wrap;
    	font-size: 1em;
	}
}

@media (max-width: 1005px) {
	.navbar-title {
    	font-size: 1.25em;
		text-wrap: wrap;
	}
}

.pos-rel {
	position: relative;
}

.zee-one {
	z-index: 1;
}
.zee-two {
	z-index: 2;
}
.zee-ten {
	z-index:10;
}

/* ====== NEW ALERTS ====== */
#absTop.alert {
padding: 20px;
background-color: #fff200;
background-color: #f2c75c;
color: black;
top: 0px;
left: 0px; 
width: 100%;
z-index:9999; 
border-radius:0px;
margin-bottom: 0px;
	
}
	

#absTop span.closebtn {
position: absolute;
top: 0;
right: 0;
padding: 20px;
font-size:2.25em;
color: black;
font-weight: bold;
cursor: pointer;
z-index:3001;
}

#absTop span.closebtn:hover {
color: darkgreen;
}
	
/* END ALERT STYLES */

.bg-summersession-card {
	background-image: url("../images/academic/card-images/summer-session-card.jpg");
	background-position:center bottom;
	background-size: cover;
	min-height: 300px;
}

.bg-aged-card {
	background-image: url("../images/card-images/aged-card.jpg");
	background-position:center bottom;
	background-size: cover;
	min-height: 300px;
}

.bg-conv-spanish {
	background-image: url("../images/card-images/conversational-spanish.jpg");
	background-position:center center;
	background-size: cover;
	min-height: 300px;
}

.bg-sausage-making {
	background-image: url("../images/card-images/introduction-to-sausage-making.png");
	background-position:center center;
	background-size: cover;
	min-height: 300px;
}

.bg-cults {
	background-image: url("../images/card-images/cults.jpg");
	background-position:center center;
	background-size: cover;
	min-height: 300px;
}
.bg-agint {
	background-image: url("../images/academic/card-images/agint.jpg");
	background-position:center bottom;
	background-size: cover;
	min-height: 300px;
}

.bg-anatomy {
	background-image: url("../images/academic/card-images/gross-anatomy.jpg");
	background-position:center;
	background-size: cover;
	min-height: 300px;
}

.bg-construction {
	background-image: url("../images/academic/card-images/Construction_Site_Card.jpg");
	background-position:center;
	background-size: cover;
	min-height: 300px;
}

.bg-dietetic {
	background-image: url("../images/academic/card-images/dietetic1.jpg");
	background-position:center;
	background-size: cover;
	min-height: 300px;
}

.bg-pmi-card {
	background-image: url("../images/card-images/pmi-card.jpg");
	background-position:center bottom;
	background-size: cover;
	min-height: 300px;
}

.bg-fpe {
	background-image: url("../images/academic/card-images/fpe-card.jpg");
	background-position:center;
	background-size: cover;
	min-height: 300px;
}

.bg-ms-accounting {
	background-image: url("../images/academic/card-images/ms-accounting.jpg");
	background-position:center;
	background-size: cover;
	min-height: 300px;
}

.bg-ms-business {
	background-image: url("../images/academic/business/ba.jpg");
	background-position:center;
	background-size: cover;
	min-height: 300px;
}

.bg-ms-packaging {
	background-image: url("../images/academic/PVC/warehouse.jpg");
	background-position:center;
	background-size: cover;
	min-height: 300px;
}

.bg-ms-quantitative {
	background-image: url("../images/academic/card-images/ms-quantitative-econ.jpg");
	background-position:center;
	background-size: cover;
	min-height: 300px;
}

.bg-ms-taxation {
	background-image: url("../images/academic/card-images/ms-taxation.jpg");
	background-position:center;
	background-size: cover;
	min-height: 300px;
}

.bg-open-university {
	background-image: url("../images/academic/card-images/open-university-card.jpg");
	background-position:center;
	background-size: cover;
	min-height: 300px;
}

.bg-quarter-plus {
	background-image: url("../images/academic/card-images/qplus.jpg");
	background-position:center;
	background-size: cover;
	min-height: 300px;
}

.bg-summer-springboard {
	background-image: url("../images/academic/card-images/summer_springboard.jpg");
	background-position:center;
	background-size: cover;
	min-height: 300px;
}

.bg-sabe {
	background-image: url("../images/academic/card-images/jackie-close-up.jpg");
	background-position:center;
	background-size: cover;
	min-height: 300px;
}

.bg-academic-card {
	background-image: url("../images/programs/academic-card.jpg");
	background-position:center;
	background-size: cover;
	min-height: 300px;
}

.bg-summer-programs, .bg-special-programs {
	background-image: url("../images/programs/beach-card.jpg");
	background-position:center;
	background-size: cover;
	min-height: 300px;
}

.bg-special {
	background-image: url("../images/academic/card-images/special.jpg");
	background-position:center;
	background-size: cover;
	min-height: 300px;
}


.bg-ethnic-studies {
	background-image: url("../images/academic/card-images/ehtnic-studies-hawaii.jpg");
	background-position:center;
	background-size: cover;
	min-height: 300px;
}
.bg-mstem {
	background-image: url("../images/academic/card-images/mstem.jpg");
	background-position:right;
	background-size: cover;
	min-height: 300px;
}
.bg-professional-card {
	background-image: url("../images/programs/professional-card.jpg");
	background-position:center;
	background-size: cover;
	min-height: 300px;
}

.bg-teach-with-us {
	background-image: url("../images/programs/teach-with-us2.jpg");
	background-position:center;
	background-size: cover;
	min-height: 300px;
}

.bg-ext-offerings {
	background-image: url("../images/header/extension-offerings.jpg");
	background-position:center;
	background-size: cover;
	min-height: 300px;
}

.bg-maritime {
	background-image: url("../images/header/student-in-bridge-simulator.jpg");
	background-position:center;
	background-size: cover;
	min-height: 300px;
}

.bg-swanton {
	background-image: url("../images/academic/card-images/swanton-ranch.jpg");
	background-position:center;
	background-size: cover;
	min-height: 300px;
}

ul.no-bullets {
	list-style-type: none;
}
