/* 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 */
.p-6 {
  padding: 4rem !important;
}
.pt-6,
.py-6 {
  padding-top: 4rem !important;
}
.p-7 {
	padding: 5rem !important;
}
.pt-7, .py-7 {
	padding-top: 5rem !important;
}
.p-8 {
	padding: 6rem !important;
}
.pt-8, .py-8 {
	padding-top: 6rem !important;
}
.p-9 {
	padding: 7rem !important;
}
.pt-9, .py-9 {
	padding-top: 7rem !important;
}
.p-10 {
	padding: 8rem !important;
}
.pt-10, .py-10 {
	padding-top: 8rem !important;
}
.pb-10, .px-10 {
	padding-bottom: 8rem !important;
}

.mt-neg-200 {
	margin-top: -12.5em;
}

.bg-cardimg {
	background-position:top;
    background-size: cover;
    min-height: 170px;
}

.cpa a {
 border-bottom:2px solid #f8e08e;
 padding:0 1px;
 -webkit-transition:background-color .2s linear,color .2s linear;
 transition:background-color .2s linear,color .2s linear;
 color:inherit
}
.cpa a:focus,
.cpa a:hover {
 background-color:#f8e08e;
}

.cpa.btn {
	border-bottom:none !important;
	padding:0;
	background-color: transparent !important;
	color: inherit;
}

.cpa .btn-primary,
.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;
}

.cpa a:visited.btn-primary,
a:visited.btn-primary,
.cpa a:active.btn-primary,
a:active.btn-primary {
  color:#ffffff;
  background-color: #035642; 
}

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

.cpa .btn-secondary,
.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;
}
.cpa .btn-secondary:hover,
.btn-secondary:hover {
  background-color: #CAC7A7;
  color:#035642;
  cursor:pointer;
}

.cpa .btn-bright,
.btn-bright {
    background-color: #36863a;
    border-radius: 0px;
    height: auto;
    text-align: center;
    padding: 12px 40px;
	color:#ffffff !important;
}
.cpa .btn-bright:hover,
.btn-bright:hover {
 	background-color: #2b6b2f;
	color: white !important;
  	cursor:pointer;
}

.cpa .btn:hover,
.btn:hover {
	cursor:pointer;
}

a:link.btn-primary, 
.cpa a:link.btn-primary,
a:link.btn-secondary, 
.cpa a:link.btn-secondary, 
a:link.btn-bright,
.cpa a:link.btn-bright {
	text-decoration:none;
}

.accordion .btn {
	font-weight:normal;
}

.accordion h3.btn:hover {
	color:#fcfcfc;
}

.no-margin {
  margin: 0px;
}

hr {
  margin-top: 1rem;
  margin-bottom: 4rem;
}
span.class-heading {
  color: #035642;
  font-size: 1.2em;
}
.extra-margin {
  margin: 20px 0px;
}

.optimum {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.optimum p {
	max-width: 65%;
}

.sm-col-text {
	font-size:0.9em;
}

span.sm-sub-text {
	font-size: 0.85em;
}

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

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

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

/********************* TABS FOR TABLE */
/* Style the tab */
.tab,
.tab2 {
  float: left;
  background-color: #3d6a5a;
  width: 30%;
  height: 700px;
  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 50px 50px 50px;
  border: 1px solid #ccc;
  width: 100%;
  border-left: none;
  height: 700px;
  background-color: #ffffff;
}
.tabcontent > h2,
.tabcontent2 > h2 {
  margin: 0px;
}

/********************* TABS FOR ACCORDIAN- ALL PROGRAMS */
/* Style the tab */
.long-tab {
  float: left;
  background-color: #154734;
  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: #0E3F2D;
  box-shadow: 2px 3px 3px #000000;
  z-index: 100;
  color:#bababa;
}

/* 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-until-mobile-circleTrack {
  display: inherit;
}
.display-mobile,
.display-mobile-caption {
  display: none;
}
.issuuembed {
	padding: 10px 35%;
}

@media screen and (max-width: 901px) {
  .display-until-mobile-circleTrack {
    display: none;
  }
	.issuuembed {
	padding: 10px 10%;
  }
}
@media screen and (max-height: 755px) {
  .display-until-mobile-circleTrack {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .display-mobile-caption {
    display: inherit;
  }
  .display-until-mobile-caption {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .display-mobile {
    display: inherit;
  }
  .display-until-mobile {
    display: none;
  }
  
}
@media screen and (max-width: 524px) {
  .long-tab button {
    font-size: 0.7em;
  }
}

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

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

.noscroll {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: 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 0.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;
}
.inline-img {
	border:1px solid grey;
	border-radius:10px;
}

.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/LEARN-BY-DOING */
.tab1-bmed {
  background-image: url(../images/learn-by-doing/slide1.jpg);
}

.tab2-bmed {
  background-image: url(../images/learn-by-doing/slide2.jpg);
}

.tabs {
  height: auto;
  padding: 20px 40px 100px 40px;
  margin: 0px;
  background-size: cover;
  color: white;
}
.tab-title {
  background-color: white;
  padding: 10px 20px;
  margin: 0px 0px 0px 20px;
  border-top: 1px solid grey;
  border-right: 1px solid grey;
  border-left: 1px solid grey;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.map-img {
  padding: 30px;
  width: 500px;
}
.quote-img {
  background-image: url(../images/learn-by-doing/quote-bg1.png);
  background-size: cover;
  padding: 100px;
  width: 600px;
}

.font-source {
  font-family: source-sans-pro, sans-serif;
}

.source-bold {
	font-weight:700;
}

.source-light {
	font-weight: 100;
}

@media only screen and (max-width: 1061px) {
  .tab-title {
    margin-left: 1px;
  }
}
@media only screen and (max-width: 600px) {
  .tab-title {
    margin: 0px;
    border-radius: none;
    border: none;
  }
}

/************************************************ 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: 15%;
  left: 15%;
  font-size: calc(30px + (55 - 30) * ((100vw - 300px) / (2000 - 300)));
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  text-shadow: #000 1px 1px 6px;
}

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

/*
@media (max-width:500px) {
  .apply_text_home {
	  top: 20vh;
  }
}
*/

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-border {
	 border-top: 3px solid #BD8B13;
	 border-bottom: 3px solid #BD8B13;
	 width:50%;
}

.title_text1 {
  font-style: normal;
  background-color: clear;
  color: white;
  font-family: abolition, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  letter-spacing: 0.0333em;
}
.new_grad-text {
  text-align: left;
  width: 60%;
  margin-left: auto;
  min-width:300px;
}
@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 {
	  width: 95%;
	}
}




.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-family: "avenir heavy";
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.286em;
  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 */
.pizza-icon {
	width:1.5em;
}
.white-overlay {
	background-color: rgba(255,255,255,.2);
}
/* homepgae cards */
.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:500px; 
	background-size: cover;
	padding-top:40%;
}
p.homepage-card {
	color:white; 
	position:absolute; 
	bottom:5%; 
	font-size: 2vw; 
	font-family: source-sans-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
	letter-spacing: 0px;
	font-variant-caps: all-small-caps;
	letter-spacing:1px;
	width:100%;
	text-align:center;
}
@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; 
		font-weight: bold;
		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;
}

.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, 0.1);
}

.btn-mobile:hover {
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  padding: 15px;
  color: #ffffff;
  background-color: rgba(0, 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 {
	height:95%;
}

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

.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: 80%;
  margin-bottom: 8%;
}

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

.pad {
  padding: 2%;
}

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

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

.darkgreencolor {
  color: #035642;
}
.blackcolor {
  color: #000000;
}

.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: 1001px) {
  span.myicon {
    display: none;
  }
  span.mytext {
    display: inline-block;
    padding-left: 10%;
    height: 70;
  }
}

/*************** BIG VERSIOM *********/
@media (min-width: 1000px) {
  span.myicon {
    display: inline-block;
    height: 70px;
    float: right;
  }
  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 {
  color: white;
  font-family: source-sans-pro, sans-serif;
  font-weight: bold;
  font-size: 1.5em;
}
.stair_info {
  padding: 1% 0% 1% 3%;
}
.two_lines {
  width: 200px;
}

@media (min-width: 1200px) {
  .stair_padding {
    padding: 2% 5%;
  }
  .stair {
    height: 210px;
  }
}
.btn_sizer {
		font-size: 2rem;
	}
/*************** 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;
  }
	.btn_sizer {
		font-size: 2rem;
	}
}
@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) {
  .two_line_text {
    display: none;
  }
  .one_line_text {
    display: inline-block;
  }
}
.cont_enroll_table {
  border: 1px solid black;
  border-collapse: collapse;
}

/*************** SMALL VERSIOM *********/
@media (max-width: 1001px) {
  .two_line_text {
    display: inline-block;
  }

  .one_line_text {
    display: none;
  }
  .stair_info {
    margin-top: 30px;
  }
}

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

#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: 14.28%;
  width: 100%;
}

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

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

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

.blocks_extra_padding {
  margin-bottom: 10px;
}

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

.class-box {
	margin:15px 10px;
	background-color: white;
	border-radius: 10px;
	border-width: 0.5px;
    border-style: solid;
    border-color: #000;
    padding: 0;
}

a.button
 {
	display: flex;
	align-content: center;
	justify-content: center;
	border-radius: 10px;
	background-color: gold;
	width: 100%;
	height: 50px;
	padding-top: 13px;
	margin: 10px 10px 10px 0;
	font-size: 1.5rem;
	color: black;
	font-weight: bold;
	 
}

a.button:hover {
	cursor: pointer;
	pointer-events: auto;
	-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);
	text-decoration: none;
	opacity: 0.95;
}

.profile-card {
  background: #FFB300;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  margin-top: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
}

.profile-card header {
  width: 179px;
  height: 280px;
  padding: 40px 20px 30px 20px;
  display: inline-block;
  float: left;
  border-right: 2px dashed #EEEEEE;
  background: #FFFFFF;
  color: #000000;
  margin-top: 50px;
  opacity: 0;
  text-align: center;
}

.profile-card header h1 {
  color: #FF5722;
}

.profile-card header a {
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 25px 30px;
}

.profile-card header a:after {
  position: absolute;
  content: "";
  bottom: 3px;
  right: 3px;
  width: 20px;
  height: 20px;
  border: 4px solid #FFFFFF;
  -webkit-transform: scale(0);
  transform: scale(0);
  background: -webkit-linear-gradient(top, #2196F3 0%, #2196F3 50%, #FFC107 50%, #FFC107 100%);
  background: linear-gradient(#2196F3 0%, #2196F3 50%, #FFC107 50%, #FFC107 100%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-animation: scaleIn 0.3s 3.5s ease forwards;
  animation: scaleIn 0.3s 3.5s ease forwards;
}

.profile-card header a > img {
  width: 120px;
  max-width: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.06);
}

.profile-card header a:hover > img {
  -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
}

.profile-card .profile-bio {
  width: 175px;
  height: 180px;
  display: inline-block;
  float: right;
  padding: 50px 20px 30px 20px;
  background: #FFFFFF;
  color: #333333;
  margin-top: 50px;
  text-align: center;
  opacity: 0;
  -webkit-animation: moveIn 1s 3.1s ease forwards;
  animation: moveIn 1s 3.1s ease forwards;
}

.profile-social-links {
  width: 218px;
  display: inline-block;
  float: right;
  margin: 0px;
  padding: 15px 20px;
  background: #FFFFFF;
  margin-top: 50px;
  text-align: center;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: moveIn 1s 3.1s ease forwards;
  animation: moveIn 1s 3.1s ease forwards;
}

.profile-social-links li {
  list-style: none;
  margin: -5px 0px 0px 0px;
  padding: 0px;
  float: left;
  width: 25%;
  text-align: center;
}

.profile-social-links li a {
  display: inline-block;
  color: red;
  width: 24px;
  height: 24px;
  padding: 6px;
  position: relative;
  overflow: hidden!important;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.profile-social-links li a i {
  position: relative;
  z-index: 1;
}

.profile-social-links li a img,
.profile-social-links li a svg {
  width: 24px;
}


@media screen and (min-height: 480px) {
  .profile-card header {
    width: auto;
    height: auto;
    padding: 30px 20px;
    display: block;
    float: none;
    border-right: none;
  }
  .profile-card .profile-bio {
    width: auto;
    height: auto;
    padding: 15px 20px 30px 20px;
    display: block;
    float: none;
  }
  .profile-social-links {
    width: 100%;
    display: block;
    float: none;
  }

}

#wrapper {
	/* position: relative; */
	width: 100%;
}

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

.nav-side .tier_1 {
    padding: 1px 38px 1px 38px;
    text-decoration: none;
    font-size: 1.1em;
    color: #000000;
    display: block;
    transition: 0.3s;
    font-weight: 900;
}

@media screen and (max-width: 400px) {
	.nav-side .tier_1, .nav-side .tier_1 a {
		font-size: 1.1em;
	}
}

.nav-side .tier_2 {
	font-weight: bold;
    padding: 2px 10px 2px 57px;
    text-decoration: none;
    font-size: 1rem;
    color: #3e3e3e;
    border-bottom: 3px solid transparent;
}

@media screen and (max-width: 400px) {
	.nav-side .tier_2 {
    	font-size: 1em;
	}
}
.parallax {
  top: 0;
  bottom:  0;
  left: 0;
  right: 0;

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

  /* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	text-transform: uppercase;
	font-size: 3rem;
	color: white; 
	font-family: utopia-std-subhead, serif;
	font-weight: 600;
	font-style: italic;
	background-position-x: center;
	contain:content;
}

.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 {
		height: 70vh;
		margin-top: 80px;
	}
}

.parallax .title {
    font-style: italic;
    color: white;
    font-size: calc(30px + (50 - 30) * ((100vw - 300px) / (1600 - 300)));
	font-family: source-sans-pro, sans-serif;
	font-weight: 700;
	line-height:1.666;
	text-shadow: #000 2px 2px 6px;
	top: 70vh;
	left: 5vw;
	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;
	}
}

@media only screen and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
	.parallax .title {
		top: 55vh;
	}
}

/*  -----  styles for shallow height hero ----- */
.parallax-min {
  top: 0;
  bottom:  0;
  left: 0;
  right: 0;
  height: 25vh;
  width: 100%;

  /* Create the parallax scrolling effect */
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
		text-transform: uppercase;
		font-size: 3rem;
		color: white; 
		font-family: utopia-std-subhead, serif;
		font-weight: 600;
		font-style: italic;
}

.parallax-min: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;
}

.bg-min {
	background: url('../../../images/blank.jpg') no-repeat center center fixed;
    background-color:#ababab;
	color:#221f21;
    background-size:cover;
    height: 25vh;
}

.bg-topo {
	background: url('../images/header/header2-topography2-01.png') no-repeat top center fixed;
    color:#fff;
    height: 25vh;
}


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

@media only screen and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
	.parallax-min {
		height: 14vh;
	}
}

.parallax-min .min-title {
    font-style: italic;
    color: white;
    font-size: calc(30px + (50 - 30) * ((100vw - 300px) / (1600 - 300)));
	font-family: source-sans-pro, sans-serif;
	font-weight: 700;
	line-height:1.666;
	text-shadow: #000 2px 2px 6px;
	top: 22vh;
	left: 5vw;
	position:fixed;
	display: block;
}


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

@media only screen and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
	.parallax-min .min-title {
		top: 25vh;
	}
}

/* ----- end shallow hero styles ----- */


.notch {
	/*
	width: calc(50% - 2.5em);
    left: 0;
	top: -2.5em;
    height: 2.5em;
    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.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;
	}
	*/
}

.navbar-collapse {
	white-space: nowrap;
}

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


span.bold, ul li span.bold {
	font-weight:bold !important;
}

.col-md-5th {
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
	.col-md-5th {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
}

@media (max-width: 767px) {
	.col-md-5th.p-0.homepage-card {
		margin: 1rem;
	}
}

@media (max-width: 767px) {
	.newsPgph {
		padding: 0;
		margin: 1rem;
	}
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

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

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

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

.uppercase {
	text-transform: uppercase;
}

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

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



.light-link {
	color:#ffffff !important;
	text-decoration:underline;
	font-weight:700;
}

.light-link:hover{
	color:#bababa !important;
	text-decoration:underline;
	font-weight:700;
}

ul.programs2 li {
	line-height: 1.5;
}
ul.programs2 li a:hover {
	background-color:#F8E08E;
}

#programlist2 h3 {
	font-size: 2em;
	font-family: teko, sans-serif;
	font-weight: 400;
	letter-spacing:0px;
	font-style: normal;
	text-align: center;
	/* min-height: 110px;*/
}
#programlist2 {
	max-width:1200px;
	margin:0 auto;
}
ul.programs3 li {
	line-height: 1.5;
}
ul.programs3 li a:hover {
	background-color:#F8E08E;
}

ul.programs li {
	line-height: 1.5;
	list-style-type: none;
}
ul.programs li a:hover {
	background-color:#F8E08E;
}
ul.programs {
	padding-left:0;
}

#programlist h3 {
	font-size: 2em;
    letter-spacing: 1px;
}
#programlist2 {
	max-width:1200px;
	margin:0 auto;
}

/*************************************new cal poly colors branding 2019 */
.text-black {
	color: #000000;
}
.bg-dark {
	background-color: #211f21 !important;
}

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

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

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

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

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

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


.bg-gray {
	background-color: #f8f8f7;
}
/* 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;
}

.color-alert-orange {
	color:#F5A02A;
}

.bg-alert-orange {
	background-color:#F5A02A;
}

/* 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;
}
.text-black {
	color: #000000;
}
/* Branded Border Top */
.sycamore-border-top {
	border-top: 10px solid #789F90;
}
.cpgold-border-top, .gold-border-top {
	border-top: 10px solid #BD8B13;
}
.gray-border-top {
	border-top: 10px solid #8E9089;
}

.black-border {
  border: 1px solid #8E9089;
}

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

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

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

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

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

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

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

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

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

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

/* Non-Branded - Bright Border Left */
.blue-border-l {
	border-left: 8px solid #4CC2E6;
}
.magenta-border-l {
	border-left: 8px solid #E33FB7;
}
.green-border-l {
	border-left: 8px solid #9CD326;
}
.yellow-border-l {
	border-left: 8px solid #FAD541;
}
.purple-border-l {
	border-left: 8px solid #784BD1;
}
.orange-border-l {
	border-left: 8px 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);
}

.bg-position-right {
	background-position:right;
}

.nowrap {
	white-space: nowrap;
}

.programs-home {
	background-color: #eeeeee;
}

.header-topography {
  top: 0;
  bottom:  0;
  left: 0;
  right: 0;

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

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

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

p.homepage-icon-text {
	font-size: 1.3em;
	line-height:1.5;
	color: #195743; 
}
/* home icons */
.homepage-icon-link .fas {
    color: #DAE4DE;
}
.outline-icon {
    -webkit-text-stroke: 2.3px #154734;
    paint-order: stroke fill;
    color: rgba(0,0,0,0);
}
.homepage-icon-link .fas {
    color: #DAE4DE;
}
.homepage-icon-link .fa-stack {
    font-size: 4em;
}
h2.homepage-icon-text {
    font-size: 1.3em;
    line-height: 3;
    color: white;
    word-break: break-word;
    white-space: pre-line;
    font-weight: 500;
    letter-spacing: 3px;
}

/* new homepage icon */
.homepage-icon-link, .internal-icon-link, .internal-icon-thirds {
	text-align:center;
	width:100%;
	padding:2.5%;
}
.homepage-icon-link .fa-stack {
    font-size: 4em;
}

.container a, p a h2.homepage-icon-text:hover {
	text-decoration: none !important;
}

.outline-icon {
    -webkit-text-stroke: 2.3px #154734;
    paint-order: stroke fill;
    color: rgba(0,0,0,0);
}
.font-size-3em {
	font-size:3em;
}

.colors div {
	border:1px white solid;
	padding: 30px 0;
}

.search-form {
	background-color: rgba(255,255,255,0.00); 
	padding: 0;
}
.search-btn {
	height: 1.4rem;
}
.right-0 {
	right:0;
}
.background-top-center {
	background-position: top center;
}
.background-top-left {
	background-position: top left;
}
.background-top-right {
	background-position: top right;
}

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

a.no-underline {
	text-decoration:none;
}

.cursor-hover:hover {
	cursor:pointer;
	opacity:.7;
	transition: 0.5s ease;
}

pre {
    display: block;
    font-family: monospace;
    white-space: pre;
}
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;
}

.card {
	/* min-height: 200px;*/
}

.iframe-height {
	height: 600px;
}

.table-body p {
	margin:5px auto;
}
.table-body {
	padding:10px;
}
@media screen and (max-width: 991px) {
	.table-header {
		display:none;
	}
}

.bg-fade { 
/* background: linear-gradient(to right, #eeeae9, #dfd9d9); */
/* background: linear-gradient(#ffffff, #ffffff, #dfd9d9); */
	background: linear-gradient(#eeeded, #dfd9d9);
}

.bg-holiday {
	background-repeat: no-repeat;
	background-image:url("../images/red.png");
	background-position: center, bottom;
	background-size:cover;
}

.text-gold {
	color:#BD8B13;
}

.utopia {
	font-family: utopia-std-subhead, serif !important;
	font-weight: 600;
}

.text-italic {
	font-style: italic;
}

.abolition {
    letter-spacing: 0.0333em;
    font-family: abolition, sans-serif;
    font-weight: 400;
}

.white-shadow {
 	text-shadow: 0 1px 0 #fff,
               0 2px 0 #fff,
               0 3px 0 #fff,
               0 4px 0 #eee,
               0 5px 0 #eee,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}

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

.opacty-low {
	opacity:.3;
}


/* ##### Recessed Box Feature ##### */
.recessed {
	/* margin-top:-200px;  /* = -12.5em */
	z-index:199999; 
	background-color:#154734; 
	/* width: 50em; */
	/* position:absolute; 
	left:0; 
	right:0; */
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, .2);
}

.stripe-gold {
	border-top: 0.375em solid #BD8B13;
}

.stripe-sycamore {
    border-top: 0.375em solid #789F90;
}
.stripe-gray {
    border-top: 0.375em solid #8E9089;
}

.position-ab {
position: absolute;
}

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

.float-right {
    float: right;
}

.right {
	right: 0 !important;
}

.float-left {
    float: left;
}

.left {
	left: 0 !important;
}

.fl-0 {
	right:0 !important;
	left:0 !important;
}

/*********** homepage scroll deadlines */
.scrollbar {
	height: 300px;
	width: 100%;
	background: #fff;
	overflow-y: scroll;
	margin-bottom: 25px;
    overflow-x: hidden;
}
.force-overflow {
	min-height: 450px;
}

.scrollbar-primary::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5; 
}

.scrollbar-primary::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #8E9089; 
}


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

.width-7em {
    width: 7em;
}
.width-100 {
    width: 100% !important;
}
.width-95 {
  width: 95%;
}
.width-90 {
    width: 90%;
}
.width-80 {
    width: 80%;
}
.width-75 {
    width: 75%;
}

.width-72 {
    width: 72%;
}

.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%;
}
.width-800 {
	width: 50em;
}

.white-border-bottom {
	border-bottom: 1px solid white;
}

.faq .accordianLink:hover {
	background-color:rgba(248,224,142,.6);
}

/****************** BACKGROUND IMAGES */
.test-header {
	background-image: url('../images/new-images/headers/students-talking.jpg'); height:80vh;
}
.self-enrollment-header {
	background-image: url('../images/new-images/headers/kennedy2.jpg');
}
.homepage-card-1 {
	background-image:url('../images/homepage/card-images/current-card2.jpg');
}
.homepage-card-2 {
	background-image:url('../images/homepage/card-images/coordinators.jpg');
}
.homepage-card-3 {
	background-image:url('../images/homepage/card-images/forms-card.jpg');
}
.homepage-card-4 {
	background-image:url('../images/homepage/card-images/programs-card.jpg');
}
.homepage-card-5 {
	background-image:url('../images/homepage/card-images/staff-card.jpg');
}
.pvc-header {
	background-image: url('../images/new-images/headers/scenery3.jpg');
}
.certificate-header {
	background-image: url('../images/new-images/headers/scenery4.jpg');
} 
.orientation-header {
	background-image: url('../images/new-images/headers/students2.jpg');
}
.learn-by-doing-header {
	background-image: url('../images/new-images/headers/learn-by-doing.jpg');
}
.find-program-header {
	background-image: url('../images/new-images/headers/find-a-program.jpg');
}
.featured-header {
	background-image: url('../images/new-images/headers/featured-header.jpg');
}
.public-policy-header {
	background-image: url('../images/new-images/headers/public-policy-header.jpg');
}
.incentive-header {
	background-image: url('../images/header/new-headers/20200124-SeawaterResearch-JoeJ0231.jpg');
}
.psychology-header {
	background-image: url('../images/new-images/headers/student-reading.jpg');
}
.polymers-header {
	background-image: url('../images/new-images/headers/chemistry2.jpg');
}
.packaging-header {
	background-image: url('../images/new-images/headers/marketing.jpg');
}
.scenery-header {
	background-image: url('../images/new-images/headers/scenery3.jpg');
}
.packaging-header-2 {
	background-image: url('../images/new-images/headers/students6.jpg');
}
.nutrition-header {
	background-image: url('../images/new-images/headers/nutrition.jpg');
}
.business-header {
	background-image: url('../images/new-images/headers/students7.jpg');
}
.industrial-header {
	background-image: url('../images/new-images/headers/industrial.jpg');
}
.fpe-header {
	background-image: url('../images/programs/fpe.jpg');
}
.economics-header {
	background-image: url('../images/new-images/headers/students8.jpg');
}
.crp-header {
	background-image: url('../images/new-images/headers/cityandregional.jpg');
}
.bmed-header {
	background-image: url('../images/new-images/headers/featured-header.jpg');
}
.biology-header {
	background-image: url('../images/new-images/headers/chemistry3.jpg');
}
.fpe-header-2 {
	background-image: url('../images/header/fpe-certificate-programs.jpg');
}
.fpe-header-3 {
	background-image: url('../images/fpe/fpe_applications_top.jpg');
}
.scenery-header-2 {
	background-image: url('../images/new-images/headers/scenery1.jpg');
}
.all-degrees-header {
	background-image: url('../images/new-images/headers/students3.jpg');
}
.titlev-header {
	background-image: url('../images/new-images/headers/student-reading.jpg');
}
.admission-header {
	background-image: url('../images/new-images/headers/students1.jpg');
}
.prospective-card-bg {
	background-image:url('../images/homepage/card-images/prospective-card.jpg');
}
.current-card-bg {
	background-image:url('../images/homepage/card-images/current-card.jpg');
}
.scenery-header-3 {
	background-image: url('../images/new-images/headers/scenery2.jpg');
}
.flags-header {
	background-image: url('../images/new-images/headers/flags.jpg');
}
.ga-header {
	background-image: url('../images/new-images/headers/events-card-1.jpg');
}
.forms-header {
	background-image: url('../images/new-images/headers/students5.jpg');
}
.fall-deadlines-header {
	background-image: url('../images/new-images/headers/fall-deadlines-header.jpg');
	background-position: right;
    margin-top: 0;
}
.bg-card-deadlines {
	background-image: url('../images/new-images/headers/fall-deadlines-header.jpg');
}
.outstanding-grads-header {
	background-image: url('../images/header/new-headers/header-outstandinggrads.jpg');
}


/********classes nav-right for program page */
ul.nav-right {
	list-style-type: none;
	padding:10px 20px 0px 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;
}

ul.nav-right li a {
	color: black;
	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 a.tier_2 {
    margin-left: 10px;
    font-size: .9em;
    text-decoration: none;
}
.nav-right a:hover.tier_2 {
   background-color:#F8E08E;
}
.nav-right ul {
	line-height: 1.7;
}

.new-outline {
	color: #f8f9fa;
	border-color:1px solid #f8f9fa;
}

/* === for timeit.js ===== */
.hidden {
	display:none !important;
}
/*-----------------New style added by meha------------------------------*/
.bottom-pos-btn {
	position: absolute;
	bottom: 16px;
	/* left: 60px; */
}
.p-white-card{
	padding-bottom: 60px
}

.avatar {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
	background-position:center;
	min-height:500px;
}

@media (max-width: 500px) {
  .avatar {
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 100%;
		background-position:center;
		min-height:300px;
	}
}

.logo-nav {
	height: 50px;
}


.uppercase {
	text-transform: uppercase;
}

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

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

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

.intro-box {
	position:absolute;
	top:-20vh;
	width:100vw;
	z-index:2000;
}
.intro-box .content:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
	z-index:-1;
    background: linear-gradient(135deg,#154734 35%,#26825f);
    opacity: .95;
}

.intro-box hr {
	border: 1px solid #BD8B13;
}

hr.alt {
    border-width: 2px;
    width: 100px;
    margin: 1.5rem 0;
	border-bottom: 2px solid #b7cdc2;
}

/***************** PAGE INTRO BOX */
.page-intro .inner .content {
    position: relative;
    z-index: 2;
}
.page-intro .inner {
    position: relative;
    color: #d4d5d3;
    background-color: #154734;
    padding: 2rem;
}

.page-intro {
    background-color: #e4ece8;
}
.page-intro .inner:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(135deg,#154734 35%,#26825f);
    opacity: .95;
}

.grid-container {
	margin: 0 auto;
}

.grid-container.xxsmall {
  max-width:1000px;
  width: calc(66.66667vw - 1.875rem);
  box-sizing: unset;
  text-align: left;
  width: 60%;
  margin-left: auto;
  min-width:300px;
}

.grid-container.xsmall {
 max-width:65em;
 box-sizing: unset;
}
.grid-container.small {
 max-width:75em;
 box-sizing: unset;
}
.grid-container.medium {
 max-width:80em;
 box-sizing: unset;
}
.grid-container.large {
 max-width:95em;
 box-sizing: unset;
}
.grid-container.xlarge {
 max-width:105em;
 box-sizing: unset;
}

.page-intro .inner {
		top: -20vh;
		margin-bottom: -20vh;
		padding: 3.5rem 5rem;
		-webkit-animation-name: fade-0-to-100;
		animation-name: fade-0-to-100;
		-webkit-animation-duration: 2s;
		animation-duration: 2s;
}

.box-top {
	padding-top: calc(250px + (55 - 30) * ((100vw - 300px) / (2000 - 300)));
}

.program-row {
	max-width:100vw;
}

.utopia, p.utopia {
	font-family: utopia-std-display, serif;
}

h2.utopia {
    /* font-size: 1.6rem; */
    font-family: utopia-std-display, serif;
    font-weight: 400;
    letter-spacing: 0px;
}

p.subheader {
    font-family: teko,sans-serif;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: .025em;
    margin-bottom: 1rem;
    line-height: 1.4;
    color: #b88813;
}

.page-intro p.description {
    font-size: 19.2px;
}

@media screen and (min-width: 90em) {
	.grid-container {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

@media screen and (min-width: 64em) {
	.grid-container {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.page-intro {
		padding-bottom: 5rem;
	}
}


ul.programs3 li {
	line-height: 1.2;
	margin-bottom:1.2em;
	text-decoration:underline;
}
ul.programs3 li a:hover {
	background-color:#F8E08E;
}

.bg-cardimg-home {
	min-height: 400px;
	background-size: cover;
}

.min-vh-align {
	display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
}

/* caption title */
.cph1 {
	font-family: abolition,sans-serif;
	letter-spacing: .04em;
	line-height: 1.1;
	font-weight: 400;
	margin: 0 0 .5rem;
	font-size:3.75rem;
}

.cph2 {
	font-family: abolition,sans-serif;
	letter-spacing: .03em;
	line-height: 1.1;
	font-weight: 400;
	margin: 0 0 .5rem;
	font-size:3.75em;
}

.cph3 {
	font-family: abolition,sans-serif;
	letter-spacing: .04em;
	line-height: 1.1;
	font-weight: 400;
	margin: 0 0 .5rem;
	font-size:1rem;
}

.color-cpgreen {
	color:#154734;
}

/* text */
.font-size-20 {
	font-size:20px;
}

.font-size-1x2 {
	font-size:1.2em;
}
.line-height-1x7 {
	line-height:1.7;
}
.font-weight-4 {
	font-weight:400;
}
.font-weight-7 {
	font-weight:700;
}
.font-weight-9 {
	font-weight:900;
}
.font-size-18 {
	font-size: 1.125em;
}			

.outstanding-grads p, .outstanding-grads h2, .outstanding-grads h3, .outstanding-grads h4 {
	margin: 0 0 .3em 0;
	padding:0;
	line-height:1.3;
}
.outstanding-grads h2 {
	font-size:2rem;
}
.outstanding-grads h3 {
	font-size: 1.2rem;
}
.outstanding-grads h4 {
	font-size: 1.5rem;
}


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

/* read more module */
p.read-more {
    font-weight: normal;
    cursor: pointer;
    color: #035642;
}
:not(.show) + [data-toggle="collapse"] p.if-not-collapsed {
    display: none;
}
.show + [data-toggle="collapse"] p.if-collapsed {
    display: none;
}

/* colors */
.bg-green-light {
	background-color: #E3ECE7;
}
.color-gray-sealgray, .color-seal {
	color:#54585A;
}
.bg-white {
	background-color: #ffffff;
}
.color-gray-sealgray, .color-seal {
	color:#54585A;
}

/* border top */
.gray-border-top {
	border-top: 10px solid #8E9089;
}

/* text */
.utopia, p.utopia {
	font-family: utopia-std-display, serif;
}
.abolition {
	font-family: abolition, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing:4px;
}

/*************** accordion link faq*/
.faq {
	list-style-type: none;
	padding-left:0;
}

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

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

/* table homepage */
.border-table {
	border: .75px solid rgba(255,255,255,.7);
}
.border-table-gray {
	border-bottom: .75px solid #efefee;
}
.bg-green-light {
	background-color: #E3ECE7;
}

/* Card Background */
.card-bg-business {
	background-image: url('../images/professional-certificate/students-talking.jpg');
}
.card-bg-packaging {
	background-image: url('../images/professional-certificate/science-students.jpg');
}
.card-bg-pvc {
	background-image: url('../images/professional-certificate/Mechanical_Engineering_03.jpg');
}
.card-bg-designpvc {
	background-image: url('../images/professional-certificate/students-in-circle.jpg');
}
.card-bg-analytics {
	background-image: url('../images/professional-certificate/Students_Computer_03.jpg');
}
.card-bg-analytics {
	background-image: url('../images/professional-certificate/Students_Computer_03.jpg');
}
.card-bg-marketability {
	background-image: url('../images/professional-certificate/students2.jpg');
}
.card-bg {
	background-size: cover;
	min-height: 200px;
}

/* gray modern accordion */
.grey-accordion .panel-default>.panel-heading {
    color: #000;
    background-color: #f8f8f7;
    border-color: #ffffff;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*
h4.panel-title {
    margin-bottom: 1px;
}
*/
.grey-accordion .panel-default>.panel-heading a {
    display: block;
    padding: 8px 15px 10px 23px;
}
a.class-accordion {
    text-decoration: none;
    font-weight: normal;
}
.grey-accordion .panel-default>.panel-heading a:before {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}
.grey-accordion .panel-default>.panel-heading a[aria-expanded="false"]:before {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #5cb8b2;
    font-size: 2rem;
    top: 3px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #5cb8b2;
}
a.class-accordion h3 {
    width: auto;
    display: inline-block;
    color: #000;
    margin-left: 1em;
    font-size: 1.125rem;
    margin-top: 0;
    font-weight: 500;
}
.yellow-border-left {
	border-left: 2px solid #BD8B13;
}
.class-description p {
	font-size: .9em;
	margin-bottom: 0px; 
	margin-top: 0px;
	color: #154734;
}    
.font-size-14 {
	font-size: 0.875em;
}
.grey-accordion .panel-default>.panel-heading a:hover {
    background-color: #d4d5d3;
}
.grey-accordion .panel-default>.panel-heading a:hover {
    cursor: pointer;
}
.grey-accordion .panel-default>.panel-heading a:active {
    background-color: #000000;
    color: #ffffff;
}
.grey-accordion .panel-default>.panel-heading a:active[aria-expanded="false"]:before {
    color: #ffffff;
    -webkit-text-stroke-color: #ffffff;
}
.grey-accordion .panel-default>.panel-heading a:active h3 {
    color: #ffffff;
}
.grey-accordion .panel-default>.panel-heading a[aria-expanded="true"]:before {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #000;
}
.grey-accordion .panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #5cb8b2;
    padding: 13px 15px 10px 23px;
}
.grey-accordion ul li {
    list-style-type: disc;
}

/* tab link 2 */
.cal-poly-tabs2 .nav-tabs .nav-item.show .nav-link, .cal-poly-tabs2 .nav-tabs .nav-link.active {
    border-color: #E5ECE8;
    background-color: #E5ECE8;
}
.cal-poly-tabs2 .nav-tabs .nav-link {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    background-color: #D4D9D6;
}
.cal-poly-tabs2 a.nav-link {
    text-decoration: none;
    text-align: center;
    font-variant: all-small-caps;
    letter-spacing: 1px;
    font-weight: bold;
}
.cal-poly-tabs2 .tab-content {
    background-color: #E5ECE8;
}


.pr-2_5 {
	padding-right: .75rem !important;
}


#offerings a.styled, #offerings a.arrows {
	font-size: 1.1em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.25;
	text-transform: uppercase;
	color: #154734 !important;
	border-bottom: none !important;
	background-color: transparent !important;
}


#offerings a span.arrow-links {
	font-weight:700 !important;
	background-color: transparent !important;
}

#offerings a span.arrow-links:focus, #offerings a span.arrow-links:hover {
	color: #3A913F !important; /* Farmers */
  	text-decoration: underline !important;
	background-color: transparent !important;
}

.cpa a.nocpa {
	border-bottom: none !important;
	background-color: transparent !important;
	color: #000000 !important;
}

.cpa a.nocpa:focus, .cpa a.nocpa:hover {
	color: #3A913F !important; /* Farmers */
  	text-decoration: underline !important;
	background-color: transparent !important;
}


.laptop {
    background-size: cover;
    min-height: 400px;
    background-position: center;
}
.bg-request-card {
    background-image: url("../images/homepage/requesting-information_t20.jpg");
}

.bg-vanilla {
	background-color: #ececec;
}


/* Custom Table for New Recognition page 09/20 */

table#gradpres.table-bordered > tbody > tr > td{
    border:2px solid #BD8B13;
	}
table#gradpres.table-bordered > tbody > tr > td, table#gradpres.table-bordered > tbody > tr > th {
    padding: .75rem;
    vertical-align: middle; 
	}

.border-gray{
  border: 1px solid #dee2e6;
}

.smallicon{
  font-size: 1rem;
}

.pdf-icon{
  font-size: 1.2rem;
}

.nohero {
	font-size: 3.375rem !important;
}

.body-link {
  color: black;
  border-bottom: 2px solid #f8e08e;
}

.body-link {
  color: #212529;
  border-bottom: 2px solid #f8e08e;
  text-decoration: none;
}

.body-link:focus, .body-link:hover, .body-link-brown:focus, .body-link-brown:hover{
  color: #212529 !important;
  background-color: #f8e08e;
  text-decoration: none;
}

.canyon-circle-brown{
  color:#B88813;
}

.body-link-brown{
  color: #212529;
  border-bottom: 2px solid #B88813;
  text-decoration: none;
}

a.home:hover {
	text-decoration:none;
}

.clear {
	clear:both;
}
/* Custom Styles for Steps to Graduation & Forms -  Degree Progression graphic as code */


#smcircles {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-evenly;
}
	
#smc1,
#smc2
{
padding:0px 5px;

}
	
#smc3:after {
		 content: " \2193";
	}
	
#circles {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-evenly;
padding: 10px;
}
	
#c1,
#c2, 
#c3,
#c4,
#c5,
#c6,
#c7
{

	}
.a-circle {
    width:120px;
    height:120px;
    border-radius:150px;
    font-size:1em;
    color:#000;
	line-height:1.25em;
    text-align:center;
   /* background: lightsalmon; */
	padding:20px 0px;
    }

.numb-circle {
	width:150px;
    height:150px;
    border-radius:150px;
    font-size:1em;
    color:#000;
	line-height:1.25em;
    text-align:center;
	padding:30px 0px;
	}

.a-box {
  	display: flex;
  	/* align-items: center;
	flex-flow: row wrap; */
	}

	.a-box > div {
		margin:10px;
		padding:10px 0px;
	}



div .a-dot {
  	height: 25px;
 	width: 25px;
 	border-radius: 50%;
  	display: inline-flex;
}

.rightarrow {
	top:2px;
	left:-10px;
	position: relative;
	height: 30px;
	width: 20px;
	background: #eee linear-gradient(to right, rgba(255, 255, 255, 0.2) 25%,  #e1e1e1 95%);
	transform: rotate(0deg);
	-webkit-transform:rotate(0deg);
}
.rightarrow:after {
	left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(70, 173, 255, 0);
    border-right-color:  #e1e1e1;
    border-width: 30px;
    margin-top: -30px;
	transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
}	
	

.downarrow {
	top:100px;
	left:-160px;
	position: relative;
	height: 120px;
	width: 30px;
	background: #eee linear-gradient(#CAC7A7, #f1f1f1 37%, #e1e1e1 57%);
	transform: rotate(45deg);
}
	
.downarrow:after {
	right: -42%;
    top: 120%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(70, 173, 255, 0);
    border-right-color:  #e1e1e1;
    border-width: 30px;
    margin-top: -30px;
	transform:rotate(270deg);
    -webkit-transform:rotate(270deg);
}

/* Responsive layout - makes a one column layout instead for devices */
@media (max-width: 1199px) {
  #smcircles, #circles {
    flex-direction: column;
  }
	.downarrow {
		display:none;
	}
}	
