/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 19 December 2018 01:05:33
*/


/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html, button, input, select, textarea {
    color: #222;
}
body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    font-family: HeliaCore-Book, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    min-width: 700px;
    color: #000;
}
ul, ol, h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}
li {
    line-height: 150%;
}
h1 {
    font-family: HeliaCore-Light, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    display: block;
    line-height: 100%;
}
h2 {
    font-family: HeliaCore-Book, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 28px;
    color: #339fad;
    line-height: 30px;
    margin: 22px 0 0;
}
h2:first-child {
    margin-top:0;
}
h3 {
    font-family: HeliaCore-Medium, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    color: #339fad;
    line-height: 24px;
    margin: 22px 0 0;
}
h4 {
    font-family: HeliaCore-Medium, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #339fad;
    line-height: 20px;
}
p {
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #000;
    line-height: 150%;
    margin: 0;
}

.HeliaCore-Medium { font-family: HeliaCore-Medium, Arial, Helvetica, sans-serif; }
.HeliaCore-Thin { font-family: HeliaCore-Thin, Arial, Helvetica, sans-serif; }
.HeliaCore-Black { font-family: HeliaCore-Black, Arial, Helvetica, sans-serif; }
.HeliaCore-Bold { font-family: HeliaCore-Bold, Arial, Helvetica, sans-serif; }
.HeliaCore-Book { font-family: HeliaCore-Book, Arial, Helvetica, sans-serif; }
.HeliaCoreBook-Italic { font-family: HeliaCoreBook-Italic, Arial, Helvetica, sans-serif; }

h1.m-title {
    color: #339fad;
    display: none;
}
#content p {
    margin: 10px 0;
}
#content ul {
    margin: 10px 20px;
}
.links a, #content a, a.normal, a.openhour {
    color: #339fad;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}
#content a {
    font-size: 16px;
}
#content a, a.normal {
    border-bottom: 1px solid #a1dbe3;
}
#content a:focus, #content a:hover, a.normal:hover, a.normal:focus {
    color: #339fad;
    border-bottom: 1px solid #339fad;
    text-decoration: none;
}
.links a:active, #content a:active, a.normal:active {
    color: #339fad;
    border-bottom: 1px solid #a1dbe3;
    text-decoration: none;
}
a:focus {
    outline: 0;
    outline-offset: 0;
}
a.openhour {
    font-size: 13px;
}
input, button, .no-touch select, textarea {
font-weight: normal;
    font-style: normal;
  font-family: HeliaCore-Book, Arial, Helvetica, sans-serif;
}

#content form input, button, .no-touch select, textarea { 
    color: #434144;
    line-height: 120%;
    margin: 0;
}
#content form input[type="text"], textarea {
    width: 80%;
}
.no-touch #content select.normalselect {
    width: auto;
    height: 30px;
    line-height: 30px;
}
.no-touch #content select.normalselect:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(51, 159, 173, 0.4);
    border-color: rgba(51, 159, 173, 0.5);
    outline: 0 none;
}
form {
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    margin: 0;
}
.container {
    height: auto;
    overflow: hidden;
    width: 100%;
}
/*---------Header----------*/

header {
    height: 80px;
    width: 100%;
    background-color:#297382;
    position: fixed;
    top:0;
    left:0;
    z-index: 999;
min-width:700px;
background-image: url(/__data/assets/image/0020/82523/directional_teal_pattern.png);
background-repeat: no-repeat;
background-size: auto 100%;
}
header .logo{
padding: 18px 0;
float:left;
}
header .logo a{
color: #FFF;
font-family: HeliaCore-Medium,Arial,Helvetica,sans-serif;
display: block;
/**
background-color: rgba(7, 52, 66, 0.6);
**/
padding: 0px 17px;
width: 300px;
text-transform: uppercase;
line-height: 1;
font-size: 44px;
}
header .logo a:hover, header .logo a:focus{
  text-decoration: none;
}
#autLogo {
    display: block;
    position: fixed;
    z-index: 1000;
    width: 120px;
    height: 120px;
    top: 0;
    right: 26px;
    background-image: url(/__data/assets/image/0004/24781/logo.jpg);
    background-size: 100% auto;
    text-indent: -9999px;

}
#topLibrarySearch {
    width: 520px;
    margin: 20px auto;
    display: none;
}
#topLibrarySearch input.searchInput {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    zoom: 1;
}
.content-page header #topLibrarySearch {
    display: block;
}
header .headerIcons {
    position: absolute;
    top: 24px;
    right: 170px;
}
.lt-ie9 header .headerIcons {
    width: 330px;
}
.headerIcons img {
    padding: 0 5px 0 20px;
}
.headerIcons a {
    color: #fff;
    font-family: HeliaCore-Medium, Arial, Helvetica, sans-serif;
    border: none;
}
.hide.headerIcons {
    float: right;
    margin: 10px 0;
}
.hide.headerIcons a {
    border-bottom: 1px solid rgba(255,255,255,0.35);
    margin-right: 20px;
}
.hide.headerIcons a:hover, .hide.headerIcons a:focus {
    text-decoration: none;
}
#topbar {
    width: 100%;
    height: 40px;
    background: #323133;
    margin-top: 80px;
    position: fixed;
    left: 0;
    z-index: 999;
    min-width: 700px;
}
#searchfield {
    padding-bottom: 50px;
    padding-top: 80px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#contentWrapper #searchfield {
    display: none;
}
#scrolltag {
    display: none;
    position: absolute;
    left: 45%;
    top: 170px;
    width: 50px;
    text-align: center;
}
#contentWrapper #scrolltag {
    top: 40px;
}
.tb1, .tb2 {
    background-color: #CCCCCC;
    border: 1px solid #CCCCCC;
    color: #CCCCCC;
    display: inline-block;
    height: 5px;
    margin: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.tb1.tbactive, .tb2.tbactive {
    color: #339fad;
    background-color: #339fad;
    border: 1px solid #339fad;
}
#searchForms {
    width: 780px;
    background: #fff;
    border-top: 1px solid #FFFFFF;
    margin: 0 auto;
    /* Firefox v3.5+ */
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3), inset 0px -2px 6px 0px rgba(0,0,0,0.03);
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3), inset 0px -2px 6px 0px rgba(0,0,0,0.03);
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3), inset 0px -2px 6px 0px rgba(0,0,0,0.03);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #4d000000,Positive = true)";
filter: progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=2, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=2, Direction=270);
}
#homecontent {
    float: none; /* not needed, just for clarification */
    width: auto;
    overflow: hidden;
    margin: 120px 0 0 0;
    background-color: #F6F6F7;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#highlight {
 width:740px;
padding: 20px;
background:#fff;
border-top: 1px solid #FFFFFF;
margin:0 auto 30px auto;
/* Firefox v3.5+ */
-moz-box-shadow:0px 2px 2px 0px rgba(0,0,0,0.3) ,inset 0px -2px 6px 0px rgba(0,0,0,0.03);
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-box-shadow:0px 2px 2px 0px rgba(0,0,0,0.3) ,inset 0px -2px 6px 0px rgba(0,0,0,0.03);
/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
box-shadow:0px 2px 2px 0px rgba(0,0,0,0.3) ,inset 0px -2px 6px 0px rgba(0,0,0,0.03);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #4d000000,Positive = true)";
filter: progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=2, Direction=90),
progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=180),
progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=2, Direction=270);
}
/*-----Openning hours-----*/
#topbar .openhour {
    float: right;
    margin: 10px 0;
}
#topbar a.openhour {
    margin: 10px 170px 10px 10px;
}
.showalert #topbar a.openhour {
    margin-right: 10px;
}
#topbar .openhour ul, .hide.openhour ul {
    list-style: none;
}
#topbar .openhour li {
    border-right: 1px solid #696869;
    float: left;
    padding: 0 10px;
    position: relative;
    font-size: 14px;
    color: #fff;
}
#topbar .openhour li:last-child {
/*border:none;*/
}
#topbar .openhour .campus {
    color: #fff;
}
.hide.openhour .campus {
    color: #339fad;
    text-transform: capitalize;
}

.hide.openhour {
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: inset 0px 9px 6px -10px rgba(0,0,0,0.35);
    -moz-box-shadow: inset 0px 9px 6px -10px rgba(0,0,0,0.35);
    box-shadow: inset 0px 9px 6px -10px rgba(0,0,0,0.35);
}
.m-title-3 {
    font-size: 18px;
    color: rgba(67,64,68,0.4);
}
.hide.openhour li {
    padding: 5px 0;
    font-size: 14px;
}
#topbar .openhour .hours {
    color: #fff;
}
.hide.openhour .campus {
    border-bottom: 1px solid #a1dbe3;
}
.hide.openhour .hours {
    color: #434144;
}
#topbar .notification {
    border-left: 1px solid #696869;
    color: #FF0000;
    float: right;
    margin: 8px 170px 10px 0;
    padding: 0 20px 0 10px;
    background-image: url(/__data/assets/image/0006/24783/notification.up.fw.png);
    background-repeat: no-repeat;
    background-position: right center;
    display: none;
}
#topbar .notification.alert-hide {
    background-image: url(/__data/assets/image/0005/24782/notification.fw.png);
}
#topbar .notification a {
    font-size: 14px;
    color: #FF4539;
    text-decoration: none;
    cursor: pointer;
}
#topbar .notification img {
    display: none;
}
.container.showalert #topbar .notification {
    display: block;
}
/*-----Content page-----*/
#contentWrapper {
    heigh: auto;
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 120px 0 0 60px;
    overflow: hidden;
    position: relative;
}
#content {
    background: #fff;
    width: 900px;
    height: 100%;
    float: left;
    position: relative;
    z-index: 998;
    padding: 40px;
   
}
#content.google-map {
    width: 100%;
    padding: 0;
    margin: 0;
}
.lt-ie8 #content {
/*    margin-top:130px;
filter: progid:DXImageTransform.Microsoft.dropshadow(OffX = 1,OffY = 0,Color = #73000000,Positive = true);
*/
}
#titlepanel {
    margin-left: 980px;
    height: 100%;
    position: fixed;
    top: 120px;
    width: 100%;
    background-color: #339fad;
}
.lt-ie8 #titlepanel {
/*left:60px;*/
}
#titlepanel .titlebg {
    height: 100px;
    width: 80%;
    padding: 40px;
}
#titlepanel h1 {
    position: relative;
    zoom: 1;
    margin: 0;
    padding: 20px;
    background: rgba(51, 159, 173, 0.9);
}
.lt-ie9 #titlepanel h1 {
    background: transparent;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#df00B793, endColorstr=#df00B793);
    zoom: 1;
    min-width: 200px;
}

/*-----Links------*/

.essentialLinks {
    width: 760px;
    background: #fff;
    margin: 0 auto 50px auto;
    padding: 10px;
   
    /* Firefox v3.5+ */
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3), inset 0px -2px 6px 0px rgba(0,0,0,0.03);
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3), inset 0px -2px 6px 0px rgba(0,0,0,0.03);
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3), inset 0px -2px 6px 0px rgba(0,0,0,0.03);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #4d000000,Positive = true)";
filter: progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=2, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=2, Direction=270);
}
.essentialLinks ul, .links ul {
    list-style: none;
}
.essentialLinks li, .links li {
    position: relative;
    float: left;
    margin: 10px 20px;
    width: 200px;/*background:url(/__data/assets/image/0011/388190/linkicon.fw.png) no-repeat 98% center;*/
}
.essentialBox {
    max-width: 780px;
    background: #fff;
    margin: 0 auto 50px auto;
}
.links li {
    width: 100%;
}
.links span {
    border-bottom: 1px solid #B2E1D6;
}
.links span.hover {
    border-bottom: 1px solid #339fad;
}
#content .links {
    float: right;
    width: 290px;
    height: auto;
    background-image: none;
    background-color: #eee;
    display: inline-block;
    margin: 0 0 20px 20px;
    border: 1px solid #eee;
    border-radius: 3px;
    position: relative;
}
#content .links ul {
    margin: 0;
}
#content .links ul li {
    list-style: none;
    margin: 0;
}
#content .links li {
    background: none;
    border-bottom: 1px solid #CCCCCC;
}
#content .links li:last-child {
    border: none;
}
#content .links a, #content .links a:hover {
    border-bottom: none;
    display: block;
    padding: 14px
}
#content .links li:hover {
    background: #ccc;
}
span.plain {
    border-bottom: none;
    color: #000;
}
#content .keylinks {
    float: right;
    position: relative;
    width: 290px;
    border: 1px solid #eee;
    height: auto;
    background-image: none;
    background-color: #eee;
    display: inline-block;
    margin: 0 0 20px 20px;
    border-radius: 3px;
}
#content .keylinks ul {
    list-style: none;
    margin: 0;
}
#content .keylinks li {
    padding: 20px;
    background: #eee;
    border-bottom: 1px solid #ccc;
}
#content .keylinks li:last-child {
    border-bottom: none;
}
#content .keylinks li:hover {
/*background: #ccc;*/
}
/*-------Footer-------*/
footer {
    height: 200px;
    width: auto;
    background: #434244;
    margin: 0;
    padding: 0;
}
#homecontent footer {
    margin: 0 0 0 60px;
}
footer .logo {
    position: absolute;
    margin: 30px;
    right: 0;
    text-align: right;
}
footer .copyright {
    position: absolute;
    margin-right: 20px;
    margin-top: 45px;
    right: 0;
}
footer .copyright p {
    color: #8D8D8E;
    font-size: 12px
}
.content-page footer {
    clear: both;
    float: left;
    position: relative;
    height: 200px;
    width: 100%;
    background-color: rgb(67,66,68);
    bottom: 0;
    z-index: 2;
}
footer .description {
    float: left;
    font-size: 14px;
    padding: 20px;
    width: 460px;
}
.content-page footer .description {
    margin-left: 60px;
}
footer .description > p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 135%;
}
footer .footerLinks {
    float: left;
    clear: left;
}
.content-page footer .footerLinks {
    margin-left: 60px;
}
footer .footerLinks > ul {
    list-style: none outside none;
}
footer .footerLinks li {
    border-right: 1px solid #696869;
    float: left;
    padding: 0 20px;
    position: relative;
}
footer .footerLinks li:last-child {
    border: none;
}
.footerLinks a, a.openhour, .alert a {
    border-bottom: 1px solid #a1dbe3;
    color: #a1dbe3;
    font-size: 14px;
}
.footerLinks a:hover, .footerLinks a:focus, a.openhour:hover, .alert a:hover {
    border-bottom: 1px solid #339fad;
    text-decoration: none;
}
.footerLinks a:active, a.active {
    border-bottom: 1px solid #a1dbe3;
    color: #a1dbe3;
    text-decoration: none;
}
/*-------Navigation-------*/
.burger {
    cursor: pointer;
    float: left
}
.burger.origin {
    background: url(/__data/assets/image/0007/24784/001_Content.jpg) no-repeat;
}
.burger.active {
    background: url(/__data/assets/image/0008/24785/burger.jpg) no-repeat;
}
#homecurrent {
    background: url(/__data/assets/image/0006/24774/home-whole.png) no-repeat;
    width: 60px;
    height: 58px;
    position: fixed;
    top: 120px;
    left: 0;
    padding-top: 30px;
    text-align: center;
    color: #323133;
    font-size: 12px;
    font-family: HeliaCore-Medium, Arial, Helvetica, sans-serif;
}
.lt-ie9 #homecurrent {
    display: block;
}
.lt-ie9 #nav_fold {
    margin-top: 58px;
}
.lt-ie9 .container.content-page #nav_fold {
    margin-top: 0;
}
#nav_fold, #nav_expand {
    width: 60px;
    float: left;
    background: #323133;
    position: fixed;
    left: 0;
    z-index: 999;
    height: 100%;
    top: 120px;
}
.container:not(.content-page) #nav_fold {
    top: 178px;
}
#nav_expand {
    width: 260px;
}
#nav_expand ul, #nav_fold ul {
    list-style: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
/*Fold*/
#nav_fold li {
    /*
height:58px;
text-indent:-9999px;
line-height:80px
*/
    text-align: center;
    height: 28px;
    padding-top: 30px;
}
#nav_fold li:nth-child(3) {
    padding-top: 34px;
}
#nav_fold li.fold3 {
    padding-top: 34px;
}
#nav_fold li {
    color: #fff;
    font-size: 12px;
    font-family: HeliaCore-Medium, Arial, Helvetica, sans-serif;
}
#nav_fold li.fold2 {
    background-image: url(/__data/assets/image/0005/24773/ineeds.fw.png);
    background-repeat: no-repeat;
    background-position: center 10px;
}
#nav_fold li.fold2.current, #nav_fold li.fold2:hover {
    background-image: url(/__data/assets/image/0004/25375/ineed.fw.png);
}
#nav_fold li.fold2.current {
    background-color: #fff;
}
#nav_fold li.fold3 {
    background: url(/__data/assets/image/0020/24770/293.png);
    background-repeat: no-repeat;
    background-position: center 10px;
}
#nav_fold li.fold3.current, #nav_fold li.fold3:hover {
    background-image: url(/__data/assets/image/0006/25377/new-subjuct-current.png);
}
#nav_fold li.fold3.current {
    background-color: #fff;
}
#nav_fold li.fold4 {
    background: url(/__data/assets/image/0020/25373/iam.fw.png);
    background-repeat: no-repeat;
    background-position: center 10px;
    padding-top: 31px;
}
#nav_fold li.fold4.current, #nav_fold li.fold4:hover {
    background-image: url(/__data/assets/image/0003/25374/iam.png);
}
#nav_fold li.fold4.current {
    background-color: #fff;
}
#nav_fold li.fold5 {
    background: url(/__data/assets/image/0003/24771/findus.fw.png);
    background-repeat: no-repeat;
    background-position: center 10px;
}
#nav_fold li.fold5.current, #nav_fold li.fold5:hover {
    background-image: url(/__data/assets/image/0010/24778/contact.png);
}
#nav_fold li.fold5.current {
    background-color: #fff;
}
#nav_fold.content-page li:first-child {
    background-image: url(/__data/assets/image/0019/25372/home.w.png);
    background-repeat: no-repeat;
    background-position: center 10px;
}
#nav_fold.content-page li:first-child.current, #nav_fold.content-page li:first-child:hover {
    background-image: url(/__data/assets/image/0007/24775/home.png);
}
#nav_fold.content-page li:first-child.current {
    background-color: #fff;
}
#nav_fold.content-page li:nth-child(2) {
    background-image: url(/__data/assets/image/0005/24773/ineeds.fw.png);
    background-repeat: no-repeat;
    background-position: center 10px;
}
#nav_fold.content-page li:nth-child(2).current, #nav_fold.content-page li:nth-child(2):hover {
    background-image: url(/__data/assets/image/0004/25375/ineed.fw.png);
}
#nav_fold.content-page li:nth-child(2).current {
    background-color: #fff;
}
#nav_fold.content-page li:nth-child(3) {
    background-image: url(/__data/assets/image/0020/24770/293.png);
    background-repeat: no-repeat;
    background-position: center 10px;
}
#nav_fold.content-page li:nth-child(3).current, #nav_fold.content-page li:nth-child(3):hover {
    background-image: url(/__data/assets/image/0008/24776/new-subjuct-current.png);
}
#nav_fold.content-page li:nth-child(3).current {
    background-color: #fff;
}
#nav_fold.content-page li:nth-child(4) {
    background-image: url(/__data/assets/image/0004/24772/iam.fw.png);
    background-repeat: no-repeat;
    background-position: center 10px;
    ;
}
#nav_fold.content-page li:nth-child(4).current, #nav_fold.content-page li:nth-child(4):hover {
    background-image: url(/__data/assets/image/0011/24779/iam.png);
}
#nav_fold.content-page li:nth-child(4).current {
    background-color: #fff;
}
#nav_fold.content-page li:nth-child(5) {
    background-image: url(/__data/assets/image/0003/24771/findus.fw.png);
    background-repeat: no-repeat;
    background-position: center 10px;
}
#nav_fold.content-page li:nth-child(5).current, #nav_fold.content-page li:nth-child(5):hover {
    background-image: url(/__data/assets/image/0010/24778/contact.png);
}
#nav_fold.content-page li:nth-child(5).current {
    background-color: #fff;
}
#nav_fold li.current {
    border-radius: 3px 0 0 3px;
    color: #323133
}
/*
#nav_fold li a{
font-size:12px;
font-family:Geogrotesque-Medium;
color:#8E8E8F;
}
#nav_fold li.current a{
color:#323133
}
*/

/*Expand*/
#nav_expand {
    visibility: hidden;
}
#nav_expand>ul>li {
    width: 260px;
    border-top: 1px solid #6A6A6C;
    margin-bottom: 2px;
    /* Firefox v3.5+ */
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.65);
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.65);
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.65);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff646467, endColorstr=#ff323133)  progid:DXImageTransform.Microsoft.dropshadow(OffX = 0, OffY = 1, Color = #a6000000, Positive = true)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff646467, endColorstr=#ff323133)  progid:DXImageTransform.Microsoft.dropshadow(OffX = 0, OffY = 1, Color = #a6000000, Positive = true);
}
#nav_expand>ul>li.current {
    background-color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 3px 0 0 3px;
}
.no-cssgradients #nav_expand > ul > li.toplevel {
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#646467), to(#323133));
    background: -webkit-linear-gradient(#646467, #323133);
    background: -moz-linear-gradient(#646467, #323133);
    background: -ms-linear-gradient(#646467, #323133);
    background: -o-linear-gradient(#646467, #323133);
    background: linear-gradient(#646467, #323133);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646467', endColorstr='#323133' );
}
.lt-ie9.no-cssgradients #nav_expand > ul > li.toplevel {
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646467', endColorstr='#323133' ),  progid:DXImageTransform.Microsoft.Shadow(Color=#000000, Strength=3, Direction=180),
}
#nav_expand > ul > li:first-child {
    /* Firefox v3.6+ */
    background-image: url(/__data/assets/image/0019/25372/home.w.png), -moz-linear-gradient(rgb(100,100,103) 0%, rgb(50,49,51) 100%);
    /* safari v4.0+ and by Chrome v3.0+ */
    background-image: url(/__data/assets/image/0019/25372/home.w.png), -webkit-gradient(linear, color-stop(0, rgb(100,100,103)), color-stop(1, rgb(50,49,51)));
    /* Chrome v10.0+ and by safari nightly build*/
    background-image: url(/__data/assets/image/0019/25372/home.w.png), -webkit-linear-gradient(rgb(100,100,103) 0%, rgb(50,49,51) 100%);
    /* Opera v11.10+ */
    background-image: url(/__data/assets/image/0019/25372/home.w.png), -o-linear-gradient(rgb(100,100,103) 0%, rgb(50,49,51) 100%);
    /* IE v10+ */
    background-image: url(/__data/assets/image/0019/25372/home.w.png), -ms-linear-gradient(rgb(100,100,103) 0%, rgb(50,49,51) 100%);
    background-image: url(/__data/assets/image/0019/25372/home.w.png), linear-gradient(rgb(100,100,103) 0%, rgb(50,49,51) 100%);
    background-repeat: no-repeat;
    background-position: 10px 20px, 100% 100%;
}
#nav_expand > ul > li:first-child.current {
    background: #F6F6F7 url(/__data/assets/image/0007/24775/home.png) no-repeat 10px 20px;
}
.no-cssgradients #nav_expand > ul > li:first-child.current {
    filter: none;
}
#nav_expand > ul > li:nth-child(2) {
    /* Firefox v3.6+ */
    background-image: url(/__data/assets/image/0005/24773/ineeds.fw.png), -moz-linear-gradient(rgb(100,100,103) 0%, rgb(50,49,51) 100%);
    /* safari v4.0+ and by Chrome v3.0+ */
    background-image: url(/__data/assets/image/0005/24773/ineeds.fw.png), -webkit-gradient(linear, color-stop(0, rgb(100,100,103)), color-stop(1, rgb(50,49,51)));
    /* Chrome v10.0+ and by safari nightly build*/
    background-image: url(/__data/assets/image/0005/24773/ineeds.fw.png), -webkit-linear-gradient(rgb(100,100,103) 0%, rgb(50,49,51) 100%);
    /* Opera v11.10+ */
    background-image: url(/__data/assets/image/0005/24773/ineeds.fw.png), -o-linear-gradient(rgb(100,100,103) 0%, rgb(50,49,51) 100%);
    /* IE v10+ */
    background-image: url(/__data/assets/image/0005/24773/ineeds.fw.png), -ms-linear-gradient(rgb(100,100,103) 0%, rgb(50,49,51) 100%);
    background-image: url(/__data/assets/image/0005/24773/ineeds.fw.png), linear-gradient(rgb(100,100,103) 0%, rgb(50,49,51) 100%);
    background-repeat: no-repeat;
    background-position: 10px 20px, 100% 100%;
}
#nav_expand > ul > li:nth-child(2).current {
    background: #ffffff url(/__data/assets/image/0004/25375/ineed.fw.png) no-repeat 10px 20px;
}
.no-cssgradients #nav_expand > ul > li.toplevel.ex2.current {
    background: #ffffff url(/__data/assets/image/0004/25375/ineed.fw.png) no-repeat 10px 20px;
    filter: none;
}
#nav_expand > ul > li:nth-child(3) {
    /* Firefox v3.6+ */
    background-image: url(/__data/assets/image/0020/24770/293.png), -moz-linear-gradient(rgb(100,100,103) 0%, rgb(50,49,51) 100%);
    /* safari v4.0+ and by Chrome v3.0+ */
    background-image: url(/__data/assets/image/0020/24770/293.png), -webkit-gradient(linear, color-stop(0, rgb(100,100,103)), color-stop(1, rgb(50,49,51)));
    /* Chrome v10.0+ and by safari nightly build*/
    background-image: url(/__data/assets/image/0020/24770/293.png), -webkit-linear-gradient(rgb(100,100,103) 0%, rgb(50,49,51) 100%);
    /* Opera v11.10+ */
    background-image: url(/__data/assets/image/0020/24770/293.png), -o-linear-gradient(rgb(100,100,103) 0%, rgb(50,49,51) 100%);
    /* IE v10+ */
    background-image: url(/__data/assets/image/0020/24770/293.png), -ms-linear-gradient(rgb(100,100,103) 0%, rgb(50,49,51) 100%);
    background-image: url(/__data/assets/image/0020/24770/293.png), linear-gradient(rgb(100,100,103) 0%, rgb(50,49,51) 100%);
    background-repeat: no-repeat;
    background-position: 10px 20px, 100% 100%;
}
#nav_expand > ul > li:nth-child(3).current {
    background: #ffffff url(/__data/assets/image/0008/24776/new-subjuct-current.png) no-repeat 10px 20px;
}
.no-cssgradients #nav_expand > ul > li.toplevel.ex3.current {
    background: #ffffff url(/__data/assets/image/0008/24776/new-subjuct-current.png) no-repeat 10px 20px;
    filter: none;
}
#nav_expand > ul > li:nth-child(4) {
    /* Firefox v3.6+ */
    background-image: url(/__data/assets/image/0004/24772/iam.fw.png), -moz-linear-gradient(rgb(100,100,103) 0%, rgb(50,49,51) 100%);
    /* safari v4.0+ and by Chrome v3.0+ */
    background-image: url(/__data/assets/image/0004/24772/iam.fw.png), -webkit-gradient(linear, color-stop(0, rgb(100,100,103)), color-stop(1, rgb(50,49,51)));
    /* Chrome v10.0+ and by safari nightly build*/
    background-image: url(/__data/assets/image/0004/24772/iam.fw.png), -webkit-linear-gradient(rgb(100,100,103) 0%, rgb(50,49,51) 100%);
    /* Opera v11.10+ */
    background-image: url(/__data/assets/image/0004/24772/iam.fw.png), -o-linear-gradient(rgb(100,100,103) 0%, rgb(50,49,51) 100%);
    /* IE v10+ */
    background-image: url(/__data/assets/image/0004/24772/iam.fw.png), -ms-linear-gradient(rgb(100,100,103) 0%, rgb(50,49,51) 100%);
    background-image: url(/__data/assets/image/0004/24772/iam.fw.png), linear-gradient(rgb(100,100,103) 0%, rgb(50,49,51) 100%);
    background-repeat: no-repeat;
    background-position: 10px 20px, 100% 100%;
}
#nav_expand > ul > li:nth-child(4).current {
    background: #ffffff url(/__data/assets/image/0011/24779/iam.png) no-repeat 10px 20px;
}
.no-cssgradients #nav_expand > ul > li.toplevel.ex4.current {
    background: #ffffff url(/__data/assets/image/0011/24779/iam.png) no-repeat 10px 20px;
    filter: none;
}
#nav_expand > ul > li:nth-child(5) {
    /* Firefox v3.6+ */
    background-image: url(/__data/assets/image/0003/24771/findus.fw.png), -moz-linear-gradient(rgb(100,100,103) 0%, rgb(50,49,51) 100%);
    /* safari v4.0+ and by Chrome v3.0+ */
    background-image: url(/__data/assets/image/0003/24771/findus.fw.png), -webkit-gradient(linear, color-stop(0, rgb(100,100,103)), color-stop(1, rgb(50,49,51)));
    /* Chrome v10.0+ and by safari nightly build*/
    background-image: url(/__data/assets/image/0003/24771/findus.fw.png), -webkit-linear-gradient(rgb(100,100,103) 0%, rgb(50,49,51) 100%);
    /* Opera v11.10+ */
    background-image: url(/__data/assets/image/0003/24771/findus.fw.png), -o-linear-gradient(rgb(100,100,103) 0%, rgb(50,49,51) 100%);
    /* IE v10+ */
    background-image: url(/__data/assets/image/0003/24771/findus.fw.png), -ms-linear-gradient(rgb(100,100,103) 0%, rgb(50,49,51) 100%);
    background-image: url(/__data/assets/image/0003/24771/findus.fw.png), linear-gradient(rgb(100,100,103) 0%, rgb(50,49,51) 100%);
    background-repeat: no-repeat;
    background-position: 10px 20px, 100% 100%;
}
#nav_expand > ul > li:nth-child(5).current {
    background: #ffffff url(/__data/assets/image/0010/24778/contact.png) no-repeat 10px 20px;
}
.no-cssgradients #nav_expand > ul > li.toplevel.ex5.current {
    background: #ffffff url(/__data/assets/image/0010/24778/contact.png) no-repeat 10px 20px;
    filter: none
}
.toplevel>a {
    padding: 20px 50px 20px 40px;
    height: auto;
    display: block;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}
.top {
    height: 56px;
}
.submenu {
    width: 260px;
    height: auto;
    overflow: auto;
    background: #434244;
    display: none;
}
.current {
    display: block;
    border: none;
}
.toplevel.current>a {
    color: #339fad;
}
.submenu li {
    border-bottom: 1px solid #666;
}
.submenu li a {
    display: block;
    font-size: 14px;
    line-height: 120%;
    color: #fff;
    text-align: left;
    padding: 15px 30px 15px 10px;
    margin: 5px;
    background-color: none;
    background-repeat: no-repeat;
    background-position: 95% center;
}
.submenu li a span.hover {
    border-bottom: 1px solid #fff;
}
#nav_expand li.current .submenu {
/*display:block;*/
}
#nav_expand li img {
    position: absolute;
    right: 12px;
    margin-top: -36px;
}
.submenu li a:hover, .submenu li.current a {
    background-color: #339fad;
    border-radius: 3px;
}
.mCSB_container {
    margin-right: 0;
}
.mCustomScrollBox > .mCSB_scrollTools {
    z-index: 10000;
}
/*------Bootstrap Customization-------*/

/*Button*/

.btn, #content form input[type="submit"], #content form input[type="reset"], #content form input[type="button"] {
  display: inline-block;
  *display: inline;
  padding:8px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);*/
  text-shadow:none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #339fad;
}

.btn {
padding:10px 12px;
background-image: none;
border: 0 none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  color: #fff;
  background-color: #a1dbe3;
  background-image: none;
border: 0 none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

#content form input[type="submit"]:hover, #content form input[type="reset"]:hover, #content form input[type="button"]:hover {
  background-color: #297382;
}

.btn:focus {
border-color:#297382;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

button{
font-weight:bold;
}

label, input, button, .no-touch select, textarea {
font-size:16px;
}
/*Tabs*/
#searchfield .tab-content {
    height: 160px;
    width: 100%;
}
#searchfield .nav {
    margin-bottom: 40px
}
#searchfield .nav-tabs {
    background: #FAFAFB;
}
#searchfield .nav-tabs > li {
    border-right: 1px solid #DDDEE1;
}
#searchfield .nav-tabs a {
    color: #858485;
    font-size: 16px;
}
#searchfield .nav-tabs li.library-search a {
    font-size: 18px;
}
.lt-ie9 #searchfield .nav-tabs a {
    font-size: 14px;
}
.lt-ie9 #searchfield .nav-tabs li.library-search a {
    font-size: 16px;
}
#searchfield .nav-tabs > li.active {
    background-color: #fff;
  border-bottom: 1px solid #fff;
}
#searchfield .nav-tabs > .active > a, #searchfield .nav-tabs > .active > a:hover {
    font-family: HeliaCore-Medium, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
#searchfield .nav-tabs > li > a, #searchfield .nav-pills > li > a {
    margin-right: 0;
    border: none;
    padding: 9px 12px;
}
#searchfield .nav-tabs > .active > a, #searchfield .nav-tabs > .active > a:hover, #searchfield .nav-tabs > .active > a:focus {
    color: #339fad;
    border-color: transparent;
    border-bottom: 1px solid #339fad;
    text-decoration: none;
}
#searchfield .nav-tabs > .active > a {
    border-bottom: 1px solid #339fad;
    margin: 8px 12px;
    padding: 0;
    text-decoration: none;
}
.headerIcons a:hover, .headerIcons a:focus, .headerIcons a:active {
    border-color: transparent;
    border-bottom: 1px solid #fff;
    text-decoration: none;
}
.submenu li a:hover, .submenu li a:focus, .submenu li a:active {
    text-decoration: none;
}
.tab-content {
    text-align: center;
}
.searchTabLeft, .searchTabRight {
    display: none;
    padding: 8px 0;
    position: absolute;
    top: 123px;
    width: 18px;
}
#contentWrapper .searchTabLeft, #contentWrapper .searchTabRight {
    top: 0;
}
.searchTabRight {
    right: 0;
}
.searchTabLeft span {
    border-color: transparent #6b6b6b transparent transparent;
    border-style: solid;
    border-width: 12px 8px 12px 0;
    display: block;
    height: 0;
    width: 0;
    margin-left: 2px;
}
.searchTabRight span {
    border-color: transparent transparent transparent#6b6b6b;
    border-style: solid;
    border-width: 12px 0 12px 8px;
    display: block;
    height: 0;
    width: 0;
    margin-left: 8px;
}
/*Input area*/
.no-touch select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: 20px;
    border-radius: 0;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(51, 159, 173, 0.4);
    border-color: rgba(51, 159, 173, 0.5);
}
.touch select {
    width: 200px;
}
/*Radio button*/
.tab-content label {
    float: left;
    margin-right: 30px;
    margin-bottom: 14px;
}
input[type="radio"]:checked::after {
    background: #339fad;
}
/*--------Search Content---------*/

input.searchInput {
    width: 400px;
    height: 32px;
    line-height: 32px;
    margin: 0 10px 0 0;
}
.tab-content {
    font-size: 14px;
    color: #666666;
}
.tab-content #journal .radios {
    width: 500px;
    margin: 0 auto;
}
.tab-content #catalogue .radios {
    margin: 0 10px;
}
.tab-content #catalogue .select2-container {
    width: 160px;
    text-align: left;
}
.tab-content #catalogue input.searchInput {
    width: 360px;
    margin-right: 10px;
}
.tab-content #catalogue input.btn {
    margin-left: 10px;
}
.tab-content #catalogue {
    width: 660px;
    margin: 0 auto;
}
.tab-content #catalogue a.normal {
    margin: 20px 10px;
    float: right;
}
.touch #catalogue select {
    width: 160px
}
.tab-content #databases {
    padding-top: 20px
}
.tab-content #library-search p, .tab-content #research p {
    margin-top: 20px;
}
.tab-content #journal > p {
    clear: both;
    margin: 20px 0;
}
.tab-content #journal a {
    color: #339fad;
    font-size: 16px;
    line-height: 120%;
    padding-right: 5px;
}
.tab-content #journal a:hover {
    text-decoration: underline;
}
#research > form, #library-search > form, #catalogue> form, #collections > form, #journal > form, #course > form  {
    margin-top: 20px;
}
#research ul, #collections ul, #course ul{
    list-style: none outside none;
    margin: 20px 50px;
}
 #course ul{
margin-left: 280px;
}
#collections ul {
    margin-left: 266px;
}
.lt-ie9 #collections ul {
    margin-left: 236px;
}
.lt-ie9 #research ul {
    margin: 20px 20px;
}
#research li, #collections li, #course li {
    border-right: 1px solid #B2E1D6;
    float: left;
    padding: 0 20px;
}
#research li.last, #collections li.last, #course li.last {
    border-right: none;
}
/*-------Customize select2--------*/
#databases .select2-container {
    width: 280px;
    text-align: left;
}
.select2-container .select2-choice {
    height: 40px;
    line-height: 40px;
    color: #339fad;
}
.select2-container .select2-choice .select2-arrow {
    background: none;
    border-left: none;
}
.select2-drop {
    color: #339fad;
}
.select2-drop-active, .select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border-color: #999;
    color: #339fad;
}
.select2-results .select2-highlighted {
    background: #339fad;
}
#content form .select2-container .select2-choice {
    height: 30px;
    line-height: 30px;
}
#content .select2-container a, #content .select2-container a:hover, #content .select2-container a:active, #content .select2-container a:focus {
    border-bottom: 1px solid #aaa;
}
.select2-container .select2-choice .select2-arrow {
    width: 24px;
}
.select2-container .select2-choice > .select2-chosen {
    margin-right: 34px;
}
.select2-container .select2-choice .select2-arrow b {
    background: url(/__data/assets/image/0009/24786/select-arrow.fw.png) no-repeat;
    background-position: 1px;
}
/*-------Forms------*/
#content form ul {
    list-style: none;
}
#content form label {
    display: inline;
    margin: 0;
}
#content form input[type="checkbox"], #content form input[type="radio"] {
    margin: 0;
}
span.errorMsg {
    color: red;
}
/*-----------Form Table----------*/
#content form td {
    float: left;
    padding: 10px 10px 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*------Homepage Alert-------*/
.alert-msg {
    display: none;
}
.showalert .alert-msg {
    display: block;
}
.alert {
    position: fixed;
    right: 10px;
    top: 130px;
    width: 200px;
    z-index: 999;
    border: none;
    background-color: rgba(0,0,0,0.7);
   text-shadow: none;
}
.lt-ie9 .alert {
    background: transparent;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ba000000, endColorstr=#ba000000);
    zoom: 1;
}
.alert p {
    color: #fff;
    font-size: 14px;
    line-height: 120%;
}
.alert h3 {
    color: #fff;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 10px
}
.alert img {
    padding-right: 10px;
}
/*-------Mobile only------*/
.hide {
    display: none;
}
#arrow-up {
    border-bottom: 8px solid rgba(0, 0, 0, 0.7);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    height: 0;
    position: fixed;
    right: 220px;
    top: 122px;
    width: 0;
}
.no-rgba #arrow-up {
    border-bottom: 8px solid #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}
/*------Round corner image------*/
#content img {
    border-radius: 3px;
}
/*------WYSIWYG Style--------*/
.Regular {
    font-family: HeliaCore-Book, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.Light {
    font-family: HeliaCore-Light, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.Medium {
    font-family: HeliaCore-Medium, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.RegularItalic {
    font-family: HeliaCoreBook-Italic, Arial, Helvetica, sans-serifIt;
    font-weight: normal;
}
/*
.SemiBold {
    font-family: Geogrotesque-SemiBold;
    font-weight: normal;
}

.LightItalic {
    font-family: Geogrotesque-LightIt;
    font-weight: normal;
}
.MediumItalic {
    font-family: Geogrotesque-MediumIt;
    font-weight: normal;
}
.SemiBoldItalic {
    font-family: Geogrotesque-SemiBoldIt;
    font-weight: normal;
}*/
/*Google map page*/
#map img {
    max-width: none;
}
.libraries {
    float: left;
    position: relative;
    z-index: 9999;
    width: 50%;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.libraryinfo {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}
/* Librarian page */
#content .librarians {
    float: left;
    width: 440px;
    height: 280px;
    padding: 10px;
    margin: 5px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content .librarians img {
    float: left;
    margin-right: 5px;
}
#content .librarian-info {
}
#content .librarian-info ul {
    list-style: none;
    margin-left: 0;
}
#content .librarian-info h3 {
    margin-bottom: 10px;
    margin-top: 0;
}
#content .librarian-info h3 a {
    font-family: HeliaCore-Medium, Arial, Helvetica, sans-serif;
    font-size: 24px;
}
.learning-info h3{
    margin-top: 0;
}
/* Table */
#content table.info-table th {
    background: #434244;
    color: #fff;
    padding: 10px;
}
#content table.info-table tr:nth-child(odd) {
    background: #fff;
}
#content table.info-table tr:nth-child(even) {
    background: #DDDEE1;
}
#content form table tr {
    background: #fff;
}
#content table.info-table td {
    padding: 10px;
}
/*--------Social Media Icons---------*/
.social-media {
    float: right;
    padding: 60px 20px 0 0;
}
.social-media a {
    display: inline-block;
    text-indent: -9999px;
    margin-right: 10px;
    height: 40px;
    background-image: url(/__data/assets/image/0010/24787/soc_med_icons.png);
    background-repeat: no-repeat;
}
a.facebook {
    background-position: 0 0;
    width: 40px;
}
a.twitter {
    background-position: -40px 0;
    width: 41px;
}
a.instigram {
    background-position: -81px 0;
    width: 40px;
}
a.youtube {
    background-position: -121px 0;
    width: 42px;
    margin-right: 0;
}
/* Homepage news */
.figureGroup {
  position: relative;
  width: 460px; }
  .figureGroup figure {
    float: left;
    width: 200px;
    margin: 0 12px;
    padding: 0; }
    .figureGroup figure .newsDescription {
      position: absolute;
      z-index: 10;
      bottom: 0;
      left: 0; }
    .figureGroup figure .thumbnailImg {
      position: relative; 
      height: 315px; }
      .figureGroup figure .thumbnailImg img {
        max-width: auto; }
    .figureGroup figure .readMore {
      border-top: 1px solid #21bbef;
      margin-top: 5px;
      text-align: right; }
      .figureGroup figure .readMore a {
        font-family: HeliaCore-Medium, Arial, Helvetica, sans-serif;
        color: #21bbef; }
        .figureGroup figure .readMore a:hover {
          text-decoration: none; }
    .figureGroup figure .summary {
      display: none;
      line-height: 120%;
      font-size: 0.9em;
      font-family: HeliaCore, Arial, Helvetica, sans-serif;
      color: #fff;
      height: 100%;
      width: 200px;
      background-color: rgba(0, 0, 0, 0.7);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3000000',endColorstr='#B3000000'); }
      .figureGroup figure .summary div {
        padding: 10px; }
    .figureGroup figure .title {
      font-family: HeliaCore-Medium, Arial, Helvetica, sans-serif;
      line-height: 100%;
      width: 200px;
      padding: 10px 0;
      background-color: #0080c8;
      color: #fff; }
      .figureGroup figure .title span {
        display: block;
        padding: 0 10px; }
#socialMediaTabs {
    width: 280px;
float: right;
}
#socialMediaTabs .nav-tabs{
    border-bottom: 0 none;
  margin-bottom: 3px;
}
#socialMediaTabs .nav-tabs > .active > a, #socialMediaTabs .nav-tabs > .active > a:hover, #socialMediaTabs .nav-tabs > .active > a:focus {
  border: 0 none;
  background-color: transparent;
  border-radius: 0;
}
#socialMediaTabs .nav-tabs > li > a {
  padding:0;
  display: inline-block;
  width: 46px;
  height: 43px;
  text-indent: -9999px;
  border: 0 none;
  background-color: transparent;
  border-radius: 0;
  background-image: url(/__data/assets/image/0011/24788/social-icons.png);
}
#socialMediaTabs a[href="#fb"] {
  background-position: 0 0;
}
#socialMediaTabs a[href="#tw"] {
  background-position: -47px 0;
}
#socialMediaTabs a[href="#ins"] {
  background-position: -94px 0;
}
#socialMediaTabs a[href="#yt"] {
  background-position: -141px 0;
}
#highlight .figureGroup {
    float: left;
  margin-top: 47px;
}
#highlight .figureGroup h2 {
  margin-bottom: 34px;  
}
#youmax {background-color: #fff; height: 315px;}
#youmax-tabs{display:none !important;}
#youmax-header{background-color:#FFFFFF !important; border:none; border-bottom:1px solid #ccc; color:#333333;}
#youmax-video-list-div{background-color:#FFFFFF;}
.youmax-stat-count{color:#333333;}
.youmax-stat{color:#333333;}
#youmax-encloser{border:none;}
.youmax-subscribe{top: 60px;}

.break {
    height: 24px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
 *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}

@media only screen and (max-width: 1366px) {
#content {
    width: 740px;
}
#titlepanel {
    margin-left: 820px;
}
#topLibrarySearch input.searchInput {
    width: 300px;
}
}

@media only screen and (max-width: 1200px) {
#content {
    width: 500px;
}
#titlepanel {
    margin-left: 580px;
}

#topLibrarySearch {
    width: 420px;
    display: none !important;
}
.libwrapper .prev, .libwrapper .next {
    display: none;
}
.libcarousel >.prev, .libcarousel >.next {
    display: block;
}
#titlepanel, .content-page header #topLibrarySearch {
    display: none;
}
#content h1 {
    display: block;
  margin-bottom: 20px;
}
#content {
    padding: 40px 40px 40px 100px;
    width: 90%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
}

@media only screen and (max-width: 1023px) {

.item .words {
    padding: 20px 160px 20px 40px;
    width: 240px;
}
.headerIcons img {
    padding: 0 5px 0 10px;
}

#content.google-map h1 {
    display: none;
}
.content-page footer {
    padding: 0 0 0 60px;
    width: auto;
}

#content.google-map {
    margin-left: 60px;
}
#content .links {
    padding: 0;
    margin: 20px;
}
#contentWrapper, .content-page footer .description, .content-page footer .footerLinks {
    margin-left: 0;
}
.content-page footer {
    float: none;
    width: auto;
    height: auto;
    min-height: 200px;
}
#homecontent {
    margin-left: 0;
}
#searchfield {
    height: auto;
}
#searchForms,.essentialBox {
    width: 660px;
    margin: 0 0 0 80px;
}
.essentialLinks {
    width: 640px;
    margin: 0 0 50px 80px;
}
#highlight {
  margin-left: 80px;
  width: 620px;
}
.essentialLinks li {
    width: 160px;
}
#highlight .figureGroup, .figureGroup figure, #socialMediaTabs {
  float: none;
  margin: 0 auto 30px auto;
}
footer .description {
    width: 50%;
}
footer .footerLinks {
    float: none;
}
footer .footerLinks li {
    float: none;
    padding: 0 10px 0 20px;
}
footer .copyright {
    margin-top: 0;
}
#homepage-carousel{
    padding:0px 10%;
}
}

@media only screen and (max-width: 699px) {
form table td {
    width: 100%;
}
#homepage-carousel{
    padding:0px 10% !important;
}
}

@media print,  (-o-min-device-pixel-ratio: 5/4),  (-webkit-min-device-pixel-ratio: 1.25),  (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
* {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
}
a,  a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")";
}
abbr[title]:after {
    content: " (" attr(title) ")";
}
/*
     * Don't show links for images, or javascript/internal links
     */

.ir a:after,  a[href^="javascript:"]:after,  a[href^="#"]:after {
    content: "";
}
pre,  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group; /* h5bp.com/t */
}
tr,  img {
    page-break-inside: avoid;
}
img {
    max-width: 100% !important;
}
@page {
    margin: 0.5cm;
}
p,  h2,  h3 {
    orphans: 3;
    widows: 3;
}
h2,  h3 {
    page-break-after: avoid;
}
}
.special_collection{
    display: block;
    margin-top: 25px;
    float: right;
    margin-right: 145px;
}

/*-- Tile style --*/
#tilesList {
    margin: 0 !important;
    padding: 0;
    position: relative;
}
#tilesList *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#tilesList img{
    border:0;
    border-radius:0;
}
#tilesList > li {
    list-style: none;
    float: left;
    display: block;
    margin-bottom: 0;
}
#tilesList > li {
    width: 50%;
}
#tilesList > li.xs-1-unit {
    width: 50%;
}
#tilesList > li.xs-2-unit {
    width: 100%;
}
.xs-clear {
    clear: left;
}
#tilesList > li h2 {
    font-size: 1em;
    font-weight: normal;
    margin: 0;
}
#tilesList > li a.tileItem {
    display: block;
    margin: 0;
    border: 0;
    border-radius: 0;
    background-repeat: no-repeat;
    font-family: HeliaCore-Bold;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    position: relative;
}
#tilesList a,#tilesList a:hover{
    border: 0;
}
#tilesList > li a.tileItem:hover, #tilesList > li a.tileItem:active, #tilesList > li a.tileItem:focus {
    border: 0;
    outline: none;
    text-decoration: none;
}
a.tileItem > span {
    display: block;
    line-height: 16px;
}
#tilesList > li a.tileItem > span:first-child {
    position: absolute;
    z-index: 2;
}
.s-expander {
    position: absolute;
    background: #fff;
    top: auto;
    left: 0;
    width: 100%;
    text-align: left;
    height: 0;
    overflow: hidden;
}
.s-content {
    position: relative;
    display: none;
    width: 100%;
    overflow: hidden;
}
.s-content ul{
    list-style:none;
    list-style-image:none !important;
    padding-left:0px !important;
}
.s-content ul li::before{
    content: '\f105';
    font-family: FontAwesome;
    color:rgb(50,159,173);
    padding-right:10px;
    font-size: large;
        padding-right: .25em;
    position: relative;
    margin-left: -10px;
}

.s-content .row {
    margin-left: 0;
    margin-right: 0;
}
.s-content .blockInner .row > .col-sm-2.imgCol {
  padding-left: 0;
  padding-right: 0;
}
.s-content .imgCol img{
  margin-bottom: 20px;
}
.tileCloseBtn {
    display: block;
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 33px;
    height: 33px;
    text-indent: -9999px;
    background: url("/__data/assets/image/0011/65549/icons.png") no-repeat -20px -442px transparent;
}
.content {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    clear: both;
}
a.tileItem > span.activeArrowUp {
    visibility: hidden;
    opacity: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transition: visibility 0s ease-out 0.3s, opacity 0.3s ease-out;
    background: transparent;
    background: rgba(0, 0, 0, 0.6);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
    zoom: 1;
}
a.tileItem > span.hoverIndicator {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 0;
    background-image: url("/__data/assets/image/0003/65550/trangleWhite.png");
    background-size: 60px 29px;
    z-index: 2;
    text-align: center;
    padding: 0;
    -webkit-transition: height .3s;
    transition: height .3s;
    overflow: hidden;
}
html.no-touch a.tileItem:hover > span.hoverIndicator {
    height: 29px;
}
a.tileItem > span.activeArrowUp {
    visibility: hidden;
    opacity: 0;
}
a.tileItem > span.tileTitle {
    position: absolute;
    top: 0;
    line-height: 1.2;
    z-index: 2;
}
a.tileItem > span.hoverIndicator i {
    color: #000;
    margin-top: 8px;
}

#tilesList li[data-tile-color=green] .tileItem {
  background-color: rgb(50,159,173); }
  #tilesList li[data-tile-color=green][data-xs-shade=dark] .tileItem {
  background-color: rgb(41,115,130); }
  #tilesList li[data-tile-color=green] .tileItem > span:first-child {
    padding: 130px 66px 0 69px; }
  #tilesList li[data-tile-color=green] .tileItem span.hoverIndicator i {
    color: #339999; }
  #tilesList li[data-tile-color=green] .tileItem span.activeArrowUp {
    background: transparent;
    background: rgba(92, 144, 33, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B35C9021',endColorstr='#B35C9021'); }

.s-content h3 {
    margin-top: 0;
    margin-bottom:25px;
}
.s-content a:focus, .s-content a:hover, .s-content a:active, .s-content a:link {
    text-decoration: none;
}
.s-content ul {
    margin: 0px !important;
    padding-left: 15px;
}
.s-content ul li {
    padding-left: 10px;
    margin-bottom: 5px;
}
.s-content a.linkBtn {
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-family: HeliaCore-Medium, Arial, Helvetica, sans-serif;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 3px;
}
.s-content a.linkBtn:hover {
    text-decoration: none;
}
.s-content .white {
    background-color: #fff;
}
.s-content .blockInner .row > .col-sm-1, .s-content .blockInner .row > .col-sm-2, .s-content .blockInner .row > .col-sm-3, .s-content .blockInner .row > .col-sm-4, .s-content .blockInner .row > .col-sm-5, .s-content .blockInner .row > .col-sm-6, .s-content .blockInner .row > .col-sm-7, .s-content .blockInner .row > .col-sm-8, .s-content .blockInner .row > .col-sm-9, .s-content .blockInner .row > .col-sm-10, .s-content .blockInner .row > .col-sm-11, .s-content .blockInner .row > .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

#tilesList li[data-tile-color=green] .hasBg {
    background-color: #ccffff;
}
#tilesList li[data-tile-color=green] .rightBorder {
    border-color: rgb(50,159,173);
}
#tilesList li[data-tile-color=green] h3, #tilesList li[data-tile-color=green] h3 > a, #tilesList li[data-tile-color=green] h4, #tilesList li[data-tile-color=green] h4 > a {
    color: rgb(50,159,173);
}
#tilesList li[data-tile-color=green] .linkBtn {
    background-color: rgb(50,159,173);
    color:#fff;
}
#tilesList li[data-tile-color=green] ul {
    list-style-image: url("/__data/assets/image/0010/65548/green-arrow.png");
    z-index: 999;
}
#tilesList .dropdown-menu>li>a:hover, 
#tilesList .dropdown-menu>li>a:focus{
    background: transparent;
}
.s-content .blockInner {
    padding: 20px 0;
}

@media screen and (min-width: 810px) {
#tilesList > li.xs-1-unit, #tilesList > li.xs-2-unit {
    width: auto;
}
#tilesList > li.sm-2-unit {
    width: 50%;
}
#tilesList > li.sm-1-unit {
    width: 25%;
}
.xs-clear{
    clear: none;
}
.sm-clear{
    clear: left;
}
.s-content .blockInner {
    padding: 35px 10px 50px 10px;
}
.s-content .blockInner .row > .col-sm-1, .s-content .blockInner .row > .col-sm-2, .s-content .blockInner .row > .col-sm-3, .s-content .blockInner .row > .col-sm-4, .s-content .blockInner .row > .col-sm-5, .s-content .blockInner .row > .col-sm-6, .s-content .blockInner .row > .col-sm-7, .s-content .blockInner .row > .col-sm-8, .s-content .blockInner .row > .col-sm-9, .s-content .blockInner .row > .col-sm-10, .s-content .blockInner .row > .col-sm-11, .s-content .blockInner .row > .col-sm-12 {
    padding-left: 15px;
    padding-right: 15px;
}

#tilesList li[data-tile-color=green][data-sm-shade=base] .tileItem {
  background-color: rgb(50,159,173); }
  #tilesList li[data-tile-color=green][data-sm-shade=dark] .tileItem {
  background-color: rgb(41,115,130); }
}

@media screen and (min-width: 1020px) {
    #tilesList > li.xs-1-unit, #tilesList > li.xs-2-unit, #tilesList > li.sm-1-unit, #tilesList > li.sm-2-unit {
    width: auto;
}
#tilesList > li.md-2-unit {
    width: 50%;
}
#tilesList > li.md-1-unit {
    width: 25%;
}
.xs-clear, .sm-clear{
    clear: none;
}
.md-clear{
    clear: left;
}

#tilesList li[data-tile-color=green][data-md-shade=base] .tileItem {
  background-color: rgb(50,159,173); }
  #tilesList li[data-tile-color=green][data-md-shade=dark] .tileItem {
  background-color: rgb(41,115,130); }
 
.s-content .rightBorder {
    border-right-style: solid;
    border-right-width: 1px;
}
.s-content .leftBorder {
    border-left-style: solid;
    border-left-width: 1px;
}

#t65314 #homepage-carousel .carousel-inner .item .row{
    height:190px;
}
}

@media screen and (min-width: 480px)
    html.no-touch a.tileItem:hover > span.hoverIndicator {
        height: 45px;
    }
    a.tileItem > span.hoverIndicator {
        margin-left: -46px;
        width: 92px;
        background-size: 92px auto;
    }
    li.s-expanded a.tileItem > span.hoverIndicator {
        height: 29px;
    }
}

a.tileItem > span.hoverIndicator {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 0;
    background-image: url(/__data/assets/image/0003/65550/trangleWhite.png);
    background-size: 60px 29px;
    z-index: 2;
    text-align: center;
    padding: 0;
    -webkit-transition: height .3s;
    transition: height .3s;
    overflow: hidden;
}
#tilesList .tileTitle{
    position: absolute;
}

a.tileItem[href="#t65306"] > span.tileTitle, a.tileItem[href="#t65318"] > span.tileTitle, a.tileItem[href="#t65334"] > span.tileTitle{
    top: 60%;
    padding: 0 20% 0 20%;
    text-align: center;
    margin: 0 auto;
}
#t65318.s-content ul.normal_ul li::before{
    content: '\2022' !important;
}
a.tileItem[href="#t65310"] > span.tileTitle,a.tileItem[href="#t65314"] > span.tileTitle,a.tileItem[href="#t65322"] > span.tileTitle{
    top: 10%;
    left: 10%;
    width:80%;
}
a.tileItem[href="#t65338"] > span.tileTitle{
    top: 60%;
    left: 10%;
    width: 50%;
}
#tilesList #t65310 > .row > div:first-child > .blockInner{
    padding:59px 10px 50px 10px;
}
#t65314 #insLinks{
    background-color:#fff;
    padding:30px 10px 10px 10px;
    margin-top:20px;
}
#t65334 .blockInner, #t65338 .blockInner{
    padding: 35px 0px 50px 0px;
}
#t65334 form input[type="text"], #t65338 form input[type="text"]{
    height:40px;
    width:67%;
}
#t65334 .putunga{
    color: #297382;
    font-size: 24px;
    margin:0px;
}

.s-content ul.dropdown-menu li::before{
    content: '';
    display: none;
}
#t65334 .dropdown-menu>li>a {
    padding: 4px 10px 4px 0;
}

#t65334 .btn-group ul > li > a:hover{
    background-color:initial !important;
    background-image:none !important;
    color:#000 !important;
}
.carousel-control{
    width:30px !important;
    height:30px !important;
    top:100px !important;
    background-image: none !important;
}
.carousel-control.left {
    right: auto !important;
    left: -12px !important;
}
.carousel-control.right {
    right: -10px !important;
    left: auto !important;
}
.carousel-control .carousel-custom-left{
    background-position: 0px -443px;
    margin-left: 5px;
    background-image: url(/__data/assets/image/0011/65549/icons.png);
    width: 20px;
    height: 28px;
    position: absolute;
    display:block;
}

.carousel-control .carousel-custom-right{
    background-position: 0px -470px;
    right: 0;
    margin-left: -20px;
    background-image: url(/__data/assets/image/0011/65549/icons.png);
    width: 20px;
    height: 28px;
    position: absolute;
    display:block;
}

#t65314 #homepage-carousel .carousel-inner ul li{
    display:none;
}

#t65314 #homepage-carousel .carousel-inner ul li:nth-child(1), #t65314 #homepage-carousel .carousel-inner ul li:nth-child(2){
    padding-left: 0px !important;
    margin-bottom: 0px !important;
    display:block;
}

#t65314 #homepage-carousel .carousel-inner ul li::before{
    content: '' !important;
    padding:0px !important;
    margin:0px !important;
}

@media screen and (min-device-width : 480px) and (max-device-width : 810px){ 
    .col-sm-5{
       width: 41.66666667%; 
       float: left;
    }
    .col-sm-7{
       width: 58.33333333%;
       display: inline-block;
    }
}

.btn-lib-tile {
    margin-top: 20px;
    margin-left: 0px !important;
}

.btn-lib-tile-text {
    font-family: HeliaCore-Medium, Arial, Helvetica, sans-serif;
    font-size: 16px !important;
}

.caret-lib-tile {
    margin-top: 0px !important;
    margin-left: 7px !important;
}

/** Begin Learning Advisor CSS **/
.colorPanel {
    background-color: #e3f4f7;
    padding: 30px;
    margin: 0 0 20px;
}
 #content{
    position: static;
}
 #content a{
     border-bottom: 0;
 }
#content .learning_advisor *{
    box-sizing: border-box;
}
#content .learning_advisor h2{
    margin-top: 50px;
    margin-bottom: 15px;
}
#content .learning_advisor ul li{
    list-style: none;
    font-size: inherit;
    padding-left: 35px;
    margin-bottom: 12px;
}
#content .learning_advisor ul li::before {
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: inherit;
    padding-right: 17px;
    margin-left: -22px;
    position: relative;
    color: #339fad;
}

#la_tiles i {
    color: #333;
    margin-top: 5px;
}

.learning_advisor .modal{
    top: 0 !important;
    width: auto;
    background-color: transparent;
    margin: 0;
    overflow-y: scroll;
}

.learning_advisor .modal .modal-body{
    max-height: initial;
}

.learning_advisor .image_list.row img{
    width: 170px;
    height: 170px;
}

.learning-advisor-links p {
    font-size: larger;
    padding-left: 14px;
    background-color: #eee;
    margin: 0px !important;
    border-top: 1px solid #ccc; 
}

.learning-advisor-links a, .learning-advisor-links a:hover {
    padding: 0px 14px !important;
    background-color: #eee;
}

.learning-advisor-links>a {
  display: inline-block !important;
  ;
}

.learning-advisor-links ul, .learning-advisor-links li {
    list-style: initial !important;
    margin: 0px 15px !important;
}

.learning-advisor-links li {
    border-bottom: none !important;
}

.learning-advisor-links i {
  margin: 5px 5px 0px 7px;
}

.learning-advisor-content img {
    border: 1px solid #999;
}

.learning-advisor-content h3 {
    color: #000;
    margin-top: 30px;
}

.learning-advisor-content .embed-container {
    margin: 10px 0;
}

.learning-advisor-content div.embed-container:not(:last-child) {
    margin-bottom: 25px;
}

.learning-advisor-content .btn {
    font-size: larger !important;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff !important;
}

.learning-advisor-content .btn:hover {
    color: #fff !important;
    border: none !important;
}

/** End Learning Advisor CSS **/


/** Begin brief subject guides **/

#briefsubjectcontact {
  float: right;
  background-color: #eee;
  width: 290px;
  height: auto;
  border: 1px solid #eee;
  border-radius: 3px;
  margin: 0px 0px 20px 20px;
  padding-left: 14px;
}

#briefsubjectcontact h3, #briefsubjectresources h3, #briefsubjectmore h3 {
  color: #333;
}

.briefsubjectcontacttabs {
    padding-right: 14px;
    padding-bottom: 14px;
}

ul#contact-tabs {
    margin: 10px 10px 0px 0px;
}

#contact-panel {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

#contact-tabs>li>a:active, #contact-tabs>li>a:focus, #contact-tabs>li>a:hover {
    border-bottom: 0;
}

#briefsubjectresources a {
  font-size: large;
}

/** End brief subject guides **/