.chH1 {
  font-size: 3rem;
}

#chHeader {
  width: 100%;
  background-color:  #1E4D2B; 
  height: 70px;
}
#chHeaderContents {
  width: 100%;
  /* max-width: 1000px; */
  margin: 0 auto;
  display: flex;
  justify-content: left;
  align-items: center;
}
.chCsuLogo {
  width: 350px;
  /* max-width: 450px; */
  height: 40px;
  margin: 15px;
  background-image: url("/templates/graphics/signature-oneline.svg");
  background-repeat: no-repeat;
}
.chLogoSeparator {
  height: 35px;
  width: 2px;
  background-color: #fff;
}
.chSecondaryIdentifier {
  margin: 15px;
  font-family: 'poppins';
  letter-spacing: .11em;
  line-height: 1.1em;
  font-size: 1.0em;
  text-transform: uppercase;
  color: #fff;
}

#chNav {
  width: 100%;
  /* max-width: 1000px; */
  color: #333;
  font-size: 0.90rem;
  font-family: inherit;
  margin: 0 auto;
  
}
#chNavBanner {
  width: 100%;
  box-shadow: 0px 3px 5px #ccc;
  /* background-color: silver;
  background-image: linear-gradient(45deg, silver 0%, #eaeaea 10%, #bebebe 60%, silver 90%, #888); */
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-top-color: #dedede;
  border-bottom-color: #aaa;
  /* border-image: linear-gradient(45deg, #888, #bebebe, #ddd, silver) 1; */
  background-color: #dddddd;
  background-image: linear-gradient(179deg, 
    rgba(245,245,245,0.35) 0%,
    rgba(255, 255, 255, 0.05) 10%,
    rgba(241,241,241,0.1) 40%,
    rgba(121, 121, 121, 0.3) 60%,
    rgba(255, 255, 255, 0.20) 80%);
}
#chNav label, #chHamburger {
  margin-left: 10px;
  display: none;
  cursor: pointer;
  height: 2rem;
  line-height: 2rem;
}

#chNavItems {
  list-style: none;
  margin: 0;
  padding-left: 10px;
  display: flex;  
  flex-direction: row;
}
#chNavItems a {
  color: inherit;
  text-decoration: none;
}
#chNavItems li {
  font-weight: 600;
  height: 2rem;
  line-height: 2rem;
  cursor: pointer;
  text-shadow: 1px 1px 10px rgba(255, 255, 255, 1);
}

#chNavItems li a {
  padding-left: 12px;
  padding-right: 12px;
  /* make the link expand to the size of the li so the entire thing is the link and not just the text or image: */
  margin: 0px;
  display: block;
  width: 100%;
  height: 100%; 
}

/* #chNavItems li:hover, */
#chNavItems a:hover {
  color: #f0f0f0;
  background-color: rgba(243, 134, 50, 0.75);
  background-image: linear-gradient(to bottom,rgba(243, 134, 50, 0.75), rgba(217, 119, 45, 0.75) 15%);
  text-shadow: 1px 1px 2px #333;
  border-image: linear-gradient(to bottom,#f38632, #D9782D 8%);

}
#chNavItems .chLogout:hover::after {
  content: " Log Out";
}
.chNavUserImage {
  height: 0.9em;
}
.sidebar-icon-me {
  width: 30px;
  padding: 0px;
}
.chLogon {
  margin-right: 0px;
}




.chNavItemsA {
  border-left: 1px solid;
  border-image: 
    linear-gradient(to bottom,
      transparent 25%,
      #acacac 50%,
      transparent 80%) 1 25%;
}
.chNavItemsPrimary {
  font-weight: 700;
  border-image: 
    linear-gradient(to bottom,
      transparent 0%,
      transparent 100%) 1 25%;
  margin-left: -10px;
}

.chLink {
  cursor: pointer;
}

.chIntranet {
  font-weight: 700;
}

.chContent {
  /* adds margins and pushes the footer to the bottom of the page */
  margin: 1.5rem auto;
  /* min-height: calc(100vh - 219px); */
  padding: 1rem;
  width: 100%;
  max-width: 995px;
  
}

.chContentCard {
  /* wrap in chContent */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
  /* max-width: 80rem; */
  background-color: #fefefe;
  /* background-image: linear-gradient(to bottom,#fefefe 90%,  #eceae7 98% ); */
}

.chContentCardless {
  /* wrap in chContent */
  padding: 1rem;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26); */
}

.chCardItem {
  /* no drop shadow, primarily used for results */
  margin: 10px auto 10px;
  padding: 1rem;
  border: 1px solid #cecece;
  background-color: #fff;
}

.chAlertCard {
  /* no margin, primarily used for alerts */
  margin: 1.5rem 6rem 1.5rem;
  padding: 1rem;
  border: 1px solid #cecece;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
}

.chAlignCenter {
  text-align: center;
}

.chAlert {
  /* border-radius: 6px; */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.30);
  padding: 1rem;
  margin: 1rem auto 1rem;
}


/* theme colors */
.chSuccess {
  color: #fff;
  background-image: linear-gradient(to bottom,#198754 66%, #166b43 100% );
}
.chSecondary {
  color: #fff;  
  background-image: linear-gradient(to bottom, #105456 75%, #0d4547 95% );
}
.chInfo {
  color: #fff;
  background-image: linear-gradient(to bottom,#12A4B6 66%, #0e90a1 100% );
}
.chWarning {
  color: #000;
  background-image: linear-gradient(to bottom, #ECC530 66%, #cead28 100% );
}
.chDanger {
  color: #fff;
  background-image: linear-gradient(to bottom,#CC5430 66%, #b44c2c 100% );
}

.chTextSuccess {
  color: #198754;
}
.chTextSecondary {
  color: #105456;
}
.chTextInfo {
  color: #12A4B6;
}
.chTextWarning {
  color: #ECC530;
}
.chTextDanger {
  color: #CC5430;
}
.chTextMuted {
  color: #999;
}
.chSmall {
  font-size: 0.7rem;
  padding: 0.7rem;
}

.chPadding5 {
  padding: 5px;
}

#chFooter {
  width: 100%;
  background-color: #dedede;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2.5rem;
  border-top: 1px solid #bebebe;
  background-color: #dddddd;
}

#chFooter div {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 0.8rem;
  color: #333;
}

#chFooter a {
  text-decoration: none;
  color: inherit;
}

#chFooter a:hover {
  color: #999;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#headernews {
  margin: 0 auto;
  margin-bottom: 10px;
  width: 90%;
  padding: 0px 3px 0px 3px;
  text-align: center;
  background-color: rgb(163, 106, 0);
  background-image: linear-gradient(to right, 
   #cecece 1%,#dedede 1.5%, #777 1.5%,#777 1.6%,
   red 1.7%,
   rgb(180, 0, 0) 20%, 
   rgb(180, 0, 0) 80%, 
   red 98.3%,
   #999 98.4%, #dedede 98.5%, #cecece 99%);
  border-width: 0px 1px 1px 1px;
  border-color: #999;
  border-style: solid;
  border-radius: 0 0 10px 10px;
  text-shadow: 1px 1px 2px #999;
  color: white;
  box-shadow: 0px 2px 5px #999;
  
}

.chXsDiv {
  display: none;
}
@keyframes spin {
	from { transform: scale(1) rotate(0deg);}
	to { transform: scale(1) rotate(360deg);}
}
@-webkit-keyframes spin2 {
	from { -webkit-transform: rotate(0deg);}
	to { -webkit-transform: rotate(360deg);}
}
.chSpinner {
  font-size: 40px;
  margin: 10px;
	-animation: spin 2s infinite linear;
	-webkit-animation: spin2 2s infinite linear;
}

.chFormControl {
  font: inherit;
  border: 1px solid #ccc;
  padding: 6px 12px;
  border-radius: 3px;
  /* margin-right: 5px; */
  font-size: 0.9rem;
  margin: 2px;
}

.chButton {
  border-radius: 3px;
  background-color: #ebebeb;
  background-image: linear-gradient(to bottom, #ffffff, #dddddd );
  border: 1px solid rgb(200, 200, 200);
  border-style: outset;
  cursor: pointer;
  text-decoration: none;
  padding: 5px 12px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 400;
  margin: 2px;
  text-shadow: 0 1px 0 #fff;
  /* margin-left: 5px; */
}

.chButton:hover,
.chButton:active {
  background-color: #f3f3f3;
  background-image: linear-gradient(to bottom, #fefefe, #eceae7 );
}
.chButton:active {
  border-style: inset;
  box-shadow: 0px 0px 0px;
}

.chDataTable {
  border: 1px solid #dadada;
}

.chDataTable-row {
  display: flex;
  justify-content: space-between;
  align-items: left;
  padding: 6px;
  border-bottom: 1px solid #dadada;
}

.chDataTable-row:hover {
  background-color: #efefef;
}

.chGrid {
  display: flex;
  align-items: left;
  padding: 6px;
}

.chGridSB {
  justify-content: space-between;
}
.chGridFS {
  justify-content: flex-start;
}

.onClickImg {
  cursor: pointer;
}
.fas {
  margin-right:3px;
}

select,input,textarea {
  font-size: 0.95rem !important; /* bootstrap form fields are too big */
}

[x-cloak] {
  display: none !important;
}

@media screen and (min-width: 900px) {

}

@media screen and (max-width: 900px) {
  /* .csuLogo {
    transition: all 0.3s ease;
  } */
  /*
    min-width: 172px;
    max-width: 221px;
    background-image: url("/templates/graphics/signature-stacked.svg");
    background-repeat: no-repeat;
  }
  .secondaryIdentifier {
    font-size: 14px;
  } */
}

@media screen and (max-width: 720px) {
  .chCsuLogo {
    width: 172px;
    background-image: url("/templates/graphics/signature-stacked.svg");
    background-repeat: no-repeat;
  }
  .chSecondaryIdentifier {
    font-size: 14px;
  }
  #chNav label {
    display: inline-block;
  }
  #chNav input:checked ~ #chNavItems {
    display: flex;
  }
  #chNavItems {
    display: none;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #chNavItems li:hover,
  #chNavItems a:hover {
    color: #f0f0f0;
    background-image: linear-gradient(45deg, #d9782d, #888);
    -webkit-transition: all 0.00s;
    transition: all 0.00s;
    text-shadow: 1px 1px 2px #222;
  }
  #chNav .chLogout:hover::after {
    content: "";
  }
  .chAlertCard {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .chNavItemsA {
    border-left: 0px solid;
  }
  .chNavItemsPrimary {
    margin-left: 0px;
  }
}

@media screen and (max-width: 600px) {
  .chCsuLogo {
    width: 113px;
    /* max-width: 146px; */
    background-image: url("/templates/graphics/signature-mobile.svg");
    background-repeat: no-repeat;
  }
  #chFooter div {
    font-size: 0.7rem;
  }
  .chXsDiv {
    display: block;
  }
  .chAlertCard {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
/* Poppins */
@font-face {
  font-family: 'poppins';
  src: url('/templates/fonts/Poppins-Regular.ttf');
  src: url('/templates/fonts/Poppins-Regular.ttf?#iefix') format('truetype'),
      url('/templates/fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppins';
  src: url('/templates/fonts/Poppins-Regular.ttf');
  src: url('/templates/fonts/Poppins-Regular.ttf?#iefix') format('truetype'),
      url('/templates/fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'poppins';
  src: url('/templates/fonts/Poppins-SemiBold.ttf');
  src: url('/templates/fonts/Poppins-SemiBold.ttf?#iefix') format('truetype'),
      url('/templates/fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'poppins';
  src: url('/templates/fonts/Poppins-SemiBold.ttf');
  src: url('/templates/fonts/Poppins-SemiBold.ttf?#iefix') format('truetype'),
      url('/templates/fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
/*Factoria book */
@font-face {
  font-family: 'factoria';
  src: url('//static.colostate.edu/fonts/factoria/factoria_book_macroman/Factoria-Book-webfont.eot');
  src: url('//static.colostate.edu/fonts/factoria/factoria_book_macroman/Factoria-Book-webfont.eot?#iefix') format('embedded-opentype'),
       url('//static.colostate.edu/fonts/factoria/factoria_book_macroman/Factoria-Book-webfont.woff2') format('woff2'),
       url('//static.colostate.edu/fonts/factoria/factoria_book_macroman/Factoria-Book-webfont.woff') format('woff'),
       url('//static.colostate.edu/fonts/factoria/factoria_book_macroman/Factoria-Book-webfont.ttf') format('truetype'),
       url('//static.colostate.edu/fonts/factoria/factoria_book_macroman/Factoria-Book-webfont.svg#factoriabook') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*Factoria demi */
@font-face {
  font-family: 'factoria';
  src: url('//static.colostate.edu/fonts/factoria/factoria_demi_macroman/Factoria-Demi-webfont.eot');
  src: url('//static.colostate.edu/fonts/factoria/factoria_demi_macroman/Factoria-Demi-webfont.eot?#iefix') format('embedded-opentype'),
       url('//static.colostate.edu/fonts/factoria/factoria_demi_macroman/Factoria-Demi-webfont.woff2') format('woff2'),
       url('//static.colostate.edu/fonts/factoria/factoria_demi_macroman/Factoria-Demi-webfont.woff') format('woff'),
       url('//static.colostate.edu/fonts/factoria/factoria_demi_macroman/Factoria-Demi-webfont.ttf') format('truetype'),
       url('//static.colostate.edu/fonts/factoria/factoria_demi_macroman/Factoria-Demi-webfont.svg#factoriademi') format('svg');
  font-weight: 700;
  font-style: normal;
}
/*Factoria medium */
@font-face {
  font-family: 'factoria';
  src: url('//static.colostate.edu/fonts/factoria/factoria_medium_macroman/Factoria-Medium-webfont.eot');
  src: url('//static.colostate.edu/fonts/factoria/factoria_medium_macroman/Factoria-Medium-webfont.eot?#iefix') format('embedded-opentype'),
       url('//static.colostate.edu/fonts/factoria/factoria_medium_macroman/Factoria-Medium-webfont.woff2') format('woff2'),
       url('//static.colostate.edu/fonts/factoria/factoria_medium_macroman/Factoria-Medium-webfont.woff') format('woff'),
       url('//static.colostate.edu/fonts/factoria/factoria_medium_macroman/Factoria-Medium-webfont.ttf') format('truetype'),
       url('//static.colostate.edu/fonts/factoria/factoria_medium_macroman/Factoria-Medium-webfont.svg#factoriamedium') format('svg');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Khand";
  src: url("/templates/ttf/Khand-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Khand";
  src: url("/templates/ttf/Khand-Regular.ttf") format("truetype");
  font-weight: regular;
}
@font-face {
  font-family: "Industry";
  src: url("/templates/woff/Industry-Book-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Industry";
  src: url("/templates/woff/Industry-Demi-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  /* src: url('/templates/woff/Roboto-Regular.woff2') format('woff2'); */
  /* src: url('/templates/ttf/Roboto-Regular.ttf') format('ttf'); */
  /* src: url('/templates/woff/Roboto-Regular-webfont.woff') format('woff'); */
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  /* src: url('/templates/woff/Roboto-Regular.woff2') format('woff2'); */
  /* src: url('/templates/ttf/Roboto-Regular.ttf') format('ttf'); */
  
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  /* src: url('/templates/woff/Roboto-Medium.woff2') format('woff2'); */
  /* src: url('/templates/ttf/Roboto-Medium.ttf') format('ttf'); */
  
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  src: url('/templates/woff/Roboto-Medium.woff2') format('woff2');
  /* src: url('/templates/ttf/Roboto-Medium.ttf') format('ttf'); */
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    /* src: url('/templates/woff/Roboto-Medium.woff2') format('woff2'); */
    /* src: url('/templates/ttf/Roboto-Medium.ttf') format('ttf'); */
  }
  @font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    /* src: url('/templates/ttf/RobotoCondensed-Regular.ttf') format('truetype'); */
  }

  .noto-sans {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }