/************************
 * Descriptive variables:
 ************************/
/************************
 * Functional variables:
 ************************/
/*
 * Custom colors
 */
/**
 * Media Queries
 */
/*
 * Early Tablets in portrait and landscape
 * Modifications will only display on devices
 */
.brdr-bttm {
  border-bottom: 1px solid #6f766f; }

.contain {
  width: 100%;
  position: relative;
  float: left;
  max-width: 960px; }

.wrppr.edge {
  margin: 20px 0;
  width: 100%;
  max-width: 960px;
  float: left; }

.wrppr {
  margin: 20px;
  width: 100%;
  max-width: 900px;
  float: left; }

.bug {
  border-bottom: 2px solid red; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.state-hide {
  display: none;
  visibility: hidden; }

/*
 * Mixins
 */
/* Remove header gap  */
.gsc-resultsHeader {
  display: none; }

/*
 * Google custom search table styling.
 */
.gsc-results-wrapper-visible table {
  box-shadow: none; }
  .gsc-results-wrapper-visible table tbody tr {
    background: transparent; }
  .gsc-results-wrapper-visible table td {
    border: 0;
    min-width: auto;
    padding: 0; }
.gsc-results-wrapper-visible .gsc-above-wrapper-area-container {
  margin: 0; }
.gsc-results-wrapper-visible .gsc-table-result {
  display: inline-block;
  margin: 0; }

/*
 * Google custom search field used on moriarty basic pages.
 * Only visible on the homepage site.
 */
#header-inner > #strap-search #mcgill-googlesearch-form input[type=text] {
  width: 11em;
  font-size: 1.125em;
  min-width: auto;
  transition: all ease-in-out .3s; }
  #header-inner > #strap-search #mcgill-googlesearch-form input[type=text]:focus {
    width: 14em; }

/*
 * Big search form for McGill Homepage and search landing pages.
 */
#mcgill-googlesearch-form > div {
  position: relative;
  display: inline-block; }
#mcgill-googlesearch-form .form-item-search-keys {
  padding: 0;
  box-sizing: border-box;
  margin: 0;
  width: auto; }
#mcgill-googlesearch-form .form-actions {
  display: inline; }
#mcgill-googlesearch-form input {
  box-shadow: none;
  background: #FFF;
  background-image: none;
  border-radius: 2px;
  border: 1px solid #ECEFF1;
  border-top: 1px solid #D5D7D9; }
  #mcgill-googlesearch-form input.form-submit {
    border: 0;
    position: absolute;
    margin: 0;
    top: 0;
    right: 0;
    padding: 4px;
    width: 40px;
    background: transparent url(../images/gray-search.png) no-repeat center 0.65em;
    line-height: 2.125em;
    text-indent: -9000px;
    box-shadow: none;
    transition: all ease-in-out .3s;
    border-radius: 0; }
    #mcgill-googlesearch-form input.form-submit:hover {
      background: transparent url(../images/black-search.svg) no-repeat center 0.65em; }
  #mcgill-googlesearch-form input[type=text] {
    margin: 0 0 1em 0;
    width: auto;
    min-width: 290px;
    padding: .5em;
    line-height: 1.125em;
    color: #999898;
    text-shadow: 1px 1px 0 #fff;
    font-size: 1.25em; }
    @media (min-width: 680px) {
      #mcgill-googlesearch-form input[type=text] {
        width: 460px; } }
