/* 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 MJ-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 */

.btn-primary {
	background-color: #035642;
	border-color: #A57809;
	color: white;
}

.btn-primary:hover {
	background-color: rgba(3, 86, 66, 0.8);
	border-color: #8C6607;
}

.apply{
	text-align: center;
}

.apply .btn-primary {

	background-color: #D99F0B;
	border-color: #A57809;
	height: 75px;
	width: 125px;
	font-size: 35px;
}

/**/
.btn-primary-apply {

	background-color: #185642;
	height: auto;
	font-size: 20px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 70px;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.14);*/
}

.btn-primary-apply:hover {
	background-color: #124233;
	color: #FFFFFF;
	text-align: center;
}

.btn-primary {
	height: auto;
/*	font-size: 1.2em;*/
	font-weight: bolder;
	text-align: center;
/*	padding: 8px 40px;*/
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.14);*/
}
.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 {
}
.class-box {
	margin:15px 10px;
	background-color: #fff;
}
span.class-heading {
	color: #035642;
	font-size: 1.2em;
}
.extra-margin {
	margin: 20px 0px;
}



/********************************************** END BOOTSTRAP CLASS OVERRIDES */

/********************************************** CUSTOM CLASSES */

.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: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
	float:left;
	color: white;
	font-size:1em;
	letter-spacing: 1px;
	font-weight: bolder;
}

/* 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;
    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: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: 524px){
	.long-tab button {
		font-size:.7em;
	}
}

.intCarousel {
	padding: 0;
	margin: 0;
}


/********************************************** END CUSTOM CLASSES */

/*initial body*/
body {
  right: 0;
  margin: 0;
  position: relative;
}

.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*/
.card-img{
	height: 276px;
}
.card-body {
	 -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}


.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;}
}



/********* 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: #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_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;
}

.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;
}

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

@media (max-width: 1200px) {
	.apply_text_home {
/*		font-size:4em;*/
	}
}
@media (max-width: 756px) {
	.apply_text_home, .apply_text {
/*		font-size:3em;*/
		margin:0 auto;
	}
}

.new_grad-text {
	text-align: left;
	margin-left: auto;
}
.new_grad-title {
  padding-top: 0px;
  font-size: 2rem;
  color: #245c2d;
  font-weight: bold;
}

.new_grad-body {
  padding-top: 0px;
  font-size: 2rem;
  color: #245c2d;
  font-weight: bold;
}

.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 */
/* homepgae cards */
.homepage-card-gradient {
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,2));
	height:100%;
}
.homepage-card-div {
	height:500px; 
	background-size: cover;
	padding-top:50%;
}
p.homepage-card {
	color: white; 
	position: absolute; 
	bottom: 5%; 
	font-size: 1.8vw; 
	width: 100%;
	text-align: center;
	font-variant: all-small-caps;
	letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
	div.homepage-card {
		margin-bottom: 1.5rem;
	}
}

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

/* 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;
}
.homepage-icon-link .fas {
	font-size:5em;
	color: white; 
	position:absolute;
	/* top:75px; */
	bottom:0;
	left:0;
	right:0;
}
.internal-icon-thirds .fas {
	font-size:5em;
	color: white; 
	position:absolute;
	top:55px;
	bottom:0;
	left:0;
	right:0;
}

.circle-mixed {
    width: 180px;
    padding-top: 180px;
    border-radius: 50%;
    margin: 0 auto;
}
.circle-brown {
	color: #82786F;
}
			
.homepage-icon-link:hover .circle-brown {
	background-color: #aaa38b;
	-webkit-transition: all 0.3s;
}
			
.fa-stack .circle-green {
	color: #195743;
}
			
.homepage-icon-link:hover .circle-green {
	background-color: #9db28f;
	-webkit-transition: all 0.3s;
}

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

@media (max-width: 991px) {
	.homepage-icon-link .fas  {
		top:14%;
		font-size:5vw;
	}
	.internal-icon-link .fas {
		/* top:25%; */
	}
	.homepage-icon-link, .internal-icon-link, .internal-icon-thirds {
		padding:2%;
	}
	.circle-mixed {
		width: 100%;
		padding-top: 100%;
	}
	p.homepage-icon-text {
		font-size: 1.1em;
	}
}
@media (max-width: 767px) {
	.homepage-icon-link .fas, .internal-icon-link .fas, .internal-icon-thirds .fas {
		/* top:75px; */
		/* font-size:6em; */
	}
.circle-mixed {
		width: 200px;
		padding-top: 200px;
	}
	.homepage-icon-link, .internal-icon-link, .internal-icon-thirds  {
		padding:5%;
	}
}


/* NEW FOOTER */
hr.new-footer {
	width:100%; 
	border: 1px solid white;
	opacity:.3;
	padding:0;
}
.new-footer {
	/* background-color: #154734; */
	background-color: #2D5947;
	height:auto;
	padding:5% 0 3% 0;
	width: 100%;
}
.new-footer .row {
	max-width:1100px;
	margin: 0 auto;
}
.new-footer p {
	color:white;
	font-size: .8em;
	margin-top:5em;
}
.new-footer h1 {
	color: #F2C75C;
	font-weight:bold;
	letter-spacing:1px;
	font-size:1.2em;
	font-family: 'Source Sans Pro', sans-serif;
	margin:1em 0 0 0;
	padding:0;
}
.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 {
	color: #ffffff;
	font-size: 1em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:100;
	opacity: .9;
}
.new-footer a:hover {
	color: #F2C75C;
	opacity: 1;
}
.new-footer i {
	font-size: 1.2em;
	margin-right: 5px;
}
.new-footer-banner {
	background-color: rgba(21,71,52,1);
	/* background-color: #BD8B13; */
	height:auto;
	padding: 1em 0;
	width: 100%;
}
.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: #ffffff;
	margin:0 1em;
}

.img-btn:hover {
  opacity: 0.9;
  cursor: pointer;
}
.img-btn:active {
  opacity: 0.7;
}

.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;
}
*/

.fpe_card_link:hover {
	text-decoration: none;
}

.certificate_program:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.14);
	-webkit-transition: 0.5s; /* Safari */
	 transition: 0.5s;

}


.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.standard {
	line-height: 2em;
}

/***************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: 80%;
	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;
}

.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;
}

span.icon, span i.icon {
    font-size: 5em;
}

/*************** 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;
}
.text_normal {
	font-style: normal;
}
.stair_info {
	padding: 1% 0% 1% 3%;
}
.two_lines {
	width:200px;
}

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

/*************** SMALL VERSIOM *********/
@media (max-width: 1200px) {
    .stair_padding {
		padding: 2% 5%;
	}
	.stair {
		height: 110px;
	}
	.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 {
	}

	.col_right {
	}
	.col-left-text {

	}
	.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: 3% 4% 3% 8%;
}

.round_col {
	margin: 5px;
	padding: 10px;
	color: #FFF;
	border-radius: 5px;
}

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

/********************************************** FAQ page */
.accordianLink {
  color: rgb(3, 86, 66);
  cursor: pointer;
  margin: 0px;
  font-size: 1.1em;
  line-height: 1.5;
  border-bottom: 1px solid #BD8B13;
  margin-top: 1em;
}
.accordianLink:hover {
  background-color: rgba(242,199,92,.3);
}
.answerBlock {
   margin: 0px 0px;
   padding: 10px 20px;
   /* background-color: rgba(242,199,92,.5);*/
	background-color:#eeeeee;
}

.card_text {
	color: black;
	font-weight: 400;
}
.card_bold_text {
	color: black;
	font-weight: 900;
	font-size: 1.4rem;
}

.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-top: 10%;
	padding-bottom: 10%;
	align-content: center;
	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 {
    color: white;
    font-weight: 1000;
    font-family: "avenir heavy";
    font-size: 4em;
}

/**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;
	text-align: center;
}

.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%;
}
.circle:before {
	content: '';
  height: 10px;
  width: 10px;
  border-radius: 10px;
  float: left;
  background: #000;
  margin-top: -3px;
}


.image-caption {
	padding:20px 20px 20px 50px;
	margin-top:2em;
	margin-left:-30px;
	color: white;
	font-style: italic;
}

.left_bar {
	border-left: solid gray 1px;
	padding-left: 5%;
	margin-top: 5%;
}

.medium_text {
	font-size: 20px;
	font-weight: 900;
}

.left_arm {
	height: 130px;
border-right: 1px solid blue;
-webkit-transform: rotate(50deg);
-moz-transform: rotate(50deg);
-o-transform: rotate(50deg);
-ms-transform: rotate(50deg);
transform: rotate(50deg);
position: absolute;
top: 140px;
left: 400px;
	background-color: red;
}

.connect_h{}

.connect_h:before {
	height: 330px;
	border-right: 1px solid blue;
-webkit-transform: rotate(50deg);
-moz-transform: rotate(50deg);
-o-transform: rotate(50deg);
-ms-transform: rotate(50deg);
transform: rotate(50deg);
position: relative;
top: 140px;
left: 400px;
	background-color: red;
}

.tab_color {
	background: #d9d7cc;
}

.back_img {
	background-image: url(../images/card-images/tab-bg-image.jpg);
	background-size: cover;
	padding: 10%;
	color: white;
	margin-bottom: -10%;
}

.circle_sm {
	height: 250px;
	width: 250px;
	border-radius: 50%;
}

.circle_lg {
	height: 350px;
	width: 350px;
	border-radius: 50%;
}


@media screen  and (min-width: 1001px){
	.display-circle {
		display:inherit;
	}
	.display-alt {
		display:none;
	}
}
@media screen  and (max-width: 1000px){
	.display-circle {
		display:none;
	}
	.display-alt{
		display:inherit;
	}
}
.box {
	height: 100px;
	border-radius: 10px;
	margin: 20px 0px;
}

/* LINE **********/
#svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 40000;
}

#line1 {
	stroke-width: 2px;
	stroke: black;
}


#greenbackground {
  position: relative;
  height: auto;
	background-color: #9eb28f;
}
#greenbackground:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1001;
  margin-left: -45px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: solid 40px #d9d7cb;
  border-left: solid 40px transparent;
  border-right: solid 40px transparent;
  color: white;
}
@media screen and (min-width: 2000px){
	#greenbackground {
		padding: 0px 25%;
	}
}
@media screen and (min-width: 1500px){
	#greenbackground {
		padding: 0px 25%;
	}
}
@media screen and (max-width: 1000px){
	#greenbackground {
		padding: 0px 15%;
	}
}
@media screen and (max-width: 524px){
	#greenbackground {
		padding: 0px 10%;
	}
}


.bold_title {
    color: white;
    font-weight: 900;
    font-family: "avenir heavy";
    font-size: 2em;
}

.white_title {
	font-style: italic;
    color: white;
    font-weight: 1000;
    font-family: "avenir heavy";
	font-size: 30px;
}

.border_left_green {
	border-left: 2px solid darkgreen;
	padding-left: 5%;
}

.card_style {
	padding: 5%; margin-right: 5%; border: 1px grey solid; border-radius: 20px;
}

.mainNews {
  position: relative;
  top: 20px;
  width: 100%;
  z-index: 1000;
  background-color: rgba(218, 215, 204);
  height: auto;
}

.parallax {
  top: 0;
  bottom:  0;
  left: 0;
  right: 0;

  /* Full height */
  height: 40vh;
  width: 100%;

  /* Create the parallax scrolling effect */
  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;
}

@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: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .parallax {
    background-attachment: scroll;
	height: 55vh;
  }
	.parallax:after {
		background-attachment: scroll;
	}
}

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

.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: 75vh;
	left: 10%;
	position:fixed;
	display: block;
}


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

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

.notch {
	width: calc(50% - 2.5em);
    left: 0;
	top: -2.5em;
    height: 2.5em;
    margin: 0 auto;
    position: absolute;
    background: #ffffff;
    color: white;
    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.5em solid transparent;
    border-left: 2.5em solid #ffffff;
    border-right: 2.5em solid #ffffff;
}

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

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

#pageIntro {
  position: relative;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
  height: auto;
  /* padding-bottom: 12px; */
}

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

/* form */

@media screen and (min-width: 769px) {
.contact {
	width: 30vw;
}
}

.grey-text{color:#9e9e9e}
input:error,
select:error,
textarea:error {
	outline: none;
	border-color: red;
	border-width: 1px;
	border-style: solid;
}
.invalid-feedback {
	transform: translate(30vw, -5rem);
	color: white;
	background-color: #dc3545;
	width: auto;
	padding: 0.5rem;
	text-align: center;
}
input.valid,
select.valid,
textarea.valid {
	border-style: auto;
	border-color: #8792a1;
}	

.form-control:focus {
	background: inherit;
}
.contact-form, .contact-message {
	width:90% !important;
/*				line-height: 36px;*/
	display: block;
	overflow-y: auto;
	border: none;
	background: inherit;
	border-bottom: solid 1px #44656F;
	outline: none;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	border-radius: 0;
}
.contact-form:focus, .contact-message:focus {
	border-color: #1fb6ff;		
}
.was-validated .contact-form:invalid ~ .invalid-feedback {
	display: block;
}
.was-validated .contact-form:invalid {
	border-color: #dc3545;
}
.was-validated .contact-message:invalid ~ .invalid-feedback {
	display: block;
}
.was-validated .contact-message:invalid {
	border-color: #dc3545;
}
.field {
	margin-bottom: 1em;
}
label, .contact-form, .contact-message {
  transition: all 0.2s;
  touch-action: manipulation;
}

.contact-form, .contact-message {
  font-size: 1rem;
  border: 0;
  border-bottom: 1px solid #666C6F;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;
  cursor: text;
}

.contact-form:focus, .contact-message:focus {
  outline: 0;
  border-bottom: 1px solid #666;
}

label {
	/*
  text-transform: uppercase;
  letter-spacing: 0.05em;*/
	color: #666C6F;
}
/**
* Translate down and scale the label up to cover the placeholder,
* when following an input (with placeholder-shown support).
* Also make sure the label is only on one row, at max 2/3rds of the
* field—to make sure it scales properly and doesn't wrap.
*/
.contact-form:placeholder-shown + label {
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, -1.875rem) scale(1.1);
}
.contact-message:placeholder-shown + label {
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, -1.875rem) scale(1.2);
}
/**
* By default, the placeholder should be transparent. Also, it should 
* inherit the transition.
*/
.contact-form::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}
.contact-message::-webkit-input-placeholder {
  opacity: 1;
  transition: inherit;
}
/**
* Show the placeholder when the input is focused.
*/
.contact-form:focus::-webkit-input-placeholder {
  opacity: 1;
}
.contact-message:focus::-webkit-input-placeholder {
  opacity: 1;
}
/**
* When the element is focused, remove the label transform.
* Also, do this when the placeholder is _not_ shown, i.e. when 
* there's something in the input at all.
*/
.contact-form:not(:placeholder-shown) + label,
.contact-form:focus + label {
  transform: translate(0, -3.875rem) scale(1);
  cursor: pointer;
	color: black;
	font-weight: bold;
}
.contact-message:not(:placeholder-shown) + label,
.contact-message:focus + label {
  transform: translate(0, -4.5rem) scale(1);
  cursor: pointer;
	color: black;
	font-weight: bold;
}
.was-validated .contact-form:valid {
	border-color: green;
}
.was-validated .contact-message:valid {
	border-color: green;
}
.arrow_box {
	position: absolute;
	background: #dc3545;
	border: 2px solid #dc3545;
	border-radius: 2px;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-radius: 2px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #dc3545;
	border-width: 12px;
	margin-top: -12px;
	border-radius: 2px;
}
.was-validated .contact-message:invalid ~ .invalid-feedback {
	display: block;
}
.was-validated .contact-form:invalid ~ label {
	color: red;
}
.was-validated .contact-message:invalid ~ label {
	color: red;
}
.contact-form ~ label .fa-check,
.contact-message ~ label .fa-check {
	display: none;
}
.was-validated .contact-message:valid ~ label .fa-check,
.was-validated .contact-form:valid ~ label .fa-check {
	display: inline-block;
	margin-left: 0.5rem;
	color: white;
	background: green;
	border-radius: 50%;
	font-size: 9px;
	padding: 4px;
}
.contact-message ~ .invalid-feedback {
	transform: translate(30vw, -4rem);
}
			
@media screen and (max-width: 768px) {
.invalid-feedback {
	transform: translate(0vw, -2rem);
	color: #dc3545;
	padding: 0;
}
.contact-message ~ .invalid-feedback {
	transform: translate(0vw, -0rem);
	color: #dc3545;
	padding: 0;
}
.arrow_box {
	background: inherit;
	border: none;
	border-radius: 0;
}
.arrow_box:before, .arrow_box:after {
	display: none;
}
.field {
	margin-bottom: 2rem;
}
}

@media (max-width: 1024px) {
	.fa-stack {
		font-size: 4em;
	}
}

@media (max-width: 767px) {
	.fa-stack {
		font-size: 5em;
	}
}

@media (max-width: 991px) {
	.fa-stack {
		font-size: 4em;
	}
}

.fas + .white-icon {
	color: white;
}

.container a {
	text-decoration: none;
}

/*
.container a:not(.custom-card-link) {
	text-decoration: underline;
}

.container a:not(.custom-card-link):hover {
	text-decoration: none;
}
*/
.custom-card-link .card-title {
	text-decoration: underline;
}

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


.internal-icon-link {
	text-align:center;
	width:100%;
	padding:2.5%;
}

.homepage-icon-link {
	color: white;
}

.fa-stack .circle-lightgreen {
	color: #9db28f;
}
.fa-stack {
	font-size: 4em;
}
.homepage-icon-link .fa-stack {
	font-size: 6em;
}

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

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

.container a.btn {
	text-decoration: none !important;
}

.card-body ul.slim-height li {
	line-hight:1.3em !important;
}

span.outline {
  text-shadow: 1px 1px 1px #000;
   
	  /* -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000; */
}

.text_left {
	text-align: left;
}

.text_white, p.text_white {
	color: #ffffff !important;
}
.inline-fas {
	padding-left: 5px;
}

#homepage_iframe {
	width: 95%;
}

.mt_1em {
	margin-top: 1em;
}

.mt_2em {
	margin-top: 2em;
}

.mt_3em {
	margin-top: 3em;
}
.mt_4em {
	margin-top: 4em;
}

.mt_5em {
	margin-top: 5em;
}

.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-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;
}

.mr_1em, .mr-1em {
	margin-right: 1em;
}
.mr-3px {
	margin-right: 3px;
}

.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;
}
.mb_5em {
	margin-bottom: 5em;
}

.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-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;
}

.p-root-5 {
	padding: 2.5rem;
}

.pill, .pill div {
	border-radius: 10px;
}

.p-8 div {
	padding: 8%;
}
.flex_center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.homepage_notredame {
	object-fit: cover;
	height: 475px;
}

.header_contact {
	background-image: url('../images/headers/scenery2.jpg'); 
	background-position: center center;
}

.header_about {
	background-image: url('../images/headers/about.jpg'); 
	background-position: center center;
}

.header_faculty {
	background-image: url('../images/headers/scenery2.jpg'); 
	background-position: center center;
}
.header_policies {
	background-image: url('../images/headers/policies.jpg');
	background-position: bottom center;
}
.header_research {
	background-image: url('../images/headers/grad-cert.jpg');
	background-position: top center;
}
.header_apply {
	background-image: url('../images/headers/apply.jpg'); 
	background-position: top center;
}
.header_requirements {
	background-image: url('../images/headers/careers.jpg');
}
.header_graduate_cert {
	background-image: url('../images/headers/grad-cert.jpg'); 
	background-position: center center;
}
.header_cert {
	background-image: url('../images/headers/scenery3.jpg'); 
	background-position: center center;
}
.header_enrollment {
	background-image: url('../images/headers/scenery3.jpg'); 
	background-position: center center;
}
.header_giving {
	background-image: url('../images/headers/giving.jpg'); 
	background-position: center center;
}
.faq {
	list-style-type: none;
}

.table-header {
	color: white;
}

.card {
	padding: 30px;
}
.masters-circle {
	border-radius: 50%; 
	height: 250px; 
	width: 250px;
	text-align: center; 
	padding-top: 35px;
}
.masters-circle-text {
	color:white; 
	font-size: 1.1rem; 
	margin-top: -1.5rem;
}

/* ====== new styles from inline ====== */
.overflow-x {
	overflow-x: hidden;
}
	
.position-ab {
position: absolute;
}

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

.right-0 {
	right: 0;
}

.left-0{
	left: 0;
}
.padding-0 {
	padding:0;
}
.inline-block {
	display: inline-block;
}

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

/* 16px is baseline */
.height-1 {
    height: 1em;
}
.height-1x4 {
	height:1.4rem;
}
.height-1x5 {
	height: 1.5rem;
}

.height-2 {
    height: 2em;
}
.height-3 {
    height: 3em;
}
.height-3x7 {
    height: 3.688em;
}
.height-4 {
    height: 4em;
}
.height-4x12 {
    height: 4.125em;
}
.height-4x5 {
    height: 4.5em;
}
.height-5 {
    height: 5em;
}
.height-6 {
    height: 6em;
}

/****************************************/
/****************  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%;
}

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

.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;
}

.deco-none {
	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-2r {
	font-size: 2rem;
}

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

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

.text-largest {
	font-size: 2em;
}

.text-root-larger {
	font-size: 1.7rem;
}

.text-alt-poly-green {
	color: #245c2d;
}
.text-light {
	color: #efefef !important;
}

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

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

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

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

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

/* ====== BACKGROUNDS ====== */

.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, .bg_poly_green, .bg-poly-green, .bg-cpgreen {
	background-color: #154734;
}
.bg-search {
	background-color: rgba(255,255,255,0.0);
}

.sycamore-border-top {
	border-top: 6px solid #789F90;
}

.cpgold-border-top {
	border-top: 6px solid #BD8B13;
}

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

.abolition {
  font-size: 3.2rem;
  font-family: abolition, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
}

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

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

/* ====== Headers ====== */

.headline-home { 
margin-top: 0.5rem; 
text-transform: uppercase; 
font-family: 'Avenir Heavy'; 
white-space: nowrap;
}


/* ====== Background Images ====== */

.header-home {
	/* background-image: url('../images/home/home-bg2.jpg'); */
}
.homepage-card-1 {
	background-image:url('../images/card-images/card-img1.jpg');
}
.homepage-card-2 {
	background-image:url('../images/card-images/card-img3.jpg');
}
.homepage-card-3 {
	background-image:url('../images/card-images/20190925-ResumeClinic-JoeJ0384.jpg');
}

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

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

/*************************************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;
}
.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;
}

/* 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;
}
.gray-border-top {
	border-top:6px solid #8E9089;
}
@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);
}

a:link.read-more {
	text-decoration:underline;
	font-weight:bold;
	font-size:.9em;
	text-transform:uppercase;
}
a:hover.read-more {
    color: #3A913F;
}

.gold-outline-box {
    border: 1px solid #C69141;
    padding: 1em;
    margin: 0 10px 20px 10px;
    height: 300px;
}

.abolition-number {
	font-size:5em;
	margin-top:0;
}


/* Forms */
div[id^="error"] {
	display: none;
	color: red;
}

/*
.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;
}
*/

/*
div[id^="error"] > span {
	display: inline-block;
	padding-left: 5px;
}
*/

label.error {
	display: inline-block;
	padding-left: 5px;
	color: red;
}

input.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;
}

form #website
{
	display: none;
}

.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 {
		font-size: 1.2em;
	}
}

/* === 2020 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;
z-index:3000;
cursor: pointer;
}

#absTop span.closebtn:hover {
color: darkgreen;
z-index:3000;
}



/* END ALERT STYLES */
.zee-above{
	z-index:3001;
	
}

