/*!
Theme Name: Magdalen College Oxford
Theme URI: http://oneltd.co.uk/
Author: One Ltd
Author URI: http://oneltd.co.uk
Description: This is the starter theme for all (well most) Wordpress builds for One.
Version: 2.0
*//*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:hover,a:active{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.75em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}mark{background:#ff0;color:#000}p,pre{margin:1em 0}pre,code,kbd,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:75%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none;margin:0;padding:0}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}#container{width:960px;margin:0 auto}#content{float:left}#content .main{float:left;width:740px;margin:0 20px 0 0}
html, body, > div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline; text-decoration: none;}/* HTML5 display-role reset for older browsers article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}table {border-collapse: collapse;border-spacing: 0;}
*/

ul, h1, h2, h3, h4
{
  margin: 0px;
  padding: 0px;
}
img 
{
  border:0;
}

/* Body content images: add default RHS padding */
/* EJB 20/10/2014 */

#pageHeader img {
	padding-right: 20px;
}


br {
   display: block;
   margin: 1px 0;
}

.wrapper
{
  margin: 0 auto;
  color: #FFF;
}


.readMore
{
  text-decoration: none !important;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  font-size: 12px !important;
  color: #798780 !important;
}
/*==================== header things ============*/
#header
{
  margin: 0 auto;
  position: relative; 
  margin-top: 0;
  z-index: 1;
  height: 150px;

  background-color: rgba(0,0,0,0.8);

}
  #headLogo
  {
    position: relative;
    margin: 0 auto;
    height: 60px;
    width: 446px;
    padding-top: 20px;
    margin-bottom: 20px;

  }

  /*=============== slide stuff ===========*/
 #slideNav
  {
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    margin-top: -50px;
    width: 930px;
    height: 50px;
   
    text-align: center;
    background-color: #000;
    background-color: rgba(0,0,0,0.8);
    font-size: 20px;
    
  }
    #slideNav > div
    {
      overflow: hidden;
      margin-top: 15px;
    }
    #slideNav div ul
    {
      width: auto;
      vertical-align: middle;
      list-style: none !important;
      text-align: center;
      margin: 0 auto;
    }
    #slideArrowLeft
    {
      margin-top: -5px;
      float: left;
      width: 30px;
      height: 30px;
      background-image: url("./images/navbarArrowLeft.png");
      cursor: pointer;
    }
    #slideArrowRight
    {
      float: right;
      width: 30px;
      height: 30px;
      background-image: url("./images/navbarArrowRight.png");
      cursor: pointer;
      margin-top: -23px;

    }
    .arrowRight
    {
      float: right;
      width: 30px;
      height: 30px;
      background-image: url("./images/navbarArrowRight.png");
      margin-top: 15px;
      margin-right: -5px;
      vertical-align: middle;
    }
/*================= Menu ==========================*/
  #menuOuter
  {
    position: relative;
    height: 50px;
    background-color: #000;
    
    background-color: rgba(0,0,0,0.8);
    
  }

.menu
{
  margin: 0;
  position: relative;
  margin-top: 7px;
  margin-left: 5px;
  display: inline-block;
  text-transform: capitalize;
  z-index: 3;
}
.menu > li
{
  font-family: 'Avenir LT W01 55 Roman', 'Lato', sans-serif;
  font-size: 15px;
  
  line-height: 18px;
  position: relative;
  display: inline-block;
  list-style-position:inside;
  text-decoration: none;
  color: #FFF;
  width: auto;
  height: auto;
  padding-bottom: 20px;
  vertical-align: middle;
  margin-left: -4px;
  z-index: 3;
}
.menu-item a
{
  width: 72px;
  height: inherit;
  text-align: center;
  position: relative;
  float: left;
  color: #FFF;
  text-decoration: none;
  margin: auto;
  height: inherit;
  z-index: 3;
}
.menu-item a:hover, .menu-item:hover
{
  color: #8B9B92 ; 
  text-decoration: none;
}
.menu > div:last-child
{
  display: none;
}
.menu > li:last-of-type > a 
{
  max-width: 95px !important;
  width: 80px;
}
.menu > li:last-of-type > ul
{
  top: 43px;
}
@-moz-document url-prefix() {
  .menu > li:last-of-type > ul
  {
    top: 42px;
  }
}
.menuStar
{
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 14px;
  background-image: url("./images/menuStar.png");
  background-repeat: no-repeat;
}
.sub-menu0
{
  margin: 0;
  width: 140px;  
  display: none;
  list-style: none;
  position: absolute;
  z-index: 3;
  top: 43px;
  background-color: rgba(0,0,0,0.96);
  padding: 0px;
  margin: 0 auto;
  height: auto; 
  left: -35px;

}
.sub-menu0 li
{
  padding: 0;
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 auto; 
  margin-bottom: -4px;
  z-index: 3;
}
.sub-menu0 li a
{
  display: block;
  width: 130px !important;  
  height: inherit;
  position: relative;
  margin: 10px 5px;
  text-align: center;
  z-index: 3;
}
.sub-menu0 > li:hover
{
  color: #FFF;
  background-color: #798780;
}
.sub-menu0 li a:hover
{
  color: #FFF;
  text-decoration: none;
}

.sub-menu1
{
  position: absolute;
  padding: 0px;
  margin: 0px;
  list-style: none;
  text-align: center;
  width: 140px;
  height: auto !important;
  left: 140px;
  top: 0px;
  background-color: #000;
  
  background-color: rgba(0,0,0,0.96);
  z-index: 3;
  display: none;
}
.sub-menu1 li
{
  position: relative;
  margin-top:0px;
  padding: 5px 0px !important;
  z-index: 3;
}
.sub-menu1 li, .sub-menu1 li a
{

  padding: 0px;

  height: auto;
  text-align: center !important;
  
}
.sub-menu1 li a
{
  width: 120px;
  margin: 5px auto;
  z-index: 3;
  line-height: 20px;
}
.sub-menu1
{
  display: none;
}
.sub-menu1 li a:hover
{
  color: #8B9B92;
  text-decoration: none;
}
.sub-menu0 > li:hover ul
{
  display: block;
}
/*================= main content ==================*/
#mainContent
{
  margin: 0 auto;
  position: relative;
  width: 930px;
  padding-top: 55px;
}
#forStudents,#forLibrary, #mediaOne
{
  overflow: hidden;
  width: 450px;
  height: 245px;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  float: left;
  z-index: 0;
}
#forAlumni, #mediaTwo
{
  overflow: hidden;
  width: 450px;
  height: 245px;
  margin-bottom: 30px;
  position: relative;
  float: left;
  z-index: 0;
}
#forStudents > div, #forAlumni > div, #forLibrary > div
{
  font-family: 'Avenir LT W01 55 Roman', 'Lato', sans-serif;
  position: absolute;
  bottom: 0px;
  display: block;
  padding-left: 20px;
  padding-top: 17px;
  height: 38px;
  width: 100%;
  z-index: 1;
  background-color: rgba(52, 52, 52, 0.8); 
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  font-size: 20px;
  letter-spacing: 5px;

  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
}
#forStudents:hover > div, #forAlumni:hover > div, #forLibrary:hover > div, #mediaTwo:hover > div, #mediaOne:hover > div
{
  background-color: rgba(139, 155, 146, 0.8);
}
#grayBar
{
  height: 3px;
  width: 930px;
  background-color: #717C7D;
  margin-bottom: 15px;
}
.linkArrowHomeMain
{
  position: absolute;
  width: 23px;
  height: 23px;
  background-image: url('./images/homePageArrow.png');
  float: right;
  right: 35px;
  top: 17px;
}
/*================ NEWS ====================*/
#news, #newsPeoplePage
{
  color: #333333;
  font-size: 26.7px;
}
#arc3
{
  margin-right: 0px;
}
.aticalSample, .aticalSampleEvents
{
  position: relative;
  margin-top: 32px;
  float: left;
  margin-right: 30px;
  height: 410px;
  width: 290px; 
}
.aticalSampleText
{
  position: absolute;
  top: 210px;
  width: 290px;
}
.aticalSampleText h2
{
  font-family: 'Avenir LT W01 55 Roman', 'Lato', sans-serif;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  color: #8B9B92;
  font-size: 12px;
  margin-bottom: 15px;
}
.aticalSampleText h1
{
  font-family: 'Merriweather', serif;
  font-weight: 900;
  position: relative;
  text-decoration: none;
  color: #333333;
  font-size: 18px;
}
.aticalSampleText p
{
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-size: 12px;
  color: #20201F;
}
.aticalSampleText a
{
  text-decoration: none;
  font-size: 12px;
  color: #8C9091;
}
.aticalSample img
{
  position: absolute;
  width: 290px;
  height: 185px;
  top: 0px;
}
.lightGrayStrip
{

  background-color: #E6E6E6;
  height: 1px;
  width: 290px;
  bottom: 0px;
}
/*========= see the collage ==========*/
#mediaOne > div, #mediaTwo > div
{
  font-family: 'Avenir LT W01 55 Roman', 'Lato', sans-serif;
  position: absolute;
  bottom: 0px;
  display: block;
  padding-left: 20px;
  padding-top: 17px;
  height: 38px;
  width: 450px;
  z-index: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  font-size: 20px;
  letter-spacing: 5px;

  background-color: rgb(0, 0, 0); 
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
}
#mediaOne:hover > div, #mediaTwo:hover > div
{
  background-color: #8B9B92;
}
#mediaOne, #mediaTwo
{
  margin-top: 30px;
  margin-bottom: 75px;
}

/*=================== course page style ===========*/
#aboutTheCourseMain
{
  position: relative;
  float: left;
  width: 610px;
  height: auto;
  color: #000;
  margin-top: 35px;
}
.lightThinGrayLine
{
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
  margin-top: 20px;
  margin-bottom: 20px;
}
#textAboutTheCourse h1
{
  font-family: 'Merriweather', serif;
  font-weight: 400;
  color: #333333;
}
#textAboutTheCourse p
{
  font-family: 'Merriweather', serif;
  font-weight: 300;
}
#textAboutTheCourse h2, #exLinks > h1
{
  font-family: 'Merriweather', serif;
  font-weight: 900;
  font-size: 17px;
  color: #333333;
}
#exLinks > h1
{
  margin-top: 25px;
}
#exLinks
{
  position: relative;
  height: 145px;
  width: auto;
  margin-bottom: 40px;
}
.exLinkBox, #exLinks a
{
  position: absolute;
  width: 290px;
  height: 105px;
  color: #FFF;
  margin-top: 10px;
  margin-bottom: 50px;
  text-transform: none;
  text-decoration: none;
}
#exLinks a
{
  background-color: #8B9B92;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
}
#exLinks a:hover
{
  background-color: #333;
}
.exLinkBox p, .exLinkBox h1
{
  position: relative;
  float: left;
  margin: 0px;
  padding: 0px;
  padding-left: 20px;
}
.exLinkBox p
{
  padding-top: 20px;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  font-size: 17px;
/* PA [2013-09-23] - artificiality bump the width to prevent P+H1 crashing in to each other as they are float: left */
  min-width: 250px;
}
.exLinkBox h1
{
  font-family: 'Merriweather', serif;
  font-weight: 900;
  font-size: 35px !important;
  opacity: 1 !important;
}
.linkArrowCourses
{
  position: absolute;
  width: 30px;
  height: 30px;
  left: 255px;
  margin-top: 50px;
  background-image: url("./images/navbarArrowRight.png");
}
#teachingStaff
{
  position: relative;
  width: 100%;
  min-height: 150px;
  margin-top: 50px;
  margin-bottom: 190px;
}
#teachingStaff > h1
{
  font-family: 'Merriweather', serif;
  font-weight: 900;
  font-size: 17px !important;
  margin-bottom: 20px;
  padding-top: 30px;
  color: #333333;
}
#courseContact
{
  list-style: none;
  position: relative;
  float: left;
  height: 150px;
  width: 100%;
  color: #6E6E66;
  margin-bottom: 25px;
  margin-top: 10px;
  padding-bottom: 0px;
}
#courseContact:hover
{
  background-color: #F2F2F2;
}
#courseContact > div
{
  position: relative;
  float: left;
  height: inherit;
}

#courseContact h1
{
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px !important;
  font-family: Arial, sans-serif;
  margin-bottom: 15px;
}
#courseContact h2
{
  font-family: 'Merriweather', serif;
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 15px;
}
#courseContact h3, #courseContact h4, #courseContact p
{
  font-family: 'Merriweather', serif;
  font-weight: 400;
  font-size: 12px;
  color: #000;
}
#courseContact p
{
  font-family: 'Merriweather', serif !important;

  margin: 0;
  color: #000;
}
#courseContact p span
{
  color: #333333;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 12px;
}
#staffList
{
  width: 610px;
  height: auto;
  position: relative;
  float: left;
  list-style: none;
  display: block;
}

/*============= side bar ============*/
#sideBar
{
 /* position: relative;
  float: right;
  width: 290px;
  height: auto;
  margin-top: 20px;*/
}
#sideBar > div
{
  margin-left: 0px;
}
.sideBarBox h1, #sideBarFeat h1
{
  font-size: 26px;
  font-family: 'Merriweather', serif;
  font-weight: 400; 
  color: #333333;
  margin-bottom: 25px;
  margin-top: 15px;
}
.grayBox
{
  position: relative;
  width: 250px;
  height: auto;
  background-color: #F2F2F2;
  color: #000;
  padding: 20px;
  margin-bottom: 35px;
}
.grayBox p, #sideBarFeat p, .caseStudyArt p
{
  margin: 0px;
  font-family: 'Merriweather-Light', serif;
  font-weight: 300;
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
  
  line-height: 20px;
}
.grayBox a
{
  display: block;
  margin: 0px;
  text-decoration: none;
  font-family: 'Merriweather-Light', serif;
  font-weight: 300;
  font-size: 36px;
  color: #798780;
  margin-bottom: 20px !important;
}
.grayBox h2
{
  margin: 0px;
  margin-bottom: 10px !important;
  font-size: 17px;
  font-family: 'Merriweather', serif;
  font-weight: 900;
}
.grayBox h3
{
  margin-bottom: 20px !important;
  color: #8B9B92 !important;
}
.grayBox h3, #sideBarFeat h2, .caseStudyArt h2
{
  margin: 0px;
  text-transform: uppercase;
  font-family: 'Avenir LT W01 55 Roman', 'Lato', serif;
  font-size: 12px;
  color: #333333;
}
.caseStudyArt h2
{
  letter-spacing: 2px !important;
}
.thickDarkGrayLineSideBar
{
  width: 100%;
  height: 3px !important;
  margin: 0px;
  background-color: #8B9B92;
}
#sideBarFeat
{
  color: #FFF;
}
#sideBarFeat h3, #sideBarFeat h4, .caseStudyArt h3, .caseStudyArt h4
{
  margin: 0px;
  font-size: 18px;
  font-family: 'Merriweather', serif;
  font-weight: 900;
  color: #333333;

}
#sideBarFeat h3, .caseStudyArt h3
{
  margin-top: 10px;
}
#sideBarFeat h4, .caseStudyArt h4
{
  margin-bottom: 10px;
}
#sideBarFeat li
{
  position: relative;
  list-style: none;
  margin: 0px;
  width: 290px;
  height: 185px;
  margin-bottom: 20px;
  overflow: hidden;
}
#sideBarFeat img
{
  position: absolute;
  top: 0px;
  margin: 0px;
  width: 290px;
  height: 370px;
}
#sideBarFeat li:hover img
{
  top: -185px;
}

/*================== poeple at the collage ---------------*/
/*#presidentsWelcome
{
  margin: 0px;
  height: 530px !important;
  color: #FFF;
  background-image: url("./images/main-banner-people-at-Magdalen.jpg") !important;
  margin-top: -150px;
}
#presidentsWelcome h1
{
  position: absolute;
  float: left;
  left: -317px;
  width: 300px;
  margin: 0px;
  font-size: 46px;
  margin-bottom: 10px;
  color: #798780;
}
#presidentsWelcome h2
{
  margin: 0px;
  color: #000;
  
  font-family: 'Merriweather', serif;
  font-weight: 900;
  margin-top: 40px;
  margin-bottom: 20px;
}
#presidentsWelcome p
{
  margin: 0px;
  margin-bottom: 10px;
  line-height: 20px;
  color: #000;
  font-size: 13px;
}
#presidentsWelcome img
{

  position: absolute;
  bottom: 0px;
  float: left;
}
#welcomeText
{
  position: relative;
  float: right;
  height: 200px;
  width: 600px;
  text-align: left;
  margin-top: 220px;
}
*/
#staffTypeFilter ul > li
{
  width: 124px !important;
  list-style: none;
  background-color: #666666;
  height: 60px;
  border: 0;
  border-color: #FFF;
  border-style:solid;
  border-bottom-width: 1px;
  border-right-width: 1px; 
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  text-align: left;
  padding: 10px 15px;
  margin: 0;
}

#staffTypeFilter ul > li a {
  font-weight: 700;
  color: #fff;
}


#staffTypeFilter ul > li:hover, #staffTypeFilter ul > li:active
{
  background-color: #798780;
  border-bottom-color: #798780;  
}
#staffTypeFilter form
{
  position: relative;
  width: 180px;
  height: 50px;
  float: left;
}
.dropDown form 
{
  height: 25px;
  
}
.dropDown select
{
  overflow: hidden;
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding-right: 30px;
    outline: none !important;
}
.dropDown input
{
  overflow: hidden;
  padding-right: 20px;
  position: relative;
  border: 0;
  box-shadow: none !important;
  outline: none !important;
  transition: none !important;
  top: -2px;
  font-weight: 300;
  color: #333333;
  font-size: 18px;
  padding-right: 0px !important;
  border: none !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
}
.searchNameIcon
{

  float: right;
  background: none;
  padding: 0px;  
  width: 28px !important;
  height: 28px !important;
  background-image: url('./images/graySearchIcon.png');
  background-repeat: no-repeat;
  top: -41px !important;
  left: -5px;
  cursor: pointer;
}
#filterBar
{
  
  height: 40px;
  background-color: #798780;
  margin: 0;
  line-height: 30px;
  padding-top: 12px;
  padding-left: 15px;
}
#dropDowns
{
  position: relative;
  float: left;
  margin-left: 120px;
  height: 50px;
  display: inline;
  vertical-align: middle;
}
.dropDown
{
  margin-left: 20px !important;
  height: 25px;
  position: relative;
  float: left;
  background: white url('./images/search-arrow.png') no-repeat bottom right; 
  vertical-align: middle;
}
.selectDropdown
{

  height: 25px;
  width:100% ;
  background-color:transparent ;
  background-image:none; 
  -webkit-appearance: none;
  border:none; 
  box-shadow:none; 
  padding: 0px;
  border: 0px;
  vertical-align: top;
  padding-left: 5px;
  
}
#peopleContainer
{
  position: relative;
  width: auto;
  height: auto;
  margin-bottom: 10px;
}
#peopleList
{
  width: 105%;

  height: auto;
  position: relative;
  float: left;
  list-style: none;
  display: block;
}

#peopleList .memberOfStaff h2, .memberOfStaffPeople h2
{
  font-family: 'Merriweather', serif;
  font-weight: 900;
  font-size: 19px;
  margin: 0px;
  margin-top: 13px;
}
#peopleList .memberOfStaff h3, .memberOfStaffPeople h3
{
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Merriweather',serif;
  color: #333333;
  font-size: 11px;
}
#peopleList .memberOfStaff h3 span, .memberOfStaffPeople h3 span
{
  font-family: 'Merriweather', serif;
  font-weight: 900;
}
#peopleList .memberOfStaff p, .memberOfStaffPeople p
{
  margin: 0px;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 125%;
}

#searchPageIndex
{
  position: relative;
  margin: 0 auto;
  height: 35px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}
#searchPageIndex ul
{
  position: relative;
  margin: 0 auto;
  width: 230px;
  list-style: none;
  display: inline-block;
}
#searchPageIndex ul li
{
  position: relative;
  float: left;
  margin-left: 14px;
  text-align: center;
  font-family: 'Avenir LT W01 55 Roman', 'Lato', sans-serif;
  line-height: 32px;
  font-size: 14px;
  color: #333333;
  width: 32px;
  height: 32px;
  background-color: #F2F2F2;
  color: #5E6E66;
  cursor: pointer;
}
.pagNews
{
  text-align: center;
}
.pagNews a
{
  display: inline-block;
  font-family: 'Avenir LT W01 55 Roman', 'Lato', sans-serif;
  line-height: 32px;
  width: 32px;
  height: 32px;
  background-color: #F2F2F2;
  color: #5E6E66;
  margin: 0px 7px 14px 7px;
  vertical-align: middle;
}

.pagNews a.active, #searchPageIndex ul li:hover, .pagNews a:hover
{
  color: #FFF;
  background-color: #8B9B92;
}
#jcrMcrLinks
{
  position: relative;
  padding-top: 20px;
  height: 105px;
  width: 100%;
  margin-top: 20px;
}
#jcrMcrLinks div > div, #jcrMcrLinks a, #jcrMcrLinks > div
{
  margin: 0px;
}
#jcrMcrLinks > div
{
  height: 105px;
  margin-bottom: 30px;
}
#newsPeoplePage
{
  width: 125%;
  height: auto;
  position: relative;
  margin-top: 45px;
  margin-bottom: 55px;
}
.newsSmall 
{
  position: relative;
  float: left;
  margin-right: 30px;
  width: 290px;
  height: 530px;
}
.newsSmall .thickDarkGrayLineSideBar
{
  margin-bottom: 15px;
}
.newsSmall .aticalSample
{
  height: auto !important;
  margin-top: 25px;
  margin-bottom: 55px;
}
.aticalSampleEvents
{
  height: auto;
  position: relative;
  overflow: visible;

}
.aticalSampleEvents .aticalSampleText
{
  margin: 0px;
  top: -10px;
}


/*=================== study here page =========*/
#studyingMain
{
  position: relative;
  float: left;
  width: 610px;
  height: auto;
  margin-bottom: 50px;
}
#aboutStudingContainer
{
  position: relative;
  float: left;
  color: #333333;
  width: 610px;
  height: auto;
  margin-top: 30px;
  margin-bottom: 20px;
}
#aboutStudingContainer > h1
{
  font-family: 'Merriweather', serif !important;
  width: auto;
  height: auto;
  margin: 0px !important;
  margin-bottom: 15px !important;
}
#aboutStudingContainer > p
{
  font-size: 13px !important;
 family: 'Merriweather-Light', serif; 
  font-weight: 300 !important;
  line-height: 14px !important;
  line-height: 18px !important;
}
#aboutStudingContainer #exLinks
{
  margin: 0px !important;
}
#aboutStudingContainer #exLinks .exLinkBox, #aboutStudingContainer #exLinks .exLinkBox a 
{
  height: 80px !important;
}
#aboutStudingContainer #exLinks .exLinkBox a
{
  margin-bottom: 30px !important;
}
#aboutStudingContainer #exLinks .exLinkBox a h1
{
  margin-top: 30px;
  font-family: 'Merriweather-Heavy',serif !important;
  font-size: 24px !important;
}
#aboutStudingContainer .linkArrowCourses
{
  margin-top: 30px !important;
}
#caseStudyFeat
{
  position: relative;
    width: 110%;
  height: auto;
  margin: 0px !important;
  display: inline-block;
}
#caseStudyFeat h1
{
  font-size: 26px !important;
  margin-bottom: 25px;
  color: #333333;
}
.caseStudyArt
{
  position: relative;
  float: left;
  width: 290px;
  margin-right: 30px;
}
.caseStudyArt li
{
  position: relative;
  list-style: none;
  margin: 0px;
  width: 290px;
  height: 185px;
  margin-bottom: 20px;
  overflow: hidden;
}
.caseStudyArt img
{
  position: absolute;
  top: 0px;
  margin: 0px;
  width: 290px;
  height: 370px;
}
.caseStudyArt li:hover img
{
  top: -185px;
}

#studyingSideBar
{
  position: relative;
  float: right;
  width: 290px;
  height: auto;
  margin-top: 35px;
}

#statAttack
{
  width: 100%;
  height: auto;
  color: #333333;
}
#statAttack h1
{
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 26px;
  font-family: 'Merriweather', serif !important;
}
#statAttack h2
{
  margin-top: 15px; 
  font-family: 'Merriweather-Heavy', serif !important;
  font-size: 18px;
}



/*--------- date thing at the bottom ------*/
#dateEvents
{
  position: relative;
  width: 110%;
  height: auto;
  margin-top: 55px;
  
  color: #333333;
}
.datesHolder
{
  position: relative;
  float: left;
  display: inline-block;
  width: 290px;
  height: 380px;
  margin-right: 30px;
  margin-bottom: 90px;
}
.datesHeader
{
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #F2F2F2;
}
.datesHeader h1
{
  font-family: 'Merriweather', serif !important;
  font-size: 21px !important;
  margin-left: 20px;
  padding-top: 20px;
}
.dateInfo h2
{
  color: #8B9B92;
  margin-top: 30px;
  font-family: 'Avenir LT W01 55 Roman', 'Lato', sans-serif;
  font-size: 12px !important;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.dateInfo h1
{
  font-family: 'Merriweather-Heavy', serif !important;
  font-size: 18px !important;
}
.datesHolder > .lightThinGrayLine
{
  margin-top: 35px !important;
  margin-bottom: 55px !important;
}

/*============== alumni and friends page ========*/
#mainContainerLeft
{
  position: relative;
  float: left;
  width: 610px;
  height: auto;
  margin-top: 35px;
  margin-bottom: 50px;
  color: #333333;
}
#pageHeader
{
  width: 100%;
  height: auto;
}

#pageHeader > p
{
  font-family: 'Merriweather', serif; 
  font-weight: 300!important;
  margin-bottom: 45px;
}
#latestVido
{
  margin-top: 15px;
}
.meadiaWid h1
{
  font-size: 27px !important;
  font-family: 'Merriweather',serif !important;
  margin-bottom: 30px;
}
#latestVidoLink
{ 
  overflow: hidden;
  width: 610px;
  height: 330px;
  margin-bottom: 55px;
  position: relative;
  float: left;
  z-index: 0;
}
#latestVidoLink > div
{
  font-family: 'Avenir LT W01 55 Roman', 'Lato', sans-serif;
  position: absolute;
  bottom: 0px;
  display: block;
  padding-left: 20px;
  padding-top: 15px;
  height: 40px;
  width: 100%;
  z-index: 1;
  background-color: rgb(52, 52, 52); 
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  font-size: 20px;
  letter-spacing: 5px;

  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
}
#latestVidoLink:hover > div
{
  background-color: #8B9B92;
}
.linkArrowAF
{
  position: absolute;
  width: 23px;
  height: 23px;
  background-image: url('./images/homePageArrow.png');
  float: right;
  right: 42px;
  top: 17px;
}
.linkArrowAF2
{
  position: absolute;
  width: 23px;
  height: 23px;
  background-image: url('./images/navbarArrowRight.png');
  float: right;
  right: 15px;
  top: 17px;
}
.meadiaWid
{
  margin-top: 15px;
}
#sideBarAF 
{
  position: relative;
  float: right;
  width: 290px;
  height: auto;
  color: #333333;
  margin-top: 0px;
}
#linksForAF
{
  margin-bottom: 17px; 
}
.afExsternalLink
{
  font-family: 'Merriweather', serif !important;
  position: relative;
  float: left;
  display: block;
  width: 275px;
  height: 40px;
  background-color: rgb(52, 52, 52); 
  text-decoration: none;
  color: #FFF;
  font-size: 18px;
  padding-left: 15px;
  padding-top: 20px;
  margin-bottom: 5px;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
}
.afExsternalLink:hover
{
  background-color: #8B9B92;
}

#sideBarFeat > div
{
  position: relative;
  width: 100%;
  padding-bottom: 5px;
  height: auto;
  margin-bottom: 20px;
}

/* -- cookie  law -- */

#cookie-law-info-bar{background-color:#798780 !important;color:white !important;font-family: 'Avenir LT W01 55 Roman', Lato, sans-serif !important;}
.cli-plugin-main-link{color:white !important;}
#cookie-law-info-again{display:none !important;}

#copyright a{color:#798780;}
#copyright a:hover{color:white;}

.row #thumbnail{width:50%;height:180px;overflow:hidden;poition:relative;float:left;padding-right:20px;margin-bottom:20px;}






.wp-caption
{
	position: relative;
}

.wp-caption .wp-caption-text
{
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	margin-bottom: 0 !important;
	padding: 5px;
}


.noHoverEffect:hover {
  background: transparent !important;
}

.noHoverEffect:hover .imageContainer img {
  top: 0px !important;
}

#mainContentHeader h1 a {
  display: block;
  font-family: "Arial", sans-serif;
  float: right;
  font-size: 13px;
  color: #798780;
  padding: 8px 10px 8px 23px;
  background: #f2f2f2;
  text-decoration: none;
  line-height: 1em;
  margin-top: 5px;
  position: relative;
}

#mainContentHeader h1 a:after {
  content: "";
  display: block;

  width: 0; 
  height: 0; 
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; 
  
  border-right:6px solid #798780; 

  position: absolute;

  top: 9px;
  left: 8px;
}

#mainContentHeader h1 a:hover {
  background: #798780;
  color: #fff;
}

#mainContentHeader h1 a:hover:after {
  border-right-color: #fff !important;
} 

/* HEADER IMAGE
------------------------------------------ */

div#header-image {
  width: 100%;
  height: 612px;
  margin-top: -20px;
  background: #000 url('/wordpress/wp-content/uploads/2014/08/new-library-banner-hp.png') no-repeat center center;
  background-size: cover;

  border-bottom: 10px solid #333333;
}

div#header-image div.caption {
  position: relative;
  top: 300px;

  width: 440px;
}

div#header-image div.caption > h2 {
  border: none;
  color: #fff;
  font-size: 38px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 20px;
}

div#header-image div.caption > a {
  display: inline-block;
  position: relative;
  font-family: "Arial",sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 3px;
  padding-right: 22px;
}

div#header-image div.caption > a:after {
  content: "";
  width: 0; 
  height: 0; 
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  
  border-left: 10px solid #6F7676;

  position: absolute;
  top: 5px;
  right: 0px;
}

.page-template-page-library-php div#header-image {
  height: 420px;
  border: none;
}

.page-template-page-library-php div#header-image div.caption {
  top : 250px;
  width: auto;
}

.page-template-page-library-php div#header-image div.caption h1 {
  color: #fff;
  font-weight: normal;
}

.page-template-page-library-php div#header-image div.caption p {
  font-family: "Georgia",serif !important;
  color: #fff;
  font-size: 18px;
  font-style: italic;
}

/* HOME FIXES
------------------------------------------ */

.home #forStudents,
.home #forAlumni,
.home #forLibrary {
  width: 100%;
}

a.home-tactical {
  display: block;
  height: 245px;
  background-size: cover;
  background-position: center;
}

a.home-tactical > div.mediaLabel {
  font-size: 14px !important;
  padding: 10px !important;
  height: auto !important;
  letter-spacing: 2px !important
}

a.home-tactical div.linkArrowHomeMain {
  right: 30px;
  top: 10px;
}

.home #forStudents  { background-image: url('images/incoming-students-sm.jpg'); }
.home #forAlumni    { background-image: url('images/alumni.jpg'); }
.home #forLibrary   { background-image: url('images/library-new.jpg'); }

/* NEW LIBRARY PAGE
------------------------------------------ */

div.col { float: left; }

.col1of3 { width: 33.3333% }
.col2of3 { width: 66.6666% }

.col3of5 { width: 60%; }
.col2of5 { width: 40%; }

div.col img { max-width: 100%; height: auto; }

nav#header-nav {
  background: #707B7B;
  width: 100%;
}

nav#header-nav ul > li { 
  display: block; 
  float: left; 
  margin-right: 10px;
}

nav#header-nav ul > li > a {
  display: block;
  font-family: "Georgia",serif;
  font-size: 14px;
  padding: 15px;
  color: #fff;
}

nav#header-nav ul > li > a:hover {
  background: rgba(0,0,0,0.1);
}

section.panel {
  position: relative;
  background: #fff;
}

section.panel.white-section { background: #fff; }
section.panel.grey-section  { background: #333333; }
section.panel.colour-section  { background: #4E5758; }

section.panel > div.container {
  padding: 40px 0;
}

section.panel h2 {
  font-size: 38px;
  color: #4E5758;
  border: none;
  margin: 0;
  margin-bottom: 30px;
}

section.panel .col p {
  display: block;
  max-width: 90%;
}

section.panel blockquote {
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 26px;
  font-style: italic;
  color: #4E5758;
}

section.panel blockquote p {
  font-size: 20px;
  line-height: 26px;
  font-style: italic;
  color: #4E5758;
}

div.col1of3 blockquote {
  width: 85%;
}

section.panel blockquote > span {
  display: block;
  margin-top: 10px;

  font-size: 14px;
  line-height: 16px;
  font-style: italic;
  font-weight: 100;
  color: #99A1A1;
}

section.panel blockquote.boxquote {
  background: #4E5758;
  padding: 20px;
  color: #fff !important;
}

section.panel a.blocklink {
  display: block;
  border-top: 1px solid #B5BABA;
  border-bottom: 1px solid #B5BABA;

  padding: 15px 0;
  margin-top: 30px;

  font-family: "Georgia",serif;
  font-style: normal;
  font-size: 18px;
  color: #4E5758;
}

section.parabg {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

section.parabg div.caption {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);

  width: 775px;

  margin-left: -387.5px;
  text-align: center;
}

section.parabg div.caption p {
  font-family: "Georgia",sans-serif !important;
  font-size: 30px;
  font-style: italic;

  color: #4E5758;
  line-height: 38px;
}

section.parabg div.caption p.white {
  color: #fff;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

section.parabg div.caption span {
  font-size: 12px;
  font-style: italic;
  color: #4E5758;
}


section.panel.grey-section blockquote,
section.panel.grey-section p,
section.panel.grey-section h2,
section.panel.grey-section a.blocklink,
section.panel.colour-section blockquote,
section.panel.colour-section p,
section.panel.colour-section h2,
section.panel.colour-section a.blocklink { color: #fff; }

/* FINAL LIBRARY */

body.page-template-page-library-php #breadC { display: none !important; }

div#header-carousel {
  display: block;
  height: 500px;
  height: 525px;
  height: 540px;
  background: #333;
  overflow: hidden;
}

#header-carousel .owl-stage-outer,
#header-carousel .owl-stage { height: 100%; }

#header-carousel .owl-controls {
  position: absolute;
  top: 310px;
  left: 0px;
  width: 100%;
}

#header-carousel .owl-controls .owl-nav {
  width: 950px;
  margin: auto;
}

#header-carousel .owl-controls .owl-nav > div {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;

  background: #F6892B;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

#header-carousel .owl-controls .owl-nav > div:hover {
  opacity: 1;
}

#header-carousel .owl-controls .owl-nav .owl-prev { float: left; }
#header-carousel .owl-controls .owl-nav .owl-next { float: right; }

#header-carousel .owl-controls .owl-nav .owl-prev:after {
  content: '';
  display: block;
  width: 0; 
  height: 0; 
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  
  border-right: 9px solid #fff;

  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -6px;
}

#header-carousel .owl-controls .owl-nav .owl-next:after {
  content: '';
  display: block;
  width: 0; 
  height: 0; 
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  
  border-left: 9px solid #fff;

  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -3px;
}

div#header-carousel .item {
  width: 100%;
  height: 100%;
  background-size: cover;
}

div#header-bar {
  padding: 15px;
  background: #2F3B54;
  font-size: 18px;
  font-style: italic;
  color: #fff;
  text-align: center;
position: relative;
top: 451px;
top: 475px;
top: 490px;
}

#new-content-area {
  padding: 20px 0 0 0;
}

#new-content-area .container {
  background: url('images/library-footer.png') no-repeat right bottom;
  background-size: 400px;
  background-size: 700px;
  padding-bottom: 150px;
  padding-bottom: 320px;
}

.new-main-content {
  float: left;
  width: 610px;
}

.new-main-content h1:first-child {
  margin-bottom: 40px;
}

.new-main-content p {
  font-family: "Georgia",sans-serif !important;
  font-size: 14px;
  font-style: normal;
}

.new-main-content p:first-of-type {
  font-size: 16px;
  font-style: italic;
}

.new-main-content ul li {
  font-family: "Georgia",serif !important;
  font-size: 14px;
}

.new-main-content p.support {
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  color: #AA4618;
}

.new-main-content blockquote {
  display: block;
  padding: 0;
  margin: 40px 0;
  background: none;
  width: 280px;
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
}

.new-main-content blockquote > span {
  font-family: "Arial",sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #707B7B;
}

.new-main-content .content {
  padding-bottom: 20px;
  overflow: hidden;
}


aside#new-sidebar {
  float: right;
  width: 280px;
  padding-top: 90px;
  padding-bottom: 150px;
}

aside#new-sidebar a.gift-button {
  position: relative;
  display: block;
  padding: 15px;

  font-family: "Georgia",sans-serif;
  font-size: 20px;
  color: #fff;

  background: #F6B322;
}

aside#new-sidebar a.gift-button:after {
  content: '';
  display: block;
  width: 0; 
  height: 0; 
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  
  border-left: 9px solid #fff;

  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -9px;
}

aside#new-sidebar ul.new-sidenav { 
  margin: 15px 0; 
  list-style: none;
}

aside#new-sidebar ul.new-sidenav li { 
  display: block;
  margin-bottom: 1px; 
}

aside#new-sidebar ul.new-sidenav li a {
  position: relative;
  display: block;
  padding: 10px;

  font-family: "Georgia",sans-serif;
  font-size: 16px;
  color: #fff;

  background: #727C7B;
}

aside#new-sidebar ul.new-sidenav li a:after {
  content: '';
  display: block;
  width: 0; 
  height: 0; 
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  
  border-left: 5px solid #fff;

  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}

aside#new-sidebar ul.new-sidenav li.current_page_item a,
aside#new-sidebar ul.new-sidenav li a:hover { background: #333; }

aside#new-sidebar .funding-target {
  margin-top: 30px;
margin-bottom: 160px;
display:none;
}

aside#new-sidebar .funding-target h3 {
  font-size: 24px;
  color: #000;
  margin: 0;
}

aside#new-sidebar .funding-target h4 {
  font-size: 24px;
  font-weight: bold;
  color: #F6892B;
  margin: 0;
  margin-top: 5px;
}

aside#new-sidebar .funding-target strong {
  display: block;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}

.library-gallery { 
  clear: both;
  position: relative;
  background: #F4F1EF;
  padding: 10px;
  margin-bottom: 20px;
}

.library-gallery h2 {
  font-family: "Georgia",sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  border: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.library-gallery .viewport {
  position: relative;
  width: 100%;
  height: 500px;
  background: rgba(0,0,0,0.8);
  overflow: hidden;
}

.library-gallery .viewport .item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.library-gallery .viewport .item:first-child { display: block; }

.library-gallery .thumbnails {
  position: absolute;
  bottom: 10px;
  left: 0px;
  margin: 0 10px;
  padding: 0;
}

.library-gallery .thumbnails .item {
  display: block;
  float: left;
  width: 55px;
  height: 55px;
  margin: 5px;
  margin-right: 0;
  border: 1px solid #fff;
  background-size: cover;
  opacity: 0.6;
  cursor: pointer;

  -webkit-box-shadow: 0 4px 6px -6px black;
     -moz-box-shadow: 0 4px 6px -6px black;
          box-shadow: 0 4px 6px -6px black;

  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.library-gallery .thumbnails .item.active,
.library-gallery .thumbnails .item:hover {
  opacity: 1;
  border: 1px solid #F6B322;
}

div#footer-alert {
  padding: 20px;
  background: #F6B322;
  font-size: 16px;
  text-align: center;
  margin-bottom: -15px;
display:none; /* Not required any more. Library fundraising complete. Removed 18/2/16:EJB */
}

div#footer-alert a.button {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  margin-left: 10px;
  background: #333333;
  color: #fff;
  font-style: italic;
}

#makeagiftbutton {
  color: #fff; font-size: 24px;padding: 10px; padding-right:70px;background: #F6B322; background-image: url(/wordpress/wp-content/uploads/2014/08/rightarrow.png); background-position: 95% 50%; background-repeat:no-repeat;
}

#libnews { 
  margin-top: 20px;
  overflow: hidden;
  width: 500px;
}

#libnews h1 {
  border-bottom: 1px solid #F6B322;
  padding-bottom: 5px;
  margin-bottom: 10px!important;
}

.libnewsitem {
  margin-top: 10px;
  height: auto;
  overflow: hidden;
  display: block;
}

.libnewsitem img {
  padding: 0px 0px 0px 0px!important;
-webkit-box-shadow: 3px 3px 18px 0px rgba(50, 50, 50, 0.43);
-moz-box-shadow: 3px 3px 18px 0px rgba(50, 50, 50, 0.43);
box-shadow: 3px 3px 18px 0px rgba(50, 50, 50, 0.43);
margin-top: 10px;
margin-bottom: 10px;
}

#footer {
	/* Added 18/2/16: reduce margin to make sure the library image sits properly on the footer now the yellow bar has been removed */
	margin-top: 5px!important;
}
