
/* ADA issue with line height and fixed font size. Minimum accepted value for line height is is 1.5 */
.lead {
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
}

/* ADA issue encountered. Empty headings. */
.visually-hidden{
  display: none !important;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
z-index: 9999;
}

.ctct-gdpr-text p, .ctct-gdpr-text a{
line-height: 1.75 !important;
font-size: 11px !important;
}

/* ADA requirement to clearly distinguish URLs */

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.2rem !important;
}

.btn {
  text-decoration: none;
}

button a {
  text-decoration: none;
}

.yamm-col-flex a:hover {
  color: #ff0000 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 0.2rem !important;
}

/* End- ADA requirement to clearly distinguish URLs */

/* ADA requirement to clearly distinguish URLs */

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.2rem !important;
}

.btn {
  text-decoration: none;
}

button a {
  text-decoration: none;
}

.yamm-col-flex a:hover {
  color: #ff0000 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 0.2rem !important;
}

/* End- ADA requirement to clearly distinguish URLs */

.yamm .yamm-content {
  background-color: #e7e7e7 !important;
}
te .glyphicon-chevron-right:before {
  content: '\e080';
}
.glyphicon-chevron-left:before {
  content: '\e079';
}
.dropdown-menu {
  background-color: #e7e7e7 !important;
}
.imageLightBoxBig {
  max-width: 100%;
}
.yamm-col-flex a:hover,
.yamm-col-flex a:focus {
  text-decoration: underline !important;
  font-weight: 600 !important;
  text-decoration-thickness: 0.2rem !important;
}
.yamm-col-flex a:hover {
  font-weight: 600 !important;
}
.hero {
  background: url(https://ucdavisstores.com/SiteImages/143-SchoolImages/143-shop%20online%20hero%201920x1200.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.expander {
  content-align: center;
}
@media (min-width: 1921px) {
  .expander {
    width: 2000px;
    height: auto;
  }
  .expander2 {
    width: 1000px;
    height: auto;
  }
}
@media (min-width: 2021px) {
  .expander {
    width: 2100px;
    height: auto;
  }
  .expander2 {
    width: 1050px;
    height: auto;
  }
}
@media (min-width: 2121px) {
  .expander {
    width: 2200px;
    height: auto;
  }
  .expander2 {
    width: 1100px;
    height: auto;
  }
}
@media (min-width: 2221px) {
  .expander {
    width: 2300px;
    height: auto;
  }
  .expander2 {
    width: 1150px;
    height: auto;
  }
}
@media (min-width: 2321px) {
  .expander {
    width: 2400px;
    height: auto;
  }
  .expander2 {
    width: 1200px;
    height: auto;
  }
}
@media (min-width: 2421px) {
  .expander {
    width: 2500px;
    height: auto;
  }
  .expander2 {
    width: 1250px;
    height: auto;
  }
}
@media (min-width: 2521px) {
  .expander {
    width: 2600px;
    height: auto;
  }
  .expander2 {
    width: 1300px;
    height: auto;
  }
}
@media (min-width: 2621px) {
  .expander {
    width: 2700px;
    height: auto;
  }
  .expander2 {
    width: 1350px;
    height: auto;
  }
}
@media (min-width: 2721px) {
  .expander {
    width: 2800px;
    height: auto;
  }
  .expander2 {
    width: 1400px;
    height: auto;
  }
}
@media (min-width: 2821px) {
  .expander {
    width: 2900px;
    height: auto;
  }
  .expander2 {
    width: 1450px;
    height: auto;
  }
}
@media (min-width: 2921px) {
  .expander {
    width: 3000px;
    height: auto;
  }
  .expander2 {
    width: 1500px;
    height: auto;
  }
}
@media (min-width: 3021px) {
  .expander {
    width: 3100px;
    height: auto;
  }
  .expander2 {
    width: 1550px;
    height: auto;
  }
}

/*shopping cart with number of items*/
.secondary-nav-cart {
  position: relative;
}

.span-cart-items {
  position: absolute !important;
  font-size: 18px !important;
  color: #000000;
  z-index: 2;
  /* bottom: 30px !important;
right: 48px; */
  top: 20%;
  left: 45%;
  font-family: ProxiFont, Verdana, Arial, Helvetica, sans-serif !important;
}
.fa.fa-shopping-cart {
  font-weight: 800;
  color: #fff;
  font-size: 3em !important;
  line-height: 0.9;
  position: relative;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
span.raised.my-cart {
  bottom: 5px;
}
.raised {
  position: relative;
  bottom: 8px;
}

/* Header Styling - Header Icons */
.secondary-nav-cart {
  text-align: right;
  padding-right: 35px;
  padding-top: 20px;
}

.secondary-nav-cart em.fa {
  font-size: 3em;
  padding: 0px 10px;
}
.secondary-nav-cart a {
  color: #fff;
}

#Cart {
  display: none;
}
.span-cart-items {
  position: absolute;
  font-size: 10px;
  color: #000000;
  z-index: 2;
  bottom: 8px;
}
.fa.fa-shopping-cart {
  font-weight: 800;
  color: #fff;
  font-size: 31px;
  line-height: 0.9;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
span.raised.my-cart {
  bottom: 5px;
}

.closer {
  max-width: 500px;
  margin: auto;
  max-height: 250px;
}
.popular-apparel-merch img,
.tech-merch img,
.alumni-merch img,
.campus-merch img {
  max-width: 300px;
  max-height: 300px;
}
@media (max-width: 1200px) {
  .popular-apparel-merch img,
  .tech-merch img,
  .alumni-merch img,
  .campus-merch img {
    max-width: 200px;
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .popular-apparel-merch img,
  .tech-merch img,
  .alumni-merch img,
  .campus-merch img {
    /* max-width:100px;
max-height:100px; */
  }
}
@media (max-width: 767px) {
  .popular-apparel-merch img,
  .tech-merch img,
  .alumni-merch img,
  .campus-merch img {
    /* //max-width:75px;
//max-height:75px; */
  }
}

.newsletterbox h4,
.hoursbox h4 {
  font-weight: bold;
  font-size: 2em;
}
.newsletterbox p,
.hoursbox p {
  font-size: 2em;
}
.hoursbox p a {
  font-size: 14px;
  color: white;
  text-decoration: underline;
}
.hoursbox {
  background-color: #ffcc33;
  text-align: center;
  color: white;
  padding-top: 0px;
  height: 400px;
}
.yellowit {
  background-color: #ffcc33;
}
.newsletterbox {
  background-color: #1d4777;
  text-align: center;
  color: white;
  padding-top: 10px;
  padding-bottom: 150px;
}

.footcolor {
  background-color: #193058;
  padding-bottom: 30px;
  padding-top: 75px;
}
.footlinks {
  color: white;
}
.footcol {
  color: white;
  padding-left: 25px;
  padding-right: 25px;
}
.footcol a {
  color: white;
  font-size: 15px;
}
.footcol p {
  font-size: 15px;
}
.footcol h5 {
  margin-bottom: 0px;
  margin-top: 20px;
  font-size: 17px;
}
.footcol hr {
  margin-bottom: 8px;
  margin-top: 5px;
  margin-right: 40px;
}

.tagline {
  color: white;
  font-size: 15px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 20px;
}
.tagline a {
  color: white;
  text-decoration: underline;
  font-size: 15px;
}
.nolist {
  list-style-type: none;
  padding-left: 0px;
}
.nolist li {
  padding-bottom: 4px;
  padding-top: 4px;
}

@media (max-width: 767px) {
  .disappear {
    display: none;
  }
}

/*-------------*/

@font-face {
  font-family: ProxiFont;
  src: url(/StoreFiles/143-SchoolFiles/143-fonts/143-ProximaNova-Regular.otf);
}
.cartButton {
  display: none;
}
body {
  font-family: ProxiFont, Verdana, Arial, Helvetica, sans-serif !important;
  /* //    background-color: #e6e9ee; */
}
#socialMiddle {
  background-color: #ffffff;
  padding: 20px;
  padding-bottom: 0px;
}
#topWrapper {
  background-color: #ffffff;
}

.col-xs-5col {
  width: 20% !important;
  float: left;
  padding-right: 5px;
  padding-left: 5px;
}

#BottomSection .col-xs-5col {
  width: 25% !important;
}

#BottomSection {
  background-color: #193058;
  padding-top: 20px;
  margin-top: 20px;
}

#top_upper_banner {
  background-image: url('https://ucdavisstores.com/SiteImages/143-SchoolImages/143-bannertop.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* overflow: auto; */
}

#top_upper_banner_right_image {
  padding-top: 5px;
  margin-right: 20px;
  min-width: 120px !important;
  width: 120px;
  margin-bottom: 5px;
}

#top_upper_banner_right {
  text-align: right;
}

#top_upper_banner_left_wrapper {
  margin-left: 5px;
  margin-top: 10px;
}

#top_upper_banner_left_wrapper > a {
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  padding-left: 15px;
}

#top_upper_banner_left_myCart {
  border-left: 1px solid;
}

#cartImage {
  margin-left: 10px;
}

#top_middle_banner_left_image {
  max-width: 385px;
  padding: 25px 15px 25px;
  width: 90%;
}

#top_middle_banner_right {
  text-align: right;
}

#top_middle_banner_right_image {
  padding: 10px 15px 15px;
  max-width: 890px !important;
  width: 90%;
}

#emaillink:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}
.specialHours {
  color: #333;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .facebookNoshow {
    display: none;
  }
}

#H_Search {
  display: none;
}

@media (max-width: 993px) {
  #top_middle_banner_right,
  #top_middle_banner_left {
    text-align: center;
    padding: 0;
  }
  #top_middle_banner_right_image,
  #top_middle_banner_left_image {
    /* //   padding: 0; */
  }
  #H_Search {
    margin: auto;
    /* //max-width: 190px !important; */
  }
  #H_Search div {
    padding-right: 0px;
  }
  #signup-img,
  #sign-up-text {
    display: block !important;
    margin: auto;
  }
  #sign-up-text {
    margin-bottom: 10px;
  }
  #emaillink {
    margin-bottom: 10px;
  }
}
/* Header Styling - Header Icons */
div#headericons {
  text-align: right;
  padding-right: 35px;
  padding-top: 20px;
}

#headericons em.fa {
  font-size: 3em;
  padding: 0px 10px;
}
#headericons a {
  color: #fff;
}
/*---Mega Menu Styles---*/

.navbar-default {
  background-color: #ffffff;
  border: none;
  /* //    border-top: 2px dotted #000000; */
}

.menu-large {
  position: static !important;
  text-align: center;
}

.dropdown-menu-large {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: -10px !important;
  background-color: #f5f5f5;
}

.mega-menu-col-link {
  display: block;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3px;
  color: #535353;
}

.mega-menu-col-sub-header {
  margin-top: 10px;
  font-size: 14px;
}

.mega-menu-sub-text {
  font-size: 10px;
}

.dropdown_caret {
  display: block;
  margin: auto;
  visibility: hidden;
  margin-bottom: -10px;
  color: #fff;
  transform: scale(1, 2);
  -webkit-transform: scale(1, 2);
}

.mega-menu-col-link:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #daaa00;
  color: #000;
}

.dropdown_header {
  color: #000000 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 10px !important;
  transition: color 200ms ease-in-out 0s;
}
.nav > li > a {
  padding: 10px 45px;
  white-space: nowrap;
}
@media (max-width: 1700px) {
  .nav > li > a {
    padding: 10px 35px;
  }
}
@media (max-width: 1500px) {
  .nav > li > a {
    padding: 10px 30px;
  }
}
@media (max-width: 1450px) {
  .nav > li > a {
    padding: 10px 20px;
  }
}
@media (max-width: 1200px) {
  .dropdown_header {
    font-size: 14px !important;
  }
  .nav > li > a {
    padding: 10px 15px;
  }
}

.mega-menu-col-header {
  color: #444;
  font-size: 20px;
  font-weight: 700;
}

.menu-large:hover span {
  visibility: visible;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: #ffffff !important;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a {
  background-color: #ffffff !important;
  padding-top: 20px;
}
.navbar .navbar-nav > li:nth-last-child(2) a {
  color: #c31000 !important;
}

@media (max-width: 993px) {
  .displayBlockSmall {
    display: block !important;
  }
  .dropdown_header {
    color: #000000 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 10px !important;
    transition: color 200ms ease-in-out 0s;
  }
  #H_Search {
    max-width: 195px;
  }

  #H_Search #usr {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .mega-menu-col.col-xs-12 {
    float: none;
  }
  .merchDescWrap {
    display: none;
  }
  /*.merchDesc {
    display: none;*/
  }
  .menu-large span {
    display: none;
    visibility: hidden;
  }
  .mega-menu-col-link {
    margin-top: 5px !important;
    text-align: left !important;
  }
  .dropdown-menu-large {
    background-color: #f5f5f5 !important;
    border: 1px solid #e3e3e3 !important;
    border-radius: 5px;
    margin-top: 0px !important;
  }
  .dropdown_header {
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 10px !important;
    transition: color 200ms ease-in-out 0s;
  }
  #bottom_logo {
    margin: auto;
    margin-bottom: 20px;
  }
  #bottom_image {
    margin-top: 0px;
  }
  #bottom_social,
  #middle_social {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .col-5 {
    float: left;
    width: 16%;
  }
}

.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #193058;
  border-color: #193058;
}

.page-header,
.page_header {
  color: #193058;
}

.panel-info {
  border-color: #193058;
}

#H_Search div {
  padding-right: 5px;
}

#cartPlaceholder {
  position: absolute;
  background-color: #f5f5f5;
  padding: 10px;
  z-index: 1;
  padding-left: 5px;
  border: 1px solid #193058;
  border-radius: 5px;
  display: none;
  margin-top: -2px;
}

#Cart {
  background-color: #f5f5f5;
  border: none;
}

.btn-primary {
  color: #fff;
  background-color: #193058;
  border-color: #193058;
}

/*----Select Term Department----*/
.ordering_enabled,
.add_another_course_button_enabled,
.crn_button,
.book_search_button {
  color: #193058;
}

/*Custom pages styles*/
#header_title {
  float: left;
  margin-top: 2em;
  margin-bottom: 40px;
  background-color: #335377;
  padding: 0.5em 1em 0.5em 2.5%;
  position: relative;
  padding-left: 12.5%;
  padding-right: 2.5%;
}
#header_title h1 {
  margin: 0.7em 0 0.25em;
  /* //font-size: 2.25rem; */
  line-height: 1.44444;
  font-weight: 700;
  color: #fff;
  /* //font-family: "ProximaBlack","UCDAVIS", Verdana, Arial, Helvetica, sans-serif !important; */
}
@media (max-width: 1550px) {
  #header_title {
    padding-left: 8.5%;
  }
  /*#header_title h1 {
  font-size: 1.75rem;
  line-height: 1.85;
  }*/
}
@media (max-width: 990px) {
  #header_title {
    padding-left: 3.5%;
    padding-right: 2.5%;
  }
  #header_title h1 {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
#content_container_2 {
  clear: both;
  margin-top: 3em;
}
#lookbook {
  height: 965px;
  margin: auto;
  display: block;
  width: 100%;
  max-width: 100%;
}
#content_container_2 {
  max-width: 1236px;
  background-color: #fff;
  padding: 32px;
  line-height: 26px;
  font-size: 17px;
  clear: both;
  margin: auto;
  margin-bottom: 2em;
}
#content_container_2 h2 {
  margin: 0.75em 0 0.25em;
  padding: 0;
  color: #002855;
  font-style: normal;
  font-weight: 700;
  /* //font-size: 1.5625rem; */
  line-height: 1.04;
}
#content_container_2 h3 {
  /* //font-size: 1.295rem; */
  line-height: 16px;
  padding: 0;
  color: #667d9d;
}
#content_container_2 a {
  font-size: 17px;
}
#mission_left {
  float: left;
  background-color: #fff;
  width: 50%;
}
#mission_right {
  float: right;
  background-color: #fff;
  width: 50%;
}
#bottom_spacer {
  width: 100%;
  clear: both;
  font-size: 1px;
  margin: 0px;
  line-height: 1px !important;
}

.expand_container {
  width: 100%;
}
.expand_container div {
  width: 98%;
}
.expand_container .accord_header {
  background-color: #e6e9ee;
  padding: 8px;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 18px !important;
  clear: both;
  font-size: 1.05em;
  text-decoration: underline;
}
.expand_container .content2 {
  display: none;
  padding: 5px;
  font-color: #fff !important;
}
.expand_container .content2 ul li {
  font-color: #fff !important;
}
.feature_block {
  padding-bottom: 1em;
  background-color: #335377;
  width: 50%;
  float: right;
  margin-bottom: 1em;
  margin-left: 1em;
  margin-top: 1.1em;
  display: block;
  box-sizing: inherit;
}
.feature_block_title {
  font-size: 24px;
  line-height: 1.44444;
  display: block;
  margin-top: 0px !important;
  padding: 1em 16px !important;
  background: #1a3e66;
  color: #fff !important;
  font-weight: 700;
  font-style: inherit;
  text-align: left;
  margin: 0.75em 0 0.25em;
}
.feature_block_body {
  padding: 1em 16px;
  color: #fff;
  text-align: left;
  box-sizing: inherit;
  line-height: 26px;
  background: #335377;
}
.feature_block li {
  list-style-type: none;
  position: relative;
  padding-left: 15px;
}
.feature_block li:before {
  content: '\25BA \0020';
  font-size: 12px;
  position: absolute;
  top: 0px;
  left: -10px;
}
.feature_block a {
  color: #fff;
  font-size: 1.1em;
}
.feature_block a:hover {
  color: #dfcb63;
}
.feature_block a:visited {
  color: #d4b216;
}
@media (max-width: 880px) {
  .feature_block_title {
    font-size: 20px;
    line-height: 1.1111;
  }
  .feature_block {
    float: none;
    width: 95%;
    margin: auto;
    font-size: 15px;
    margin-top: 0px;
  }
  .feature_block a {
    font-size: 15px;
  }
}
#hero_container {
  margin-bottom: 20px !important;
}
#hero_image {
  position: relative;
  overflow: hidden;
}
#hero_image img {
  width: 100%;
}
#hero_container #header_title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin-bottom: 0px;
  overflow: hidden;
}
#wrap {
  height: 100% !important;
  width: 100%;
  max-width: 1205px;
  /*position: relative;*/
  margin: auto;
}
#leftnav {
  width: 18%;
  min-height: 100%;
  height: 100%;
  /*background-color: #004b85;*/
  background-color: #fff;
  /*padding: 0px 0px 0px 10px;*/
  padding: 0px;
  float: left;
  margin-left: 6px;
  margin-top: 62px;
  /*position: absolute;*/
  position: relative;
  display: inline-block;
}
#leftnav ul {
  list-style-type: none;
  overflow: hidden;
  padding: 0px !important;
  margin: 0px !important;
}
#leftnav ul li {
  float: none;
  border-bottom: 1px solid #d6d6d8;
}
#leftnav ul li a {
  display: block;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #1a3e68;
  padding: 6px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  /*left: -40px;*/
  text-align: left;
}
#leftnav ul li a:hover {
  color: #c99700;
}
/*#firstnav {
  margin-top: 30px;
  }*/
#leftnav ul li a.lastnav {
  border-bottom-style: none;
}
#rightcontent {
  /*margin-left: 161px;*/
  min-height: 300px;
  width: 72%;
  display: inline-block;
}
#landing_title {
  line-height: 36px;
  font-size: 28px;
  margin-top: 12px;
}
img.styling {
  margin: 15px 0px 20px 0px;
  padding-left: 8px;
  width: 100%;
}
#clear {
  clear: both;
}

@media (max-width: 1000px) {
  #leftnav ul li a {
    line-height: 20px;
    font-size: 11px;
  }
}

@media (max-width: 850px) {
  #leftnav ul li a {
    line-height: 18px;
    font-size: 10px;
  }
  #landing_title {
    line-height: 30px;
    font-size: 22px;
  }
}

@media (max-width: 800px) {
  #leftnav ul li a {
    line-height: 16px;
    font-size: 9px;
  }
  #landing_title {
    line-height: 28px;
    font-size: 20px;
  }
}

@media (max-width: 675px) {
  #leftnav {
    margin-top: 50px;
  }
  #leftnav ul li a {
    line-height: 14px;
    font-size: 9px;
  }
  #landing_title {
    line-height: 26px;
    font-size: 18px;
  }
}

@media (max-width: 475px) {
  #leftnav {
    width: 20%;
  }
  #leftnav ul li a {
    line-height: 12px;
    font-size: 8px;
  }
  #landing_title {
    line-height: 22px;
    font-size: 16px;
    margin-top: 8px;
    margin-left: 6px;
  }
  #rightcontent {
    min-height: 210px;
    width: 75%;
  }
}

@media (max-width: 375px) {
  #landing_title {
    line-height: 20px;
    font-size: 14px;
    margin-left: 8px;
  }
  #leftnav {
    margin-top: 40px;
  }
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 200px;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 15px 20px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #323232;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background-color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.open > a {
  color: white;
  background: #003262 !important;
}
#cssmenu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
}
.holder::before {
  top: 18px;
}
#cssmenu ul ul li a {
  cursor: pointer;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #eeeeee !important;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #003262 !important;
  color: white;
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
}
#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
}
#cssmenu ul ul li a {
  background: #fff none repeat scroll 0 0;
  color: #003262 !important;
  cursor: pointer;
  font-size: 13px;
  padding: 10px 20px;
  text-decoration: none;
  z-index: 1;
}
#cssmenu ul ul li ul li a {
  background: lightgrey none repeat scroll 0 0;
  color: #003262 !important;
  cursor: pointer;
  font-size: 13px;
  padding: 10px 20px;
  text-decoration: none;
  z-index: 1;
}
#cssmenu {
  display: none;
}
#smallermenu {
  display: none;
}
#cssmenu {
  margin-left: 10px !important;
  margin-top: 40px !important;
}

#yellowYour {
  color: yellow;
  font-style: italic;
  margin-left: 20px;
}
#whitecart {
  color: white;
  font-size: 20px;
  font-weight: bolder !important;
  margin-left: 20px;
}
#addmycart {
  background-image: url('https://ucdavisstores.com/SiteImages/143-SchoolImages/143-SmartStart/143-2016/143-YourCart.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 14px;
  margin-left: 0;
  margin-top: 20px;
  text-align: left;
  width: 98%;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-bottom: 30px;
}
#accord #cssmenu > ul > li > a:hover,
#cssmenu > ul > li.open > a {
  background: #003262 none repeat scroll 0 0 !important;
  color: white !important;
}
#accord #cssmenu {
  display: block;
  margin: 0 !important;
  width: 98%;
}
.breadCrumbs {
  font-size: 13px;
  font-style: italic;
}
.ButtonsBG {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.LocationBar {
  font-size: 31px !important;
}
td .div_content_sec {
  width: 100%;
  max-width: 1500px;
}
.merchSearch {
  display: none !important;
}
.merchSearch > span {
  /* //font-size: 20px;
//font-weight: lighter; */
}
.LocationBar {
  background-color: #193058 !important;
  color: #ffffff !important;
}
.btnNextPage,
.btnLastPage {
  margin-right: 10px;
  width: 50px !important;
}
#accord {
  float: left;
  text-align: center;
  top: 1px;
  position: relative;
  z-index: 0;
}
#accordDiv {
  padding: 15px;
  text-align: center;
  font-size: 1.6em;
  background-color: #ccd4e0;
}

#sidenav {
  z-index: 1000;
  margin-top: 20px;
}
.dropdown-menu-large {
  z-index: 2000;
}
@media only screen and (max-width: 767px) {
  #accord {
    position: relative !important;
    width: 100%;
    max-width: 100% !important;
    margin-left: 10px;
  }
}

#gradpack {
  width: 100%;
  min-height: 395px;
  border: 1px solid #ffffff;
  margin: 15px 0px 20px 5px;
  padding: 5px;
  background-color: #f0dd99;
}
.header {
  font-weight: bold;
  color: #335379;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  border: 0px solid #ffffff;
}
.column {
  font-size: 13px;
  color: #335379;
  text-align: center;
  width: 26%;
  border: 1px solid #ffffff;
  line-height: 40px;
}
.column2 {
  font-size: 13px;
  color: #335379;
  text-align: center;
  width: 95%;
  border: 1px solid #ffffff;
  line-height: 40px;
}
#horizontalsearch {
  padding-bottom: 10px !important;
  background-color: white !important;
}
#div_privacy {
  display: none;
}

#topSection > #Cart {
  display: none;
}

/* @charset "utf-8"; */
/* CSS Document */

.item-banner {
  grid-area: banner;
}

.item-about {
  grid-area: about;
}

.item-cardstitle {
  grid-area: cardstitle;
}

.item-cardsdetail {
  grid-area: cardsdetail;
}

.item-testimonial {
  grid-area: testimonial;
}

.item-media {
  grid-area: media;
}

.merchButtons.bottom10 {
  display: none;
}
#H_Search.max_width300 {
  max-width: none;
  width: 100%;
  margin: 0;
  /* //  position: absolute; */
  position: initial;
  top: 50%;
  /* //  -ms-transform: translateY(-35%); */
  /* //  transform: translateY(-35%); */
  margin-top: 30px;
}
#top_middle_banner {
  display: flex;
}
#H_Search .form-control {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#H_Search .form-group {
  margin-right: 0;
  padding-right: 0;
  width: 96%;
}
#H_Search .searchMerchHor {
  margin-left: -10px;
  width: 4%;
  border-radius: 10px;
  background-color: #cccccf;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
#H_Search .searchMerchHor .glyphicon {
  color: white;
  left: -6px;
}

.itemSearchWrapper {
  top: 59px !important;
}

@media (max-width: 992px) {
  #H_Search .form-group {
    width: 83%;
  }
}
@media (max-width: 800px) {
  .caption-wrapper {
    z-index: 5 !important;
  }
  .navbar-default {
    z-index: 10 !important;
  }

  #headericons em.fa {
    font-size: 3em;
  }
}
@media (max-width: 1500px) {
  #H_Search.max_width300 {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  /* #H_Search.max_width300 {
margin-top: 0px;
padding-left: 10%;
} */

  .form-group {
    margin-bottom: 0px;
  }
  div#headericons {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

:root {
  --clr-gold: #193058;
  --clr-grey: hsl(204, 2%, 54%);
  --clr-grey-lt: #e7e7e7;
  --col-gap: 80px;
}

.navbar {
  --bs-navbar-padding-y: 0;
}

.dropdown-menu {
  --bs-dropdown-padding-y: 0;
}

/* NAV */
/* Yamm!3 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}

.yamm .nav {
  margin-left: auto;
  margin-right: auto;
}

.yamm .container {
  position: relative;
}

.yamm .dropdown-menu {
  left: 0;
  right: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.yamm .yamm-content {
  padding: 0px 30px 20px 30px;
  background: white;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
z-index: 9999;
}

@media (max-width: 1500px) {
  .yamm .dropdown.yamm-fw .dropdown-menu {
    width: 100%;
z-index: 9999;
  }
}

@media (max-width: 767px) {
  .yamm .dropdown.yamm-fw .dropdown-menu {
    box-shadow: none;
    width: 100%;
z-index: 9999;
  }
}

#mm-container-fluid {
  padding: 0;
}

@media (max-width: 767px) {
  #mm-container-fluid {
    justify-content: flex-end;
  }
}

#mmnavbar {
  display: flex !important;
  justify-content: center;
}

@media (max-width: 767px) {
  #mmnavbar {
    display: none !important;
  }

  #mmnavbar.show {
    display: flex !important;
  }
}

.yamm-row-flex {
  display: flex;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  gap: var(--col-gap);
  justify-content: center;
  flex-wrap: nowrap;
}

.yamm-col-flex {
  min-width: 200px;
  max-width: 200px;
}

.yamm-col-flex-sub {
  display: flex;
  gap: var(--col-gap);
}

.yamm-col-flex.top-level-section {
  width: 50%;
  display: flex;
  gap: 10%;
}

.yamm-col-flex > ul {
  list-style-type: none;
  padding: 0;
  color: white;
}

.yamm-col-flex h4 {
  color: white;
  display: block;
}

.yamm-col-flex h2 {
  color: var(--clr-gold);
  font-size: 16px;
  white-space: nowrap;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 15px;
}

.yamm-col-flex a {
  display: block;
  color: black;
  line-height: 1.7;
  white-space: normal;
  margin-left: 10px;
  width: fit-content;
  margin-bottom: 15px;
}

.yamm-col-flex a:hover,
.yamm-col-flex a:focus {
  color: var(--clr-gold);
  background-color: var(--clr-grey-lt);
  transition: color, background-color 200ms ease;
  cursor: pointer;
  text-decoration: underline !important;
}

.yamm-col-flex a.standalone {
  color: var(--clr-gold);
  font-size: 16px;
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 17px;
}

.yamm-col-flex > hr.xpad {
  margin-top: 60px;
}

.navbar-nav > li > a {
  font-size: 1.1rem;
  color: black;
  cursor: pointer;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: var(--clr-gold);
  background-color: transparent;
  transition: color 200ms ease;
  cursor: pointer;
}

.navbar-default .navbar-nav > li:hover > a {
  background-color: var(--clr-grey-lt) !important;
  transition: background-color 200ms ease;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: var(--clr-gold);
  transition: color 200ms ease;
}

@media (max-width: 1100px) and (min-width: 767px) {
  .yamm-col-flex a {
    font-size: 10px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .navbar-nav > li > a {
    font-size: 0.8rem;
  }

  .yamm-small-width {
    min-width: 180px;
  }
}

.navbar-default {
  background-color: white;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid var(--clr-gold);
}

@media (max-width: 767px) {
  .yamm-row-flex {
    flex-direction: column;
    width: 100%;
  }

  .yamm-col-flex h2 {
    font-size: 16px;
    text-align: left !important;
  }

  .navbar-default {
    top: 250px;
    position: static;
  }

  .yamm-col-flex.top-level-section {
    flex-direction: column;
  }

  .yamm-row-flex {
    align-items: flex-start;
    gap: 0;
  }

  #mmnavbar-collapse {
    justify-content: flex-start;
  }

  #mm-test-ul {
    margin-left: 0;
    margin-right: 0;
    width: 100%;

  }

  .navbar-nav > li > a {
    text-align: left;
    justify-content: flex-start;
  }

  .nav.navbar-nav * {
    text-align: left;
  }

  .yamm-col-flex-sub {
    flex-direction: column;
    gap: 0;
  }
}

.dropdown-menu {
  background-color: white;
}

.yamm .yamm-content {
  background-color: #e7e7e7 !important;
  width: 100%;

}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a {
  background-color: transparent !important;
}

@media (max-width: 1450px) {
  .nav > li > a {
    padding: 10px 10px;
  }
}

.yamm-no-gap {
  gap: 0;
}

.dropdown-toggle::after {
  content: none;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding: 15px 35px;
  text-wrap: nowrap;
}

.navbar-expand-md .navbar-nav .nav-link:not(.dropdown-toggle):hover {
  background-color: #e7e7e7;
}

@media (max-width: 1590px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 10px 10px;
  }
}

.navbar-nav > li[bs5-open='true'] > a {
  color: #555;
  background-color: #e7e7e7;
}