
.searchbox-button.classic-link,
.searchbox-button.classic-link:link,
.searchbox-button.classic-link:visited,
.searchbox-button.mobile-link,
.searchbox-button.mobile-link:link,
.searchbox-button.mobile-link:visited {
  position: absolute;
  top: 0;
  font-size: 1.1em;
  position: absolute;
  }

.searchbox-button.classic-link,
.searchbox-button.classic-link:link,
.searchbox-button.classic-link:visited {
  background-color: #DBD0B6;
  border-color: #99917F;
  padding: 6px 8px 5px 8px;
  right: 50%;
  margin-right: 5px;
  }

.searchbox-button.classic-link:hover,
.searchbox-button.classic-link:focus {
  background-color: #CEC2A7;
  border-color: #8C8473;
  }

.searchbox-button.mobile-link,
.searchbox-button.mobile-link:link,
.searchbox-button.mobile-link:visited {
  background-image: url('/images/mobile_icon.png');
  background-image: url('/images/mobile_icon.svg'), none;
  background-repeat: no-repeat;
  background-position: 0.9em 51%;
  background-size: 0.85em auto;
  padding: 6px 8px 5px 2.2em;
  left: 50%;
  margin-left: 5px
  }


.mlfooter-container {
  background-color: #F3F6FA;
  padding: 1.5em 0;
  font-size: 1.2em;
  min-width: 65em;
  }

#footercol1,
#footercol2,
#footercol3 {
  display: inline-block;
  width:25%;
  margin: 0 4%;/*2em?*/
  text-align:left; /*text-align is here instead of footer-container because the regents part is centered*/
  vertical-align: top;
  }

.mlfooter-container h2 {
  color: #00274C;
  border-bottom: 0.15em solid #00274C;
  font-size: 1.3em;
  padding-bottom: 0.2em;
  }

.mlfooter-container a,
dt.tipdujour {
  display: block;
  color: #123E78;
  font-size: 1.1em;
  }

.mlfooter-container a:hover {
  color: #0066CC;
  }

div.tipdujour {
  background-color: #DFE8F2;
  padding: 2.5em 15px 15px 20px;
  border-top: 1px solid #AAB9C9;
  border-bottom: 1px solid #AAB9C9;
  }

a.tipdujour {
  text-align: right;
  font-size: 1em;
  margin-top: 0.5em;
  }

dt.tipdujour {
  position: relative;
  z-index: 2;
  top: 2em;
  left: 10px;
  width: 90%;
  }

.homepage-footer dl {
  margin: 0;
  }
.homepage-footer #footercol1 dl {
  position: relative;
  bottom: 1em;
}

.homepage-footer dd,
.homepage-footer dt {
  margin: .2em 10px;
  }

.homepage-footer dt {
  margin-top: 1em;
  }

.not-homepage-footer a {
  margin: 0.4em 10px;
  }

#regents {
  background: #839CB8;
  clear: both;
  padding: 0.5em 0;
  height: 2.4em;
  color: #00000A;
  }

.footer-wrapper {
  padding: 3.2em 0 2em 0;
  text-align: center;
  margin-top: 1em;
  position: relative;
  overflow: hidden;
  }
