/*variables */
/* Variable imports
-------------------------------------------------------------- */
/* UCL Colours
-------------------------------------------------------------- */
/* Indigo colour palette
-------------------------------------------------------------- */
/* Colour Variant - for gradients
-------------------------------------------------------------- */
/* Generic grayscale
-------------------------------------------------------------- */
/* Colour by element
-------------------------------------------------------------- */
/* Project specific
-------------------------------------------------------------- */
/* Image sizing
-------------------------------------------------------------- */
/* Z index values
-------------------------------------------------------------- */
/* Module spacing
-------------------------------------------------------------- */
/* Font stacks
-------------------------------------------------------------- */
/* Breakpoints
-------------------------------------------------------------- */
/* Development/Production environments
-------------------------------------------------------------- */
/* colours
--------------------------------------------------*/
/* Mixins */
/*

    A simpler media query mixin

    This mixin allows you to quickly create a media query in your project. With the ability to define the breakpoint in PX (which get's converted into EMs).
    There's also the ability to define min/max and width/height (with defaults to min-width).

    There's also an option to duplicate the content into a OldIE conditionally classed bit of CSS.

    You would use it like this

        body {
            @include (280) {
                background-color: blue;
            }
            @include mq(600, false) {
                background-color: red;
            }
            @include mq(1200, true, max) {
                font-size: 110%;
            }
        }

    Which would give you this compiled CSS

        @media (min-width: 17.5em) {
            body {
                background-color: blue;
            }
        }
        @media (min-width: 37.5em) {
            body {
            background-color: red;
            }
        }
        .lt-ie9 body {
            font-size: 110%;
        }
        @media (max-width: 75em) {
            body {
                font-size: 110%;
            }
        }

*/
/* 
* Mixin name: Gradient
* Use: Shorthand gradient declarations with vendor prefixer/ie fallbacks
* Note: N/A
-------------------------------------------------------------- */
/*
    By default this mixin is to be used for creating .no-js .element fallbacks.

    For example:

      .selector {
        @include js {
          width: 303px;
        }
      }

    Which gives:

      .no-js .selector {
        width: 303px;
      }

*/
/*
    By default this mixin is to be used for creating html.no-CSS3Thing .element fallbacks.

    For example:

      .selector {
        @include modernizr(cssanimations) {
          left: 400px;
        }
      }

    Which gives:

      html.no-cssanimations .selector {
        left: 400px;
      }

*/
/* 
* Mixin name: List
* Use: 
* 		1. Remove bullets and indentation from a list
* Note: N/A
-------------------------------------------------------------- */
/* 1
-------------------------------------------------------------- */
/* 
* Mixin name: On interaction
* Use: Shorthand for most common interaction states
* Note: N/A
-------------------------------------------------------------- */
/* 
* Mixin name: Guttering
* Use: Controlling the spacing at the bottom of a module
* Note: See http://css-tricks.com/spacing-the-bottom-of-modules/
-------------------------------------------------------------- */
/* 
* Name: SASS-IE
* Use: Media query handling outside of Gridset
* Notes: See http://jakearchibald.github.io/sass-ie/
-------------------------------------------------------------- */
/* 
* Mixin name: Alignment
* Use: Align content with horizontal padding
* Note: N/A
-------------------------------------------------------------- */
/* 
* Mixin name: Unit
* Use: 
* 		1. Set REM value with pixel value fallback
* Note: N/A
-------------------------------------------------------------- */
/* 1
-------------------------------------------------------------- */
/* 
* Mixin name: Inline block
* Use: Bullet proof inline block browser support
* Note: N/A
-------------------------------------------------------------- */
/* Partials */
.clearfix {
  zoom: 1; }
  .clearfix:after, .clearfix:before {
    content: "";
    display: table; }

#top.masthead {
  font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  background-color: #444;
  color: #fff;
  height: 45px;
  font-size: 12px;
  font-size: 1.2rem; }
  #top.masthead input {
    font-size: 14px; }
    #top.masthead input:focus {
      outline: 0; }
  #top.masthead select {
    outline: 0; }
    #top.masthead select:focus {
      outline: 0; }
  #top.masthead nav ul {
    list-style: none; }
  #top.masthead ul.masthead__list {
    float: left;
    width: 55%;
    font-size: 16px;
    display: block;
    margin-left: 0;
    margin: 0; }
    #top.masthead ul.masthead__list li a {
      color: white; }
  #top.masthead .masthead__item {
    padding-right: 1em;
    height: 45px;
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  #top.masthead .masthead__search {
    position: relative;
    padding: 6px 0 3px;
    box-sizing: border-box;
    float: right;
    width: 42%; }
  #top.masthead .masthead__search form {
    height: 30px;
    width: 85%;
    left: 0;
    top: 0; }
  #top.masthead .wrapper {
    margin: 0 auto;
    max-width: 1400px;
    min-width: 964px;
    width: 90%;
    position: relative; }
    #top.masthead .wrapper.clearfix {
      margin: 0 auto;
      max-width: 1400px;
      width: 90%;
      position: relative;
      overflow: hidden; }
  #top.masthead .search-form {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAMAAADHVLbdAAAANlBMVEUAAAD///+ZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZkiXNL4AAAAEXRSTlMAABAgMEBQYHCAj5+vv8/f7/4ucL8AAABtSURBVAjXTc9JFsQgCARQHEhi2xDq/pcNQxZh5Qd9lNQaEXXmSVXuvuF1z9ddsZmXgcsLZxym3WXTennlhdawyoyrvMvHO//bSAtGmqE+8KU2a/9pUIkI0Yh8Y4nsQ7ORebM8F+TjaPy+9m/RA8R7BAiqV590AAAAAElFTkSuQmCC) no-repeat scroll 95% center;
    padding: 0;
    background-color: #ffffff;
    margin-top: 7px;
    margin-bottom: 7px;
    position: absolute;
    top: 0;
    width: 87%;
    box-sizing: border-box; }
  #top.masthead .masthead__link {
    font-weight: 400;
    color: #fff;
    text-decoration: none; }
  #top.masthead .search-form__input {
    margin-right: 0;
    padding-left: 10px;
    box-sizing: border-box;
    height: 30px;
    width: 100%;
    margin-right: 0; }
    .lt-ie9 #top.masthead .search-form__input {
      height: 27px;
      line-height: 27px; }
  #top.masthead .search-form__input--search {
    background: none repeat scroll 0 0 transparent;
    border: none;
    color: #666; }
  #top.masthead .search-form__input--submit {
    text-align: center;
    position: absolute;
    top: 0;
    left: 88%;
    width: 12%;
    margin: 7px 0 3px;
    padding: 0;
    box-sizing: border-box;
    background-color: #4693ea; }
    #top.masthead .search-form__input--submit:hover, #top.masthead .search-form__input--submit:active, #top.masthead .search-form__input--submit:focus {
      background: #2f86e7; }
  #top.masthead .btn {
    cursor: pointer;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.21);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); }
    #top.masthead .btn:hover {
      background: #034da1; }

/*# sourceMappingURL=uclSearchNoScreen.css.map */
