/*#gradetarget input {
  display: none;
}*/

#newAccountLink, #forgotPasswordLink, #usernameRecoveryLink {
  font-weight: bold;
  color: blue !important;
}

/* mask birth date on profile page */
[data-i18n=profile-input-birthday] {
  -webkit-text-security: disc;
}

/* hide data on customer section details page */
#sectionDetailsActualEnrollment, #sectionDetailsEstimatedEnrollment, #sectionDetailsMaxEnrollment, #sectionDetailsCEUHours {
  display: none;
}

/* don't show seat availability on course sections page.  but it will still show "Sold out" */
.showAvailableSeats {
  display: none;
}

/* don't show seats available on section fact sheet */
#sectionBuyForOthers {
  display: none;
}

.navbar .dropdown-item, .navbar .dropdown-menu {
  background-color: #73B1CB !important;
}

.navbar .dropdown-menu {
    border-color: -moz-use-text-color #7692AD #7692AD;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    margin-top: 0;
    padding-top: 1px;
    /* position: absolute; */
    /* visibility: hidden; */
}

.navbar .dropdown-menu {
  background-color: #73B1CB;
  margin: 0px;
  border: 1px solid #10069f;
  border-radius: 0rem;
}

.navbar .dropdown-item:hover {
	background:  #73B1CB;
	text-decoration: none;
}

#headertarget {
	background: transparent url(../images/header-bg.jpg) no-repeat scroll;
    /* height: 66px; */
    margin: 0 auto;
    width: 1037px;
}

#headertarget div > a img, #headertarget > a img,
 #headertarget > img
 {
   opacity: 0;
   min-width: 300px;
   min-height: 90px;
 }


#headertarget ul {
  background-color: inherit;
}

.navbar {
	background-image:url(../images/courses.gif) !important;
}

#footer {
	background-color: #DAD8C6;
    border-top: 2px solid #CCCCCC;
    color: #5B5B5B;
    margin: 0 auto;
    width: 1037px;
}

#footer ul li a {
	margin:0 10px;
}

#footer {
	background-image:url(../images/square.gif);
}

.costValueInformation {
	text-align:left;
}

/* make course catalogs three columns instead of two */
@media (min-width: 576px) {
#catalogTarget .col-sm-6 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}
}

/* don't display the catalog description, since it is the same as the catalog name for UCSC */
.catalog-desc {
    display: none !important;
}

.govIDBlock{
  display: all;
}
.personEthnicityBlock{
  display:none;
}

#skiplink {
  margin: 0;
}

#customerText {
  display: block !important;
}

.customerTextPanel {
    display: block;
    -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 4px 4px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 30%);
    margin-top: 10px;
    margin-left: 0;
    padding: 19px;
    border: 1px solid #CFCFCF;
    background-color: #F2F2F2;
}

.customer-text-panel {
  margin-bottom: 1rem;
}

/* hide Skip All button on marketing code/questions page */
.skipNextBtn, .skipAllBtn {                 
        display: none !important;           
}                                           
