/* 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 */
a:link {
  hyphens: none;
  white-space: nowrap;
}
.btn-primary {
  background-color: #035642;
  border-radius: 0px;
  height: auto;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  padding: 8px 40px;
}

.btn-primary:hover {
  background-color: #a57809;
  border-color: #8c6607;
}

.btn-primary:active,
.btn-primary:focus {
  background-color: #035642;
}

.btn-yellow {
  background-color: #f2c75c;
  border-color: none;
  color: #154734;
  height: auto;
  font-size: 1.2em;
  text-align: center;
  padding: 8px 40px;
  border-radius: 0px;
}

.btn-yellow:hover {
  background-color: #f8e08e;
  border-color: none;
}

.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:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  background-color: #a57809;
  border-color: #8c6607;
}

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

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

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

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

.no-margin {
  margin: 0px;
}

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

.card-block-even-height {
  height: auto;
  min-height: 220px;
  contain: content;
  padding: 1.25rem;
}
.card-block {
  padding: 4%;
}

/* overrides by Bryan 8/1/19 */
.bg-medium {
  /* background-color: #dee2e6; */
  background-color: rgba(0, 0, 0, 0.08);
  background-color: #e1e1e1; /* medium gray to match table bgs */
}
.bg-calpoly {
  background-color: #104735; /* future green */
  background-color: #035642;
}

.text-calpoly {
  color: #035642;
}

.card > .card-header {
  padding: 0.1rem 2rem;
}

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

/* overides by Bryan 03-24-20 */
#horz.card-horizontal,
.card-horizontal {
  display: flex;
  flex: 1 1 auto;
}

/* end overrides by Bryan */
@media (max-width: 2000px) {
}

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

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

.la-img {
  height: 350px;
  object-fit: cover;
}

.inst-img {
  height: 250px;
  object-fit: cover;
}
.outline {
  border-width: 0.5px;
  border-style: solid;
  border-color: #000;
  padding: 0;
}
th {
  background-color: #03564c;
  color: white;
}
.text-quote {
  text-align: left;
  font-size: 1.2em;
  padding: 20px;
}

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

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

.pdf-card {
  border: 1px solid black;
  border-radius: 10px;
}
.pdf-card:hover {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
}

.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: 3003;
  position: absolute;
  bottom: 20%;
  left: 15%;
  line-height: 1;
  text-shadow: #000 2px 2px 6px;
}

.apply_text_home {
  font-style: normal;
  color: white;
  z-index: 3003;
  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;
}
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;
}

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

@media (max-width: 500px) {
  .apply_text_home {
    font-size: calc(60px + (55 - 30) * ((100vw - 300px) / (2000 - 300)));
    top: 40vh;
  }
}
.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-weight: 100;
  font-family: "avenir";
  letter-spacing: 1px;
}

.new_grad-text {
  text-align: left;
  margin-left: auto;
}
.new_grad-title {
  padding-top: 0px;
  font-size: 2rem;
  color: #035642;
  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 */
/****************** HOMEPAGE CARD LINKS */
.homepage-card-gradient {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1)
  );
  height: 100%;
}
.header-gradient {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5)
  );
  height: 100vh;
}

.homepage-card-div {
  height: 500px;
  background-size: cover;
  padding-top: 50%;
}
p.homepage-card {
  color: white;
  position: absolute;
  bottom: 5%;
  font-size: 2vw;
  letter-spacing: 0px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  .homepage-card-div {
    height: 250px;
    background-size: cover;
    padding-top: 50%;
  }
}
@media (max-width: 767px) {
  .homepage-card-div {
    margin: 0 10% 2em 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, 0.5),
      rgba(0, 0, 0, 0.5)
    );
    height: 100%;
  }
}
.container {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 0;
  padding: 0 2rem;
}

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

/*used to darken the bottom part of the header image */
.gradient-bg {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 85%,
    rgba(0, 0, 0, 0.5) 100%
  );
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out;
  z-index: 0;
}

/********************************************** FAQ page */
ul.faq {
  list-style-type: none;
  padding-left: 0;
}
ul.faq li {
  border-bottom: 1px solid #bd8b13;
  padding-bottom: 1px;
  font-size: 0.9em;
  padding: 5px;
}
ul.faq li:hover {
  background-color: rgba(248, 224, 142, 0.7);
}
.accordianLink {
  color: rgb(3, 86, 66);
  cursor: pointer;
  font-weight: normal;
  margin: 0px;
  font-size: 1.1em;
  line-height: 1.5;
}
.answerBlock {
  margin: 0px;
  margin-bottom: 1em;
  padding: 10px 20px;
  background-color: #e0e0e0;
}

.LAaccordianLink {
  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;
}
.LAaccordianLink:hover {
  background-color: rgba(242, 199, 92, 0.3);
}
.LAanswerBlock {
  margin: 0px 0px;
  padding: 10px 20px;
  /* background-color: rgba(242,199,92,.5);*/
  background-color: #eeeeee;
}

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

/* icon-added icon styles */
.arrow-change::after {
  padding-left: 7px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.js-arrow-down::after {
  /* get down arrow from fontawesome <i class="fas fa-arrow-down"></i> */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f063";
}

.js-arrow-up::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
}
/************************************************ New Grad/PROFESSIONAL-CERTIFICATE*/

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

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

/***************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 *****/
.white {
  background-color: #eeeded;
}
.darkgreen {
  background-color: #035642;
}
.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;
}

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

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

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

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

/**************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;
  }
}
/*************** SMALL VERSIOM *********/
@media (max-width: 1001px) {
  .one_line_text {
    display: inline-block;
  }

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

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

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

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

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

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

.btn-primary-apply_lightgreen {
  background-color: #9fb38e;
  height: auto;
  font-size: 20px;
  font-weight: bolder;
  color: #ffffff;
  text-align: center;
  padding: 10px 70px;
}

.btn-primary-apply_lightgreen:hover {
  background-color: #9fb38e;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.14);
}

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

.large_numbers {
  font-size: 100px;
}
/**SMALL VERSION******************/
@media (max-width: 801px) {
  .text_two {
    padding: 0% 20% 0% 20%;
  }
}
/****BIG VERSION*******************************/
@media (min-width: 800px) {
  .text_two {
    padding: 10% 20% 0% 20%;
  }
}
.circle_border {
  border-radius: 50%;
  height: 300px;
  width: 300px;
}

.large_text {
  font-size: 30px;
}

.medium_white_text {
  color: white;
  font-weight: 1000;
  font-family: "avenir heavy";
  font-size: 25px;
  padding: 10px;
}
a.medium_white_text:hover {
  color: white;
  font-weight: 1000;
  font-family: "avenir heavy";
  font-size: 25px;
  padding: 10px;
}

.whiteSpace {
  position: relative;
  content: "";
  display: block;
  height: 100px;
  width: 100%;
}
@media (max-width: 500px) {
  .whiteSpace {
    height: 150px;
  }
}

#menu {
  width: calc(50 / 75 * 100%);
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
}

#menu > li {
  display: flex;
  align-items: center;
}

#menu > li > a {
  padding: 10px 20px;
}

#menu li {
  list-style-type: none;
}

.nav-mobile-menu-wrapper {
  display: none;
}

.nav-desktop-menu-wrapper {
  display: none !important;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  height: 250px;
}

.nav-mobile-menu-wrapper {
  display: none;
}

.nav-mobile-submenu-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.display-none {
  display: block;
}

.display {
  opacity: 1;
}

/*
.nav-mobile-submenu {
	display: none;
}
*/
/*
.nav-menu {
	display: none;
}
*/

.menu-half-width {
  width: 50%;
}

.menu-container-fit {
}

/*

.menu-full-width {
	width: 100%;
}
*/

.header-bar {
  background: #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.nav-active {
  background: #e4e1d1;
}
.nav-menu-active {
  display: block !important;
  background: #e4e1d1;
}

.header-bar h2 {
  margin: 0;
}

#mobilemenu {
  display: none;
}

#menu > li > a > i,
.nav-mobile-submenu-header > h3 > i {
  display: none;
}

#absNavBar .header-bar {
  background-color: #035642;
}

.tree-toggler .fa-angle-right {
  margin-right: 3px;
}

.bg-cp-gold {
  background-color: #eaab00;
}

.mobile_search form {
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
}

.mobile_search .fa-search {
  color: white;
}

.tree-toggler .fa-angle-right {
  margin-right: 3px;
}

.searchForm form {
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
}

.navbar.navbar-expand-md {
  width: 100%;
}

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

@media only screen and (max-width: 1024px) {
  .navbar-title {
    font-size: 1.8rem;
    border-left: none;
    padding-left: 0;
  }
  .nav-item .nav-link {
    font-size: 1.1rem;
  }
}

.bg-grey {
  background-color: rgba(0, 0, 0, 0.075);
}

.text-grey {
  color: grey;
}

.card-text a {
  white-space: pre-wrap;
}

/* .answerBlock p {
	font-weight: 700 !important;
} */

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

.list-type-none {
  list-style-type: none;
}
.background-center {
  background-position: center;
}
.background-bottom-center {
  background-position: bottom 0 center;
}
.background-top-left {
  background-position: top left;
}
.background-top-right {
  background-position: top right;
}
.background-center-bottom {
  background-position: center bottom 0;
}
.background-top-center {
  background-position: top 0 center;
}
/*********************** BACKGROUND IMAGES */
.homepage-card-1 {
  background-image: url("../images/home/card-images/classes2.jpg");
}
.homepage-card-2 {
  background-image: url("../images/home/card-images/faq-card.jpg");
}
.homepage-card-3 {
  background-image: url("../images/home/card-images/schedule.jpg");
}
.homepage-card-4 {
  background-image: url("../images/home/card-images/financial.jpg");
}
.instructors-header {
  background-image: url("../images/header/q17_words.jpg");
}
.staff-header {
  background-image: url("../images/home/staff_group_cropped.jpg");
}
.assistants-header {
  background-image: url("../images/header/learning-assistants.jpg");
  background-position: top 0 right 45%;
}
.schedule-header {
  background-image: url("../images/header/classes-header.jpg");
}
.events-header {
  background-image: url("../images/header/events-header.jpg");
}
.activities-header {
  background-image: url("../images/new-images/beach.jpg");
  background-position: center left 30%;
}
.instructors2020-header {
  background-image: url("../images/header/instructors.jpg");
}
.housing-header {
  background-image: url("../images/header/housing-header2.jpg");
}
.procedures-header {
  background-image: url("../images/header/QPlus-in-presentation.jpg");
}
.dining-header {
  background-image: url("../images/header/dining.jpg");
  background-position: top 0 left 13%;
}
.campusinfo-header {
  background-image: url("../images/new-images/rockclimbing.jpg");
  background-position: top 0 left 13%;
}
.financial-header {
  background-image: url("../images/header/financial_2023.jpg");
}
.contact-header {
  background-image: url("../images/header/photo-circle_2021.jpg");
}
.faqs-header {
  background-image: url("../images/header/faq-header.jpg");
}
.about-header {
  background-image: url("../images/header/about-header2.jpg");
}
.program-staff-header {
  background-image: url("../images/new-images/staff.jpg");
}

.flex {
  display: flex;
}

.flex-align-center {
  align-items: center;
}

.navbar-title-padding {
  padding: 0.7rem 1rem;
}

/* Only do this when it's a single column. 
ul#menu > li {
	position: relative;
}*/

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

.nav-menu {
  padding: 30px 10%;
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  min-height: 200px;
}

.nav-submenu > ul {
  padding: 0;
}

@media screen and (max-width: 768px) {
  #menu {
    flex-direction: column;
    width: 100%;
    /*		transform: translateY(-100%);*/
    position: absolute;
    opacity: 0;
    top: 100%;
    height: 0;
    transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
  }

  #menu.toggle-mobile {
    opacity: 1;
    height: 100%;
  }
  /*
	.menu-transition {
		transition:  opacity 1.0s ease-in-out;
	}
*/
  .nav-menu-active {
    display: block;
  }

  div.block {
    display: block;
  }

  .header-bar {
    display: block;
    padding: 0;
  }

  .header-bar h2 {
    padding: 10px 0px 10px 15px;
  }

  #mobilemenu {
    display: inline-block;
  }
  #menu > li {
    flex-direction: column;
    background: #e4e1d1;
    border-bottom: 0.5px solid grey;
    position: relative;
  }
  #menu > li > a {
    transition: background 0.1s ease-in, opacity 0.25s ease-in,
      transform 0.2s ease-in-out;
  }

  #menu > li > a.menu-hover {
    background: #cdcabc;
  }

  #menu > li > a > i,
  .nav-mobile-submenu-header > h3 > i {
    display: inline-block;
    margin-left: 20px;
    transform-origin: center;
    text-align: center;
    vertical-align: middle;
    transition: transform 0.25s ease;
  }

  div.nav-mobile-submenu {
    padding: 0px;
  }
  .nav-mobile-menu-wrapper {
    background: #cac7a7;
  }
  .rotate-180 {
    transform-origin: center;
    transform: rotate(-180deg);
  }
  .submenu {
    border-bottom: 1px solid black;
  }

  #menu.menu-active > li {
    /*
		transform: translateY(-100%);
		transition: all 0.0s;
*/
  }

  #menu.menu-active > li.show {
    /*
		transition: all 0.2s linear;
		transform: translateY(0%);
		background: #E4E1D1;
*/
  }

  .nav-mobile-submenu-header h3 {
    padding-left: 40px;
  }

  .display-none {
    display: none;
    padding-left: 60px;
    background: #8e9089;
  }
  .nav-mobile-submenu-header h3:hover {
    cursor: pointer;
  }
}

@media screen and (max-width: 1920px) {
  .nav-menu i {
    display: none;
  }
}

/*************************************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, 0.5);
}
.color-blue-morro {
  color: #abcae9;
}
.bg-blue-morro {
  background-color: #abcae9;
}

/*neutral */
.color-beige {
  color: #e4e3d3;
}
.bg-beige {
  background-color: #e4e3d3;
}
.color-beige-pismosand {
  color: #cac7a7;
}
.bg-beige-pismosand {
  background-color: #cac7a7;
}

/*green */
.color-green-dexter {
  color: #a4d65e;
}
.bg-green-dexter {
  background-color: #a4d65e;
}
.color-green-farmers {
  color: #3a913f;
}
.bg-green-farmers {
  background-color: #3a913f;
}
.bg-green-farmers-dark {
  background-color: #538f4a;
}
.bg-cpgold-dark {
  background-color: #b2892f;
}
.bg-blue-dark {
  background-color: #59918e;
}

/* blue green */
.color-blue-coast {
  color: #b6ccc2;
}
.bg-blue-coast {
  background-color: #b6ccc2;
}
.color-blue-sycamore {
  color: #789f90;
}
.bg-blue-sycamore {
  background-color: #789f90;
}
.sycamore-border-top {
  border-top: 6px solid #789f90;
}
.cpgold-border-top {
  border-top: 6px solid #bd8b13;
}
.gray-border-top {
  border-top: 6px solid #8e9089;
}
.polycanyon-border-top {
  border-top: 6px solid #f2c75c;
}
.farmers-border-top {
  border-top: 6px solid #3a913f;
}

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

.bg-apply-photo {
  background-image: url("../images/home/qplus_2023.jpg");
}
.bg-contact-card {
  background-image: url("../images/new-images/homepage-card2.jpg");
}

.bg-contact-home {
  background-image: url("../images/home/qplus_testimonial_2021_.png");
}

.card-img {
  background-size: cover;
  min-height: 480px;
  background-position: center;
}

.gold-outline {
  border: 1px solid #bd8b13;
  padding: 10px 20px 0px 20px;
}

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

.topography-block {
  display: block;
  position: relative;
}

.topography-block::after {
  background-image: url(../images/header/header-topography.png);
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-size: cover;
  z-index: 1000;
  content: "";
}

.homepage-icon-link .fas {
  color: #dae4de;
}
.outline-icon {
  -webkit-text-stroke: 3px #154734;
  paint-order: stroke fill;
}
p.homepage-icon-text {
  font-size: 1.3em;
  line-height: 1.5;
  color: #195743;
}
.homepage-icon-link .fa-stack {
  font-size: 5em;
}

/********classes nav-right for program page */
ul.nav-right {
  list-style-type: none;
  padding: 10px 20px 10px 20px;
  font-weight: 300;
}

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

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

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

/** Navs for mobile becomes buttons **/
@media screen and (max-width: 768px) {
  ul.nav-right {
    border-left: none;
    margin: auto;
    text-align: center;
    padding-left: 0px;
  }

  ul.nav-right .nav-right {
    padding-left: 0px;
    margin: 0px auto;
    text-align: center;
  }

  ul.nav-right li {
    margin: 0px 0px 10px 0px;
  }

  ul.nav-right ul.inside-ul li {
    width: 70%;
  }
  .nav-right li {
    background-color: #154734;
    border-radius: 10px;
    border: 1px solid #154734;
    width: 80%;
    text-align: center;
    height: 100%;
    padding: 8px;
    display: inline-block;
  }

  ul.nav-right li a {
    color: white;
  }

  ul.nav-right li:hover {
    cursor: pointer;
  }
}

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

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

.grey-accordion .panel-default > .panel-heading a:hover {
  cursor: pointer;
}

.grey-accordion .panel-default > .panel-heading a {
  display: block;
  padding: 8px 15px 10px 23px;
}

.grey-accordion .panel-default > .panel-heading a:before {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  /*font-family: 'Glyphicons Halflings';*/
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
}

.grey-accordion .panel-default > .panel-heading a:hover {
  background-color: #d4d5d3;
}

.grey-accordion .panel-default > .panel-heading a:active {
  background-color: #000000;
  color: #ffffff;
}
.grey-accordion .panel-default > .panel-heading a:active h3 {
  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[aria-expanded="true"] {
  background-color: #5cb8b2;
  padding: 13px 15px 10px 23px;
}

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

.grey-accordion .accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.grey-accordion .accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.grey-accordion .accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

a.class-accordion {
  text-decoration: none;
  font-weight: normal;
}

a.class-accordion h3 {
  font-weight: normal;
  width: auto;
  display: inline-block;
  color: #000;
  margin-left: 1em;
  font-size: 1.125rem;
  margin-top: 0;
  font-weight: 500;
}

/* .grey-accordion .accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.grey-accordion .accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}*/

.yellow-border-left {
  border-left: 2px solid #bd8b13;
}

.class-description p {
  font-size: 0.9em;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #154734;
}

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

.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 a:hover.nav-link {
  cursor: pointer;
}
.cal-poly-tabs2 .tab-content {
  background-color: #e5ece8;
}
.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;
}

.bg-yellow-gradient {
  background: linear-gradient(
      217deg,
      rgba(242, 199, 92, 1),
      rgba(21, 71, 52, 0) 70.71%
    ),
    linear-gradient(
      127deg,
      rgba(248, 224, 142, 1),
      rgba(248, 224, 142, 0) 70.71%
    ),
    linear-gradient(
      336deg,
      rgba(242, 199, 92, 0.5),
      rgba(248, 224, 142, 1) 70.71%
    );
  background-color: #ffffff;
}

.bg-activities-bowling {
  background-image: url("../images/new-images/bowling.jpg");
  background-size: cover;
  background-position: right;
  min-height: 200px;
}

.bg-activities-beach {
  background-image: url("../images/new-images/kickstart52.jpg");
  background-size: cover;
  min-height: 200px;
}

.bg-activities-yoga {
  background-image: url("../images/new-images/yoga.jpg");
  background-size: cover;
  min-height: 200px;
  background-position: center;
}

.bg-activities-cooking {
  background-image: url("../images/new-images/cookingfun.jpg");
  background-size: cover;
  min-height: 200px;
  background-position: center;
}

.bg-activities-cooking {
  background-image: url("../images/new-images/cookingfun.jpg");
  background-size: cover;
  min-height: 200px;
  background-position: center;
}

.bg-card-resources {
  background-image: url("../images/new-images/campus-resources.jpg");
  background-size: cover;
  min-height: 200px;
  background-position: center;
}

.bg-card-activities {
  background-image: url("../images/new-images/sports.jpg");
  background-size: cover;
  min-height: 200px;
  background-position: center;
}

.bg-card-dining {
  background-image: url("../images/new-images/dining.png");
  background-size: cover;
  min-height: 200px;
  background-position: center;
}

.bg-card-map {
  background-image: url("../images/new-images/scenery7.jpg");
  background-size: cover;
  min-height: 200px;
  background-position: center;
}
.bg-mailing-address {
  background-image: url("../images/new-images/newdorms.jpg");
  background-size: cover;
  min-height: 200px;
  background-position: center;
}
.bg-vehicles {
  background-image: url("../images/new-images/scenery.jpg");
  background-size: cover;
  min-height: 200px;
  background-position: center;
}
.bg-study-sessions {
  background-image: url("../images/new-images/study-session.jpg");
  background-size: cover;
  min-height: 200px;
  background-position: center;
}

/* === Font sizing === */

/* --- ems --- */
.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.125em;
}
.font-size-1x2 {
  font-size: 1.2em;
}
.font-size-19 {
  font-size: 1.25em;
}
.font-size-20 {
  font-size: 1.333em;
}
.font-size-21 {
  font-size: 1.5em;
}
.font-size-2em,
.font-size-2 {
  font-size: 2em;
}
.font-size-2x2em {
  font-size: 2.2em;
}
.font-size-2x3em {
  font-size: 2.3em;
}
.font-size-2x4em {
  font-size: 2.4em;
}
.font-size-2-5em,
.font-size-2x5 {
  font-size: 2.5em;
}
.font-size-3em {
  font-size: 3em;
}
.font-size-3x75 {
  font-size: 3.75em;
}
.font-size-4em {
  font-size: 4em;
}
.font-size-5em {
  font-size: 5em;
}
.font-size-6em {
  font-size: 6em;
}
.font-size-10em {
  font-size: 10em;
}
/* --- rems --- */
.font-size-1x5r {
  font-size: 1.5rem;
}
.font-size-1x6r {
  font-size: 1.6rem;
}
.font-size-2x0r {
  font-size: 2rem;
}
.font-size-3r {
  font-size: 3rem;
}

/* end font sizing */

/* === FONT WEIGHTS === */
.font-weight-1 {
  font-weight: 100;
}
.font-weight-2 {
  font-weight: 200;
}
.font-weight-3 {
  font-weight: 300;
}
.font-weight-4 {
  font-weight: 400;
}
.font-weight-5 {
  font-weight: 500;
}
.font-weight-6 {
  font-weight: 600;
}
.font-weight-7 {
  font-weight: 700;
}
.font-weight-8 {
  font-weight: 800;
}
.font-weight-9 {
  font-weight: 900;
}

/* end font weights */

/* === TEXT TRANSFORMS === */
.uppercase {
  text-transform: uppercase;
}

.camel {
  text-transform: capitalize;
}

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

ul.no-bullets {
  margin-left: 0px;
  padding-left: 0px;
}

hr.gold-hr {
  border-top: 3px solid #bd8b13;
}

.bg-green-light {
  background-color: #e5ece8;
}
.bg-yellow-light {
  background-color: #f8eac8;
}
.collapse + [data-toggle="collapse"] p.if-not-collapsed {
  display: none;
}
.show + [data-toggle="collapse"] p.if-not-collapsed {
  display: inline;
}
.show + [data-toggle="collapse"] p.if-collapsed {
  display: none;
}

/****************************** LA Learning Assistant Popup Modal styles */
.la-container {
  width: 100%;
  padding-bottom: 33%;
  border: 1px solid #fff;
}
.bg-la-bhagat {
  background-image: url("../images/la-images/2020/Pranav-Bhagat.png");
  background-size: cover;
  background-position: center;
}
.bg-la-bollengier {
  background-image: url("../images/la-images/2020/Brooke-Bollengier.png");
  background-size: cover;
  background-position: top;
}
.bg-la-catuara {
  background-image: url("../images/la-images/2020/Corey-Catuara.png");
  background-size: cover;
  background-position: center;
}

.bg-la-creason {
  background-image: url("../images/la-images/2020/Cade-Creason.png");
  background-size: cover;
  background-position: center;
}

.bg-la-dorso {
  background-image: url("../images/la-images/2020/Molly-Dorso.png");
  background-size: cover;
  background-position: top;
}
.bg-la-elshire {
  background-image: url("../images/la-images/2020/Tatum-Elshire.png");
  background-size: cover;
  background-position: center;
}
.bg-la-ferreter {
  background-image: url("../images/la-images/2020/Hannah-Ferreter.png");
  background-size: cover;
  background-position: top;
}
.bg-la-gibler {
  background-image: url("../images/la-images/2020/Cosette-Gibler.png");
  background-size: cover;
  background-position: top;
}
.bg-la-hollister {
  background-image: url("../images/la-images/2020/Katie-Hollister.png");
  background-size: cover;
  background-position: center;
}
.bg-la-kay {
  background-image: url("../images/la-images/2020/Veranna-Kay.png");
  background-size: cover;
  background-position: center;
}
.bg-la-keeton {
  background-image: url("../images/la-images/2020/Liam-Keeton.png");
  background-size: cover;
  background-position: center;
}
.bg-la-kittredge {
  background-image: url("../images/la-images/2020/Lauren-Kittredge.png");
  background-size: cover;
  background-position: top;
}
.bg-la-kraemer {
  background-image: url("../images/la-images/2020/Anna-Kraemer.png");
  background-size: cover;
  background-position: top;
}
.bg-la-litto {
  background-image: url("../images/la-images/2020/Andrew-Litto.png");
  background-size: cover;
  background-position: center;
}
.bg-la-loarie {
  background-image: url("../images/la-images/2020/Tess-Loarie.png");
  background-size: cover;
  background-position: center;
}
.bg-la-lum {
  background-image: url("../images/la-images/2020/Jessica-Lum.png");
  background-size: cover;
  background-position: center;
}
.bg-la-malmberg {
  background-image: url("../images/la-images/2020/Allie-Malmberg.png");
  background-size: cover;
  background-position: center;
}
.bg-la-mellor {
  background-image: url("../images/la-images/2020/Shay-Mellor.png");
  background-size: cover;
  background-position: center;
}
.bg-la-miller {
  background-image: url("../images/la-images/2020/Madison-Miller.png");
  background-size: cover;
  background-position: center;
}
.bg-la-noyes {
  background-image: url("../images/la-images/2020/Madison-Noyes.png");
  background-size: cover;
  background-position: center;
}
.bg-la-reid {
  background-image: url("../images/la-images/2020/Anna-Reid.png");
  background-size: cover;
  background-position: center;
}
.bg-la-roccucci {
  background-image: url("../images/la-images/2020/Lia-Roccucci.png");
  background-size: cover;
  background-position: top;
}
.bg-la-scipi {
  background-image: url("../images/la-images/2020/Sophia-Scipi.png");
  background-size: cover;
  background-position: center;
}
.bg-la-schafbuch {
  background-image: url("../images/la-images/2020/Ava-Schafbach.png");
  background-size: cover;
  background-position: center;
}
.bg-la-siderman {
  background-image: url("../images/la-images/2020/Jacob-Siderman.png");
  background-size: cover;
  background-position: center;
}

.overlay-surfblue::after {
  background-color: #5cb8b2;
  opacity: 0.7;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.overlay-polycanyon::after {
  background-color: #f2c75c;
  opacity: 0.7;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.overlay-farmers::after {
  background-color: #3a913f;
  opacity: 0.7;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.overlay-skyblue::after {
  background-color: #b5e3d8;
  opacity: 0.7;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.overlay-coast::after {
  background-color: #b6ccc2;
  opacity: 0.7;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.overlay-cpgold::after {
  background-color: #bd8b13;
  opacity: 0.7;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.la-hover-box {
  display: none;
}
.la-hover-box::after {
  content: "";
  position: absolute;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.la-name {
  position: absolute;
  color: white;
  z-index: 100;
  top: 33%;
  font-size: 2.2em;
  display: none;
}
.la-container:hover {
  cursor: pointer;
}
.la-container:hover .la-hover-box {
  display: contents;
}
.la-container:hover .la-name {
  display: block;
}

.modal-dialog {
  top: 30vh;
}

.modal-content {
  pointer-events: auto;
  background-color: #eeeded;
  border: 0px;
  border-radius: 0px;
  outline: 0;
}
.la-imagebox {
  z-index: 1000;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 980px;
    margin: 1.75rem auto;
  }
}
@media (max-width: 576px) {
  .modal-dialog {
    top: 15vh;
  }
  .la-name {
    font-size: 1em;
  }
}

#clist ul.checks {
  padding-left: 1.2em;
  list-style: none;
}
#clist ul.checks li:before {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 700;
  font-size: 1.2em;
  content: "\f058";
  margin: 0 5px 0 -25px;
}

.sidebar li a {
  text-decoration: none;
}

.bg-stadiumgold-homecard {
  background-color: #f8e08e;
  background-size: cover;
}

.bg-white-opaque {
  background-color: rgba(255, 255, 255, 0.2);
}

.opacity-3 {
  opacity: 0.3;
}

/* ====== NEW ALERTS ====== */
#absTop.alert {
  padding: 20px;
  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;
}

.container div .nodec p a,
div.main-nav-container div.navbar a.home:hover {
  text-decoration: none !important;
}

#alert2 {
  display: none;
}

/* brand links */
a.branded-link:link,
a.branded-link:visited {
  color: #000000;
  text-decoration: none !important;
  border-bottom: solid 1px #f8e08e !important;
  padding: 0px 3px !important;
  font-weight: 400 !important;
}

a.branded-link:hover {
  text-decoration: none !important;
  border-bottom: solid 1px #f8e08e !important;
  background-color: #f8e08e;
  padding: 0px 3px !important;
  font-weight: 400 !important;
  color: #000000 !important;
}

/* calendar style */

.no-bottom-border {
  border-bottom: none !important;
}

.schedule-table,
.schedule-table thead,
.schedule-table td {
  border-collapse: collapse;
  border-right: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  text-align: center;
}

.schedule-table {
  border: 1px solid lightgrey;
}
.schedule-table td {
  height: 20px;
}

.schedule-table thead,
.schedule-table th {
  border: 1px solid lightgrey;
  height: 60px;
  font-size: 18px;
}

.time-display {
  width: 80px;
  height: 40px !important;
}
